*{
  margin: 0px;
  padding: 0px;
}

.logo
{
  display: flex;
  width: 20%;
  justify-content: center;
  align-items: center;
}
.logo img{
  width: 30%;
  border: 3px solid white;
  border-radius: 50px;

}
.navbar{
  display: flex;
  align-items: center;
  justify-content: center;
  position:sticky;
  top: 0px;
  cursor: pointer;
}

.nav-list{
 width: 80%;
 /* background-color: black; */
 display: flex;
 align-items: center;
}

.nav-list li{
 list-style: none;
 padding: 23px;

}
.nav-list li a{
  font-family: 'Ubuntu', sans-serif;
  text-decoration: none;
  color: white;
  font-size: 20px;
}

.nav-list li a:hover{
  text-decoration: none;
  color: grey;
}

.rightNav{
  width: 50%;
  text-align: right;
}

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

.background{
  background: rgb(0,0,0,0.7) url('bui.jpeg');
  background-size: cover;
  /* background-blend-mode: darken; */

}

.firstSection{
  height: 100vh;
}

.box-main{
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin: auto;
  width: 50%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  height: 70%;
}

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

.secondHalf{
   width: 30%;
}

.secondHalf img{
  width: 70%;
  border: 4px solid white;
  border-radius: 150px;
  display: block;
  margin: auto;

}

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

.text-small{
font-size: 15px
}

.btn{
  padding: 8px 20px;
  margin: 7px 3px;
  border: 2px solid white;
  border-radius: 8px;
  background: none;
  color: white;
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
}

.btn-sm{
  padding: 6px 10px;
  vertical-align: middle;
  font-size: 16px;

}
.btn-dark{
  color: black;
  border: 2px solid grey;
  margin: 0px 350px;
  padding: 10px 50px;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 10px;
}
.section{
  font-family: 'Ubuntu', sans-serif;
  display: flex;
  height: 350px;
  align-items: center;
  justify-content: space-evenly;
  max-width: 80%;
  margin: auto;
}

.left{
  flex-direction: row-reverse;
}

.paras{
  padding: 0px 55px;
}
.sectionSubTag{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.sectionTab{
  padding: 10px 0px;
}

.thumbnail img{
  width: 250px;
  height:200px;
  border: 2px solid black;
  border-radius: 26px;
  margin-top: 19px;
}

.contact{
  background-color: #f6f5f6;
  /* height: 800px; */

}

.text-center{
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  padding :30px;
  font-size: 35px;

}

.form{
  max-width: 800px;
  margin: 0px auto;
}

.form-input{
  width: 100%;
  margin: 15px;
  padding: 5px 3px;
  font-size: 19px;
  border: 2px solid grey;
  border-radius: 6px;
  font-family: 'Ubuntu', sans-serif;
}

.text-footer{
  padding: 30px 0px;
  font-family: 'Ubuntu', sans-serif;
  display: flex;
  color: white;
  justify-content: center;
}

.burger{
  display: none;
 position: absolute;
 cursor: pointer;
 right: 5%;
 top: 15px;
}

.line{
  width: 33px;
  background-color: white;
  height: 4px;
  margin: 5px 3px;
}



