* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    scroll-behavior: smooth;
}

:root {
    --primary-color: rgb(255, 72, 0);
    --secondary-color: rgb(49, 49, 49);
}

header {
    background: var(--secondary-color);
    height: 15vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.logo {
    font-size: 1.7em;
    color: white;
    font-weight: 900;
}

.head {
    color: var(--primary-color);
}

nav ul {
    display: flex;
    gap: 40px;
    align-items: center;
}

nav ul li a {
    color: white;
    font-weight: 300;
    font-size: 0.8em;
}

.btn {
    background: var(--primary-color);
    width: 140px;
    height: 46px;
    border: none;
    border-radius: 30px;
    color: white;
    font-weight: 400;
    transition: .4s;
}

.btn:hover {
    background: white;
    color: var(--primary-color);
    font-weight: 700;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: white;
    transition: 0.3s;
}

.part-1{
    height: auto;
    padding: 0 0 10vh 0;
    margin-bottom: 100px;
}
.flex{
    height: 70vh;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.image{
    text-align: center;
    width: 55%;
}
.image img{
    height: 250px;
}
.form{
    width: 40%;   
}
.form h5{
    font-size: 1em;
    margin-bottom: 30px;
}
.input{
    height: 46px;
    width: 380px;
    background:rgb(55, 55, 55) ;
    margin-top: 5px;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    
}
input{
    height: 45px;
    width: 170px;
    background: transparent;
    border: none;
    outline: none;
}
.input2{
    height: 99px;
    width: 380px;
    background:rgb(55, 55, 55) ;
    padding: 0 0 0 20px;
}
textarea{
    height: 95px;
    width: 290px;
    background: transparent;
    border: none;
    outline: none;
}

.btn3{
    height: 43px;
    width: 120px;
    border: 2px solid rgb(55, 55, 55) ;
    border-radius: 10px;
    margin-top: 20px;
}
.btn3:hover{
    background: var(--primary-color);
    
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 400;
    transition: .4s;
}

.request{
    height: auto;
    padding: 0 0 20vh 0;
    width: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.request-form{
    height: auto;
    padding: 40px;
    width: 70%;
    display: flex;
    flex-direction: column;
    background: rgb(55, 55, 55);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.input3{
    height: 60px;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    width: 360px;
    /* flex-wrap: wrap; */
}

.input-3{
    height: 48px;
    width: 310px;
    background: white;
    border-radius: 5px;
    padding: 0 0 0 20px;
}
.color{
    color: white;
    font-size: 0.9em;
    font-weight: 700
}
select{
height: 44px;
width: 270px;
background: transparent;
border: none;
outline: none;
}
.input-4{
    height: 48px;
    width: 600px;
    background: white;
    border-radius: 5px;
}

.input-5{
    height: 99px;
    width: 600px;
    background: white;
    border-radius: 5px;
}
.btn2{
    margin-top: 50px;
    background: var(--primary-color);
    width: 140px;
    height: 46px;
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 400;
    transition: .4s;
}
.btn1{
    margin-top: 10px;
    background: var(--primary-color);
    width: 140px;
    height: 46px;
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 400;
    transition: .4s;
}

footer {
    height: auto;
    padding: 5vh 0 10vh 0;
    background: var(--secondary-color);
}

.footer {
    height: 40vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    background: var(--secondary-color);
}

.link1 p {
    color: white;
    width: 250px;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.link2 h6 {
    color: white;
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 15px;
}

.link2 ul li {
    margin-bottom: 10px;
}

.link2 ul li a {
    color: white;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
}

.link {
    display: flex;
    gap: 10px;

}

.link img {
    height: 20px;
}

.link3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.link3 h6 {
    font-size: 1.2em;
    font-weight: 600;
    color: white;
}

.link p {
    color: white;
    font-size: 0.9em;
}

@media screen and (max-width:980px) {
    .flex{
        margin-top: 200px;
        flex-direction: column;
        margin-bottom: 100px;
    }
    .image{
        width: 80%;
    }
    .form{
        width: 80%;
    }
    .input3{
        flex-direction: column;
        margin-top: 50px;
        margin-bottom: 100px;
    }
    .input-4{
        width: 280px;
    }
    .input-5{
        width: 310px;
    }
}
@media screen and (max-width:750px) {
    .logo {
        font-size: 1.5em;
    }

    nav ul {
        gap: 20px;
    }
    .footer {
        text-align: center;
        justify-content: center;
        gap: 20px;
        height: 80vh;
    } 
}
@media screen and (max-width:610px){
    .input3{
        height: 60px;
        display: flex;
        justify-content:start;
        /* gap: 60px; */
        margin-bottom: 80px;
        /* flex-wrap: wrap; */
    }
    .request-form{
        width: 80%;
        justify-content: flex-start;
        align-items: flex-start;
    }
    nav ul {
        position: absolute;
        top: 70px;
        right: 0;
        background: teal;
        width: 100%;
        height: 0;
        overflow: hidden;
        flex-direction: column;
        align-items: center;
        transition: height 0.3s ease-in-out;
    }

    nav ul.active {
        height: 260px;
    }

    .hamburger {
        display: flex;
    }
    .input-3{
        width: 70%;
    }
    .input-4{
        width: 70%;
    }
    .input-5{
        width: 70%;
    }
    select{
        width: 200px;
    }
}
@media screen and (max-width:450px) {
    .input{
        width: 330px;
    }
    .input2{
        width: 330px;
    }
    .input3{
        width: 320px;
    }
    .footer {
        height: 120vh;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}
@media screen and (max-width:400px){
    .input3{
        width: 290px;
    }
}