* {
  padding: 0px;
  margin: 0px;
}
header {
  padding: 20px;
  padding-left: 60px;
  background-color:white; 
  position: sticky;
  top: 0;
  z-index: 0;
}
body {
  background-color: white;
}
.logo {
  align-items: center;
}
.navbar {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.menu {
  display: flex;
  gap: 30px;
  align-items: center;
  list-style: none;

  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: large;
}
.right-section {
  display: flex;
  gap: 20px;
  align-items: center;
}
.right-section .location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}
.right-section .sign {
  border: 1px, black, solid;
  border-radius: 20px;
  padding: 5px 14px;
  font-weight: 600;
}
.right-section .join {
  border: 1px, black, solid;
  border-radius: 20px;
  padding: 5px 14px;
  color: white;
  background-color: black;
  font-weight: 600;
}

.banner {
  display: flex;
  align-items: center;
  height: 626px;
  background-color: f7f0e4;
  margin: 10vh;
}

.banner img {
  width: 50%;
  display: flex;
  height: 626px;
}
.Banner .banner-text h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  text-align: center;
  color: black
}
.banner-text p {
  text-align: center;
  font-size: 25px;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 20px;
  line-height: 1.5;
  max-width: 800px;
}

.banner-text .order {
  border: 1px, black, solid;
  border-radius: 20px;
  padding: 10px ;
  font-weight: 600;
}

.Banner-2 {
  display: flex;
  align-items: center;
  border: rgb(55, 72, 51), 1px, solid;
  height: 623px;
  background-color: rgb(55, 72, 51);
  margin: 10vh;
}
.banner-2 img {
  display: flex;
  height: 626px;
  width: 50%;
}
.banner-2-text h2 {
font-size: 35px;
  color: white;
  text-align: center;
}
.banner-2-text p {
  text-align: center;
  font-size: 25px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 20px;
  line-height: 1.5;
  max-width: 800px;
}
.view {
  border: 1px, white, solid;
  background-color: 32462f;
  border-radius: 50px;
  padding: 10px;
  color: white;
  font-weight: 600;
 
}
.banner-3 {
  display: flex;
  align-items: center;
  height: 420px;
  margin: 10vh;
  background-color: d1d1aa;
  display: flex;
}
.banner-3 img {
  height: 420px;
  width: 50%;
  background-color: d1d1aa;
  display: flex;
}
.banner-3-text h2 {
  text-align: center;
  color: 32462f;
  align-items: center;
  font-size: 30px;
}
.banner-3-text p {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-top: 20px;
  line-height: 1.5;
}
.box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.join-2 {
  padding: 13px;
  background-color: d1d1aa;
  color: 32462f;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: medium;
}
.banner-4 {
  display: flex;
  align-items: center;
  height: 625px;
  background-color: 006242;
  margin: 10vh;
  display: flex;
}
.banner-4-text h2 {
  text-align: center;
  align-items: center;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70px;
  
}
.banner-4 img {
  width: 50%;
  height: 625px;
}
.banner-4-text p {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding-top: 40px;
  font-size: 30px;
  line-height: 1.5;
}
.Learn {
  border: 1px, solid, white;
  color: white;
  padding: 10px;
  background-color: 006242;
  border-radius: 30px;
  font-weight: 600;
}
.para {
  max-width: 600px;
  margin: auto;
  text-align: center;
  line-height: 1.5;
  font-size: 15px;
  padding: 20px;
}
.list {
  display: flex;
  padding-top: 30px;
}
.list-1 {
  margin-left: 10vh;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 15px;
  color: gray;
  max-width: 250px;
}
.none li {
  padding: 10px 0px;
}
.none {
  list-style: none;
}
.hr {
  margin-left: 10vh;
  margin-right: 10vh;
}
.black {
  color: black;
  font-size: large;
  font-weight: bolder;
}

@media (max-width:1025px){
  .Banner{
    margin: 0%;
    margin-top: 5%;
    width: 100%;
  }
  .banner-text h1{
    font-size: 30px;
  }
  .banner-text p{
    font-size: 20px;
  }
  .banner-2{
    margin: 0%;
    margin-top: 5%;
    width: 100%;
  }
  .banner-2-text h2{
    font-size: 30px;
  }
  .banner-2-text p{
    font-size: 20px;
  }
  .banner-3{
    margin:0%;
    margin-top: 5%;
    width: 100%;
  }
  .banner-4{
    margin:0%;
    margin-top: 5%;
    width: 100%;
  } 
  .banner-4-text h2{
    font-size: 30px;
  }
  .banner-4-text p{
    font-size: 20px;
  }
  .list-1{
    margin: 0%;
  }
}

@media(max-width:768px){
  .menu{
    display: none;
  }
  .right-section{
    display: none;
  }
  .Banner{
    height: 100%;
    width: 100%;
    margin: 0%;
    flex-direction: column;
  }
  .banner img{
    height: 100%;
    width: 100%;
  }
  .banner-text h1{
    font-size: 20px;
  }
  .banner-text p{
    font-size: 20px;
  }
  .banner-2{
    margin: 0%;
    margin-top: 5%;
    height: 100%;
    width: 100%;
    flex-direction: column-reverse;
    border: none;
    
  }
  .banner-2 img{
    height: 100%;
    width: 100%;
  }
  .banner-2-text h2{
    font-size: 25px;    
  }
  .banner-2-text p{
    font-size: 20px;
  }
  .banner-3{
    margin: 0%;
    margin-top: 5%;
    height: 100%;
    width: 100%;
    flex-direction: column;
    
  }
  .banner-3 img{
    height: 100%;
    width: 100%;
  }
  .banner-3-text h2{
    font-size: 25px;
  }
  .banner-3-text p{
    font-size: 20px;
  }
  .banner-4{
    height: 100%;
    flex-direction: column-reverse;
    margin: 0%; 
    margin-top: 5%;
  }
  .banner-4 img{
    height: 100%;
    width: 100%;
  }
  .banner-4-text h2{
    font-size: 25px;
  }
  .banner-4-text p{
    font-size: 20px;
  }
  .list{
    flex-direction: column;
    padding: 0%;
  }
  .list-1{
    margin: 0%;
  }
}
