.sce-2{
    background-color: whitesmoke;
    display: flex;
}

.container{
    margin-left: 150px;
}
.d-1{
    margin-left: 150px;
    margin-top: 150px;
}
.d-1 h2{
    font-size: 40px;
    color: chartreuse;
}
.d-1 input{
    background-color: chartreuse;
}
.d-2 img{
    margin-top: 100px;
    height: 400px;
}
.d-3{
    text-align: center;
}
.sec-4{
    background-color: whitesmoke;

}
.d-5 {
    text-align: center;
}
.sec-5{
    display: flex;
    justify-content: space-around;

}
.d-6 {
    
    text-align: center;
}
.sec-6{
    display: flex;
}



/* ------------------hero4-start---------------------------- */
.hero4 {
    height: 60vh;
    display: flex;
    align-items: last baseline;
    background: rgb(220, 246, 255);
}

.hero4-boxes {
    height: 350px;
    width: 90vw;
    margin: 0 auto;
    display: grid;
    grid-template-rows: 200px;
    grid-template-columns: 430px 400px;
    justify-content: center;
    align-content: center;
    gap: 50px;
}

.hero4-boxes-box1 {
    margin-left: -40px;
    width: 450px;
    margin-top: 50px;
    background: none !important;
}

.hero4-boxes-box2 img {
    width: 40px;
}

.hero4-boxes-box2 h1 {
    font-size: 30px;
}

.hero4-boxes-box2 {
    height: 250px !important;
    width: 400px;
}
.hero4-boxes-box2-box1 {
    margin-left: 50px;
}

.hero4-boxes-box2 {
    background: none !important;
}

@media only screen and (max-width:576px) {
    .hero4 {
        height: 65vh;
        margin-top: 1100px;
        background: rgb(220, 246, 255);
    }

    .hero4-boxes {
        height: 70vh;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero4-boxes-box1 {
        width: 400px;
    }

    .hero4-boxes-box1>h1 {
        font-size: 30px;
    }

    .hero4-boxes-box2 {
        margin-top: -30px;
        width: 90%;
    }

    .hero4-boxes-box2-box12 {
        margin-left: 90px;
    }

    .hero4-boxes-box2-box1>h1 {
        font-size: 25px;
    }

    .hero4-boxes-box2 {
        padding-top: -20px;
        width: 380px;
    }

    .hero4-boxes-box2:hover {
        box-shadow: 10px 10px 20px green;
        transform: scale(1.1);
        transition: all 0.1s;
    }

}
/* ------------------hero4-end------------------------------ */
.hero6{
    height: 60vh;
    align-content: center;
    background: rgb(220, 246, 255);
}
.hero6-boxes{
    height: 50vh;
    width: 90vw;
    display: flex;
    margin: 0 auto;
    gap: 50px;
    align-items: center;
    justify-content: center;
}
.hero6-boxes-box1{
    height: 300px;
    width: 300px;
    background-image: url(./accets/image\ 9.png);
    background-position: center;
}
.hero6-boxes-box2{
    height: 300px;
    width: 800px;
}
p.tim{
    font-size: 30px;
}
p.racing{
    margin-top: -20px;
}
.hero6-boxes-box2-in-box1{
    height: 70px;
    text-align: start;
}
.hero6-boxes-box2-in-box1>img{
    margin-right: 50px;
}
.hero6-boxes-box2-in-box1>span{
    font-size: 20px;
    margin-left: -10px;
}
@media only screen and (max-width:576px){
    .hero6{
        height: 120vh;
    }
    .hero6-boxes{
        height: 110vh;
        display: flex;
        flex-direction: column;
    }
    .hero6-boxes-box2{
        width: 500px;
        height: 600px;
    }
    .hero6-boxes-box2-in-box1{
        width: 450px;
        text-align: center;
        height: 14vh;
        margin-top: 90px;
    }

}
/* ------------------hero6-end-------------------------------- */



/* ------------------hero8-start---------------------------------- */
.hero8{
    height: 100vh;
}
.hero9-heading1{
    width: 500px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
}
.hero9-heading1>button{
    margin-top: 50px;
}
footer{
    height: 400px;
    background-color: #263238;
    margin-top: 20px;
    align-content: center;
    color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.footer-boxes{
    height: 390px;
    align-items: center;
    display: flex;
}
.footer-boxes-box1{
    height: 300px;
    width: 400px;
    /* background-color: pink; */
    align-content: center;
    padding-left: 160px;
}
p.copy{
    margin-top: 20px;
}
p.reserved{
    margin-top: -20px;
}
.morethan-footer{
    display: flex;
    gap: 100px;
    margin-left: 150px;
}
.morethan-footer h1{
    font-size: 25px;
}
.theme-input{
    background: grey;
}
@media only screen and (max-width:576px){
    .hero9-heading1{
        width: 450px;
    }
    footer{
        height: 100vh;
        align-items: center;
        justify-content: center;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .footer-boxes{
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
    .footer-boxes-box1{
        margin-left: -50px;  
        margin-top: -100px;
    }
    img.footer-logo{
        margin-left: -60px;
        width: 200px;
    }
    p.copy{
        margin-left: -60px;
    }
    p.reserved{
        margin-left: -60px;
    }
    .morethan-footer{
        gap: 50px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
        margin-left: 160px;
        margin-top: 90px;
    }
    .morethan-footer h1{
        font-size: 20px;
    }
    .morethan-footer p{
        font-size: 14px;
    }
    img.images{
        margin-right: 20px;
    }
    .footer-images{
        margin-left: -60px;
    }
}
/* ------------------hero8-end------------------------------------ */