*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Hind Siliguri", sans-serif;
}

/*-------------------------------
|        common styles          |
-------------------------------*/

.text-one {
    font-size: 50px;
}

.text-two {
    font-size: 20px !important;
    text-align: center !important;
}

.max-width {
    max-width: 1140px !important;
}

.bg-headline {
    background-color: var(--heighlight-color);
}

.social-fb:hover {
    color: rgb(0, 183, 255);
}

.social-yt:hover {
    color: rgb(231, 17, 17);
}

.social-links-top-right {
    justify-content: end;
}

.nav-link:hover {   
    background-color: var( --primery-color);
    color: #fff !important;
    transition: all 0.5s ease-in-out;
}

.nav-link {
    color: var( --primery-color) !important;
    font-size: 18px !important;
}

.contact-btn {
    background-color: var( --primery-color);
}

.hero {
    background-image: linear-gradient(to bottom, #000000, #461E59);
}

.pp__description {
    color: rgb(163, 171, 186);
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #fff;
    border-radius: 10px 10px 10px 10px;
}

.join-btn {
    /* border: 1px solid white;
    border-style: dashed; */
    background: var(--heighlight-color) !important;
    color: #fff !important;
    transition: transform 0.3s ease;
    z-index: 5;
}

.cta-btn-section {
    gap: 3rem;
}

.shapes-container {
    overflow-x: hidden;
}

.last-cta {
    color: #3A0256;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.join-btn:hover {
    animation: pulse 1s infinite;
}

#right-box {
    height: 20vh;
    flex: 1;
    border-bottom: 20vh solid #E81F64;
    border-right: 50vw solid transparent;
}

#left-box {
    height: 20vh;
    flex: 1;
    border-bottom: 20vh solid #E81F64;
    border-left: 50vw solid transparent;
}

/* why learn section */

.why-learn-heading {
    color: #ffffff;
    background-color: #461E59;
    padding-left: 10px;
}



/* why learn section */
.why-us {
    background-color:hsla(0,0%,99%,1);
    background-image:
    radial-gradient(at 22% 87%, hsla(287,92%,91%,1) 0px, transparent 50%),
    radial-gradient(at 56% 1%, hsla(84,100%,93%,1) 0px, transparent 50%),
    radial-gradient(at 80% 100%, hsla(335,100%,92%,1) 0px, transparent 50%),
    radial-gradient(at 0% 0%, hsla(184,100%,91%,1) 0px, transparent 50%);
}

.cls-border {
    border: 10px solid var(--heighlight-color);
    border-style: dashed;
}

.why-us-heading {
    background-color: #461E59;
}

.what-you-will-learn {
    background-color: #461E59;
}

.what-you-will-learn-heading {
    background-color: #FFFFFF;
}

.pp-list-img {
    margin: 2.5rem 0;
}

.serach-bg {
    background-color: var( --primery-color);
}

.icon-title {
    background-color: var( --primery-color);
}

.input-field-group {
    position: relative;
}

.input-field {
    width: 100%;
    height: 50px;
    outline: 0;
    padding: 10px;
    padding-left: 40px;
    border-radius: 8px;
    border: 2px solid #000;
}

.icon-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*---------------------------------------
|          resources section            |
--------------------------------------- */

.resources-section {
    background-color: #EEF5FF;
}

.resources-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: var( --primery-color);
}

.b-bottom-middle {
    margin-top: 1rem;
    height: 1px;
    width: 20%;
    border: 1px solid black;
}

#projectProfile__Append .col-12{
    position: relative;
    padding-top: 15px;
}
#projectProfile__Append .col-12 .line{
    position: absolute;
    bottom:2px;
    left: 10px;
    width: 95%;
    height: 1px;
    background-color: #00000045;
}
.pp__book_title:hover,
.pp__cat_name:hover {
    background-image: linear-gradient(90deg, rgba(171, 60, 246, 1) 0%, rgba(255, 0, 0, 1) 50%, rgba(255, 178, 69, 1) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.resources-description {
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
    color: var( --primery-color);
    text-align: center;
}

.resource-package-container {
    padding: 1rem;

}

.accordion-button.collapsed::after {
    color: red; /* Change this to your desired color */
}

.card-container {
    padding: 15rem !important;
}

.card {
    background-color: #EEF5FF !important;
}

.card-img-top {
    height: 200px;
}

.resource-link {
    color: var( --primery-color);
}

.five-step-img {
    max-height: 400px;
}

/*---------------------------------------
|            pricing section             |
--------------------------------------- */

svg {
    display: block;
}

.pricing-plan {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e3e1de66,
        0 1px 2px #5f4a2e14,
        0 4px 6px #5f4a2e0a,
        0 40px 40px -24px #684b2514,
        0 56px 56px -32px #684b2514,
        0 24px 40px #684b250a,
        0 8px #70451a12 inset;
    color: #37322f;
    isolation: isolate;
    overflow: hidden;
    background-color: #fff !important;
    border: none !important;
}
.pricing_plan_active {
    border-radius: 16px;
    background-color: #fff;
    box-shadow:0 8px var(--heighlight-color) inset;
    color: #37322f;
    isolation: isolate;
    overflow: hidden;
    background-color: #fff !important;
    border: 2px solid var(--heighlight-color) !important;
}

.pricing-plan-top {
    padding: 32px 24px 23px;
}

.pricing-plan-label-plan,
.pricing-plan-title {
    font-weight: 500;
}

.pricing-plan-label-plan,
.pricing-plan-title,
.pricing-plan-features-item,
.pricing-plan-label,
.pricing-plan-price-label {
    font-size: 16px;
    line-height: 20px;
}

.pricing-plan-title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    height: 24px;
    color: #000000;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
}

.pricing-plan-title-badge {
    padding: 4px 8px;
    align-items: center;
    display: flex;
    gap: 4px;
    border-radius: 999px;
    background-color: rgb(33, 143, 33);
    box-shadow: 0 1px 2px #e1654052,
        0 3px 3px #e165401a,
        0 1px #ffdb9e3d inset;
    color: #fbfaf9;
}

.pricing-plan-price {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    align-items: flex-end;
}

.pricing-plan-price-value {
    font-size: 28px;
    line-height: 40px;
    font-family: Alinur Tumatul;
}

.pricing-plan-price-label {
    position: relative;
    top: -2px;
    color: #060404;
}

.pricing_plan_active .button,
.pricing-plan .button {
    width: 100%;
    padding: 8px;
}

.button-primary {
    color: #fbfaf9;
    background-color: var( --primery-color);
    box-shadow: 0 1px 1px #2d20111f,
        0 1.50259px 3px #2d201133,
        0 4px 8px #2d201133,
        0 12px 24px -6px #2d20114d,
        0 -2px #000000bf inset;
}

.button {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    padding: 8px 16px 8px 12px;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    gap: 4px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    transition: background-color .45s cubic-bezier(.6, .6, 0, 1),
        box-shadow .45s cubic-bezier(.6, .6, 0, 1),
        transform .45s cubic-bezier(.6, .6, 0, 1),
        opacity .45s cubic-bezier(.6, .6, 0, 1);
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.pricing-plan-separator {
    position: relative;
    height: 2px;
    margin: 0 24px;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.pricing-plan-features {
    padding: 23px 24px 30px;
}

.pricing-plan-label {
    margin-bottom: 16px;
}

.pricing-plan-features-item {
    font-size: 18px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

/* _________________ offer start */
.offer{
    border-radius: 10px;
    padding: 10px;
    background-image: linear-gradient(to bottom right, #00BD64, yellow);
    margin-bottom: 10px;
}
.offer h1{
    text-align: center;
    width: 100%;
    font-weight: 700;
    text-shadow: 2px 2px #000000;
    color: aliceblue;
}
.offer p{
    color: #000;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}
/* _________________ offer end */
.pkg-icon {
    font-size: 16px;
    font-weight: 900;
}

.faq {
    background-color: #000000;
}

.faq-heading {
    background-color: #fff;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3c!--!Font Awesome Free 6.5.2 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons%2c Inc.--%3e%3cpath fill='white' d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3e%3c/svg%3e") !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3c!--!Font Awesome Free 6.5.2 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons%2c Inc.--%3e%3cpath fill='white' d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3e%3c/svg%3e") !important;
}

.accordion-button:not(.collapsed) {
    color: #00ACE9 !important;
}

.accordion-button {
    box-shadow: none !important;
    border-bottom: 1px solid #fff !important;
}

/* flipbook */


/* footer */

footer {
    background-image: linear-gradient(180deg, #363643 0, #110e17 100%);
}

.footer-logo {
    width: 60%;
}

.footer-text {
    color: #d1cfcf;
    text-align: start;
}

.footer-link {
    color: #d1cfcf;
    display: block;
    font-weight: 500;
    line-height: 25px;
}



@media (max-width: 992px) {
    .text-one {
        font-size: 45px;
    }

    .text-two {
        font-size: 20px !important;
        text-align: center !important;
    }

    .social-links-top-right {
        justify-content: center;
    }

    .contact-btn {
        display: none !important;
    }

    .nav-item .nav-link {
        border-bottom: 2px solid var( --primery-color);
    }

    #right-box {
        height: 12vh;
        border-bottom: 12vh solid #E81F64;

    }

    #left-box {
        height: 12vh;
        border-bottom: 12vh solid #E81F64;

    }

    .pp-list-img {
        margin: 1.5rem 0;
    }

    .pp-list-1 {
        margin-right: 1rem !important;
    }

    .pp-list-2 {
        margin: 0 3rem !important;
    }

    .pp-list-3 {
        margin-left: 1rem !important;
    }

    .custom-padding {
        padding: 0rem 2rem !important;
    }

    .footer-elements {
        padding-top: 3rem;
        padding-left: 3rem;
    }

    .footer-logo {
        width: 30%;
    }

    .footer-text {
        max-width: 70%;
    }

}

@media (max-width: 576px) {
    .nav-item .nav-link {
        font-size: 16px !important;
    }

    .nav-link {
        font-size: 16px !important;
    }

    .text-one {
        font-size: 28px;
    }

    .text-two {
        font-size: 18px !important;
        text-align: center !important;
    }

    .cta-btn-section {
        flex-direction: column;
        gap: 0.5rem;
    }

    .pp-list-img {
        margin: 1rem 0;
    }

    .footer-logo {
        width: 60%;
    }

    .footer-text {
        max-width: 100%;
        text-align: justify;
    }
    
    .hero{
        margin-top:3rem;     
    }
}






/* ____________________________ SHOW PDF POPUP START */

    .pdf_modal-wrapper {
        display: flex;
        z-index: 999;
        width: 100%;
        height: 100%;
        position: fixed;
        visibility: hidden;
        top: 0;
        left: 0;
        background: rgba(25, 18, 12, 0.3);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 2000;
    }
    .pdf_modal-wrapper.open {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=1);
    }
    
    .pdf_modal {
        border-radius:10px;
        padding-left: 15px;
        padding-right: 15px;
        display: inline-block;
        height: auto;
        max-width: 1000px;
        min-height: 600px;
        border:8px solid rgb(0, 189, 100);
        width: 100%;
        position: relative;
        margin: auto;
        background: -webkit-linear-gradient(bottom, #e8e8e8, #fff);
        background: -o-linear-gradient(bottom, #e8e8e8, #fff);
        background: linear-gradient(to top, #e8e8e8, #fff);
        box-shadow: 0px 16px 16px -6px rgba(47, 46, 38, 0.5);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -ms-transform: scale(0.7);
        /* IE 9 */
        -webkit-transform: scale(0.7);
        /* Safari */
        transform: scale(0.7);
    }
    
    
    
    
.btn-close {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    margin: 3px;
    width: 15px;
    height: 15px;
    float: right;
    }
    
    .clear {
        clear: both;
    }
    
    .pdf_modal-wrapper .pdf_modal .btn-close{
        color: gray;
        font-size: 20px;
        position: fixed;
        z-index: 10;
        top: 0px;
        right:10px;
    }

    .btn-close::before,
    .btn-close::after {
    content: "";
    height: 2px;
    display: block;

    }
    
    .btn-close::before {
    margin-top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    }
    
    .btn-close::after {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }
    
    .btn-close:hover:after, .btn-close:hover:before {
    background: #FF8CB4;
    }
    






    .pdf_modal-wrapper.open .pdf_modal {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-transform: scale(1);
        /* IE 9 */
        -webkit-transform: scale(1);
        /* Safari */
        transform: scale(1);
        display: flex;
    }
    
    .pdf_content {
        margin: auto;
        text-align: center;
        flex-wrap: wrap;
    }

    @media screen and (max-width: 1300px) { 
        .pdf_modal {
            max-width: 1000px;
            min-height: 500px;
        }
    }
    

    
    .pdf_content .card {
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
        display: inline-block;
        vertical-align: text-top;
        text-align: center;
        transition: 0.5s;
        width: auto;
        height:auto;
        border-left: 1px solid #999999;
        border-right: 1px solid #999999;
        border-top: 4px solid #999999;
        border-bottom: 1px solid #999999;
        position: relative;
        margin:15px 15px;
        background: #999999;
    }
 
    .pdf_content .card p{
        padding: 0;
        margin: 0;
        font-weight: 700;
    }
    
    .pdf_content .card img{
        height:300px;
        width: 200px;
    }
    .pdf_content .card:hover {
        border: 4px solid rgb(0, 189, 100);
        margin:15px 15px;
        transition: 0.5s;
        transition: all .5s;
        transform: scale(1.1);
        box-shadow: rgb(0, 189, 100) 0px 5px 15px;
    }
    .pdf_content .card:hover p{
        background-color: rgb(0, 189, 100);
        color:aliceblue;
        text-shadow: 1px 1px 2px rgb(0, 0, 0);
    }
    
    
    .pdf_content ._df_button{
        background:transparent;
        border:none;
    }
    
    .pdf_content .button {
        color: white !important;
        width: 100%;
        border: none;
        color: white;
        padding-top: 8px;
        padding-bottom: 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px; font-weight:bold;
        transition: 0.4s;
        margin: auto;
        cursor: pointer;
    }
    
    .pdf_content .button:hover {
        color: red !important;
        background-color: #E47674;
        transition: 0.4s;
    }


    .others_message{
        background-color:var(--heighlight-color);
        border-radius:5px;
        height:auto;
        padding:10px;
        width: 100%;
    }
    .others_message p{
        font-size:25px;
        text-align:center;
        font-weight:700;
        color:aliceblue;
        padding:0;
        margin:0;
    }
    .others_message .num{
        display:flex;
        margin-bottom:10px;
        padding:0;
        margin:0;
        text-align:center;
        font-size: 25px;
        color:aliceblue;
        font-weight:700;
        align-items: center;
        justify-content: center;
        
    }
    .others_message .num .contact_item{
        margin-left:10px;
    }
    .others_message .num .contact_item a{
        font-size: 30px;
    }
    .others_message .num .contact_item .cont_icon{
        color:aliceblue;
    }
    .others_message .num .contact_item a:hover{
        color:rgb(0, 101, 209) !important;
    }

    @media screen and (max-width: 700px) {
        .others_message p{
            font-size:17px;
        }
        .others_message .num{
            font-size: 13px;
        }
        .others_message .num .contact_item a{
            font-size: 13px;
        }
    } 

    
    @media screen and (max-width: 1000px) {
        .pdf_modal-wrapper {
            padding-top: 5rem;
        }
        .pdf_modal {
            display: block;
            height: 500px;
            overflow-y: scroll; 
            width: 100%;
        }
        
        .btn-close {
            right: 5px;
        }

        .pdf_content .card {
            box-shadow: transparent;
            display: inline-block;
            vertical-align: text-top;
            text-align: center;
            transition: 0.5s;
            border: none;
            position: relative;
            margin-top:15px;
        }
    } 
    
/* ____________________________ SHOW PDF POPUP END */

.select_heighlight{
    background-color: var(--heighlight-color);
    height: auto;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
    display: flex;
}
.select_heighlight p{
    padding: 0;
    margin: 0;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    color:aliceblue;
}
@media screen and (max-width: 520px) {
    .select_heighlight p{
        margin-top: 10px;
    }
}



/* ___________________________ select service msg start */
    .show_select_msg{
        height: 150px;
        width: 250px;
        padding: 10px;
        border: 4px solid #012e11;
        border-radius: 5px;
        background-color: aliceblue;
        position: fixed;
        top: 40%;
        left: 10%;
        z-index: 10;
        display: none;
        justify-content: center; /* Centers horizontally */
        align-items: center;    /* Centers vertically */
    }
    .show_select_msg h5{
        text-align: center;
    }

/* ___________________________ select service msg end */