*,
body {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #77777799;
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  letter-spacing: 1px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Albert Sans", sans-serif;
}
.navbar-brand {
  font-size: 40px;
}

.navbar-brand-span {
  position: relative;
  top: -20px;
}
.main-navbar {
  backdrop-filter:blur(5px)!important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  transition: background-color .3s;
}
.main-navbar.sticky {
  top: 0;
  position: fixed;
  background-color: #f7f7f7;
}
.main-navbar .navbar-nav .nav-link {
  font-size: 12px;
  font: inherit;
  text-size-adjust: none;
  font-weight: 500;
  padding: 8px 20px;
  color: white;
  letter-spacing: 1px;
}
.navbar-brand img {
  width: 150px;
}
.wall-logo-2 {
  display: none;
}
.main-navbar.sticky .wall-logo-2 {
  display: block;
}
.main-navbar.sticky .wall-logo-1 {
  display: none;
}
.main-navbar.sticky .navbar-nav .nav-link {
  color: #5A5A5A;
}
.main-header .dropdown-menu.show {
  right: 0px;
  left: unset;
  background-color: white;
  border-radius: 0px;
}
.header-dd-menu-list {
  list-style-type: none;
  padding: 0;
}
.main-navbar .dropdown-item {
  font-weight: 400;
  color: #77777799;
}
.main-navbar .dropdown-item:focus {
  background-color: #eee !important;
  color: white;
  border-radius: 4px;
}
.main-navbar .dropdown-item:hover {
  background-color: #eee;
  border-radius: 0px;
}
.main-navbar .nav-icon-link {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid white;
}
.main-navbar .nav-icon-link i {
  color: #ffffff;
}
.main-navbar.sticky .nav-icon-link {
  background-color: white;
  border: 1px solid #77777799;
}
.main-navbar.sticky .nav-icon-link i {
  color: #77777799;
}
.main-navbar .navbar-toggler {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.main-navbar .navbar-toggler i {
  color: white;
}
.main-navbar.sticky .navbar-toggler {
  background-color: white;
  border: 1px solid #77777799 !important;
  color: #77777799 !important;
}
.main-navbar.sticky .navbar-toggler i {
  color: #77777799 !important;
}
/* Desktop only (hover dropdown) */
@media (min-width: 992px) {
  .header-dd-nav-item.dropdown:hover > .header-dd-menu {
    display: block;
    margin-top: 0;
  }
  .header-dd-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
  }
  .header-dd-nav-item.dropdown:hover .header-dd-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    right: 0;
    border-radius: 0;
  }
  /* Disable caret icon */
  .header-dd-nav-item.dropdown > .dropdown-toggle::after {
    display: none !important;
  }
}
.main-heading {
  font-size: 18px;
  font-weight: bold !important;
  font-feature-settings: "ss04", "ss05";
  color: #77777799;
}
.footer-section {
  background-color: #000000;
}
.footer-section-social-media i {
  font-size: 25px;
  color: white;
}
.footer-section-social-media i:hover {
  font-size: 25px;
  color: #c5e3ff;
}
.footer-section-list {
  list-style-type: none;
}
.footer-section-list li {
  margin-top: 5px;
}
.footer-section-list-heading {
  color: #f8f8f880;
}
.contact-pages-breadcrumb {
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
}
.project-pages-breadcrumb {
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
}
.studio-pages-breadcrumb {
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
}
.internal-pages-breadcrumb-overlay {
  background-color: #0000005c;
}
.footer-logo {
  width: 140px;
}
.contact-form input {
  height: 50px;
  border-radius: 0px;
  border: none;
  background-color: #eee;
  color: #777777;
}
.contact-form textarea {
  height: 150px;
  border-radius: 0px;
  border: none;
  background-color: #eee;
}
.contact-form input:focus, .contact-form textarea:focus {
  background-color: #eee;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: #878787;
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-brand img {
    width: 100px;
  }
/* Disable caret icon */
  .header-dd-nav-item.dropdown > .dropdown-toggle::after {
    display: none !important;
  }
  .main-heading {
    font-size: 18px;
  }
  .footer-section-social-media i {
    font-size: 25px;
    color: white;
  }
  .footer-section-list-heading {
    font-size: 12px;
  }
  .main-header .dropdown {
    padding: 8px 8px;
  }
  .main-navbar .navbar-nav .nav-link {
    padding: 8px 8px;
  }
  .footer-logo {
    width: 75%;
  }
  .service-card-content h3 {
    font-size: 16px !important;
  }
  .featured-card-content h3 {
    font-size: 16px !important;
  }
  .about-video {
    width: 100% !important;
  }
  .projects-tabs .nav-link {
    padding: 20px 10px !important;
  }
  .project-section1-card-img img {
    height: 250px !important;
  }
  .about-team-row {
    grid-template-columns: 48% 48% !important;
  }
  .swiper-pagination {
    top: 230px !important;
    left: 95px !important; 
  }
  .swiper-button-next, .swiper-button-prev {
    top: 33% !important;
  }
  .swiper-button-next {
    left: unset !important;
    right: 10px !important;
  }
  .swiper-button-prev {
    left: 10px !important;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar-brand img {
    width: 100px;
  }
  .contact-form textarea {
    height: 130px;
  }
  .footer-section-social-media i {
    font-size: 25px;
    color: white;
  }
  .hamburger-img {
    width: 210px;
  }
}
.contact-form-btn {
  background-color: #D5D1C8;
  border-radius: 4px;
  padding: 10px;
  color: #5A5A5A;
  display: block;
}
.contact-form-btn:hover {
  background-color: #D5D1C8;
  border-radius: 4px;
  padding: 10px;
  color: #5A5A5A;
  display: block;
}
.home-hero-section .carousel-fade .carousel-item {
  height: 100vh;
}
.home-hero-section .carousel-fade .carousel-item img {
  height: 100%;
  object-fit: cover;
}
.featured-cards {
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  overflow: hidden;
  height: 600px;
}
.featured-cards-img {
  transition: transform 0.6s ease;
  position: relative;
}
.featured-card-content {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
  flex-direction: column;
  top: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, #00000000, #00000059);
  position: absolute;
  z-index: 99;
}
.featured-cards1 .featured-cards-img {
  width: 100%;
  height: 100%;
  background-image: url('../images/featured1.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.featured-cards2 .featured-cards-img {
  width: 100%;
  height: 100%;
  background-image: url('../images/service2.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.featured-cards3 .featured-cards-img {
  width: 100%;
  height: 100%;
  background-image: url('../images/featured3.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.featured-cards:hover .featured-cards-img {
  transform: scale(1.1);
}
.featured-card-btn {
  background-color: transparent;
  font-size: 12px;
  padding: 15px 20.25px;
  text-align: center;
  color: #fff;
  border: 1px solid transparent;
  display: inline-block;
  border-radius: 0;
}
.featured-card-btn:hover {
  border: 1px solid white;
  color: white;
}
.featured-card-content h3 {
  font-size: 16px;
  font-weight: bold;
}
.about-btn {
  background-color: transparent;
  color: #878787;
  border: 1px solid transparent;
  padding: 15px 50px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0;
}
.about-btn:hover {
  background-color: transparent;
  color: #2324bd;
  border: 1px solid #2324bd;
  padding: 15px 50px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0;
}
.about-section h2 {
    font-size: 14px;
    font-weight: 400;
}
.service-card {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.service-card-overlay {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100%;
  top: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, #00000000, #0000004d);
  position: absolute;
  z-index: 99;
}
.service-card1 .service-card-bg-img {
  height: 100%;
  background-image: url('../images/MASTER3.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.6s ease;
  position: relative;
}
.service-card2 .service-card-bg-img {
  height: 100%;
  background-image: url('../images/ARCHITECTURE5.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.6s ease;
  position: relative;
}
.service-card3 .service-card-bg-img {
  height: 100%;
  background-image: url('../images/INTERIORS4.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.6s ease;
  position: relative;
}
.service-card4 .service-card-bg-img {
  height: 100%;
  background-image: url('../images/DECOR1.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.6s ease;
  position: relative;
}
.service-card5 .service-card-bg-img {
  height: 100%;
  background-image: url('../images/service5.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: transform 0.6s ease;
  position: relative;
}
.service-card-content h3 {
  font-size: 16px;
  font-weight: bold;
}
.service-card:hover .service-card-bg-img {
  transform: scale(1.1);
}
.about-video {
  width: 800px;
}
.footer-play {
  font-size: 6px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.project-section1-card-img img {
  height: 400px;
  object-fit: cover;
  transition: all .3s;
}
.project-section1-card-img img:hover {
  height: 400px;
  object-fit: cover;
  filter: brightness(0.9);
  border: 1px solid #2323be;
}
.project-section1-card-content h3 a {
  font-size: 24px;
  color: #77777799;
  text-decoration: none;
}
.project-section1-card-content p a {
  font-size: 12px;
  color: #77777799;
  text-decoration: none;
}
.projects-tabs .nav-link {
  color: #5A5A5A;
  background-color: white;
  padding: 5px 25px;
  border-radius: 0;
}
.projects-tabs {
  position: relative;
}
.projects-tabs .nav-link.active {
  color: #2323be !important;
  background-color: white !important;
  padding: 5px 25px;
  border-radius: 0;
  position: relative;
}
.projects-tabs .nav-link.active::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 50%;
  border: 1px solid #2323be;
  transform: translate(-30px, 0px);
}
.project-card {
  height: 400px;
  position: relative;
  overflow: hidden;
}
.project-card-overlay {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  top: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, #00000000, #0000004d);
  position: absolute;
  z-index: 99;
}
.project-card1 .project-card-img {
  height: 100%;
  background-image: url('../images/project1.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: transform 0.6s ease;
  position: relative;
}
.project-card2 .project-card-img {
  height: 100%;
  background-image: url('../images/project2.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: transform 0.6s ease;
  position: relative;
}
.project-card3 .project-card-img {
  height: 100%;
  background-image: url('../images/project3.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: transform 0.6s ease;
  position: relative;
}
.project-card4 .project-card-img {
  height: 100%;
  background-image: url('../images/project4.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: transform 0.6s ease;
  position: relative;
}
.project-card:hover .project-card-img {
  transform: scale(1.1);
}
.teams-card {
  height: 320px;
  position: relative;
  overflow: hidden;
}
.teams-card-content {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  top: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, #00000000, #0000004d);
  position: absolute;
  z-index: 99;
}
.teams-card1 .teams-card-img {
  height: 100%;
  background-image: url('../images/team1.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  transition: transform 0.6s ease;
  position: relative;
}
.teams-card2 .teams-card-img {
  height: 100%;
  background-image: url('../images/team2.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  transition: transform 0.6s ease;
  position: relative;
}
.teams-card3 .teams-card-img {
  height: 100%;
  background-image: url('../images/team3.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  transition: transform 0.6s ease;
  position: relative;
}
.teams-card4 .teams-card-img {
  height: 100%;
  background-image: url('../images/team4.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  transition: transform 0.6s ease;
  position: relative;
}
.teams-card:hover .teams-card-img {
  transform: scale(1.1);
}
.founder-name {
  font-weight: bold;
  color: #77777799;
  font-style: italic;
}
.work-culture-left {
  background-color: #adadad0f;
  padding: 80px 200px 80px 80px;
}
.work-culture-right {
  background-color: #77777799;
  padding: 80px 0;
  position: relative;
}
.work-culture-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  right: 80px;
}
.about-team-row {
  display: grid;
  grid-template-columns: 19% 19% 19% 19% 19%;
  justify-content: space-between;
}
.about-team-card-img {
  /* height: 280px; */
  overflow: hidden;
  /* background-color: #b4b4b4; */
}
.about-team-card-img img {
  object-fit: cover;
}
.about-founder-img {
  background-color: transparent;
}
/* .about-founder-img img {
  object-fit: contain;
  height: 450px;
} */
/* .about-section2 .container-fluid {
  background-color: #adadad0f;
} */
.careers-cv-form-control {
  height: 50px;
  background-color: #eee;
  border-radius: 0;
}
.careers-form-select {
  height: 50px;
  background-color: #eee;
  border-radius: 0;
  color: #777777;
}
.careers-form-select:focus {
  height: 50px;
  background-color: #eee;
  border-radius: 0;
  color: #777777;
}
.form-control[type=file] {
    overflow: hidden; 
    border: none;
    border-color: transparent;
/*    color: transparent;*/
    background-color: transparent;
    mix-blend-mode: darken;
    filter: opacity(0.6);
}
.sudio-carrousel-card {
  background-color: #f7f7f7;
}
.studio-opt2-card-img {
  overflow: hidden;
}
.studio-opt2-card-img img {
  transition: transform 0.6s ease;
}
.studio-opt2-card-img img:hover {
  transform: scale(1.1);
}
.studio-opt2-card-content h3 {
  font-size: 16px;
  font-weight: bold;
}





.swiper-wrapper {
  position: relative;
}

.swiper {
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  top: 55% !important;
  transform: translateY(-50%);
  width: 10px !important;
}

.swiper-button-next {
   left: 45% !important; 
}

.swiper-button-prev {
   left: 1% !important; 
}

.swiper-pagination {
  position: absolute;
  bottom: 20px !important;
  justify-content: center;
  width: 47% !important;
  display: flex;
}

.swiper-pagination-bullet {
  background: #00000061 !important;
  width: 25px !important;
  height: 6px !important;
  border-radius: 4px !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: white !important;
  width: 50px !important;
  transition: width 0.6s ease;
}

/* force full width slides */
.swiper-slide {
  width: 100% !important;
  flex-shrink: 0 !important;
}

/* wrapper fix */
.swiper-wrapper {
  width: 100%;
}

.swiper-slide {
  width: 100%;
  flex-shrink: 0;
}

.swiper-slide-active {
  opacity: 1;
}

.swiper-slide-active * {
  visibility: visible;
}

.text-wrap{
  transition: all 0.8s ease;
}

.swiper-button-next, .swiper-button-prev {
    svg {
        height: 100%;
        object-fit: contain;
        transform-origin: center;
        width: 100%;
        fill: white;
        stroke: white;
        pointer-events: none;
    }
}

.elementor-widget-image img {
  width: 100% !important;
}


@media (max-width: 992px) {
  .service-card-content h3 {
    font-size: 16px !important;
  }
  .service-card {
    height: 300px;
  }
  .featured-card-content h3 {
    font-size: 16px !important;
  }
  .featured-cards {
    height: 400px;
  }
  .about-video {
    width: 100%;
  }
  /* Disable caret icon */
  .header-dd-nav-item.dropdown > .dropdown-toggle::after {
    display: none !important;
  }
  .project-section1-card-img img {
    height: 200px;
  }
  .project-section1-card-img img:hover {
    height: 200px;
    object-fit: cover;
    filter: brightness(0.9);
  }
}
@media (min-width: 1650px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 98%;
    }
    .featured-cards {
      justify-content: center;
    }
    .about-team-card-img {
      /* height: 400px !important; */
      /* background-color: #b4b4b4; */
    }
    
}
/* Medium devices (Laptops, 1024px and up) */
@media only screen and (min-width: 1600px) {
  .about-team-card-img {
    /* height: 400px !important; */
    /* background-color: #b4b4b4; */
  }
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
  .swiper-pagination {
    top: 49% !important;
    left: 25% !important;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 33% !important;
  }
  .swiper-button-next {
    left: unset !important;
    right: 2% !important;
  }
  .swiper-button-prev {
    left: 2% !important;
  }
	.home-hero-section .carousel-fade .carousel-item {
    height: 50vh;
}
}