@font-face {
    font-family: 'PlusJakartaSans-ExtraBold';
    src: url(../fonts/PlusJakartaSans/PlusJakartaSans-ExtraBold.woff2) format('woff2'), url(../fonts/PlusJakartaSans/PlusJakartaSans-ExtraBold.woff) format('woff'), url(../fonts/PlusJakartaSans/PlusJakartaSans-ExtraBold.ttf) format('ttf');
}

@font-face {
    font-family: 'PlusJakartaSans-Bold';
    src: url(../fonts/PlusJakartaSans/PlusJakartaSans-Bold.woff2) format('woff2'), url(../fonts/PlusJakartaSans/PlusJakartaSans-Bold.woff) format('woff'), url(../fonts/PlusJakartaSans/PlusJakartaSans-Bold.ttf) format('ttf');
}

@font-face {
    font-family: 'PlusJakartaSans-SemiBold';
    src: url(../fonts/PlusJakartaSans/PlusJakartaSans-SemiBold.woff2) format('woff2'), url(../fonts/PlusJakartaSans/PlusJakartaSans-SemiBold.woff) format('woff'), url(../fonts/PlusJakartaSans/PlusJakartaSans-SemiBold.ttf) format('ttf');
}

@font-face {
    font-family: 'PlusJakartaSans-Medium';
    src: url(../fonts/PlusJakartaSans/PlusJakartaSans-Medium.woff2) format('woff2'), url(../fonts/PlusJakartaSans/PlusJakartaSans-Medium.woff) format('woff'), url(../fonts/PlusJakartaSans/PlusJakartaSans-Medium.ttf) format('ttf');
}

@font-face {
    font-family: 'PlusJakartaSans-Regular';
    src: url(../fonts/PlusJakartaSans/PlusJakartaSans-Regular.woff2) format('woff2'), url(../fonts/PlusJakartaSans/PlusJakartaSans-Regular.woff) format('woff'), url(../fonts/PlusJakartaSans/PlusJakartaSans-Regular.ttf) format('ttf');
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: black !important;
    color: white !important;
    overflow-x: hidden;
}

.scrolled {
    transition: ease-in-out 1s;
}

p > a {
    cursor: pointer !important;
}

a {
    color: inherit !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

::-moz-selection { /* Code for Firefox */
    color: black;
    background: #da4167;
}

::selection {
    color: black;
    background: #da4167;
}

::-webkit-scrollbar {
    width: 15px;
    background-color: black;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: #333333;
    border-radius: 0px;
    transition: ease-in-out 200ms;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #cccccc;
    border-radius: 0px;
    transition: ease-in-out 200ms;
}


.disabled {
    opacity: 0.5;
}

/* NAVIGATION */

nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 1000;
    backdrop-filter: blur(5px);
}

.menu-title {
    font-family: "PlusJakartaSans-SemiBold";
    margin-right: 10px;
}

.navbar-brand img {
    height: 32px;
}

.navbar-brand img:hover {
    filter: brightness(100);
}

#navbar .li-login {
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
}

#navbar > p {
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
}

@media screen and (max-width: 768px) {
    #navbar {
        border-bottom: none;
    }

    .navbar-brand img {
        height: 25px;
    }

    .navbar-brand img:hover {
        filter: brightness(100);
    }

    #navbar .li-login {
        font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
        font-size: 18px;
        letter-spacing: 0px;
    }

    #navbar > p {
        font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
        font-size: 16px;
        letter-spacing: 0px;
    }
}

ul {
    list-style: none;
}

#navbar .hamburger-menu {
    background-color: transparent;
    color: white;
    border: none;
}

#navbar .search-icon {
    background-color: transparent;
    color: white;
    border: none;
}

@media screen and (min-width: 768px) {
    #navbar .hamburger-menu {
        background-color: transparent;
        color: white;
        border: none;
        display: none;
    }
}


/* HEADER TITLES */

#home-header-titles .hero-title {
    font-family: "PlusJakartaSans-ExtraBold", Arial, Helvetica, sans-serif;
    letter-spacing: -2px;
    font-size: 76px;
    line-height: 1.1;
}

#home-header-titles .leading-title {
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #cccccc;
    line-height: 1.5;
}

#home-header-titles .muted-title {
    font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    color: #909090;
}

.width-50 {
    width: 50%;
    margin: auto;
}

@media screen and (max-width: 576px) {
    #home-header-titles .hero-title {
        letter-spacing: -1px;
        font-size: 42px;
    }

    .width-50 {
        width: 100%;
        padding-left: 12px !important;
        padding-right: 12px !important;
        margin: auto;
    }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
    #home-header-titles .hero-title {
        letter-spacing: -2px;
        font-size: 52px;
    }

    .width-50 {
        width: 90%;
        margin: auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 1192px) {
    #home-header-titles .hero-title {
        font-size: 60px;
    }

    .width-50 {
        width: 70%;
        margin: auto;
    }
}

@media screen and (min-width: 1193px) and (max-width: 1366px) {
    #home-header-titles .hero-title {
        font-size: 64px;
    }

    .width-50 {
        width: 70%;
        margin: auto;
    }
}

@media screen and (min-width: 768px) {
    .w-md-75 {
        width: 75% !important;
    }

    #home-header-titles .leading-title {
        font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-size: 24px;
        letter-spacing: 0px;
    }

    #home-header-titles .muted-title {
        font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
        font-size: 18px;
    }
}

/* HEADER BUTTONS */

.button-primary {
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    background-color: #da4167;
    color: white !important;
    border: 1px solid #da4167;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 16px;
    transition: ease-in-out 200ms;
}

.button-primary:hover {
    background-color: #de5476;
    color: white !important;
    border: 1px solid #de5476;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 16px;
    transition: ease-in-out 200ms;
}

.button-secondary {
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    background-color: white;
    color: black !important;
    border: 1px solid white;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 16px;
    transition: ease-in-out 200ms;
}

.button-secondary:hover {
    background-color: #e6e6e6;
    color: black !important;
    border: 1px solid #e6e6e6;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 16px;
    transition: ease-in-out 200ms;
}

.button-outline {
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    background-color: transparent;
    color: white !important;
    border: 1px solid #808080;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 16px;
    transition: ease-in-out 200ms;
}

.button-outline:hover {
    background-color: transparent;
    color: white !important;
    border: 1px solid white;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 16px;
    transition: ease-in-out 200ms;
}

.button-dark {
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    background-color: #141414;
    color: white !important;
    border: 1px solid #141414;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 16px;
    transition: ease-in-out 200ms;
}

.button-dark:hover {
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    background-color: #191919;
    color: white !important;
    border: 1px solid #191919;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 16px;
    transition: ease-in-out 200ms;
}

.button-black {
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    background-color: black;
    color: white !important;
    border: 1px solid black;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 16px;
    transition: ease-in-out 200ms;
}

.button-black:hover {
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    background-color: #141414;
    color: white !important;
    border: 1px solid #141414;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 16px;
    transition: ease-in-out 200ms;
}

.button-signup {
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    background-color: #da4167;
    color: white !important;
    border: 1px solid #da4167;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 18px;
    transition: ease-in-out 200ms;
}

.button-signup:hover {
    background-color: #e6e6e6;
    color: black !important;
    border: 1px solid #e6e6e6;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 18px;
    transition: ease-in-out 200ms;
}

.button-student-signup {
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    background-color: #da4167;
    color: white !important;
    border: 1px solid #da4167;
    padding: 20px 40px;
    border-radius: 15px;
    font-size: 18px;
    transition: ease-in-out 200ms;
}

.button-student-signup:hover {
    background-color: #e6e6e6;
    color: black !important;
    border: 1px solid #e6e6e6;
    padding: 20px 40px;
    border-radius: 15px;
    font-size: 18px;
    transition: ease-in-out 200ms;
}


@media screen and (max-width: 576px) {
    .button-primary {
        font-size: 16px;
        padding: 12px 24px;
    }

    .button-secondary {
        font-size: 16px;
        padding: 12px 24px;
    }

    .button-outline {
        font-size: 16px;
        padding: 12px 24px;
    }

    .button-dark {
        font-size: 16px;
        padding: 12px 24px;
    }

    .button-black {
        font-size: 16px;
        padding: 12px 24px;
    }

    .button-signup {
        font-size: 16px;
        padding: 12px 24px;
    }

    .button-student-signup {
        font-size: 16px;
        padding: 12px 24px;
    }

    .button-primary:hover {
        font-size: 16px;
        padding: 10px 20px;
    }

    .button-secondary:hover {
        font-size: 16px;
        padding: 12px 24px;
    }

    .button-outline:hover {
        font-size: 16px;
        padding: 12px 24px;
    }

    .button-dark:hover {
        font-size: 16px;
        padding: 12px 24px;
    }

    .button-black:hover {
        font-size: 16px;
        padding: 12px 24px;
    }

    .button-signup:hover {
        font-size: 16px;
        padding: 12px 24px;
    }

    .button-student-signup:hover {
        font-size: 16px;
        padding: 12px 24px;
    }
}

#home-header-buttons i {
    margin-left: 8px;
}

/* HEADER E-MAIL */

.to-sign-up-input {
    width: 55%;
    padding: 15px 30px;
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: white;
    background-color: #141414;
    border: 2px solid transparent;
    border-radius: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all .2s;
    margin: 0;
}

.to-sign-up-input:focus {
    background-color: white;
    color: black;
    border: 2px solid #da4167;
    outline: none;
    transition: all .2s;
}

@media screen and (max-width: 576px) {
    .to-sign-up-input {
        width: 100%;
        font-size: 16px;
    }
}

.to-sign-up-input:focus::placeholder {
    color: transparent;
    transition: all .2s;
}

/* HEADER ANIMATE */

.image-box img {
    background-color: #141519;
    height: 200px;
    width: 375px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}

@media screen and (max-width: 576px) {
    .image-box img {
        height: 100px;
        width: 175px;
    }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
    .image-box img {
        height: 150px;
        width: 250px;
    }
}

#header-animate {
    overflow: hidden;
}

.animate-area {
    animation-name: goLeft;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes goLeft {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

.image-margin-right {
    transform: translateX(-250px) !important;
}

/* GO TO TOP BUTTON */

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 30px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 999; /* Make sure it does not overlap */
    border: 1px solid #333333; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #191919; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 12px 16px; /* Some padding */
    border-radius: 15px; /* Rounded corners */
    font-size: 16px; /* Increase font size */
    font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
    transition: ease-in-out 200ms;
}

#myBtn:hover {
    background-color: #333333; /* Add a dark-grey background on hover */
    transition: ease-in-out 200ms;
}

/* SIGN UP FORM */

#sign-up-body {
    background-color: black !important;
}

.sign-up-logo img {
    width: 48px;
    margin-bottom: 10px;
}

.sign-up-logo img:hover {
    filter: brightness(100);
}

#sign-up h1 {
    font-size: 36px;
    font-family: "PlusJakartaSans-Bold", Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
}

#sign-up p {
    font-size: 16px;
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    color: #b3b3b3;
}

.sign-up-form {
    background-color: #0e0e0e;
    max-width: 550px;
    height: auto;
    border-radius: 30px;
    border: 2px solid #141414;
}

.sign-up-input {
    width: 100%;
    padding: 15px 30px;
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: white;
    background-color: #141414;
    border: 2px solid transparent;
    border-radius: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all .2s;
    margin: 0;
}

.sign-up-input:focus {
    background-color: white;
    color: black;
    border: 2px solid #da4167;
    outline: none;
    transition: all .2s;
}

@media screen and (max-width: 576px) {
    .sign-up-input {
        font-size: 16px;
    }

    .sign-up-logo img {
        width: 32px;
    }
}

.sign-up-input:focus::placeholder {
    color: transparent;
    transition: ease-in-out .2;
}

.contract-checkbox {
    font-size: 14px;
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

.form-check-label {
    color: #b3b3b3 !important;
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.form-check-label a {
    font-family: "PlusJakartaSans-ExtraBold", Arial, Helvetica, sans-serif;
}

.form-check-input {
    background-color: #333333 !important;
    border-color: #333333 !important;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #da4167 !important;
    border-color: #da4167 !important;
    box-shadow: none;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    cursor: default;
    opacity: 1 !important;
}

.sign-up-button i {
    margin-left: 8px;
}

.go-back-icon {
    left: 30px;
    top: 20px;
    font-size: 28px;
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    color: #808080;
    transition: ease-in-out 200ms;
}

.go-back-icon:hover {
    color: white;
    transition: ease-in-out 200ms;
}


.go-back-icon i {
    margin-right: 12px;
}


/*LOGIN FORM*/

#login-body {
    background-color: black !important;
}

.login-logo img {
    width: 48px;
    margin-bottom: 10px;
}

.login-logo img:hover {
    filter: brightness(100);
}

#login h1 {
    font-size: 36px;
    font-family: "PlusJakartaSans-Bold", Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
}

#login p {
    font-size: 16px;
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    color: #b3b3b3;
}

.login-form {
    background-color: #0e0e0e;
    max-width: 550px;
    height: auto;
    border-radius: 30px;
    border: 2px solid #191919;
}

.login-input {
    width: 100%;
    padding: 15px 30px;
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: white;
    background-color: #141414;
    border: 2px solid transparent;
    border-radius: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all .2s;
    margin: 0;
}

.login-input:focus {
    background-color: white;
    color: black;
    border: 2px solid #da4167;
    outline: none;
    transition: all .2s;
}

@media screen and (max-width: 576px) {
    .login-input {
        font-size: 16px;
    }

    .login-form {
        border: 2px solid #141414;
    }

    .login-logo img {
        width: 32px;
    }
}

.login-input:focus::placeholder {
    color: transparent;
    transition: all .2s;
}

.contract-checkbox {
    font-size: 14px;
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

.form-check-label {
    color: #b3b3b3 !important;
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.form-check-label a {
    font-family: "PlusJakartaSans-ExtraBold", Arial, Helvetica, sans-serif;
}

.form-check-input {
    background-color: #333333;
    border-color: #333333;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #da4167;
    border-color: #da4167;
    box-shadow: none;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    cursor: default;
    opacity: 1 !important;
}

.login-button i {
    margin-left: 8px;
}

.go-back-icon {
    left: 30px;
    top: 20px;
    font-size: 28px;
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    color: #808080;
    transition: ease-in-out 200ms;
}

.go-back-icon:hover {
    color: white;
    transition: ease-in-out 200ms;
}


.go-back-icon i {
    margin-right: 12px;
}

/* PLANLAR HEADER */

#plans-header {
    max-width: 1192px;
}

.plan-one {
    max-width: 350px;
}

.plan-two {
    max-width: 350px;
}

.plans-h1 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 80px;
    letter-spacing: -2px;
    line-height: 110%;
}

.plans-lead {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 150%;
    color: #cccccc;
}

.student-link {
    font-family: "PlusJakartaSans-Bold";
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 100%;
    color: #cccccc;
}

#ImageFloating {
    width: 100%;
    max-width: 1192px;
}

#corporate {
    max-width: 875px;
}

.pricing-badge {
    background-color: white;
    color: black;
    font-family: "PlusJakartaSans-Bold";
    letter-spacing: 0px;
    border-radius: 60px;
    top: 12px;
    right: 12px;
}

.pricing-badge-title {
    font-size: 14px;
}

.plan-one {
    background-color: #141414;
    border-radius: 30px;
    border: 2px solid #141414;
    transition: ease-in-out .3s;
}

.plan-one:hover {
    background-color: #191919;
    border-radius: 30px;
    border: 2px solid #da4167;
    transition: ease-in-out .3s;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(218, 65, 103, 0.5);
    -moz-box-shadow: 0px 0px 100px 0px rgba(218, 65, 103, 0.5);
    box-shadow: 0px 0px 100px 0px rgba(218, 65, 103, 0.5);
    transform: translateY(-10px);
}

.plan-two {
    background-color: #141414;
    border-radius: 30px;
    border: 2px solid #141414;
    transition: ease-in-out .3s;
}

.plan-two:hover {
    background-color: #191919;
    border-radius: 30px;
    border: 2px solid #da4167;
    transition: ease-in-out .3s;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(218, 65, 103, 0.5);
    -moz-box-shadow: 0px 0px 100px 0px rgba(218, 65, 103, 0.5);
    box-shadow: 0px 0px 100px 0px rgba(218, 65, 103, 0.5);
    transform: translateY(-10px);
}

.pricing-name {
    font-family: "PlusJakartaSans-Bold";
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 100%;
}

.pricing-value {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 100%;
}

.features {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 150%;
    color: #cccccc;
}

.contact-us {
    background-color: #141414;
    border-radius: 30px;
}

.contact-us-heading {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 100%;
    color: #cccccc;
}

.contact-us-p {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 150%;
    color: #cccccc;
}

.corporate-logo {
    height: 24px;
    margin-top: 1.5px;
}

@media screen and (max-width: 992px) {
    .plan-one {
        max-width: 100%;
    }

    .plan-two {
        max-width: 100%;
    }

    .plans-h1 {
        font-size: 42px;
    }

    .plans-lead {
        font-size: 16px;
    }

    .pricing-name {
        font-size: 24px;
    }

    .pricing-value {
        font-size: 18px;
    }

    .features {
        font-family: "PlusJakartaSans-SemiBold";
        font-size: 14px;
        line-height: 150%;
    }

    .student-link {
        font-size: 16px;
    }

    .contact-us-heading {
        font-size: 24px;
    }

    .contact-us-p {
        font-size: 14px;
    }

    .corporate-logo {
        height: 21px;
        margin-top: 1.5px;
    }
}


.step-section {
    max-width: 992px;
    padding: 50px 5px;
}

.step-number {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 21px;
    color: #999999;
}

.step-title {
    font-family: "PlusJakartaSans-Bold";
    font-size: 48px;
    letter-spacing: -1px;
}

.step-detail {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 21px;
    color: #cccccc;
    line-height: 150%;
}

.step-detail-warning {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 18px;
    color: orange;
    line-height: 150%;
}

.plan-section {
    background-color: #141414;
    border: 2px solid #141414;
    border-radius: 30px;
    transition: ease-in-out .3s;
    padding: 50px 50px;
}

.plan-name {
    font-family: "PlusJakartaSans-Bold";
    font-size: 28px;
    letter-spacing: 0px;
}

.plan-price {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 21px;
    letter-spacing: 0px;
}

.plan-detail {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 18px;
    color: #cccccc;
    line-height: 150%;
    letter-spacing: 0px;
}

.plan-badge {
    background-color: white;
    color: black;
    font-size: 14px;
    font-family: "PlusJakartaSans-Bold";
    letter-spacing: 0px;
    border-radius: 60px;
    top: 15px;
    right: 15px;
}

.plan-section::after {
    content: "Planı Seç";
    border: 1px solid #808080;
    border-radius: 15px;
    padding: 12px 24px;
    max-width: fit-content;
    font-family: "PlusJakartaSans-SemiBold";
    margin-top: 10px;
    font-size: 16px;
}

input[type="radio"]:checked + .plan-section::after {
    content: "Seçimim";
    background-color: white;
    border: 1px solid white;
    color: black;
}

input[type="radio"]:checked + .plan-section {
    border: 2px solid #ffffff;
    background-color: #333333;
}

input[type="radio"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .step-section {
        padding: 8px 4px;
    }

    .step-number {
        font-family: "PlusJakartaSans-SemiBold";
        font-size: 16px;
        color: #999999;
    }

    .step-title {
        font-family: "PlusJakartaSans-Bold";
        font-size: 32px;
        letter-spacing: -1px;
    }

    .step-detail {
        font-size: 16px;
    }

    .step-detail-warning {
        font-size: 14px;
    }

    .plan-section {
        padding: 35px 35px;
        border-radius: 15px;
    }

    .plan-name {
        font-size: 21px;
    }

    .plan-price {
        font-size: 18px;
    }

    .plan-detail {
        font-size: 16px;
    }

    .plan-badge {
        font-size: 12px;
    }

    .step-section-input {
        font-size: 16px !important;
    }

    .custom-select {
        font-size: 16px !important;
    }

    .plan-section::after {
        display: none;
    }
}

.button-section {
    max-width: 450px;
}

.input-section {
    max-width: 450px;
}

.billing-section {
    max-width: 450px;
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 16px;
    color: #999999;
}

.check-section {
    max-width: 450px;
}

.step-section-input {
    padding: 15px 30px;
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    background-color: #191919;
    border: 2px solid transparent;
    border-radius: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .20s, box-shadow ease-in-out .20s;
    transition: border-color ease-in-out .20s, box-shadow ease-in-out .20s, background-color ease-in-out .20s;
    margin: 0;
}

.step-section-input:focus {
    background-color: white;
    color: black;
    border: 2px solid #da4167;
    outline: none;
}

@media screen and (max-width: 576px) {
    .step-section-input input {
        font-size: 16px;
    }
}

.step-section-input:focus::placeholder {
    color: transparent;
    transition: ease-in-out .20s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    --moz-appearance: textfield;
}


.custom-select {
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.custom-select select {
    font-size: 18px;
    background-color: #191919;
    border-radius: 15px;
    border: 2px solid #191919;
    color: #808080;
    padding: 15px 30px;
    line-height: 1.5;
}

select {
    display: block;
    width: 100%;
}

option {
    background-color: white;
}


.discount-detail {
    color: lightgreen;
}

.subtotal-detail {
    font-family: "PlusJakartaSans-ExtraBold";
}

.total-detail {
    font-family: "PlusJakartaSans-ExtraBold";
    color: white;
}

.step-section ::-webkit-scrollbar {
    width: 12px;
    background-color: white;
    border-radius: 0px;
}

.step-section ::-webkit-scrollbar-thumb {
    background-color: #808080;
    border-radius: 0px;
    transition: ease-in-out 200ms;
}

.step-section ::-webkit-scrollbar-thumb:hover {
    background-color: #cccccc;
    border-radius: 0px;
    transition: ease-in-out 200ms;
}

/* ÜST DÜZEY GÖRÜNTÜ DENEYİMİ */

.videoWrapper {
    padding: 0;
}

.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform-origin: top center;
}

.videoPlay {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform-origin: top center;
}

.video-titles {
    max-width: 750px;
}

.video-subtitle {
    font-family: "PlusJakartaSans-SemiBold";
    letter-spacing: 0px;
    font-size: 24px;
}

.video-title {
    font-family: "PlusJakartaSans-ExtraBold";
    letter-spacing: -1px;
    font-size: 64px;
    line-height: 1.1;
}

.videoDetail {
    font-family: "PlusJakartaSans-Medium";
    letter-spacing: 0.25px;
    font-size: 18px;
}

.video-wrapper {
    /* Telling our absolute positioned video to 
    be relative to this element */
    position: relative;
    /* Will not allow the video to overflow the 
    container */
    overflow: hidden;
    /* Centering the container's content vertically 
    and horizontally */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-button {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 21px;
    color: #cccccc;
    transition: ease-in-out 200ms;
}

.link-button:hover {
    color: #da4167;
    transition: ease-in-out 200ms;
}

.link-button-i {
    margin-left: 12px;
}

@media screen and (max-width: 1192px) {

    #highQuality {
        padding: 0px 12px;
    }

    .video-subtitle {
        font-size: 18px;
    }

    .video-title {
        letter-spacing: -1px;
        font-size: 40px;
        line-height: 1.25;
    }

    .videoDetail {
        font-size: 14px;
    }

    .link-button {
        font-size: 16px;
    }
}


/* FEATURE TITLES */

.feature-titles {
    max-width: 1192px;
    cursor: default;
}

.feature-title {
    font-size: 56px !important;
    font-family: "PlusJakartaSans-Bold" !important;
    letter-spacing: -1px;
    line-height: 1.1;
    transition: 0.5s;
}

@media screen and (max-width: 1192px) {

    .feature-titles {
        cursor: default;
        padding-right: 24px;
        padding-left: 24px;
    }

    .feature-title {
        font-size: 32px !important;
        font-family: "PlusJakartaSans-Bold" !important;
        letter-spacing: -1px;
        line-height: 1.1;
        transition: 0.5s;
    }

    .feature-title:hover {
        transform: translateY(-20px);
        transition: 0.5s;
    }
}


/* DEVICES */

#white-bg-section {
    background-color: white;
    color: black;
    width: 100%;
}

.devices-container {
    max-width: 992px;
}

.devices-title {
    font-family: "PlusJakartaSans-Bold";
    letter-spacing: -2px;
    font-size: 80px;
    line-height: 1.1;
}

.devicesDetail {
    font-family: "PlusJakartaSans-Medium";
    font-size: 18px;
    max-width: 550px;
    letter-spacing: 0.25px;
    color: #474747;
}

.hubox-link {
    font-family: "PlusJakartaSans-Medium";
    font-size: 18px;
    color: #da4167;
    letter-spacing: 0px;
}

#devices-img {
    max-width: 992px;
}

.devicesTopLogo {
    width: 100px;
}

.device-name {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 18px;
}

.airPlayDetail {
    font-family: "PlusJakartaSans-Bold";
    font-size: 36px;
    max-width: 550px;
    letter-spacing: -1px;
    line-height: 1.25;
}

@media screen and (max-width: 1192px) {

    #devices {
        padding: 0px 12px;
    }

    .devicesTopLogo {
        width: 75px;
        padding-bottom: 10px;
    }

    .devices-title {
        font-family: "PlusJakartaSans-Bold";
        letter-spacing: -1px;
        font-size: 40px;
        line-height: 1.1;
    }

    .devicesDetail {
        font-family: "PlusJakartaSans-Medium";
        font-size: 14px;
        max-width: 550px;
        letter-spacing: 0.25px;
        color: #474747;
    }

    .hubox-link {
        font-family: "PlusJakartaSans-Medium";
        font-size: 14px;
        color: #da4167;
        letter-spacing: 0px;
    }

    .device-name {
        font-family: "PlusJakartaSans-SemiBold";
        font-size: 14px;
    }

    .airPlayDetail {
        font-size: 24px;
        padding: 0px 12px;
    }
}

/* FAQ */

.faq {
    background-color: white;
    color: black;
    max-width: 992px;
}

.faq-title {
    font-family: "PlusJakartaSans-Bold";
    letter-spacing: -2px;
    font-size: 80px;
    line-height: 1.1;
}

.accordion-button {
    font-family: "PlusJakartaSans-Bold" !important;
    font-size: 24px !important;
}

.accordion-body {
    font-family: "PlusJakartaSans-Medium";
    font-size: 18px;
    color: #474747;
}

.accordion-button:not(.collapsed) {
    color: black !important;
    background-color: white !important;
    box-shadow: none !important;
    background-color: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

#moreFAQ {
    max-width: 1192px;
}

.faqDetail {
    font-family: "PlusJakartaSans-Bold";
    font-size: 36px;
    max-width: 550px;
    letter-spacing: -1px;
    line-height: 1.25;
}

@media screen and (max-width: 1192px) {

    .faq {
        background-color: white;
        color: black;
        padding: 0px 12px;
    }

    .faq-title {
        letter-spacing: -1px;
        font-size: 40px;
    }

    .accordion-button {
        font-family: "PlusJakartaSans-Bold" !important;
        font-size: 18px !important;
    }

    .accordion-body {
        font-family: "PlusJakartaSans-Medium";
        font-size: 14px;
        color: #474747;
    }

    .faqDetail {
        font-size: 24px;
        padding: 0px 12px;
    }
}


/* CONTENT */

#contentHeader {
    height: auto;
}

#videoWrapper {
    height: 75vh;
}

.headerVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.headerImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

#contentContainer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

.contentBox {
    max-width: 420px;
    padding: 50px 50px;
    background-color: #000000c0;
    backdrop-filter: blur(5px);
    border-radius: 30px;
}

.contentName {
    font-family: "PlusJakartaSans-ExtraBold";
    font-size: 32px;
    line-height: 1.25;
}

.contentDuration {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 18px;
    color: #cccccc;
}

.contentInstName {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 18px;
    color: #cccccc;
}

.button-icon {
    margin-right: 12px;
}

.contentButton {
    font-size: 16px;
    font-family: "PlusJakartaSans-SemiBold";
}

@media screen and (max-width: 567px) {

    #contentHeader {
        height: auto;
    }

    #videoWrapper {
        height: 25vh;
        padding: 0px 12px;
    }

    .headerVideo {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 15px;
    }

    .headerImage {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 15px;
    }

    #contentContainer {
        position: relative;
        top: 0%;
        transform: translateY(0%) translateX(0%);
        left: 0%;
    }

    .contentBox {
        max-width: 100%;
        padding: 0px 0px;
        background-color: transparent;
        backdrop-filter: blur(0px);
        border-radius: 0px;
    }

    .contentName {
        font-family: "PlusJakartaSans-ExtraBold";
        font-size: 28px;
        letter-spacing: 0px;
        line-height: 1.25;
    }

    .contentDuration {
        font-family: "PlusJakartaSans-SemiBold";
        font-size: 16px;
        color: #cccccc;
    }

    .contentInstName {
        font-family: "PlusJakartaSans-SemiBold";
        font-size: 16px;
        color: #cccccc;
    }

    .miniExpo {
        font-family: "PlusJakartaSans-Medium";
        font-size: 13px;
        color: #cccccc;
        letter-spacing: 0.25px;
    }
}

@media screen and (max-height: 567px) {
    #videoWrapper {
        height: 200vh;
    }
}

/* CONTENT OVERVIEW */

.contentOverviewContainer {
    max-width: 1192px;
    padding: 12px 12px;
}

.overviewHeading {
    font-family: "PlusJakartaSans-ExtraBold";
    font-size: 32px;
    letter-spacing: 0px;
}

.overviewGenre {
    font-family: "PlusJakartaSans-Medium";
    font-size: 21px;
}

.overviewDetail {
    font-family: "PlusJakartaSans-Medium";
    letter-spacing: 0.25px;
    font-size: 18px;
    color: #cccccc;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.readMore {
    font-family: "PlusJakartaSans-Bold";
    font-size: 16px;
    color: #cccccc;
    cursor: pointer;
}

.readMore i {
    margin-left: 8px;
}

@media screen and (max-width: 767px) {

    .contentOverviewContainer {
        padding: 12px 12px;
    }

    .overviewHeading {
        font-family: "PlusJakartaSans-Bold";
        font-size: 21px;
        letter-spacing: 0px;
    }

    .overviewGenre {
        font-family: "PlusJakartaSans-Medium";
        font-size: 16px;
    }

    .overviewDetail {
        font-family: "PlusJakartaSans-Medium";
        letter-spacing: 0.25px;
        font-size: 14px;
        color: #cccccc;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .readMore {
        font-family: "PlusJakartaSans-Bold";
        font-size: 13px;
        color: #cccccc;
        cursor: pointer;
    }
}

/* EPISODE ACCORDION */

.episodesContainer {
    max-width: 1192px;
    padding: 12px 12px;
}

.episode-area {
    padding: 40px 40px;
    background-color: #0a0a0a;
    border-radius: 15px;
}

.episodeHeading {
    font-family: "PlusJakartaSans-ExtraBold";
    font-size: 32px;
    letter-spacing: 0px;
}

.episodeCount {
    font-family: "PlusJakartaSans-Medium";
    font-size: 21px;
}

@media screen and (max-width: 767px) {

    .episodesContainer {
        padding: 12px 12px;
    }

    .episodeHeading {
        font-family: "PlusJakartaSans-Bold";
        font-size: 21px;
        letter-spacing: 0px;
    }

    .episodeCount {
        font-family: "PlusJakartaSans-Medium";
        font-size: 16px;
    }
}

.image-area {
    max-width: 150px;
    max-height: 112px;
    position: relative;
}

.image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}

.tab-heading h4 {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 18px;
    line-height: 1.5;
}

.tab-time h6 {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 14px;
    color: #cccccc;
}

.tab-text p {
    font-family: "PlusJakartaSans-Medium";
    letter-spacing: 0.25px;
    font-size: 16px;
    color: #cccccc;
    line-height: 1.5;
}

.tab-text span {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 16px;
    color: #cccccc;
    letter-spacing: 0.25px;
}

@media screen and (max-width: 767px) {
    .episode-area {
        padding: 24px;
    }

    .tab-heading h4 {
        font-family: "PlusJakartaSans-Bold";
        font-size: 14px;
    }

    .tab-time h6 {
        font-size: 12px;
    }

    .tab-text p {
        font-size: 13px;
    }

    .tab-text span {
        font-size: 13px;
    }

    .image-area {
        max-width: 112px;
        max-height: 60px;
    }

    .image-area img {
        border-radius: 5px;
    }
}

.btn-small {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 13px;
    padding: 8px 16px;
    letter-spacing: 0.5px;
    border-radius: 10px;
}

.btn-small:hover {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 13px;
    padding: 8px 16px;
    letter-spacing: 0.5px;
    border-radius: 10px;
}

.play-btn i {
    margin-right: 8px;
}

.lock-episode img {
    filter: grayscale(1) blur(1px);
}

.lock-episode i {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}


/* EPISODE VIDEO */

.skipEpisode {
    position: relative;
}

@media screen and (min-width: 1200px) {
    .skipEpisode {
        right: 1%;
        position: absolute;
        top: 12%;
        z-index: 1;
    }
}

.backward-icon {
    margin-right: 10px;
}

.forward-icon {
    margin-left: 10px;
}

.episodeDetail {
    max-width: 767px;
}

.episodeDetail h1 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 34px;
    letter-spacing: -1px;
}

.episodeText {
    font-family: "PlusJakartaSans-Medium";
    letter-spacing: 0.25px;
    font-size: 16px;
    color: #cccccc;
    line-height: 1.5;
}

.episodeDuration {
    font-family: "PlusJakartaSans-Bold";
    font-size: 16px;
    color: #cccccc;
    letter-spacing: 0.25px;
    line-height: 1.5;
}

.otherEpisodes {
    min-width: 280px;
    max-width: 767px;
}

.otherEpisodes h2 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 28px;
    letter-spacing: -0.25px;
}

@media screen and (max-width: 567px) {

    .episodeDetail h1 {
        font-family: "PlusJakartaSans-Bold";
        font-size: 19px;
        letter-spacing: -0.5px;
    }

    .episodeText {
        font-family: "PlusJakartaSans-Medium";
        letter-spacing: 0.25px;
        font-size: 14px;
        color: #cccccc;
        line-height: 1.5;
    }

    .episodeDuration {
        font-family: "PlusJakartaSans-Bold";
        font-size: 14px;
        color: #cccccc;
        letter-spacing: 0.25px;
        line-height: 1.5;
    }

    .otherEpisodes {
        min-width: 280px;
        max-width: 767px;
    }

    .otherEpisodes h2 {
        font-family: "PlusJakartaSans-Bold";
        font-size: 18px;
        letter-spacing: 0px;
    }
}


/* EPISODE ACCORDION MINI */

.m-episodes-accordions {
    max-width: 767px;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 10px;
}

.m-episode-area {
    padding: 25px 25px;
    background-color: #0a0a0a;
    border-radius: 15px;
    transition: ease-in-out 200ms;
}

.m-episode-area:hover {
    background-color: #141414;
    transition: ease-in-out 200ms;
}

.m-episode-area:hover .btn-small {
    background-color: #191919;
    transition: ease-in-out 200ms;
}

.m-episodeHeading {
    font-family: "PlusJakartaSans-Bold";
    font-size: 36px;
    letter-spacing: -1px;
}

.m-episodeCount {
    font-family: "PlusJakartaSans-Medium";
    font-size: 21px;
}

.m-tab-heading h4 {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 18px;
}

.m-tab-time h6 {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 14px;
    color: #cccccc;
}

.m-tab-text span {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 16px;
    color: #cccccc;
    letter-spacing: 0.25px;
}

@media screen and (max-width: 767px) {
    .m-episode-area {
        padding: 24px;
    }

    .m-tab-heading h4 {
        font-family: "PlusJakartaSans-Bold";
        font-size: 14px;
    }

    .m-tab-time h6 {
        font-size: 12px;
    }

    .m-tab-text p {
        font-size: 13px;
    }

    .m-tab-text span {
        font-size: 13px;
    }

    .m-image-area {
        max-width: 75px;
        max-height: 40px;
    }

    .m-image-area img {
        border-radius: 5px;
    }
}

.m-lock-episode img {
    filter: grayscale(1) blur(1px);
}

.m-lock-episode i {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}

.feedbackBox {
    width: max-content;
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    color: black;
    border-radius: 60px;
    padding: 15px 30px;
    -webkit-box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.75);
}

.feedbackText {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 18px;
}

.feedbackLogo {
    width: 40px;
}

@media screen and (max-width: 567px) {
    .feedbackBox {
        bottom: 30px;
        border-radius: 60px;
        padding: 10px 20px;
    }

    .feedbackText {
        font-family: "PlusJakartaSans-Bold";
        font-size: 16px;
        margin-top: 3px;
    }

    .feedbackLogo {
        width: 30px;
        margin-top: 5px;
    }

    .m-episodes-accordions {
        max-width: 767px;
        max-height: none;
        overflow-y: hidden;
        overflow-x: hidden;
        padding-right: 0px;
    }
}


/* LATEST SLIDER */

#latestContentsSection {
    max-width: 1192px;
}

#latestContentsSection ::-webkit-scrollbar {
    display: none;
}

.latestContents {
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    font-size: 28px;
}

.latestContentDetails h5 {
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    line-height: 1.5;
}

.latestContentDetails h6 {
    font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
    font-size: 16px !important;
}

.latestContentWrapper img {
    background-color: #141519;
    width: 375px;
    height: 375px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
}

@media screen and (max-width: 576px) {
    .latestContentDetails h5 {
        font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
        font-size: 14px !important;
    }

    .latestContentDetails h6 {
        font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
        font-size: 12px !important;
    }

    .latestContentWrapper img {
        width: 200px;
        height: 300px;
        object-fit: cover;
        object-position: top;
        border-radius: 15px;
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .latestContentDetails h5 {
        font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
        font-size: 20px !important;
    }

    .latestContentDetails h6 {
        font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
        font-size: 16px !important;
    }

    .latestContentWrapper img {
        width: 375px;
        height: 375px;
        object-fit: cover;
        object-position: top;
        border-radius: 15px;
    }
}

.scrolling-wrapper-latest {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: mandatory;
    scroll-snap-align: start;
}

.latestContentSwiper {
    position: relative;
}

.latestContentDetails {
    color: white;
    position: absolute;
    bottom: 5px;
    left: 20px;
    right: 20px;
    z-index: 1;
}

.latestContentWrapper {
    position: relative;
    border-radius: 15px;
    transition: ease-in-out 250ms;
    border: 2px solid black;
}

.latestContentWrapper:hover {
    transition: ease-in-out 250ms;
    border: 2px solid white;
}

.latest-gradient {
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 50%;
    background: rgb(20, 21, 25);
    background: linear-gradient(0deg, rgba(20, 21, 25, 1) 0%, rgba(20, 21, 25, 0) 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.latest-gradient-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    width: 10%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7035189075630253) 30%, rgba(0, 0, 0, 0) 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.latest-gradient-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 10%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7035189075630253) 30%, rgba(0, 0, 0, 0) 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: none;
}

#latestContentsSection button {
    background-color: transparent;
    border-color: transparent;
    color: white;
}

#latestContentsSection button i {
    font-size: 36px;
    color: white;
    border-radius: 30px;
    transition: ease-in-out 200ms;
    background-color: black;
}

#latestContentsSection button i:hover {
    transition: ease-in-out 200ms;
    color: white;
    background-color: #424956;
}

#latestContentsSection button {
    background-color: transparent;
    border-color: transparent;
    color: white;
}

.latestContentName {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 2;
}

.latestInstName {
    width: 100%;
    overflow: hidden; /* taşanları gizle */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 2;
}

.latestContents {
    margin-bottom: 0;
}

.latestShowAll {
    position: absolute;
    right: 0;
    bottom: 2px;
    margin-bottom: 0;
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.latestTitleContainer {
    position: relative;
}


/* GÜNCEL KATALOG */

#catalog {
    width: 100%;
}

#updatedCatalog {
    max-width: 1192px;
}

.catalog-titles {
    max-width: 750px;
}

.catalog-subtitle {
    font-family: "PlusJakartaSans-SemiBold";
    letter-spacing: 0px;
    font-size: 24px;
}

.catalog-title {
    font-family: "PlusJakartaSans-ExtraBold";
    letter-spacing: -1px;
    font-size: 64px;
    line-height: 1.1;
}

.catalogDetail {
    font-family: "PlusJakartaSans-Medium";
    letter-spacing: 0.25px;
    font-size: 18px;
}

@media screen and (max-width: 1192px) {

    #latestContentsSection {
        width: 100%;
    }

    #updatedCatalog {
        padding: 0px 12px;
    }

    .catalog-subtitle {
        font-family: "PlusJakartaSans-SemiBold";
        letter-spacing: 0px;
        font-size: 18px;
    }

    .catalog-title {
        font-family: "PlusJakartaSans-ExtraBold";
        letter-spacing: -1px;
        font-size: 40px;
        line-height: 1.25;
    }

    .catalogDetail {
        font-family: "PlusJakartaSans-Medium";
        letter-spacing: 0.25px;
        font-size: 14px;
    }
}

/* FOOTER ÜSTÜ */

#nowSubscribe {
    max-width: 1192px;
}

.nowSubscribe-titles {
    max-width: 750px;
}

.nowSubscribe-subtitle {
    font-family: "PlusJakartaSans-SemiBold";
    letter-spacing: 0px;
    font-size: 24px;
}

.nowSubscribe-title {
    font-family: "PlusJakartaSans-Bold";
    letter-spacing: -1px;
    font-size: 42px;
    line-height: 1.1;
}

@media screen and (max-width: 1192px) {

    #nowSubscribe {
        padding: 0px 12px;
    }

    .nowSubscribe-subtitle {
        font-family: "PlusJakartaSans-SemiBold";
        font-size: 18px;
    }

    .nowSubscribe-title {
        font-family: "PlusJakartaSans-Bold";
        letter-spacing: -1px;
        font-size: 32px;
        line-height: 1.1;
    }
}


.content-box {
    position: relative;
    width: 500px;
    height: 175px;
    background-color: #141414;
    border-radius: 15px;
    transition: ease-in-out 300ms;
    border: 2px solid #191919;
    box-sizing: content-box;
    z-index: 0;
}

.content-box:hover {
    position: relative;
    background-color: #333333;
    transition: ease-in-out 300ms;
    border: 2px solid #333333;
    z-index: 1;
}

.content-box h5 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
}

.content-box h6 {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 16px;
    color: #cccccc;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.content-box-img {
    width: 175px;
    height: 175px;
    position: relative;
}

.img-box {
    width: 175px;
    height: 175px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px 0px 0px 15px;
}

.video-box {
    width: 175px;
    height: 175px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px 0px 0px 15px;
    display: none;
}

.content-box-detail {
    margin: 0px 30px;
}

.content-box-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-10%);
    font-size: 36px;
    filter: opacity(0);
    transition: ease-in-out 300ms;
    z-index: 10;
}

.content-box:hover .content-box-play {
    filter: opacity(1);
    transition: ease-in-out 300ms;
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 567px) {
    .content-box {
        width: 300px;
        height: 100px;
        transition: ease-in-out 200ms;
    }

    .content-box:hover {
        transition: ease-in-out 200ms;
    }

    .content-box-img {
        width: 100px;
        height: 100px;
        position: relative;
    }

    .img-box {
        width: 100px;
        height: 100px;
        object-fit: cover;
        object-position: top;
        border-radius: 10px 0px 0px 10px;
    }

    .video-box {
        display: none;
    }

    .content-box h5 {
        font-family: "PlusJakartaSans-Bold";
        font-size: 12px;
    }

    .content-box h6 {
        font-family: "PlusJakartaSans-SemiBold";
        font-size: 10px;
    }

    .content-box-play {
        transform: translateX(-50%) translateY(-50%);
        font-size: 21px;
        filter: opacity(1);
    }
}

#collection-animate {
    overflow: hidden;
}

#collection-animate:hover .animate-go-left-2 {
    animation-play-state: paused;
    -o-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.animate-go-left-2 {
    animation-name: goLeft-2;
    animation-duration: 60s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes goLeft-2 {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

.gap-6 {
    gap: 5rem;
}


.videoGradient {
    width: 100%;
    height: 80vh;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.49670290479473034) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
}

@media screen and (max-width: 567px) {

    .videoGradient {
        width: 100%;
        height: 25vh;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.49670290479473034) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
    }
}

.newBadgeContentPage {
    width: fit-content;
    background-color: white;
    color: black;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    letter-spacing: 0px;
    border-radius: 30px;
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
}

.huboxGenre {
    font-family: "PlusJakartaSans-ExtraBold";
    color: #cccccc;
    letter-spacing: 3px;
    font-size: 11px;
    text-transform: uppercase;
}


.contentLogo {
    width: 80%;
    margin: auto;
}

@media screen and (max-width: 576px) {
    .contentLogo {
        width: 60%;
        margin: auto;
    }
}


/* KARE MİNİ SLIDER */

#smContentsSection ::-webkit-scrollbar {
    display: none;
}

.sm-container {
    max-width: 1192px;
    padding: 12px 12px;
}

.smContents {
    font-family: "PlusJakartaSans-Bold";
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: -0.5px;
}

.smContentDetails h5 {
    font-family: "PlusJakartaSans-Bold", Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    line-height: 1.5;
}

.smContentDetails h6 {
    font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
    font-size: 16px !important;
}

.smContentWrapper img {
    background-color: #141414;
    width: 375px;
    height: 375px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
}

@media screen and (max-width: 767px) {
    .smContentDetails h5 {
        font-family: "PlusJakartaSans-Bold", Arial, Helvetica, sans-serif;
        font-size: 14px !important;
    }

    .smContentDetails h6 {
        font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
        font-size: 14px !important;
    }

    .smContentWrapper img {
        width: 225px;
        height: 275px;
        object-fit: cover;
        object-position: top;
        border-radius: 15px;
    }

    .smContents {
        font-size: 21px;
        letter-spacing: 0px;
    }

    .sm-left {
        display: none;
    }

    .sm-right {
        display: none;
    }
}

@media screen and (min-width: 767px) and (max-width: 1192px) {
    .smContentDetails h5 {
        font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
        font-size: 20px !important;
    }

    .smContentDetails h6 {
        font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
        font-size: 16px !important;
    }

    .smContentWrapper img {
        width: 375px;
        height: 375px;
        object-fit: cover;
        object-position: top;
        border-radius: 15px;
    }
}

.scrolling-wrapper-sm {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: mandatory;
    scroll-snap-align: start;
}

.contentImg {
    display: inline-block;
}

.sm-left {
    z-index: 100;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.sm-right {
    z-index: 100;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.smContentSwiper {
    position: relative;
}

.smContentDetails {
    color: white;
    position: absolute;
    bottom: 5px;
    left: 20px;
    right: 20px;
    z-index: 1;
}

.smContentWrapper {
    position: relative;
    border-radius: 15px;
    transition: ease-in-out 250ms;
    border: 2px solid black;
}

.smContentWrapper:hover {
    transition: ease-in-out 250ms;
    border: 2px solid white;
}

.sm-gradient {
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 70%;
    background: rgb(20, 21, 25);
    background: linear-gradient(0deg, rgba(20, 21, 25, 1) 0%, rgba(20, 21, 25, 0) 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.sm-gradient-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    width: 10%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7035189075630253) 30%, rgba(0, 0, 0, 0) 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.sm-gradient-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 10%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7035189075630253) 30%, rgba(0, 0, 0, 0) 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: none;
}

#smContentsSection button {
    background-color: transparent;
    border-color: transparent;
    color: white;
}

#smContentsSection button i {
    font-size: 36px;
    color: white;
    border-radius: 30px;
    transition: ease-in-out 200ms;
    background-color: black;
}

#smContentsSection button i:hover {
    transition: ease-in-out 200ms;
    color: white;
    background-color: #424956;
}

#smContentsSection button {
    background-color: transparent;
    border-color: transparent;
    color: white;
}

.smContentName {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
}

.smInstName {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.5;
}

.smContents {
    margin-bottom: 0;
}

.smTitleContainer {
    position: relative;
}


/* ÖĞRENCİ İNDİRİMİ */

#studentHeader {
    height: 92vh;
}

#firstArea {
    padding: 0px 150px;
}

#secondArea {
    height: 100%;
    max-width: 100vw;
}

#secondArea video {
    width: 100%;
    height: inherit;
    object-fit: cover;
    object-position: top;
}

#secondArea img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    object-position: top;
}

#firstArea > h1 {
    font-family: "PlusJakartaSans-ExtraBold";
    font-size: 92px;
    letter-spacing: -3px;
    line-height: 1.1;
    color: white;
}

#firstArea > p {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 21px;
    line-height: 1.5;
    color: #cccccc;
}

.student-logo {
    height: 21px;
    margin-top: 1.5px;
}

.student-logo-heading {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 100%;
    color: #cccccc;
}

#student-sign-up {
    width: 80%;
}

.student-sign-up-input {
    width: 100%;
    padding: 15px 30px;
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: white;
    background-color: #141414;
    border: 2px solid transparent;
    border-radius: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all .2s;
    margin: 0;
}

.student-sign-up-input:focus {
    background-color: white;
    color: black;
    border: 2px solid #da4167;
    outline: none;
    transition: all .2s;
}

.student-sign-up-input:focus::placeholder {
    color: transparent;
    transition: all .2s;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {

    #firstArea > h1 {
        font-size: 76px;
        letter-spacing: -2px;
        line-height: 1.2;
        color: white;
    }

    #firstArea > p {
        font-size: 21px;
        line-height: 1.5;
        color: #cccccc;
    }

    #firstArea {
        padding: 0px 75px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {

    #firstArea > h1 {
        font-size: 72px;
        letter-spacing: -2px;
        line-height: 1.2;
        color: white;
    }

    #firstArea > p {
        font-size: 21px;
        line-height: 1.5;
        color: #cccccc;
    }

    #studentHeader {
        height: auto;
    }

    #firstArea {
        text-align: center;
        align-items: center;
        padding: 100px 100px 50px 100px;
    }

    #secondArea img {
        width: 100%;
        height: 70vh;
        object-fit: cover;
        object-position: top;
    }

    #studentHeader {
        height: auto;
    }
}

@media screen and (max-width: 767px) {

    .student-logo {
        height: 16px;
        margin-top: 1.5px;
    }

    .student-logo-heading {
        font-family: "PlusJakartaSans-SemiBold";
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 100%;
        color: #cccccc;
    }

    #firstArea > h1 {
        font-size: 48px;
        letter-spacing: -1px;
        line-height: 1.2;
        color: white;
    }

    #firstArea > p {
        font-size: 16px;
        line-height: 1.5;
        color: #cccccc;
    }

    #firstArea {
        text-align: center;
        align-items: center;
        padding: 50px 20px 10px 20px;
    }

    #secondArea img {
        width: 100%;
        height: 50vh;
        object-fit: cover;
        object-position: top;
    }

    #studentHeader {
        height: auto;
    }

    #student-sign-up {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .student-sign-up-input {
        width: 100%;
        font-size: 16px;
    }
}

.studentContentDetails {
    bottom: 30px;
    left: 30px;
    z-index: 1;
}

.studentContentName {
    font-family: "PlusJakartaSans-Bold";
    font-size: 24px;
}

.studentInstName {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 18px;
    color: #cccccc;
}


/* NEW SLIDER */

#newContentsSection ::-webkit-scrollbar {
    display: none;
}

.newTitleContainer {
    margin-bottom: 10px;
}

.newContents {
    margin-bottom: 0;
    font-family: "PlusJakartaSans-ExtraBold";
    font-size: 32px;
}

.newContentDetails h5 {
    font-family: "PlusJakartaSans-Bold", Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    line-height: 1.5;
}

.newContentDetails h6 {
    font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
    font-size: 16px !important;
}

.newContentWrapper {
    width: 360px;
    height: auto;
    position: relative;
    border-radius: 15px;
    transition: ease-in-out 250ms;
}

.newContentWrapper img {
    background-color: #141414;
    width: 360px;
    height: 360px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
    transition: ease-in-out 200ms;
}

.scrolling-wrapper-new {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: mandatory;
    scroll-snap-align: start;
}

.contentImg {
    display: inline-block;
}

.left {
    z-index: 100;
}

.right {
    z-index: 100;
}

.newContentSwiper {
    position: relative;
}

.newContentDetails {
    color: white;
    z-index: 1;
    padding: 25px 10px;
    transition: ease-in-out 200ms;
}

.new-gradient-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 101;
    width: 10%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7035189075630253) 30%, rgba(0, 0, 0, 0) 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.new-gradient-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 101;
    width: 10%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7035189075630253) 30%, rgba(0, 0, 0, 0) 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: none;
}

#newContentsSection button {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}

#newContentsSection button i {
    font-size: 36px;
    color: #434343;
    border-radius: 30px;
    transition: ease-in-out 200ms;
}

#newContentsSection button i:hover {
    transition: ease-in-out 200ms;
    color: white;
}

#newContentsSection button {
    background-color: transparent;
    border-color: transparent;
}

.newContentName {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
}

.newInstName {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.5;
}

.newBadge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: white;
    color: black;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    letter-spacing: 0px;
    border-radius: 30px;
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
}

.sponsoredBadge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #da4167;
    color: white;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    letter-spacing: 0px;
    border-radius: 30px;
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
}

.muted {
    color: #cccccc;
    transition: ease-in-out 250ms;
}

.newShowAll {
    position: absolute;
    right: 0;
    bottom: 2px;
    margin-bottom: 0;
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.play-icon-content {
    position: absolute;
    filter: opacity(0);
    font-size: 56px;
    display: none;
    transition: ease-in-out 300ms;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translateY(-40%) translateX(-50%);
    background-color: black;
    border-radius: 60px;
}

.newContentWrapper:hover .play-icon-content {
    filter: opacity(1);
    transition: ease-in-out 300ms;
    transform: translateY(-50%) translateX(-50%);
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .newContentDetails h5 {
        font-family: "PlusJakartaSans-Bold", Arial, Helvetica, sans-serif;
        font-size: 16px !important;
    }

    .newContentDetails h6 {
        font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
        font-size: 16px !important;
    }

    .newContentWrapper img {
        width: 250px;
        height: 250px;
        object-fit: cover;
        object-position: top;
        border-radius: 15px;
    }

    .newContentWrapper {
        width: 250px;
    }

    .newContents {
        font-size: 24px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {

    .newContentWrapper img {
        width: 280px;
        height: 280px;
        object-fit: cover;
        object-position: top;
        border-radius: 15px;
    }

    .newContentWrapper {
        width: 280px;
    }
}

@media screen and (max-width: 576px) {

    .newContents {
        font-size: 18px;
    }

    .newContentDetails h5 {
        font-family: "PlusJakartaSans-Bold", Arial, Helvetica, sans-serif;
        font-size: 14px !important;
    }

    .newContentDetails h6 {
        font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
        font-size: 12px !important;
    }

    .newContentWrapper {
        width: 200px;
    }

    .newContentWrapper img {
        width: 200px;
        height: 200px;
        object-fit: cover;
        object-position: top;
        border-radius: 5px;
    }

    .newContentDetails {
        color: white;
        z-index: 1;
        padding: 20px 5px;
        transition: ease-in-out 200ms;
    }

    .play-icon-content {
        font-size: 36px;
    }

    .left {
        display: none;
    }

    .right {
        display: none;
    }

    .newBadge {
        top: 10px;
        left: 10px;
        padding-right: 8px;
        padding-left: 8px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 10px;
        letter-spacing: 0.25px;
    }

    .sponsoredBadge {
        top: 10px;
        left: 10px;
        padding-right: 8px;
        padding-left: 8px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 10px;
        letter-spacing: 0.25px;
    }
}


/* SINIFLANDIRMA SLIDER */

.classContentsSection ::-webkit-scrollbar {
    display: none;
}

.classTitleContainer {
    margin-bottom: 10px;
}

.classContents {
    margin-bottom: 0;
    font-family: "PlusJakartaSans-ExtraBold";
    font-size: 32px;
}

.classContentDetails h5 {
    font-family: "PlusJakartaSans-Bold", Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    line-height: 1.5;
}

.classContentDetails h6 {
    font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
    font-size: 16px !important;
}

.classContentWrapper {
    width: 360px;
    height: auto;
    position: relative;
    border-radius: 15px;
    transition: ease-in-out 250ms;
}

.classContentWrapper img {
    background-color: #141414;
    width: 360px;
    height: 360px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
    transition: ease-in-out 200ms;
}

.scrolling-wrapper-class {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: mandatory;
    scroll-snap-align: start;
}

.classContentSwiper {
    position: relative;
}

.classContentDetails {
    color: white;
    z-index: 1;
    padding: 25px 10px;
    transition: ease-in-out 200ms;
}

.class-gradient-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 101;
    width: 10%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7035189075630253) 30%, rgba(0, 0, 0, 0) 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.class-gradient-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 101;
    width: 10%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7035189075630253) 30%, rgba(0, 0, 0, 0) 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: none;
}

.classContentsSection button {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}

.classContentsSection button i {
    font-size: 36px;
    color: #434343;
    border-radius: 30px;
    transition: ease-in-out 200ms;
}

.classContentsSection button i:hover {
    transition: ease-in-out 200ms;
    color: white;
}

.classContentsSection button {
    background-color: transparent;
    border-color: transparent;
}

.classContentName {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
}

.classInstName {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.5;
}

.classContentWrapper:hover .play-icon-content {
    filter: opacity(1);
    transition: ease-in-out 300ms;
    transform: translateY(-50%) translateX(-50%);
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .classContentDetails h5 {
        font-family: "PlusJakartaSans-Bold", Arial, Helvetica, sans-serif;
        font-size: 16px !important;
    }

    .classContentDetails h6 {
        font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
        font-size: 16px !important;
    }

    .classContentWrapper img {
        width: 250px;
        height: 250px;
        object-fit: cover;
        object-position: top;
        border-radius: 15px;
    }

    .classContentWrapper {
        width: 250px;
    }

    .classContents {
        font-size: 24px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {

    .classContentWrapper img {
        width: 280px;
        height: 280px;
        object-fit: cover;
        object-position: top;
        border-radius: 15px;
    }

    .classContentWrapper {
        width: 280px;
    }
}

@media screen and (max-width: 576px) {

    .classContents {
        font-size: 18px;
    }

    .classContentDetails h5 {
        font-family: "PlusJakartaSans-Bold", Arial, Helvetica, sans-serif;
        font-size: 14px !important;
    }

    .classContentDetails h6 {
        font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
        font-size: 12px !important;
    }

    .classContentWrapper {
        width: 200px;
    }

    .classContentWrapper img {
        width: 200px;
        height: 200px;
        object-fit: cover;
        object-position: top;
        border-radius: 5px;
    }

    .classContentDetails {
        color: white;
        z-index: 1;
        padding: 20px 5px;
        transition: ease-in-out 200ms;
    }
}


/* ÖZEL YAPIMLAR SLIDER */

#specialContentsSection ::-webkit-scrollbar {
    display: none;
}

.specialTitleContainer {
    margin-bottom: 10px;
}

.specialContents {
    margin-bottom: 0;
    font-family: "PlusJakartaSans-ExtraBold";
    font-size: 28px;
}

.specialContentWrapper {
    width: 360px;
    height: auto;
    position: relative;
    border-radius: 15px;
    transition: ease-in-out 250ms;
}

.content {
    background-color: #141414;
    width: 360px;
    height: 550px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
    transition: ease-in-out 200ms;
}

.scrolling-wrapper-special {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: mandatory;
    scroll-snap-align: start;
}

.specialContentSwiper {
    position: relative;
}

.special-logo {
    position: absolute;
    bottom: 0;
    padding: 40px 75px;
    z-index: 100;
}

.special-content-logo {
    width: 100%;
}

.special-hubox-logo {
    width: 18px;
}

.special-genre {
    font-family: "PlusJakartaSans-Bold";
    font-size: 12px;
    color: #F2F2F2;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.special-content-badge {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%);
}

.special-gradient-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 101;
    width: 10%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7035189075630253) 30%, rgba(0, 0, 0, 0) 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.special-gradient-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 101;
    width: 10%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7035189075630253) 30%, rgba(0, 0, 0, 0) 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: none;
}

#specialContentsSection button {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}

#specialContentsSection button i {
    font-size: 36px;
    color: #434343;
    border-radius: 30px;
    transition: ease-in-out 200ms;
}

#specialContentsSection button i:hover {
    transition: ease-in-out 200ms;
    color: white;
}

.specialContentWrapper:hover .play-icon-content {
    filter: opacity(1);
    transition: ease-in-out 300ms;
    transform: translateY(-50%) translateX(-50%);
}

.special-gradient {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 70%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

@media screen and (min-width: 576px) and (max-width: 992px) {

    .content {
        width: 300px;
        height: 500px;
        object-fit: cover;
        object-position: top;
        border-radius: 15px;
    }

    .specialContentWrapper {
        width: 300px;
    }

    .specialContents {
        font-size: 24px;
    }

    .special-logo {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 40px 50px;
        z-index: 100;
    }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {

    .content {
        width: 350px;
        height: 550px;
        object-fit: cover;
        object-position: top;
        border-radius: 15px;
    }

    .specialContentWrapper {
        width: 350px;
    }

    .special-logo {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 40px 50px;
        z-index: 100;
    }
}

@media screen and (max-width: 576px) {

    .specialContents {
        font-size: 18px;
    }

    .specialContentWrapper {
        width: 250px;
    }

    .content {
        width: 250px;
        height: 425px;
        object-fit: cover;
        object-position: top;
        border-radius: 5px;
    }

    .specialContentDetails {
        color: white;
        z-index: 1;
        padding: 20px 5px;
        transition: ease-in-out 200ms;
    }

    .special-logo {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 40px 40px;
        z-index: 100;
    }

    .special-hubox-logo {
        width: 12px;
    }

    .special-genre {
        font-family: "PlusJakartaSans-Bold";
        font-size: 9px;
        color: #F2F2F2;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .special-gradient {
        position: absolute;
        bottom: 0;
        z-index: 99;
        width: 100%;
        height: 100%;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}


.inner {
    max-width: 992px;
    margin: auto;
}

.popup-container {
    display: inline-flex;
}

.popup-container .button {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-self: center;
}

.popup-container .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: black;
    z-index: 9997;
    opacity: 0;
    visibility: hidden;
    transition: 100ms ease-in-out;
    padding: 80px 0px;
}

.popup-container > input {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.popup-container > input:checked + .popup {
    opacity: 1;
    visibility: visible;
    transition: 100ms ease-in-out;
}

.close-btn {
    position: absolute;
    right: 50px;
    top: 40px;
    z-index: 9999;
    font-size: 32px;
    cursor: pointer;
    color: white;
}

.popup-container .popup-content {
    display: flex;
    justify-content: center;
    text-align: right;
    z-index: 9998;
}

.popup-container .popup-content > input {
    background-color: #141414;
    border-radius: 60px;
    border: none;
    font-size: 24px;
    font-family: "PlusJakartaSans-SemiBold";
    letter-spacing: 0.25px;
    padding: 20px 35px 20px 80px;
    width: 100%;
    color: #cccccc;
    outline: none;
    transition: 300ms ease-in-out;
}

.popup-container .popup-content > input:hover {
    background-color: #191919;
    border: none;
    transition: 300ms ease-in-out;
}

.popup-container .popup-content > input:focus {
    background-color: #141414;
    color: white;
    border: none;
}

.popup-container .popup-content > input:focus::placeholder {
    opacity: 0;
}

.popup-container .popup-content > input::placeholder {
    color: #474747;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: .5em;
    width: .5em;
    border-radius: 50em;
    padding: 5px;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
}

input[type="search"]:focus::-webkit-search-cancel-button {
    opacity: 1;
    background-color: #474747;
    pointer-events: all;
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
    font-size: 21px;
    color: #474747 !important;
}

@media screen and (max-width: 767px) {
    .popup-container .popup {
        padding: 30px 20px;
    }

    .close-btn {
        right: 20px;
        top: 20px;
        font-size: 24px;
    }

    .popup-container .popup-content > input {
        font-size: 16px;
        padding: 15px 20px 15px 60px;
    }

    .search-icon {
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
        font-size: 14px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1192px) {
    .popup-container .popup {
        padding: 80px 40px;
    }
}


/* width */
.popup-container ::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.popup-container ::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.popup-container ::-webkit-scrollbar-thumb {
    background: #474747;
    border-radius: 60px;
}

/* Handle on hover */
.popup-container ::-webkit-scrollbar-thumb:hover {
    background: #cccccc;
}


.searchResult {
    background-color: #141414;
    border-radius: 10px;
    flex: 1 1 auto;
    transition: all .2s;
}

.searchResult:hover {
    background-color: #191919;
    transition: all .2s;
}

.resultsPart > .columnWidth {
    width: 48.70% !important;
}

#searchResults {
    max-height: 400px;
    overflow-y: scroll;
}

#resultTitle > h5 {
    font-family: "PlusJakartaSans-Bold";
    letter-spacing: .5px;
}

@media screen and (max-width: 767px) {
    .searchResult {
        width: 100%;
        flex: none;
    }

    .resultsPart > .columnWidth {
        width: 100% !important;
    }
}

.search-content-box {
    position: relative;
    background-color: #141414;
    border-radius: 15px;
    transition: ease-in-out 300ms;
    border: 2px solid #191919;
    box-sizing: content-box;
    z-index: 0;
}

.search-content-box:hover {
    position: relative;
    background-color: #303030;
    transition: ease-in-out 300ms;
    border: 2px solid #474747;
    z-index: 1;
}

.search-content-box h5 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
}

.search-content-box h6 {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 16px;
    color: #cccccc;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.5;
}

.search-content-box-img {
    width: 150px;
    height: 150px;
    position: relative;
}

.search-img-box {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px 0px 0px 15px;
}

.search-content-box-detail {
    margin: 0px 30px;
}

.search-content-box-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-10%);
    font-size: 36px;
    filter: opacity(0);
    transition: ease-in-out 300ms;
    z-index: 10;
    background-color: black;
    border-radius: 90px;
}

.search-content-box:hover .search-content-box-play {
    filter: opacity(1);
    transition: ease-in-out 300ms;
    transform: translateX(-50%) translateY(-50%);
}

.suggestion-btn {
    position: absolute;
    bottom: 40px;
    right: 30px;
}

.button-circle {
    background-color: #191919;
    border-radius: 300px;
    padding: 28px 36px;
    font-size: 32px;
    transition: ease-in-out 300ms;
}

.button-circle:hover {
    background-color: #474747;
    transition: ease-in-out 300ms;
    transform: translateX(-5px) translateY(-5px);
}

@media screen and (max-width: 767px) {
    .search-content-box {
        transition: ease-in-out 200ms;
        border-radius: 10px;
    }

    .search-content-box:hover {
        transition: ease-in-out 200ms;
    }

    .search-content-box-img {
        width: 125px;
        height: 125px;
        position: relative;
    }

    .search-img-box {
        width: 125px;
        height: 125px;
        object-fit: cover;
        object-position: top;
        border-radius: 10px 0px 0px 10px;
    }

    .search-content-box h5 {
        font-family: "PlusJakartaSans-Bold";
        font-size: 14px;
    }

    .search-content-box h6 {
        font-family: "PlusJakartaSans-SemiBold";
        font-size: 12px;
    }

    .search-content-box-play {
        transform: translateX(-50%) translateY(-50%);
        font-size: 28px;
        filter: opacity(1);
    }

    .suggestion-btn {
        position: absolute;
        bottom: 30px;
        right: 30px;
    }

    .button-circle {
        background-color: #191919;
        border-radius: 300px;
        padding: 21px 28px;
        font-size: 24px;
    }
}


.subHomeHeader {
    position: relative;
    width: 100%;
    height: 70vh;
    z-index: 0;
}

.visitorHomeHeader {
    position: relative;
    width: 100%;
    height: 70vh;
    z-index: 0;
}

.subHomeHeaderVideo {
    position: relative;
    width: 100%;
    height: 70vh;
    z-index: 0;
}

.subHomeHeaderVideo > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.visitorHomeHeaderVideo {
    position: relative;
    width: 100%;
    height: 70vh;
    z-index: 0;
}

.visitorHomeHeaderVideo > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.subHomeHeader-gradient-left {
    position: absolute;
    left: -5px;
    width: 60%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.subHomeHeader-gradient-bottom {
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 60%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.subHomeHeader-gradient-top {
    position: absolute;
    top: -5px;
    width: 100%;
    height: 30%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.headerContentDetail {
    position: absolute;
    height: auto;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 100px;
    max-width: 767px;
}

.headerContentName {
    font-family: "PlusJakartaSans-ExtraBold";
    font-size: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.headerContentInfo {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 18px;
    color: #cccccc;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.headerContentLogo {
    width: 350px;
}

.headerOnlyHubox {
    font-family: "PlusJakartaSans-Bold";
}

@media screen and (max-width: 1200px) {
    .subHomeHeader {
        width: 100%;
        height: 75vh;
    }

    .visitorHomeHeader {
        width: 100%;
        height: 75vh;
    }

    .subHomeHeaderVideo {
        position: relative;
        width: 100%;
        height: 75vh;
    }

    .visitorHomeHeaderVideo {
        position: relative;
        width: 100%;
        height: 75vh;
    }

    .subHomeHeader-gradient-left {
        display: none;
    }

    .headerContentDetail {
        transform: translateY(0%);
        bottom: 5%;
        top: unset;
    }

    .subHomeHeader-gradient-bottom {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
    }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {

    .headerContentDetail {
        padding: 0px 40px;
    }

    .headerContentName {
        font-size: 42px
    }

    .headerContentInfo {
        font-family: "PlusJakartaSans-SemiBold";
        font-size: 16px;
        color: #cccccc;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media screen and (max-width: 576px) {
    .headerContentDetail {
        transform: translateY(0%);
        bottom: 5%;
        padding: 0px 12px;
        top: unset;
    }

    .headerContentName {
        font-size: 32px
    }

    .headerContentInfo {
        font-family: "PlusJakartaSans-Medium";
        font-size: 14px;
        letter-spacing: .5px;
        color: #cccccc;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .headerContentLogo {
        width: 250px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {

    .headerContentDetail {
        transform: translateY(0%);
        bottom: 5%;
        padding: 0px 50px;
        top: unset;
    }

    .headerContentName {
        font-size: 36px
    }

    .headerContentInfo {
        font-family: "PlusJakartaSans-Medium";
        font-size: 16px;
        letter-spacing: 0px;
        color: #cccccc;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}


@media screen and (min-width: 1201px) {

    .subHomeHeader {
        position: relative;
        width: 100%;
        height: 80vh;
    }

    .subHomeHeaderVideo {
        height: 80vh;
        width: 80%;
        float: right;
    }

    .subHomeHeaderVideo > video {
        width: 100%;
        float: right;
    }

    .visitorHomeHeader {
        position: relative;
        width: 100%;
        height: 90vh;
    }

    .visitorHomeHeaderVideo {
        height: 90vh;
        width: 90%;
        float: right;
    }

    .visitorHomeHeaderVideo > video {
        width: 100%;
        float: right;
    }
}


#changeHeader {
    z-index: 99;
}

.changeBox {
    width: 275px;
    height: 175px;
    background-color: #141414;
    border-radius: 10px;
}

.changeBoxImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}

.changeButton {
    background-color: transparent;
    padding: 0;
    border-radius: 10px;
    border: 3px solid transparent;
}

.changeButton:hover {
    border: 3px solid white;
}

.changeButton:focus {
    border: 3px solid #da4167;
}

.changeButton:active {
    border: 3px solid #da4167;
}

.changeHeaderContainer {
    overflow-x: scroll;
}

#changeHeader > ::-webkit-scrollbar {
    height: 8px;
    background-color: transparent;
}

#changeHeader > ::-webkit-scrollbar-thumb {
    background-color: #191919;
    border-radius: 0px;
    transition: ease-in-out 200ms;
    border-radius: 10px;
}

#changeHeader > ::-webkit-scrollbar-thumb:hover {
    background-color: #474747;
    border-radius: 10px;
    transition: ease-in-out 200ms;
}

@media screen and (max-width: 576px) {
    .changeBox {
        width: 225px;
        height: 150px;
    }

    #changeHeader > ::-webkit-scrollbar-thumb {
        background-color: transparent;
    }

    #changeHeader > ::-webkit-scrollbar-thumb:hover {
        background-color: transparent;
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .changeBox {
        width: 275px;
        height: 175px;
    }
}

@media screen and (min-width: 1201px) {
    #changeHeader {
        margin-top: -150px;
    }
}

@media screen and (max-width: 1200px) {
    #changeHeader {
        margin-top: -50px;
    }
}


#discoverTags {
    background-color: black;
}

.discoverContents {
    background-color: black;
}

#discoverBox {
    background-color: black;
    border-radius: 10px;
    transition: all .3s;
}

#discoverBox:hover {
    border-radius: 10px;
    transition: all .3s;
}

.discoverContentImageBox {
    position: relative;
    width: 100%;
    height: 350px;
}

.discoverContentImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}

.discoverContentLogo {
    width: 45% !important;
    position: absolute;
    bottom: 20px;
    left: 20px;
    transform: translateX(0%);
    z-index: 2;
}

.discoverContentsDetail > h5 {
    font-family: "PlusJakartaSans-Bold";
    line-height: 1.5;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.discoverContentsDetail > h6 {
    font-family: "PlusJakartaSans-SemiBold";
    line-height: 1.5;
    font-size: 16px;
    color: #cccccc;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.discoverContentsDetail > p {
    font-family: "PlusJakartaSans-Regular";
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 0.25px;
    color: #cccccc;
}

#discoverTags {
    overflow-x: scroll
}

#discoverTags li {
    font-family: "PlusJakartaSans-Bold";
    font-size: 18px;
}

.discoverBadge {
    background-color: transparent;
    border: none;
    color: #cccccc;
    width: max-content;
}

.discoverBadge:hover {
    color: white;
}

.discoverBadge:focus {
    color: white;
}

.discoverBadge:active {
    color: white;
}

.discoverActive::before {
    content: "— ";
    color: #da4167;
    font-family: "PlusJakartaSans-ExtraBold";
}

#discoverPage > ::-webkit-scrollbar {
    height: 5px;
    background-color: transparent;
}

#discoverPage > ::-webkit-scrollbar-thumb {
    background-color: #191919;
    border-radius: 0px;
    transition: ease-in-out 200ms;
    border-radius: 10px;
}

#discoverPage > ::-webkit-scrollbar-thumb:hover {
    background-color: #474747;
    border-radius: 10px;
    transition: ease-in-out 200ms;
}

.play-discover-content {
    position: absolute;
    filter: opacity(0);
    font-size: 56px;
    display: none;
    transition: ease-in-out 300ms;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translateY(-40%) translateX(-50%);
    background-color: black;
    border-radius: 60px;
}

#discoverBox:hover .play-discover-content {
    filter: opacity(1);
    transition: ease-in-out 300ms;
    transform: translateY(-50%) translateX(-50%);
}

.discover-gradient-bottom {
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 50%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

@media screen and (max-width: 992px) {

    .discoverContentImageBox {
        width: 100%;
        height: 300px;
    }

    .discoverBadge {
        background-color: #141414;
        color: #cccccc;
        border: none;
        padding: 10px 20px;
        border-radius: 60px;
    }

    .discoverContentsDetail > h5 {
        font-size: 16px;
    }

    .discoverContentsDetail > h6 {
        font-size: 14px;
    }

    #discoverTags li {
        font-family: "PlusJakartaSans-SemiBold";
        font-size: 14px;
    }

    .discoverBadge:focus {
        background-color: #303030;
        color: white;
    }

    .discoverBadge:focus::before {
        content: "";
    }

    .play-discover-content {
        filter: opacity(1);
        font-size: 42px;
    }
}

@media screen and (max-width: 576px) {

    .discoverContentsDetail > h5 {
        font-size: 14px;
    }

    .discoverContentsDetail > h6 {
        font-size: 12px;
    }

    .discoverContentImageBox {
        width: 100%;
        height: 250px;
    }

    .discoverContentLogo {
        width: 60% !important;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }
}


.discoverSearch > input {
    background-color: #141414;
    border-radius: 60px;
    border: none;
    font-size: 24px;
    font-family: "PlusJakartaSans-SemiBold";
    letter-spacing: 0.25px;
    padding: 20px 35px 20px 80px;
    width: 100%;
    color: #cccccc;
    outline: none;
    transition: 300ms ease-in-out;
}

.discoverSearch > input:hover {
    background-color: #191919;
    border: none;
    transition: 300ms ease-in-out;
}

.discoverSearch > input:focus {
    background-color: #141414;
    color: white;
    border: none;
}

.discoverSearch > input:focus::placeholder {
    opacity: 0;
}

.discoverSearch > input::placeholder {
    color: #474747;
}

.whichBadge {
    font-family: "PlusJakartaSans-Bold";
    font-size: 42px;
}

@media screen and (max-width: 767px) {
    .discoverSearch > input {
        font-size: 16px;
        padding: 15px 20px 15px 60px;
    }

    .whichBadge {
        font-family: "PlusJakartaSans-Bold";
        font-size: 28px;
    }
}


#faqPage {
    background-color: white !important;
}

.faqHeader {
    background-color: black;
}

.faqCategory {
    font-family: "PlusJakartaSans-ExtraBold";
    font-size: 36px;
}

.faqHeaderTitle {
    font-family: "PlusJakartaSans-Bold";
    font-size: 80px;
}

.faqHeaderParagraph {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 24px;
    max-width: 767px;
    color: #cccccc;
}

@media screen and (max-width: 992px) {
    .faqCategory {
        font-size: 28px;
    }

    .faqHeaderTitle {
        font-size: 36px;
    }

    .faqHeaderParagraph {
        font-size: 16px;
    }
}


.account-box {
    padding: 50px;
    background-color: #141414;
    color: white;
    border-radius: 30px;
    border: 3px solid #191919;
}

.account-box-link {
    background-color: #141414;
    border: 3px solid #191919;
    transition: all .3s;
}

.account-box-link:hover {
    background-color: #474747;
    border: 3px solid #808080;
    transition: all .3s;
}

.account-box h3 {
    font-size: 36px;
    font-family: "PlusJakartaSans-ExtraBold";
}

.account-box h4 {
    font-size: 28px;
    font-family: "PlusJakartaSans-ExtraBold";
}

.account-box h6 {
    font-size: 18px;
    font-family: "PlusJakartaSans-SemiBold";
}

.account-box p {
    font-size: 18px;
    font-family: "PlusJakartaSans-ExtraBold";
}

.account-box h5 {
    font-size: 18px;
    font-family: "PlusJakartaSans-SemiBold";
    line-height: 1.5;
}


.subscription-box {
    padding: 50px;
    background-color: whitesmoke;
    color: black;
    border-radius: 30px;
}

.subscription-box h3 {
    font-size: 36px;
    font-family: "PlusJakartaSans-ExtraBold";
}

.subscription-box h4 {
    font-size: 24px;
    font-family: "PlusJakartaSans-Bold";
}

.subscription-box h6 {
    font-size: 18px;
    font-family: "PlusJakartaSans-SemiBold";
}

.subscription-box p {
    font-size: 18px;
    font-family: "PlusJakartaSans-ExtraBold";
}

.subscription-box h5 {
    font-size: 18px;
    font-family: "PlusJakartaSans-SemiBold";
    line-height: 1.5;
}

.subscription-box .cancel-title {
    font-size: 14px;
    font-family: "PlusJakartaSans-SemiBold";
    line-height: 1.5;
}

.subscription-logo {
    width: 42px;
}


.hello-title {
    font-size: 64px;
    font-family: "PlusJakartaSans-ExtraBold";
}

.hello-detail {
    font-size: 21px;
    font-family: "PlusJakartaSans-SemiBold";
    color: #cccccc;
    max-width: 767px;
}


.mockup-area {
    width: 75%;
    margin: auto;
}

.mockup-phone {
    width: 100%;
    object-fit: cover;
    object-position: top;
}


@media screen and (max-width: 992px) {
    .account-box {
        padding: 40px;
        border-radius: 15px;
    }

    .account-box h3 {
        font-size: 28px;
        font-family: "PlusJakartaSans-ExtraBold";
    }

    .account-box h4 {
        font-size: 21px;
        font-family: "PlusJakartaSans-ExtraBold";
    }

    .account-box h6 {
        font-size: 16px;
        font-family: "PlusJakartaSans-SemiBold";
    }

    .account-box p {
        font-size: 16px;
        font-family: "PlusJakartaSans-ExtraBold";
    }

    .account-box h5 {
        font-size: 13px;
        font-family: "PlusJakartaSans-Medium";
        line-height: 1.5;
    }


    .subscription-box {
        padding: 40px;
        border-radius: 15px;
    }

    .subscription-box h3 {
        font-size: 28px;
        font-family: "PlusJakartaSans-ExtraBold";
    }

    .subscription-box h4 {
        font-size: 18px;
        font-family: "PlusJakartaSans-Bold";
    }

    .subscription-box h6 {
        font-size: 16px;
        font-family: "PlusJakartaSans-SemiBold";
    }

    .subscription-box p {
        font-size: 16px;
        font-family: "PlusJakartaSans-ExtraBold";
    }

    .subscription-box .cancel-title {
        font-size: 13px;
        font-family: "PlusJakartaSans-SemiBold";
        line-height: 1.5;
    }

    .subscription-logo {
        width: 32px;
    }


    .hello-title {
        font-size: 36px;
        font-family: "PlusJakartaSans-ExtraBold";
    }

    .hello-detail {
        font-size: 16px;
        font-family: "PlusJakartaSans-SemiBold";
    }
}


#similarContentsSection {
    max-width: 1192px;
    padding: 12px 12px;
    margin: auto;
}

#similarContentsSection ::-webkit-scrollbar {
    display: none;
}

#similarContentsSection button {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}

#similarContentsSection button i {
    font-size: 36px;
    color: #434343;
    border-radius: 30px;
    transition: ease-in-out 200ms;
}

#similarContentsSection button i:hover {
    transition: ease-in-out 200ms;
    color: white;
}

#similarContentsSection button {
    background-color: transparent;
    border-color: transparent;
}


.popup-content li {
    font-family: "PlusJakartaSans-Bold";
    font-size: 42px;
    color: #cccccc;
    transition: all .3s;
}

.popup-content li:hover {
    font-family: "PlusJakartaSans-Bold";
    font-size: 42px;
    color: #ffffff;
    transition: all .3s;
}

.popup-container > input:checked + .popup-2 {
    opacity: 1;
    visibility: visible;
    transition: 100ms ease-in-out;
    transform: translateX(0%);
    transition: all .5s;
}

.popup-container .popup-2 {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgb(20, 20, 20);
    background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.01) 100%);
    z-index: 9997;
    visibility: hidden;
    transform: translateX(100%);
    transition: all .5s;
    padding: 100px 150px;
}

@media screen and (max-width: 767px) {

    .popup-content li {
        font-size: 24px;
    }

    .popup-content li:hover {
        font-size: 24px;
    }

    .popup-container .popup-2 {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        background: black;
        z-index: 9997;
        visibility: hidden;
        transition: all .2s;
        padding: 60px 60px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1192px) {
    .popup-container .popup-2 {
        padding: 80px 40px;
    }

    .popup-container .popup-2 {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        background: black;
        z-index: 9997;
        visibility: hidden;
        transition: all .2s;
        padding: 80px 100px;
    }
}


/* FOOTER */

footer {
    background-color: black;
    width: 100%;
    height: auto;
    padding: 75px 100px;
}

.footer-menu-elements h6 {
    font-family: "PlusJakartaSans-Bold";
    font-size: 18px;
    color: #cccccc;
    margin: 0;
}

.footer-menu-elements h6:hover {
    color: white;
}

.footer-social-icons i {
    font-size: 28px;
    color: #cccccc;
    margin: 0;
}

.footer-social-icons i:hover {
    color: white;
}

.iyzico-band {
    width: 100%;
    max-width: 400px;
}

.iyzico-band > img {
    object-fit: contain;
    width: 100%;
    margin: auto;
}

.footer-hubox-logo {
    max-width: 120px;
}

.footer-hubox-logo > img {
    object-fit: contain;
    width: 100%;
}

@media screen and (max-width: 992px) {
    footer {
        padding: 60px 40px;
        margin-top: 80px;
    }

    .footer-menu-elements h6 {
        font-family: "PlusJakartaSans-Bold";
        font-size: 16px;
        color: #cccccc;
    }

    .footer-social-icons i {
        font-size: 24px;
        color: #cccccc;
    }
}


.password-eye {
    position: absolute;
    top: 50%;
    right: 20px;
    color: #808080;
    transform: translateY(-50%);
    font-size: 12px;
    background-color: transparent;
    border: none;
}

.red-warning {
    color: red;
    font-size: 12px;
    font-family: "PlusJakartaSans-Medium";
    margin-left: 10px;
    letter-spacing: .5px;
}

.light-warning {
    color: #808080;
    font-size: 12px;
    font-family: "PlusJakartaSans-SemiBold";
    margin-left: 10px;
    letter-spacing: .5px;
}


#contractPage h1 {
    font-family: "PlusJakartaSans-ExtraBold";
    margin-bottom: 40px;
    font-size: 64px;
}

#contractPage h2 {
    font-family: "PlusJakartaSans-ExtraBold";
    margin-bottom: 20px;
    font-size: 48px;
}

#contractPage h3 {
    font-family: "PlusJakartaSans-ExtraBold";
    margin-bottom: 20px;
    font-size: 28px;
}

#contractPage p {
    font-family: "PlusJakartaSans-SemiBold";
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.75;
    text-align: justify;
}

.contractButton {
    padding: 10px 15px;
    border: 1px solid #141414;
    background-color: #141414;
    color: #cccccc;
    border-radius: 90px;
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 16px;
    width: max-content;
    box-shadow: none;
    display: block;
}

.contractButton:hover {
    padding: 10px 15px;
    border: 1px solid #191919;
    background-color: #191919;
    color: white;
    border-radius: 90px;
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 16px;
}

.contractButton:focus {
    padding: 10px 15px;
    border: 1px solid white;
    background-color: white;
    color: #000 !important;
    border-radius: 90px;
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 16px;
}

.contractButton.active {
    padding: 10px 15px;
    border: 1px solid white;
    background-color: white;
    color: #000 !important;
    border-radius: 90px;
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 16px;
}

.contractScroll {
    overflow-x: scroll;
}

#contractPageMain > ::-webkit-scrollbar {
    height: 5px;
    background-color: transparent;
    border-radius: 90px;
}

#contractPageMain > ::-webkit-scrollbar-thumb {
    background-color: #191919;
    border-radius: 90px;
    transition: ease-in-out 200ms;
}

#contractPageMain > ::-webkit-scrollbar-thumb:hover {
    background-color: #474747;
    border-radius: 90px;
    transition: ease-in-out 200ms;
}

@media screen and (max-width: 992px) {

    .contractButton {
        padding: 10px 15px;
        border: 1px solid #141414;
        background-color: #141414;
        color: #cccccc;
        border-radius: 90px;
        font-family: "PlusJakartaSans-Bold";
        font-size: 12px;
        width: max-content;
    }

    .contractButton:hover {
        padding: 10px 15px;
        border: 1px solid #191919;
        background-color: #191919;
        color: white;
        border-radius: 90px;
        font-family: "PlusJakartaSans-Bold";
        font-size: 12px;
    }

    .contractButton:focus {
        padding: 10px 15px;
        border: 1px solid white;
        background-color: white;
        color: black;
        border-radius: 90px;
        font-family: "PlusJakartaSans-Bold";
        font-size: 12px;
    }

    #contractPage h1 {
        font-family: "PlusJakartaSans-ExtraBold";
        font-size: 36px;
    }

    #contractPage h2 {
        font-family: "PlusJakartaSans-ExtraBold";
        font-size: 24px;
    }

    #contractPage h3 {
        font-family: "PlusJakartaSans-ExtraBold";
        font-size: 18px;
    }

    #contractPage p {
        font-family: "PlusJakartaSans-SemiBold";
        font-size: 14px;
    }
}

.alert-warning {
    --bs-alert-color: #191919 !important;
    --bs-alert-bg: #ffffff !important;
    --bs-alert-border-color: #191919 !important;
    font-family: "PlusJakartaSans-ExtraBold";
    border-radius: 0px !important;
    font-size: 16px;
}

.btn-close {
    box-shadow: none !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.instTitle {
    font-family: "PlusJakartaSans-SemiBold";
    color: #cccccc;
}

.instImage {
    object-fit: cover;
    object-position: top;
}

.ratio {
    width: 125px !important;
}

@media screen and (max-width: 540px) {
    .ratio {
        width: 75px !important;
    }
}


.top-number {
    font-family: "PlusJakartaSans-ExtraBold";
    font-size: 240px;
    color: #141414;
    letter-spacing: -1rem;
    line-height: 100%;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #cccccc;
    text-shadow: -10px -10px 20px rgba(255, 255, 255, 0.25);
    transform: translateX(10px) translateY(40px);
}

.content {
    -webkit-box-shadow: -40px 0px 40px -30px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -40px 0px 40px -30px rgba(0, 0, 0, 0.75);
    box-shadow: -40px 0px 40px -30px rgba(0, 0, 0, 0.75);
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
    .top-number {
        font-family: "PlusJakartaSans-ExtraBold";
        font-size: 180px;
        transform: translateX(10px) translateY(30px);
        letter-spacing: -1rem;
    }
}

@media screen and (max-width: 576px) {
    .top-number {
        font-family: "PlusJakartaSans-ExtraBold";
        font-size: 180px;
        transform: translateX(20px) translateY(30px);
        letter-spacing: -0.5rem;
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .top-number {
        font-family: "PlusJakartaSans-ExtraBold";
        font-size: 150px;
        transform: translateX(5px) translateY(35px);
        letter-spacing: -1rem;
    }
}

.scrolling-wrapper-top {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: mandatory;
    scroll-snap-align: start;
}

.topContentWrapper img {
    background-color: #141414;
    width: 270px;
    height: 360px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
    transition: ease-in-out 200ms;
}

.topContentWrapper:hover .play-icon-content {
    filter: opacity(1);
    transition: ease-in-out 300ms;
    transform: translateY(-50%) translateX(-50%);
}

.topContentName {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
}

.topInstName {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.5;
}

.topTitleContainer {
    margin-bottom: 10px;
}

.topContents {
    margin-bottom: 0;
    font-family: "PlusJakartaSans-ExtraBold";
    font-size: 32px;
}

.topContentDetails h5 {
    font-family: "PlusJakartaSans-Bold", Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    line-height: 1.5;
}

.topContentDetails h6 {
    font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
    font-size: 16px !important;
}


.topContentDetails {
    color: white;
    z-index: 1;
    padding: 25px 10px;
    transition: ease-in-out 200ms;
}

.topContentSwiper {
    position: relative;
}

@media screen and (max-width: 576px) {

    .topContents {
        font-size: 18px !important;
    }

    .topContentDetails h5 {
        font-family: "PlusJakartaSans-Bold", Arial, Helvetica, sans-serif;
        font-size: 14px !important;
    }

    .topContentDetails h6 {
        font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
        font-size: 12px !important;
    }

    .topContentWrapper img {
        width: 180px;
        height: 250px;
        object-fit: cover;
        object-position: top;
        border-radius: 5px;
    }

    .topContentDetails {
        color: white;
        z-index: 1;
        padding: 20px 5px;
        transition: ease-in-out 200ms;
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .topContentDetails h5 {
        font-family: "PlusJakartaSans-Bold", Arial, Helvetica, sans-serif;
        font-size: 16px !important;
    }

    .topContentDetails h6 {
        font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
        font-size: 16px !important;
    }

    .topContentWrapper img {
        width: 175px;
        height: 250px;
        object-fit: cover;
        object-position: top;
        border-radius: 15px;
    }

    .topContents {
        font-size: 24px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {

    .topContentWrapper img {
        width: 200px;
        height: 280px;
        object-fit: cover;
        object-position: top;
        border-radius: 15px;
    }
}

.scrolling-wrapper-top:last-child {
    padding-right: 30px;
}


.scrolling-wrapper-cont {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: mandatory;
    scroll-snap-align: start;
}

.contContentWrapper {
    width: 400px;
    min-width: 400px;
    background-color: #141414;
    border-radius: 15px;
    transition: all ease-in-out 0.3s;
}

.contContentWrapper:hover {
    background-color: #212121;
    border-radius: 15px;
    transition: all ease-in-out 0.3s;
}

.contContentWrapper img {
    background-color: #141414;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
    transition: ease-in-out 200ms;
}

.contContentName {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
}

.contInstName {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.5;
}

.contTitleContainer {
    margin-bottom: 10px;
}

.contContents {
    margin-bottom: 0;
    font-family: "PlusJakartaSans-ExtraBold";
    font-size: 32px;
}

.contContentDetails h5 {
    font-family: "PlusJakartaSans-Bold", Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    line-height: 1.5;
}

.contContentDetails h6 {
    font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
    font-size: 14px !important;
}


.contContentDetails {
    color: white;
    z-index: 1;
    padding: 25px 10px;
    transition: ease-in-out 200ms;
}

.contContentSwiper {
    position: relative;
}

@media screen and (max-width: 576px) {

    .contContents {
        font-size: 18px !important;
    }

    .contContentDetails h5 {
        font-family: "PlusJakartaSans-Bold", Arial, Helvetica, sans-serif;
        font-size: 12px !important;
    }

    .contContentDetails h6 {
        font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
        font-size: 10px !important;
    }

    .contContentWrapper {
        min-width: 250px;
    }

    .contContentWrapper img {
        height: 150px;
        object-fit: cover;
        object-position: top;
        border-radius: 5px;
    }

    .contContentDetails {
        color: white;
        z-index: 1;
        padding: 20px 5px;
        transition: ease-in-out 200ms;
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .contContentDetails h5 {
        font-family: "PlusJakartaSans-Bold", Arial, Helvetica, sans-serif;
        font-size: 16px !important;
    }

    .contContentDetails h6 {
        font-family: "PlusJakartaSans-Medium", Arial, Helvetica, sans-serif;
        font-size: 14px !important;
    }

    .contContentWrapper {
        min-width: 350px;
    }

    .contContentWrapper img {
        height: 225px;
        object-fit: cover;
        object-position: top;
        border-radius: 15px;
    }

    .contContents {
        font-size: 24px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {

    .contContentWrapper {
        width: 400px;
        min-width: 300px;
    }

    .contContentWrapper img {
        height: 250px;
        object-fit: cover;
        object-position: top;
        border-radius: 15px;
    }
}

.button-remove i {
    color: #434343 !important;
    font-size: 32px !important;
    background-color: black;
}

.button-remove {
    color: #808080;
    font-size: 21px;
    font-family: "PlusJakartaSans-Bold";
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 999;
}

.button-remove i:hover {
    color: white !important;
    font-size: 32px !important;
}


.swiper {
    width: 100%;
    height: 80vh;
}

.swiper-slide {
    text-align: center;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.swiper-image-2 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: none;
}

.swiper-summary {
    position: absolute;
    left: 12%;
    bottom: 50%;
    transform: translateY(60%);
    max-width: 600px;
    text-align: left;
    z-index: 2;
}

.swiper-category {
    font-family: "PlusJakartaSans-ExtraBold";
    color: white;
    letter-spacing: 3px;
    font-size: 11px;
    text-transform: uppercase;
}

.swiper-logo {
    width: 350px;
}

.swiper-logo img {
    width: 100%;
}

.swiper-list li {
    font-size: 21px;
    font-family: "PlusJakartaSans-SemiBold";
}

.dot-separator {
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 10px;
}

.swiper-title {
    font-family: "PlusJakartaSans-ExtraBold";
    letter-spacing: 0px;
    line-height: 1.25;
    font-size: 52px;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-description {
    font-family: "PlusJakartaSans-SemiBold";
    letter-spacing: 0.25px;
    font-size: 21px;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-gradient-bottom {
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 80%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.swiper-pagination-bullet {
    background: #808080 !important;
    width: 25px !important;
    height: 2.5px !important;
    border-radius: 0px !important;
}

.swiper-pagination-bullet-active {
    background: #da4167 !important;
    width: 35px !important;
}

.swiper-button-next, .swiper-button-prev {
    color: white !important;
    background-color: #21212180 !important;
    padding: 30px;
    border-radius: 50%;
    backdrop-filter: blur(5px);
    transition: all .3s;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    filter: brightness(1.2);
    transition: all .2s;
}

.swiper-button-next {
    right: 4% !important;
}

.swiper-button-prev {
    left: 4% !important;
}

.button-dark-slider {
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    background-color: transparent;
    color: white !important;
    border: 1px solid #676767;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 16px;
    transition: ease-in-out 200ms;
}

.button-dark-slider:hover {
    font-family: "PlusJakartaSans-SemiBold", Arial, Helvetica, sans-serif;
    background-color: transparent;
    color: white !important;
    border: 1px solid white;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 16px;
    transition: ease-in-out 200ms;
}

.headerContentButtons .progress {
    position: relative !important;
    bottom: 0px !important;
    width: 150px;
    height: 6px !important;
    left: 0;
    border-radius: 90px !important;
}

:root {
    --swiper-navigation-size: 20px !important;
}

@media screen and (max-width: 576px) {
    .swiper {
        width: 100%;
        height: 75vh;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: black;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        display: none;
    }

    .swiper-image-2 {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        display: block;
    }

    .swiper-summary {
        position: absolute;
        left: 6%;
        right: 6%;
        bottom: 20%;
        transform: translateY(20%);
        max-width: 600px;
        text-align: left;
        z-index: 2;
    }

    .swiper-category {
        font-family: "PlusJakartaSans-ExtraBold";
        color: white;
        letter-spacing: 3px;
        font-size: 11px;
        text-transform: uppercase;
    }

    .swiper-logo {
        width: 200px;
    }

    .swiper-list li {
        font-size: 14px;
        font-family: "PlusJakartaSans-SemiBold";
    }

    .dot-separator {
        width: 3px;
        height: 3px;
        background: white;
        border-radius: 10px;
    }

    .swiper-title {
        font-family: "PlusJakartaSans-ExtraBold";
        letter-spacing: 0px;
        line-height: 1.25;
        font-size: 28px;
        color: white;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .swiper-description {
        font-family: "PlusJakartaSans-SemiBold";
        letter-spacing: 0.25px;
        font-size: 14px;
        color: white;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .swiper-gradient-bottom {
        position: absolute;
        bottom: -5px;
        width: 100%;
        height: 80%;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }

    .button-dark-slider {
        font-size: 16px;
        padding: 12px 24px;
    }

    .button-dark-slider:hover {
        font-size: 16px;
        padding: 12px 24px;
    }

    .headerContentButtons .progress {
        position: relative !important;
        bottom: 0px !important;
        width: 100px;
        height: 6px !important;
        left: 0;
        border-radius: 90px !important;
    }
}

@media screen and (min-width: 577px) and (max-width: 767px) {

    .swiper-image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        display: none;
    }

    .swiper-image-2 {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        display: block;
    }

    .swiper-summary {
        position: absolute;
        left: 6%;
        right: 6%;
        bottom: 20%;
        transform: translateY(20%);
        max-width: 600px;
        text-align: left;
        z-index: 2;
    }

    .swiper-category {
        font-family: "PlusJakartaSans-ExtraBold";
        color: white;
        letter-spacing: 3px;
        font-size: 11px;
        text-transform: uppercase;
    }

    .swiper-logo {
        width: 250px;
    }

    .swiper-list li {
        font-size: 16px;
        font-family: "PlusJakartaSans-SemiBold";
    }

    .swiper-title {
        font-family: "PlusJakartaSans-ExtraBold";
        letter-spacing: 0px;
        line-height: 1.25;
        font-size: 36px;
        color: white;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .swiper-description {
        font-family: "PlusJakartaSans-SemiBold";
        letter-spacing: 0.25px;
        font-size: 16px;
        color: white;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .swiper-gradient-bottom {
        position: absolute;
        bottom: -5px;
        width: 100%;
        height: 80%;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }

    .headerContentButtons .progress {
        position: relative !important;
        bottom: 0px !important;
        width: 100px;
        height: 6px !important;
        left: 0;
        border-radius: 90px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    .swiper-image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        display: block;
    }

    .swiper-image-2 {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        display: none;
    }

    .swiper-summary {
        position: absolute;
        left: 6%;
        right: 6%;
        bottom: 20%;
        transform: translateY(20%);
        max-width: 600px;
        text-align: left;
        z-index: 2;
    }

    .swiper-category {
        font-family: "PlusJakartaSans-ExtraBold";
        color: white;
        letter-spacing: 3px;
        font-size: 11px;
        text-transform: uppercase;
    }

    .swiper-logo {
        width: 300px;
    }

    .swiper-list li {
        font-size: 18px;
        font-family: "PlusJakartaSans-SemiBold";
    }

    .swiper-title {
        font-family: "PlusJakartaSans-ExtraBold";
        letter-spacing: 0px;
        line-height: 1.25;
        font-size: 44px;
        color: white;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .swiper-description {
        font-family: "PlusJakartaSans-SemiBold";
        letter-spacing: 0.25px;
        font-size: 18px;
        color: white;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .swiper-gradient-bottom {
        position: absolute;
        bottom: -5px;
        width: 100%;
        height: 80%;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }

    .headerContentButtons .progress {
        position: relative !important;
        bottom: 0px !important;
        width: 100px;
        height: 6px !important;
        left: 0;
        border-radius: 90px !important;
    }
}

.mini-subtitle {
    font-family: "PlusJakartaSans-SemiBold";
    font-size: 16px;
    background-color: transparent;
    color: #cccccc;
    max-width: max-content;
    border-radius: 90px;
    border: 1.5px solid #676767;
    transition: all 0.3s;
}

.mini-subtitle:hover {
    color: #ffffff;
    border: 1.5px solid #da4167;
    transition: all 0.3s;
}

.pink-gradient {
    height: 500px;
    width: 100%;
    background: rgb(218, 65, 103);
    background: linear-gradient(0deg, rgba(218, 65, 103, 0) 0%, rgba(218, 65, 103, 1) 100%);
    opacity: 0.3;
    position: absolute;
    top: 0;
    z-index: -1;
}


@media screen and (max-width: 767px) {
    .mini-subtitle {
        font-size: 14px;
    }

    .mini-subtitle:hover {
        color: #ffffff;
        border: 1.5px solid #da4167;
        transition: all 0.3s;
    }

    .pink-gradient {
        height: 200px;
        width: 100%;
        background: rgb(218, 65, 103);
        background: linear-gradient(0deg, rgba(218, 65, 103, 0) 0%, rgba(218, 65, 103, 1) 100%);
        opacity: 0.3;
        position: absolute;
        top: 0;
        z-index: -1;
    }

}
