/*
  -----------------------------
  ----- Colors variables ------
  -----------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap");
#main-header {
  position: fixed;
  z-index: 16;
  width: 100%;
  top: 0;
  opacity: 0.95;
}

.navbar {
  padding: 1rem 1rem;
}
@media (max-width: 767.98px) {
  .navbar {
    padding: 0.2rem 1rem;
    border-bottom: 2px solid #d4d4d4;
  }
}
.navbar .nav-link {
  font-weight: 500;
  color: #040608 !important;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}
.navbar .nav-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 8px;
  width: 0;
  height: 2px;
  background-color: #eaa946;
  transition: 0.2s ease;
}
.navbar .nav-link:hover::after {
  width: 90%;
}
@media screen and (min-width: 920px) and (max-width: 1200px) {
  .navbar .nav-link {
    font-size: 13px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.navbar .nav-item {
  margin: 0 10px;
}
@media (max-width: 767.98px) {
  .navbar .nav-item {
    margin: 5px 0;
  }
}
.navbar .nav-item.active .nav-link {
  color: #eaa946 !important;
}
.navbar .navbar-nav {
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .navbar .navbar-nav {
    padding-top: 25px;
  }
}

.btn-domo {
  background-color: #eaa946;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  border-radius: 0.5rem;
  min-width: 170px;
  text-align: center;
  position: relative;
  box-shadow: 5px 5px 10px rgba(234, 169, 70, 0.3);
  border-bottom: 2px solid #bf8226;
}
.btn-domo::after {
  content: "";
  height: 104%;
  width: 1px;
  position: absolute;
  background-color: #e29827;
  left: 40px;
  top: -1px;
}

#call-us-btn {
  text-align: left;
  padding-left: 50px;
  background: #eaa946 url("../images/icons/phone.png") no-repeat center left 14px;
  background-size: 15px;
}

#request-quote-btn {
  text-align: left;
  padding-left: 50px;
  background: #eaa946 url("../images/icons/devis.png") no-repeat center left 14px;
  background-size: 15px;
}

.send-btn {
  background: #eaa946 url("../images/icons/send.png") no-repeat center left 7px;
  padding-left: 35px;
}

.lang-switcher a {
  color: #000 !important;
  font-weight: bold;
}

#main-footer {
  background: #0c0c0c;
  color: #ffffff;
  position: relative;
  padding-top: 90px;
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  #main-footer {
    padding-top: 50px;
  }
}
#main-footer::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #252525;
  position: absolute;
  bottom: 60px;
}

.footer-section .footer-section--title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .footer-section .footer-section--title {
    margin-bottom: 10px;
  }
}
.footer-section .footer-section--text {
  font-weight: 500;
  font-size: 13px;
  line-height: 26px;
}

.footer-nav ul {
  list-style: none;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .footer-nav ul {
    padding-left: 0;
  }
}
.footer-nav a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.testimonial-section {
  background: #000 url("../images/backgrounds/testimonial-bg.jpg");
  background-size: cover;
  color: #ffffff;
  text-align: center;
  padding-top: 40px;
}
.testimonial-section .testimonial-section-title {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 60px;
}

.testimonial-item {
  max-width: 710px;
  margin: 0 auto;
}
.testimonial-item .img-container {
  width: 170px;
  height: 170px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}
.testimonial-item p {
  font-family: "Playfair Display", serif;
  font-size: 24px;
}
.testimonial-item .testimonial-name {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

#testimonialsCarousel {
  padding-bottom: 100px;
}

.carousel-indicators {
  align-items: center;
}
.carousel-indicators li {
  width: 6px;
  height: 6px;
  background-color: #5b5b5b;
  border-radius: 50%;
}
.carousel-indicators li.active {
  background-color: #fff;
  width: 10px;
  height: 10px;
}

.big-title {
  background: #000 url("../images/backgrounds/big-title-bg.jpg");
  background-size: cover;
  color: #ffffff;
  text-align: center;
  padding: 50px 10px;
}
@media (max-width: 767.98px) {
  .big-title {
    padding: 20px 10px;
  }
}
.big-title .big-title-text {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  text-shadow: rgba(0, 0, 0, 0.3) 5px 5px 10px;
}
@media (max-width: 767.98px) {
  .big-title .big-title-text {
    font-size: 21px;
  }
}

.partners-section {
  padding: 60px 0;
  background-color: #ededed;
}
.partners-section .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.partners-section .img-container img {
  max-width: 100%;
}

.card-overlay {
  padding: 200px 140px 30px 100px;
  color: #ffffff;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 15px 0;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
.card-overlay:after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, black 0%, rgba(0, 212, 255, 0) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .card-overlay {
    padding: 50px;
  }
}
.card-overlay .card-overlay-content {
  z-index: 1;
  position: relative;
}
.card-overlay .card-overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-overlay .card-overlay-title {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.card-overlay .card-overlay-text {
  font-weight: 500;
  font-size: 15px;
}

.contact-page {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-page-text {
  font-size: 15px;
  color: #5f5f5f;
}
.contact-page-text strong {
  color: #171717;
  font-weight: 500;
}
.contact-page-text h1 {
  font-size: 38px;
  font-weight: 700;
  color: #171717;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.form-control {
  border: none;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  padding: 0.375rem 1rem;
}

.map {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

body {
  font-family: "Work Sans", sans-serif;
}
body.fixed-body {
  padding-top: 102px;
}
@media (max-width: 767.98px) {
  body.fixed-body {
    padding-top: 76px;
  }
}

.mobile-cta {
  position: fixed;
  bottom: 5px;
  right: 10px;
  z-index: 3;
}
.mobile-cta > a {
  background-color: #eaa946;
  display: block;
  color: #ffffff !important;
  margin-bottom: 10px;
  padding: 0 40px 0 16px;
  text-align: center;
  border-radius: 25px;
  line-height: 36px;
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
}
.mobile-cta > a.mobile-cta-phone:after {
  content: url("../images/icons/phone-circle.png");
  position: absolute;
  right: 0;
}
.mobile-cta > a.mobile-cta-phone:after {
  content: url("../images/icons/phone-circle.png");
  position: absolute;
  right: 4px;
  top: 4px;
}
.mobile-cta > a.request-quote-btn:after {
  content: url("../images/icons/devis-circle.png");
  position: absolute;
  right: 4px;
  top: 4px;
}

.load-more {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  color: #171717;
  display: block;
  background-color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 35px 15px;
}

.light-bg {
  background-color: #f6f6f6;
}

.main-banner {
  position: relative;
}
.main-banner .bg-image {
  width: 100%;
}
@media (max-width: 767.98px) {
  .main-banner .bg-image {
    display: none;
  }
}
.main-banner .banner-item {
  position: absolute;
  z-index: 1;
  color: #ffffff;
  max-width: 380px;
  background-size: cover;
}
@media (min-width: 767.99px) {
  .main-banner .banner-item {
    background-image: none !important;
  }
}
@media (max-width: 900px) {
  .main-banner .banner-item {
    max-width: 240px;
  }
}
@media (max-width: 767.98px) {
  .main-banner .banner-item {
    max-width: none;
    position: initial;
    padding: 30px 15px;
  }
}
.main-banner .banner-item .banner-item--title {
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .main-banner .banner-item .banner-item--title {
    font-size: 20px;
  }
}
.main-banner .banner-item .banner-item--link {
  background-color: rgba(234, 169, 70, 0.5);
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  padding: 6px 11px;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}
.main-banner .banner-item .banner-item--link:hover {
  background-color: #eaa946;
}
@media (max-width: 767.98px) {
  .main-banner .banner-item .banner-item--link {
    font-size: 11px;
    padding: 5px 10px;
    background-color: rgba(234, 169, 70, 0.8);
  }
}
.main-banner .banner-item .banner-item--desc {
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .main-banner .banner-item .banner-item--desc {
    font-size: 14px;
  }
}
.main-banner .banner-item.top-left {
  top: 10%;
  left: 10%;
}
@media (max-width: 1180px) {
  .main-banner .banner-item.top-left {
    top: 5%;
    left: 5%;
  }
}
.main-banner .banner-item.top-right {
  top: 10%;
  right: 10%;
}
@media (max-width: 1180px) {
  .main-banner .banner-item.top-right {
    top: 5%;
    right: 5%;
  }
}
.main-banner .banner-item.bottom-center {
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767.98px) {
  .main-banner .banner-item.bottom-center {
    bottom: 5%;
  }
}

.page-title h1, .page-title h2 {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 15px;
}
@media screen and (max-width: 768px) {
  .page-title h1, .page-title h2 {
    font-size: 25px;
  }
}

.page-title-left {
  max-width: 700px;
}
.page-title-left h2 {
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 35px 0 28px;
  color: #454545;
  letter-spacing: 2px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-title-left h2 {
    font-size: 28px;
  }
}
.page-title-left p {
  font-size: 18px;
  font-weight: 500;
  color: #787777;
}

.description-card {
  padding-top: 30px;
}
.description-card h2 {
  font-size: 26px;
  color: #454545;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.description-card h3 {
  font-size: 20px;
  color: #eaa946;
  font-weight: 600;
  margin-bottom: 15px;
}
.description-card p {
  color: #5f5f5f;
  font-size: 15px;
  font-weight: 500;
}

.project-navigation {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}
.project-navigation a {
  text-transform: uppercase;
  font-size: 16px;
  color: #1d1d1d;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .project-navigation a {
    font-size: 14px;
  }
}
.project-navigation .previous-link::before {
  content: url("../images/icons/arrow-left.png");
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.project-navigation .next-link::after {
  content: url("../images/icons/arrow-right.png");
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.project-section {
  padding-top: 45px;
  color: #5f5f5f;
}
.project-section strong {
  color: #171717;
}
.project-section .project-title {
  color: #171717;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.dome-card {
  text-align: center;
  color: #5f5f5f;
}
.dome-card .dome-card-title {
  text-transform: uppercase;
  color: #9e9e9e;
  font-size: 24px;
  font-weight: 700;
}
.dome-card p {
  font-size: 12px;
  font-weight: 500;
}
.dome-card .img-container {
  height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.dome-card .img-container img {
  max-height: 100%;
}
.dome-card .btn-purple {
  background-color: #634696;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 20px;
  display: inline-block;
}
.dome-card.dc-immersive .dome-card-title {
  font-size: 30px;
}
.dome-card.dc-immersive p {
  font-size: 20px;
  font-weight: 400;
}

.tech-card {
  background-color: #ffffff;
}
.tech-card .img-container {
  text-align: center;
  height: 215px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.tech-card .img-container img {
  max-width: 100%;
}
.tech-card .tech-card-info {
  background-color: #343435;
  color: #ffffff;
  padding: 15px 30px;
  margin-bottom: 10px;
}
.tech-card .tech-card-info h4 {
  font-weight: 800;
  font-size: 46px;
}
.tech-card .tech-card-info ul {
  list-style: none;
  padding-left: 0;
  font-size: 20px;
}
.tech-card .img-container-link {
  background-color: #343435;
  text-decoration: none !important;
  color: #ffffff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 500;
  border-radius: 10px;
  padding: 15px 0;
  transition: 0.2s ease;
}
.tech-card .img-container-link:hover {
  background-color: #eaa946;
}

.about-us-section {
  background-color: #f6f6f6;
  text-align: center;
  padding: 60px 0;
}
.about-us-section p {
  font-size: 24px;
  color: #565656;
}
@media (max-width: 767.98px) {
  .about-us-section p {
    font-size: 14px;
  }
}
.about-us-section .about-us-icons {
  align-items: center;
}
.about-us-section .about-us-icons img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .about-us-section .about-us-icons img {
    max-width: 80px !important;
  }
}

.domo-nav-tabs {
  justify-content: space-between;
  align-items: stretch;
  gap: 25px;
  border-bottom: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .domo-nav-tabs {
    gap: 5px;
  }
  .domo-nav-tabs#support-tab {
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
  .domo-nav-tabs#support-tab .nav-item {
    min-width: 145px;
  }
}
.domo-nav-tabs .nav-item {
  flex: 1;
  min-width: 215px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .domo-nav-tabs .nav-item {
    min-width: auto;
  }
}
.domo-nav-tabs .nav-link {
  font-size: 20px;
  background-color: #ffffff;
  color: #000000;
  font-weight: 900;
  text-transform: uppercase;
  padding: 30px 15px;
  border: none;
  border-radius: 0;
  transition: 0.3s ease;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .domo-nav-tabs .nav-link {
    padding: 10px 7px;
    font-size: 14px;
    min-height: 65px;
  }
}
.domo-nav-tabs .nav-link.active {
  background-color: #eaa946;
  color: #ffffff;
}

.media-card {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.media-card .img-container {
  border-bottom: 1px solid #eee;
}
.media-card .img-container img {
  max-width: 100%;
}
.media-card .media-card-title {
  background-color: #ffffff;
  color: #000000;
  padding: 0 20px;
}
.media-card .media-card-title h5 {
  line-height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}

.domes-tab-desc {
  max-width: 600px;
  margin: 0 auto;
}
.domes-tab-desc p {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .domes-tab-desc p {
    font-size: 16px;
    margin-top: 10px;
    background: #eee;
    padding: 10px;
  }
}

.support-tap-item .img-container {
  border-bottom: 1px solid #eee;
}
.support-tap-item .img-container img {
  max-width: 100%;
}
.support-tap-item .support-tap-item-desc {
  background-color: #ffffff;
  color: #5f5f5f;
  font-size: 30px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .support-tap-item .support-tap-item-desc {
    font-size: 20px;
  }
}

.unstyled-link {
  text-decoration: none !important;
}

.mw-900 {
  max-width: 900px;
}

.instagram_profile {
  display: none !important;
}

/* Gallery */
.filtr-item {
  width: 25%;
  padding: 10px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .filtr-item {
    width: 50%;
  }
}

.filtr-item img {
  border-radius: 3px;
  width: 100%;
  margin-bottom: 0 !important;
  height: 160px;
  display: block;
}

.filterizr-filter {
  padding: 0 30px;
}
.filterizr-filter li {
  display: inline-block;
  background: #d7d7d7;
  color: #ffffff;
  padding: 5px 10px;
  margin-bottom: 5px;
  margin-right: 10px;
  cursor: pointer;
  outline: none;
  transition: 0.2s ease;
}
.filterizr-filter li.filtr-active {
  background: #eaa946;
}
.filterizr-filter .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  font-size: 0;
  width: 20px;
  height: 100%;
  background: url("../images/icons/arrow.png") no-repeat;
  background-size: contain;
  outline: none;
  border: none;
}
.filterizr-filter .slick-arrow.slick-prev {
  left: 0;
  top: -5px;
  transform: rotate(180deg);
}
.filterizr-filter .slick-arrow.slick-next {
  right: 0;
}
.filterizr-filter .slick-arrow.slick-disabled {
  opacity: 0.5;
}

.page-banner {
  position: relative;
  background: #000028;
  background: linear-gradient(90deg, rgba(0, 0, 40, 0.8) 35%, rgba(0, 212, 255, 0) 100%), url("../images/backgrounds/glamping-bg.jpg") no-repeat;
  background-size: cover;
  min-height: 380px;
  display: flex;
  align-items: center;
}
.page-banner .page-banner-content {
  max-width: 750px;
  color: #ffffff;
}
.page-banner .page-banner-content h2 {
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 35px 0 28px;
  letter-spacing: 2px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-banner .page-banner-content h2 {
    font-size: 28px;
  }
}
.page-banner .page-banner-content p {
  font-size: 18px;
  font-weight: 500;
}

/*# sourceMappingURL=styles.css.map */
