/* Color */
/* Sizes */
/* Border */
/* Text Size */
.show-error {
  display: block !important;
  color: red !important;
  font-size: 16px !important;
}

.input-error {
  border: 1px solid red !important;
}

@font-face {
  font-family: "Inter";
  src: url("../font/Inter/static/Inter_18pt-Regular.ttf") format("ttf");
}
/*
*   Structure: 
*   block--modifier-value
*   
*   Examples:
*   form__submit--disabled
*   form--theme-xmas
*/
/* Desktop/Default */
:root {
  color: #f5f5f5;
  background-color: #161b26;
}

body {
  margin: 0 auto;
  font-family: "Inter";
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 8px;
  font-size: 16px !important;
}
header h1 {
  font-weight: 500;
  margin-bottom: 0;
}

#first-section-wrapper {
  background-image: url("../img/section1.jpeg");
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.5);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  align-content: center;
}

.section {
  padding: 40px 20px;
  text-align: center;
}

#section1 {
  height: 742px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
#section1 h1 {
  font-size: 72px;
  font-weight: 700;
  margin: 0;
}
#section1 p {
  font-size: 30px;
}
#section1 button {
  align-self: center;
  flex-grow: 0;
}

#section2 {
  display: flex;
  background-color: #161b26;
  padding: 96px 0;
}
#section2 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 64px;
}
#section2 .statistical-data-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
#section2 .statistical-data-wrapper p.statistic {
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}
#section2 .statistical-data-wrapper div:not(:last-child) {
  border-right: 1px #85888e solid;
  padding-right: 16px;
}
#section2 h2 {
  font-size: 36px;
}
#section2 img {
  align-self: center;
}

#section3 {
  display: flex;
  justify-content: center;
  background-color: #1231c9;
  text-align: start;
}
#section3 .container {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center;
}
#section3 img {
  object-fit: cover; /* Crop and scale to fill the container */
  object-position: 50% 50%; /* Center the image within the cropped area */
}
#section3 h2 {
  font-size: 48px;
  margin-bottom: 24px;
}
#section3 p {
  font-size: 20px;
  color: #b3ceff;
}
#section3 .img-wrapper {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 16px 0;
}

#section4 {
  background-color: #f5f5f5;
  text-align: start;
  color: #101828;
  padding: 96px 0;
}
#section4 #heading-section {
  margin-bottom: 64px;
}
#section4 #heading-section .subheading {
  display: block;
  color: #0f2aad;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
#section4 #heading-section .heading {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
}
#section4 #heading-section .supporting-text {
  color: #94969c;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
#section4 img {
  object-fit: cover; /* Crop and scale to fill the container */
  object-position: 50% 50%; /* Center the image within the cropped area */
}

#section5 {
  background-image: url("../img/section5.jpeg");
  gap: 96px;
}
#section5 .container {
  display: flex;
  justify-content: center;
  gap: 64px;
  text-align: start;
  padding: 40px 32px;
}
#section5 .container .left-side-wrapper {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
#section5 .container #contact-text-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: #161b26;
  border-radius: 6px;
}
#section5 .container #email {
  margin-top: 16px;
  color: #f5f5f6;
}
#section5 .container #section-description p {
  font-size: 20px;
  color: #94969c;
  margin-top: 24px;
}
#section5 img {
  margin-bottom: 64px;
}
#section5 form {
  margin-left: 1rem;
}
#section5 form #authorization label {
  font-size: 16px;
  font-weight: 400;
}
#section5 form .input-wrapper {
  display: flex;
  flex-direction: column;
}
#section5 form label,
#section5 form legend {
  margin-bottom: 8px;
  font-size: 14px;
  color: #94969c;
  font-weight: 500;
  text-shadow: 0 0 5px rgb(0, 0, 0);
}
#section5 form fieldset {
  border: none;
  padding: 0;
}
#section5 form input {
  color: white;
  background-color: #0c111d;
  border: 1px solid #94969c;
  border-radius: 8px;
  padding: 10px 14px;
}
#section5 form input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #b3ceff;
  border-color: #b3ceff;
}
#section5 form input[type=radio] {
  appearance: none;
  background-color: #0c111d;
  border: 1px solid #94969c;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  cursor: pointer;
  padding: 0;
}
#section5 form input[type=radio]:checked {
  background-color: #1231c9;
  border: 4px solid #f5f5f5;
}
#section5 form input[type=radio]:focus {
  outline: none;
  border: 4px solid #f5f5f5;
  box-shadow: none;
}
#section5 form input[type=checkbox] {
  appearance: none;
  background-color: #0c111d;
  border: 1px solid #94969c;
  padding: 0;
  width: 16px;
  height: 16px;
  border-radius: 6px;
  margin: 0;
}
#section5 form input[type=checkbox]:checked {
  border: 2px solid #f5f5f5;
  background-color: #1231c9;
  box-shadow: none;
}
#section5 form input[type=checkbox]:focus {
  outline: none;
  border: 2px solid #f5f5f5;
  box-shadow: none;
}
#section5 h2 {
  margin: 0;
}
#section5 p {
  font-size: 20px;
  color: #f5f5f6;
  margin: 0;
}
#section5 span {
  color: #94969c;
}

#carousel {
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.carousel-inner {
  display: flex;
  width: 100%;
  overflow-x: scroll;
}
.carousel-inner::-webkit-scrollbar {
  display: none;
}

.carousel-item {
  display: flex;
  flex-direction: column;
  margin-right: 48px;
}
.carousel-item .heading {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 8px;
}
.carousel-item .subheading {
  font-size: 14px;
  color: #0f2aad;
  font-weight: 600;
  margin-bottom: 8px;
}
.carousel-item .supporting-text {
  margin: 0;
  font-size: 16px;
  color: #94969c;
}
.carousel-item img {
  width: 320px;
  height: 240px;
  border-color: none;
  border-radius: 16px;
}

footer {
  background: #161b26;
  color: white;
  text-align: center;
  padding: 20px;
}

form {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

input,
button {
  padding: 12px;
  font-size: 16px;
}

button {
  background: #1231c9;
  color: #f5f5f5;
  border: 1px;
  border-radius: 8px;
  padding: 16px 22px;
  max-height: 60px;
  cursor: pointer;
}

button:hover {
  background: #0056b3;
}

#name-error,
#phone-error,
#email-error,
#missing-email-error,
#missing-phone-error {
  display: none;
  margin-top: 5px;
  padding: 10px;
  border-radius: 5px;
  background-color: red;
  position: relative;
  max-width: fit-content;
  color: white !important;
}
#name-error:after,
#phone-error:after,
#email-error:after,
#missing-email-error:after,
#missing-phone-error:after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent red transparent;
}

#missing-auth-error {
  display: none;
}

/* Mobile */
@media (max-width: 600px) {
  #section2 .statistical-data-wrapper {
    flex-direction: column;
  }
  #section2 .statistical-data-wrapper div:not(:last-child) {
    border: none;
    padding-right: 0;
  }
  #section3 .container {
    flex-direction: column;
    max-width: 100%;
  }
  #section3 .img-wrapper {
    display: none;
  }
  #section4 {
    padding: 40px 20px;
  }
  #section5 .container {
    flex-direction: column;
  }
}

/*# sourceMappingURL=style.css.map */
