@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background: #e2ecf1;
    overflow-x: hidden;
}

#wrapper #sidebar .sidebar-content #sidebar-menu .side-nav li a {
    font-weight: 400;
}

.btn {
    font-weight: 500;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

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

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.get {
    font-weight: 400;
}

.btn-primary {
    background-color: #07003B;
    border: 0;
}

.btn-hover {
    background-color: #050027;
}

.custom--thumb img {
    opacity: .4;
}

.custom--thumb {
    position: relative;
}

.custom--thumb::before {
    content: 'Click to play';
    position: absolute;
    left: 40%;
    top: 40%;
    transform: translate(-50%,-50%);
    background-color: rgb(235, 141, 64);
    color: #fff;
    z-index: 80;
    padding: 12px 20px;
    border-radius: 5px;
    animation: zooms 1.5s infinite;
}

.custom--thumb.played::before {
    display: none;
}

.btn,
.form-control {
    border-radius: 5px !important;
}

nav .btn {
    padding: 10px 15px;
}

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

.mail {
    background-color: #3C50E0;
}


.btn-preview {
    position: relative;
    top: -75px;
}

.btn-preview.lg {
    position: relative;
    top: -90px;
    animation: zooms 1.5s infinite;
}

.module .module--content:after {
    pointer-events: none;
}

header .checklist {
    padding: 25px !important;
}

header .checklist li {
    font-size: 14px !important;
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 8px !important;
}

.video-thumb {
    position: relative;
    background-color: #000;
    border-radius: 10px;
}

.video-thumb:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background: url('../../../assets/img/play.png')no-repeat center center;
    background-size: 100%;
    animation: zooms 1.5s infinite;
    pointer-events: none;
}

.video-thumb img {
    border-radius: 10px;
    box-shadow: 0 25px 35px rgba(0, 0, 0, .1);
    opacity: .8;
}

#module-1,
#content--module--1 {
    background: #fafafa url("../img/module-bg/1.jpg") no-repeat top center !important;
    background-size: 100% !important;
}

#module-2,
#content--module--2 {
    background: #171D21 url("../img/module-bg/2.jpg") no-repeat top center !important;
    background-size: 100% !important;
}

#module-3,
#content--module--3 {
    background: #f0f0f0 url("../img/module-bg/3.jpg") no-repeat top center !important;
    background-size: 100% !important;
}

#module-4,
#content--module--4,
#wrapper #content #content--prizes {
    color: #EEE !important;
    background: #171D21 url("../img/module-bg/4.jpg") no-repeat top center !important;
    background-size: 100% !important;
}

#module-5,
#content--module--5 {
    background: #f0f0f0 url("../img/module-bg/5.jpg") no-repeat top center !important;
    background-size: 100% !important;
}

#module-6,
#content--module--6 {
    background: #171D21 url("../img/module-bg/6.jpg") no-repeat top center !important;
    background-size: 100% !important;
}

#module-7,
#content--module--7 {
    background: #f0f0f0 url("../img/module-bg/7.jpg") no-repeat top center !important;
    background-size: 100% !important;
}

#module-8,
#content--module--8 {
    background: #171D21 url("../img/module-bg/8.jpg") no-repeat top center !important;
    background-size: 100% !important;
}

#module-9,
#content--module--9 {
    background: #f0f0f0 url("../img/module-bg/9.jpg") no-repeat top center !important;
    background-size: 100% !important;
}

#module-10,
#content--module--10 {
    background: #EEEDED url("../img/module-bg/10.jpg") no-repeat top center !important;
    background-size: 100% !important;
}

.module--vid {
    background-color: #000 !important;
    padding: 0 !important;
    border-radius: 5px !important;
}

.module--vid img {
    border-radius: 5px;
    transition: 0.3s all ease;
}

.module--vid img:hover {
    opacity: .8;
    transition: 0.3s all ease;
}

.module--vid.no--vid img {
    opacity: 1;
}

.card-dark {
    background-color: #333c42;
    color: #c7d4db
}

.ecourse {
    font-weight: 400;
    font-size: 14px;
}

.ecourse li {
    margin-left: -20px;
    line-height: 1.5em;
    margin-bottom: 7px;
}

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

.vid-title {
    padding-top: 15px;
}

.module .module--content .module--vid:after {
    box-shadow: 0 0px 30px #000;
    border-radius: 100%;
    opacity: 1;
    margin-top: -10px;
}

.zoom {
    animation: zooms 1.2s infinite !important;
}

.get.get--jv img {
    height: 50px;
}

section,
header {
    padding: 50px !important;
}

.menu {
    position: sticky;
    top: 0 !important;
    background-color: #eee;
    z-index: 15550;
    font-size: 14px;
    padding: 20px 50px;
    background-color: rgb(197, 54, 54);
    color: white;
    line-height: 1.4em;
}

h6 {
    line-height: 1.5em;
}

.container {
    width: 1300px;
    max-width: 100%;
    padding: 0;
}

.bg-soft {
    background-color: #f9f9f9;
}

.img-btn {
    height: 20px;
    color: #fff;
}

.btn-get {
    background-color: #faa722;
    box-shadow: 0 5px #eb9814;
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    border-radius: 5px;
    color: #FFF;
    font-weight: 600;
    padding: 15px 20px;
    font-size: 18px;
}

.btn-get:hover {
    color: #fff;
    outline: none !important;
    background-color: #eb9814;
    box-shadow: 0 1px #faa51c;
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transform: translateY(5px);
}

.bg-dark-blue {
    background-color: #263CB9;
}

h4 {
    line-height: 1.5em;
}

.module--vid.bg-transparent {
    background: transparent!important;
}
.module .module--content .module--vid.no-zoom:hover {
    cursor: default;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media screen and (max-width: 575px) {
    header.header--oto-2 {
        padding: 50px 25px !important;
    }

    h4 {
        font-size: 20px;
    }

    section,
    header {
        padding: 50px 25px !important;
    }

    .btn-get {
        padding: 15px;
        font-size: 14px;
    }
    
}