header {
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(50px);
  padding: 25px 4.5rem;
  margin: 0 auto 3.5rem;
  position: sticky;
  top: 0;
  z-index: 100;
}
header .logo {
  display: flex;
}
header .logo:hover {
  cursor: pointer;
}
header .header-desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
}
header .header-desktop nav ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  column-gap: 5.6rem;
}
header .header-desktop nav ul li {
  text-align: center;
}
header .header-desktop nav ul li a {
  color: #748099;
  font-family: OrbitronBold, sans-serif;
  letter-spacing: 1.6px;
  text-decoration: none;
  font-size: 1rem;
}
header .header-desktop nav ul li a:hover, header .header-desktop nav ul li a:active, header .header-desktop nav ul li a.active {
  color: #00255E;
}
header .header-mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 19px 16px;
  /* Hamburger */
  /* Menu */
}
header .header-mobile .hamburger {
  height: 14px;
  margin: 10px auto;
  display: -ms-grid;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  justify-items: right;
  z-index: 120;
  position: relative;
}
header .header-mobile .hamburger div {
  background-color: #00255E;
  position: relative;
  width: 21px;
  height: 3px;
  margin-top: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
}
header .header-mobile #toggle {
  display: none;
}
header .header-mobile #toggle:checked + .hamburger .top {
  transform: rotate(-45deg);
}
header .header-mobile #toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -3px;
}
header .header-mobile #toggle:checked + .hamburger .bottom {
  transform: scale(0);
}
header .header-mobile #toggle:checked ~ ul {
  height: 100vh;
}
header .header-mobile #toggle:checked .logo {
  display: none;
}
header .header-mobile ul {
  background: #ecedf8;
  backdrop-filter: blur(50px);
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 5.6rem;
  padding: 0;
  list-style: none;
  text-align: center;
  height: 0px;
  overflow: hidden;
  z-index: 110;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .header-mobile ul li a {
  text-decoration: none;
  color: #748099;
  font-family: OrbitronBold, sans-serif;
  font-size: 1.3rem;
}
header .header-mobile ul li a:hover, header .header-mobile ul li a:active {
  color: #00255E;
}
header .header-mobile ul .footer-modal img {
  margin-bottom: 57px;
}
header .header-mobile ul .footer-modal .footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 24px;
}

@media screen and (max-width: 1200px) {
  header .header-desktop nav ul {
    column-gap: 2.9rem;
  }
}
@media screen and (max-width: 940px) {
  header {
    padding: 25px 1.5rem;
  }
  header .header-desktop nav ul {
    column-gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 0;
  }
  header .header-desktop {
    display: none;
  }
  header .header-mobile {
    display: flex;
  }
}
@font-face {
  font-family: OrbitronRegular;
  src: url(../fonts/Orbitron-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: OrbitronMedium;
  src: url(../fonts/Orbitron-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: OrbitronSemiBold;
  src: url(../fonts/Orbitron-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: OrbitronBold;
  src: url(../fonts/Orbitron-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: OrbitronExtraBold;
  src: url(../fonts/Orbitron-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: OrbitronBlack;
  src: url(../fonts/Orbitron-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: GothamproLight;
  src: url(../fonts/gothampro_light.ttf);
  font-weight: 400;
}
@font-face {
  font-family: OrbitronRegular;
  src: url(../fonts/Orbitron-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: OrbitronMedium;
  src: url(../fonts/Orbitron-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: OrbitronSemiBold;
  src: url(../fonts/Orbitron-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: OrbitronBold;
  src: url(../fonts/Orbitron-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: OrbitronExtraBold;
  src: url(../fonts/Orbitron-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: OrbitronBlack;
  src: url(../fonts/Orbitron-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: GothamproLight;
  src: url(../fonts/gothampro_light.ttf);
  font-weight: 400;
}
section.about-us {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 4.5rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  column-gap: 1.5rem;
  margin-bottom: 6.65rem;
  flex-wrap: wrap;
}
section.about-us .digital-success {
  max-width: 499px;
  flex: 1 2 30%;
  order: 1;
}
section.about-us .digital-success h1 {
  color: #00255E;
  font-family: OrbitronExtraBold, sans-serif;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
section.about-us .digital-success p {
  color: #9AA5B4;
  font-family: OrbitronMedium, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 1.8px;
  margin-bottom: 5.7rem;
}
section.about-us .contact-us-btn {
  order: 3;
  position: absolute;
  bottom: 36px;
}
section.about-us .contact-us-btn a {
  all: unset;
  cursor: pointer;
  display: flex;
  padding: 10px 3rem;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #00255E;
  color: #FFF;
  font-family: OrbitronExtraBold, sans-serif;
  font-size: 1rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border: none;
  outline: none;
}
section.about-us .we-offer {
  display: flex;
  position: relative;
  width: calc(100% - 499px);
  max-width: 645px;
  flex: 1 0 67%;
  order: 2;
}
section.about-us .we-offer .hide-brand {
  position: absolute;
  width: 140px;
  height: 40px;
  bottom: 18px;
  right: 18px;
  z-index: 3;
  background: #e5e8f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
section.about-us .we-offer .hide-brand img {
  height: 18px;
}
section.about-us .we-offer .svg-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
section.about-us .we-offer .svg-wrapper img.next-circle {
  position: relative;
  margin-right: 2rem;
  bottom: 2rem;
}
section.about-us .we-offer span {
  color: #A1AEC2;
  font-family: OrbitronMedium, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 1.8px;
  margin-top: 4.2rem;
  margin-left: 1.5rem;
}
section.about-us .we-offer .project-description {
  position: absolute;
  padding: 23px 13px;
  top: 10rem;
  right: 0;
  background: url("../assets/Project-Bg.png") no-repeat top center;
  background-size: cover;
  max-width: 443px;
}
section.about-us .we-offer .project-description .project-title {
  color: #00255E;
  font-family: OrbitronMedium, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 1.8px;
}
section.about-us .we-offer .project-description .project-details {
  color: #9AA5B4;
  font-family: GothamproLight, sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 150%;
  margin-bottom: 1rem;
}
section.about-us .we-offer .project-description a {
  color: #525C70;
  font-family: GothamproLight, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

@media screen and (max-width: 1100px) {
  section.about-us .we-offer .svg-wrapper svg {
    width: 255px;
  }
  section.about-us .we-offer .project-description {
    max-width: 415px;
  }
}
@media screen and (max-width: 1024px) {
  section.about-us {
    padding: 0 16px;
  }
  section.about-us .digital-success {
    flex: 1 0 100%;
    max-width: 100%;
  }
  section.about-us .digital-success p {
    margin-bottom: 0;
    font-size: 1.3rem;
  }
  section.about-us .we-offer {
    flex: 1 0 100%;
    margin: 32px 0 54px 0;
    height: 400px;
    align-items: flex-start;
  }
  section.about-us .we-offer .svg-wrapper img.next-circle {
    bottom: 3rem;
  }
  section.about-us .contact-us-btn {
    position: inherit;
    bottom: 0;
    width: 100%;
  }
  section.about-us .contact-us-btn button {
    margin: 0 auto;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  section.about-us .we-offer .project-description {
    left: 192px;
    bottom: 0;
    top: initial;
    max-height: 290px;
  }
}
@media screen and (max-width: 452px) {
  section.about-us .we-offer .svg-wrapper svg {
    width: 183px;
    height: 230px;
  }
  section.about-us .we-offer .svg-wrapper img.next-circle {
    width: 53px;
    height: 53px;
    bottom: 2rem;
  }
  section.about-us .we-offer span {
    margin-top: 4.2rem;
  }
  section.about-us .we-offer .project-description {
    max-height: max-content;
    max-width: 280px;
    left: 138px;
  }
  section.about-us .we-offer .project-description .project-details {
    white-space: break-spaces;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
section.partners {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 4.5rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.5rem;
  overflow: hidden;
  overflow-x: auto;
  column-gap: 2rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
section.partners div:first-of-type {
  position: relative;
}
section.partners div:first-of-type:after {
  content: url("../assets/logos/Logo_1-hover.svg");
  position: absolute;
  top: 11px;
  left: 13px;
  transition: all 0.4s;
  opacity: 0;
}
section.partners div:first-of-type:hover {
  cursor: pointer;
}
section.partners div:first-of-type:hover:after {
  opacity: 1;
  transition: all 0.4s;
}
section.partners img {
  opacity: 0.5;
  object-fit: contain;
  filter: grayscale(1);
  transition: all 0.4s;
  max-width: 138px;
}
section.partners img:hover {
  opacity: 1;
  filter: grayscale(0);
  cursor: pointer;
  transition: all 0.4s;
}

@font-face {
  font-family: OrbitronRegular;
  src: url(../fonts/Orbitron-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: OrbitronMedium;
  src: url(../fonts/Orbitron-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: OrbitronSemiBold;
  src: url(../fonts/Orbitron-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: OrbitronBold;
  src: url(../fonts/Orbitron-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: OrbitronExtraBold;
  src: url(../fonts/Orbitron-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: OrbitronBlack;
  src: url(../fonts/Orbitron-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: GothamproLight;
  src: url(../fonts/gothampro_light.ttf);
  font-weight: 400;
}
section.services {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 4.5rem;
  margin-bottom: 9rem;
}
section.services h3 {
  color: #00255E;
  font-family: OrbitronSemiBold, sans-serif;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 2.4px;
  margin-bottom: 1.75rem;
}
section.services p.content {
  color: #9AA5B4;
  font-family: GothamproLight, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 1.8px;
  margin-top: 1.5rem;
}
section.services .content-wrapper {
  background: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(50px);
  padding: 13px 18px;
  margin-bottom: 2rem;
}
section.services .content-wrapper p.title {
  color: #00255E;
  font-family: OrbitronSemiBold, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 1.8px;
  position: relative;
}
section.services .content-wrapper p.title:after {
  position: absolute;
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: #00255E;
  bottom: -5px;
  left: 0;
}
section.services .services-list {
  display: flex;
  column-gap: 4rem;
  padding-left: 6.25rem;
  align-items: center;
  position: relative;
}
section.services .services-list .list-wrapper {
  max-width: 323px;
}
section.services .services-list .list-wrapper a, section.services .services-list .list-wrapper img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
section.services .services-list .list-wrapper a {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
section.services .why-us {
  margin: 10.3rem 0 5.4rem 0;
}
section.services .why-us h3 {
  margin-bottom: 1.5rem;
}
section.services .why-us p.content {
  letter-spacing: 0.9px;
}
section.services .why-us .achievements {
  display: flex;
  align-items: flex-start;
  column-gap: 13rem;
}
section.services .why-us .achievements p:first-of-type {
  color: #00255E;
  font-family: OrbitronBold, sans-serif;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: 3.2px;
  margin-bottom: 0;
}
section.services .why-us .achievements p:last-of-type {
  color: #748099;
  font-family: OrbitronBold, sans-serif;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 1.6px;
  margin-top: 0;
}
section.services.page p {
  color: #9AA5B4;
  font-family: GothamproLight, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 1px;
  text-align: justify;
}
section.services.page .list-wrapper {
  display: flex;
  column-gap: 2rem;
  align-items: center;
}
section.services.page .list-wrapper .content-wrapper {
  max-width: 323px;
}
section.services.page .list-wrapper p.services-content {
  position: relative;
  padding-left: 20px;
}
section.services.page .list-wrapper p.services-content:after {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  display: block;
  background: #9AA5B4;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  section.services .services-list {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  section.services {
    padding: 0 3rem;
  }
  section.services .services-list {
    flex-direction: column;
  }
  section.services .services-list .list-wrapper {
    max-width: 100%;
  }
  section.services .services-list .list-wrapper a {
    display: none;
  }
  section.services .why-us {
    margin-top: 4rem;
  }
  section.services .why-us .achievements {
    column-gap: inherit;
    justify-content: space-between;
  }
  section.services.page .list-wrapper {
    flex-wrap: wrap;
  }
  section.services.page .list-wrapper .content-wrapper {
    width: 100%;
    max-width: 100%;
  }
  section.services.page .list-wrapper .content-wrapper .content {
    display: none;
  }
  section.services.page .list-wrapper:nth-child(even) .services-content {
    order: 2;
  }
}
@media screen and (max-width: 425px) {
  .why-us .achievements {
    flex-direction: column;
  }
}
@font-face {
  font-family: OrbitronRegular;
  src: url(../fonts/Orbitron-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: OrbitronMedium;
  src: url(../fonts/Orbitron-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: OrbitronSemiBold;
  src: url(../fonts/Orbitron-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: OrbitronBold;
  src: url(../fonts/Orbitron-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: OrbitronExtraBold;
  src: url(../fonts/Orbitron-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: OrbitronBlack;
  src: url(../fonts/Orbitron-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: GothamproLight;
  src: url(../fonts/gothampro_light.ttf);
  font-weight: 400;
}
section.blog {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 4.5rem;
}
section.blog h3 {
  color: #00255E;
  font-family: OrbitronSemiBold, sans-serif;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 2.4px;
  margin-bottom: 1.5rem;
}
section.blog p {
  color: #9AA5B4;
  font-family: GothamproLight, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 0.9px;
  margin-top: 1.5rem;
}
section.blog .blog-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 1.5rem;
}
section.blog .blog-wrapper figure {
  margin: 0;
  max-width: 418px;
  border-radius: 2px;
  padding: 8px;
}
section.blog .blog-wrapper figure p.blog-title {
  color: #00255E;
  font-family: OrbitronSemiBold, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 1.8px;
  margin-top: 27px;
}
section.blog .blog-wrapper figure p.blog-content {
  color: #9AA5B4;
  font-family: GothamproLight, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 0.9px;
}
section.blog .blog-wrapper figure img {
  width: 100%;
  height: auto;
}
section.blog .blog-wrapper figure:hover {
  background: rgba(255, 255, 255, 0.17);
  box-shadow: 0px 4px 11.7px 0px rgba(144, 144, 144, 0.25);
  cursor: pointer;
}
section.blog.page .blog-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.5rem;
}
section.blog.blog-inner h3 {
  color: #00255E;
  font-family: OrbitronSemiBold, sans-serif;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 2.4px;
  margin-bottom: 1.75rem;
}
section.blog.blog-inner h3 span a {
  color: #748099;
  cursor: pointer;
  text-decoration: none;
}
section.blog.blog-inner h3 span a:hover {
  color: #00255E;
}
section.blog.blog-inner p.subtitle {
  color: #9AA5B4;
  font-family: GothamproLight, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 1px;
  text-align: justify;
  color: #00255E;
  margin: 0;
  font-weight: 600;
}
section.blog.blog-inner p.blog-content {
  margin-bottom: 1rem;
}
section.blog.blog-inner .blog-wrapper {
  margin-bottom: 9.3rem;
}
section.blog.blog-inner .blog-wrapper figure {
  max-width: 1440px;
}

@media screen and (max-width: 1024px) {
  section.blog.page .blog-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  section.blog {
    padding: 0 16px;
  }
  section.blog .blog-wrapper {
    flex-direction: column;
    row-gap: 2rem;
  }
  section.blog .blog-wrapper figure {
    max-width: 100%;
    border-radius: 2px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.17);
    padding: 8px;
  }
}
@media screen and (max-width: 568px) {
  section.blog.page .blog-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@font-face {
  font-family: OrbitronRegular;
  src: url(../fonts/Orbitron-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: OrbitronMedium;
  src: url(../fonts/Orbitron-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: OrbitronSemiBold;
  src: url(../fonts/Orbitron-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: OrbitronBold;
  src: url(../fonts/Orbitron-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: OrbitronExtraBold;
  src: url(../fonts/Orbitron-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: OrbitronBlack;
  src: url(../fonts/Orbitron-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: GothamproLight;
  src: url(../fonts/gothampro_light.ttf);
  font-weight: 400;
}
footer {
  background: rgb(131, 142, 164);
  backdrop-filter: blur(50px);
  padding: 25px 4.5rem;
  position: relative;
  margin-top: auto;
}
footer .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
}
footer .footer-wrapper .logo-container {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
footer .footer-wrapper .logo-container .social {
  display: none;
}
footer .footer-wrapper .social {
  text-align: right;
}
footer .footer-wrapper .social .wrapper {
  gap: 2rem;
  display: flex;
  justify-content: flex-end;
}
footer .footer-wrapper .social a {
  text-decoration-line: none;
}
footer .footer-wrapper .social img {
  width: 24px;
  height: 24px;
}
footer .footer-wrapper .social img:hover {
  cursor: pointer;
}
footer .footer-wrapper .contacts {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-end;
}
footer .footer-wrapper .contacts a,
footer .footer-wrapper .contacts p {
  color: #FFF;
  font-family: GothamproLight, sans-serif;
  font-size: 1rem;
}
footer .footer-wrapper .contacts a.title,
footer .footer-wrapper .contacts p.title {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 600;
}
footer .footer-wrapper .contacts .phone, footer .footer-wrapper .contacts .email {
  text-align: right;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 16px 32px;
  }
  footer .footer-wrapper {
    flex-wrap: wrap;
  }
  footer .footer-wrapper .logo-container .social {
    display: block;
  }
  footer .footer-wrapper .contacts .logo {
    order: 1;
  }
  footer .footer-wrapper .contacts .social {
    display: none;
  }
  footer .footer-wrapper .contacts .phone {
    order: 2;
  }
  footer .footer-wrapper .contacts .email {
    order: 3;
  }
}
@media screen and (max-width: 375px) {
  footer {
    padding: 0 16px;
  }
}
@font-face {
  font-family: OrbitronRegular;
  src: url(../fonts/Orbitron-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: OrbitronMedium;
  src: url(../fonts/Orbitron-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: OrbitronSemiBold;
  src: url(../fonts/Orbitron-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: OrbitronBold;
  src: url(../fonts/Orbitron-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: OrbitronExtraBold;
  src: url(../fonts/Orbitron-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: OrbitronBlack;
  src: url(../fonts/Orbitron-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: GothamproLight;
  src: url(../fonts/gothampro_light.ttf);
  font-weight: 400;
}
section.projects {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 4.5rem;
}
section.projects h3 {
  color: #00255E;
  font-family: OrbitronSemiBold, sans-serif;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 2.4px;
  margin-bottom: 1.75rem;
}
section.projects p.main-text {
  color: #9AA5B4;
  font-family: GothamproLight, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 1px;
  text-align: justify;
}
section.projects .project-item {
  display: flex;
  padding: 1.75rem 2.5rem;
  background: rgba(255, 255, 255, 0.4);
  column-gap: 5.1rem;
  justify-content: space-between;
}
section.projects .project-item .project-description {
  max-width: 523px;
}
section.projects .project-item .project-description .title {
  color: #004C5F;
  font-family: OrbitronSemiBold, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
section.projects .project-item .project-description .content {
  color: #9AA5B4;
  font-family: GothamproLight, sans-serif;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.9px;
  font-weight: 600;
}
section.projects .project-item .project-img {
  display: flex;
  align-items: center;
}
section.projects .project-item .project-img img {
  max-width: 591px;
  width: 100%;
  height: auto;
}
section.projects .project-item:not(:last-of-type) {
  margin-bottom: 2rem;
}
section.projects .project-item:hover {
  cursor: pointer;
}

section.project-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 4.5rem;
}
section.project-inner h3 {
  color: #00255E;
  font-family: OrbitronSemiBold, sans-serif;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 2.4px;
  margin-bottom: 1.75rem;
}
section.project-inner h3 span a {
  color: #748099;
  cursor: pointer;
  text-decoration: none;
}
section.project-inner h3 span a:hover {
  color: #00255E;
}
section.project-inner p.main-text {
  color: #9AA5B4;
  font-family: GothamproLight, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 1px;
  text-align: justify;
}
section.project-inner .inner-item {
  display: flex;
  column-gap: 1.7rem;
  align-items: center;
}
section.project-inner .inner-item .inner-left {
  background: rgba(255, 255, 255, 0.1);
  padding: 2.1rem 1.5rem;
  width: 60%;
  max-width: 682px;
}
section.project-inner .inner-item .inner-left p.title {
  color: #004C5F;
  font-family: OrbitronSemiBold, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
section.project-inner .inner-item .inner-left p.content {
  color: #9AA5B4;
  font-family: GothamproLight, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 1px;
  text-align: justify;
}
section.project-inner .inner-item .inner-right {
  width: 40%;
  max-width: 591px;
}
section.project-inner .inner-item .inner-right img {
  width: 100%;
  height: auto;
}
section.project-inner .inner-description {
  margin-top: 4.25rem;
  margin-bottom: 4.7rem;
}

section.partners.inner {
  justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
  section.projects .project-item .project-description {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  section.projects {
    padding: 0 8px;
    margin-bottom: 2.8rem;
  }
  section.projects .project-item {
    flex-wrap: wrap;
    padding: 0;
    background: none;
  }
  section.projects .project-item .project-description {
    max-width: 100%;
  }
  section.projects .project-item .project-img {
    width: 100%;
  }
  section.projects .project-item .project-img img {
    max-width: 100%;
  }
  section.projects + section.contact {
    display: none;
  }
  section.project-inner {
    padding: 0 1.5rem;
  }
  section.project-inner .inner-item {
    flex-wrap: wrap;
  }
  section.project-inner .inner-item .inner-left, section.project-inner .inner-item .inner-right {
    background: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  section.project-inner .inner-item.second .inner-left {
    order: 1;
  }
  section.project-inner .inner-item.second .inner-right {
    order: 2;
  }
}
@font-face {
  font-family: OrbitronRegular;
  src: url(../fonts/Orbitron-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: OrbitronMedium;
  src: url(../fonts/Orbitron-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: OrbitronSemiBold;
  src: url(../fonts/Orbitron-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: OrbitronBold;
  src: url(../fonts/Orbitron-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: OrbitronExtraBold;
  src: url(../fonts/Orbitron-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: OrbitronBlack;
  src: url(../fonts/Orbitron-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: GothamproLight;
  src: url(../fonts/gothampro_light.ttf);
  font-weight: 400;
}
section.contact {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 4.5rem;
}
section.contact h3 {
  color: #00255E;
  font-family: OrbitronSemiBold, sans-serif;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 2.4px;
  margin-bottom: 1.75rem;
}
section.contact .contact-us {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.5rem;
  margin-top: 3rem;
  column-gap: 3rem;
}
section.contact .contact-us p {
  color: #657080;
  font-family: OrbitronMedium, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 1.8px;
  max-width: 472px;
}
section.contact .contact-us .contact-us-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 490px;
  row-gap: 1.5rem;
}
section.contact .contact-us .contact-us-form input {
  padding: 0 0 1rem;
  border: none;
  background: none;
  border-bottom: 1px solid rgba(172, 181, 199, 0.45);
  outline: none;
  width: 100%;
}
section.contact .contact-us .contact-us-form input::placeholder {
  color: #00255E;
  opacity: 0.72;
  font-family: OrbitronMedium, sans-serif;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: 1.4px;
}
section.contact .contact-us .contact-us-form button {
  display: flex;
  padding: 10px 3rem;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #00255E;
  color: #FFF;
  font-family: OrbitronExtraBold, sans-serif;
  font-size: 1rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border: none;
  outline: none;
  width: 100%;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  section.contact .contact-us {
    flex-wrap: wrap;
  }
  section.contact .contact-us p {
    max-width: 100%;
    margin-bottom: 3.33rem;
  }
  section.contact .contact-us .contact-us-form {
    width: 100%;
  }
}
* {
  box-sizing: border-box;
}

body, html {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  background: url("../assets/MainBackground.png") no-repeat;
  background-size: cover;
  font-size: 16px;
  font-family: Orbitron, sans-serif;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
}
body > *, html > * {
  width: 100%;
}

button {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  body, html {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body, html {
    font-size: 12px;
  }
}
::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background: #9AA5B4;
}

::-webkit-scrollbar-thumb {
  background: #00255E;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px #00255E;
}

::-webkit-scrollbar-corner {
  background: #00255E;
}

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