.container {
    max-width: 1300px;
    padding: 0 15px;
}

.main__backgrundImage {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    position: relative;
}

.main__backgrundImage__home {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 85vh;
    width: 100%;
    position: relative;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    background-color: transparent;
}

.active__navbar {
    background-color: #fff;
    transition: all 0.5s ease;
}
.active__navbar .navbar__text {
    color: #000;
}
.active__navbar .navbar__logo {
    filter: invert(1);
}

.active__navbar .navbar__button {
    filter: invert(1);
}

/* scc scroll down indicator */

.scroll-down {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.scroll-down span:nth-child(2) {
    animation-delay: -0.2s;
}
.scroll-down span:nth-child(3) {
    animation-delay: -0.4s;
}
.scroll-down span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

/* Swiper css */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 700px;
    object-fit: cover;
}

/* media query */

@media screen and (max-width: 768px) {
    .swiper-slide img {
        height: auto;
        object-fit: cover;
        height: 300px;
    }
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
}

.error {
    color: red;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
}
/* about location */

.iti {
    width: 100%;
    margin-top: 8px;
}

.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
    height: 56px !important;
}

.leading-70 {
    line-height: 1.2 !important;
}

.leading-60 {
    line-height: 1.1 !important;
}

.background_image {
    background-image: url(../events/sm-3-min.png);
}

/*  media query for mobile  */

@media screen and (max-width: 768px) {
    .background_image {
        background-image: url(../events/mobile-min.png);
    }
}

.bg_area_image {
    background-image: url(../images/3-1.jpg);
}

.background_creek_harbour {
    background-image: url(../images/DUBAI-HARBOUR-SOBHA-.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.background_society_house {
    background-image: url(../images/societyhouse/society_house_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.background_society_house_second {
    background-image: url(../images/societyhouse/society_house_bg_second.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.area_mobile_input {
    border-radius: 0.5rem !important;
}
