@import url(../fonts/stylesheet.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #000000;
    overflow-x: hidden;
}

.container {
    max-width: 1920px;
    width: 100%;
}

.active {
    background-color: rgba(0, 0, 0, 0.45);
}


/*----------NAVBAR----------*/


/* START: Style the navbar */


/*  NavBar  */

#navbar {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.45); */
    transition: all 0.3s linear;
}

.wholeNavbar {
    width: 100%;
    z-index: 9;
}

ul.addressMenu li {
    padding: 0 20px;
}

ul.socialIcon li {
    margin: 15px 5px;
}

.logo {
    display: inline-block;
    margin: 5px 0 5px 35px;
    width: 4%;
}

.rightNavbar {
    display: none;
}

#navbar {
    overflow: visible;
}

.leftNavbar img {
    max-width: 100%;
    height: auto;
}

.centerNavbar {
    text-align: center;
}

.centerNavbar a {
    width: 10%;
    display: inline-block;
    position: fixed;
    top: 30px;
    right: 7%;
    box-shadow: 0 0 0 0 #ffef01;
    border-radius: 30px;
    padding: 10px;
    margin: 0;
    line-height: 0;
    transition: 0.5s;
    transform: scale(0.95);
    font-size: 20px;
    font-family: 'opificioregular';
    font-weight: bold;
    color: #ffe501;
    margin: 10px;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
}

.centerNavbar a:hover {
    transform: scale(1);
    box-shadow: 0 0 12px 6px #ffef01;
}

.centerNavbar a img {
    max-width: 459px;
    width: 100%;
}

.rightNavbar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 12;
    background-color: #000000;
}

.rightNavbar {
    width: 25%;
    height: 100vh;
    background-image: url(../images/menuBackground.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.rightNavbar .mainNavbar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    list-style-type: none;
}

.rightNavbar .mainNavbar {
    margin: 0 auto;
}

.rightNavbar .mainNavbar li {
    padding: 10px 0;
}

.rightNavbar .mainNavbar li a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'opificioregular';
    font-size: 22px;
    line-height: 24px;
    transition: 1s;
    position: relative;
}

.rightNavbar .mainNavbar li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 0%;
    height: 3px;
    /* background-color: #ffef01; */
    transition: 1s;
}

.rightNavbar .mainNavbar li a:hover {
    color: #ffef01;
}

.rightNavbar .mainNavbar li a:hover::after {
    width: 100%;
}

.sticky .rightNavbar {
    top: 60px;
}

.ftvlogo {
    width: 5%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: rotate(90deg);
}
.ftvlogo img {
    max-width: 100%;
    height: auto;
}


/* Collaped Navbar */

#nav-icon {
    width: 50px;
    height: 75px;
    z-index: 13;
    position: fixed;
    top: 0;
    -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;
    display: block;
    right: 35px;
    margin-top: 15px;
    /* background-image: url(../images/hambugerBackground.png); */
    background-repeat: no-repeat;
    background-size: 100%;
}

#nav-icon .icon-wrapper {
    margin: 20px 10px 0;
    position: relative;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3.5px;
    border-radius: 2px;
    width: 90%;
    background: #fff;
    opacity: 1;
    right: 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: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 10px;
}

#nav-icon span:nth-child(4) {
    top: 20px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


/* END: Style the navbar */


/*----------HOME----------*/

#home {}

.section {
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    position: relative;
}

.parallax {
    /* Set a specific height */
    min-height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.section-two,
.section-three,
.section-four,
.section-five,
.section-six,
.section-seven,
.section-eight,
.section-nine,
.section-ten {
    height: 150vh;
}

.section-two .text-wrapper,
.section-three .text-wrapper,
.section-four .text-wrapper,
.section-five .text-wrapper,
.section-six .text-wrapper,
.section-seven .text-wrapper,
.section-eight .text-wrapper,
.section-nine .text-wrapper,
.section-ten .text-wrapper {
    position: absolute;
    top: 65%;
    left: 10%;
    width: 30%;
}

.section-three .text-wrapper .text,
.section-four .text-wrapper .text,
.section-five .text-wrapper .text,
.section-six .text-wrapper .text,
.section-seven .text-wrapper .text,
.section-eight .text-wrapper .text,
.section-nine .text-wrapper .text,
.section-ten .text-wrapper .text {
    margin: 0 0 50px;
}

.section-two .text-wrapper h1,
.section-two .text-wrapper h2,
.section-three .text-wrapper h1,
.section-three .text-wrapper h2,
.section-four .text-wrapper h1,
.section-four .text-wrapper h2,
.section-five .text-wrapper h1,
.section-five .text-wrapper h2,
.section-six .text-wrapper h1,
.section-six .text-wrapper h2,
.section-seven .text-wrapper h1,
.section-seven .text-wrapper h2,
.section-eight .text-wrapper h1,
.section-eight .text-wrapper h2,
.section-nine .text-wrapper h1,
.section-nine .text-wrapper h2,
.section-ten .text-wrapper h1,
.section-ten .text-wrapper h2 {
    font-family: 'open_sansbold';
    font-size: 2.5rem;
    color: #ffef01;
    margin: 0 0 10px;
}

.section-two .text-wrapper p,
.section-three .text-wrapper p,
.section-four .text-wrapper p,
.section-five .text-wrapper p,
.section-six .text-wrapper p,
.section-seven .text-wrapper p,

.section-eight .text-wrapper p,
.section-nine .text-wrapper p,
.section-ten .text-wrapper p {
    font-family: 'gothamlight';
    font-size: 1.2rem;
    color: #ffffff;
    letter-spacing: 1.5px;
    /* text-shadow: 2px 2px 0px black; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

.section-two .text-wrapper p span,
.section-three .text-wrapper p span,
.section-four .text-wrapper p span,
.section-five .text-wrapper p span,
.section-six .text-wrapper p span,
.section-seven .text-wrapper p span,
.section-eight .text-wrapper p span,
.section-nine .text-wrapper p span,
.section-ten .text-wrapper p span {
    color: #ffef01;
}

.section-two .title-wrapper,
.section-three .title-wrapper,
.section-four .title-wrapper,
.section-five .title-wrapper,
.section-six .title-wrapper,
.section-seven .title-wrapper,
.section-eight .title-wrapper,
.section-nine .title-wrapper,
.section-ten .title-wrapper {
    width: 25%;
    position: absolute;
    top: 30%;
    left: 65%;
}

.section-two .img-wrapper,
.section-three .img-wrapper,
.section-four .img-wrapper,
.section-five .img-wrapper,
.section-six .img-wrapper,
.section-seven .img-wrapper,
.section-eight .img-wrapper,
.section-nine .img-wrapper,
.section-ten .img-wrapper {
    position: absolute;
    bottom: 2%;
    left: 0;
    width: 30%;
    opacity: 0.3;
}

.section-three .img-wrapper-top,
.section-four .img-wrapper-top,
.section-five .img-wrapper-top {
    position: absolute;
    top: 2%;
    right: 2%;
    width: 50%;
    opacity: 0.3;
}


/*-----Section One-----*/

.section-one .video-wrapper {
    width: 100%;
}

.section-one .video-wrapper video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
@media only screen and (min-width: 240px) and (min-width: 1440px){
    .section-one .video-wrapper video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    }
    
}
/*@media (max-width: 1023px){*/
/*    .section-one .video-wrapper video {*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    object-fit: cover;*/
/*    object-position: center;*/
/*}*/
/*}*/

@media screen and (max-width: 476px ) {
    .fevent {
        display: none;
    }
}


/*-----Section Two-----*/

.section-two .parallax {
    /* background-image: url("../images/sectionOneBackground.jpg"); */
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)), url("../images/sectionOneBackground.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-two .text-wrapper {
    top: 50%;
    text-align: left;
}

.section-two .text-wrapper .text {
    /*margin: 0 0 80px;*/
    /* margin-top: -100px; */
    margin-bottom: 50px;
}
.section-two .text-wrapper .text p {
    line-height: 18px;
    font-size: 15px;
}

.section-two .text-wrapper .text .subhead {
    margin-bottom: 10px;
}

.section-two .title-wrapper img {
    width: 100%;
    max-width: 1163px;
}

.section-two .img-wrapper {
    left: 2%;
}

.section-two .img-wrapper img {
    width: 100%;
    max-width: 1592px;
}


/*-----Section Three-----*/

.section-three .parallax {
    /* background-image: url("../images/sectionTwoBackground.jpg"); */
    background: linear-gradient( transparent , rgba(0, 0, 0, 0.4) ), url("../images/sectionTwoBackground.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-three .title-wrapper img {
    width: 100%;
    max-width: 1154px;
}

.section-three .img-wrapper img {
    width: 100%;
    max-width: 1481px;
}

.section-three .img-wrapper-top {
    top: 0;
    width: 7%;
}

.section-three .img-wrapper-top img {
    width: 100%;
    max-width: 457px;
}


/*-----Section Four-----*/

.section-four .parallax {
    /* background-image: url("../images/sectionThreeBackground.jpg"); */
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../images/sectionThreeBackground.jpg") no-repeat center;
    background-size: cover;
}

.section-four .title-wrapper {
    width: 20%;
}

.section-four .title-wrapper img {
    width: 100%;
    max-width: 770px;
}

.section-four .img-wrapper img {
    width: 100%;
    max-width: 1481px;
}

.section-four .img-wrapper-top img {
    width: 100%;
    max-width: 1488px;
}


/*-----Section Five-----*/

.section-five .parallax {
    /* background-image: url("../images/sectionFourBackground.jpg"); */
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)), url("../images/sectionFourBackground.jpg") no-repeat center;
    background-size: cover;
}

.section-five .title-wrapper {
    width: 15%;
}

.section-five .title-wrapper img {
    width: 100%;
    max-width: 652px;
}

.section-five .img-wrapper {
    left: 2%;
}

.section-five .img-wrapper img {
    width: 100%;
    max-width: 1592px;
}

.section-five .img-wrapper-top img {
    width: 100%;
    max-width: 1488px;
}


/*-----Section Six-----*/

.section-six .parallax {
    /* background-image: url("../images/sectionFiveBackground.jpg"); */
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../images/sectionFiveBackground.jpg") no-repeat center;
    background-size: cover;
}

.section-six .title-wrapper {
    width: 15%;
}

.section-six .title-wrapper img {
    width: 100%;
    max-width: 646px;
}

.section-six .img-wrapper img {
    width: 100%;
    max-width: 1592px;
}
.section-six .s6t p {
    margin-top: 100px;
}


/*-----Section Seven-----*/

.section-seven .parallax {
    background-image: url("../images/1.png");
    margin-top: 50px;
        /*background-position: center;*/
}

.section-seven .title-wrapper {
    width: 50%;
}

.section-seven .title-wrapper img {
    width: 200%;
    max-width: 626px;
}

.section-seven .img-wrapper img {
    width: 200%;
    max-width: 1491px;
}
/*section eight*/
.section-eight .parallax {
    background-image: url("../images/2.png");
    margin-top: 50px;
        /*background-position: center;*/
}

.section-eight .title-wrapper {
    width: 50%;
}

.section-eight .title-wrapper img {
    /*width: 200%;*/
    max-width: 364px;
}

.section-eight .img-wrapper img {
    width: 200%;
    max-width: 364px;
}
/*section nine*/
.section-nine .parallax {
    background-image: url("../images/3.png");
    margin-top: 50px;
        /*background-position: center;*/
}

.section-nine .title-wrapper {
    width: 50%;
}

.section-nine .title-wrapper img {
    /*width: 200%;*/
  max-width: 364px;
}

.section-nine .img-wrapper img {
    width: 200%;
    max-width: 364px;
}






/*-----FOOTER-----*/

footer {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 4;
    background-color: #000000;
    font-family: 'gothambook';
    padding: 30px;
}

footer .newletter {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 476px) {
    footer .newletter {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}

footer .img-wrapper {
    width: 30%;
    position: absolute;
    bottom: 5%;
    left: 1%;
    opacity: 0.3;
    display: inline-block;
    height: auto;
}

footer .img-wrapper img {
    max-width: 1488px;
    width: 100%;
}

footer .img-wrapper-f {
    width: 10%;
    position: absolute;
    top: 5%;
    right: 2%;
    opacity: 0.3;
}

footer .img-wrapper-f img {
    max-width: 484px;
    width: 100%;
}

footer .newletter h2 {
    font-family: 'kionaregular';
    color: #ffffff;
    font-size: 2.3rem;
    font-weight: 400;
    letter-spacing: 10px;
    padding: 30px 0;
}

footer .newletter h2 span {
    color: #ffef01;
}

.newletter form {
    border: 1px solid #ffffff;
    display: flex;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    width: 70%;
    margin: 0 auto 30px;
}

.newletter form input {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 15px 20px;
    color: #fff;
    /* flex: 1; */
}

.newletter form input[type='email'] {
    flex: 1;
    font-size: 1.3rem;
    font-family: 'gothamlight';
}

.newletter form input[type='submit'] {
    /* background-color: #fff; */
    color: #fff;
    border-left: 2px solid #f1f1f1;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'gothambook';
    font-size: 1.3rem;
}

.newletter form input[type='submit']:hover {
    opacity: .7;
}

.bottomFooter {
    padding: 30px 0;
}

.bottomFooter .links,
.bottomFooter .socialMedia {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    margin: 0 0 20px;
}

.bottomFooter .links li,
.bottomFooter .socialMedia li {
    padding: 0 15px;
}

.bottomFooter .links li a,
.bottomFooter .socialMedia li a {
    font-size: 1rem;
    text-decoration: none;
    color: #ffffff;
    transition: 0.5s;
}

.bottomFooter .socialMedia li a {
    font-size: 1.5rem;
}

.bottomFooter .links li a:hover {
    color: #ffef01;
}

.bottomFooter .socialMedia li:hover a {
    color: #ffef01;
}

.bottomFooter .copyright p {
    text-align: center;
    font-family: 'gothamlight';
    font-size: 1rem;
    color: #ffffff;
}
@media (max-width : 476px) {
    .bottomFooter .socialMedia li a {
        font-size: 1.3rem;
    }
}


/*----------PRIVACY POLICY PAGE----------*/

#privacyPolicy {
    margin: 95px 0 0;
    background-color: #000000;
    font-family: 'gothambook';
    color: #ffffff;
    padding: 30px;
}

#privacyPolicy .header {
    text-align: center;
    margin: 0 0 30px;
}

#privacyPolicy .header h1 {
    font-size: 4rem;
    letter-spacing: 2px;
    color: #ffef01;
    border-bottom: 1px solid #ffef01;
    display: inline-block;
    text-transform: uppercase;
    line-height: 6rem;
}

#privacyPolicy .desc {
    margin: 0 0 30px;
}

#privacyPolicy .desc h3 {
    font-size: 2rem;
    color: #ffef01;
    letter-spacing: 2px;
    margin: 0 0 10px;
    line-height: 4rem;
}

#privacyPolicy .desc p {
    font-size: 1rem;
    letter-spacing: 2px;
    padding: 0 0 10px;
    text-align: justify;
    line-height: 2rem;
}


/*-----Terms And Conditions-----*/

#termsAndConditions {
    margin: 95px 0 0;
    background-color: #000000;
    font-family: 'gothambook';
    color: #ffffff;
    padding: 30px;
}

#termsAndConditions .header {
    text-align: center;
    margin: 0 0 30px;
}

#termsAndConditions .header h1 {
    font-size: 4rem;
    letter-spacing: 2px;
    color: #ffef01;
    border-bottom: 1px solid #ffef01;
    display: inline-block;
    text-transform: uppercase;
    line-height: 6rem;
}

#termsAndConditions .desc {
    margin: 0 0 30px;
}

#termsAndConditions .desc h3 {
    font-size: 2rem;
    color: #ffef01;
    letter-spacing: 2px;
    margin: 0 0 10px;
    line-height: 4rem;
}

#termsAndConditions .desc p {
    font-size: 1rem;
    letter-spacing: 2px;
    padding: 0 0 10px;
    text-align: justify;
    line-height: 2rem;
}


/*-----Career-----*/

#career {
    width: 100%;
    height: 100vh;
    padding: 30px;
    /*    margin: 95px 0 0;*/
    background-color: #000000;
    background-image: url(../images/careerBackground.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

#career .overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.30);
    top: 0;
    left: 0;
    z-index: 0;
}

#career .img-wrapper {
    width: 10%;
    position: absolute;
    top: 4%;
    right: 30%;
    z-index: 1;
}

#career .img-wrapper img {
    max-width: 359px;
    width: 100%;
}

#career .desc {
    width: 35%;
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 1;
}

#career .desc p {
    font-family: 'gothambook';
    color: #ffffff;
    font-size: 1rem;
    margin: 0 0 40px;
}

#career .desc form .form-group {
    display: flex;
    flex-direction: column;
    margin: 0 0 40px;
    width: 50%;
}

#career .desc form label {
    font-family: 'gothambook';
    color: #ffffff;
}

#career .desc form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #515151;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

#career .desc form button {
    background-color: #ffe501;
    border: 1px solid #ffe501;
    color: #000000;
    text-transform: uppercase;
    padding: 12px 15px;
    transition: 0.5s;
}

#career .desc form button:hover {
    background-color: transparent;
    color: #ffe501;
}


/*-----Michel Adam-----*/

#michelAdam .section-two .parallax {
    /* background-image: url("../images/michalAdam/sectionOneBackground.jpg"); */
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../images/michalAdam/sectionOneBackground.jpg") no-repeat center;
    background-size: cover;
}

#michelAdam.kashiffkhan .section-two .parallax {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../images/Kashiff/kashiff.png") no-repeat center;
    background-size: cover;
    background-position: 100% 25%;
}

#michelAdam .section-three .parallax {
    /* background-image: url("../images/michalAdam/sectionTwoBackground.jpg"); */
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../images/michalAdam/sectionTwoBackground.jpg") no-repeat;
    background-size: cover;
    background-position: 0 40%;
}

#michelAdam.kashiffkhan .section-three .parallax {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../images/Kashiff/kashiffKhan1.png") no-repeat;
    background-size: cover;
}

#michelAdam .section-four .parallax {
    /* background-image: url("../images/michalAdam/sectionThreeBackground.jpg"); */
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../images/michalAdam/sectionThreeBackground.jpg") no-repeat;
    background-size: cover;
    background-position: 0 0%;
}

#michelAdam.kashiffkhan .section-four .parallax {
    /* background-image: url("../images/michalAdam/sectionThreeBackground.jpg"); */
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../images/Kashiff/kashiffKhan.jpeg") no-repeat;
    background-size: cover;
}

#michelAdam .section-five .parallax {
    /* background-image: url("../images/michalAdam/sectionFourBackground.jpg"); */
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../images/michalAdam/sectionFourBackground.jpg") no-repeat;
    background-size: cover;
}

#michelAdam .section-six .parallax {
    /* background-image: url("../images/michalAdam/sectionFiveBackground.jpg"); */
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../images/michalAdam/sectionFiveBackground.jpg") no-repeat;
    background-position: inherit;
    background-size: cover;
}

#michelAdam .section-two .title-wrapper,
#michelAdam .section-three .title-wrapper,
#michelAdam .section-four .title-wrapper,
#michelAdam .section-five .title-wrapper,
#michelAdam .section-six .title-wrapper {
    left: 55%;
    width: 20%;
}

#michelAdam .section-two .title-wrapper {
    width: 25%;
}

#michelAdam .section-three .title-wrapper img {
    max-width: 680px;
}

#michelAdam .section-four .title-wrapper img {
    max-width: 624px;
}

#michelAdam .section-five .title-wrapper img {
    max-width: 631px;
}

#michelAdam .section-six .title-wrapper img {
    max-width: 636px;
}

#michelAdam .section-two .img-wrapper-top {
    width: 7%;
    position: absolute;
    top: auto;
    right: 2%;
    bottom: 2%;
    left: auto;
}

#michelAdam .section-two .img-wrapper-top img {
    width: 100%;
    max-width: 247px;
    opacity: 0.3;
}

#michelAdam .section-three .img-wrapper {
    width: 15%;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
}

#michelAdam .section-three .img-wrapper img {
    width: 100%;
    max-width: 1179px;
}

#michelAdam .section-three .img-wrapper-top {
    width: 15%;
    position: absolute;
    top: 0;
    left: 0;
}

#michelAdam .section-three .img-wrapper-top img {
    width: 100%;
    max-width: 1179px;
}

#michelAdam .section-two .text-wrapper,
#michelAdam .section-three .text-wrapper,
#michelAdam .section-four .text-wrapper,
#michelAdam .section-five .text-wrapper,
#michelAdam .section-six .text-wrapper {
    padding: 60px;
    top: 50%;
}

#michelAdam .section-four .text-wrapper {
    background-color: #000000;
    top: 0;
}

#michelAdam .section-four .text-wrapper .text:last-child {
    margin: 0;
}

#michelAdam .section-four .img-wrapper {
    left: 10%;
    bottom: 10%;
}

#michelAdam .section-four .img-wrapper img {
    max-width: 1491px;
}


/*-----Support-----*/

#support .section-two .parallax {
    background-image: url("../images/support/sectionOneBackground.jpg");
}

#support .section-three .parallax {
    background-image: url("../images/support/sectionTwoBackground.jpg");
}

#support .section-four .parallax {
    background-image: url("../images/support/sectionThreeBackground.jpg");
}

#support .section-two .title-wrapper,
#support .section-four .title-wrapper {
    left: 50%;
    width: 20%;
}

#support .section-four .title-wrapper {
    left: 20%;
}

#support .section-two .title-wrapper {
    width: 15%;
}

#support .section-three .title-wrapper img {
    max-width: 477px;
}

#support .section-four .title-wrapper img {
    max-width: 784px;
}

#support .section-two .img-wrapper {
    width: 6%;
    position: absolute;
    bottom: 2%;
    left: auto;
    right: 6%;
}

#support .section-two .img-wrapper img {
    width: 100%;
    max-width: 197px;
    opacity: 0.3;
}

#support .section-three .text-wrapper {
    top: 10%;
}

#support .section-four .text-wrapper {
    width: auto;
    top: 40%;
    right: 15%;
    left: auto;
}

#support .section-three .text-wrapper .text {
    padding: 30px;
    margin: 0 0 35%;
}

#support .section-three .text-wrapper .text:last-child {
    background-color: rgba(0, 0, 0, 0.50);
    margin: 0;
}

#support .section-three .text-wrapper .text h1 {
    color: #000000;
    font-family: 'kionaregular';
    font-size: 4.5rem;
    line-height: 5rem;
    text-shadow: 6px 6px 6px rgb(255 255 255 / 33%);
}

#support .section-three .text-wrapper .text ul {
    list-style-type: none;
}

#support .section-three .text-wrapper .text ul li,
#support .section-four .text-wrapper .text ul li {
    font-family: 'gothambook';
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #ffffff;
    padding: 0 0 10px;
}

#support .section-four .text-wrapper .text ul li {
    color: #000000;
}

#support .section-three .text-wrapper .text ul li:last-child,
#support .section-four .text-wrapper .text ul li:last-child {
    padding: 0;
}


/*-----Fashion TV-----*/

#fashionTV {}

#fashionTV .section-two .parallax {
    /* background-image: url("../images/fashionTv/sectionBackgroundOne.jpg"); */
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)), url("../images/fashionTv/sectionBackgroundOne.jpg") no-repeat center;
    background-size: cover;
}

#fashionTV .section-three .parallax {
    background-image: url("../images/fashionTv/sectionBackgroundTwo.jpg");
    background-position: inherit;
}

#fashionTV .section-four .parallax {
    background-image: url("../images/fashionTv/sectionBackgroundThree.jpg");
}

#fashionTV .section-five .parallax {
    background-image: url("../images/fashionTv/sectionBackgroundFour.jpg");
    background-position: inherit;
}

#fashionTV .section-six .parallax {
    background-image: url("../images/fashionTv/sectionBackgroundFive.jpg");
}

#fashionTV .section-seven .parallax {
    background-image: url("../images/fashionTv/sectionBackgroundSix.jpg");
}

#fashionTV .section-eight .parallax {
    background-image: url("../images/fashionTv/sectionBackgroundSeven.jpg");
}

#fashionTV .section-two .title-wrapper,
#fashionTV .section-three .title-wrapper,
#fashionTV .section-four .title-wrapper,
#fashionTV .section-five .title-wrapper,
#fashionTV .section-six .title-wrapper,
#fashionTV .section-seven .title-wrapper,
#fashionTV .section-eight .title-wrapper {
    left: 60%;
    width: 20%;
}

#fashionTV .section-two .title-wrapper,
#fashionTV .section-seven .title-wrapper,
#fashionTV .section-eight .title-wrapper {
    width: 20%;
}

#fashionTV .section-three .title-wrapper img {
    max-width: 686px;
}

#fashionTV .section-four .title-wrapper img {
    max-width: 704px;
}

#fashionTV .section-five .title-wrapper img {
    max-width: 706px;
}

#fashionTV .section-six .title-wrapper img {
    max-width: 675px;
}

#fashionTV .section-seven .title-wrapper img {
    max-width: 1011px;
}

#fashionTV .section-eight .title-wrapper img {
    max-width: 1021px;
    width: 100%;
}

#fashionTV .section-three .text-wrapper,
#fashionTV .section-four .text-wrapper,
#fashionTV .section-five .text-wrapper,
#fashionTV .section-six .text-wrapper,
#fashionTV .section-seven .text-wrapper,
#fashionTV .section-eight .text-wrapper {
    top: 45%;
}

#fashionTV .section-five .text-wrapper {
    top: 20%;
}

#fashionTV .section-eight .text-wrapper {
    top: 20%;
    width: 40%;
}

#fashionTV .section-eight .text-wrapper .text h2 {
    margin: 0 0 10%;
    text-transform: uppercase;
}

#fashionTV .section-three .text-wrapper .text,
#fashionTV .section-four .text-wrapper .text,
#fashionTV .section-five .text-wrapper .text,
#fashionTV .section-six .text-wrapper .text,
#fashionTV .section-seven .text-wrapper .text {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.66);
}

#fashionTV .section-eight .text-wrapper .text ul {
    padding: 30px;
}

#fashionTV .section-three .text-wrapper .text ul li,
#fashionTV .section-four .text-wrapper .text ul li,
#fashionTV .section-five .text-wrapper .text ul li,
#fashionTV .section-six .text-wrapper .text ul li,
#fashionTV .section-seven .text-wrapper .text ul li,
#fashionTV .section-eight .text-wrapper .text ul li {
    font-family: 'gothambook';
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #ffffff;
    padding: 0 0 10px;
}

#fashionTV .section-three .text-wrapper .text ul li:last-child,
#fashionTV .section-four .text-wrapper .text ul li:last-child,
#fashionTV .section-five .text-wrapper .text ul li:last-child,
#fashionTV .section-six .text-wrapper .text ul li:last-child,
#fashionTV .section-seven .text-wrapper .text ul li:last-child,
#fashionTV .section-eight .text-wrapper .text ul li:last-child {
    padding: 0;
}


/*-----Channels-----*/

#channels {}

#channels .section-two .parallax {
    background-image: url("../images/channels/sectionBackgroundOne.jpg");
}

#channels .section-three .parallax {
    background-image: url("../images/channels/sectionBackgroundTwo.jpg");
    background-position: inherit;
}

#channels .section-four .parallax {
    background-image: url("../images/channels/sectionBackgroundThree.jpg");
}

#channels .section-five .parallax {
    background-image: url("../images/channels/sectionBackgroundFour.jpg");
    background-position: inherit;
}

#channels .section-six .parallax {
    background-image: url("../images/channels/sectionBackgroundFive.jpg");
}

#channels .section-seven .parallax {
    background-image: url("../images/channels/sectionBackgroundSix.jpg");
}

#channels .section-eight .parallax {
    background-image: url("../images/channels/sectionBackgroundEight.jpg");
}

#channels .section-nine .parallax {
    background-image: url("../images/channels/sectionBackgroundNine.jpg");
}

#channels .section-eight,
#channels .section-nine {
    height: 200vh;
}

#channels .section-ten {
    height: 100vh;
}

#channels .section-ten .parallax {
    background-image: url("../images/channels/sectionBackgroundTen.jpg");
}

#channels .section-one .banner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(176, 0, 116, 0.75);
    z-index: 1;
}

#channels .section-one .banner-wrapper {
    width: 70%;
    margin: 0 0 0 auto;
    opacity: 0.75;
}

#channels .section-one .banner-wrapper img {
    max-width: 2928px;
    width: 100%;
    display: block;
}

#channels .section-one .img-wrapper {
    width: 40%;
    position: absolute;
    top: 53.6%;
    left: 36%;
    transform: translate(-50%, -50%);
}

#channels .section-one .img-wrapper img {
    max-width: 1702px;
    width: 100%;
}

#channels .section-two .title-wrapper,
#channels .section-three .title-wrapper,
#channels .section-four .title-wrapper,
#channels .section-five .title-wrapper,
#channels .section-six .title-wrapper,
#channels .section-seven .title-wrapper,
#channels .section-eight .title-wrapper,
#channels .section-nine .title-wrapper,
#channels .section-ten .title-wrapper {
    width: 25%;
    top: 10%;
    left: 10%;
}

#channels .section-nine .title-wrapper {
    top: 20%;
}

#channels .section-ten .title-wrapper {
    top: 50%;
    transform: translate(0, -50%);
}

#channels .section-two .title-wrapper {
    width: 20%;
}

#channels .section-two .title-wrapper-two,
#channels .section-three .title-wrapper-two,
#channels .section-four .title-wrapper-two,
#channels .section-five .title-wrapper-two,
#channels .section-six .title-wrapper-two,
#channels .section-seven .title-wrapper-two,
#channels .section-eight .title-wrapper-two,
#channels .section-nine .title-wrapper-two,
#channels .section-ten .title-wrapper-two {
    width: 25%;
    position: absolute;
    top: 45%;
    left: 60%;
}

#channels .section-four .title-wrapper-two {
    top: 50%;
}

#channels .section-eight .title-wrapper-two,
#channels .section-ten .title-wrapper-two {
    top: 60%;
}

#channels .section-nine .title-wrapper-two {
    top: 70%;
}

#channels .section-two .title-wrapper img {
    max-width: 526px;
    width: 100%;
}

#channels .section-two .title-wrapper-two img {
    max-width: 884px;
    width: 100%;
}

#channels .section-three .title-wrapper img {
    max-width: 901px;
    width: 100%;
}

#channels .section-three .title-wrapper-two img {
    max-width: 856px;
    width: 100%;
}

#channels .section-four .title-wrapper img {
    max-width: 780px;
    width: 100%;
}

#channels .section-four .title-wrapper-two img {
    max-width: 725px;
    width: 100%;
}

#channels .section-five .title-wrapper img {
    max-width: 670px;
    width: 100%;
}

#channels .section-five .title-wrapper-two img {
    max-width: 771px;
    width: 100%;
}

#channels .section-six .title-wrapper img {
    max-width: 811px;
    width: 100%;
}

#channels .section-six .title-wrapper-two img {
    max-width: 770px;
    width: 100%;
}

#channels .section-seven .title-wrapper img {
    max-width: 747px;
    width: 100%;
}

#channels .section-seven .title-wrapper-two img {
    max-width: 745px;
    width: 100%;
}

#channels .section-eight .title-wrapper img {
    max-width: 508px;
    width: 100%;
}

#channels .section-eight .title-wrapper-two img {
    max-width: 670px;
    width: 100%;
}

#channels .section-nine .title-wrapper img {
    max-width: 631px;
    width: 100%;
}

#channels .section-nine .title-wrapper-two img {
    max-width: 694px;
    width: 100%;
}

#channels .section-ten .title-wrapper img {
    max-width: 443px;
    width: 100%;
}

#channels .section-two .text-wrapper,
#channels .section-three .text-wrapper,
#channels .section-four .text-wrapper,
#channels .section-five .text-wrapper,
#channels .section-six .text-wrapper,
#channels .section-seven .text-wrapper,
#channels .section-eight .text-wrapper,
#channels .section-nine .text-wrapper,
#channels .section-ten .text-wrapper {
    left: 60%;
    top: 10%;
}

#channels .section-two .text-wrapper p,
#channels .section-three .text-wrapper p,
#channels .section-four .text-wrapper p,
#channels .section-five .text-wrapper p,
#channels .section-six .text-wrapper p,
#channels .section-seven .text-wrapper p,
#channels .section-eight .text-wrapper p,
#channels .section-nine .text-wrapper p,
#channels .section-ten .text-wrapper p {
    margin: 0 0 10px;
}

#channels .section-two .text-wrapper-two,
#channels .section-three .text-wrapper-two,
#channels .section-four .text-wrapper-two,
#channels .section-five .text-wrapper-two,
#channels .section-six .text-wrapper-two,
#channels .section-seven .text-wrapper-two,
#channels .section-eight .text-wrapper-two,
#channels .section-nine .text-wrapper-two,
#channels .section-ten .text-wrapper-two {
    position: absolute;
    left: 60%;
    top: 60%;
    width: 30%;
}

#channels .section-eight .text-wrapper-two,
#channels .section-nine .text-wrapper-two,
#channels .section-ten .text-wrapper-two {
    top: 60%;
    left: 10%;
    width: 40%;
}

#channels .section-two .text-wrapper-two .text,
#channels .section-three .text-wrapper-two .text,
#channels .section-four .text-wrapper-two .text,
#channels .section-five .text-wrapper-two .text,
#channels .section-six .text-wrapper-two .text,
#channels .section-seven .text-wrapper-two .text,
#channels .section-eight .text-wrapper-two .text,
#channels .section-nine .text-wrapper-two .text,
#channels .section-ten .text-wrapper-two .text {
    margin: 0 0 50px;
}

#channels .section-two .text-wrapper-two h1,
#channels .section-two .text-wrapper-two h2,
#channels .section-three .text-wrapper-two h1,
#channels .section-three .text-wrapper-two h2,
#channels .section-four .text-wrapper-two h1,
#channels .section-four .text-wrapper-two h2,
#channels .section-five .text-wrapper-two h1,
#channels .section-five .text-wrapper-two h2,
#channels .section-six .text-wrapper-two h1,
#channels .section-six .text-wrapper-two h2,
#channels .section-seven .text-wrapper-two h1,
#channels .section-seven .text-wrapper-two h2,
#channels .section-eight .text-wrapper-two h1,
#channels .section-eight .text-wrapper-two h2,
#channels .section-nine .text-wrapper-two h1,
#channels .section-nine .text-wrapper-two h2,
#channels .section-ten .text-wrapper-two h1,
#channels .section-ten .text-wrapper-two h2 {
    font-family: 'open_sansbold';
    font-size: 2.5rem;
    color: #ffef01;
    margin: 0 0 10px;
}

#channels .section-two .text-wrapper-two p,
#channels .section-three .text-wrapper-two p,
#channels .section-four .text-wrapper-two p,
#channels .section-five .text-wrapper-two p,
#channels .section-six .text-wrapper-two p,
#channels .section-seven .text-wrapper-two p,
#channels .section-eight .text-wrapper-two p,
#channels .section-nine .text-wrapper-two p,
#channels .section-ten .text-wrapper-two p {
    font-family: 'gothamlight';
    font-size: 1.2rem;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 0px black;
    margin: 0 0 10px;
}

#channels .section-two .text-wrapper-two p span,
#channels .section-three .text-wrapper-two p span,
#channels .section-four .text-wrapper-two p span,
#channels .section-five .text-wrapper-two p span,
#channels .section-six .text-wrapper-two p span,
#channels .section-seven .text-wrapper-two p span,
#channels .section-eight .text-wrapper-two p span,
#channels .section-nine .text-wrapper-two p span,
#channels .section-ten .text-wrapper-two p span {
    color: #ffef01;
}

#channels .section-eight .text-wrapper-two ul,
#channels .section-nine .text-wrapper ul,
#channels .section-nine .text-wrapper-two ul,
#channels .section-ten .text-wrapper ul,
#channels .section-ten .text-wrapper-two ul {
    padding: 0 0 0 30px;
}

#channels .section-eight .text-wrapper-two ul li,
#channels .section-nine .text-wrapper ul li,
#channels .section-nine .text-wrapper-two ul li,
#channels .section-ten .text-wrapper ul li,
#channels .section-ten .text-wrapper-two ul li {
    font-family: 'gothamlight';
    font-size: 1.2rem;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 0px black;
    margin: 0 0 10px;
}

#channels .section-eight .text-wrapper-two ul li span,
#channels .section-nine .text-wrapper ul li span,
#channels .section-nine .text-wrapper-two ul li span,
#channels .section-ten .text-wrapper ul li span,
#channels .section-ten .text-wrapper-two ul li span {
    color: #ffef01;
}

#channels .section-two .vertical-video-wrapper,
#channels .section-three .vertical-video-wrapper,
#channels .section-four .vertical-video-wrapper,
#channels .section-five .vertical-video-wrapper,
#channels .section-six .vertical-video-wrapper,
#channels .section-seven .vertical-video-wrapper,
#channels .section-eight .vertical-video-wrapper,
#channels .section-nine .vertical-video-wrapper,
#channels .section-ten .vertical-video-wrapper {
    width: 25vw;
    height: 75vh;
    overflow: hidden;
    position: absolute;
    top: 40%;
    left: 10%;
}

#channels .section-two .vertical-video-wrapper video,
#channels .section-three .vertical-video-wrapper video,
#channels .section-four .vertical-video-wrapper video,
#channels .section-five .vertical-video-wrapper video,
#channels .section-six .vertical-video-wrapper video,
#channels .section-seven .vertical-video-wrapper video,
#channels .section-eight .vertical-video-wrapper video,
#channels .section-nine .vertical-video-wrapper video,
#channels .section-ten .vertical-video-wrapper video {
    max-width: 1920px;
    max-height: 1080px;
    height: 100%;
}


/*-----FTV Events-----*/

#ftvEvents {}

#ftvEvents .section-three,
#ftvEvents .section-four {
    height: 200vh;
}

#ftvEvents .section-two .parallax {
    /* background-image: url("../images/ftvEvents/sectionBackgroundOne.jpg"); */
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)), url("../images/ftvEvents/sectionBackgroundOne.jpg") no-repeat center;
    background-size: cover;
}

#ftvEvents .section-three .parallax {
    /* background-image: url("../images/ftvEvents/sectionBackgroundTwo.jpg"); */
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)), url("../images/ftvEvents/sectionBackgroundTwo.jpg") no-repeat center;
    background-position: inherit;
}

#ftvEvents .section-four .parallax {
    /* background-image: url("../images/ftvEvents/sectionBackgroundThree.jpg"); */
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url("../images/ftvEvents/sectionBackgroundThree.jpg") no-repeat center;
    background-size: cover;
}

#ftvEvents .section-two .title-wrapper,
#ftvEvents .section-three .title-wrapper,
#ftvEvents .section-four .title-wrapper {
    width: 15%;
    top: 10%;
}

#ftvEvents .section-two .title-wrapper {
    width: 25%;
    top: 30%;
}

#ftvEvents .section-three .title-wrapper-two,
#ftvEvents .section-four .title-wrapper-two {
    width: 15%;
    position: absolute;
    top: 50%;
    left: 10%;
}

#ftvEvents .section-three .title-wrapper-two {
    width: 20%;
}

#ftvEvents .section-three .title-wrapper img {
    max-width: 849px;
    width: 100%
}

#ftvEvents .section-four .title-wrapper img {
    max-width: 715px;
    width: 100%
}

#ftvEvents .section-three .title-wrapper-two img {
    max-width: 1360px;
    width: 100%;
}

#ftvEvents .section-four .title-wrapper-two img {
    max-width: 731px;
    width: 100%;
}

#ftvEvents .section-two .text-wrapper,
#ftvEvents .section-three .text-wrapper,
#ftvEvents .section-four .text-wrapper {
    top: 10%;
}

#ftvEvents .section-two .text-wrapper {
    top: 60%;
}

#ftvEvents .section-two .text-wrapper p,
#ftvEvents .section-three .text-wrapper p,
#ftvEvents .section-four .text-wrapper p {
    margin: 0 0 10px;
}

#ftvEvents .section-three .text-wrapper h1 {
    color: #ffffff;
}

#ftvEvents .section-three .text-wrapper ul {}

#ftvEvents .section-three .text-wrapper ul li {
    font-family: 'gothambook';
    font-size: 1.5rem;
    color: #ffffff;
    letter-spacing: 1.7px;
    text-shadow: 2px 2px 0px black;
    margin: 0 0 10px;
}

#ftvEvents .section-three .text-wrapper ul li span {
    color: #ffef01;
}

#ftvEvents .section-two .text-wrapper-two,
#ftvEvents .section-three .text-wrapper-two,
#ftvEvents .section-four .text-wrapper-two {
    position: absolute;
    left: 60%;
    top: 60%;
    width: 30%;
}

#ftvEvents .section-two .text-wrapper-two .text,
#ftvEvents .section-three .text-wrapper-two .text,
#ftvEvents .section-four .text-wrapper-two .text {
    margin: 0 0 50px;
}

#ftvEvents .section-two .text-wrapper-two h1,
#ftvEvents .section-two .text-wrapper-two h2,
#ftvEvents .section-three .text-wrapper-two h1,
#ftvEvents .section-three .text-wrapper-two h2,
#ftvEvents .section-four .text-wrapper-two h1,
#ftvEvents .section-four .text-wrapper-two h2 {
    font-family: 'open_sansbold';
    font-size: 2.5rem;
    color: #ffef01;
    margin: 0 0 10px;
}

#ftvEvents .section-two .text-wrapper-two p,
#ftvEvents .section-three .text-wrapper-two p,
#ftvEvents .section-four .text-wrapper-two p {
    font-family: 'gothamlight';
    font-size: 1.2rem;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 0px black;
    margin: 0 0 10px;
}

#ftvEvents .section-two .text-wrapper-two p span,
#ftvEvents .section-three .text-wrapper-two p span,
#ftvEvents .section-four .text-wrapper-two p span {
    color: #ffef01;
}

#ftvEvents .section-three .background-wrapper {
    width: 80%;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#ftvEvents .section-three .background-wrapper .background {
    position: relative;
}

#ftvEvents .section-three .background-wrapper .background img {
    max-width: 3627px;
    width: 100%;
}

#ftvEvents .section-three .background-wrapper .background .text-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#ftvEvents .section-three .background-wrapper .background .text-wrapper p {
    position: absolute;
    width: 20%;
    text-align: center;
    color: #000000;
    text-shadow: 0 0 black;
}

#ftvEvents .section-three .background-wrapper .background .text-wrapper p:first-child {
    bottom: 22%;
    left: 4.5%;
}

#ftvEvents .section-three .background-wrapper .background .text-wrapper p:nth-child(2) {
    top: 41%;
    left: 26%;
}

#ftvEvents .section-three .background-wrapper .background .text-wrapper p:nth-child(3) {
    top: 14%;
    left: 47.5%;
}

#ftvEvents .section-three .background-wrapper .background .text-wrapper p:nth-child(4) {
    bottom: 25%;
    right: 33%;
}

#ftvEvents .section-three .background-wrapper .background .text-wrapper p:last-child {
    top: 38%;
    right: 11.5%;
}


/*-----Event Options-----*/

#eventOptions {}

#eventOptions .section {}

#eventOptions .owl-carousel {
    height: 100vh;
}

#eventOptions .owl-carousel .item .img-wrapper {
    width: 100%;
    height: 100vh;
}

#eventOptions .owl-carousel .item .img-wrapper img {
    max-width: 4001px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#eventOptions .owl-carousel .item .title-wrapper {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
}

#eventOptions .owl-carousel .item .title-wrapper.first,
#eventOptions .owl-carousel .item .title-wrapper.third,
#eventOptions .owl-carousel .item .title-wrapper.fourth,
#eventOptions .owl-carousel .item .title-wrapper.fivth,
#eventOptions .owl-carousel .item .title-wrapper.seventh,
#eventOptions .owl-carousel .item .title-wrapper.eighth {
    left: 75%;
}

#eventOptions .owl-carousel .item .title-wrapper.second {
    left: 50%;
}

#eventOptions .owl-carousel .item .title-wrapper.sixth {
    left: 90%;
    top: 40%;
}

#eventOptions .owl-carousel .item .title-wrapper.sixth-two {
    left: 10%;
}

#eventOptions .owl-carousel .item .title-wrapper img {
    max-width: 2400px;
    width: 100%;
}

#eventOptions .owl-carousel .item .text-wrapper {
    width: 40%;
    position: absolute;
    top: 60%;
    left: 25%;
    transform: translate(-50%, -50%);
}

#eventOptions .owl-carousel .item .text-wrapper .text {}

#eventOptions .owl-carousel .item .text-wrapper .text h1,
#eventOptions .owl-carousel .item .text-wrapper .text h2 {
    font-family: 'kionaregular';
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0 0 20px;
}

#eventOptions .owl-carousel .item .text-wrapper .text h1 span,
#eventOptions .owl-carousel .item .text-wrapper .text h2 span {
    color: #ffef01;
}

#eventOptions .owl-carousel .item .text-wrapper .text p {
    font-family: 'gothamlight';
    font-size: 1.2rem;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 0px black;
    margin: 0 0 10px;
}

#eventOptions .owl-carousel .item .text-wrapper .text p span {
    color: #ffef01;
}

#eventOptions .owl-carousel .item .text-wrapper .text ul {
    padding: 0 0 0 30px;
}

#eventOptions .owl-carousel .item .text-wrapper .text ul li {
    font-family: 'gothamlight';
    font-size: 1.2rem;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 0px black;
    margin: 0 0 10px;
}

#eventOptions .owl-carousel .item .text-wrapper .text ul li span {
    color: #ffef01;
}

#eventOptions .nite .owl-carousel .item .title-wrapper {
    width: 40%;
    top: 50%;
    left: 50%;
}

#eventOptions .nite .owl-carousel .item .title-wrapper.first {
    left: 75%;
}

#eventOptions .fashion .owl-carousel .item .title-wrapper {
    width: 50%;
    top: 50%;
    left: 60%;
}

#eventOptions .hunt .owl-carousel .item .title-wrapper {
    width: 40%;
    top: 50%;
    left: 60%;
}

#eventOptions .awards .owl-carousel .item .title-wrapper {
    width: 40%;
    top: 50%;
    left: 60%;
}

#eventOptions .awards .owl-carousel .item .title-wrapper.third {
    left: 75%;
}


/*-----Event Options-----*/

#eventOptions .last {
    background-image: url(../images/eventOptions/lastpage.jpg);
    position: relative;
}

#eventOptions .last .text-wrapper {
    position: absolute;
    top: 60%;
    left: 25%;
    width: 40%;
    transform: translate(-50%, -50%);
}

#eventOptions .last .text-wrapper h2 {
    font-family: 'kionaregular';
    font-size: 2.5rem;
    color: #ffef01;
    margin: 0 0 10px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

#eventOptions .last .text-wrapper ul {
    padding: 0 0 0 30px;
}

#eventOptions .last .text-wrapper ul li {
    font-family: 'gothamlight';
    font-size: 1.2rem;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 0px black;
    margin: 0 0 10px;
}

#eventOptions .last .text-wrapper h2 span,
#eventOptions .last .text-wrapper ul li span {
    color: #ffef01;
}


/*-----Enquire Now-----*/

#enquire .enquire {
    background-image: url(../images/sectionEnquireBackground.jpg);
    background-size: cover;
    position: relative;
    height: 120vh;
}

#enquire .enquire .title-wrapper {
    width: 10%;
    position: absolute;
    top: 40%;
    left: 10%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#enquire .enquire .title-wrapper img {
    max-width: 265px;
    width: 100%;
}

#enquire .enquire .text-wrapper {
    position: absolute;
    top: 80%;
    left: 25%;
    width: 40%;
    transform: translate(-50%, -50%);
}

#enquire .enquire .text-wrapper h2 {
    font-family: 'kionaregular';
    font-size: 2.5rem;
    color: #ffef01;
    margin: 0 0 10px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

#enquire .enquire .text-wrapper ul {
    padding: 0 0 0 30px;
}

#enquire .enquire .text-wrapper p,
#enquire .enquire .text-wrapper ul li {
    font-family: 'gothamlight';
    font-size: 1.2rem;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 0px black;
    margin: 0 0 10px;
}

#enquire .enquire .text-wrapper h2 span,
#enquire .enquire .text-wrapper p span,
#enquire .enquire .text-wrapper ul li span {
    color: #ffef01;
}

#enquire .enquire .form-wrapper {
    width: 25%;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
}

#enquire .enquire .form-wrapper .field {
    margin: 0 0 20px;
}

#enquire .enquire .form-wrapper .field label,
#enquire .enquire .form-wrapper .field input,
#enquire .enquire .form-wrapper .field textarea,
#enquire .enquire .form-wrapper .field select,
#enquire .enquire .form-wrapper .field button {
    margin: 0 0 10px;
}

#enquire .enquire .form-wrapper .field label,
#enquire .enquire .form-wrapper .field input,
#enquire .enquire .form-wrapper .field textarea,
#enquire .enquire .form-wrapper .field select,
#enquire .enquire .form-wrapper .field .select2-container--default .select2-selection--single,
#enquire .enquire .form-wrapper .field button {
    display: block;
    font-family: 'gothamlight';
    font-size: 1.2rem;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 0px black;
    width: 100%;
}

.select2-container {
    width: 100% !important;
}

#enquire .enquire .form-wrapper .field label {
    color: #ffef01;
}

#enquire .enquire .form-wrapper .field label sup,
#enquire .enquire .form-wrapper .field label.error {
    color: #ff0000;
    font-size: 12px;
}

#enquire .enquire .form-wrapper .field input::placeholder,
#enquire .enquire .form-wrapper .field textarea::placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    padding: 0;
}

#enquire .enquire .form-wrapper .field input,
#enquire .enquire .form-wrapper .field textarea,
#enquire .enquire .form-wrapper .field .select2-container--default .select2-selection--single,
#enquire .enquire .form-wrapper .field select {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ffef01;
    outline: none;
    padding: 0 10px;
}

#enquire .enquire .form-wrapper .field button {
    width: auto;
    display: inline-block;
    color: #ffef01;
    background-color: transparent;
    outline: none;
    border: 1px solid #ffef01;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: 0.5s;
}

#enquire .enquire .form-wrapper .field button:active,
#enquire .enquire .form-wrapper .field button:focus,
#enquire .enquire .form-wrapper .field button:hover {
    background-color: #ffef01;
    color: #000000;
    font-family: 'gothambook';
    font-weight: 800;
    text-shadow: none;
}


/*-----Thank You-----*/

#thankYou .thank {
    background-image: url(../images/sectionThankBackground.jpg);
    background-size: cover;
    position: relative;
    height: 100vh;
}

#thankYou .thank .title-wrapper {
    width: 20%;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#thankYou .thank .title-wrapper img {
    max-width: 341px;
    width: 100%;
}

#thankYou .thank .text-wrapper {
    position: absolute;
    top: 75%;
    left: 25%;
    width: 40%;
    transform: translate(-50%, -50%);
}

#thankYou .thank .text-wrapper h2 {
    font-family: 'kionaregular';
    font-size: 2.5rem;
    color: #ffef01;
    margin: 0 0 10px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

#thankYou .thank .text-wrapper ul {
    padding: 0 0 0 30px;
}

#thankYou .thank .text-wrapper p,
#thankYou .thank .text-wrapper ul li {
    font-family: 'gothamlight';
    font-size: 1.2rem;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 0px black;
    margin: 0 0 10px;
}

#thankYou .thank .text-wrapper h2 span,
#thankYou .thank .text-wrapper p span,
#thankYou .thank .text-wrapper ul li span {
    color: #ffef01;
}