* {
    user-select: none;       /* Disable text selection */
    -webkit-user-select: none; /* Safari/Chrome */
    -moz-user-select: none;  /* Firefox */
    -ms-user-select: none;   /* IE/Edge */
}

body {
  font-family: "Roboto Flex";
  background-color: #fff;
  overflow-x: hidden;
  color: #3d3d3b;
}

a {
  color: #000;
  text-decoration: none;
}

.custom-container {
  padding: 0 60px;
}
.content-container{
    padding: 0 24px;
}

.triangles-contanier {
  position: relative;
  background-color: transparent;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.triangles-contanier img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.triangles-contanier video {
  position: absolute;
  right: 0;
  left:0;
  bottom: 1px;
  z-index: -1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

header {
  transition: 0.2s ease-in-out;
  background-color: transparent;
  position: relative;
  z-index: 9999;
}

header.main-tool-bar--scrolled {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9;
  height: 64px;
}

header.main-tool-bar--scrolled .cat-nav {
    background-color: #fff;
}

header nav {
  padding: 20px;
  position: absolute;
  z-index: 99;
}

header nav ul {
  padding-left: 20px;
}

header nav ul li {
  padding-right: 20px;
  list-style: none;
}

header nav ul li.active a {
  color:#be1622;
}

header nav ul li a {
    transition: 0.2s ease-in-out;
    font-size: 16px;
    font-weight: 400;
    color: #3D3D3B;
}
footer a{
    transition: 0.2s ease-in-out;
}

.dedsktop-logo {
  margin-right: 40px;
}

header nav ul li a:hover,footer a:hover{
  color: #be1622;
}

.hero-logo {
  height: 100%;
}

.hero-logo img {
  margin-bottom: 100px;
}

.short-desc {
  padding-top: 140px;
  padding-bottom: 60px;
}

.short-desc .short-desc-title h2 {
  font-size: 96px;
  font-weight: 400;
  letter-spacing: 0;
  padding-bottom: 37px;
}

.short-desc .short-desc-title p {
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
}

.swiper-projects {
  width: 100%;
  height: 100%;
}

.swiper-slide-projects {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide-projects img {
  display: block;
  width: 92%;
  object-fit: cover;
}

.featured-projects {
  padding-top: 133px;
  padding-bottom: 100px;
  position: relative;
  background-color: #3d3d3b;
}

.featured-projects .featured-projects-container {
  position: relative;
}

.featured-projects .featured-projects-bg-shape {
  position: absolute;
  top: -4%;
  left: 4%;
}

.featured-projects .swiper-pagination-projects {
  position: static;
  color: #fff;
  display: flex;
  justify-content: end;
  padding-top: 12px;
  width: 96%;
}

.featured-projects .featured-projects-Summary {
  position: relative;
}

.featured-projects .featured-projects-Summary-title {
  color: #fff;
  font-size: 20px;
  margin-left: 4%;
  position: absolute;
  top: -21px;
  z-index: 99;
}

.featured-projects .featured-projects-Summary-short-desc {
  color: #fff;
  text-align: left;
  font-size: 48px;
  padding-top: 40px;
}

.featured-news {
  padding-top: 120px;
  padding-bottom: 180px;
}

/*.featured-news .swiper-news .swiper-slide-news {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*}*/

.featured-news .swiper-slide-news-contnet a {
  position: absolute;
  bottom: 0;
  margin-left: 60px;
}

.featured-news .swiper-slide-news-contnet p {
  padding-left: 60px;
  padding-top: 40px;
  font-size: 32px;
  line-height: 42px;
}

.featured-news .featured-news-title-container {
  padding-bottom: 40px;
}

.featured-news .featured-news-title {
  font-size: 48px;
  font-weight: 400;
}

.featured-news .swiper-pagination-news {
  position: static;
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.team-intro {
  padding-top: 242px;
  padding-bottom: 345px;
  background-color: #3d3d3b;
  position: relative;
  color: #fff;
}

.team-intro .slogun {
  padding-left: 80px;
  font-size: 48px;
  padding-bottom: 50px;
}

.team-intro .slogun-desc {
  font-size: 32px;
  line-height: 42px;
  width: 788px;
  padding-bottom: 35px;
  padding-left: 80px;
}

.team-intro a {
  font-size: 24px;
  color: #be1622;
  padding-left: 80px;
}

.team-intro img.team-intro-shape-1 {
  position: absolute;
  left: -330px;
  top: 11%;
}

.team-intro img.team-intro-shape-2 {
  position: absolute;
  left: 0;
  top: 20%;
}

.team-intro img.team-intro-shape-3 {
  position: absolute;
  left: 0;
  top: 29%;
}

.our-vision {
  padding-top: 173px;
  padding-bottom: 140px;
  text-align: center;
}

.our-vision p {
  font-size: 48px;
  padding-bottom: 54px;
  line-height: 58px;
}

.our-vision a {
  font-size: 36px;
  color: #be1622;
}

.seprator-footer {
  display: block;
  width: 100%;
  border: none;
  height: 2px;
  background-color: #d9d9d9;
}

footer {
  padding-top: 170px;
  background-color: #fff;
}

footer .footer-logo-container {
  height: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
}

footer .footer-logo-container img {
  width: 204px;
}

footer .footer-info-container {
  padding-bottom: 40px;
}

footer .footer-info {
  display: flex;
  flex-direction: column;
  text-align: left;
}

footer .footer-info a {
  font-size: 36px;
  padding-bottom: 50px;
}

footer .footer-info a:first-child {
  padding-bottom: 15px;
}

footer .phone,
footer .address {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

footer .phone {
  padding-bottom: 25px;
}

footer .phone span,
footer .address span {
  font-size:20px;
  font-weight: 400;
  padding-left: 30px;
}



.desktop-logo{
    padding-right: 60px;
}
.project-list {
    padding-top: 130px;
    padding-bottom: 175px;
}

.project-list .project-list-item {
    margin-bottom: 40px;
}

.project-list .project-list-item .project-list-item-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
}

.project-list .project-list-item .project-list-item-info span {
    font-size: 12px;
    font-weight: 500;
    color: #747474;
}

.project-list .project-list-item h3 {
    font-size: 16px;
    letter-spacing: 2px;
}
.project-list-item img {
    transition: opacity 0.8s ease-in;
}

.project-list-item img.lozad {
    opacity: 0;
}

.project-list-item img.lozad-loaded {
    opacity: 1;
}

.project-list-row{
    margin-bottom: 140px;
}

.pagination-nav{
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #1E1E1E;
}
.pagination-nav ul{
    display: flex;
    gap:10px;
}
.pagination-nav ul li{
    list-style: none;
}
.pagination-nav ul li.active{
    color: #BE1622;
}

.cat-nav{
    display: flex;
    flex-wrap: nowrap;
    gap: 36px;
    align-items: center;
    margin-top: 20px;
    position: absolute;
    width: 100%;
}
.cat-nav li a{
    font-size: 12px;
    font-weight: 500;
    color: #1E1E1E;
}

.cat-nav li a.active{
    color: #BE1622;
}

/* Responsive Media Queries */
@media only screen and (max-width: 1322px) {
  .hero-logo img {
    width: 220px;
    margin-bottom: 100px;
  }

  .featured-projects .featured-projects-bg-shape {
    width: 450px;
    left: 6%;
  }

  .featured-news .swiper-slide-news-contnet a {
    margin-left: 40px;
  }

  .featured-news .swiper-slide-news-contnet p {
    padding-left: 40px;
    padding-top: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .team-intro .slogun-desc {
    font-size: 32px;
    line-height: 42px;
    width: 100%;
    padding-left: 80px;
  }
}

@media only screen and (min-width: 992px) {
  /*.desktop-logo{*/
  /*  display: block;*/
  /*}*/
  /*.mobile-logo{*/
  /*  display: none;*/
  /*}*/
}

@media only screen and (max-width: 1024px) {
    .triangles-contanier {
        height: 100%;
    }
    .triangles-contanier video {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 3px;
        z-index: -1;
        height: 100%;
    }
    
    .team-intro img.team-intro-shape-1 {
  left: -3900px;
}

.team-intro img.team-intro-shape-2 {
  left: -70px;
}

.team-intro img.team-intro-shape-3 {
  left: -70px;
}
}

@media only screen and (max-width: 992px) {
      .team-intro img.team-intro-shape-1,
  .team-intro img.team-intro-shape-2,
  .team-intro img.team-intro-shape-3 {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
    .first-back {
        display: none;
    }
    .featured-news .swiper-slide-news-contnet a {
    position: static;
}
    .featured-projects .featured-projects-bg-shape {
        display: none;
    }
    #smooth-wrapper{
        padding-top: 80px;
    }
  /*.desktop-logo{*/
  /*  display: none;*/
  /*}*/
  /*.mobile-logo{*/
  /*  display: block;*/
  /*}*/
  .triangles-contanier {
    height: 100%;
  }

    header nav {
    position: static;
    width: 100%;
    justify-content: start;
    align-items: center;
    margin: 0 auto;
  }

        .vision-back {
        width: 100%;
        height: 100%;
      }
      
  .swiper-button-next, .swiper-button-prev{
      display:none;
  }    
}

@media only screen and (max-width: 576px) {
   header nav ul li {
    padding-right: 18px;
    list-style: none;
   }    
  .triangles-contanier video {
    position: absolute;
    height: 98%;
    top: 1px;
    z-index: -1;
  }

  .custom-container,.content-container {
    padding: 0 18px;
  }

    .featured-news-container {
        padding: 0;
    }

    .featured-news .swiper-slide-news-contnet a {
        position: static;
    }

    .featured-news .swiper-slide-news-contnet p {
        padding-left: 0;
        padding-top: 20px;
        font-size: 22px;
        line-height: 32px;
    }
    .featured-news .swiper-slide-news-contnet a {
        margin-left: 0;
    }
  .hero-logo img {
    width: 204px;
    margin: 20px auto 40px;
  }

    header nav {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .short-desc {
    padding-top: 86px;
    padding-bottom: 60px;
  }

  .short-desc .short-desc-title h2 {
    font-size: 40px;
  }

  .short-desc .short-desc-title p {
    font-size: 32px;
  }

  .featured-projects {
    padding-top: 76px;
    padding-bottom: 40px;
  }

  .featured-projects .featured-projects-bg-shape {
    display: none;
  }

  .featured-projects .featured-projects-Summary-title {
    margin-left: 0;
  }

  .featured-projects .featured-projects-Summary-short-desc {
    font-size: 36px;
    padding-top: 80px;
  }

  .swiper-projects {
    width: 111%;
    position: relative;
    left: -18px;
  }

  .swiper-slide-projects img {
    width: 100%;
    height: 100%;
  }

  .featured-projects .swiper-pagination-projects {
    padding-right: 14px;
  }

  .featured-news {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .featured-news .swiper-slide-news img {
    width: 100%;
  }

  .swiper-slide-news-contnet {
    padding: 0 16px;
  }

  .swiper-slide-news-contnet a {
    position: static;
    margin: 20px 0 0;
    display: flex;
  }

  .swiper-slide-news-contnet p {
    text-align: left;
    padding: 40px 0 0 0;
    font-size: 24px;
  }

  .featured-news .featured-news-title {
    font-size: 40px;
  }

  .featured-news .swiper-pagination-news {
    width: 30%;
  }

  .team-intro {
    padding-top: 59px;
    padding-bottom: 100px;
  }

  .team-intro .slogun {
    padding-left: 16px;
    font-size: 40px;
    padding-bottom: 30px;
    width: 320px;
  }

  .team-intro .slogun-desc {
    font-size: 32px;
    padding-left: 16px;
  }

  .team-intro a {
    font-size: 24px;
    padding-left: 16px;
  }

  .team-intro img.team-intro-shape-1,
  .team-intro img.team-intro-shape-2,
  .team-intro img.team-intro-shape-3 {
    display: none;
  }

  .our-vision {
    padding-top: 96px;
    padding-bottom: 100px;
  }

  .our-vision p {
    font-size: 32px;
    padding-bottom: 54px;
  }

  .our-vision a {
    font-size: 36px;
  }

  footer {
    padding-top: 54px;
  }

  footer .footer-logo-container {
    display: none;
  }

  footer .footer-info-container {
    padding-bottom: 81px;
  }

  footer .footer-info a {
    font-size: 36px;
    padding-bottom: 50px;
  }

  footer .footer-info a:first-child {
    padding-bottom: 15px;
  }

  .first-back {
    display: none;
  }
}
