@font-face {
  font-family: "Ethnocentric";
  src: url("/sources/font/Ethnocentric Rg.otf");
}
@font-face {
  font-family: "Nexa-ExtraL";
  src: url("/sources/font/Nexa-ExtraLight.ttf");
}
@font-face {
  font-family: "Nexa-H";
  src: url("/sources/font/Nexa-Heavy.ttf");
}
.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#banner h1, h2, h3, h4, h5{
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.button-solutions:hover{
  box-shadow: 0px 1px 10px rgb(77, 77, 77);
  animation: ease-out;
  transform: translateY(2px);
}
.button-solutions{
  text-decoration: none;
  color: white;
  font-weight: 500;
  margin-top: 25px;
  background-color: #e87b0e;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 11px;
  padding-top: 6px;
  border-radius: 25px;
  transition: 0.4s;
}
#banner.home{
  background-image: linear-gradient(to bottom right, #6992DA, #2F5597);
}
#banner.home .banner-title{
  padding-top: 50px;
  padding-bottom: 50px;
}
#banner.about{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(101.87deg, rgba(54, 102, 185, 0.9) 0.66%, #4c79c6 50%, rgba(64, 103, 171, 0.95) 77.92%, #CD8D4E 103.68%);
  color: white;
  background-blend-mode: saturation, normal;
  padding-bottom: 50px;
}
#banner.about img{
  transition: 0.4 ease-in;
  border-radius: 264px;
  box-shadow: 15px 15px rgb(241, 157, 0);
}
#banner.about .banner-title h1{
  padding-top: 0;
  padding-bottom: 35px;
  text-align: center;
}
p{ 
  font-family:"Inter";
}
.container-fluid.border-top{
  background-image: linear-gradient(to right, #1249AD, #344157);
  color: white;
}
.navbar{
  box-shadow: 1px 1px 5px rgb(57, 57, 57);
  background-image: linear-gradient(to right, #6992DA, #7992BD,#1249AD);
}


.navbar .nav-link.active{
  color: rgb(158, 187, 212);
  font-weight: 600;
}

.navbar .nav-link{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.82rem;
  color: white;
}
.container-fluid footer a .nav-link{
  color: white;
}

.navbar-brand{
  margin-right:15px;
}

.dropdown-menu{
  border-radius: 3px;
}

img.brand-logo {
  width: 40px;
}

button .navbar-toggler .collapse{
  padding:0;
}
.navbar-toggler{
  padding:2px 10px 2px 10px;
  border-radius: 0;
  border: 0;
}
.navbar-toggler-icon{
  width: 20px;
}
section{
  background-color: rgb(255, 255, 255);
  padding-top: 150px;
  padding-bottom: 130px;
}

section#content{
  padding-top: 50px;
  padding-bottom:40px;
  h1{
    font-size: 1.7rem;
    color: #2F5597;
    text-align: center;
  }
  h5{
    font-size: 0.8rem;
    margin-top: 20px;
    color: #868383;
    text-align: center;
    font-weight: 400;
  }
}
  
.card{
  box-shadow: 2px 2px 15px rgb(208, 208, 208);
  border-top: 10px black;
  width: 70%;
  margin-bottom: 19px;
}
.card-about{
    padding-bottom: 0;
    width: 70%;
}
.img-card{
  font-size: 2rem;
  padding: 6px;
  background-color: #7992BD;
  border-radius: 5px;
}
.img-card-about{
  width: 30%;
  padding-top: 10px;
}
.card-title{
  color: #1F478C;
  text-align: left;
  font-size: 0.9rem;
}
p.card-text{
    font-size: 0.8rem;
}

.sub-title{
  font-size: 1.3rem;
  color: #727f96;
}

.sub-text{
  font-size: 0.9rem;
}

.footer-brand{
  margin-left: 0;
  margin-right: 0;
}

.footer-brand p{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
}
footer a.nav-link{
    color: white;
    text-decoration: none;
    font-size: 0.8rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#banner.contact{
  background-image: linear-gradient(to bottom, #6992DA, #7992BD,#1249AD);
}
.contact-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-form {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  color: white;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 0.8rem;
  transition: border-color 0.3s;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-group option{
  color: black;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #ff8c42;
}

.form-group textarea {
  height: 120px;
  resize: vertical;
}

.submit-btn {
  background: #ff8c42;
  color: white;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 25px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.submit-btn:hover {
  background: #e67a35;
  transform: translateY(-2px);
}

.contact-info {
  color: white;
}

.contact-info h3 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: white;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(5px);
}

.info-icon {
  width: 50px;
  height: 50px;
  background: #ff8c42;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 1.2rem;
}

.info-content h4 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.info-content p {
  opacity: 0.9;
  line-height: 1.4;
  font-size: 0.8rem;
}
#content.solution{
  padding-top: 120px;
  background-image: linear-gradient(to bottom, #6992DA, #7992BD,#1249AD);
}
.solution-content{
  h1, h5, h6, b{
    color: white;
  }
  h6{
    font-weight: 600;
  }
  p{
    color: white;
    font-size: 0.8rem;
  }
  li{
    color:white;
    font-size: 0.8rem;
  }
}

@media (min-width:576px){
  .img-card-about{
    width: 40%;
    padding-top: 10px;
    vertical-align: middle;
  }
  .card-about p.card-text{
    font-size: 0.9rem;
    
  }
}

@media (min-width:768px) {
  p.card-text{
    font-size: 0.8rem;
  }
  .card{
    min-height: 100%;
    padding-bottom: 5%;
    width: 100%;
  }
  .card-about{
    display: flex;
    padding-bottom: 0;
    width: 80%;
    min-height: 100%;
  }
  .card-about p.card-text{
    font-size: 1rem;
    vertical-align: middle;
  }
  .card-title{
    color: #1F478C;
    text-align: left;
    font-size: 1.2rem;
  }
  .img-card-about{
    width: 100%;
    padding: 10px;
    vertical-align: middle;
  }
  .navbar a.nav-link{
    margin-left: 10px;
    margin-right: 10px;
    transition: 0.3s;
  }
  .navbar a.nav-link:hover{
    background-color: #6992DA;
    border-radius: 8px;
  }

  footer a.nav-link{
    color: white;
  }
  img.brand-logo {
    width: 60px;
    margin-right: 0;
  }
  .navbar-brand-title{
    font-family: 'Ethnocentric', sans-serif;
    font-size: small;
  }
  section{
  background-color: rgb(255, 255, 255);
  padding-top: 220px;
  padding-bottom: 200px;
  }
  section#banner{
    padding-top: 110px;
    padding-bottom: 100px;
  }
  .banner-title{
    padding-top: 50px;
  }
  section#content{
  padding-top: 50px;
  padding-bottom: 60px;
  h1{
    font-size: 2rem;
    color: #2F5597;
    text-align: center;
  }
  h5{
    font-size: 1.2rem;
    margin-top: 20px;
    color: #868383;
    text-align: center;
    font-weight: 400;
  }
  }
  #banner.about{
    padding-top: 130px;
    padding-bottom: 70px;
  }
  #banner.about .banner-title h1{
    padding-top: 65px;
    padding-bottom: 35px;
    text-align: left;
  }
  .sub-title{
    font-size: 1.6rem;
    color: #727f96;
  }
  .contact-content {
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
  }

  .contact-header h1 {
      font-size: 2rem;
  }

  .contact-header p {
      font-size: 1rem;
  }

  .nav-links {
      display: none;
  }

  .hamburger {
      display: flex;
  }

  .contact-form {
      padding: 1.5rem;
  }

  .nav-container {
      padding: 0 1rem;
  }

  .contact-container {
      padding: 0 1rem;
  }

  .main-content {
      padding-top: 80px;
  }

  .info-item {
      flex-direction: column;
      text-align: center;
      padding: 1.5rem;
  }

  .info-icon {
      margin-right: 0;
      margin-bottom: 1rem;
  }

  .form-group input,
  .form-group textarea,
  .form-group select {
      font-size: 16px; /* Prevents zoom on iOS */
  }
  .info-content h4{
    font-size: 1.3rem;
  }
  .info-content p{
    font-size: 1.1rem;
  }

  .submit-btn {
      width: 100%;
      padding: 1rem;
      font-size: 1.1rem;
  }
  #content.solution{
  padding-top: 200px;
  padding-bottom: 150px;
  background-image: linear-gradient(to bottom, #6992DA, #7992BD,#1249AD);
  }
  .solution-content{
    h1, h6, b{
      color: white;
    }
    h6{
      font-weight: 600;
      font-size: 1.2rem;
    }
    p{
      color: white;
      font-size: 1.2rem;
    }
    li{
      color:white;
      font-size: 1rem;
    }
  }
}
