*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
body{
    font-family: "Montserrat";
    min-width: 320px;
}
#home{
    padding-top: 95px;
}
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    src: url("../fonts/Montserrat-Medium.ttf");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    src: url("../fonts/Montserrat-SemiBold.ttf");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    src: url("../fonts/Montserrat-Light.ttf");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    src: url("../fonts/Montserrat-Bold.ttf");
}
@font-face {
    font-family: "Playfair";
    font-weight: 600;
    src: url("../fonts/PlayfairDisplay-SemiBold.ttf ");
}
@font-face {
    font-family: "Playfair";
    font-weight: 700;
    src: url("../fonts/PlayfairDisplay-Bold.ttf ");
}
@font-face {
    font-family: "Playfair";
    font-weight: 500;
    src: url("../fonts/PlayfairDisplay-Medium.ttf ");
}
@font-face {
    font-family: "Playfair";
    font-weight: 400;
    src: url("../fonts/PlayfairDisplay-Regular.ttf ");
}
a{
    text-decoration: none;
}
.container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
header.active{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999999;
}
header{
    background: #207B10;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    max-width: 200px;
}
.logo img{
    width: 100%;
    object-fit: contain;
}
.right-head{
    display: flex;
    align-items: center;
    justify-content: center;
}
.m-btn.btn{
    display: none;
}
.right-head .menu{
    margin-left: 20px;
}
.center_text .circles{
    justify-content: center;
    margin-bottom: 5px;
}
.nav_list{
    display: flex;
}
.nav_item:not(:last-child){
    margin-right: 50px;
}
.m-logo{
    display: none;
}
.menu{
    display: none;
}
.close{
    display: none;
}
.nav_link{
    line-height: 1.55;
    font-size: 16px;
    color: #d9d9d9;
    font-weight: 500;
}
.btn span{
    color: #d9d9d9;
    line-height: 1.55;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}
.btn{
    border: 1px solid #d9d9d9;
    width: 150px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}
.btn:hover{
    background: #F0BF0E;
    border: 1px solid #F0BF0E;
}
.btn:hover span{
    color: #0A0A0A;
}
.btn4:hover span{
    color: #0A0A0A !important;
}
#home .container{
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.left_img{
    position: relative;
}
.circles_img{
    position: absolute;
    bottom: -35px;
    left: -35px;
}
.circle_img{
    border-width: 7px;
    border-radius: 3000px;
    background-position: center center;
    border-color: #f0bf0e;
    border-style: solid;
    width: 70px;
    height: 70px;
}
.left_img img{
    max-width: 380px;
    width: 100%;
    object-fit: cover;
    max-height: 530px;
    height: 100%;
}
.right_img img{
    max-width: 400px;
    width: 100%;
    object-fit: cover;
    max-height: 530px;
    height: 100%;
}
.head_text{
    font-family: "Playfair";
    color: #f0bf0e;
    font-size: 66px;
    line-height: 0.55;
    font-weight: 600;
}
.center_body{
    color: #000000;
    font-size: 40px;
    font-family: 'Playfair';
    line-height: 1.55;
    font-weight: 500;
}
.circle{
    border-width: 5px;
    border-radius: 3000px;
    background-position: center center;
    border-color: #f0bf0e;
    border-style: solid;
    width: 30px;
    height: 30px;
}
.circles{
    display: flex;
}
.center_text{
    max-width: 420px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.center_address{
    margin-top: 25px;
    color: #000000;
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 1.55;
    font-weight: 500;
    text-align: center;
}
.center_bottom_text{
    color: #000000;
    font-size: 32px;
    font-family: 'Montserrat';
    line-height: 38px;
    font-weight: 700;
}
.center_bottom_text2{
    color: #000000;
    font-size: 20px;
    font-family: 'Montserrat';
    line-height: 1.55;
    font-weight: 600;
}
.btn_two span{
    color: #030303;
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 1.55;
    font-weight: 700;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}
.btn_two{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 205px;
    height: 55px;
    border: 4px solid #F0BF0E;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}
.btn_two:hover{
    background: #207B10;
    border-color: #207B10;
}
.btn_two:hover span{
    color: #ffffff;
}
.center_bottom{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 130px;
}
.header-title span{
    color: #000000;
    font-size: 36px;
    font-family: 'Playfair';
    line-height: 1.55;
    font-weight: 700;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.header-title{
    text-align: center;
}
.header-title span::before{
    content: '';
    width: 20px;
    height: 3px;
    background: #000;
    position: absolute;
    left: -35px;
}
.header-title span::after{
    content: '';
    width: 20px;
    height: 3px;
    background: #000;
    position: absolute;
    right: -35px;
}
section:not(:nth-child(2)){
    padding: 40px 0;
}
section:nth-child(3){
    padding-top: 80px;
}
.campaigns-imgs{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.campaigns-imgs>div{
    max-width: 560px;
    width: 100%;
    position: relative;
}
.campaign-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: absolute;
    width: 50%;
    height: 100%;
    max-height: 400px;
}
.campaign-text>p:not(.price){
    color: #000000;
    font-size: 24px;
    font-family: 'Montserrat';
    line-height: 1.4;
    font-weight: 600;
    z-index: 999;
    text-align: center;
}
.campaign-bg{
    opacity: 0.7;
    background-color: #f0bf0e;
    position: absolute;
    width: 100%;
    height: 100%;
}
.price{
    color: #000000;
    font-size: 36px;
    font-family: 'Playfair';
    line-height: 1.55;
    font-weight: 600;
    position: relative;
    margin-top: 20px;
}
.price span{
    color: #000000;
    font-size: 18px;
    font-family: 'Playfair';
    line-height: 1.55;
    font-weight: 400;
    position: absolute;
    right: -30px;
    top: -15px;
}
.btn3{
    z-index: 99;
    border-color: #000;
    border-width: 2px;
}
.btn3 span{
    color: #000;
}
.btn3:hover{
    background: #207B10;
}
.btn3:hover span{
    color: #ffffff;
}
#services{
    background: #207B10;
}
.header-white{
    color: #ffffff !important;
}
.header-white::before{
    background: #ffffff !important;
}
.header-white::after{
    background: #ffffff !important;
}
.btn4 span{
    color: #ffffff;
}
.btn4{
    border: 2px solid #F0BF0E;
}
.services-card{
    max-width: 360px;
}
.services-card img{
    width: 100%;
    height: 385px;
    object-fit: cover;
}
.services-text{
    color: #d9d9d9;
    font-family: 'Playfair';
    font-size: 24px;
    line-height: 1.35;
    margin: 20px 0;
}
.services-pop{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-transition: opacity ease-in-out .3s;
    -moz-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0 20px;
    background-color: rgba(0,0,0,.6);
    z-index: 9999999;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.services-bg{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pop-main{
    padding: 40px 45px;
    background: #ffffff;
    max-width: 560px;
    width: 100%;
    z-index: 999;
}
.close-pop{
    position: fixed;
    right: 20px;
    top: 20px;
}
.pop-head{
    font-size: 52px;
    text-align: center;
    color: #f0bf0e;
    font-family: 'Playfair';
    margin-bottom: 40px;
}
.list-head{
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'montserrat';
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}
.pop-list{
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 40px;
}
.pop-list li{
    font-weight: 300;
    font-size: 16px;
    font-family: 'montserrat';
    margin: 5px 0;
}
.services{
    display: flex;
    justify-content: space-between;
}
#interior .header-title span::before{
    display: none;
}
#interior .header-title span::after{
    display: none;
}
#interior .header-title span{
    max-width: 800px;
}
.slider{
    margin-top: 40px;
}
.slider .item{
    max-height: 500px;
}
.slider img{
    object-fit: cover;
    object-position: center;
    max-height: 500px;
}
.slider-main .owl-nav button{
    position: absolute;
    top: 47%;
    width: 40px;
    height: 40px;
    background-color: rgb(240, 191, 14) !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.slider-main .owl-nav button span{
    font-size: 32px;
    font-family: 'montserrat';
    line-height: 21px;
}
.slider-main .owl-nav .owl-next{
    right: 20px;
}
.slider-main .owl-nav .owl-prev{
    left: 20px;
}
.slider-main .owl-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 99;
}
.slider-main .owl-dot{
    background: #222 !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff !important;
    margin: 0 5px;
}
.slider-main .owl-dot.active{
    background: #fff !important;
}
.slider{
    position: relative;
}
.slider-bg{
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.80));
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    z-index: 9;
}
.gallery-cards{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.gallery-card{
    max-width: 275px;
    width: 100%;
    max-height: 215px;
    height: 100%;
    margin-bottom: 30px;
    margin-right: 30px;
}
.gallery-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-card:nth-child(4n){
    margin-right: 0;
}
.gallery-cards .circles_img{
    bottom: auto;
    top: -35px;
}
#masters{
    background: #207B10;
}
.header-white{
    margin-bottom: 40px;
}
.master-head{
    cursor: pointer;
    width: 192px;
    padding-bottom: 20px;
    margin-bottom: -1px;
}
.master-head p{
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    color: #d9d9d9;
    margin: 0 10px;
    text-align: center;
    min-height: 44px;
    display: inline-block;
    width: 172px;
}
.master-header {
    max-width: 960px;
    margin: 0 auto;
    border-bottom: 1px solid rgb(250,250,250,0.2);
    display: flex;
}
.master-head.active p{
    color: #fff;
}
.master-head.active{
    border-bottom: 1px solid #fff;
}
.master-persons{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.master-person{
    max-width: 275px;
    width: 100%;
    display: flex;
    justify-items: center;
    flex-direction: column;
    align-items: center;
}
.person-body{
    margin-top: 20px;
    text-align: center;
    color: #d9d9d9;
    font-size: 18px;
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.master-person img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.about-img{
    max-width: 786px;
    max-height: 556px;
    width: 100%;
    height: 100%;
}
.about-img img{
    width: 100%;
    height: 100%;
}
.about-text {
    position: absolute;
    width: 598px;
    padding: 34px;
    left: 0;
    top: 7px;
}
.about-bg{
    background: #f0bf0e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}
#aboutUs .container{
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.about-head span::before,.about-head span::after{
    bottom: 17px;
    top: auto;
}
.about-text p{
    color: #000000;
    font-size: 18px;
    font-family: 'Montserrat';
    line-height: 1.55;
    font-weight: 400;
    position: relative;
    z-index: 9;
    text-align: center;
    margin-top: 30px;
}
#aboutUs{
    padding-top: 80px;
}
.partners{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.partner img{
    opacity: 0.7;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    object-fit: cover;
}
.partner img:hover{
    opacity: 1;
}
.partner{
    max-width: 170px;
    width: 100%;
}
.about-img .circles_img{
    left: auto;
    bottom: auto;
    top: -35px;
    right: -35px;
}
#contactOne{
    background: #207B10;
    margin: 40px 0;
}
.contact-img{
    max-width: 582px;
    width: 100%;
    max-height: 584px;
    height: 100%;
    margin-right: 45px;
    position: relative;
}
.contact-img .circles_img{
    bottom: 25px;
}
.contact-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-text span{
    color: #d9d9d9 !important;
    text-align: left;
    margin-bottom: 0;
}
.contact-text span::before,.contact-text span::after{
    display: none;
}
#contactOne{
    padding: 0;
}
#contactOne .container{
    display: flex;
}
.contact-text p{
    margin-top: 20px;
    color: #d9d9d9;
    font-size: 18px;
    font-family: 'Montserrat';
    line-height: 1.55;
    font-weight: 400;
}
button.btn4{
    background: none;
    cursor: pointer;
}
.btn span{
    font-family: 'montserrat';
    font-size: 14px;
    font-weight: 700;
}
.contact-text form{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.contact-text form input {
    padding: 20px;
    border: none;
    border-bottom: 1px solid rgb(250,250,250,0.2);
    background: none;
    color: #d9d9d9;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 1.55;
    font-weight: 400;
    max-width: 300px;
    width: 100%;
    padding-left: 0;
}
.contact-text form input:focus{
    outline: none;
}
.contact-text form input::placeholder{
    color: #d9d9d9;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 1.55;
    font-weight: 400;
}
.contact-text form input:nth-child(2){
    margin-top: 20px;
    margin-bottom: 50px;
}
.contact-text{
    padding: 30px 0;
}
.contact-map{
    max-width: 575px;
    width: 100%;
    max-height: 418px;
    height: 418px;
}
.contact-map iframe{
    width: 100%;
    height: 100%;
}
.contact-data span::before,.contact-data span::after{
    display: none;
}
.contact-data .header-title{
    text-align: left;
    max-width: 470px;
}
#contactTwo .container{
    display: flex;
}
.contact-data{
    margin-right: 40px;
}
.contact-data{
    max-width: 585px;
    width: 100%;
}
.contact-data p{
    color: #000000;
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 1.55;
    font-weight: 500;
    margin-top: 20px;
    max-width: 480px;
}
.contact-data img{
    margin:0 5px;
    margin-bottom: -20px;
    max-width: 30px;
    max-height: 30px;
}
.address-block{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.contact-little-head{
    color: #000000;
    font-size: 26px;
    font-family: 'Montserrat';
    line-height: 1.55;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.address{
    max-width: 270px;
}
.address p,.tel a,.mail a{
    color: #000000;
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 1.55;
    font-weight: 500;
    margin-top: 10px;
}
.tel{
    margin-bottom: 20px;
}
footer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer{
    background: #2b3647;
    padding: 40px 0;
}
.copyright{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
}
.copyright p,.copyright a{
    color: #d9d9d9;
    font-size: 16px;
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}