@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  border: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  background: #F0F0FF;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #F0F0FF;
}

.main {
  flex: 1 1 auto;
}

section {
  scroll-margin-top: 100px;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
  border-bottom: 5px solid #FD5356;
  background: #2E2EA7;
}
.header__container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}
@media (max-width: 575px) {
  .header__content {
    padding: 20px 0;
  }
}
.header__item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .header__item {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .header__logo {
    max-width: 118px;
  }
  .header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.header__row {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .header__row {
    gap: 10px;
  }
}
.header__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  background: #EA0B18;
  padding: 12px 25px;
}
@media (max-width: 575px) {
  .header__btn {
    padding: 7px;
  }
}
.header__btn span {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .header__btn span {
    display: none;
  }
}

.hero {
  margin: 99px 0 0;
  background: #2E2EA7;
}
@media (max-width: 575px) {
  .hero {
    margin: 72px 0 0;
  }
}
.hero__content {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .hero__content {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .hero__img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .hero__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero__title {
  color: #FFF;
  font-family: Overpass;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;
}
.hero__text {
  color: #FFF;
  font-family: Overpass;
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 400;
}
.hero__icon {
  margin-top: 10px;
}

.about {
  padding: 50px 0;
}
.about__container {
  max-width: 825px;
  padding: 0 15px;
  margin: 0 auto;
}
.about__content, .about__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about__title {
  color: #000F24;
  font-family: Overpass;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 500;
}
.about__text {
  color: #000F24;
  font-family: Overpass;
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 400;
}
.about__text a {
  color: #50C8FD;
  font-weight: 600;
  text-decoration: underline;
}

.footer {
  background: #021066;
  padding: 50px 0;
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.footer__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.footer__menu a {
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .footer__menu {
    flex-direction: column;
  }
}
.footer__icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__icon span {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
}
.footer__txt {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
}