* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HERO SECTION */

.hero {
  width: 100%;
  height: 800px;
  background-image: linear-gradient(207deg, rgba(126, 90, 255, 0.8) 0%, rgba(85, 183, 255, 0.8) 100%), url('images/hero-background.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
  position: relative;
  margin-bottom: 100px;
}

.nav-container {
  max-width: 1170px;
  margin: 0 auto 222px auto;

}

nav {
  max-width: 1170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 70px;
}

nav ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

nav ul li:hover span {
  background-color: white;
}

nav ul li a {
  text-decoration: none;
  color: white;
  font-family: 'Source Code Pro', monospace;
  font-size: 14px;
  font-weight: 400;
}

nav ul li span {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: white 1px solid;
  background-color: transparent;
}

.social-links {
  display: flex;
  gap: 20px;
}

.hero-slide-header {
  font-family: 'Montserrat', sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.hero-slide-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
  letter-spacing: 0.3em;
}

.hero-swiper-container {
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hero-swiper-pagination {
  position: absolute;
  right: 50px !important;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid white;
  opacity: 1;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: white;
}

/* WHAT WE DO SECTION */

.what-we-do {
  max-width: 1170px;
  margin: 0 auto 150px auto;
}

.what-we-do-header {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #2c4058;
  text-align: center;
  margin-bottom: 90px;
}

.what-we-do-cards-container {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.what-we-do-cards {
  display: flex;
  gap: 70px;
}

.what-we-do-cards img {
  width: 630px;
  height: 470px;
}

.cards-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cards-content h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #2c4058;
}

.cards-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #2c4058;
  margin-bottom: 20px;
}

.cards-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #2c4058;
  line-height: 167%;
  margin-bottom: 40px;
}

.cards-content button {
  width: 190px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #2c4058;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  cursor: pointer;
  margin-bottom: 60px;
}

.cards-content button:hover {
  background-color: #2c4058;
  color: white;
}

.cards-content a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

.cards-content a:hover {
  text-decoration: underline;
}

.cards-content a img {
  width: 10px;
  height: 16px;
  margin-right: 8px;
}

.what-we-do-image-left {
  box-shadow: -215px -58px #55B7FF;
}

.what-we-do-image-right {
  box-shadow: 215px -58px #7E5AFF;
}

/* NEWS SECTION */

.news {
  height: 978px;
  background: linear-gradient(213deg, #24ccfa 0%, #3c7fd4 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 150px;
}

.news-swiper {
  max-width: 1170px;
  width: 100%;
  overflow: hidden;
}

hr {
  border: 1px solid #fff;
  width: 100px;
  height: 0px;
  margin-bottom: 30px;
}

.news-header {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: white;
  margin-bottom: 90px;
}

.news-container {
  position: relative;
  max-width: 1370px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.news-swiper-wrapper {
  margin-bottom: 50px;
}

.news-swiper-slide {
  background: white;
  width: 370px;
  height: 514px;
  display: flex;
  flex-direction: column;
}

.news-swiper-slide img {
  margin-bottom: 30px;
}

.news-swiper-slide-content {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}

.news-swiper-slide h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #2c4058;
  margin-bottom: 15px;
}

.news-swiper-slide p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #2c4058;
  margin-bottom: 40px;
}

.news-swiper-slide-author {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
}

.news-swiper-slide-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.news-swiper-slide-author h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #2c4058;
  margin-bottom: 6px;
}

.news-swiper-slide-author p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #55b7ff;
}

.news-swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.news-swiper-button-prev,
.news-swiper-button-next {
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: transparent;
  position: static;
  flex-shrink: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}

.gallery {
  max-width: 1170px;
  margin: 0 auto 150px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery hr {
  border: 1px solid #2c4058;
  width: 100px;
  height: 0px;
  margin-bottom: 30px;
}

.gallery-header {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #2c4058;
  text-align: center;
  margin-bottom: 90px;
}

.gallery-container {
  display: grid;
  grid-template:
    "img1 img1 img2 img4" 1fr
    "img1 img1 img3 img5" 1fr
    / 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 60px;
}

.item1 {
  grid-area: img1;
}

.item2 {
  grid-area: img2;
}

.item3 {
  grid-area: img3;
}

.item4 {
  grid-area: img4;
}

.item5 {
  grid-area: img5;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  filter: brightness(0.8);
}

.gallery-item:hover::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-image: url('icons/zoom-in.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}

.gallery button {
  width: 190px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #2c4058;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  cursor: pointer;
}

.gallery button:hover {
  background-color: #2c4058;
  color: white;
}