* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
fieldset,
input,
select,
textarea,
button {
  border: none;
}
body {
  background: linear-gradient(135deg, #d4fc79, #96e6a1, #56ab2f);
}
@font-face {
  font-family: lavishi;
  src: url(../font/Quintessential-Regular.ttf);
}
@font-face {
  font-family: nino;
  src: url(../font/bpg_nino_mtavruli_bold.ttf);
}
@font-face {
  font-family: ako;
  src: url(../font/akolkhetih.ttf);
}
@font-face {
  font-family: akko;
  src: url(../font/alk_dots.otf);
}
.main_conteiner {
  width: 100%;
  position: relative;
}
.head_row {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #d4f18e, #96e6a1, #6eeb35);
  border-bottom: 2px solid gold;
  position: fixed;
  z-index: 1000;
}
.logo {
  width: 90px;
  height: 60px;
  margin-left: 80px;
  margin-top: 5px;
}
.title_box {
  width: 25%;
  height: 80px;
  display: flex;
  align-items: center;
  margin-left: 25px;
}
.title {
  font-weight: 700;
  font-size: 20px;
  font-family: akko;
  letter-spacing: 1px;
  color: rgb(91, 87, 78);
}
.menu_box {
  display: none;
  cursor: pointer;
}
.nav_toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.nav_overlay {
  display: none;
}
.nav_row {
  width: 45%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.nav_row .nav_text {
  font-weight: 300;
  font-size: 16px;
  font-family: nino;
  letter-spacing: 1px;
  color: rgb(91, 87, 78);
}
.nav_row .nav_text:hover {
  color: white;
}
.search_box {
  width: 20%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.search {
  width: 200px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 70px;
}
.gsearch {
  width: 200px;
  height: 30px;
  border-radius: 16px;
  border: none;
  outline: none;
  background-color: rgb(225, 234, 219);
  padding-left: 20px;
}
/* .lupa {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 5px;
  top: 3px;
} */
/* .laser_icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
} */
.contact_part {
  width: 30%;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
/* .adress{
  display: flex;
  align-items: center;
}
.tel{
  display: flex;
  align-content: center;
} */
.items_box {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.item {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid gold;
}

.conteiner {
  width: 100%;
  height: 100vh;
  display: flex;
  gap: 20px;
  background-image: url(../photo/backgraund\ photo.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.next_cont {
  width: 100%;
  height: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #d4f18e, #96e6a1, #6eeb35);
  gap: 30px;
}
.next {
  width: 40%;
  height: auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #d4f18e, #96e6a1, #6eeb35);
}
.next_row {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  margin-top: 70px;
  gap: 30px;
}
.hands {
  width: 30%;
  height: 350px;
  border-radius: 20px;
  margin-left: 50px;
  border: 1px solid gold;
}
.dall {
  width: 25%;
}
.service_photo {
  width: 60%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-left: 30px;
  gap: 60px;
}
.next_textbox {
  width: 40%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;

  margin-left: 30px;
  gap: 30px;
}
.next_title {
  font-weight: 300;
  font-size: 26px;
  font-family: nino;
  letter-spacing: 1px;
  color: rgb(91, 87, 78);
}
.next_text {
  font-weight: 300;
  font-size: 16px;
  font-family: ako;
  letter-spacing: 1px;
  color: rgb(91, 87, 78);
}

.mid_part {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}
.losung_box {
  width: 50%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.losung {
  font-weight: 700;
  font-size: 52px;
  letter-spacing: 1px;
  font-family: nino;
  color: rgb(118, 115, 109);
  font-style: italic;
  display: inline-block;
  transform: skewX(-8deg);
}
.losung_next {
  display: none;
}
.cover_box {
  width: 30%;
  height: 400px;
  display: flex;
  justify-content: end;
  align-items: start;
}
.cover_box .cover {
  width: 400px;
  height: 400px;
  border-radius: 50%;
}
.icons_row {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  padding-right: 50px;
  padding-top: 25px;
}
.icon_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.icon {
  width: 50px;
  height: 50px;
  border-radius: 18px;
}
.ic_text {
  font-weight: 300;
  font-size: 16px;
  font-family: nino;
  letter-spacing: 1px;
  color: rgb(91, 87, 78);
}
.stady_conteiner {
  width: 100%;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background: linear-gradient(135deg, #589f37, #96e6a1, #64f023); */
  gap: 30px;
}
.stady_text {
  font-weight: 300;
  font-size: 18px;
  font-family: nino;
  letter-spacing: 1px;
  text-align: center;
  color: rgb(91, 87, 78);
}
.stady_smalltext {
  font-weight: 300;
  font-size: 14px;
  font-family: nino;
  letter-spacing: 1px;
  color: rgb(91, 87, 78);
}
.bottom_part {
  width: 100%;
  height: 1000px;
  display: flex;
  flex-direction: column;
  /* background: linear-gradient(135deg, #d4f18e, #96e6a1, #6eeb35); */
  border-top: 2px solid gold;
}
.bottem_row {
  width: 100%;
  height: 1000px;
  display: flex;
  padding-left: 70px;
  align-items: center;
}
.left_box {
  width: 30%;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
.mid_box {
  width: 30%;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 30px;
}
.rt_box {
  width: 30%;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
.mashin {
  width: 80%;
  height: 450px;
  border-radius: 16px;
  border: 1px solid gold;
}
.text_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.text {
  font-weight: 300;
  font-size: 20px;
  font-family: nino;
  letter-spacing: 1px;
  color: rgb(91, 87, 78);
}
.mark {
  width: 25px;
  height: 25px;
}
.footer_part {
  width: 100%;
  height: 465px;
  display: flex;
  align-items: center;
  /* background: linear-gradient(135deg, #d4f18e, #96e6a1, #6eeb35); */
  border-top: 2px solid gold;
  padding-left: 50px;
  gap: 30px;
}
#contact {
  scroll-margin-top: 90px;
}
.contact_box {
  width: 30%;
  height: 400px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.contact {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-top: 25px;
}
.cont_icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}
.mail_text {
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-weight: 500;
  font-size: 16px;
  font-family: lavishi;
  letter-spacing: 1px;
  color: rgb(53, 52, 49);
  text-align: center;
}
.cont_text {
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-weight: 500;
  font-size: 16px;
  font-family: ako;
  letter-spacing: 1px;
  color: rgb(53, 52, 49);
  text-align: center;
}
.nav_list {
  width: 30%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.nav_list .cont_text {
  padding-top: 15px;
  text-shadow: none;
}
.soc_box {
  width: 30%;
  height: 400px;
  display: flex;
  flex-direction: column;
}
.soc_list {
  width: 30%;
  height: 100px;
  display: flex;
  gap: 30px;
}
.soc_icon {
  width: 30px;
  height: 30px;
}
.rights {
  width: 100%;
  height: 100px;
  display: flex;
  gap: 20px;
}
.rights .bottom_logo {
  width: 80px;
  height: 80px;
}
.copy {
  width: 500px;
}
@media (max-width: 1140px) {
  .head_row .logo {
    margin-left: 30px;
  }
  .menu_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  }
  .menu_box .menu {
    width: 50px;
    height: 50px;
  }
  .nav_row {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    flex-direction: column;
    background-color: rgb(246, 248, 246);
    border-bottom: 2px solid gold;
    gap: 20px;
    padding: 20px 0;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition:
      opacity 0.2s ease,
      transform 0.2s ease;
    z-index: 1101;
  }
  .nav_toggle:checked ~ .nav_row {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .nav_overlay {
    display: block;
    position: fixed;
    inset: 80px 0 0 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 1100;
  }
  .nav_toggle:checked ~ .nav_overlay {
    opacity: 1;
    pointer-events: auto;
  }
  .search_box {
    width: 60%;
    height: 100px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
  }
  .contact_part {
    width: 100%;
  }
  .title_box {
    width: 25%;
    height: 100px;
  }
  .losung_box {
    margin-top: 10px;
  }
  .hands {
    width: 15%px;
    height: 200px;
  }
  .stady_conteiner {
    .losung {
      font-size: 30px;
    }
    .stady_text {
      font-size: 16px;
    }
    .stady_smalltext {
      font-size: 12px;
    }
  }
  .mail_text {
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-weight: 500;
    font-size: 12px;
  }
}
@media (max-width: 790px) {
  .conteiner {
    background-image: none;
    background: linear-gradient(135deg, #d4f18e, #96e6a1, #6eeb35);
  }
  .contact_part {
    width: 100%;
  }
  .losung_box {
    width: 100%;
    height: 80px;
  }
  .losung {
    font-size: 26px;
  }
  .cover_box {
    width: 100%;
    justify-content: center;
  }
  .cover {
    border-radius: 50%;
    border: 3px solid gold;
  }
  .title_box {
    width: 45%;
    margin-left: 10px;
  }
  .title {
    font-size: 12px;
  }
  .logo {
    padding-left: 10px;
  }
  .items_box {
    gap: 10px;
  }
  .item {
    width: 15px;
    height: 15px;
  }
  .bottem_row {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    padding-left: 0;
  }
  .left_box {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .mid_box {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .rt_box {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .text_box {
    display: none;
  }
  .mashin {
    width: 35%;
    height: 250px;
    margin-top: 10px;
  }
  .footer_part {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    gap: 10px;
  }
  .contact_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .cont_text {
    font-size: 16px;
  }
  .nav_list {
    width: 100%;
    height: 200px;
    align-items: start;
  }
  .soc_box {
    width: 100%;
    height: 100px;
  }
  .soc_list {
    height: 70px;
  }
  .icon {
    width: 20px;
    height: 20px;
    border-radius: 18px;
  }
  .ic_text {
    font-weight: 500;
    font-size: 12px;
  }
  .icons_row {
    width: 100%;
    height: 80px;
    justify-content: center;
    gap: 5px;
    padding: none;
  }
  .rights {
    gap: 0;
  }
  .cont_text {
    font-size: 12px;
  }
  .hands {
    width: 10%px;
    height: 150px;
  }
  .nav_list {
    display: none;
  }
  .stady_conteiner {
    .losung {
      font-size: 20px;
    }
    .stady_text {
      font-size: 10px;
    }
    .stady_smalltext {
      font-size: 8px;
    }
  }
}

@media (max-width: 420px) {
  .conteiner {
    height: 450px;
  }
  .mid_part {
    height: 450px;
  }
  .losung {
    display: none;
  }
  .losung_next {
    display: block;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 1px;
    font-family: nino;
    color: rgb(118, 115, 109);
    font-style: italic;
    display: inline-block;
    transform: skewX(-8deg);
  }
  .cover_box {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../photo/ChtGPT\ \ PM.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cover {
    display: none;
  }
  .bottem_row {
    margin-top: 0;
    gap: 0;
  }
  .bottom_part {
    padding-top: 10px;
    gap: 10px;
    border-top: none;
  }
  .icons_row {
    height: 800px;
    flex-direction: column;
    padding-top: 0;
  }
  .footer_part {
    border-top: none;
    justify-content: center;
    padding-top: 80px;
  }
  .mashin {
    width: 150px;
    height: 150px;
  }
  .left_box {
    height: 180px;
    gap: 0;
  }
  .mid_box {
    display: none;
    height: 180px;
    gap: 0;
  }
  .rt_box {
    height: 180px;
    gap: 0;
  }
  .hands {
    display: none;
  }
  .contact_box {
    height: auto;
  }
  .contact {
    height: 35px;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .next_textbox {
    width: 100%;
    height: auto;
  }
  .next_text {
    font-size: 14px;
  }

  .soc_list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .rights {
    height: auto;
  }
}
