/*== == FOLD1 == ==*/

.fold1 {
    position: relative;
}

.fold1-item-background {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.fold1-item-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fold1-item {
    text-align: center;
    color: white;
}

.fold1-item .title span {
    display: block;
}

.fold1-item-slider {
    padding: 150px 0px;
    max-width: 480px;
    margin: 0px auto;
    padding-top: calc(150px + 106px);
}

.title span {
    color: var(--canary);
}

.fold1-item-background::before {
    content: '';
    background-image: url(/wp-content/uploads/2023/01/f1-ice.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-size: 100% 100%;
}

.owl-carousel .owl-dots {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 7.5px;
    margin-top: 20px;
}

.owl-carousel button.owl-dot {
    padding: 9px !important;
    border-radius: 50%;
    position: relative;
    background: none;
    border: solid 2px var(--sea);
    opacity: .5;
    overflow: hidden;
}

.fold1 .owl-carousel button.owl-dot.active::before, #fold3 .owl-carousel button.owl-dot.active::before, .fold1-banner .owl-carousel button.owl-dot.active::before {
    opacity: 1;
    transition:
        all 300ms ease;
}

.owl-carousel .owl-dots * {
    transition: 
        all 300ms ease;
}
.owl-carousel button.owl-dot.active {
    opacity: 1;
} 
.fold1-item .readmore {
    margin: 10px auto;
    color: white;
}

.fold1 .owl-carousel .owl-dots {
    justify-content: center;
    margin: 0px;
}

.fold1 .owl-carousel button.owl-dot::before, #fold3 .owl-carousel button.owl-dot::before, .fold1-banner .owl-carousel button.owl-dot::before {
    content: '';
    background: var(--sea);
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    transform:
        scale(0.8)
        translatey(0px)
        translatex(0px);
    opacity: 0;
    transform-origin: center;
}

.fold1-banner-item-inner p {
    text-transform: uppercase;
}

.fold1-item-slider .owl-item.active {
    opacity: 1;
    transition:
        all 300ms ease;
}

.fold1-item-slider .owl-item {
    opacity: 0;
    transition:
        all 300ms ease;
}

	/*== == FOLD1 END == ==*/

/*== == FOLD1 BANNER == ==*/

.fold1-banner-slider {
    display: flex;
}

.fold1-banner-item {
    display: flex;
    color: white;
    margin: 0px 10px;
}

.fold1-banner {
    padding: 40px 0px;
    background: var(--collar);
}

.fold1-banner-item-inner .title {
    font-size: 32px;
    line-height: 1;
    margin: 0px;
}

.fold1-banner-item-inner.right {
    border-left: solid 1px white;
    padding-left: 10px;
}

.fold1-banner-item-inner.left {
    padding-right: 10px;
    text-align: right;
}

    /*=== == FOLD1 BANNER END == ==*/

/*== == FOLD2 == ==*/



/*CONTENT FOLD C*/
.content-fold-c-wrapper {
    display: flex;
    align-items: stretch;
    padding: 150px 0px;
    gap: 40px;
    justify-content: flex-end;
}

.content-fold-c-img img {
    height: 100%;
    object-fit: cover;
}

.content-fold-c-img {
    position: absolute;
    width: calc(50% - 100px);
    height: 100%;
}

.content-fold-c-img::before {
    position: absolute;
    content: '';
    background-image: url('/wp-content/uploads/2023/01/f2-player.png');
    right: -150px;
    bottom: 6px;
    width: 100%;
    height: 94%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    pointer-events: none;
    z-index: 3;
}

.rounded-fold .content-fold-c-img{
    border-radius: 30px;
    overflow: hidden;
}

.circle-fold .content-fold-c-img{
    left: -200px
}

.circle-fold .flipped .content-fold-c-img{
	right: -200px;
	left: auto;
}

.circle-fold .content-fold-c-img img{
    clip-path: circle(50%)
}

.content-fold-c-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    clip-path: 
        polygon(0 0, 75% 0%, 100% 100%, 0% 100%);
    filter:
        brightness(0.6);
}


.content-fold-c-content {
    display: flex;
    flex-direction: column;
    width: calc(50% + 60px)
}

.content-fold-c {
    position: relative;
}


.content-fold-c-content .title {
    margin-bottom: 20px;
}


.flipped .content-fold-c-wrapper{
    flex-direction: row-reverse;
}

.flipped .content-fold-c-img {
    right: 0;
}

.content-fold-c::before {
    content: '';
    background-image: url('/wp-content/uploads/2023/01/ice-white.jpg');
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 75% 100%;
    background-position: right;
    z-index: -1;
}

.content-fold-c-content-inner .subtitle {
    color: var(--steel);
    font-weight: 400;
}

/*== FLIPPED ==*/

.readmore-wrapper {
    display: flex;
    gap: 5px;
}

.content-fold-c.flipped::before {
    background-position: left;
}

.flipped .content-fold-c-img::before {
    background-image: url('/wp-content/uploads/2023/01/f5-player.png');
    background-position: bottom left;
    right: unset;
}
.flipped .content-fold-c-img img {
    clip-path: 
        polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}

    /*== FLIPPED END ==*/

	/*== == FOLD2 END == ==*/


/*== == Fold 3 == ==*/

div#fold3 {
    width: 100%;
    padding-top: 0px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}


div#fold3 .fold3-services{
    display: flex;
    overflow: hidden;
}

div#fold3 .fold3-services .fold3-services-item {
    height: 700px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: filter 500ms ease;
    text-align: center;
    align-items: stretch;
}

.fold3-services-item a:first-child::before {
    content: '';
    background-image: url('/wp-content/uploads/2023/01/ice-service.png');
    position: absolute;
    width: 100%;
    height: 100%;
}

div#fold3 .fold3-services .fold3-services-item:hover img {
    filter: 
        grayscale(0);
    transition:
        filter 500ms ease;
}

div#fold3 .fold3-services-background{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    z-index: -1;
}

div#fold3 .fold3-services-background img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: filter 500ms ease;
}


.fold3-services-content {
    padding: 50px 35px;
    transition: all .5s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    transform: translatey(100px);
    margin: 0px auto;
}

@media (min-width: 1800px) {

.fold3-services-content {
    max-width: 480px;
}
    
}

div#fold3 .fold3-services-item:hover .fold3-services-content{
    transform: none;
    -webkit-transform: none;
}

.fold3-services-content .title{
    font-size: 32px;
    line-height: 1;
    color: white;
    margin-bottom: 10px;
}

.fold3-services-content .subtitle{
    font-size: 32px;
    line-height: 32px;
}

.fold3-title-block {
    transform:
		translate(-50%, -50%);
    -webkit-transform: 
		translate(-50%, -50%);
    top: 0px;
    left: 50%;
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 54px;
    line-height: 54px;
    z-index: 7;
    width: max-content;
    padding: 20px 50px;
}

.fold3-title-block .title{
    font-size: 54px;
    line-height: 54px;
    margin: 0px;
    position: relative;
    z-index: 4;
}

.fold3-header {
    text-align: center;
    padding: 50px 0px;
    padding-bottom: 30px;
}

.fold3-header .title {
    margin-bottom: 0px;
    font-weight: 700;
}

.fold3-header .title span {
    color: var(--rood);
}

.services-slider .owl-item {
    z-index: 0;
    transition: all .5s ease;
    flex: 0 1 15%;
}

.services-slider .owl-stage {
    display: flex;
}

div#fold3 .fold3-services-item:hover .fold3-services-background::after {
    opacity: 0.25;
    transition: opacity 300ms ease;
}

.services-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: 
		translatey(50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}

.services-slider .owl-nav button.owl-prev, .services-slider .owl-nav button.owl-next {
    display: block;
    color: transparent;
    position: relative;
    z-index: 3;
}

.services-slider .owl-nav button.owl-prev span, .services-slider .owl-nav button.owl-next span {
    padding: 6px 15px 6px 15px;
    background: var(--rood);
    border-style: solid;
    border-width: 1px;
    font-size: 40px;
    box-shadow: 0px 0px 14px 0px black;
}

.services-slider .owl-nav button.owl-prev {
    content: '\f060';
    font-family: 'Font Awesome 6 Pro';
    color: white;
}

.services-slider .owl-nav button.owl-next {
    content: '\f061';
    font-family: 'Font Awesome 6 Pro';
    color: white;
}

.fold3-services-item ~ a {
    display: block;
    height: 100%;
}

.fold3-services-item a:first-child {
    display: flex;
    height: 100%;
    align-items: stretch;
}

.owl-stage:has(.owl-item:hover) .owl-item:not(:hover) .fold3-services-item {
    z-index: -1;
}

div#fold3 .fold3-services-item::before, div#fold3 .fold3-services-item::after {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #4083b28f;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    backdrop-filter: 
		blur(3px) 
		grayscale(1);
    pointer-events: none;
    transition:
        all 300ms ease;
}

.owl-item.active:hover div#fold3 .fold3-services-item::before {
    opacity: 0;
}

div#fold3 .owl-item.active:hover .fold3-services-item::before {
    opacity: 0;
    transition:
        all 300ms ease;
}

div#fold3 .fold3-services-item::after {
    background: #00000091;
    backdrop-filter: none;
    z-index: -1;
}

.fold3-services-content-inner p {
    color: white;
    font-size: 24px;
}

.fold3-services-content-inner .readmore {
    margin: 10px auto;
    color: white;
}

.fold3-services-content:hover .fold3-services-content-inner {
    opacity: 1;
}

.fold3-services-content-inner {
    opacity: 0;
    transition:
        all 300ms ease;
}
#fold3 .owl-item.active:hover {
    flex: 1 0 10%;
}

	/*== == FOLD3 END == ==*/

/*== == SOCIAL BANNER == ==*/

.social-banner {
    padding: 0px 20px;
    background: #1c1d18;
}

.social-banner-wrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 50px 0px;
    align-items: center;
}

.social-banner-icons a {
    display: block;
    font-size: 72px;
    color: white;
    transition:
        all 500ms ease;
}

.social-banner-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-banner-header .title {
    margin: 0px;
}

.social-banner-header .title {
    color: white;
}


.social-banner-icons a:hover {
    transform:
        scale(1.1);
}

.social-banner-icons:has(a:hover) a:not(:hover) {
    opacity: .7;
    transform:
        scale(0.95);
}


    /*== == SOCIAL BANNER END == ==*/

/*== == FOLD4 === ==*/

.fold4 {
    position: relative;
}

.fold4-wrapper {
    display: flex;
    flex-direction: column;
}

.fold4-header .title {
    margin: 0px;
}

.fold4-header {
    margin: 100px 0px;
    text-align: center;
}

.fold4-slider {
    display: flex;
}

.fold4 .owl-stage {
    display: flex;
}

.fold4-item-img {
    height: 100%;
    width: 100%;
}

.fold4::before {
    content: '';
    background-image: url('/wp-content/uploads/2023/01/player-background.jpg');
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 100% 100%;
}

.fold4-item {
    background: var(--collar);
}

.fold4-item-number {
    position: absolute;
    top: 20px;
    right: 20px;
}

.fold4-item {
    position: relative;
    overflow: hidden;
    flex: 1 0 100%;
    transform: scale(0.95);
}

.fold4-item-number p {
    font-size: 170px;
    line-height: 1;
    font-family: 'Alfa Slab One';
    opacity: .3;
}

.fold4-item-content {
    position: absolute;
    color: white;
    bottom: 0px;
    text-align: center;
    left: 50%;
    transform:
        translatex(-50%);
    width: 100%;
}

.fold4-item-content .title {
    font-size: 40px;
    line-height: 1;
    margin: 0px;
}

.fold4-item-content p:first-child {
    position: absolute;
    text-align: center;
    width: 200%;
    font-size: 3.5vw;
    white-space: nowrap;
    font-family: 'Alfa Slab One';
    top: -30px;
    z-index: -1;
    opacity: 0.2;
    left: 50%;
    transform: translatex(-50%);
    text-transform: uppercase;
}

.fold4-item::before {
    content: '';
    background: rgb(0,0,0);
    background:
        linear-gradient(0deg, rgba(0,0,0,0.776926) 0%, rgba(194,194,194,0.04555325548188027) 40%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fold4-item-img img {
    transform:
        scale(0.9);
    transform-origin: bottom;
    height: 100%;
}


.fold4-header .title {
    color: white;
}

.fold4-slider.owl-carousel {
    transform:
        translatex(10%);
    margin-bottom: 125px;
}

.fold4-slider .owl-item {
    opacity: 0;
    transform:
        scale(0);
    transition:
        opacity 500ms ease,
        transform 300ms ease;
    display: flex;
    align-items: stretch;
}

.fold4-slider .owl-item.active {
    opacity: 1;
    transform:
        scale(1);
    transform-origin: center;
}

.fold4-slider .owl-dots {
    position: absolute;
    width: 100%;
    left: 0px;
    transform:
        translatex(-10%);
    justify-content: center;
    bottom: -10%;
    gap: 5px;
}

.fold4 .owl-carousel button.owl-dot {
    padding: 4px !important;
    width: 75px;
    border-radius: 0px !important;
    background: var(--steel);
    border: none;
}

.fold4 .owl-carousel button.owl-dot.active {
    background: var(--sea);
}

.fold4-item-content p:last-child {
    text-transform: uppercase;
    font-size: 24px;
    margin: 10px 0px;
    margin-bottom: 20px;
}

	/*== == FOLD4 END == ==*/