@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

:root {
    --head-clr: #3b7cf5;
    --font-clr: #1c1d3e;
    --second-clr: #a09dab;
    /*font-size: 10px;*/

}

html {
    background-color: #fff;
    overflow-x: hidden;

}

body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;

}

/*color: #1c1d3e; color: #3b7cf5;*/


/* ======= Home page ======= */
/* Basic reset */
body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* ======= Home page ======= */

.home {
  margin-top: 100px;
  width: 100%;
  display: flex;
  padding-bottom: 50px;
  justify-content: space-between;
  align-items: center;
}

.home .home-container {
  margin: 0 5%;
  width: 90%;
  display: block;
  padding: 20px 0 0 0;
}

.home-text {
  float: left;
  width: 50%;
  padding-top: 80px;
}

.home-text h1 {
  font-size: 43px;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
  color: --font-clr;
}



.home-text p {
  font-size: 16px;
  margin: 20px 0;
  font-weight: 300;
  max-width: 800px;
  color: #000000;
  text-align: justify;
}



/*------ HOME -------*/

.home-image {
  float: right;
  width: 50%;
  position: relative;

}

.home-image .img {
  position: relative;
}


.home-image img {

  width: 70%;
  z-index: 1;
  gap: 50px;
  float: right;

}

.home-image video {
  width: 100%;
  padding-left: 30px;
  z-index: 1;

}

.home-image .img1 {
  position: absolute;
  padding: 0;
  top: -15px;
  right: 54%;
  width: 10%;
}

.home-image .img2 {
  position: absolute;
  padding: 0;
  top: 4%;
  right: 26%;
  width: 10%;
}

.home-image .img3 {
  position: absolute;
  padding: 0;
  top: 19%;
  right: 8.5%;
  width: 10%;
}

.home-image .img4 {
  position: absolute;
  padding: 0;
  top: 53%;
  right: 12.5%;
  width: 10%;
}

.home-image .img5 {
  position: absolute;
  padding: 0;
  top: 64%;
  right: 1%;
  width: 10%;
}

.home-image .img6 {
  position: absolute;
  padding: 0;
  top: 89%;
  right: 28%;
  width: 10%;
}

.home-image .img7 {
  position: absolute;
  padding: 0;
  top: 73%;
  right: 60%;
  width: 10%;
}

.home-image .img8 {
  position: absolute;
  padding: 0;
  top: 55%;
  right: 61%;
  width: 10%;
}


.home-image .img9 {
  Position: absolute;
  padding: 0;
  top: 66%;
  right: 79%;
  width: 10%;
}

.home-image .img10 {
  position: absolute;
  padding: 0;

  top: 18%;
  right: 78%;
  width: 10%;
}

.home-image .img11 {
  position: absolute;
  padding: 0;
  top: 37%;
  right: 86%;
  width: 10%;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

.links li a i {
  position: absolute;
  top: 28px;
  padding-left: 5px;
}

.button {
  pointer-events: auto;
  cursor: pointer;
  background: #fff;
  border: none;
  padding: 15px 18px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  border: 2px solid #1c1d3e;
  color: #1c1d3e;
}

.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--calypso {
  overflow: hidden;
  font-family: freight-display-pro, serif;
  font-size: 1.15rem;
  border-radius: 0.85rem;
  color: #fff;
}


.button--calypso span {
  display: block;
  position: relative;
  mix-blend-mode: difference;
  z-index: 10;
  letter-spacing: 10px;
  font-weight: 500;
}

.button--calypso:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;

}

@keyframes MoveScaleUpInitial {
  to {
      transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
      opacity: 0;
  }
}

@keyframes MoveScaleUpEnd {
  from {
      transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
      opacity: 0;
  }

  to {
      transform: translate3d(0, 0, 0);
      opacity: 1;
  }
}

.button--calypso::before {
  content: '';
  background: #000;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.button--calypso:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso::after {
  content: '';
  background: #000;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}


/* For screens between 1200px and 1600px */
@media (min-width: 1200px) and (max-width: 1600px) {
  .home-text h1 {
      font-size: 3.5vw; /* Adjust font size */
      margin-top: 7%; /* Adjust margin as needed */
  }
}

/* For screens larger than 1600px */
@media (min-width: 1600px) {
  .home-text h1 {
      font-size: 3vw; /* Adjust for larger screens */
      margin-top: 11%; /* Maintain negative margin if needed */
  }
}
/* For tablets */
@media (max-width: 992px) {
  .home {
      flex-direction: column;
      align-items: flex-start;
  }

  .home-text {
      width: 100%;
      padding-top: 80px;
  }

  .home-image {
      width: 100%;
      margin-top: 30px;
  }

  .home-text h1,
  .home-text h2 {
      font-size: 40px;
  }

  .home-text h3 {
      font-size: 18px;
  }

  .home-text p {
      font-size: 0.95em;
  }
}

/* For mobile phones */
@media (max-width: 768px) {
  .home-text {
      padding-top: 3px;
      text-align: center;
  }

  .home-text h1,
  .home-text h2 {
      font-size: 35px;
  }

  .home-text h3 {
      font-size: 16px;
  }

  .home-text p {
      font-size: 0.9em;
  }

  .home-image {
      margin-top: 20px;
  }

  .home-image img,
  .home-image video {
      padding-left: 0;
  }
}

/* For small mobile phones */
@media (max-width: 576px) {

  .home-text h1,
  .home-text h2 {
      font-size: 30px;
  }

  .home-text h3 {
      font-size: 14px;
  }

  .home-text p {
      font-size: 0.85em;
  }

  .home-image .img1,
  .home-image .img2,
  .home-image .img3,
  .home-image .img4,
  .home-image .img5,
  .home-image .img6,
  .home-image .img7,
  .home-image .img8,
  .home-image .img9,
  .home-image .img10,
  .home-image .img11 {
      width: 15%;
  }
}



/* ============================== AR Main =================================== */

.AR_main1 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    background-color: #E7E7E7;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Container for content within AR_home */
.AR_home_container2 {
    width: 80%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

/* Full width for text and image rows */
.text-row2,
.image-row2 {
    width: 100%;
}

.text-row2 p {
    margin: 0;
    color: black;
    font-size: 1rem;
    text-align: justify;
}

.text-row2 h2 {
  text-align: left;
  font-weight: 350;
  text-transform: uppercase;
  font-size: 36px;
}


/* Responsive image */
.image-row2 img {
    width: 80%;
    height: auto;
    max-width: 600px;
    border-radius: none;
}

/* Responsive design for tablet and mobile views */
@media (max-width: 901px) {
    .AR_home_container2 {
        flex-direction: column;
    }

    .text-row2,
    .image-row2 {
        width: 100%;
    }

    .text-row2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .text-row2 p {
        font-size: 1.2rem;
        /* Adjusting font size for readability on smaller screens */
    }

    .text-row2 h2 {
        text-align: center;
    }

    .image-row2 img {
        width: 100%;
    }
}



/*================================  Interactive  ====================================*/
.interactive {

    margin-top: 100px;
    width: 100%;
    padding-bottom: 50px;
    justify-content: center;
    align-items: center;
  }
  
  .interactive .intra-container {
    margin: 0 10%;
    width: 80%;
    display: block;
    padding: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .interactive .intra-container1 {
    margin: 50px 10%;
    width: 80%;
    display: block;
    padding: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .Ecom .intra-container1 {
    margin: 100px 0;
    width: 100%;
    padding: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .intra-text {
    width: 50%;
    padding-top: 40px;
  
  }
  
  .contact-text .intra-text h2 {
    font-size: 50px;
    font-weight: 600;
    color: var(--font-clr);
  }
  
  .interactive .intra-text h2 {
    font-size: 24px;
  }
  
  .intra-text ul {
    color: var(--second-clr);
    margin-left: 20px;
  }
  
  
  .intra-text h3 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    margin: 20px 0;
    color: --font-clr;
  }
  
  .intra-text p {
    color: var(--second-clr);
    padding: 20px 0 0 0;
  }
  
  .intra-image {
    width: 40%;
    height: auto;
    position: relative;
    margin: 0 20px;
  
  }
  
  .img iframe {
    border-radius: 20px;
  }
  
  .intra-container1 .intra-image {
    width: 40%;
    height: auto;
    position: relative;
  
  }
  
  .intra-container1 p {
    text-align: justify;
  
  }
  
  .intra-image .img {
    position: relative;
  }
  
  .intra-image img {
    width: 100%;
    z-index: 1;
  }
  
  .img video {
    width: 80%;
    margin: 0 10%;
    border-radius: 20px;
  }
  
  .intra-image video {
    width: 100%;
    padding-left: 30px;
    z-index: 1;
  
  }
  
  .interactive .intra-image video {
    width: 100%;
    border-radius: 20px;
    border: 2px solid black;
    padding: 0;
    margin: 0;
  }
  
  .intra-image .img-chair {
    width: 100%;
    z-index: 1;
  }
  
  .intra-image .img1 {
    position: absolute;
    width: 100%;
    padding: 0;
    z-index: 1;
    left: 0;
    /*animation: spin 2s linear infinite;*/
  }
  
  .clr {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .clr img {
    width: 14%;
    padding: 20px;
  }
  
  .clr1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
  }
  
  .clr1 img {
    width: 14%;
    padding: 20px;
  }
  
  model-viewer {
    width: 100%;
    height: 500px;
    background-color: #eee;
    border-radius: 20px;
  }
  
  .textVisi {
    display: none;
  }
  
  .scan {
    position: absolute;
    bottom: 80px;
    left: 20px;
    text-align: center;
    font-size: 25px;
    font-weight: 550;
    color: var(--second-clr);
    margin: 0 30px;
  
  }
  
  @media screen and (max-width: 1300px) {
    .scan {
      position: absolute;
      bottom: 30px;
      left: 20px;
      text-align: center;
      font-size: 20px;
      font-weight: 550;
      color: var(--second-clr);
      margin: 0 30px;
  
    }
  }
  
  @media (max-width: 700px) {
    .intra-text h2 {
      font-size: 35px;
      font-weight: 600;
    }
  
    .intra-text p {
      padding-right: 0px;
    }
  }
  
  @media screen and (max-width: 1000px) {
  
    .interactive .intra-container {
      width: 90%;
      margin: 0 10%;
      padding: 20px 0 0 0;
      display: block;
      margin: auto;
    }
  
    .interactive .intra-container1 {
      width: 90%;
      margin: 0 10%;
      padding: 20px 0 0 0;
      display: block;
      margin: auto;
    }
  
  
    .intra-text {
      width: 100%;
  
    }
  
    .intra-image {
      width: 90%;
      margin: auto;
    }
  
    .intra-container1 .intra-image {
      width: 90%;
      margin: auto;
    }
  
    .clr img {
      width: 23%;
      padding: 20px;
    }
  
    .clr1 img {
      width: 23%;
      padding: 20px;
    }
  
    .textVisi {
      display: block;
    }
  
    .textHide {
      display: none;
    }
  
    .scan {
      position: absolute;
      bottom: 80px;
      left: 30px;
      text-align: center;
      font-size: 25px;
      font-weight: 550;
      color: var(--second-clr);
      margin: 0 30px;
  
    }
  }
  
  @media screen and (max-width: 1024px) {
    .clr img {
      width: 20%;
      padding: 20px;
    }
  
    .clr1 img {
      width: 20%;
      padding: 20px;
    }
  }
  
  @media screen and (max-width: 450px) {
    .clr img {
      width: 23%;
      padding: 20px;
    }
  
    .clr1 img {
      width: 23%;
      padding: 20px;
    }
  
    model-viewer {
      height: 300px;
    }
  
    .scan {
      position: absolute;
      bottom: 20px;
      left: 20px;
      text-align: center;
      font-size: 15px;
      font-weight: 550;
      color: var(--second-clr);
      margin: 0;
    }
  }

  /*===================================================== Demo ===================================================== */
.demo {
  padding: 20px;
}

.demo h3 {
  font-size: 30px;
  text-align: center;
}

.demo p {
  padding: 10px;
  width: 80%;
  font-size: 15px;
  text-align: center;
  margin: auto;
}

.demo_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px;
}

.demo_content {
  display: flex;
  align-items: center;
  /* Center items vertically in a row layout */
  justify-content: space-between;
  /* Space between text and image */
  gap: 20px;
}

.demo_text h4 {
  text-align: center;
  font-size: 32px;
}

.demo_text p {
  text-align: justify;
  width: 100%;
  font-size: 15px;
  margin: auto;
}


.demo_text {
  flex: 1;
  /* Takes up available space on the left side */
  max-width: 50%;
  text-align: center;
  /* Prevents the text from growing too large */
}

.demo_video {
  flex: 1;
  /* Takes up available space on the right side */
  max-width: 50%;
  /* Prevents the video from growing too large */
}

.demo_video video {
  width: 100%;
  /* Full width of the container */
  height: auto;
  /* Maintain aspect ratio */
  border-radius: 8px;
  /* Optional: Add rounded corners to the video container */
}

.demo_image {
  flex: 1;
  /* Takes up available space on the right side */
  max-width: 50%;
  /* Prevents the image from growing too large */
}

.demo_image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  /* Optional: Add rounded corners to the image */
}

@media (max-width: 900px) {
  .demo_content {
      flex-direction: column;
      /* Switch to column layout below 900px */
      align-items: center;
      /* Center items horizontally in column layout */
  }

  .demo_text,
  .demo_video {
      max-width: 100%;
      /* Allow text and image to take full width in column layout */
      text-align: center;
      /* Center text for better readability */
  }

  .demo_video video {
      width: 100%;
      /* Keep image aspect ratio */
  }
}

.social-icons {
  display: flex;
  justify-content: center; /* Centers the icons horizontally */
  align-items: center; /* Centers the icons vertically */
  gap: 10px; /* Space between icons, adjust as needed */
}

.social-icons a {
  color: #000; /* Adjust color as needed */
  text-decoration: none; /* Removes underline from links */
}

.social-icons i {
  font-size: 16px; /* Adjust size of icons as needed */
}

/* Optional: Add responsive design */
@media (max-width: 600px) {
  .social-icons i {
      font-size: 20px; /* Smaller size on smaller screens */
  }
}


@media (min-width: 1200px) {
  .demo p {
    width: 70%; 
    font-size: 16px;
  }
}


@media (max-width: 991px) {
  .demo p {
    width: 90%; 
    font-size: 14px;
  }
}


@media (max-width: 768px) {
  .demo p {
    width: 95%;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .demo_content {
    flex-direction: column; 
  }

  .demo_text {
    text-align: left;
  }

  .intra-image {
    order: 2; 
  }

  .demo_text {
    order: 1; 
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .demo_content {
    flex-direction: column; 
  }

  .intra-image {
    order: 2;
}
  .demo_text {
    order: 1;
    margin-bottom: 10px;
  }

  .img img {
    width: 100%;
  }
}
