@import url("https://fonts.googleapis.com/css2?family=Alkatra:wght@400;500;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: "Alkatra";
}

html,
body {
  position: relative;
  height: 100vh;
  scroll-behavior: smooth;
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.up {
  width: 40px;
  height: 50px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  bottom: 30px;
  right: 14px;
  z-index: 7777777;
  background-color: #e85d00;
}

.up a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.up a i {
  font-size: 20px;
  color: #fff;
}

.up a i:last-of-type {
  margin-top: -10px;
}

.fixed {
  position: fixed;
  right: -200px;
  top: 150px;
  z-index: 7776;
  width: 200px;
  transition: 0.3s;
  background-color: #fff;
}

.gray {
  position: relative;
  padding: 10px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.left_item {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  left: -50px;
}

.left_item .fa-gear {
  font-size: 35px;
  color: #3586ff;
}

.left_item .fa-gears {
  display: none;
  font-size: 35px;
  color: #3586ff;
}

.fixed .gray button {
  width: 80px;
  height: 40px;
  display: block;
  border: none;
}

.fixed .gray .btn-primary {
  background: #3586ff;
}

.fixed .gray .btn-success {
  background: #28a745;
}

.fixed .gray .btn-red {
  background: red;
}

.fixed .gray .btn-black {
  background: #000;
}

header {
  width: 100%;
  background-color: white;
}

.container {
  max-width: 1441px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

header .container nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 777;
  transition: 1s ease;
  height: 70px;
  background: linear-gradient(180deg, orange, white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}

header .container .comen {
  width: 1441px;
  margin: 0 auto;
  z-index: 7;
  padding: 0 20px;
  position: relative;
}

header .container .comen .list {
  margin: 0 auto;
  width: 100%;
  height: 70px;
  display: flex;
  z-index: 7;
  align-items: center;
  justify-content: space-between;
}

header .container nav ul:first-of-type {
  display: flex;
  align-items: center;
  gap: 5px;
}

header .container nav ul:first-of-type h3 {
  font-size: 28px;
  color: #000;
}

header .container nav ul:first-of-type i {
  font-size: 30px;
  color: #fff;
  margin-right: 10px;
}

header .container nav ul:last-of-type {
  display: flex;
  align-items: center;
  gap: 30px;
}

header .container nav ul li a {
  font-size: 20px;
  color: #000;
  transition: 0.3s;
}

header .container nav ul li a:hover {
  color: red;
  text-decoration: underline;
}

header .container nav .icon {
  display: none;
}

header .container nav .icon i {
  font-size: 30px;
  color: #000;
  display: none;
}

header .container .menu.active {
  margin-left: 0;
}

header .container .menu {
  width: 300px;
  transition: all 0.6s ease-in-out;
  height: 100%;
  padding-top: 30px;
  margin-left: -100%;
  z-index: 777;
  position: fixed;
  text-align: center;
  top: 0;
  background-color: rgba(0, 0, 0, 0.715);
}

header .container .menu ul li {
  margin-top: 20px;
}

header .container .menu ul li a,
header .container .menu ul i:hover {
  color: red;
}

header .container .menu ul li a,
header .container .menu ul i {
  font-size: 17px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

header .container .menu ul i {
  margin-top: 20px;
  font-size: 40px;
}

@media (max-width: 880px) {
  header .container nav ul:last-of-type {
    display: none;
  }

  header .container nav .icon {
    display: block;
  }

  header .container nav .icon .fa-bars {
    display: block;
  }

  header .cardEven .swiper .text h1 {
    font-size: 25px;
  }

  header .container nav {
    padding: 0;
  }
}

header .cardEven {
  width: 100%;
  height: 835px;
  margin-top: 70px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header .cardEven .swiper {
  position: relative;
  z-index: 1;
}

header .cardEven .swiper .text {
  position: absolute;
  width: 100%;
  z-index: 7;
  margin: 0 auto;
  padding: 90px;
  text-align: center;
}

.b1 {
  background: linear-gradient(90deg, rgba(15, 15, 15, 0.515), transparent),
    url("../img/bahor.jpeg") no-repeat center center / cover;
}

.b2 {
  background: linear-gradient(90deg, rgba(15, 15, 15, 0.515), transparent),
    url("../img/doska.jpg") no-repeat center center / cover;
}

.b3 {
  background: linear-gradient(90deg, rgba(15, 15, 15, 0.515), transparent),
    url("../img/i.jpg") no-repeat center center / cover;
}

.b4 {
  background: linear-gradient(90deg, rgba(15, 15, 15, 0.515), transparent),
    url("../img/maysa.jpg") no-repeat center center / cover;
}

header .cardEven .swiper .text h1 {
  font-size: 70px;
  color: rgb(255, 255, 255);
  line-height: 100px;
  margin-top: 80px;
}

header .cardEven .swiper .text a {
  padding: 10px 20px;
  background-color: orange;
  transition: 0.3s;
  color: white;
  border-top-left-radius: 13px;
  border-bottom-right-radius: 13px;
}

header .cardEven .swiper .text a:hover {
  background-color: white;
  color: orange;
}

@media (max-width: 880px) {
  header .cardEven .swiper .text h1 {
    font-size: 25px;
    line-height: 30px;
  }

  header .cardEven .swiper .text p {
    font-size: 12px;
    color: rgb(255, 255, 255);
  }

  header .cardEven .swiper .text {
    padding: 0;
    padding-top: 90px;
  }

  header .cardEven {
    height: 600px;
  }
}

section {
  width: 100%;
  margin: 0 auto;
}

section .box1 {
  width: 100%;
  padding: 100px 20px;
}

section .box1 .history {
  width: 100%;
  height: 550px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 120px;
}

section .box1 .history .left {
  width: 700px;
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 2;
}

section .box1 .history .left img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  background: #e0e0e0;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
  z-index: 3;
}

section .box1 .history .left .me_left {
  width: 300px;
  height: 50px;
  position: absolute;
  transform: rotate(-90deg);
  left: -155px;
  background-color: #3586ff;
  border-radius: 20px;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
}

section .box1 .container h2 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
}

section .box1 .history .right {
  width: 650px;
  padding: 20px;
  height: 350px;
  position: absolute;
  right: 30px;
  z-index: 56;
  background-color: #fff;
  box-shadow: 0 0 10px black;
}

@media (max-width: 992px) {
  section .box1 .history .left img {
    display: none;
  }

  section .box1 span {
    display: none;
  }

  section .box1 .history {
    padding: 0;
    overflow: hidden;
  }

  section .box1 .history .left {
    width: 100%;
    height: 100%;
    padding: 0px;
    background: url("../img/photo_2023-03-21_11-23-34.jpg") no-repeat center center / cover;
  }

  section .box1 .history .left .me_left {
    display: none;
  }

  section .box1 .history .right {
    width: 100%;
    height: 250px;
    right: 0;
    transition: 0.3s;
    bottom: -250px;
    background-color: #3586ff;
  }

  section .box1 .history .right h1,
  section .box1 .history .right p {
    color: white;
  }

  section .box1 .history:hover .right {
    bottom: 0;
  }
}

.wawe {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 556;
  background: url("../img/wave.png");
  background-size: 1000px 100px;
}

.wawe.wawe1 {
  animation: animate 10s linear infinite;
  z-index: 555;
  opacity: 1;
  animation-delay: 0s;
  bottom: -2px;
}

.wawe.wawe2 {
  animation: animate2 15s linear infinite;
  z-index: 554;
  opacity: 0.5;
  animation-delay: -5s;
  bottom: 10px;
}

.wawe.wawe3 {
  animation: animate 10s linear infinite;
  z-index: 553;
  opacity: 0.2;
  animation-delay: -2s;
  bottom: 15;
}

.wawe.wawe4 {
  animation: animate2 5s linear infinite;
  z-index: 552;
  opacity: 0.7;
  animation-delay: -2s;
  bottom: 20;
}

section .box2 {
  width: 100%;
  position: relative;
  padding: 120px 20px;
  background-color: #3586ff;
}

section .box2 h1 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

section .box2 .jadval {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
}

section .box2 .swiper-slide {
  display: flex;
  overflow: hidden;
  padding: 20px;
  gap: 20px;
  justify-content: space-around;
}

@keyframes animate {
  0% {
    background-position-x: 0;
  }

  100% {
    background-position-x: 1000px;
  }
}

@keyframes animate2 {
  0% {
    background-position-x: 0;
  }

  100% {
    background-position-x: -1000px;
  }
}

.card-client {
  background: #fff;
  width: 13rem;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  border: 4px solid #7cdacc;
  box-shadow: 0 6px 10px rgba(207, 212, 222, 1);
  border-radius: 10px;
  text-align: center;
  color: #333;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
}

.card-client:hover {
  transform: translateY(-10px);
}

.user-picture {
  overflow: hidden;
  object-fit: cover;
  width: 5rem;
  height: 5rem;
  border: 4px solid #7cdacc;
  border-radius: 999px;
  display: flex;
  background: url('../img/man.jpeg')no-repeat center center / cover;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.name-client {
  margin: 0;
  margin-top: 20px;
  font-weight: 600;
  font-size: 18px;
}

.name-client span {
  display: block;
  font-weight: 200;
  font-size: 16px;
}

.social-media:before {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  margin: 20px 0;
  background: #7cdacc;
}

.social-media a {
  position: relative;
  margin-right: 15px;
  text-decoration: none;
  color: inherit;
}

.social-media a:last-child {
  margin-right: 0;
}

.social-media a svg {
  width: 1.1rem;
  fill: currentColor;
}

/*-- Tooltip Social Media --*/
.tooltip-social {
  background: #3586ff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 0.5rem 0.4rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -90%);
  transition: all 0.2s ease;
  z-index: 1;
}

.tooltip-social:after {
  content: " ";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border: solid;
  border-width: 10px 10px 0 10px;
  border-color: transparent;
  transform: translate(-50%, 100%);
}

.social-media a .tooltip-social:after {
  border-top-color: #262626;
}

.social-media a:hover .tooltip-social {
  opacity: 1;
  transform: translate(-50%, -130%);
}

@media (max-width:1000px) {

  section .box2 .swiper-slide .card-client:first-of-type,
  section .box2 .swiper-slide .card-client:last-of-type,
  section .box2 .swiper-slide .card-client:nth-child(3) {
    display: none;
  }
}

@media (max-width:500px) {
  section .box2 .swiper-slide .card-client:nth-child(2) {
    display: none;
  }

}

section .box3 {
  width: 100%;
  padding: 80px 30px;
}

section .box3 h2 {
  text-align: center;
  font-size: 35px;
  color: #000;
}

section .box3 .container .galarey {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}

section .box3 .container .galarey .images {
  width: 300px;
  height: 150px;
  overflow: hidden;
  position: relative;
}

section .box3 .container .galarey .images .bottom {
  width: 100%;
  height: 100%;
  background-color: #00000080;
  display: flex;
  align-items: center;
  z-index: 2;
  bottom: -200px;
  transition: 0.3s;
  position: absolute;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  justify-content: center;
}

section .box3 .container .galarey .images .bottom h2 {
  color: #fff;
}

section .box3 .container .galarey .images:hover .bottom {
  bottom: 0;
  cursor: pointer;
}

section .box3 .container .galarey .images img {
  z-index: 1;
  width: 100%;
  position: absolute;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  height: 100%;
}

@media (max-width:880px) {

  section .box3 .container .galarey .images:first-of-type,
  section .box3 .container .galarey .images:nth-child(3),
  section .box3 .container .galarey .images:nth-child(5),
  section .box3 .container .galarey .images:nth-child(11),
  section .box3 .container .galarey .images:nth-child(12),
  section .box3 .container .galarey .images:nth-child(10),
  section .box3 .container .galarey .images:nth-child(9),
  section .box3 .container .galarey .images:nth-child(7) {
    display: none;
  }
}

section .box4 {
  width: 100%;
  position: relative;
  padding: 100px 25px;
  background-color: #3586ff;
}

section .box4 .container h1 {
  text-align: center;
  color: #fff;
  font-size: 35px
}

section .box4 .container .book {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: space-around;
  width: 100%;
  height: auto;
  padding: 30px 0;
}

section .box4 .container .book .books {
  max-width: 380px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

section .box4 .container .book .books .left {
  width: 150px;
  height: 100%;
}

section .box4 .container .book .books .left img {
  width: 100%;
  height: 100%;
}

section .box4 .container .book .books .right {
  width: 200px;
  height: 100%;
  padding: 20px;
}

section .box4 .container .book .books .right h2 {
  color: #000;
  margin-left: 15px;
}

section .box4 .container .book .books .right p {
  line-height: 20px;
}

section .box7 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 150px;
  justify-content: space-around;
}

section .box7 .card {
  width: 350px;
  background-color: #fff;
  height: 500px;
  position: relative;
  margin: 50px 15px;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
  overflow: hidden;
  transition: 0.3s;
}

section .box7 .card .new {
  width: 100%;
  height: 30px;
  background-color: red;
  display: flex;
  align-items: center;
  position: absolute;
  top: 7px;
  right: -150px;
  transform: rotate(45deg);
  z-index: 2;
  transition: 0.3s;
  justify-content: center;
}

section .box7 .card .new p {
  font-size: 19px;
  color: #fff;
}

section .box7 .card img {
  width: 130%;
  position: absolute;
  top: -20px;
  left: -30px;
  transition: 0.3s;
  z-index: 1;
  object-fit: cover;
}

section .container .j1 {
  font-size: 35px;
  padding-top: 50px;
  text-align: center;
  color: #000;
}

section .box7 .card .intro p {
  color: #fff;
}

section .box7 .card .intro {
  width: 100%;
  position: absolute;
  top: 218px;
  transition: 0.3s;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px;
  z-index: 3;
  background-color: #3586ff;
}

section .box7 .card:hover {
  border-radius: 20px;
  cursor: pointer;
}

section .box7 .card:hover .new {
  right: -195px;
  top: -25px;
}

section .box7 .card:hover img {
  transform: scale(0.9);
}

@media (max-width: 1060px) {

  section .box7 .card:first-of-type,
  section .box7 .card:last-of-type {
    display: none;
  }
}

section .box7 .card .div {
  position: absolute;
  bottom: 10px;
  left: 28%;
}

section .box7 .card .div a:hover {
  background-color: white;
  border: 1px solid #000;
  color: orange;
}

section .box7 .card .div strong {
  background-color: transparent;
  width: 143px;
  height: 43px;
  border: 1px solid #000;
  margin-top: -22px;
  margin-left: 10px;
  display: block;
  border-top-left-radius: 13px;
  border-bottom-right-radius: 13px;
}

section .box7 .card .div a {
  padding: 10px 20px;
  background-color: orange;
  transition: 0.3s;
  color: white;
  border-top-left-radius: 13px;
  border-bottom-right-radius: 13px;
}

footer {
  position: relative;
  width: 100%;
  background: #3586ff;
  min-height: 100px;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

footer .social_icon,
footer .menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

footer .social_icon li,
footer .menu li {
  list-style: none;
}

footer .social_icon li a,
footer .menu li a {
  font-size: 2em;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}

footer .social_icon li a:hover {
  transform: rotateY("-10px");
}

footer .menu li a {
  font-size: 1.2em;
  color: #fff;
  margin: 0px 10;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
}

footer .menu li a:hover {
  opacity: 1;
}

footer p {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.1em;
}

footer .wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../img/kok.png");
  background-size: 1000px 100px;
}

footer .wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWave 4s linear infinite;
}

footer .wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animateWave_02 4s linear infinite;
}

footer .wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWave 3s linear infinite;
}

footer .wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animateWave_02 3s linear infinite;
}

@keyframes animateWave {
  0% {
    background-position-x: 1000px;
  }

  100% {
    background-position-x: 0px;
  }
}

@keyframes animateWave_02 {
  0% {
    background-position-x: 0px;
  }

  100% {
    background-position-x: 1000px;
  }
}
