/* google font */
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Lato:wght@300;400;700;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

/* all fonts */
/* font-family: 'Alex Brush', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif; */

/* =============== global classes ============ */
body{
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #fff;
}
.text-yellow{
    color: #FFFD3B !important;
}
.btn-yellow{
    padding: 8px 25px;
    color: #000;
    font-weight: 600;
    background-color: #FFFD3B;
    border-radius: 50px;
}
.text-alex{
    font-family: 'Alex Brush', cursive;
}
.text-playfair{
    font-family: 'Playfair Display', serif;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-dark{
    background-color: #181D24 !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-btn{
    top: 62%;
}
.swiper-btn.n{
    right: 80px;
}
.swiper-btn.p{
    transform: rotate(180deg);
    left: 80px;
}
.section_6 .swiper-btn i{
    font-size: 30px;
    color: #000;
}
/* =======X======== global classes ====X======== */
nav {
    z-index: 222;
    height: 60px;
    background-color: transparent;
    transition: .5s;
    display: flex;
    align-items: center;
    position: fixed !important;
    top: 0px;
    width: 100%;
}
nav.scroll_sticky {
    padding: 12px 40px;
    background-color: #11151B;
}
.navbar-toggler {
    display: none;
}
nav li{
    list-style: none;
}
nav .close-nav {
    display: none;
}
.navbar-brand {
    font-size: 50px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}
.navbar-brand.mobile-only{
    display: none;
}
nav .nav-link {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    z-index: 1;
    margin-right: 20px;
    color: #fff;
}
nav .nav-link:hover,
nav .nav-link.active{
    color: #FFFD3B !important;
}

.header_section {
    z-index: -1;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-image: url(../img/header_img.png);
    background-size: cover;
}
.header_section #myVideo{
    width: 100%;
    height: auto;
}
.header_section .overlay {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	background-color: #181D24;
    border: 2px solid #181D24;
	z-index: 102;
	height: 140px;
}

.header_section .text-content{
    margin-left: 40px;
}
.header_section .text-content h1{
    font-size: 250px;
    color: #fff;
    margin-bottom: -100px;
    line-height: 140px;
	font-weight:400;
	text-shadow:0px 2px 2px rgba(0, 0, 0, 0.2)
}
.header_section .text-content .text-yellow{
    font-size: 262px;
    font-family: 'Alex Brush', cursive;

}
main {
    overflow: hidden;
}
main .section_1 {
    background-color: #181D24;
    height: 1170px;
    padding-top: 60px;
}
.section_1 .text-content {
    width: 495px;
}
.section_1 .heading{
    font-size: 35px;
    margin-bottom: 18px;
}
.section_1 .paragraph{
    font-size: 25px;
}
.scroll_animate_text {
    font-size: 170px;
    color: #11151B;
    letter-spacing: 27px;
    font-family: 'Playfair Display', serif;
    margin-top: 42px;
    position: absolute;
    right: 0;
}


/* slider */
.section_2{
    max-height: 450px;
}
.section_2 .content{
    transform: translateY(-300px);
}
/* section 2 slider============================== */

.section_2 .swiper-slide {
    display: inline-block;
    min-width: 900px !important;
    max-width: 900px !important;
    position: relative;
    overflow: hidden;
}
.section_2 .swiper-slide .slide-content{
    width: 100%;
    z-index: -1;
    padding-right: 4.33% !important;
}
.section_2 .swiper-slide .text{
    position: absolute;
    bottom: 26px;
    left: 50px;
    font-size: 60px;
    color: #fff;
    z-index: 1;
	text-shadow:0px 2px 2px rgba(0, 0, 0, 0.2);
}

/* ===============section 2 slider=============================== */

.section_2 .btns{
    cursor: pointer;
    text-align: center;
    margin-top: 45px;  
}

.section_2 .swiper-btn{
    width: 80px;
    height: 80px;
    color: #11151B;
    font-size: 30px;
    border: 2px solid #11151b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.property_feature.active::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.39);
    z-index: 1;
}
.section_4 .section_title{
    font-size: 80px;
}
.section_4 .section_title span{
    font-size: 120px;
	text-transform:capitalize;
}
.section_4 .plus_sign.active{
    color: #FFF;
    background-color: #000000;
    box-shadow: 0px 0px 0px 10px rgba(39, 39, 20, 0.38);
    -webkit-box-shadow: 0px 0px 0px 10px rgba(39, 39, 20, 0.38);
    -moz-box-shadow: 0px 0px 0px 10px rgba(39, 39, 20, 0.38);
}
.section_4 .popup_btn{
    position: absolute;
}
.section_4 .plus_sign {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 47px;
    padding-bottom: 10px;
    background: #FFFD3B;
    font-family: 'Playfair Display';
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    cursor: pointer;
    /* border: 8px solid rgba(0, 0, 0, 0.226); */
    box-shadow: 0px 0px 0px 10px rgba(255,253,59,0.38);
-webkit-box-shadow: 0px 0px 0px 10px rgba(255,253,59,0.38);
-moz-box-shadow: 0px 0px 0px 10px rgba(255,253,59,0.38);
    border-radius: 50%;
    transition: .2s;
    z-index: 2 !important;
}
.section_4  .popup{
    width: 438px;
    padding: 38px;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    line-height: normal;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    z-index: 9999 !important;
    padding: 40px 38px;
    display: none;
    transition: .2s;
    cursor: pointer;
}
.section_4 .popup_btn:hover .plus_sign{
    transform: scale(1.2);
    z-index: -1;
}
.section_4 .popup_btn:hover .popup{
    display: flex;
}
.section_4 .popup_btn .popup .close{
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 11px;
    font-weight: 400;
    color: #181D24;
}
.section_4 .popup_btn img.popup_img{
    width: 100%;
}
.section_4 .popup_btn .title{
    font-size: 18px;
    color: #000000;
    margin-bottom: 7px;
    margin-top: 26px;
	text-transform:uppercase; 
}
.section_4 .popup_btn .text{
    font-size: 18px;
    color: #777777;
    font-weight: 400;
	margin-bottom:0;
}
.section_5 {
    padding: 70px 0 120px;
}
.section_5 .section_title{
    color: #fff;
    font-size: 100px;
    line-height: 120%;
    width: 1061px;
}
.section_5 .section_title .num{
    font-size: 138px;
}
.section_5 .text-alex{
    font-size: 150px;
    margin-top: -86px;

}
.section_5 .video{
    margin-top: 30px;
    width: 100%;
    height: 680px;
}
.section_5 .video iframe{
    width: 100% !important;
    height: auto;
}
.section_5 .play_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    outline: none;
    border: none;
}
.section_5 .modal-dialog{
    min-width: 1170px !important;
    margin-top: 150px;
}
.section_5 .modal-dialog iframe{
    width: 100%;
    height: 600px;
}
.gallery_section .section_title{
    margin-bottom: 100px;
}
.gallery_section .section_title span{
    display: block;
    font-size: 80px;
}
.gallery_section .section_title h2{
    line-height: 50px;
    font-weight: 400;
    display: block;
    font-size: 120px;
    margin-top: -18px;
}
.section_6{
    position: relative;
}


/* ========================================================================== */

.section_6 .swiper-slide{
    position: relative;
    overflow: hidden;
    width: 725px;
    height: 700px;
}
.section_6 .swiper-btn i{
    font-size: 30px;
    color: #000;
}
.section_6 .swiper-btn{
    display: inline-block;
    height: 85px;
    width: 85px;
    background: #FFFD3B;
    border-radius: 50%;
    text-align: center;
}
.section_6 .swiper-btn .arrow-btn-effect{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 0 20px rgba(255, 252, 59, 0.288), 0 1px 2px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_6 .swiper-btn .arrow-btn-effect:hover{
    transform: scale(1.2);
    opacity: 1;
}
.section_6 .swiper-slide img.thumbnail{
    width: 100%;
}

/* ================================ section 7 ========================================== */

.section_7 {
    padding:80px 0 80px;
}
.section_7 .scroll_animate_text{
    margin-top: -45px;
}
.section_7 .text-content {
    width: 431px;
}
.section_7 .text-content p{
    font-size: 35px;
    line-height: 120%;
}
.imgs img{
    position: absolute;
}
.imgs img.img_bottom{
    margin-bottom: -165px;
}
.section_7 .imgs img.img_bottom{
    position: absolute;
    bottom: 0;
    right: 0;
}
.section_8{
    margin-top: 160px;
}
/* .imgs .img_bottom{
    transform: translateY(400px);
} */

.section_8 .img_bottom {
	right: -74px;
	bottom: -22px;
}

.section_9{
    margin-top: 100px;
    padding: 190px 0px 320px 0px;
}
.section_9 .imgs img.img_bottom{
    left: -257px;
    bottom: -231px;
    margin: 0 !important;
}
.info_section {
    margin-bottom: -4px;
    padding: 70px 0 124px;
    color: #11151B;
    background-color: #fff;
}
.info_section .section_title{
    font-size: 80px;
    color: #11151b;
    font-weight: 400;
}
.info_section .section_title span{
    font-size: 120px;
}
.info_section .autor_info{
    position: absolute;
    width: 368px;
    background-color: #FFFD3B;
}
.info_section .autor_info{
    position: absolute;
    width: 368px;
    bottom: 56px;
    right: 40px;
    background-color: #FFFD3B;
    padding: 25px 18px;
}
.info_section .autor_info .name{
    font-size: 40px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.info_section .autor_info .info{
    font-size: 20px; line-height:1.1;
}
.info_section .contacts .info p{
    font-size: 18px;
    font-weight: 400;
    margin: 6px;
    color: #777777;
}
.info_section .contacts .info p i{
    color: #11151B;
    margin-right: 10px;
}
.info_section .contacts .title{
    font-size: 20px;
    margin: 21px 0;
}
.info_section .contacts .contact_2{
    margin-top: 63px;
}
.counters {
    padding-bottom: 124px;
    color: #11151B;
}
.counters .counter_box .counter{
    font-size: 80px;
    font-weight: 200;
    animation-duration: 1s;
    animation-delay: 0s;
}
.counters .counter_box .txt{
    text-transform: uppercase !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #777777;
}
footer .content{
    padding: 120px 0 40px;
}
footer .section_title h2{
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 400;
    line-height: 130px;
}
footer .section_title span{
    text-transform: capitalize;
    font-size: 120px;
    line-height: 0;
    display: block;
    margin-top: -8px;
}
footer .section_title {
    margin-top: -100px;
    margin-left: 80px;
}
footer .swiper-slide .title{
    margin-top: 26px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}
footer .copyright_text{
    padding: 31px 20px;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #747474;
}