:root {
  --color-blue: #22b9ff;
  --color-black: #1e1e1e;
  --color-orange: #ff5722;
  --color-white: #ffffff;
  --color-light-grey: #3f3f3f;
  --color-light-grey2: #999999;
  --color-grey: #262626;
  --color-grey-op: #26262600;
  --color-green: #83c72d;
  --color-yellow: #e6e956;
  --color-red: #ff3d3d;
}

*::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 15px;
}

*::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: var(--color-black);
}

*::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: var(--color-orange);
}

html,
body {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: "Furore", sans-serif;
  background: var(--color-black);
  color: var(--color-white);
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

a:hover {
  color: var(--color-orange);
  text-decoration: none;
}

svg > *[stroke] {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

a:hover svg > *[stroke] {
  stroke: var(--color-orange);
  text-decoration: none;
}

@media (min-width: 1080px) {
  .container {
    max-width: 1060px;
  }
}

div[class^="col-"] {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}

header {
  position: relative;
}

header .logo {
  text-align: center;
  margin: 30px 0 65px;
}

header .logo img {
  max-height: 54px;
}

header .language {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tag-line {
  font-size: 44px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 70px;
}

.tag-line span:after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: var(--color-white);
  position: absolute;
  left: 50%;
  bottom: -50px;
}

.sub-tag-line {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: var(--color-orange);
  margin-bottom: 52px;
}

.products {
  margin-bottom: 47px;
}

.products .card {
  min-height: 450px;
  background: linear-gradient(
    180deg,
    var(--color-grey) 0%,
    var(--color-grey-op) 63.02%
  );
  border-radius: 20px;
  border: 1px solid var(--color-light-grey);
  padding: 20px 15px 15px;
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.products .card .fake-qr-button {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 60px;
  height: 60px;
  z-index: 99;
}

.products .card .title {
  font-family: "Furore", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  height: 33px;
  padding-top: 10px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.products .card .image {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  width: 100%;
  display: flex;
  justify-content: center;
}

.products .card .image {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  width: 100%;
}

.products .card .image:hover {
  transform: scale(1.2);
  margin-top: 20px;
}

.products .card .caption {
  display: flex;
  position: absolute;
  top: 375px;
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.products .card .caption .qr-code-button {
  display: block;
  background-color: var(--color-black);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.products .card .caption-mobile {
  display: none;
}

.products .card .caption .text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  margin: auto;
  margin-left: 15px;
  margin-right: 30px;
}

.products .card .qr-code {
  position: absolute;
  transition: all 0.4s ease;
  left: 0;
  top: 100%;
  opacity: 0;
  max-width: calc(100% - 30px);
  border-radius: 10px;
  border: 1px solid var(--color-light-grey);
  padding: 37px;
  margin: 15px;
}

/*hover*/

.products .card.hover .title {
  padding-top: 0;
  font-size: 10px;
  line-height: 12px;
}

.products .card.hover .image {
  width: 70px;
}

.products .card.hover .caption {
  top: 48px;
}

.products .card.hover .caption .qr-code-button {
  opacity: 0;
}

.products .card.hover .qr-code {
  top: 118px;
  opacity: 1;
}

.products .swiper.hover .swiper-horizontal > .swiper-pagination-bullets,
.products .swiper.hover .swiper-pagination-bullets.swiper-pagination-horizontal,
.products .swiper.hover .swiper-button-next-custom,
.products .swiper.hover .swiper-button-prev-custom {
  bottom: 117px;
  opacity: 1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.products .swiper.hover .swiper-horizontal > .swiper-pagination-bullets,
.products .swiper.hover .swiper-pagination-bullets.swiper-pagination-horizontal,
.products .swiper.hover .swiper-button-next-custom,
.products .swiper.hover .swiper-button-prev-custom {
  bottom: 320px;
  opacity: 0;
}
/*hover*/

.products .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin: 6px;
  border-radius: 50%;
  border: 1px solid var(--color-light-grey);
}

.products .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 117px;
}

.products .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
}

.products .swiper-pagination #swiper-pagination-bullet-1 {
  background-color: var(--color-yellow);
}

.products .swiper-pagination #swiper-pagination-bullet-2 {
  background-color: var(--color-light-grey2);
}

.products .swiper-pagination #swiper-pagination-bullet-3 {
  background-color: var(--color-red);
}

.products .swiper-pagination #swiper-pagination-bullet-4 {
  background-color: var(--color-blue);
}

/* .products .swiper-pagination #swiper-pagination-bullet-5 {
    background-color: var(--color-white);
} */

.swiper-button-next-custom,
.swiper-button-prev-custom {
  position: absolute;
  bottom: 113px;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-light-grey);
  border-radius: 50%;
}

.swiper-button-next-custom {
  transform: rotate(180deg);

  right: 15px;
  left: auto;
}

.swiper-button-prev-custom {
  left: 15px;
  right: auto;
}

.modal .modal-header {
  color: var(--color-grey);
}

.modal .modal-body {
  justify-content: center;
  align-items: center;
}

.modal .modal-body img {
  max-width: 100%;
}

/*cart*/
.cart header .logo img {
  max-width: 80px;
}

.cart .logo .tag-line {
  font-size: 24px;
}

.cart .cart-item {
  display: flex;
  padding: 20px 10px;
  background: linear-gradient(
    180deg,
    var(--color-grey) 0%,
    var(--color-grey-op) 63.02%
  );
  border-radius: 10px;
  border: 1px solid var(--color-light-grey);
}

.cart .cart-item .image {
  padding-right: 20px;
}

.cart .cart-item .captain {
  margin: auto 0;
}

.cart .cart-item .captain .title {
  font-family: "Furore", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.cart .cart-item .captain .title span {
  display: inline-flex;
  width: 10px;
  height: 10px;
  background: var(--color-red);
  border-radius: 50%;
  margin-left: 10px;
}

.cart .cart-item .captain .price {
  font-family: "Furore", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: var(--color-orange);
  margin: 0;
}

.cart .line {
  margin: 15px 0 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cart .total {
  display: flex;
  justify-content: space-between;
  font-family: "Furore", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.05em;
}

.cart .total .total-trice {
  font-size: 14px;
}

/*cart*/

/*form*/

.form-title {
  font-family: "Furore", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 50px 0 20px;
}

.form-group {
  margin-bottom: 15px;
  line-height: 0;
}

.form-control:focus {
  border-color: var(--color-orange);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(255 87 34 / 25%);
}

.form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  font-family: "Furore", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  color: var(--color-light-grey2);
  height: 40px;
  margin-bottom: 0;
}

.form-group label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

.payment .pay-item {
  height: 70px;
  display: grid;
  justify-items: center;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.03em;
}

.payment .pay-item.pay-item-white {
  background: var(--color-white);
  color: var(--color-black);
}

.custom-btn {
  width: 100%;
  background: rgba(255, 56, 38, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  border-color: var(--color-orange);
  color: var(--color-orange);
  margin-top: 15px;
  padding: 23px;
}

.custom-btn:hover {
  background: rgb(255 87 34 / 25%);
  border-color: var(--color-orange);
  box-shadow: 0 0 0 0.2rem rgb(255 87 34 / 25%);
}

.form {
  margin-bottom: 80px;
}

/*form*/

footer {
  border-top: 1px solid;
}

footer .logo-container {
  margin: 30px 0 40px;
  display: flex;
  justify-content: space-between;
}

footer .logo-container .home {
  position: relative;
}

footer .logo-container .home span:before {
  position: relative;
}

footer .copy {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  header .logo {
    margin-bottom: 46px;
  }

  .cart header .logo {
    margin-bottom: 20px;
  }

  .tag-line {
    font-size: 36px;
  }

  .cart .tag-line {
    font-size: 24px;
    padding: 0 40px;
    margin-bottom: 30px;
  }

  .sub-tag-line {
    font-size: 17px;
  }

  .products .card {
    padding-top: 30px;
    margin-bottom: 20px;
    min-height: inherit;
  }

  .products .card .caption {
    display: none;
  }

  .products .card .fake-qr-button {
    display: none;
  }

  .products .card .caption-mobile {
    display: block;
    bottom: 14px;
  }

  .products .card .caption-mobile p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #ffffff;
    opacity: 0.8;
    padding: 0px 40px;
    margin-bottom: 0;
  }

  footer .copy {
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .products .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 78px;
  }

  .swiper-button-next-custom,
  .swiper-button-prev-custom {
    bottom: 74px;
  }
}
.cart_image {
  padding-top: 20px;
}
