﻿@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


/* Contact-us begin from here */

.first_box {
    padding-top: 48px;
    padding-right: 53px;
}

.contact_title {
    color: rgba(94, 94, 94, 1);
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    line-height: 54px;
}

.input_box {
    width: 100% !important;
}


/* Small devices (≥576px) */

.contact-main-img{
    width:100%
}

@media (max-width: 576px) { 
    .first_box {
      
        padding-right: 0px !important;
    }   

 }

@media (min-width: 576px) { 
    .contact-main-img{
        width:100%
    }
 }

/* Medium devices (≥768px) */
@media (min-width: 768px) {
    .contact-main-img{
        width:100%
    }
 }

/* Large devices (≥992px) */
@media (min-width: 992px) { 
    .contact-main-img{
        width:300px
    }
 }

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
    .contact-main-img{
        width:300px
    }
 }

/* Extra extra large devices (≥1400px) */
@media (min-width: 1400px) {
    .contact-main-img{
        width:300px
    }
}
.contact-para {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(94, 94, 94, 1);
}

.contact_block {
    justify-content: space-between;
}

.contact_box h3 {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    text-align: left;
}

.contact_box a {
    font-family: Poppins;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
    line-height: 21px;
    text-align: left;
    color: rgba(94, 94, 94, 1);
}

#contact_box2 {
    max-width: 180px;    
}
#contact_box2 p{
    max-width: 180px;  
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: rgba(94, 94, 94, 1);  
}

.contact_main_form {
    border-radius: 30px;
    background: linear-gradient(93.62deg, #9094FD 0.1%, #493CDE 100.1%);
    display: grid;
    place-items: center;
    padding-top: 64px;
    padding-bottom: 64px;
}

.form-container {
    width: calc(100% - 30px);
    max-width: 395px;
    gap: 0px;
    opacity: 0px;
}

.form-container h3 {
    font-family: Poppins;
    font-size: 44px;
    font-weight: 500;
    line-height: 40px;
    max-width: 395px;
    margin-bottom: 18px;
}

.form-container p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: rgba(94, 94, 94, 1);
}

.name,
input[type="email"],
input[type="number"],
textarea {
    background-color: transparent !important;
    outline: none !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.input_box input::placeholder,.input_box input,.contact_form textarea::placeholder{
    color: white !important;
}

.contact_form textarea{
    color: white;
}


.name::placeholder {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.btn_send {
    border-radius: 30px;
    width: fit-content;
    padding-inline: 10px;
    height: 48px;
    background: rgba(28, 36, 49, 1);
    gap: 32px;
    color: white;
    border: 0px;
    outline: none;
    box-shadow: 40px 28px 80px 0px rgba(0, 0, 0, 0.08);
}



@media screen and (max-width: 575.98px) {     
    .first_box {
        padding-top: 0px;
    }

    .contact_title {    
        font-size: 37px;      
    }

    .contact_block {
        margin-bottom: 74px;
    }   

    .contact_box {
        margin-bottom: 30px;
    }

    .contact_box h3 {
        width: 180px !important;
    }

    .contact_box p {
        margin-bottom: 0px;
    }

    .contact_main_form {
        padding-left: 26px;
        padding-right: 26px;
        display: grid;
        place-items: center;
    }

    .form-container {
        width: 100%
    }

     .form-container h3 {
        font-size: calc(.5rem + .5em + 15px);

    }
}


@media screen and (min-width: 576px) and (max-width: 767.98px) {

    #contact_box3 {
        word-break: break-all;
    }

    .contact_block {
        margin-bottom: 74px;
    }

    .contact_main_form {
        display: grid;
        place-items: center;
    }

    .contact_box h3 {
        width: 180px !important;
    }

    .form-container {
        max-width: 395px;
        gap: 0px;
        opacity: 0px;
    }

    .form-container h3 {
        font-size: 38px !important;
    }

    .contact_main_form {
        padding-left: 56px;
        padding-right: 56px;
    }

}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .first_box {
        margin-bottom: 56px;
    }

    .contact_block {
        margin-bottom: 74px;
    }

    .contact_box h3 {
        width: 180px !important;
    }

    .contact_main_form {
        border-radius: 30px;
        background: rgba(247, 208, 105, 1);
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 64px;
        padding-bottom: 64px;
    }


    .form-container {
        max-width: 395px;
        gap: 0px;
        opacity: 0px;
        margin: auto;
    }

    .form-container h3 {
        font-size: calc(1.3rem + 2.6vw);
    }

}



@media screen and ((min-width: 992px) and (max-width: 1199.98px)) {
    .first_box {
        padding-top: 48px;
        padding-right: 4%;
    }

    #contact_box3 {
        word-break: break-all;
    }

    .contact_block {
        flex-wrap: nowrap !important;
        padding-right: 2px;
    }

    .contact_box h3 {
        width: fit-content;
    }

    .form-container h3 {
        font-family: Poppins;
        font-size: calc(.5rem + 1em + 10px);
        font-weight: 500;
        line-height: 24px;
        width: fit-content;
        height: 24px;
        margin-bottom: 28px;
    }
}


/* Contact-us ends here */