/* @import url("../font/Nikosh.ttf"); */

/* styles.css */
@font-face {
    font-family: HeaderFont;
    src: url("../font/kalpurush.ttf");
}

@font-face {
    font-family: CertificateFont;
    src: url("../font/certificate/kalpurush.ttf");
}

@font-face {
    font-family: CertificateUser;
    src: url("../font/certificate_name/kalpurush.ttf");
}

h1, h2, h3, h4, h5, h6{
    font-family: HeaderFont;
}

body{
    font-family: HeaderFont;
}

p, span, a{
    font-family: HeaderFont;
}

/* custom property */
:root {
    /**
     * COLORS
     */

    --green-crayola: hsl(122, 38%, 49%);
    --quick-silver: hsla(0, 0%, 65%, 1);
    --davys-grey: hsla(30, 3%, 34%, 1);
    --smoky-black-1: hsla(40, 12%, 5%, 1);
    --smoky-black-2: hsla(30, 8%, 5%, 1);
    --smoky-black-3: hsla(0, 3%, 7%, 1);
    --eerie-black-1: hsla(210, 4%, 9%, 1);
    --eerie-black-2: hsla(210, 4%, 11%, 1);
    --eerie-black-3: hsla(180, 2%, 8%, 1);
    --eerie-black-4: hsla(0, 0%, 13%, 1);
    --white: hsla(0, 0%, 100%, 1);
    --white-alpha-20: hsla(0, 0%, 100%, 0.2);
    --white-alpha-10: hsla(0, 0%, 100%, 0.1);
    --black: hsla(0, 0%, 0%, 1);
    --black-alpha-80: hsla(0, 0%, 0%, 0.8);
    --black-alpha-15: hsla(0, 0%, 0%, 0.15);
    --e-pushti-orange: #ffbf00;
    --e-pushti-orange-shadow: #d58f26;
    --e-pushti-green: hsl(122, 38%, 49%);
    --e-pushti-fontColor: #203764;

    /**
     * GRADIENT COLOR
     */

    --loading-text-gradient: linear-gradient(90deg,
            transparent 0% 16.66%,
            var(--smoky-black-3) 33.33% 50%,
            transparent 66.66% 75%);
    --gradient-1: linear-gradient(to top,
            hsla(0, 0%, 0%, 0.9),
            hsla(0, 0%, 0%, 0.7),
            transparent);

    /**
     * SHADOW
     */
    --shadow-1: 0px 0px 25px 0px hsla(0, 0%, 0%, 0.25);

    /**
   * BORDER RADIUS
   */
    --radius-24: 24px;
    --radius-circle: 50%;

    /* font-weight */
    --weight-regular: 400;
    --weight-bold: 700;

    /**
     * TRANSITION
     */

    --transition-1: 250ms ease;
    --transition-2: 500ms ease;
    --transition-3: 1000ms ease;
}

html {
    scroll-behavior: smooth;
}

body.loaded {
    overflow: overlay;
}

.py-120 {
    padding-block: 120px;
}

a {
    text-decoration: none;
}

.cursor-pointer,
.cursor-pointer label {
    cursor: pointer;
}

.header-font {
    font-family: HeaderFont;
    font-weight: bold;
}

.header-font-p {
    font-family: HeaderFont;
    font-size: 20px;
    line-height: 1.8;
    word-spacing: 4px;
}

.w-90 {
    width: 90% !important;
}

.pt-6 {
    padding-top: 6rem !important;
}

.mt-20 {
    margin-top: 20%;
}

.pt-10 {
    padding-top: 10%;
}

.mt-10 {
    margin-top: 10%;
}

.mb-10 {
    margin-bottom: 10%;
}

.my-10 {
    margin: 10% auto;
}

.w-10 {
    width: 10%;
}

.top-25 {
    top: 25% !important;
}

.btn-bg {
    background-color: #ffbf00;
    color: #000;
    box-shadow: 0 4px #d58f26;
}

.btn-bg:hover,
.btn-bg:focus,
.btn-bg:active,
.lang .btn-check:checked+.btn,
.lang .btn.active,
.lang .btn.show,
.lang .btn:first-child:active,
.lang :not(.btn-check)+.btn:active {
    background-color: #ffbf00 !important;
    color: white !important;
    border-color: transparent !important;
    transform: scale(1.05);
}

.rounded-lg-top {
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
}

.gap-6 {
    gap: 6px;
}

.bg-color-red {
    background: #F45662;
}

.bg-color-blue {
    background-color: #3c479d;
}

.txt-blue {
    color: #203764;
}

.text-d-orange {
    color: #d38b00 !important;
}

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

.bg_light_blue {
    background-color: #e6f3fa;
}

.f-s-1 {
    font-size: 18px !important;
}

.f-s-2 {
    font-size: 1.2rem !important;
}

.f-s-3 {
    font-size: 1.8rem !important;
}

.f-s-4 {
    font-size: 2.5rem !important;
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

.shadow-right {
    -webkit-box-shadow: 8px 0px 8px -12px #000;
    -moz-box-shadow: 8px 0px 8px -12px #000;
    box-shadow: 8px 0px 8px -12px #000;
}

.shadow-bottom {
    -moz-box-shadow: inset 0 -6px 14px -16px #000;
    -webkit-box-shadow: inset 0 -6px 14px -16px #000;
    box-shadow:
        inset 0 6px 14px -16px #000,
        inset 0 -6px 14px -16px #000;
}

.shadow-1 {
    box-shadow: 1rem 1rem 2px rgba(0, 0, 0, .15);
    box-shadow: 2px 1px 14px 2px #5656fd66;
}

.text-orange {
    color: var(--e-pushti-orange);
}

.text-blue {
    color: var(--e-pushti-fontColor);
}

@media screen and (min-width: 1400px) {
    .header-font-p {
        font-size: 24px;
        line-height: 2;
    }

    .f-s-1 {
        font-size: 24px !important;
    }

    .f-s-2 {
        font-size: 1.5rem !important;
    }

    .f-s-3 {
        font-size: 2.5rem !important;
    }

    .f-s-4 {
        font-size: 3rem !important;
    }
}

.rounded-lg {
    border-radius: 8px !important;
}

.border-bottom-1 {
    border-bottom: 1px solid;
}

.dropdown-menu .dropdown-item {
    font-size: 20px;
}

/* .quize .cursor-pointer:hover {
    background-color: #28a745 !important;
} */

/* pre-load */
.preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: var(--green-crayola); */
    background: radial-gradient(circle at 50% 44.6%, rgb(250, 245, 191) 0%, rgb(185, 225, 143) 100%);
    z-index: 100000;
    display: grid;
    place-content: center;
    justify-items: center;
    transition: var(--transition-2);
}

.preload>* {
    transition: var(--transition-1);
}

.preload.loaded>* {
    opacity: 0;
}

.preload.loaded {
    transition-delay: 250ms;
    transform: translateY(100%);
}

.circle {
    width: 112px;
    height: 112px;
    border-radius: var(--radius-circle);
    border: 3px solid var(--white);
    border-block-start-color: var(--smoky-black-3);
    margin-block-end: 45px;
    animation: rotate360 5s linear infinite;
}

@keyframes rotate360 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(1turn);
    }
}

.preload .loader-div {
    width: 30px;
    height: 30px;
    animation: bounce 1s 0.7s linear infinite;
    border-radius: 100%;
    margin: 10px;
}

.preload .circle1 {
    /* background-color: rgb(41, 186, 253); */
    background-color: #3a6d23;
}

.preload .circle2 {
    animation-delay: 0.2s;
    background-color: #ff772b;
    /* background-color: rgb(237, 18, 197); */
}

.preload .circle3 {
    animation-delay: 0.3s;
    background-color: #ffbf00;
    /* background-color: rgb(255, 234, 41); */
}

@keyframes bounce {

    0%,
    50%,
    100% {
        transform: scale(1);
        filter: blur(0px);
    }

    25% {
        transform: scale(0.6);
    }

    75% {
        transform: scale(1.4);
    }
}

.preload .text {
    background-image: var(--loading-text-gradient);
    background-size: 500%;
    font-size: calc(2rem + 3vw);
    font-weight: var(--weight-bold);
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 16px;
    padding-inline-start: 16px;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0.5px var(--eerie-black-3);
    animation: loadingText linear 2s infinite;
}

.preload .preload-img {
    width: 200%;
}

@keyframes loadingText {
    0% {
        background-position: 100%;
    }

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

/* end pre-load */

/* cloud background */
.cloud-bg {
    background-image: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), url("../img/5.png");
    background-repeat: repeat;
    animation: cloudMove 30s linear infinite;
}

.cloud-bg-course {
    background-color: rgb(250, 95, 84);
    background-image: url("../img/5-removebg.png");
    background-repeat: repeat;
    animation: cloudMove 30s linear infinite;
}

@keyframes cloudMove {
    0% {
        background-position: 100%;
    }

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

.line-1 {
    border-top: 1px solid black;
    width: 12rem;
    margin: auto;
}

.top-navbar .img-fluid {
    max-width: 30px;
    height: auto;
    display: block;
}

.top-navbar .navbar-nav {
    height: 100%;
    /* gap: 10px; */
    /* Adjust the font size of the navigation links */
}

.top-navbar .dropdown-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.top-navbar {

    .navbar {
        background-color: #fff;
        /* Background color for the navbar */
        border-bottom: 1px solid #ddd;
        /* Add a bottom border */
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        /* Add a shadow */
    }

    .navbar-brand img {
        width: 124px;
        /* height: 60px; */
    }

    .navbar-nav .nav-item .dropdown-item {
        font-size: 22px;
    }

    .navbar-nav .nav-item .dropdown-item:hover {
        color: white;
        transform: scale(1.03);
        transform-origin: top;
        background-color: var(--e-pushti-orange);
    }

    .navbar-nav .nav-link:not(.nohover):hover,
    .navbar-nav .nav-item .btn:focus {
        color: var(--e-pushti-green);
        transform-origin: top;
        box-shadow: none;
        border-radius: 0;
        border-bottom: 5px solid var(--e-pushti-orange-shadow);
        transition: background-color ease .3s;
    }

    .navbar-nav .nav-item {
        padding: 0;
        /* Adjust the right margin between navigation items */
    }

    .nav-link {
        color: #333;
        /* Color of the navigation links */
    }

    .nav-link:hover {
        color: #555;
        /* Hover color for the navigation links */
    }

    .rounded-flag {
        width: 24px;
        /* Set the width to match the other options */
        height: 24px;
        /* Set the height to match the other options */
        margin-right: 5px;
        /* Adjust the margin to provide spacing */
    }

    .dropdown-menu {
        left: unset;
        right: 0;
    }

    .dropdown-menu .dropdown-header img {
        max-height: 100px;
        /* margin-right: 6px; */
    }
}

.top-navbar .navbar-nav .nav-item .nav-link {
    height: 100%;
    font-weight: bold;
    font-size: 20px;
    color: black;
    /* margin-top: 18px; 
    display: flex;
    align-items: center;*/
    padding: 10px 15px;
    border: none;
    /* margin-top: 4px; */
    /* Set the font weight to 400 (normal) */
}

.top-navbar .navbar-bottom-img {
    top: 100%;
    position: absolute;
    /* right: 0%; */
    z-index: 999;
    min-width: 100%;
}

/* top-navbar end */

.btn:focus {
    box-shadow: none;
}

/* navbar */
.flex-1 {
    flex: 1 1 0px;
}

.nav-link-selected {
    /* background-color: #3d49991a; */
    background-color: #efaf5e1a;
    border-bottom: 5px solid var(--e-pushti-orange-shadow);
}

/* registration */
.border-round {
    border-radius: 3rem;
}

.registrationPage .content {
    margin-right: 2rem;
}

.registrationPage .content h2 {
    line-height: 1.6;
}

.registrationPage .content p {
    font-size: 20px;
    line-height: 2.3;
    word-spacing: 3px;
}

.registrationPage .input-group .form-control {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
}

.webinar-reg .form-control {
    font-size: 2rem;
    border-radius: .5rem;
}

.login-page {
    /* margin: 0 3rem; */
    padding: 2rem;
    box-shadow: 1px 1px 10px 7px #88888859;
    border-radius: 20px;
}

.btn-color {
    background: #58a435;
    color: white;
}

.btn-color:hover {
    background: #3a6d23;
    color: white;
}

.btn-color:focus,
.btn-color:active {
    background-color: #3a6d23 !important;
    color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(109, 138, 115, 0.25) !important;
}

.btn-bg {
    background-color: #ffbf00;
    box-shadow: 0 4px #d58f26;
}

.btn-bg:hover,
.btn-bg:focus,
.btn-bg:active {
    background-color: #ffbf00 !important;
    color: white;
    border-color: transparent !important;
    transform: scale(1.05);
}

/* instruction */
.instruction {
    font-size: 18px;
    /* border: 1px solid #ffbf00;
    padding: 6px; */
    /* border-radius: 50%; */
    /* cursor: pointer; */
}

/* .instruction:hover {
    background-color: #ffbf00;
    color: white;
} */


/* dashboard */
.dasboard .d-header {
    background-color: #38a0e0;
    border-radius: 16px;
    padding: 36px;
    margin-inline: 15px;
}

.dasboard #piechart {
    height: 400px;
    width: 500px;
}

.d_board_img img {
    /* border: 5px solid purple; */
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.d_board_star img {
    width: 50px;
}

.dasboard .mid-img img {
    width: 300px;
}

/* certificate */
.certificate-container {
    position: relative;
    margin: 50px auto;
}

.certificate-container .username {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.certificate {
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.certificate h1 {
    font-family: CertificateFont;
}

.certificate .certifiate-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.certificate-content {
    font-size: 18px;
    margin-top: 30px;
}

/* end certificate */

.BIID-logo {
    top: 40%;
    right: 25%;
    opacity: 0.1;
}

.quize input[type="radio"] {
    width: 20px;
    height: 20px;
    color: white;
}

.icon span i {
    font-size: 2rem;
}

.icon span {
    display: inline-block;
}

.partners .icon span {
    width: 4rem;
    height: 3rem;
}



/* home faq button */
/* Custom styles for the FAQ items */

.faq-item {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-item:hover {
    background-color: #e0e0e0;
    transition: background-color 0.3s;
}

.home_faq header,
.privacy header,
.library header,
.videos header,
.webiner header {
    background: #58a435;
    color: white;
}

.home_faq header h1 span {
    color: #ffbf00;
}

.home_faq .accordion-button:not(.collapsed) {
    color: white;
    background-color: #ffbf00;
}

/* slider start */
.owl-nav {
    display: block !important;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    font-size: 2rem !important;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: black;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-nav [class*="owl-"]:focus {
    background-color: transparent !important;
    border: 0;
    color: black !important;
}

/* .owl-prev, .owl-next {
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    border: none !important;
    cursor: pointer !important;
    overflow: hidden !important;
    outline: none !important;
} */

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

/* slider end */

/* vlogs video */

.blogs .card a,
.videos .card a {
    overflow: hidden;
    text-decoration: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
}

.blogs .card a:hover .overlay,
.videos .card a:hover .overlay {
    opacity: 1;
}

.blogs .card a:hover .play-button,
.videos .card a:hover .play-button {
    display: block;
    transition: opacity 0.3s;
    opacity: 1;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: white;
    opacity: 0;
}

.blogs .blogs-carousel .item .card .card-footer {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.blogs .blogs-carousel .item .card {
    border: 1px solid green;
    border-radius: 16px;
}

.blogs .card .card-body iframe {
    /* border-radius: .25rem; */
    border-radius: 12px;
}

.blogs .card-body {
    height: 16rem;
    padding: 8px !important;
}

/* .videos .card .card-img-top, */
.other .card .card-img-top,
.seminar .card .card-img-top {
    height: 14rem;
    object-fit: fill;
    object-position: top;
}

.svcc .card .card-img-top {
    height: 100%;
}

.videos .card a:hover {
    box-shadow: 0px 0px 14px 7px rgba(0, 0, 0, 0.17);
}

/* video end */

/* seminar, other start */
.seminar .truncated-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Show only 2 lines */
    -webkit-box-orient: vertical;
}

.activity-sheet .table thead tr th {
    background-color: #203764;
    color: white;
}

.activity-sheet .table tbody tr td {
    background-color: white;
}

/* end */

/* chapter */
.chapter-rules ul li,
.instruction-rules ul li {
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .py-120 {
        padding-block: 1.2rem;
    }

    .top-navbar .box-container {
        flex-direction: column;
    }

    .top-navbar .navbar .navbar-nav .nav-item {
        padding: 0;
        margin: 8px 0 0;
    }

    .top-navbar .navbar-nav .nav-item .nav-link {
        margin-top: 0;
        padding: 10px 8px;
        /* Set the font weight to 400 (normal) */
    }

    .registrationPage .content,
    .reg-page {
        margin: 0;
    }

    .certificate-container .username-text {
        font-size: 4vw !important;
    }

    .login-page {
        /* margin: 0 3rem; */
        padding: 1rem !important;
    }

    .dasboard .d-header {
        padding: 6px;
        padding-block: 14px;
    }

    .dasboard .mid-img img {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {

    .top-navbar .navbar-nav .nav-link:not(.nohover):hover,
    .top-navbar .navbar-nav .nav-item .btn:focus {
        transform: none;
    }

    .top-navbar .navbar-nav {
        height: auto;
        margin: 10px 0;
    }

    .top-navbar .navbar-collapse {
        max-height: 80vh;
        overflow: hidden auto;
    }

    .top-navbar .navbar-nav .nav-item .nav-link {
        font-size: 24px;
        margin-top: 0;
        padding: 25px 10px;
        /* Set the font weight to 400 (normal) */
    }
}

@media screen and (max-width: 1200px) {
    .top-navbar .navbar-nav .nav-item .nav-link {
        font-size: 20px;
    }

    .f-s-1 {
        font-size: 18px !important;
    }

    .f-s-2 {
        font-size: 1.25rem !important;
    }

    .f-s-3 {
        font-size: 1.8rem !important;
    }


    .f-s-4 {
        font-size: 2rem !important;
    }

    .header-font-p {
        font-size: 18px;
        line-height: 1.5;
    }
}