/* .main {
  margin-top: 96px;
} */

.home-banner {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}

.home-banner-content {
  color: #fff;
  max-width: 700px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.swiper-slide-active .home-banner-content {
  opacity: 1;
  transform: translateY(0);
}

/* ------------------------------------------------- */

.logo-slider .swiper-slide {
  border: 1px solid #f1f1f1;
}

.top-space{
  position: absolute;
  top: -168px;
}

.home-banner {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;  
}
.home-banner .container {
  display: flex;
  align-items: center;
  width: 100%;
}

.home-banner-content {
  color: #ffffff;
}

.home-banner-content h1 {
  margin-bottom: 15px; 
}

.home-banner-content .button-link {
  margin-top: 40px;
  min-width: 170px;
}

/* ------------------------------------------------------------ */

.swiper1 {
  margin-top: 60px;
}

.swiper1 .swiper-slide {
  height: auto;
}

/* ------------------------------------------------------------ */

.banner3 {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-content {
  color: #ffffff;
}

.banner-content h2 {
  margin-bottom: 25px;
}
.banner-content p {
  max-width: 420px;
}
.banner-content .button-link {
  margin-top: 30px;
}

/* ------------------------------------------------------------ */

.home-about {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 768px;
}

.home-about-content {
  position: relative;
  z-index: 1;
}
.home-about-content > span {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  background: #371ab1; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #3660e9,
    #371ab1
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #3660e9,
    #371ab1
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  margin-bottom: 30px;
  border-radius: 6px;
}

.home-about-content h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 30px;
}
.home-about-content > p {
  max-width: 685px;
}

.home-about-image {
  position: absolute;
  right: 0;
  top: 0;
}

.home-about-boxes {
  display: grid;
  grid-template-columns: 325px 1fr;
  gap: 28px;
  margin-top: 40px;
}

.home-about-expertise {
  padding: 55px;
  background: #d7e2fb;
  border-radius: 15px;
}

.home-about-grd-box {
  padding: 50px;
  width: 584px;
  background: url(../images/grd-box.png) no-repeat center;
  background-size: cover;
  border-radius: 15px;
}

.home-about-grd-box li {
  font-size: 18px;
  color: #ffffff;
  background: url(../images/tick.png) no-repeat left center;
  background-size: contain;
  padding-left: 38px;
}

.home-about-grd-box li + li {
  margin-top: 15px;
}

.home-about-expertise h6 {
  background: #000000;
  display: inline-block;
  padding: 6px 12px;
  color: #ffffff;
  border-radius: 5px;
}
.home-about-expertise h3 {
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
  margin-top: 50px;
  position: relative;
  width: fit-content;
  font-family: monospace;
}
.home-about-expertise h3 sup {
  position: absolute;
  right: -25px;
  top: -25px;
  font-size: 50px;
  font-weight: 500;
}

/* ------------------------------------------------------------ */
.we-craft {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
}

.we-craft-images ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
}

.we-craft-images li:not(:last-child) {
  width: calc(50% - 10px);
}

.we-craft-images li {
  position: relative;
}
.we-craft-images li .text {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
}

.we-craft-content h2 {
  margin-block: 10px;
}

.we-craft-content > p {
  margin-bottom: 20px;
}
.we-craft-content p {
  color: #646464;
}
.we-craft-content h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.we-craft-content li + li {
  margin-top: 15px;
}

/* ------------------------------------------------------------ */

.about-first .container {
  display: grid;
  grid-template-columns: 1fr 565px;
  column-gap: 150px;
  align-items: center;
  row-gap: 30px;
}

.about-first-content h3 {
  font-size: var(--fz-35);
  line-height: 1.2;
  margin-bottom: 35px;
}
.about-first-content p {
  color: #646464;
}
/* ------------------------------------------------------------ */

.page-menu {
  padding: 30px;
  background: #013d7f;
  position: sticky;
  top: 96px;
  z-index: 2;
}

.page-menu-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 50px;
}
.page-menu-ul a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}

.page-menu-ul li:not(.active) a {
  color: #90989f;
}

/* ------------------------------------------------------------ */

.mission-block {
  display: grid;
  grid-template-columns: 650px 1fr;
  column-gap: 130px;
  row-gap: 30px;
}

.mission-item {
  background: #ffffff;
  padding: 30px 70px;
  border-radius: 20px;
}
.mission-item:not(:first-child) {
  margin-top: 50px;
}

.mission-item h4 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1;
  position: relative;
}
.mission-item h4::after {
  content: "";
  position: absolute;
  left: -24px;
  top: 3px;
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  border-radius: 50%;
}

.mission-item p {
  color: #646464;
}

.mission-content-right h2 {
  font-size: var(--fz-35);
  line-height: 1.3;
  margin-bottom: 30px;
}
.mission-content-right p {
  font-size: 24px;
  line-height: 45px;
}
.mission-content-right .button-link {
  margin-top: 30px;
}

/* ------------------------------------------------------------ */

.contact-block {
  padding: 80px 0 145px 0;
}

.contact-block .container {
  display: grid;
  grid-template-columns: 650px 1fr;
  column-gap: 130px;
  align-items: center;
  row-gap: 30px;
}

.contact-left .item {
  background: #ffffff;
  padding: 30px 70px;
  border-radius: 25px;
}
.contact-left .item:not(:first-child) {
  margin-top: 38px;
}

.contact-left .item h4 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1;
  position: relative;
}
.contact-left .item h4::after {
  content: "";
  position: absolute;
  left: -24px;
  top: 3px;
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  border-radius: 50%;
}

.contact-left .item span {
  display: block;
}
.contact-left .item span + span {
  margin-top: 10px;
}

.contact-left .item p,
.contact-left .item span {
  color: #646464;
}
.contact-left .item a {
  font-family: sans-serif;
}
.contact-left .item a:hover {
  color: var(--color-primary);
}

.contact-right h3 {
  font-size: var(--fz-35);
  line-height: 1.3;
  margin-bottom: 30px;
}
.contact-right p {
  font-size: 20px;
  line-height: 40px;
}
.contact-right .button-link {
  margin-top: 30px;
}
/* ------------------------------------------------------------ */

.explore-block {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  background: linear-gradient(90deg, #3660e9 40%, #371ab1 100%);
  border-radius: 15px;
}

.explore-list {
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 250px);
  padding-left: 50px;
}

.explore-list > div {
  padding-left: 60px;
  background-position: left center;
  position: relative;
}
.explore-list > div:first-child {
  background: url(../images/time.svg) no-repeat;
}
.explore-list > div:nth-child(2) {
  background: url(../images/emoji.svg) no-repeat;
}

.explore-list > div:nth-child(3) {
  background: url(../images/project.svg) no-repeat;
}

.explore-list > div:nth-child(4) {
  background: url(../images/employe.svg) no-repeat;
}

.explore-list > div::after {
  content: "";
  position: absolute;
  left: 45px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ffffff;
  opacity: 0.5;
}

.explore-list h4 {
  font-size: 45px;
  font-family: system-ui;
}
.explore-list p {
  font-size: 20px;
}

.explore-btn {
  width: 250px;
  height: 165px;
  font-size: 16px;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  background: #3765ef;
  border-radius: 15px;
  transition: background .4s ease-in-out;
}

.explore-btn:hover {
  background: #2650cb;
}