/* .maven-pro-<uniquifier> {
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}

body {
  font-family: "Maven Pro", sans-serif;
  background-color: #ECEAE7;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.header{
  position: relative;
}

.logo{
  height: 6vh;
}

.navbar{
  position: absolute;
  z-index: 3;
  width: 100%; 
  top: 0; 
  left: 0;
}

.navbar-nav{
  font-weight: bold;
  text-shadow: 1px 1px 2px white;
}

#heroCarousel{
  top: 0;
}

/* .hero {
    background: linear-gradient(45deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
} */

.hero-carousel-inner {
  overflow: hidden;
}

.hero-carousel-item img {
  height: 100%;
  object-fit: cover;
}

.video {
   position: relative;
}

.gallery-inner {
  padding: 1em;
  display: flex;
}

.card {
  margin: 0.5em;
  border: 0;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, .18);
}

.card .img-wrapper {
  max-width: 100%;
  height: 13em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card img {
  max-height: 100%;
}

table {
  border-collapse: collapse; /* Removes spaces between borders */
}

th, td {
  border: 1px solid black; /* Adds borders to cells */
  padding: 8px; /* Adds space within cells */
  text-align: left; /* Aligns text to the left */
}

th, tr {
  background-color: #f2f2f2; /* Adds a background color to the header */
}

.footer {
    /* background: linear-gradient(135deg, #ff6f61, #d6a4a4); */
    background-color: #F99B1C;
    padding: 2rem 0;
    text-align: center;
}

.footer .social-icons {
    margin: 1rem 0;
}

.footer .social-icons a {
    color: #fff;
    margin: 0 0.5rem;
    font-size: 1.5rem;
    transition: color 0.3s;
}

.footer .social-icons a:hover {
    color: #ff6f61;
}

.footer .footer-links {
    margin: 1rem 0;
}

.footer .footer-links a {
    color: #fff;
    margin: 0 0.5rem;
    text-decoration: none;
    transition: color 0.3s;
}

.footer .footer-links a:hover {
    color: #ff6f61;
}



/* (Samsung S21 FE 5G) */
@media (min-width: 360px) { 
  .navbar-nav{
    font-size: .75em;
  }

  .hero-carousel-inner {
    height: 25vh; /* Adjust as needed */
  }

  .table{
    width: 95%;
    margin: 10px auto;
  }


}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
  .navbar-nav{
    font-size: 1em;
  }

  .hero-carousel-inner {
    height: 35vh; /* Adjust as needed */
  }

  .map {
    position: relative; /* establishes positioning context */
    width: 100%; /* adjust as needed */
    height: 500px; /* adjust as needed */
    margin-bottom: 5px;
  }

  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* lower z-index than the table */
  }

  .table {
    top: 1%;
    right: 1%;
    position: absolute;
    z-index: 1;
    width: 40%;
  }

 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  .hero-carousel-inner {
    height: 45vh; /* Adjust as needed */
  }

  .gallery-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100%/5);
  }

  .img-wrapper {
    height: 23vw;
  }

  .table {
    right: 3%;
    width: 30%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  body {
    font-size: 1.5rem;
  }
  .navbar-nav{
    font-size: 1.5em;
  }

  .hero-carousel-inner {
    height: 60vh; /* Adjust as needed */
  }

  .table {
    font-size: 1rem;
  }

 }

/* X-Large devices (large desktops, 1200px and up, Dell Inspiron 1521...) */
@media (min-width: 1200px) { 
  .hero-carousel-inner {
    height: 75vh; /* Adjust as needed */
  }

  body {
    font-size: 1rem;
  }

  .table {
    font-size: .75rem;
  }
}

/* XX-Large devices (larger desktops, 1400px and up, AOC 27inch 1905...) */
@media (min-width: 1400px) { 
  .hero-carousel-inner {
    height: 80vh; /* Adjust as needed */
  }

  .table {
    font-size: 1rem;
  }
  

 }

 @media (max-width: 767px) {
  .card .img-wrapper {
    height: 17em;
  }
}



.hero-content{
  background-color: #F99B1C;
}

