body{
    scroll-behavior: smooth;
    font-family: "Albert Sans", sans-serif;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: #001819;
  border-radius: 0;
}

body::-webkit-scrollbar-thumb {
  background-color: #79b900;
  border-radius: 0;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #79b900;
  cursor: pointer;
}



.container-max-width{
    max-width: 1920px;
    margin: auto;
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: background-image 1s ease-in-out;
}

.banner::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 0;
}

.banner-text {
  position: absolute;
  top: 50%; left: 50%;
  z-index: 2;
  text-align: center;
  color: #fff;
  width: 100%;
}

.banner-text{
    width: 100%;
    
}

.banner-text h3 {
  font-size: 14px;
  color: #79b900;
  font-weight: 400;
}

.banner-text h1 {
  font-size: 48px;
  margin: 10px 0 18px 0;
  font-family: "Outfit", sans-serif;
}

.banner-text p {
  font-size: 16px;
  color: #b6b6b6;
  margin-bottom: 18px;
}

.banner-text button {
  background-color: transparent;
  border: 1px solid #79b900;
  padding: 12px 30px;
  border-radius: 20px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}

.banner-text button img {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease-in-out;
}

.banner-text button:hover img {
  filter: brightness(0) invert(0);
}

.banner-text button::after {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 0%; height: 100%;
  background-color: #79b900;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.banner-text button:hover::after {
  width: 100%;
  opacity: 1;
}

.banner-text button:hover {
  color: #000;
}

/* Animacioni i tekstit */
.fade-in {
  animation: bottomSlide 1s ease forwards;
}

@keyframes bottomSlide {
  from {
    transform: translate(-50%, calc(-50% + 100px));
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}



.about{
    width: 100%;
    padding: 80px 0;
    background-image: url(../images/about-bg.jpg);
    background-size: cover;
}

.about1{
    width: 70%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    max-width: 1200px;
}

.about-left{
    display: flex;
    align-items: center;
    justify-content: center;
}



.about-left img{
    width: 500px;
    height: 450px;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
}


.about-left-static img{
    width: 31px;
    object-fit: cover;
}

.about-right-up{
    display: flex;
    align-items: center;
    gap: 7px;
}

.about-right-up h3{
    font-size: 14px;
    color: #79b900;
    font-weight: 400;
}

.about-right h1{
    font-size: 43px;
    color: #001819;
    margin: 10px 0 0px 0;
}

.pikequditja{
    color: #79b900;
}

.about-right-box{
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 18px 0;
}

.about-right-box-right h2{
    font-size: 21px;
    color: #001819;
    margin-bottom: 10px;
}

.about-right-box-right p{
    color: #868681;
    font-size: 14px;
    line-height: 22px;
}



.border{
    padding-bottom: 2.25rem;
    border-bottom: 1px solid rgb(222, 228, 218);
}

.about-right button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #79b900;
  color: #fff;
  padding: 14px 40px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}


.about-right button:hover {
  color: #fff;
  background-color: #001819;
}

.service{
    padding: 80px 0;
    background-image: url(../images/service-bg.jpg);
}

.service1{
    width: 70%;
    max-width: 1300px;
    margin: auto;
}

.service1-up-h3{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 18px;
}

.service1-up-h3 h3{
    font-size: 14px;
    color: #79b900;
    font-weight: 500;
}

.service1-up-h1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 36px;
    border-bottom: 1px solid rgb(222, 228, 218);
}

.service1-up-h1 h1{
    font-size: 44px;
    color: #001819;
}

.prev, .next{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #79b900;
    border: none;
    color: white;
}

.next{
    color: #79b900;
    background-color: #f1f8e6;
}

.service-boxs{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.service-box{
    background-color: #f5f8ed;
    padding: 24px;
    border-radius: 10px;
    position: relative;
}

.service-box-img img{
    width: 296px;
    height: 204px;
    object-fit: cover;
    border-radius: 10px;
}

.service-box-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.service-box-text button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    border: none;
    color: #79b900;
}

.service-box-text img{
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.service-box-text button i {
    transform: rotate(315deg);
}

.service-box h2{
    font-size: 22px;
    color: #001819;
    padding-bottom: 10px;
    font-weight: 600;
    position: relative;
}

.service-box h2::after{
    content: "";
    width: 35px;
    height: 2px;
    background-color: #79b900;
    position: absolute;
    left: 0;
    bottom: 0;
}

.service-box p{
    color: #868681;
    font-size: 13px;
    line-height: 22px;
    margin-top: 18px;
}

.flower{
    position: absolute;
    right: 0;
    bottom: 0;
}

.flower img{
    width: 40px;
    opacity: 0;
    transform: translate(50px, 50px) rotate(0deg);
    transition: all 0.5s ease-in-out;
}

.service-box:hover .flower img{
    opacity: 1;
    transform: translate(0, 0) rotate(90deg);
}

.service-box:hover .flower img{
    opacity: 1;
}

.service-box{
    transition: all 0.3s ease-in-out;
}

.service-box:hover{
    background-color: #001819;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    transform: scale(1.05);
}

.service-box:hover h2{
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.service-box:hover .service-box-text button{
    background-color: #79b900;
    transition: all 0.3s ease-in-out;
    color: white;
}


.counter{
  width: 100%;
  background-image: url(../images/counter-bg.png);
  background-size: cover;
  padding: 25px 0;
}

.counter1{
  width: 70%;
  display: flex;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}

.counter1-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.counter1-box img{
  width: 75px;
  height: 75px;
  object-fit: cover;
  margin-bottom: 10px;
}

.counter1-box h2{
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin-bottom: 10px;
}

.counter1-box p{
  font-size: 16px;
  color: #fff;
}


@media screen and (max-width:768px) {

  .banner{
    width: 100%;
    height: 600px;
    position: relative;
  }


  .banner-text{
    width: 90%;
  }


  .banner-text h1{
    font-size: 35px;
  }

  .banner-text p{
    font-size: 12px;
  }

  .about1{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-left, .about-right{
    width: 100%;
  }

  .about-left img{
    width: 100%;
    height: 200px;
  }

  .about-right h1{
    font-size: 38px;
  }

  .service1{
    width: 90%;
    margin: auto;
  }

  .service1-up{
    text-align: center;
  }

  .service1-up-h3{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .service1-up-h1{
    display: flex;
    flex-direction: column;
  }

  .service1-up-h1 h1{
    font-size: 23px;
    margin-bottom: 18px;
  }

  .service-boxs{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .service-box{
    width: 100%;
  }

  .counter1{
    width: 90%;
  }

  .counter1-box img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-bottom: 10px;
}

  .counter1-box h2{
    font-size: 28px;
  }

  .counter1-box p{
    font-size: 10px;
  }

  .flower img {
    width: 40px;
    opacity: 0;
    transform: translate(10px, 50px) rotate(0deg);
    transition: all 0.5s ease-in-out;
}
}


