/********** font CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

:root {
    --primary: #FEA116;
    --light: #F1F8FF;
    --dark: #0F172B;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "TrajanPro" sans-serif;
    font-weight: 400;
}
p{
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    color: #000000;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    background: #ff9a57;
    padding: 5px 15px;
    color: #fff;
    font-size: 24px;
    border-radius: 50px;
    transition: .3s ease;
}
.back-to-top:hover {
    background: #ffffff;
    color: #ff9a57;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #5d381f;
    font-size: 14px;
    /* text-transform: uppercase; */
    outline: none;
    font-weight: 600;
    font-family: "Oxygen", sans-serif;
    letter-spacing: 0.7px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #ff9e4e;
    font-weight: 600;
}

.top-header{
    background-color: #ff9d4e;
}
.top-header i{
    color: #fff;
}
.top-header p{
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}
.other-box h5 {
    color: #65432a;
    font-family: "Oxygen", sans-serif;
    font-size: 24px;
}
.header-btn {
    background-color: #abc13c;
    color: #fff;
    font-size: 16px;
    transition: 1s ease-in;
    font-weight: 500;
    font-family: "Oxygen", sans-serif;
    letter-spacing: 0.6px;
}
.header-btn:hover {
        background-color: #5d381f;
    color: #fff;
    font-size: 16px;
}

.navbar-dark .navbar-toggler i {
    color: #abc13c;
    font-size: 30px;
    padding: 15px;
    background-color: #5d381f;
    outline: none;
    transition: 1s ease-in-out;
}
.navbar-dark .navbar-toggler i:hover{
    background-color: #abc13c;
    color: #5d381f;
    outline: none;
    border: none;
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 15px;
        border-bottom: 1px solid #ddd;
        transition: 5s ease;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 43, 0.2);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
    background: transparent;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}

/* about section start */
.attemp {
    background-color: #5d381f;
}
.about-title h6{
    color: #ff9d4e;
    font-size: 18px;
    font-family: "Oxygen", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}
.about-title h1{
    color: #fff;
    font-weight: 500;
    font-family: "TrajanPro-Regular";
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.about-title h3{
    color: #5d381f;
    font-weight: 500;
    font-size: 36px;
    font-family: "Oxygen", sans-serif;
    letter-spacing: 2px;
    text-shadow: 0px 1px 2px #5f371e;
}
.about-title p{
    color: #5d381f;
    text-align: justify;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 28px;
}
.counter-plus{
    font-size: 40px;
    font-weight: 600;
    color: #5d381f;
    margin: 0;
}

.counter svg{
    color:#abc13c !important;
}

.counter h2 {
    color: #5d381f;
}

.counter p {
    color: #5c391e;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    font-size: 22px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #5f371e;
    text-shadow: 0px 1px 1px #5f371e;
    font-family: "Oxygen", sans-serif;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: #abc13c;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: #abc13c;
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}
.footer-catch a{
    color: #ffffff !important;
    transition: .5s ease-in-out;
}
.footer-catch a:hover{
    color: #abc13c !important;
}

/* other section css start */
.other-sec{
    background: url(../img/about/shape-1.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 120px;
    padding-top: 0px;
}

.box-img {
    text-align: center;
}
.other-box p{
    padding: 15px 0px;
    color: #5d381f;
}

.box-img img {border: 1px solid #abc13c;border-radius: 50%;padding: 10px;box-shadow: 0px 0px 5px #abc13c;}
/*** Service ***/
.service-item {
    height: 400px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}


.service-item:hover {
    background: #5d381f !important;
}

.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 80px;
    height: 80px;
    transition: .5s;
}

.service-item i,
.service-item h5,
.service-item p {
    transition: .5s;
}
.service-item h5{
    font-family: "Oxygen", sans-serif;
    letter-spacing: 0.5px;
    font-size: 20px;
    color: #5d381f;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF !important;
}

.service-item p {
    font-size: 16px;
}

.service-text h5{
    color: #5c391e;
    font-family: "TrajanPro-Regular";
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.services-btn {
    background-color: #5c391e;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: 1s ease-out;
    font-family: "Oxygen", sans-serif;
    border-radius: 50px !important;
}
.services-btn:hover{
    background-color: #abc13c;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

.rado {
    background: #abc13c;
    font-family: "TrajanPro-Regular";
    border-radius: 40px !important;
}

/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    padding-left: 65px;
    padding-right: 65px;
}

.testimonial-carousel .testimonial-item {
    padding: 30px;
    font-family: "Oxygen", sans-serif;
    height: 220px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #ff9a57;
    border-radius: 2px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #ff9a57;
    background: #FFFFFF;
}


/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: .5s;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Footer ***/
.newsletter {
    position: relative;
    z-index: 1;
}

.footer {
    position: relative;
    margin-top: -110px;
    padding-top: 50px;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #ff9a57;
    border-radius: 35px;
    transition: .3s;
    box-shadow: none;
    outline: none;
}

.footer .btn.btn-social:hover {
    color: #ff9a57;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    box-shadow: none;
    font-family: "Oxygen", sans-serif;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: #abc13c;
}

.footer .copyright {
    padding: 10px 0;
    font-size: 16px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.comp {
    color: #ff9a57 !important;
    transition: 1s ease-in;
}
.comp:hover {
    color: #abc13c !important;
}


/* gallery css start */
.lightboxpreview {
    transition: all .3s linear;
 padding-top:60%;
   cursor:pointer;
   background-size:cover;
 }
    
 .lightbox-content {
 max-height:75vh;
   height:75vh;
   width:100%;
   max-width: 1000px;}
 
 .lightbox-close { 
   cursor:pointer;
     margin-left: auto;
   position:absolute;
   right:-30px;
   top:-30px;
   color:white;
     font-size: 2rem;
     font-weight: 700;
     line-height: 1;}
 .modal_inner_image {
     min-height: 400px;
     z-index: 1000;}
 .modal-content {
     width: 100%;}
 
 
 .modalscale {transform:scale(0);
 opacity:0;}
 
 
 
 .lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
 .lightbox_img_wrap {padding-top:65%;
   position:relative;
   overflow:hidden;
 }
 .lightbox-enabled:hover {
   transform:scale(1.1)
 }
 .lightbox-enabled {width:100%;
 height:100%;
   position:absolute;
   top:0;
 object-fit:cover;
 cursor:pointer;}
 
 .lightbox-container {
 width:100vw;
 height:100vh;
 position:fixed;
 top:0;
 left:0;
 display:flex;
 align-items:center;
 justify-content:center;
 background-color: rgba(0,0,0,.8);
 z-index:9999;
 opacity:0;
 pointer-events:none;
 }
 
 .lightbox-container.active {
   opacity:1;
   pointer-events:all;
 }
 .lightbox-image-wrapper {
   display:flex;
   transform:scale(0);
   align-items:center;
   justify-content:center;
   max-width:90vw;
   max-height:90vh;
   position:relative;
 }
 .lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
 .lightbox-btn, #close {
   color:white;
   z-index:9999999;
  cursor:pointer; 
   position:absolute;
 
   font-size:50px;
 }
 
 .lightbox-btn:focus {
   outline:none;
 }
 
 .left {left:50px;}
 .right {right:50px;}
 #close {top:50px;
 right:50px;}
 
 .lightbox-image {
   width:100%;
   -webkit-box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19); 
 box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19);
   max-height:95vh;
   object-fit:cover;
  }

  .hotel-box .loc-icon {
    background: #5c3820;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}


  .hotel-box .loc-icon svg {
    color: #ffffff;
    text-align: center;
}

.hotel-box .box-text p {
    font-size: 15px;
    color: #0c172a;
    margin: 0;
    padding: 0;
}
.hotel-box .box-text span {
    font-size: 14px;
}

.hotel-box {
    margin-bottom: 10px;
}

.copy-text a {
    color: #ff9a57 !important;
    transition: .3s ease-in;
}
.copy-text a:hover{
    color: #abc13c !important;
    transition: .3s ease-out;
}

.ban_sec {
    width: 100%;
  }
  .ban_img {
    width: 100%;
    position: relative;
  }
  .ban_img img {
    width: 100%;
  }
  .ban_text {
    position: absolute;
    top: 50%;
    left: 6%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ban_text strong {
    font: 800 62.22px/70px "Montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
  }
  .ban_text strong span {
    font-family: "TrajanPro-Regular";
    letter-spacing: 1px;
    font-size: 40px;
  }
  .ban_text p {
    font: 400 25px/30px "Montserrat", sans-serif;
    color: #fff;
    margin: 7px 0 25px;
  }
  .ban_text a {
    /* display: inline-block; */
    /* font: 800 19.39px/24px "Montserrat", sans-serif; */
    /* background: #282828; */
    /* border-radius: 26px; */
    /* color: #fff; */
    /* padding: 12px 28px; */
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration:none;
  }
  .ban_text a:hover {
    color: #abc13c;
  }
  
  @media (min-width: 1200px) and (max-width: 1399px) {
    .ban_text p {
      font-size: 21px;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .ban_text p {
      font-size: 17px;
    }
    .ban_text strong {
      font-size: 50px;
      line-height: 60px;
    }
    .ban_text strong span {
      font-size: 37px;
    }
    .ban_text a {
      font-size: 16px;
      line-height: 19px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .ban_text strong {
      font-size: 35px;
      line-height: 40px;
    }
    .ban_text strong span {
      font-size: 28px;
      line-height: 35px;
      letter-spacing: 2px;
    }
    .ban_text p {
      font-size: 14px;
      line-height: 20px;
    }
    .ban_text a {
      font-size: 13.39px;
      line-height: 15px;
    }
  }
  @media only screen and (max-width: 767px) {
    .ban_img img {
      min-height: 290px;
      object-fit: cover
    }
  }
  @media only screen and (max-width: 575px) {
    
    .ban_text strong {
      background: rgba(0, 0, 0, 0.8);
      padding: 10px;
      width: 100%;
      display: block;
    }
    .ban_img img {
        min-height: 100px;
        object-fit: cover;
      }
  }
  @media only screen and (max-width: 480px) {
    .ban_text strong span {
      font-size: 22px;
      line-height: 31px;
      letter-spacing: 1px;
    }
    .ban_text {
      left: 2%;
    }
  }
  
 
 @keyframes slideleft {
   33% {transform:translateX(-300px);
   opacity:0;
   }
   66% {transform:translateX(300px);
   opacity:0;
   }
 }
 
 
 .slideleft {
    animation-name: slideleft;
  animation-duration: .5s; 
  animation-timing-function: ease; 
 }
 @keyframes slideright {
   33% {transform:translateX(300px);
   opacity:0;}
   66% {transform:translateX(-300px);
   opacity:0;}
 }
 
 
 .slideright{
    animation-name: slideright;
  animation-duration: .5s; 
  animation-timing-function: ease; 
 }
     
 
     /* contact info css start  */
     .contact-info {
        color: #5f381e;
    }
    .contact-info:hover {
        color: #abc13c;
    }

.soft-btn {
    padding: 12px 30px;
}

.service-ora p {
    color: #000000;
    text-align: left;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
}
.services-icon i{
    color: #ff9d4e;
    /* border: 1px solid #ff9d4e; */
    /* border-radius: 50%; */
    padding: 4px 10px;
    font-size: 16px;
}

.footer-link {
    display: grid;
    gap: 10px;
}
.footer-link a{
    color: #ffffff;
    transition: .3s ease-in;
    font-family: "Oxygen", sans-serif;
    letter-spacing: 1px;
}
.footer-link a:hover{
    color: #abc13c;
    margin-left: 4px;
}
.other-note{
    display: flex;
    gap: 20px;
}
.other-note p{
    color: #000000;
    font-size: 14px;
    text-shadow: 0px 0px 1px #9f9f9f;
}

.testimonial-item h6 {
    font-family: "Oxygen", sans-serif;
    color: #5b3822;
}


/* room css start */
.room-box h1{
    font-weight: 500;
    color: #ff9a57;
    text-align: center;
    text-shadow: 2px 0px 1px #5d381f;
}
.room-part ul {
    list-style: none;
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 20px;
}

.room-part ul li {
    color: #5d381f !important;
}

.room-part ul li {
    font-size: 14px !important;
}

.room-part ul li p{
    font-size: 18px;
    font-weight: 500;
    color: #5b3822;
}

.zudibox{
    width: 450px;
}

.pulse svg {
    position: relative;
    z-index: 20;
    top: 16px;
    font-size: 30px;
  }
  .pulse {
    position: fixed;
    cursor: pointer;
    display: block;
    width: 60px !important;
    height: 60px;
    bottom: 200px;
    right: 20px;
    background-color: rgba(0, 200, 0, 1);
    color: white;
    border-radius: 50px;
    text-align: center;
    transition-duration: 0.5s;
    animation: pulse-btn 3s infinite;
    z-index: 9000;
  }
  
  .pulse:hover {
    background-color: rgba(0, 150, 0, 1);
    color: white;
  }
  
  .my-float {
    margin-top: 15px;
  }
  
  @-webkit-keyframes pulse-btn {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
    }
    70% {
      -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
    }
  }
  
  .pulse a {
    color: #fff;
  }
  
  .near-box {
    height: 450px;
}
.hero-box {
    height: 320px;
}
.extrem {
    height: 200px;
}
@media (max-width: 1100px) {
    .near-box {
        height: 500px;
    }
    .hero-box {
        height: 360px;
    }
}

/* image slider start css */

@media (max-width: 991px) {
    .near-box {
        height: auto;
    }
    .hero-box {
        height: auto;
    }
    
}

@media (max-width: 768px) {
    .extrem {
        height: auto;
    }
}


@media (max-width: 545px) {
    .navbar-collapse{
        margin-top: 30px;
    }
    .navbar-brand img {
        width: 75%;
    }
    .carousel-caption h1{
        font-size: 28px;
    }
   
.soft-btn {
    padding: 5px 15px;
    font-size: 14px;
}
.zudibox{
    width: 100%;
}

}

 /* visit section css start */
 .caption h4 {
    font-size: 16px;
    font-weight: 600;
    color: #5d381f;
    box-shadow: 0px 0px 3px #ddd;
    margin: 10px;
    transition: 1s ease-in;
    font-family: "Oxygen", sans-serif;
    letter-spacing: 0.5px;
}
.caption h4:hover{
    background-color: #5d381f;
    color: #ffffff;
    box-shadow: 0px 0px 3px #ddd;
    transition: 1s ease-out;
}
.owl-carousel {
	.owl-stage {
		display: flex;
	}
	.owl-item {
		display: flex;
		flex: 1 0 auto;
	}
	.thumbnail {
		display: flex;
		flex-direction: column;
		margin: 0px 3px;
    }
		.caption {
			display: flex;
			flex: 1 0 auto;
			flex-direction: column;
			.flex-text {
				flex-grow: 1;
			}
		}
	}




    

  