@import url("../css/normalize.css");

@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/SFProDisplay-BoldItalic.woff2") format("woff2"),
    url("../fonts/SFProDisplay-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/SFProDisplay-SemiboldItalic.woff2") format("woff2"),
    url("../fonts/SFProDisplay-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

body {
  margin: 0;
  padding: 0;
  background-color: #11082A;
}

html,
body {
  height: 100%;
}

html {
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
}

.nav-link {
  color: #fff !important;
  font-weight: bold;
  font-size: 15px;
}

.nav-link:hover {
  color: #6753C0 !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 24px;
  }
}

.hero-area {
  margin-top: 64px;
}

.hero-area h1 {
  font-weight: 600;
  font-size: 73px;
  line-height: 75px;
  margin: 0;
}

.button {
  width: 170px;
  height: 55px;
  background: url("../images/btn-bg.png") no-repeat;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 40px;
  margin-top: 48px;
}

.button:hover {
  color: #fff;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-image: url("../images/btn-bg.png") 20 stretch;
  -moz-border-image: url("../images/btn-bg.png") 20 stretch;
  -o-border-image: url("../images/btn-bg.png") 20 stretch;
  background: transparent;
  line-height: 38px;
}

.button:focus {
  outline: 0;
  box-shadow: none;
}

.left-balloons {
  margin-right: 36px;
}

.right-balloons {
  margin-left: 36px;
}

.left-balloons > div:not(:last-of-type),
.right-balloons > div:not(:last-of-type) {
  margin-bottom: 15px;
}

.balloon {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 12px;
  width: fit-content;
}

.balloon p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.phone-area img {
  max-width: 267px;
}

.about-us {
  background-color: #11082A;
  margin-top: 177px;
  padding: 113px 150px;
}

.about-us h2,
.career h2 {
  margin: 0;
  font-weight: 600;
  font-size: 55px;
  line-height: 59px;
  color: #fff;
}

.about-us h2 {
  max-width: 302px;
}

.about-us p,
.career p {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #c4adcc;
  max-width: 318px;
  margin-top: 15px;
}

.content h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin: 35px 0 15px 0;
}

.content p {
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  color: #9c84a5;
}

.mt-120 {
  margin-top: 120px;
}

.career {
  margin-top: 143px;
  padding: 0 150px;
}

.career-list h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}

.career-list a {
  color: #fff;
  text-decoration: none;
}

.career-item {
  padding: 12px 0;
  border-top: 2px solid #3d1f47;
}

.career-list-right > *:not(img) {
  margin-right: 22px;
}

.border-bottom {
  border-bottom: 2px solid #3d1f47 !important;
}

.p-24 {
  padding: 30px 0;
}

.line {
  width: 4px;
  height: 15px;
  background-color: #6753C0;
}

.footer {
  margin-top: 185px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

.ml-25 {
  margin-left: 25px;
}

.footer .nav .nav-item:not(:first-of-type) {
  list-style-type: disc;
}

.footer .nav .nav-item:not(:last-of-type) {
  padding-right: 15px;
}

.mb-0 {
  margin-bottom: 0;
  padding-left: 15px;
}

@media (max-width: 769px) {
  .hero-area .row {
    justify-content: center;
  }
  .hero-area .phone-area {
    margin-top: 50px;
    justify-content: center;
  }
  .hero-area .text-area {
    text-align: left;
  }
  .hero-area h1 {
    font-size: 45px;
  }
  .about-us,
  .career,
  .hero-area {
    padding: 50px;
  }
  .hero-area {
    margin-top: 0;
  }
  .mt-120 {
    margin-top: 0;
  }
  .about-us p {
    margin-bottom: 50px;
  }
  .footer .nav {
    margin-bottom: 50px;
  }
  .career-item {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

@media (min-width: 1024px) {
  .phone-area {
    float: right;
  }
}

@media (max-width: 425px) {
  .left-balloons,
  .right-balloons {
    display: none !important;
  }
}

.container {
  overflow-x: hidden !important;
}

.career-link:hover {
  color: #ff2773;
}

.delay-1 {
  animation-delay: 0.25s;
}
.delay-2 {
  animation-delay: 0.5s;
}
.delay-3 {
  animation-delay: 0.75s;
}
.delay-4 {
  animation-delay: 1s;
}
.delay-5 {
  animation-delay: 1.25s;
}
.delay-6 {
  animation-delay: 1.5s;
}
.delay-7 {
  animation-delay: 1.75s;
}
.delay-8 {
  animation-delay: 2s;
}
.delay-9 {
  animation-delay: 2.25s;
}
.delay-10 {
  animation-delay: 2.5s;
}
