@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: 20px;
    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: 7777;
    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: 7777;
    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;
    z-index: 7;
    margin: 0 auto;
    padding: 90px;
}

.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);
    margin-top: 80px;
}

header .cardEven .swiper .text p {
    font-size: 20px;
    color: rgb(255, 255, 255);
}

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;
}

header .cardEven .swiper .text span {
    background-color: transparent;
    width: 151px;
    height: 43px;
    border: 1px solid white;
    margin-top: -22px;
    margin-left: 10px;
    display: block;
    border-top-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

@media (max-width: 880px) {
    header .cardEven .swiper .text h1 {
        font-size: 25px;
    }

    header .cardEven .swiper .text p {
        font-size: 12px;
        color: rgb(255, 255, 255);
    }

    header .cardEven .swiper .text {
        padding: 0;
        padding-top: 90px;
        padding-left: 40px;
    }

    header .cardEven {
        height: 600px;
    }
}

section .box1 {
    width: 100%;
    height: auto;
    padding: 100px 10px;
}

section .box1 h1 {
    text-align: center;
    font-size: 35px;
}

section .box1 .crad_even {
    width: 800px;
    min-height: 500px;
    padding: 20px;
    /* background-color: red; */
}

section .box1 .crad_even hr{
    width: 5%;
    background-color: #000;
    height: 4px;
}

section .box1 .crad_even .one{
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
    justify-content: start;
}
section .box1 .crad_even .one i{
    font-size: 35px;
    color: #e85d00;
}

section .box1 .crad_even .top{
    align-items: start;
}

section .box1 .crad_even .one span p{
    font-size: 19px;
}

section .box1 .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 550px;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
}

.title {
    font-size: 28px;
    color: royalblue;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.title::before,
.title::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 0px;
    background-color: royalblue;
}

.title::before {
    width: 18px;
    height: 18px;
    background-color: royalblue;
}

.title::after {
    width: 18px;
    height: 18px;
    animation: pulse 1s linear infinite;
}

.message,
.signin {
    color: rgba(88, 87, 87, 0.822);
    font-size: 14px;
}

.signin {
    text-align: center;
}

.signin a {
    color: royalblue;
}

.signin a:hover {
    text-decoration: underline royalblue;
}

.flex {
    display: flex;
    width: 100%;
    gap: 6px;
}

.form label {
    position: relative;
}

.form label .input {
    width: 100%;
    padding: 10px 10px 20px 10px;
    outline: 0;
    border: 1px solid rgba(105, 105, 105, 0.397);
    border-radius: 10px;
}

.form label .input+span {
    position: absolute;
    left: 10px;
    top: 15px;
    color: grey;
    font-size: 0.9em;
    cursor: text;
    transition: 0.3s ease;
}

.form label .input:placeholder-shown+span {
    top: 15px;
    font-size: 0.9em;
}

.form label .input:focus+span,
.form label .input:valid+span {
    top: 30px;
    font-size: 0.7em;
    font-weight: 600;
}

.form label .input:valid+span {
    color: green;
}

.submit {
    border: none;
    outline: none;
    background-color: royalblue;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    transform: .3s ease;
}

.submit:hover {
    background-color: rgb(56, 90, 194);
}

@keyframes pulse {
    from {
        transform: scale(0.9);
        opacity: 1;
    }

    to {
        transform: scale(1.8);
        opacity: 0;
    }
}

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;
    }
  }
  