.first-image {
    width: 100%;
    /* Make the image take up the full width of its container */
    height: auto;
    /* Maintain the aspect ratio */
    max-width: 100%;
    /* Prevents the image from exceeding its container width */
    border-radius: 45px;
}
@media( max-width: 450px ){
    .first-image {
        width: 100%;
        /* Make the image take up the full width of its container */
        height: auto;
        margin-bottom: 30px;
        /* Maintain the aspect ratio */
        max-width: 100%;
        padding: 0px 14px;
        /* Prevents the image from exceeding its container width */
        border-radius: 45px;
    }

}

.form-container {
    max-width: 500px;
    width: 100%;
}

.form-input {
    width: 100%;
    max-width: 500px;
}

.contact-heading {
    text-align: center;
    text-shadow: 2px 2px #FFFF;
}
@media(max-width:380px ){
    .contact-heading {

        margin-top: 50px;
    }


}

.btn-primary {
    display: inline-block;
}

.form-label {
    font-family: "Glacial-Indifference";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: white;
}

.form-input {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid white;
    padding: 10px;
    border-radius: 0;
    color: white;

}

.about-us .container {
    max-height: 100%;
}

.second-about-para {
    font-family: "Glacial-Indifference";
    font-size: 26px;
    font-weight: 400;
    line-height: 31.17px;
    text-align: center;
    position: relative;
    width: 50%;
    margin: auto;
    margin-top: 10px !important;
}
.form-label{
    margin-top: 24px;
}

input:active {
    outline: none; /* Remove outline */
    box-shadow: none; /* Remove box-shadow if any */
}
.about-us .third-contact-heading {
    margin-top: -151px;
    font-family: "League-Spartan";
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
    text-align: center;
    color: white;
}

.second-about-para svg {
    position: absolute;
    top: -108%;
    left: 56%;

    transform: translate(-50%, 0);
    width: 100px;
    height: auto;
    z-index: -1;
}


@media (max-width: 1100px) {

    .second-about-para svg {
        width: 80px;
        top: -78%;
        left: 77%;

    }
}
@media (max-width: 992px) {
    .second-about-para {
        font-size: 20px;
        width: 90%;
    }

    .second-about-para svg {
        width: 80px;
        left: 94%;
        top: -93%;

    }
}

@media (max-width: 768px) {
    .second-about-para {
        font-size: 20px;
        width: 90%;
    }

    .second-about-para svg {
        width: 80px;
        left: 93%;
        top: -68px;

    }
}

@media (max-width: 508px) {
    .second-contact-para {
        font-size: 18px;
    }

    .second-about-para svg {
        width: 70px;
        left: 94%;
        top: -60px;
    }
}
@media (max-width: 430px) {
    .second-contact-para {
        font-size: 18px;
    }

    .second-about-para svg {
        width: 70px;
        left: 89%;

        top: -59px;
    }
}
@media (max-width: 370px) {
    .second-contact-para {
        font-size: 18px;
    }

    .second-about-para svg {
        width: 70px;
        left: 77%;
        top: -59px;
    }
}

.contact-section {
    /* background-image: linear-gradient(0deg, #0069b9 0%, #2e8ed8 69%); */
    background: linear-gradient(180deg, rgba(46, 142, 216, 0.50) -8.57%, #BD28FF 190.8%), #FFF;
    border-radius: 100px;
}

/* .svg-container {
    mix-blend-mode: color-burn;

} */

@media (max-width: 992px) {
    .svg-container {
        position: relative;
        top: -40px;

    }
}

@media (max-width: 768px) {
    .svg-container {
        position: relative;
        top: -80px;

    }
}
