/*
Theme Name: Twenty Twenty One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires PHP: 5.6
Version: 1.0.0
Template: twentytwentyone
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio.
*/


@charset "UTF-8"; 


@font-face {
    font-family: 'DM Sans';
    src: url('assets/fonts/DMSans-Italic.eot');
    src: url('assets/fonts/DMSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DMSans-Italic.woff2') format('woff2'),
        url('assets/fonts/DMSans-Italic.woff') format('woff'),
        url('assets/fonts/DMSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('assets/fonts/DMSans-Medium.eot');
    src: url('assets/fonts/DMSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DMSans-Medium.woff2') format('woff2'),
        url('assets/fonts/DMSans-Medium.woff') format('woff'),
        url('assets/fonts/DMSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('assets/fonts/DMSans-Bold.eot');
    src: url('assets/fonts/DMSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DMSans-Bold.woff2') format('woff2'),
        url('assets/fonts/DMSans-Bold.woff') format('woff'),
        url('assets/fonts/DMSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('assets/fonts/DMSans-Regular.eot');
    src: url('assets/fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DMSans-Regular.woff2') format('woff2'),
        url('assets/fonts/DMSans-Regular.woff') format('woff'),
        url('assets/fonts/DMSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tusker Grotesk 5700';
    src: url('assets/fonts/TuskerGrotesk-5700Bold.eot');
    src: url('assets/fonts/TuskerGrotesk-5700Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/TuskerGrotesk-5700Bold.woff2') format('woff2'),
        url('assets/fonts/TuskerGrotesk-5700Bold.woff') format('woff'),
        url('assets/fonts/TuskerGrotesk-5700Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}






body { margin: 0;
font-weight: 400;
font-size:24px; line-height:31px;
   font-family: 'DM Sans';
  color: #fff;
 
  }
body {
    background: #0F1618;
}
a {color: #fff;}
a:hover {color: #40BFEF;}
a, a:hover {text-decoration: none;}
section { position: relative; }
img {
    max-width: 100%;
    height: auto;
}
button.dropdown-toggle{display:none;}
li {list-style-type: none;}
h1 {font-family: 'Tusker Grotesk 5700';
    font-weight: 700;}
h2, h3, h6, h5 {
    font-family: 'Tusker Grotesk 5700';
    font-weight: 700;
    color: #40BFEF;
}

h1, h2 {font-size:72px; line-height:82px; letter-spacing: 0; text-transform: uppercase;}
h3 {font-size:60px; line-height:72px; letter-spacing: 0;}
h4 {font-size:40px; line-height:52px; font-family: 'DM Sans';}
h5 {font-size:30px; line-height:1em;}
h6 {font-size:24px; line-height:1em;}



p{padding:0px;margin: 0 0 20px 0;}
ul, ol{ margin:0 0 0 0px; padding:0px;}

.cmn-blk-header h2 {color: #000000;}

/**Header**/
.header-main .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}
.header-main {
    padding: 30px 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: transparent;
}
.main-header.fixed-header .header-main {
    padding: 20px 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
        background: #000;
        background: transparent linear-gradient(119deg, #FFFFFF66 0%, #FFFFFF0D 100%) 0% 0% no-repeat padding-box;
    
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}
.fixed-body .main-header.fixed-header .header-main {
    backdrop-filter: none;
}
.header-logo img {
  width: 186px;
}
.main-header.fixed-bar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.cmn-btn {
    font-size: 20px;
    line-height: 26px;
    font-family: 'DM Sans';
    font-weight: 500;
    color: #fff;
    background: #40BFEF;
    padding: 22.9px 46.3px;
    text-transform: none;
    display: inline-block;
    z-index: 99;
    position: relative;
    border-radius: 50px;
    border: 2px solid #40BFEF;
    letter-spacing: 0;
}
.cmn-btn i {
    padding-left: 20px;
}
.cmn-btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.cmn-border-btn {
  color: #40BFEF;
  background: transparent;
}
.cmn-border-btn:hover {
  color: #111;
  background: #40BFEF;
}

.cmn-white-btn {
    background: #fff;
    color: #222;
    border-color: #fff;
}

.cmn-white-btn:hover {
    background: #40BFEF;
    border-color: #40BFEF;
}
.partners-sec h4 {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    margin-bottom: 100px;
}
.cmn-space-sec {
    padding: 150px 0;
}


 /**header menu***/
 .fixed-bar.fixed-header::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, rgb(0,0,0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
nav#site-navigation {  clear: both;}
.toggle-menu{font-size:30px;text-align:right;color:#000;    line-height: 0;cursor: pointer;}
.sticky-nav {
    height: 100vh;
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sticky-nav-container {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-navigation ul li a {
    display: inline-block;
    line-height: 60px;
    font-size: 56px;
    margin: 0 0 12px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    font-family: 'Tusker Grotesk 5700';
}
span.menu-item-title {
    font-weight: bold;
    color: #90ACBA;
    font-size: 28px;
    margin-bottom: 28px;
    display: block;
}
.main-navigation li a:hover{color:#40BFEF;}
.main-navigation li a::before, .privacy-links li a::before {
  position: absolute;
  left: 0;
  top: 100%;
  display: inline-block;
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: none;
}
.main-navigation li a:hover::before, .privacy-links li a:hover::before {
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.svg-inline--fa { display: inline-block; font-size: inherit; height: 1em; overflow: visible; vertical-align: -.125em;}
.sticky-in {
  left: 0;
}
/*.fixed-body {   position: relative;  height: 100%; overflow: hidden; margin-right: 20px; }
.fixed-body .main-header {
    padding-right: 20px;
}*/

.fixed-body {   position: relative;  height: 100%; overflow: hidden; }

.toggle-menu {
    cursor: pointer;
    background: #40BFEF;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999999;
}
.toggle-menu.close-toggle {
    background: transparent;
}
#nav-icon{width:30px;height:22px;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;z-index: 999999;display: block;}
#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
/*#nav-icon span{display:block;position:absolute;height:1px;width:100%;background: #fff;)
 border-radius:0px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}
#nav-icon span:nth-child(1){top:20px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
#nav-icon span:nth-child(2){top:29px;width: 100%;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
#nav-icon.close-icon span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:0;left:8px;}
#nav-icon.close-icon span:nth-child(2){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:38px;left:8px; width: 100%;}*/
div#nav-icon4:hover span{-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;transition:.25s ease-in-out;}

#nav-icon span:nth-child(1) {
    top: 0px;
    width: 20px;
}
#nav-icon span:nth-child(2){top: 10px;}
#nav-icon span:nth-child(3) {
    top: 20px;
    width: 20px;
    right: 0;
    left: auto;
}
#nav-icon.close-icon span:nth-child(1){
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 100%;
}
#nav-icon.close-icon span:nth-child(2){
  opacity: 0;
  left: 60px;
}
#nav-icon.close-icon span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 100%;
}

#nav-icon::after {
    content: "Menu";
    text-transform: uppercase;
    padding-left: 26px;
    position: absolute;
    top: 50%;
    color: #40BFEF;
    font-size: 16px;
    font-weight: normal;
    left: auto;
    line-height: 16px;
    transform: translateY(-50%);
    letter-spacing: 1.8px;
    display: none;
}
.close-toggle #nav-icon::after {
  display: none;
}
.header-logo, .header-right {
  z-index: 999;
}
.social-links.nav-social-links {
    position: absolute;
    bottom: 80px;
}
.social-links.nav-social-links  ul li a {
    font-size: 18px;
}
.header-right img {
    display: none;
}
.main-navigation-menu ul li a {
    font-size: 39px;
    line-height: 40px;
}
.hamburger-menu-img img {
    max-height: 560px;
    border-radius: 30px;
}

.hamburger-menu-content {
    margin-top: 45px;
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
}

.hamburger-menu-content p, .hamburger-menu-content ul li a {
    color: #90ACBA;
    font-weight: normal;
    font-size: 28px;
    line-height: normal;
}

.hamburger-menu-left {
    padding-right: 50px;
    max-width: 360px;
}

.diensten-nav {
    padding-right: 100px;
}

.sticky-nav-container {
    background: transparent linear-gradient(119deg, #FFFFFF66 0%, #FFFFFF0D 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    -webkit-backdrop-filter: blur(40px);backdrop-filter: blur(40px);
    margin: 20px;
    padding: 170px 120px!important;
     display: flex;
    justify-content: space-between;
    height: calc(100% - 40px);
}
.main-navigation-menu {
    padding-right: 150px;
}



/*Banner css*/
.banner-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 500px 0 580px;
    position: relative;
}
.banner-inner {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    max-width: 910px;
    z-index: 1;
        padding-left: 10px;
    padding-right: 10px;
}
.banner-slide::after, .sub-banner::after {
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.3;
  left: 0;
  top: 0;
}
.banner-title {
    font-size: 105px;
    color: #fff;
    line-height: 100px;
    font-family: 'DM Sans';
    font-weight: 900;
    margin-bottom: 0;
}
.banner-btns .btn {
    margin: 0 10px;
}
.swiper-pagination {
    margin-bottom: 40px;
}
.swiper-pagination-bullet {
    background: #000;
    margin-left: 7px !important;
    margin-right: 7px !important;
}
.swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash linear 120s;
  animation-iteration-count: unset;
}
.path {
  display: none;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}



/*Artists sec*/
.artists .row {
  margin-left: -16px;
  margin-right: -16px;
}
.artists div[class*="col-"] {
  padding-left: 16px;
  padding-right: 16px;
}
section.artists {
    margin-top: -120px;
}
.artists .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    padding: 30px 30px 30px;
    overflow: hidden;
    display: flex;
    align-items: end;
    position: relative;
    color: #fff;
    border-radius: 40px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.artists .item::before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0.35;
}
.overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    font-size: 0;
}

.onze-title h2 {
    position: relative;
}

.artists .item:hover {
    filter: none;
}

.artists .item:hover .onze-title h2 {
    color: #40BFEF;
}

.onze-item-link a {
    background: #40BFEF;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(-45deg);
    opacity: 0;
}

.artists .item:hover .onze-item-link a {
    opacity: 1;
}


/*Story sec*/
.cmn-header {
    margin-bottom: 70px;
}

.story-sec .container {
  max-width: 940px;
  width: 100%;
  text-align: center;
}
.story-sec p:last-child {
    margin-bottom: 0;
}

/*Cases*/
.cases-sec-wrap .swiper-slide {
    border-radius: 40px;
    overflow: hidden;
}

.cases-slider-item.swiper-slide {
    padding: 45px 55px;
}

.cases-slider-item.swiper-slide h2 {
    color: #fff;
    font-family: 'DM Sans';
    text-transform: none;
    max-width: 590px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.categories span {
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  padding: 9px 20px;
 font-family: 'DM Sans';
  display: inline-block;
  font-weight:500;
}

.categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.categories {
    margin-bottom: 350px;
    position: relative;
    z-index: 1;
}
.cases-slider-item.swiper-slide::after {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.2;
    left: 0;
    top: 0;
     border-radius: 40px;
}
/*Partners*/
.partners-listing ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -51px;
    margin-right: -51px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
              -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;
}
.partners-listing ul li {
    padding-left: 51px;
    padding-right: 51px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
    margin-bottom: 0;
    text-align: center;
}
.partners-listing ul li img {
  max-height: 100px;
}

.prev-btn, .next-btn {
    position: absolute;
    top: -0px;
    z-index: 99999999999;
    width: 75px;
    height: 75px;
    display: block;
    border: 1px solid #1b1d1e;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    line-height: 75px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background: #354A53;
    right: 0;
}
.prev-btn {
    right: 85px;
}
.shows-sec-header {
    margin-bottom: -85px;
}
.prev-btn:hover, .next-btn:hover {
    background: #40BFEF;
}
.cases-sec-wrap {
    margin-top: 130px !important;
}
span.cases-cat-head {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 6px;
    display: block;
    color: #40BFEF;
}
.swiper-slide.testimonial-slides {
    background: #586E76 0% 0% no-repeat padding-box;
    border-radius: 50px;
    padding: 40px 45px;
}
.star-icons i:not(:last-child) {
    margin-right: 4px;
}
h6.testimonial-title {
    font-size: 24px;
    margin: 0;
    color:#fff;
    font-family: 'DM Sans';
}
.star-icons {
    margin: 0 0 16px;
    color: #40BFEF;
}
.testimonial-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.testimonial-section .swiper-slide.testimonial-slides {
    height: auto;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
}
.review-details {
    margin-top: 50px;
}

/*Accordion css start*/
@media (min-width: 768px) {
    .row_flex {
         display: flex;
    gap: 15px;
  }
  .row_inner { 
  width: 60%;
  }
  .row_inner.accordion_images {
    width: 40%;
}
  .row_inner img { 
  width: 100%;
  }
   .accordion_image  {
        display: none;
      }
}

.accordion_images {position: relative; }

.accordion_images img {
    opacity: 0;
    transition: 0.3s;
    border-radius: 30px;
   max-height: 100%;
    height: 100%;
    object-fit: cover;
}

.accordion_images img:not(:first-child)  {
     position: absolute;
      left: 0;
      top: 0;
}
.accordion_images img.active {
    opacity: 1;
    
}
.accordion {
    width: 100%;
    overflow: hidden;
    margin-bottom: 22px;
    background: #586E76 0% 0% no-repeat padding-box;
    border-radius: 35px;
    padding: 30px;
}
.accordion:last-child {
    margin-bottom: 0;
}
  .accordion_intro {
    position: relative;
    padding: 0;
    cursor: pointer;
}

  .accordion_content {
    color: #fff;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: all 0.25s ease-out;
    opacity: 0;
    
    }
    
  
  
@media (max-width: 767px) {
    .accordion_images {
         display: none;
    }   
    .accordion_image {
        display: block;
        margin-top: 20px;
    }
    
}
.accordion_active .accordion_content {
    padding: 0;
    opacity: 1;
    padding-top: 20px;
     max-height: 100% !important;
}
.accordion_content p a {
    color: #40BFEF;
    text-decoration: underline;
}
.accordion h4 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
}
.accordion p {
    color: #fff;
    margin: 0;
}
.faq-header-left {
    padding-right: 90px;
}

.faq-header-right p {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 0;
}

.faq-header-right {
    padding-right: 100px;
}

.faq-header {
    margin-bottom: 50px;
}
.faq-outer {
    background: #354A53 0% 0% no-repeat padding-box;
    border-radius: 30px;
    padding: 60px;
}
span.faq-icon::before {
    position: absolute;
    content: "\f063";
    font-size: 12px;
    color: #fff;
    display: flex;
    font-family: "Font Awesome 6 Pro";
    right: 0;
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    top: -7px;
}
.accordion_active span.faq-icon::before {
    content: "\f00d";
}

/*Accordion css end*/


/*Snapshot section*/
section.snapshot-sec {
    overflow: hidden;
}
.swiper-slide img {
  border-radius: 25px;
  width: 440px;
  height: 440px;
  object-fit: cover;
  cursor: pointer;
}
.snapshot-rtl-slider, .snapshot-ltr-slider {
    overflow: visible;

}


/*Cat content section*/
.cases-cat-content p:last-child {
    margin-bottom: 0;
}

.cases-cat-content {
    margin-bottom: 80px;
}

.cases-cat-content:last-child {
    margin-bottom: 0;
}

.cases-cat-content h5 {
    font-family: 'DM Sans';
    margin-bottom: 10px;
    display: block;
}
.cases-cat-content ul li {
    position: relative;
    padding-left: 24px;
}

.cases-cat-content ul li:before {
    content: '';
    background: #fff;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 9px;
}


/*Video section*/
.video-sec-inner  .cases-slider-item {
    border-radius: 50px;
    overflow: hidden;
    padding: 45px 55px;
    min-height: 650px;
    position: relative;
}
.video-play-btn {
    background: #40BFEF;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 50px;
    position: absolute;
    top: 50px;
    right: 50px;
    color: #fff;
    border:none;
}

.video-play-btn:hover {
    color: #fff;
    background: #40bfefeb;
}
.video-outer {
    position: relative;
    padding-bottom: 56%;
}

.video-outer iframe {
    position: absolute;
}

.modal-content button.btn-close {
    position: absolute;
    right: -20px;
    background-color: #fff;
    opacity: 1;
    border-radius: 100px;
    font-size: 18px;
    height: 30px;
    width: 30px;
    top: -20px;
    z-index: 9;
    border: 2px solid #40BFEF;
}

.modal-body {
    padding: 0;
}


/*Service page*/
section.service-sec h2 {
    margin-bottom: 20px;
}
section.service-sec h2 {
    margin-bottom: 15px;
}

section.service-sec .row:nth-of-type(2n) {
    flex-direction: row-reverse;
}

section.service-sec .row {
    margin-bottom: 120px;
}

.service-right {padding-left: 90px;}

section.service-sec .row:nth-of-type(2n) .service-right {
    padding-right: 50px;
}

.service-left img {
    width: 540px;
    height: 540px;
    border-radius: 30px;
    object-fit: cover;
}

.service-right p {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

/*Banner bar*/
.banner-bar-listing ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

section#banner-bar {
    background: #40BFEF;
    padding: 18px 0;
}

.banner-bar-listing ul li span {
    font-weight: 500;
    font-size: 30px;
}

.banner-bar-listing ul li i {
    margin-right: 5px;
    font-size: 28px;
}
.banner-bar-listing ul li {
    padding-right: 10px;
}

.banner-bar-listing ul li:last-child {
    padding-right: 0;
}


/*Event sec*/
.event-right ul {
    display: flex;
    margin-left: -24px;
    margin-right: -24px;
}

.event-right {
    padding-left: 30px;
}

.event-right ul li {
    padding-left: 24px;
    padding-right: 24px;
}

.service-item-img img {
    border-radius: 30px;
    min-height: 350px;
    object-fit: cover;
    width: 100%;
}

.service-item-img {
    margin-bottom: 40px;
}

.event-right h5 {
    color: #fff;
    font-family: 'DM Sans';
}

.event-right span.designation-block {
    display: block;
    color: #586E76;
    font-size: 30px;
}

.event-right a {
    color: #40BFEF;
    margin-top: 22px;
    display: block;
    text-decoration: underline;
}

.event-left h2 {
    margin-bottom: 35px;
}

/*Contact form*/
.contact-left {
    padding-right: 40px;
}
.contact-left h5 {
    color: #fff;
    font-family: 'DM Sans';
    margin-bottom: 40px;
    line-height: 40px;
}
.form-row-outer {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}

.contact-form .form-row input[type="text"], .contact-form .form-row input[type="tel"], .contact-form  .form-row input[type="email"], 
.contact-form .form-row textarea, .contact-form .form-row select {
  border: 1px solid #DFDFDF;
    border-radius: 50px;
  background: transparent;
  color: #fff;
  width: 100%;
  padding: 20.2px 18px 20.2px 28px;
  line-height: normal;
  font-weight: normal;
  font-size: 18px;
}
.contact-form .form-row textarea {
  resize: none;
  height: 137px;
  border-radius: 25px;
}
.contact-form .form-row {
  margin-bottom: 10px;
}
.contact-form .form-row input:focus, .contact-form .form-row textarea:focus {
  outline: none;
}
.contact-form .form-row input[type="submit"] {
    width: 100%;
    border-radius: 50px;
    letter-spacing: 0;
    color: #fff;
    background: #40BFEF;
    font-weight: 500;
   font-family: 'DM Sans';
    padding: 22.9px 13px;
    font-size: 20px;
    line-height: 26px;
}
.contact-form .form-row p {
    margin: 0;
}
.contact-form .form-row input[type="submit"]:hover {
    background: #fff;
    color: #000;
}
.form-row-block {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}
.form-row-block .form-row {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}


.contact-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}
.contact-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 16px;
}
.contact-form .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    margin-left: -7px;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
        font-size: 18px;
}
.contact-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::before {
    content: "\f077";
}
.contact-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 19px 16px;
    width: 100%;
    display: block;
    position: relative;
    font-size: 18px;
    padding-right: 38px;
    color: #fff;
    padding-left: 28px;
}
.contact-form .select2-selection.select2-selection--single {
    border-radius: 50px;
    border: 1px solid #DFDFDF;
    background: transparent;
    height: auto;
}
.contact-form .select2.select2-container {
    width: 100% !important;
    text-align: left;
}
.select2-container--default .select2-results > .select2-results__options {
  background: #fff;
  box-shadow: 4px 4px 20px #dedede;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 18px;
  padding: 10px;
}
.select2-container--default .select2-results > .select2-results__options .select2-results__option {
  padding-left: 15px;
  font-size: 18px;
  color: #000 !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background: #40BFEF !important;
  color: #fff !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #E9E3EC !important;
  color: #fff !important;
}

span.select2-search.select2-search--dropdown {
    display: none;
}


.wpcf7-not-valid-tip {
    font-size: 16px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232;
    font-size: 18px;
    text-align: center;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
    border: 2px solid #40BFEF;
}


::placeholder {color: #fff;}



/*Sub pages banner*/
.sub-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 280px;
    padding-bottom: 140px;
}
.sub-banner .sub-banner-inner {
  z-index: 1;
  position: relative;
}
.sub-banner-inner h1 {
  margin: 0;
}



/*Common page css*/
.cmn-page-data ul, .cmn-page-data ol, .cmn-page-data p {
  margin-bottom: 30px;
}
.cmn-page-data p:last-child {
  margin-bottom: 0;
}
.cmn-page-data ul li, .cmn-page-data ol li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 5px;
}
.cmn-page-data ul li::before, .cmn-page-data ol li::before {
  content: '';
  background: #40BFEF;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50px;
}
.cmn-page-data h2, .cmn-page-data h3, .cmn-page-data h4, .cmn-page-data h5, .cmn-page-data h6 {
    margin-bottom: 20px;
}

/*404 page*/
.error404 .cmn-header {
    margin-bottom: 40px;
}


/*Footer css*/
.site-footer {
    background: #354A53;
    border-radius: 0;
    padding: 150px 0 32px;
}
.footer-inner p, .footer-inner p a {
    margin: 0;
    color: #fff;
}
.footer-inner p a:hover {
    color: #40BFEF;
}
.footer-logo img {
  width: 306px;
}
.social-links {
    margin: 0;
}
.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social-links ul li {
    display: inline-block;
    margin-right: 15px;
}
.social-links ul li a {
    height: 75px;
    width: 75px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100px;
    padding: 1px;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #111;
}
.social-links ul li a:hover {
    background: #40BFEF;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.copyright-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
}

.copyright-menu ul li {
    display: inline-block;
    margin-right: 50px;
    margin-left: 0;
}

div#copyright-text p {
  margin: 0;
}

div#copyright-text a {
  color: #fff;
}

div#copyright-text a:hover {
  color: #40BFEF;
}
.footer-item h4 {
    margin-bottom: 22px;
}
.footer-menu .footer-nav li {
    line-height: 52px;
    font-size: 40px;
    font-weight: 500;
}

.newsletter-form-col {
    padding-left: 120px;
}


footer {position: relative;}


/**prodict slider***/
.swiper-slide.products-slides {
    background: #586E76;
    border-radius: 50px;
    padding: 45px 45px;
}


.products-items h3 {
    font-family: 'DM Sans';
    font-size: 24px;
    line-height: 30px;
    color: #fff;
	margin:0 0 16px;
}

.product-img {
	height:310px;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 0 30px;
}
.swiper-slide .product-img img{width:100%;height:100%;background-size:cover;border-radius:0px;}
.price-details {
    margin: 0 0 24px;
}
.price-details span.price {
    font-size: 32px;
    line-height: 32px;
	margin-left:8px;
}
.price-details {
    font-size: 16px;
}
.section-title-wrap {
    position: relative;
    margin: 0 0 56px;
    text-align: center;
}
.price-details {
    display: flex;
    align-items: center;
}
.products-items .cmn-btn {
    padding: 10px 28px;
}
.section-title-wrap span.prev-btn, .section-title-wrap span.next-btn {
    z-index: 99!important;
}
	.swiper-slide.products-slides {
    height: auto;
}
.products-items {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}
@media (min-width: 768px){
.products-items {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}
}
@media (min-width: 992px){
.header-nav {
    width: 200px;
}

}

@media (min-width: 1200px){
.container.container-small {
  max-width: 1140px;
}
}

@media (min-width: 1400px){
.container {
  max-width: 1334px;
}
.container.container-small {
  max-width: 1290px;
}

}


@media (min-width: 1700px){
.container {
  max-width: 1640px;
}
}

@media (min-width: 2000px){
.snapshot-rtl-slider .swiper-slide img {
    width: 100%;
}
}


@media (max-width: 1800px) {
.sticky-nav-container {
    padding: 80px 120px!important;
}
 .social-links ul li a {
    height: 60px;
    width: 60px;
}
.newsletter-form-col {
    padding-left: 60px;
}
h1, h2 {
    font-size: 60px;
    line-height: 72px;
}

.faq-header-left {
    padding-right: 0px;
}

.faq-header-right {
    padding-right: 0;
}
.faq-header {
    margin-bottom: 40px;
}
.banner-bar-listing ul li span {
    font-size: 24px;
}
.banner-bar-listing ul li i {
    font-size: 25px;
}


}

@media (max-width: 1600px) {
.main-navigation ul li a {
    line-height: 45px;
    font-size: 36px;
}
.diensten-nav {
    padding-right: 60px;
}
.main-navigation-menu {
    padding-right: 60px;
}
.hamburger-menu-img img {
    max-height: 400px;
}
.swiper-slide.testimonial-slides {
    padding: 30px 25px;
}
.review-details {
    margin-top: 20px;
}
.hamburger-menu-content {
    padding-right: 0;
}

.contact-left {
    padding-right: 0;
}
.contact-left h5 {
    margin-bottom: 20px;
}
.swiper-slide.products-slides {
    padding: 30px 25px;
}
}


@media (max-width: 1400px) {
.main-navigation ul li a {
    line-height: 34px;
    font-size: 32px;
}
span.menu-item-title {
    font-size: 24px;
    margin-bottom: 18px;
}
.cmn-space-sec {
  padding: 100px 0;
}

.banner-title {
    font-size: 80px;
    line-height: 80px;
}
.banner-slide {
  padding: 350px 0 350px;
}
.social-links.nav-social-links {
  bottom: 30px;
}
 .hamburger-menu-img img {
    max-height: 380px;
}
.hamburger-menu-left {
    padding-right: 20px;
    max-width: 300px;
}
.hamburger-menu-content {
    padding-right: 0;
}
.hamburger-menu-content p, .hamburger-menu-content ul li a {
    font-size: 24px;
}
.main-navigation-menu ul li a {
    font-size: 30px;
    line-height: 34px;
}
.sticky-nav-container {
    padding: 60px 80px!important;
}
.hamburger-menu-img img {
    max-height: 300px;
}

.hamburger-menu-right li a {
    white-space: nowrap;
}
.social-links ul li a {
    height: 50px;
    width: 50px;
}

h4 {
    font-size: 32px;
    line-height: 40px;
}
.social-links {
    margin-top: 15px;
}
.footer-menu .footer-nav li {
    line-height: 46px;
    font-size: 32px;
}
.site-footer {
    padding: 100px 0 32px;
}
h1, h2 {
    font-size: 45px;
    line-height: 58px;
}
.faq-header-right p {
    font-size: 24px;
    line-height: 32px;
}
.accordion {
    border-radius: 25px;
    padding: 20px 20px;
}
.partners-listing ul li img {
    max-height: 80px;
}
.artists .item {
    height: 400px;
}
.prev-btn, .next-btn {
    width: 58px;
    height: 58px;
    line-height: 58px;
}
.shows-sec-header {
    margin-bottom: -75px;
}
.cases-sec-wrap {
    margin-top: 100px !important;
}
.partners-listing ul {
    margin-left: -40px;
    margin-right: -40px;
}
.partners-listing ul li {
    padding-left: 40px;
    padding-right: 40px;
}
.prev-btn {
    right: 70px;
}
.banner-bar-listing ul li span {
    font-size: 19px;
}
.banner-bar-listing ul li i {
    font-size: 20px;
}
.service-right {
    padding-left: 20px;
}
section.service-sec .row:nth-of-type(2n) .service-right {
    padding-right: 20px;
}
section.service-sec .row {
    margin-bottom: 100px;
}
.service-left img {
    width: 450px;
    height: 450px;
}
.service-item-img img {
    min-height: 280px;
}
.service-item-img {
    margin-bottom: 30px;
}
.event-right span.designation-block {
    font-size: 26px;
}

}




@media (max-width:1199px){
    .main-navigation ul li a {
    line-height: 40px;
    font-size: 40px;
  }

  .social-links {
  margin: 30px 0;
}
.footer-logo img {
  width: 220px;
}
h1, .heading-decor {
  font-size: 70px;
  line-height: 72px;
}
.cmn-header {
  margin-bottom: 30px;
}
h3 {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 2px;
}
.event-date-holder-inner .event-day-holder {
  font-size: 70px;
  line-height: 40px;
  letter-spacing: 3px;
  margin: 10px 0;
}
span.event-meals {
  font-size: 24px;
  line-height: 28px;
}

.event-meals-block {
  margin-bottom: 15px;
}
.events-sec-wrap .event-title-holder {
  padding-left: 30px;
}

.sub-banner {
  padding-top: 200px;
  padding-bottom: 120px;
}
.hamburger-menu-img img {
    max-height: 280px;
}
.hamburger-menu-content {
    margin-top: 25px;
}
.hamburger-menu-content p, .hamburger-menu-content ul li a {
    font-size: 20px;
}
.main-navigation ul li a {
    line-height: 34px;
    font-size: 30px;
}

.header-main {
    padding: 20px 0;
}
.cmn-btn {
    padding: 16.9px 30.3px;
}
.contact-form .form-row input[type="submit"] {
    padding: 16.9px 13px;
}
.toggle-menu {
    width: 60px;
    height: 60px;
}
.cmn-btn i {
    padding-left: 10px;
}

.newsletter-form-col {
    padding-left: 0;
    margin-top: 40px;
}
.copyright-wrapper {
    margin-top: 20px;
}
.footer-menu {
    margin-left: 0;
}
.partners-listing ul {
    margin-left: -25px;
    margin-right: -25px;
}
.partners-listing ul li {
    padding-left: 25px;
    padding-right: 25px;
}
.partners-sec h4 {
    margin-bottom: 70px;
}
body, p, .faq-header-right p, .service-right p {
    font-size: 20px;
    line-height: 26px;
}
span.cases-cat-head {
    font-size: 26px;
}
h4 {
    font-size: 28px;
    line-height: 36px;
}
.categories {
    margin-bottom: 250px;
}
.faq-outer {
    padding: 40px;
}
.prev-btn {
    right: 70px;
}
h5 {
    font-size: 26px;
    line-height: 36px;
}
.video-sec-inner  .cases-slider-item {
    min-height: 460px;
      padding: 45px 55px;
}
.video-play-btn {
    width: 100px;
    height: 100px;
    font-size: 35px;
    top: 40px;
    right: 40px;
}
.cases-cat-content {
    margin-bottom: 40px;
}


section#banner-bar {
    padding: 12px 0 8px;
}
.banner-bar-listing ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.banner-bar-listing ul li {
    margin-bottom: 8px;
    padding-left: 10px;
}
/*.service-right p {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}*/
.service-item-img img {
    min-height: 230px;
}
.event-right a {
    margin-top: 12px;
}
.service-left img {
    width: 380px;
    height: 380px;
}
.video-sec-inner .cases-slider-item {
    padding-right: 120px !important;
}


}

@media (max-width:1023px){
.hamburger-menu-content {
    display: block;
}
.sticky-nav-container {
    padding: 60px 60px!important;
}
.main-navigation-menu {
    padding-right: 30px;
}
.diensten-nav {
    padding-right: 30px;
}
}

@media (max-width:991px){
.banner-title {
  font-size: 60px;
  line-height: 60px;
}
.cmn-btn {
    font-size: 18px;
    line-height: 24px;
    padding: 12.9px 20px;
    letter-spacing: 0;
}
.banner-slide {
  padding: 350px 0 300px;
}
.main-navigation ul li a {
  line-height: 32px;
  font-size: 32px;
}
.header-logo img {
  width: 130px;
}

.cmn-space-sec {
  padding: 60px 0;
}

.footer-logo img {
  width: 160px;
}
.site-footer {
  padding: 60px 15px 40px;
}
h2 {
  font-size: 45px;
  line-height: 55px;
}
.events-sec-wrap .event-buy-tickets-holder {
  width: 22%;
}
.events-sec-wrap .event-title-holder {
  width: 66%;
}
.events-sec-wrap li {
  padding: 35px 0;
}
h3 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1px;
}
h1 {
  font-size: 50px;
  line-height: 52px;
}
.event-month-holder, .event-days-holder {
  font-size: 25px;
  line-height: 35px;
}
.event-date-holder-inner .event-day-holder {
  font-size: 53px;
  line-height: 30px;
}
span.event-meals {
  font-size: 20px;
  line-height: 24px;
}
.event-meals-block {
  margin-bottom: 10px;
}
.events-sec-wrap .event-title-holder h3 {
  margin-bottom: 15px;
}
.events-sec-wrap .event-title-holder {
  padding-left: 20px;
}


.sub-banner {
  padding-top: 180px;
  padding-bottom: 100px;
}
.hamburger-menu-img img {
    max-height: 240px;
}
.main-navigation ul li a {
    line-height: 28px;
    font-size: 26px;
}
.sticky-nav-container {
    padding: 70px 30px!important;
}
.footer-menu .footer-nav li {
    line-height: 38px;
    font-size: 26px;
}
h4 {
    font-size: 26px;
    line-height: 32px;
}
.copyright-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.copyright-menu ul li {
    display: inline-block;
    margin-right: 13px;
    margin-left: 13px;
}
.artists div[class*="col-"] {
    margin-bottom: 30px;
}
.artists div[class*="col-"]:last-child {
    margin-bottom: 0;
}
h2 {
    font-size: 38px;
    line-height: 46px;
}
.cases-slider-item.swiper-slide {
    padding: 35px 35px;
}
.faq-outer {
    padding: 30px;
}
.partners-sec h4 {
    margin-bottom: 40px;
}
.shows-sec-header {
    margin-bottom: -65px;
}

.social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.newsletter-form-col {
    text-align: center;
}
.contact-left {
    margin-bottom: 40px;
}
.copyright-wrapper {
    margin-top: 0;
}

div#copyright-text {
    margin-top: 10px;
}
.video-sec-inner  .cases-slider-item {
    min-height: 390px;
    padding: 35px 35px;
    border-radius: 30px;
}
.categories ul {
    gap: 11px;
}
.cases-cat-left {
    margin-bottom: 30px;
}

.service-left img {
    width: 100%;
    height: auto;
}

.service-left {
    margin-top: 30px;
}
.service-right {
    padding-left: 0;
}
section.service-sec .row {
    margin-bottom: 60px;
}
section.service-sec .row, section.service-sec .row:nth-of-type(2n) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
}
.event-right {
    padding-left: 0;
}
.event-left {
    margin-bottom: 40px;
}
.event-left h2 {
    margin-bottom: 20px;
}

}


@media (min-width: 768px) and (max-width: 991px) {
  .header-nav {
    width: 157px;
  }
}


@media (max-width:767px){
 .header-right img {
  display: block;
  width: 34px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header-right a:hover img {
  filter: none;
}
.header-right .cmn-btn {
    font-size: 0;
    line-height: normal;
    padding: 8px 11px;
    border-radius: 50px;
    text-align: center;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
}
.header-right i.fa-solid.fa-phone {
    font-size: 20px;
    padding: 0;
}

.header-right i.fa-regular.fa-arrow-right {
    display: none;
}
.header-logo img {
  width: 130px;
}
#nav-icon span:nth-child(1) {
  top: 3px;
}
#nav-icon span:nth-child(3) {
  top: 18px;
}
#nav-icon {
  width: 24px;
}
.toggle-menu {
  width: 44px;
  height: 44px;
}
.header-main {
  padding: 20px 0;
}
.main-header.fixed-header .header-main {
  padding: 14px 0;
}
.banner-slide {
  padding: 240px 0;
}
.banner-title {
  font-size: 44px;
  line-height: 38px;
  margin-bottom: 15px;
}
.banner-btns .btn {
  margin: 7px 5px;
}
.swiper-pagination {
  margin-bottom: 15px;
}
.social-links ul li a {
  height: 34px;
  width: 34px;
}

.header-main .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.contact-form .form-row input[type="submit"] {
    font-size: 18px;
    line-height: 26px;
    padding: 11.9px 13px;
}
h2 {
  font-size: 40px;
  line-height: 55px;
}
h4 {
    font-size: 22px;
    line-height: 30px;
}
.cmn-page-data h2, .cmn-page-data h3, .cmn-page-data h4, .cmn-page-data h5, .cmn-page-data h6 {
  margin-bottom: 12px;
}
.heading-decor {
  font-size: 50px;
  line-height: 70px;
}
.contact-form .form-row textarea {
  height: 110px;
}
.contact-form .form-row input[type="text"], .contact-form .form-row input[type="email"], .contact-form .form-row textarea,  
.contact-form .form-row input[type="tel"] {
  padding: 15.2px 18px 15.2px 20px;
}

.events-sec-wrap li {
  padding: 30px 0;
}
.events-sec-wrap .event-title-holder, .events-sec-wrap .event-date-holder, .events-sec-wrap .event-buy-tickets-holder {
  width: 100%;
  display: block;
}
.events-sec-wrap .event-title-holder {
  padding: 25px 0 0;
}
.event-date-holder-inner .event-day-holder {
  font-size: 43px;
  line-height: 30px;
  margin: 0 6px;
  vertical-align: sub;
}

.event-date-holder-inner span {
  display: inline-block;
}
.event-date-holder-inner, .events-sec-wrap .event-title-holder, .events-sec-wrap .event-buy-tickets-holder  {
  text-align: center;
}
.event-buy-tickets-holder span {
  float: none;
  margin: 5px 6px !important;
}

.snapshot-ltr-slider {
  margin-top: 40px;
}
.event-meals-block {
    display: block;
    margin-right: 0;
     margin-bottom: 20px;
}
span.event-meals {
    margin-bottom: 8px;
}

.sticky-nav-container {
    background: none !important;
    backdrop-filter: none;
    height: 100%;
    padding-top: 70px !important;
    text-align: center;
    display: block;
    border-radius: 0;
    margin: 0;
}
.sticky-nav {
    background: transparent linear-gradient(119deg, #FFFFFF66 0%, #FFFFFF0D 100%) 0% 0% no-repeat padding-box;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background-color: #000000eb;
    height: calc(100vh + 60px);
}
.hamburger-menu-right {
    padding-bottom: 80px;
}
.main-navigation-menu {
    padding-right: 0;
    margin: 30px 0;
}
.diensten-nav {
    padding-right: 0;
}
.hamburger-menu-left {
    padding-right: 0;
    max-width: 100%;
}
.hamburger-menu-img img {
    max-height: 200px;
}
.sticky-nav-container {
    padding: 40px 30px!important;
}
.footer-menu {
    margin-left: 0;
}
ul#menu-footer-menu {
    text-align: center;
	margin-top: 0;
	margin-bottom: 40px;
}
.footer-item {
    text-align: center;
}
.newsletter-form-col {
    text-align: center;
}
.social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.copyright-wrapper {
    margin-top: 0;
}
.social-links ul li a {
    font-size: 16px;
}
.copyright-menu ul li {
    margin-right: 8px;
    margin-left: 8px;
}
.footer-menu .footer-nav li {
    line-height: 32px;
    font-size: 22px;
}
.newsletter-form-col {
    margin-top: 40px;
}

.copyright-menu {
    text-align: center;
}
div#copyright-text {
    text-align: center;
}
.social-links ul li {
    margin-right: 6px;
    margin-left: 6px;
}

.artists .item {
    height: 300px;
}
h2 {
    font-size: 32px;
    line-height: 37px;
}
.shows-sec-header {
    margin-bottom: 0;
}
.cases-sec-wrap {
    margin-top: 80px !important;
}
.categories {
    margin-bottom: 150px;
}
.faq-header-left {
    padding-bottom: 15px;
}
body, p, .faq-header-right p, .service-right p {
    font-size: 18px;
    line-height: 24px;
}
.service-right p {
    font-weight: normal;
}
.faq-header {
    margin-bottom: 30px;
}
img.accordion_image {
    border-radius: 30px;
}
.accordion h4 {
    font-size: 20px;
}
.partners-listing ul li img {
    max-height: 60px;
}
.partners-listing ul li {
    padding-left: 15px;
    padding-right: 15px;
}
.partners-listing ul {
    margin-left: -15px;
    margin-right: -15px;
}
.onze-item-link a {
    height: 50px;
    width: 50px;
    opacity: 1;
}
.artists .item {
    filter: none;
}

.prev-btn {
    right: 60px;
}
.prev-btn, .next-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.contact-left h5 {
    line-height: 32px;
    font-size: 24px;
}
.contact-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 14px 16px;
}

.video-play-btn {
    width: 70px;
    height: 70px;
    font-size: 30px;
    top: 25px;
    right: 20px;
}

h1 {
    font-size: 40px;
    line-height: 48px;
            word-wrap: break-word;
}
section {
    overflow: hidden;
}

.modal-content button.btn-close {
    right: -5px;
    font-size: 14px;
}
.swiper-slide img {
    height: 360px;
}

.event-right ul {
    margin-left: -10px;
    margin-right: -10px;
}
.event-right ul li {
    padding-left: 10px;
    padding-right: 10px;
}
.event-right span.designation-block {
    font-size: 20px;
}
h5 {
    font-size: 24px;
    line-height: 30px;
}
span.cases-cat-head {
    font-size: 24px;
}
.error404 .cmn-space-sec {
    padding-left: 10px;
    padding-right: 10px;
}
.error404 .cmn-header {
    margin-bottom: 30px;
}
.section-title-wrap span.prev-btn, .section-title-wrap span.next-btn {
    z-index: 99!important;
    position: relative;
    right: 0;
    left: 0;
}
.swiper-next-prev {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
	width: 100%;
}
	.section-title-wrap {
    margin: 0 0 26px;
}
	.section-title-wrap h2 {
    margin: 0 0 20px;
}
.products-items h3 {
    margin: 0 0 10px;
}
	.price-details {
    margin: 0 0 10px;
}
	.swiper-slide.products-slides {
    padding: 12px 10px;
}
	.products-items h3 {
    font-size: 19px;
    line-height: 26px;
}
	.price-details span.price {
    font-size: 22px;
    margin-left: 4px;
}
	p.products-text {
    font-size: 16px;
    line-height: 22px;
}
	.product-img {
    height: 126px;
    border-radius: 20px;
    margin: 0 0 16px;
}
	.products-items .cmn-btn {
    width: 100%;
}
}

@media only screen and (max-height: 600px) and (orientation: landscape) {
.main-navigation ul li a {
    line-height: 16px;
    font-size: 18px;
}
.hamburger-menu-img img {
    max-height: 170px;
}
.main-navigation ul li {
    line-height: 20px;
}
.hamburger-menu-content p, .hamburger-menu-content ul li a {
    font-size: 18px;
}
.hamburger-menu-content p {
    margin-bottom: 6px;
}
.sticky-nav-container {
    padding: 40px 30px!important;
}
.swiper-slide.products-slides {
    padding: 14px 12px;
}
}


@media (max-width: 576px) {
  #nav-icon::after {
    display: none;
  }
  .header-logo img {
  width: 110px;
}
.form-row-block .form-row {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.form-row-block {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.shows-sec-header {
    margin-bottom: 20px;
}

.partners-listing ul li {
     width: 32%;
    margin-top: 30px;
}
.partners-sec h4 {
    margin-bottom: 10px;
}

#nav-icon span:nth-child(3) {
    width: 15px;
}
#nav-icon span:nth-child(1) {
    width: 15px;
}
.accordion {
    margin-bottom: 15px;
}
span.faq-icon::before {
    width: 35px;
    height: 35px;
    top: -4px;
}
.categories ul {
    gap: 7px;
}
.cases-slider-item.swiper-slide {
    padding: 25px 25px;
    border-radius: 30px;
}
.faq-outer {
    padding: 30px 20px;
}
.swiper-slide.testimonial-slides {
    border-radius: 30px;
}
h6.testimonial-title {
    font-size: 20px;
}
.video-sec-inner  .cases-slider-item {
    min-height: 350px;
    padding: 25px 25px;
    border-radius: 25px;
}

.snapshot-rtl-slider {
    margin: 0 15px;
}

.service-item-img {
    margin-bottom: 20px;
}
.event-right ul {flex-wrap: wrap;text-align: center;}

.event-right ul li {
    margin-bottom: 40px;
}

.event-right ul li:last-child {
    margin-bottom: 0;
}
.swiper-slide.products-slides {
    border-radius: 30px;
}

}


@media (max-width: 460px) {
.banner-title {
  font-size: 34px;
  line-height: 34px;
}


.testimonial-wrapper,.container-products {
    margin: 0 15px;
}

}