html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    height: 100%;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    overflow-x: hidden !important;
}
p {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #222;
}
img {
    width: 100%;
    height: auto;
}
img {
    color: #f4f4f4;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: var(--primary-solid);
}
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: transparent;
    border: 0px solid transparent;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 600;
}
.count {
    font-family: 'Gilda Display', serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x:1.5rem;
    --bs-gutter-y:0;
    width:100%;
    padding-right:var(--bs-gutter-x);
    padding-left:var(--bs-gutter-x);
    margin-right:auto;
    margin-left:auto
}
@media (min-width:576px) {
    .container,
    .container-sm {
        max-width:540px
    }
}
@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width:720px
    }
}
@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width:960px
    }
}
@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width:1140px
    }
}
@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width:1320px
    }
}
.row {
    --bs-gutter-x:1.5rem;
    --bs-gutter-y:0;
    display:flex;
    flex-wrap:wrap;
    margin-top:calc(-1 * var(--bs-gutter-y));
    margin-right:calc(-.5 * var(--bs-gutter-x));
    margin-left:calc(-.5 * var(--bs-gutter-x))
}
.row>* {
    flex-shrink:0;
    width:100%;
    max-width:100%;
    margin-top:var(--bs-gutter-y)
}
.col {
    flex:1 0 0%
}
.row-cols-auto>* {
    flex:0 0 auto;
    width:auto
}
.row-cols-1>* {
    flex:0 0 auto;
    width:100%
}
.row-cols-2>* {
    flex:0 0 auto;
    width:50%
}
.row-cols-3>* {
flex:0 0 auto;
width:33.3333333333%
}
.row-cols-4>* {
    flex:0 0 auto;
    width:25%
}
.row-cols-5>* {
    flex:0 0 auto;
    width:20%
}
.row-cols-6>* {
    flex:0 0 auto;
    width:16.6666666667%
}
.col-auto {
    flex:0 0 auto;
    width:auto
}
.col-1 {
    flex:0 0 auto;
    width:8.33333333%
}
.col-2 {
    flex:0 0 auto;
    width:16.66666667%
}
.col-3 {
    flex:0 0 auto;
    width:25%
}
.col-4 {
    flex:0 0 auto;
    width:33.33333333%
}
.col-5 {
    flex:0 0 auto;
    width:41.66666667%
}
.col-6 {
    flex:0 0 auto;
    width:50%
}
.col-7 {
    flex:0 0 auto;
    width:58.33333333%
}
.col-8 {
    flex:0 0 auto;
    width:66.66666667%
}
.col-9 {
    flex:0 0 auto;
    width:75%
}
.col-10 {
    flex:0 0 auto;
    width:83.33333333%
}
.col-11 {
    flex:0 0 auto;
    width:91.66666667%
}
.col-12 {
    flex:0 0 auto;
    width:100%
}
.offset-1 {
    margin-left:8.33333333%
}
.offset-2 {
    margin-left:16.66666667%
}
.offset-3 {
    margin-left:25%
}
.offset-4 {
    margin-left:33.33333333%
}
.offset-5 {
    margin-left:41.66666667%
}
.offset-6 {
    margin-left:50%
}
.offset-7 {
    margin-left:58.33333333%
}
.offset-8 {
    margin-left:66.66666667%
}
.offset-9 {
    margin-left:75%
}
.offset-10 {
    margin-left:83.33333333%
}
.offset-11 {
    margin-left:91.66666667%
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 2;
    text-align: center;
    pointer-events: none;
}
.v-middle .middle-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.v-middle .middle-content .stars,
.footer .footer-about .stars {
    filter: drop-shadow(0 0 .5rem black);
    display: grid;
    grid-auto-flow: column;
    place-content: center;
    place-items: center;
    grid-gap: .75rem;
    margin-bottom: 1rem;
    width: max-content;
}
.footer .footer-about .stars {
    margin: 0;
    filter: revert;
}
.v-middle .middle-content .stars i,
.footer .footer-about .stars i {
    color: var(--primary-solid);
}
.v-middle .middle-content .stars img,
.footer .footer-about .stars img {
    width: 2em;
    height: 2em;
    border: .1rem solid var(--primary-solid);
    border-radius: 10rem;
}
.middle-content > * {
    pointer-events: all;
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}
.js .animate-box {
    opacity: 0;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}
.bg-blck {
    background: #222;
}
.bg-cream {
    background: #f8f5f0 ;
}
.color-1 {
    color: #fff;
}
.color-2 {
    color: #adadad;
}
.color-3 {
    color: #666;
}
.color-4 {
    color: #222;
}
.color-5 {
    color: var(--primary-solid);
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: 1.5;
    display: block;
    outline: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ADADAD;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot:focus-visible span {
    background: var(--primary-solid);
    border: 1px solid var(--primary-solid);
}
.about .owl-carousel,
.about .owl-carousel .owl-stage-outer {
    width: 100%;
    max-width: 768px;
}
.about .owl-theme {
    display: grid;
    place-content: center;
    place-items: center;
    grid-gap: 1.5rem;
    padding-top: 1rem;
    direction: ltr;
}
.about .owl-theme .owl-nav {
    position: absolute;
    top: calc(50% - 3rem);
    width: 100%;
}
.areas .owl-theme .owl-nav {
    position: absolute!important;
    top: 35%!important;
    bottom: auto!important;
    width: 100%
}
.areas .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.about .owl-theme .owl-prev,
.areas .owl-theme .owl-prev {
    left: 1rem !important
}
.about .owl-theme .owl-next,
.areas .owl-theme .owl-next {
    right: 1rem !important
}
.about .owl-theme .owl-prev,
.about .owl-theme .owl-next,
.areas .owl-theme .owl-prev,
.areas .owl-theme .owl-next {
    color: #fff;
    position: absolute!important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #272727;
    border: 1px solid #272727;
    line-height: 0;
    text-align: center;
    font-size: 16px
}
.about .owl-theme .owl-prev>span,
.about .owl-theme .owl-next>span,
.areas .owl-theme .owl-prev>span,
.areas .owl-theme .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.about .owl-theme .owl-nav [class*=owl-],
.areas .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    color: #fff;
    font-size: 11px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255, .7);
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.areas .owl-theme .owl-nav [class*=owl-]:hover,
.areas .owl-theme .owl-nav [class*=owl-]:focus-visible {
    transform: scale(.9);
    background: transparent;
    border: 1px solid var(--primary-solid);
    color: var(--primary-solid);
}
.about .owl-theme .owl-nav [class*=owl-] i,
.areas .owl-theme .owl-nav [class*=owl-] i {
    color: currentColor;
}
@media screen and (max-width: 768px) {
    .areas .owl-theme .owl-nav {
        display: none;
    }
}
.section-padding {
    padding: 120px 0;
}
.section-padding2 {
    padding: 0 0 120px 0;
}
.section-padding h6 {
    color: var(--primary-solid);
    font-size: 20px;
    margin-bottom: 20px;
}
.section-subtitle {
    font-size: 16px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: var(--primary-solid);
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
    text-wrap: balance;
}
.section-subtitle span {
 color: var(--primary-solid);
}
.section-title {
    font-size: 46px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #222;
    position: relative;
    margin-bottom: 2rem;
    line-height: 1.25em;
    text-wrap: balance;
    text-transform: capitalize;
}
.section-title span {
    color: #fff;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: .5s ease;
    transition-property: transform, opacity;
    transform: translateY(1.5rem);
    opacity: 0;
}
header,
.v-middle .middle-content .stars,
.hero h2.text-logo,
.hero .caption h1,
.hero .caption .butn-light,
.slider-fade .owl-theme .owl-nav [class*="owl-"] {
    transition-duration: .5s;
    transition-timing-function: ease;
    transition-property: transform, opacity;
    transition-delay: 1s;
    transform: translateY(1.5rem);
    opacity: 0;
}
.slider-fade .owl-theme .owl-nav [class*="owl-"] {
    transform: translateY(1.5rem) scale(1);
}
.v-middle .middle-content .stars {
    transition-delay: 1.1s;
}
.hero h2.text-logo {
    transition-delay: 1.2s;
}
.hero .caption h1 {
    transition-delay: 1.3s;
}
.hero .caption .butn-light {
    transition-delay: 1.4s;
}
.slider-fade .owl-theme .owl-nav [class*="owl-"] {
    transition-delay: 1.5s;
}
header.in,
.v-middle .middle-content .stars.in,
.hero h2.text-logo.in,
.hero .caption h1.in,
.hero .caption .butn-light.in {
    transform: revert;
    opacity: revert;
}
header.in.out,
.v-middle .middle-content .stars.in.out,
.hero h2.text-logo.in.out,
.hero .caption h1.in.out,
.hero .caption .butn-light.in.out {
    transition-delay: revert;
}
.slider-fade .owl-theme .owl-nav [class*="owl-"].in {
    transform: translateY(0%) scaleY(1);
    opacity: 1;
}
.slider-fade .owl-theme .owl-nav [class*="owl-"].in.out {
    transition: all 0.2s ease-in-out;
}
header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: linear-gradient(to bottom, hsl(0, 0%, 0%, .65), hsl(0, 0%, 15%, .65));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: opacity var(--transition);
    box-shadow: 0 1rem 1.5rem hsl(0, 0%, 0%, .175);
    border-bottom: .1rem solid hsl(0, 0%, 100%, 0.18);
}
header.down::before {
    opacity: 1;
}
.navbar {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #FFF;
}
.navbar .navbar-nav {
    width: 100%;
    align-items: center;
}
.navbar .navbar-nav .nav-item.home {
    margin-inline-start: auto;
    padding-inline-start: 1rem;
}
.navbar .navbar-nav .nav-item.contact {
    margin-inline-end: auto;
    padding-inline-end: 1rem;
}
.navbar .navbar-nav .nav-link {
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 1px;
    letter-spacing: 3px;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 12px;
    padding-left: 12px;
    text-shadow: 0 0 1rem hsl(0, 0%, 0%, .5);
}
.navbar .navbar-nav .nav-link > * {
    pointer-events: none;
}
.navbar .navbar-nav .nav-link.rtl {
    font-family: krd;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus-visible {
    color: var(--primary-solid);
}
.navbar .navbar-nav .active {
    color: var(--primary-solid) !important;
}
.navbar .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    bottom: -1px;
    height: 1px;
    background-color: var(--primary-solid);
    transition: width var(--transition);
}
.navbar .navbar-nav.rtl .nav-link::after {
    left: revert;
    right: 0;
}
.navbar .navbar-nav .nav-link:hover::after,
.navbar .navbar-nav .nav-link:focus-visible::after {
    width: 100%;
}
.nav-scroll {
    background: #fff;
    padding: 0 0 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    height: 90px;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: var(--primary-solid);
}
.nav-scroll .navbar-nav .nav-link {
    color: #222;
}
.nav-scroll .navbar-nav .active {
    color: var(--primary-solid) !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}
.nav-scroll .logo-img {
    width: 160px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'Gilda Display', serif;
    font-size: 27px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: var(--primary-solid);
    margin-bottom: 0;
    padding: 20px 0;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.nav-scroll .logo-wrapper .logo small {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    color: #222;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.logo-wrapper {
    float: left;
}
.logo-wrapper .logo h2,
h2.text-logo {
    font-family: 'Gilda Display', serif;
    font-size: 27px;
    font-weight: bold;
    display: block;
    width: 100%;
    position: relative;
    color: var(--primary-solid);
    margin-bottom: 0;
    padding: 20px 0;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 1rem hsl(0, 0%, 0%, .5);
}
.hero h2.text-logo {
    padding-top: 0;
    padding-bottom: 2rem;
}
.footer h2.text-logo {
    text-align: start;
    text-shadow: revert;
}
.logo-wrapper .logo h2 a i,
h2.text-logo i {
    color: #fff;
    font-size: 20px;
    vertical-align: super;
}
.logo-wrapper .logo small,
h2.text-logo small {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.logo-wrapper .logo small {
    text-align: left;
}
.logo {
    padding: 0;
}
.logo > * {
    pointer-events: none;
}
.logo-img {
    padding: 20px 0;
    width: 160px;
    text-align: center;
}
.nav-scroll .navbar-nav .active i {
    color: var(--primary-solid);
}
@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .nav-scroll {
        background: #fff;
    }
    .nav-scroll .logo-wrapper {
        padding: 26px 0 26px 15px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 160px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .logo-img {
        margin-bottom: 0px;
        width: 160px;
        padding: 0;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #222;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #222 !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: var(--primary-solid) !important;
    } 
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .dropdown .nav-link i {
        color: #222;
    }
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #fff;
        text-align: left;
        padding: 20px;
    }
}
.hero {
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    background-color: #111;
}
.hero .caption .o-hidden {
    display: inline-block;
}

.hero .caption span i.star-rating {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.hero .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;
}
.hero .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;
    text-wrap: balance;
    text-shadow: 0 0 1rem hsl(0, 0%, 0%, .5);
}
.hero .caption h1.rtl {
    font-family: krd;
}
.hero .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: 7px;
}

.hero .caption p {
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 15px;
}
.hero .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}
.hero .caption p span:last-child {
    padding: 0;
}
.hero .caption p span:last-child:after {
    display: none;
}
.hero .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #222;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}
.hero .caption .butn-light {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.hero .caption .butn-dark {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.hero .social a {
    color: #eee;
    font-size: 20px;
    margin: 10px 15px;
}
.slider-fade .owl-item {
    height: 100vh;
    height: 100dvh;
    position: relative;
}
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(.3) blur(5px) hue-rotate(-10deg);
}
.slider-fade .item .caption {
    z-index: 9;
}
.slider-fade .owl-nav {
    position: absolute;
    bottom: 7%;
    right: 50%;
    transform: translateX(50%);
    display: grid;
    grid-auto-flow: column;
    place-content: center;
    place-items: center;
    grid-gap: .5rem;
}
.slider-fade .owl-prev {
    float: left;
}
.slider-fade .owl-next {
    float: right;
}
.slider-fade .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
    margin: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-]:focus-visible,
.owl-theme .owl-nav [class*="owl-"].in:hover,
.owl-theme .owl-nav [class*="owl-"].in:focus-visible {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid var(--primary-solid);
    color: var(--primary-solid);
}
.slider-fade .owl-dots {
    position: absolute;
    text-align: center;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    text-align: right !important;
    display: grid;
    place-content: center;
    place-items: center;
}
.slider-fade .owl-dots:after {
    position: absolute;
    top: -70px;
    width: 1px;
    height: 60px;
    content: '';
    background: rgba(255, 255, 255, .3)
}
.slider-fade .owl-dots:before {
    position: absolute;
    bottom: -70px;
    width: 1px;
    height: 60px;
    content: '';
    background: rgba(255, 255, 255, .3)
}
.slider-fade .owl-dots .owl-dot span {
    background: transparent;
    display: none
}
.slider-fade .owl-dots .owl-dot {
    display: flex;
    width: 1rem;
    height: 1rem;
    border-radius: 2rem;
    border: 2px solid hsl(0, 100%, 100%, .3);
    margin: 5px;
    text-align: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: var(--transition);
    transition-property: background-color, border-color;
}
.slider-fade .owl-dots .owl-dot.active {
    background-color: var(--primary-solid);
    border-color: hsl(var(--primary), .3);
}
.slider-fade .owl-dots .owl-dot:hover,
.slider-fade .owl-dots .owl-dot:focus-visible {
    background-color: var(--primary-solid);
    border-color: white;
}
.hero div.reservation {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: sideways;
    text-orientation: sideways;
    margin: 0;
    position: absolute;
    top: 0;
    left: 40px;
    height: 100%;
    z-index: 9;
}
.hero div.reservation a {
    display: grid;
    grid-auto-flow: column;
    place-content: center;
    place-items: center;
    text-shadow: 0 0 1rem hsl(0, 0%, 0%, .5);
}
.hero div.reservation a.rtl {
    direction: ltr;
}

.hero div.reservation .call {
    display: grid;
    place-content: center;
    place-items: start;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 12px;
    line-height: 1.75em;
    margin-top: 15px;
} 

.hero div.reservation .call span {
    font-family: 'Gilda Display', serif;
    font-size: 24px;
    color: var(--primary-solid);
    letter-spacing: 1px;
}
.hero div.reservation .call span.rtl {
    font-family: krd;
}
.hero div.reservation .call small {
    font-size: 1rem;
}

.hero div.reservation .icon {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255,255,255,0.5);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #FFF;
    transition: var(--transition);
    transition-property: border-color, color;
}
.hero div.reservation a .icon i {
    color: currentColor;
    font-size: 24px;
    transform: rotate(90deg);
}
.hero div.reservation a .icon:hover,
.hero div.reservation a .icon:focus-visible {
    border-color: var(--primary-solid);
    color: var(--primary-solid);
}
@media screen and (max-width: 992px) {
    .hero div.reservation {
        display: none;
    }
}
.hero .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 100%;
}
.hero .arrow i:hover {
    border: 1px solid var(--primary-solid);
}
.hero .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;

}
.rooms1 .room {
    position: relative;
    overflow: hidden;
    padding: 0
}
.rooms1 .room:hover img,
.rooms1 .room:focus-visible img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    filter: brightness(70%) blur(3px);
    -webkit-filter: brightness(70%) blur(3px);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.rooms1 .room img {
    -webkit-transition: all .5s;
    transition: all .5s;
    display: none;
    aspect-ratio: 3/4;
    min-height: 500px;
    object-fit: cover;
}
.rooms1 .room img:first-child {
    display: block;
}
.rooms1 .room .con {
    padding: 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .3) 25%, rgba(0, 0, 0, .75) 80%);
    background: -webkit-linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .3) 25%, rgba(0, 0, 0, .75) 80%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .3) 25%, rgba(0, 0, 0, .75) 80%);
}
.rooms1 .room .con h6,
.rooms1 .room .con h6 a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.rooms1 .room .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}
.rooms1 .room .con h5,
.rooms1 .room .con h5 a {
    position: relative;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    margin: .5rem 0;
    text-shadow: 0 0 1rem hsl(0, 0%, 0%, .5);
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: start;
    text-transform: capitalize;
    padding-top: 1rem;
}
.rooms1 .room .con p {
    color: #fff;
    font-size: 20px;
    display: none;
}
.rooms1 .room .con i {
    color: #fff;
    font-size: 18px;
}
.rooms1 .room .line {
    text-align: center;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    margin: auto 0 1.5rem;
}
.rooms1 .facilities {
    display: grid;
    grid-auto-flow: column;
    place-content: center space-between;
    place-items: center;
    grid-gap: 1rem;
    margin-bottom: .25rem;
}
.rooms1 .facilities ul {
    display: grid;
    grid-auto-flow: column;
    place-content: center;
    place-items: center;
    grid-gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
.rooms1 .facilities ul li {
    color: #fff;
    font-size: 10px;
    display: grid;
    place-content: center;
    place-items: center;
}
.rooms1 .room .con .permalink {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    display: grid;
    grid-auto-flow: column;
    place-content: center;
    place-items: center;
    grid-gap: .5rem;
}
.rooms1 .room .con .permalink i {
    font-size: .75em;
}
.rooms1 .room .con .permalink.rtl i {
    transform: scaleX(-1);
}
.services .single-service {
    display: grid;
    place-content: center;
    place-items: center;
    grid-gap: .5rem;
    background: transparent;
    padding: 30px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    line-height: 1;
    border: 1px solid hsl(var(--primary), .5);
}
.services .single-service h5 {
    font-size: 24px;
    color: #222;
    margin-bottom: 10px;
    text-wrap: balance;
}
.services .single-service i {
    font-size: 45px;
    color: var(--primary-solid);
    line-height: 1;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.services .single-service p {
    margin: 0;
    color: #666;
    text-wrap: balance;
}
.services .single-service .service-shape {
    position: absolute;
    opacity: 0.02;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    place-items: center;
}
.services .single-service .service-shape i {
    font-size: 140px;
    color: #222;
}
.vid-area h5 {
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.circle-fill circle {
    opacity: 1;
    fill: rgba(174, 140, 100, 0.7);
}
.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.play-button.color {
    color: var(--primary-solid);
}
.play-button.color .circle-fill circle {
    fill: var(--primary-solid);
}
.video-wrapper {
    min-height: 500px;
    display: grid;
    place-content: center;
    place-items: center;
}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
}
.video-wrapper .vid .vid-butn:hover .icon,
.video-wrapper .vid .vid-butn:focus-visible .icon {
    color: #fff;
}
.video-wrapper .vid .vid-butn:hover .icon:before,
.video-wrapper .vid .vid-butn:focus-visible .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.video-wrapper .vid .vid-butn > * {
    pointer-events: none;
}
.video-wrapper .vid .vid-butn .icon {
    color: var(--primary-solid);
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: grid;
    place-content: center;
    place-items: center;
}
.video-wrapper .vid .vid-butn .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 1px solid #eee;
    border-radius: 50%;
    z-index: -1;
}
.video-wrapper .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.about .item,
.areas .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.about .item img,
.areas .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}
.areas .item .con {
    margin: -155px 20px 90px;
    padding: 20px;
    background-color: #f8f5f0 !important;
    border: 1px solid #f8f5f0;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
}
.areas .item .con .place {
    font-family: 'Gilda Display', serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 3px;
    color: var(--primary-solid);
}
.areas .item .con p {
    color: #222;
    font-family: 'Barlow', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0px;
    text-wrap: balance;
    text-align: justify;
    text-align-last: center;
}
.areas .item .con .place.rtl,
.areas .item .con p.rtl {
    direction: inherit;
    font-family: inherit;
    letter-spacing: inherit;
}
.areas .item .con i {
    color: #fff;
    font-size: 20px;
}
.butn-light {
    position: relative;
    line-height: 1.2em;
}
.butn-light a {
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    padding: 12px 20px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    border: 1px solid rgba(255,255,255,0.5);
    pointer-events: all;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: grid;
    grid-auto-flow: column;
    place-content: center;
    place-items: center;
    grid-gap: .5rem;
}
.butn-light a:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}
.butn-light a span {
    position: relative;
    z-index: 2;
}
.butn-light a:hover:after,
.butn-light a:focus-visible:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-light a:hover span,
.butn-light a:hover i,
.butn-light a:focus-visible span,
.butn-light a:focus-visible i {
    color: #222;
}
.butn-light a i {
    font-size: .75em;
    z-index: 2;
}
.butn-light a.rtl i {
    transform: scaleX(-1);
}
.footer {
    position: relative;
    display: block;
}
.footer-top {
    position: relative;
    display: block;
    background-color: #222;
    padding: 90px 0 60px 0;
    z-index: 1;
}
.footer-title {
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-solid);
    margin-bottom: 20px;
}
.footer-about-text {
    font-size: 15px;
    color: #adadad;
    margin: 0;
}
.footer-about-social-list {
    display: grid;
    grid-auto-flow: column;
    place-content: start;
    place-items: center;
    grid-gap: 1rem;
    margin-top: 20px;
}
.footer-about-social-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-explore-list li + li {
    margin-top: 3px;
}
.footer-contact {
    position: relative;
    display: block;
}
.footer-contact .footer-title {
    margin-bottom: 20px;
}
.footer-bottom {
  position: relative;
  display: block;
  background-color: #1e1e1e;
  padding: 32px 0;
}
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: none;
    z-index: 98;
    transition: .2s ease-in-out;
    transition-property: transform, border-color, color;
    color: var(--primary-solid);
    border: 1px solid hsl(var(--primary), .5);
    pointer-events: all;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-shadow: 0 0 1rem hsl(0, 0%, 0%, .5);
}
.back-to-top i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: currentColor;
    pointer-events: none;
}
.back-to-top:hover,
.back-to-top:focus-visible {
    transform: scale(.9);
    border-color: var(--primary-solid);
    color: var(--primary-solid);
}
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
    position: relative;
}
[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-darkgray]:before {
    background: #222;
}
[data-overlay-light]:before {
    background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}
[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
    color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
    color: #999;
}
[data-overlay-dark] p {
    color: #fff;
}
[data-overlay-darkgray] p {
    color: #999;
}
[data-overlay-light] p {
    color: #999;
}
[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
    opacity: .1;
}
[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
    opacity: .2;
}
[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
    opacity: .3;
}
[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
    opacity: .4;
}
[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
    opacity: .5;
}
[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
    opacity: .6;
}
[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
    opacity: .7;
}
[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
    opacity: .8;
}
[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
    opacity: .9;
}
[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .hero {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .hero .caption h1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    .hero .caption h1 {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 15px;
        letter-spacing: 10px;
        line-height: 1.35em;
    }
    .hero .caption h3 {
        font-size: 30px;
        margin-bottom: 15px;
        letter-spacing: 10px;
        line-height: 1.35em;
    }
    .hero .caption h4 {
        font-size: 12px;
    }
    .hero .caption p {
        font-size: 15px;
        margin-right: 10px;
    }
    .areas .item .con h5,
    .areas .item .con h5 a {
        font-size: 20px;
    }
}