@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jersey+10&family=Jersey+15&family=Manrope:wght@200..800&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Space+Grotesk:wght@300..700&family=Walter+Turncoat&display=swap');

/* Magicpattern */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Walter Turncoat", cursive;
}
#sandCanvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f4e4c1;  
  background-image: url(assets/finalback3.jpeg);
  background-size: cover;
  background-repeat: repeat;
  height:100%;
  width:100%;
} 
.nav {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 15px;
  font-family: "Walter Turncoat", cursive;
}
.syn_left h1 {
width:35vw;
display: flex;
justify-content: center;
font-size:1.5em;
color:#FDF6EC

}


.head {
  background-color: blue;
  padding: 10px;
  border-radius: 10px;
}

.layout {
  display: flex;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;

}

.box {
  font-family: "Walter Turncoat", cursive;
 /* background-image: url(assets/textures/meshtest14.png); */
 background-size: cover;
 background-repeat: no-repeat;
  padding: 20px;
  /* border: 3px solid #000; */
  width: 75vh;
  height: 50vh;
  position: relative;
   /* background-image:
    radial-gradient(#00000033 1px, transparent 1px);   */
    /* background-size: 20px 20px;  */
  box-sizing: border-box;
   overflow: hidden; 
  border-radius: 15px;
  transition:
    transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.7s ease,
    opacity 1s ease;
  border: 2px solid black;
    /* 🧊 Glassmorphism styles */
  background: rgba(255, 255, 255, 0.04); /* soft light tint */
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

model-viewer {
  width: 48vw;
  height: 77vh;
  pointer-events: auto;
  /* background-color: #f5ebe0; */
   background-image:
    radial-gradient(#00000033 1px, transparent 1px);  
  /* background-size: 40px 40px; */
  background-size: cover;
  background-repeat: no-repeat;
  /* border: 2px solid black; */
  border-radius: 15px;
  margin-top: 2%;
}

.box .text {
  height: 100%;
  width: 100%;
  text-align: center;
  /* padding:36px 15px; */
  font-size: 1.7em;
  color: rgb(1, 8, 2);
  font-weight: 600;
  /* margin-top:1.3%; */
}

/* .hotspot {
  background: transparent;
  border: none;
  cursor: pointer;f
} */

.label {
  padding: 6px 10px;
  /* background: rgba(0, 0, 0, 0.6); */
  color: black;
  border-radius: 8px;
  font-size: 1.1rem;
  border: 2px solid transparent;
  transition: all 0.3s;
  width: 11rem;
}

.label.active {
  border-color: #1cff95;
  box-shadow: 0 0 10px #00ff88;
  background: rgba(0, 255, 136, 0.2);
}

.brain-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  height: 11rem;
  align-items: center;
  width: 100%;
  background-color: #ede0d4;
  background-image: radial-gradient(#252422 1px, transparent 1px);
  background-size: 40px 40px;
  flex-wrap: wrap;
  border: 2px solid black;
  margin-top: 1%;

}

.brain-controls h2 {
  text-align: center;
  position: absolute;
  top: 10px;

  display: inline;
}

.brain-controls button.active {
  background-color: #007BFF;
  color: #fff;
}

.brain-controls button:hover {
  background: #adb5bd;
}

.innerText {
  max-height: 350px;
  overflow-y: auto;
  word-wrap: break-word;
  padding: 11px 20px;
  box-sizing: border-box;
  margin-top: 1.6%;
}
.innerText5
{
  margin-top: 5%;
}

.innerText2 {
  margin-top: 5.6%;
}

.hotspot {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s, visibility 0.3s;
}

.hotspot.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

button {
  font-family: "Alegreya Sans SC", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 6px 20px;
  color: #000;
  background-color: #ebf2fa;
  border: 2px solid #000;
  box-shadow: 3px 3px 0px #000;
  text-decoration: none;
  display: inline-block;
  transition: all 0.1s ease-in;
  cursor: pointer;
    background-image:
    radial-gradient(#00000033 1px, transparent 1px);
  background-size: 40px 40px;
}

.buttons:hover {
  box-shadow: 1px 1px 0px #000;
  transform: translate(2px, 2px);
}

.contain {
  background-color: blue;
  height: 100%;
  width: 100%;
}

.text {
  margin-bottom: 10px;
}

.frontal2 {
  font-weight: 700;
  color: red;
}

.head {
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;

  padding: 10px;

  color: #000;
  background-color: #dad7cd;
  background-image: radial-gradient(#00000022 1px, transparent 1px);
  background-size: 40px 40px;

  border: 2px solid #000;

  /* Drop shadow for the "sticker" effect */
  box-shadow: 3px 3px 0px #000;

  text-decoration: none;
  display: inline-block;

  /* Hover effect */
  transition: all 0.1s ease-in;
  cursor: pointer;
}

.grid1 {
  text-align: center;
  width: 100%;
  background-color: red;
  margin: 40px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 20px;
  padding: 43px;
}

.card {
  background-color: #e9ecef;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  background-image: radial-gradient(#bcb8b1 1px, transparent 1px);
  background-size: 40px 40px;

  opacity: 0;
  transform: translateY(30px) scale(0.95);
  /* Combined Transition for both hover and appear animation */
  transition:
    opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.2s ease;
}

.card.show:hover {
  transform: translateY(-5px);
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.card img {
  height: 24.2vh;
  width:15.2vw;
  background-size: contain;
  padding: 10px 5px;
  border-radius: 8px;
  /* border:2px solid black */
  /* border:2px dotted black */
}

.nav2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 15px;
  font-family: "Walter Turncoat", cursive;
  border-radius: 10px;

  /* background: red; */
}

.heading {
  width: 100%;
  text-align: center;
  color: #010d2f;
}

.heading h1 {
  margin-top: 4%;
}

#heart-model .heart-label {
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: bold;
}

model-viewer #heart-model {
  height: 60vh;
  width: 50vw;
  /* flex-grow: 2; */
}

#heart-model .heart-label.active {
  background: #ff3d3d;
  color: #fff;
}

.heart-hotspot {
  display: none;
  /* All hotspots hidden by default */
}

.heart-hotspot.visible {
  display: block !important;
}
.liver-hotspot {
  display: none;
  /* All hotspots hidden by default */
}

.liver-hotspot.visible {
  display: block !important;
}

.kidney-hotspot {
  display: none;
}
.stomach-hotspot {
  display: none;
}
.stomach-hotspot.visible {
  display: block !important;
}

.kidney-hotspot.visible {
  display: block !important;
}

#heart-buttons h2 {
  text-align: center;
  position: absolute;
  top: 10px;

  /* display:inline; */
}

/* #heart-buttons button{
  height:3rem;
  margin-top:3%;
  border-radius: 8px;
} */
button:hover {
  box-shadow: 1px 1px 0px #000;
  transform: translate(2px, 2px);
}

.heading2 {
  width: 100%;
  text-align: center;
  color: #e9ecef;
}

.heading2 {
  margin-top: 5%;
}

.liner1 {
  margin-top: 4%;
  text-align: center;
}

.liner2 {
  margin-top: 4%;
  text-align: center;
}

.liner3 {
  margin-top: 4%;
  text-align: center;
}

.liner4 {
  margin-top: 4%;
  text-align: center;
}


.resetButton {
  /* text-align: center; */
  margin-top: 4%;
  width: 100%;
  /* margin-left: 260px; */
}

.box-contain {
  margin-top: 2%;
  height: 100%;
}

.lungs-Btn {
  width: 100%;
  text-align: center;
}

.syn_left {
  flex: 1;
  width: 45%;
}
.syn_left h1 {
  font-size: 48px;
  font-weight: bold;
  position: absolute;
  top: 25px;
  color: #0a100d
}

.syn_left h3 {
  padding: 30px;
}

.syn_left p {
  font-size: 2em;
  /* line-height: 1.7; */
  font-weight: 600;
  padding: 15px;
  margin-top: 270px;
}

.syn_left button {
  padding: 12px 24px;
  font-size: 16px;
  background: #e8d3ff;
  border-radius: 8px;
  border: 1px solid #000;
  cursor: pointer;
}

.syn_right {
  flex: 1;
  position: relative;
  height: 700px;
  margin-left: 2%;
  /* margin-top:4%; */
}

.syn_right h3 {
  position: absolute;
  top: 10px;
  font-size: 1.6em;
  left: 46px;
}

/* All cards start off-screen left and slide in one by one */
.syn_card {
  position: absolute;
  border-radius: 12px;
  border: 1px solid #000;
  width: 35vw;
  height: 62vh;
  padding: 20px;
  font-size: 16px;
  top: 80px;
  box-sizing: border-box;
  transform-style: preserve-3d;
  background: #fff;
  cursor: pointer;
  transition:
    transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.7s ease,
    opacity 1s ease;
}
 span {
  display: inline-block;
  transition: transform 0.2s ease-out;
  cursor: pointer;
  padding: 2px;
  font-size: 1.4em;
  color:#FDF6EC;
}
.hover-bounce
{
  margin:2%;
}
 span:hover {
  transform: translateY(-8px);
}
span:hover {
  animation: bounceUp 0.3s ease-out forwards;
}

@keyframes bounceUp {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
.syn_card1 {
  top: 60px;
  left: 0px;
  /* background: #ffd1d1; */
  background-image: url(assets/textures/meshtest.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation-delay: 0.2s;
  z-index: 7;
  /* color:#f4d58d; */
}

.syn_card2 {
  top: 90px;
  left: 40px;
  /* background: #F08080; */
  background-image: url(assets/textures/meshtest4.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation-delay: 0.4s;
  z-index: 6;
}

.syn_card3 {
  top: 120px;
  left: 80px;
   background-image: url(assets/textures/meshtest8.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation-delay: 0.6s;
  z-index: 5;
}

.syn_card4 {
  top: 150px;
  left: 120px;
     background-image: url(assets/textures/meshtest12.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation-delay: 0.8s;
  z-index: 4;
}
.syn_card5 {
  top: 180px;
  left: 160px;
   background-image: url(assets/textures/meshtest14.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation-delay: 1s;
  z-index: 3;
}
.syn_card6 {
  top: 210px;
  left: 200px;
    background-image: url(assets/textures/meshtest15.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation-delay: 1s;
  z-index: 2;
}
.box:hover {
  transition:
    transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 2s,
    box-shadow 0.7s ease 2s,
    opacity 1s ease 2s;
  /* Hover styles */
  box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.25),
    0px 0px 30px rgba(130, 100, 255, 0.25);
  opacity: 1;
  z-index: 10;
  cursor: pointer;
}

.syn_card:hover {
  /* Here you add delays so only hover-in is delayed */
  transition:
    transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 2s,
    box-shadow 0.7s ease 2s,
    opacity 1s ease 2s;

  /* Hover styles */
  box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.25),
    0px 0px 30px rgba(130, 100, 255, 0.25);
  opacity: 1;
  z-index: 10;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.syn_wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  border-radius: 12px;
  padding: 30px;
  margin: 40px;
  opacity: 0;
  transform: translateY(30px);
  animation: wrapperFadeIn 0.5s ease forwards;
  height: 95vh;
    /* 🧊 Glassmorphism styles */
  background: rgba(255, 255, 255, 0.04); /* soft light tint */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(9px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
  position:relative;
}


/* Keyframes */
@keyframes wrapperFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes elementSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.syn_card.syn_hoverOnly .image,
.syn_card.syn_hoverOnly p,
.syn_card.syn_hoverOnly .card-Btn {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease 0.5s,
    visibility 0.4s ease 0.5s;
}

/* Show content on hover with delay */
.syn_card.syn_hoverOnly:hover .image,
.syn_card.syn_hoverOnly:hover p,
.syn_card.syn_hoverOnly:hover .card-Btn {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;

}

/* Optional hover scale effect */
.syn_card.syn_hoverOnly {
  transition:
      transform 0.5s ease 0.5s, /* 0.5s delay before scale */
    opacity 0.4s ease 0.5s;   /* 0.5s delay before showing */
}

.syn_card.syn_hoverOnly:hover {
  /* transform: scale(1.02); */
   transform: scale(1.02);
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.syn_card .image {
  /* height:200px; */
  width: 100%;
  text-align: center;

}

.syn_card img {
  height: 25vh;
  background-size: contain;
  text-align: center;
  /* width:100%; */
  border-radius: 9px;
}

.syn_card p {
  font-size: 1.5em;
  margin-top: 30px;
  font-weight: 650;
  padding: 10px;
}

.card-Btn {
  display: flex;
  justify-content: right;
  padding: 10px;
}

.syn_card .b {
  color: #8d0801;
}

.syn_card .l {
  color: #e5383b;
}

button:active {
  transform: scale(0.95);
  transition: transform 0.1s ease;
}

.syn_card .h {
  color: #812102;
}

.syn_card .k {
  color: #381d2a;
}
.sync_card .liner1{
  color:#F08080
}
.syn_card .s
{
  color:#8d0801
}

.lungs-hotspot {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.lungs-hotspot.visible {
  opacity: 1;
  pointer-events: auto;
}

.innerText3 {
  margin-top: 5%;
}

/* Initial state */

/* Final state when visible */
.card.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.layout>* {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.layout>.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.innerText4 {
  margin-top: 5%;
}
.innerText6
{
  margin-top: 7%;
}
    footer {
      position: relative;
      /* background: white; */
      /* padding: 100px 0; */
      overflow: hidden;
      text-align: center;
    }

    .puzzle {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
    }

    .letter {
      font-size: 24px;
      padding: 10px 15px;
      border-radius: 8px;
      background: #222;
      color: #f0f0f0;
      transition: all 0.6s ease;
      transform: translate(
        calc(-100px + 200px * var(--rand-x)),
        calc(-100px + 200px * var(--rand-y))
      );
      opacity: 0.4;
    }

    footer:hover .letter {
      transform: translate(0, 0);
      opacity: 1;
      background: #467599;
      color: #fff;
    }

    .letter:nth-child(even) {
      transition-delay: 0.2s;
    }

    .letter:nth-child(odd) {
      transition-delay: 0.1s;
    }
    #footer-area
    {
        transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1); /* bounce */
  transition-delay: 0.2s; /* small delay before it begins */
    }
    
    footer {
      height: 350px;
      background-color: #111;

      position: relative;
      z-index: 1;
        background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;

    }

    /* Follower dot */
    .footer-follower {
      position: fixed;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #fffcf2;
      box-shadow: 0 0 10px #fffcf2;
      pointer-events: none;
      transform: translate(-30%, -30%);
      opacity: 0;
      z-index: 9999;
      transition: opacity 0.6s ease;
    }
    #footer-area.visible {
  opacity: 1;
  transform: translateY(0);
}
.origami-contact
{
  height:30vh;
  width:30vw;
  /* display: block; */

}
input{
  display:inline-block
}
.item
{
  margin: 5px 10px;
  height:5vh;
  margin:5px 60px;
  width:21vw;
  text-align: center;
}
input, textarea {
  /* clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%); */
  border: none;
  background: white;
  padding: 10px 15px;
  font-family: inherit;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  transition: transform 0.2s;
  border-radius: 9px;
}
input:hover, textarea:hover {
  transform: translateY(-2px);
}
.send
{
  width:8%;
  position: absolute;
  top:82%;
  height:12%;
  left:8%;

}
#toast {
  visibility: hidden;
  min-width: 250px;
  background-color: #4CAF50;
  color: white;
  text-align: center;
  border-radius: 8px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  font-size: 17px;
  opacity: 0;
  transition: opacity 0.5s ease, bottom 0.5s ease;
}
#toast.show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}
.icons
{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:10px;
}
.social
{
  position: absolute;
    /* margin-bottom: 157px; */
    top: 35%;
    padding: 20px;
    left: 45%;
}
.github:hover,.linkdin:hover{
  opacity:0.8;
}
#goToTop
{
  margin-top:12%;
  cursor: pointer;
  width:5vw;
  margin-left:90px;
}
#goToTop:hover
{
   animation: bounce 0.6s ease-out;
 transform: scale(1.2) rotate(-5deg);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}
.sitemap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  /* margin-top: 2rem; */
  position:absolute;
  top:1px;
  right:6%;
}
.sitemap-icon {
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.sitemap-icon img {
  width: 40px;
  height: 40px;
  transition: transform 0.4s ease, filter 0.4s ease;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
  animation: float 3s ease-in-out infinite;
}

/* FUN ANIMATIONS */
.sitemap-icon:hover img {
  animation: bounce 0.6s ease-out;
  transform: scale(1.2) rotate(-5deg);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}

/* BOUNCE ON HOVER */
@keyframes bounce {
  0%   { transform: translateY(0) scale(1.1); }
  30%  { transform: translateY(-8px) scale(1.2); }
  60%  { transform: translateY(4px) scale(1.1); }
  100% { transform: translateY(0) scale(1.2) rotate(-5deg); }
}

/* SLOW FLOAT WHEN IDLE */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

/* Animated Label */
.sitemap-label {
  opacity: 0;
  position: absolute;
  top: 10px;
  /* left:22px; */
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 13px;
  padding: 0.4rem 0.8rem;
  border-radius: 12px;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
  pointer-events: none;
  transform: translateY(10px) scale(0.95);
  white-space: nowrap;
}

.sitemap-icon:hover .sitemap-label {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
/* Optional: Tooltip arrow */
.sitemap-label::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.footerSite1
{
  margin-top:8%;
  display: flex;
  justify-content: space-around;
  width:15vw;
}
.footerSite2
{
  margin-top:8%;
  display: flex;
  justify-content: space-around;
  width:15vw;
}
.footerSite3
{
  margin-top:8%;
  display: flex;
  justify-content: space-around;
  width:15vw;
}
header{
  display:none;
}
/* media queries */
@media (max-width: 1024px)
{
  body
  {
      background-image: url(assets/finalback3.jpeg);
  background-size: cover;
  background-repeat: repeat;
  }
  .syn_wrapper
  {
    /* height:95%; */
    width:97%;
    position:relative;
    margin:5px;
    /* background-color: gray; */
    display: block;
      background: rgba(255, 255, 255, 0.04); /* soft light tint */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(9px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
  }
  .syn_left p
  {
    display: block;
    margin-top:0;
    font-size:1.3em;
    text-align:center;
    line-height: 1.4;
    
  }
  .form-container
  {
    display: none;
  }

  .syn_left 
  {
    width: 80vw;
  }
  .footer-follower
  {
    display: none;
  }
  

 .head2
 {
  display: none;
 }
#sandCanvas
{
display: none;
/* background-color: blue; */
background-repeat: repeat;
height: 100vh;
width:100%;
}
.hover-bounce
{
 height:20px;
}
.syn_card{
  display: none;
}
header
{
  display: block;
  height:70px;
  font-size:1.2em;
  text-align: center;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2.5rem;
  color:#fdf6ec
}
  .syn_card {
    height: 150px;
    width: 150px; /* override 35vw */
    padding: 10px;
    font-size: 14px;
  }
  .syn_right
  {
    width:100%;
        position: static; /* or relative */
    display: grid;
    /* width:150px; */
    grid-template-columns: repeat(2, 193px);
    grid-template-rows: repeat(3,100px);
    gap:10px;
    margin-top:50px;
  }
.syn_card img
{
  height:80px;
}
.syn_card p
{
  display: none;
}
.syn_card button
{
  /* height:40px; */
  font-size: 1rem;
  margin:0;
  position:static;
  /* padding:0; */

  /* display: block; */
}
.syn_card1
{
  height:150px;
  width:150px;
  display: block;
  position: static;
}
.syn_card2
{
  height:150px;
  width:150px;
  display: block;
  position: static;
}
.syn_card3
{
  height:150px;
  width:150px;
  display: block;
  position: static;
  margin-top: 50px;
}
.syn_card4
{
  height:150px;
  width:150px;
  display: block;
  position: static;
  margin-top: 50px;
}
.syn_card5
{
  height:150px;
  width:150px;
  display: block;
  position: static;
  margin-top: 100px;
}
.syn_card6
{
  height:150px;
  width:150px;
  display: block;
  position: static;
  margin-top: 100px;
}
.syn_card.syn_hoverOnly .image,
.syn_card.syn_hoverOnly p,
.syn_card.syn_hoverOnly .card-Btn
{
  visibility: visible;
  opacity: 1;
}
.box{
  width:97vw;
  font-size:0.8rem;

}
.card img
{
  width:50vw;
}
.layout{
  display: block;
}
button{
    /* height:40px; */
  font-size: 0.8rem;
}
model-viewer
{
width:99vw;
height:50vh;
text-align: center;
}
.card-grid
{
  display: block;
  
  /* line-height: 15px; */
}
.card
{
  margin-top:10px;
}
.label
{
  font-size: 1rem;
  /* height:40px; */
}
.liner1 button
{
  padding:8px;
}
.liner2 button
{
  padding:8px;
}
.liner3 button
{
  padding:8px;
}
.liner4 button
{
  padding:8px;
  text-align: center;
}
.footSite{
  display: flex;
  justify-content: space-evenly;
  width:100%;
}
.sitemap{
  position: absolute;
  /* bottom:3%; */
  left:8%;
}
.social {
    position: absolute;
    /* margin-bottom: 157px; */
    top: 42%;
    padding: 18px;
    left: 9%;
}
#goToTop
{
  margin-left:127px;
}

}