:root{
    --orange: rgb(255, 115, 0);
    --shadow:rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

*{
    border-radius: 10px;
    font-weight: bold;
}
body {
    margin: 40px;
    padding: 10px;
    font-size: 25px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h3{
    font-size: 18px;
}
.header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.header ul li {
    padding: 30px;
}

.header ul li:hover{
    box-shadow: 5px 5px 5px gray;
    background-color: var(--orange);
    margin: 2px;
}

.header ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
ul{
    list-style: none;
}



.list3{
    display: flex;
    justify-content: space-between;
    padding: 30px;
}
form input{
    border: 3px solid var(--orange);
    display: flex;
    padding: 10px;
    margin: 5px;
}

#getstarted{
    background-color: var(--orange);
}


.image-icons {
    width:25px;
    height:25px;
}
#two ul {
    list-style: none;
    display: flex;
    
}

a{
    text-decoration: none;
}

#two li {
    margin: 0 10px; 
    padding: 20px;
}


.car1{ 
    border: 1px solid #ccc;
    padding: 20px;
    margin: 30px;
}
.container{
    display: flex;
    flex-direction: row;
    gap: 50px; 
    margin: 30px;
}
button{
    background-color: var(--orange);
    border:none;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
}


.name{
    text-align: center;
}
.download{
    height: 250px;
    width: 90%;
    background-color: rgb(255, 254, 198);
    box-shadow: 5px 6px 5px gray;
    display: flex;
    justify-content: center;
    padding: 5px;
    gap:100px;
}
#downloads3{
    margin: -30px 0 -20px 150px;

}

.button-buy{
    background:var(--orange);
    border:none;
    padding:10px 15px;
    border-radius:5px;
}
.button-rent{
    color:var(--orange);
    border:2px solid var(--orange);
    background: none;
    padding:10px 15px;
    border-radius:5px;
}

.one{
    display:flex;
    justify-content: space-between;
}

.types{
    width:120px;
    height:35px;
    gap:10px;
    display:flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: var(--shadow);
    background-color: transparent;
}

#two ul li:first-child button{
    background-color: var(--orange);
    border:none;
}

.clients{
    text-align: left;

}

.clients p{
    font-size: 15px;
}

.download .txt{
    width:300px;

}

.download h1{
    font-size: larger;
}

.download .imgs{
    display:flex;
    padding:0;
    justify-content: space-between;
    align-items: center;
}



.download .first{
    height:fit-content;
}
.person{
    display: flex;
    justify-content: space-between;
}
.list3 ul li{
    list-style: circle;
}
