#container{
    width: 95%;
    margin: auto;
}
.main{
    background-image: url("https://cdn1.tripoto.com/assets/2.9/img/home_banner_road.jpg");
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hidden{
    display: none;
}
a{
    color: white;
    text-decoration: none;
}
input{
    width: 100%;
    padding: 10px;
}
.svg{
    display: flex;
}
nav{
    display: flex;
    justify-content: space-between;
    margin-top: -1%;
    position: fixed;
    color: aliceblue;
    width: 100%;
    padding: 10px;
}
.tripoto{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
}
.signin{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width:100%;
}
select{
    border : 0;
    background-color: transparent;
    color: white;
}
.second{
    display: flex;
    margin-top: 3rem;
}
.second>img{
    width: 25%;
}
.third{
    display: flex;
    gap: 20px;
}
.third>div>img{
    width: 100%;
    aspect-ratio: 3/2;
}
.third>div>h4{
    color: rgb(255, 153, 0);
}
.carousel{
    width: 100%;
    margin: auto;
}
.carousel>img{
    width: 100%;
    border-radius: 8px;
}
.fourth{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    margin: auto;
    gap:15px
}
.fourth>div>img{
    width: 100%;
    border-radius: 5px;
    aspect-ratio: 3/2;
}
.fourth>div>p>span{
    color: rgba(5, 110, 248, 0.959);
}
.car2{
    width: 95%;
    margin: auto;
}
.car2>img{
    width: 100%;
    border-radius: 8px;
}
.five{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    margin: auto;
    gap: 15px;
    padding: 10px;
    margin-top: 2rem;
}
.five>div>img{
    width: 100%;
    border-radius: 5px;
    aspect-ratio: 3/2;
}
.six{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    margin: auto;
    gap: 25px;
    padding: 10px;
    margin-top: 2rem;
}
.s1>img{
    width: 100%;
    border-radius: 5px;
    aspect-ratio: 3/2;
}
.s2{
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
}
.s2>h4:first-child{
    color: rgb(46, 117, 158);
    font-weight: 110rem;
}
.s2>h4:last-child{
    background-color: rgb(48, 114, 153);
    border-radius: 12px;
    color: white;
    padding: 5px;
    font-weight: 600px;
}
.s3{
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
}
span{
    color: gray;
    font-weight: 100;
}
.s4{
    display: flex;  
    align-items: center;
    margin-top: -30px;
}
.s4>img{
    height: 25px;
    width: 25px;
    border-radius: 50px;
}
.s4>h5>span>img{
    width: 12px;
    margin-left: 10px;
}
.seven{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    margin: auto;
    gap:15px
}
.seven>div>img{
    width: 100%;
    border-radius: 5px;
    aspect-ratio: 3/2;
}
.seven>div>p>span{
    color: rgba(5, 110, 248, 0.959);
}
.eight{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    margin: auto;
    gap: 25px;
    padding: 10px;
    margin-top: 2rem;
}
.eight>img{
    width: 100%;
    border-radius: 5px;
}
.n1{
    width: 30%;
}
.n2{
    width: 20%;
    text-align: right;
}
.nine{
    display: flex;
    width: 90%;
    margin: auto;
}
.n11>img{
    width: 10%;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}
.n1hidden{
    display: none;
}
.ninehidden{
    display: none;
}

@media (max-width:786px) {
    .main{
        background-image: url("https://cdn1.tripoto.com/assets/2.9/img/home_banner_road.jpg");
        height: 300px;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .main>div>h1{
        font-size: 20px;
        width:100%;
        margin: auto;
        margin-top: 10px;
    }
    
    a{
        color: white;
        text-decoration: none;
    }
    input{
        width: 94%;
        padding: 10px;
    }
    .svg{
        display: flex;
    }
    nav{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: fixed;
        color: aliceblue;
        width: 94%;
        padding: 10px;
    }
    .tripoto{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    select{
        border : 0;
        background-color: transparent;
        color: white;
    }
    .second{
        display: grid;
       grid-template-columns: repeat(2,1fr);
        margin-top: 2rem;
    }
    .second>img{
        width: 100%;
    }
    .third{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 40px;
    }
    .third>div>img{
        width: 110%;
        aspect-ratio: 3/2;
    }
    .third>div>h4{
        color: rgb(255, 153, 0);
    }
    .carousel{
        width: 100%;
        margin: auto;
    }
    .carousel>img{
        width: 100%;
        border-radius: 8px;
    }
    .fourth{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 40px;
        grid-template-rows: auto;
        margin: auto;
       
    }
    .fourth>div>img{
        width: 100%;
        border-radius: 5px;
        aspect-ratio: 3/2;
    }
    .fourth>div>p>span{
        color: rgba(5, 110, 248, 0.959);
    }
    .car2{
        width: 100%;
        margin: auto;
    }
    .car2>img{
        width: 100%;
        border-radius: 8px;
    }
    .five{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: auto;
        gap: 40px;
        margin: auto;
    }
    .five>div>img{
        width: 100%;
        border-radius: 5px;
        aspect-ratio: 3/2;
    }
    .six{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-template-rows: auto;
        margin: auto;
        padding: 40px;
    }
    .s1>img{
        width: 110%;
        border-radius: 5px;
        aspect-ratio: 3/2;
    }
    .s2{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: -20px;
    }
    .s2>h4:first-child{
        color: rgb(46, 117, 158);
        font-weight: 110rem;
    }
    .s2>h4:last-child{
        background-color: rgb(48, 114, 153);
        border-radius: 12px;
        color: white;
        padding: 5px;
        font-weight: 600px;
    }
    .s3{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: -20px;
    }
    span{
        color: gray;
        font-weight: 100;
    }
    .s4{
        display: flex;  
        flex-wrap: wrap;
        align-items: center;
        margin-top: -30px;
    }
    .s4>img{
        height: 25px;
        width: 25px;
        border-radius: 50px;
    }
    .s4>h5>span>img{
        width: 12px;
        margin-left: 10px;
    }
    .seven{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: auto;
        margin: auto;
        gap:15px
    }
    .seven>div>img{
        width: 100%;
        border-radius: 5px;
        aspect-ratio: 3/2;
    }
    .seven>div>p>span{
        color: rgba(5, 110, 248, 0.959);
    }
    .eight{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: auto;
        margin: auto;
        gap: 25px;
        padding: 10px;
        margin-top: 2rem;
    }
    .eight>img{
        width: 100%;
        border-radius: 5px;
    }
    .n1{
        width: 30%;
    }
    .n2{
        width: 20%;
        text-align: right;
    }
    .nine{
       display: flex;
        width: 90%;
        margin: auto;
    }
    .n11>img{
        width: 10%;
        border-radius: 5px;
        justify-content: center;
        align-items: center;
    }
    .nine{
        display: none;
    }
    .n1hidden{
        display: flex;
    }
    .n11>img{
        width: 40px;
        height: 40px;
    }

}
