/* navigation */
* {
    font-family: "Urbanist", sans-serif;
    transition: all 0.5s;
}

:root {
    --theme-color: #7659ff;
    --theme-color-2: #f6425f;
    --theme-color-3: rgb(246, 66, 95);
    --theme-color-lite: rgb(239, 236, 255);
    --main-color: #e8e8fe;
    --theme-gold: rgb(242, 181, 47);
    --color-1: #fcf2f2;
    --color-2: #efecff;
    --color-3: #e1fffd;
    --color-4: #ffecfe;
    --color-5: #dff9ff;
    --color-6: #f6f9e2;
    --color-7: #ffeee3;
    --color-8: #e6ffde;
    --color-9: #f2f2f2;
    --color-10: #ffdf88;
    --color-11: #71bbb2c2;
    --color-12: #fff7dd;
    --color-13: #eafaf1;
    --color-14: #fef1e8;
    --color-15: #ebf0ff;
    --color-16: #fff0f0;
    --color-17: #eef9f9;
    --color-18: #f0f7e8;
}

a:hover {
    color: var(--theme-color);
}

p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
}

section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.header-navigation {
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(90deg, #f6415fb3 58%, #7659ff 100%);
    color: #fff;
    z-index: 2;
}

.header-navigation::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(90deg, #7659ff 0%, #d86a7c4d 29%);
    z-index: -1;
}

i.icon-phone {
    width: 18px;
    height: 18px;
    position: relative;
    background: #fff;
    display: inline-block;
    line-height: 0;
    mask-image: url(../images/icon/telephone.png);
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
}

.nav-icon a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #fff;
}

span.nav-icon.border-right {
    border-right: 1px solid #ffffff33;
    padding-right: 20px;
}

.header-social-media a {
    width: 40px;
    height: 40px;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ffffff33;
}

.header-social-media {
    border-left: 1px solid #ffffff33;
    margin-right: 20px;
}

.header-social-media a:hover {
    color: var(--theme-color);
    background: #fff;
}

a.auth-btn:hover {
    color: #000;
}

a.auth-btn {
    font-weight: 500;
    color: #fff;
}

/* navigating */
.navbar-nav .nav-link {
    color: #000;
    font-weight: 800;
    font-size: 16px;
    padding: 0 15px !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--theme-color);
}

a.cart-nav-link {
    color: #000;
    font-size: 14px;
}

a.cart-nav-link:hover {
    color: var(--theme-color);
}

nav.main-navbar {
    background: var(--main-color);
    border-radius: 55px 55px 0 0;
    position: relative;
}

ul.dropdown-menu {
    background-color: #ffffff;
    padding: 16px 0;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.2));
    border-radius: 20px;
    border: none;
}

.dropdown-menu a.dropdown-item {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 7px;
    padding-top: 7px;
}

.dropdown-menu li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
    color: #1e2125;
    background-color: var(--theme-color-lite);
}

.btn-button {
    position: relative;
    font-weight: 700;
    display: inline-flex;
    padding: 0.75rem 1.75rem;
    border-radius: 30px;
    color: #fff;
    background-color: var(--theme-color);
    cursor: pointer;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    z-index: 1;
}

.btn-button {
    position: relative;
    font-weight: 700;
    display: inline-flex;
    padding: 0.75rem 1.75rem;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-size: 200% 100%;
    background-position: right center;
    transition: background-position 0.6s ease-in-out, color 0.3s;
}

.btn-button i {
    font-size: 18px;
}

.btn-button:hover,
.btn-button:focus {
    background-image: linear-gradient(105.37deg,
            #7659ff 0%,
            #f6425f 50%,
            #7659ff 100%);
    background-position: left center;
    color: #fff;
}

.btn-button.white-btn {
    background-color: #fff;
    color: var(--theme-color);
    transition: all 0.5s ease-in-out;
}

.btn-button.white-btn:hover {
    color: #fff;
}

/* banner */
section.banner {
    background-color: var(--main-color);
    padding-bottom: 0;
    padding-bottom: 52px;
}

section.banner {
    position: sticky;
    top: -50%;
    z-index: 2;
    height: 800px;
    clip-path: polygon(100% 0%,
            0% 0%,
            0% 52.885%,
            0% 77.26%,
            0% 77.26%,
            0.02% 77.298%,
            0.05% 77.343%,
            0.089% 77.394%,
            0.138% 77.45%,
            0.197% 77.508%,
            0.266% 77.568%,
            0.346% 77.628%,
            0.436% 77.685%,
            0.538% 77.739%,
            0.651% 77.788%,
            0.651% 77.788%,
            0.825% 77.828%,
            1.098% 77.854%,
            1.45% 77.868%,
            1.863% 77.873%,
            2.316% 77.87%,
            2.792% 77.86%,
            3.27% 77.846%,
            3.732% 77.828%,
            4.159% 77.808%,
            4.531% 77.788%,
            6.042% 76.106%,
            6.224% 76.394%,
            6.224% 76.394%,
            6.365% 76.41%,
            6.534% 76.428%,
            6.725% 76.447%,
            6.933% 76.466%,
            7.151% 76.484%,
            7.374% 76.502%,
            7.597% 76.516%,
            7.813% 76.528%,
            8.017% 76.536%,
            8.203% 76.538%,
            8.203% 76.538%,
            8.364% 76.577%,
            8.499% 76.684%,
            8.61% 76.847%,
            8.698% 77.055%,
            8.767% 77.296%,
            8.817% 77.556%,
            8.852% 77.825%,
            8.872% 78.089%,
            8.881% 78.338%,
            8.88% 78.558%,
            8.88% 78.558%,
            9.075% 78.974%,
            9.316% 79.347%,
            9.591% 79.678%,
            9.891% 79.968%,
            10.204% 80.218%,
            10.522% 80.429%,
            10.832% 80.603%,
            11.124% 80.741%,
            11.389% 80.844%,
            11.615% 80.913%,
            11.615% 80.913%,
            12.638% 80.984%,
            13.611% 80.948%,
            14.525% 80.823%,
            15.372% 80.625%,
            16.146% 80.373%,
            16.838% 80.083%,
            17.442% 79.773%,
            17.95% 79.46%,
            18.353% 79.161%,
            18.646% 78.894%,
            18.646% 78.894%,
            18.827% 78.738%,
            18.995% 78.655%,
            19.15% 78.635%,
            19.291% 78.669%,
            19.417% 78.745%,
            19.529% 78.855%,
            19.625% 78.987%,
            19.706% 79.133%,
            19.77% 79.282%,
            19.818% 79.423%,
            23.568% 80.913%,
            24.479% 78.365%,
            34.479% 85.096%,
            34.479% 85.096%,
            34.557% 85.065%,
            34.661% 85.021%,
            34.79% 84.962%,
            34.941% 84.889%,
            35.115% 84.802%,
            35.31% 84.699%,
            35.525% 84.582%,
            35.758% 84.448%,
            36.009% 84.3%,
            36.276% 84.135%,
            36.276% 84.135%,
            36.595% 84.006%,
            36.989% 83.959%,
            37.442% 83.982%,
            37.935% 84.062%,
            38.452% 84.189%,
            38.976% 84.349%,
            39.488% 84.532%,
            39.971% 84.725%,
            40.408% 84.917%,
            40.781% 85.096%,
            43.62% 83.894%,
            43.62% 83.894%,
            43.811% 83.856%,
            44.048% 83.811%,
            44.324% 83.76%,
            44.633% 83.704%,
            44.969% 83.645%,
            45.324% 83.586%,
            45.694% 83.526%,
            46.071% 83.469%,
            46.45% 83.415%,
            46.823% 83.365%,
            46.823% 83.365%,
            47.234% 83.284%,
            47.739% 83.136%,
            48.321% 82.931%,
            48.969% 82.677%,
            49.666% 82.385%,
            50.399% 82.063%,
            51.155% 81.72%,
            51.918% 81.367%,
            52.674% 81.011%,
            53.41% 80.663%,
            53.41% 80.663%,
            53.61% 80.569%,
            53.806% 80.475%,
            54% 80.384%,
            54.189% 80.294%,
            54.375% 80.207%,
            54.557% 80.122%,
            54.734% 80.039%,
            54.906% 79.959%,
            55.073% 79.882%,
            55.234% 79.808%,
            55.234% 79.808%,
            55.862% 79.581%,
            56.568% 79.426%,
            57.329% 79.333%,
            58.124% 79.295%,
            58.93% 79.302%,
            59.724% 79.345%,
            60.485% 79.417%,
            61.19% 79.507%,
            61.817% 79.609%,
            62.344% 79.712%,
            66.198% 87.644%,
            68.073% 87.644%,
            70.13% 91.01%,
            72.891% 91.01%,
            73.828% 93.558%,
            81.328% 91.01%,
            82.943% 91.01%,
            84.063% 93.558%,
            84.063% 93.558%,
            84.259% 93.544%,
            84.482% 93.511%,
            84.722% 93.456%,
            84.966% 93.376%,
            85.206% 93.268%,
            85.431% 93.129%,
            85.629% 92.957%,
            85.791% 92.749%,
            85.906% 92.501%,
            85.964% 92.212%,
            85.964% 92.212%,
            86.009% 91.925%,
            86.093% 91.685%,
            86.206% 91.488%,
            86.343% 91.331%,
            86.496% 91.209%,
            86.659% 91.12%,
            86.824% 91.059%,
            86.985% 91.023%,
            87.134% 91.008%,
            87.266% 91.01%,
            87.266% 91.01%,
            87.315% 91.093%,
            87.399% 91.231%,
            87.519% 91.428%,
            87.677% 91.688%,
            87.878% 92.015%,
            88.124% 92.413%,
            88.417% 92.887%,
            88.76% 93.442%,
            89.157% 94.08%,
            89.609% 94.808%,
            89.609% 94.808%,
            90.117% 95.558%,
            90.614% 96.171%,
            91.098% 96.66%,
            91.569% 97.04%,
            92.024% 97.328%,
            92.464% 97.538%,
            92.886% 97.684%,
            93.29% 97.783%,
            93.674% 97.848%,
            94.038% 97.896%,
            94.038% 97.896%,
            94.098% 97.904%,
            94.157% 97.912%,
            94.216% 97.919%,
            94.274% 97.927%,
            94.332% 97.935%,
            94.389% 97.943%,
            94.445% 97.952%,
            94.5% 97.961%,
            94.555% 97.97%,
            94.609% 97.981%,
            94.609% 97.981%,
            94.907% 98.068%,
            95.208% 98.208%,
            95.509% 98.39%,
            95.803% 98.604%,
            96.087% 98.84%,
            96.354% 99.088%,
            96.6% 99.339%,
            96.82% 99.581%,
            97.009% 99.804%,
            97.161% 100%,
            100% 97.74%,
            99.974% 52.885%,
            100% 52.885%,
            100% 0%);
}

.display-sticky {
    height: 110pc;
    position: relative;
    z-index: 0;
}

.banner-main-img {
    width: 753px;
    height: 768px;
    object-fit: cover;
    position: relative;
    bottom: 0px;
    background-image: url(../images/slider-girl.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

h1.banner-title {
    font-size: 80px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0px;
    line-height: 86px;
    position: relative;
    margin-bottom: 30px;
}

span.highlight {
    position: relative;
    color: rgb(246, 66, 95);
    font-weight: 800;
    font-style: italic;
    background-image: url(../images/shapes/header-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.rating-sec h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.rating-sec h4 span.rate-avg {
    color: var(--theme-color-2);
    font-weight: 800;
}

.rating-stars {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.rating-stars .stars-icons i {
    font-size: 21px;
    color: rgb(242, 181, 47);
    display: inline-block;
}

.star-content {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

span.high-text {
    font-weight: 700;
    color: #000;
}

.banner-text {
    font-size: 20px;
    color: #666666;
    font-weight: 500;
}

.banner-btn-sec {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.shapes-icons img {
    position: absolute;
    width: auto;
    height: auto;
    display: inline-block;
}

.banner-shape-1 img {
    bottom: 200px;
}

.banner-shape-2 img {
    bottom: 50px;
    right: 50px;
}

.banner-shape-3 img {
    top: 50px;
    right: -40px;
}

.banner-box {
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 40px 0px;
    overflow: visible;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-radius: 20px;
    vertical-align: middle;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.5);
    display: inline-flex;
    align-items: center;
    backdrop-filter: blur(50px);
    gap: 20px;
    padding: 20px 30px 20px 20px;
}

.box-icon.icon-course {
    background: #06c35d;
    width: 60px;
    height: 60px;
    mask-image: url(../images/icon/banner-course.png);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
}

.box-icon.icon-users-group {
    width: 158px;
    height: 68px;
    background-image: url(../images/box-2-image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.banner-box.banner-box-1 {
    position: absolute;
    top: 25%;
    z-index: 1;
}

.banner-box.banner-box-2 {
    position: absolute;
    right: 50px;
    bottom: 25%;
    z-index: 1;
}

.box-title {
    font-size: 32px;
    font-weight: 800;
    color: #000;
}

.box-text {
    color: #666;
}

.sub-heading {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    background-color: var(--theme-color-2);
    color: #ffffff;
    border-radius: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    z-index: 1;
}

.sub-heading:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    display: block;
    bottom: 0;
    left: 7pc;
    right: auto;
    mask-image: url(../images/shapes/subtitle-shape1.svg);
    mask-repeat: no-repeat;
    mask-position: right center;
    mask-size: contain;
    background-color: var(--theme-color-2);
}

.sub-heading a {
    color: #fff;
}

h2.heading {
    color: #181818;
    font-size: 40px;
    font-weight: 800;
    position: relative;
    margin-bottom: 20px;
}

h2.heading span.head-highlight {
    position: relative;
    color: var(--theme-color);
}

h2.heading span.head-highlight::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 30px;
    display: block;
    bottom: -5px;
    left: 0;
    right: 0;
    mask-image: url(../images/shapes/title-shape1.svg);
    mask-repeat: no-repeat;
    mask-position: bottom;
    mask-size: contain;
    background-color: var(--theme-color);
}

/* Category */
section.category {
    padding: 5px 0;
}

.cat-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 30px;
    border-radius: 20px;
    background: rgb(239, 236, 255);
    margin-bottom: 30px;
}

.cat-box.box-color-1 {
    background-color: var(--color-1);
}

.cat-box.box-color-2 {
    background-color: var(--color-2);
}

.cat-box.box-color-3 {
    background-color: var(--color-3);
}

.cat-box.box-color-4 {
    background-color: var(--color-4);
}

.cat-box.box-color-5 {
    background-color: var(--color-5);
}

.cat-box.box-color-6 {
    background-color: var(--color-6);
}

.cat-box.box-color-7 {
    background-color: var(--color-7);
}

.cat-box.box-color-8 {
    background-color: var(--color-8);
}

.cat-box.box-color-9 {
    background-color: var(--color-9);
}

.cat-box.box-color-10 {
    background-color: var(--color-10);
}

.cat-box.box-color-11 {
    background-color: var(--color-11);
}

.cat-box.box-color-12 {
    background-color: var(--color-12);
}

.cat-box.box-color-13 {
    background-color: var(--color-13);
}

.cat-box.box-color-14 {
    background-color: var(--color-14);
}

.cat-box.box-color-15 {
    background-color: var(--color-15);
}

.cat-box.box-color-16 {
    background-color: var(--color-16);
}

.cat-box.box-color-17 {
    background-color: var(--color-17);
}

.cat-box.box-color-18 {
    background-color: var(--color-18);
}

.cat-box.box-color-1 .box-icon::before {
    background-color: #fa6c6c;
}

.cat-box.box-color-2 .box-icon::before {
    background-color: #957eff;
}

.cat-box.box-color-3 .box-icon::before {
    background-color: #00a99d;
}

.cat-box.box-color-4 .box-icon::before {
    background-color: #f971f0;
}

.cat-box.box-color-5 .box-icon::before {
    background-color: #5cb0fe;
}

.cat-box.box-color-6 .box-icon::before {
    background-color: #e7bf52;
}

.cat-box.box-color-7 .box-icon::before {
    background-color: #fb804b;
}

.cat-box.box-color-8 .box-icon::before {
    background-color: #86df6a;
}

.cat-box.box-color-9 .box-icon::before {
    background-color: #b6b09f;
}

.cat-box.box-color-10 .box-icon::before {
    background-color: #a76545;
}

.cat-box.box-color-11 .box-icon::before {
    background-color: #497d74;
}

.cat-box.box-color-12 .box-icon::before {
    background-color: #e1b900;
}

.cat-box.box-color-13 .box-icon::before {
    background-color: #5bbd86;
}

.cat-box.box-color-14 .box-icon::before {
    background-color: #ff8a4c;
}

.cat-box.box-color-15 .box-icon::before {
    background-color: #4a74ff;
}

.cat-box.box-color-16 .box-icon::before {
    background-color: #f25c5c;
}

.cat-box.box-color-17 .box-icon::before {
    background-color: #00b2a1;
}

.cat-box.box-color-18 .box-icon::before {
    background-color: #8abe57;
}

h6.cat-box-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.box-content {
    flex: 1;
}
span.box-counts {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

section.category .box-icon {
    width: 60px;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

section.category .box-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mask-image: url(../images/shapes/flower-bg.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
    background-color: var(--theme-color-lite);
    z-index: -1;
}

section.category .box-icon img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

section.category .cat-box:hover .box-icon::before {
    animation: rotation 3s linear infinite;
}

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

    100% {
        transform: rotate(360deg);
    }
}

/* about us */

section.about {
    background-image: url(../images/bg-about.jpg);
    background-size: cover;
    background-position: center;
}

section.about {
    position: relative;
    top: -210px;
    height: 830px;
    padding-top: 200px;
    padding-bottom: 140px;
    clip-path: polygon(0% 1.112%,
            0% 100%,
            100% 100%,
            100% 20.853%,
            97.161% 23.031%,
            97.161% 23.031%,
            97.009% 22.842%,
            96.82% 22.627%,
            96.6% 22.393%,
            96.354% 22.152%,
            96.087% 21.913%,
            95.803% 21.685%,
            95.509% 21.479%,
            95.208% 21.303%,
            94.907% 21.169%,
            94.609% 21.084%,
            94.609% 21.084%,
            94.555% 21.075%,
            94.5% 21.065%,
            94.445% 21.057%,
            94.389% 21.048%,
            94.332% 21.04%,
            94.274% 21.033%,
            94.216% 21.025%,
            94.157% 21.018%,
            94.098% 21.011%,
            94.038% 21.003%,
            94.038% 21.003%,
            94.038% 21.003%,
            93.674% 20.957%,
            93.29% 20.894%,
            92.886% 20.799%,
            92.464% 20.657%,
            92.024% 20.455%,
            91.569% 20.178%,
            91.098% 19.811%,
            90.614% 19.34%,
            90.117% 18.75%,
            89.609% 18.026%,
            89.609% 18.026%,
            89.157% 17.325%,
            88.76% 16.709%,
            88.417% 16.175%,
            88.124% 15.718%,
            87.878% 15.334%,
            87.677% 15.019%,
            87.519% 14.768%,
            87.399% 14.579%,
            87.315% 14.446%,
            87.266% 14.365%,
            87.266% 14.365%,
            87.134% 14.363%,
            86.985% 14.378%,
            86.824% 14.413%,
            86.659% 14.471%,
            86.496% 14.558%,
            86.343% 14.675%,
            86.206% 14.826%,
            86.093% 15.016%,
            86.009% 15.247%,
            85.964% 15.524%,
            85.964% 15.524%,
            85.906% 15.803%,
            85.791% 16.042%,
            85.629% 16.242%,
            85.431% 16.408%,
            85.206% 16.542%,
            84.966% 16.646%,
            84.722% 16.723%,
            84.482% 16.776%,
            84.259% 16.808%,
            84.063% 16.821%,
            82.943% 14.365%,
            81.328% 14.365%,
            73.828% 16.821%,
            72.891% 14.365%,
            70.13% 14.365%,
            68.073% 11.122%,
            66.198% 11.122%,
            62.344% 3.476%,
            62.344% 3.476%,
            61.817% 3.376%,
            61.19% 3.279%,
            60.485% 3.191%,
            59.724% 3.122%,
            58.93% 3.08%,
            58.124% 3.074%,
            57.329% 3.111%,
            56.568% 3.2%,
            55.862% 3.35%,
            55.234% 3.568%,
            55.234% 3.568%,
            55.073% 3.64%,
            54.906% 3.714%,
            54.734% 3.791%,
            54.557% 3.871%,
            54.375% 3.953%,
            54.189% 4.037%,
            54% 4.124%,
            53.806% 4.212%,
            53.61% 4.301%,
            53.41% 4.393%,
            53.409% 4.393%,
            53.409% 4.393%,
            52.674% 4.728%,
            51.917% 5.071%,
            51.154% 5.412%,
            50.399% 5.742%,
            49.666% 6.052%,
            48.968% 6.334%,
            48.321% 6.578%,
            47.739% 6.776%,
            47.234% 6.919%,
            46.823% 6.997%,
            46.823% 6.997%,
            46.45% 7.045%,
            46.071% 7.097%,
            45.694% 7.152%,
            45.324% 7.21%,
            44.969% 7.267%,
            44.633% 7.324%,
            44.324% 7.377%,
            44.048% 7.427%,
            43.811% 7.47%,
            43.62% 7.507%,
            40.781% 8.665%,
            40.781% 8.665%,
            40.408% 8.493%,
            39.971% 8.308%,
            39.488% 8.122%,
            38.976% 7.946%,
            38.452% 7.791%,
            37.935% 7.669%,
            37.442% 7.591%,
            36.989% 7.57%,
            36.595% 7.615%,
            36.276% 7.739%,
            36.276% 7.739%,
            36.009% 7.898%,
            35.758% 8.041%,
            35.525% 8.169%,
            35.31% 8.283%,
            35.115% 8.382%,
            34.941% 8.466%,
            34.79% 8.536%,
            34.661% 8.593%,
            34.557% 8.636%,
            34.479% 8.665%,
            24.479% 2.178%,
            23.568% 4.634%,
            19.818% 3.197%,
            19.818% 3.197%,
            19.77% 3.061%,
            19.706% 2.918%,
            19.625% 2.777%,
            19.529% 2.65%,
            19.417% 2.544%,
            19.291% 2.47%,
            19.15% 2.438%,
            18.995% 2.457%,
            18.827% 2.537%,
            18.646% 2.688%,
            18.646% 2.688%,
            18.353% 2.945%,
            17.95% 3.233%,
            17.442% 3.534%,
            16.838% 3.833%,
            16.146% 4.113%,
            15.372% 4.356%,
            14.525% 4.546%,
            13.611% 4.667%,
            12.638% 4.702%,
            11.615% 4.634%,
            11.615% 4.634%,
            11.389% 4.567%,
            11.124% 4.468%,
            10.832% 4.335%,
            10.522% 4.167%,
            10.204% 3.963%,
            9.891% 3.722%,
            9.591% 3.443%,
            9.316% 3.124%,
            9.075% 2.765%,
            8.88% 2.363%,
            8.88% 2.363%,
            8.881% 2.151%,
            8.872% 1.912%,
            8.852% 1.657%,
            8.817% 1.398%,
            8.767% 1.147%,
            8.698% 0.915%,
            8.61% 0.715%,
            8.499% 0.557%,
            8.364% 0.454%,
            8.203% 0.417%,
            8.203% 0.417%,
            8.017% 0.414%,
            7.813% 0.407%,
            7.597% 0.396%,
            7.374% 0.381%,
            7.151% 0.365%,
            6.933% 0.347%,
            6.725% 0.328%,
            6.534% 0.31%,
            6.365% 0.293%,
            6.224% 0.278%,
            6.042% 0%,
            4.531% 1.622%,
            4.531% 1.622%,
            4.159% 1.641%,
            3.732% 1.66%,
            3.27% 1.677%,
            2.792% 1.691%,
            2.316% 1.701%,
            1.863% 1.704%,
            1.45% 1.699%,
            1.098% 1.685%,
            0.825% 1.66%,
            0.651% 1.622%,
            0.651% 1.622%,
            0.538% 1.574%,
            0.436% 1.522%,
            0.346% 1.467%,
            0.266% 1.41%,
            0.197% 1.352%,
            0.138% 1.296%,
            0.089% 1.242%,
            0.05% 1.192%,
            0.02% 1.149%,
            0% 1.112%);
}

.abt-img-1 img,
.abt-img-2 img {
    width: 345px;
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
    display: inline-block;
}

.abt-img-1 img {
    margin-bottom: 40px;
}

.abt-img-2 img {
    margin-top: 40px;
}

.abt-img-section {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.abt-img-1,
.abt-img-2 {
    transition: transform 1s ease;
}

.abt-img-1 {
    top: 0;
    left: 0;
    transform: translateY(-50px);
    /* initial off-screen up */
}

.abt-img-2 {
    bottom: 0;
    right: 0;
    transform: translateY(50px);
    /* initial off-screen down */
}

/* Scroll activated */
.scroll-animate.active .abt-img-1 {
    transform: translateY(0);
}

.scroll-animate.active .abt-img-2 {
    transform: translateY(0);
}

/* Optional hover animation */
.abt-img-section:hover .abt-img-1 {
    transform: translateY(10px);
}

.abt-img-section:hover .abt-img-2 {
    transform: translateY(-10px);
}

.slide-left {
    transform: translateX(-100px);
    transition: transform 1s ease;
}

.slide-right {
    transform: translateX(100px);
    transition: transform 1s ease;
}

.scroll-animate.active .slide-left,
.scroll-animate.active .slide-right {
    transform: translateX(0);
}

.slide-up {
    transform: translateY(100px);
    transition: transform 1s ease;
}

.slide-down {
    transform: translateY(-100px);
    transition: transform 1s ease;
}

.scroll-animate.active .slide-up,
.scroll-animate.active .slide-down {
    transform: translateY(0);
}

.about .bg-effect {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../images/bg-about-img.png) bottom center no-repeat;
    background-size: contain;
    transition: transform 0.2s ease-out;
    pointer-events: none;
}

ul.cp-lists li {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

ul.cp-lists li::before {
    content: "\f4b6";
    font-family: bootstrap-icons !important;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    color: var(--theme-color);
}

.abt-box {
    display: flex;
    align-items: center;
    padding: 5px;
    gap: 15px;
}

.abt-titles span {
    display: block;
}

.abt-icon {
    width: 60px;
    height: 60px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
}

span.span-title {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

span.span-head {
    font-size: 20px;
    font-weight: 700;
}

.abt-titles {
    flex: 1;
}

/* start-learning banner */

.start-learning {
    padding-top: 0;
    padding-bottom: 0;
    transform: translateY(-90px);
}

.start-banner {
    background-color: transparent;
    background-image: linear-gradient(90deg, #2f045a 50%, #460578 100%);
    border-radius: 20px;
    position: relative;
    padding: 60px 90px;
    display: flex;
    align-items: center;
    color: #fff;
    gap: 20px;
    overflow: hidden;
    z-index: 1;
}

.learn-sub-heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: var(--theme-color-2);
}

h3.learn-heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: capitalize;
}

.start-banner p {
    color: #fff;
}

.start-banner-content {
    width: 30%;
}

.circle-text-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
    margin: auto;
}

.rotating-circle {
    width: 100%;
    height: 100%;
    animation: spin 10s linear infinite;
    transform-origin: center;
}

.center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.center-icon img {
    width: 100%;
    height: auto;
}

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

    100% {
        transform: rotate(360deg);
    }
}

.learn-banner-girls img {
    position: absolute;
    width: auto;
    height: 375px;
    object-fit: contain;
    bottom: 0;
    right: 150px;
}

.start-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/find-path.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
    z-index: -1;
}

img.learn-banner-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: 0;
}

img.learn-banner-shape-2 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
}

/* why choose us */

section.why-choose {
    background-color: #211657;
    background-image: url(../images/bg-why.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
    border-radius: 60px;
}

.section-dark h2.heading,
.section-dark,
.section-dark p {
    color: #fff;
}

.why-choose-box {
    text-align: center;
}

.why-choose-count {
    color: #fff;
    font-size: 64px;
    font-weight: 800;
}

.why-choose-feature {
    color: #ffffff80;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.w-choose-img img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    object-fit: contain;
}

.why-choose-features-box {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.14901960784313725);
    border-radius: 20px;
    background-color: #0000004d;
}

.why-choose-fe-box {
    padding: 40px;
}

h4.w-choose-head {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
}

.border-right {
    border-right: 1px solid rgb(255 255 255 / 17%);
}

.why-choose-img img {
    width: 550px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 15pc;
    z-index: -1;
}

/* footer */
footer#footer {
    background: #2f045a;
    border-radius: 60px 60px 0 0;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 60px;
}

img.footer-logo {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
    background-color: white;
}

.footer-about-us p {
    color: #fff;
}

ul.social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

ul.social-icons li {
    font-size: 20px;
}

.footer-about-us {
    width: 70%;
}

h4.footer-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

li.footer-links-item {
    font-weight: 500;
    padding-bottom: 10px;
}

a.call-footer {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.mail-footer {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

p.address-footer {
    color: #fff;
}

.footer-divider {
    border-bottom: 1px solid rgb(255 255 255 / 17%);
    margin: 60px 0;
}

.footer-bottom-text p {
    color: #ffffff80;
    font-size: 14px;
}

.footer-bottom-text p span.company {
    color: #fff;
    font-weight: 700;
}

ul.sec-footer-links li {
    color: #ffffff80;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding-left: 15px;
}

ul.sec-footer-links {
    text-align: right;
}

.testimonial-para {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    padding: 10px 0px 30px;
}

.test-user-profile img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

h5.user-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.user-position {
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

.users-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

section.testimonial .divider {
    width: 1px;
    height: 45px;
    background: rgb(135 26 246 / 24%);
}

.testimonial-media i {
    color: var(--theme-color);
    font-size: 35px;
}

.testimonial-user-details {
    display: flex;
    align-items: center;
    gap: 20px;
}

section.testimonial button.slick-prev.slick-arrow,
section.testimonial button.slick-next.slick-arrow {
    bottom: auto;
    top: -50px;
    left: auto;
    width: 55px;
    height: 55px;
    background: var(--theme-color);
    border-radius: 50%;
}

section.testimonial button.slick-prev.slick-arrow:hover,
section.testimonial button.slick-next.slick-arrow:hover {
    background-color: var(--theme-color-2);
}

section.testimonial button.slick-prev.slick-arrow {
    right: 5%;
    z-index: 999;
}

section.testimonial button.slick-prev.slick-arrow::before {
    content: "\f12f";
    font-family: bootstrap-icons !important;
    font-size: 20px;
}

section.testimonial button.slick-next.slick-arrow::before {
    content: "\f138";
    font-family: bootstrap-icons !important;
    font-size: 20px;
}

.testimonial-card {
    padding: 20px;
    text-align: justify;
}

section.testimonial {
    padding-top: 100px;
}

section.testimonial ul.slick-dots {
    background: rgb(118 89 255 / 22%);
    display: inline-block;
    bottom: -50px;
    border-radius: 20px;
    padding: 0px;
}

section.testimonial .slick-dots li button:before {
    font-size: 13px;
    color: var(--theme-color-2);
}

section.testimonial .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: var(--theme-color);
}

/* page style */

.breadcrumb-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 10px;
    display: block;
}

li.breadcrumb-item {
    color: #000;
    font-weight: 500;
}

li.breadcrumb-item.active {
    color: var(--theme-color);
    font-weight: 500;
}

.breadcrumb-sec,
nav.navbar.main-navbar.page-nav {
    background-image: linear-gradient(60deg,
            #ffdefb,
            #e9deff,
            #f8e4ff,
            #ede2ff);
}

.breadcrumb-sec {
    border-radius: 0 0 60px 60px;
    position: relative;
}

.bdc-top-img,
.bdc-top-bg,
.bdc-bottom-img,
.bdc-bottom-bg {
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    background-position: center;
}

.bdc-top-img {
    background-image: url(../images/shapes/bdc-img-1.png);
    width: 100px;
    height: 100px;
    top: 0;
    right: 0;
}

.bdc-top-bg {
    background-image: url(../images/shapes/bdc-bg-1.png);
    width: 120px;
    height: 120px;
    top: 30px;
    right: -30px;
    z-index: -1;
    animation: jumpTop 2s infinite ease-in-out;
}

.bdc-bottom-img {
    background-image: url(../images/shapes/bdc-img-2.png);
    width: 100px;
    height: 100px;
    bottom: 0;
    left: 0;
}

.bdc-bottom-bg {
    background-image: url(../images/shapes/bdc-bg-2.png);
    width: 150px;
    height: 150px;
    bottom: 30px;
    left: -30px;
    z-index: -1;
    animation: jumpTop 2s infinite ease-in-out;
}

@keyframes jumpTop {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }
}

.project-card {
    position: relative;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #eeebeb;
    background-color: #ffffff;
    transition: 0.5s all ease-in-out;
}

.project-card:hover {
    box-shadow: 0px 4px 40px 0px #00000033;
}

h4.project-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.project-body {
    padding: 24px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.project-image img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 300px;
    transition: all 0.3s ease;
    transform: scale(1);
    max-width: unset;
}

.project-image {
    border-radius: 20px;
    overflow: hidden;
}

.project-image:hover img {
    scale: 1.2;
}

.project-abs-count {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid #eeebeb;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.project-abs-count i {
    color: var(--theme-color);
}

.project-description {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    width: 100%;
    height: auto;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.project-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 15px;
    font-weight: 600;
    float: right;
    color: var(--theme-color);
}

a.project-button:hover {
    color: var(--theme-color-2);
}

.project-btn {
    display: block;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

h4.card-title {
    font-size: 24px;
    font-weight: 700;
}

.card-head-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img.img-no-available {
    width: 500px;
    height: 500px;
    object-fit: cover;
    margin: 0 auto;
}

p.not-available-text {
    text-align: center;
    font-size: 30px;
    font-family: cursive;
    color: #2f045a;
    font-weight: 700;
}

.project-page-image img {
    width: 750px;
    height: auto;
    margin-bottom: 20px;
    object-fit: contain;
}

h3.project-page-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.abs-heading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.abs-card {
    padding: 30px;
    border: 1px solid #eeebeb;
    border-radius: 20px;
}

ul.project-abs-list li {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
}

ul.project-abs-list li i,
.abs-title i {
    color: var(--theme-color);
    line-height: 0;
    font-size: 20px;
    margin-right: 10px;
}

.accordion-button:not(.collapsed) {
    color: var(--theme-color) !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

.accordion-item .accordion-button:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

.abs-title {
    display: flex;
    align-items: center;
}

.abs-download {
    color: var(--theme-color);
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.accordion-item {
    border-width: 0px 0px 1px 0px;
}

.btn {
    border-radius: 1.5rem;
    border: none;
}

.btn.btn-primary {
    background-color: var(--theme-color);
    opacity: 0.8;
}

.btn.btn-primary:hover {
    background-color: var(--theme-color);
    opacity: 1;
}

.btn-group {
    .select {
        position: relative;
        color: inherit;

        input:checked+label {
            background-color: #4f5bf7;
            color: #fff;

            &:hover,
            &:focus,
            &:active {
                background-color: #4f5bf7;
                color: #ffffff;
            }
        }

        input {
            opacity: 0;
            position: absolute;
        }

        .button_select {
            margin: 0 5px 5px 0;
            display: flex;
            background-color: transparent;
            color: #4f5bf7;
            font-size: 12px;
            border: 1px solid;

            &:hover,
            &:focus,
            &:active {
                background-color: transparent;
            }
        }
    }
}

.option {
    position: relative;
    color: green;

    input {
        opacity: 0;
        position: absolute;
    }

    input:checked+span {
        background-color: #4f5bf7;
        color: #fff;

        &:hover,
        &:focus,
        &:active {
            background-color: #4f5bf7;
            color: #fff;
        }
    }

    .btn-option {
        margin: 0 10px 10px 0;
        display: flex;
        background-color: transparent;
        color: #4f5bf7;

        &:hover,
        &:focus,
        &:active {
            background-color: transparent;
            color: #4f5bf7;
        }
    }
}

.sidebar-body .accordion-item {
    border: none;
}

.sidebar-body .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none;
}

.sidebar-body .accordion-button:focus {
    box-shadow: none;
}

.sidebar-body .accordion-button {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.accordion-body .form-check {
    font-weight: 500;
    color: #666666;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

label.form-check-label {
    cursor: pointer;
}

.accordion-body .form-check:hover {
    color: #000;
}

.accordion-body {
    padding-top: 2px;
}

.accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: contain;
}

.product-card {
    display: grid;
    gap: 10px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.product-img-sec {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #e5e7eb;
    border-radius: 30px;
    position: relative;
}

.product-img-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 40%);
    z-index: 2;
    transition: all 0.3s;
    opacity: 0;
}

img.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.btn-button.product-shop-btn {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 190px;
    transition: all 0.8s;
    opacity: 0;
}

.product-card:hover .btn-button.product-shop-btn {
    bottom: 40%;
    opacity: 1;
}

.product-card:hover .product-img-sec::before {
    opacity: 1;
}

h4.product-heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

p.product-description {
    font-size: 15px;
    margin-bottom: 1em;
    text-align: justify;
}

.product-price {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color);
}

.profile-product-img {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 30px;
    background: #e5e7eb;
    margin-bottom: 10px;
}

img.product-profile-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stock-label {
    background-color: #24c66d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 1rem;
}

.stock-label.outStock-label {
    background-color: #ff5c5c;
}

h2.product-profile-title {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    padding-top: 10px;
}

.price-tag {
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: var(--theme-color);
}

p.product-short-desc {
    margin-bottom: 2em;
}

.add-to-cart-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.add-to-cart-area .btn-button {
    width: 100%;
    flex: 1;
    justify-content: center;
}

input.quantity {
    border-radius: 2rem;
    width: 200px;
    padding: 15px;
}

.product-secondary-details {
    padding-top: 30px;
}

.psd-item {
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-weight: 500;
}

.psd-item span.pcd-headings {
    color: #999999;
}

.share-medias {
    display: flex;
    gap: 10px;
    color: #5c5c5c;
}

.nav.nav-tabs .nav-link.active {
    color: var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
}

.nav.nav-tabs .nav-link {
    border: none;
    color: #999;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    gap: 20px;
}

.tab-content {
    padding: 30px;
}

p.profile-product-description {
    font-size: 17px;
}

.additional-details-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    font-size: 18px;
    color: #525252;
}

.additional-heading {
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

img.gal-img-product-profile {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 25px;
}

input.search-input {
    border-radius: 30px;
}

.carousel-control-next-icon {
    background-image: url(../images/icon/right.png);
}

.carousel-control-prev-icon {
    background-image: url(../images/icon/left.png);
}

.custom-toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    padding: 14px 24px;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    animation: fadeInOut 4s ease forwards;
}

.success-toast {
    background-color: #333;
}

.error-toast {
    background-color: #d9534f;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }

    10%,
    90% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
}

h5.cart-product-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

p.cart-product-qty {
    color: var(--theme-color-2);
    font-size: 15px;
    font-weight: 600;
}

.cart-product-price {
    color: var(--theme-color);
    font-weight: 700;
}

.cart-product-price-big {
    font-size: 20px;
    color: var(--theme-color);
}

h4.card-order-title {
    font-weight: 700;
}

img.contact-circle-img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 50%;
}

.contact-section-image {
    position: relative;
}

img.img-big-triangle {
    position: absolute;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    top: 0;
    animation: jumpTop 3s infinite ease-in-out;
}

img.img-small-triangle {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: -1;
    object-fit: contain;
    animation: jumpTop 3s infinite ease-in-out;
}

img.img-big-circle {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
    object-fit: contain;
    animation: jumpTop 3s infinite ease-in-out;
}

img.img-small-cone {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
    object-fit: contain;
    animation: jumpTop 3s infinite ease-in-out;
}

.contact-icon {
    font-size: 25px;
    background: #7659ff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

h4.con-box-head {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 3px;
}

span.con-box-content {
    color: #666;
    font-size: 16px;
    display: block;
}

span.con-box-content a {
    color: var(--theme-color);
    font-weight: 600;
}

.contact-card {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 30px;
}

.contact-body {
    flex: 1;
}

.con-social-media-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.con-social-media-icons a {
    display: flex;
    background: var(--theme-color);
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 0;
}

.con-social-media-icons a:hover {
    background-color: var(--theme-color-2);
}

.contact-form .form-control {
    color: #999;
    border: 1px solid #eeebeb;
    padding: 17px 24px 17px 30px;
    border-radius: 30px;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

img.page-img {
    width: 100%;
    height: 500px;
    border-radius: 30px;
    object-fit: cover;
}

.page-sec {
    padding: 30px 0;
}

.page-sec h3 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

ul.page-list {
    padding-top: 30px;
}

ul.page-list li {
    color: #666;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
    padding-left: 20px;
}

ul.page-list li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: var(--theme-color);
    left: 0;
    top: 10px;
    display: inline-block;
    border-radius: 50%;
}

ul.page-list b {
    color: var(--theme-color);
}

.abt-imd {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

img.about-sec-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt-imd.abd-video-sec::before {
    position: absolute;
    content: "";
    background-image: url(../images/path-video.svg);
    width: 100%;
    height: 80px;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 1;
}

a.abt-vid-icons {
    background: var(--theme-color-2);
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    z-index: 2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    line-height: 0;
}

a.abt-vid-icons:hover {
    background-color: var(--theme-color);
}

section.about-banner {
    background: var(--theme-color);
    border-radius: 60px;
    padding: 0;
}

.bg-banners {
    width: 100%;
    min-height: 700px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bg-banners::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-video.png);
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 0.5;
}

h3.abt-banner-heading {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

p.abt-banner-description {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

marquee.marquee-section {
    padding: 30px 0;
    display: inline-table;
}

.marquee-list {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
}

.marquee-item {
    font-size: 48px;
    font-weight: 700;
}

.abt-time-line-icon {
    background: var(--theme-color);
    padding: 10px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

h4.abt-time-line-content {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.abt-time-line {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

.abt-time-line-content {
    float: 1;
}

.abt-time-line-icon.col-1 {
    background-color: #f45e5e;
}

.abt-time-line-icon.col-2 {
    background-color: #54d38e;
}

.abt-time-line-icon.col-3 {
    background-color: #f971f0;
}

.abt-time-line-icon.col-4 {
    background-color: #a390ff;
}

.abt-time-line-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.abt-time-line-area {
    position: relative;
}

.abt-time-line-area::before {
    position: absolute;
    content: "";
    z-index: -1;
    border-left: 1px dashed red;
}

.abt-time-line-area::before {
    position: absolute;
    content: "";
    z-index: -1;
    border-left: 1px dashed #999;
    width: 100%;
    height: 86%;
    top: 10%;
    left: 32px;
}

.btn-check:focus+.btn,
.btn:focus,
.form-body .login-btn {
    outline: 0;
    box-shadow: none !important;
}

.login-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 20px 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 300px;
    border-radius: 10px;
}

.login-link {
    cursor: pointer;
    color: #6c63ff;
    font-weight: 500;
    text-decoration: none;
}

.login-input {
    background-color: #f0f4ff;
    border: none;
    border-radius: 25px;
    padding: 12px 20px;
    font-size: 14px;
    width: 100%;
    outline: none;
    transition: 0.3s ease;
}

.login-input:focus {
    box-shadow: 0 0 0 2px #aab6fe;
    background-color: #e9efff;
}

.login-btn,
.form-body .login-btn {
    background-color: #6c63ff;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 10px 0;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.login-btn:hover {
    background-color: #594fcf;
}

.sign-in {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

a.create-acc-link {
    color: #999;
    font-size: 14px;
    font-weight: 600;
}

a.create-acc-link:hover {
    color: var(--theme-color);
}

.login-header-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

input.form-input {
    background: rgb(239 239 239);
    border: none;
    border-radius: 0;
    color: #000;
}

input.form-input:hover {
    box-shadow: none;
    border: none;
}

input:-internal-autofill-selected {
    background-color: rgb(239 239 239);
}

h2.login-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.form-card {
    padding: 0px 40px 40px;
    border: 1px solid rgb(22, 2, 24);
}

section.login-sec {
    background-image: url(../images/login-shape.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

img.login-img {
    width: 500px;
    height: auto;
    margin: 0 auto;
}

img.login-form-lock-img {
    width: 100px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    position: relative;
    transform: translateY(-50px);
}

img.register-img {
    width: 700px;
    margin: 0 auto;
}