@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

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 {
    font-family: "Urbanist", sans-serif;
    font-size: 17px;
    color: #86868B;
    font-weight: 400;
    line-height: 130%;
    overflow-x: hidden !important;
}

/* .main_container_area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    background-image: url(upload/Main_2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.main_container_area {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.background-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}

.background-slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1);
    animation: fadeZoom 36s infinite ease-in-out;
    transition: opacity 1s ease-in-out;
}

/* Staggered animation delays for each image */
.background-slideshow img:nth-child(1) {
    animation-delay: 0s;
}

.background-slideshow img:nth-child(2) {
    animation-delay: 6s;
}

.background-slideshow img:nth-child(3) {
    animation-delay: 12s;
}

.background-slideshow img:nth-child(4) {
    animation-delay: 18s;
}

.background-slideshow img:nth-child(5) {
    animation-delay: 24s;
}

.background-slideshow img:nth-child(6) {
    animation-delay: 30s;
}

@keyframes fadeZoom {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    8% {
        opacity: 1;
        transform: scale(1.02);
    }

    25% {
        opacity: 1;
        transform: scale(1.05);
    }

    30% {
        opacity: 0;
        transform: scale(1.07);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}




.form-container {
    background: transparent;
    color: white;
}

form label {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 6px;
}

input[type="email"] {
    width: 100%;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid white;
    background: transparent;
    color: white;
    font-size: 1rem;
    outline: none;
    margin-bottom: 12px;
}

input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-left: 8px;
}

.checkbox-container input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    background-color: transparent;
    border-radius: 4px;
    margin-right: 12px;
    cursor: pointer;
    position: relative;
}

.checkbox-container input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    background: transparent;
}

.checkbox-container label {
    font-size: 1rem;
    color: white;
}


button {
    padding: 12px 40px;
    background: white;
    color: black;
    font-size: 1.1rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s ease;
}

button:hover {
    background: #e2e2e2;
}

.archline_content_header {
    display: block;
    position: relative;
}

.archline_content_header h1 {
    font-size: 84px;
    font-weight: 400;
    line-height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.7));
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    margin: 0;
}

.subscribe_content_layout {
    display: block;
    position: relative;
    background: rgba(217, 217, 217, 0.20);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border-radius: 12px;
    padding: 45px;
}

.subscribe_content_layout p {
    margin-bottom: 0;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 135%;
    font-size: 18px;
}

.subscribe_form {
    margin-top: 50px;
}

.subscribe_form form label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 4px;
}

.checkbox-container label {
    margin-bottom: 0;
    margin-left: 0 !important
}


/* .upper_part_area {
    padding: 200px 0;
} */

.upper_part_area {
    flex: 1;
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer_left {
    display: flex;
    position: relative;
}

.footer_right {
    display: flex;
    position: relative;
}

.main_footer {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
}

.single_social a {
    color: white;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.footer_left .single_social:nth-child(2) {
    padding-left: 50px;
}

.single_social a i {
    margin-right: 12px;
}

@media screen and (max-width: 1412px) {
    .archline_content_header h1 {
        font-size: 60px;
        line-height: 100%
    }
}

@media screen and (max-width: 992px) {
    .archline_content_header h1 {
        font-size: 92px;
        margin-bottom: 60px;
        line-height: 100%
    }

    .upper_part_area {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .subscribe_content_layout {
        padding: 30px;
    }

    .footer_left {
        display: block;
    }

    .main_footer {
        display: block;
    }

    .footer_left .single_social:nth-child(2) {
        padding-left: 0;
    }

    .single_social {
        margin-bottom: 20px;
    }

    .main_footer {
        border-top: none;
        padding-top: 0;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .archline_content_header h1 {
        font-size: 74px;
        margin-bottom: 60px;
        line-height: 115%
    }
}


@media screen and (max-width: 460px) {
    .archline_content_header h1 {
        font-size: 54px;
        margin-bottom: 80px;
        line-height: 115%
    }

    .row>* {
        padding-left: 20px;
        padding-right: 20px
    }

}

#toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1055;
}