    body {
  --rotate: 130deg;
  --rotate: 850deg;
  --gray0: 10, 11, 13;
  --gray20: 50, 53, 61;
  --gray100: 255, 255, 255;
  --secondary: rgb(var(--gray20));
  --primary-foreground: rgb(var(--gray0));
  --secondary-foreground: rgb(var(--gray100));
  --interactable-height: 40px;
  --interactable-border-radius: 1000px;
  --interactable-background: var(--secondary);
  --interactable-hovered-background: rgb(58, 61, 69);
  --interactable-hovered-opacity: 0.96;
  --interactable-pressed-background: rgb(71, 73, 80);
  --interactable-pressed-opacity: 0.9;
  --interactable-disabled-background: rgb(30, 32, 37);
  padding-top: 80px;
  }
  
  .hunu {
      text-align: center !important;
      font-size: 2.4rem;
      margin-top: 0;
      margin-bottom: .5rem;
      font-weight: 500;
      line-height: 1.2;
  }

  /* Full-size navbar 343a40*/
  #navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #505040 !important;
  z-index: 1000;
  transition: all 0.3s ease;
  padding: 20px;
  }

  #navbar.shrink {
  padding: 10px;
  }

  #navbarLogo {
  display: inline-block;
  transition: all 0.3s ease;
  max-width: 150px;
  height: auto;
  }

  #navbar.shrink #navbarLogo {
  max-width: 0;
  /* visibility: hidden; plm*/
  }

  .nav-link {
  font-size: 1.5rem;
  font-weight: 400;
  }

  /* Scroll to Top Button */
  #scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1001;
  }

  #scrollTopBtn:hover {
  background-color: #0056b3;
  }

  footer {
  padding: 20px;
  text-align: center;
  background-color: #f8f9fa;
  margin-top: 100px;
  }

  .region {
  border: 1px solid #000000;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  margin-top: 80px;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.7);
  }

  .orange {
  color: #fbbb21;
  }
  
  .persona {
      width:225px;
      height:225px;
  }

  /* .shadow {
  -moz-box-shadow: 0 0 30px 5px #fff;
  -webkit-box-shadow: 0 0 30px 5px #fff;
  } */

  /* Content Sections */
  section {
  height: 100vh;
  padding: 50px;
  }

  #home {
  /* background-color: #e9ecef; */
  background: url('../images/background/image1.webp') no-repeat center center/cover;
  height: 100vh;
  /* Full screen height */
  position: relative;
  color: white;
  }

  #services {
  /* background-color: #dee2e6; */
  background: url('../images/background/image2.webp') no-repeat center center/cover;
  height: 100vh;
  /* Full screen height */
  position: relative;
  color: white;
  }

  #about-us {
  /* background-color: #ced4da; */
  background: url('../images/background/image3.webp') no-repeat center center/cover;
  height: 100vh;
  /* Full screen height */
  position: relative;
  color: white;
  }

  #booking {
  /* background-color: #adb5bd; */
  background: url('../images/background/image4.webp') no-repeat center center/cover;
  height: 100vh;
  /* Full screen height */
  position: relative;
  color: white;
  }

  #testimonials {
  /* background-color: #6c757d; */
  background: url('../images/background/image5.webp') no-repeat center center/cover;
  height: 100vh;
  /* Full screen height */
  position: relative;
  /* color: white; */
  }

  .telefon {
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 3rem;
  padding-right: 15px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #af0d1a;
  background-color: #fbbb21;
  border: 1px solid #000000;
  border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-text-stroke-color: white;
  -webkit-text-stroke-width: 1px;
  }

  /* Modal styling using Bootstrap classes */
  .modal-dialog {
  max-width: 800px;
  }

  .modal-header {
  background-color: #505040;
  color: white;
  }

  .modal-title {
  color: #fbbb21;
  }

  .btn-close {
  color: white;
  opacity: 1;
  }

  .btn-close:hover {
  color: #fbbb21;
  opacity: 1;
  }

  .tadam {
  animation: shake-animation 4.72s ease infinite;
  transform-origin: 50% 50%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  margin-bottom: 50px;
  box-shadow: 0 3px 10px rgb(255 255 255 / 0.552);
  }

  .pampam {
  animation: shake-animation 4.01s ease infinite;
  transform-origin: 50% 50%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  margin-bottom: 50px;
  box-shadow: 0 3px 10px rgb(255 255 255 / 0.552);
  }

  @keyframes shake-animation {
  0% {
  transform: translate(0, 0)
  }

  1.78571% {
  transform: translate(5px, 0)
  }

  3.57143% {
  transform: translate(0, 0)
  }

  5.35714% {
  transform: translate(5px, 0)
  }

  7.14286% {
  transform: translate(0, 0)
  }

  8.92857% {
  transform: translate(5px, 0)
  }

  10.71429% {
  transform: translate(0, 0)
  }

  100% {
  transform: translate(0, 0)
  }
  }

  .gfjbsyo {
  --rotate: 130deg;
  color: var(--secondary-foreground);
/*  background-image:conic-gradient(from var(--rotate),#79dbd2,#45e1e5,#0052ff,#b82ea4,#ff9533,#7fd057);  */
  background: rgb(255, 211, 0);
  background: radial-gradient(circle, rgba(255, 211, 0, 0.59) 20%, rgba(58, 124, 255, 0.48) 50%, rgba(217, 0, 0, 0.5) 80%);
/*  background-position:0 0;
    background-size:100% 100%;
    border:2px solid transparent;
    border-radius:var(--interactable-border-radius);
    box-shadow:inset 0 100vw var(--primary-foreground);
    background-origin:border-box;
    position:relative;
    width:7.5rem  */
  }

  @property --rotate {
  syntax: "<angle>";
  initial-value: 130deg;
  inherits: false
  }

  .gfjbsyo:hover {
  --rotate: 850deg;
  transition: --rotate 2s cubic-bezier(.27, 0, .24, .99)
  }
  
iframe {
    border: 0;
    width: 100%;
    height: 500px;
}

  /* For big screens */
  @media screen and (min-width: 922px) {
  /* se applic tot ce e sus */
  }

  /* For Tablets --- For Tablets --- For Tablets --- For Tablets --- For Tablets --- For Tablets --- For Tablets --- For Tablets */
  @media screen and (min-width: 768px) and (max-width: 922px) {
    #home {
  /* background-color: #e9ecef; */
  background: url('../images/background/image1.webp') no-repeat center center/cover;
  height: 45vh;
  /* Full screen height */
  position: relative;
  color: white;
  }

  #services {
  /* background-color: #dee2e6; */
  background: url('../images/background/image2.webp') no-repeat center center/cover;
  height: 66vh;
  /* Full screen height */
  position: relative;
  color: white;
  }

  #about-us {
  /* background-color: #ced4da; */
  background: url('../images/background/image3.webp') no-repeat center center/cover;
  height: 50vh;
  /* Full screen height */
  position: relative;
  color: white;
  }

  #booking {
  /* background-color: #adb5bd; */
  background: url('../images/background/image4.webp') no-repeat center center/cover;
  height: 85vh;
  /* Full screen height */
  position: relative;
  color: white;
  }

  #testimonials {
  /* background-color: #6c757d; */
  background: url('../images/background/image5.webp') no-repeat center center/cover;
  height: 150vh;
  /* Full screen height */
  position: relative;
  /* color: white; */
  }
      
  #footer {
  position: relative;
  height: 100vh;
  }
  }


  /* For Mobile --- For Mobile --- For Mobile --- For Mobile --- For Mobile --- For Mobile --- For Mobile --- For Mobile */
  @media screen and (max-width: 768px) {
  #footer {
  position: relative;
  height: 65vh;
  }

  #home {
  /* background-color: #e9ecef; */
  background: url('../images/background/image1.webp') no-repeat center center/cover;
  height: 70vh;
  /* Full screen height */
  position: relative;
  color: white;
  }

  #services {
  /* background-color: #dee2e6; */
  background: url('../images/background/image2.webp') no-repeat center center/cover;
  height: 90vh;
  /* Full screen height */
  position: relative;
  color: white;
  }

  #about-us {
  /* background-color: #ced4da; */
  background: url('../images/background/image3.webp') no-repeat center center/cover;
  height: 65vh;
  /* Full screen height */
  position: relative;
  color: white;
  }

  #booking {
  /* background-color: #adb5bd; */
  background: url('../images/background/image4.webp') no-repeat center center/cover;
  height: 110vh;
  /* Full screen height */
  position: relative;
  color: white;
  }

  #testimonials {
  /* background-color: #6c757d; */
  background: url('../images/background/image5.webp') no-repeat center center/cover;
  height: 220vh;
  /* Full screen height */
  position: relative;
  /* color: white; */
  }
  }
  
  /* <!-- Add your own icons for social media --> */
  
  footer a {
  text-decoration: none;
  color: white;
  }

  footer a:hover {
  color: #ffc107;
  /* Hover effect color */
  }

  footer p {
  margin: 0;
  }

  footer img {
  border-radius: 0;
  /* Optional: put 50% to make social media icons circular */
  }
