@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


:root {
    --text-blue: #2699fb;
}
body {
    font-family: 'Poppins', sans-serif;

}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    background-color: #8f7777;
}

::-webkit-scrollbar-thumb {
    background-color: #2699fb;
}

.e-learning-section{
    object-fit: cover;
    /* width: 100%; */
    /* height: 100vh; */
    align-items: stretch !important;
    /* padding-top: ; */
    /* margin: 20px; */
}

/* Font Size */

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-35 {
    font-size: 35px;
}

.fs-50 {
    font-size: 50px;
}

/* Font Weight */

.font-inter {
    font-family: 'Inter', sans-serif !important;
}

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

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

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

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

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

.lh-24 {
    line-height: 24px;
}

.lh-26 {
    line-height: 26px;
}

.lh-30 {
    line-height: 30px;
}

.w-max-content {
    width: max-content !important;
}

.h-max-content {
    height: max-content !important;
}

.rounded-10 {
    border-radius: 10px;
}

/* Label Colors */

.label-color-1 {
    color: #43505b;
}

.label-color-2 {
    color: #0a2134;
}

.label-color-3 {
    color: #2699fb;
}

.label-color-4 {
    color: #9cb2c5;
}

.decoration-none {
    text-decoration: none !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.resize-none {
    resize: none !important;
}

div.e-learning-button{
    /* margin-top: -20px  !important; */
    display: flex;
    justify-content: center;
    width: 100%;
    /* position: relative; */
    /* bottom: 10%; */
    
}

div.e-learning-button button{
    font-size: 18px;
    /* padding: 15px; */
}

/* Button */

.blue-btn,
.blue-btn:disabled {
    box-sizing: border-box;
    padding: 10px 18px;
    color: #ffffff;
    background: #2699fb;
    border: 1px solid #2699fb;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    opacity: 1 !important;
    transition: 0.4s;
}

.blue-btn:focus {
    background: #2699fb;
    border: 1px solid #2699fb;
    color: #ffffff;
}

.blue-btn:hover {
    border-color: #2699fb;
    background: white;
    color: #2699fb;
}

.gray-outline-btn {
    box-sizing: border-box;
    padding: 10px 18px;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    color: #43505b;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    transition: 0.4s;
}

.gray-outline-btn:hover {
    border-color: #2699fb;
    background: #2699fb;
    color: #fff;
}

.gray-outline-btn:focus {
    border: 1px solid #d0d5dd;
}

.bg-light-blue {
    background-color: #f8f9fd !important;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    text-overflow: ellipsis;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    text-overflow: ellipsis;
}

.ls-1 {
    letter-spacing: 1px !important;
}



.container .row video{
    height: 60%;
    border-radius: 20px;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .flex-reverse {
        flex-direction: column-reverse;
    }
    .fs-50 {
        font-size: 25px;
    }
    .gray-outline-btn:hover {
        border-color: #d0d5dd;
        background: #ffffff;
        color: #43505b;
    }
    .thank-you-position {
        position: fixed;
        top: 15%;
    }
}

div.e-learning-button button {
    padding-left: 40px;
    padding-right: 40px;
}

.e-learning-section {
    /* margin-top: 180px; */
    /* margin-bottom: 50px; */
    /* padding-top: 280px !important; */
    font-family: 'Inter', sans-serif;
    /* padding: 80px 0; */
}

.e-learning-video{
    /* height: 100vh; */
    width: 100%;
}

.e-learning-section h2 {
    font-size: 36px;
    line-height: 44px;
}

.shield-icon {
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(179, 188, 195, 0.1);
    box-shadow: 0px 4px 40px rgba(179, 188, 195, 0.35);
}

.blue-btn {
    box-sizing: border-box;
    padding: 10px 18px;
    color: #ffffff !important; 
    background: #2699fb !important;
    border: 1px solid #2699fb !important;
    box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
    border-radius: 8px;
    opacity: 1 !important;
    transition: 0.4s;
}