
body::-webkit-scrollbar {
    width: 13px;

  }

  body::-webkit-scrollbar-track {
    background:  black;



  }
  body::-webkit-scrollbar-thumb {
    background-color: tan ;
    border-radius:0;
    border-color: #101010;

  }

  /*BACK_TO_TOP*/

  #btn-back-to-top {
    position: fixed ;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color:blanchedalmond;
    border: 2px solid tan;
    border-radius: 10px;
  }


/*  HEADER */

.nav-link {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    color:whitesmoke;
    transition: color 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;


}

.navbar-scrolled .nav-link {
    color:whitesmoke;
    }

    @media only screen and (max-width: 1000px) {
        .nav-link {
            color:whitesmoke;
        }
      }

.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: #c49a6c;
}

.nav-item.active-link .underline {
    width: 100%;
    background-color:  #c49a6c;

}

.nav-item:hover .underline {
    background-color:  #c49a6c;
    width: 100%;

}

.nav-item:hover a {

    color:  #c49a6c;
}


.nav-item:active a {
    transition: none;
}

.nav-item:active .underline {
    transition: none;
    background-color: #c49a6c;

}

::selection {
    background-color: lightgoldenrodyellow;
    color: black;
}


.navbar-nav {
    margin-left: auto;
    gap: 20px;
    font-size: 18px;

}

.navbar {
    background-color: rgba(0,0,0,0.1);
    transition: background-color 0.3s ease-in-out;

}

.navbar-scrolled {
    background-color: #2a2c31;

}






@media only screen and (max-width: 1000px) {
    .navbar {
        background-color: #2a2c31;
        transition: background-color 0.3s ease-in-out;
    
    }
  }

.navbar-toggler{
    border-color: #c49a6c !important;
    background-color: #c49a6c; 
    color: transparent !important;

}
  

.navbar-toggler:hover,.navbar-toggler:active{
    border-color: #c49a6c !important;
    background-color: #c49a6c; 
    color: transparent !important;
 

}

@media screen and (width: 1024px) {
    .navbar-nav {
        font-size: 16px;
    }
}


/* GENERAL BUTTON STYLING */
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;

}

#button {
  background: #c49a6c;
  border: 0;
  border-radius: 5px;
  color:lightgoldenrodyellow !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 13px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius:0;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
  border: 2px solid lightgoldenrodyellow;

}

#button::before,
#button::after {
    
  background: lightgoldenrodyellow !important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #2a2c31 !important;
  transform: scale(1);
  border: 2px solid #2a2c31;

  


}


.btn-3 {
    overflow: hidden;
  }

  .btn-3::before {
    height: 100%;
    left:0;
    top: 0;
transition: 0.5s;
    width: 0;

  }
  
  .btn-3::after {
    height: 100%;
    right:0;
    top: 0;

    width: 0;

  }


  
  
  .btn-3:hover:after,  .btn-3:hover:before {
    height: 100%;
    width: 55%;
  }




@media screen and (min-width: 200px)and (max-width: 950px) {
    .navbar-nav {
display: inline-block;      
    
    }
    
  }
  
/** FOOTER **/

.footer {
    background: #2a2c31;
    padding-top: 60px;
    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: #c49a6c solid 3px;
    padding-bottom: 3px;
    display: table;
}

ul.conta, 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 i {
    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 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.active a {
    color: #c49a6c;
    fill: #c49a6c !important;

}



ul.link_menu li a:hover  {
    color:#c49a6c;
    fill: #c49a6c !important;

}



.copyright {
padding-top: 15px;
    background-color: #f9f9f9;
    border: #c49a6c solid 3px;
    border-right: inherit;
    border-left: inherit;
}

.copyright p {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    border-top:0;
    font-weight: bold;
}

.copyright a {
    color: #000;
    font-weight: bold;
}

.copyright a:hover {
    color: #c49a6c;
}


.logo1 {
    width: 100px !important;
}
.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: #c49a6c;
}

.footer .footer-widget ul li a:hover span {
    color:#c49a6c;
}

.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;
}





#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: 1300px) {
    ul.conta li, .footer p,.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-caption {
    top: 40%;
}


.carousel-caption h1{
    font-family: 'Fondamento', cursive;
    font-weight: bold;
        letter-spacing: 3px;
        text-transform: uppercase;
color: lightgoldenrodyellow;
}

.carousel-caption h4{
    font-family: 'Outfit', sans-serif;
    font-weight: bold;

}

.carousel-caption h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.c-item {
    height: 800px; 

}

.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-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23c49a6c'  viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

  
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23c49a6c' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
   }


   

  .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: 100% 100%;
}


.carousel-control-next, .carousel-control-prev {

    width: 10%;
   
}


@media only screen and (max-width: 600px) {
.carousel-caption{
    text-align: center;
}
    }

  /*BUTTONS CLASS*/

/* GENERAL BUTTON STYLING */
#button2,
#button2::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;

}

#button2 {
  background: #c49a6c;
  border: 3px solid #c49a6c !important;
  border-radius: 5px;
  color:whitesmoke !important;
  font-size: 15px;
  font-weight: bold;
  margin: 1em auto;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius:0;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;

}

#button2::before,
#button2::after {
    
  background: #f9f9f9 !important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button2:hover {
  color: #c49a6c !important;
  transform: scale(1);
  border: 3px solid #f9f9f9 !important;


}



.btn-1 {
    overflow: hidden;
  }

  .btn-1::before {
    height: 100%;
    right:0;
    top: 0;
transition: 0.5s;
    width: 0%;

  }
  
  
  .btn-1::after {
    height: 100%;
    left:0;
    top: 0;

    width: 0%;

  }
  
  .btn-1:hover:after,.btn-1:hover:before {
    height: 100%;
    width: 55%;
  }







/*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*/
#counter h1{
    font-weight: bold;
    font-family: 'Bai Jamjuree', sans-serif;
}

#counter p{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
    .about_area_img1 {
position: relative;        
    }    
@media only screen and (min-width: 600px) {
    .about_area_img1 {
        margin: 90px 0 0;
        
    }
  }


.about_area_img1 #img1  {
    box-shadow: -20px 20px 10px 10px  #29b2e456;

}

.about_area_img2 {
    position: absolute;
    top: -90px;
    right: 0;
    border: 5px solid  #29b3e4;

}


.about_area .col-lg-5 h3{
    color:#c49a6c;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;

}

.about_area .col-lg-5 p{
    color:#8d8d8d;
    font-family: 'Outfit', sans-serif;

}

.about_area .col-lg-5 h2{
    font-family: 'Fondamento', cursive;
    font-weight: bold;
}

@media only screen and (min-width: 950px) {
    .about_area .col-lg-2 {
margin: auto;    }
  }

  .about_area_info{
    border-bottom: 1px solid #8d8d8d46;
    padding-bottom: 20px;
  }

  @media only screen and (min-width: 600px) {
    .about_area_info .contact {
display: flex;   
justify-content: space-between;

}
  }



  .about_area_info .contact h6{
font-size: 20px;
font-weight: bold;
font-family: 'Bai Jamjuree', sans-serif;

    
    }

    .about_area_info .contact h5{
        font-weight: bold;
        font-family: 'Poppins', sans-serif;   
        color: #c49a6c;     
            
            }

      
/*JUMBOTRON*/

.jumbotron{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: min(80vh, 400px);
    padding: 1rem;
    border-radius: 0;
    text-align: center;
  
 
      width: 100%;
      height: 100%;
      background: url("images/studio1/P1198481.JPG") rgba(0,0,0,0.5);
      background-size: cover;
      background-position: center;       
       background-attachment: fixed;
       background-blend-mode: multiply;

}

.jumbotron h1{
    position: relative;
    font-weight: bold;
    color:whitesmoke;
    font-family: 'Fondamento', cursive;
}

.jumbotron p{
    position: relative;
    color:whitesmoke;
    font-family: 'Poppins', sans-serif;}
.jumbotron img{
    position: relative;
}

/*FACILITIES*/
.facilities{
    background: url("images/a\ \(6\).JPG") rgba(0,0,0,0.5);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: multiply;
}

.facilities .col-lg-12 h3{
    color:#c49a6c;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;

}

.facilities .col-lg-12 p{
    color:whitesmoke;
    font-family: 'Outfit', sans-serif;

}

.facilities .col-lg-12 h2{
    font-family: 'Fondamento', cursive;
    font-weight: bold;
    color:white;
}

.facility h3{
    font-family: 'Bai Jamjuree', sans-serif;
font-weight: bold;
}


.facility h5{
    font-family: 'Poppins', sans-serif;
color:#8d8d8d;
}
.facility{
    background-color: white;
    border-radius: 10px;
    border: 3px solid #DDD;
    padding: 20px;
    transition: 0.5s;
    position: relative;

}
.facility:hover{
    background-color: #f2f2f2;
    border: 3px solid #c49a6c;
}

.service_hover_right {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .4s all ease-in-out;
}

.facility:hover .service_hover_right{
    opacity: 0.2;
}

 
/*ROOMS*/
.rooms .col-lg-12 h3{
    color:#c49a6c;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;

}

.rooms .col-lg-12 p{
    color:#8d8d8d;
    font-family: 'Outfit', sans-serif;

}

.rooms .col-lg-12 h2{
    font-family: 'Fondamento', cursive;
    font-weight: bold;
}


div.box_cat_rooms {
    display: block;
    margin-bottom: 25px;
    height: 400px;
    position: relative;
    overflow: hidden;
    background-color: #ccc;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2)
}

@media (max-width: 991px) {
    div.box_cat_rooms {
        height:400px
    }
}

div.box_cat_rooms .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    color: #fff;
    left: 0;
    bottom: -75px;
    padding-bottom: 60px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: transparent;
    background:  linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #1010104b 20% , #10101086 40%  ,#101010a6 60%, #101010e1 80%, black 100%);
    font-family: 'Bai Jamjuree', sans-serif;
    padding: 40px;
    text-align: start;


}

div.box_cat_rooms .info small {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #999;
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff
}

div.box_cat_rooms .info h3 {
    color: #fff;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 600;
    margin-bottom: 20px;

}

 .simple-btn {
    position: relative;
    padding-top: 10px;
    margin-top: 15px;
    display: block;
}
 .simple-btn:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-top: 1px solid #8d8d8d;
    opacity: .5;
}
div.box_cat_rooms .info span {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    font-weight: 600;
    opacity: 0;
    position: relative;
}

div.box_cat_rooms .info span:before {
    position: absolute;
    bottom: -5px;
    left: 0;

    content: "";

}


div.box_cat_rooms figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

div.box_cat_rooms:hover .info {
    -webkit-transform: translate(0, -65px);
    -moz-transform: translate(0, -65px);
    -ms-transform: translate(0, -65px);
    -o-transform: translate(0, -65px);
    transform: translate(0, -65px)
}

div.box_cat_rooms:hover .info span {
    opacity: 1
}

div.box_cat_rooms:hover .info span:before {
    width: 100%
}

div.box_cat_rooms:hover .background-image {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.room-btn{
    background: none;
    border:0;
    border-radius: 5px;
    color: #f2f2f2 !important;
    font-size: 15px;
    margin: 0 auto;
    padding:0;
    position: relative;
    text-transform: uppercase;
letter-spacing: 2px;
font-family: 'Poppins', sans-serif;
font-weight: bold;
transition: 0.3s;
fill:#f2f2f2;
  }


  .room-btn:hover {
color: #c49a6c !important;
fill:#c49a6c !important;
transform: translate(5px);
  }

   
/*GALLERY*/
.gallery .col-lg-12 h3{
    color:#c49a6c;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;

}

.gallery .col-lg-12 p{
    color:#8d8d8d;
    font-family: 'Outfit', sans-serif;

}

.gallery .col-lg-12 h2{
    font-family: 'Fondamento', cursive;
    font-weight: bold;
}

.swiper {
    width: 100%;
    height: 100%;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width:50%;
    height:50%;
  }
  
  .swiper-slide img {
      width: 100%;
      height: 50vh;
      display: block;
      margin: 0 auto;
      object-fit: cover;
      transition: all .3s ease-in-out;
  }
  
  @media only screen and (min-width: 540px) and (max-width: 1300px) {
      .swiper-slide img {
          height: 30vh;
      
      }
      
    }
  .swiper-slide {
    width: 80%;
  }
  
  .swiper-slide:nth-child(2n) {
    width: 60%;
  }
  
  .swiper-slide:nth-child(3n) {
    width: 40%;
  }
  
  .swiper-pagination > .swiper-pagination-bullet {
      opacity: 1;
      border: white solid 1px;
      background-color: transparent;
  }
  
  .swiper-pagination >.swiper-pagination-bullet-active {
      background-color: #29b3e4 ;
  }
  

  
/*TESTIMONIALS*/
.testimonials .col-lg-12 h3{
    color:#c49a6c;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;

}

.testimonials .col-lg-12 p{
    color:#8d8d8d;
    font-family: 'Outfit', sans-serif;

}

.testimonials .col-lg-12 h2{
    font-family: 'Fondamento', cursive;
    font-weight: bold;
}

.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #2a2c31 !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #c49a6c !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    margin: 2px;
  padding:50px;
  display: flex;
    background-color: #2a2c31;
}




.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
    color: #e9a922;
}

    


.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}



.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.review-content .author{
    font-family: 'Poppins', sans-serif;

   font-weight: 700;
  font-size: 15px;
  line-height: 1.2em;
  color: #29b3e4;
}

.review-content .place{
    font-family: 'Outfit', sans-serif;
    color:whitesmoke;
}



.testimonial-content {
    width: calc(100% - 10px);
    margin-left: 15px;
}

.testimonials .testimonial-content p{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;

}

@media (max-width: 1360px) {
    .single-testimonial-item {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .single-testimonial-item {
        padding: 30px 12px; 
    }
}

.testimonial__area-item {
    display: block;
    text-align: center
}

.testimonial__area-item-image {
    padding: 0;
    margin-bottom: 30px
}

.testimonial__area-item-image img {
    width: auto
}

.testimonial__area-item-content {
    padding: 0
}

@media (max-width: 505px) {
.testimonial__area-bg {
    padding:40px 25px 60px
}

.testimonial__area-item-image {
    margin-bottom: 25px
}

.testimonial__area-item-content p {
    font-size: 15px;
    line-height: 26px
}
}

    /*************************************************************** GALLERY **************************************************/

/*BACKGROUND*/

#gallery-head {
    background: url('images/studio4/P1198548.JPG') rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 700px;
    text-align: center;

}

#gallery-head h1{
    letter-spacing: 3px;
    font-weight: bold;
    color: lightgoldenrodyellow;
    font-family: 'Fondamento', cursive;


}
#gallery-head h3,#gallery-head p{
    font-weight: bold;
        font-family: 'Outfit', sans-serif;
        letter-spacing: 2px;
    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;
    }
    
.read-btn{
    background: none;
    border: 0;
    font-family: 'Poppins', sans-serif;
color: white;
letter-spacing: 2px;
font-weight: bold;
}



    /*************************************************************** CONTACT **************************************************/

/*BACKGROUND*/

#contact-head {
    background: url('images/studio1/P1198482.JPG') rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 700px;
    text-align: center;

}

#contact-head h1{
    letter-spacing: 3px;
    font-weight: bold;
    color: lightgoldenrodyellow;
    font-family: 'Fondamento', cursive;


}
#contact-head h3,#contact-head p{
    font-weight: bold;
        font-family: 'Outfit', sans-serif;
        letter-spacing: 2px;
    color: whitesmoke;
    
    }

    
.contacts .col-lg-12 h3{
    color: #29b3e4;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;

}

.contacts .col-lg-12 p{
    color:#8d8d8d;
    font-family: 'Outfit', sans-serif;

}

.contacts .col-lg-12 h2{
    font-family: 'Fondamento', cursive;
    font-weight: bold;
    border-bottom: 3px solid  #29b3e4;
    border-radius: 5px;
    display: inline-block;
}

.contacts .col-lg-4 p{
    font-family: 'Outfit', sans-serif;
    font-weight: bold;

}

.contacts .col-lg-4 h2{
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: bold;

}

.contact-info{
    border-bottom: 1px solid   #29b3e4;
    background-image: linear-gradient(180deg, #f9f9f9 45%,   #29b2e48c 92%,  #29b3e4 100%);

}

.contacts .col-lg-12 .map{
    border:3px solid #29b3e4;
    box-shadow: 0 0 10px 5px  #29b3e4;
}



    /*************************************************************** ABOUT US **************************************************/

/*BACKGROUND*/

#about-head {
    background: url("images/a\ \(6\).JPG") rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 700px;
    text-align: center;

}

#about-head h1{
    letter-spacing: 3px;
    font-weight: bold;
    color: lightgoldenrodyellow;
    font-family: 'Fondamento', cursive;


}
#about-head h3,#about-head p{
    font-weight: bold;
        font-family: 'Outfit', sans-serif;
        letter-spacing: 2px;
    color: whitesmoke;
    
    }

    @media only screen and (max-width: 600px) {
        .about_area_img2 {
display: none;        }
      }
      
.about_area .col-lg-6 h3{
    color:#c49a6c;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;

}

.about_area .col-lg-6 p{
    color:#8d8d8d;
    font-family: 'Outfit', sans-serif;

}

.about_area .col-lg-6 h2{
    font-family: 'Fondamento', cursive;
    font-weight: bold;
}

     
/*JUMBOTRON2*/

.jumbotron2{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: min(80vh, 300px);
    padding: 1rem;
    border-radius: 0;
  
 
      width: 100%;
      height: 100%;
      background: url('images/studio2/P1198470.JPG') rgba(0,0,0,0.5);
      background-size: cover;
      background-position: center;       
       background-attachment: fixed;
       background-blend-mode: multiply;

}

.jumbotron2 h1{
    position: relative;
    font-weight: bold;
    color:whitesmoke;
    font-family: 'Fondamento', cursive;
}

.jumbotron2 p{
    position: relative;
    color:whitesmoke;
    font-family: 'Poppins', sans-serif;}
.jumbotron2 img{
    position: relative;
}

@media only screen and (max-width: 600px) {
    .conditions {
text-align: center;
    }
  }

  @media only screen and (min-width: 600px) {
    .conditions {
display: flex;   
justify-content: space-around;

}
  }

  .conditions h5{
    color: #f2f2f2;
    font-family: 'Outfit', sans-serif;


  }



  #book-btn{
    position: relative;
    bottom: -40px;
    overflow: hidden;
    margin-bottom: 0;
    transition: 0.3s;

  }

  
    /*************************************************************** ROOMS **************************************************/

/*BACKGROUND*/

#rooms-head {
    background: url("images/studio1/P1198481.JPG") rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 700px;
    text-align: center;

}

#rooms-head h1{
    letter-spacing: 3px;
    font-weight: bold;
    color: lightgoldenrodyellow;
    font-family: 'Fondamento', cursive;


}
#rooms-head h3,#rooms-head p{
    font-weight: bold;
        font-family: 'Outfit', sans-serif;
        letter-spacing: 2px;
    color: whitesmoke;
    
    }

    .rooms1 {
        padding-top: 90px;
        padding-bottom: 20px;
      
        background-color: #162626;
      }
      
      .rooms1-single {
        position: relative;
        display: block;
        margin-bottom: 15px;
      }
      
   
 .rooms .col-lg-6{
 margin-bottom: 15px;
 }
    
      
      @media screen and (min-width: 1000px) {
        .rooms1-content {
          position: relative;
          display: block;
          background-color: #f5f5f5;
          border: 2px solid #8d8d8d;
          padding: 30px;
          margin-top: -40px;
          margin-left: 30px;
          margin-right: 30px;
          overflow: hidden;
          transition: all 500ms ease;
          z-index: 2;
          visibility: visible;
          opacity: 0;
        }
      }
      
      @media screen and (max-width: 1000px) {
        .rooms1-content {
          position: relative;
          display: block;
          background-color: #f5f5f5;
          border: 2px solid #8d8d8d;
                    padding: 10px;
      
          overflow: hidden;
          transition: all 500ms ease;
          z-index: 2;
          visibility: visible;
          opacity: 0;
        }
      }
      
      
      .rooms1-single .rooms1-content.active,
      .owl-item.active .rooms1-single .rooms1-content {
        visibility: visible;
        opacity: 1;
      }
      
      .rooms1-tagline {
        font-size: 15px;
        color: #3b3b3b;
        margin-bottom: 0;
        transition: all 500ms ease;
        font-family: 'Outfit', sans-serif;
      }
      
      .rooms1-title {
        font-family: 'Fondamento', cursive;
        font-size: 27px;
        color: #1b1b1b;
        font-weight: 400;
        line-height: 1.2em;
      }
      
      li::marker{font-size:0;}

      .d-item {
        height: 300px; 
    
    }
    
    .d-img {
        height: 100%;
        object-fit: cover;
    
    }
    

    