li,p,ul {
    /* color: var(--para-color); */
}

.main-btn,p {
    font-family: var(--primary-font);
    letter-spacing: 0
}

h2,h3,h4,h5,h6 {
    line-height: 1.3;
    margin-bottom: var(--m20);
    color: var(--heading-color);
}

.main-btn,.main-btn:hover {
    color: var(--white-color);
    background: var(--btn-color);
}

h1,h2,h3 {
    font-weight: 400
}

*,::after,::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

:root {
    --primary-color: rgba(255,255,255,0.5);
    --secondary-color: #564211;
    --territiary-color:   #d28436;
    --other-color: #0A1719;
    --light-color: #D2B895;
    --btn-color: #C28232;
    --btn-hover: #C42A0C;
    --cream-color: #C3A374;
    --lt-bg-color:  #f1f3f4;
    --heading-color: #0A1719;
    --white-color: #fff;
    --black-color: #000;
    --para-color: rgba(255,255,255,0.5);
    --primary-font: "Barlow",sans-serif;
    --secondary-font: "Gilda Display",serif;
    --other-font: "Barlow Condensed",sans-serif;
    --f1: 1px;
    --f2: 2px;
    --f3: 3px;
    --f4: 4px;
    --f5: 5px;
    --f6: 6px;
    --f7: 7px;
    --f8: 8px;
    --f9: 9px;
    --f10: 10px;
    --f11: 11px;
    --f12: 12px;
    --f13: 13px;
    --f14: 14px;
    --f15: 15px;
    --f16: 16px;
    --f17: 17px;
    --f18: 18px;
    --f19: 19px;
    --f20: 20px;
    --f21: 21px;
    --f22: 22px;
    --f23: 23px;
    --f24: 24px;
    --f25: 25px;
    --f26: 26px;
    --f27: 27px;
    --f28: 28px;
    --f29: 29px;
    --f30: 30px;
    --f31: 31px;
    --f32: 32px;
    --f33: 33px;
    --f34: 34px;
    --f35: 35px;
    --f36: 36px;
    --f37: 37px;
    --f38: 38px;
    --f39: 39px;
    --f40: 40px;
    --f41: 41px;
    --f42: 42px;
    --f43: 43px;
    --f44: 44px;
    --f45: 45px;
    --f46: 46px;
    --f47: 47px;
    --f48: 48px;
    --f49: 49px;
    --f50: 50px;
    --f51: 51px;
    --f52: 52px;
    --f53: 53px;
    --f54: 54px;
    --f55: 55px;
    --f56: 56px;
    --f57: 57px;
    --f58: 58px;
    --f59: 59px;
    --f60: 60px;
    --f70: 70px;
    --f90: 90px;
    --p1: 1px;
    --p2: 2px;
    --p3: 3px;
    --p4: 4px;
    --p5: 5px;
    --p6: 6px;
    --p7: 7px;
    --p8: 8px;
    --p9: 9px;
    --p10: 10px;
    --p11: 11px;
    --p12: 12px;
    --p13: 13px;
    --p14: 14px;
    --p15: 15px;
    --p16: 16px;
    --p17: 17px;
    --p18: 18px;
    --p19: 19px;
    --p20: 20px;
    --p21: 21px;
    --p22: 22px;
    --p23: 23px;
    --p24: 24px;
    --p25: 25px;
    --p26: 26px;
    --p27: 27px;
    --p28: 28px;
    --p29: 29px;
    --p30: 30px;
    --p31: 31px;
    --p32: 32px;
    --p33: 33px;
    --p34: 34px;
    --p35: 35px;
    --p36: 36px;
    --p37: 37px;
    --p38: 38px;
    --p39: 39px;
    --p40: 40px;
    --p41: 41px;
    --p42: 42px;
    --p43: 43px;
    --p44: 44px;
    --p45: 45px;
    --p46: 46px;
    --p47: 47px;
    --p48: 48px;
    --p49: 49px;
    --p50: 50px;
    --p51: 51px;
    --p52: 52px;
    --p53: 53px;
    --p54: 54px;
    --p55: 55px;
    --p56: 56px;
    --p57: 57px;
    --p58: 58px;
    --p59: 59px;
    --p60: 60px;
    --p61: 61px;
    --p62: 62px;
    --p63: 63px;
    --p64: 64px;
    --p65: 65px;
    --p66: 66px;
    --p67: 67px;
    --p68: 68px;
    --p69: 69px;
    --p70: 70px;
    --p71: 71px;
    --p72: 72px;
    --p73: 73px;
    --p74: 74px;
    --p75: 75px;
    --p76: 76px;
    --p77: 77px;
    --p78: 78px;
    --p79: 79px;
    --p80: 80px;
    --p81: 81px;
    --p82: 82px;
    --p83: 83px;
    --p84: 84px;
    --p85: 85px;
    --p86: 86px;
    --p87: 87px;
    --p88: 88px;
    --p89: 89px;
    --p90: 90px;
    --p91: 91px;
    --p92: 92px;
    --p93: 93px;
    --p94: 94px;
    --p95: 95px;
    --p96: 96px;
    --p97: 97px;
    --p98: 98px;
    --p99: 99px;
    --p100: 100px;
    --m1: 1px;
    --m2: 2px;
    --m3: 3px;
    --m4: 4px;
    --m5: 5px;
    --m6: 6px;
    --m7: 7px;
    --m8: 8px;
    --m9: 9px;
    --m10: 10px;
    --m11: 11px;
    --m12: 12px;
    --m13: 13px;
    --m14: 14px;
    --m15: 15px;
    --m16: 16px;
    --m17: 17px;
    --m18: 18px;
    --m19: 19px;
    --m20: 20px;
    --m21: 21px;
    --m22: 22px;
    --m23: 23px;
    --m24: 24px;
    --m25: 25px;
    --m26: 26px;
    --m27: 27px;
    --m28: 28px;
    --m29: 29px;
    --m30: 30px;
    --m31: 31px;
    --m32: 32px;
    --m33: 33px;
    --m34: 34px;
    --m35: 35px;
    --m36: 36px;
    --m37: 37px;
    --m38: 38px;
    --m39: 39px;
    --m40: 40px;
    --m41: 41px;
    --m42: 42px;
    --m43: 43px;
    --m44: 44px;
    --m45: 45px;
    --m46: 46px;
    --m47: 47px;
    --m48: 48px;
    --m49: 49px;
    --m50: 50px;
    --m51: 51px;
    --m52: 52px;
    --m53: 53px;
    --m54: 54px;
    --m55: 55px;
    --m56: 56px;
    --m57: 57px;
    --m58: 58px;
    --m59: 59px;
    --m60: 60px;
    --m61: 61px;
    --m62: 62px;
    --m63: 63px;
    --m64: 64px;
    --m65: 65px;
    --m66: 66px;
    --m67: 67px;
    --m68: 68px;
    --m69: 69px;
    --m70: 70px;
    --m71: 71px;
    --m72: 72px;
    --m73: 73px;
    --m74: 74px;
    --m75: 75px;
    --m76: 76px;
    --m77: 77px;
    --m78: 78px;
    --m79: 79px;
    --m80: 80px;
    --m81: 81px;
    --m82: 82px;
    --m83: 83px;
    --m84: 84px;
    --m85: 85px;
    --m86: 86px;
    --m87: 87px;
    --m88: 88px;
    --m89: 89px;
    --m90: 90px;
    --m91: 91px;
    --m92: 92px;
    --m93: 93px;
    --m94: 94px;
    --m95: 95px;
    --m96: 96px;
    --m97: 97px;
    --m98: 98px;
    --m99: 99px;
    --m100: 100px
}

body {
    font-family: var(--primary-font);
    color: var(--primary-color);
   
}

a,a:hover {
    text-decoration: none;
    color: var(--btn-color);
    font-family: var(--primary-font)
}

.main-btn {
    font-size: var(--f16);
    text-align: center;
    font-weight: 500;
    line-height: 1;
    border-radius: 12px;
    transition: .3s ease-out;
    padding: 16px 30px;
    width: 160px;
    text-transform: uppercase;
    border: none
}
.main-btn:hover{
  background-color:var(--btn-hover)
}
.row {
    margin-left: 0;
    margin-right: 0
}
footer.li,ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    font-family: var(--primary-font);
    font-size: var(--f15)
}

p {
    font-size: var(--f16);
    line-height: 1.75em
}

footer .footer-language select,h1,h2,h3,h4,h5,h6 {
    font-family: var(--secondary-font)
}

.footer-about-social-list a:hover,footer p.footer-contact-mail a,footer p.footer-contact-phone a,header .navbar-nav .nav-link,header .reservations p,header li.nav-item.dropdown:hover .dropdown-menu a.dropdown-item,section.about-three .owl-nav button:hover i {
    color: var(--black-color);
}

h1 {
    font-size: var(--f55);
    line-height: 1.35em;
    margin-bottom: var(--m30)
}

h2 {
    font-size: var(--f36)
}

h3 {
    font-size: var(--f28);
}

.breadcrumb,footer h4,h4 {
    font-weight: 600
}

.footer-about-social-list a,h4,h5,h6,header .reservations a:hover {
    /* color: var(--btn-hover); */
}

h4 {
    font-size: var(--f23)
}

h5,h6 {
    font-size: var(--f22);
    font-weight: 700
}

footer ul.quick-links a,pre,sub,table {
    font-family: var(--primary-font)
}

section {
    padding: var(--p80) var(--p12);
}

pre,sub {
    font-size: var(--f12)
}

table {
    font-size: var(--f16)
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: 0 0
}

::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 20px
}
header.desk-nav.is-sticky {
    position: fixed;
    background: var(--white-color);
    box-shadow: 0 0 8px #00000029;
}
header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgb(84 82 82 / 70%) 100%);
    padding: 10px;
    scrollbar-width: none;
    background: #16151570;
}

header.is-sticky {
    position: fixed;
    width: 100%;
    box-shadow: rgb(117 122 135 / 10%) 0 4px 60px;
    background: white;
    padding: 10px 30px;
    z-index: 3
}

header .dropdown-toggle::after,header.mob,header.mob-header {
    display: none
}

.col-3.head-col {
    width: 21%;
    position: fixed;
    height: 100vh;
    z-index: 9
}

.col-9.content-col {
    width: 79%;
    margin-left: 21%
}

.header-logo {
    /* text-align: center; */
    margin-bottom: 0
}

.header-logo img,footer .footer-logo img {
    width: 75px;
}

header ul.navbar-nav {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 17px
}

header li.nav-item.dropdown {
    display: inline-flex;
    gap: 5px;
}

header a.nav-link.dropdown-toggle {
    padding-left: 0!important;
    padding-right: 0!important;
    position: relative;
    right: 0;
    /* margin-left: 10px; */
    border: 0 solid!important
}

header .dropdown-menu {
    position: absolute!important;
    left: 0;
    padding: 0;
    border-radius: 0
}

header li.nav-item.dropdown:hover .dropdown-menu {
    /* display: block!important; */
    top: 33px;
    background: var(--white-color);
    color: black;
    /* display: none; */
}

header .dropdown-item:focus,header .dropdown-item:hover {
    color: var(--white-color);
    background-color: var(--secondary-color);
}
header li.nav-item.dropdown:hover .dropdown-menu a.dropdown-item:hover{
    color:white;
}


.header-contact,.header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

footer .container,header .col-2,section.about .cont,section.about .img {
    padding: 0
}

header .navbar-nav .nav-link {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25em;
    padding-top: 11px;
    padding-bottom: 11px;
    /* color: #000; */
    /* text-shadow: 0 0 3px #00000069; */
    color: white;
}

header .navbar-nav .nav-link:hover {
    color: var(--territiary-color)
}

header .reservations {
    display: flex;
    /* align-items: center; */
    gap: 10px;
}

header .reservations img {
    width: 35px;
    color: white;
}

header.deskheader .reservations p{
      color: white;
}
header.is-sticky .reservations p{
      color: black;
}


header.deskheader .reservations a{
       color: white;
}
header.is-sticky .reservations a{
       color: black;
}
header .reservations p {
    margin-bottom: 0;
    font-size: 15px;
    color: var(--btn-color);
    /* text-shadow: 0 0 3px #00000069; */
  
}

header .reservations a {
    /* color: var(--black-color); */
    font-family: var(--other-font);
    font-size: 16px;
    /* text-shadow: 0 0 3px #00000069; */
    color: white;
}

footer.footer-section{
    background-image: url(../images/footer-divider.png);
    background-position: top center;
    background-repeat: no-repeat;
    /* padding: 151px 0px 35px 0px; */
    background: var(--heading-color);
 }
 footer.footer-section .container{
     max-width: 1140px;
     margin: auto;
 }
 footer.footer-section .first-footer {
     width: 25.433%;
     padding: 0px;
 }
footer ul{
    padding-left:0;
}
 footer.footer-section .footer-logo img{
     width: 150px;
     display: block;
     margin: auto;
 }
 footer.footer-section .footer-logo{
     margin-bottom: 0px;
 }
 footer.footer-section .second-footer {
     width: 25.795%;
     padding-left: 30px;
     padding-right: 0px;
 }
 footer.footer-section h5{
     font-size: 24px;
     color: var(--white-color);
     line-height: 1;
     margin-bottom: 20px;
 }
 footer.footer-section ul.footer-links li{
 font-size: var(--f16);
 margin-bottom: 10px;
 color: var(--white-color);
 list-style: none;
 }
 footer.footer-section .dropdown-menu li{
   margin-bottom: 0px !important;
 }

 footer.footer-section ul.footer-links li a{
     color: var(--white-color);
     transition: color 0.3s;
 }

 footer.footer-section ul.footer-links li  .dropdown-item{color: black;background: white;}
 footer.footer-section ul.footer-links li  .dropdown-item:hover{
     color: white;
     background: #1f3a5c;
 }
 footer.footer-section ul.footer-links li a:hover{
     color: var(--territiary-color);
 }
 footer.footer-section .third-footer {
     width: 21.14%;
     padding: 0px;
     margin-top: 40px;
 }
 footer.footer-section .fourth-footer {
     width: 27.588%;
     padding-left: 55px;
     padding-right: 0px;
 }
 footer.footer-section ul.social i{
     font-size: var(--f23);
     color: var(--white-color);
 }
 footer.footer-section ul.social {
     display: flex;
     gap: 25px;
     margin-bottom: 20px;
     list-style:none
 }
 footer.footer-section ul.social a:hover i{
    color: var(--territiary-color);
     animation-name: elementor-animation-pulse-shrink;
     animation-duration: .3s;
     animation-timing-function: linear;
     animation-iteration-count: infinite;
     animation-direction: alternate;
 }
 footer.footer-section .footer-upper{
     padding-bottom: 30px;
     border-bottom: 1px solid #EAEAEA;
 }
 footer.footer-section .copyright-footer{
     padding-top: 20px;
 }
 footer.footer-section .copyright-footer .col-6{
     /* padding: 0px; */
     display: flex;
     align-items: center;
 }
 footer.footer-section .copyright-footer p{
     font-size: var(--f16);
 }
 footer.footer-section .right-copy{
     justify-content: flex-end;
 }
 footer.footer-section .right-copy img{
      width: 100px;
 }
 @keyframes elementor-animation-pulse-shrink {
     to {
         transform: scale(0.9)
     }
 }
 .scroll-top-btn {
     position: fixed;
     bottom: 0;
     width: 85px;
     height: 87px;
     right: 0;
     transition: right 0.15s;
     z-index: 1;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 .scroll-top-btn button{
     display: none;
     margin: 16px;
     padding: 15px 19px;
     background: #e9ecef;
     border: 1px solid #e9ecef;
     border-radius: 4px;
     color: #adb5bd;
     /* line-height: .8; */
     transition: color 0.15s;
 }
 .scroll-top-btn button:hover{
     color: #6c757d;
 }

footer .dropdown-menu{
    background:black;

}
 
 section.instagram-widget {
     padding: 0px;
     position: relative;
 }
 section.instagram-widget .container-fluid{
     padding: 0px;
 }
 section.instagram-widget .instagram-images {
     display: flex;
 }
 section.instagram-widget .instagram-images img{
     width: 16.66%;
     height: 317px;
     object-fit: cover;
 }
 section.instagram-widget .follow-insta a{
     width: 250px;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 25px 0;
     background: var(--white-color);
     border-radius: 10px;
     gap: 20px;
     letter-spacing: 0.75px;
     font-size: 15px;
     font-weight: bold;
 }
 section.instagram-widget .follow-insta a i{
     font-size: 19px;
     color: #FFC389;
 }
 section.instagram-widget .follow-insta {
     display: inline-block;
     position: absolute;
     top: 50%;
     left: 50%;
     z-index: 1;
     transform: translate(-50%, -50%);
 }

.banner {
    height: 350px;
    overflow: hidden
}

.banner img.img-fluid {
    height: 350px;
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: bottom
}

.banner .guides {
    position: absolute;
    height: 350px;
    top: -40px;
    left: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.banner h1 {
    font-size: var(--f36);
    text-shadow: 0 0 3px #000;
    display: none;
}

.breadcrumb-wrap {
    padding: var(--p20);
    background-color: var(--other-color);
    border-bottom: 1px solid var(--other-color)
}

.breadcrumb {
    display: inline-block;
    padding: 0;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    background: 0 0;
    margin: 0;
    border-radius: 0;
    padding-left: var(--p20)
}

.breadcrumb span {
    position: relative;
    padding: 0 var(--p10)
}

.breadcrumb i.fa-solid.fa-house {
    margin-right: var(--m5)
}

section.error h2 {
    color: var(--secondary-color);
    font-size: var(--f90);
    font-weight: 700;
    margin-bottom: var(--m20);
    line-height: 1
}

section.error h3 {
    font-size: var(--f36);
    color: var(--primary-color);
    margin-bottom: 0
}

section.error a.main-btn {
    width: 150px;
    margin: auto;
    text-align: center
}



.call-btn {
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 20px;
    bottom: 20px;
    display: none;
    z-index: 1
}

.call-btn a {
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color)
}

section.about img,section.about video {
    width: 100%;
    min-height: 300px;
    height: 100%;
    max-height: 448px;
    object-fit: cover;
    border-radius: 10px
}

section.about .abt-cont {
    display: flex;
    flex-direction: column;
    gap: 60px
}

section.about .cont {
    padding-left: var(--p40);
    padding-right: var(--p40);
    display: flex;
    flex-direction: column;
    justify-content: center
}

section.about .abt-para {
    max-height: 305px;
    height: auto!important;
    overflow: hidden;
    margin-bottom: var(--m20)
}

section.about a.main-btn {
    display: block;
    width: 200px;
    transition: .3s ease-in-out
}

section.about a.main-btn:hover {
    transform: translateY(-4px)
}

section.about .row.rev {
    display: flex;
    flex-direction: row-reverse
}

.long-slider .owl-nav,.short-slider .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding-left: var(--p25);
    padding-right: var(--p25)
}

.long-slider .owl-nav button,.short-slider .owl-nav button {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: var(--secondary-color)!important
}

.long-slider .owl-nav button i,.short-slider .owl-nav button i {
    font-size: var(--f20);
    line-height: 35px;
    color: var(--white-color)
}

section.about-three .item {
    padding-left: var(--p5);
    padding-right: var(--p5);
    padding-bottom: var(--p10)
}

section.about-three .short-para {
    box-shadow: 0 0;
    background: var(--white-color);
    padding: 0;
    height: auto;
    border-radius: 0;
    overflow: hidden;
    padding-top: var(--p20)
}

section.about-three .short-para p {
    height: 75px;
    overflow: hidden;
    margin-bottom: 0
}

section.about-three img {
    height: 270px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

section.about-three .owl-nav {
    text-align: right;
    position: absolute;
    top: -55px;
    right: 0;
    z-index: 2
}

section.about-three .owl-nav button {
    background: 0 0!important;
    padding: var(--p10);
    width: 35px;
    height: 35px;
    border-radius: 10px
}

section.about-three .owl-nav button:hover {
    background: var(--black-color)!important
}

section.about-three .owl-nav button i {
    font-size: var(--f20);
    line-height: 35px;
    color: var(--black-color)
}

section.about-three .owl-nav button.owl-prev {
    margin-right: var(--m15)
}

section.abt-long .long-sec {
    height: auto
}

section.abt-long .img-sec.left {
    float: left;
    margin-right: var(--m25)
}

section.abt-long .img-sec.left img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px
}

section.abt-long .img-sec.left .item {
    width: 100%;
    height: 400px;
    border-radius: 10px
}

section.abt-long .img-sec.left video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

section.about.abt-short.short_left_video iframe,section.about.abt-short.short_right_video iframe,section.abt-long.long_video iframe {
    border-radius: 15px
}

section.abt-long {
    padding-top: 0px;
    padding-bottom: 40px;
}

section.abt-long img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

section.reviews-section {
    padding-top: 80px;
}

.loader {
    background: #fff;
    box-shadow: 0 0 2px #000;
    padding: 25px;
    border-radius: 20px;
    width: 400px;
    margin: auto;
    text-align: center;
    /* display: none; */
}

.loader p {
    font-size: 13px;
    margin-bottom: 0px;
    text-align: center;
}

.loader p.logo-text {
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.loader img {
    width: 300px;
}

.loader img.img-fluid.logo-loader {
    width: 200px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.loader-head {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    background: #00000069;
    z-index: 9;
}

section.abt-long.long_image li {
    font-size: var(--f16);
    line-height: 1.75em;
    list-style: initial;
    margin-bottom: 10px;
}

section.abt-long.long_image ul {
    padding-left: 24px;
}
.copyright {
background-color: var(--secondary-color);
}

deskheader 

header .deskheader .nav-link  {
    color: var(--white-color);
 
}


header.deskheader.is-sticky .nav-link {
    color: var(--black-color);
}

header .nav-link.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

footer .dropdown-menu.show {
    display: block;
    padding: 0;
}