@font-face {
    font-family: 'anabeleregular';
    src: url('../fonts/anabele.woff2') format('woff2'),
         url('../fonts/anabele.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }    
}
body{
    font-size: 20px;
    font-family: 'Playfair Display', serif;
}
.btn{
    font-size: 20px;
}
a{
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'anabeleregular';
    color:#202d3f;
}
.container-large{
    max-width: 1250px;
}
.header{
    position: absolute;
    width: 100%;
    z-index: 9;
}
.menu>li>a{
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
    padding: .8rem 1.5rem;
    font-size: 1rem;
    transition: all ease-in-out .5s;
}
.menu>li>a:hover{
    color: #cfb167 !important
}
.hero{
    min-height: 740px;
    display: flex;
    align-items: flex-end;
    transition: all ease-in-out .5s;
    background-attachment:fixed!important;
    /* -webkit-animation: backgroundScroll 20s linear infinite; */
    /* animation: backgroundScroll 20s linear infinite; */
}
.hero h1{
    font-size: 55px;
    line-height: 55px;
}

.footer{
    border-top: 6px solid #cfb167;
    border-bottom: 6px solid #cfb167;
    background-color: #1f2531;
    color: #fff;
}
.footer a{
    color: #fff;
}
.information-footer li{
    position: relative;
    padding-left: 40px;
    line-height: 28px;
}

.information-footer li:before{
    content: "\f3c5";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    top: 2px;
    color: #cfb167;
}
.footer-menu li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;
}

.footer-menu li:before {
    content: "\f14a";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    top: 1px;
    color: #cfb167;
}
.footer-menu>li>a{
    display: block;
    color:#fff;
}
.footer-social>li>a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #cfb167;
    margin: 0 8px;
    color: #1f2531;
}
.email-icon li:before{
    content: '\f0e0';
}
.footer .form-control:not(:last-child){
    margin-right: 10px;
}
.footer .form-control{
    border-radius: 0;
    background-color: #c3a761 !important;
    color:#202632;
    border-color: transparent;
    font-weight: 500;
    height: 45px;
}
.main-title{
    font-size: 55px;
    line-height: 55px;
}
.main-title span{
    color:#c3a761
}
.client__logo,
.client-logo {
    border: 10px solid #c3a761;
}
.client__logo ul li {
    width: 25%;
    text-align: center;
}
.offer-section{
    min-height: 480px;
    display: flex;
    align-items: center;
    /* -webkit-animation: backgroundScroll 20s linear infinite; */
    /* animation: backgroundScroll 20s linear infinite; */
}
.box-shadow{
    border: 10px solid #c3a761;
    background-color: rgb(255 255 255 / 80%);
    padding-top: 25px;
    padding-bottom: 25px;
}
.custom-btn{
    background-color: #202632 !important;
    color: #fff !important;
    border-radius: 0;
    padding: 5px 60px;
}
.effect:before{
    content: '';
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    bottom: -5px;
    width: 14%;
    height: 12px;
    background-color: #c3a761;
}
.effect:after{
    content: '';
    background-color: #202632;
    width: 32%;
    height: 2px;
    display: block;
    margin: 30px auto;
}
.bg1{
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    background-attachment: fixed;
}

.point_list {
    border: 2px solid #c4a762;
    display: flex;
    align-items: center;
    padding: 2rem;
}
.point_list li+li{
    margin-left: 30px;
}
.partnership-section{
    min-height: 610px;
    background-attachment: fixed;
}
.location-section{
    position: relative;
    background-color: #c4a762;
}
.location-section:before{
    content: '';
    width: 200%;
    display: block;
    height: 56px;
    background: #c4a762;
    position: absolute;
    top: -55px;
    right: 0;
    border-top: 10px solid #fff;
}
.location-section:after {
    content: '';
    right: 0;
    width: 10px;
    position: absolute;
    height: 110%;
    background-color: #fff;
    bottom: 0;
}
.style-list {
    padding-left: 100px;
}
.style-list li+li:before{
    content: '';
    height: 2px;
    position: absolute;
    width: 50%;
    background-color: #fff;
    left: -95px;
    top: 0;
}
.style-list li {
    position: relative;
}
.style-list li+li {
    margin-top: 30px;
    padding-top: 30px;
}
.style-list:before {
    content: '';
    height: 90%;
    position: absolute;
    width: 2px;
    background-color: #fff;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.line-border{
    content: '';
    height: 2px;
    position: absolute;
    width: 14%;
    background-color: #fff;
    left: -95px;
    top: 16px;
}
.style-list li+li .line-border{
    bottom: 16px;
    top: auto;
}
.navbar-toggler{
    background: #c3a761;
    padding: 5px 10px;
    border-radius: 4px;
}
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.inner-hero{
    min-height: 350px;
}
.contact-form .form-group{
    margin-bottom: 3rem;
}
.contact-form label{
    font-size: 22px;
    font-weight: 500;
    color: #202632;
}
.contact-form .form-control{
    background-color: transparent !important;
    border-radius: 0;
    box-shadow: none !important;
    border: 0;
    border-bottom: 2px solid #202632;
    font-size: 22px;
    font-weight: 500;
    padding: 0 6px 20px
}
.contact-form .form-control.area{
    resize: none;
    height: 180px;
    padding: 10px;
    border: 2px solid #202632;
}
.contact-form .form-control::-moz-placeholder {
    color: #202632;
}
.contact-form .form-control::placeholder {
    color: #202632;
}
.contact-form .form-control:disabled {
    color: #202632;
}
.name{
    font-size: 25px;
    color: #202632;;
}
.vertical-border {
    background: #d0b168;
    display: block;
    width: 8px;
    height: 120px;
    margin: 0 auto;
}
.bg-dark-blank{
    background-color: #202632
}
.bg-brown{
    background:#c4a762
}
.text-dark-black{
    color: #202632
}
.social-icon i{
    background: #202632;
    color: #d0b168;
    border-radius: 10px;
    padding: 5px 8px;
    font-size: 30px;
}
.bg-brown .col-md-3 {
    width: 28%;
}
.modal-play {
    cursor: pointer;
    position: absolute;
    color: #fff;
    font-size: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.circle-text{
    width: 280px;
    height: 280px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-text:before{
    content: '';
    width: 10px;
    background-color: #c4a762;
    height: 130%;
    position: absolute;
    top: -15%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.left-effect.effect:after,
.left-effect.effect:before{
    margin-left: 0;
}
.right-effect.effect:after,
.left-effect.effect:after{
    width: 50%;
}
.left-effect.effect:before{
    left: 20px;
    width: 25%;
}
.hover-effect:not(:hover) img {
    filter: brightness(0) invert(1);
}
.hover-effect .h1{
    color: #fff;
}
.hover-effect{
    height: 100%;
    transition: all ease-in-out 1.5s;
}
.hover-effect:hover{
    background-color: #202632;
}
.client-title{
    color: #c4a762;
    font-family: 'Playfair Display', serif;
    position: relative;
}
.client-title::after{
    content: '';
    background-color: #202632;
    height: 2px;
    width: 25%;
    display: block;
    margin: 20px 0 20px auto;
}
.left-client::after{
    margin: 20px auto 20px 0;
    background-color: #fff;
}
.bg2{
    background:linear-gradient(90deg, #c4a762 78%, rgb(255 255 255) 22%)
}
.brown-text,
.brown-text .main-title{
    color: #c4a762;
}
.brown-text{
    border-color: rgb(255 255 255 / 90%) !important
}
.client-logo ul li {
    text-align: center;
    padding: 10px;
}
.client-logo .slick-track{
    display: flex;
    align-items: center;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slider .slick-track, 
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
span.slick-arrow{
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: .8;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
span.slick-arrow>span{
    height: 3.5rem;
    width: 3.5rem;
    display: block;
}
.slick-prev{
    left: 0;
}
.slick-next{
    right: 0;
}
.slick-prev>span{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.slick-next>span{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
.slider-img .slick-slide{
    overflow: hidden;
    transition: all ease-in-out 1s;
}
.slider-img .slick-slide:hover{
    transform: scale(1.07);
    transition: all ease-in-out 1s;
}
@media(min-width:992px){
    .point_list{
        width: 105%;
    }
    .mb-minus{
        margin-bottom: -65px;
    }
    .hover-effect:hover{
        transform: scale(1.09);
    }
    .box-3 p{
        padding: 0 30px;
    }
    .mb-minus{
        margin-bottom: -250px;
    }
    .mt-minu{
        margin-top: -120px;
    }
    .inner-hero.hero:after{
        width: 5%;
        bottom: 18%;
        height: 125px;
    }
    .hero:after,
    .header:after {
        content: '';
        background: #c3a761;
        height: 6px;
        width: 9%;
        display: block;
        position: absolute;
        top: 49%;
        right: 0;
    }
    .hero:after{
        width: 5%;
        top: auto;
        bottom: 20%;
        height: 150px;
    }
}
@media (min-width: 768px){
    .first-title{
        display: flex;
        border-right: 2px solid #202d3f;
        padding: 40px 0;
    }
    .gradient-bg{
        background:linear-gradient(90deg, #c4a762 50%, rgb(255 255 255) 50%)
    }
    .right-effect.effect:after,
    .right-effect.effect:before{
        margin-right: 0;
    }
    .right-effect.effect:before{
        right: 20px;
        width: 25%;
    }
    .point_list {
        border-right: 0;
    }
}
@media (min-width: 768px) and (max-width:992px){
    .md-size .main-title {
        font-size: 30px;
    }
    .first-title{
        padding: 30px 0;
    }
    .location-section:before{
        top: -45px;
    }
    .md-size p {
        font-size: 16px;
    }
    .md-size .h1{
        font-size: 20px;
    }
    .btn,
    body{
        font-size: 18px;
    }
    .menu>li>a {
        padding: 0.5rem 0.8rem;
    }
    .h1, h1{
        font-size: 28px;
        line-height: 35px;
    }
    .client-logo .col-md-4{
        font-size: 15px;
    }
    .main-title,
    .hero h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .hero {
        min-height: 350px;
    }
    .effect:after {
        width: 40%;
        margin: 20px auto;
    }
    .effect:before {
        width: 12%;
    }
    .mt-minu{
        margin-top: -60px;
    }
    .partnership-section{
        min-height: 450px;
    }
    .style-list:before{
        height: 92%;
    }
    .gradient-bg .row{
        align-items: center;
    }
    .offer-section {
        min-height: 250px;
    }
    .box-shadow{
        width: 60% !important;
    }
    .footer{
        font-size: 15px;
    }
    .footer .form-control:not(:last-child) {
        margin-right: 4px;
    }    
}
@media(max-width:767px){
    .location-section:before,
    .location-section:after{
        display: none;
    }
    .client-title::after{
        margin: 15px auto 15px 0;
    }
    .right-effect.effect:after,
    .right-effect.effect:before{
        margin-left: 0;
    }
    .right-effect.effect:before {
        left: 20px;
        width: 25%;
    }
    .client__logo ul li {
        width: 50%;
    }
    .btn,
    body{
        font-size: 16px;
    }
    .menu:not(.show){
        display: none;
    }
    .menu{
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #c3a761;
    }
    .menu li{
        border-bottom: 1px solid #202632;;
    }
    .main-title,
    .hero h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .hero {
        min-height: 280px;
    }
    .effect:after {
        width: 50%;
        margin: 20px auto;
    }
    .effect:before {
        width: 14%;
    }
    .client-logo .col-md-4:not(:first-child){
        margin-top: 25px;
    }
    .h1, h1{
        font-size: 25px;
    }
    .offer-section{
        min-height: auto;
    }
    .box-shadow {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer .col-md-3+.col-md-3{
        margin-top: 20px;
    }
    .block-form{
        flex-wrap: wrap;
    }
    .footer .form-control:not(:last-child) {
        margin-right: 0px;
        width: 50%;
    }
    .bg2{
        background: #c4a762 !important;
    }
}
@media(max-width:991px){
    .effect:before {
        bottom: -3px;
        height: 8px;
    }
    .client__logo,
    .box-shadow,
    .client-logo {
        border: 6px solid #c3a761;
        width: 94%;
        margin: 0 auto;
    }
    .logo img{
        width: 100px;
    }
    .client-logo .col-md-4 img{
        width: 100px;
    }
    .custom-btn{
        padding: 5px 30px;
    }
    .bg1{
        min-height: 330px;
    }
    .point_list{
        padding: .5rem;
    }
    .footer-menu li {
        padding-left: 22px;
        padding-bottom: 10px;
    }
    .point_list li+li {
        margin-left: 15px;
    }
    .style-list li+li:before{
        left: -45px;
    }
    .line-border {
        width: 14%;
        left: -45px;
        top: 10px;
    }
    .style-list{
        padding-left: 50px;
    }
    .style-list li+li .line-border{
        bottom: 10px;
    }    
    .style-list li+li {
        margin-top: 15px;
        padding-top: 15px;
    }
    .information-footer li {
        padding-left: 25px;
        line-height: 26px;
    }
    .footer-social>li>a {
        width: 35px;
        height: 35px;
        margin: 0 4px;
    }
    .contact-form .form-group {
        margin-bottom: 2rem;
    }
    .contact-form .form-control{
        font-size: 18px;
        padding-bottom: 15px;
    }
    .vertical-border{
        height: 90px;
    }
    .small-size{
        height: 180px;
        width: auto;
        margin-bottom: 1rem !important;
    }
    .social-icon i {
        border-radius: 6px;
        padding: 6px 8px;
        font-size: 20px;
    }
    .bg-brown .col-md-3 {
        width: 36%;
    }
    .bg-brown .col-md-5{
        width: 28%;
        padding: 0;
    }    
    .modal-play{
        font-size: 120px;
    }
    .circle-text {
        width: 200px;
        height: 200px;
    }    
    .client__logo ul li {
        padding: 15px;
    }
    .inner-hero{
        min-height: 190px;
    }
}
@-webkit-keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: -400px 0;}
}
            
@keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: -400px 0;}
}
.custom-btn:hover {
    background: #c3a761 !important;
    color: #202632 !important;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.offer-section{
    background-repeat: repeat !important;
    background-attachment: fixed;
}
    