@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

img {
  max-width: 100vw;
}

body {
  padding: 0;
  margin: 0;
  max-width: 100% !important;
  height: auto;
  overflow-x: hidden !important;
  background-image: url(/assets/img/body.jpg);
  background-size: cover;
  width: 100vw;
  background-attachment: fixed;
}
body * {
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-style: normal;
}

bold {
  display: inline;
}

section {
  padding: 50px 0;
  overflow: hidden;
}

.white-back {
  background-color: #fff;
}
.centered-paragraph {
  margin: 64px auto;
  max-width: 512px;
  text-align: justify;
  text-align-last: center;
}

.width-128 {
  width: 128px !important;
}

.empty-64-margin {
  margin: 64px;
}
@media screen and (max-width: 1024px) {
  .empty-64-margin {
    margin: 48px 0px;
  }
}
.half-width {
  width: 50% !important;
}

.no-top-margin {
  margin-top: 0 !important;
}

.small-bottom-margin {
  margin-bottom: 32px !important;
}

.gray-section {
  padding: 50px 0px;
  background-color: #f7f7f7;
  padding-bottom: 0px;
}
@media screen and (max-width: 1150px) {
  .gray-section {
    margin: 96px 0px;
  }
}
.gray_a {
  padding: 32px 0px;
}

.force-gray-bg {
  background-color: #f7f7f7;
}

.flex {
  display: flex;
  gap: 8px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder,
input[type="url"]::placeholder,
input[type="date"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="month"]::placeholder {
  color: #6c757d;
  opacity: 1;
}

select {
  position: relative;
  width: 100%;
  padding: 0.375rem 0.75rem 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
select::after {
  content: "A";
  position: absolute;
  top: 50%;
  right: 0%;
  right: 0.75rem;
  transform: translateY(-50%);
  pointer-events: none;
  color: #495057;
  z-index: 50;
}

option {
  color: #495057;
}

.hero {
  max-width: 1400px;
  width: 90%;
  margin: auto;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 990px) {
  .hero {
    width: 80vw;
  }
}
@media screen and (max-width: 990px) {
  .hero {
    flex-direction: column;
    gap: 18px;
  }
}
.hero .left {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 60%;
  padding-left: 30px;
}
@media screen and (max-width: 990px) {
  .hero .left {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .hero .left {
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 32px;
    padding-left: 0;
  }
}
.hero .left h1 {
  text-transform: uppercase;
  font-weight: 600;
  color: #6c757d;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 1150px) {
  .hero .left h1 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 990px) {
  .hero .left h1 {
    font-size: 14px;
    line-height: 16px;
  }
}
.hero .left h2 {
  color: #6c757d;
  text-transform: uppercase;
  margin: 0;
  font-size: 36px;
  line-height: 38px;
  font-weight: 800;
}
.hero .left h2 span.black {
  color: #000;
}
@media screen and (max-width: 1150px) {
  .hero .left h2 {
    font-size: 32px;
    line-height: 34px;
  }
}
@media screen and (max-width: 990px) {
  .hero .left h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

.hero .right {
  width: 40%;
}

@media screen and (max-width: 700px) {
  .hero .right {
    width: 70%;
  }
}

.hero .right img {
  width: 100%;
  height: auto;
}

.flex-row {
  display: grid;
  grid-template-columns: 12px auto;
  gap: 8px;
  align-items: first baseline;
  margin-bottom: 2px;
}

/** Responsive */
#other {
  display: none;
}

.reset {
  border: 2px solid #324154;
  padding: 12px;
  border-radius: 8px;
  width: 40%;
  transition: transform 0.2s ease;
}
.reset:hover {
  transform: translateY(-5%);
}
.reset:active {
  transform: translateY(10%);
}

/* Our Vision */

.vision {
  background-color: #324154;
  color: #fff;
  padding: 100px 0;
}

.vision-content {
  max-width: 1400px;
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.vision-left {
  width: 40%;
  font-size: 30px;
}

.vision-left h1 {
  border-bottom: 1px solid #fff;
  text-align: center;
}

.vision-right {
  width: 60%;
  background-color: lightgrey;
  color: #324154;
  padding: 30px;
  border-radius: 20px;
  font-size: 20px;
}

@media screen and (max-width: 1000px) {
  .vision-content {
    flex-direction: column;
  }

  .vision-left {
    width: 100%;
  }

  .vision-right {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .vision-left {
    font-size: 25px;
  }
  .vision-right {
    font-size: 17px;
  }
}

.dark-blue-back {
  background-color: #324154;
}

.white {
  color: #fff;
}
