@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}
body {
    overflow: hidden;
}
.coming-soon-section {
    /* background: url(../images/coming-soon/coming-soon-bg.png) no-repeat center center;
    background-size: cover;
    height: 100vh;
    padding: 3rem; */
    position: relative;
    height: 100vh;
}
.coming-soon-section .coming-soon-heading {
    text-align: center;
    padding: 10rem 0 0;
}
.social-media {
    max-width: 55%;
}
.coming-soon-section .coming-soon-heading h1 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 0.23em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.coming-soon-section .coming-soon-border {
    text-align: center;
    padding: 1rem 0;
}
.coming-soon-section .coming-soon-content {
    text-align: center;
    padding: 2.3rem 0;
}
.coming-soon-section .coming-soon-content p {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
}
.coming-soon-section .copyright span {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #FFFFFF;
}
.coming-soon-section .footer-menu li a {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    text-align: right;
    color: #FFFFFF;
    text-decoration: none;
}
.coming-soon-section .footer-menu {
    /* width: 80%; */
    /* padding-right: 3rem; */
}
.coming-soon-section .footer-menu li a::after {
    content: "";
    border-right: 1px solid #fff;
    padding-inline: 0.6rem;
}
.coming-soon-section .footer-menu li:last-child a::after {
    content: unset;
}
.coming-soon-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 2rem;
}
@media (max-width: 1366px) {
    .coming-soon-section .coming-soon-heading {
        text-align: center;
        padding: 7rem 0 0;
    }
}
@media (max-width: 991px) {
    .logo {
        text-align: center;
        display: block;
        margin-bottom: 2rem;
    }
    .coming-soon-section {
        /* padding: 2rem; */
        background: url(../images/coming-soon/coming-soon-bg-mobile.png) no-repeat center center;
        background-size: cover;
        height: auto;
    }
    .social-media {
        max-width: 40%;
        margin: 1rem auto 0;
    }
    .coming-soon-section .coming-soon-heading {
        padding-top: 3rem;
    }
    .coming-soon-section .coming-soon-heading h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .coming-soon-section .coming-soon-content {
        padding-top: 0;
    }
    .copyright {
        text-align: center !important;
        padding-bottom: 0;
        padding-top: 1rem;
    }
    .coming-soon-section .footer-menu {
        padding-top: 1rem;
        width: 60%;
        margin: auto;
    }
    .coming-soon-footer {
        padding-inline: 1rem !important;
        position: static
    }
    .coming-soon-wrapper {
        position: static !important;
        transform: unset !important;
    }
    .banner-image img {
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
        flex-shrink: 0;
    }
    .banner-image {
        height: 100%;
        display: none;
    }
    body {
        overflow: auto;
    }
}