/* @font-face {
    font-family: myFirstFont;
    src: url(/NetflixSans/NetflixSansRegular.ttf);
} */

body {
    background-color: #141414 !important;
    font-family: 'Roboto', sans-serif !important;
}

.bg-primary {
    background-color: #d6ae45 !important;
}

.ne-h1 {
    color: white;
    font-family: 'Roboto', sans-serif ;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.content {
    min-height: 90vh;
}

/*Card design*/

.ne-card-bottom {
    background-color: #142a66;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ne-image-container {
    position: relative;
}

.login-container {
    min-height: 660px;
    max-width: 450px !important;
    background-color: #202020db;
}
.ne-image-container-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px 7px;
    font-size: 14px;
}

.ne-card-bottom-text {
    color: rgb(226, 226, 226);
    margin: 16px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.ne-course-premium {
    font-size: 18px;
    font-weight: bold;
    padding: 15px, 15px, 15px, 15px;
    margin-left: 10px;
    background: linear-gradient(-45deg, #883820, #c52c67, #0b495f, #20c59e);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

.ne-title {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 22px;
}

.ne-title:hover {
    text-decoration-color: white;
    color: white;
}

.ne-short-description {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.card-text.ne-short-description {
    color: #fff;
}

.ne-card {
    background-color: #202020;
    border-radius: 4px;
    border-color: transparent;
    margin-bottom: 30px;
    height: 94%;
}

.poster-card {
    background-color: transparent;
    border-radius: 4px;
    border-color: transparent;
    margin-bottom: 30px;
    height: 94%;
}

.ne-btn {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    transition: 0.3s;
    transition-timing-function: ease;
    background-color: transparent;
    padding: 5px 15px 5px 15px;
    border-radius: 3px;
    font-size: 18px;
}

.trailer-btn {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    transition: 0.3s;
    transition-timing-function: ease;
    border-bottom: #ff9800 1px solid;
    padding: 5px 15px 5px 15px;
    /* border-radius: 3px; */
    font-size: 18px;
}

.ne-btn {
    border: #ff9800 1px solid;
}

.ne-course-length {
    color: white;
    background-color: #1c1c287e;
    border-radius: 1000px;
    padding: 5px 10px;
    font-size: 14px;
}

/*Single course*/

.ne-chapter-title a {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #202020;
    font-size: 22px;
    padding-bottom: 2px;
    color: white;
}

.ne-lesson-title {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}

.ne-lesson-title:hover {
    color: white;
}

.ne-lesson-length {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 13px;
    margin-right: 10px;
    margin-left: 20px;
    background-color: #ff9d00;
}

.ne-chapter-length {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin-right: 5px;
    background-color: transparent;
    color: #a1a1a1;
}

.ne-chapter-card {
    background-color: transparent;
    border-radius: 4px;
    margin-bottom: 15px;
}

.ne-time.ne-course-length {
    background-color: transparent;
    font-size: 18px;
    margin-left: 20px;
}

.ne-lesson-premium {
    font-size: 14px;
    font-weight: normal;
    padding: 5px, 8px, 5px, 8px;
    margin-left: 10px;
    background: linear-gradient(-45deg, #883820, #c52c67, #0b495f, #20c59e);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

/*Navbar*/

.navbar {
    background-color: transparent;
    background-image: linear-gradient(
        360deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.56) 100%
    ) !important;
    position: fixed;
    z-index: 1;
    top: 0%;
    width: 100%;
}

.ne-nav-link {
    color: white !important;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 0.9rem;
    padding: 6px 14px 5px;
    letter-spacing: 0.5px;
}

.ne-nav-brand {
    color: white !important;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 21px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.nav-search-bar {
    border-radius: 100px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    border: none;
    background-color: #1c1c28;
    transition: 0.3s;
}

.nav-search-bar:focus {
    background-color: #232338;
    border: none;
    color: white;
}

/*Jumbotron*/

.ne-jumbotron {
    background-color: #616161;
}

.ne-jumbotron-text {
    color: white !important;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 45px;
}

.ne-jumbotron-animation {
    /* background: linear-gradient(-45deg, #883820, #c52c67, #0b495f, #20c59e);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite; */
    /* animation: gradient 60s ease infinite; */
    background-image: url(../images/bannerHome-web.jpg);
    background-size: cover !important;
    background-position: center !important;
}

/* .ne-jumbotron-animation::before {
    position: absolute !important;
    display: block;
    height: 100%;
    width: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .4) !important;
} */

.ne-jumbotron-animation-guest {
    /* background: linear-gradient(-45deg, #883820, #c52c67, #0b495f, #20c59e);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite; */
    /* animation: gradient 100s ease infinite; */
    background-image: url(../images/slide-bg2.jpg);
    position: relative;
    height: 100%;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    background-size: cover;
}

.ne-jumbotron-animation-nurcast {
    /* background: linear-gradient(-45deg, #883820, #c52c67, #0b495f, #20c59e);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite; */
    /* animation: gradient 100s ease infinite; */
    background-image: url(../images/abstract-background-4918333.jpeg);
    background-size: cover;
    position: relative;
    height: 100%;
}

.ne-try-now-btn {
    border: #ff9800 1px solid;
    background-color: #ff9d00;
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 20px;
    margin-left: 10px;
}

.ne-try-now-btn:hover {
    cursor: pointer;
    background-color: #f8ba56;
    border: #f8ba56 1px solid;
    color: white;
}

.ne-info-btn {
    border: #000000 1px solid;
    background-color: #000000;
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 20px;
    margin-left: 10px;
}

.ne-info-btn:hover {
    cursor: pointer;
    background-color: #141414;
    border: #141414 1px solid;
    color: white;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*Single lesson*/

.ne-single-lesson-title {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
}

.ne-single-lesson-description {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.ne-breadcrumb {
    margin-top: 5px;
    background: none;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding-left: 0px;
    margin-bottom: 1px;
}

.ne-breadcrumb-item a {
    color: #9292b8 !important;
}

.ne-breadcrumb-item.active {
    color: #c0c0f8;
}

.ne-previous-next-lesson {
    margin-top: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: -15px;
}

/*Search*/

.ne-btn-search {
    font-size: 16px !important;
    font-weight: normal !important;
}

/*Register page*/

.ne-label {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: white;
}

/*Prices*/

.ne-card-head {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: white;
    border-bottom: 1px solid #33354d !important;
}

.ne-page-title {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding-bottom: 20px;
    padding-top: 15px;
}

.ne-list-item {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #000;
    background-color: #fff !important;
    border-top: 1px solid #33354d !important;
}

.ne-card-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #33354d !important;
}

.ne-card-pricing {
    margin-top: 10px;
}

/*Subscribe*/

.ne-jumbotron-subscribe {
    background-color: #616161;
}

.ne-dropdown {
    background-color: #202020;
}
.ne-dropdown:before {
    background-color: #fff;
}

.ne-dropdown-item:hover {
    background-color: #8a5408;
}

.ne-dropdown-item {
    color: white !important;
}

/*Footer*/

.ne-footer {
    background-color: #141414;
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.56) 100%
    ) !important;
}

.ne-footer-guest {
    position: absolute;
    bottom: 0;
    background-color: #20202047;
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.56) 100%
    ) !important;
    width: 100%;
}

.ne-footer-item {
    color: #c9c9cd;
    font-size: 15px;
    text-align: right;
}

.ne-footer-item:hover {
    color: #c9c9cd;
}

@media (min-width: 992px) {
    .navbar-guest {
        opacity: 0.8;
        position: absolute;
        top: 1px;
        width: 100%;
        background-color: unset !important;
    }

    /* .ne-footer {
        background-color: #202020;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%) !important;
        position: fixed;
        padding: 10px 10px 0px 10px;
        bottom: 0;
        width: 100%;
        height: 79px;
    } */
}

html,
body {
    height: 100%;
    font-family: "Roboto", sans-serif;
}

#wrap {
    min-height: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 200px;
}

.footer {
    position: relative;
    margin-top: -200px;
    height: 200px;
    clear: both;
    padding-top: 10px;
}

/*Homepage title links*/

.ne-h1-title-link {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 23px;
    padding-left: 2.5rem;
}

.ne-h1-title-link:hover {
    text-decoration-color: white;
    color: white;
}

/*Modal*/

.login-modal {
    max-width: 650px !important;
}

.modal-content {
    background-color: #202020;
    padding-bottom: 3em;
}

.modal-title {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-left: auto;
}

.card-title {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.modal-header {
    border: none;
}

.modal-footer {
    border: none;
}

.modal-header .close {
    color: #9e9e9e;
    font-size: 25px;
    padding: 0 4px;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.col-form-label {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.register-card .col-form-label {
    color: #000;
}

.register-card .ne-btn {
    color: #000;
    border-radius: 20px;
    border: #ff9800 2px solid;
}

.ne-btn:hover {
    transition-timing-function: ease;
    transition: 0.3s;
    background-color: #ff9d00;
    border: #ff9d00 1px solid;
    color: white;
    text-decoration: none;
}

.table-dark {
    background-color: #202020;
    font-family: "Roboto", sans-serif;
}

.ne-movie-details {
    color: white;
    font-size: 18px;
}

.ne-movie-details:hover {
    color: white;
}

.navbar-brand {
    font-weight: bold;
}

.ne-disabled,
.ne-disabled:hover {
    color: #c2c2c2 !important;
    cursor: not-allowed;
    border: #cc9d57 1px solid;
    opacity: 0.5;
    background: transparent;
}

.ne-remove-link {
    color: white;
}

.ne-remove-link:hover {
    color: white;
    text-decoration: none;
}

/*Custom pagination search*/
.page-link {
    background-color: #404264;
    color: white;
    border: none;
    margin-left: 5px;
    border-radius: 3px;
    transition: 0.3s;
    font-weight: bold;
}

.page-link:hover {
    background-color: #3c3f6e;
    color: white;
}

.pagination {
    border: none;
}

.page-item.active {
    font-weight: bold;
    border-radius: 3px;
}

.page-item.active .page-link {
    background-color: #595eae !important;
}

.pt-1 {
    padding-top: 10px !important;
}

.categories {
    color: rgb(168, 168, 168);
}

.trailer {
    color: rgb(168, 168, 168);
    font-size: 16px;
    font-weight: normal;
}

.trailer:hover {
    color: rgb(168, 168, 168);
    font-size: 16px;
    font-weight: normal;
}

.mr-1 {
    margin-right: 10px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.footer-menu {
    float: left;
    padding: 10px;
}

/*nurcast audio */
.container-audio {
    width: 40%;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    color: #444;
    margin: 20px auto;
    overflow: hidden;
}

audio {
    width: 100%;
}

.subscribe-title {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    /* font-size: 22px; */
}

.subscribe-card {
    background-color: #fff;
    border-radius: 4px;
    border-color: transparent;
    margin-bottom: 30px;
    height: 94%;
}

.subscribe-short-description {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.subscribe-card-head {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #33354d !important;
}

.subscribe-btn {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    transition: 0.3s;
    transition-timing-function: ease;
    background-color: #282838;
    padding: 5px 15px 5px 15px;
    border-radius: 3px;
    font-size: 18px;
}

.slide {
    width: 15%;
}

.ne-margin-top-under-nav {
    margin-top: 10em;
}

.nav-link.active {
    /* text-decoration: underline;
    text-underline-position: under; */
    color: #ff9d00 !important;
    /* font-weight: 700; */
}

.ne-jumbotron-animation-guest .container-fluid {
    width: 85%;
    /* position: absolute; */
}

.login-btn {
    background-color: #ff9800;
    border-radius: 2px;
    font-weight: 600;
    font-size: 16px;
    padding: 6px 26px !important;
    margin: 5px 10px;
    color: #fff !important;
    border: none;
}

.login-btn:hover {
    transition-timing-function: ease;
    transition: 1s;
    background-color: #ffab24;
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .slide {
        width: 15%;
    }
}

@media (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }
    .ne-footer-guest {
        position: relative !important;
    }
    .slide {
        width: 40%;
    }

    .ne-footer-item {
        text-align: center;
        font-size: 14px;
    }

    .footer-menu {
        float: unset;
        padding: 0.5em;
    }

    .ne-jumbotron.ne-jumbotron-animation-guest {
        padding-top: 0;
        height: unset;
    }

    /* .ne-jumbotron-animation-guest .container {
        margin-top: 30px;
    } */

    .ne-jumbotron-text {
        font-size: 18px;
    }

    .ne-try-now-btn {
        font-size: 15px;
        padding: 7px 17px;
    }

    .ne-jumbotron-animation-guest {
        display: block;
    }

    .ne-footer-guest {
        padding-top: 0.6em;
        position: unset;
    }

    .login-btn {
        margin: 5px 0;
        width: 100%;
    }
}

.lis-light {
    color: #707070;
}

.font-weight-normal {
    font-weight: 400 !important;
}

h5 {
    font-size: 1.25rem;
}

.price-table {
    transition: 0.3s ease;
}

.lis-brd-light {
    border-color: #dadada !important;
}

.lis-rounded-top {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.lis-bg-light {
    background-color: #f7f7f7;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.lis-latter-spacing-2 {
    letter-spacing: 2px;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.lis-font-weight-500 {
    font-weight: 500;
}

.display-4 {
    font-size: 3.5rem;
}

.price-table sup {
    top: -1.5em;
}

.price-table sup,
.price-table small {
    font-size: 1.25rem;
}

.price-table small {
    font-size: 1.25rem;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}

.lis-brd-light {
    border-color: #dadada !important;
}

.bg-white {
    background-color: #fff !important;
}

.py-5 {
    padding-bottom: 3rem !important;
}

.lis-line-height-3 {
    line-height: 3 !important;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.lis-line-height-3 {
    line-height: 3 !important;
}

.btn-primary-outline {
    background-color: transparent;
    color: #ff9d00 !important;
    border-color: #ff9d00;
}

.btn {
    color: #fff;
    padding: 0.5rem 1.3rem;
    font-size: 1rem;
    word-wrap: break-word;
}

.lis-rounded-circle-50 {
    border-radius: 50px;
}

.pl-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus {
    background-color: #ff9d00;
    border-color: #ff9d00;
    color: #fff !important;
}

.lis-bg-primary {
    background-color: #ff9d00;
}

.btn-primary {
    background-color: #ff9d00;
    border-color: #ff9d00;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #ff9d00;
    border-color: #ff9d00;
}

.price-table.active {
    transform: scale(1.045);
    -webkit-transform: scale(1.045);
}

.price-table {
    transition: 0.3s ease;
}

.lis-rounded-bottom {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
<<<<<<< HEAD
=======
}

/* input:placeholder-shown {
    font-size: 0.8em !important;
} */
>>>>>>> master
}

/* input:placeholder-shown {
    font-size: 0.8em !important;
} */
