html,
body {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    background-color: #000;
    min-height: calc(100vh - 6vw);
    scroll-behavior: smooth;
    cursor: url('./assets/cursor.cur'), default;
    font-size: 20px;
    font-family: 'Roboto';
}

a:link {
    color: #36d9de;
    background-color: transparent;
    text-decoration: none;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #36d9de;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #36d9de;
}

html {
    overflow-y: scroll;
}

h1 {
    font-family: 'Bebas Neue';
}

h2,
h3 {
    font-family: 'Bebas Neue';
    font-size: 45px;
    font-weight: 300;
    margin: 10px 0;
    text-transform: uppercase;
}

p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto';
    line-height: 25px;
    margin: 15px 0;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* MENU STYLING */
.menu-test-container {
    position: relative;
    position: relative;
    background-image: url(./assets/images/mainbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    z-index: 1001;
    position: relative;
    transition: height 1300ms 800ms;
    pointer-events: none;
}

ul.menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: margin 1300ms, background-size 800ms, background-position 0s 800ms;
    width: 110%;
    text-align: center;
    margin-left: -5.5%;
    background-color: black;
    /* padding: 10px 8px 8px 8px; */
    pointer-events: all;
    transform: rotate(-5deg);
    /* margin-top: auto; */
    /* display: inline-block; */
    /* padding-bottom: 2px; */
    background-image: linear-gradient(#36d9de 0 0);
    background-position: 0 100%;
    background-size: 0% 2px;
    background-repeat: no-repeat;
    height: 55px;
}

ul.menu li a {
    cursor: url('./assets/cursor.cur'), default;
}

ul.menu li.active {
    background-position: 100% 100%;
    /*OR bottom right*/
    background-size: 100% 3px;
}

ul.menu li:first-child {
    padding-top: 205px;
    margin-top: -185px;
}

ul.menu li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Bebas Neue';
    transform: skew(-7deg);
    font-size: 40px;
    text-shadow:
        0 0 8px #fff;
}

ul.menu li:not(.active) a:hover {
    color: #ffcce1;
    text-shadow:
        0 0 8px #ffcce1;
}

ul.menu li.active a {
    color: #e53781;
    text-shadow:
        0 0 8px #e53781;
}


.pagecontent-outer {
    /* background-image: url(./assets/images/mainbg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 10;
    /* margin-left: -5%; */
}

.pagecontent-outer#creative {
    background-image: url(./assets/images/tp_bolt.png), url(./assets/images/mainbg.jpg);
    background-size: 300px, cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.pagecontent-outer#video {
    background-image: url(./assets/images/tp_star.png), url(./assets/images/mainbg.jpg);
    background-size: 500px, cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.pagecontent {
    padding: calc(25vw + 105px) 0 calc(105px + 25vw);
    background-color: transparent;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 10;
    overflow: hidden;
}

div.contained {
    width: 75%;
    padding: 30px;
    margin: 0 auto;
    max-width: 1000px;
    text-align: left;
    background-color: #00000090;
}

div.largerco {
    width: 85%;
    margin: 0 auto;
}

div.igholder {
    max-width: 200px;
}

.swiper {
    width: 100%;
}

.swiper4{

}




ul.menu.menuopen {
    transition: height 1300ms 800ms !important;
    /* HEIGHT NEEDS TO BE CALCULATED */
    /* height: 500px !important; */
}

ul.menu.menuclosed {
    transition: height 1300ms !important;
    /* height: 0px!important; */
}


ul.menu.menuclosed li:not(:first-child) {
    margin-top: 0;
}

ul.menu.menuopen li:not(:first-child) {
    margin-top: 0;
}

ul.menu li.active+li {
    margin-top: auto !important;
    transition: box-shadow 0s 800ms;
    box-shadow:
        #36d9de 0px -3px;
}

.introvid {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    z-index: 1000000000000;
    height: 100vh;
    object-fit: cover;
    background-color: #000;
}






footer {
    background-color: black;
    margin-top: -0.5vw;
    padding: 5.6vw 0;
    z-index: 1000;
    width: 110%;
    transform: rotate(-5deg);
    margin-left: -5%;
}

.footerinner {
    transform: rotate(5deg);
    font-size: 12px;
    padding: 0px 30px;
}

div.blackbottom {
    background-color: #000;
    min-height: 15vw;
    margin-top: -5vw;
    /* flex: 1; */
    z-index: 1000;
    height: 1000px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff !important;
    background-color: #f331ba;
    height: 50px !important;
    width: 50px !important;
    border-radius: 50%;
    border: 1px solid #b80f60;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
}

.ighold {
    width: 350px !important;
    height: 645px !important;
    overflow: hidden;
}

.imslide {
    width: 350px;
}

.imslide img {
    width: 100%;
}

/* BREAKPOINTS */
@media only screen and (min-width: 580px) {

    .pagecontent {
        padding: calc(105px + 18vw) 0 calc(105px + 18vw);
    }
}

@media only screen and (min-width: 1000px) {

    .pagecontent {
        padding: calc(105px + 15vw) 0 calc(105px + 15vw);
    }
}

@media only screen and (min-width: 1300px) {

    .pagecontent {
        padding: calc(105px + 12vw) 0 calc(105px + 20vw);
    }
}

.logohold{
    z-index: 5000;

}

.logohold img{
    /* padding-bottom: 30px; */
    width: 100px;
    height: auto;
}