
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Gilda+Display&family=Katibeh&family=Lora:ital,wght@0,400..700;1,400..700&family=Sedan+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:   #dcecf416;

  color: rgb(0, 0, 0);

}
h6{
  font-family: 'Gilda Display', serif;
  line-height: 30px;
}
a{
  text-decoration: none;
}
::selection {
  color: #ffffff;
  background: #74685E;
}

.background-container {

  animation: zoom 10s ease-in-out forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}
.navbar-nav{
   
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 0px !important;
  }

  a{
      text-decoration: none;
  }
  nav.navbar {
    background-color: #ffffff;
  
    backdrop-filter: blur(0px) !important;
    transition: background .5s !important;
    font-family: 'Gilda Display', serif;

    text-transform: uppercase;
  font-weight: 600;
    z-index: 1000;
    width: 100%;
letter-spacing: 1px;
    position: relative;
  
  
  }
  
  li.nav-item a.nav-link {
    color: #000000 !important;
    font-size: 15px !important;
  
  
  
  }
  
  .nav-item {
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: center;
  
  }
  
  a.nav-link:hover {
    transform: scale(1.07);
  
  }
  
  .navbar li a.active {
    color:#000000 !important;
    transform: scale(1.05);
    border-bottom: 1px #000000 solid !important;
    background-color: transparent;
  
  }
  
  
  .dropdown-menu {
    background-color: #ffffff !important;
    color: #000000;
    backdrop-filter: blur(0px) !important;
    transition: background .5s !important;
    border: 1px solid #000000;
    font-family: "Forum", serif;
    font-weight: 400;
    z-index: 100;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  
  .dropdown-menu .dropdown-item {
    color: rgb(0, 0, 0);
    text-align: left;
  }
  
  .dropdown-menu .dropdown-item:hover {
    background-color: #ffffff;
    border: 1px solid #252525;
    transform: scale(1.02);
    color: rgb(0, 0, 0);
  }

#bottone5 {
  align-items: center;
  background-color: #03658C;
  border: 1px solid #03658C;
 margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-flex;
  font-family: "Forum", serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
 }
 
 #bottone5:hover,
 #bottone5:focus {
  border-color: #03658C;
  box-shadow: #03658C 0 4px 12px;
  color: #ffffff;
 }
 
 #bottone5:hover {
  transform: translateY(-1px);
 }
 
 #bottone5:active {
  background-color: #F0F0F1;
  border-color: #03658C;
  box-shadow: #03658C 0 2px 4px;
  color: #03658C;
  transform: translateY(0);
 }


 #bottone6
  {
  align-items: center;
  background-color: #8B5E47;
  border: 1px solid #8B5E47;
 
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
 }
 
 #bottone6:hover,
 #bottone6:focus {
  border-color: #03658C;
  box-shadow: #03658C 0 4px 12px;
  color: #ffffff;
 }
 
 #bottone6:hover {
  transform: translateY(-1px);
 }
 
 #bottone6:active {
  background-color: #F0F0F1;
  border-color: #03658C;
  box-shadow: #03658C 0 2px 4px;
  color: #03658C;
  transform: translateY(0);
 }

 
  /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }
  }
  .footer_wrapper {
    background: linear-gradient(0deg, #000000cc, #000000c4), url('image/537594069.jpg') center /cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Gilda Display', serif;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: rgb(255, 255, 255);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  
  }
  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {
    background-color: #000000;
    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }
  
  .con{
    padding-left: 80px;
  }  @media only screen and (max-width: 901px) {
    .con{
        padding-left: 0px !important;
      } 

  }

  .fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }


  /* ---------------------------------------------- */
  .carousel1 img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
    
  }
  .carousel-inner1 {
    padding: 1em;

   
  }
  
  @media screen and (min-width: 576px) {
    .carousel-inner1 {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-item1 {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }

  @media screen and (max-width: 767px) {
    .carousel-inner1 {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-item1 {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }
  @media screen and (min-width: 1024px) {
    .carousel-item1 {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 3);
    }
  }
  .carousel .card {
    margin: 0 0.5em;
    border: 0;
  }
  
  /* .carousel-control-prev,
  .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: #000000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  } */
 .carousel-indicators2 {
    position: static;
  }
  .carousel-indicators2 li {
    width: 300px;
    height: 100%;
    opacity: 0.8;
  }
  .carousel-caption {
    top: 30%;
}

.c-item {
    height:720px;
    
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(48%);
}

.font0{
    font-size: 70px !important;
     font-family: "Forum", serif;
    font-optical-sizing: auto;

    font-style: normal;
}

.font01{
    font-size: 55px !important;
     font-family: "Forum", serif;
    font-optical-sizing: auto;

    font-style: normal;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 90px; /* Adjust the width */
  height: 90px; /* Adjust the height */
  background-size: 100% 100%; /* Scale the background image to fill the button */
  background-repeat: no-repeat; /* Prevent repeating the background image */
  border-radius: 50%;
}
/* Background image for the previous button */
.carousel-control-prev-icon {
  background-image: url('image/562453080.jpg'); /* Replace with the actual path to your image */
}
/* Background image for the next button */
.carousel-control-next-icon {
  background-image: url('image/537594069.jpg'); /* Replace with the actual path to your image */
}
/* Optional: To remove the default icon overlay */
.carousel-control-prev,
.carousel-control-next {
  filter: none;
}


.checkin{

   
    padding: 20px;
     background: white;
     box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
  z-index: 999;
    position: relative;
   /* top: 50px;  */
   
  
    }

    /* about */
.golden {
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75em;
    color: #4b4a4a;
    margin-bottom: 20px;
  }
  .golden2{
    font-size: 46px;
     font-family: "Forum", serif;
    font-weight: 400;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
  }
  .golden9{
    font-size: 46px;
    font-family: "Forum", serif;
   font-weight: 400;
   color: #222;
   position: relative;
 
  
  }
  
  .golden1{
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
  }

  .golden4{
    font-size: 29px;
     font-family: "Forum", serif;
    font-weight: 400;
    color: #222;
    position: relative;

    line-height: 1.25em;
  }
  
  .golden3{
    font-size: 35px;
     font-family: "Forum", serif;
    font-weight: 400;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
  }
     .ratings h1{
  font-size: 70px;
  font-family: "Forum", serif;
  color: #03658C;
     }
     @media(max-width: 990px){
        
        .ratings h1{
            font-size: 30px;
            font-family: "Forum", serif;
               }
               .ratings h6{
                font-size: 11px;
                font-family: "Forum", serif;
                font-weight: normal;
                   }
                   .map-col{
                    justify-content: center !important;
                    text-align: center !important;
                    align-items: center !important;
                   }
                   .golden3{
                    font-size: 30px !important;
                   }
        }
        .Slogan .bg{
            background: url('image/537593738.jpg')rgba(0, 0, 0, 0.685);
            background-attachment: fixed;
            background-position:center;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            height:300px;
          }
          .Slogan1 .bg{
            background: url('image/562453080.jpg')rgba(0, 0, 0, 0.685);
            background-attachment: fixed;
            background-position:center;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            height:250px;
          }
        


          .room-block-one{
            position: relative;
            z-index: 2;
        }
        .room-block-one .inner-box{
            position: relative;
            display: block;
            transition: all 200ms ease;
            overflow: hidden;
        }
        .room-block-one:hover .inner-box{
            box-shadow: 0px 25px 25px 0px rgba(0,0,0,0.15);
        }
        .room-block-one .image-box{
            position: relative;
            display: block;
            background: #171b27;
        }
        .room-block-one.height-one .image-box{
            height: 520px;
        }
        .room-block-one.height-two .image-box{
            height: 854px;
        }
        .room-block-one .image-box img{
            display: none;
            width: 100%;
            opacity: 0.80;
        }
        .room-block-one .image-box .image-layer{
            position:absolute;
            left:0;
            top:0;
            width:100%;
            height:100%;
            opacity: 0.80;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }
        .room-block-one:hover .image-box .image-layer{
            opacity: 0.50;
        }
        .rooms-section-one .row{
            margin: 0px -7px;
        }
        .rooms-section-one .column{
            padding: 0px 7px;
        }
        .rooms-section-one .room-block-one{
            margin-bottom: 14px;
        }
        .room-block-one .cap-box{
            position: absolute;
            left: 30px;
            bottom: 30px;
            right: 30px;
            max-width: 350px;
            opacity: 1;
            -webkit-transition: all 500ms ease 200ms;
            -moz-transition: all 500ms ease 200ms;
            -ms-transition: all 500ms ease 200ms;
            -o-transition: all 500ms ease 200ms;
            transition: all 500ms ease 200ms;
        }
        .room-block-one:hover .cap-box{
            opacity: 0;
            -webkit-transform: translateY(200px);
            -ms-transform: translateY(200px);
            transform: translateY(200px);
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }
        .room-block-one .cap-box .cap-inner{
            position: relative;
            display: block;
            padding: 18px 20px 18px 40px;
            background: rgba(255, 255, 255, 0.8);
            top: -349px;
        }
        .room-block-one .cap-box .cap-inner:before{
            content: '';
            position: absolute;
            right: 0;
            top: -15px;
            border: 8px solid transparent;
            border-bottom: 8px solid #ffffff;
            border-right: 8px solid #ffffff;
        }
        .room-block-one .cap-box .price{
            position: relative;
            display: block;
            line-height: 24px;
            color: #8e949f;
            text-transform: uppercase;
            font-weight: 600;
            font-family: "Forum", serif;
            letter-spacing: 2px;
        }
        .room-block-one .cap-box .price span{
            color: #1b1c1e;
        }
        .room-block-one .cap-box h5{
            position: relative;
            display: block;
            margin: 0;
            font-family: "Forum", serif;
        }
        .room-block-one .hover-box{
            position: absolute;
            left: 30px;
            bottom: 30px;
            right: 30px;
            max-width: 350px;
            opacity: 0;
            -webkit-transform: translateY(-102%);
            -ms-transform: translateY(-102%);
            transform: translateY(-102%);
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }
        .room-block-one:hover .hover-box{
            opacity: 1;
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
            -webkit-transition: all 500ms ease 200ms;
            -moz-transition: all 500ms ease 200ms;
            -ms-transition: all 500ms ease 200ms;
            -o-transition: all 500ms ease 200ms;
            transition: all 500ms ease 200ms;
        }
        .room-block-one .hover-box .hover-inner{
            position: relative;
            display: block;
            padding: 35px 40px 40px 40px;
            background: rgba(255, 255, 255, 0.9);
            height: 100%;
        }
        .room-block-one .hover-box h4{
            position: relative;
            margin-bottom: 15px;
        }
        .room-block-one.height-three .hover-box h4,
        .room-block-one.height-four .hover-box h4{
            font-size: 22px;
        }
        .room-block-one .hover-box .pricing{
            position: relative;
            line-height: 24px;
            margin-bottom: 20px;
        }
        .room-block-one .hover-box .pricing .price{
            position: relative;
            display: block;
            float: left;
            color: #000000;
            text-transform: uppercase;
            font-weight: 500;
        }
        .room-block-one .hover-box .pricing .price span{
            color: #000000;
        }
        .room-block-one .hover-box .pricing .rating{
            position: relative;
            display: block;
            float: right;
            color: #000000;
        }
        .room-block-one .hover-box .pricing .rating span{
            position: relative;
            font-size: 12px;
            display: inline-block;
            vertical-align: middle;
            margin-left: 1px;
        }
        .room-block-one .hover-box h5{
            position: relative;
            display: block;
            margin: 0 0 20px;
            font-family: "Forum", serif;
        }
        .room-block-one .hover-box .text{
            position: relative;
            display: block;
            color: #000000;
            font-size: 16px;
            line-height: 1.6em;
            margin: 0 0 30px;
        }
        .room-block-one .hover-box .link-box{
            position: relative;
            display: block;
        }
        .cover-bg{
            background: url('../image/537594069.jpg') rgba(0, 0, 0, 0.503);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
           
            background-blend-mode: multiply;
            padding-top: 70px;
            padding-bottom: 70px;
            color: rgb(0, 0, 0);
            text-align: center;
          }

          .facility-box{
            padding: 30px;
            text-align: center;
            justify-content: center;
          background: white;
            -webkit-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
          -moz-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
          box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
          }
          .facility-box h3{
            font-family: "Forum", serif;
          }
          .facci{
            font-family: "Forum", serif;
            font-size: 45px;
          }


        
        .gallery-item {
            flex: 1 1 calc(33.333% - 20px);
            box-sizing: border-box;
        }
        .gallery-item img {
            width: 100%;
            height: auto;
            display: block;
        }

        .gallery img {
            width: 100%;
            transition: transform 0.3s ease-in-out;
        }
        .gallery img:hover {
            transform: scale(0.9);
        }
        @media (max-width: 991px)
        {
            .galery1{
                display: none;
            }
        }



        

  .rooms-bg1{
    background: url('image/562453080.jpg') rgba(0, 0, 0, 0.452);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  

  }
  .bg01{
    text-align: center;
    font-family: "Forum", serif;
    font-weight: 500;
     font-size: 45px;
    
     padding-top: 100px;
     text-shadow: 1px 1px 1px #ffffff;
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 45px !important;
           padding-top: 130px !important;
        }
      }
  
      .about-bg1{
        background: url('image/537594069.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
      }
      .gallery-bg1{
        background: url('image/562452924.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
       
      }

      .contact-bg1{
        background: url('image/460138604.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
       
      }

         
.home1 {
    padding: 0;
  }
  .home1 .slide {
    min-height: 35vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.2);
    border: 3px solid #03658C;
  }
  .swiper-button-next,
  .swiper-button-prev {
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    background: transparent;
    color: white;
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: transparent;
    color: white;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 1rem;
  }
  @media (max-width:800px) {
    .container .link-btn,
    .link-btn {
      display: inline-block;
      font-weight: 400;
      border: 1px solid#1E323D;
      padding: 0 25px;
      font-size: 12px;
      line-height: 35px;
    }
    .none{
      display: none;
    }
  }
  .bg-images {
    background: rgba(0, 0, 0, 0.8);
    background-position: center;
    background-size: cover;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  

  .fa-solid{
    padding-top: 10px;
  }

  .contact-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
  }
  .contact-info .item {
    border-right: 1px solid rgba(200, 200, 200, 0.6);
  }
  .contact-info .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #03658C;
    margin: 0 auto 25px;
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
  }
  .contact-info .item .icon i {
    color: #ffffff;
    font-size: 26px;
  }
  .contact-info .item h5 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 14px;
    font-family: Forum, serif;
    color: #000000;
    height: 400;
  }
  .contact-info .item p {
    margin-bottom: 2px;
    font-family: Forum, serif;
  }
  .room22{
    font-family: "Forum", serif;
  }
.start
{
    font-family: "Forum", serif;
  }
  @media screen and (max-width: 991px) {

  .contact-info {
  display: unset !important;
  border-bottom: none !important;
  }
  .contact-info .item {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
  padding-bottom: 40px;
  margin-bottom: 40px;
  }
  
  }

  .testimonials{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  
  .testimonial-slide{
    padding: 0px 100px 0px 100px;
  }
  
  
.owl-theme .owl-nav {
margin-top: 10px;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent;
}


@media screen and (max-width: 991px) {
    .font01{
   font-size: 40px !important;

    }
    .font0{
        font-size: 40px !important;
     
         }
         .golden2{
            font-size: 35px !important;
         }
         .testimonial-slide{
            padding: 0px 0px 0px 0px !important;
          }
          .golden9{
            font-size: 40px !important;
          }
          .logo21{
            margin-top: 0px !important;
          }
          .about-section{
            padding-top: 50px !important;
          }
          .galeri {
            font-size: 25px !important;
          }
          .gallery{
            padding-top: 20px !important;
          }
}