/* nav  */
.nav {
  height: 8vh;
  width: fit-content;
  position: fixed;
  bottom: 20px;
  left: 50px;
  display: flex;
  z-index: 999;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(190, 190, 190, 0.5);
  border-top: 1px solid rgba(161, 154, 154, 0.5);
  border-left: 1px solid rgba(121, 110, 110, 0.5);
  border-radius: 10px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}

/* .nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav ul li {
    text-decoration: none;
    margin: 0 10px;
    font-size: 30px;
    position: relative;
} */

/* .nav {
    position: fixed;
    bottom: 10px;
    left: 50%;
    display: flex;
    transform: translateX(-50%);
    background: transparent;
    padding: 10px;
} */

.nav .links {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.nav .links a {
  text-decoration: none;
  margin: 0 10px;
  font-size: 30px;
  position: relative;
}

/* .nav {
    position: fixed;
    bottom: 10px;
    left: 50%;
    display: flex;
    transform: translateX(-50%);
    background: transparent;
    padding: 10px;
} */

/* .link {
    background: transparent;
    color: #000;
    text-decoration: none;
    padding: 10px;
    position: relative;
    width: 100px;
    margin: 0 10px;
    font-size: 30px;
}

.link:hover {
    cursor: pointer;
} */

/* floating menu */
.center {
  position: fixed;
  margin: auto;
  bottom: 5%;
  left: 78%;
  z-index: 999 !important;
  display: none;
  visibility: hidden;
}

.menu {
  width: 100px;
  height: 100px;
}

.n-title {
  width: 300px;
  height: 10px;
  top: 60px;
}

.item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  background-color: white;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  z-index: 999;
}

i {
  font-size: 24px;
  color: #222222;
}

.underline {
  position: absolute;
  height: 2px;
  background-color: #1125b2;
  width: 0;
  bottom: 5px;
  transition: all 0.3s;
  z-index: 999;
}

/* porject header  */

.project-header {
  position: fixed;
  top: -20%;
  left: -20%;
  height: 100vh;
  width: 80vw;
  transform: rotate(150deg);
  /* background: #2b2b2b; */
  border-radius: 30px;
}

.project-header video {
  border-radius: 30px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transform: rotate(180deg);
  opacity: 0.5;
}

/* transition divs */

.load_grid {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100vh;
  width: 100vw;
}

.load_grid-item {
  /* background-color: rgb(129, 116, 98); */
  background: rgb(74, 64, 64);
  padding: 0;
  margin: 0;
  height: 25%;
  width: 25%;
}

.c-header {
  z-index: 100000;
}

.wrapping {
  height: 100vh;
  width: 100vw;
  position: fixed;
  /* position: relative; */
  inset: 0;
  z-index: 10000;
}

.layout {
  width: 100vw;
  height: 120vh;
}
.o-scrolll {
  background: rgb(74, 64, 64);
  overflow: hidden;
}

.o-scrolll-h {
  background: rgb(74, 64, 64);
  overflow: hidden;
  height: 110vh;
}

.home-bg {
  position: relative;
  background-image: url(../images/throught_color.png);
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
  /* background-image: url(../images/final_atempt.png); */
  /* background-size: cover; */
  /* background-position: 0% 40%; */
}

/* eyes */

.eyes {
  /*  z-index: -1000 !important;*/
  position: fixed;
  top: 40.3%;
  right: 30%;
  transform: translateY(-50%) rotate(1.5deg);
  width: 29.5vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.eye {
  /*  z-index: -1000 !important;*/
  width: 90px;
  height: 25px;
  /* background: #8a6869; */
  /* opacity: 0.2; */
  display: inline-block;
  margin: 40px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.ball {
  z-index: -1 !important;
  width: 50px;
  height: 50px;
  /*  background: #000;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  /*  border: 10px solid #333;*/
}

.ball img {
  height: 100%;
  width: 100%;
}

/*  */
/* .flex {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.exp-box {
  position: relative;
  height: 100vh;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exp {
  height: 80vh;
  width: 45%;
  margin: 10vh auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.exp > div {
  /* background-color: #3F4B3C; */
  background-color: #3f4b3f;
  border: 1px solid #ddd;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.years {
  height: 35vh;
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: space-evenly !important;
}

.projects-completed {
  height: 50vh;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.projects-completed h3,
.customers h2,
.profile h3 {
  text-align: center;
}

.customers {
  height: 45vh;
  width: 55%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.profile {
  height: 30vh;
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* .about-img {
    height: 60vh;
    width: 30vw;
    border-radius: 50%;
    background-color: grey;
    border: 1px solid #ddd;
    position: fixed;
    top: -65px;
    right: -65px;
} */

.about-details {
  height: 30vh;
  width: 40vw;
  margin-bottom: 65px;
  background-color: #3f4b3f;
  border: 1px solid #ddd;
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

/* alignment of statements */
.about-details ul {
  width: 38vw;
}

.about-details ul li {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-details .title {
  opacity: 0.8;
  text-transform: capitalize;
}

.about-details .value {
  font-weight: 600;
  text-align: end;
  width: 50%;
}

.years h3 {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 50px;
  font-weight: 700;
}

.years h3::after {
  content: "+";
  position: absolute;
  right: -24px;
  font-size: 33px;
  font-weight: 300;
  top: 2px;
}

/* exp-2 */

.exp-box2 {
  height: 150vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.exp2 {
  height: 100vh;
  width: 100%;
  margin: 10vh auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: relative; */
  flex-direction: column;
}

.exp2 > div {
  /* background-color: #3F4B3C; */
  /* background-color: #544945; */
  background: transparent;
  margin: 2px auto;
  border: 1px solid #ddd;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.years2 {
  height: 20%;
  width: 100%;
  /* position: absolute;
    top: 0;
    left: 0; */
  /* flex-direction: column; */
  justify-content: space-evenly !important;
}

.projects-completed2 {
  height: 30%;
  width: 100%;
  /* position: absolute;
    top: 0;
    right: 0; */
}

.projects-completed2 h3,
.customers2 h2,
.profile2 h3 {
  text-align: center;
}

.customers2 {
  height: 35%;
  width: 100%;
  /* position: absolute;
    bottom: 0;
    left: 0; */
}

.profile2 {
  height: 15%;
  width: 100%;
  /* position: absolute;
    bottom: 0;
    right: 0; */
}

/* .about-img {
    height: 60vh;
    width: 30vw;
    border-radius: 50%;
    background-color: grey;
    border: 1px solid #ddd;
    position: fixed;
    top: -65px;
    right: -65px;
} */

.about-details2 {
  height: 50vh;
  width: 100vw;
  margin-bottom: 65px;
  background-color: #3f4b3f;
  border: 1px solid #ddd;
  /* align-self: flex-end; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

/* alignment of statements */
.about-details2 ul {
  width: 88vw;
  font-size: 15px;
}

.about-details2 ul li {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-details2 .title2 {
  opacity: 0.8;
  text-transform: capitalize;
}

.about-details2 .value2 {
  font-weight: 600;
  text-align: end;
  width: 50%;
}

.years2 h3 {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 50px;
  font-weight: 700;
}

.years2 h3::after {
  content: "+";
  position: absolute;
  right: -24px;
  font-size: 33px;
  font-weight: 300;
  top: 2px;
}

.c-header_title {
  right: 0 !important;
  text-align: end;
  font-size: 11vw;
}

.o-title {
  text-align: end;
  font-size: 5vh;
}
.o-title_line span p {
  font-size: 60px;
}

.c-lerp-block {
  height: 3vh;
}

.c-lerp-block_title .capability {
  font-size: 40px !important;
}

.icon {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

/* mamush the name */

.left-title-name {
  text-align: start;
}

figure.effect-dexter {
  /* background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%); */
  /* background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

figure.effect-dexter {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-dexter:hover {
  opacity: 0.4;
}

figure.effect-dexter figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: -webkit-calc(50% - 30px);
  height: calc(50% - 30px);
  border: 7px solid #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

figure.effect-dexter:hover figcaption::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-dexter figcaption {
  padding: 3em;
  text-align: left;
  /* color: rgb(0, 38, 255); */
}

.view-more {
  color: #ffffff;
}

figure.effect-dexter p {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

figure.effect-dexter:hover p {
  color: #000;
  /* stroke: 20px solid blue; */
  background-color: #ffffff;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* contact page */

#contact {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 200000;
  /* background-color: #2b2b2b; */
  transform: translateY(100%);
  overflow: hidden;
}

.contact-blur {
  transform: translateY(100%);
  height: 20%;
  /* z-index: 1000 !important; */
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(190, 190, 190, 0.5);
  border-top: 1px solid rgba(161, 154, 154, 0.5);
  border-left: 1px solid rgba(121, 110, 110, 0.5);
  border-radius: 10px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

#particles-js {
  position: absolute;
  bottom: 6%;
  right: 3%;
  height: 430px;
  width: 450px;
  background-color: rgba(161, 154, 154, 0.5);
  border-radius: 12px;
}

.contact-info {
  /* background-color: greenyellow; */
  background-color: #1125b2;
  flex: 1;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-direction: column;
}

/* contact info full */

.chat-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30%;
  width: 60%;
}

.chat-section > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
}

.chat {
  justify-content: space-between !important;
}

.chat-intro {
  align-items: flex-start !important;
  justify-content: space-between !important;
  flex-direction: column !important;
}

.chat > div {
  /* justify-content: space-between !important; */
  background: #2b2b2b;
  border-radius: 12px;
  height: 50%;
  width: 40%;
}

.socials {
  height: 10%;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.socials > div {
  background-color: rgba(190, 190, 190, 0.5);
  margin: 0 10px;
  border-radius: 50%;
  height: 90%;
  width: 10%;
}

.start-project {
  height: 50%;
  width: 60%;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-direction: column;
}

.start-project form {
  height: 90%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-direction: column;
}

.start-intro {
  /* align-self: flex-start; */
  height: 10%;
  width: 100%;
  color: #cbcb2b;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

form .name-raw {
  width: 100%;
  height: 15%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

form .name-raw input {
  height: 100%;
  width: 30%;
  color: #fff;
  border-radius: 30px;
  background: #252525;
  outline: none !important;
}

form .project-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 70%;
  width: 100%;
}

form .project-info textarea {
  border: 1px solid #123;
  background: #252525;
  color: #fff;
  width: 70%;
  padding: 0 26px;
  margin-right: 10px;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  outline: none !important;
  transform-origin: top;
}

.submit {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 30%;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #348590;
}

@media (max-width: 576px) {
  /* chat section */
  .contact-info {
    padding: 10px;
    margin-bottom: 10px;
  }

  #particles-js {
    display: none;
    visibility: hidden;
  }

  .chat-section {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    /* flex-direction: column; */
    height: 20%;
    width: 100%;
  }

  .chat-section > div {
    width: 50%;
  }

  .chat {
    justify-content: space-evenly !important;
    height: 100%;
    /* width: 100%; */
  }

  .chat-intro {
    align-items: flex-start !important;
    justify-content: space-between !important;
    flex-direction: column !important;
    height: 100%;
    /* width: 100%; */
  }
  .chat-intro h1 {
    font-size: 30px;
  }

  .chat-intro p {
    font-size: 15px;
  }

  .chat > div {
    /* justify-content: space-between !important; */
    background: #2b2b2b;
    border-radius: 12px;
    height: 60%;
    width: 40%;
  }

  .socials {
    height: 8%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .socials > div {
    background-color: rgba(190, 190, 190, 0.5);
    margin: 0 10px;
    border-radius: 50%;
    height: 100%;
    width: 20%;
  }

  /* project section */

  .start-project {
    height: 70%;
    width: 100%;
    /* display: flex; */
    /* align-items: flex-start; */
    justify-content: space-evenly;
    flex-direction: column;
  }

  .start-project form {
    height: 90%;
    width: 100%;
    /* display: flex; */
    /* align-items: flex-start; */
    justify-content: space-between;
    flex-wrap: wrap;
    /* flex-direction: column; */
  }

  form .name-raw {
    margin-right: 5px;
    width: 50%;
    height: 99%;
    /* display: flex; */
    /* align-items: center; */
    justify-content: space-between;
    flex-direction: column;
  }

  form .name-raw input {
    height: 20%;
    width: 90%;
    /* border-radius: 30px; */
    /* background: #252525; */
    /* outline: none !important; */
  }

  form .project-info {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    width: 50%;
  }

  form .project-info textarea {
    border: 1px solid #123;
    background: #252525;
    color: #fff;
    width: 90%;
    padding: 0 30px;
    margin-right: 10px;
    margin-bottom: 5px;
    height: 70%;
    overflow: hidden;
    border-radius: 30px;
    outline: none !important;
    transform-origin: top;
  }

  .submit {
    margin: 5px 0;
    padding: 0;
    height: 30%;
    width: 85%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #348590;
  }
}

/* .back {
    height: 100%;
    width: 100%;
} */

body {
  --color-text: #000;
  --color-bg: #fff;
  --color-link: #d35066;
  --color-link-hover: #000;
  --color-info: #333;
  --color-menu: #031de6;
  --color-menu-hover: #000;
  --grid-columns: 2;
  --details-bg-up: #fff;
  --details-bg-down: #f5f0ef;
  --color-product-title: #000;
  --color-product-subtitle: #a09897;
  --color-details-title: #000;
  --color-details-subtitle: #000;
  --color-descr: #000;
  --color-price: var(--color-link);
  --color-bg-addtocart: #000;
  --color-addtocart: #fff;
  --color-close: #000;
  --color-bg-magnifier: #000;
  --color-magnifier: #fff;
  --color-btn-hover: #c1b3b1;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
  }
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* Icons */
.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}

.main {
  position: relative;
  width: 100%;
}

.content2 {
  position: relative;
  display: block;
}

.grid2 {
  margin: 10em auto 7em;
  position: relative;
  padding: 0 1em;
  width: 100%;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), 1fr);
}

.grid__item2 {
  padding: 0 4vw;
  margin: 0 0 12vh;
}

.grid__item2:nth-child(odd) .product {
  margin-top: -8em;
}

.product2 {
  height: 100%;
  padding-top: 10em;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.product__bg2 {
  height: 20em;
  /* background: var(--details-bg-down); */
  position: relative;
}

.product__img2 {
  max-height: 25em;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  pointer-events: none;
  transform: translate3d(-50%, 0, 0);
}

.product__title2 {
  position: relative;
  margin: 0.5em 0 0;
  font-size: 1.75em;
  color: var(--color-product-title);
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.product__subtitle2 {
  position: relative;
  margin: 0;
  text-transform: uppercase;
  color: var(--color-product-subtitle);
  font-size: 0.85em;
  letter-spacing: 0.115em;
}

.product2:hover .product__subtitle2 {
  color: var(--color-link);
}

.product__description2,
.product__price2 {
  opacity: 0;
  position: absolute;
}

.details {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  padding: 40vh 0 10vh 10vw;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  pointer-events: none;
}

.details--open {
  pointer-events: auto;
}

.details > * {
  position: relative;
  opacity: 0;
}

.details__bg {
  width: 100%;
  position: fixed;
  left: 0;
}

.details__bg--up {
  top: 0;
  height: 100vh;
  background: var(--details-bg-up);
}

.details__bg--down {
  top: 40vh;
  height: 60vh;
  background: var(--details-bg-down);
}

.details__img {
  position: absolute;
  top: 10vh;
  right: 10vw;
  height: 80vh;
}

.details__bg,
.details__img {
  transform-origin: 0 0;
}

.details__title {
  margin: -1.5em 0 0.1em;
  font-size: 4.5em;
  color: var(--color-details-title);
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.details__subtitle {
  text-transform: uppercase;
  margin: 0.75em 0 1em 0;
  letter-spacing: 0.115em;
  font-size: 1.75em;
  color: var(--color-details-subtitle);
}

.details__description {
  line-height: 1.5;
  font-weight: bold;
  max-width: 50%;
  margin: 2em 0 0 0;
  color: var(--color-details-desc);
}

.details__price {
  font-size: 3em;
  font-weight: bold;
  color: var(--color-price);
}

.details__addtocart {
  border: 0;
  margin: auto 0 0 0;
  background: var(--color-bg-addtocart);
  color: var(--color-addtocart);
  padding: 0.75em 2em;
  font-weight: bold;
}

.details__addtocart:hover {
  background: var(--color-btn-hover);
}

.details__close {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: none;
  margin: 2em;
  cursor: pointer;
  font-size: 0.85em;
  color: var(--color-close);
}

.dummy-menu {
  border: 0;
  background: none;
  padding: 0;
  margin: 2.75em 2.5em 0 0;
  position: fixed;
  top: 0;
  right: 0;
  font-size: 0.85em;
  color: var(--color-close);
  cursor: pointer;
  z-index: 1000;
}

.details__magnifier {
  border: 0;
  background: none;
  background: var(--color-bg-magnifier);
  color: var(--color-magnifier);
  padding: 1em;
  border-radius: 50%;
  position: absolute;
  z-index: 1000;
  right: calc(21.5vh + 10vw);
  top: 75vh;
  cursor: pointer;
}

.details__magnifier:hover {
  background: var(--color-btn-hover);
}

.details__deco {
  width: 7em;
  height: 20px;
  background-position: 50% 97%;
  background-size: 150%;
}

/* Related demos */
.content--related {
  padding: 8em 5vw;
  font-weight: bold;
  text-align: center;
  background: #000;
  color: #f0f0f0;
}

.content--related a:hover {
  color: #fff;
}

.content--related h2 {
  font-size: 1.25em;
}

.content--related .demos {
  padding-bottom: 3em;
}

.media-item {
  display: inline-block;
  padding: 1em;
  vertical-align: top;
  transition: color 0.3s;
}

.media-item__img {
  max-width: 100%;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
  opacity: 1;
}

.media-item__title {
  font-size: 1em;
  margin: 0;
  padding: 0.5em;
}

@media screen and (max-width: 40em) {
  .grid2 {
    padding: 0 1vw;
  }
  .grid__item2 {
    padding: 0 2vw;
  }
  .product__bg2 {
    height: 10em;
  }
  .product__img2 {
    max-height: 19em;
  }
  .product__title2 {
    font-size: 1.25em;
  }
  .product__subtitle2 {
    font-size: 0.75em;
  }
  .details {
    padding: 30vh 0 5vh 10vw;
  }
  .details__bg--down {
    top: 30vh;
    height: 70vh;
  }
  .details__title {
    font-size: 2em;
  }
  .details__subtitle {
    font-size: 1em;
  }
  .details__price {
    font-size: 1.5em;
  }
  .details__description {
    max-width: 70%;
    font-size: 0.85em;
    margin: 1em 0 0 0;
  }
  .details__deco {
    height: 7px;
    width: 4em;
  }
  .details__img {
    right: -12vh;
  }
  .details__magnifier {
    right: 7vh;
  }
  .codrops-header {
    padding: 1em 4em;
  }
  .codrops-header__title {
    font-weight: bold;
    padding-bottom: 0.25em;
    text-align: center;
    font-size: 1.25em;
  }
  .dummy-menu {
    margin: 1.75em 1.5em 0 0;
  }
}

@media (max-width: 699px) {
  .home-bg {
    background-image: url(../images/throught_color.png);
    background-position: 54% 12%;
    background-size: 250% 100%;
  }

  .eyes,
  .exp-box {
    display: none;
    visibility: hidden;
  }

  .c-lerp-block_title .capability {
    font-size: 18px !important;
  }

  .icon {
    width: 20px;
    height: 20px;
  }

  .o-title_line span p {
    font-size: 40px;
  }

  .v-section {
    display: none;
    visibility: hidden;
  }
  .center {
    display: block;
    visibility: visible;
  }
  
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .media,
  .exp-box2,
  .center, 
  .menu {
    display: none;
    visibility: hidden;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .home-bg {
    background-image: url(../images/throught_color.png);
    background-position: center;
    background-size: cover;
  }
  
  .content2 {
    display: block;
    visibility: visible;
  }

  .v-section,
  .eyes,
  #particles-js,
  .exp-box {
    display: none;
    visibility: hidden;
  }

  /* contact section */
  .chat-section {
    width: 90%;
  }

  .socials,
  .start-project {
    width: 100%;
  }
}

@media (min-width:1025px) and (max-width:2699px) {
  .exp-box2 {
    display: none;
    visibility: hidden;
  }

  
}


/* video and mochup */
.v-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.v-section .vid-box {
  border-radius: 12px;
  height: 70vh;
  width: 80%;
  background-color: #348590;
}

.v-section .vid-box video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}


.footer-icons {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

