@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&display=swap');


::before,
::after,
ul,
li,
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --theme: #874FE4;
}

.main-header {
    padding: 20px 10px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out
}

.home-wrap .main-header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11
}

.main-header.is-sticky {
    background-color: #fff;
    padding: 10px;
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out
}

.is-sticky .main-logo>span {
    display: none
}

.main-logo .medium-font {
    font-size: 11px;
    letter-spacing: 3px;
    margin: 5px 0;
    display: block
}

.cart-list,.cart-megamenu>div,.pagintn>li,.primary-navbar>li,.review-caption .title,.tags-widget>li {
    display: inline-block
}

.main-header .main-logo img {
    margin-top: 0;
    height: 60px;
    transition: .3s ease-out
}

.main-header.is-sticky .main-logo img {
    height: 50px;
    transition: .3s ease-out
}

.main-logo strong>img {
    bottom: 100%;
    left: 0;
    margin: auto auto -10px;
    position: absolute;
    right: 0
}

.primary-navbar {
    margin: 0;
    text-align: right
}

.primary-navbar>li {
    margin-top: 12px
}

.primary-navbar>li a {
    font-weight: 500;
    padding: 10px;
    position: relative;
    color: #000;
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 16px;
    text-transform: uppercase;
}
.home-wrap .main-header a {
    color: #fff;
    text-decoration: none;
}
    .primary-navbar>li:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(18px);
        -webkit-transform: translateY(18px);
        -ms-transform: translateY(18px);
    }
.primary-navbar li .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    display: block;
    padding: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
}
.primary-navbar>li .dropdown-menu a {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
}
.primary-navbar>li .dropdown-menu a {
    font-size: 12px;
    text-transform: capitalize;
    color: #000;
}
.home-wrap .main-header a:hover {
    color: #874fe4;
}
.primary-navbar>li>a:after {
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    margin: 0 auto;
    border-radius: 50%
}
.breadcrumb-menubar>li, .continue-shopping .left h6, .primary-navbar>li a, .upper-text {
    text-transform: uppercase;
}
.primary-navbar>li a:focus::after,.primary-navbar>li a:hover::after,.primary-navbar>li.active a::after {
    bottom: -5px;
    opacity: 1
}
 .primary-navbar>li>a:after, .prod-tabs .tabs>li>a::after, .prod-tag.tag-1, .product-box.product-colored:hover .product-media, .product-box::after, .tags-widget a:focus, .tags-widget a:hover, .theme-btn, .theme-tabs .active a, .theme-tabs a:focus, .theme-tabs a:hover {
    background-color: #874fe4;
    border: none;
}

body {
     font-family: 'Poppins', sans-serif;
}

.heading {
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
}
.menu-sidebar .menu-item-has-children ul.sub-menu {
    list-style: none;
}

.fa-solid.fa-bars.text-white {
    font-size: 35px;
}

.para {
    font-size: 20px;
    line-height: 35px;
    color: #333;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-family: 'Poppins', sans-serif;
}

.top_Del {
    font-family: 'Poppins', sans-serif;
}

.bg_theme {
    background-color: var(--theme) !important;
    color: white !important;
}

.theme_btn {
    min-width: 148px;
    border: 3px solid white;
    box-shadow: -5px 2px 23.76px 0.24px rgba(0, 0, 0, 0.47);
    height: 50px;
    font-size: 16px;
    background-color: var(--theme);
    text-decoration: none;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white !important;
}

.navbar {
    background: white;
    padding: 10px 0;
    transition: all 0.3s ease;
}
nav.navbar.home {
    background: transparent !important;
    width: 100%;
    box-shadow: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11;
}
nav.navbar.home a.nav-link {
    color: #fff !important;
    position: relative;
}
nav.navbar.home a.nav-link:hover{
color: #874fe4 !important;
}
.dropdown-hover  .dropdown-menu {
    transform: translateY(50px);
}
.dropdown-hover:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
  transform: translateY(0px);
}
.menu-sidebar li > a {
    text-decoration: none;
}
.menu-sidebar li .sidebar-menu-arrow::after {
    color: #874fe4 !important;
}
.container.table_content {
	margin: 30px 0 0 !important;
}
/* Optional: smooth animation */
.dropdown-menu {
  transition: all 0.2s ease;
}
.navbar-nav  li a.nav-link:after {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    margin: 0 auto;
    background-color: #874fe4;
    border-radius: 50%;
}
span.select2-selection.select2-selection--multiple {
    border-color: #dee2e6 !important;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000 !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent !important;
    border: none;
    outline: 0;
    box-shadow: none;
    margin-left: 0 !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    font-size: 14px !important;
    color: #000 !important;
}
.navbar-nav  li a:hover:after {
    bottom: -5px;
    opacity: 1;
}
.nav-link {
    color: #333 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 10px 20px !important;
    text-transform: uppercase;
    position: relative;
}

.nav-link.theme_btn {
    color: white !important;
}

.nav-link:hover {
    color: var(--theme) !important;
}

.nav-link.theme_btn:hover {
    color: white !important;
    opacity: 0.9;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 10px;
}

.dropdown-item {
    font-family: 'Poppins', sans-serif;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.dropdown-item:hover {
    background-color: var(--theme);
    color: white;
}

.navbar-brand img {
    height: 50px;
    width: auto;
}

.sticky-top {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


header {
    position: relative;
}

#topSlider {
    min-height: 100vh;
    /* height: 935px; */
}

#topSlider img {
    width: 100%;
    min-height: 100vh;
    height: 570px;
    object-fit: cover;
    object-position: top;
}

#topSlider .swiper-button-next,
#topSlider .swiper-button-prev {
    padding: 44px 28px;
    border-radius: 6px;
    background-color: white;
    color: black;
    font-size: 12px;
}


.table_content {
    position: absolute;
    z-index: 10;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top_table,
.top_table td,
.top_table th {
    width: 100%;
    border: 5px solid var(--theme);
    padding: 20px;
}

.top_table th:first-child {
    width: 20%;
}

.top_table th:nth-child(2) {
    width: 80%;
}

.top_table th:nth-child(2) h2 {
    font-family: 'Poppins', sans-serif;
}

.top_table img {
    width: 200px;
}

.top_table h2 {
    font-size: clamp(20px, 10vw, 80px);
    color: white;
    font-weight: 700;
}

.top_table td h2 {
	width: 100%;
	font-size: 40px;
}

.top_table p {
    font-size: clamp(14px, 2vw, 24px);
    color: white;
    font-weight: 600;
    margin-bottom: 6px;
}





#stepSlider .swiper-slide,
.bg2_shap {

    padding: 100px 0;
    background: url('../images/shape0.png') no-repeat left top / 100% 100%;

    min-height: 100vh;
}

.bg2_shap {
    background-image: url('../images/shape1.png');
}

.stepimg01 {
    width: 75%;
}

.stepimg02 {
    position: absolute;
    bottom: -20px;
    right: 20px;
    width: 300px;
}

.stepimg03 {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
}

.steptext4 {
    position: absolute;
    bottom: -70px;
    right: 0;
    width: fit-content;
    color: white;
    font-size: clamp(14px, 2vw, 35px);
}

#stepSlider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 10px;
}

#stepSlider .swiper-pagination-bullet-active {
    background-color: var(--theme);
    width: 50px;
}




.combo {
    min-height: 100vh;
    background: url('../images/banner2.png') no-repeat right / 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}

.combo .card {
    border: none;
    padding: 50px;
    border-radius: 55px 0px 0px 55px;
    width: 98%;
}

.combo h2 {
    font-size: clamp(20px, 3vw, 48px);
    color: var(--theme);
    font-weight: 700;
    margin-bottom: 48px;
}

.combo p {
    font-size: clamp(16px, 2vw, 24px);
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    line-height: 60px;
}

.scen {
    padding: 100px;
    min-height: 100vh;
    background: url('../images/coming.png') no-repeat bottom right / 100% 100%;
}


.scen h3 {
    color: #272727;
    font-size: clamp(20px, 10vw, 60px);
}



footer {
    background: url(../images/footer.png) no-repeat center/cover;
    text-align: center;
    position: relative;
    z-index: 0;
}

footer::before {
    content: ' ';
    background-color: #000;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

footer ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_logo {
    width: 150px;
    margin-bottom: 25px;
}

.footer_link {
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    padding: 10px 15px;
    text-decoration: none;
}

footer .inner {
    padding: 50px 0px;
}

footer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

footer p .footer_link {
    font-size: 16px;
    line-height: 26px;
    margin: 0 5px;
    font-family: 'Poppins', sans-serif;

}

.footer_end {
    border-color: #ffffff54 !important;
}

.payment_logo {
    height: 35px;
    width: auto;
    object-fit: contain;
    filter: brightness(1);
}

@media (max-width: 1399.98px) {
    .combo .card {
        padding: 25px;
        border-radius: 35px 0px 0px 35px;
        width: 92%;
    }

    .combo h2 {
        font-size: clamp(20px, 3vw, 36px);
        margin-bottom: 8px;
    }

    .combo p {
        font-size: clamp(18px, 2vw, 20px);
    }

    .top_table img {
        width: 150px;
    }

    .top_table h2 {
        font-size: clamp(20px, 10vw, 50px);
    }

    .top_table p {
        font-size: clamp(17px, 2vw, 20px);
    }
}


@media (max-width: 1199.98px) {
.home-wrap .main-header a {
    color: #000;
}
.table_content {
    top: 50%;
}
.container.table_content {
	margin: 70px 0 0 !important;
}
.top_table td h2 {
	width: 100%;
	font-size: 30px;
}
.responsive-menu {
    right: 0;
    max-width: 270px;
    padding: 0;
    position: fixed;
    top: 0;
    background-color: #f6f6f6;
    height: 100%;
    z-index: 999;
    transform: translateX(300px);
    -webkit-transform: translateX(300px);
}
    #stepSlider .swiper-slide,
    .bg2_shap {
        min-height: auto;
    }

    .stepimg02 {
        width: 200px;
    }

    .stepimg03 {
        width: 150px;
    }
}

@media (max-width: 991.98px) {
nav.navbar.home {
    background: #fff !important;
}
nav.navbar.home a.nav-link {
    color: #000000 !important;
    position: relative;
}
nav.navbar.home + header {
    margin: 75px 0 0;
}
}

@media (max-width: 767.98px) {

    #topSlider img,
    #topSlider {
        height: auto;
        min-height: 90vh;
    }

    .top_table img {
        width: 70px;
    }
.container.table_content {
	margin: 20px 0 0 !important;
}
    .top_table h2 {
        font-size: clamp(27px, 10vw, 20px);
    }

    .top_table,
    .top_table td,
    .top_table th {
        border: 3px solid var(--theme);
        padding: 10px;
    }

    .top_table p {
        margin-bottom: 0;
    }

    .table_content {
        width: 77%;
    }

    #topSlider .swiper-button-next,
    #topSlider .swiper-button-prev {
        padding: 14px 8px;
        border-radius: 3px;
    }

    #topSlider .swiper-button-next::after,
    #topSlider .swiper-button-prev::after {
        font-size: 12px;
    }

.table_content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 77%;
    padding: 0 !important;
}

.top_table td h2 {
	width: 100%;
	font-size: 28px;
}
    #stepSlider .swiper-slide,
    .bg2_shap {
        padding: 50px 0;
        min-height: auto;
    }

    .steptext4 {
        bottom: -50px;
        right: 20px;
    }

    #stepSlider .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        min-width: 15px;
    }

    .combo {
        background-size: cover;
        background-position: left;
        min-height: auto;
    }

    .combo .card {
        border-radius: 25px;
        width: 100%;
    }

    .combo p {
        font-size: clamp(15px, 2vw, 20px);
    }

    .appstores img {
        height: 35px;
    }

    .scen {
        padding: 20px 80px;
        min-height: auto;
        text-align: center;
    }

    .footer_link {
        font-size: 14px;
    }

    footer p {
        font-size: 12px;
    }

    footer p .footer_link {
        font-size: 12px;
        margin: 0;
    }

    .footer_logo {
        width: 130px;
        margin-bottom: 5px;
    }

    .footer_img {
        position: initial;
    }

    footer {
        padding: 30px 0px 0px;
    }

}

@media (max-width: 575.98px) {
    .stepimg03 {
        width: 80px;
        right: 10px;
    }
.top_table td h2 {
	width: 100%;
	font-size: 23px;
}
    .stepimg02 {
        width: 110px;
        bottom: 10px;
    }

}