/* media.css */

@media screen and (max-width:5000px) {
    .main-content{
        background-image: none;
    }
    
}

/* Styles for screens smaller than 375px (mobile devices) */
@media (max-width: 375px) {
    .phone-image {
        display: block;
        opacity: 0.5;
    }

    .phone-image {
        max-width: 160%;
        width: 186%;
        top: 237px;
        position: relative;
        opacity: 0.3;
        left: -71px;
    }

    .page-wrapper{
        overflow: hidden;
    }
    .tagline {
        font-size: 0.5rem;
        color: #01AE06;
        margin-bottom: 20px;
        top: 373px;
        position: relative;
        right: 59px;
    }
    .groupimg {
        max-width: 100%;
        width: 85%;
        top: -80px;
        position: relative;
    }
    .coming-soon {
        font-size: 2rem;
        font-weight: bold;
        color: #124896;
        margin-bottom: 40px;
        text-shadow: 4px 4px 0px #69a8f0;
        top: 261px;
        position: relative;
        right: 63px !important;
    }
    .footer {
        position: relative;
        width: 100%;
        font-size: 0.53rem;
        color: #333;
        text-align: center;
        padding: 0 10px;
        bottom: 10px;
        box-sizing: border-box;
        line-height: 18px;
    }
    .logo img {
        height: 43px;
        left: 20px;
        position: relative;
    }
    .policy-safe img {
        height: 40px;
        right: 15px;
        position: relative;
    }
}

/* Styles for screens smaller than 414px (mobile devices) */
@media (max-width: 414px) {
    .phone-image {
        display: block;
        opacity: 0.5;
    }

    .phone-image {
        max-width: 160%;
        width: 186%;
        top: 237px;
        position: relative;
        opacity: 0.3;
        left: -71px;
    }

    .page-wrapper{
        overflow: hidden;
    }

    .tagline {
        font-size: 0.5rem;
        color: #01AE06;
        margin-bottom: 20px;
        top: 373px;
        position: relative;
        right: 59px;
    }
    .groupimg {
        max-width: 100%;
        width: 85%;
        top: -80px;
        position: relative;
    }
    .coming-soon {
        font-size: 2rem;
        font-weight: bold;
        color: #124896;
        margin-bottom: 40px;
        text-shadow: 4px 4px 0px #69a8f0;
        top: 356px;
        position: relative;
        right: 63px;
    }
    .footer {
        position: relative;
        width: 100%;
        font-size: 0.53rem;
        color: #333;
        text-align: center;
        padding: 0 10px;
        bottom: 10px;
        box-sizing: border-box;
        line-height: 18px;
    }
    .logo img {
        height: 43px;
        left: 20px;
        position: relative;
    }
    .policy-safe img {
        height: 40px;
        right: 15px;
        position: relative;
    }
}

/* Styles for screens smaller than  430px (mobile devices) */
@media (max-width: 430px) {
    .phone-image {
        display: block;
        opacity: 0.5;
    }
    .phone-image {
        max-width: 160%;
        width: 186%;
        top: 237px;
        position: relative;
        opacity: 0.3;
        left: -71px;
    }

    .page-wrapper{
        overflow: hidden;
    }
    
    .tagline {
        font-size: 0.5rem;
        color: #01AE06;
        margin-bottom: 20px;
        top: 373px;
        position: relative;
        right: 59px;
    }
    .groupimg {
        max-width: 100%;
        width: 85%;
        top: -80px;
        position: relative;
    }
    .coming-soon {
        font-size: 2rem;
        font-weight: bold;
        color: #124896;
        margin-bottom: 40px;
        text-shadow: 4px 4px 0px #69a8f0;
        top: 356px;
        position: relative;
        right: 63px;
    }
    .footer {
        position: relative;
        width: 100%;
        font-size: 0.53rem;
        color: #333;
        text-align: center;
        padding: 0 10px;
        bottom: 10px;
        box-sizing: border-box;
        line-height: 18px;
    }
        .groupimg {
        max-width: 100%;
        width: 85%;
        top: -80px;
        position: relative;
    }
    .logo img {
        height: 43px;
        left: 20px;
        position: relative;
    }
    .policy-safe img {
        height: 40px;
        right: 15px;
        position: relative;
    }
}

@media (min-width: 768px) {
    .logo img {
        height: 60px;
    }
    .policy-safe img {
        height: 60px;
    }
    .coming-soon {
        font-size: 5rem;
    }
}
