/*!
Theme Name: concord
Theme URI: http://clickstudio.info/
Author: ClickStudio
Author URI: http://clickstudio.info
Description: Offical Website of Concord Investments
Version: 2.6.7
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: click
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

concord is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* Box sizing rules */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Sentic Text Light";
  src: url("../fonts/sentic/Sentic-Text-Light.woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Sentic Text";
  src: url("../fonts/sentic/Sentic-Text.woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Sentic Text Medium";
  src: url("../fonts/sentic/Sentic-Text-Medium.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Sentic Text Bold";
  src: url("../fonts/sentic/Sentic-Text-Bold.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Sentic Text Black";
  src: url("../fonts/sentic/Sentic-Text-Black.woff2");
  font-weight: 900;
}
/* Elementor plugin overrides */
.elementor-widget-container h1,
.elementor-widget-container h2,
.elementor-widget-container h3,
.elementor-widget-container li {
  margin: 10px 0;
}

.elementor-widget-container li {
  margin-left: 20px;
  list-style: inside;
}

.banner {
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding: 0 20px;
}
.banner .banner-text {
  font-size: 35px;
  color: #fff;
  line-height: 1.29;
  text-align: center;
  color: #2b2b2b;
  opacity: 0.5;
  margin-top: 220px;
}
.banner .nav-container {
  position: relative;
  padding: 0 20px;
  width: 100%;
}
.banner .nav-container .navbar {
  position: absolute;
  top: 30px;
  left: 50%;
  right: 20px;
  transform: translateX(-50%);
  max-width: 1440px;
  width: 100%;
  padding: 20px 40px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.banner .nav-container .navbar.active {
  border-radius: 20px 20px 0 0;
  box-shadow: none;
}
.banner .nav-container .navbar ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media (max-width: 992px) {
  .banner .nav-container .navbar ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    height: 0;
    left: 0;
    top: 89px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.5);
    border-radius: 0 0 20px 20px;
    gap: 30px;
    z-index: 99;
    width: 100%;
    box-shadow: none;
  }
  .banner .nav-container .navbar ul.active {
    max-height: 800px;
    height: auto;
  }
  .banner .nav-container .navbar ul.active li:first-child {
    margin-top: 20px;
  }
  .banner .nav-container .navbar ul.active li:last-child {
    margin-bottom: 20px;
  }
  .banner .nav-container .navbar ul.active li a {
    font-size: 22px;
    font-weight: 600;
  }
}
.banner .nav-container .navbar ul li {
  flex: 1;
}
.banner .nav-container .navbar ul li a {
  color: #2b2b2b;
  font-size: 15px;
  width: max-content;
  display: block;
  text-transform: uppercase;
  position: relative;
}
.banner .nav-container .navbar ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #2b2b2b;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.banner .nav-container .navbar ul li a:hover::before {
  visibility: visible;
  width: 100%;
}
.banner .nav-container .navbar .logo img {
  height: 50px;
}
.banner video,
.banner .banner-hero-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner .banner-hero--desktop {
  display: block;
}
.banner .banner-hero--mobile {
  display: none;
}
@media (max-width: 992px) {
  .banner .banner-hero--desktop {
    display: none;
  }
  .banner .banner-hero--mobile {
    display: block;
  }
}
.banner .toggle {
  display: none;
  width: 28px;
}
@media (max-width: 992px) {
  .banner .toggle {
    display: block;
  }
}
.banner .toggle span {
  width: 28px;
  height: 3px;
  display: block;
  background-color: white;
  margin-bottom: 6px;
}
.banner .toggle span:nth-child(2) {
  width: 15.5px;
  margin-left: auto;
}
.banner .toggle span:last-child {
  margin-bottom: 0;
}

.section-banner {
  height: 100vh;
  position: relative;
}
.section-banner.single-banner {
  height: 600px;
  position: relative;
}
@media (max-width: 1200px) {
  .section-banner {
    height: 600px;
  }
}
.section-banner .navbar {
  position: absolute;
  top: 30px;
  left: 35px;
  right: 35px;
  padding: 26px 40px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.section-banner .navbar ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.section-banner .navbar ul li {
  flex: 1;
}
.section-banner .navbar ul li a {
  color: #2b2b2b;
  font-size: 15px;
  width: max-content;
  display: block;
  text-transform: uppercase;
  position: relative;
}
.section-banner .navbar ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #2b2b2b;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.section-banner .navbar ul li a:hover::before {
  visibility: visible;
  width: 100%;
}
.section-banner .navbar .logo img {
  height: 34px;
}
.section-banner .page-title {
  font-family: "Montserrat", sans-serif;
  font-size: 140px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: -27px;
  left: 0;
  text-transform: uppercase;
  line-height: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.4));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  .section-banner .page-title {
    font-size: 55px;
    bottom: -8px;
  }
}
@media (max-width: 768px) {
  .section-banner .page-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 48px;
  }
}
.section-banner video,
.section-banner .banner-hero-media {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
@media (max-width: 1200px) {
  .section-banner video,
  .section-banner .banner-hero-media {
    position: absolute;
  }
}
.section-banner .banner-hero--desktop {
  display: block;
}
.section-banner .banner-hero--mobile {
  display: none;
}
@media (max-width: 992px) {
  .section-banner .banner-hero--desktop {
    display: none;
  }
  .section-banner .banner-hero--mobile {
    display: block;
  }
}
.slide {
  width: 100vw;
  height: 100vh;
}
.slide .container {
  height: 100%;
}
.slide .slide-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  text-align: right;
  color: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .slide .slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.slide .slide-content .img {
  width: 90%;
  height: 80%;
  position: relative;
}
@media (max-width: 1200px) {
  .slide .slide-content .img {
    width: 100%;
    border-radius: 10px;
  }
}
.slide .slide-content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .slide .slide-content .img img {
    border-radius: 10px;
  }
}
.slide .slide-content .slide-text {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
}
@media (max-width: 1200px) {
  .slide .slide-content .slide-text {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 20%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 300px;
  }
}
.slide .slide-content .slide-text .title {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1200px) {
  .slide .slide-content .slide-text .title {
    font-size: 30px;
    line-height: 1.17;
  }
}
.slide .slide-content .slide-text .description {
  font-size: 35px;
  line-height: 1.29;
}
@media (max-width: 1200px) {
  .slide .slide-content .slide-text .description {
    font-size: 22px;
    line-height: 1.59;
  }
}
.slide .slide-content .slide-text.last-text {
  text-align: left;
  right: auto;
  left: 0;
  width: auto;
  margin: 0 auto;
  position: unset;
}
.slide .slide-content .slide-text.last-text .title span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .slide .slide-content .slide-text.last-text {
    position: unset;
    transform: unset;
  }
}

.horizontal-scroll {
  display: flex;
  width: 400vw;
  position: relative;
  background-color: #d8d8d8;
}

.horizontal-scroll-wrapper {
  overflow: hidden;
}

.big-text {
  position: absolute;
  width: 100%;
  font-size: 240px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.4);
  bottom: 0;
  left: 5%;
  z-index: 9;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1200px) {
  .big-text {
    font-size: 100px;
    bottom: -20px;
  }
}

.swiper {
  width: 100%;
}
.swiper.homepage-slider {
  height: 290px;
}
.swiper .swiper-slide {
  padding: 30px 5px;
}
.swiper .slide-content {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 34px 0 rgba(255, 255, 255, 0.7), 1px 1px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.5);
}
.swiper .slide-content .title {
  width: 80%;
}
img.arrow-categories{
   width: 15px;
}
.swiper .slide-content .title span {
  font-size: 25px;
  line-height: 2;
  margin-bottom: 3px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal { 
   bottom: -30px !important; 
}

@media (max-width: 768px) {
  .swiper .slide-content .title span {
    font-size: 22px;
    line-height: 1.59;
  }
}
.swiper .slide-content .title a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  opacity: 0.5;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .swiper .slide-content .title a {
    font-size: 15px;
    line-height: 2;
  }
}

.slider-container {
  position: relative;
}
@media screen and (max-width: 1520px) {
  .slider-container {
    padding-left: 20px;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background: #2b2b2b;
  opacity: 1;
}
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f58220;
}

.pagination.oas {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination-left.oas a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.pagination-right.oas a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.quote-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 125px;
}
@media (max-width: 1200px) {
  .quote-container {
    flex-direction: column;
    gap: 50px;
  }
}
.quote-container img {
  width: 500px;
  object-fit: cover;
  border-radius: 20px;
}
.quote-container .author {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 25px;
  position: relative;
}
@media (max-width: 1200px) {
  .quote-container .author {
    text-align: right;
  }
}
.quote-container .author::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20%;
  transform: translateY(-50%);
  width: 140px;
  height: 1px;
  background-color: #2b2b2b;
  z-index: -1;
}
@media (max-width: 1200px) {
  .quote-container .author::before {
    display: none;
  }
}

.category {
  margin: 50px 0;
}
.category .category-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .category .category-info {
    flex-direction: column;
  }
}
.category .category-info {
  gap: 40px;
}
.category .category-info .info {
  flex: 1;
}
@media (max-width: 1200px) {
  .category .category-info .info {
    order: 2;
  }
}
.category .category-info .info .title {
  font-size: 32px;
  line-height: 1.22;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .category .category-info .info .title {
    font-size: 24px;
    line-height: 1.34;
  }
}
.category .category-info .info .subtitle {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
  .category .category-info .info .subtitle {
    font-size: 18px;
    line-height: 1.3;
  }
}
.category .category-info .info .read-more {
  font-size: 15px;
  font-weight: 500;
  color: #f58220;
  margin-top: 30px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  width: max-content;
}
.category .category-img {
  flex: 1;
}
@media (max-width: 1200px) {
  .category .category-img {
    order: 1;
    width: 100%;
  }
}
.category .category-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .category .category-img img {
    max-height: 400px;
  }
}
.category .category-img img {
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .category .arrow-link:not(.mobile-arrow) {
    display: none;
  }
}
.category .mobile-arrow {
  display: none;
}
@media (max-width: 1200px) {
  .category .mobile-arrow {
    display: flex;
    margin-left: auto;
    text-transform: uppercase;
    width: max-content;
    margin-top: 20px;
  }
}
.footer {
  background-color: #f0f0f0;
}

footer {
  min-height: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  column-gap: 24px;
  font-size: 15px;
  line-height: 3.33;
  padding-top: 100px;
  padding-bottom: 30px;
  background-color: transparent;
  color: #2b2b2b;
}
@media (max-width: 1200px) {
  footer {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
footer .col {
  text-align: center;
  min-width: 0;
}
@media (max-width: 1200px) {
  footer .col:first-child {
    order: 1;
  }
  footer .col:nth-child(2) {
    order: 3;
  }
  footer .col:nth-child(3) {
    order: 2;
  }
}
footer span {
  display: block;
  text-transform: uppercase;
}

.footer-social {
  grid-column: 1 / -1;
  order: 4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(43, 43, 43, 0.06);
  width: 100%;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: rgba(43, 43, 43, 0.45);
  line-height: 0;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.footer-social-link:hover,
.footer-social-link:focus {
  color: #2b2b2b;
  opacity: 1;
}
.footer-social-link:focus {
  outline: 1px solid rgba(43, 43, 43, 0.25);
  outline-offset: 3px;
}
.footer-social-link svg {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.industries {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .industries {
    grid-template-columns: repeat(1, 1fr);
  }
}
.industries .industry {
  background: rgba(34, 34, 34, 0.05);
  padding: 55px;
  height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .industries .industry {
    padding: 40px;
    height: 350px;
  }
}
.industries .industry .category-name {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.industries .industry .name {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 1.22px;
}
@media (max-width: 768px) {
  .industries .industry .name {
    font-size: 35px;
    line-height: 1.2;
    margin: 20px 0;
  }
}
.industries .industry .desc {
  font-size: 25px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .industries .industry .desc {
    font-size: 15px;
    line-height: 1.33;
  }
}
.industries .industry:hover {
  background: #fff;
  box-shadow: 50px 50px 100px rgba(34, 34, 34, 0.15);
}

.sub-banner {
  width: 100%;
  height: 440px;
  border-radius: 20px;
  position: relative;
}
.sub-banner .page-title {
  font-family: "Montserrat", sans-serif;
  font-size: 120px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: -17px;
  left: 0;
  text-transform: uppercase;
  line-height: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.4));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sub-banner.industries-banner {
  background: url("../img/industry.png") no-repeat center center/cover;
}

.filter-container {
  padding: 200px 0 50px;
}
@media (max-width: 1200px) {
  .filter-container {
    padding: 30px 0;
  }
}

.stats {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 70px;
  gap: 50px;
}
@media (max-width: 992px) {
  .stats {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 32px;
  }
}
.stats .stat {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}
.stats .stat .number {
  font-size: 80px;
  font-weight: 300;
  line-height: 0.8;
}
@media (max-width: 992px) {
  .stats .stat .number {
    font-size: 60px;
  }
}
.stats .stat .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
}

.board-title {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.08;
  position: relative;
  top: 65px;
  font-family: "Montserrat", sans-serif;
  z-index: 9;
}
@media (max-width: 992px) {
  .board-title {
    font-size: 45px;
  }
}

.board-container {
  padding-left: 300px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .board-container {
    padding-left: 0;
  }
}

.board-members img {
  width: 335px;
  height: 425px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .board-members img {
    width: 100%;
    height: auto;
  }
}
.board-members .name,
.board-members .position {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}
.board-members .position {
  opacity: 0.5;
}

.partners {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .partners {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.partners {
  margin-top: 110px;
}
@media (max-width: 992px) {
  .partners .partner-list {
    order: 2;
  }
}
.partners .title {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.08;
  position: relative;
  top: 35px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 992px) {
  .partners .title {
    font-size: 45px;
    line-height: 0.89;
  }
}
.partners ul {
  margin-top: 50px;
}
.partners ul li {
  font-size: 25px;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .partners ul li {
    font-size: 20px;
    line-height: 1.8;
  }
}
.partners ul li span {
  font-size: 15px;
}
@media (max-width: 992px) {
  .partners .map {
    order: 1;
  }
}

.parallax {
  background-color: #fbfbfb;
}

.industry-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 70px 0 40px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .industry-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 40px;
  }
}
.industry-info .link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.ceo {
  margin-top: 75px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .ceo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.ceo {
  gap: 120px;
}
.ceo .name {
  font-size: 45px;
  line-height: 1.22;
  margin-bottom: 10px;
}
.ceo .position {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
.ceo .quote {
  font-size: 25px;
  line-height: 1.4;
}
.ceo .ceo-info {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .ceo .ceo-info {
    order: 2;
    padding-left: 0;
  }
}
.ceo .img {
  flex: 0 0 325px;
}
@media (max-width: 992px) {
  .ceo .img {
    order: 1;
  }
}
.ceo .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.media {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .media {
    padding: 60px 0;
  }
}
.media .title {
  font-size: 72px;
  margin-bottom: 20px;
  font-weight: 500;
}
.media .section {
  margin-top: 50px;
}
.media .section .section-title {
     font-size: 32px;
    line-height: 1.22;
    max-width: 900px;
    margin: 0 auto 80px;
    font-weight: 400;
}
.media .section .section-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.5;
    max-width: 900px;
    margin: auto;
}
.media .section .section-slider {
  padding-bottom: 44px;
}
.media .section .section-slider-pagination.swiper-pagination-horizontal {
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: 20px;
  text-align: center;
}
.media .section .section-slider-pagination .swiper-pagination-bullet {
  background: #2b2b2b;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.media .section .section-slider-pagination .swiper-pagination-bullet-active {
  background: #f58220;
}
.media .section .slider-item {
  border-radius: 20px;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}
.media .section .slider-item:hover {
  background-color: #f58220;
}
.media .section .slider-item img {
  height: 320px;
  object-fit: cover;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.media .section .slider-item .item-info {
  padding: 30px;
  height: 240px;
  position: relative;
}
.media .section .slider-item .item-info .item-category {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.media .section .slider-item .item-info .item-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
}
.media .section .slider-item .item-info .read-time {
  font-size: 16px;
  margin-top: 10px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-weight: 500;
}


.media .section .swiper-arrow {
  top: auto;
  bottom: 20px;
  left: 50%;
  right: auto;
  margin-top: 0;
}
.media .section .swiper-arrow.arrow-left {
  transform: translateX(-60px);
}
.media .section .swiper-arrow.arrow-right {
  transform: translateX(12px) rotate(0deg);
}
.swiper-arrow.arrow-left {
  right: 65px;
}
.swiper-arrow.arrow-right {
  right: 15px;
  rotate: 180deg;
}

.projects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media (max-width: 992px) {
  .projects {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .projects {
    grid-template-columns: repeat(1, 1fr);
  }
}
.projects .project {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
.projects .project .title {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 30px;
  font-weight: 900;
}
.projects .project .cat {
  font-size: 15px;
  color: #fff;
}
.projects .project .overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 200%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.projects .project .text {
  position: relative;
  z-index: 1;
}

.project-slider .project-slide {
  height: 350px;
  width: 100%;
  border-radius: 10px;
}
.project-slider .project-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

body {
  font-family: "Sentic Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  overflow-x: hidden;
  background-color: #fbfbfb;
  color: #2b2b2b;
}

.container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

.description-text {
  font-size: 42px;
  line-height: 1.22;
  max-width: 1000px;
  margin: 100px auto !important;
}
@media (max-width: 992px) {
  .description-text {
    font-size: 22px;
  }
}
.description-text.with-margin {
  margin: 160px 0 120px;
}
@media (max-width: 992px) {
  .description-text.with-margin {
    margin: 60px 0;
  }
}
.description-text.with-padding {
  padding: 0 150px;
}
@media (max-width: 992px) {
  .description-text.with-padding {
    padding: 0;
  }
}

.category-text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.category-text span {
  font-weight: 900;
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  .category-text span {
    font-size: 34px;
    display: block;
  }
}
.category-text.flexed {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.section-margin {
  margin: 200px 0;
}
@media (max-width: 992px) {
  .section-margin {
    margin: 60px 0;
  }
}

.arrow-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.next-industry {
  margin-top: 160px;
}
.next-industry .arrow-link {
  border-bottom: 1px solid #2b2b2b;
  width: max-content;
  margin-left: auto;
}

.section {
  position: relative;
}

@media (min-width: 800px) and (max-width: 1539px) {
  .description-text {
    font-size: 32px;
    line-height: 1.22;
    max-width: 800px;
    margin: 100px auto !important;
  }
}
/*# sourceMappingURL=_compiled.css.map */
