section {
    padding: 4.5rem 0 1.5rem;
  }
.swiper {
  position: relative;
  width: 100%;
  min-height: 640px;
  display: flex;
  align-items: center;
  top: -40px;
}
.swiper .swpimg {
  width: 400px;
  position: absolute;
  right: 325px;
  bottom: 20px;
}
.swiper-slide{
  background: url(img/background.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}

.home-text {
  margin: 0 100px;
  align-content: center;
}
.home-text span {
  margin-top: 200px;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
}
.home-text h1 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.swiper-button-next {
  background: url("https://img.icons8.com/small/16/null/long-arrow-right.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-right: 20px;
}
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev {
  background: url("https://img.icons8.com/small/16/null/long-arrow-left.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-left: 20px;
}
.swiper-button-prev:after {
  display: none;
}

.about {
  max-width: 800px;
  margin-left: 40%;
  margin-right: auto;
  display: grid;
  align-items: center;
  gap: 1.5rem;
}
.about .aboutImg{
  width: 300px;
  height: 300px;
}
.about-text span {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--menu-color);
}
.about-text p {
  margin: 0.5rem 0 1rem;
}


@media screen and (max-width: 1400px) {
  .swiper-slide .swpimg{
    width: 350px;
    position: absolute;
    right: 120px;
    bottom: 150px;
  }  
  .swiper-slide h1{
    font-size: 2rem;
  } 
  .about .aboutImg{
    width: 150px;
    height: 150px;
  } 
  .about .about-text {
    margin-left: -100px;
  }
  
}
@media screen and (max-width: 1960px){
  
}


@media screen and (max-width: 1080px) {
  .swiper-slide .swpimg{
    width: 150px;
    position: absolute;
    right: 200px;
    bottom: 250px;
  }  
  .swiper-slide h1{
    font-size: 2rem;
    left: -20px;
  }  
  .about{
    width: 90%;
    margin-left: 50%;
  }
  .about .aboutImg{
    width: 175px;
    height: 175px;
    margin-left: -50px;
  } 
  .about .about-text {
    margin-left: -100px;
    font-size: 17px;
  }
}

@media screen and (max-width: 978px) {
  .swiper{
    width: 100%;
  }
  .swiper .swiper-slide .home-text{
    margin-left: 30px;
  }
  .swiper-slide .swpimg{
    width: 200px;
    position: absolute;
    right: 100px;
    bottom: 230px;
  }  
  .swiper-slide h1{
    font-size: 2rem;
  } 
  .about .aboutImg{
    width: 150px;
    height: 150px;
  }  
  .about .about-text {
    margin-left: -100px;
    font-size: 15px;
  }
}

@media screen and (max-width: 790px) {
  .swiper{
    width: 100%;
  }
  .swiper .swiper-slide .home-text{
    margin-left: 30px;
  }
  .swiper-slide .swpimg{
    width: 150px;
    position: absolute;
    right: 80px;
    bottom: 250x;
  }  
  .swiper-slide h1{
    font-size: 1.5rem;
  }  
  .btn{
    padding: 0.3rem 1rem;
  }
}

@media screen and (max-width: 600px) {
  .swiper{
    width: 100%;
  }
  .swiper .swiper-slide .home-text{
    margin-left: 10px;
  }
  .swiper-slide .swpimg{
    width: 85px;
    position: absolute;
    right: 20px;
    bottom: 300px;
  }  
  .swiper-slide h1{
    font-size: 1rem;
  } 
  .btn{
    padding: 0.3rem 0.8rem;
  }

  .about .aboutImg{
    width: 150px;
    height: 150px;
    margin-left: -80px;
  }  
  .about .about-text {
    margin-left: -125px;
    font-size: 12px;
  }
  .hr{
    width: 100px;
  }
  .navbar {
    display: none;
    list-style: none;
    padding: 0;
    font-size: 20px;
    text-align: center;
    width: 30%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 190px;
    justify-content: center;
    align-items: center;
    transition: right .5s;
  }
  .hamburger-menu {
    width: 30px;
    height: 20px;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 40px;
    right: 190px;
  }
}
