/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap");

/*=============== VARIABLES CSS ===============*/
:root {
  --header-height: 3rem;
  /*========== Colors ==========*/
  --hue-color: 260;
  --black-color: hsl(var(--hue-color), 4%, 4%);
  --black-color-alt: hsl(var(--hue-color), 4%, 8%);
  --title-color: hsl(var(--hue-color), 4%, 95%);
  --text-color: hsl(var(--hue-color), 4%, 75%);
  --text-color-light: hsl(var(--hue-color), 4%, 65%);
  --white-color: #FFF;
  --body-color: hsl(var(--hue-color), 4%, 6%);
  --container-color: hsl(var(--hue-color), 4%, 10%);
  --text-gradient: linear-gradient(hsl(var(--hue-color), 0%, 47%), hsl(var(--hue-color), 0%, 17%));
  --scroll-thumb-color: hsl(var(--hue-color), 4%, 16%);
  --scroll-thumb-color-alt: hsl(var(--hue-color), 4%, 20%);
  /*========== Font and typography ==========*/
  --body-font: 'Poppins', sans-serif;
  --biggest-font-size: 5rem;
  --bigger-font-size: 3.5rem;
  --big-font-size: 2.5rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1.125rem;
  --normal-font-size: .938rem;
  --small-font-size: .813rem;
  --smaller-font-size: .75rem;
  --text-line-height: 2rem;
  /*========== Font weight ==========*/
  --font-medium: 500;
  --font-semi-bold: 600;
  /*========== Margenes Bottom ==========*/
  --mb-0-5: .5rem;
  --mb-0-75: .75rem;
  --mb-1: 1rem;
  --mb-1-5: 1.5rem;
  --mb-2: 2rem;
  --mb-2-5: 2.5rem;
  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

/* diger */

.btn .btn-dark {
  text-align: center;
  margin-top: 50px;
}

.card-container {


  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  height: auto;
  width: 100vh;
  margin-bottom: 15vh;



}


@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}

:root {
  --card-height: 50vh;
  --card-width: 100vh;
}



.card {

  display: flex;
  left: 55%;

  align-items: center;
  flex-direction: row;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-sizing: border-box;

  background-image: url(../img/diger1.png);
  background-size: cover;
  width: var(--card-width);
  height: var(--card-height);
  padding: 3px;
  position: relative;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  font-size: 1.5em;
  color: rgb(88 199 250 / 0%);
  cursor: pointer;
  font-family: 'orbitron';

  margin-right: 100px;

  justify-content: center;
  color: white;
}

.card2 {
  background-image: url(../img/diger2.png);
  background-size: cover;
  font-family: 'orbitron';
  color: white;
}

.card:hover {
  color: rgb(88 199 250 / 100%);
  transition: color 1s;
}

.card:hover:before,
.card:hover:after {
  animation: none;
  opacity: 0;
}

.card::before {
  content: "";
  width: 104%;
  height: 102%;
  border-radius: 8px;
  background-image: linear-gradient(var(--rotate),
      #5ddcff,
      #3c67e3 43%,
      #4e00c2);
  position: absolute;
  z-index: -1;
  top: -1%;
  left: -2%;
  animation: spin 2.5s linear infinite;
}

.card::after {
  position: absolute;
  content: "";
  top: calc(var(--card-height) / 6);
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.8);
  filter: blur(calc(var(--card-height) / 6));
  background-image: linear-gradient(var(--rotate),
      #5ddcff,
      #3c67e3 43%,
      #4e00c2);
  opacity: 1;
  transition: opacity 0.5s;
  animation: spin 2.5s linear infinite;
}

@keyframes spin {
  0% {
    --rotate: 0deg;
  }

  100% {
    --rotate: 360deg;
  }
}

a {

  margin-top: 2rem;
}

.diger {
  margin-top: 100px;
  margin-bottom: 5px;
}

.diger span {

  font-family: 'orbitron';

}


/* css slider */
.slider {
  height: 100vh;
  margin-top: -50px;
  position: relative;
  top: 50px;
}


.inside-logo {
  position: absolute;
  margin: auto;
  top: 10px;
  left: 0;
  right: 0;
  width: 5%;
}

.content-inside-product .inside-pic {
  position: absolute;
  margin: auto;
  top: 50px;
  left: 130px;

  width: 20%;
}

.content-inside-product .slider-brand-inside {

  position: absolute;
  margin: auto;
  top: 300px;
  left: 100px;


  color: white;
}

.inside-tumb {
  position: absolute;
  margin: auto;
  top: 350px;
  left: 10px;
  width: 30%;
  text-align: center;
  color: white;
  font-size: x-large;
  font-family: 'orbitron';
  padding-top: 150px;
  
}

@media (max-width: 768px) {
  .inside-tumb {
   position: absolute;
  top: 52%;
  left: 45px;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 400px;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  font-family: 'Orbitron', sans-serif;
  padding: 10px;
  box-sizing: border-box;
  }
}


@media (max-width: 480px) {
  .inside-tumb {
    font-size: 0.9rem;
    
  }
}


.slider-h2 {
  font-family: 'orbitron';

}

.slider-brand {
  font-family: 'orbitron';
  text-size-adjust: 100px;
  font-size: 50px;
}

.slider-brand-inside {
  font-family: 'orbitron';
  text-size-adjust: 100px;
  font-size: 50px;
  top: 5px;
  bottom: 20px;
  text-align: center;
}

.slider-brand-2 {
  font-family: 'orbitron';
}

.slider .list .item {
  position: absolute;
  inset: 0px;
  overflow: hidden;
  opacity: 0;
  transition: .5s;
}

.slider .list .item img {

  object-fit: cover;
}

.slider .list .item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #000 10%, transparent);
}

.slider .list .item .content {
  position: absolute;
  left: 10%;
  top: 20%;
  width: 500px;
  max-width: 80%;
  z-index: 1;
}

.slider .list .item .content p:nth-child(1) {
  text-transform: uppercase;
  letter-spacing: 10px;
}

.slider .list .item .content h2 {
  font-size: 100px;
  margin: 0;
}

.slider .list .item.active {
  opacity: 1;
  z-index: 10;
}

@keyframes showContent {
  to {
    transform: translateY(0);
    filter: blur(0);
    opacity: 1;
  }
}

.slider .list .item.active p:nth-child(1),
.slider .list .item.active h2,
.slider .list .item.active p:nth-child(3) {
  transform: translateY(30px);
  filter: blur(20px);
  opacity: 0;
  animation: showContent .5s .7s ease-in-out 1 forwards;
}

.slider .list .item.active h2 {
  animation-delay: 1s;
}

.slider .list .item.active p:nth-child(3) {
  animation-duration: 1.3s;
}

.arrows {
  position: absolute;
  top: 30%;
  right: 50px;
  z-index: 100;
}

.arrows button {
  background-color: #eee5;
  border: none;
  font-family: monospace;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: x-large;
  color: #eee;
  transition: .5s;
  visibility: hidden;
}

.arrows button:hover {
  background-color: #eee;
  color: black;
}

.thumbnail {
  position: absolute;
  top: 795px;
  z-index: 11;
  display: flex;
  gap: 10px;
  width: 100%;
  height: 350px;
  padding: 0 50px;
  box-sizing: border-box;
  overflow: auto;
  justify-content: center;

}

.thumbnail::-webkit-scrollbar {
  width: 0;
}

.thumbnail .item {
  width: 150px;
  height: 220px;
  filter: brightness(.5);
  transition: .5s;
  flex-shrink: 0;
}

.thumbnail .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.thumbnail .item.active {
  filter: brightness(1.5);
}

.thumbnail .item .content {
  position: absolute;
  inset: auto 10px 10px 10px;
}



@media screen and (max-width: 678px) {

  /* diger mobil */
  .diger {
    margin-top: 50px !important;
    padding-bottom: 10px;
    margin-bottom: 0 !important;
  }

  .card-container {


    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 5vh;
    margin-bottom: 15vh;
    margin-left: 52%;




  }


  @property --rotate {
    syntax: "<angle>";
    initial-value: 132deg;
    inherits: false;
  }

  :root {
    --card-height: 50vh;
    --card-width: 40vh;
  }



  .card {

    display: flex;

    width: 10px;
    height: 50px;
    align-items: center;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-sizing: border-box;

    background-image: url(../img/diger1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: var(--card-width);
    height: var(--card-height);
    padding: 3px;
    position: relative;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 1.5em;
    color: rgb(88 199 250 / 0%);
    cursor: pointer;
    font-family: 'orbitron';

    position: relative;
    padding-top: 2em;
    margin-top: 70px;

    justify-content: center;
    color: white;
  }

  .card2 {
    background-image: url(../img/diger2.png);
    background-size: 300px 400px;
    font-family: 'orbitron';
    color: white;
  }

  .card:hover {
    color: rgb(88 199 250 / 100%);
    transition: color 1s;
  }

  .card:hover:before,
  .card:hover:after {
    animation: none;
    opacity: 0;
  }

  .card::before {
    content: "";
    width: 104%;
    height: 102%;
    border-radius: 8px;
    background-image: linear-gradient(var(--rotate),
        #5ddcff,
        #3c67e3 43%,
        #4e00c2);
    position: absolute;
    z-index: -1;
    top: -1%;
    left: -2%;
    animation: spin 2.5s linear infinite;
  }

  .card::after {
    position: absolute;
    content: "";
    top: calc(var(--card-height) / 6);
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    transform: scale(0.8);
    filter: blur(calc(var(--card-height) / 6));
    background-image: linear-gradient(var(--rotate),
        #5ddcff,
        #3c67e3 43%,
        #4e00c2);
    opacity: 1;
    transition: opacity 0.5s;
    animation: spin 2.5s linear infinite;
  }

  @keyframes spin {
    0% {
      --rotate: 0deg;
    }

    100% {
      --rotate: 360deg;
    }
  }

  .content-inside-product .inside-pic {
    position: absolute;
    margin: auto;

    left: 30px;

    width: 20%;
  }

  .content-inside-product .slider-brand-inside {

    position: absolute;
    margin: auto;
    margin-top: 20px;
    left: 10px;
    top: 50px;
    font-size: small;


    color: white;
  }

  


  .thumbnail {
    justify-content: start;
    visibility: hidden;
  }

  .slider-h2 {
    font-size: 10px;
  }

  .slider .list .item .content h2 {
    font-size: 40px;
  }

  .arrows {
    top: 5%;
    right: 5%;

  }

  .arrows button {
    visibility: visible;

  }


}

@media screen and (min-width: 968px) {
  :root {
    --biggest-font-size: 5.5rem;
    --bigger-font-size: 4.5rem;
    --big-font-size: 4rem;
    --h2-font-size: 1.5rem;
    --h3-font-size: 1.25rem;
    --normal-font-size: 1rem;
    --small-font-size: .875rem;
    --smaller-font-size: .813rem;
  }
}

/*=============== BASE ===============*/


html {
  scroll-behavior: smooth;
}

body {
  margin: var(--header-height) 0 0 0;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: var(--body-color);
  color: var(--text-color);
}

.ouzby {
  font-family: 'Orbitron';
  padding-left: 10px;
  margin-right: 50px;
}

.bulten {
  margin-bottom: 10px;
}

.tactical {
  font-family: 'orbitron';
}

h1,
h2,
h3 {
  color: var(--title-color);
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

button,
input {
  border: none;
  outline: none;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

/*=============== REUSABLE CSS CLASSES ===============*/
.section {
  padding: 4rem 0 2rem;
}

.section__title {
  font-size: var(--bigger-font-size);
  text-align: center;
  margin-bottom: var(--mb-2-5);
}

.section__title-gradient {
  background: var(--text-gradient);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

/*=============== LAYOUT ===============*/
.main {
  overflow: hidden;
}

.container {
  max-width: 968px;
  margin-left: var(--mb-1-5);
  margin-right: var(--mb-1-5);
}

.grid {
  display: grid;
}

/*=============== HEADER ===============*/
.header {
  width: 100%;
  position: fixed;
  top: 0;

  z-index: var(--z-fixed);
  background: var(--body-color);
}

/*=============== NAV ===============*/
.nav {
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__logo {
  display: flex;
  width: 1.5rem;
  margin-top: 0px;
}

.nav__toggle {
  font-size: 1.2rem;
  color: var(--white-color);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .nav__menu {
    position: fixed;
    background-color: var(--body-color);
    top: -100%;
    left: 0;
    width: 100%;
    padding: 4rem 0 3rem;
    transition: .4s;
  }
}

.nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.nav__link {
  color: var(--white-color);
  font-size: var(--h2-font-size);
  text-transform: uppercase;
  font-weight: var(--font-semi-bold);
  background: var(--text-gradient);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  transition: .4s;
}

.nav__link:hover {
  background: var(--white-color);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.nav__close {
  position: absolute;
  font-size: 1.5rem;
  top: 1rem;
  right: 1rem;
  color: var(--white-color);
  cursor: pointer;
}

/* show menu */
.show-menu {
  top: 0;
}

/* Change background header */
.scroll-header {
  background-color: var(--body-color);
}

/* Active link */
.active-link {
  background: var(--white-color);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

/*=============== HOME ===============*/
.home__img {
  width: 150px;
  position: absolute;
  margin-top: 250px;
  right: 1.5rem;
}

.home__data {
  padding-top: 5rem;
}

.home__header {
  position: relative;
}

.home__title {
  position: absolute;
  top: -6rem;
  left: 1rem;
  line-height: 6rem;
  font-size: var(--biggest-font-size);
  background: var(--text-gradient);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.home__subtitle {
  font-size: var(--big-font-size);
  margin-bottom: var(--mb-2-5);
  padding-top: 120px;
  font-family: 'Orbitron';
}

.home__title-description {
  font-size: var(--h3-font-size);
  font-weight: var(--font-medium);
  margin-bottom: var(--mb-1);
}

.home__description {
  margin-bottom: var(--mb-2-5);
  line-height: var(--text-line-height);
}

.home__price {
  font-size: var(--h3-font-size);
  font-weight: var(--font-semi-bold);
  margin-left: var(--mb-0-75);
}

/*=============== BUTTONS ===============*/
.button {
  display: inline-block;
  background-color: var(--black-color);
  color: var(--white-color);
  padding: 1rem 1.25rem;
  border-radius: .5rem;
  transition: .3s;
}

.button:hover {
  background-color: var(--black-color-alt);
}

.button__icon {
  font-size: 1.2rem;
}

.button--flex {
  display: inline-flex;
  align-items: center;
  column-gap: .75rem;


}

.button--flex-tactical {
  display: inline-flex;
  align-items: center;
  column-gap: .75rem;
  margin-top: 40px;

}

/*=============== SPONSOR ===============*/
.sponsor__img {
  width: 90px;
  font-size: x-large;
}

.sponsor__container {
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  row-gap: 5rem;
  justify-items: center;
  align-items: center;
}

/*=============== SPECS ===============*/
.specs__container {
  position: relative;
}

.specs__content {
  row-gap: 1.5rem;
}

.specs__data {
  display: grid;
  row-gap: .25rem;
}

.specs__icon {
  font-size: 1.2rem;
  color: var(--white-color);
}

.specs__title {
  font-size: var(--normal-font-size);
  font-weight: var(--font-medium);
}

.specs__subtitle {
  font-size: var(--smaller-font-size);
}

.specs__data:nth-child(1),
.specs__data:nth-child(4) {
  margin-left: 1.5rem;
}

.specs__img {
  width: 250px;
  position: absolute;
  top: 2rem;
  right: -4rem;
}

/*=============== CASE ===============*/
.case__container {
  position: relative;
  grid-template-columns: repeat(2, 1fr);
}

.case__data {
  padding: 5rem 0 3rem;
}

.case__img {
  width: 250px;
  position: absolute;
  left: -7rem;
}

.case__description {
  margin-bottom: var(--mb-1-5);
  line-height: var(--text-line-height);
}

/*=============== DISCOUNT ===============*/
.discount__container {
  position: relative;
  background-color: var(--container-color);
  padding: 2rem 1.5rem;
  border-radius: .75rem;
}

.discount__title {
  font-size: var(--h3-font-size);
  margin-bottom: var(--mb-0-75);
  font-family: 'Orbitron';
}

.discount__description {
  margin-bottom: var(--mb-1);
}

.discount__img {
  width: 300px;
  height: 500px;
  position: absolute;
  top: 4rem;
  right: -11rem;
}

/*=============== PRODUCTS ===============*/
.products__line {
  line-height: 4rem;
  font-family: 'Orbitron';
}

.products__container {
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 1.5rem;
  padding-top: 3rem;
}

.products__card {
  position: relative;
  height: 132px;
  background-color: var(--container-color);
  padding: .75rem;
  border-radius: .5rem;
  display: grid;
}

.products__img {
  width: 80px;
  position: absolute;
  inset: 0;
  margin-right: auto;
  margin-left: auto;
  top: -3rem;
}

.products__content {
  align-self: end;
  font-family: 'Orbitron';


}

.products__title,
.products__price {
  font-size: var(--small-font-size);
  font-family: 'Orbitron';
  right: 105px;

}

.products__price {
  font-weight: var(--font-semi-bold);
}

.products__button {
  position: absolute;
  right: .5rem;
  bottom: .5rem;
  padding: .5rem;
  border-radius: .35rem;
}

/*=============== FOOTER ===============*/
.footer__container {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  row-gap: 2rem;
}

.footer__logo {
  width: 3rem;
  margin-top: -8px;
}

.footer__title {
  font-size: var(--h3-font-size);
  font-weight: var(--font-medium);
  margin-bottom: var(--mb-1);
}

.footer__links {
  display: flex;
  flex-direction: column;
  row-gap: .5rem;
}

.footer__link {
  color: var(--text-color);
}

.footer__link:hover {
  color: var(--white-color);
}

.footer__form {
  display: flex;
  column-gap: .5rem;
  background-color: var(--container-color);
  padding: .5rem .75rem;
  border-radius: .5rem;
  margin-bottom: var(--mb-2);
}

.footer__input {
  background-color: var(--container-color);
  width: 90%;
  color: var(--white-color);
}

.footer__input::placeholder {
  color: var(--text-color);
  font-size: var(--normal-font-size);
  font-family: var(--body-font);
}

.footer__social {
  display: flex;
  column-gap: 1.25rem;
  padding-top: 25px;
}

.footer__social-link {
  display: inline-flex;
  color: var(--white-color);
  background-color: var(--container-color);
  padding: .5rem;
  border-radius: .25rem;
  font-size: 1rem;
}

.footer__social-link:hover {
  background-color: var(--black-color);
}

.footer__copy {
  margin-top: 5rem;
  text-align: center;
}

.footer__copy-link {
  font-size: var(--smaller-font-size);
  color: var(--text-color-light);
}

/*=============== SCROLL UP ===============*/
.scrollup {
  position: fixed;
  right: 1rem;
  bottom: -20%;
  display: flex;
  background-color: var(--container-color);
  border-radius: .25rem;
  padding: .45rem;
  opacity: 9;
  z-index: var(--z-tooltip);
  transition: .4s;
}

.scrollup:hover {
  background-color: var(--black-color);
  opacity: 1;
}

.scrollup__icon {
  color: var(--white-color);
  font-size: 1.35rem;
}

/* Show Scroll Up*/
.show-scroll {
  bottom: 5rem;
}

/*=============== SCROLL BAR ===============*/
::-webkit-scrollbar {
  width: .60rem;
  border-radius: .5rem;
}

::-webkit-scrollbar-thumb {
  background-color: var(--scroll-thumb-color);
  border-radius: .5rem;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--scroll-thumb-color-alt);
}

/*=============== MEDIA QUERIES ===============*/
/* For small devices */
@media screen and (max-width: 395px) {

  .slider {
    height: 70vh !important;
  }

  .container {
    margin-left: var(--mb-1);
    margin-right: var(--mb-1);
  }

  .section__title {
    font-size: var(--big-font-size);
  }

  .home__img {
    width: 200px;
    margin-top: 150px;
    padding-top: 50px;
  }

  .home__title {
    top: -4rem;
    font-size: var(--bigger-font-size);
  }

  .home__data {
    padding-top: 1rem;
  }

  .home__description {
    font-size: var(--small-font-size);
    width: 150px !important;

  }

  .home__title-description {
    width: 100px !important;
  }

  .specs__img {
    width: 200px;
  }

  .case__container {
    grid-template-columns: .6fr 1fr;
  }

  .case__img {
    width: 220px;
    top: -2rem;
    left: -9rem;
  }

  .case__data {
    padding: 0;
  }

  .products__container {
    grid-template-columns: 142px;
    justify-content: center;
  }

}



@media screen and (max-width: 431px) {

  #home {
    padding-top: 0px !important;
  }

  .cards_wrap__card-stick p {

    width: 100% !important;
    height: 250px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    visibility: hidden;


  }

  /* Arrow Button 
    	-----------------------------------*/
  .container-arrow {
    margin-top: 20px;
    margin-bottom: 120px !important;
    font-weight: bold;
    text-transform: uppercase;
    color: white !important;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding-bottom: 15px;
    cursor: pointer;
    font-size: 12px;
  }

  .container-arrow:hover,
  .container-arrow:focus {
    text-decoration: none;
  }

  /* Arrow Bouncing */
  .container-arrow span {
    display: inline-block;
    font-size: 80px;
    animation: .7s down infinite alternate;
    -webkit-animation: .7s down infinite alternate;
  }

  /***Animation Arrow down***/
  @keyframes down {
    0% {
      transform: translateY(0px)
    }

    100% {
      transform: translateY(20px)
    }
  }

  @-webkit-keyframes down {
    0% {
      -webkit-transform: translateY(0px)
    }

    100% {
      -webkit-transform: translateY(20px)
    }
  }

  .diger-kesfet {
    margin-bottom: 150px;
  }

  .about-img {

    margin-left: 40%;
    margin-right: 50%;
    width: 20% !important;
    padding-top: 20px !important;


  }

  .about-title h1 {
    padding-top: 10px !important;

    text-align: center;
    font-family: 'orbitron';
    padding-bottom: 50px;

  }

  .about-p {


    text-align: center;
    width: 100%;
    word-break: break-word;


  }

  .roadmap {
    padding-top: 40px;
    padding-bottom: 20px;
    ;
  }

  .input-flex-container {
    margin-top: 30px !important;
  }

  .slider {
    height: 50vh;
  }

  .container {
    margin-left: var(--mb-1);
    margin-right: var(--mb-1);
  }

  .section__title {
    font-size: var(--big-font-size);
  }

  .home__img {
    width: 170px;
    margin-top: 150px;
    padding-top: 190px;
  }

  .home__title {
    top: -4rem;
    font-size: 5em;
    width: 300px;
    font-family: 'orbitron';


  }


  .home__data {
    padding-top: 1rem;
  }

  .home__description {
    font-size: var(--small-font-size);
    width: 150px !important;

  }

  .home__title-description {
    width: 100px !important;
  }

  .specs__img {
    width: 200px;
    top: 80px;
    right: 0px;
  }

  .case__container {
    grid-template-columns: .6fr 1fr;
  }

  .case__img {
    width: 220px;
    top: -2rem;
    left: -10px;
  }

  .case__data {
    padding: 0;
  }

  .products__container {
    grid-template-columns: 142px;
    justify-content: center;
  }

  .case__description {

    padding-left: 95px;

  }

  .discount__description {
    width: 200px;
  }

  .discount__img {
    width: 280px;
    height: 500px;
    padding-right: 180px;
    padding-bottom: 300px;
    top: 10px;
  }

  .color-circle-red {
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 15%;
  }

  .color-circle-blue {
    width: 20px;
    height: 20px;
    background: blue;
    border-radius: 15%;
  }

  .color-circle-green {
    width: 20px;
    height: 20px;
    background: green;
    border-radius: 15%;
  }

  .footer__form {
    height: 66px;
  }



}

.home__subtitle {
  padding-top: 200px;
}

/* For medium devices */
@media screen and (min-width: 576px) {
  .home__container {
    grid-template-columns: .8fr 1fr;
  }

  .home__description {
    font-size: var(--small-font-size);


  }

  .home__data {
    padding-top: 2rem;
  }

  .home__img {
    top: -7rem;
    left: 0;
  }

  .specs__img {
    position: initial;
  }

  .specs__container {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
  }

  .case__img {
    position: initial;
  }

  .case__data {
    padding: 0;
  }

  .case__container {
    grid-template-columns: max-content 250px;
    justify-content: center;
    align-items: center;
    column-gap: 2rem;
  }

  .discount__img {
    position: initial;

  }

  .discount__container {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
  }

  .products__container {
    grid-template-columns: repeat(3, 142px);
    justify-content: center;
  }

}

@media screen and (min-width: 767px) {
  body {
    margin: 0;
  }

  .section {
    padding: 6rem 0 2rem;
  }

  .nav {
    height: calc(var(--header-height) + 1.5rem);
  }

  .nav__logo {
    width: 2rem;
  }

  .nav__list {
    flex-direction: row;
    column-gap: 2.5rem;
  }

  .nav__link {
    font-size: var(--normal-font-size);
    text-transform: initial;
  }

  .nav__toggle,
  .nav__close {
    display: none;
  }

  .home__container {
    position: relative;
    grid-template-columns: repeat(2, 1fr);
  }

  .home__img {
    top: -9rem;
    left: 4rem;
  }

  .home__data {
    padding-top: 8rem;
  }

  .specs__img {
    width: 300px;
  }

  .case__container {
    column-gap: 5rem;
  }

  .case__img {
    width: 300px;
  }

  .case__description {
    margin-bottom: var(--mb-2);
  }

  .discount__container {
    grid-template-columns: 250px max-content;
    justify-content: center;
    column-gap: 5rem;
    padding: 3rem 0;
  }

  .discount__title {
    font-size: var(--h2-font-size);
    margin-bottom: var(--mb-1);
  }

  .discount__description {
    margin-bottom: var(--mb-2);
  }

  .products__container {
    grid-template-columns: repeat(3, 162px);
    gap: 6rem 3rem;
    padding-top: 5rem;
  }

  .products__card {
    height: 152px;
    padding: .85rem;
  }

  .products__img {
    width: 95px;
  }

  .footer__container {
    grid-template-columns: .4fr .7fr .7fr 1fr;
  }
}

/* For large devices */
@media screen and (min-width: 1024px) {

  #home {
    padding-top: 0px !important;
  }

  .products__title,
  .products__price {
    font-size: var(--small-font-size);
    font-family: 'Orbitron';
    position: absolute;

    right: 90px;
    top: 120px;

  }

  .products__price {
    font-weight: var(--font-semi-bold);
    right: 80px;
    top: 140px;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .home__img {
    width: 300px;
    top: -15rem;
    margin-top: 350px;
  }

  .home__title {
    top: -8rem;
    left: 0px;

  }

  .home__subtitle {
    padding-top: 140px;
  }

  .home__description {
    padding-right: 5rem;
  }

  .sponsor__img {
    width: 100px;
  }

  .discount__img {
    width: 350px;
    height: 600px;
  }

  .footer__container {
    padding-top: 3rem;
  }

  .footer__copy {
    margin-top: 9rem;
  }

  .footer__form {
    margin-bottom: 10px;
  }

  .products__card {
    padding-left: 8px;
  }

  .color-circle-red {
    width: 20px;
    height: 20px;
    background: red;

    border-radius: 15%;
  }

  .color-circle-blue {
    width: 20px;
    height: 20px;
    background: blue;
    border-radius: 15%;
  }

  .color-circle-green {
    width: 20px;
    height: 20px;
    background: green;
    border-radius: 15%;
  }

  .about-p {


    margin: auto;
    text-align: justify;
    font-family: 'poppins';
    width: 35%;



  }



  .about-ouzby-h1 {
    margin-bottom: 40px;
  }

  .roadmap {
    margin-top: 0px;
    margin-bottom: 100px;
  }

  /*=============== ABOUT PAGE ===============*/



  .about-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 5%;
    padding-top: 0px;
  }

  .about-title h1 {
    margin-top: 10px;

    text-align: center;


  }


}



.cards_wrap__card h2 {
  font-size: 4vw;
  text-align: center;
  font-family: 'orbitron';
}

.cards_wrap__card h2 span {
  margin-top: 1rem;
  display: block;
  font-size: 1rem;
  font-weight: normal;
}

.cards_wrap__card-stick {
  top: 2rem;
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 2rem;
  background-position: center;
  background-image: url("../img/tablet-tutucu.png");
  background-repeat: no-repeat;
  background-size:cover;
  height: 90vh;
}

.cards_wrap__card-stick p {

  width: 50%;
  margin: auto auto;
  font-family: Arial, Helvetica, sans-serif;


}

.cards_wrap__card-stick.color2 {
  background-image: url("https://images.unsplash.com/photo-1669634941363-a7276fe0fb6d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3264&q=80");
}

.cards_wrap__card-stick.color3 {
  background-image: url("https://images.unsplash.com/photo-1654493403997-bc6364a78b6e?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3264&q=80");
}

.cards_wrap__card-stick.color4 {
  background-image: url("https://images.unsplash.com/photo-1676804957757-5f85e53f608d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1635&q=80");
}

.cards_wrap__card-stick.last {
  background-image: url("https://images.unsplash.com/photo-1676731820466-00219017ab07?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1635&q=80");
}

.cards_wrap__card:nth-child(1) {
  height: 450vh;
}

.cards_wrap__card:nth-child(2) {
  margin-top: -360vh;
  height: 360vh;
}

.cards_wrap__card:nth-child(3) {
  margin-top: -270vh;
  height: 270vh;
}

.cards_wrap__card:nth-child(4) {
  margin-top: -180vh;
  height: 180vh;
}

.cards_wrap__card:nth-child(5) {
  margin-top: -90vh;
  height: 90vh;
}



/* Arrow Button 
	-----------------------------------*/
.container-arrow {
  margin-top: 20px;
  margin-bottom: 100px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding-bottom: 15px;
  cursor: pointer;
  font-size: 12px;
}

.container-arrow:hover,
.container-arrow:focus {
  text-decoration: none;
}

/* Arrow Bouncing */
.container-arrow span {
  display: inline-block;
  font-size: 80px;
  animation: .7s down infinite alternate;
  -webkit-animation: .7s down infinite alternate;
}

/***Animation Arrow down***/
@keyframes down {
  0% {
    transform: translateY(0px)
  }

  100% {
    transform: translateY(20px)
  }
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(0px)
  }

  100% {
    -webkit-transform: translateY(20px)
  }
}



/* S.S.S  */



:root {
  --soft-violet: hsl(273, 75%, 66%);
  --soft-blue: hsl(240, 73%, 65%);
  --soft-red: hsl(14, 88%, 65%);
  --very-dark-blue: hsl(238, 29%, 16%);
  --light-grayish-blue: hsl(240, 5%, 91%);
  --dark-grayish-blue: hsl(240, 6%, 50%);
  --very-dark-grayish-blue: hsl(237, 12%, 33%);
  --mobile-illustration1: url("../img/case1.webp");
  --mobile-illustration2: url(" ");
  --desktop-illustration1: url("../img/case1.webp");
  --desktop-illustration2: url("data:image/svg+xml,%3Csvg width='966' height='945' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none' opacity='.099'%3E%3Cpath d='M468.755 937.353L19.744 671.73c-14.295-8.047-26.548-21.23-12.62-29.878L457.734 381.89c6.754-4.194 17.018-6.946 23.903-2.936l471.265 273.827c14.296 8.308 16.861 31.45 2.619 39.837L527.925 936.933a59.64 59.64 0 01-59.17.42z' fill='%236862E6'/%3E%3Cpath d='M468.755 561.353L19.744 295.73c-14.295-8.047-26.548-21.23-12.62-29.878L457.734 5.89c6.754-4.194 17.018-6.946 23.903-2.936l471.265 273.827c14.296 8.308 16.861 31.45 2.619 39.837L527.925 560.933a59.64 59.64 0 01-59.17.42z' stroke='%231E1F36'/%3E%3Cpath d='M468.755 636.353L19.744 370.73c-14.295-8.047-26.548-21.23-12.62-29.878L457.734 80.89c6.754-4.194 17.018-6.946 23.903-2.936l471.265 273.827c14.296 8.308 16.861 31.45 2.619 39.837L527.925 635.933a59.64 59.64 0 01-59.17.42z' stroke='%231E1F36'/%3E%3C/g%3E%3C/svg%3E");
  --desktop-illustration3: url("data:image/svg+xml,%3Csvg width='191' height='184' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cfilter x='-97.9%25' y='-76.3%25' width='295.8%25' height='313.7%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeOffset dy='25' in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='25' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0.209139076 0 0 0 0 0.0691446444 0 0 0 0 0.478091033 0 0 0 0.497159091 0' in='shadowBlurOuter1'/%3E%3C/filter%3E%3Cpath id='b' d='M0 27.756v53.87l41.968 24.035 47.387-28.025v-53.87'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(50.93 2.125)'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse fill='%23FF9271' xlink:href='%23b'/%3E%3C/g%3E%3Cpath fill='%23DF5C34' fill-rule='nonzero' d='M92.899 53.917v53.87l47.387-28.026v-53.87z'/%3E%3Cpath fill='%23F47B56' fill-rule='nonzero' d='M50.93 29.88L99.624 2.126l40.662 23.767-47.387 28.025z'/%3E%3Cpath d='M94.013 14.49a25.942 25.942 0 0114.207 3.129c2.486 1.462 3.844 2.988 4.036 4.579.192 1.59-.628 2.975-2.562 4.143a9.115 9.115 0 01-2.985 1.18c-.869.205-1.76.295-2.652.269l-.974-.077c.091.217.151.446.18.68a3.132 3.132 0 01-.513 1.552 5.704 5.704 0 01-2.1 2.065 12.633 12.633 0 01-6.7 1.77 13.247 13.247 0 01-6.957-1.757c-1.999-1.18-3.023-2.566-3.1-4.156a4.49 4.49 0 012.562-4.015 8.488 8.488 0 012.357-1.013 9.175 9.175 0 012.037-.346h.705l-1.282-.77 3.6-2.244 8.34 4.912a4.377 4.377 0 004.15 0c1.769-1.103 1.137-2.552-1.895-4.348a19.261 19.261 0 00-10.556-2.347 21.67 21.67 0 00-11.018 3.168c-3.023 1.89-4.522 4.143-4.496 6.76 0 2.564 1.601 4.848 4.714 6.682a21.015 21.015 0 0011.146 2.655 20.926 20.926 0 0011.017-2.925 12.353 12.353 0 003.062-2.565 5.683 5.683 0 001.28-2.18l.18-.808 4.753.269c.008.145.008.29 0 .436a8.216 8.216 0 01-.346 1.154 8.303 8.303 0 01-.82 1.72 11.912 11.912 0 01-1.69 2 15.952 15.952 0 01-2.755 2.13 25.602 25.602 0 01-9.326 3.36 35.176 35.176 0 01-10.877.192 24.896 24.896 0 01-9.339-3.053 12.127 12.127 0 01-5.304-5.566 8.192 8.192 0 010-6.593 12.692 12.692 0 015.266-5.759 28.966 28.966 0 0114.655-4.284zm4.663 13.262c-.17-.891-.77-1.64-1.601-2.001a6.579 6.579 0 00-3.33-.911 5.619 5.619 0 00-3.101.795 2.283 2.283 0 00-1.281 2.001c.117.89.69 1.654 1.512 2.014a6.54 6.54 0 003.394.86 6.092 6.092 0 003.254-.847 2.065 2.065 0 001.205-1.911' fill='%233E2928' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
}


body {

  height: 100%;
  display: grid;
  padding: 0 !important;


}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  width: 90vw;


}

article {
  display: grid;
  margin-top: min(1.5rem, 5vw);
}

@media (min-width: 57.06rem) {
  article {
    grid-template-columns: 22.5rem 1fr;
  }
}



.faq p {

  text-align: center;

}

.nav .container {
  margin-top: 5px;
  border-radius: 6px;
}

.img-container {
  grid-row: 1/span 2;
  grid-column: 1;
  z-index: 1;
  height: min(15rem, 60vw);
  width: 100%;
  background-image: var(--mobile-illustration1), var(--mobile-illustration2);
  background-repeat: no-repeat;
  background-size: auto 85%, auto 50%;
  background-position: 50% 0%, 50% 100%;


}

@media (min-width: 57.06rem) {
  .img-container {
    grid-row: 1;
    grid-column: 1;
    height: 100%;
    background-color: white;
    border-radius: 1.25rem 0 0 1.25rem;
    background-image: var(--desktop-illustration1), var(--desktop-illustration2);
    background-size: 120%, auto;
    background-position: 100% 50%, 100% 60%;

  }

  body {
    margin-top: 85px;
  }

  .img-container::before {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    background-image: var(--desktop-illustration3);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left 65%;
    position: relative;
    left: -24.5%;
  }


}

.faq {
  grid-row: 2/span 2;
  grid-column: 1;
  padding: min(7.5rem, 30vw) 1.5rem 2.5rem;
  background-color: white;
  border-radius: 1.25rem;
  box-shadow: 0 0.62rem 1.87rem rgba(0, 0, 0, 0.2);
}

@media (min-width: 57.06rem) {
  .faq {
    grid-row: 1;
    grid-column: 2;
    padding: 3.5rem 4rem 3.5rem;
    border-radius: 0 1.25rem 1.25rem 0;
  }
}

.faq h2 {
  color: var(--very-dark-blue);
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  margin: 1.2em 0;
}

@media (min-width: 57.06rem) {
  .faq h2 {
    text-align: left;
    margin: 0 0 1.65em 0;
  }
}

.faq .q-a {
  font-size: 0.95rem;
  border-bottom: 1.5px solid var(--light-grayish-blue);
  padding-bottom: 1.05em;
  margin-top: 1.05em;
}

.faq .q-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
}

.faq h3 {
  grid-column: 1;
  color: var(--very-dark-grayish-blue);
  cursor: pointer;
}

.faq h3:hover {
  color: var(--soft-red);
}

.faq h3.h3-active {
  color: var(--very-dark-blue);
  font-weight: 700;
}

.faq svg {
  grid-column: 2;

  justify-self: end;
  cursor: pointer;
  transition: transform 0.2s;

}

.faq svg.svg-animation {
  transform: rotate(180deg);

}

.faq p {
  width: calc(100% - calc(10px + 0.7rem));
  color: var(--dark-grayish-blue);
  margin-top: 1.05em;

}

.faq p.p-visible {
  display: block;
}

