body {
    overflow-x: hidden;
}

@font-face {
    font-family: "League-Spartan";
    src: url(../fonts/league-spartan.bold.ttf);
}

@font-face {
    font-family: "Glacial-Indifference";
    src: url(../fonts/GlacialIndifference-Regular.ttf);
}

@font-face {
    font-family: "Kelsi-fill";
    src: url(../fonts/Kelsi-fill.ttf);
}

.main-content {
    position: absolute;
    height: 50%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 20;
    /* Make sure it appears above the image */
}
@media (min-width: 768px) and (max-width: 991px) {
  .conta  .main-content {

        top: 97%;
    }
}
@media(max-width:550px){
    .main-content
    {
        top: 67%;

        margin-top: 0px !important;

    }

}

.contact-heading {
    font-family: "Kelsi-fill";
    font-size: 88.01px;
    font-weight: 400;
    line-height: 97.34px;
    letter-spacing: 0.07em;
    color: rgba(87, 44, 126, 1);
    margin-bottom: 20px;
    transition: color 0.3s ease-in-out;
}

.contact-para {
    font-family: "Glacial-Indifference";
    font-size: 26px;
    font-weight: 400;
    line-height: 31.17px;
    color: white !important;
    margin-bottom: 40px;
    width: 100%;
    max-width: 800px;
    margin-top: 10px !important;
    transition: color 0.3s ease-in-out;
}

.community-btn {
    margin-top: 0px !important;
    font-family: 'GlacialIndifference-Regular';
    border-radius: 10px;
    color: white;
    width: 161px;
    font-size: 18px;
    padding: 10px;
    font-weight: 700;
    background-image: linear-gradient(0deg, #0069b9 0%, #2e8ed8 69%);
    transition: transform 0.3s ease-in-out;
}
.community-btn:hover{

    color:rgba(87, 44, 126, 1) ;
}

@media (max-width: 768px) {
    .contact-heading {
        font-size: 60px;
    }

    .contact-para {
        font-size: 20px;
        width: 100%;
    }

    .community-btn {
        width: 140px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .contact-heading {
        font-size: 48px;
    }

    .contact-para {
        font-size: 18px;
    }

    .community-btn {
        width: 120px;
        font-size: 14px;
    }
}

.image {
    position: relative;
}

.main-image {
    width: 100%;
    height: 130vh;
    position: relative;
    z-index: -1;
    filter: drop-shadow(19px 9px 23px #929497)
}
@media (min-width: 768px) and (max-width: 991px) {
    .main-image {
        height: 221vh;


    }

}

.contact-us .navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.second-contact-heading {
    font-family: "League-Spartan";
    font-size: 70px;
    font-weight: 800;
    line-height: 64.4px;
    margin-top: 70px;
    text-align: center;
    color: rgba(87, 44, 126, 1);
}
@media(max-width:445px){
    .second-contact-heading {
        font-family: "League-Spartan";
        font-size: 54px;
        font-weight: 800;
        padding: 0px 10px;
        line-height: 64.4px;
        margin-top: 70px;
        text-align: center;
        color: rgba(87, 44, 126, 1);
    }



}
.second-contact-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;
}

.second-contact-para svg {
    position: absolute;
    top: -35%;
    left: 99%;
    transform: translate(-50%, 0);
    width: 100px;
    height: auto;
    z-index: -1;
}



@media (max-width: 1200px) {

    .second-contact-para svg {
        top: -33%;
        left: 108%;

    }
}

@media (max-width: 990px) {

    .second-contact-para svg {
        top: -25%;
        left: 128%;

    }
}

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

    .second-contact-para svg {
        width: 80px;
        top: -63px;
        left: 56%;

    }
}


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

    .second-contact-para svg {

        left: 78%;
        top: -64px;


    }
}
@media (max-width: 440px) and (min-width: 409px) {
    .second-contact-para svg {

        left: 54%;
        top: -64px;


    }
}



.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;

    }
}

.third-contact-heading {
    margin-top: -108px;
    font-family: "League-Spartan";
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
    text-align: center;
    color: white;
}

.form-image {
    width: 500px;
    height: 411px;
    border-radius: 29px;

}

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

.form-control {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid white;
    padding: 10px;
    width: 100%;
    border-radius: 0;
    color: white;
    margin-top: 0px;
    /* height: 23px !important; */
}

.form-control:focus {
    outline: none;
    /* border: none; */
    box-shadow: none;
}

/* Base Styles */
.main-content {
    padding: 20px;
    /* Add padding to ensure content is not too close to edges */
}

.heading-container,
.para-container {
    text-align: center;
}


/* Base Styles */
.main-content {
    padding: 20px;
    /* Add padding to ensure content is not too close to edges */
}

.heading-container,
.para-container {
    text-align: center;
}

/* Styles for screens 1200px to 992px */
@media (max-width: 1199.98px) and (min-width: 992px) {
    .form-image {
        width: 100%;
        /* Make image responsive */
        height: auto;
        /* Maintain aspect ratio */
    }

    .contact-heading {
        font-size: 60px;
        /* Adjust font size for medium screens */
        line-height: 70px;
        /* Adjust line height */
    }

    .contact-para {
        font-size: 18px;
        /* Adjust font size for medium screens */
    }

    .community-btn {
        font-size: 16px;
        /* Adjust button text size for medium screens */
    }
}

@media (max-width: 767.98px) {
    .form-image {
        width: 100%;
        /* Make image responsive on small screens */
        height: auto;
        /* Maintain aspect ratio */
    }

    .contact-heading {
        font-size: 70px;
        /* Adjust font size for smaller screens */
        line-height: 90px;
        /* Adjust line height */
    }

    .contact-para {
        font-size: 20px;
        /* Adjust font size for smaller screens */
    }

    .community-btn {
        font-size: 16px;
        /* Adjust button text size for smaller screens */
    }
}

@media (min-width: 768px) {
    .form-image {
        width: 500px;
        /* Original size for larger screens */
        height: 411px;
    }

    .contact-heading {
        font-size: 80px;
        /* Original size for larger screens */
        line-height: 90px;
    }

    .contact-para {
        font-size: 20px;
        /* Original size for larger screens */
    }

    .community-btn {
        font-size: 18px;
        /* Original button text size */
    }
}
@media (max-width: 450.98px) {
    .community-btn {
        padding: 14px 2px;
        font-size: 13px;

        /* Original button text size */
    }
}
@media (max-width: 380.98px) {

    .contact-heading {
        font-size: 58px;
        margin-top: 159px !important;


    }
    .main-image {
        width: 100%;
        height: 153vh;
        position: relative;
        z-index: -1;
        filter: drop-shadow(19px 9px 23px #929497);
}

}

/* Additional Styling for Form */
.form-control {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid white;
    padding: 10px;
    width: 100%;
    border-radius: 0;
    color: white;
}

.contact-info {
    font-family: "Glacial-Indifference";
    font-size: 20px;
    font-weight: 400;
    line-height: 23.98px;
    text-align: left;

}

.icon-container-contact {
    background-color: white;
    height: 148.27px;
    width: 148.27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 5px;
}

.icon-contact {
    font-size: 78.35px;
    color: #4F2170;
}

.icon-svg path {
    transform: translateY(-4px) !important;
}

.icon-svg svg {
    overflow: visible !important;
}

.img-of-c {
    position: relative;
    top: -7px;
    margin-right: 11px;

}
