

.contact .container{
    margin: 5% 10% 7% 10%;
}

.contact-row{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.contact-left{
    flex-basis: 37%;
}

.contact-right{
    flex-basis: 57%;
}

.contact-left h1{
    font-size: 42px;
    line-height: 56px;
    color: #4D4D4D;
    padding-left: 180px;
    margin-bottom: 20px;
}

.contact-left p{
    font-size: 20px;
    line-height: 27px;
    color: #4D4D4D;
    font-weight: 500;
    padding-left: 180px;
    margin-bottom: 35px;
}

.contact-form{
    width: 100%;
}


.first-name{
    flex: 50%;
}

.last-name{
    flex: 50%;
}

.contact-name-label h4{
    flex-basis: 50%;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
}

.contact-form span{
    color: red;
}

.contact-name{
    display: flex;
    gap: 30px;
}

.contact-name input{
    flex-basis: 50%;
}

.contact-form .contact-name input{
    width: 100%;
    outline: none;
    border: 1px solid #DBDADA;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 3px 0px;
    padding: 20px;
    margin: 15px 0 30px 0;
    color: #4D4D4D;
    font-size: 18px;
    border-radius: 10px;
}

input::placeholder{
    color: #DFE0E3;
}

.contact-website input{
    width: 100%;
    outline: none;
    border: 1px solid #DBDADA;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 3px 0px;
    padding: 20px;
    margin: 15px 0 30px 0;
    color: #4D4D4D;
    font-size: 18px;
    border-radius: 10px;
}

.contact-message input{
    width: 100%;
    outline: none;
    border: 1px solid #DBDADA;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 3px 0px;
    padding: 20px 20px 60px 20px;
    margin: 15px 0 30px 0;
    color: #4D4D4D;
    font-size: 18px;
    border-radius: 10px;
}


.contact-btn{
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    padding: 20px 25px;
    background: #005BD8;
    text-decoration: none;
    color: white;
    border-radius: 6px;
    border: 0;
    cursor: pointer;
}


@media (min-width: 481px) and (max-width: 1200px){


    
    .contact .container {
        margin: 40px 80px 80px 80px;
    }

    .contact-left {
        position: relative;
    }

    .contact-left h1 {
        font-size: 22px;
        line-height: 27px;
        color: #4D4D4D;
        padding-left: 0px;
        margin-bottom: 10px;
    }

    .contact-left p {
        font-size: 16px;
        line-height: 24px;
        color: #4D4D4D;
        font-weight: 500;
        padding-left: 0px;
        margin-bottom: 40px;
    }


    .contact-row {
        display: flex;
        justify-content: space-between;
        gap: 0px;
        flex-direction: column;
    }

   .contact-left img {
    width: 265px;
    height: 180px;
    position: absolute;
    top: 0px;
    right: -15px;
    }


    .contact-name {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }


    .contact-form .contact-name input {
        padding: 12px;
        margin: 15px 0 20px 0;
        font-size: 12px;
        border-radius: 5px;
    }


    .contact-name h4{
        font-size: 14px;
        line-height: 18px;
    }


    .contact-website input {
        padding: 12px;
        margin: 15px 0 20px 0;
        font-size: 12px;
        border-radius: 5px;
    }


    .contact-label h4{
        font-size: 14px;
        line-height: 18px;
    }

    .contact-message input {
        padding: 12px 20px 60px 20px;
        margin: 15px 0 20px 0;
        font-size: 12px;
        border-radius: 5px;
    }

    .contact-btn {

        line-height: 19px;
        padding: 13px 25px;
        border-radius: 5px;
    }

}


@media (max-width: 480px){

    .contact .container {
        margin: 40px 20px 80px 20px;
    }

    .contact-left {
        position: relative;
    }

    .contact-left h1 {
        font-size: 22px;
        line-height: 27px;
        color: #4D4D4D;
        padding-left: 0px;
        margin-bottom: 10px;
    }

    .contact-left p {
        font-size: 16px;
        line-height: 24px;
        color: #4D4D4D;
        font-weight: 500;
        padding-left: 0px;
        margin-bottom: 40px;
    }


    .contact-row {
        display: flex;
        justify-content: space-between;
        gap: 0px;
        flex-direction: column;
    }

   .contact-left img {
    width: 265px;
    height: 180px;
    position: absolute;
    top: 0px;
    right: -15px;
    }


    .contact-name {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }


    .contact-form .contact-name input {
        padding: 12px;
        margin: 15px 0 20px 0;
        font-size: 12px;
        border-radius: 5px;
    }


    .contact-name h4{
        font-size: 14px;
        line-height: 18px;
    }


    .contact-website input {
        padding: 12px;
        margin: 15px 0 20px 0;
        font-size: 12px;
        border-radius: 5px;
    }


    .contact-label h4{
        font-size: 14px;
        line-height: 18px;
    }

    .contact-message input {
        padding: 12px 20px 60px 20px;
        margin: 15px 0 20px 0;
        font-size: 12px;
        border-radius: 5px;
    }

    .contact-btn {

        line-height: 19px;
        padding: 13px 25px;
        border-radius: 5px;
    }
}