*{
    margin: 0;
    padding: 0;
}
.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: #9d00ff;
}
.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-color: #b856f1;
    background-size: cover;
}
.btn-sm{
    padding: 6px 10px;
}
.text{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0px;
    font-size: 50px;
    color: white;
}
.form{
    max-width: 400px;
    display: flex;
    flex-direction: column;
    margin: 0px auto;
}
.form-input{
    margin: 10px 0;
    width: 100%;
    padding: 12px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

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

.dark{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 30px;
    padding: 10px 40px;
    background: none;
    cursor: pointer;
    color: white;
}

.contact{
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0, 0.7) url(../img/reachus.png);
    background-size: cover;
    background-blend-mode: darken;
    height: 90vh;
}

.half1{
    width: 70%;
}
.half2{
    width: 45%;
}

.half2 img{
    height: 400px;
    background-size: cover;
    border: 2px solid white;
    border-radius: 20px;
}
.text-footer{
    text-align: center;
    padding: 15px 0;
    justify-content: center;
    font-size: 12px;
    color: #ffffff;
}