* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.bg-main-img-1 {
    background-image: url('img/bg-img-1.png');
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: top;
    color: white;
}

.nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    font-weight: bold;
    position: sticky;
    top: 0;

}

span {
    color: #ce3232;
    font-size: 35px;
}

.ul {
    display: flex;
    list-style: none;
    gap: 18px;
    cursor: pointer;
}

ul li:hover {
    color: #ce3232;
}

.nav-div3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-div3-btn {
    font-size: 18px;
    padding: 10px 15px;
    background-color: #ce3232;
    color: aliceblue;
    margin-left: 20px;
    border: none;
}

.nav-div3-btn:hover {
    cursor: pointer;
}

.main-2 {
    width: 50%;
    height: 80%;
    display: flex;
    padding: 70px;
    gap: 23px;
    justify-content: center;
    flex-direction: column;
}

.main-2-h1 {
    font-size: 41px;
}

.main-2-btn {
    width: 150px;
    padding: 10px 15px;
    font-size: 18px;
    background-color: #ce3232;
    color: aliceblue;
    border: none;
    cursor: pointer;
}

.main-3 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.main-3-1 {
    width: 34vw;

}

.main-3-2 {
    width: 40vw;
}

.main-3-1-h6 {
    color: gray;
}

.main-3-1-h1 {
    font-size: 35px;
    margin-bottom: 20px;
}

.main-3-1 p {
    color: rgb(120, 117, 117);
}

.main-4 {
    margin-top: 50px;
}

.main-4-1 {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    gap: 5px;

}

.main-4-2 {
    display: flex;
    justify-content: space-evenly;
    /* justify-content: center; */
    margin-top: 30px;
}

.main-4-1-h2 {
    font-size: 30px;
}

.main-4-1-h5 {
    color: gray;
    font-size: 14px;
}

.main5 {
    display: flex;
    flex-direction: column;
}

.main5-1 {
    display: flex;
    margin-top: 70px;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.main5-2 {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    justify-content: space-around;

}

.bg-main-img-2 {
    background-image: url("img/bg-img-2.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    width: 99.2vw;
    height: 440px;
    color: whitesmoke;
    display: flex;
    flex-direction: column;
    justify-content: center;
    filter:brightness(0.7);
    align-items: center;
}
.bg-main-img-2-content{
    width: 550px;
    display: flex;
    gap: 30px;
    flex-direction: column;
    
    
}
.bg-main-img-2-content-h2{
   font-size: 37px;
   margin-left: 150px;
   
}
.bg-main-img-2-content-p{
    font-size: 20px;
}
.bg-main-img-2-content-b{
    font-size: 22px;
}
.main-6{
    margin-top: 100px;
    display: flex;
    justify-content: space-around;
}
.main-6-2{
    width: 600px;
}
.main-6-2-h1{
    font-size: 45px;
}
.main-6-2-input{
    padding: 10px;
    width: 250px;
    height:35px;
}
.input-3{
    margin-top: 15px;
    width: 500px;
    height:35px;
}
.input-4{
    margin-top: 15px;
    width: 500px;
    height:135px;
}
.main-4-2-img1{
    transition: 1s;
}
.main-4-2-img1:hover{
    transform: scale(1.1);
    
}
