.contact .row .col-md-5 h1{
    font-size: 56px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 0em;
    color: #7E46F3;
}

.contact .row .col-md-5 p{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.04em;
}

.contact .row .col-md-5 button{
    background-color: #7E46F3;
    border: 0;
    padding: 16px 36px;
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    letter-spacing: 0em;
    color: white;
    margin-bottom: 13px;
}
@media(max-width:768px){
    .contact3 .row .col-md-6 .box .ct33{
        font-size: 24px;
    }

    .contact .row .col-md-5 h1{
        font-size: 50px;
    }
}



.contact .row .col-md-5 button:hover{
    background-color: white;
    border: 3px solid #7E46F3;
    padding: 16px 36px;
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    letter-spacing: 0em;
    color: #7E46F3;
    transition: 300ms ease-in;
}

.grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}
.item {
    text-align: center;
}
.item img {
    max-width: 100%;
    height: auto;
}

.imgroup{
    margin: 60px 0;
}

.contact3 .row .col-md-6 .box h1{
        font-size: 48px;
        font-weight: 700;
        line-height: 58px;
        letter-spacing: 0em;
        color: #7E46F3;
}

.contact3 .row .col-md-6 .box .ct31{
font-size: 20px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0em;
margin-bottom: 60px;
}

.contact3 .row .col-md-6 .ct32{
font-size: 16px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: #626262;
}

.contact3 .row .col-md-6 .ct33{
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 89px;
}

.contact3 .row .col-md-6 .ct4{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    color: #626262;
}

.contact3 .row .col-md-6 .ct41{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
}

 .contact3 .row .col-md-6 form input[type="number"]
{
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #7E46F3;

}
.contact3 .row .col-md-6 form input[type="number"]::placeholder{
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
.contact3 .row .col-md-6 form input[type="number"]:focus{
    width: 100%;
    border: 0;
    border-bottom: 1px solid black !important;
    outline: none;
    font-size: 16px;   
    color: #7E46F3;
} 

.contact3 .row .col-md-6 form input{
   width: 100%;
   border: 0;
   border-bottom: 1px solid black !important;
   margin-bottom: 20px;
}

.contact3 .row .col-md-6 form input::placeholder{   
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.contact3 .row .col-md-6 form input:focus{
    width: 100%;
    border: 0;
    border-bottom: 1px solid black !important;
    outline: none;
    font-size: 16px;

}

.contact3 .row .col-md-6 form textarea{
    width: 100%;
    border: 0;
    border-bottom: 1px solid black !important;
    margin: 20px 0;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #7E46F3;
}

.contact3 .row .col-md-6 form textarea:focus{
    width: 100%;
    border: 0;
    border-bottom: 1px solid black !important; 
    color: #7E46F3;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    outline: none;
}

.contact3 .row .col-md-6 form textarea:focus-visible{
    width: 100%;
    border: 0;
    border-bottom: 1px solid black !important; 
    color: #7E46F3;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    outline: none;
}

.contact3 .row .col-md-6 form button{   
    background-color: #7E46F3;
    padding: 16px 36px;
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    letter-spacing: 0em;
    color: white;
    border: 0;
}

.contact3 .row .col-md-6 form button:hover{   
    background-color: white;
    padding: 16px 36px;
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    color: #7E46F3;
    border: 3px solid #7E46F3;
    transition: 300ms ease-in;
}

