@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

.row {
  margin-left: 0;
  margin-right: 0;
}
/* <!-- ---------- H E A D E R --------------------------------------------------------------------------------- --> */
.logo{
    width: 90px;
    height: 60px;
}
header{
    position: fixed;
    z-index: 1000;
    width: 100%;
}
.navbar-nav li a{
    color: #000;
    font-size: 18px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    justify-content: space-around;
}
nav li a:hover{
    color: #20b15c;
}
.dropdown-menu{
    background-color: #fff;
    padding: 10px 20px;
    border: #20b15c solid 2px;
    border-radius: 20px 0px 20px 0px;
}
.dropdown-item{
    color: #000;
    background-color: rgb(233, 233, 233);
    margin: 10px 0px;
    text-align: center;
}
.dropdown-item:hover{
    color: #20b15c;
}
nav li a:active{
    color: #20b15c;
    background-color: #fff;
}
.dropdown-item:active{
    color: #20b15c;
    background-color: #fff;
}
/* <!-- ---------- H E A D E R --------------------------------------------------------------------------------- --> */

/* <!-- ---------- H E R O   S E C T I O N ---------------------------------------------------------------------- --> */

/* <!-- ---------- H E R O   S E C T I O N --------------------------------------------------------------------- --> */


/* <!-- ---------- ABOUT MVIS   S E C T I O N --------------------------------------------------------------------- --> */
.about-section {
    /* background-color: #f0f0f0;  */
    color: black;
}
h1, h2, h3, h4, h5, h6, h {
  font-size: 3rem;
  letter-spacing: 1px;
  font-family: 'Playfair Display';
  font-weight: bold;
}

.about-section p{
    color: black;
    font-size: 18px;
    text-align: justify;
    line-height: 2rem;
}
.section-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.joint-innovation i{
    width: 16px;
    height: 16px;
    font-size: 20px;
}
/* <!-- ---------- ABOUT MVIS   S E C T I O N --------------------------------------------------------------------- --> */

/* <!-- ACCIDENTS SAVED-------------------------------------------------------------------------------------------------------  --> */
.carousel-img {
  width: 100%;
  max-width: 400px;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.carousel-caption-custom {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 12px;
  max-width: 800px;
  margin: 20px auto;
  color: #000;
  text-align: center;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #198754;
  border-radius: 50%;
}
/* .carousel-item {
  padding: 20px 0;
} */
/* <!-- ACCIDENTS SAVED-------------------------------------------------------------------------------------------------------  --> */

/* <!-- VIDEO-------------------------------------------------------------------------------------------------------  --> */
.feature-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feature-box {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  width: 250px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}
.feature-box:hover {
  transform: scale(1.05);
}
.feature-text {
  color: #6c757d;
  font-weight: 500;
  display: inline-block;
  margin-top: 0.5rem;
}

/* <!-- VIDEO-------------------------------------------------------------------------------------------------------  --> */

/* <!-- FOOTER-------------------------------------------------------------------------------------------------------  --> */
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer h {
  letter-spacing: 1px;
  color: white;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration: none;
}
footer a, footer span, footer li, footer p{
    color: white;
    text-decoration: none;
}
/* <!-- FOOTER-------------------------------------------------------------------------------------------------------  --> */

/* PERFORMANCE SECTION STYLING----------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .performance-container-section{
    margin-top: none;
  }
}

@media screen and (max-width: 768px) {
  .performance-container-section{
    margin-top: none;
  }
}

@media screen and (max-width: 1024px) {
  .performance-container-section{
    margin-top: none;
  }
  
}
.carousel-inner {
    width: 100%;
    margin-top: -40px;
}
.carousel-item-images {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.carousel-item img {
    width: 100%;
    padding: 10px;
    /* padding-top: 40px; */
    height: 200px;
    object-fit: cover;
}
.carousel-inner figcaption {
    color: #000;
    text-align: center;
    font-size: 12px;
}
.carousel-inner p {
    color: #000;
    text-align: justify;
    font-size: 16px;
    margin: 0 auto;
}
strong{
    color: #20b15c;
}
.info-box {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    width: 30%;
    margin: 0 auto;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .carousel-item-images {
        flex-direction: row;
        align-items: center;
    }
    .info-box {
        width: 100%;
    }
    .carousel-item img {
        width: 90%;
        height: auto;
    }
    figcaption{
        text-align: center;
        margin-right: 0;
    }
}
.carousel-control-prev,
.carousel-control-next {
  border-radius: 20%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 10px;
  height: 10px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: rgb(141, 237, 141);
  padding: 10px;
}

@media screen and (max-width: 480px) {
    .carousel-item img{
        width: 100%;
        padding: 20px;
        height: 100px;
    }
}
/* PERFORMANCE SECTION STYLING----------------------------------------------------------------------------------------- */

/* 3D MODEL SECTION STYLING----------------------------------------------------------------------------------------- */
.three-D-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* 3D MODEL SECTION STYLING----------------------------------------------------------------------------------------- */

