*{
    margin: 0;
    padding: 0;
}

header{
    width: 100%;
    height: 40px;
    background-color: red;
}

.hm{
    width: 1300px;
    height: 40px;
    margin: auto;
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    gap: 40px;
    line-height: 40px;
    position: relative;
}

.iii{
    width: 65px;
    height: 25px;
    background-color: white;
    color: red;
    border-radius: 10px;
    margin-top: 7px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 20px;
    font-size: 15px;
}

#body{
    background-color: #faf0f0;
    height: 700px;
}

.body{
    width: 1300px;
    margin: auto;
}

nav{
    width: 1300px;
    height: 70px;           
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.btn{
    width: 150px;
    height: 50px;
    background-color: red;
    color: white;
    text-align: center;
    line-height: 45px;
    display: inline;
    font-size: 20px;
    margin: 10px 10px;
    cursor: pointer;
    border-radius: 10px;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
    color: black;
    font-size: 20px;
}

.menu ul li{
    float: left;
    line-height: 70px;
    padding: 0px 20px;
} 

#first{
    display: flex;
}

.first{
    height: 500px;
    width: 650px;
}

h1{
    font-size: 45px;
}

h3{
    font-size: 20px;
}

p{
    font-size: 18px;
}

.iiv{
    display: flex;
    gap: 10px;
}

span{
    color: red;
}

.vi{
    display: flex;
    gap: 10px;
    width: 300px;
}

.v{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.btni{
    width: 150px;
    height: 40px;
    background-color: red;
    font-size: 18px;
    border-radius: 10px;
    color: white;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    
}

.btni:hover{
    background-color: white;
    color: red;
    transform: 3s linear;
}

.second{
    margin: auto;
}

.four{
    width: 1300px;
    display: flex;
    justify-content: space-evenly;
    margin: auto;
}

h2{
    font-size: 20px;
}

.xi{
    height: 120px;
    width: 150px;
    border-radius: 20px;
    border: 2px solid rgba(0, 0, 0, 0.144);
    background-color: white;
    text-align: center;
    cursor: pointer;
}

.xii{
    height: 120px;
    width: 150px;
    border-radius: 20px;
    border: 2px solid rgba(0, 0, 0, 0.144);
    background-color: white;
    text-align: center;
    cursor: pointer;
}

.xiii{
    height: 120px;
    width: 150px;
    border-radius: 20px;
    border: 2px solid rgba(0, 0, 0, 0.144);
    background-color: white;
    text-align: center;
    cursor: pointer;
}

.xiv{
    height: 120px;
    width: 150px;
    border-radius: 20px;
    border: 2px solid rgba(0, 0, 0, 0.144);
    background-color: white;
    text-align: center;
    cursor: pointer;
}

.xv{
    height: 120px;
    width: 150px;
    border-radius: 20px;
    border: 2px solid rgba(0, 0, 0, 0.144);
    background-color: white;
    text-align: center;
    cursor: pointer;
}

.xvi{
    height: 120px;
    width: 150px;
    border-radius: 20px;
    border: 2px solid rgba(0, 0, 0, 0.144);
    background-color: white;
    text-align: center;
    cursor: pointer;
}