*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    list-style:none;
    text-decoration: none;
    font-family: 'Assistant';  
}
.bkc{
  background-color:#F8F4E9;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding:20px 40px;
  background-color: rgba(0,0,0, 0.9);
  position:sticky;
  top:0;
  z-index:1;
}

.logo {
    font-size:28px;
    letter-spacing: 2px;
    color:crimson;
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}

.menu li {
  margin-right: 10px;
}

.menu li:last-child {
  margin-right: 0;
}

.menu li a {
  text-decoration: none;
  color: white;
  padding: 5px;
  margin:10px;
}

.logo a {
  text-decoration: none;
  color: white;
  /* padding: 5px; */
  /* margin:10px; */
}

.logo a:hover{
  color:crimson;
}

.bbtn{
  top:35%;
  left:87%;
  position:absolute;
  color:white;
}
.bbtn button{
  width:100px;
  height:30px;
  border-radius:25px;
  background:transparent;
  color:snow;
  font-size:16px;
  border: 1px solid crimson;
  transition:0.5s;
}

.bbtn button:hover{
  background:crimson;
  transform:scale(1.1,1.1);
}

.menu li a:hover{
transform: scale(1.1,1.1);
color:crimson;
}

.main-head{
    background-image: url(back.jpg);
    height:100vh;
    background-size: cover;
    background-position: center;
    background-color: rgba(0,0,0,0);
}

.banner-text{
    top:40%;
    left:10%;
    position:absolute;
    color:rgb(254, 254, 254);
    line-height: 1.5;
    letter-spacing: 2px;

}

.banner-text h1{
    font-size:70px;
}

.banner-text h2{
    font-size:40px;
}

.btn{
    top:80%;
    left:30%;
    position:absolute;
    color:white;
}

.btn button{
    width:200px;
    height:40px;
    border-radius:25px;
    background:transparent;
    color:snow;
    font-size:20px;
    border: 1px solid crimson;
    transition:0.5s;
}

.btn button:hover{
    background:crimson;
    transform:scale(1,1);
}

/* Review */

  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
  }

  h2 {
    text-align: center;
  }

  .review-section {
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
  }

  .review {
    flex: 0 0 25%;
    margin: 10px;
    border: 1px solid #ccc;
    padding: 20px;
  }

  .review p {
    margin-bottom: 10px;
  }

  .review .author {
    font-weight: bold;
  }

  .review .date {
    font-style: italic;
    color: #888;
  }

  .review .rating {
    color: crimson;
  }

  .review:hover{
    transform:scale(1.1,1.1);
    background-color:rgb(248, 248, 130);
  }

/* about */
.container {
  /* border:1px solid black; */
    flex-grow:1;
    margin: 20px auto;
    padding: 20px;
  }

  .about-section {
    text-align: center;
    margin-bottom: 40px;
  }

  .about-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .about-section p {
    font-size: 16px;
    line-height: 1.6;
  }

  .features-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .feature {
    flex-basis: 30%;
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }

  .feature:hover {
    background-color: rgb(248, 248, 130);
    transform:scale(1.1,1.1);
  }

  .feature:hover h3 {
    color: crimson;
  }

  .feature h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #777;
    transition: color 0.3s ease;
  }

  .feature p {
    font-size: 14px;
  }

  /* Footer */
  
  .footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: start;
    display: flex;
    flex-grow:1;
    justify-content: center;
    align-items: center;
  }

  .footer p{
    margin-right:90px;
  }

  .footer img {
    width: 30px;
    margin: 0 10px;
  }

  a:hover{
    transform:scale(1.2,1.2);
  }

  a{
    margin-right:15px;
  }


  /* Contact */
  /* #id1{
    height: 200px;
    width: 100%;
    display: flex;
    align-content: space-between;
    justify-content: center;
    align-items: center;
 } */

 #id1 {
  margin-bottom:20px;
  height: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

 .class2{
   margin-left: 150px;   
 }

 .class1:hover{
    transform:scale(1.1,1.1);
 }

 .class2:hover{
    transform:scale(1.1,1.1);
 }

 h1 {
  margin:20px;
}

.contact-info {
  display: flex;
  justify-content: center;
}

.class1, .class2 {
  margin: 0 10px;
}

