:root {
  --raleway: "Raleway", sans-serif;
  --poppins: "Poppins", sans-serif;
  --main: rgba(1, 22, 39, 0.87);
  --secondary: #28c6b1;
  --tertiary: #eed6bb;
  --gradient-1: linear-gradient(0deg,
      rgba(1, 22, 39, 0.9) 0%,
      rgba(1, 22, 39, 0.9) 100%);
  --text: ;
  --active-color: #41ead4;
  --white-50: #dcdcdc;
}

* {
  font-family: var(--raleway);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0 !important;
}

body {
  margin: 0;
  background: linear-gradient(0deg, #011627 0%, #011627 100%),
    linear-gradient(0deg, #fff 0%, #fff 100%),
    linear-gradient(180deg, #080431 0%, #160761 100%);
  overflow-x: hidden;
  transition: all .3s ease;
}

body::-webkit-scrollbar {
  display: none;
  background-color: transparent;
  width: 10px;
  transition: all .3s ease;
}

body::-webkit-scrollbar-thumb {
  background: var(--active-color);
  border-radius: 16px;
}

body.show::-webkit-scrollbar {
  width: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 126px;
  background: var(--main);
  color: #fff;
  text-align: center;
  z-index: 99;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}

header nav {
  flex: 1;
}

.navbar-brand {
  width: 100px;
  height: 100px;
  display: block;
  padding: 0 !important;
}

.navbar-brand img {
  width: 100%;
  height: 100%;
}

.header-hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.offcanvas::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("./assets/offcanvas-bg-img.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}

.offcanvas::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.9;
  background: var(--gradient-1);
  /* Linear gradient as the top layer */
  z-index: -1;
  /* Place the linear gradient on top of the image */
}

.offcanvas-header {
  padding: 42px 24px;
}

.navbar-toggler,
.offcanvas-close-btn {
  color: #fff;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: transparent;
  outline: none;
}

.navbar-toggler svg,
.offcanvas-close-btn svg {
  width: 24px;
  height: 24px;
}

.navbar-menu {
  gap: 40px;
  text-align: center;
}

.navbar-lang {
  justify-content: center;
}

.lang {
  color: #a0a0a0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  /* 14.4px */
}

.active-lang {
  color: #fff !important;
}

.offcanvas-body {
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  gap: 5rem;
}

.nav-link {
  color: #fff !important;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  transition: all .3s ease;
}

.nav-link:hover {
  color: var(--active-color) !important;
}

.active {
  color: var(--active-color) !important;
}

.paragraph {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

.title {
  color: #fff;
  text-align: start;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
}

.order-btn {
  width: 300px;
  max-width: 640px;
  border-radius: 10px;
  background: var(--secondary);
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 13px 40px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */

  transition: all .3s ease;
}

.order-btn:hover {
  background: transparent;
  color: var(--active-color);
  box-shadow: 0px 0px 10px 0px rgba(40, 198, 177, 1);
}

.gap-50 {
  gap: 50px;
}

.gap-30 {
  gap: 30px;
}

footer {
  padding: 30px 0 90px 0;
  background-color: #011627;
}

footer .logo {
  width: 130px;
  height: 130px;
}

footer a {
  text-decoration: none;
  color: #e4e4e4;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: var(--poppins) !important;
}

.icon-cover {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer h2 {
  color: #e4e4e4;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

footer p {
  color: #e4e4e4;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.icon-cover svg {
  width: 16px;
  height: 16px;
  color: var(--active-color);
}

.contacts {
  gap: 20px;
  margin-top: 30px;
}

.outline-btn {
  display: flex;
  width: 100%;
  padding: 21px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--active-color);
  border: 1px solid var(--active-color);
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */

}

.advantages-slider {
  margin-top: 40px;
  padding: 10px 0;
}

.advantages-item {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--active-color);
  box-shadow: 6px 6px 0px 0px rgba(65, 234, 212, 0.3);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */

  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #011627;
  min-height: 240px;
}

.advantages-item.main {
  margin-top: 50px;
  width: 100%;
  padding: 30px 50px 50px 50px;
}

.advantages-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.advantages-item p {
  font-size: 16px;
  font-weight: 400;

}

#form {
  background: linear-gradient(180deg, #297681 0%, #092e3c 100%), #fff;
}

#form .container {
  padding-top: 40px;
}

#form form {
  padding: 40px 0;
}

#form p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-top: 30px !important;
}

/* test */

#request-sent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #130902;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.7s ease;
  z-index: -1;
}

#request-sent.active {
  z-index: 2;
  opacity: 1;
}

.input-cover {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.input-cover input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #636363;
  transition: all 0.3s ease;
  padding-left: 15px;
  background: transparent;
  color: #f1f1f1;
  font-family: var(--poppins);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 25.5px */
  fill: white;
}

.input-cover textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #636363;
  transition: all 0.3s ease;
  padding-left: 15px;
  background: transparent;
  color: #f1f1f1;
  font-family: var(--poppins);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 25.5px */
  outline: none;
}

.inputs label {
  color: #ebebeb;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 25.5px */
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.input-ccover input::placeholder {
  color: #636363;
}

.inputs label svg {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

.input-cover label {
  color: #ebebeb;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 25.5px */
  transition: all 0.3s ease;
}

.input-cover label span {
  font-weight: 400;
  font-size: 14px;
}

.input-cover input:focus,
.inputs select:focus,
.inputs textarea:focus {
  outline: none;
  border-color: #fff;
}

.inputs {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  gap: 30px;
  padding: 40px 0;
}

.inputs select {
  border: none;
  background: transparent;
  outline: none;
  color: white;
  text-transform: capitalize;
  height: 40px;
  border-bottom: 1px solid #636363;
  cursor: pointer;
}

.inputs select option {
  background: #154a57;
  font-size: 16px;
  font-weight: 400;
  color: #ebebeb;
  text-transform: capitalize;
}

#form-submit {
  width: 100%;
  border: none;
}

.hidden-input {
  display: none;
  flex-direction: column;
  gap: 30px;
  animation: fadeDown 0.5s ease forwards;
}

.form-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 250%;
  min-height: 320px;
}

#reviews {
  padding: 100px 0;
}

.review-item {
  padding: 30px 20px;
  border-radius: 10px;
  border: 1px solid var(--active-color);
  box-shadow: 6px 6px 0px 0px rgba(65, 234, 212, 0.3);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  gap: 30px;
  height: 100%;
}

#reviews .slider {
  position: relative;
  padding-top: 140px;
}

.slider {
  padding: 10px 0;
}

.slider .swiper-slide {
  height: auto;
}

.slider-button-next,
.slider-button-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 50px;
  background: rgba(255, 255, 255, 0.1);
}

.slider-button-prev {
  transform: rotateY(180deg);
}

.slider-button-next {
  left: 70px;
}

.review-item h4 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
}

.review-item p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.reviews-slider {
  padding: 10px 0;
}

#reviews {
  overflow: hidden;
}

.slider {
  width: 100vw;
}

/* .w-screen {
  width: calc(100vw - 20.16px);
} */

section {
  position: relative;
  z-index: 3;
}

.swiper-slide {
  user-select: none;
}

#social-icons {
  position: fixed;
  right: 5px;
  top: 33%;
  z-index: 100;
  width: 50px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: all .3s ease;
  transform: translateX(200%);
}

/* 
.absolute-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.green-blur-top {
  position: absolute;
  width: 360px;
  height: 420px;
  top: 12%;
  left: -4%;
  transform: rotate(-26deg);
  z-index: 1;
}



.purple-blur-top {
  position: absolute;
  width: 1070px;
  height: 1016px;
  top: 15%;
  left: -15%;
  z-index: -1;
}

.big-green-top {
  position: absolute;
  top: 16%;
  left: -1%;
  z-index: -1;
}

.big-purple-top {
  position: absolute;
  top: 19%;
  left: 56%;
  z-index: -1;
}

.green-bottom {
  position: absolute;
  left: 0;
  bottom: 35%;
  z-index: -1;
}

.green-bottom-right {
  position: absolute;
  right: 0;
  bottom: 25%;
  z-index: -1;
}

.green-blur-top svg,
.purple-blur-top svg,
.big-green-top svg,
.big-purple-top,
.green-bottom-right svg,
.green-bottom svg {
  width: 100%;
  filter: blur(50px);

} */

@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 1024px) {
  .offcanvas::after {
    background-image: none;
  }

  .title {
    font-size: 36px;
  }

  .paragraph {
    font-size: 20px;
  }

  .form-img {
    background-size: auto;
  }

  footer .logo {
    width: 160px;
    height: 160px;
  }

  .navbar-brand {
    width: 120px;
    height: 120px;
  }

  .footer-column {
    padding-left: 10px;
  }

  .inputs {
    grid-template-columns: repeat(2, calc(50% - 15px));
  }

  .input-cover:last-of-type {
    grid-column: span 2;
  }

  .input-cover label {
    font-size: 18px;
  }

  .review-item h4,
  .review-item p {
    font-size: 18px;
  }

  #form form {
    padding: 50px 0 120px;
  }

  #social-icons {
    right: 15px;
  }

  #social-icons .icon-cover {
    width: 50px;
    height: 50px;
  }

  #social-icons .icon-cover svg {
    width: 24px;
    height: 24px;
  }
}