@font-face {
    font-family: 'butler';
    /* Give your font a name */
    src: url('fonts/Butler_Stencil.otf') format('opentype');
    ;
    /* Path to your font file */

}

@font-face {
    font-family: 'campana';
    src: url('fonts/Campana.otf') format('opentype');
}

:root {
    --fb: 'QuickSand';
    --fc: 'QuickSand';
    --fi: 'Inter';
    --blue: linear-gradient(to bottom, rgba(127, 211, 246, 1), rgba(0, 141, 207, 1));
    --green: rgba(85, 167, 57, 1);
    --yellow: rgba(253, 212, 0, 1);
    --body-blue: rgba(20, 152, 213, 1);
    --pink: rgba(196, 44, 68, 1);
    --grey: rgba(154, 156, 170, 1);

}
/* For WebKit browsers */
::-webkit-scrollbar {
    width: 5px;  /* Width of the scrollbar */
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;  /* Background of the scrollbar track */
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--blue);  /* Color of the scrollbar thumb */
    border-radius: 10px;  /* Rounded corners for a modern look */
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--pink);  /* Darker color on hover */
  }
  
a {
    text-decoration: none;
}

.wrapper {
    overflow-x: hidden;
}

/* header starts here  */
.phuntru {
    visibility: hidden;
    opacity: 0;
    width: 30px;
    margin: 0 auto;
    transition: all 0.2s
}
/* header.main-header {
    display: none;
} */
section.home-banner.py {
    display: none;
}
.nav-menu .menu-list>ul>li:hover .mega-menu {

opacity: 10;

/* top: 100%; */

visibility: visible;
}
.mega-nav.relo {padding: 60px;}
.mega-menu {

position: absolute;

width: 145%;

/* background: rgb(231 231 231); */

left: -301px;

opacity: 0;

transition: all 0.2s;

z-index: 9;

visibility: hidden;

/* padding: 20px 0 50px 0; */

/* bottom: -96px; */

top: 60px;
}

.p-rel {
    position: relative;
}
section.banner-ma {
    position: relative;
    z-index: -1;
}
.mega-nav {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 60px;
}

/* Triangle shape */
.nav-menu .menu-list>ul>li:hover .phuntru {
    opacity: 1;
    /* top: 100%; */
    visibility: visible;
    border-width: 0 15px 15px;
    border-style: solid;
    border-color: transparent transparent #040404;
}

.mega-menu a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 5px 0;
}



.top-strip {
    padding: 10px 0;
    background: var(--blue);
}

.top-strip .shop-now {
    font-family: var(--fi);
    font-size: 18px;
    font-weight: 400;
    line-height: 17.6px;
    text-align: center;
    color: white;
    margin: 0;
    /* -webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1px; */
}

.top-strip .shop-now a,
.top-strip .shop-now span {
    font-weight: 700;
    margin-left: 20px;
    color: white;
}

.middle-strip {
    background: rgba(249, 249, 249, 1);
    transition: all 0.4s;
    padding: 15px 0;
    position: relative;
    z-index: 6;
}
.middle-strip.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    transition: all 0.4s ;
    padding: 10px 0 ;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.212);

}
.search-bar {
    position: relative;
}

.search-bar input,
.perfect-item input {
    padding: 15px;
    width: 100%;
    position: relative;
    z-index: 0;
    border: 1px solid var(--body-blue);
    font-family: var(--fi);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: black;
    border-radius: 30px;
}
.perfect-form button{
    border-radius:30px !important;
    line-height: 19px;
}
.search-bar input:focus,
.perfect-item input:focus {
    border: 1px solid var(--body-blue);
    outline: none;
    box-shadow: 0 0 10px -5px var(--body-blue);
}

.search-bar button {
    position: absolute;
    font-size: 24px;
    top: 50%;
    right: 15px;
    color: var(--body-blue);
    background: none;
    border: none;
    outline: navajowhite;
    padding: 0;
    line-height: 0;
    transform: translateY(-50%);
}

.header-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-icons ul a {
    font-family: var(--fi);
    font-size: 18px;
    color: black;
    padding: 10px 15px;
    border-radius: 3px;
    /* background: white; */
    transition: all 0.5s;
}

.header-icons ul a:hover {
    color: white;
    background: var(--blue);

}
.header-icons ul a:hover i{
    color: white;
}
.header-icons ul a span {
    background: red;
    color: white;
    padding: 2px 7px;
    border-radius: 50%;
}

.menu-list ul {
    list-style: none;
    margin: 0;
}

.menu-list ul a {
    color: black;
    text-transform: capitalize;
    font-family: var(--fi);
    font-size: 16px;
    text-align: left;
    transition: all 0.5s;
    display: table;
    position: relative;
    overflow: hidden;
}
.menu-list ul a:after{
    content:"";
    height:3px;
    width:0;
    background:var(--pink);
    display:table;
    transition: all .7s;
    
}
.menu-list ul a:hover {
    color: var(--pink);
     
}
.menu-list ul a:hover:after{
   width:100%; 
}
/* banner starts here */

.banner-item-1 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.item-logo {
    width: 300px;
    height: 100px;
    margin: 10px auto;

}

.item-logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.banner-item-1 .item {
    width: 33.33%;
    height: 500px;
}

.banner-item-1 .item-2 {
    background:
        linear-gradient(rgb(128 154 207 / 79%), rgb(128 154 207 / 79%)),
        url("../images/i-1.png") no-repeat center center / cover;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    text-align: center;

}

.banner-item-1 .item-2 h4 {
    font-family: var(--fb);
    font-size: 32px;
    font-weight: 800;
    line-height: 26.62px;
    letter-spacing: 0.12em;
    color: white;
    padding-top: 50px;
}

.banner-item-1 .item-2 h1 {
    font-family: var(--fc);
    font-size: 45px;
    font-style: italic;
    font-weight: 400;
    line-height: 70px;
    color: white;
    /* -webkit-text-stroke-color: var(--pink); */
    /* -webkit-text-stroke-width: 1px; */
    padding: 20px 40px;
}

.link-items {
    display: flex;
    justify-content: center;
}

.link-items a {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    width: 200px;
    font-family: var(--fi);
    font-size: 16px;
    font-weight: 600;
    line-height: 17.6px;
    text-align: center;
    border-radius: 5px;

}

.link-items a:first-child {
    background: var(--green);
}

.link-items a:last-child {
    background: var(--yellow);
    color: black !important;
    margin-left: 30px;
    width: 200px;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: var(--yellow);
}

/* perfect starts here */
.perfect {
    /* position: relative; */
    /* top: -85px; */
    border-radius: 33px;
    /* border: 6px solid #8a9dca; */
    margin: 16px 0  0 0;
    box-shadow: 0 0 14px #ffffffad;
}
.perfect .container{
    padding:10px 20px 20px  20px;
    background-color: rgba(217, 225, 241, 1);
    border-radius: 30px;
    /* box-shadow: 0px 1px 20px #000; */
}

.perfect-heading {
    font-family: var(--fb);
    font-size: 49px;
    font-weight: 800;
    /* line-height: 93.5px; */
    text-align: center;
    color: #c93350;
    text-transform: capitalize;
    margin: 50px 0;
}
.perfect .perfect-heading{
    font-size:32px
}
.perfect-item label {
    display: block;
    color: var(--body-blue);
    font-family: var(--fi);
    font-size: 18.44px;
    font-weight: 600;
    line-height: 26.88px;
    text-align: left;
    text-transform: capitalize
}

.perfect-item input {
    width: 100% !important;
    margin-top: 10px;
    font-size:15px;
    /* height: 55px; */
    padding:10px;
    /* border-radius: 10px; */
}

.dedication-link button , .shop-button {
    color: white;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 16px 20px;
    background: linear-gradient(to bottom, rgb(112 198 235) 10%, rgb(48 143 204));
    border-radius: 3px;
    width: 190px;
    position: relative;
    /* bottom: -18px; */
    border-radius: 10px;
    border: 1px solid rgb(48 143 204);
    font-family: var(--fi);
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: center;
    text-transform: capitalize;
    gap: 9px;
}
.dedication-link button:hover , .shop-button:hover{
   background: linear-gradient(to bottom, rgb(48 143 204)  10%,  rgb(112 198 235)); 
}
/* exclusive gift starts here */

.exclusive {
    padding: 6px 0 30px 0;
    background-image: url(assets/images/star-new.jpg);
    padding: 0 30px;
}

.exclusive a {
    color:
        rgba(29, 29, 29, 1);
    text-decoration: none;
}

.gift-item {
    height: 400px;
    position: relative;
    margin: 20px 0;
    box-shadow: 0 0 10px #28282869;
    transition: all 0.5s ease-in-out;
    cursor:pointer;
    background: white;
    border-radius: 20px;
}
.gift-item:hover{
    transform:scale(1.05)
}

.gift-img {
    position: relative;
    /* height: 70%; */
    display: flex;
    justify-content: center;
    overflow:hidden;
}

.hidden-icon {
    font-size: 22px;
    padding: 10px 15px;
    border-radius: 0px 17px 0px 0px;
    background-color: rgba(240, 242, 243, 1);
    color: black;
    visibility: hidden;
    opacity: 0;
    transition: all 0.7s;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
}

.gift-item:hover .hidden-icon {
    visibility: hidden;
    opacity: 0;
}

.gift-img img {
    width: 100%;
    height: 246px;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    object-fit: contain;
    border-radius: 21px;
    /* border: 1px solid; */
    margin-top: 12px;
}

.gift-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    height: 30%;
    position: relative;
    margin-top: 10px;
}

.gift-content h6 {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:black;
}

.gift-content p {
    font-family: var(--fi);
    font-size: 20px;
    font-weight: 600;
    text-align: left;

}

.card-button {
    font-size: 22px;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: rgba(240, 242, 243, 1);
    transition: all 0.7s;
    position: absolute;
    right: 6px;
    top: -75%;
}

.card-button:hover {
    background: var(--yellow);
}

.exclusive-banner {
    height: 400px;
    position: relative;
}

.exclusive-banner .exclusive-img {
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%;
}

.exclusive-banner .exclusive-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exclusive-banner .banner-content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -10px;
    background-color: #849acb;
    width: 38%;
    height: 100%;
    padding: 20px;
    border-radius: 10px 0px 0px 10px;
}

.exclusive-banner-3 {
    display: flex;
    justify-content: center;
}

.exclusive-banner-3 .banner-content {
    width: 100% !important;
}

.exclusive-banner .banner-content {
    /* width: 60%; */
}

.exclusive-banner .heading {
    font-family: var(--fb);
    font-size: 30.96px;
    font-weight: 500;
    line-height: 51.76px;
    text-align: left;
    /* -webkit-text-stroke-color: var(--pink); */
    /* -webkit-text-stroke-width: 1px; */
    color: white;
}

a.dedication-link {
    color: white !important;
    padding: 15px;
    background:  linear-gradient(to bottom,  rgb(112 198 235) 10%, rgb(48 143 204));
    border-radius: 3px;
    border: none;
    transition: all 0.7s;
    font-family: var(--fi);
    font-size: 20.4px;
    font-weight: 600;
    line-height: 24.64px;
    border-radius: 5px;
}

a.dedication-link i {
    margin-left: 30px;
}

a.dedication-link:hover {
    background:  linear-gradient(to bottom, rgb(48 143 204)  10%,  rgb(112 198 235));
}

.blog-item {
    background: rgba(128, 154, 207, 0.3);
    height: 450px;
    border-radius: 20px;
}

.blog-item .blog-content h5 {
    font-family: var(--fb);
    font-size: 30.24px;
    font-weight: 700;
    line-height: 35.76px;
    text-align: left;
    overflow: hidden;
    height: 34px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-item .blog-content p {
    font-family: Poppins;
    font-size: 14.03px;
    font-weight: 500;
    line-height: 22.45px;
    text-align: left;
    overflow: hidden;
    height: 118px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}

.blog-item .blog-img {
    object-fit: cover;
    /* width: 100%; */
    height: 100% !important;
}

.blog-img img {
    width: 100%;
    height: 100%;
}

.blog-content {
    /* width:50%; */
}

.blog-img {
    /* width:50%; */
}

.blog-content a.dedication-link {
    padding: 15px !important;
    font-size: 14px;
}

.mothers-day-banner {
    position: relative;
}

.mother-img {
    position: relative;
    z-index: 0;
}

.mother-img img {
    width: 100%;
    object-fit: cover;
}

.mother-content {
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 200px;
    width: 40%;
}

.mother-content h4 {
    font-family: var(--fb);
    font-size: 103.03px;
    font-weight: 500;
    line-height: 113.33px;
    text-align: left;
    color: white;

}

.mother-content p {
    font-family: Poppins;
    font-size: 26.17px;
    font-weight: 500;
    line-height: 41.88px;
    text-align: left;
    color: white;
}

.trending a {
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trending .flowing {
    flex-wrap: nowrap;
    overflow-x: scroll;
}

.trending .flowing::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color:
        rgba(128, 154, 207, 0.2);
}


.trending .flowing::-webkit-scrollbar-thumb {
    background:  linear-gradient(to bottom, rgb(48 143 204) 10%, rgb(112 198 235));
    border-radius: 5px;
}

.flowing-item {
    position: relative;
}

.flowing-img {
    position: relative;
    z-index: 0;
    height: 370px;
    border-radius: 20px;
}

.flowing-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.flowing-content {
    position: absolute;
    top: 100px;
    z-index: 1;
    width: 53%;
    left: 50px;
}
.flowing-content a {
    width: 231px;
    position: absolute;
    bottom: -122px;
}
.flowing-content h5 {
    font-family: var(--fb);
    font-size: 31.61px;
    font-weight: 500;
    line-height: 39.37px;
    text-align: left;
    color: white;
}
.flowing-content-2 {
    width: 50% !important;
}

.flowing-content-2 h5 {
    color: white !important;
}

.insta-item img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

/* ends herer  */

/* footer starts here */
footer {
    background-color: rgba(128, 154, 207, 1);
    padding: 50px 0 0 0;
    /* margin-top: 50px; */
}

.footer-para {
    font-family: Poppins;
    font-size: 16.01px;
    font-weight: 400;
    line-height: 24.02px;
    text-align: left;
    color: white;
}

.footer-social {
    list-style: none;
}

.footer-social li a {
    color: white;
    font-size: 24px;
    margin: 0 10px;
    transition: all 0.9s;
}

.footer-social li a:hover {
    color: var(--yellow);
}

.footer-heading {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 26.68px;
    text-align: left;
    color: white;
}

footer hr {
    width: 80%;
    height: 3px;
    color: white;
    background-color: white;
    opacity: 1;
}

.footer-nav li::marker {
    color: white;

}

.footer-nav li a {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 49.35px;
    text-align: left;
    color: white;
    transition: all 0.9s;

}

.footer-nav li a:hover {
    margin-left: 10px;
    /* color: rgb(245 209 228); */
}

.footer-strip {
    background: rgba(102, 132, 193, 1);
    padding: 20px 0;
}

.footer-strip p {
    margin: 0;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 26.68px;
    text-align: left;
    color: white;
}

.footer-strip a {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 26.68px;
    text-align: right;
    color: white;
    transition: all 0.9s;
}

.footer-strip a:hover {
    color: var(--yellow);
}

/* create your gift starts here */

.create-your-gift {
    background-image: url('../images/gift-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    min-height: 100vh;
}

.create-item {
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 0;
}

.create-item .g-item {
    max-width: 600px;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #181616;
}

.create-item .g-img {
    width: 80%;
    height: 90%;
    object-fit: contain;
    border: 4px solid white;
}

.persnolize .nav-pills .nav-link {
    background-color: #979797 !important;
    height: 5px !important;
    padding: 0 !important;
    width: 50px !important;
    margin: 0 10px;
    border-radius: 0 !important;
}

.persnolize .nav-pills .nav-link.active {
    background-color: yellow !important;
}

.creative-heading {
    font-family: var(--fb);
    font-size: 64px;
    font-weight: 700;
    line-height: 70.4px;
    text-align: left;
    -webkit-text-stroke-color: #E85E96;
    -webkit-text-stroke-width: 1px;
    color: white;
    text-transform: capitalize;
}

.persnolize form label {
    font-family: var(--fb);
    font-size: 24px;
    font-weight: 500;
    line-height: 26.4px;
    text-align: left;
    color: white;
    display: block;
}

.persnolize form select,
.persnolize form input,
.persnolize form textarea {
    word-wrap: normal;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-family:var(--fb);
    font-size:18px;
    text-transform:capitalize;
    background: transparent;
    color: white;
    border: 1px solid white;
}
.persnolize form select option{
    background-color: transparent !important;
    color: black;
}
.persnolize .color-list {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
}

.persnolize .color-list li {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid white;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.persnolize .color-list li.active {
    border: 2px solid white !important;
}

.persnolize .color-list li:nth-child(1) {
    background: #2B3045;
}

.persnolize .color-list li:nth-child(2) {
    background: black;
}

.persnolize .color-list li:nth-child(3) {
    background: #576274;
}

.persnolize .color-list li:nth-child(4) {
    background: #538174;
}

.con-button , .pr-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    padding: 15px 20px;
    background: linear-gradient(to bottom, rgb(233 93 164), rgb(168, 0, 40));
    color: white;
    border: none;
    border-radius: 5px;
    transition: all 0.5s;
    text-align: center;
    font-family: var(--fi);
    font-size: 22.4px;
    font-weight: 600;
    line-height: 24.64px;
}

.con-button:hover , .pr-button:hover {
    transform: scale(0.9);
    background:linear-gradient(to bottom, rgb(168, 0, 40) ,  rgb(233 93 164));
}

.con-button.back  , .pr-button.prev{
     background: linear-gradient(to bottom, rgb(112 198 235) 10%, rgb(48 143 204)) !important;
    justify-content: center !important;
    width: 170px !important;

}
.con-button.back:hover  , .pr-button.prev:hover {
    background: linear-gradient(to bottom,  rgb(48 143 204) 10%, rgb(112 198 235) ) !important;
}


.persnolize ul {
    list-style: none;
}

.persnolize ul li {
    position: relative;
    cursor: pointer;
}

.persnolize ul li .outer {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid white;
    margin-right: 15px;
    margin-top: 15px;
}

.persnolize ul li .inner {
    width: 17px;
    height: 17px;
    position: relative;
    z-index: 2;
    border: 1px solid white;
    border-radius: 50%;
    top: 8px;
    left: 8px;
}
.persnolize .rounded-list-1,
.persnolize .rounded-list-2,
.persnolize .rounded-list-3,
.persnolize .rounded-list-4 {
    display: none;
}


.rounded-list-1 li:nth-child(1) .outer {
    background: #2B3045;
}

.rounded-list-1 li:nth-child(2) .outer {
    background: #2B3045;
}

.rounded-list-1 li:nth-child(2) .inner {
    background: white;
}

.rounded-list-1 li:nth-child(3) .outer {
    background: white;
}

.rounded-list-1 li:nth-child(3) .inner {
    background: #2B3045;
}
.rounded-list-2 li:nth-child(1) .outer {
    background: black;
}

.rounded-list-2 li:nth-child(2) .outer {
    background: black;
}

.rounded-list-2 li:nth-child(2) .inner {
    background: white;
}

.rounded-list-2 li:nth-child(3) .outer {
    background: white;
}

.rounded-list-2 li:nth-child(3) .inner {
    background: black;
}
.rounded-list-3 li:nth-child(1) .outer {
    background: #576274;
}

.rounded-list-3 li:nth-child(2) .outer {
    background: #576274;
}

.rounded-list-3 li:nth-child(2) .inner {
    background: white;
}

.rounded-list-3 li:nth-child(3) .outer {
    background: white;
}

.rounded-list-3 li:nth-child(3) .inner {
    background: #576274;
}
.rounded-list-4 li:nth-child(1) .outer {
    background: #538174;
}

.rounded-list-4 li:nth-child(2) .outer {
    background: #538174;
}

.rounded-list-4 li:nth-child(2) .inner {
    background: white;
}

.rounded-list-4 li:nth-child(3) .outer {
    background: white;
}

.rounded-list-4 li:nth-child(3) .inner {
    background: #538174;
}
/* cart starts here */
.cart-item {
    padding: 50px;
    border: 1px solid #A0A0A0;
    box-shadow: 0 0 10px silver;
    border-radius: 10px;
}

.cart-header {
    border-bottom: 2px solid black;
}

.bread-crum {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    margin-bottom: 20px;

}

.cart-body .inner-heading h5 {
    font-family: Poppins;
    font-size: 23px;
    font-weight: 700;
    line-height: 28.04px;
    text-align: left;

}

.cart-body .inner-heading p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.94px;
    text-align: left;

}

.cart-product {
    box-shadow: 0 0 10px -3px #A0A0A0;
    border: 1px solid silver;
    border-radius: 15px;
}

.cart-product .product-img {
    width: 30%;
}

.cart-product h6 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: black;
}

.cart-product p {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 20.72px;
    text-align: left;
    color: black;

}

.cart-product .product-img img {
    width: 100%;
    height: 105px;
    object-fit: contain;
    border-radius: 10px;
}

.quanity-button {
    display: flex;
    align-items: center;
}

.quanity-button button {
    width: 35px;
    height: 35px;
    background: transparent;
    border: 1px solid rgba(115, 115, 115, 1);
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 15.6px;
    color: black;

}

.price {
    font-family: Poppins;
    font-size: 17.98px !important;
    font-weight: 600 !important;
    line-height: 21.91px;
    text-align: right;
    color: black;
}

.cart-product .delete-button {
    color: #55A739;
    font-size: 32px;
}

.coupon-div {
    border: 1px solid gray;
    border-radius: 20px;

}

.coupon-div p {
    font-family: Poppins;
    font-size: 19px;
    font-weight: 500;
    line-height: 23.16px;
    text-align: left;

}

.coupon-input {
    position: relative;
}

.coupon-input input {
    width: 100%;
    padding: 7px 10px;
    border-radius: 10px;
    border: 1px solid #DCDCDC;
}

.coupon-input input:focus {
    outline: none;
    border: 1px solid #55A739;
}

.coupon-button {
    position: absolute;
    right: 5px;
    background: #55A739;
    color: white;
    border-radius: 10px;
    border: none;
    padding: 5px 30px;
    top: 3px;
}

.cart-total td {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    text-align: left;
    color: black;
    padding-top: 20px;
}

.cart-checkout {
    background: #55A739;
    border: none;
    border-radius: 10px;
    transition: all 0.7s;
}

.cart-checkout:hover {
    transform: scale(0.9);
}

.cart-checkout span {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    text-align: left;
    color: white;
}

/* checkout starts here */
.checkout .nav-link {
    background: none !important;
    color: black !important;
    font-family: var(--fb);
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    text-align: center;
    border-radius: none !important;
    padding: 20px;

}

.checkout .nav-link.active {
    border-bottom: 2px solid black;
    border-radius: 0 !important;

}

.checkout .form-label {
    display: block;
    font-family: Poppins;
    font-size: 16.9px;
    font-weight: 600;
    line-height: 22.54px;
    text-align: left;
    color: black;
}

.checkout form {
    width: 100%;
}

.checkout .form-input,
.checkout .form-select {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid rgba(198, 198, 198, 1);
    font-family: Poppins;
    font-size: 14.65px;
    font-weight: 400;
    line-height: 22.54px;
    text-align: left;

}

.checkout .conclude-para {
    font-family: Poppins;
    font-size: 16.9px;
    font-weight: 400;
    line-height: 29.3px;
    text-align: left;
    color: black;

}

.form-check {
    padding: 0;
}

.form-check .checking {
    border-radius: 0;
    height: 20px;
    width: 20px;
}

.form-check label {
    font-family: Poppins;
    font-size: 14.65px;
    font-weight: 400;
    line-height: 22.54px;
    text-align: left;
    color:
        rgba(134, 134, 134, 1);
    margin-left: 10px;
}

.form-button button {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    text-align: left;
    background: var(--green);
    border-radius: 5px;
    color: white;
    padding: 15px 20px;
    border: none;
    transition: all 0.7s;
}

.form-button button:hover {
    transform: scale(0.9);
}

.ship-checkout {
    padding-left: 50px;
    border-left: 1px solid rgba(186, 186, 186, 1);
}

.ship-checkout table tr td {
    width: 50%;
    font-family: Poppins;
    font-size: 14.65px;
    font-weight: 500;
    line-height: 24.79px;
    text-align: left;
    padding: 10px 0;
}

.ship-checkout table tr {
    border-bottom: 1px solid rgba(186, 186, 186, 1);
}

.ship-checkout table tr:last-child {
    border: none;
}

.main {
    font-family: Arial;
    width: 500px;
    display: flex;
    /* margin: 0 auto; */
}

.slider-nav img {
    width: 100px;
    object-fit: contain;
    height: 80px;

    margin: 10px;
    position: relative;
    text-align: center;
}

/* product-detail startys here */
.product-detail-header .perfect-heading {
    font-size: 28px;
    text-align: left;
}

.rating p {
    font-family: var(--fi);
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;
    margin: 0;
}

.rating-star {
    list-style: none;
}

.rating-star li i {
    color:
        rgba(255, 144, 23, 1);
    font-size: 30px;
}

.product-detail-body p {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 28.41px;
    text-align: left;

}

h4.product-price {
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 39.6px;
    text-align: left;
    margin: 20px 0;
}

.add-to-cart {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    text-align: left;
    background: var(--green);
    border-radius: 5px;
    color: white;
    padding: 15px 40px;
    border: none;
}

.accordion-item {
    border: none;
    border-bottom: 2px solid rgba(186, 186, 186, 1);
}

.accordion-button {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.41px;
    text-align: left;

}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 2px solid rgba(186, 186, 186, 1);
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.overview .text-center {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 41.4px;
    text-align: center;

}

.may .flowing {
    flex-wrap: wrap;
    overflow: none;
}

.may .flowing::-webkit-scrollbar {
    width: 0;
    height: 0;

}

/* store starts here */
.store-banner {
    background: url('../images/store-banner.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


h1.store-heading {
    font-family: var(--fb);
    font-size: 85px;
    font-weight: 500;
    line-height: 93.5px;
    text-align: center;
    -webkit-text-stroke-color: var(--pink);
    -webkit-text-stroke-width: 1px;
    color: white;

}

.store-main-items .gift-img {
    height: 60% !important;
}

.store-main-items .gift-item .card-button i {
    color:
        rgba(39, 35, 67, 1);
    transition: all 0.5s;
}

.store-main-items .gift-item .card-button:hover {
    background: linear-gradient(to bottom, rgba(239, 103, 165, 1), rgba(189, 35, 52, 1));
}

.store-main-items .gift-item .card-button:hover i {
    color: white;
}

.price-range p,
.price-range input,
.price-range button {
    font-family: Poppins;
    font-size: 16.57px;
    font-weight: 400;
    line-height: 28.41px;
    letter-spacing: -0.005em;

}

.category-search {
    position: relative;
}

.category-search input {
    padding: 10px 50px;
    border-radius: 3px;
    font-family: Poppins;
    background:
        rgba(245, 245, 245, 1);
    border: none;
}

.category-search i {
    position: absolute;
    top: 10px;
    z-index: 1;
    left: 20px;
    font-size: 24px;
    color:
        rgba(152, 152, 152, 1);
}

.input-rows input {
    width: 18px;
    height: 18px;
}

.input-rows label {
    font-family: Poppins;
    font-size: 17.75px;
    font-weight: 400;
    line-height: 28.41px;
    text-align: left;
    margin-left: 10px;
}

.store-left .accordion-body {
    /* max-height: 400px; */
    overflow-y: scroll;
}

.store-left .accordion-body::-webkit-scrollbar {
    width: 2px;
    /* Set the width of the scrollbar */
}

.store-left .accordion-body::-webkit-scrollbar-track {
    background: rgba(217, 217, 217, 1);
    /* Set the background color of the scrollbar track */
}

.store-left .accordion-body::-webkit-scrollbar-thumb {
    background: rgba(93, 93, 93, 1);
    ;
    /* Set the color of the scrollbar thumb */
}

.banner-2 {
    position: relative;
}

.banner-modal {
    position: absolute;
    z-index: 2;
    top: 300px;
    left: 42%;
}

.modal {
    display: none;
}

.banner-modal button {
    font-family: var(--fb);
    font-size: 40px;
    font-weight: 600;
    color: white;
    text-align: center;
    background: var(--green);
    border: none;
}

.banner-modal button:hover {
    background: none;
}

.banner-modal button:active {
    background: none;
}

.modal-content {
    background: rgb(71, 71, 71);
    border: 1px solid white;
}

.modal-content .btn-close {
    /* background: none; */
}

.modal-content .btn-close i {
    font-size: 24px;
    color: white;
}

.modal-content .modal-body {
    padding: 50px;
}

.modal-input {
    position: relative;
}

.modal-input input {
    border: none;
    border-radius: 5px;
    padding: 10px;
}

.modal-input i {
    font-size: 24px;
    top: 10px;
    right: 10px;
    position: absolute;
}

.modal-input button {
    color: white;
    background: var(--green);
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 5px;
    border: none;
    padding: 9px 20px;
}

.modal-content h3 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: 0.12em;
    text-align: left;
    color: white;
    margin-top: 30px;
}

.modal-content p {
    font-family: var(--fi);
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: left;
    color: white;
    margin-top: 30px;
}

.dedication {
    background: url("../images/store-banner.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 70px 0;
}

.dedication-form {
    background: white;
    padding: 50px;
    border-radius: 20px;
}

.dedication-form h3.text-start {
    padding-bottom: 20px;
    border-bottom: 2px solid black;
}

.dedication-form label {
    display: block;
    font-family: var(--fi);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    margin-top: 20px;

}

.dedication-form input,
.dedication-form select {
    font-family: var(--fi);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid rgba(207, 207, 207, 1);
    background:
        rgba(249, 249, 249, 1);
    margin-top: 10px;
}

.dedication-form input[type='file'] {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.end button {
    color: white;
    background: var(--green);

    border-radius: 5px;
    border: none;
    padding: 10px 40px;
}

.radios {
    display: flex;
    align-items: center;
}

.radios input,
.radios label {
    margin: 0 7px;
    font-size: 17px;
}

.dedication-form P {
    font-size: 24px;
    margin-top: 20px;
}

.dedication-form P {
    font-size: 24px;
    margin-top: 20px;
}

.testimonial {
    box-shadow: 0 0 10px #00000036;
    padding: 15px;
    /* margin: 0 10px; */
}

.testi-img img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: contain;
}

.testi-list {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.testi-list li i {
    color: rgba(253, 154, 5, 1);
    font-size: 20px;
    padding: 0 5px;
}

.testi-heading {
    font-family: var(--fb);
    font-size: 27px;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
}

.testi-para {
    font-family: var(--fb);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
}

.testi-name {
    font-family: var(--fb);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: center !important;

}
.jw-img {
    margin-top: 20px;
}
.jw-img img{
    width: 100%;
}

.formater  .nav-pills .navlink{
    background: transparent !important;
    color: white !important;
    padding: 10px 30px !important;
    font-family: var(--fb) !important;
    text-align: center !important;
    border: 1px solid white !important;
}
.formater .nav-pills .navlink.active{
    background: white;
    color: black;
}
button#pills-web-tab {
    background: transparent;
    border: 1px solid white;
    width: 150px;
    font-size: 18px;
    font-family: var(--fb);
    color: white !important;
}
button#pills-web-tab.active{
    background: white !important;
    color: black !important;
}
 button#pills-ecomm-tab {
    background: transparent;
    border: 1px solid white;
    width: 150px;
    font-size: 18px;
    font-family: var(--fb);
    color: white !important;
    margin-left: 40px;
}
button#pills-ecomm-tab.active{
    background: white !important;
    color: black !important;
}
 .material-button {
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 15px 30px;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 20px;
    transition:all 0.5s;
    cursor: pointer;
}
  .material-button.active , .material-button:hover{
    background:white;
    color:black;
}
.grid-list li {
    margin: 0 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px  solid white ;
}
.grid-list li img{
    width: 90%;
    margin: 2px;
}
.grid-list li.active{
    border: 1px solid var(--yellow);
}

.nav-menu {
    border-top: 1px solid #c52356;
}
/* login starts here */
.modal-header {
    border: none;
}

.modal-dialog {
    max-width: 1200px !important;
}

.log-img img {
    width: 100%;
    border-radius: 30px 0 0 30px;
}

.modal-content {
    position: relative;
    border-radius: 30px;
    background-color: white;
}

.modal-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.modal-body {
    padding: 0;
}

.login-form h1 {
    font-family: var(--fo);
    color: #184766;
    font-size: 74px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    text-transform: capitalize;
}

.login-form p {
    font-family: var(--fi);
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: center;
}
.login-form .input-divs{

    position: relative;
    width: 50%;
    margin: 10px auto;
}

.input-divs label{
    position: absolute;
    top: -7px;
    left: 10px;
    background: white;
    z-index: 1;
    font-family: var(--fi);
    font-size: 10px;
    font-weight: 700;
    line-height: 12.1px;
    text-align: left;
    color: var(--green);
}
.login-form input {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    border: 1px solid var(--green);
    padding: 10px;
    border-radius: 8px 10px;
}

.forgot {
    display: block;
    width: 50%;
    margin: 10px auto;
    text-align: right;
    font-family: var(--fi);
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}
.form-login-button{
    color: white;
    background: var(--green);
    padding: 10px 50px;
    border-radius: 10px ;
    text-decoration: none;

}
.hr{
    border: 1px solid black;
    width: 30%;
    margin: 30px auto;
    position: relative;
}
.hr::before{content: 'OR';color: black;padding: 2px 5px;position: absolute;left: 44%;background: white;z-index: 1;top: -12px;font-family: var(--fi);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.2800000011920929px;
    text-align: center;
    }
.login-icons {
    list-style: none;
    padding: 0;
    
}
.login-icons li{
    padding: 13px 30px;
    margin-right:  5px;
    background: rgba(231, 242, 245, 1);
    border-radius: 10px;
    
}
.register-link{
    color: black;
    font-family: var(--fi);
font-size: 14px;
font-weight: 500;
line-height: 16.94px;
text-align: left;

}
.register-link a {
    color:black;
    text-decoration: none;
    font-weight: 600;
}

.user-profile {
    padding: 70px 0;
}

.user-profile .dashborad {
    margin: 15px 0;
    background-color: #f6f6f6;
    padding: 20px 50px;
    border-radius: 15px;
    box-shadow: 0 0 5px 1px #e1dada;
}

.profile-row .heading h3 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
}

.profile-side-button .tab-button {
    padding: 10px 5px;
    background: var(--blue);
    border: 1px solid var(--blue);
    color: white;
    width: 85%;
    margin: 15px 0;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.9s;
    text-transform: capitalize;
    border-radius: 15px;
}

a.tab-button {
    text-decoration: none;
    text-align: center;
}

.profile-side-button .tab-button:hover {
    transform: scale(0.9);
}

.profile-side-button .tab-button.active {
    background-color: transparent;
    color: #fff;
}

.profile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    padding: 30px 0;
}

.profile-row:first-child {
    margin: 0;
    border-bottom: 2px solid rgba(12, 36, 68, 1);
    padding-bottom: 20px;
    justify-content: center;
}

.profile-row .profile-img {
    max-width: 100px;
    height: 100px;
    cursor: pointer;
}

.profile-row .profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-row .input-field {
    font-size: 17px;
    color: rgba(12, 36, 68, 1);
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 45%;
}

.profile-row .input-field input {
    width: 65%;
    border: none;
    border-bottom: 2px solid rgba(12, 36, 68, 1);
    background: transparent;
}

.profile-row .input-field input::placeholder {
    color: rgba(12, 36, 68, 1);
}

.profile-row .input-field input:focus {
    outline: none;
}

.recent-orders table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    overflow-x: auto;
}

.recent-orders table th, .recent-orders table td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 10px;
    font-family: Montserrat;
    font-size: 17px;
}

.recent-orders table th {
    background: gainsboro;
    font-size: 17px;
    font-weight: 500;
    color: black;
}

.recent-orders table tbody tr {
    background: white;
}

.recent-orders table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.orders-row {
    padding: 30px 0;
}

.pass-row {
    margin: 20px ;
    padding: 20px 0;
}

.pass-row .input-field {
    font-size: 18px;
    color: rgba(12, 36, 68, 1);
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 70%;
}

.pass-row .input-field input {
    width: 65%;
    border: none;
    border-bottom: 2px solid rgba(12, 36, 68, 1);
    background: transparent;
}

.pass-row .input-field input::placeholder {
    color: rgba(12, 36, 68, 1);
}

.pass-row .input-field input:focus {
    outline: none;
}

.pass-button {
    display: flex;
    justify-content: center;
}

.pass-button button {
    background: linear-gradient(to bottom, rgba(239, 103, 165, 1), rgba(189, 35, 52, 1));
    color: white;
    padding: 10px 30px;
    border-radius: 15px;
    border: 1px solid rgba(189, 35, 52, 1);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 30px 0;
    transition: all 0.5s;
}

.pass-button button:hover {
    color: rgba(189, 35, 52, 1);
    background: transparent;
    transform: scale(0.9);
}

.invoice {
    padding: 0px 0;
    font-family: 'Montserrat';
    background: rgb(231 231 231 / 43%);
}

.invoice .bg {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 6px #cfcfcf;
    max-width: 55vw;
}

.invoice-logo {
    max-width: 20em;
    padding: 10px;
}

.logo-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 0 20px 5px #00000020;
    padding: 1rem;
}

.logo-image img {
    width: 100%;
}

.invoice-logo .logo-content p {
    margin: 0;
    font-family: "Montserrat";
    font-size: 17px;
    font-weight: 500;
}

.invoice-number .heading h3 {
    text-transform: capitalize;
    font-family: 'Montserrat';
    font-size: 32px;
    font-weight: 600;
    color: #fc5000;
}

.invoice-number p {
    text-transform: capitalize;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    color: #0c2444;
}

.invoice-row {
    padding: 20px 0;
}

.bill-to {
    padding: 0 10px;
    font-family: 'Montserrat'
}

.bill-to h5 {
    font-size: 24px;
    font-weight: 500;
    color: #0c2444
}

.bill-to h4 {
    font-size: 32px;
    font-weight: 700;
    color: #fc5000
}

.bill-to p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.date table tbody>tr>td {
    padding: 10px;
    font-size: 17px;
    font-weight: 500;
}

.date table tbody>tr>td:last-child {
    text-align: right;
}

.invoice-table thead {
    background: #0c2444;
    color: white;
    font-size: 20px;
    /* font-weight: 800; */
}

.invoice-table thead th {
    padding: 15px 0;
}

.invoice-table img {
    max-width: 100%;
    object-fit: contain;
    max-height: 8rem;
}

.image-col {
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    max-height: 200px;
}

.invoice-table>table>tbody>tr {
    border-bottom: 1px solid gray;
}

.invoice-table>table>tbody>tr>td {
    padding: 15px 10px;
    font-size: 15px;
}

.invoice-table>table>tbody>tr>td>h4 {
    font-size: 18px;
}

.invoice-table>table>tbody>.end-rows {
    border: none !important;
}

.invoice-table>table>tbody>tr:last-child td {
    background-color: #0c2444;
    color: white;
    font-size: 24px;
}

.invoiceButton {
    background: #ff5500;
    border: 1px solid #ff5500;
    border-radius: 10px;
    color: white;
    transition: all 0.7s;
}

.invoiceButton:hover {
    background: transparent;
    color: black;
    transform: scale(0.9)
}
.text {
    width: 100%;
}
.swiper-main {
    height: 700px;
    margin-top: 20px;
}

.swiper-nav {
    display: flex;
    justify-content: center;
    width: 50%;
    height: 700px;
    box-sizing: border-box;
    overflow-y: scroll;
    margin-left: 50%;
    margin-right: 0;
}

.swiper-nav::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

.swiper-slide.swiper-slide-thumb-active {
    border: 1px solid black;
}

.mySwiper .swiper-slide {
    width: 100%;
    height: 130px !important;
    opacity: 1;
    padding: 3px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-nav .swiper-slide img {
    display: block;
    width: 70px;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.mySwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: contain;
    cursor: pointer;
    border-radius: 10px;
}

.mySwiper2 {
    width: calc(100% - 80px);
    height: 100%;
    margin: 0;
}

.swiper2-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: black;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px;
    color: white;
}

@media(max-width:800px) {
    .swiper-nav {

        width: 70%;
        height: 700px;
        margin-left: 25%;
    }
}

@media(max-width:600px) {
    .swiper-main {
        height: 500px;
    }

    .swiper-nav {

        width: 70%;
        height: 700px;
        margin-left: 25%;
    }

    .swiper-nav {
        height: 500px;
    }

    .mySwiper .swiper-slide {
        height: 100px !important;
       

    }

    .mySwiper2 .swiper-slide img {

        height: 400px;

    }
}
.mega-nav ul li h5 {
    font-weight: 600;
}
.mega-nav ul li h5 {
    font-weight: 600;
}

li.mega-link a {
    font-weight: 500;
}

.mega-nav ul li a {
    font-weight: 400;
}

.mega-nav ul li h5 a {
    font-weight: 700;
}
.Header-menu {
    display: flex;
    align-items: center;
    gap: 70px;
    justify-content: center;
}

.nav-menu > ul {
    display: flex;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-menu ul li a {
    font-family: var(--fb);
    color: black;
    font-weight: 600;
}
.header-icon a i {
    color: black;
    font-size: 20px;
    margin-left: 41px;
}
.banner-image {
    height: 916px;
}
.banner-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: relative;
    z-index: 0;
    object-position: top center;
}
.banner-heading{
    position: absolute;
    z-index: 1;
    top: 50px;
    width: 100%;
}
.banner-heading h1{
    color: white;
    font-size: 56px;
    font-weight: 800;
    text-transform: capitalize;
    font-family: var(--fb);
    text-align: center;
    margin-bottom: 30px;
}
.button-div .shop-button{
    bottom: 0 !important;
}
.button-div .shop-button , .button-div .pr-button{
 border-radius: 10px !important;
 padding: 10px 30px !important;
 line-height: 30px !important;
 font-size: 17px !important;
 transition: all 0.5s  !important;
}
.button-div .shop-button:hover , .button-div .pr-button:hover {
    transform: scale(0.9) !important ;

}
.nightsky-button{
    position: relative;
    padding: 10px;
    /* background: #ac0122; */
    border-radius: 10px;
}

.nightsky-button a {
    /* color:white !important; */
}
.hover-section {
    display: none;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    top: 100%;
    z-index: 8;
    width: 400px;
    left: -50%;
  }
  
  .nightsky-button:hover  .hover-section {
    display: block; /* Show the section on hover */
  }
  .nightsky-img img {
    height: 200px;
    object-fit: cover;
}
.timeline{
    border-radius: 25px;
    padding: 20px;
    background: var(--blue);
}
.mesg-img{
    display: flex;
    justify-content: center;
}
.mesg-img img{
    max-width: 70%;
    height: 100px;
    object-fit: contain;
    margin: 15px 0;
}
.mesg-text{
    font-size: 24px;
    color: white;
    text-transform: uppercase;
    font-family: var(--fb);
    font-weight: 600;
    margin: 10px 0 0 0;
    text-align: center;
}
section.banner-ma {
    position: relative;
    z-index: 0;
}
section.trending {
    margin-bottom: 0px;
}
img.wp-image-24691 {
    width: 920px;
}

img.wp-image-24692 {
    width: 920px;
}

img.wp-image-24693 {
    width: 920px;
}



img.wp-image-24694 {
    width: 920px;
}

img.wp-image-24695 {
    width: 920px;
}
img.img-fluid {
    width: 920px;
}
.entry-content.clearfix p {
    margin: 30px 80px;
    text-align: start;
}
h1.banner-title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    /* display: flex; */
    /* justify-content: end; */
    width: 1180px;
}
section.xs-banner.banner-single.details-banner.banner-bg {
    padding: 50px;
    width: 1260px;
    margin: 0 auto;
}
article#post-24689 {
    text-align: center;
}


.post-meta {
    text-align: start;
    margin: 30px 74px;
}

h2.wp-block-heading {
    text-align: start;
    margin: 30px 83px;
}
header.entry-header.clearfix h1 {
    text-align: start;
    margin: 20px 73px;
}
.post-meta.banner {
    display: flex;
    width: 920px;
    margin: 91px auto 34px;
}
span.post-author {
    margin: 0 50px 0 0;
}

span.post-meta-date {
    margin: 0 39px 0 0;
}

span.meta-categories.post-cat {
    margin: 0 50px 0px 0;
}
span.post-comment {
    text-transform: uppercase;
}

span.post-author a {
    color: #72757b;
}
ul.children {
    display: flex;
    gap: 30px;
    align-items: center;
    border-bottom: 1px solid #00000052;
    padding-bottom: 40px;
}

img.avatar {
    width: 100px;
    height: 100px;
    border-radius: 21pc;
}
li#comment-439 {
    list-style: none;
}

li#comment-436 {
    list-style: none;
}
ul.comments-list {
    padding: 0 90px 0 80px;
}

h3.comment-num {
    margin: 40px 91px 34px;
}
.media-content {
    margin: 0 81px;
}
div#respond {
    margin: 71px 130px;
}
li#comment-436 {
    display: flex;
    gap: 21px;
    margin-bottom: 80px;
    border-bottom: 1px solid #00000045;
    padding-bottom: 70px;
}

p.form-submit {
    margin-top: 35px;
}
input#author {
    margin-bottom: 30px;
    padding: 10px;
}

input#email {
    padding: 10px;
}

input#url {
    margin-bottom: 30px;
    padding: 15px;
}
.blog-img {
    display: flex;
    margin: 0px 80px;
    gap: 51px;
    align-items: center;
}

.blog-img img {
    width: 540px;
    /* margin: 80px 0; */
    /* border-radius: 20px; */
    max-height: 250px;
    object-fit: cover;
    border-radius: 20px;
}

.blog-inner-menu {
    margin: -1px 20px;
    background: #fff;
    box-shadow: 0px 0px 3px #000;
    padding: 40px 0px;
}
.bann-img {
    overflow: hidden;
    height: 350px;
    border-radius: 30px;
    margin-bottom: 0px;
    /* border: 6px solid #869ccc; */
}
.bann-img img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all 0.5s;
}
.ban-item {
    POSITION: RELATIVE;
    cursor: pointer;
    /* border: 6px solid #88d4f3; */
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 0 14px #ffffffad;
}
.ban-item:hover img{
transform: scale(1.1);
}
.ban-button {
    POSITION: absolute;
    bottom: 19px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 12;
}
.ban-button a{
    min-width: 322px !important;
    font-size: 17px !important;
    min-height: 20px !important;
}
.perfect button{
    width: 88% !important;
    padding: 10px !important;
    font-size: 14px !important;
}
 .menu-img img{
height: 130px;
margin-top: 10px;
object-fit: cover;
}
/* .pre-wrapper{
    background-image: url("../images/star-new.jpg");
    background-size: cover;
    background-repeat: no-repeat;
} */
.bann-img.middle-item img, .bann-img.middle-item {
    height: 410px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px -7px 21px #00000078;
    border-bottom: none;
    position: relative;
}
.pre-wrapper {
    background-image: url(../images/star-new.jpg);
    background-size: contain;
    background-repeat: repeat;
}
.blue-img img {
    margin-top: 12px;
    border-radius: 16px;
}
.blue-img img {
    width: 62%;
}

.blue-img {
    text-align: center;
}
a.pr-button.creatensky.d-flex.justify-content-center {
    width: 320px;
}
.bann-img.middle-item {
    /* margin-top: 52px; */
    height: 401px;
}
img.w-100.dedicate-star {
    width: 171% !important;
}
.bann-img.first {
    height: 390px;
    /* margin-top: 47px; */
}
.bann-img.first img {
    height: 397px;
}
.bann-img.last-item {height: 390px;/* margin-top: 47px; */}
.ban-button.browse {
    position: inherit;
    margin-top: 30px;
}

.ban-button.browse a {
    color: #fff;
    background: #dc4494;
    padding: 19px 70px;
    width: 390px;
}
.ban-button.browse a span {
    font-size: 22px;
    width: 410px;
}
h4.heading.my-5 {
    width: 286px;
}
a.dedication-link.link-item {
    margin-top: 260px !important;;
}
.discount-ticker {
            width: 100%;
            background-color: #6abde6;
            padding: 10px 0;
            border-radius: 5px;
            overflow: hidden;
            position: absolute;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            bottom: -2px;
        }

        .discount-ticker marquee {
            color: #ffffff;
            font-size: 1.5rem;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .discount-ticker marquee span {
            padding: 0 50px;
        }
        
      
        .discount-ticker marquee:hover {
            animation-play-state: paused;
        }
a.shop-button.dedicate.d-flex.justify-content-center {
    position: absolute;
    top: -63px;
}
  section.exclusive-container.pb-3.trending a.dedication-link {
    width: 214px !important;
}
h3.perfect-heading.ded.mt-3.mb-2 {
    color: black;
}
.marque {
    background-color: #3e9ad2; /* Light background */
    /* border: 2px solid #ffcc00; */ /* Gold border */
    padding: 10px;
    /* border-radius: 10px; */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Shadow for depth */
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    color: #333;
    width: 100%;
    overflow: hidden;
}
marquee {
    font-weight: bold;
    color: #ffffff; /* Sparkling orange color */
    text-transform: uppercase;
    font-size: 1.2rem;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -3px;
}
.banner-content a {
    position: absolute;
    bottom: 19px;
}
a.dedication-link.shop {
    position: absolute;
    bottom: -180px;
}
section.exclusive-container.pb-3.trending {
    margin-left: 8px;
}
.subscribe-btn {
    display: flex;
    position: relative;
    bottom:-70px;
}
.subscribe-btn input {
    padding: 17px !important;
    /* border-radius: 10px; */
    border-radius: 5px;
}
.subscribe-btn button {
    position: absolute;
    right: 0;
    width: 140px;
    height: 54px;
    padding: 8px;
    top: 11px;
    border-radius: 0 7px 7px 0;
    border: none;
    background: linear-gradient(to bottom,  rgb(112 198 235) 10%, rgb(48 143 204));
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.point {
    position: absolute;
    bottom: 70px;
    width:100%;
    height:50px;
    display:flex;
    justify-content:center;
    
    
}
.point img {
    object-fit:contain;
    height:30px;
    width:30px;
    
}
.point .point-tooltip {
    position: absolute;
    bottom: 80px;
    transition: all 0.7s;
    background: white;
    width: 80%;
    height: 216px;
    border-radius: 10px;
    /* overflow-x: scroll; */
}
.point-tooltip::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border: solid transparent;
    border-width: 10px;
    margin-left: -10px;
    border-top-color: white;
}
.point-tooltip .content{
    height: 90%;
    /* overflow-y: scroll; */
}
.point-tooltip h3{
    font-size: 28px;
    font-family:var(--fb)  ;
}
.point-tooltip p{
    font-family: var(--fo);
}
button.off-canvas {
    display: none;
}

button.off-canvas {
    background: transparent;
    border: 0;
    color: #4e9ccf;
    font-size: 28px;
    position: absolute;
    top: 20px;
    right: 50px;
}
.mega-menu.main-revad {
    left: -16px;
    top: 39px;
}
section.store-banner-img {
    background: var(--blue);
    height: 120px;
}

h1.store-heading-gift {
    text-align: center;
    font-size: 61px;
    text-transform: capitalize;
    color: #fff;
    padding-top: 20px;
}
.ban-button.shop-now {
    position: inherit;
    z-index: 0;
}
button.category-button {
    background: transparent;
    border: 0;
    font-size: 25px;
    color: #122d63;
}
button.price-buton {
    background: transparent;
    border: 0;
    font-size: 28px;
    color: #3e4e7a;
}
.jw-img.post img {
    height: 271px;
    object-fit: cover;
    object-position: top center;
}
.jw-img.post-1 img {
    height: 361px;
    object-fit: cover;
    object-position: top center;
}
.jw-img.lok-1 img {
    /* height: 310px; */
    /* object-fit: cover; */
    /* object-position: bottom center; */
}
.jw-img.post img {
    height: 350px;
    object-fit: cover;
    object-position: left;
}
.jw-img.post-9 img {
    height: 260px;
    object-fit: cover;
    object-position: top center;
}