main{
    background-color: #272829;
}
body::-webkit-scrollbar {
    width: 13px;

  }

  body::-webkit-scrollbar-track {
    background:  #f2f2f2;



  }
  body::-webkit-scrollbar-thumb {
    background-color: #ADA962 ;
    border-radius:5px;

  }

  /*BACK_TO_TOP*/

  #btn-back-to-top {
    position: fixed ;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color:#4b481c;
    border: 2px solid #4b481c;
  }


/*  HEADER */

.nav-link {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    color:#f2f2f2;
    transition: color 0.3s ease-in-out;
    font-family: 'Prompt', sans-serif;
    font-weight: bold;


}

.nav-item .underline {
    height: 4px;
    background-color: transparent;
    width: 0;
    transition: width 0.6s, background-color 0.6s;
    border-radius: 70px;
    margin: 0 auto;

}

.nav-item.active-link a {

    color: #ADA962;
}

.nav-item.active-link .underline {
    width: 100%;
    background-color:  #ADA962;

}

.nav-item:hover .underline {
    background-color: #ADA962;
    width: 100%;

}

.nav-item:hover a {

    color:  #ADA962;
}


.nav-item:active a {
    transition: none;
}

.nav-item:active .underline {
    transition: none;
    background-color: #ADA962;

}

::selection {
    background-color: tan;
    color: black;
}


.navbar-nav {
    margin-left: auto;
    gap: 20px;
    font-size: 18px;

}

.navbar {
    background-color: rgba(0,0,0,0);
    transition: background-color 0.3s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}



.navbar-scrolled {
    background-color: #222222;


}



@media only screen and (max-width: 1000px) {
    .navbar {
        background-color: #222222;
        transition: background-color 0.3s ease-in-out;
    
    }

.nav-link{
    color: white;
}

  }

 

.navbar-toggler{
    border-color: #ADA962!important;
    background-color:#ADA962; 
    color: transparent !important;

}
  

.navbar-toggler:hover,.navbar-toggler:active{
    border-color:#ADA962 !important;
    background-color: #ADA962; 
    color: transparent !important;
 

}

@media screen and (width: 1024px) {
    .navbar-nav {
        font-size: 16px;
    }
}






@media screen and (min-width: 200px)and (max-width: 950px) {
    .navbar-nav {
display: inline-block;      
    
    }
    
  }
  
  
/** FOOTER **/

.footer {
    background: #222222;
    padding-top: 40px;
    font-family: 'Poppins', sans-serif;
}
.footer p{
    text-align: left;
    color: whitesmoke;

}

.footer h4 {
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: whitesmoke;
    margin-bottom: 15px;
    border-bottom:  #ADA962 solid 3px;
    padding-bottom: 3px;
    display: table;
}

ul.conta, ul.social_icon, ul.link_menu{
    padding: 0;
}

ul.conta li {
    color: whitesmoke;
    text-align: left;
    padding-bottom: 20px;
    font-size: 15px;
list-style: none;
}


ul.conta li svg {
    padding-right: 15px;
    text-align: center;
    font-size: 20px;
}

ul.conta li a {
    color: whitesmoke;
}


ul.link_menu li {
    display: block;
    text-align: left;
}

ul.link_menu li.active a {
    color: #ADA962;
    fill:  #ADA962 !important;

}

ul.link_menu li a {
    color: whitesmoke;
    font-size: 17px;
    line-height: 28px;
    display: inline-block;
    width: -moz-max-content;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 600;
    fill: whitesmoke;

}



ul.link_menu li a:hover  {
    color:#ADA962;
    fill:#ADA962 !important;

}


ul.social_icon {
    width: 100%;
    float: left;
    text-align: left;
}

ul.social_icon li {
    display: inline-block;
}

ul.social_icon li a {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    font-size: 27px;
    border-radius: 30px;
    margin: 0 9px;
}


.copyright {
    margin-top: 10px;
    background-color: #F5f5f5;
    border:  #ADA962 solid 3px;
    border-right: inherit;
    border-left: inherit;
}

.copyright p {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    border-top:0;
    padding-top: 15px;
    font-weight: bold;
}

.copyright a {
    color: #000;
    font-weight: bold;
}

.copyright a:hover {
    color:  #ADA962;
}



.footer .logo a {
    justify-content: center !important;
    position: relative;
    text-decoration: none;
}



.footer .footer-widget ul li {
    margin-bottom: 10px;
}

.footer .footer-widget ul li a {
    color: rgba(255, 255, 255, 0.7);
}

.footer .footer-widget ul li a span {
    font-size: 14px;}

.footer .footer-widget ul li a:hover {
    color:  #ADA962;
}

.footer .footer-widget ul li a:hover span {
    color:#ADA962;
}

.footer .footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.footer .footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}


.footer .social_icon  li {
    list-style: none;
    display: inline-block;
    background: transparent; 
    height: 40px;

    color: #ADA962;
    border-radius: 0;
    transition: 0.3s;
}

.footer .social_icon li a {
    height: 35px;
    width: 35px;
    display: block;
    background: rgba(255, 255, 255, 0.05); 
    position: relative;
    border-radius:0 ;
    transition: 0.3s;
}


.footer .social_icon li a:hover  {
    background: #ADA962;
}


.footer .social_icon  li a h6 {
    position: absolute;
    font-size: 15px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer .social_icon  li a svg {
    fill:whitesmoke;
}

#logo  img {
    width: 12%;
}

@media screen and (max-width: 1000px) {
    #logo  img {
        width: 30%;
    }
}

@media screen and (max-width: 700px) {

    #logo {
        text-align: center;
    }
}


@media only screen and (max-width: 1000px) {
    ul.conta li, .footer p, ul.social_icon,.heading-2, ul.link_menu li{
    text-align: center;
    float: center;
 }


 .footer h4{
    text-align: center;
 display: inline-block;
  }
#footer-logo {
    text-align: center;

}
}



@media screen and (max-width: 1300px) {
    #footer-logo {
        text-align: center;
        
    }


}



@media screen and (min-width: 1300px) {
    #footer-logo {display: flex;  
  }


}

ul.link_menu li{
transition: 0.5s;}


ul.link_menu li a:hover{
    transform: translate(10px);
}

@media only screen and (max-width: 500px) {
    .copyright p {
font-size: 13px;    }
  }

/** end footer **/

                
/* CAROUSEL */
.carousel-item{
    position: relative;
}

.carousel-caption {
    text-align: center;
    top: 50%;
    bottom: initial;
    text-align: left;
transform: translateY(-30%);
 -webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
position: absolute;

}


.carousel-caption h1{
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
        text-transform: uppercase;

color: white;
}
@media only screen and (max-width: 300px) {
    .carousel-caption h1 {
font-size: 40px;    }
.carousel-caption h5 {
    font-size: 18px;    }
  }

@media only screen and (min-width: 300px)and (max-width: 600px) {
    .carousel-caption h1{
        font-size: 50px;
    }
  }

  @media only screen and (min-width: 600px)and (max-width: 900px) {
    .carousel-caption h1{
        font-size: 70px;
    }
  }
@media only screen and (min-width: 900px)  {
    .carousel-caption h1{
        font-size: 90px;
    }
  }


  
.carousel-caption h3{
    color: white;
    font-family: 'Prompt', sans-serif;}

.carousel-caption h5{
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.c-item {
    height: 85vh; 

}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);

}


  .carousel-item.active img{
    transition: transform 5s linear;
    transition-duration: infinite;
    transform: scale(1.05, 1.05);
  }



  .carousel-control-next,.carousel-control-prev{
    fill:#ADA962;
display: inline-block;

}

.carousel-control-next svg,.carousel-control-prev svg{
height: 1.2em;
transition: all 0.3s ease-in-out;

}





   .carousel-control-prev .carousel-icon,.carousel-control-next .carousel-icon{
    transition: all 0.5s ease-in-out;
width: 40px;
height: 41px;
    padding: 5px;
    border: 2px solid #ADA962;
    border-radius: 0;
    display: inline-block;
   }


   @media only screen and (max-width: 600px) {
    .carousel-control-prev .carousel-icon{
border:0;    }

.carousel-control-next .carousel-icon{
    border:0;    }
  }

  @media only screen and (max-width: 600px) {
    .carousel-control-next svg,.carousel-control-prev svg{
        height: 1.5em;

        }

 
  }



@media only screen and (max-width: 600px) {
.carousel-caption{
    text-align: center;
}
    }
.carousel-item{
    border:0;
}
    
 
  
  /*BUTTONS CLASS*/
  

#button,
#button::after {
  -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
  -o-transition: all 0.4s;
	transition: all 0.4s;


}

#button {
  background: transparent;
  border: 2px solid #ADA962!important;
  border-radius: 5px;
  color:#ADA962 !important;
  font-size: 15px;
  font-weight: bold;
  padding: 13px 30px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  font-family: 'Poppins', sans-serif;
  border-radius:0;
  box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.3);


}


#button::before,
#button::after {
    
  background: #ADA962!important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #f2f2f2 !important;
  transform: scale(1);
  border: 2px solid #ADA962 !important;


}



.btn-3::after {
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
  }
  
  .btn-3:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }


/* GENERAL BUTTON STYLING */



#button2,
#button2::after {
  -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
  -o-transition: all 0.4s;
	transition: all 0.4s;


}

#button2 {
  background: transparent;
  border: 2px solid white!important;
  color:white !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0.5em auto;
  padding: 13px 30px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  font-family: 'Poppins', sans-serif;
box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.3);

}


#button2::before,
#button2::after {
    
  background: #ADA962!important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button2:hover {
  color: white !important;
  transform: scale(1);
  border: 2px solid #ADA962 !important;


}



.btn-1::after {
    height:0;
    left: 0;
    top: 0;
    width: 100%;
  }
  
  .btn-1:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }



/*ANIMATIONS*/
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
}


@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.50deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}


[data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}


.animations-disabled {

    &,
    [data-animation] {
        animation: none !important;
        opacity: 1 !important;
    }
}

.slideInUp {
    animation-name: slideInUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInleft;
}

.slideInRight {
    animation-name: slideInRight;
}


.fadeIn {
    animation-name: fadeIn;
}


.zoomIn {
    animation-name: zoomIn;
}

.zoomReverseIn {
    animation-name: zoomReverseIn;
}


.flipInY {
    animation-name: flipInY;
}

.flipOutY {
    animation-name: flipInY;
    animation-direction: reverse;
}


/*ABOUT_AREA*/
.about-img{
    position: relative;
}

.about-img .img-1{
    position: relative;
}
.about-img img{
    position: relative;
}


.about-img::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 90%;
    border: 3px solid #ADA962 ;
    background-color: #ADA962 ;
    border-radius: 0;
    left: -4%;
    z-index: 0;
    top: 4%;
}


.about-img .img-1::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 80%;
    border: 3px solid whitesmoke;
    background-color: whitesmoke;
    border-radius: 0;
    right: -3%;    z-index: 0;
    bottom: 10%;
}


.about-info{
    padding: 40px;
}

@media only screen and (max-width: 300px) {
    .about-info{
        padding: 20px;
    }
}

.about-info h5{
color: #ADA962;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
letter-spacing: 0.05em;
}

.about-info h1{
    font-family: 'Cormorant Garamond', serif;
color: white;
}

.about-info p{
    color: #c5c4c4;
    font-family: 'Outfit', sans-serif;
    line-height: 1.7;
    font-size: 18px;
}

.about-info .div h3{
    color: #ADA962;
    font-family: 'Cormorant Garamond', serif;
}

.about-info .div h6{
    color: white;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
}
@media only screen and (max-width: 600px) {
    .about-info .div {
        flex-direction: column;
      }
    .rating {
    
  order:-1;
  }
}

@media only screen and (min-width: 600px) {
    .about-info .div {
    display: flex;
    justify-content: space-around;
  }
}
          /*FACILITIES*/
  
         
.facilities h5{
    color: #ADA962;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    }

    .facilities h1{
        font-family: 'Cormorant Garamond', serif;
    color: white;
    }

    .facility-content{
        border: 2px solid #353535;
        padding: 15px;
        transition: all .3s ease-in-out;      

    }
     
.facility-content h3{
    font-family: 'Cormorant Garamond', serif;
color: white;
font-weight: bold;
}

.facility-content p{
color: #c5c4c4;
font-family: 'Outfit', sans-serif;

}

.facility-content:hover{
transform: translateY(-10px);
border: 2px solid #ADA962;
box-shadow: 0 0 10px 5px #ADA962;
}



            /*ROOMS*/
           
.rooms h5{
    color: #ADA962;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    }
    
    .rooms h1{
        font-family: 'Cormorant Garamond', serif;
    color: white;
    }
    
    .rooms .col-lg-12 p{
        color: #c5c4c4;
        font-family: 'Outfit', sans-serif;
        line-height: 1.7;
        font-size: 18px;
    }
.room-content{
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    border: 1px solid #353535;


}

.room-img{
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}


.room-img img{
    transition: all 0.3s ease-in-out;

}

.room-content:hover .room-img img{
    transform: scale(1.1);
}
  
    .room-info .div{
        border-bottom: 2px solid #353535;

    }
.room-upper, .room-lower{
    padding:20px  ;
}
    .room-upper p{
        color: #ADA962;
        text-transform: uppercase;
        font-family: 'Cormorant Garamond', serif;

    }

    
    .room-upper h3{
        color: white;
        font-family: 'Cormorant Garamond', serif;
font-weight: bold;
    }


    .room-btn{
        background: none;
        border:0;
       
        color: white !important;
        font-size: 15px;
        margin: 0 auto;
        padding:0;
        position: relative;
        text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s;
    border-bottom: 1px solid white;
      }
    
    
      .room-btn:hover {
    color: #ADA962 !important;
    fill:#ADA962 !important;
    transform: translate(5px);
    border-bottom: 1px solid #ADA962;

      }

      @media only screen and (min-width: 600px) {
        .room-lower{
          display: flex;
          justify-content: space-between;
        }
      }

      
.label{
    align-items: center;
    background-color: #ADA962;
    display: flex;
    justify-content: center;
    left: 30px;
    position: absolute;
    top: 30px;
    border-radius: 5px;
    border:1px solid white

}

.label h5{
    align-items: center;
    color: white;
    font-size: 15px;
    padding: 10px 15px;
    font-family: 'Cormorant Garamond', serif;
margin-bottom: 0;

}


.room-amenities p{
    color: #c5c4c4;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;

}

@media only screen and (min-width: 600px) {
    .room-amenities {
display: flex;   
justify-content: space-between; }
  }


/*JUMBOTRON*/

.jumbotron{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: min(80vh, 400px);
    padding: 20px;
    border-radius: 0;
    overflow: hidden;
    text-align: center;

      inset: 0;
      width: 100%;
      height: 100%;
      background: url(images/301517242.jpg) #20332070;
      background-size: cover;
      background-position: center;       
       background-attachment: fixed;
       background-blend-mode: multiply;

}


.jumbotron h3{
    position: relative;
    font-weight: bold;
    color:whitesmoke;
    font-family: 'Cormorant Garamond', serif;
}
.jumbotron p{
    position: relative;
    color:whitesmoke;
    font-family: 'Outfit', sans-serif;

}
.jumbotron img{
    position: relative;
}


/*TESTIMONIALS*/

.testimonials{
    background: url(images/300819952.jpg) rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}

         
.testimonials .col-lg-12 h5{
    color: #ADA962;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    }

    .testimonials .col-lg-12  h1{
        font-family: 'Cormorant Garamond', serif;
    color: white;
    }


    .div .author{
        font-size: 22px;
        line-height: 26px;
        color: #fff;
        font-weight: 500;
        font-family: 'Cormorant Garamond', serif;

    }
    
    .div .place{
        font-family: 'Lora', serif;
        line-height: 1em;
        color: #acacac;
    transition: 0.5s;
    margin-left: 29px;
    position: relative;
    
    }
    .div .place:before {
        position: absolute;
        content: "";
        width: 18px;
        height: 1px;
        top: 50%;
        left: -26px;
        background: #ADA962;
    }

    .testimonial-content{
        background-color: #272727;
        padding: 35px ;
        position: relative;
    }

    .testimonial-content h6{
        font-size: 18px;
        line-height: 30px;
        color: #b6b4b4;
        font-weight: 400;
        font-style: italic;
        font-family: 'Lora', serif;
        margin: 16px 0 46px;
        position: relative;

    }


    .testimonial-content::before{
        position: absolute;
        content: "";
        width: 85%;
        height: 10px;
        left: 0;
        right: 0;
        top: -10px;
        background: #ADA962;
        margin: auto;
    }

    .testimonial-content::after{
        position: absolute;
        content: "";
        width: 85%;
        height: 10px;
        left: 0;
        right: 0;
        bottom: -10px;
        background: #ADA962;
        margin: auto;
    }

    .quote{
        position: absolute;
        right: 40px;
        top: -32px;
    }
    
/*GALLERY*/

       
.gallery .col-lg-12 h5{
    color: #ADA962;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    }

    .gallery .col-lg-12  h1{
        font-family: 'Cormorant Garamond', serif;
    color: white;
    }




    .swiper-container {
        position: relative;
        overflow: hidden;
        width: 100%;
        right: 0px;
        margin: 0 auto;
    
    
    }
    
    .swiper {
        position: relative;
        width: 100%;
        z-index: 2;
    }
    
    .swiper-slide {
        width: 10rem;
        height: 24rem;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        position: relative;
        border-radius: 12px;
        box-shadow: -1px 5px 15px #0000001f;
        text-align: center;
        transition: opacity 0.4s ease-in;
    
  
    }
    
    .swiper-slide-active {
        display: grid;
        opacity: 1;
    }
    
    .swiper-pagination {
        position: relative;
        bottom: -0.313rem;
        text-align: center;
        margin-top: 35px;
        width: auto;
    
    
    }
    
    .circle {
        position: absolute;
        bottom: -5em;
        left: -8em;
        width: clamp(150px, 40vw, 400px);
        height: clamp(150px, 40vw, 400px);
        background: black;
        border-radius: 50%;
        z-index: 1;
        opacity: 0.7;
    }
    
    
    .swiper-pagination > .swiper-pagination-bullet {
        opacity: 1;
        border: #ADA962 solid 1px;
        background-color: transparent;
    }
    
    .swiper-pagination >.swiper-pagination-bullet-active {
        background-color: #ADA962;
    }

   
/*************************************************************** ABOUT US **************************************************/

#about-head {
    background: url(images/300819952.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 65vh;

}

#about-head .col-lg-12{
margin-top: 27vh;

}

#about-head h1{
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 3px;
        text-transform: uppercase;
        color: white;}


        #about-head h4{
            font-family: 'Lora', serif;
            color: whitesmoke;
        }

        @media only screen and (min-width: 1000px) {
#about-head h1{
                font-size: 100px;
            }
          }
        




/*************************************************************** CONTACT US **************************************************/

/*BACKGROUND*/

#contact-head {
    background: url(images/301517242.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 65vh;

}

#contact-head .col-lg-12{
margin-top: 27vh;

}

#contact-head h1{
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 3px;
        text-transform: uppercase;
        color: white;}


        #contact-head h4{
            font-family: 'Lora', serif;
            color: whitesmoke;
        }
.contacts .container{
    background-color: #f8f6f3;
    padding: 40px;
}

        .contacts h1{
            font-family: 'Cormorant Garamond', serif;
            font-weight: bold;
        }
        
        .contacts h5{
            font-family: 'Cormorant Garamond', serif;
            text-transform: uppercase;
            color: #ADA962;

        }

        .contacts h6{
            font-size: 16px;
            line-height: 26px;
            color: #616161;
            font-weight: 400;
            font-family: 'Lora', serif;
        }
        
        .contacts .col-lg-6 h4{
            font-size: 15px;
            line-height: 26px;
            color: #616161;
            font-weight: 400;
            font-family: 'Lora', serif;
        }

        .contacts .col-lg-6 h6{
            font-size: 22px;
            color: #1e1e1e;
            font-weight: 500;
            font-family: "Cormorant Garamond";
        }  
        
        .contact-content{
            align-items: center;
            gap: 18px;
            margin-bottom: 41px;
            position: relative;
        }
        
        
   
        
        
        .col-lg-6  iframe,.contact-info{
            min-height: 100%;
        }
        
        .contact-img{
            background: #ffff;
          
            width: 65px;
            height: 65px;
            text-align: center;
            line-height: 60px;
            border-radius: 50%;
            border: 1px solid rgba(128, 128, 128, 0.274);
        }

        @media only screen and (max-width: 300px) {
           
            .contact-content .div {
display: flex;         
flex-direction: column;
text-align: center;
justify-content: center;
align-items: center;
align-self: center;
               } 
         
          }


        @media only screen and (min-width: 301px) {
            .contact-content .div {
             display: flex;
            }
          }
/*************************************************************** GALLERY **************************************************/

/*BACKGROUND*/

#gallery-head {
    background: url(images/219361331.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 65vh;

}

#gallery-head .col-lg-12{
margin-top: 27vh;

}

#gallery-head h1{
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 3px;
        text-transform: uppercase;
        color: white;}


        #gallery-head h4{
            font-family: 'Lora', serif;
            color: whitesmoke;
        }


img.zoom {
    width: 100%;
    height: 40vh;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.transition {

    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.thumb{
    overflow: hidden;
    border:0;
}


#gallery-head .col-lg-12{
    margin-top: 27vh;
    
    }


    
/*************************************************************** ROOMS **************************************************/

/*BACKGROUND*/


#rooms-head {
    background: url(images/366905104.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 65vh;

}

#rooms-head .col-lg-12{
margin-top: 27vh;

}

#rooms-head h1{
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 3px;
        text-transform: uppercase;
        color: white;}


        #rooms-head h4{
            font-family: 'Lora', serif;
            color: whitesmoke;
        }
 


    @media only screen and (max-width: 300px) {
        #gallery-head .col-lg-12 h1 , #about-head .col-lg-12 h1, #rooms-head .col-lg-12 h1,#contact-head .col-lg-12 h1{
    font-size: 30px;    }
      }
    
    @media only screen and (min-width: 300px)and (max-width: 600px) {
        #gallery-head .col-lg-12 h1, #about-head .col-lg-12 h1, #rooms-head .col-lg-12 h1, #contact-head .col-lg-12 h1{
            font-size: 50px;
        }
      }
    
    
    @media only screen and (min-width: 600px)  {
        #gallery-head .col-lg-12 h1, #about-head .col-lg-12 h1, #rooms-head .col-lg-12 h1, #contact-head .col-lg-12 h1{
            font-size: 80px;
        }
      }
    

      .read-btn{
        background: none;
        border: 0;
        font-family: 'Lora', serif;
color:#ADA962 ;
   fill: #ADA962 ;
    }
    
  