/* =========================================== elements */

@media (min-width: 768px) {
  #hero {
    height: 100vh;
    max-height: 800px;
  }
}

#hero {
  background: linear-gradient(to top, #344858e0, #03b2c6cc), url("../../assets/img/image_display.jpg"), no-repeat;
  background-size: cover;
  font-size: 1.3rem;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  padding: 0%;
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

h1 {
  font-family: 'Barlow', sans-serif;
  font-weight: 800;
  font-size: 3rem;
}

h2 {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}

h3 {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}

p {
  font-size: 0.9rem;
}

input, select, button {
  height: 47px;
}

.form {
  background-color: aliceblue;
  color: #344858;
  border-radius: 5px;
}

.modal form {
  background-color: #fff;
  color: #344858;
  border-radius: 5px;
}

form label {
  font-size: 0.85rem;
  padding-left: 5px;
}

footer {
  background-color: #001B25;
  min-height: 200px;
  padding-bottom: 150px;
}

@media (max-width: 768px) {
  footer {
    padding-bottom: 190px;
  }
}

footer .logo {
  width: 200px;
}

footer .social {
  width: fit-content;
}

footer a {
  margin-left: 10px;
  text-decoration: none;
  color: #001B25;
}

.navbar {
  background-color: aliceblue;
  display: none;
}

.navbar.visible {
  display: flex;
  transition: display 2s ease-in-out;
}

/* =========================================== classes */

.banner {
  /*padding: 3em 0.5em;*/
  color: white;
  max-width: 1150px;
  height: auto;
}

.banner h1 {
  font-size: 1.43rem;
  font-family: inherit;
}

.content-dark {
  font-size: 2.3rem;
  color: white;
}

.content {
  max-width: 1200px;
}

.border {
  border: 2px solid red;
}

.ceo-video {
  max-width: 600px;
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /*16: 9 Aspect Ratio (divide 9 by 16 = 0.5625);*/
  background-color: #344858;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.model-card {
  border-radius: 5px;
}

.model-card img {
  border-radius: 5px 5px 0px 0px;
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.model-card-content {
  padding: 1em;
}

.model-card-content h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}

.model-card-content h3 {
  font-size: 1.2rem;
  color: #03B4C6;
}

.img-fact {
  max-width: 100px;
}

.depoiment {
  font-size: 1rem;
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #03B4C6;
  margin-bottom: 1rem;
}

.depoiment span {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  font-style: italic;
  color: #03B4C6;
}

/* =========================================== IDs */

#logo {
  width: 250px;
  /*max-width: 100px;*/
  height: auto;
  margin-bottom: 20px;
}

#display {
  background: linear-gradient(to top, #344858e0, #03b2c6cc), url("../../assets/img/image_display.jpg"), no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

#display p {
  font-size: 1.3rem;
}

@media (min-width: 1400px) {
  #display {
    min-height: 800px;
    max-height: 800px;
  }
}

/* .content {
        border: 2px solid blue;
    } */

#img-second-section {
  background: url("../../assets/img/op-2.jpg") no-repeat;
  background-size: cover;
  max-width: 1200px;
  min-height: 500px;
  background-position: center;
  height: 100%;
}

#third-section {
  background-color: #344858;
  min-height: 400px;
}

#fourth-section {
  background-color: aliceblue;
  min-height: 400px;
}

#fourth-section h2, #fifth-section h2, #sixth-section h2 {
  font-size: 2.3rem;
}

#fourth-section h3 {
  font-size: 4rem;
  color: #03B4C6;
}

#fourth-section p {
  font-size: 1.1rem;
  color: #344858;
}

#fifth-section {
  background-color: #fff;
  min-height: 400px;
}

#col-2-sec-2 {
  background-color: #344858;
}

#sixth-section {
  background-color: #fcfcfc;
}

#sixth-section h3 {
  font-size: 1.3rem;
}

#seventh-section {
  background-color: #344858;
  color: white;
  padding-bottom: 3rem;
}

#seventh-section h2 {
  font-size: 2.3rem;
}

#seventh-section button {
  background-color: #344858;
  color: white;
  border-color: #03B4C6!important;
  padding: 1rem;
  min-height: 50px;
  height: fit-content;
  font-size: 1.3rem;
}

#seventh-section button i {
  width: 30px;
  margin-right: 20px;
  align-self: center;
}

#seventh-section button:hover {
  background-color: #495f72;
}

#seventh-section .accordion-body {
  background-color: #344858;
  color: white;
  text-align: left;
  font-size: 1rem;
  padding-bottom: 2rem;
}

#eigth-section {
  background-color: #03B4C6;
}

#eigth-section button {
  height: 50px;
}

#nineth-section {
  background: url("../../assets/img/zen.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

