/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
.main-content p{margin-bottom: 10px;
font-size: 28px;
color: #fff;
font-weight: 500;}

.main-content .title{ margin-bottom: 30px;
font-size: 62px;
font-weight: 600;
}

.main-content .email-input-area{ margin: 40px 0 20px; position: relative; width: 400px; height: 47px; }

.left-section .logo {
    position: relative;
    height: 260px;
    width: 100%;
    padding: 5px 0 0px;
    text-align: center;
}

.main-content .post-desc{color: #f2f2f2;
font-size: 20px;
margin-top: 0px;
margin-bottom: 3px;
line-height: 20px;
}


.main-content .post-cont{color: #f2f2f2;
font-size: 18px !important;
margin-top: 5px;
margin-bottom: 11px;
line-height: 42px;
}


.main-content .post-desc strong{ margin-bottom: 8px;
text-transform: uppercase;
display: inline-block;
font-size: 24px;
}

}


/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {

}

/* =================================
   RESPONSIVE STYLES
================================= */

/* Tablet */
@media (max-width: 991px) {

    .main-area {
        height: auto;
        min-height: 100vh;
        padding: 40px 20px;
    }

    .left-section {
        width: 100%;
        float: none;
    }

    .left-section .logo {
        height: 220px;
        padding-top: 20px;
    }

    .left-section .main-content {
        padding: 0;
    }

    .main-content .title {
        font-size: 48px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .main-content p {
        font-size: 24px;
    }

    .main-content .post-desc,
    .main-content .post-desc strong {
        font-size: 20px;
        line-height: 1.5;
    }

    .post-cont {
        flex-direction: column;
        gap: 10px;
        font-size: 20px !important;
        line-height: 1.6 !important;
        margin-top: 15px !important;
        text-align: center;
    }

    .post-cont span:first-child::after {
        display: none;
    }

    .main-content .email-input-area {
        width: 100%;
        max-width: 400px;
        margin: 30px auto;
    }

    .left-section .footer-icons {
        position: relative;
        bottom: auto;
        margin-top: 30px;
        text-align: center;
    }
}


/* Mobile */
@media (max-width: 767px) {

    .main-area {
        padding: 30px 15px;
        text-align: center;
    }

    .left-section .logo {
        height: 160px;
        padding-top: 10px;
    }

    .main-content p {
        font-size: 19px !important;
        line-height: 1.5;
    }

    .main-content .title {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .main-content .post-desc {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: -8px;
    }

    .main-content .post-desc strong {
        font-size: 18px;
    }

    .post-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        font-size: 14px !important;
        line-height: 1.7 !important;
        text-align: center;
        margin-top: 15px !important;
        word-break: break-word;
    }

    .post-cont a {
        word-break: break-word;
    }

    .post-cont span:first-child::after {
        display: none;
    }

    .main-content .email-input-area {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .main-content .email-input-area .email-input {
        position: relative;
        width: 100%;
        height: 50px;
        padding: 0 20px;
    }

    .main-content .email-input-area .submit-btn {
        position: relative;
        width: 100%;
        height: 50px;
        margin-top: 10px;
        border-radius: 40px;
    }

    .left-section .footer-icons {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
}


/* Small Mobile */
@media (max-width: 480px) {

    .left-section .logo {
        height: 120px;
		object-fit: contain;
    }

    .main-content .title {
        font-size: 28px;
    }

    .main-content p {
        font-size: 19px !important;
    }

    .main-content .post-desc {
        font-size: 15px;
    }

    .post-cont {
        font-size: 14px !important;
        padding: 0 10px;
    }
}