* {
  margin: 0;
  padding: 0;
  
}

/* for Main Container */
#container {
 
  border: 1px solid white;
}

/* for Top Container */
#container > #top-container {
  position: relative;
}

/* for Navbar */
#container > #top-container > .navbar {
  
  display: flex;
  width: 100%;
  margin: auto;
  height: 50px;
  align-items: center;
  border: 0px solid rgb(0, 255, 187);
  justify-content: space-between;
}
#container > #top-container > .navbar > .navbar-left > .logo{
  margin-top: -25px;
  margin-left: -270px;
  width: 120px;
  height: 75px;
  display: flex;
}

#container > #top-container > .navbar > .navbar-left {
  width: 70%;
  margin-left: 15%;
  margin-top: 25px;
  display: flex;
  border: 0px solid rgb(0, 255, 26);
  justify-content: space-around;
}

.navbar-right {

  display: flex;
  padding-right: 50px;
  
}
.navbar-right i{

  display: flex;
  justify-content: space-around;
  margin-left: 20px;
  font-size: 25px;
  
}



#container > #top-container > .navbar > .navbar-left h3 {
  font-family: "YourFontFamily", sans-serif;
  font-size: 21px;
  color: black;
  font-weight: normal;
  font-style: unset;
}



#mid-container {
  position: relative;
}

#mid-container .background-top-img-first {
  height: 50vw;
  overflow: hidden;
}

#mid-container .background-top-img-first img {
  
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

#mid-container .background-top-text {
  position: absolute;
  left: 5%;
  top: 650px;
  background-color: rgba(8, 8, 8, 0.6);
  padding: 15px;
  width: 20%;
  z-index: 1;
}

#mid-container .background-top-text h1 {
  font-size: 25px;
  text-align: center;
  color: white;
  padding-bottom: 1px;
  font-family: "YourFontFamily", sans-serif;
  font-style: unset;
}

#mid-container .text-content{
  background-color: rgb(163, 161, 161);
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: large;
  justify-content: space-around;
}


#bottom-container {
  position: relative;
}

.bottom-text{
  padding-top: 45px;
  padding-left: 70px;
  font-size: 25px;
}
.bottom-images{
  padding-top: 40px;
  display: flex;
  justify-content: space-around;
  padding-bottom: 100px;
}
.bottom-container img{
   width: 350px;
   height: 300px;
   border-radius: 5px;
}
.bottom-container h3{
  padding-top: 25px;
}
.bottom-container p{
  padding-top: 20px;
  font-family: "YourFontFamily", sans-serif;
}
.head-1{
  text-align: center;
}
.head-2{
  text-align: end;
}
.text-end{
  text-align: end;
}
.text-mid{
  text-align: center;
  
}
.btn{
  padding-top: 40px;
}
.btn1{
  padding-top: 40px;
  padding-left: 90px;
}
.btn2{
  padding-top: 40px;
  padding-left: 180px;
}
.bottom-container button{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 45px;
  padding-right: 45px;
  background-color: black;
  color: white;
}

.bottom-container button:hover{
  background-color: #b2074b;
  font-size: 15px;
}

/*-----------------------css for small screens----------*/

@media only screen and (max-width:600px){
.top-container > .navbar{
  display:flex;
  font-size: small;
}
.background-top-img-first{
  width: 460px;
}
#container > #top-container > .navbar > .navbar-left > .logo{
  
  margin-left:-220px;
  margin-top: -10px;
  display: flex;
  padding-left: 10px;
}
.logo img{
  
  width: 70px;
  height: 60px;
}
#container > #top-container > .navbar > .navbar-left h3{
  font-size: 8px;
  margin-left: 10px;
  margin-top: 10px;
  
}
#top-container > .navbar{
  display: flex;
  width: 50%;

}
.navbar-left {

  display: flex;
  justify-content: space-between;
  font-size: 1px;
  width: 50%;
  margin-left: -10px;
  padding-left: 140px;
}
.navbar-right{
  margin-left: 15px;
}
.navbar-right i{

  display: flex;
  justify-content: space-around;
  margin-left: 10px;
  font-size: 15px;
  
}
#mid-container .background-top-text {
  position: absolute;
  left: 5%;
  top: 670px;
  background-color: rgba(8, 8, 8, 0.6);
  padding: 15px;
  width: 80px;
  height: 0;
  z-index: 1;
  
}
#mid-container .text-content{
  width: 460px;
}
#mid-container .background-top-text h1{
  font-size: 10px;
  
  margin-top: -3px;
  
}
.top-text{
  font-size: 1px;
  padding-left: 1px;
}
.background-top-text{
  
  margin-top: -500px;
  
}
.background-top-text h1{
  font-size: 1px;
}
.text-content p{
  font-size: 7px;
}
.bottom-text h1{
  padding-bottom: 20px;

}
.text-content{
  font-size: 10px;
}
.bottom-images{
  display: contents;
}
.bottom-images img{
  width: 460px;
  height: 250px;
}
.btn{
  padding-bottom: 30px;
}
.head-1{
  text-align: center;
}
.btn1{
  padding-bottom: 30px;
  
  padding-left: 130px;
}
.btn2{
  padding-bottom: 30px;
  text-align: end;
}
.head-2 h3{
  margin-left: 390px;
}
.end-text p{
  text-align: end;
  margin-right: -40px;
}
.end-text button{
  margin-right: -40px;
}

}