#contact .hero-part .banner-img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#contact .hero-part .banner-img img {
    width: 100%;
}

#contact .hero-part .banner-img p {
    font-family: "Tasman", sans-serif;
    font-weight: 500;
    color: white;
    z-index: 1;
    font-size: 84px;
}

@media screen and (max-width: 1440px) {
    #contact .hero-part .banner-img p {
        top: 47% !important;
        font-size: 64px !important;
    }
}

@media screen and (max-width: 992px) {
    #contact .hero-part .banner-img p {
        font-size: 44px !important;
    }
}

@media screen and (max-width: 768px) {
    #contact .hero-part .banner-img p {
        font-size: 24px !important;
        top: 45% !important;
    }
}

@media screen and (max-width: 425px) {
    #contact .hero-part .banner-img p {
        font-size: 22px !important;
    }
}

#contact .title {
    font-family: "Tasman", sans-serif;
    font-weight: 500;
    display: flex;
    gap: 10px;
}

#contact .title span {
    font-family: "Tasman", sans-serif;
    font-weight: 500;
    font-size: 84px;
    font-style: normal;
    font-weight: 400;
    line-height: 107px;
    letter-spacing: -5.04px;
}

@media (width< 1024px) {
    #contact .title span {
        font-size: 44px;
        letter-spacing: -3.04px;
    }
}

@media (max-width: 400px) {
    #contact .title span {
        font-size: 34px;
        letter-spacing: -2.04px;
    }
}

#contact .title span:first-child {
    color: #ed1c24;
}

#contact .title span:last-child {
    background: linear-gradient(180deg, #141414 0%, #747484 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*  inputs */
#contact input, #contact button[type="button"] {
    width: 100%;
    outline: none;
    border: 1px solid black;
    height: 58px;
    border-radius: 54px;
    padding: 0 45px 0 15px;
    font-family: "Tasman", sans-serif;
    color: black;
}

#contact input::placeholder,
#contact textarea::placeholder,
#contact .text-drop {
    color: #141414;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 212.5% */
    font-family: "Tasman", sans-serif;
}
#contact .input-area svg:not(.dropdown-icon) {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#contact textarea {
    resize: none;
    outline: none;
    border: 1px solid black;
    width: 100%;
    border-radius: 28px;
    padding: 15px;
}
#contact .right-side div {
    font-family: "Tasman", sans-serif;
    color: #eff0f2;
}
#contact .right-side div:nth-child(even) {
    font-family: "Tasman", sans-serif;
    font-size: 24px;
    line-height: 28px; /* 116.667% */
    margin-bottom: 30px;
    margin-top: 10px;
    color: white;
}
#contact button {
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    letter-spacing: -0.64px;
    box-shadow: 0px 20px 20px -15px rgba(0, 180, 216, 0.35);
    background: #ed1c24;
    letter-spacing: -0.64px;
    font-weight: 300;
}
