*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
}
header{
    width: 100%;
    background-image: url(images/contact\ image.png);
    background-size: cover;
    background-position: center;
}
.headermain{
    padding: 50px 30px 0 20px;
    height: 235px;
    flex-direction: row;
    align-items: center;    
    justify-content: start;
    gap: 30px;
}
.text{
    margin-bottom: 0;
    font-size: 75px;
    font-weight: 500;
}
.get{
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;    
}
.s1{
    color: #98002E;
    margin-top: 60px;
    font-family: "Poppins";
    font-size: 43px;
    font-weight: 300;
    line-height: 57px;
    text-align: center;    
}
.s1 span{
    font-weight: 600;
}
.s2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0 80px 0;
    gap: 100px;
}
.s2 h1{
    color: #98002E;
    font-family: "Poppins";
    font-size: 26px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: center;    
}
.s2form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
form label{
    color: #231F20;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;   
    margin-bottom: 32px; 
}
form input{
    margin-top: 5px;
    width: 474px;
    height: 36px;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    color: #6C757D;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;    
}
.s2text{
    color: #6C757D;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    letter-spacing: 0px;
    text-align: left;    
}
.s2form button{
    width: 65px;
    height: 36px;
    border-radius: 50px;
    border: none;
    background-color: #98002E;
    color: white;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;    
    cursor: pointer;
}
.section16{
    flex-direction: column;
    gap: 60px;
    padding-top: 25px;
}
.inpt{
    width: 400px;
    height: 100px;
    background-color: white;
    padding: 15px;
    border-radius: 10px;
}
.s2form textarea{
    width: 255px !important;
}
.inpt input{
    border: none;
    height: 29px;
    color: #6C757D;
    font-family: "Poppins";
    font-size: 19px;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 80px;  
}
.section15 img{
    width: auto !important;
    height: auto !important;
}
.flex img{
    width: 500px;
    height: 95.28px;    
}
@media screen and (max-width:1060px) {
    .section15{
        width: 380px;
    }
    .bottom{
        flex-direction: column;
        gap: 0px;
        margin-top: 40px;
    }
    .s2{
        margin: 50px 10px;
        gap: 50px;
    }
    .flex img{
        width: 400px;
        height: 80.28px;    
    }
}
@media screen and (max-width:920px) {
    form input, .s2form{
        width: 380px;
    }
    .flex img{
        width: 300px;
        height: auto;
    }
    .text{
        font-size: 50px;
    }
    .headermain{
        padding: 80px 10px 0 10px;
        gap: 10px;
    }
    nav{
        padding: 15px;
    }
    .s1, .s2 h1, .sec14bottom{
        line-height: normal;
        margin: 20px 0 0 0 ;
    }
    .section16{
        margin: 0 10px;
        gap: 30px;
    }
    .sec16email, .social{
        gap: 20px;
        justify-content: center;
    }
}
@media screen and (max-width:820px) {
    form input, .s2form{
        width: 300px;
    }
    .flex{
        gap: 40px;
    }
    .section15{
        width: 340px;
    }
}
@media screen and (max-width:720px) {
    .s2{
        flex-direction: column;
        gap: 20px;
    }
    form input, .s2form{
        width: 474px;
    }
    .flex{
        flex-direction: column;
    }
    .section15{
        width: 600px;
    }
}
@media screen and (max-width:620px) {
    .section15{
        width: 500px;
    }
}
@media screen and (max-width:540px) {
    .section15{
        width: 400px;
    }
}
@media screen and (max-width:520px) {
    form input, .s2form{
        width: 390px;
    }
    .s1{
        font-size: 35px;
    }
    .s2 h1{
        font-size: 20px;
    }
    .sec13text{
        font-size: 16px;
    }
    .inpt{
        width: 280px;
    }
}
@media screen and (max-width:460px) {
    .s2form, form input{
        width: 320px;
    }
    .headermain{
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 0;
        padding: 100px 10px 0 10px;
    }
    .text{
        font-size: 40px;
    }
    .section15{
        max-width: 350px !important;
    }
}
@media screen and (max-width:350px) {
    .s2form, form input{
        width: 280px;
    }
    .s2form div{
        gap: 18px!important;
    }
    .section15{
        max-width: 280px !important;
    }
    .flex img{
        width: 250px;
        height: auto;
    }
}