/*nav b*/
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=Lobster&family=Lobster+Two&family=Signika+Negative:wght@400;500;600&family=Song+Myung&display=swap');
@import url('https://fonts.google.com/specimen/Amita?classification=Display&stroke=Serif#:~:text=Whereas%20disregard%20and%20contempt%20for%20human%20rights%20have%20resulted');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Lobster&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Lobster&display=swap');


 

html, body{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.navbar-nav{
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 0px !important;
  }

  a{
      text-decoration: none;
  }
  
/*  HEADER */
header .navbar {
  background-color:#201F22;
}
.nav-link {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  color:rgb(255, 255, 255);
  transition: color 0.3s ease-in-out;
  font-family: "Cormorant Garamond", serif;
  font-size: 20PX;
  font-weight: bold;


}

.navbar-scrolled .nav-link {
  color:rgb(255, 255, 255);
  }

  @media only screen and (max-width: 1000px) {
      .nav-link {
          color:rgb(255, 255, 255);
      }
    }

.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:  rgb(255, 255, 255);
  width: 100%;

}

.nav-item:hover a {

  color: #c49a6c;
}


.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color: hwb(31 42% 23%);

}

::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: rgb(233, 215, 138);
  border: 0;
  border-radius: 5px;
  color:rgb(0, 0, 0) !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: "Cormorant Garamond", serif;
  border: 2px solid lightgoldenrodyellow;

}

#button {
    background: rgb(233, 215, 138);
    border: 0;
    border-radius: 5px;
    color:rgb(0, 0, 0) !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: "Cormorant Garamond", 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;
      border: #000000;
    }
  
    .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;      
      
      }
      
    }
  
   
        .fourth-button {
        
            font-family: 'Oswald', sans-serif;
            border: 2px solid #000000;
            color:rgb(0, 0, 0);
            padding: 10px 22px;
            background: transparent;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 700;
            display: inline-block;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        
        }
    .fourth-button:hover::before {
          width: 50px;
          height: 50px;
          border-left: 3px #000000 solid;
          border-top: 3px #000000 solid;
        }
        
        .fourth-button:hover::after {
          width: 40px;
          height: 50px;
          border-right: 3px #9da9bb solid;
          border-bottom: 3px #9da9bb solid;
        }
        
        .fourth-button:hover {
          color: #000000;
          box-shadow: 0px 5px 15px 1px #000000;
          border-color: #748194;
        } 
        .fourth-button1 {
        
          font-family: 'Oswald', sans-serif;
          border: 2px solid #0c0c0c;
          color:#000000;
          padding: 10px 22px;
          background: transparent;
          text-transform: uppercase;
          font-size: 16px;
          font-weight: 700;
          display: inline-block;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
      
      }
  .fourth-button1:hover::before {
        width: 50px;
        height: 50px;
        border-left: 3px #E0E7E9 solid;
        border-top: 3px #E0E7E9 solid;
      }
      
      .fourth-button1:hover::after {
        width: 40px;
        height: 50px;
        border-right: 3px #9da9bb solid;
        border-bottom: 3px #9da9bb solid;
      }
      
      .fourth-button1:hover {
        color: #ffffff;
        box-shadow: 0px 5px 15px 1px #ffffff;
        border-color: #748194;
      }
        .hover-underline {
          position: relative;
          max-width: max-content;
        
        }
        
        .hover-underline::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 5px;
          border-block: 1px solid #1b1b1b;
          transform: scaleX(0.2);
          opacity: 0;
          transition: var(--transition-2);
        
        }
        
        .hover-underline:is(:hover, :focus-visible)::after {
          transform: scaleX(1);
          opacity: 1;
        }
      @media (max-width:991px) {
      
       
       
      .title1{
        padding-left: 0px !important;
      }
      .index-bg1{
          height: auto !important;
      }
       
      }
      @media only screen and (min-width: 992px) {
      
        header .navbar  {
          margin: 0;
          margin-left: auto;
        }
      
      }
    
  
      /*-----------footer---------*/
    
    @media only screen and (max-width:768px) {
    
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .about_area {
        padding-top: 80px;
        padding-bottom: 80px
      }
      .title1{
          padding-left: 0vh !important;
        }
  
         
    }
    
    @media (min-width: 992px) and (max-width: 1200px) {
      .about_area {
        padding-top: 80px;
        padding-bottom: 80px
      }
      
    }
  
    @media (max-width: 767px) {
      .about_area .about_info a {
        margin-bottom: 30px
      }
      
    
    }
  
    @media (min-width: 768px) and (max-width: 991px) {
  
    }
    
  

  /*new   line in welcome part*/
  .about-section{
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .welcome{
    font-size: 90px;
    position: relative;
    color: #00000015;
  }
  .about-title{
    position: relative;
    margin-top: -140px;
    font-family: 'Italianno', cursive;
    font-size: 70px;
  }
  .about-title1{
    position: relative;
    margin-top: -60px;
    font-size: 17px !important;
    color: #092639;
  }
  .horizontal-line {
    display: flex;
    align-items: center;

  }
  
  .line {
    width: 50px; /* Adjust the width of the line */
    height: 1px; /* Height of the line */
    background-color: #093639 !important; /* Color of the line */
    margin-right: 10px; /* Adjust spacing between line and text */
  }
  
  .text h6{
    text-align: center;
    color: #092639 ;
    line-height: 1; /* Set line-height to 1 to align vertically with the line */
    margin: 0; /* Reset margin to avoid additional space */
    letter-spacing: 4px;
  }
    /*ABOUT AREA*/
  .about_area {
      padding-top: 100px;
      padding-bottom: 50px;
      font-family: 'Poppins', sans-serif;
  
  }
  
  @media (max-width: 767px) {
      .about_area {
          padding-top:40px;
          padding-bottom: 40px
      }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
      .about_area {
          padding-top:80px;
          padding-bottom: 80px
      }
  }
  
  @media (min-width: 992px) and (max-width: 1200px) {
      .about_area {
          padding-top:100px;
          padding-bottom: 100px
      }
  }
  
  .about_area .about_info p {
      font-size: 16px;
      line-height: 28px;
      font-size: 16px;
      line-height: 28px;
      margin-top: 0;
      margin-bottom: 47px
  }
  
  @media (max-width: 767px) {
      .about_area .about_info a {
          margin-bottom:30px
      }
  }
  

/*FOOTER*/
  
  @media only screen and (max-width:768px) {
  
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .about_area {
      padding-top: 80px;
      padding-bottom: 80px
    }
    .title1{
        padding-left: 0vh !important;
      }

       
  }
  
  @media (min-width: 992px) and (max-width: 1200px) {
    .about_area {
      padding-top: 80px;
      padding-bottom: 80px
    }
    
  }

  @media (max-width: 767px) {
    .about_area .about_info a {
      margin-bottom: 30px
    }
    
  
  }

  @media (min-width: 768px) and (max-width: 991px) {

  }
  


  .bttn {
   
    background-image: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    margin-top: 2px;
    background-color: transparent !important;


}

.bttn {
    border: 1px solid  #ffffff;
    background-color: transparent !important;
    color:  #ffffff!important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border-radius: 0;
}

.bttn:hover {
    background-color:  #ffffff !important;

    border: 1px solid  #ffffff;
    color:  white !important;
    transition: 0.3s;
}

.index-bg1{
    background: url('images/image33.jpg') rgba(202, 192, 192, 0.623);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
    background-color: #3d8dbb;
 }

.link-btn {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: fit-content;
    padding: .6rem 1rem;
    font-family: var(--header-font);
    letter-spacing: 1px;
    background-color: var(--bs-white);
    border-radius: 3px;
    color: var(--bs-black);
    max-width: max-content;
    overflow: hidden;
    z-index: 1;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.link-btn::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    height: 200%;
    border-radius: 50%;
    background-color: var(--bs-black);
    transition: .5s;
    z-index: -1;
}

.link-btn:hover {
    color: var(--bs-white);
}

.link-btn:is(:hover, :focus-visible)::before {
    bottom: -50%;
}

/*gallery*/
.gallery {
    background-color: white;

  
  }
  

  
  .gallery .titlepage {
    text-align: center;
  }
  
  .gallery .gallery_img {
    height:20vh;
    overflow: hidden;
    margin-bottom: 30px;
    
  }
  
  .gallery .gallery_img figure {
    margin: 0;
  }
  
  .gallery .gallery_img figure img {
    width: 100%;
    transition: all .5s;

  }
  
  .gallery .gallery_img figure img:hover {
    transform: scale(1.2);
  }

  .room-bg1{
    background: url('images/room6.jpg') rgba(54, 50, 50, 0.589);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
    background-color: #424040;
    margin-top: 70px;
 }
/*room*/
.section-background2{
    padding-bottom: 100px;
    padding-top :250px;
    background: url('images/image10.jpg') rgba(20, 19, 19, 0.516) ;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 400px;
  }

  .room-section {
	padding-bottom: 0;
	padding-top: 20px;
}

.rooms-page-item {
	-webkit-box-shadow: 2px 15px 75px 6px #ccf759;
	box-shadow: 2px 15px 75px 6px #f5f36f;
	margin-bottom: 100px;
}

.rooms-page-item .room-pic-slider .single-room-pic img {
	height: 379px;
}

.room-desc{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color:#65686e;
}
@media screen and (min-width: 700px) {
    .rooms-page-item .col-md-12 img{
        width:70%;
    }
  }
.room-desc svg{
    height:1.5em;
    fill:#bdac15;
}

.rooms-page-item .room-text {
    color: #000000;
	padding-top: 33px;
	padding-right: 30px;
	padding-bottom: 34px;
}


#rooms{
	list-style-type: none;
}

.svg{
	fill:#eed54b;
}

.primary-btn{
	text-align:center;
}

.room-section .text-muted{
    font-size: 15px;
}
/*gallery*/
.gallery-bg1{
    
        background: url('images/room14.jpg')rgba(54, 50, 50, 0.589);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
        background-color: rgb(83, 82, 82);
        margin-top: 70px;
      }

/*new room*/

.rooms-section{
    background-color: #1D1B1A;
    padding-top: 70px;

  }
  .room-container {
    position: relative;
  
    overflow: hidden;
  }
  
  .room-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  
  .initial-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 253, 253);
    text-align: center;
    z-index: 2;
    font-size: 25px;
    text-shadow: 3px 3px 4px #ffdb38;
  }
  
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 3;
  }
  
  
  
  .room-container:hover .overlay {
    opacity: 1;
    transform: translateY(-30%);
  }
  
  .room-text {
    color: white;
    text-align: center;
  }
  /*button5*/
  #bottone5 {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #B78932 ;
   
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 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;
   }
   
   #bottone5:hover,
   #bottone5:focus {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    color: rgba(0, 0, 0, 0.65);
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    color: rgba(0, 0, 0, 0.65);
    transform: translateY(0);
   }


   /*facilitie section home*/
   .facilities{
    padding-top: 70px;
   }
   .facilities h3{
    font-family: 'Epilogue', sans-serif;
    font-weight: bold;


  }

  .facility-info{
    position: relative;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
    border: 1px solid rgba(128, 128, 128, 0.096);
    overflow: hidden;
    height: 100%;

border: 3px solid #E8F3D6;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
  }

  .facility-box{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .facility-box::before{
    position: absolute;
    top: 20px;
    left: -10px;
    height: 100%;
    width: 100%;
    background: #E8F3D6;
    content: "";
    opacity: 0.74;
    border-radius: 10px;
  }

  .facility-content{
    position: relative;

  }

  .facilities .facility-content h6{
    font-family: 'Outfit', sans-serif;

  }

  .facility-info:hover{
transform: translate3d(-10px,20px, 0px);
  }

  /*gallery home*/
  .gallery  h5{
    font-size: 40px;
    font-family: "Cormorant Garamond", serif;
    color:#000000;
   
  }


  .gallery  h3{
    font-family: "Cormorant Garamond", serif;


  }

  


  .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: #000000  solid 1px;
      background-color: transparent;
  }
  
  .swiper-pagination >.swiper-pagination-bullet-active {
      background-color: #74330e ;
  }
  /*aboutus pae*/
  .section-about{
    background: url('images/homeback4.jpg')rgba(255, 255, 255, 0.589);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
    background-color: #e4dfdf;
    margin-top: 70px;
  }

.info-box{
  width: 400px;
  text-align: center;
 padding-top: 20px;
 padding-bottom: 20px;
  background: white;
  position: relative;
  margin-top: -20px;
  z-index: 10;
  margin-left: 100px;
  color: #362506;
}
.image2{
  position: relative;
  margin-top: -20px;
}

.about-text{
  margin-left: 10px;
}
 
/*facilities about*/
.facilitiesabout{
    padding-top: 70px;
    background-image: url('images/aboutback.jpg');
   }
   .facilities h3{
    font-family: 'Epilogue', sans-serif;
    font-weight: bold;

  }

  .facility-info{
    position: relative;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
    border: 1px solid rgba(128, 128, 128, 0.096);
    overflow: hidden;
    height: 100%;

border: 3px solid #E8F3D6;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
  }

  .facility-box{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .facility-box::before{
    position: absolute;
    top: 20px;
    left: -10px;
    height: 100%;
    width: 100%;
    background: #E8F3D6;
    content: "";
    opacity: 0.74;
    border-radius: 10px;
  }

  .facility-content{
    position: relative;

  }

  .facilities .facility-content h6{
    font-family: 'Outfit', sans-serif;

  }

  .facility-info:hover{
transform: translate3d(-10px,20px, 0px);
  }

  #contact-head{
    background: url('images/image10.jpg')rgba(54, 50, 50, 0.589);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
    background-color: rgb(83, 82, 82);
    margin-top: 70px;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    color: white;

  }



#contact-head h1{
    letter-spacing: 3px;
    font-weight: bold;
}


    #contacts{
        padding-top: 50px
        ;padding-bottom: 50px;
        margin-top: 100px;
        margin-bottom: 100px;
        background-color: #f2f2f2;
         border: 4px solid #000000;
    }
    
    
    @media only screen and (max-width: 600px) {
        .contacts .col-lg-4 .contact-info{
    text-align: center;        }
       }
    
       @media only screen and (min-width: 600px) {
         .contacts .col-lg-4 .contact-info{
    display: flex;       }
        }
    
        @media only screen and (max-width: 300px) {
         #contact-head h1 {
    font-size: 30px;        }
       }

       /*testi*/
       .testimonials  h4{
        font-family: 'Yeseva One', cursive;
        color:#ffffff;
      }
    
    
      .testimonials  h3{
        font-family: 'Epilogue', sans-serif;
        font-weight: bold;
    
      }
    
      .testimonial-info {
        border-left: 4px solid #ccc341;
        border-right: 4px solid #ffffff;
    
        float: left;
        position: relative;
        padding: 30px;
        box-shadow: 0 12px 26px 0 rgba(0,0,0,0.3);
        border-radius: 0;
    transition: 0.5s;
    background-image: linear-gradient(90deg, #f9f9f9 45%, #7b833025 92%, #ffffff 100%);
    
    transform: rotateZ(0deg);
    transition: 0.5s;
    background-size: 200% auto;
    }
    
    
    
      
      
      .testimonial-info:hover {
        background-position: right center;
      
      }
    
    
      
      .testimonial-info .author-img {
    
        position: absolute;
        bottom: -25px;
        left: 50px;
        overflow: hidden;
        margin-bottom: 0;
        transition: 0.3s;
        overflow: hidden;
    
      }
      
          
      .testimonial-info .author-img img {
        border: 5px solid #ffffff;
    
     transition: 0.3s;
        
          }
    
        .testimonial-info:hover .author-img img {
    transform: scale(1.3);
      }
    
    
        
      .testimonial-info .rating {
    margin-bottom: 10px;
    
      }
      
      .testimonial-content h6{
        font-family: 'Lato', sans-serif;
        font-weight: bold;
    
      }
    
      .testimonial-content p{
        font-family: 'Outfit', sans-serif;
    
    
      }
      .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;
      }

      .section-padding {
        padding: 120px 0;
    }
    .section-padding2 {
        padding: 0 0 120px 0;
    }
    .section-padding h6 {
        color: #aa8453;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .section-subtitle {
        font-size: 15px;
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 400;
        color: #666;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 6px;
        margin-bottom: 5px;
    }
    .section-subtitle span {
     color: #aa8453;
    }
    .section-title {
        font-size: 46px;
        font-family: 'Gilda Display', serif;
        font-weight: 400;
        color: #222;
        position: relative;
        margin-bottom: 20px;
        line-height: 1.25em;
    }
    .section-title span {
        color: #fff;
    }
    .kenburns-section {
        background:url('images/homeback4.jpg');
        background-color: #000000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        min-height: 100vh;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;;
   
      }
      #kenburnsSliderContainer{
        background-color: #000000;
      }
     
     
      .kenburns-inner .caption h4 {
          font-family: 'Barlow Condensed', serif;
  
          font-size: 15px;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 6px;
          color: #fff;
          margin-bottom: 20px;
          margin-top: 20px;
          -webkit-animation-delay: .4s;
          animation-delay: .4s;
      }
      .kenburns-inner .caption h1 {
          position: relative;
          margin-bottom: 20px;
          font-family: 'Gilda Display', serif;
          font-size: 55px;
          text-transform: uppercase;
          line-height: 1.35em;
          -webkit-animation-delay: .6s;
          animation-delay: .6s;
          color: #fff;
          font-weight: 400;
          letter-spacing: 15px;
      }
      
      .kenburns-inner .caption h3 {
          position: relative;
          margin-bottom: 20px;
          font-family: 'Gilda Display', serif;
          font-size: 48px;
          text-transform: uppercase;
          line-height: 1.35em;
          -webkit-animation-delay: .6s;
          animation-delay: .6s;
          color: #fff;
          font-weight: 400;
          letter-spacing: 5px;
      }

  
      @media screen and (max-width: 767px) {
      .kenburns-inner .caption h4 {
          font-size: 12px;
      } 
     
      }
      .kenburns-inner .caption h1 {
          font-size: 30px;
          margin-bottom: 15px;
          letter-spacing: 5px;
          line-height: 1.35em;
      }
          .kenburns-inner .caption h3 {
          font-size: 30px;
          margin-bottom: 15px;
          letter-spacing: 5px;
          line-height: 1.35em;
      }
          
          .kenburns-inner .caption {
          text-align: center;
          }
    