@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600&display=swap";
html,
body {
    font-family: poppins, sans-serif;
    margin: 0;
    padding: 0;
}

:root {
    --dark-bg: linear-gradient(to right, #1b001c, #2b0111, #1b001c);
    --darkx-bg: linear-gradient(to right, #00051c, #00051c, #00051c, #00051c);
    --mid-bg: linear-gradient(to right, white, #e6edf7, white);
}

.top-bar {
    background: var(--darkx-bg);
    text-align: center;
    padding: 10px 0;
    color: #fff;
    line-height: 1.2;
}

/* ====================== Section Heading ==================== */

.section-heading {
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .section-heading {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .section-heading__title,
    .contact-form__title {
        margin-bottom: 10px;
    }
}

.section-heading__title .shape,
.contact-form__title .shape {
    position: relative;
    z-index: 1;
}

.section-heading__title .shape::before,
.contact-form__title .shape::before {
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 1.2;
    background-color: hsl(var(--base)/0.15);
    border-radius: 2.2rem;
    z-index: -1;
}

.section-heading__desc {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .section-heading__desc {
        margin-bottom: 10px;
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__desc {
        font-size: 0.875rem;
    }
}

.section-heading__desc:last-child {
    margin-bottom: 0;
}

.section-heading__desc.text--bold {
    font-size: 1.25rem;
    color: rgba(0, 40, 78, 0.7);
    font-weight: 600;
}

@media screen and (max-width: 1199px) {
    .section-heading__desc.text--bold {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    .section-heading__desc.text--bold {
        font-size: 1.0625rem;
    }
}

.section-heading.style-left {
    text-align: justify;
}

.section-heading.style-left .section-heading__desc {
    margin-left: 0;
}

/*========================= Pricing Plan Css Start ==================================*/

.pricing-plan-item {
    background-color: darkblue;
    padding: 10px;
    box-shadow: 0px 0px 80px rgba(90, 144, 225, 0.1);
    border: 4px solid hsl(var(--base-two)/0.05);
    border-radius: 14px;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .pricing-plan-item {
        padding: 2rem 1.2rem;
    }
}

@media screen and (max-width: 991px) {
    .pricing-plan-item {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 767px) {
    .pricing-plan-item {
        padding: 25px 15px;
    }
}

.pricing-plan-item:hover {
    background-color: #0088FF;
}

.pricing-plan-item:hover .pricing-plan-item__title {
    color: white;
}

.pricing-plan-item:hover .pricing-plan-item__price {
    color: white;
}

.pricing-plan-item:hover .pricing-plan-item__price .text {
    color: white;
}

.pricing-plan-item:hover .text-list__item {
    color: white;
    border-color: hsl(var(--white)/0.25);
}

.pricing-plan-item:hover .text-list__item .icon {
    color: hsl(var(--white));
}

.pricing-plan-item:hover .btn {
    background-color: hsl(var(--white)) !important;
    border-color: hsl(var(--white)) !important;
    color: hsl(var(--base)) !important;
}

.pricing-plan-item__title {
    margin-bottom: 2px;
    transition: 0.2s ease-in;
    color: white;
}

.pricing-plan-item__price {
    transition: 0.2s ease-in;
    color: white;
}

.pricing-plan-item__price .text {
    font-weight: 600;
    color: hsl(var(--body-color)/0.55);
    font-family: var(--body-font);
    transition: 0.2s ease-in;
}

.pricing-plan-item__list {
    margin-top: 0.5rem;
    transition: 0.2s ease-in;
}

@media screen and (max-width: 991px) {
    .pricing-plan-item__list {
        margin-top: 35px;
    }
}

@media screen and (max-width: 991px) {
    .pricing-plan-item__list {
        margin-top: 25px;
    }
}

.text-list.underlined .text-list__item,
.text-list.underlined .text-list__item .icon {
    transition: 0.2s ease-in;
}

.pricing-plan-item .btn {
    border-color: white !important;
}

/*========================= Pricing Plan Css End ==================================*/

.bigly {
    font-weight: 600 !important;
    font-size: 1.1em !important;
    line-height: 1.1em !important;
}

.bigger {
    font-weight: 700 !important;
    font-size: 1.2em !important;
    line-height: 1em !important;
}

.accent {
    color: #eeff00;
}

.hero-img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.date-box {
    border-style: dashed;
    padding: 30px;
    margin-bottom: 20px;
    background: #f2f2f2;
    border-color: purple;
    border-radius: 15px;
}

h5 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
}

.banner {
    margin: 0.6rem 0 0.6rem;
}

h1 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    line-height: 64px;
    margin: 0;
}

.banner p {
    font-size: 18px;
    line-height: 24px;
}

h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    text-align: left;
    line-height: 1.2;
    margin: 0 0 30px;
}

p {
    font-size: 18px;
    line-height: 1.2;
    color: black;
    margin-bottom: 6px;
    margin-top: 6px;
    text-align: justify;
}

.banner .text-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.align-center {
    text-align: center !important;
    margin-bottom: 0.5rem;
}

.break {
    display: block;
}

.btn {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background: #09024d;
    outline: yellow solid 1.4px;
    padding: 0.4rem 0.4rem;
    margin-bottom: 8px;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
}

.btn:hover {
    border-bottom: 5px solid #1349ff;
    color: #fff;
}

.banner .btn {
    margin-top: 1rem;
}

.rt {
    width: 22px;
    margin-right: 10px;
}

.section-2 {
    background: var(--dark-bg);
    padding: 40px 0;
    border-bottom: 2px solid #1a0e3d;
    margin-bottom: 30px;
}

.section-0 {
    background: var(--mid-bg);
    padding: 2px 0;
    border-bottom: 2px solid red;
}

.section-x {
    background: var(--darkx-bg);
    padding: 8px 0;
    margin-bottom: 5px;
}

.footer {
    margin-top: 1.5rem;
}

.footer p,
.footer a {
    font-size: 12px;
    line-height: 1.2;
    color: darkblue;
    font-weight: 500;
    text-align: center;
}

.footer a {
    text-decoration: none;
}

.footer p.lead {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 300;
    color: #fff;
    margin-bottom: 1.3rem;
    position: relative;
    padding-left: 30px;
    list-style: none;
}

.tick {
    position: absolute;
    top: 5px;
    left: 0;
    width: 17px;
}

.down {
    width: 15px;
    margin-left: 10px;
}

h2 {
    font-size: 1.8rem;
    font-weight: bolder;
    line-height: 1;
    text-align: center !important;
    text-transform: capitalize;
}

h2 .text-highlight {
    color: black;
}

.tex {
    padding: 0 5px;
    color: black;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}

h2 .textz {
    padding: 0 5px;
    color: white;
    line-height: 1;
    color: yellow;
}

div.line {
    height: 1.5px;
    width: 100%;
    background-color: #000;
}

.text-box {
    padding: 30px;
    border: 2px dotted darkred;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgb(0 0 0/6%);
}

.text-box p {
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
    color: #211c3a;
    position: relative;
    padding-left: 18px;
    margin: 0 !important;
}

.number-wrap {
    height: 55px;
    width: 55px;
    background: #f8e816;
    text-align: center;
    border-radius: 100%;
    color: #130020;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    position: absolute;
    top: 7px;
    justify-content: center;
    align-items: center;
    left: 0;
}

.text-box .mini {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    margin-top: 5px !important;
    margin-bottom: 20px !important;
}

.section-1 {
    padding: 50px 0;
}

.last-image {
    margin: auto;
    padding: 50px 0;
    width: 50%;
}

@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 42px;
        line-height: 50px;
    }
    .btn {
        padding: 18px 40px;
        width: 100%;
        white-space: normal;
    }
    .img-one {
        margin: 20px 0;
    }
    .section-2 {
        padding: 30px 0;
    }
    .section-0 {
        padding: 20px 0;
    }
    .section-x {
        padding: 1rem;
    }
    .text-box p {
        font-size: 18px;
        line-height: 1;
        padding-left: 6px;
    }
    h5 {
        font-size: 1.2rem;
        line-height: 1;
        font-weight: 800;
    }
}

@media (max-width: 767px) {
    .btn {
        white-space: normal;
        font-size: 18px;
        line-height: 20px;
        padding: 15px 20px;
        width: 100%;
    }
    .footer {
        padding: 20px 0;
    }
    h5 {
        font-size: 0.88rem;
        font-weight: 900;
    }
    .top-bar {
        padding: 5px 0;
    }
    .banner .text-wrap {
        max-width: inherit;
    }
    p,
    .banner p {
        font-size: 18px;
        line-height: 1.1;
        margin-bottom: 10px;
    }
    .rt {
        width: 18px;
        margin-right: 5px;
    }
    .section-2 {
        padding: 15px 0;
    }
    .section-0 {
        padding: 4px 0;
    }
    .section-x {
        padding: 0.5rem;
    }
    h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    li {
        font-size: 18px;
        margin-bottom: 15px;
    }
    ul.second {
        margin-bottom: 20px;
    }
    .text-box {
        padding: 0.3rem;
        margin-bottom: 15px;
    }
    .text-box p {
        font-size: 18px;
        line-height: 24px;
        padding-left: 6px;
    }
    .number-wrap {
        height: 35px;
        width: 35px;
        font-size: 18px;
    }
    .text-box .mini {
        font-size: 18px;
        line-height: 22px;
    }
    h2 {
        font-size: 1.2rem;
        text-transform: capitalize;
    }
    .tex {
        padding: 0 5px;
        color: black;
        line-height: 1.1;
        text-align: center;
        font-weight: bold;
        font-size: 1.4rem;
    }
    .img-one {
        margin-bottom: 20px;
    }
    .banner .btn {
        margin-top: 2px;
    }
    .section-1 {
        padding: 2px 0;
    }
}