/*
Theme Name: Next
Theme URI: http://jouwnextapp.nl
Description: Wordpress thema voor Next
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: next
*/


@font-face {
    font-family: 'Syntax LT Std';
    src: url('fonts/SyntaxLTStd-Black.eot');
    src: url('fonts/SyntaxLTStd-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/SyntaxLTStd-Black.woff2') format('woff2'),
        url('fonts/SyntaxLTStd-Black.woff') format('woff'),
        url('fonts/SyntaxLTStd-Black.ttf') format('truetype'),
        url('fonts/SyntaxLTStd-Black.svg#SyntaxLTStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Syntax LT Std';
    src: url('fonts/SyntaxLTStd-UltraBlack.eot');
    src: url('fonts/SyntaxLTStd-UltraBlack.eot?#iefix') format('embedded-opentype'),
        url('fonts/SyntaxLTStd-UltraBlack.woff2') format('woff2'),
        url('fonts/SyntaxLTStd-UltraBlack.woff') format('woff'),
        url('fonts/SyntaxLTStd-UltraBlack.ttf') format('truetype'),
        url('fonts/SyntaxLTStd-UltraBlack.svg#SyntaxLTStd-UltraBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syntax LT Std';
    src: url('fonts/SyntaxLTStd-Roman.eot');
    src: url('fonts/SyntaxLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/SyntaxLTStd-Roman.woff2') format('woff2'),
        url('fonts/SyntaxLTStd-Roman.woff') format('woff'),
        url('fonts/SyntaxLTStd-Roman.ttf') format('truetype'),
        url('fonts/SyntaxLTStd-Roman.svg#SyntaxLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 22.5px;
    margin-top: 0;
    font-weight: 900;
    line-height: 1.125;
    font-family: 'Syntax LT Std';
    position: relative;
    display: block;
    text-transform: uppercase;

    
}

:is(h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6) span {
    color: #FF00FF;
     text-shadow: rgb(0 0 96 / 50%) 0px 0 60px;
}

h1,
.h1 {
    font-size: 66px;
}

.h2,
h2 {
    font-size: 58px;
}

.h3,
h3 {
    font-size: 42px;

}

.h4,
h4 {
    font-size: 32px;
}

.h5,
h5 {
   font-size: 30px;
}

.h6,
h6 {
    font-size: 26px;
}


body {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Syntax LT Std';
    overflow-x: hidden;
    line-height: 1.375;
    color: #ffffff;
    background-color: #000060;


    margin: 0;
    min-height: 200vh;

  
}

main {
    overflow-x: hidden;
    position: relative;
}





p {
    margin-top: 0;
    margin-bottom: 15px;
}

a {
    color: currentColor;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.75;
    margin-top: 0;
    margin-bottom: 22.5px;
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
    font-weight: normal;
    margin-bottom: 5px;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
   margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #FF00FF ;
}
input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    width: 100%;
    position: relative;
    color: #707070;
    background: #ffffff;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;

}

select {
    background-image: linear-gradient(45deg,transparent 50%,#333333 50%),linear-gradient(135deg,#333333 50%,transparent 50%);
    background-position: calc(100% - 20px) 50%,calc(100% - 15px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}


::-webkit-input-placeholder {
        color: rgb(112 112 112 / 25%);
    font-weight: 300;
    font-style: italic;
}

::-moz-placeholder {
        color: rgb(112 112 112 / 25%);
    font-weight: 300;
    font-style: italic;
}

:-ms-input-placeholder {
        color: rgb(112 112 112 / 25%);
    font-weight: 300;
    font-style: italic;
}

::-moz-selection {
    background-color: #FF00FF;
    color: #ffffff
}

::selection {
    background-color: #FF00FF;
    color: #ffffff
}

::-moz-selection {
    background-color: #FF00FF ;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
   margin-bottom: 15px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

table tr th {
    font-weight: bold;
    padding-right: 30px;
    vertical-align: top;
}
b,
strong {
    font-weight: bold;
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
     font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

.text-right {
    text-align: right;
}

.btn {
	-moz-appearance: none;
    -webkit-appearance: none;
    padding: 20px 45px 10px 45px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    line-height: 1;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    background: #FF00FF;
    font-weight: 900;
    line-height: 1.125;
    font-family: 'Syntax LT Std';
    text-transform: uppercase;
    font-size: 42px;
    margin: 30px 0;
	cursor: pointer;
	z-index: 2
}

.btn:after {
	content: url(images/arrow-btn.svg);
    display: inline-block;
    width: 20px;
    transform: rotate(90deg);
    vertical-align: 0px;
    margin-left: 22.5px;
	 -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover:after {
	 transform: rotate(0);
}
.button {
	 margin: 15px 0;
	position: relative;
}

.button .links {
	width: 400px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 66%;
    opacity: 0.58;
}

.button .rechts {
	width: 400px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)  matrix(-1, 0, 0, -1, 0, 0);
    left: 66%;
    opacity: 0.58;
}


.radial-gradient {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.75
}

.focus {
       position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
right: 0;
opacity: 0.7
}

main:before {
        content: url(images/shape-1.svg);
    position: absolute;
    width: 150px;
    top: 20%;
    left: 0;
    opacity: 0.26;
    pointer-events: none;
}

main:after {
    content: url(images/shape-2.svg);
    position: absolute;
    width: 240px;
    right: 10%;
    top: 0;
    opacity: 0.26;
    pointer-events: none;
}

section.section-1 {
    margin: 150px 0 120px 0;
}

section.section-1 lottie-player {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

section.section-2 {
    margin: 60px 0;
}

section.section-2 h1{
    margin-right: -150px;
    margin-bottom: 7.5px;
    position: relative;
    z-index: 1
}



section.section-2 .image {
          max-width: 240px;
    margin-top: 22.5px;
    position: relative;
    line-height: 1;
}

section.section-2 .image:after {
    content: '';
    position: absolute;
    top: 60px;
    right: -35px;
    bottom: -15px;
    display: block;
    width: 60px;
    z-index: -1;
    opacity: 0.24;
    line-height: 0;
    background-image: url(images/arrows.svg);
    background-size: contain;
        background-repeat-x: no-repeat;
    background-position: center bottom;
 
}


section.section-2 ul {
    line-height: 1;
    margin-top: 60px;
}

section.section-2 ul li {
    display: inline-block;
    font-family: 'Syntax LT Std';
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
}

section.section-2 ul li:not(:last-child) {
    margin-right: 22.5px;
}

section.section-2 ul li img {
    height: 40px;
    width: auto;
}

section.section-2 ul li:not(:first-child):before {
    content: url(images/arrow.svg);
    display: inline-block;
    height: 40px;
    width: 24px;
    line-height: 0;
    margin-right: 7.5px;
}

section.section-2 ul li span {
    vertical-align: 15px;
}

section.section-3 {
     margin: 60px 0;
}

section.section-3 .number {
        font-size: 270px;
    text-align: center;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #fff;
    color: transparent !important;
    font-weight: 900;
    letter-spacing: -15px;
    position: relative;
    line-height: 1;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;

}

section.section-3 .number:before {
        background-image: url(images/arrow.svg);
    content: '';
    position: absolute;
    top: 0;
    bottom: 30px;
    left: 0;
    right: 0;
    opacity: 0.24;
    background-position: center center;
    background-repeat: no-repeat;
}

section.section-4 {
    margin: 60px 0;
    position: relative;
}

section.section-4 h3 {
    margin-top: 60px;
}
section.section-4 .image {
    position: relative;
    z-index: 2
}

section.section-4 .background {
        position: absolute;
    left: 0;
    right: 0;
    bottom: 14%;
    opacity: 0.24;
    pointer-events: none;
	z-index: -1;
}

section.section-4 .animation {
    display: block;
    padding-left: 75px;
    position: relative;
    line-height: 1;
    margin-top: 30px;
}

section.section-4 .animation:before {
    content: url(images/arrow-outline.svg);
    display: inline-block;
    width: 50px;
    position: relative;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
}

section.section-4 .animation .animation-window {

 display: inline-block;
    position: relative;
    height: 100%;
    overflow: hidden;
    height: 47.5px;
}


section.section-4 .animation .animation-window ul {
  position: relative;
  list-style: none;
  top: 0;
  padding: 0;
  margin: 0;
  transition: top 300ms;
}

section.section-4 .animation .animation-window ul li {
  color: #FF00FF;
    font-weight: 900;
    line-height: 1;
    font-family: 'Syntax LT Std';
    font-size: 60px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
        /*text-shadow: rgb(0 0 96 / 50%) 0px 0 60px;*/
}


section.section-5 {
    margin: 60px 0;
}

section.section-5 h4{
      font-size: 124px;
    margin-right: -120px;
    line-height: 1;
    z-index: 5;
    position: relative;
    margin-top: 15px;
}

section.section-5 h5 {
    font-weight: bold;
    margin-bottom: 12.5px;
}

section.section-5 h5 a:before   {
    content: url(images/arrow-footer-pink.svg);
    display: inline-block;
    width: 17.5px;
    vertical-align: -4px;
    margin-right: 7.5px;
    line-height: 0;
	 -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



section.section-5 h5 a[aria-expanded="true"]:before {
    transform: rotate(90deg);
    margin-right: 15px;
}

section.section-5 .image {
        position: relative;
    padding-bottom: 95%;
    display: block;
    z-index: 2;
}


section.section-5 .row:not(.align-items-end) > [class*=col] > .image:first-child {
         clip-path: polygon(0 0, 100% 0, 100% calc(100% - 105px), calc(100% - 65px) calc(100% - 105px), calc(100% - 65px) 100%, 0 100%);
}


section.section-5 .image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

section.section-5 h6 {
    margin-bottom: 0
}

section.section-5 .align-items-end {
    margin-top: -90px
}

section.section-6 {
	text-align: center;
	 margin: 180px 0;
}
section.section-6 .title {
    display: block;
    line-height: 1;
    margin: 0 15px;
    margin-bottom: -30px;
    opacity: 0.22;
	-webkit-mask-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.5)));
	transform-origin: center bottom;

}

/* section.section-6:before {
	content: url(images/multichannel.svg);
    display: block;
    line-height: 1;
    margin: 0 15px;
    margin-bottom: -30px;
    opacity: 0.22;
	-webkit-mask-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.5)));
	transform-origin: 0 bottom;

} */
footer {
    text-align: center;
    margin: 60px 0 30px;
    font-weight: bold;
    text-transform: uppercase;
}
footer span {
	color:#FF00FF;
}

footer ul li {
	display: inline-block;
	white-space: nowrap
}

footer ul li:not(:last-child):after {
    content: '|';
    color: #FF00FF;
    margin: 0 5px 0 10px;
}
.modal-backdrop {
	background: #000060
}

.modal-backdrop.fade.show {
    opacity: 0.72;
}

.modal-content {
	    border: 0;
    border-radius: 0;
}

.modal-header {
	padding: 0;
	border: 0;
	
    display: block;
	text-align: center;
	padding: 45px;
}

.modal-header .close {
    adding: 0;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    background: #FF00FF;
    font-weight: 900;
    line-height: 1.125;
    font-family: 'Syntax LT Std';
    display: inline-block;
    color: #ffffff;
    padding: 10px 15px;
}

.modal-header .close h6 {
	margin-bottom: 0;
}

.modal-header .close h6:after {
	content: url(images/close.svg);
    display: inline-block;
    width: 25px;
    vertical-align: -1px;
    margin-left: 12.5px;
    line-height: 0;
}



.modal-header h4{
	color: #000060;
	margin-bottom: 0;
}

.modal-header lottie-player{
	    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.modal-body {
	  padding: 45px;
	background: #000060;
	box-shadow: 0px 0px 99px #FFFFFF29;
}

.modal-body img {
	    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
}




/* Responsive */

@media (max-width: 1600px) {
    
}   

@media (max-width: 1400px) {
   
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

   
    h1,
    .h1 {
        font-size: 48px;
    }

    .h2,
    h2 {
        font-size: 34px;
    }

    .h3,
    h3 {
        font-size: 30px;

    }

    .h4,
    h4 {
        font-size: 26px;
    }

    .h5,
    h5 {
       font-size: 22px;
    }

    .h6,
    h6 {
        font-size: 20px;
    }
	
	.btn {
		    font-size: 30px;
		padding: 12.5px 30px 10px 30px;
}

	.btn:after {
		 vertical-align: 0px;
    margin-left: 10px;
    width: 17.5px;
}
	
	.button .links,
	.button .rechts {
	width: 300px;
	}
	

    body {
        font-size: 20px;
    }

    main:before {
        content: unset;
    }

    main:after {
            width: 150px;
		 content: unset;
    }
    section.section-1 {
        margin: 120px 0 90px 0;
    }

	section.section-2 .image:after {
		width: 45px;
	}
    section.section-2 ul li {
        font-size: 12px;
    }

    section.section-2 ul li:first-child {
        display: block;
        margin-bottom: 15px
    }

    section.section-2 ul li:not(:last-child) {
        margin-right: 10px;
    }

    section.section-2 ul li:not(:first-child):before {
        height: 30px;
    width: 18px;
    }

    section.section-2 ul li span {
        vertical-align: 10px;
    }

    section.section-2 .image {
        max-width: 150px;
        margin-left: auto;
    margin-right: auto;
    }
	
	section.section-3 .number {
		margin-top: 15px;
	}


    section.section-4 .background {
            bottom: unset;
    top: 52%;
    height: 30px;
    width: 200vw;
    left: -30vw;
    }
    section.section-4 .animation .animation-window {
        height: 32.5px;
    }

    section.section-4 .animation .animation-window ul li {
        font-size: 40px
    }
	
	section.section-4 .animation .animation-window ul li span {
		display: none;
	}

    section.section-5 h4 {
    font-size: 60px;
}

    section.section-5 .row:not(.align-items-end) > [class*=col] > .image:first-child {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 105px), calc(100% - 50px) calc(100% - 105px), calc(100% - 50px) 100%, 0 100%);
}
	
	section.section-6 {
    margin: 90px 0;
	}
/* 	section.section-6:before { 
		margin-bottom: -15px;
	} */
	
	section.section-6 .title  {
		margin-bottom: -15px;
}
	
	footer ul li:is(:nth-child(1), :nth-child(2)) {
		display: block
	}
	
	footer ul li:is(:nth-child(1), :nth-child(2)):after {
		content: unset
	}
	.modal-header {
		    padding: 22.5px;
}
	
	.modal-body {
    padding: 22.5px;
	}
	
	.modal-body img {
    margin-top: 22.5px;
}
    
}   










