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

html {
    scroll-behavior: smooth
}

.active-nav a {
    color: ;
}

.heading {
    color: whitesmoke;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding-bottom: 5px;
}

.heading-black {
    color: black;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding-bottom: 5px;
}

.not-visible {
    visibility: hidden;
}

body {
    background-color: #e686b42b;
}

#collapsable ul {
    padding-right: 18em;
    z-index: 1000;
    visibility: hidden;
}

#collapsable {
    visibility: hidden;
}

#collapsable ul li {
    padding-right: 1.5em;
    padding-left: 1.5em;
    font-size: 1.2em;
    margin-top: -23px;
    visibility: hidden;
}

@media (max-width:850px) {
    #collapsable {
        visibility: visible;
    }
    #collapsable ul {
        padding-right: 18em;
        z-index: 1001;
        visibility: visible;
    }
    #collapsable ul li {
        padding-right: 1.5em;
        padding-left: 1.5em;
        font-size: 1.2em;
        margin-top: -23px;
        visibility: visible;
    }
}

nav div ul {
    padding-right: 18em;
    z-index: 1000;
}

nav div ul li {
    padding-right: 1.5em;
    padding-left: 1.5em;
    font-size: 1.2em;
    margin-top: -23px;
}

nav div {
    padding-left: 8em;
}

.nav-logo {
    margin-top: 0em;
    position: relative;
    z-index: 1008;
    transition: all .9s ease;
    opacity: .9;
}

.nav-logo:hover {
    margin-top: 0em;
    position: relative;
    opacity: .1;
    z-index: 1008;
    transition: all .9s ease;
}

.nav-logo-inside {
    margin-top: 17px;
    z-index: 1000;
    position: relative;
    transition: all .9s ease;
    margin-left: -137px;
}

.nav-logo-inside:hover {
    margin-top: 17px;
    z-index: 1000;
    position: relative;
    transition: all .9s ease;
    margin-left: -137px;
}

@media (max-width:992px) {
    nav div ul {
        visibility: hidden;
    }
}


/* background picture */

#background {
    background-color: #5661775c;
    margin-top: -2em;
}

.background-pic {
    background-image: linear-gradient(rgba(63, 128, 159, 0.5), rgba(158, 15, 89, 1)), url(../images/background.jpg);
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: 0em;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 65%);
}

.background-text span {
    color: whitesmoke;
    font-size: 45px;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    letter-spacing: 20px;
    margin-top: 1em;
    left: 50%;
    transform: translate(-50%, 155%);
    position: absolute;
    text-transform: uppercase;
    display: block;
}

.background-text p {
    color: whitesmoke;
    font-size: 17px;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    margin-top: 3em;
    left: 50%;
    transform: translate(-50%, 348%);
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 10px;
    display: block;
}

.background-text a {
    color: whitesmoke;
    font-size: 17px;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    margin-top: 3em;
    left: 50%;
    transform: translate(-50%, 440%);
    position: absolute;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    display: block;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(158, 15, 89, 1);
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .3s ease;
    animation-name: color;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@keyframes color {
    0% {
        color: whitesmoke;
        transition: all .3s ease;
    }
    50% {
        color: #9e0f59;
        transition: all .3s ease;
    }
    100% {
        color: whitesmoke;
        transition: all .3s ease;
    }
}

.background-text a:hover {
    color: whitesmoke;
    background-color: rgba(63, 128, 159, 0.5);
    text-decoration: none;
    transition: all .3s ease;
    border-color: rgba(63, 128, 159, 0.5);
}


/* about */

.about-image {
    background-image: linear-gradient(rgba(26, 128, 97, 0.5), rgba(31, 12, 89, 0.8)), url(../images/dance.jpg);
    height: 62vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: 0em;
    clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
}

#about {
    background-color: #5661775c;
    padding-top: 69px;
}

.about-text {
    margin-top: 12em;
    letter-spacing: 20px;
    text-transform: uppercase;
    line-height: 2px;
    position: relative;
}


/* series-home*/

#series-home {
    background-color: #5661775c;
}

#series-home a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    color: black;
    transition: opacity 350ms ease;
}

#series-home a:hover {
    opacity: 5;
}

.series-image img {
    width: 100%;
    background: linear-gradient(rgba(211, 12, 89, 0.8), rgba(126, 128, 97, 0.5));
    opacity: .9;
}

a:hover .series-image img {
    opacity: .3;
}

.series-image {}

.series-heading {
    letter-spacing: 3px;
    text-transform: uppercase;
}

.series-info {
    letter-spacing: 3px;
    text-transform: uppercase;
}

#bounty {
    position: relative;
    width: 64px;
    height: 48px;
    float: right;
}

#bounty:before,
#bounty:after {
    position: absolute;
    content: "";
    left: 50px;
    top: 0px;
    ;
    width: 15px;
    height: 49px;
    background: #a7115ecf;
    border-radius: 50px 50px 0 0;
    transform: rotate(-45deg);
    transform-origin: 0 101%;
}

#bounty:after {
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
}

h6 img {
    width: 7%;
}

.series-navigator {
    background-image: linear-gradient(rgba(255, 224, 0, 0.5), rgba(45, 236, 255, 0.55)), url(../images/serie6.jpg);
    width: 100%;
    height: 43vh;
    background-position: top;
    background-size: cover;
    transition: opacity 350ms ease;
}

.series-navigator:hover {
    opacity: .7;
    transition: opacity 350ms ease;
}


/* series */

#series {
    background-color: #5661775c;
    padding-top: 69px;
}

@media (min-width:850px) {
    #series {
        background-color: #5661775c;
        padding-top: 69px;
        margin-top: -131px;
    }
}

#series a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    color: black;
    transition: opacity 350ms ease;
}

#series a:hover {
    opacity: 5;
}

.series-image img {
    width: 100%;
    background: linear-gradient(rgba(211, 12, 89, 0.8), rgba(126, 128, 97, 0.5));
    opacity: .9;
    height: 40vh;
}

@media (max-width:992px) {
    .series-image img {
        width: 100%;
        background: linear-gradient(rgba(211, 12, 89, 0.8), rgba(126, 128, 97, 0.5));
        opacity: .9;
        height: 100%;
    }
}

a:hover .series-image img {
    opacity: .3;
}

.series-image {}

.series-heading {
    letter-spacing: 3px;
    text-transform: uppercase;
}

.series-info {
    letter-spacing: 3px;
    text-transform: uppercase;
}

#bounty {
    position: relative;
    width: 64px;
    height: 48px;
    float: right;
}

#bounty:before,
#bounty:after {
    position: absolute;
    content: "";
    left: 50px;
    top: 0px;
    ;
    width: 15px;
    height: 49px;
    background: #a7115ecf;
    border-radius: 50px 50px 0 0;
    transform: rotate(-45deg);
    transform-origin: 0 101%;
}

#bounty:after {
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
}

h6 img {
    width: 7%;
}


/* more */

#more {
    background-color: #5661775c;
    padding-top: 69px;
}

.more-container {
    background-image: linear-gradient(rgba(26, 128, 97, 0.5), rgba(255, 45, 45, 0.55)), url(../images/more.jpg);
    width: 100%;
    height: 43vh;
    background-position: top;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 244% 36%, 0 100%);
}

.more-container h2 {
    color: whitesmoke;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding: 50px;
}

.my-btn {
    color: whitesmoke;
    font-size: 17px;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    margin-top: -417px;
    left: 86%;
    transform: translate(-50%, 440%);
    position: absolute;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 5px;
    display: block;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(255, 45, 45, 1);
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .3s ease;
}

.my-btn:hover {
    color: whitesmoke;
    background-color: rgba(63, 128, 159, 0.5);
    transition: all .3s ease;
    border-color: rgba(63, 128, 159, 0.5);
    text-decoration: none;
}

.more-text h2 {
    text-transform: uppercase;
    letter-spacing: 5px;
}


/* trends */

#trends {
    background-color: #5661775c;
    padding-top: 69px;
}

.trend-video video {
    width: 50%;
    float: right;
    clip-path: circle(34% at 50% 51%);
}

.trend-video h2 {
    position: absolute;
    top: 160px;
    left: 4%;
    text-transform: uppercase;
    letter-spacing: 5px;
    float: right;
    z-index: 1000;
    color: #333333;
    font-weight: 100;
}

@media (max-width:1296px) {
    .trend-video h2 {
        font-size: 22px;
    }
}

@media (max-width:992px) {
    .trend-video video {
        width: 100%;
        float: right;
        clip-path: circle(34% at 50% 51%);
    }
    .trend-video h2 {
        position: absolute;
        top: -81px;
        left: 4%;
        text-transform: uppercase;
        letter-spacing: 5px;
        float: right;
        z-index: 1000;
        color: #333333;
        font-weight: 100;
        font-size: 27px;
    }
}

.frame {
    width: 100;
}


/* footer */

#whole-footer {
    background-color: #5661775c;
    position: relative;
}

#footer {
    background-image: linear-gradient(rgba(26, 128, 97, 0.5), rgba(31, 12, 89, 0.8)), url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0% 0%, 61% 0%, 100% 100%, 0% 100%);
    width: 100%;
    z-index: 1000;
    position: relative;
}

@media (max-width:992px) {
    #footer {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
    }
}

.terms ul {
    list-style: none;
    color: whitesmoke;
}

.contact ul {
    list-style: none;
    color: whitesmoke;
}

.footer-icon {
    display: inline-block;
}

.footer-icon a {
    color: whitesmoke;
    font-size: 21px;
    border-style: solid;
    border-radius: 50%;
    padding: 9px;
    transition: all .3s ease;
    text-decoration: none;
}

.footer-icon a:hover {
    color: #a09898;
    font-size: 21px;
    border-style: solid;
    border-radius: 50%;
    padding: 9px;
    transition: all .3s ease;
    text-decoration: none;
}

.terms ul li a {
    text-decoration: none;
    color: whitesmoke;
    transition: all .3s ease;
}

.terms ul li a:hover {
    text-decoration: none;
    color: #a09898;
    transition: all .3s ease;
}

.copyrights {
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    color: whitesmoke;
    font-size: 8px;
}


/* series videos */

.series-video video {
    width: 100%;
}


/* soon */

#soon {
    background-color: #5661775c;
    padding-top: 69px;
    margin-top: -131px;
}

.about-text-soon {
    margin-top: -44em;
    letter-spacing: 20px;
    text-transform: uppercase;
    line-height: 2px;
    position: relative;
    margin-bottom: -199px;
}

.dino {
    background-image: url(../images/dino.png);
    width: 7%;
    height: 35vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 481px;
}

.freak {
    background-image: url(../images/freak.png);
    width: 17%;
    height: 20vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 370px;
    right: 65em;
}

.eye {
    background-image: url(../images/eye.png);
    width: 8%;
    height: 17vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 8.9em;
    right: 81em;
    transform: rotate(15deg);
}

.worm {
    background-image: url(../images/worm.png);
    width: 14%;
    height: 19vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 40.3em;
    right: 18em;
    transform: rotate(23deg);
    z-index: 1;
}

.hat {
    background-image: url(../images/hat.png);
    width: 14%;
    height: 33vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 8.5em;
    right: 36.6em;
    transform: rotate(0deg);
    z-index: 1;
}

@media (max-width:1300px) {
    .hat {
        background-image: url(../images/hat.png);
        width: 14%;
        height: 33vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 9em;
        right: 34.6em;
        transform: rotate(0deg);
        z-index: 1;
    }
}

@media (max-width:1250px) {
    .hat {
        background-image: url(../images/hat.png);
        width: 14%;
        height: 33vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 10em;
        right: 32.6em;
        z-index: 1;
    }
    .worm {
        background-image: url(../images/worm.png);
        width: 18%;
        height: 19vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 40.3em;
        right: 18em;
        transform: rotate(23deg);
        z-index: 1;
    }
    .freak {
        background-image: url(../images/freak.png);
        width: 23%;
        height: 24vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 349px;
        right: 55em;
    }
    .eye {
        background-image: url(../images/eye.png);
        width: 8%;
        height: 17vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 8.9em;
        right: 75em;
        transform: rotate(15deg);
    }
}

@media (max-width:1200px) {
    .dino {
        visibility: hidden;
    }
    .freak {
        visibility: hidden;
    }
    .eye {
        visibility: hidden;
    }
    .worm {
        visibility: hidden;
    }
    .hat {
        visibility: hidden;
    }
    .about-text-soon {
        font-size: 4px;
        margin-top: 0px;
        top: -162px;
    }
}

@media (max-width:992px) {
    .about-text-soon {
        font-size: 4px;
        margin-top: 0px;
        top: -162px;
        padding-top: 76px;
    }
}


/* back button */

.back-icon a {
    font-family: "Lato", sans-serif;
    font-size: 41px;
    padding: 9px;
    transition: all .3s ease;
    text-decoration: none;
    position: absolute;
    z-index: 1000;
}

.back-icon a:hover {
    font-size: 43px;
    padding: 9px;
    transition: all .3s ease;
    text-decoration: none;
    position: absolute;
}

.back-icon i {
    transition: all .3s ease;
    animation-name: color2;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    font-weight: 600;
}

@keyframes color2 {
    0% {
        color: black;
    }
    50% {
        color: #9e0f59;
    }
    100% {
        color: black;
    }
}


/* home arrow */

.down-icon-home a {
    font-size: 24px;
    transition: all .3s ease;
    text-decoration: none;
    position: absolute;
    z-index: 1000;
    margin-top: 1px;
}

.down-icon-home i {
    transition: all .3s ease;
    animation-name: color;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    font-weight: 600;
}

@keyframes color {
    0% {
        color: whitesmoke;
    }
    50% {
        color: #9e0f59;
    }
    100% {
        color: whitesmoke;
    }
}

.tooltips {
    display: inline-block;
    /* background-color: #9a145a;*/
    height: 101px;
    width: 110px;
    box-shadow: 0px 0px 45px whitesmoke;
    margin-top: 25em;
    left: 50%;
    visibility: hidden;
    transition: all .5s;
    border-radius: 16px;
    animation-name: color3;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    font-weight: 600;
    z-index: 2000;
}

@keyframes color3 {
    0% {
        background-image: linear-gradient(rgba(158, 15, 89, 1), rgba(63, 128, 159, 0.5));
        transform: translateY(0px);
        box-shadow: 0px 0px 45px whitesmoke;
    }
    50% {
        background-image: linear-gradient(rgba(63, 128, 159, 0.5), rgba(158, 15, 89, 1));
        transform: translateY(10px);
        box-shadow: 0px 0px 45px whitesmoke;
    }
    100% {
        background-image: linear-gradient(rgba(158, 15, 89, 1), rgba(63, 128, 159, 0.5));
        transform: translateY(0px);
        box-shadow: 0px 0px 45px whitesmoke;
    }
}

.tooltips:before {
    content: '\25b2';
    font-size: 20px;
    color: #9a145a;
    position: absolute;
    margin-top: -19px;
    margin-left: -10px;
    animation-name: color4;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    font-weight: 600;
}

@keyframes color4 {
    0% {
        color: rgba(158, 15, 89, 1);
    }
    50% {
        color: rgba(63, 128, 159, 0.5);
    }
    100% {
        color: rgba(158, 15, 89, 1);
    }
}

.down-icon-home:hover .tooltips {
    margin-top: 25em;
    left: 50%;
    visibility: visible;
}

.tooltips span {
    font-size: 15px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: whitesmoke;
    margin-top: -125px;
}


/* guide */

#testimonial {
    color: black;
    display: inline;
    float: left;
    width: 100%;
    padding: 70px 0;
}

#testimonial .title-area {
    padding: 0 50px;
}

#testimonial .title-area .title {
    font-size: 30px;
    line-height: 30px;
}

.testimonial-slider {
    display: inline;
    float: left;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}

.single-slider {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    outline: none;
}

.testimonial-img {
    border-radius: 50%;
    height: 100px;
    margin: 0 auto 30px;
    text-align: center;
    width: 100px;
}

.testimonial-img img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-content {}

.testimonial-content p {
    font-size: 15px;
}

.testimonial-content h6 {
    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
}

.testimonial-content h6 span {
    margin-left: 3px;
}

.testimonial-slider .slick-dots li {
    border-radius: 50%;
    color: #9e0f59;
}

.testimonial-slider .slick-dots li button::before {
    display: none;
}

@media (max-width:992px) {
    .arrows {
        visibility: hidden;
    }
}


/*search */

.search {
    padding-top: 49px;
}

.search input {
    padding: 3px;
    border-style: solid;
    border-color: #ee9190;
    border-width: 2px;
    border-radius: 7px;
    width: 64%;
    height: 7vh;
}

.search input:focus {
    outline: none;
}

.search i:hover {
    color: #ee9190;
}

.search i {
    color: #4eb7d3;
    font-size: 31px;
    text-decoration: none;
    font-weight: 800;
}

#scribe {
    background-color: #5661775c;
    padding-top: 69px;
}