.contact-details {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    gap: 24px;

}

.contact-left {
    flex: 0.5;
    display: flex;
    flex-direction: column;
}

.contact-top {
    flex: 1;
    /* border: 1px solid rgb(254, 0, 0); */
    padding: 5px;

}

.details {
    display: flex;
    gap: 10px;
}

.contact-mail {
    margin-bottom: 25px;
}

.contact-title {
    font-size: 1.3em;
    font-weight: 800;
    margin-bottom: 1rem;
}

.contact-down {
    flex: 1;
    /* border: 1px solid black; */
}
.text{
    color: rgb(156, 156, 156);
}
.text :first-child {
    font-weight: 700;
}

.text :nth-child(2) {
    font-weight: 500;
}

.social-icons .row-1,
.row-2,.row-3 {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    /* padding-right: 40px; */
}

.row-3 {
    margin-bottom: -20px;
}

/* FORM LINK */

.contact-right {
    flex: 1;
    height: 600px;
    background-color: #fff;
    border-radius: 29px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}

.contact-det {
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: "Integral CF Regular";
    font-size: 2.5em;
    position: relative;
    text-align: center;
    width: 100%;
}



.contact-det span {
    font-family: "Integral CF Regular";
    color: #FF8E25;

}

.form {
    padding-left: 20px;
    padding-right: 20px;
}


.form form input {
    border: none;
    outline: none;
    background: #F6F6F6;
    border-radius: 10px;
    padding: 20px;
    font-weight: 500;
    font-size: 1.1em;

}

form input::placeholder {
    font-weight: 500;
    color: #CECECE;
}

.name,
.subject,
.email {
    width: 100%;
    margin-bottom: 10px;
}

.message {
    width: 100%;
    margin-bottom: 10px;
    height: 120px;
}

.sendbtn {
    width: 100%;
    height: 60px;
    border: none;
    background-color: #323232;
    color: white;
    border-radius: 10px;
    margin-top: 40px;
    font-size: 1.2em;
    font-weight: 500;
}

footer{
    margin-top: 120px;

}

@media (max-width: 1062px) {
    .contact-det {
        font-size: 2.2em;
    }
}

@media (max-width: 997px) {
    .contact-det {
        font-size: 2em;
    }
}

@media (max-width: 888px) {
    .contact-det {
        font-size: 1.8em;
    }
}

@media (max-width: 851px) {
    .contact-det {
        font-size: 1.7em;
    }
}

@media (max-width: 828px) {
    .contact-details {
        display: block;
    }

    .contact-left {
        gap: 30px;
        flex-direction: row;
        margin-bottom: 55px;
    }

    .contact-mail {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .contact-det {
        font-size: 2.5em;
    }

}

@media (max-width: 662px){
    .contact-left{
        flex-direction: column ;
    }
    .contact-title{
        text-align: center;
        font-size: 2em;
    }    
    .contact-det {
        font-size: 1.6em;
    }
}