/* Font */
@font-face {
  font-family: Inter;
  src: url("../assets/fonts/Inter-VariableFont_slnt,wght.ttf");
}

* {
  font-family: Inter;
}

body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0px;
}
header,
footer {
  margin: 8px;
}

main {
  width: 100%;
}

/* Header */
.noScroll {
  overflow: hidden;
  transition: background-size 2.5s ease-in-out,
    background-position 0.5s ease-in-out;
}

.header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1976px;
  width: 100%;
  z-index: 1;
  position: static;
  max-height: 108px;
}

.company_logo {
  width: 200px;
  height: 100px;
  object-fit: cover;
}

.header_navigation {
  display: flex;
  align-items: center;
}

.header_mobile_navigation_container > .header_navigation_item_container {
  margin-bottom: 20px;
}

.header_mobile_navigation {
  display: flex;
}

.header_navigation_container {
  list-style: none;
}

.header_mobile_navigation_container {
  position: absolute;
  top: 68px;
  padding: 0;
  right: 0;
  background-color: #ffff;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: background-size 2.5s ease-in-out,
    background-position 0.5s ease-in-out;
  z-index: -1;
  margin: 0;
}

.header_mobile_navigation_container li {
  transition: opacity 1.5s ease;
  transition-delay: 0.1s;
}

.header_navigation_item {
  text-decoration: none;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 14.52px;
  margin-bottom: 10px;
}

.header_navigation_item_footer {
  text-decoration: none;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 25.52px;
}
.header_navigation_item_container_footer {
  text-wrap: nowrap;
  margin: 13px 0;
}

.header_navigation_blanklet_and_desktop {
  display: flex;
  padding: 0px;
  margin: 0px;
  align-items: center;
}

.header_navigation_blanklet_and_desktop li {
  margin-right: 20px;
}

.header_navigation_item_container a:hover {
  text-decoration: underline;
  text-decoration-color: #0b99ff;
  text-decoration-thickness: 3px;
  opacity: 70%;
  text-underline-offset: 5px;
  transition: background-size 1.5s ease-in-out,
    background-position 0.5s ease-in-out;
  transition-delay: 0.1s;
}

.header_navigation_item.active {
  text-decoration: underline;
  font-weight: bold;
  text-underline-offset: 5px;
  text-decoration-color: #0b99ffb2;
  text-decoration-thickness: 3px;
  width: 10px;
}

.header_mobile_icon {
  width: 30px;
  height: 30px;
}

.close {
  transition: background-size 1.5s ease-in-out,
    background-position 0.5s ease-in-out;
  transition-delay: 0.1s;
  display: none;
}

.icon_mobile {
  width: 30px;
  height: 30px;
  background-size: cover;
  cursor: pointer;
  transition: background-image 0.3s ease-in-out;
  background-image: url("../assets/images/more.webp");
  margin-right: 15px;
}

.icon_mobile.active {
  width: 30px;
  height: 30px;
  background-image: url("../assets/images/delete.webp");
}

.header_navigation_blanklet_and_desktop li:hover {
  color: #0b99ff;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  opacity: 70%;
  text-underline-offset: 5px;
  transition: background-size 1.5s ease-in-out,
    background-position 0.5s ease-in-out;
  transition-delay: 0.1s;
}

textarea {
  resize: none;
}

/* Button */

.btn {
  background-color: #0971d2;
  border-radius: 100px;
  color: #ffff;
  display: inline-block;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  cursor: pointer;
}

.btn > a {
  color: #ffff;
  text-decoration: none;
}

.btn--black {
  background-color: #194466;
}

/* Footer */
.footer_container {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.footer_title {
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  font-weight: 400;
}

.navigation_container {
  padding: 0px;
  list-style: none;
}

.footer_info_text {
  margin-top: 10px;
  margin-bottom: 0px;
}

.footer_info_text > a {
  color: black;
  text-decoration: none;
}

.footer_info_description {
  padding: 0px 15px 0px 0px;
  width: 70%;
  line-height: 21.56px;
}

.footer_media_container {
  margin-top: 10px;
}

.footer_media_icon {
  width: 35px;
  height: 35px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: 0 0 20px 20px #0b99ff00;
  border-color: #ffffff;
}
/* ---Media Queries--- */

/* Extra Small Devices, Phones */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .header_navigation {
    display: none;
  }

  .company_logo {
    width: 200px;
    height: 100px;
  }
}

/* Small Devices, Large Phones */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_navigation {
    display: none;
  }
}

/* Medium Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_mobile_navigation {
    display: none;
  }

  .header_navigation {
    margin-right: 60px;
  }

  .company_logo {
    width: 200px;
    height: 100px;
  }
  .footer_info_description {
    width: 95%;
  }

  .footer_container {
    flex-direction: row;
    justify-content: center;
    max-width: 1110px;
    width: 100%;
  }
  .footer_info_container {
    flex: 1 1 33%;
  }
}

/* Large Devices, Desktops */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .company_logo {
    width: 200px;
    height: 100px;
  }
  .header_navigation {
    margin-right: 60px;
  }

  .header_navigation_item {
    font-size: 20px;
  }

  .footer_info_description {
    width: 100%;
  }
  .footer_container {
    flex-direction: row;
    justify-content: center;
    max-width: 1110px;
    width: 100%;
  }
  .footer_info_container {
    flex: 1 1 33%;
  }
}

/* Extra Large Devices, Large Desktops */
@media only screen and (min-width: 1200px) {
  .company_logo {
    width: 180px;
    height: 100px;
  }

  .footer_info_description {
    width: 100%;
  }

  .footer_container {
    flex-direction: row;
    justify-content: center;
    max-width: 1700px;
    width: 100%;
    margin-top: 30px;
  }
  .footer_info_container {
    flex: 1 1 33%;
  }

  .header_navigation_item {
    font-size: 20px;
  }
}

/* Extra Extra Large Devices, Very Large Desktops */
@media only screen and (min-width: 1600px) {
  .company_logo {
    width: 180px;
    height: 100px;
  }
  .footer_info_description {
    width: 70%;
  }
  .footer_container {
    flex-direction: row;
    justify-content: center;
    max-width: 1700px;
    width: 100%;
    margin-top: 30px;
  }
  .footer_info_container {
    flex: 1 1 33%;
  }

  .header_navigation_item {
    font-size: 20px;
  }
}

/* Menu Removal and Button Styles */

@media only screen and (min-width: 767px) {
  .icon_mobile {
    display: none;
  }

  .header_navigation {
    margin-right: 60px;
  }

  .btn--black:hover {
    box-shadow: rgba(255, 255, 255, 0.35) 0 -25px 18px -14px inset,
      rgba(255, 255, 255, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 2px 4px,
      rgba(255, 255, 255, 0.25) 0 4px 8px, rgba(255, 255, 255, 0.25) 0 8px 16px,
      rgba(255, 255, 255, 0.25) 0 16px 32px;
  }

  .btn:hover {
    box-shadow: rgba(9, 113, 210, 0.35) 0 -25px 18px -14px inset,
      rgba(9, 113, 210, 0.25) 0 1px 2px, rgba(9, 113, 210, 0.25) 0 2px 4px,
      rgba(9, 113, 210, 0.25) 0 4px 8px, rgba(9, 113, 210, 0.25) 0 8px 16px,
      rgba(9, 113, 210, 0.25) 0 16px 32px;

    transform: scale(1.05) rotate(-1deg);
  }

  .footer_info_container:nth-child(1) {
    margin-left: 20px;
  }

  .footer_info_container:nth-child(2) {
    margin-left: 90px;
  }

  .footer_info_container:nth-child(3) {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .footer_info_container:nth-child(1) {
    margin-left: 40px;
  }

  .footer_info_container:nth-child(2) {
    margin-left: 150px;
  }

  .footer_info_container:nth-child(3) {
    margin-left: 70px;
  }

  .footer_info_description {
    width: 100%;
  }
}

@media only screen and (min-width: 1440px) {
  .footer_info_container:nth-child(1) {
    margin-left: 40px;
  }

  .footer_info_container:nth-child(2) {
    margin-left: 230px;
  }

  .footer_info_container:nth-child(3) {
    margin-left: 70px;
  }

  .footer_info_description {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .header_navigation {
    display: none;
  }
}
