

header{
    background: var(--primary-color);
    z-index: 4;
}

body{
    background: #F6F6F6;
}





.contact-us-sec{
    padding-bottom: 350px;
}


.contact-image{
    width: 100%;
    height: 800px;
    position: relative;
}

.contact-image::before{
    position: absolute;
    content: '';
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 63px;
    top: 63px;
}

.contact-image::after{
    position: absolute;
    content: '';
    background-image: url(../images/contact/chair.png);
    background-repeat: no-repeat;
    z-index: 2;
    left: -12%;
    bottom: -32%;
    width: 500px;
    height: 500px;
    background-size: contain;
}


.contact-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
}

.row-contact-us{
    align-items: center;
}

.contact-title span{
    font-size: 60px;
    font-weight: 600;
    font-family: 'kalame_bold';
    margin-bottom: 31px;
    display: block;
}


.col-contact-form form{
    background: #fff;
    padding: 60px 55px;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.each-input{
    width: 100%;
    margin-bottom: 50px;
    display: flex;
}

.each-input button{
    /*background: var(--secondary-color);*/
    background: unset;
    border: 1px solid #000;
    padding: 5px 20px;
    align-self: flex-end;
}


.each-input input, .each-input textarea{
    width: 100%;
    border: unset;
    border-bottom: 2px solid rgba(68, 68, 68, 0.16);
}

.contact-title{
    align-self: flex-start;
    margin-bottom: 65px;
}

.contact-title h6{
    font-size: 20px;
    padding-top: 20px;
}


.contact-down{
    position: relative;
}


.contact-down::before{
    position: absolute;
    content: '';
    background-image: url("../images/contact/extra.png");
    background-repeat: no-repeat;
    width: 440px;
    height: 800px;
    background-size: contain;
    bottom: 0;
    right: 0;
}

.contact-down .container{
    position: relative;
    padding-bottom: 300px;
}

.all-contact-items{
    height: 100%;
    display: flex;
    align-items: center;
}


.all-contact-ways{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.each-way{
    display: flex;
    align-items: center;
    font-weight: 600;
    color: var(--text-color);
    font-size: 18px;
    gap: 10px;
}

.each-way a {
    direction: ltr;
    font-size: 18px;
    font-weight: 600;
    float: inline-end;
    width: 70%;
}

.each-way svg{
    width: 35px;
    height: 35px;
}

.social-contact a svg{
    width: 32px;
    height: 32px;
}

.each-way div{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 70%;
    gap: 10px;
}

.contact-way a {
    display: flex;
    align-items: center;
    gap: 3px;
}

.each-way span {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 4px;
}









/*responsive*/
/*responsive*/
/*responsive*/
/*responsive*/
/*responsive*/


@media screen and (max-width: 1399px){

    .contact-image {
        height: 695px;
    }

    .contact-image::after {
        width: 439px;
        height: 439px;
    }

    .contact-title span {
        font-size: 50px;
    }

}


@media screen and (max-width: 1199px){

    .contact-image {
        height: 600px;
    }

    .contact-image::after {
        width: 400px;
        height: 400px;
    }

    .contact-us-sec {
        padding-bottom: 255px;
    }


}


@media screen and (max-width: 991px){

    .contact-us-sec {
        padding-top: 70px;
    }

    .row-contact-us {
        align-items: center;
        padding-top: 150px;
    }
    .contact-title span {
        font-size: 40px;
    }

    .contact-image {
        height: 428px;
    }

    .contact-image::after {
        width: 345px;
        height: 345px;
    }

    .contact-us-sec {
        padding-bottom: 200px;
    }

    .col-contact-form form {
        width: 100%;
    }

    .each-input {
        margin-bottom: 34px;
    }

    .col-contact-items{
        order: -1;
    }

    .contact-down-row{
        gap: 30px;
    }

    .all-contact-items {
        background: #fff;
        padding: 47px 30px;
    }

    .contact-image::before {
        left: 35px;
        top: 35px;
    }

    .contact-down::before {
        width: 373px;
        height: 679px;
    }

    .contact-image::after {
        left: 3%;
        bottom: -32%;
    }

}


@media screen and (max-width: 767px){

    .contact-image {
        height: 390px;
    }

    .contact-image::after {
        width: 294px;
        height: 293px;
    }

    .each-way a {
        font-size: 16px;
    }

    .each-way {
        font-size: 16px;
    }

    .social-contact a svg {
        width: 25px;
        height: 25px;
    }

    .each-way svg {
        width: 37px;
        height: 21px;
    }

    .contact-title span {
        font-size: 31px;
        margin-bottom: 14px;
    }

    .contact-title h6 {
        font-size: 17px;
    }




}


@media screen and (max-width: 575px){

    .contact-down::before {
        width: 200px;
        height: 364px;
    }

    .contact-us-sec {
        padding-bottom: 166px;
    }

    .contact-image {
        height: 352px;
    }

    .contact-image::after {
        width: 243px;
        height: 244px;
    }

    .col-contact-form form {
        padding: 40px 34px;
    }

    .contact-down .container {
        padding-bottom: 95px;
    }

    .contact-title {
        margin-bottom: 35px;
    }

}


@media screen and (max-width: 425px){


    .contact-title span {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .contact-image {
        height: 309px;
    }

    .contact-image::after {
        width: 209px;
        height: 197px;
    }

    .contact-us-sec {
        padding-bottom: 79px;
    }

    .row-contact-us {
        padding-top: 116px;
    }

    .contact-down::before {
        width: 212px;
        height: 384px;
    }

    .each-way div {
        flex-direction: column;
    }

    .each-way {
        align-items: flex-start;
        gap: 20px;
    }



}


@media screen and (max-width: 375px){
    .all-contact-ways {
        gap: 15px;
    }

    .all-contact-items {
        background: #fff;
        padding: 37px 14px;
    }

    .each-way a {
        font-size: 14px;
    }

    .each-way {
        font-size: 14px;
    }

}











/*responsive*/
/*responsive*/
/*responsive*/
/*responsive*/
