*{
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

.logo{
    display: flex;
    width: 20%;
    justify-content: center;
    align-items: center;
}
.logo img{
    width: 30%;
    border: 3px solid white;
}
.navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    cursor: pointer;
}

.nav-list{
    width: 70%; 
    display: flex;
    align-items: center;
}

.nav-list  li{
    list-style: none;
    padding: 25px 47px;
}   

.nav-list li a{
    text-decoration: none;
    color: #ffffff;
}
.nav-list li a:hover{
    text-decoration: none;
    color: #ff9d00;
}
.rightNav{
    width: 30%;
    text-align:right;
    padding:0 25px;
}

#search{
    padding: 5px;
    font-size: 17px;
    border: 2px solid gray;
    border-radius: 9px;
}

.background{
    background: rgba(0, 0, 0, 0.7) url(../img/navbar.png);
    background-size: cover;  
}
.background1{
    background: rgba(0, 0, 0, 0.7) url(../img/car1.png);
    background-size: cover;
    background-blend-mode: darken;  
}

.firstSection{
    height: 100vh;
}

.box-main{
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: normal;
    max-width: 50%;
    margin: auto;
    height: 80%;
}

.firstHalf{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.secondHalf{
    width: 30%;

}

.secondHalf img{
    width: 100%;
    padding: 2px;
    border: 2px solid white;
    border-radius: 10px;
    display: block;
    margin: auto;
}

.text-big{
    font-size: 60px;
}

.text-small{
    font-size: 20px;
}

.btn1{
    padding: 7px 20px;
    margin: 7px 3px;
    border: 2px solid white;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    background: none;
}
.btn2{
    padding: 7px 30px;
    margin: 7px 3px;
    border: 2px solid white;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    background: none;
}
.href{
    color: #ffffff;
    text-decoration: none;
}
.btn-sm{
    padding: 6px 10px;
}

.btn-dark{
    color: rgb(255, 255, 255);
    border: 2px solid rgb(117, 117, 117);
    border-radius: 40px;
    text-align: center;
    padding: 5px 20px;
    margin: 8px auto;
    display: flex;
    background-color: #ffffff;
    background: none;
    font-size: 15px;
}

.section1{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 100%;
    margin: auto;
}
.section1 img{
    height: 200px;
    margin: 20px;
}
.View1{
    padding: 7px 20px;
    margin: 15px 3px;
    border: 2px solid white;
    border-radius: 8px;
    background: none;
    color: #ffffff;
    cursor: pointer;
}

.section2{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 100%;
    margin: auto;
}
.section2 img{
    height: 200px;
    margin: 20px;
}
.View2{
    padding: 7px 20px;
    margin: 15px 3px;
    border: 2px solid white;
    border-radius: 8px;
    background: none;
    color: #ffffff;
    cursor: pointer;
}

.section3{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 100%;
    margin: auto;
}
.section3 img{
    height: 200px;
    margin: 20px;
}
.View3{
    padding: 7px 20px;
    margin: 15px 3px;
    border: 2px solid white;
    border-radius: 8px;
    background: none;
    color: #ffffff;
    cursor: pointer;
}

.paras{
    padding: 0 50px;
}

.thumbnail img{
    border: solid rgb(255, 255, 255);
    border-radius: 2px;

}

.section1{
    background: rgba(0, 0, 0, 0.7) url(../img/1bg.png) ;
    background-size: cover;
    background-blend-mode: darken;
    color: #ffffff;
}

.section2{
    background: rgba(0, 0, 0, 0.7) url(../img/2bg.png);
    background-size: cover;
    background-blend-mode: darken;
    color: #ffffff;
}

.section3{
    background: rgba(0, 0, 0, 0.7) url(../img/3bg.png);
    background-size: cover;
    background-blend-mode: darken;
    color: #ffffff;
}

.contact{
    background: rgba(0, 0, 0, 0.7) url(../img/reachus.png);
    background-size: cover;
    background-blend-mode: darken;
    height: 75vh;
    color: #ffffff;
}
.text-center{
    text-align: center;
    font-size: 30px;
}
.form{
    max-width: 400px;
    margin: 20px auto;
}
.form-input{
    margin: 10px 0;
    width: 100%;
    padding: 5px;
    border-radius: 2px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.textarea{
    justify-content: center;
    text-align: center;
}

.text-footer{
    text-align: center;
    padding: 15px 0;
    justify-content: center;
    font-size: 12px;
    color: #ffffff;
}