@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Inter', sans-serif !important;
}

.min-height-0 {
    min-height: auto !important;
}

.banner-heading {
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
}

.text-webkit-center {
    text-align: -webkit-center;
}

.landing-banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 710px;
    min-height: 100vh;
}

.mob-interface1 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.mob-interface2 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 475px;
    overflow: hidden;
    position: relative;
}


.banner-filter {
    background: rgb(0 0 3 / 20%);
    backdrop-filter: blur(10px);
    height: 120%;
    min-height: 100vh;
}

.logo-posotion {
    display: inline-block;
    position: absolute;
    top: 35px;
    left: 38px;
}

.mob-logo {
    background-size: contain;
    width: 55px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: left;
}

.body-content {
    min-height: calc(100vh - 95px);
}

footer {
    height: 95px;
}

.footer-bg {
    background-color: #fbfbfb !important;
}

.app-link {
    border: 2px solid rgb(222, 222, 222);
    border-radius: 8px;
    background-color: transparent;
}

.app-link:hover {
    background-color: #fff;
}

/* .heading-text-shadow {
    text-shadow: 1px 1px 15px #fff;
} */

.faq-option details>summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 35px;
    line-height: 25px;
    font-weight: 500;
}

.faq-option details[open]>summary::after {
    content: "-";
    position: absolute;
    right: 20px;
    font-size: 35px;
    line-height: 25px;
    font-weight: 500;
}

.faq-option details>summary::-webkit-details-marker {
    display: none;
}

.faq-qus-style {
    padding: 15px 20px;
    background: #eee;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
}

.contact-links {
    background-color: #1f2e43;
    background:
        radial-gradient(circle at 55% 92%, #426691 0 12%, transparent 12.2%),
        radial-gradient(circle at 94% 72%, #426691 0 10%, transparent 10.2%),
        radial-gradient(circle at 20% max(78%, 350px), #263a53 0 7%, transparent 7.2%),
        radial-gradient(circle at 0% 0%, #263a53 0 40%, transparent 40.2%),
        #1f2e43;
    border-radius: 10px;
}

.h-160px {
    height: 160px !important;
}

.app-icon {
    height: 40px;
    width: 40px;
    background-color: #eee;
    border-radius: 50%;
    margin-right: 10px;
}

.feed-img1 {
    height: 480px;
    width: 230px;
    border-radius: 35px;
    background: no-repeat;
    background-size: cover;
}

.feed-img2 {
    height: 450px;
    width: 215px;
    border-radius: 35px;
    background: no-repeat;
    background-size: cover;
}

.feed-img-position {
    position: absolute;
    top: 10px;
    left: 17px;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    
    .banner-heading {
        color: #fff !important;
    }

    .footer-style {
        position: relative;
    }

    footer {
        height: 75px !important;
    }

    .h-160px {
        height: auto !important;
    }

    .body-content {
        min-height: calc(100vh - 90px) !important;
    }
}

@media screen and (max-width: 990px) {
    .mob-interface1 {
        width: 150px;
        height: 300px;
    }

    .mob-interface2 {
        width: 145px;
        height: 285px;
    }

    .feed-img1 {
        height: 280px;
        width: 140px;
        border-radius: 15px !important;
    }

    .feed-img2 {
        height: 270px;
        width: 130px;
        border-radius: 15px !important;
    }

    .feed-img-position {
        position: absolute;
        top: 10px;
        left: 10px;
        overflow: hidden;
    }

    .banner-heading {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    footer {
        height: 65px;
    }

    .body-content {
        min-height: calc(100vh - 65px);
    }

    .landing-banner {
        height: auto !important;
        min-height: 100%;
    }

    .banner-filter {
        height: auto !important;
        min-height: 100%;
    }

    .logo-posotion {
        top: 18px;
        left: 22px;
    }

    .mob-logo {
        width: 45px;
        height: 35px;
    }
}