@import url("./common.css");


.newsletter-banner {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    background: url("../images/gradient.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    min-height: 400px;
    padding-top: 70px;
}

.newsletter-banner .newsletter-banner-inner {
    max-width: 1810px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 100px 50px 100px;
    display: flex;
    height: 100%;
}

.newsletter-banner .newsletter-banner-inner .newsletter_banner_img {
    width: 400px;
}


/* ------------------- banner section end -----------  */


/* ------------------- welcome section start -----------  */
.welcome_section {
    background-color: var(--dark-navy-blue);
}

.welcome_section_inner {
    max-width: 1810px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    margin: 0px auto;
    padding: 60px 100px;
    gap: 50px;
}

.welcome_section_inner .welcome-heading {
    font-size: 40px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    color: var(--white);

}

.welcome-heading .welcome-heading-heading-img {
    position: absolute;
    bottom: 40px;
    right: calc(50% - 320px);
    width: 190px;
    height: auto;
    z-index: -1;
    pointer-events: none;
    top: 25px;
}

.welcome_section_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--white);
    text-align: center;
    max-width: 70%;
    margin: 0px auto;
}

.features {
    background-color: var(--secondery-color);
    width: 100%;
    border-radius: 16px;
    padding: 30px 50px;
}

.feature_heading {
    font-size: 30px;
    line-height: 38px;
    color: var(--white);
    text-align: center;
    margin-bottom: 30px;
}

.feature_heading span {
    color: var(--aqua-color);
}

.feature_inner {
    width: 100%;
}

.feature_inner .card {
    padding: 50px 20px;
    text-align: center;
    width: 100%;
}

.feature_inner .icon {
    height: auto;
}

.feature_inner .icon img {
    width: 75px;
    height: auto;
    margin-bottom: 15px;
    filter: invert(1);
}

.feature_inner .card h3 {
    color: var(--pink-border);
    margin: 10px 0;
    font-size: 44px;
}

.feature_inner .card p {
    color: var(--white);
    font-size: 16px;
    line-height: 1.5;
}
.login_details{
    width: 100%;
    padding: 30px 20px 0px 20px;
}
.login_details_heading {
    font-size: 30px;
    line-height: 38px;
    color: var(--white);
    text-align: center;
    margin-bottom: 30px;
}

.login_details_heading span {
    color: var(--aqua-color);
}
.username,
.password {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: var(--white);
    margin: 0px auto;
    margin-bottom: 20px;
}


/* ------------------- welcome section start -----------  */


/* -------------------  read more start -----------  */

.read_more_section{
    background-color: var(--primary-violet);
    width: 100%;
}
.read_more_inner {
    max-width: 1810px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    margin: 0px auto;
    padding: 60px 100px 0px 100px;
    gap: 30px;
}
.read_more_heading{
    background: var(--gradient-color);
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.read_more_inner h1{
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
}
.read_more_inner .phone{
    display: flex;
    gap: 20px;
}
.read_more_inner .phone h5{
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
}
.read_more_inner .phone p{
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
}.phone-circle .icon img {
  filter: invert(21%) sepia(95%) saturate(1000%) hue-rotate(300deg) brightness(100%) contrast(105%);
  width: 24px;
  height: 24px;
}
.footer-bottom{
    border: none;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}



/* -------------------  read more end -----------  */



/* -------------- media query start ----------- */

@media(max-width: 1440px) {
    .welcome_section_text {

        max-width: 90%;
    }

}

@media(max-width: 1200px) {


    .newsletter-banner-inner {
        padding: 100px 50px;
    }

    .welcome_section_inner {
        padding: 60px 50px;
    }

    .welcome_section_text {
        font-size: 16px;
    }
    .read_more_inner {
    padding: 60px 50px 0px 50px;
}
}

@media (max-width: 992px) {
    .welcome_section_inner .welcome-heading {
        font-size: 34px;
    }

    .welcome-heading .welcome-heading-heading-img {
        right: calc(50% - 300px);
        top: 30px;

    }

    .welcome_section_text {

        max-width: 100%;
    }

}

@media (max-width: 768px) {

    .newsletter-banner-inner {
        padding: 100px 20px;
    }

    .welcome_section_inner {
        padding: 60px 20px;
    }

    .welcome_section_inner .welcome-heading {
        font-size: 36px;
    }

    .welcome-heading .welcome-heading-heading-img {
        bottom: 40px;
        right: calc(50% - 250px);

    }

    .welcome_section_text {
        font-size: 14px;
    }
    .feature_inner .card h3 {
    font-size: 30px;
}
.read_more_inner {
    padding: 60px 20px 0px 20px;
}
}

@media (max-width: 600px) {
    .features {
    padding: 30px 20px;
}
    .feature_inner .card {
    padding: 30px 0px;
}
.feature_inner .card h3 {
    font-size: 24px;
}
}
@media (max-width: 566px) {
    .welcome-heading .welcome-heading-heading-img {
        right: calc(50% - 100px);
        top: 60px;

    }
}

@media (max-width: 400px) {
    .newsletter-banner .newsletter-banner-inner .newsletter_banner_img {
        width: 300px;
    }
}