@font-face {
  font-family: "Courier";
  src: local("Courier"), url("./assets/font/Courier_New.ttf");
}

body {
  background-color: #000;
  font-family: "Courier";
  color: #1d83c8;
}

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "Courier" !important;
}

a {
  text-decoration: none;
  color: unset;
}

header {
  padding: 100px 0 50px;
}
header img {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 1279px;
}

@media screen and (max-width: 678px) {
  header {
    padding: 20px 0;
    max-width: 95%;
    margin: auto;
  }
}

@media screen and (max-width: 500px) {
  .mobile-logo {
    display: block !important;
    margin-bottom: 10px;
  }
}

.mobile-logo {
  display: none;
}

header img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1279px;
  object-fit: contain;
  margin-bottom: 10px;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 20px 0;
  width: 1279px;
  max-width: 95%;
  font-size: 12px;
}

@media screen and (max-width: 500px) {
  nav {
    max-width: 95%;
    font-size: 8px;
    padding: 0;
  }
  .layout {
    padding-top: 30px !important;
    width: auto !important;
    max-width: 95% !important;
    gap: 30px !important;
  }
  .videos {
    width: auto !important;
    max-width: 95% !important;
  }
  footer > div {
    width: auto !important;
    max-width: 95% !important;
  }
  footer .mobile-footer {
    display: block !important;
  }
  footer .img-2 {
    display: none !important;
  }
  footer .footer-desc {
    flex-direction: column;
    align-items: flex-start !important;
  }
  footer .mobile-display {
    display: flex !important;
    width: 100%;
    justify-content: space-between;
    padding-top: 10px;
  }
  nav img {
    height: 8px !important;
  }
  .center-nav {
    width: 75% !important;
  }
}

.mobile-footer {
  display: none;
}

nav img {
  height: 10px;
}

.layout {
  width: 1279px;
  padding-top: 100px;
  margin: auto;
  max-width: 95%;
  display: flex;
  justify-content: center;
}

.right-column .product:nth-child(2) {
  margin-top: 120px;
}

.right-column .product:nth-child(2) {
  margin-top: 70px;
}

.left-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 50%;
}

.right-column {
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 50%;
}

.product img {
  display: block;
  margin: auto;
}

.product .img-small-size {
  width: 300px;
  max-width: 100%;
}

.product .img-medium-size {
  max-height: 500px;
  max-width: 100%;
}

.product .img-big-size {
  max-height: 600px;
  max-width: 100%;
}

.product-info h1 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.product-info {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
}

.videos {
  margin-top: 100px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  max-width: 95%;
  width: 1279px;
  margin: 100px auto;
}

.videos div {
  width: 50%;
}

.videos iframe {
  width: 100%;
  height: 315px;
}

.videos div:first-child {
  align-self: flex-end !important;
}

.videos div:last-child {
  align-self: flex-start !important;
}

@media screen and (max-width: 678px) {
  .videos div:first-child {
    align-self: center;
  }

  .videos div:last-child {
    align-self: center;
  }
  .videos div {
    width: 100%;
  }
  .videos {
    gap: 50px;
  }
}

.videos div p {
  text-align: center;
  margin-top: 20px;
}

footer {
  background-color: #093b9f;
  color: #1d83c8;
  padding: 30px 0;
  font-size: 10px;
}

footer > div {
  width: 1279px;
  max-width: 95%;
  margin: auto;
  display: grid;
  align-items: flex-end;
  grid-template-columns: 2fr 1fr 1fr;
}

@media screen and (max-width: 678px) {
  footer > div {
    grid-template-columns: 1fr 1fr;
  }
}

footer .footer-links {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

footer .footer-global-links {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

footer .footer-links a {
  text-transform: uppercase;
}

footer .footer-desc {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}

footer .logo-footer {
  margin-bottom: 30px;
}

footer .img-2 {
  display: flex;
  justify-content: flex-end;
}

footer .img-3 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

footer .img-3 .mobile-footer {
  display: none;
}

.product-iframe {
  width: 1279px;
  max-width: 95%;
  margin: auto;
  padding: 100px 0;
}

/* .product-iframe > div{
    border: 1px solid white;
    width: 80%;
    margin: auto;
    text-align: center;
    height: 600px;
} */

.center-nav {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.center-nav div {
  cursor: pointer;
}

.coming-soon {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.coming-soon h1 {
  font-size: 8px;
  color: #fff;
}

.cgv {
  color: #1d83c8;
  width: 1279px;
  max-width: 95%;
  padding: 80px 0;
  margin: auto;
}

.cgv h1 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

.shopify-buy__carousel {
  display: none !important;
}

.shopify-buy__carousel-item::before {
  display: none !important;
}

.img-product {
  max-width: 100%;
  width: 1000px;
  margin: auto;
  display: block;
}

.hover {
  position: relative;
}

.hover img {
  transition: opacity 0.3s ease-in-out;
}
.hover img:last-of-type {
  position: absolute !important;
  opacity: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 700px) {
  .hover:hover img:last-of-type {
    opacity: 1;
  }

  .hover:hover img:first-of-type {
    opacity: 0;
  }
}
