/* Protest Strike Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lobster&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Protest+Strike&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Roboto fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Poppins Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lobster&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Protest+Strike&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Ubuntu fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lobster&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Protest+Strike&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* ================================ Utality Classes Start ============================= */
body {
    padding: 0 !important;
    margin: 0 !important;
}

.protest-font {
    font-family: "Protest Strike", sans-serif !important;
}

.roboto-font {
    font-family: "Roboto", sans-serif !important;
}

.poppins-font {
    font-family: "Poppins", sans-serif !important;
}

.ubunto-font {
    font-family: "Ubuntu", sans-serif !important;
}

.blue-color {
    color: rgba(24, 30, 75, 1);
}

.blue-bg-color {
    background: rgba(46, 49, 145, 1);
}

.blue-color2 {
    color: rgba(46, 49, 145, 1);
}

.black-color {
    color: rgba(0, 0, 0, 1);
}

.black-bg {
    background: rgba(0, 0, 0, 1);
}

.inner-bg-black {
    background: #323232 !important;
}

.yellow-color {
    color: rgba(204, 163, 69, 1);
}

.yellow-bg {
    background: rgba(204, 163, 69, 1);
}

.font-waight400 {
    font-weight: 400;
}

.font-waight500 {
    font-weight: 500;
}

.font-waight600 {
    font-weight: 600;
}

.font-waight700 {
    font-weight: 700;
}

.font-waight800 {
    font-weight: 800;
}

.font-waight900 {
    font-weight: 900;
}

.title-gray {
    color: rgba(123, 123, 123, 1);
}

.gray-text {
    color: rgba(65, 65, 65, 1);
}

.para-gray {
    color: rgba(96, 96, 96, 1);
}

.white-text {
    color: rgba(255, 255, 255, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0 !important;
}

p {
    margin-bottom: 0 !important;
    font-family: "Roboto", sans-serif !important;
    color: rgba(96, 96, 96, 1);
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-19 {
    font-size: 19px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-50 {
    font-size: 50px !important;
}

.btns {
    color: white;
    border: none;
    font-size: 16px;
    background: rgba(46, 49, 145, 1);
    line-height: 20.58px;
    border-radius: 32.5px;
    padding: 8px 15px;
    font-family: "Ubuntu", sans-serif !important;
    font-weight: 700;
}

.line-heights {
    line-height: 28px;
}

.text-justify {
    text-align: justify;
}



.group-div {
    width: 100%;
    height: auto;
    position: relative;
    text-align: -webkit-center;
}

.blue-circle {
    position: absolute;
    background-color: rgb(48, 48, 148);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    top: 0;
    right: 0;
}

.yellow-circle {
    position: absolute;
    background-color: rgb(204, 163, 69);
    height: 140px;
    width: 140px;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.arbby-imge-outer {
    width: 400px;
    height: 400px;
    z-index: 1;
}

.arbby-imge-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.hero-sec-btns {
    background: rgba(46, 49, 145, 1);
    border: none;
    color: white;
    padding: 10px 30px;
    font-size: 17px;
    box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.4);
    border-radius: 32.5px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
}

/* zeeshan */
/* ================================ Utality Classes Start ============================= */
.black-color {
    color: rgba(0, 0, 0, 1);
}

.inner-bg-black {
    background: #323232 !important;
}

.yellow-color {
    color: rgba(204, 163, 69, 1);
}

.yellow-bg {
    background: rgba(204, 163, 69, 1);
}

.font-waight400 {
    font-weight: 400;
}

.font-waight500 {
    font-weight: 500;
}

.font-waight600 {
    font-weight: 600;
}

.font-waight700 {
    font-weight: 700;
}

.font-waight800 {
    font-weight: 800;
}

.font-waight900 {
    font-weight: 900;
}

.title-gray {
    color: rgba(123, 123, 123, 1);
}

.para-gray {
    color: rgba(96, 96, 96, 1);
}

.gray-text {
    color: rgba(123, 123, 123, 1);
}

.gray-text2 {
    color: rgba(74, 74, 74, 1);

}

.golden-text {
    color: rgba(204, 163, 69, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0 !important;
}

p {
    margin-bottom: 0 !important;
    font-family: "Roboto", sans-serif !important;
    color: rgba(96, 96, 96, 1);
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.btns {
    color: white;
    border: none;
    font-size: 16px;
    background: rgba(46, 49, 145, 1);
    line-height: 20.58px;
    border-radius: 32.5px;
    padding: 8px 15px;
    font-family: "Ubuntu", sans-serif !important;
    font-weight: 700;
}

.line-heights {
    line-height: 28px;
}

.text-justify {
    text-align: justify;
}

.group-div {
    width: 100%;
    height: auto;
    position: relative;
    text-align: -webkit-center;
}

.blue-circle {
    position: absolute;
    background-color: rgb(48, 48, 148);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    top: 0;
    right: 0;
}

.yellow-circle {
    position: absolute;
    background-color: rgb(204, 163, 69);
    height: 140px;
    width: 140px;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.arbby-imge-outer {
    width: 400px;
    height: 400px;
}

.arbby-imge-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* ================================ Utality Classes End =============================== */
/* zeeshan */
/* ================================ Utality Classes End =============================== */


/* ================================ Home vedio Section Start ========================== */
.home-vedio-sec .videosec-outer {
    height: auto !important;
    background: rgba(233, 233, 233, 1);
    text-align: center;
    margin-top: 0 !important;
    padding: 50px 0;
}

.home-vedio-sec .vedio-full {
    margin-top: 0 !important;
    border-radius: 10px !important;
}

.home-vedio-sec video {
    border-radius: 10px !important;
}

.home-vedio-sec .overlay {
    border-radius: 10px !important;
}

/* ================================ Home vedio Section End ============================ */


/* ================================ Header Section Start ============================== */
.header-sec .topbar {
    padding: 12px 0;
}

.header-sec .topbar span {
    font-size: 14px;
    font-weight: 600;
}

.header-sec .dropdown .dropdown-toggle::after {
    display: none;
}

.header-sec .bages-btn {
    padding: 10px;
    display: flex;
    align-items: center;
    background: #EEEEEE !important;
    justify-content: center;
}

.header-sec .badge {
    font-size: 10px;
    top: 8px !important;
    left: 37px !important;
    background: rgba(0, 0, 0, 1);
    border-radius: 50%;
}

.header-sec .navigation-bar {
    padding: 18px 0;
    border-bottom: 1px solid rgba(206, 166, 71, 1);
    position: absolute;
    background: rgba(251, 251, 251, 0.2);
    top: 0;
    z-index: 999;
    width: 100%;
}

.dropdown-menu {
    left: -100px !important;
    top: 50px !important;
    width: 100% !important;
}

.header-sec .nav-link {
    padding: 0 !important;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    color: rgba(255, 255, 255, 1) !important;
    text-transform: uppercase;
}

.header-sec .list-item {
    margin-right: 18px;
}

.header-sec .header-logo {
    width: 240px;
    height: auto;
    position: absolute;
    top: -65px;
    left: -40px;
    z-index: 999;
}

.header-sec .active {
    color: rgba(204, 163, 69, 1) !important;
}

.header-sec .nav-link:hover {
    color: rgba(204, 163, 69, 1) !important;
    transition: 0.3s;
}


.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 57% !important;
    width: 30px !important;
    height: 30px !important;
    padding: 13px !important;
    border-radius: 50% !important;
    z-index: 999 !important;
    background: #413F31;
    opacity: 1 !important;
    color: white !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 100px !important;
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 100px !important;
    left: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px !important;
}

.slider-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
    pointer-events: none;
}


.swiper {
    width: 100%;
    height: 100%;
    z-index: auto !important;
}

.hero-content {
    position: absolute;
    top: 42%;
    width: 100%;
    z-index: 2;
    padding: 10px 40px;
    opacity: 1 !important;
    font-family: "Lato", sans-serif !important;
    font-weight: 700;
    text-align: -webkit-center !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 558px !important;
    object-fit: cover;
}

.swiper-pagination {
    display: none;
}

.hero-content .yellow-content {
    display: -webkit-box;
    overflow: hidden;
    font-family: "Protest Strike", sans-serif !important;
    font-weight: 400 !important;
    font-size: 45px;
    line-height: 75.6px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hero-content .colord-txt {
    display: -webkit-box;
    overflow: hidden;
    font-size: 28px;
    color: white;
    font-family: "Poppins", sans-serif !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mobile-view .menu-btn {
    position: absolute;
    top: 50px;
    z-index: 999;
    right: 10px;
}

.offcanvas-body .nav-link {
    color: #ffffff !important;
    font-size: 14px !important;
    margin: 5px 0 !important;
}

.offcanvas-body .active {
    color: rgba(204, 163, 69, 1) !important;
}

.mobile-header-logo {
    width: 180px;
    height: auto;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 999;
}

.offcanvas-header {
    background: rgba(204, 163, 69, 1);
    color: white;
}

.offcanvas-body {
    background: #000000;
}

/* ================================ Header Section  End =============================== */

/* SSSSSSSSSSSSSSSSSSSSSSSSSSSS HOME-PAGE SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSs */

/* ================================ Upcomming Events Section  Start =================== */
.upcomming-events .yellow-box {
    background: linear-gradient(180deg, #8B6100 0%, #CCA345 54.17%, #8B6100 100%);
    padding: 17px 20px;
    color: white;
    border-radius: 6px;
}

.upcomming-events .owl-carousel .owl-nav .owl-prev {
    background: url(./images/upcomming-left-btn.png) !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    font-size: 20px !important;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    position: absolute !important;
    top: 6px;
    left: -50px;
}

.upcomming-events .owl-carousel .owl-nav .owl-next {
    background: url(./images/upcomming-right-btn.png) !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    font-size: 20px !important;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    position: absolute !important;
    top: 6px;
    right: -50px;
}

.upcomming-events .owl-carousel .owl-nav .owl-next span,
.upcomming-events .owl-carousel .owl-nav .owl-prev span {
    display: none !important;
}

.upcomming-events .owl-dots {
    display: none !important;
}

.upcomming-events .nav-pills {
    background: rgba(206, 166, 71, 1);
    margin-right: 0px !important;
    padding: 12px;
    border-radius: 20px 0 0 20px;
    height: 100%;
}

.upcomming-events .tabs-sec button {
    background: rgba(255, 255, 255, 1);
    font-weight: 700;
    color: rgba(42, 66, 90, 1);
    line-height: 21px;
    border-radius: 10px;
    margin: 3px 0;
}

.upcomming-events .tabs-sec button:hover {
    margin-right: -12px !important;
    border-radius: 10px 0 0 10px;
    transition: 0.3s;
}

.tabs-sec {
    margin-top: -26px !important;
}

.nav-pills .nav-link.active {
    background: rgba(255, 255, 255, 1) !important;
    color: rgba(42, 66, 90, 1) !important;
    margin-right: -12px !important;
    border-radius: 10px 0 0 10px;
}

.tab-content-sec {
    background: rgba(53, 53, 53, 1);
    height: 100%;
    padding: 40px 25px;
    border-radius: 0 20px 20px 0;
}

.tab-content-sec .tab-image-sec {
    width: 100%;
    height: 350px;
}

.tab-content-sec .tab-image-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-content-sec .left-content-sec {
    background: rgba(255, 255, 255, 1);
    height: 100%;
    padding: 25px 20px;
    height: 350px;
    overflow-y: scroll;

}

::-webkit-scrollbar {
    display: none;
}

.tab-content-sec .left-content-sec h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: rgba(24, 30, 75, 1);
}


.search-outer {
    position: relative;
    border: 1px solid rgba(46, 49, 145, 1);
    background: rgba(239, 239, 239, 1);
    width: max-content;
}

.search-outer input {
    padding: 4px 90px 7px 30px;
    border-radius: 50px;
    border: 1px solid rgba(46, 49, 145, 1);
    background: rgba(239, 239, 239, 1);
}

.search-outer .searh-buttn {
    position: absolute;
    top: 2px;
    right: 3px;
    box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.4);
    background: rgba(46, 49, 145, 1);
    padding: 5px 20px 5px 20px;
    border: 0 !important;
}

.search-outer .search-image {
    position: absolute;
    top: 9px;
    left: 8px;
}

.triangle-imge {
    margin-bottom: -4px !important;
    width: 35px;
    height: auto;
}


@media (min-width: 1000px) {
    .clander-column {
        margin-left: 432px !important;
        margin-right: 28px !important;
    }
}

@media (min-width:1000px) and (max-width: 1199px) {
    .clander-column {
        margin-left: 355px !important;
        margin-right: 0px !important;
    }

    .search-outer input {
        padding: 0px 82px 0px 28px !important;
    }
}


@media (max-width: 320px) {
    .search-outer input {
        padding: 0px 81px 0px 28px !important;

    }
}




/* ================================ Upcomming Events Section  End ===================== */








/* ================================ feature Section start ===================== */
.featrephoto-sec .feature-cards {
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(209, 209, 209, 1);
    border-radius: 5px;
}

.featre-card-img-outer {
    width: 100%;
    height: 200px;
}

.featre-card-img-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featrephoto-sec .owl-theme .owl-nav {
    display: none !important;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(204, 163, 69, 1) !important;
}

.owl-theme .owl-dots .owl-dot span {
    border: 2px solid rgba(204, 163, 69, 1) !important;
    background-color: white;
}

/* sortby sec */
.Shop-by-art-sec .sortby-cards {
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(209, 209, 209, 1);
    border-radius: 5px;
}

.sortby-cards:hover {
    box-shadow: 0px 0px 34px 0px rgba(46, 49, 145, 0.35);
}

.sortby-card-img-outer {
    width: 100%;
    height: 283px;
    position: relative;
}

.sortby-card-img-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sortby-cards:hover .add-cart-butn {
    box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.4);
    visibility: visible;
    bottom: 15px;
    left: 27%;
    padding: 7px 14px;
    border-radius: 32px;
}

.sortby-cards:hover .add-fvrt {
    visibility: visible;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 21px;
}

.add-cart-butn,
.add-fvrt {
    position: absolute;
    visibility: hidden;
}

@media (max-width: 576px) {
    .sortby-card-img-outer {
        height: 180px !important;
    }

    .hero-sec-btns {
        margin-top: 14px !important;
    }

    .event-card .hero-sec-btns {
        margin-top: 0 !important;
    }

    .triangle-imge {
        display: none;
    }
}

/* ================================ feature Section end ===================== */

/* ================================ sortby Section Start ===================== */

.Shop-by-art-sec .sortby-cards {
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(209, 209, 209, 1);
    border-radius: 5px;
}

.sortby-cards:hover {
    box-shadow: 0px 0px 34px 0px rgba(46, 49, 145, 0.35);
}

.sortby-card-img-outer {
    width: 100%;
    height: 283px;
    position: relative;
}

.sortby-card-img-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sortby-card-img-outer:hover .add-cart-butn {
    box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.4);
    visibility: visible;
    bottom: 15px;
    left: 27%;
    padding: 7px 14px;
    border-radius: 32px;
}

.sortby-card-img-outer:hover .add-fvrt {
    visibility: visible;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 21px;
}

.add-cart-butn,
.add-fvrt {
    position: absolute;
    visibility: hidden;
}

@media (max-width: 576px) {
    .sortby-card-img-outer {
        height: 180px !important;
    }
}

/* ================================ sortby Section END ===================== */




/* Testimonials start */
.Testimonials-card-detail {
    border-radius: 10px;
    padding: 20px 11px;
    height: 100%;
    position: relative;
}

.Testimonials-card {
    height: 100% !important;

}

.Testimonials-sec .owl-carousel .owl-item img {
    display: inline-block !important;

}

.Testimonials-sec .owl-theme .owl-nav {
    display: none !important;
}

.Testimonials-sec .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.contactimg-outer {
    width: 85px;
    height: auto;
    margin: 0 auto;
    top: -55%;
    left: 50%;
    transform: translate(-50%, 45%);
}

.Testimonials-image {
    margin-top: -75px;
    margin-bottom: 20px;
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    outline: 6px solid white;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.Testimonials-para {

    line-height: 21px;
    padding: 20px 52px !important;
}

.Testimonials-card-detail .doublecoln-image {
    position: absolute;
    top: 34%;
    left: -36px;
    transform: translate(64px, -66%);
    width: 40px !important;
    height: 40px !important;
}

@media (max-width: 768px) {
    .Testimonials-para {
        padding: 10px 10px !important;
    }

    .Testimonials-card-detail .doublecoln-image {
        position: absolute;
        top: -30px !important;
        left: 0 !important;
        transform: translate(0%, 70px) !important;
        width: 40px !important;
        height: 40px !important;
    }
}


/* Testimonials end */




/*EEEEEEEEEEEEEEEEEEEEEEee home-page EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE */










.delevery-sec {
    background: rgba(204, 163, 69, 1);
    padding: 25px 0;
}


/* ================================ footer Section  Start ============================= */
.footer-sec {
    background-image: url(./images/footer-bg-imge.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0 10px;
}

.footerlogo-outer {
    width: 130px;
    height: auto;
    margin: 0 auto;
}

.footerlogo-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-icons img {
    width: 40px;
}

.footer-sec ul li a,
.footer-sec ul li h6 {

    font-size: 12px;
}

.footer-sec input {
    background: rgba(239, 239, 239, 1);
    font-size: 12px;
    font-size: 14px;
    height: 43px !important;
    border-radius: 10px !important;
}

.footer-sec input::placeholder {
    color: rgba(85, 85, 85, 1);
    font-weight: 700;
    font-size: 14px;

}

.subscribe-btn {
    background: rgba(46, 49, 145, 1);
    color: rgba(255, 255, 255, 1);
    border: none;
    width: 100%;
    padding: 10px 0;
    border-radius: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.Copyright {
    padding: 10px 0;
}

.Copyright p {
    color: rgba(0, 0, 0, 1) !important;
    font-size: 14px !important;
}

/* ================================ footer Section  End =============================== */






/*               _________________________                 */
/*               |                       |                 */
/*@@@@@@@@@@@@@@@|     [ 576px ] START   |@@@@@@@@@@@@@@@@@*/
/*               |_______________________|                 */
/* *****************  Small Screen  ************************/
@media (min-width: 1473px) {
    .vedio-full {
        height: 45vh !important;
    }

    .video-text {
        bottom: 100px !important;
    }

    .playvideo {
        top: 140px !important;
    }
}




/*               _________________________                 */
/*               |                       |                 */
/*@@@@@@@@@@@@@@@|     [ 1200px ] START  |@@@@@@@@@@@@@@@@@*/
/*               |_______________________|                 */
/* *****************  Large Screen  ************************/
@media (min-width:992px) and (max-width:1200px) {
    .header-sec .navigation-bar {
        padding: 10px 0;
    }

    .header-sec .header-logo {
        width: 180px;
        top: -53px;
        left: -18px;
    }

    .header-sec .nav-link {
        font-size: 12px;
    }

    .hero-content .yellow-content {
        font-size: 35px;
    }

    .hero-content .colord-txt {
        font-size: 22px;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 40px !important;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 40px !important;
    }

    .yellow-circle {
        bottom: -5px;
        left: -5px;
    }

    .blue-circle {
        top: 0px;
        right: 0px;
    }

    .arbby-imge-outer {
        width: 350px;
        height: 350px;
    }
}


/*               _________________________                 */
/*               |                       |                 */
/*@@@@@@@@@@@@@@@|     [ 992px ] START   |@@@@@@@@@@@@@@@@@*/
/*               |_______________________|                 */
/* *****************  Madium Screen  ***********************/

@media (max-width:992px) {
    .mobile-header-logo {
        width: 150px;
    }

    .hero-content .yellow-content {
        font-size: 30px;
        line-height: 57.6px;
    }

    .hero-content .colord-txt {
        font-size: 18px;
        line-height: 22px;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 25px !important;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 25px !important;
    }

    .hero-content {
        padding: 10px 75px;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 400px !important;
        object-fit: cover;
    }


}

/*               _________________________                 */
/*               |                       |                 */
/*@@@@@@@@@@@@@@@|     [ 767px ] START   |@@@@@@@@@@@@@@@@@*/
/*               |_______________________|                 */
/* *****************  Madium Screen  ***********************/
@media (max-width: 767px) {
    .next-lvl-para {
        padding: 0 !important;
    }
}

/*               _________________________                 */
/*               |                       |                 */
/*@@@@@@@@@@@@@@@|     [ 576px ] START   |@@@@@@@@@@@@@@@@@*/
/*               |_______________________|                 */
/* *****************  Small Screen  ************************/
@media (max-width: 576px) {
    .mobile-header-logo {
        width: 90px;
        top: 5px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .mobile-view .menu-btn {
        top: 20px !important;
    }

    .hero-content {
        top: 40% !important;
        padding: 10px 15px !important;
    }

    .hero-content .yellow-content {
        font-size: 20px !important;
        line-height: 40.6px !important;
    }

    .hero-content .colord-txt {
        font-size: 14px !important;
    }

    .swiper-slide img {
        height: 275px !important;
    }

    .arrow-img {
        width: 70px !important;
    }

    .videosec-outer {
        height: 30vh !important;
        margin-top: 125px !important;
    }

    .video-text {
        top: 50% !important;
        right: 50% !important;
        transform: translate(50%, 50%) !important;
        font-size: 18px;
    }

    .next-lvl-para {
        padding: 0px 0px !important;
    }

    .globle-title h3 {
        font-size: 18px;
        text-align: center;
    }

    .arbby-imge-outer {
        width: 260px;
        height: 260px;
    }

    .blue-circle {
        height: 30px;
        width: 30px;
    }

    .yellow-circle {
        height: 100px;
        width: 100px;
    }

    .playvideo {
        position: absolute;
        top: 40px !important;
        right: 50%;
        transform: translate(50%, 50%);
        width: 50px !important;
        height: 50px !important;
    }

    .video-text {
        bottom: -30px !important;
    }

    .vedio-full {
        width: 100% !important;
        height: 40vh !important;
        margin-top: -90px !important;
    }

    .inner-head {
        font-size: 23px !important;
        padding-bottom: 30px !important;
    }

    .inner-hero-sec {
        height: 160px !important;
        align-items: end !important;
    }

    .nav-pills .nav-link.active {
        margin-right: 0px !important;
        border-radius: 10px !important;
        background: rgba(46, 49, 145, 1) !important;
        color: white !important;

    }

    .nav-pills .nav-link:hover {
        margin-right: 0px !important;
        border-radius: 10px !important;
    }

    .tab-content-sec {
        padding: 15px !important;
        border-radius: 20px !important;
    }

    .tab-content-sec .left-content-sec {
        padding: 12px !important;
        height: 230px !important;
    }

    .tab-content-sec .tab-image-sec {
        height: 230px;
    }


}




/*                               ___________________________                            */
/*                               |                         |                            */
/*|##############################|      ABOUT-US PAGE      |############################*/
/*                               |_________________________|                            */

.inner-hero-sec {
    background: rgba(0, 0, 0, 1);
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-head {
    font-family: "Protest Strike", sans-serif !important;
    font-weight: 400;
    font-size: 45px;
    text-align: center;
    color: white;
}

.arrow-img {
    width: 120px;
    height: auto;
}

.videosec-outer {
    height: 37vh;
    background: rgba(233, 233, 233, 1);
    text-align: center;
    margin-top: 232px;
    position: relative;
}

.vedio-full {
    width: 100% !important;
    height: 56vh;
    border-radius: 20px;
    margin-top: -190px;
}

video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.videosec {
    position: relative;
}

.playvideo {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 999;

    visibility: hidden;

    cursor: pointer;
}

.overlay {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0.1) 35%);
    /* background-image: url(./images/Rectangle\ 13.png); */
    border-radius: 20px;
    visibility: visible;
    z-index: 999;
}

.playvideo {
    position: absolute;
    top: 90px;
    right: 50%;
    transform: translate(50%, 50%);
    width: 70px;
    height: 70px;
    border-radius: 20px;
    visibility: visible;
    z-index: 999;
}

.video-text {
    position: absolute;
    bottom: 40px;
    right: 50% !important;
    transform: translate(50%, 50%) !important;
    z-index: 999;
}

.videosec:hover .overlay,
.videosec:hover .playvideo {
    position: absolute;
    visibility: hidden;
    transition: 0.6ms;
}

.videosec:hover .video-text {
    display: none;
}



.nextlevel-sec {
    background: url(./images/NextLevel.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.next-lvl-para {
    padding: 0px 115px;
}

.book-btn {
    color: white;
    border: none;
    font-size: 16px;
    background: rgba(46, 49, 145, 1);
    line-height: 20.58px;
    border-radius: 32.5px;
    padding: 12px 30px;
    font-family: "Ubuntu", sans-serif !important;
    font-weight: 700;
    box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.4);


}





/*                               ___________________________                            */
/*                               |                         |                            */
/*|##############################|        EVENT PAGE       |############################*/
/*                               |_________________________|                            */


.private-event-card {
    position: relative;
    width: 100%;
    height: 335px;
    border-radius: 15px;
}

.private-event-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    /* border: 2px solid rgba(204, 163, 69, 1); */
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);


}

.private-event-detail {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(48, 48, 48, 0.5026) 70.5%, rgba(255, 255, 255, 0) 100%);
    background-size: cover;
    height: 75px;

}

.booknow {
    position: absolute;
    bottom: 1px;
}

/* Upcoming-Event -sec */

.Upcoming-Event-sec {
    background: rgb(233, 233, 233);

}

.Upcoming-Event-sec .nav-pills .nav-link.active {
    background: rgba(46, 49, 145, 1) !important;
    color: white !important;
    margin-right: -12px !important;
    border-radius: 10px 10px 0 0;
    padding: 10px 30px !important;
}

.Upcoming-Event-sec .nav-pills .nav-link {
    color: rgba(46, 49, 145, 1) !important;
    margin-right: -12px !important;
    border-radius: 10px 10px 0 0;
    padding: 10px 30px !important;
    border: 2px solid rgba(46, 49, 145, 1) !important;
}

.Upcoming-Event-sec .search-outer {
    background: white;
    width: 100%;
}

.filter-search input {
    padding: 5px 45px 7px 15px !important;
}

.search-outer input::placeholder {
    font-size: 14px;
}

.filter-search input::placeholder {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.774) !important;
    font-size: 14px;
}





.event-card {
    position: relative;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #D1D1D1 !important;

}

.event-imge-outer {
    width: 100%;
    height: 270px;
    position: relative;
}

.event-date,
.event-time {
    position: absolute;
}

.event-date {
    top: 0;
    right: 0;
    background: rgba(204, 163, 69, 1);
    border-bottom-left-radius: 50px;
    padding: 7px 7px 8px 30px;
}

.event-time {
    bottom: 0;
    background: rgba(204, 163, 69, 1);
}

.event-imge-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid rgba(209, 209, 209, 1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);

}


.event-decription,
.event-location-txt {
    line-height: 22px;
}

.location-image {
    width: 17px;
    height: auto;
}

.get-price-ticket {
    background: rgba(204, 163, 69, 1);
    position: absolute;
    bottom: 0;
}

.get-price-ticket .hero-sec-btns {
    padding: 5px 22px !important;

}


@media (max-width: 576px) {
    .event-imge-outer {
        height: 200px !important;
    }
}

/* EEEEEEEEEEEEEEEEEEEEEEEEE end EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEee */




/*                               ___________________________                            */
/*                               |                         |                            */
/*|##############################|      ART SHOPE PAGE     |############################*/
/*                               |_________________________|                            */

.All-Our-Wall-Art .container-fluid {
    padding-left: 100px !important;
    padding-right: 100px !important;

}

.your-order-outer {
    border-radius: 10px;
    border: 1px solid rgba(204, 163, 69, 1);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    background-image: url(./images/art-wall-bg.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.wall-artimg-outer {
    width: 100%;
    height: 300px;
}

.wall-artimg-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;


}


.art-shope-sec {
    background: rgba(233, 233, 233, 1);

}

.art-shope-sec .sortby-cards,
.top-selling-art-sec .sortby-cards {
    background: rgba(249, 249, 249, 1) !important;
    border: 1px solid rgba(209, 209, 209, 1) !important;

}

.art-shope-sec .sortby-cards:hover,
.top-selling-art-sec .sortby-cards:hover {
    box-shadow: 0px 0px 34px 0px rgba(46, 49, 145, 0.35) !important;

}

.art-shope-sec .search-outer,
.art-shope-sec .filter-search {
    width: 32% !important;
}

.art-shope-sec .search-outer .searh-buttn {
    top: 4px;
    padding: 5px 16px 5px 16px;
}

.art-shope-sec .filter-search input {
    padding: 3px 45px 4px 15px !important;
}

.art-shope-sec .search-outer .search-image {
    top: 13px;
    width: 15px;
}



.art-shope-sec .nav-pills .nav-link.active {
    background: rgba(255, 255, 255, 1) !important;
    color: #CCA345 !important;
    margin-right: -12px !important;
    border-radius: 10px 0 0 10px;
}

.art-shope-sec .nav-pills .nav-link {
    background: rgba(255, 255, 255, 1) !important;
    color: #000000 !important;
    margin-right: -12px !important;
    border-radius: 10px 0 0 10px;
    font-weight: 700;
}

.art-search-outer {
    background: #F9F9F9;

}

@media (max-width: 991px) {

    .art-shope-sec .search-outer,
    .art-shope-sec .filter-search {
        width: 100% !important;
    }

    .art-search-outer {
        border-radius: 10px !important;
    }
}



/* EEEEEEEEEEEEEEEEEEEEE END #################################### */




/*                               ___________________________                            */
/*                               |                         |                            */
/*|##############################|      supplies PAGE     |############################*/
/*                               |_________________________|                            */


.art-Supplies-sec {
    background: #E9E9E9;
}


.art-Supplies-sec .art-search-outer {
    width: max-content !important;
    max-width: 100%;
}

.art-Supplies-sec .search-outer {
    position: relative;
    border: 1px solid rgba(46, 49, 145, 1);
    background: rgba(239, 239, 239, 1);
    width: 100%;
}

.art-Supplies-sec .search-outer .searh-buttn {
    position: absolute;
    top: 4px;
    right: 3px;
    box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.4);
    background: rgba(46, 49, 145, 1);
    padding: 5px 20px 5px 20px;
    border: 0 !important;
}

.art-Supplies-sec .sortby-cards {
    background: #F9F9F9;
}

.art-Supplies-sec .sortby-cards:hover {
    background: #F9F9F9;
    box-shadow: 0px 0px 34px 0px #2E319159;
}

.sortby-card-img-outer {
    border: 2px solid #D1D1D1;
    box-shadow: 0px 0px 15px 0px #0000001A;

}

@media (max-width: 576px) {
    .wall-artimg-outer {
        height: 200px !important;
    }

    .your-order-outer h1 {
        font-size: 20px !important;
    }

    .your-order-outer h6 {
        font-size: 14px !important;
    }
}

/* EEEEEEEEEEEEEEEEEEEEE END #################################### */










/*                               ___________________________                            */
/*                               |                         |                            */
/*|##############################|   ONLINE-CLASESs PAGE   |############################*/
/*                               |_________________________|                            */

.online-clasess-sec .search-outer .searh-buttn {
    top: 4px;
    padding: 6px 20px 6px 20px;

}

.search-outer input::placeholder {
    font-size: 12px;
}

.online-clasess-sec .event-card {
    border: 1px solid #D1D1D1;
}



.play-class-video {
    width: 80px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-51%, -50%);
    z-index: 1000;
}

.play-class-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0 !important;
}

.online-clasess-sec .event-date {
    padding: 8px 20px 11px 35px !important;
    z-index: 2 !important;
    box-shadow: 0px 4px 4px 0px #00000059;
    background: #CCA345 !important;
    border-bottom-left-radius: 60px;

}

.videosec-outer {
    height: 37vh;
    /* background: rgba(233, 233, 233, 1); */
    text-align: center;
    margin-top: 232px;
    position: relative;
}

.class-vedio-full {
    width: 100% !important;
    height: 43vh;
    border-radius: 5px !important;
}

.class-vedio-full video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px !important;
}

.class-videosec {
    position: relative;
}

.playvideo {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 999;
    visibility: hidden;
    cursor: pointer;
}

.class-vedio-full .overlay {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    background: #0000008a;
    border-radius: 5px;
    visibility: visible;
    z-index: 1;
}

.playvideo {
    position: absolute;
    top: 90px;
    right: 50%;
    transform: translate(50%, 50%);
    width: 70px;
    height: 70px;
    border-radius: 20px;
    visibility: visible;
    z-index: 999;
}

.video-text {
    position: absolute;
    bottom: 40px;
    right: 50% !important;
    transform: translate(50%, 50%) !important;
    z-index: 999;
}

.class-videosec:hover .overlay,
.class-videosec:hover .playvideo {
    position: absolute;
    visibility: hidden;
    transition: 0.6ms;
}

.class-videosec:hover .video-text {
    display: none;
}

.online-clasess-card .event-imge-outer {
    width: 100%;
    height: 100% !important;
    position: relative;
}

.online-clasess-card .get-price-ticket {
    background: rgba(204, 163, 69, 1);
    position: absolute;
    bottom: 0;
    left: 0 !important;
}


@media (max-width: 576px) {
    .class-vedio-full {
        height: 30vh !important;
    }

    .play-class-video {
        width: 40px !important;
    }

    .online-clasess-sec .event-date {
        font-size: 14px !important;
    }
}

/* EEEEEEEEEEEEEEEEEEEEE END #################################### */





/*                               ___________________________                            */
/*                               |                         |                            */
/*|##############################|  subscriptionPlan PAGE  |############################*/
/*                               |_________________________|                            */


.subscription-Plan-sec {
    background: rgba(233, 233, 233, 1);
}

.subscription-plan-card {
    background: rgba(248, 248, 248, 1) !important;
    border: 2px solid rgba(204, 163, 69, 1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;

}

.sub-plan-title strong {
    color: rgba(44, 52, 150, 1);
    font-size: 70px;
    text-shadow:
        -1px -1px 0 white,
        1px -1px 0 white,
        -1px 1px 0 white,
        1px 1px 0 white;

}

.sub-plan-title h2 {
    color: rgba(204, 163, 69, 1);

}

.subscription-plan-card ul li {
    line-height: 40px;
}

.sub-plan-title {
    background-image: url(./images/subsription-plan-bg.png);
    background-size: cover;
    background-position: center;

    border-radius: 10px;
}




.free-trail-sec {
    margin-top: 180px !important;
    background-image: url(./images/trail-plan-bg.png);
    background-size: cover;
    background-position: center;
    height: 55vh;
}

.fom-outer {
    margin-top: -110px !important;
    background-image: url(./images/form-plan-bg.jpg);
    border-radius: 40px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);

}

.inpt-outer {
    position: relative;
}

.inpt-outer .form-control {
    padding: 1.7rem .75rem;
    color: #495057;
    background: rgba(239, 239, 239, 1) !important;
    background-clip: padding-box;
    border: 1px solid rgba(46, 49, 145, 1) !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.inpt-outer input::placeholder {
    font-size: 14px;
    color: rgba(85, 85, 85, 1) !important;
    font-weight: 700;
}

.inpt-outer button {
    position: absolute;
    top: 7px;
    right: 22px;
    padding: 13px 50px 13px 50px !important;
}

@media (max-width:576px) {
    .fom-outer {
        margin-top: -180px !important;
        height: 50vh !important;
    }
}

@media (max-width:767px) {
    .inpt-outer button {
        position: unset;
        margin-top: 15px !important;
    }

    .free-trail-sec {
        margin-top: 320px !important;
        height: 35vh !important;
    }

    .fom-outer {
        margin-top: -300px !important;
    }
}

/* EEEEEEEEEEEEEEEEEEEEE END #################################### */







/*                               ___________________________                            */
/*                               |                         |                            */
/*|##############################|   contact-us PAGE   |############################*/
/*                               |_________________________|                            */

.contact-fom-sec input {
    border: 1px solid rgba(187, 187, 187, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);

}


.contact-fom-sec .form-control {

    padding: 1.3rem .75rem;
}

.contact-fom-sec .hero-sec-btns {

    padding: 10px 50px !important;

}

.tab-one {
    position: relative;
}

.blue-outer {
    background: rgba(46, 49, 145, 1);
    width: 100%;
    height: 61vh;
    position: absolute;
    top: 0;

}

.gray-outer {
    background: rgba(233, 233, 233, 1);
    width: 100%;
    height: 46vh;
    position: absolute;
    bottom: 0;
}

.contact-images {
    width: 70px;
    height: auto;
}

.mapswrapper {
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
}

.mapswrapper iframe {
    position: relative;
    z-index: 2;
    border: 5px solid rgba(46, 49, 145, 1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    width: 100%;
    height: 450px;
}

.mapswrapper a {
    color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}


@media (max-width:767px) {
    .blue-outer {
        height: 100vh !important;

    }

    .contact-images {
        width: 55px !important;
    }

    .mapswrapper {
        margin-top: 60px !important;
    }

    .mapswrapper iframe {
        height: 250px;
    }

    .gray-outer {
        height: 36vh !important;

    }
}


/* EEEEEEEEEEEEEEEEEEEEE END #################################### */






/*                               ___________________________                            */
/*                               |                         |                            */
/*|##############################|   ONLINE-CLASESs PAGE   |############################*/
/*                               |_________________________|                            */


.product-img-view {
    width: 100%;
    height: 445px;
}

.product-img-view img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-width: 0px, 2px, 0px, 2px;
    border-style: solid;
    border-color: rgba(206, 166, 71, 1);
    border-radius: 20px;



}

.SelectOptions-sec {
    background: rgba(242, 242, 242, 1);

}

.prouct-detail .nav-pills .nav-link {
    border-radius: .25rem;
    background: rgba(217, 217, 217, 1);
    color: rgba(65, 65, 65, 1);

}

.prouct-detail .nav-pills .nav-link.active {
    background: rgba(206, 166, 71, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
    margin-right: -12px !important;
    border-radius: 5px !important;
    padding: 2px 15px 2px 15px !important;
}

.prouct-detail .nav-pills .nav-link {
    padding: 2px 15px 2px 15px !important;
}

.prouct-detail  .owl-nav {
    display: none !important
}
.payment-image-outer {
    width: 300px;
    height: auto;
}

.payment-image-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-customer-detail {
    line-height: 30px;
}

.about-customer-sec ul li {
    line-height: 25px;
}

.follow-butn .btns {
    color: white;
    border: none;
    font-size: 16px;
    background: rgba(46, 49, 145, 1);
    line-height: 20.58px;
    border-radius: 32.5px;
    padding: 14px 50px;
    font-family: "Ubuntu", sans-serif !important;
    font-weight: 700;
}

.Art-pendulum-sec {
    background: rgba(247, 247, 247, 1);
}

.owl-carousel .owl-nav button.owl-prev {
    background-image: url(./images/left.svg) !important;
}

@media (max-width:576px) {
    .payment-image-outer {
        width: 240px !important;
    }

    .product-img-view {
        height: 245px !important;
    }
}

/* EEEEEEEEEEEEEEEEEEEEE END #################################### */










/*                               ___________________________                            */
/*                               |                         |                            */
/*|##############################|      your cart PAGE     |############################*/
/*                               |_________________________|                            */

.yourcart-sec .tb-header {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.yourcart-sec .table {
    border-spacing: 0 25px;
    border-collapse: separate;
    width: 100%;
}

.yourcart-sec tbody {
    background: rgba(247, 247, 247, 1) !important;

}

.product-imge-outer {
    position: relative;
}

.product-imge-outer .product-count-circle {
    background: rgba(46, 49, 145, 1);
    border-radius: 50px;
    width: max-content;
    padding: 0px 8px;
    position: absolute;
    right: -10px;
    top: -10px;
}

.product-imge {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 15px;
    margin-left: 0 !important;
}

.table-row td {
    background: white;
    vertical-align: middle !important;

}

.table-row {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px !important;

}

.total-price {
    position: relative;
}

.total-price button {
    position: absolute;
    top: 0;
    right: 0;
}

.total-price img {
    width: 18px;
    height: 18px;
}

.input-group {
    width: 130px;
    margin: 0 auto;
    border-radius: 10px;
    border: 2px solid black;

}

.input-group input {
    border-left: 2px solid black;
    border-right: 2px solid black;
}

.input-group .form-control {
    text-align: center !important;
}

.table {
    border-collapse: separate;
    /* Use 'separate' for border-radius to work */
    border-spacing: 0;
    /* Avoid unwanted gaps between table cells */
}

.tb-header th:first-child {
    border-top-left-radius: 10px;
    /* Left-top corner */

}

.tb-header th:last-child {
    border-top-right-radius: 10px;
    /* Right-top corner */
}

.order-note-sec {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 100%;
    border-radius: 10px;
}

.order-note-sec .note-title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.note-detail {
    border: 1px solid rgba(187, 187, 187, 1)
}

.note-detail p {
    line-height: 30px;
}


.cart-total {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* EEEEEEEEEEEEEEEEEEEEE END #################################### */







/*                               ___________________________                            */
/*                               |                         |                            */
/*|##############################|   FAQ PAGE              |############################*/
/*                               |_________________________|                            */


.faq-sec {
    background: rgba(247, 247, 247, 1);
}


.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #000000 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border-radius: 5px !important;
}

.accordion-body {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;

}

.accordion-button {
    background: rgba(0, 0, 0, 1) !important;
    color: rgba(255, 255, 255, 1) !important;

}

.faq-sec .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.3s ease-in-out;
    transform: rotate(-90deg) !important;

}

.faq-sec .accordion-button:not(.collapsed)::after {
    transform: rotate(1deg) !important;
}

@media (max-width: 576px) {
    .faq-sec .accordion p {
        font-size: 14px !important;
    }
}

/* EEEEEEEEEEEEEEEEEEEEE END #################################### */





/*                               ___________________________                            */
/*                               |                         |                            */
/*|##############################|   BLOG and BLOG-DETGAIL |############################*/
/*                               |_________________________|                            */


/* blog css start */
.blog-wrapper .card {
    height: 100%;
    border: 1px solid rgba(46, 49, 145, 1);
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.25);
}

.blog-wrapper .card .card-header {

    border: none;
    position: relative;
}

.blog-wrapper .card .card-header .img-wrapper {

    width: 100%;
    height: 300px;


}

.blog-wrapper .card .card-header .img-wrapper img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-wrapper .card .card-header .heart-wrapper {
    position: absolute;
    bottom: 20px;
    right: 12px;
}

.blog-wrapper .card .card-body ul li span {

    color: rgba(46, 49, 145, 1);
    font-size: 15px;
    font-weight: 500;
}

.blog-wrapper .card .card-body ul li h4 {

    font-size: 25px;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-family: Poppins;
}

.blog-wrapper .card .card-body ul li p {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(96, 96, 96, 1);
    margin-top: 12px;
}

.blog-wrapper .card .card-body ul li h6 {
    font-weight: 500;
    line-height: 27px;
    font-size: 18px;
    color: rgba(46, 49, 145, 1);
    margin-top: 12px;
}

.blog-wrapper .card .card-body .blog-title {
    color: rgb(0, 0, 0) !important;
    font-size: 17px !important;
}

.blog-wrapper .card .card-footer {
    background-color: rgba(204, 163, 69, 1) !important;
}




@media (min-width:320px) and (max-width:567px) {

    .blog-wrapper .card .card-header .img-wrapper {
        height: 200px;
    }

    .blog-wrapper .card .card-body ul li h4 {
        font-size: 20px;
    }

    .blog-wrapper .card .card-body ul li span {
        font-size: 13px;
    }

    .blog-wrapper .card .card-body ul li p {
        font-size: 15px;
    }

    .blog-wrapper .card .card-body ul li h6 {
        font-size: 15px;

    }

    .blog-wrapper .card .card-footer .social-icon-wrapper ul li a svg {

        width: 40px;
        height: 40px;
    }

    .blog-wrapper .btns {

        padding: 8px 23px !important;
        font-size: 13px;
    }

    .blog-wrapper .card .card-header .heart-wrapper a svg {
        width: 40px;
        height: 40px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {

    .blog-wrapper .card .card-header .img-wrapper {
        height: 230px;
    }

    .blog-wrapper .card .card-header .heart-wrapper a svg {
        width: 40px;
        height: 40px;
    }

    .blog-wrapper .card .card-body ul li h4 {
        font-size: 22px;
    }

    .blog-wrapper .card .card-body ul li p {
        font-size: 16px;
    }

    .blog-wrapper .card .card-body ul li h6 {
        font-size: 16px;
    }

    .blog-wrapper .card .card-footer .social-icon-wrapper ul li a svg {
        width: 40px;
        height: 40px;
    }

    .blog-wrapper .btns {
        padding: 8px 23px !important;
        font-size: 13px;
    }


}

/* blog css end */


/* blog details css start */

.blog-detail-wrapper .card {

    border-radius: 30px;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.25);
}

.blog-detail-wrapper .c {

    /* border: 1px solid rgba(46, 49, 145, 1); */
    border-radius: 30px;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.25);
}

.blog-detail-wrapper .card-footer {
    border-left: 1px solid rgba(46, 49, 145, 1);
    border-right: 1px solid rgba(46, 49, 145, 1);
    border-bottom: 1px solid rgba(46, 49, 145, 1);

}

.blog-detail-wrapper .card .card-header {

    background-color: transparent;
}

.blog-detail-wrapper .card .card-header .blog-detail-img-wrapper {
    width: 100%;
    height: 505px;
}

.blog-detail-wrapper .card .card-header .blog-detail-img-wrapper img {

    width: 100%;
    height: 100%;
    border-radius: 30px 30px 0 0;
    object-fit: none;
    display: block;
}

.blog-detail-wrapper .card .card-body {

    background-color: #CCA345;
}

.blog-detail-wrapper .card .card-body .heart-count {

    background-color: #000000;
    border-radius: 28px;
}

.blog-detail-wrapper .card .card-body .heart-count ul li a svg {
    width: 32px;
    height: 32px;
}

.blog-detail-wrapper .card .card-body .heart-count ul li span {
    color: rgba(255, 255, 255, 1);
    font-size: 21px;
    font-weight: 400;
    padding-right: 14px;
}

.blog-detail-wrapper .card .card-footer {
    background-color: white;
    border-radius: 0 0 30px 30px;
}

.blog-detail-wrapper .card .card-footer h4 {

    color: rgba(46, 49, 145, 1);
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;

}

.blog-detail-wrapper .card .card-footer .author-txt {

    color: rgba(96, 96, 96, 1);
    font-size: 20px;
    font-weight: 700;

}

.blog-detail-wrapper .card .card-footer h6 {

    color: rgba(46, 49, 145, 1);
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;

}

.blog-detail-wrapper .card .card-footer .author-published {

    color: rgba(96, 96, 96, 1);
    font-size: 20px;
    font-weight: 700;

}

.blog-detail-wrapper .card .card-footer p {

    font-size: 20px;
    color: rgba(96, 96, 96, 1);
    margin-top: 20px;
    text-align: center;
    font-weight: 400;
    line-height: 30px;
}

.blog-detail-post-wrapper .card {

    background-color: rgba(247, 247, 247, 1);

}

.blog-detail-post-wrapper .card .card-body ul li ul li .img-bd-wrapper {
    width: 110px;
    height: 110px;
    padding: 5px;
    border-radius: 80px;
    border: 3px solid rgba(206, 166, 71, 1)
}

.blog-detail-post-wrapper .card .card-body ul li ul li .img-bd-wrapper img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 80px;
}

.black {
    color: #000000;
}

.blog-detail-post-wrapper .card {

    border-radius: 15px;
    border: none;
}

.blog-detail-post-wrapper .card .card-body ul li ul li p {

    font-size: 18px;
    font-weight: 400;
    color: rgba(96, 96, 96, 1);

}

.field1 {

    border-radius: 22px;
    padding: 22px;
}

.blog-detail-post-wrapper .card .card-body .form-wrapper {
    width: 650px;
    height: auto;
}

.blog-detail-post-wrapper .card .card-body .form-wrapper input,
.blog-detail-post-wrapper .card .card-body .form-wrapper textarea {
    border: 2px solid rgba(185, 185, 185, 1) !important;
}

@media (min-width:320px) and (max-width:567px) {

    .blog-detail-post-wrapper .card .card-body .form-wrapper {
        width: auto;

    }

    .blog-detail-wrapper .card .card-header .blog-detail-img-wrapper {
        height: 210px;
    }

    .blog-detail-wrapper .card .card-header .blog-detail-img-wrapper img {
        object-fit: cover;

    }

    .blog-detail-wrapper .card .card-body .heart-count ul li a svg {
        width: 25px;
        height: 25px;
    }

    .blog-detail-wrapper .card .card-body .heart-count ul li span {
        font-size: 16px;
    }

    .social-icon-bg ul li a svg {
        width: 25px;
        height: 32px;
    }

    .blog-detail-wrapper .card .card-body {

        padding: 20px 6px;
    }

    .blog-detail-wrapper .card .card-footer p {
        line-height: 21px !important;
    }

    .blog-detail-wrapper .card .card-footer h2 {
        font-size: 22px;
    }

    .blog-detail-wrapper .card .card-footer h4 {
        font-size: 17px;
    }

    .blog-detail-wrapper .card .card-footer .author-txt {
        font-size: 17px;
    }

    .blog-detail-wrapper .card .card-footer .author-published {
        font-size: 17px;
    }

    .blog-detail-wrapper .card .card-footer h6 {
        font-size: 17px;
    }

    .blog-detail-wrapper .card .card-footer p {
        font-size: 14px;
    }

    .blog-detail-post-wrapper .card .card-body ul li ul li .img-bd-wrapper {
        width: 75px;
        height: 75px;

    }

    .blog-detail-post-wrapper .card .card-body ul li ul li h3 {
        font-size: 18px;
    }

    .blog-detail-post-wrapper .card .card-body ul li ul li p {
        font-size: 14px;
    }

    .blog-detail-post-wrapper .card .card-body .form-wrapper form input::placeholder {

        font-size: 12px;
    }

    .blog-detail-post-wrapper .card .card-body .form-wrapper form textarea::placeholder {

        font-size: 12px;
    }

    .blog-detail-post-wrapper .card .card-body .form-wrapper .form-post-btn {
        text-align: center;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .blog-detail-post-wrapper .card .card-body .form-wrapper .form-post-btn {
        text-align: center;
    }

    .blog-detail-wrapper .card .card-header .blog-detail-img-wrapper img {
        object-fit: cover;
        display: block;
    }

    .blog-detail-post-wrapper .card .card-body .form-wrapper {

        width: auto;
    }

    .blog-detail-wrapper .card .card-body .heart-count ul li a svg {
        width: 40px;
        height: 40px;
    }

    .social-icon-bg ul li a svg {
        width: 40px;
        height: 40px;

    }

    .blog-detail-wrapper .card .card-body .heart-count ul li span {
        font-size: 20px;

    }

    .blog-detail-wrapper .card .card-footer h2 {
        font-size: 25px;

    }

    .blog-detail-wrapper .card .card-footer .author-txt {
        font-size: 18px;
    }

    .blog-detail-wrapper .card .card-footer h6 {
        font-size: 18px;
    }

    .blog-detail-wrapper .card .card-footer .author-published {
        font-size: 18px;
    }

    .blog-detail-wrapper .card .card-footer p {
        font-size: 16px;
    }

    .blog-detail-post-wrapper .card .card-body ul li ul li .img-bd-wrapper {
        width: 125px;
        height: 125px;

    }

    .blog-detail-post-wrapper .card .card-body ul li ul li p {
        font-size: 16px;
    }

    .blog-detail-post-wrapper .card .card-body ul li ul li h3 {
        font-size: 22px;
    }

    .blog-detail-wrapper .card .card-header .blog-detail-img-wrapper {
        height: 400px;

    }

}






/* blog details css end */
/* EEEEEEEEEEEEEEEEEEEEE END #################################### */










/*                               ___________________________                            */
/*                               |                         |                            */
/*|##############################|      Class page         |############################*/
/*                               |_________________________|                            */

.class-sec {
    background: rgba(233, 233, 233, 1);

}

.class-sec .fc-header-toolbar {
    border-top: 1px solid rgba(186, 186, 186, 1);
    background: rgb(213, 214, 233);
    margin-bottom: 0 !important;
    padding: 25px 30px;
    margin-top: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.fc-toolbar-title {
    font-family: Protest Strike;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px !important;

}

.fc .fc-view-harness-active>.fc-view {
    inset: 0px;
    position: absolute;
    padding: 30px 20px;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.fc .fc-col-header-cell-cushion {
    font-family: Protest Strike;
    font-size: 23px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    text-decoration: none !important;


}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin: 9px;
    padding: 5px;
    background: rgba(204, 163, 69, 1);
}

.fc-daygrid-event-harness {
    margin: 10px;
}

.fc-event-title {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 700;
    line-height: 19.92px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

.fc-view-harness {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;

}


.fc-event {
    background-color: #B08A39;
    /* Gold color */
    color: #fff;
    /* Text color */
    border: none;
    font-weight: bold;
}

.fc-toolbar-chunk .fc-dayGridWeek-button,
.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child) {
    border: 2px solid rgba(204, 163, 69, 1);
    background: rgba(255, 255, 255, 1);
    color: rgba(204, 163, 69, 1);
    font-family: Protest Strike;
    font-size: 23px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border-radius: 50px !important;
    margin-right: 10px;
    padding: 2px 45px;
    height: 40px !important;


}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    border: 2px solid rgba(204, 163, 69, 1);
    color: rgba(255, 255, 255, 1);
    background-color: rgba(204, 163, 69, 1);
    font-family: Protest Strike;
    font-size: 23px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border-radius: 50px !important;
    margin-right: 10px;
    padding: 2px 45px;
    height: 40px !important;
}

.fc-prev-button,
.fc-next-button,
.fc-today-button {
    visibility: hidden !important;
}

#calendar-container {
    position: relative;
    /* Parent container needs to be relative */
    margin: 20px;
}

.class-filter {
    position: absolute;
    top: 51px;
    right: -110px;
    transform: translateX(-50%);
    z-index: 1000;
    width: 260px;
    height: max-content;
}

#search-bar {
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}

#calendar {
    margin-top: 50px;
    /* Add margin so the calendar doesn't overlap with the search bar */
}

.bottom-toolbar {
    position: absolute;
    left: 50%;
    bottom: 0%;
    z-index: 1;
    transform: translate(-50%, 0%);
    margin-bottom: 10px;
}

.custom-dropbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-dropbox:focus {
    border: 1px solid rgba(46, 49, 145, 1) !important;
}

.dropdown-toggle::after {
    display: none !important;

}

.dropdown-menu {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
}

.fc .fc-toolbar {
    flex-direction: row !important;
}

.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
    padding: 1px;
    font-size: 12px;
}

.fc .fc-scrollgrid-liquid {
    height: 95% !important;
}

@media (max-width:576px) {
    .fc .fc-toolbar {
        flex-direction: column !important;
        gap: 3px;
    }

    .class-filter {
        position: absolute;
        top: 139px !important;
        left: 50% !important;
        transform: translateX(-50%);
        z-index: 1000;
        width: 170px;
        bottom: 0;
        height: max-content;
    }

    .fc .fc-col-header-cell-cushion {

        font-size: 12px !important;

    }

    .fc-toolbar-chunk .fc-dayGridWeek-button,
    .fc-direction-ltr .fc-button-group>.fc-button:not(:first-child) {
        font-size: 13px !important;
        line-height: 15px !important;
        padding: 2px 21px;
        height: 22px !important;
    }

    .fc .fc-button-primary:not(:disabled).fc-button-active,
    .fc .fc-button-primary:not(:disabled):active {
        font-size: 13px;
        line-height: 15px !important;
        padding: 2px 21px;
        height: 22px !important;
    }

    .fc-daygrid-block-event .fc-event-time,
    .fc-daygrid-block-event .fc-event-title {
        padding: 1px;
        font-size: 8px !important;
    }

    .bottom-toolbar {
        bottom: -6% !important;
        transform: translate(-50%, 94%) !important;
    }

    .fc .fc-view-harness-active>.fc-view {
        padding: 15px !important;

    }
}


@media (max-width:425px) {
    .class-filter button {
        font-size: 12px !important;
    }


}

@media (max-width: 767px) {
    .fc-scrollgrid-sync-table tbody tr {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
}

@media (max-width: 992px) {

    .fc-prev-button,
    .fc-next-button,
    .fc-today-button {
        display: none !important;
    }
}

@media (min-width: 577px) and(max-width:992px) {
    .fc .fc-toolbar-title {
        display: none !important;
    }
}

/* EEEEEEEEEEEEEEEEEEEEE END #################################### */






/*                               ___________________________                            */
/*                               |                         |                            */
/*|##############################| CHECKOUT & PAYMENT START|############################*/
/*                               |_________________________|                            */

.secure-checkout{

    background-color:rgba(247, 247, 247, 1);
}
.checkout-payment-wrapper .payment-wrapper .txt-payment{

    text-transform: uppercase;
    font-size: 36px;
    font-weight: 400;
    font-family: Protest Strike;
    color: rgba(0, 0, 0, 1);
}
.checkout-payment-wrapper .payment-wrapper .txt-shipping{

    font-size: 20px;
    font-weight: 400;
    font-family: Roboto;
    color: rgba(65, 65, 65, 1);
    margin-top: 10px;

}
.checkout-payment-wrapper .payment-wrapper .form-wrapper{

    margin-top: 20px;
}

.checkout-payment-wrapper .payment-wrapper .form-wrapper form .form-control{
    background-color: rgba(245, 245, 245, 1);
    border: 1px solid rgba(156, 156, 156, 1);
    border-radius: 30px;
    padding: 20px 10px;
    box-shadow: none;
}
.checkout-payment-wrapper .payment-wrapper .form-wrapper form input::placeholder{
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 21.09px;
    text-align: left;

}
.checkout-payment-wrapper .payment-wrapper .form-wrapper .express-checkout{
    margin-top: 30px;
    background-color: rgba(247, 247, 247, 1);
    border-radius: 20px;
    opacity: 0px;
    padding:20px 10px;

}
.checkout-payment-wrapper .payment-wrapper .form-wrapper .express-checkout .btn-shop{
    border-radius: 32px;
    opacity: 0px;
    background-color: rgba(89, 47, 244, 1);
    color: white;
    border: none;
    font-family: Ubuntu;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 45px;
    text-transform: uppercase;
}
.checkout-payment-wrapper .payment-wrapper .form-wrapper .express-checkout .btn-paypal{
    border-radius: 32px;
    opacity: 0px;
    background-color: rgba(255, 196, 57, 1);
    color: white;
    border: none;
    font-family: Ubuntu;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 45px;
    text-transform: uppercase;
}
.checkout-payment-wrapper .payment-wrapper .form-wrapper .express-checkout .or{
    font-family: Roboto;
    font-size: 17px;
    font-weight: 700;
    line-height: 37px;

}
.checkout-payment-wrapper .payment-wrapper .form-wrapper .express-checkout .express-login-wrapper{
    display: flex;
    gap: 10px;
    margin-top: 30px;
    flex-wrap: wrap;

}
.checkout-payment-wrapper .payment-wrapper .form-wrapper .express-checkout .express-login-wrapper input{
    width: 100%;
    max-width: 60%;
    background-color: rgba(245, 245, 245, 1);
    border: 1px solid rgba(156, 156, 156, 1);
    border-radius: 30px;
    padding: 20px 10px;
    box-shadow: none;
}
.checkout-payment-wrapper .payment-wrapper .form-wrapper .express-checkout .express-login-wrapper .btn-login{
    border-radius: 32px;
    opacity: 0px;
    background-color: rgba(46, 49, 145, 1);
    color: white;
    border: none;
    font-family: Ubuntu;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 45px;
    text-transform: uppercase;
}

.checkout-payment-wrapper .payment-wrapper .form-wrapper .btn-submit-shoping {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.checkout-payment-wrapper .payment-wrapper .form-wrapper .btn-submit-shoping .submit{
    background-color: rgba(46, 49, 145, 1);
    border: none;
    color: white;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 45px;
    border-radius: 32px;
    text-transform: uppercase;
}
.checkout-payment-wrapper .payment-wrapper .form-wrapper .btn-submit-shoping .cshoping{
    border: 2px solid rgba(46, 49, 145, 1);
    box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.4);
    background-color: white;
    color:rgba(46, 49, 145, 1);
    border-radius: 32px;
    padding: 7px 20px;
    font-weight: 700;
}

.checkout-payment-wrapper .secure-checkout .txt-payment{
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 400;
    font-family: Protest Strike;
    color: rgba(0, 0, 0, 1);
}
.checkout-payment-wrapper .secure-checkout .txt-shipping{
    font-size: 20px;
    font-weight: 400;
    font-family: Roboto;
    color: rgba(65, 65, 65, 1);
    margin-top: 10px;

}
.checkout-payment-wrapper .item-wrapper{
    background-color: rgba(231, 231, 231, 1);
    border-radius: 20px;
    padding: 20px 15px;
    
}
.checkout-payment-wrapper .item-wrapper ul li .img-wrapper{
    width: 140px;
    height: 140px;
    border-radius: 20px;
    margin: 0 auto;
}
.checkout-payment-wrapper .item-wrapper ul li .img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 20px;
    position: relative;
}

.checkout-payment-wrapper .item-wrapper ul li .count{
    color: white;
    background-color: rgba(46, 49, 145, 1);
    text-align: center;
    width: 40px;
    height: 40px;
    align-items: center;
    align-content: center;
    border-radius: 30px;
    position: absolute;
    top: 112px;
    left: 164px;
    
}
.checkout-payment-wrapper .item-wrapper ul li .count span{
    font-weight: 700;
    color: white;
    font-size:18px;
    
}

.checkout-payment-wrapper .item-wrapper ul li .item-detail h4{
    color: rgba(0, 0, 0, 1);
    font-family: Protest Strike;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 30px;

}

.checkout-payment-wrapper .item-wrapper ul li .item-detail .breadcrumb{
    background-color: transparent;
    padding-left: 0;

}
.checkout-payment-wrapper .item-wrapper ul li .item-detail .breadcrumb .breadcrumb-item{

    font-size: 14px;
    color: rgba(96, 96, 96, 1);
    font-weight: 400;
}

.checkout-payment-wrapper .item-wrapper ul li .item-prize span{
    font-family: Protest Strike;
    font-size:25px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: rgba(46, 49, 145, 1);
}
.checkout-payment-wrapper .payment-wrapper .rline-payment{
    width: 113px;
}
.checkout-payment-wrapper .secure-checkout .rline-payment{
    width: 113px;
}

.checkout-payment-wrapper .secure-checkout .apply-wrapper .apply-form-wrapper{
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.checkout-payment-wrapper .secure-checkout .apply-wrapper .apply-form-wrapper input{

    background-color: white;
    border: 1px solid rgba(216, 216, 216, 1);
    border-radius: 30px;
    padding: 20px 10px;
    box-shadow: none;
}
.checkout-payment-wrapper .secure-checkout .apply-wrapper .apply-form-wrapper .btn-apply{
    border-radius: 32px;
    opacity: 0px;
    background-color: rgba(46, 49, 145, 1);
    color: white;
    border: none;
    font-family: Ubuntu;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 45px;
    text-transform: uppercase;
}
.checkout-payment-wrapper .secure-checkout .apply-wrapper .apply-form-wrapper input::placeholder{
    color: rgba(186, 186, 186, 1);
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;

}
.checkout-payment-wrapper .secure-checkout .sub-total{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.checkout-payment-wrapper .secure-checkout .sub-total .items h4{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 37px;
    color: rgba(96, 96, 96, 1);
}
.checkout-payment-wrapper .secure-checkout .sub-total .amount span{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 37px;
    color: rgba(96, 96, 96, 1);
}
.checkout-payment-wrapper  .divider-payment{

    border: 1px solid rgba(189, 189, 189, 1)
}
.total-amount-wrapper {

    background-color: rgba(206, 166, 71, 1);

}
.checkout-payment-wrapper .product-imge-outer {
    width: 115px;
    height: 115px;
    margin: 0 auto;
}
.checkout-payment-wrapper .product-imge-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}


.total-amount-wrapper .sub-total{
    display: flex;
    justify-content: space-between;
    padding: 17px 0;
}

.total-amount-wrapper .sub-total .items h4{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 37px;
    color: rgba(255, 255, 255, 1);
}
.total-amount-wrapper .sub-total .amount span{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 37px;
    color: rgba(255, 255, 255, 1);
    text-align: start;
}

@media (min-width: 991px) and (max-width: 1024px) {
    .checkout-payment-wrapper .payment-wrapper .form-wrapper .express-checkout .express-login-wrapper .btn-login {
        padding: 7px 34px;

    }
    .checkout-payment-wrapper .payment-wrapper .form-wrapper .btn-submit-shoping .submit {
        padding: 7px 36px;

    }
    .checkout-payment-wrapper .payment-wrapper .txt-payment {
        font-size: 30px;
    }
    .checkout-payment-wrapper .secure-checkout .txt-payment {
        font-size: 30px;
    }
    .checkout-payment-wrapper .payment-wrapper .rline-payment {
        width: 93px;
    }
    .checkout-payment-wrapper .payment-wrapper .txt-shipping {
        font-size: 18px;
    }
    .checkout-payment-wrapper .payment-wrapper .form-wrapper .express-checkout .btn-shop {
        font-size: 16px;

    }
    .checkout-payment-wrapper .payment-wrapper .form-wrapper .express-checkout .btn-paypal {
        font-size: 16px;

    }
    .checkout-payment-wrapper .payment-wrapper .form-wrapper .express-checkout .express-login-wrapper .btn-login {
        font-size: 16px;
    }
    .checkout-payment-wrapper .payment-wrapper .form-wrapper .btn-submit-shoping .submit {
        padding: 7px 36px;
        font-size: 16px;
    }
    .checkout-payment-wrapper .secure-checkout .apply-wrapper .apply-form-wrapper .btn-apply {
        font-size: 16px;

    }

    @media (min-width: 768px) and (max-width: 990px) {

        
    }
    
}

@media (max-width: 576px) {
    .checkout-payment-wrapper .payment-wrapper .form-wrapper .express-checkout .express-login-wrapper {
        margin-top: 5px !important
        ;
    }
    .checkout-payment-wrapper .secure-checkout .apply-wrapper .apply-form-wrapper {
        display: flex;
        gap: 20px;
        margin-top: 30px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .checkout-payment-wrapper .payment-wrapper .txt-payment {
       
        font-size: 18px !important;
     
    }
    .checkout-payment-wrapper .payment-wrapper .txt-payment {
        font-size: 18px !important;
    }
    .checkout-payment-wrapper .secure-checkout .txt-payment {
       
        font-size: 18px !important;
      
    }
    .checkout-payment-wrapper .item-wrapper ul li .item-detail h4 {
       
        font-size: 18px !important;
       
    }
    .checkout-payment-wrapper .item-wrapper ul li .item-prize span {
        font-size: 20px !important;
    }
}

/* EEEEEEEEEEEEEEEEEEEEE END #################################### */