@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
:root {
    --background-color: #F0FFFE;
    --text-color: #0a033c;
    --secondary-color: #00BCB1;
}
body,
html {
    overflow-x: hidden;
    width: 100vw;
    min-width: 375px;
}
a {
    text-decoration: none;
}
body {
    background-color: var(--background-color);
}
* {
    font-family: "Roboto", sans-serif;
}
#myBtn{
    background-color: var(--secondary-color);
    border: none;
    border-radius: 60px;
}
#myBtn i{
    fill:white;
    color:white;
}
.navBar img {
    width: 150px;
    height: auto;
}
#playlist-container{
    max-height: 630px!important;
}
#playlist-container .playlist-vids-container{
    max-height: 550px!important;
    overflow-y: scroll;
}
#playlist-container .playlist-vids-container::-webkit-scrollbar{
    width: 6px;
    height: 6px;
}
#playlist-container .playlist-vids-container::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
  }
#playlist-container .playlist-vids-container::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
  } 
#playlist-container .playlist-vids-container::-webkit-scrollbar-thumb:hover{
    background: rgba(0,0,0,0.4);
}
#playlist-container .playlist-vids-container::-webkit-scrollbar-thumb:active{
    background: rgba(0,0,0,.9);
}
@media screen and (max-width: 992px) {
    /* #player-container .left {
        width: 100% !important;
        margin: auto;
    } */
    #playlist-container {
        width: 95% !important;
    }
    footer {
        width: 100%;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .navItems-container {
        width: 200px !important;
        background-color: white;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2),
            0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 10px;
        background-color: var(--background-color);
    }
    .myMenu {
        position: absolute !important;
    }
    .navbar .myBtn {
        width: 50% !important;
        margin-right: 0 !important;
        margin-right: 0 !important;
    }
    .login-form {
        width: 100% !important;
    }
    .aboutus-section-content {
        width: auto !important;
    }
}

/* @media  screen and (min-width: 992px) {
.navItems{
    width: 70%!important;
    border: solid red;
} */
/* } */
.navItems * {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 500;
}
.myAccount img {
    width: 37px;
    height: auto;
}
.myAccount span {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 500;
    width: 80px;
}
.left-side {
    max-width: 440px;
}
@media (min-width: 992px) {
    footer {
        width: 100% !important;
        padding-left: 200px !important;
        padding-right: 200px !important;
    }
    .left-side {
        width: 60% !important;
    }
    #home-section-1 {
        margin-top: 100px;
        padding: 0px 100px 0px 100px;
    }
    .login-form {
        border-left: solid 1px;
    }
}
.left-side button {
    padding: 7px 16px 7px 16px;
    background-color: white;
    border: none;
    color: #ff6652;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}
.left-side h1 {
    color: var(--text-color);
    font-size: 30px;
    font-weight: 700;
}
.right-side img {
    width: 70%;
    height: auto;
    /* max-width: 580px; */
}
#home-section-1 {
    margin-top: 50px;
    padding: 0px 40px 0px 40px;
}
.left-side span {
    color: var(--text-color);
    font-size: 13px;
}
#home-section-1 form input {
    width: 100%;
    border: none;
}
.right-side .search-bar {
    width: 70%;
    min-width: 300px;
}
.searchIcon {
    background-color: var(--secondary-color);
    border: none;
    fill: white;
    width: 50px;
    height: 80%;
    font-size: 15px;
    border-radius: 10px;
}
.right-side .search-bar,
.right-side .search-bar input {
    height: 50px;
    border-radius: 10px;
}
.right-side .search-bar input::placeholder {
    color: rgb(160, 160, 160);
    font-size: 14px;
    letter-spacing: 0.6px;
}
.right-side .search-bar input:focus {
    outline: none;
}
.courses-field.container img.rounded-3 {
   max-height: 133px;
}
#home-section-3  video{
    height: 180px!important;
}
#home-section-2 * {
    color: var(--text-color);
}
#home-section-4 a.review-container{
    height: 270px!important;
}
.news-container .new-container{
    height: 333px!important;
}
#home-section-2 h2 {
    font-size: 37px;
    font-weight: 500;
}
#home-section-2 span {
    font-size: 14px;
}
#home-section-2 {
    margin-top: 150px !important;
}
#home-section-2 button {
    border: none;
    background-color: var(--secondary-color);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    padding: 13px 20px 13px 20px;
}
#home-section-2 #video-container {
    left: 0;
    right: 0;
    max-width: 700px;
    height: 400px !important;
}
#home-section-2 #icons-container {
    margin-top: 20px;
    max-width: 730px;
}
#home-section-2 #icons-container span {
    color: var(--text-color);
    font-weight: 100;
    font-size: 16px;
    font-style: italic;
    margin: auto;
    letter-spacing: 0.5px;
}
#home-section-2 #icons-container div {
    border-radius: 6px;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 80%;
    padding: 10px 5px 10px 5px;
    cursor: pointer;
    max-width: 289px;
}
#home-section-3 h2 {
    color: var(--text-color);
    font-size: 35px;
    font-weight: 700;
}
#home-section-3 img {
    width: 30% !important;
    min-width: 300px;
}

#home-section-3 button {
    background-color: var(--secondary-color);
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px 10px 30px;
}
#home-section-4 > div {
    color: var(--text-color);
}
#home-section-4 h2 {
    font-weight: 700;
    font-size: 38px;
}
#home-section-4 > span {
    font-size: 14px;
    font-weight: lighter;
}
.review-container {
    height: auto;
    width: 25%;
    min-width: 310px;
}
.review-container > img {
        border-bottom: solid 0.4px #eaeaea;

    width: 100%;
    height: auto;
    max-height: 184px;
    max-height: 183px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review-container > div {
    color: var(--text-color);
    padding-bottom: 15px;
    height: 60px;
    padding-left: 15px;
    padding-right: 10px;
}
.review-container .lesson-title {
    font-size: 14px;
    font-weight: 700;
}
.review-container .lesson-lvl , .courses-field .lesson-lvl {
    font-size: 14px;
    color: rgb(75, 75, 75);
    font-weight: 500;
    margin-left: 10px;
}
#home-section-4 .myBtn {
    background-color: var(--secondary-color);
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px 10px 30px;
}
.upcoming-event .date-container {
    min-width: 120px;
    min-height: 120px;
    max-width: 120px;
    max-height: 120px;
    border: solid #ff6652 4px;
    color: #ff6652;
    border-radius: 2px;
}
.upcoming-event .day {
    font-size: 30px;
    font-weight: 500;
}
.upcoming-event .m-y {
    font-size: 18px;
    font-weight: 500;
}
.upcoming-event .event-description h2 {
    font-size: 25px;
}
.upcoming-event .event-description p {
    font-size: 15px;
}
.news-container  .myBtn {
    background-color: var(--secondary-color);
    color: white;
    border: none;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 20px 0px 20px;
    height: 40px;
}
.news-container {
    width: 90%;
}
 .new-container {
    width: 22%;
    min-width: 270px;
    min-width: 300px;
    box-sizing: border-box;
}
.new-container img {
    max-width: 100%;
}

 .new-container h3 {
    font-size: 20px;
}
 .new-container p {
    color: gray;
    font-size: 14px;
}
 #home-section-6 .myBtn, #home-section-5 .myBtn {
    background-color: var(--secondary-color);
    color: white;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 20px 0px 20px;
    height: 40px;
}
.subscribe-section {
    background-color: #001D1B;
}
.subscribe-section p {
    font-size: 14px;
    color: gray;
}
.subscribe-section form input {
    border: none;
    height: 45px;
    background-color: #0035328f;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.subscribe-section form input::placeholder {
    color: white;
    font-size: 13px;
}
.subscribe-section form .myBtn {
    background-color: var(--secondary-color);
    color: white;
    border: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 20px 0px 20px;
    height: 45px;
}
footer .footer-logo {
    width: 100px;
    height: auto;
}
footer .footer-list {
    font-size: 16px;
    font-weight: 500;
}
footer a {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}
footer {
    background-color: white;
}
footer li {
    margin-top: 6px;
}
@media (min-width: 600px) {
    .subscribe-section {
        width: 70% !important;
    }
}

.navbar .myBtn {
    background-color: var(--secondary-color);
    border: none;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 25px 7px 25px;
}
.navbar .dashboard-button button{
    background-color: var(--secondary-color);
    border: none;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 25px 7px 25px;
}
.login-form label {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 700;
}
.login-form input.rounded-2 {
    margin-top: 10px;
    border: solid rgb(224, 224, 224) 1px;
    height: 40px;
    padding-left: 33px;
}
#videos-container video{
    width: 320px!important;
}
#videos-container .review:hover{
    cursor: pointer;
}
.login-form input::placeholder {
    color: gray;
}
.login-form div {
    width: 80%;
}
.login-modal .modal-body {
    height: 500px !important;
    font-size: 14px;
    font-family: 500;
}
.login-modal .modal-body .left-side img {
    width: 60% !important;
    object-fit: contain;
    height: auto;
    margin: auto;
}
#id-checkbox {
    width: 15px;
    height: 15px;
    margin-top: 0px;
}
#id-label {
    font-weight: 500;
}
/*
.news-page-home-img-container{
    min-width: 800px;
    max-width: 100vw;
    min-height: 300px;
    max-height: 100vh;
}
.news-page-home-img-container img{
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}
*/
.news-home-img{
    max-width: 500px;
    max-height: 200px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left; 
}
.news-page-home-img{
    max-width: 450px;
    max-height: 290px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
#id-label a {
    color: var(--text-color);
}
.login-form #login-btn {
    width: 80%;
    border: none;
    background-color: var(--secondary-color);
    color: white;
    border-radius: 10px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    min-height: 40px;
}
.login-form .position-relative svg {
    margin-bottom: 12px;
    margin-left: 10px;
    fill: var(--text-color);
}
.login-form .logo {
    width: 100px;
}
.login-form p {
    font-weight: 500;
    font-size: 14px;
}
.login-form p span#switch-btn {
    color: var(--secondary-color);
    cursor: pointer;
}
#top-bar-courses {
    width: 90%;
    margin: auto;
    background-color: rgba(173, 228, 225, 0.345);
    border-radius: 10px;
    height: 200px;
}
#top-bar-courses h2 {
    letter-spacing: 0.6px;
    font-weight: 100;
    color: rgb(56, 56, 56);
}
#top-bar-courses img {
    width: 250px;
}
#online-search-filter-input {
    background-color: var(--secondary-color);
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #d1d1d1;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    margin-right: -1px;
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label.offline-courses-filter {
    background-color: #ff6652;
    box-shadow: none;
}
.switch-field input:checked + label.online-courses-filter {
    background-color: var(--secondary-color);
}

.switch-field label.online-courses-filter {
    border-radius: 8px 0 0 8px;
}

.switch-field label.offline-courses-filter {
    border-radius: 0 8px 8px 0;
}

.courses-search-field .search-bar {
    width: 30% !important;
}
.courses-search-field .search-bar button {
    background-color: transparent;
    border: none;
}
.courses-search-field .search-bar input {
    border: none;
    border-radius: 6px;
    height: 40px;
    padding-left: 12px;
    font-size: 13px;
}
.courses-search-field .search-bar input::placeholder {
    color: rgb(187, 187, 187);
    font-size: 13.3px;
    font-weight: light;
}
.courses-search-field .search-bar svg {
    background-color: var(--secondary-color);
    border-radius: 6px;
    height: 80%;
    padding: 8px;
    margin-right: 5px;
    fill: white;
}
.courses-search-field select {
    border: none;
    border-radius: 6px;
    height: 40px;
    padding-left: 68px;
    font-size: 13.3px;
    font-weight: 500;
}
.courses-search-field select::placeholder {
    color: rgb(187, 187, 187);
    font-size: 12px;
    font-weight: light;
}
.courses-search-field *:focus {
    border: none;
    outline: none;
}
.courses-search-field .sort-field {
    width: 30%;
}
.courses-search-field {
    width: 90%;
}
.courses-search-field .sort-field span {
    font-size: 13px;
    font-weight: light;
    color: rgb(199, 199, 199);
}
@media (max-width: 768px) {
    .courses-search-field .sort-field,
    .courses-search-field .search-bar {
        width: 90% !important;
    }
}
.courses-field .card img{
    width: 100%!important;
}
.courses-field .card {
    width: 30%;
    min-width: 250px;
    max-width: 280px;
    border: none;
    height: 255px!important;
}
.courses-field {
    width: 90%;
}
.courses-field .course-title-courses{
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
}
.courses-field .offline-tag {
    color: #ff6652;
    font-size: 12px;
    font-weight: 500;
}
.courses-field .online-tag {
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 500;
}
.courses-field p {
    color: gray;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.courses-field .price {
    color: rgb(66, 249, 255);
    font-weight: 700;
}
#player-container {
    background-color: #E0F4F3;
    border-radius: 12px;
}
#player-container .playlist-item {
    background-color: white;
    min-width: 200px;
}
.active-video-playlist{
   color: rgb(252, 113, 0)!important;
}
#player-container .playlist-item .lesson-title {
    font-size: 16px;
    font-style: italic;
    font-weight: lighter;
    color: var(--text-color);
}
.playlist-item-link{
    cursor: pointer;
}
#player-container .playlist-item .lesson-duration {
    color: #ff6652;
    font-size: 13px;
    font-weight: 500;
}
#player-container .left iframe {
    height: 500px;
}
#player-container h3 {
    font-size: 25px;
    font-weight: 100;
    color: var(--text-color);
    font-style: italic;
}
#player-container .playlist-item img {
    max-height: 50px;
}
#course-details h3 {
    color: var(--text-color);
    font-size: 30px;
    font-weight: lighter;
    font-style: italic;
}
#course-details p {
    color: rgb(90, 90, 90);
    font-size: 15px;
}
#course-details img{
    width: 100%;
    margin: auto;
}
#course-details .img-container{
    width: 100%;
    height: auto!important;
    min-width: 350px;
}
.buy-course li {
    color: var(--text-color);
    font-weight: lighter;
    font-style: italic;
    margin-bottom: 14px;
    font-size: 17px;
}
.buy-course button {
    background-color: #ff6652;
    border: none;
    border-radius: 6px;
    color: white;
}
#player-container .left {
    width: 68%;
}
.buy-course {
    min-width: 350px;
    height: 402px;
}
#about-us-header {
    font-size: 30px;
    color: #00bcb1;
    font-weight: bold;
    text-align: center;
    margin-top: 70px;
}
.aboutus-section .image-container {
    width: 30%;
    max-width: 350px;
    height: auto;
    min-height: 250px !important;
    min-width: 300px !important;
}
.aboutus-section .image-container img {
    min-height: 250px !important;
    min-width: 300px !important;
}
.aboutus-section-content h4 {
    color: var(--text-color);
    font-size: 30px;
    margin-bottom: 22px;
    margin-top: 12px;
}
.aboutus-section-content span {
    color: #00bcb1;
    font-weight: 500;
}
.aboutus-section-content p {
    color: var(--text-color);
    font-size: 14px;
}
.aboutus-section-content button {
    background-color: #00bcb1;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    color: white;
    padding: 7px 12px 7px 12px;
    max-width: 100px;
}
.active-pagination {
    background-color: #001d1b !important;
    border-color: #001d1b !important;
}
.available-pagination {
    color: #001d1b;
}
.pagination-btns {
    color: #001d1b !important;
}
@media (max-width: 576px) {
    .login-field-container {
        width: 100% !important;
    }
}
#home-section-6 .title .myBtn {
    min-width: 94px;
}
.login-field-container span {
    color: var(--secondary-color);
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
}

#reset-password-form {
    margin-top: 80px;
    margin-bottom: 80px;
}

#reset-password-form .form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
}
#reset-password-form .form-signin-heading,
#reset-password-form .checkbox {
    margin-bottom: 30px;
    font-size: 20px;
}

#reset-password-form .checkbox {
    font-weight: normal;
}

#reset-password-form .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}
#reset-password-form .form-control:focus{
    outline: none;
    border: none;
}
#reset-password-form input[name="new-password"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 10px;
}

#reset-password-form input[name="confirm-new-password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#course-details .left{
    width: 300px;
}
.accordion-button{
    background-color: #E0F4F3!important;
    font-size: 15px;
    font-weight: 500;
    border:none;
    box-shadow: none;
}
.contact-us-container h1{
    color: var(--secondary-color);
    margin-top: 40px;
}
#contact-us-form label{
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 16;
}
#contact-us-form input{
    height: 47px;
    width: 300px;
    background-color: #E0F4F3!important;
}
#contact-us-form  button{
    color: white;
    background-color: var(--secondary-color);
    width: 300px;
    height: 40px;
    border: none;
    border-radius: 8px;
    margin: auto;
}
#contact-us-form  textarea{
    height: 200px;
    background-color: #E0F4F3!important;
}
#nav-signin-btn{
    color: white!important;
    /* border: solid var(--secondary-color) 2px; */
    border: none;
    color: rgb(0, 111, 126)!important;
    background-color: transparent;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 25px 7px 25px;
}
.date-home-sm span{
    color: #ff6652;
    font-size: 15px!important;
    font-weight: 500;
}

#modal-login-form .alert{
        width: 90% !important;
    position: relative!important;
}
#footer-icons-group{
    min-width: 150px;
}
.footer-icon,.footer-icon *{
    width: 17px;
    height: 17px;
}

@media screen and (max-width: 1200px) {
    #couse-page-container{
        width: 97%!important;
    }
    
}