/*
Theme Name: AGH & Friends WP
Theme URI: https://agh-friends.com/
Description: Maatwerk Wordpress thema voor AGH & Friends
Version: 1.0
Author: SHOCK Digital
Author URI: https://www.shockdigital.nl/
*/

/* #Font-Face
================================================== */
@font-face {
    font-family: HelveticaNeue;
    src: url('fonts/HelveticaNeueBold.woff');
    font-weight: 700;
}

@font-face {
    font-family: HelveticaNeue;
    src: url('fonts/HelveticaNeueMedium.woff');
    font-weight: 500;
}

@font-face {
    font-family: HelveticaNeue;
    src: url('fonts/HelveticaNeueRegular.woff');
    font-weight: 400;
}

@font-face {
    font-family: HelveticaNeue;
    src: url('fonts/HelveticaNeueLight.woff');
    font-weight: 300;
}


/* #Site Styles
================================================== */

/* ### general ### */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'HelveticaNeue', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}

body.noscroll {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    text-transform: uppercase;
}

.main-padding {
    padding: 100px 0;
}

header {
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
    align-items: center;
}

header .logo {
    width: 140px;
}

header .menuswitch {
    cursor: pointer;
}

/* sticky */
.sticky-header {
    position: fixed;
    top: -100px;
    width: 100%;
    z-index: 15;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: top 0.4s ease-in-out, opacity 0.3s ease-in-out;
}

.sticky-header.show {
    top: 0;
    opacity: 1;
    visibility: visible;
    position: fixed;
}

/* sticky */
.menuoverlay {
    background-color: #fbe6d1;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 15;
    display: none;
}

.menuoverlay .logo {
    width: 140px;
}

.menuoverlay .menuoverlaycontainer {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.menuoverlay .menuoverlaycontainer .overlayheader {
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
    align-items: center;
    position: fixed;
}

.logged-in .menuoverlay .menuoverlaycontainer .overlayheader {
    top: 32px;
}

.menuoverlay .menuoverlaycontainer .overlayheader .menuswitch {
    color: #e97821;
    cursor: pointer;
}

.menuoverlay .menuoverlaycontainer .menuholder ul {
    list-style-type: none;
}

.menuoverlay .menuoverlaycontainer .menuholder ul li a {
    display: block;
    width: 100%;
    font-size: 50px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #e97821;
    text-decoration: none;
    font-weight: 500;
    padding-left: 50px;
    transition: all 0.5s ease;
}

.menuoverlay .menuoverlaycontainer .menuholder ul li.current_page_item a {
    text-decoration: underline;
}

.menuoverlay .menuoverlaycontainer .menuholder ul li a:hover {
    margin-left: 20px;
}

footer {
    width: 100%;
    background-color: #000;
    padding: 50px;
    box-sizing: border-box;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer.footer-white {
    background-color: #fff;
}

footer .caption {
    color: white;
    text-transform: uppercase;
    font-size: 35px;
    max-width: 750px;
    font-weight: 500;
    line-height: 1.1;
}

footer.footer-white .caption {
    color: #000;
}

footer .caption p {
    margin-bottom: 30px;
}

footer .footer-bottom {
    text-transform: uppercase;
    color: white;
}

footer.footer-white .footer-bottom {
    text-transform: uppercase;
    color: #000;
}

footer .footer-bottom .footer-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

footer .footer-bottom a {
    color: white;
    text-decoration: none;
}

footer.footer-white .footer-bottom a {
    color: #000;
}

footer .footer-bottom a:hover {
    text-decoration: underline;
}

.menu-white {
    color: #fff;
}

/* hero */
.container {
    position: relative;
    z-index: 2;
    padding: 0 50px;
    text-align: center;
    color: white;
}

.hero-box.video-hero {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
}

.hero-box .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.vimeo-video-wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.vimeo-video-wrapper-wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;	
}

.vimeo-video-wrapper-wide iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;	
}

.hero-box .vimeo-video-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.hero-box .video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: 1;
    width: 100%;
}

/* title */
.title-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.title-block .title-container {
    text-align: left;
}

.title-block .title-extra-large {
    font-size: 210px;
    font-weight: 500;
    line-height: 1;
    max-width: 1100px;
}

.title-block .title-large {
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
    max-width: 1100px;
}

.title-block .title-medium {
    font-size: 55px;
    font-weight: 500;
    line-height: 1;
    max-width: 850px;
}

.title-block .title-small {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
}

/* projects */

.projects-grid {
    display: grid;
    /*flex-wrap: wrap;*/
    gap: 60px 50px;
    grid-template-columns: 1fr 1fr;
}

.project-item {
    position: relative;
    overflow: hidden;
}

.project-item.half-width {
    /*width: calc(50% - 2px);*/
}

.project-item.full-width {
    width: 100%;
}

.home .project-item.full-width {
    grid-column: span 2;
}

.project-item.half-width .project-image img {
    aspect-ratio: 20 / 13;
}

.project-item.full-width .project-image img {
    aspect-ratio: 16 / 9;
}

.project-image {
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.project-image img {
    object-fit: cover;
    width: 100%;
    margin-bottom: -7px;
    transition: transform 3s ease;
}

.project-item:hover img {
    transform: scale(1.1);
}

.project-info {
    position: relative;
    z-index: 2;
    text-align: left;
    display: block;
    margin-bottom: 20px;
}

.project-title {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
}

.project-category {
    margin-top: 0;
    color: #91908e;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 5px;
}

.projects-grid a {
    text-decoration: none;
}

.more_work {
    text-align: left;
    margin-top: 30px;
}

.custom-button {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: color 0.3s ease;
}

.custom-button:hover {
    color: #000;
}

.custom-button__arrow {
    width: 16px;
    height: auto;
    transition: transform 0.3s ease;
}

.custom-button:hover .custom-button__arrow {
    transform: translateX(4px);
}

.btn-all {
    display: block;
    text-align: left;
    margin-top: 40px;
}

.projects-filter {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
    gap: 15px;
}

.projects-filter label {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    color: #000;
}

.projects-filter input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    position: relative;
    margin-right: 5px;
    outline: none;
    cursor: pointer;
}

.projects-filter input[type="radio"]:checked::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.featured-image-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.single-projects header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 30px 50px;
    box-sizing: border-box;
}

.project-detail-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.project-detail-left {
    width: 50%;
    text-align: left;
}

.project-detail-left h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 50px;
}

.pro-details p {
    font-size: 17px;
    line-height: 26px;
    margin: 0;
    color: #000;
    margin-bottom: 30px;
}

.pro-details p:last-child {
    margin-bottom: 0;
}

.project-detail-right {
    width: 35%;
    text-align: left;
    color: #91908e;
}

.project-detail-right strong {
    font-weight: normal;
    color: black;
}

.project-detail-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-detail-right li {
    font-size: 16px;
    margin-top: 0;
    color: #91908e;
    text-transform: uppercase;
}

/* image block */
.image-block-wrapper {
    position: relative;
    overflow: hidden;
}

.image-block-wrapper img.block-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.image-block-wrapper.stretched img,
.image-block-wrapper.boxed img {
    aspect-ratio: 16 / 9;
}

.image-block-wrapper.stretched {
    width: 100%;
    display: block;
}

.image-block-wrapper.image-left {
    flex-direction: row;
    gap: 30px;
}

.image-block-wrapper.image-right {
    flex-direction: row-reverse;
    gap: 30px;
}

.slick-slider-image {
    width: 100%;
    display: flex;
}

.slick-slider-image .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-slider-image .slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image-block-wrapper.left .slick-slider-image {
    width: 70%;
    margin: 0;
}

.image-block-wrapper.right .slick-slider-image {
    width: 70%;
    margin-left: auto;
}

.image-block-wrapper.right .slider-pagination-image {
    width: 70%;
    margin-left: auto;
}

.image-block-wrapper.left .single-image {
    width: 70%;
    margin: 0;
    text-align: left;
    aspect-ratio: 16 / 12;
}

.image-block-wrapper.right .single-image {
    width: 70%;
    margin-left: auto;
    text-align: right;
    aspect-ratio: 16 / 12;
}

.image-block-wrapper.left .single-image img,
.image-block-wrapper.right .single-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* slider */
.complex-block-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.simple-block,
.slider-block {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px;
}

.slider-block.image-left,
.simple-block.image-left {
    flex-direction: row;
}

.slider-block.image-right,
.simple-block.image-right {
    flex-direction: row-reverse;
}

.simple-block .simple-image,
.slider-block .slider-top-wrapper {
    width: 50%;
    text-align: center;
}

.simple-block .simple-image img {
    width: 100%;
    height: auto;
    display: block;
}

.simple-block .simple-content,
.slider-block .slider-content {
    width: 35%;
    padding: 50px;
    font-size: 17px;
    line-height: 26px;
    color: #000;
    margin: 0 auto;
}

.slick-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.slide {
    display: flex !important;
    align-items: center;
    text-align: left;
    gap: 20px;
}

.slide.image-left {
    flex-direction: row !important;
}

.slide.image-right {
    flex-direction: row-reverse !important;
}

.slide-image {
    width: 50%;
    text-align: center;
}

.slide-image img {
    width: 100%;
    height: auto;
    display: block;
}

.slide-content {
    width: 35%;
    padding: 50px;
    font-size: 17px;
    line-height: 26px;
    color: #000;
    margin: 0 auto;
}

.slide-title {
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
    color: #000;
    margin-bottom: 25px;
}

.slider-pagination,
.slider-pagination-image {
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    margin-top: 30px;
    color: #000;
    letter-spacing: 2px;
}

.streched .slider-pagination-image {
	padding-left:50px;
}

.content-top-left .slider-content {
    margin: 0;
    margin-right: auto;
    margin-bottom: auto;
    padding: 0;
    width: 30%;
}

/* Two images */
.double_image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;

}

.double_image img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 100%;
}

/* Gallery */
.gallery-block-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}

.gallery-grid a {
    display: block;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.gallery-grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

/* CTA */
.cta-button {
    display: inline-block;
    margin-top: 25px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    transition: all 0.3s ease;
}

.cta-button:after {
    content: "";
    display: inline-block;
    margin-left: 4px;
    width: 30px;
    height: 9px;
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    top: -2px;
    position: relative;
    transition: all 0.3s ease;
}

.cta-button:hover:after {
    margin-left: 14px;
}

/* Next project */
.next-project-section {
    background-color: #000;
    color: #fff;
    padding: 70px 0;
}

.next-project-section a {
    color: #fff;
    text-decoration: none;
}

.next-project-wrapper {
    display: grid;
    align-items: center;
    width: 100%;
    gap: 20px;
    grid-template-columns: 3fr 7fr;
}

.next-project-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    /* Stack items vertically */
    justify-content: space-between;
    /* Push items to the top and bottom */
    height: 100%;
    /* Ensure the parent has a defined height */
}

.next-project-label {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: auto;
    font-weight: 400;
}

.next-project-meta {
    margin-top: auto;
}

.next-project-title {
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.next-project-category {
    font-weight: 400;
    color: #91908e;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 5px;
}

.next-project-image-link {
    display: block;
    overflow: hidden;
}

.next-project-image {
    width: 100%;
    height: auto;
    transition: transform 3s ease;
    aspect-ratio: 20 / 13;
    object-fit: cover;
}

.next-project-image-link:hover .next-project-image {
    transform: scale(1.05);
}

/* Text block */
.text-block-wrapper .content-inner-wrapper {
    width: 50%;
}

.text-block-wrapper .text-block-title {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #000;
    line-height: 1;
}

.text-block-wrapper .text-block-title span {
    color: #91908e;
    display: block;
    line-height: 1;
    margin-top: 5px;
}

.text-block-wrapper .text-block-content {
    font-size: 17px;
    line-height: 26px;
    margin: 0;
    color: #000;
    margin-bottom: 10px;
}

.text-block-wrapper .content-inner-wrapper p {
    margin-bottom: 35px;
}

.text-block-wrapper .content-inner-wrapper p:last-child {
    margin-bottom: 0;
}

.text-block-wrapper.content-left .container {
    text-align: left;
}

.text-block-wrapper.content-right .container {
    text-align: right;
}

.text-block-wrapper.content-center .container {
    text-align: center;
}

.text-block-content ul {
    list-style-type: disc;
    margin-left: 20px;
    padding: 0;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.text-block-content ul li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.text-block-content a {
    color: #000;
}

/* Team block */

.team-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.team-wrapper .team-member {
    text-align: left;
}

.team-wrapper .team-member img {
    width: 100%;
}

.team-wrapper .team-member .team-member-info {
    color: black;
    margin-bottom: 20px;
}

.team-wrapper .team-member .team-member-info .team-member-name {
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
}

.team-wrapper .team-member .team-member-info .team-member-designation {
    color: #91908e;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 5px;
}

/* Contact block */

.contact-info {}

.contact-info .contact-details {
    display: flex;
}

.contact-info .contact-details>.contact-details-column {
    width: 500px;
    max-width: 50%;
    text-align: left;
    color: black;
}

.contact-info .contact-details>.contact-details-column a {
    color: black;
}

.contact-info .contact-details>.contact-details-column p {
    margin-bottom: 35px;
}

.contact-info .contact-details>.contact-details-column p.contact-phone {
    margin-bottom: 0;
}

.projectinfo {
    padding-top: 150px;
    padding-bottom: 200px
}


/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
    /* we set the opacity to 0 */
    opacity: 0;
}

/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
    /* prepare the future animation */
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    /* we set the opacity to 1 to do the magic */
    opacity: 1;
}

/* video block */

.video-block-wrapper .video-wrapper {
    position: relative;
}

.video-block-wrapper .video-container {
    position: relative;
    cursor: pointer;
}

.video-block-wrapper .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.video-block-wrapper .video-thumbnail {
    position: relative;
    display: block;
    width: 100%;
}

.video-block-wrapper .video-thumbnail img {
    width: 100%;
    display: block;
}

.video-block-wrapper .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
    width: 80px;
    height: 80px;
}

.video-block-wrapper .play-icon .inner-icon-video {
    position: absolute;
    left: 50%;
    transform: translate(-40%, -50%);
    top: 50%;
    font-size: 34px;
}
.video-block-wrapper .play-icon .inner-icon-video img{
	width: 33px;
}
.video-block-wrapper.boxed video {
    width: 100%;
}

.video-block-wrapper.left .video-container {
    width: 70%;
    margin: 0;
    text-align: left;
    aspect-ratio: 16 / 12;
}

.video-block-wrapper.right .video-container {
    width: 70%;
    margin-left: auto;
    text-align: right;
    aspect-ratio: 16 / 12;
}

.video-block-wrapper.square.left .video-container{
    width: 50%;
}

.video-block-wrapper.square.right .video-container{
    width: 50%;
}

.video-block-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 16 / 9;
  min-height:100%;
  height:auto;
}

.video-block-wrapper.left .video-container video,
.video-block-wrapper.right .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:1100px) {

    header,
    .single-projects header {
        padding: 30px 25px;
    }

    footer {
        padding: 50px 25px;
    }

    .container {
        padding: 0 25px;
        ;
    }
	
	.streched .slider-pagination-image {
		padding-left:25px;
	}

    .menuoverlay .menuoverlaycontainer .overlayheader {
        padding: 30px 25px;
    }

    .menuoverlay .menuoverlaycontainer .menuholder ul li a {
        padding-left: 25px;
    }

    .double_image {
        gap: 25px;
    }

    .team-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .team-wrapper>div:nth-child(5),
    .team-wrapper>div:nth-child(6),
    .team-wrapper>div:nth-child(9) {
        display: none;
    }

    .simple-block .simple-content,
    .slider-block .slider-content {
        width: 45%;
        padding: 30px;
    }

    .main-padding {
        padding: 8vw 0;
    }


}


@media screen and (max-width:800px) {

    .title-block .title-extra-large {
        font-size: 140px;
    }

    .title-block .title-large {
        font-size: 50px;
    }

    .project-detail-left h1 {
        font-size: 45px;
    }

    .title-block .title-medium {
        font-size: 40px;
    }

    .slide-title {
        font-size: 35px;
        line-height: 1;
    }

    .projects-grid {
        gap: 40px 20px;
    }

    footer .caption {
        font-size: 25px;
    }

    .text-block-wrapper .content-inner-wrapper {
        width: 70%;
    }

    .team-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .team-wrapper>div:nth-child(10) {
        display: none;
    }

    footer .footer-bottom .footer-data {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .single-projects .main-padding.projectinfo {
        padding-top: 10vw;
        padding-bottom: 10vw;
    }

}

@media screen and (max-width:650px) {

    header,
    .single-projects header {
        padding: 20px 15px;
    }

    footer {
        padding: 30px 15px;
        height: auto;
    }

    .double_image {
        display: block;
    }

    .double_image>div {
        margin-bottom: 30px;
    }

    footer .caption {
        margin-bottom: 40px;
    }

    .container {
        padding: 0 15px;
    }
	
	.streched .slider-pagination-image {
		padding-left:15px;
	}

    .menuoverlay .menuoverlaycontainer .overlayheader {
        padding: 20px 15px;
    }

    .menuoverlay .menuoverlaycontainer .menuholder ul li a {
        padding-left: 15px;
    }

    .main-padding {
        padding: 14vw 0;
    }

    .title-block .title-extra-large {
        font-size: 80px;
    }

    .title-block .title-large {
        font-size: 40px;
    }

    .project-detail-left h1 {
        font-size: 35px;
    }

    .title-block .title-medium {
        font-size: 30px;
    }

    .slide-title {
        font-size: 25px;
        line-height: 1;
    }

    footer .footer-bottom .footer-data {
        grid-template-columns: 1fr;
    }

    .menuoverlay .menuoverlaycontainer .menuholder ul li a {
        font-size: 40px;
    }

    .projects-grid {
        display: block;
    }

    .project-item {
        margin-bottom: 35px;
    }

    .text-block-wrapper .content-inner-wrapper {
        width: 100%;
    }

    .team-wrapper {
        grid-template-columns: 1fr;
    }

    .project-detail-left,
    .project-detail-right {
        width: 100%;
    }

    .project-detail-wrapper {
        flex-direction: column;
        gap: 50px;
    }

    .simple-block,
    .slider-block {
        flex-direction: column !important;
    }

    .simple-block .simple-image,
    .slider-block .slider-top-wrapper,
    .image-block-wrapper.left .slick-slider-image,
    .image-block-wrapper.right .slick-slider-image,
    .image-block-wrapper.left .single-image,
    .image-block-wrapper.right .single-image,
    .image-block-wrapper.right .slider-pagination-image {
        width: 100% !important;
    }

    .simple-block .simple-content,
    .slider-block .slider-content {
        width: 100%;
        padding: 0;
    }

    .slider-pagination,
    .slider-pagination-image {
        margin-top: 10px;
    }

    .video-block-wrapper.square.left .video-container {
        width: 100%;
    }
    .video-block-wrapper.square.right .video-container {
        width: 100%;
    }
    .video-block-wrapper.right .video-container{
        width: 100%;
    }
    .video-block-wrapper.left .video-container{
        width: 100%;
    }
	.video-block-wrapper .play-icon{
		width: 60px;
		height: 60px;
	}
	.video-block-wrapper .play-icon .inner-icon-video img {
		width: 25px;
	}
}

.team-block-wrapper {
	display:none;
}