* {
  box-sizing: border-box;
}

body {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

nav {
  width: 100%;

}
body {
  height: auto !important;
  overflow-y: auto !important;
}


.font{
        font-family: Satoshi, sans-serif;
            font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color:#9ea4a3;
}
.first{
font-family: DM Serif Display, sans-serif;
}
.second{
    font-family: Georgia, Times, Times New Roman, serif;
}

  .animate-fadeIn { animation: fadeIn 0.8s ease-out forwards; }
  .animate-fadeInSlow { animation: fadeIn 1.3s ease-out forwards; }
  .animate-slideUp { animation: slideUp 0.8s ease-out forwards; }
  .animate-pop { animation: pop 0.9s ease-out forwards; }

  @keyframes fadeIn {
    from { opacity: 0; } to { opacity: 1; }
  }
  @keyframes slideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes pop {
    0% { opacity: 0; transform: scale(0.9); }
    100% { opacity: 1; transform: scale(1); }
  }


 .no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

  .card:hover {
    background-color: #062A27 !important;
    color: white !important;
    transform: scale(1.03);
  }
  .card:hover p {
    color: white !important;
  }

@media (max-width: 768px) {
  h1 {
    font-size: 38px !important;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 30px !important;
  }
}
@media (max-width: 768px) {
  .font {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .animate-pop {
    display: none;
  }
}
@media (max-width: 768px) {
  #leftArrow,
  #rightArrow {
    display: none;
  }
}
@media (max-width: 768px) {
  img {
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .relative > .absolute {
    display: none;
  }
}


 


