/*!
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */
 #mainNav {
  /* min-height: 56px; */
  background-color:  #101010;
  height: 100px;
}

#mainNav .navbar-nav{
  background-color: #1616167c;
  border: #ffffe1;
}

#mainNav .navbar-toggler {
  font-size: 70%;
  padding: 0.75rem;
  color: #d57a35;
  border: 1px solid #d57a35;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: 0rem 0;
  max-width: 50%;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}
#mainNav .nav-link {
  color: #ffffe1;
}

#logo {
  vertical-align: top;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-nav{
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    padding: 0rem 0;
    color: rgba(255, 255, 255, 0.5);
    max-height: 100%;
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 20PX;
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color:  #161616;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #fff8f8;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #d57a35;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #b53f21;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #d57a35;
    outline: none;
    border-bottom: 0.25rem solid #d57a35;
  }
}

.masthead {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  background: linear-gradient(to bottom, #46a0bd 0%, #5ea4bc 66%, #5b8998 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  margin-top: 100px
}

.masthead h1 {
  font-family: 'Varela Round';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: transparent;
 
}

.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;
}

#exomy_image{
  padding-top: 10px;
}


@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .masthead {
    margin-top: 0rem;
    height: 100vh;
    padding: 0;
  }
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
  #exomy_image{
    padding-top: 100px;
  }
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

.btn-primary {
  background-color: rgba(255, 255, 255, 0.5);
}

.btn-primary:hover {
  background-color: rgba(94, 94, 94, 0.5);
}

.btn-primary:focus {
  background-color: rgba(94, 94, 94, 0.5);
  color: white;
}

.btn-primary:active {
  background-color: rgba(94, 94, 94, 0.5) !important;
}


.about-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.about-section p {
  margin-bottom: 5rem;
}

.specifications-section {
  padding: 10rem 0;
}

.features-section {
  padding: 5rem 0;
}

.model-section model-viewer{
  width: 100%;
  height: 60vh;
}

#scrollbar{
  font-size: 1rem;
  background: #161616;
}

#scrollbar h2{
  font-size: 1rem;
}

#scrollbar .fa-4x{
  font-size: 1rem;
} 

.features-section .featured-text {
  padding: 2rem;
}

@media (min-width: 992px) {
  .features-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #d57a35;
  }
}

.features-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .features-section .project-text {
    padding: 5rem;
  }
  .features-section .project-text hr {
    border-color: #d57a35;
    border-width: .25rem;
    width: 30%;
  }
}

.contact-section {
  padding: 5rem 0 0;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #d57a35;
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: #d57a35;
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
  color: #ffffe1;
}

body {
  font-family: 'Nunito';
  letter-spacing: 0.0625em;
  font-size: 25px;
}

a {
  color: #d57a35;
}

a:focus, a:hover {
  text-decoration: none;
  color: #b53f21;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: #ffffe1 !important;
}

.text-primary {
  color: #FFFFE1 !important;
}

.text-secondary{
  color:rgba(94, 94, 94, 0.5) ;
  font-size: 23px;
}

.h1 {
  font-size: 10rem;
}

footer {
    padding-top: 5rem;
}


#form {
  background-color: #161616 !important;
  padding: 50px 0;
}

#form h1 {
  color: #FFFFE1 !important;
  margin-bottom: 30px;
  text-align: center ;
}

#form .card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #046e91;
  height: 40px;
}

#form .card-body {
  padding: 20px;
}

.custom-margin {
  margin-bottom: 10px; /* Adjust the value as needed */
}

/* Team Section */
#team {
  padding: 60px 0;
  background: #343a40; /* Same background as about section */
  color: #fff; /* Same text color as about section */
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 400px; /* Increased height */
  perspective: 1000px;
  margin-bottom: 30px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #5ea4bc;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.flip-card-back h1 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
}

.flip-card-back h2 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 500;
}

.flip-card-back h3 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 400;
}

.flip-card-back .social-icons {
  margin-top: 10px;
}

.flip-card-back .social-icons a {
  color: white;
  font-size: 24px;
  margin: 0 1px; /* Further reduced margin */
}

.flip-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Center the last two team members */
.center-last-row {
  display: flex;
  justify-content: center;
}

.row i{
  color : #000000;

}

/* Responsive adjustments */
@media (max-width: 768px) {
  .flip-card {
    margin-bottom: 20px;
  }
}

/* Additional CSS for the open-source logo */

#app {
  background-color: #161616 !important;
  padding: 50px 0;
}

#app h1 {
  color: #FFFFE1 !important;
  margin-bottom: 30px;
  text-align: center ;
}

#app .card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #917304;
  height: 40px;
  border-radius: 20px;
}

#app  .card-body {
  padding: 20px;
}

/* Additional CSS for the app image */
.app-img {
  width: 70%; /* Adjust the size as needed */
  height: auto; /* Adjust the size as needed */
  margin: 0 auto; /* Center the image */
  border-radius: 10px;
  margin-top: 20px;
}

/* Additional CSS for the coach section */
#coach .flip-card {
  margin: 0 auto; /* Center the flip card */
}
/* Additional CSS for the app image */
.app-img {
  width: 70%; /* Adjust the size as needed */
  height: auto; /* Adjust the size as needed */
  margin: 0 auto; /* Center the image */
  border-radius: 10px;
  margin-top: 20px;
}

/* Additional CSS for the about section */
.about-section .prob {
  margin-top: 20px;
}

.about-section .about-img {
  width: 50%; /* Adjust the size as needed */
  height: auto;
  margin-right: 0; /* Align to the right */
}

/* Additional CSS for the about section */
.features-section .project-text {
  padding: 20px;
}

.features-section .custom-margin {
  margin-top: 20px;
}

/* Responsive text adjustments */
@media (max-width: 768px) {
  .features-section .text-lg-left {
    text-align: center !important;
  }
  .features-section .text-lg-right {
    text-align: center !important;
  }
  .features-section .custom-margin {
    margin-top: 10px;
  }
}

#container3D {
  width: 100%;
  height: 500px; /* Adjust the height as needed */
  position: relative; /* Change from fixed to relative */
  z-index: 1; /* Adjust the z-index as needed */
  pointer-events: auto; /* Allow pointer events */
}





@import url('https://fonts.cdnfonts.com/css/devil-breeze');
@import url('https://fonts.cdnfonts.com/css/poppins');
@import url('https://fonts.cdnfonts.com/css/bimbo');


*::-webkit-scrollbar {
    width: 0;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.content-fit {
    width: min(1200px, 90vw);
    margin: auto;
    min-height: 100vh;
    position: relative;
    padding-block: 10em;
}#mainNav {
  background-color: #46a0bd;
  height: 100px;
}

#mainNav .navbar-nav {
  border: #ffffe1;
}

#mainNav .navbar-toggler {
  font-size: 70%;
  padding: 0.75rem;
  color: #d57a35;
  border: 1px solid #d57a35;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #ffffe1; /* Changed color to white */
  font-weight: 700;
  padding: 0rem 0;
  max-width: 50%;
}

#mainNav .navbar-nav .nav-item:hover {
  color: rgba(255, 255, 255, 0.8); /* Changed color to white with opacity */
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

#mainNav .nav-link {
  color: #ffffe1; /* Changed color to white */
}

#mainNav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); /* Changed color to white with opacity */
}

#mainNav .nav-link:active {
  color: white;
}

#mainNav.navbar-shrink {
  background-color: #161616;
}

#mainNav.navbar-shrink .navbar-brand {
  color: #ffffe1; /* Changed color to white */
}

#mainNav.navbar-shrink .nav-link {
  color: #fff8f8;
  padding: 1.5rem 1.5rem 1.25rem;
  border-bottom: 0.25rem solid transparent;
}

#mainNav.navbar-shrink .nav-link:hover {
  color: #d57a35;
}

#mainNav.navbar-shrink .nav-link:active {
  color: #b53f21;
}

#mainNav.navbar-shrink .nav-link.active {
  color: #d57a35;
  outline: none;
  border-bottom: 0.25rem solid #d57a35;
}
#container3D {
    position: fixed;
    inset: 0;
    /* background-color: red; */
    z-index: 100;
    pointer-events: none;
}

.img{
  width: 1%;
  height: 1%;
  object-fit: cover;
}

