/* Font Family */

/* Universal Css Start Here */
html {
    scroll-behavior: smooth;
}

body {
    font-family: "SF UI Display", sans-serif;
    overflow-x: hidden;
}

/* Fonts */
h1 {
    font-size: 40px;
    font-family: var(--gordita-bold);
    text-shadow: 5px 5px 5px #00000045;
    color: #fff;
    text-transform: uppercase;
}

/* Tablet Responsive  */
@media (max-width: 991px) {
    h1 {
        font-size: 70px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 50px;
    }
}
/* Tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 575px) {
    h1 {
        font-size: 40px;
    }
}
/* Mobile Responsive  */

a {
    text-decoration: none !important;
    list-style: none !important;
}

h2 {
    font-size: 40px;
    font-family: var(--font-heading-main);
    color: #727171;
}

.stylish-heading {
    font-family: var(--font-heading-styl);
    font-size: 50px;
    text-shadow: 5px 5px 5px #00000045;
}

.create-in-txt {
    margin-bottom: 50px;
}

/* Laptop Responsive  */
@media (max-width: 1400px) {
    .stylish-heading {
        font-size: 60px;
    }
}

/* Tablet Responsive  */
@media (max-width: 991px) {
    h2 {
        font-size: 37px;
    }
}
/* Tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 575px) {
    h2 {
        font-size: 25px;
    }
}
/* Mobile Responsive  */

.stylish-heading-md {
    font-family: var(--font-heading-styl);
    font-size: 77px;
}

h3 {
    font-size: 30px;
    font-family: var(--font-heading-main);
    color: #727171;
}

/* Tablet  Responsive  */
@media (max-width: 991px) {
    h3 {
        font-size: 30px;
    }
    .stylish-heading-md {
        font-size: 67px;
    }
    .stylish-heading {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    h3 {
        font-size: 25px;
    }
}
/* Tablet  Responsive  */

/* Mobile Resposnive  */
@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
    .stylish-heading-md {
        font-size: 37px;
    }
    .stylish-heading {
        font-size: 40px;
    }
}
/* Mobile Resposnive  */

h3 .bold {
    font-family: var(--gordita-bold);
}

a {
    text-decoration: none;
}

::placeholder {
    font-family: var(--font-heading-sub);
    font-size: 12px;
    color: #9d9d9d;
}

.font-light-heading {
    font-family: var(--font-heading-sub);
    font-size: 60px;
}

.primary-color {
    color: #ffffff;
}

.form-control {
    color: #140026;
    /* font-size: 13px; */
    padding: 0px 19px;
    height: 55px;
    font-family: var(--font-primary-semibold);
    border: 1px dotted #ede9fb;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
}

select.form-control {
    background-image: url("../img/svg/angle-down.svg");
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center right 18px;
}

.form-control::placeholder {
    font-family: var(--font-primary-semibold);
    color: #140026;
    font-size: 13px;
}

img {
    -webkit-user-drag: none;
}

.responsicve_px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.responsicve_px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.btn {
    font-size: 17px;
    font-family: var(--font-btn-font);
    padding: 10px 21px 9px;
    background-color: var(--btn-bg);
    border-radius: 71px;
    align-items: center;
    color: var(--btn-color);
    text-transform: uppercase;
    transition: 0.8s;
}

.btn:hover {
    font-size: 17px;
    font-family: var(--font-btn-font);
    padding: 10px 21px 9px;
    background-color: var(--btn-color);
    border-radius: 71px;
    border: 1px solid #727171;
    align-items: center;
    color: #727171 !important;
}

.btn:focus {
    box-shadow: none !important;
}

/* Mobile Responsive  */
@media (max-width: 575px) {
    .btn {
        font-size: 14px;
        display: block;
        width: 100%;
    }
}
/* Mobile Responsive  */

.btn.btn-transparent {
    color: #138fcb !important;
    background: #fff;
    border: 2px solid #1190cb;
}

figure {
    margin-bottom: 0;
}

/* Form Constant Styling Start here */
.form_start input,
.form_start select,
.form_start textarea {
    width: 100%;
    display: block;
    background: transparent;
    height: 41px;
    padding: 0px 19px 0px;
    font-size: 12px;
    border: 1px solid #b8afaf;
    font-family: "Poppins-Regular";
    /* text-transform: uppercase; */
    outline: none;
    text-align: left;
    color: #cfccd2;
    border-radius: 7px;
}

.form_start select {
    appearance: none;
    background-image: url(../img/select.webp);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    background-size: contain;
}

.started-para {
    font-size: 14px;
    font-family: var(--font-heading-sub);
    color: #fff;
}

.form_start textarea {
    height: 75px;
    resize: none;
    padding-top: 12px;
}

.the_over_flow_hidden {
    overflow: hidden;
}

.create-ryan-wraped {
    background: var(--dashboard-bg);
    padding: 0px 0px 80px;
}
.create-sec-size {
    max-width: 680px;
    margin: auto;
}
.lets-sec-size {
    max-width: 820px;
    margin: auto;
}
.dashboard-btn {
    background-color: #fadf88;
    color: #7b7b7b !important;
    text-align: center;
    font-size: 17px;
    font-family: var(--font-btn-font);
    padding: 12px 20px;
    border-radius: 71px;
    align-items: center;
    color: var(--btn-color);
    border: 0;
    outline: none;
    transition: 0.6s;
    text-transform: uppercase;
    display: inline-block;
}
.dashboard-btn:hover {
    color: #fadf88 !important;
    background-color: #7b7b7b !important;
    text-align: center;
}

/* Mobile Responsive  */
@media (max-width: 575px) {
    .dashboard-btn {
        width: 100%;
    }
}

.select-sec-top {
    text-align: center;
    margin-bottom: 40px;
}
.select-type {
    color: #5e5e5e;
    font-family: var(--font-heading-sub-medium);
}
.select-your {
    font-size: 18px;
    color: #a1a1a1;
    font-family: var(--font-heading-sub);
}

.hide {
    display: none;
}
.show {
    display: block;
}

/* Universal Css End Here */

/* Sms box Css  */
.project-msj-wraper .msj-box-wrapper {
    text-align: left;
    background: #fff;
    max-width: 540px;
    margin: auto;
    padding: 40px 30px 15px;
    color: #5a5a5a;
    border: 1px solid #707070;
    margin-bottom: 10px;
}
.project-msj-wraper .msj-box-wrapper .msj-box-text.para-m {
    margin-bottom: 40px;
}
.project-msj-wraper .msj-box-text {
    font-size: 14px;
    font-family: var(--font-heading-sub-medium);
    color: #5a5a5a;
}
.project-msj-wraper p {
    font-size: 14px;
    font-family: var(--font-heading-sub-medium);
    color: #5a5a5a;
}
.project-msj-wraper .msj-collab-wrapper {
    margin-bottom: 50px;
    text-align: center;
}
.project-msj-wraper .project-save {
    margin-top: 40px;
}
.project-msj-wraper .msj-box-wrapper .project-edit-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
}
.project-edit-btn .edit-btn {
    font-size: 14px;
    font-family: var(--font-heading-sub);
    color: #6a6a6a;
    background: #e2e2e2;
    padding: 3px 15px;
    border-radius: 10px;
    border: 0;
}
.project-msj-wraper .msj-box-wrapper .project-edit-btn .edit-num {
    font-size: 15px;
    color: #727171;
    margin: 0;
    font-family: var(--font-heading-sub);
}
.ryan-text {
    font-size: 40px;
    color: #fff;
    font-family: var(--font-heading-sub-medium);
}
.project-msj-wraper .msj-collab-wrapper .personalize-txt {
    font-size: 20px;
    color: #fff;
    font-family: var(--font-heading-sub);
}
.project-msj-wraper .msj-collab-wrapper .personalize-txt.here-let {
    margin-top: 40px;
}
.submit-msj-btn {
    text-align: center;
    margin-top: 40px;
}
.project-msj-wraper .msj-box-wrapper .view-msj-num {
    display: flex;
    align-items: center;
}
.view-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    gap: 13px;
}
.top-card-text {
    text-align: center;
    margin-bottom: 20px;
}
.top-card-text .yellow-msj {
    font-size: 15px;
    color: var(--btn-color);
    font-family: var(--font-heading-sub-medium);
}

.view-all-sec .ryan-name {
    font-size: 15px;
    font-family: var(--font-heading-sub);
    color: #333333;
    margin-bottom: 30px;
}

.register-top {
    text-align: center;
    padding: 20px 0px 40px;
}
.register-top p {
    color: #c9c9c9;
    text-transform: uppercase;
    font-size: 14px;
}

/* Mobile Responsive  */
@media (max-width: 575px) {
    .project-msj-wraper .msj-box-wrapper {
        padding: 30px;
    }
    .project-msj-wraper .msj-collab-wrapper .ryan-text {
        font-size: 30px;
    }
}
/* Sms box Css  */

/* step bar Css  */
#navbarNavDropdown {
    justify-content: center;
    padding-top: 20px;
}
#navbarNavDropdown .nav-link.active {
    color: #fadf88;
}
.navbar-light .navbar-nav .nav-link {
    color: #c9c9c9;
}
.navbar-light .navbar-nav .nav-link {
    color: #c9c9c9;
}
.nav-link {
    color: #6a6a6a;
    padding: 1px;
    border-right: 1px solid white;
    font-size: 13px;
    font-family: var(--font-heading-sub);
}
.step-ul-main ul.step-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}
.step-ul-main ul.step-ul li {
    color: #dedede;
    width: 20px;
}
.step-ul-main ul.step-ul li.active {
    color: var(--btn-color);
}
.step-ul-main ul.step-ul li::marker {
    font-size: 30px;
}
/* step bar Css  */

/* write-box Css   */
.write-box-wrapper {
    text-align: center;
    background: #fff;
    padding: 40px;
    color: #5a5a5a;
    border: 1px solid #707070;
    margin-bottom: 10px;
    height: 450px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.back-display-text {
    overflow-y: auto;
    height: 355px;
    text-align: left;
    padding: 0px 10px;
}
.back-display-text p {
    font-size: 14px;
    font-family: var(--font-heading-sub-medium);
    color: #5a5a5a;
    margin-bottom: 0;
}
/* width */
.back-display-text::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.back-display-text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.back-display-text::-webkit-scrollbar-thumb {
    background: #6a6a6a;
    border-radius: 5px;
}
.write-m-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 15px; */
}
.write-m-img {
    background: #727171;
    border: 1px solid #fadf88;
    width: 76px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.write-m-img .upload-write {
    cursor: pointer;
}
/* write-box Css   */

/* collaborator Css  */
.smile-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.happiness-txt {
    font-size: 21px;
    font-family: var(--font-heading-sub-medium);
    color: #fff;
    margin: 0;
}

/* Tablet Responsive  */
@media (max-width: 768px) {
    .happiness-txt {
        font-size: 18px;
    }
}
/* Tablet Responsive  */

/* Mobile Responsive  */

@media (max-width: 575px) {
    .happiness-txt {
        font-size: 16px;
    }
    .smile-wrapper {
        align-items: start;
        gap: 5px;
        justify-content: start;
    }
}

/* collaborator Css  */

/* select-type page Css  */
section.select-type-sec {
    padding: 0px 0px 120px;
}
.select_type_main {
    max-width: 90%;
    margin: auto;
}
.select_type_wrapper {
    border: 1px solid #848484;
    height: 430px;
}
.select_type_wrapper .select_type_text {
    font-size: 25px;
    font-family: var(--font-heading-sub-semiBold);
}
.select_type_wrapper .select_type_content {
    padding: 25px;
}
.select_type_wrapper .select_type_para {
    font-size: 14px;
    font-family: var(--font-heading-sub);
    margin: 0;
}
.solo-bg {
    background: var(--dashboard-bg);
}
/* select-type page Css  */

/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999999999;
    overflow: hidden;
    background: #138fcb;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

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

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

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

@media (max-width: 1200px) {
    .responsicve_px-5,
    .responsicve_px-4 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
}

/* Merchant universal Css Start here */

/* Header2 Css Starts Here  */
/* .header2 {
    box-shadow: 0px 5px 10px 0px #cccccc4d;
} */
.header2 {
    background-color: #ffffff;
    padding: 23px 0px;
    box-shadow: 0px 8px 14px 0px #cccccc38;
}
.wox-box {
    /* padding: 17px; */
    padding: 12px;
    /* display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly; */
}

.logo_wrap {
    display: flex;
    justify-content: center;
}
.wox-box img {
    max-width: 161px;
    height: 46px;
}
/* .side-bar {
	padding-top: 10px;
	padding-left: 200px;
} */

.side-bar img {
    width: 27px;
    height: 23px;
}
/* Header2 Css Starts Here  */

/* header Css Start Here */
.main-header .header-start .header-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    list-style: none;
    gap: 69px;
    margin-bottom: 0px;
}

.main-header {
    background-color: #ffffff;
    padding: 23px 0px;
    box-shadow: 0px 8px 18px 0px #cccccc38;
}

.main-header .header-start .header-list .list-item .link-page {
    color: #7b7b7b;
    font-size: 14px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-family: var(--quik-medium);
}

.main-header .header-start .header-list .list-item .link-page .log-img {
    width: 199px;
    height: 59px;
    object-fit: contain;
}

.main-header .header-start .header-list .list-item.contain-drop-down {
    position: relative;
}

.main-header
    .header-start
    .header-list
    .list-item.contain-drop-down
    .drop-down {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
    border: 1px solid #c5bcb05c;
    width: 208px;
    padding: 15px 15px 15px;
    position: absolute;
    top: 29px;
    overflow: hidden;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    transition: 0.6s all;
}

.main-header
    .header-start
    .header-list
    .list-item.contain-drop-down
    .drop-down
    .drop-list:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
}

.main-header
    .header-start
    .header-list
    .list-item.contain-drop-down
    .drop-down
    .drop-list {
    padding: 7px 0px;
}

.main-header
    .header-start
    .header-list
    .list-item.contain-drop-down:hover
    .drop-down {
    overflow: visible;
    visibility: visible;
    background-color: white;
    z-index: 9999;
    opacity: 1;
}

.main-header
    .header-start
    .header-list
    .list-item.contain-drop-down:hover
    .drop-down:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #fff;
    transform: rotate(45deg);
    border-top: 1px solid #c5bcb05c;
    border-left: 1px solid #c5bcb05c;
    top: -6px;
    left: 38px;
}

.link-hover {
    position: relative;
    transition: 0.8s;
}

.link-hover:hover {
    font-weight: 700;
}

.link-hover:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #c9c9c9;
    bottom: 0;
    left: 0;
    transition: 0.8s;
}
.link-hover:hover:before {
    width: 100%;
}

div#offcanvasExample {
    overflow: scroll;
}

.dropdown.login_dropdown #dropdownMenuButton2 {
    font-size: 14px;
    z-index: 9;
    position: relative;
    border-radius: 10px;
    /* width: 185px; */
    /* text-align: left; */
    border: 1px solid #f9de8c;
    width: 225px;
}
.dropdown.login_dropdown #dropdownMenuButton2:hover {
    background-color: var(--btn-bg);
    color: var(--btn-color) !important;
}
.dropdown.login_dropdown #dropdownMenuButton2:focus {
    background-color: var(--btn-bg);
    color: var(--btn-color) !important;
    border: 0;
}

.login_dropdown ul.dropdown-menu.dropdown-menu-dark.show {
    border-radius: 0px 0px 10px 10px;
    z-index: 1;
    padding-top: 40px;
    transform: translate(0px, 24px) !important;
    background-color: #727171;
    width: 225px;
    border: 1px solid #f9de8c;
}

.login_dropdown .dropdown-menu {
    min-width: 100%;
    border: 0;
}

.login_dropdown .dropdown-toggle.show {
    border-radius: 10px 10px 0px 0px !important;
    border-bottom: 1px solid #f9de8c !important;
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: unset;
    background-color: unset;
}

.login_dropdown .dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: var(--btn-bg);
    background-color: var(--btn-color);
}

/* Laptop Responsive  */
@media (max-width: 1200px) {
    .main-header .header-start .header-list {
        gap: 50px;
    }
    .main-header .header-start .header-list .list-item .link-page {
        font-size: 13px;
    }
}
/* Laptop Responsive  */

/* Header end Here */
section.banner-section .carousel-caption {
    left: 0px;
    top: 0px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

section.banner-section .carousel-caption .banner-text-here {
    width: 843px;
}

section.banner-section .carousel-caption .banner-text-here .banner-inside-img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

section.banner-section
    .carousel-caption
    .banner-text-here
    .banner-inside-img
    .absoluted-img {
    width: 128px;
    max-width: 100%;
    display: block;
    margin: auto;
}

.banner-text-here h1 {
    font-size: 60px;
    font-family: var(--gordita-bold);
    color: #fff;
    text-transform: uppercase;
    text-shadow: 5px 5px 5px #00000045;
    max-width: 80%;
    margin: auto;
}

/* .banner-section img {
	filter: brightness(0.8);
} */

/* .banner-section {
	background-color: #c8b9b0;
} */

.banner-section .carousel-indicators {
    justify-content: start;
    gap: 5px;
}

.banner-section .carousel-inner img.img-fluid {
    height: 700px;
    object-fit: cover;
    width: 100% !important;
}

.banner-section .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid transparent;
    position: relative;
    z-index: 999;
    background-color: transparent;
    opacity: 1;
}

.banner-section .carousel-indicators button.active {
    background-color: #fff;
}

.banner-section .carousel-indicators button::before {
    content: "";
    position: absolute;
    display: block;
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    /* margin: -5px; */
    background-color: transparent;
    border-radius: 50%;
    top: -4px;
    left: -4px;
    z-index: 0;
    border: 3px solid #fff;
}

/* Laptop Responsive  */

@media (max-width: 1366px) {
    .banner-section .carousel-indicators button {
        width: 9px;
        height: 9px;
    }
    .banner-section .carousel-indicators button::before {
        height: calc(100% + 9px);
        width: calc(100% + 9px);
        top: -5px;
        left: -5px;
    }
}

@media (max-width: 1200px) {
    .banner-text-here h1 {
        font-size: 46px;
    }
    .banner-section .carousel-indicators button {
        width: 12px;
        height: 12px;
    }
    .banner-section .carousel-indicators button::before {
        height: calc(100% + 8px);
        width: calc(100% + 8px);
        top: -4px;
        left: -4px;
    }
}
/* Laptop Responsive  */

/* Tablet Responsive  */
@media (max-width: 991px) {
    .banner-text-here h1 {
        font-size: 37px;
    }
}

@media (max-width: 768px) {
    .banner-text-here h1 {
        font-size: 25px;
        margin-bottom: 60px;
    }
}
/* Tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 575px) {
    section.banner-section .carousel-item img {
        height: 250px;
        object-fit: cover;
    }
    section.banner-section .carousel-indicators {
        left: -38px;
    }
    section.banner-section
        .carousel-caption
        .banner-text-here
        .banner-inside-img
        .absoluted-img {
        width: 120px;
        height: 100px;
    }
    .banner-text-here .order-btn {
        top: -50px;
        right: 1px;
        padding: 0px 10px;
    }
    .register-top {
        padding: 20px 0px 40px;
    }
}
/* Mobile Responsive  */

/* Banner End here */
/* Below banner Start here */
.treasure-life {
    padding: 87px 0px 67px;
    background: url("../img/hero-bg.webp");
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Mobile Responsive  */
@media (max-width: 575px) {
    .treasure-life {
        background: unset;
    }
}
/* Mobile Responsive  */

/* Below banner End here */

/* Occation Section Start */
.occasion-section {
    background-color: #727171;
    padding-top: 40px;
}

.back-vector img {
    position: absolute;
    width: 220px;
    left: 44%;
    top: -35px;
}

.occasion-start {
    padding: 20px 0px;
}

.top-headings {
    font-family: var(--gordita-bold);
    font-size: 39px;
    color: #ffffff;
    text-align: center;
    position: relative;
    text-shadow: 5px 5px 5px #00000045;
}

.sub-heading-yellow {
    font-family: var(--font-btn-font);
    font-size: 30px;
    color: #fadf88;
    text-align: center;
}

.sub-title {
    font-family: var(--quik-medium);
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

/* occasion Card */
.occasion-card {
    max-height: 351px;
    border: 1px solid white;
    margin: 10px 33px;
}

.occasion-card .card-img img {
    transition: 0.8s;
}

.occasion-card:hover .card-img img {
    transform: scale(1.1);
}

.occasion-card-inner {
    width: 280px;
    height: 335px;
    margin: 5px auto;
}

.card-img {
    width: 280px;
    height: 280px;
    overflow: hidden;
}

.card-details {
    margin: 10px auto;
    text-align: center;
}

.card-details h5 {
    font-family: var(--gordita-bold);
    /* font-weight: 500; */
    font-size: 19px;
    text-align: center;
    color: white;
    transition: 0.8s;
}

.occasion-card:hover .card-details h5 {
    color: var(--btn-color);
}

.comman-btn {
    display: flex;
    justify-content: center;
}

.comman-btn a {
    background-color: #fadf88;
    color: #7b7b7b !important;
    text-align: center;
}

.comman-btn a:hover {
    color: #fadf88 !important;
    background-color: #7b7b7b !important;
    text-align: center;
}

/* Tablet Resposnive  */
@media (max-width: 1400px) {
    .occasion-card {
        margin: 10px 10px;
        padding: 5px 5px;
    }
    .occasion-card-inner {
        width: unset;
        height: unset;
        margin: unset;
    }
    .card-img {
        width: unset;
        height: unset;
    }
    .card-details h5 {
        font-size: 18px;
    }
}
/* Tablet Resposnive  */

/* Tablet Resposnive  */
@media (max-width: 991px) {
    .occasion-card {
        max-height: 371px;
    }
}

@media (max-width: 768px) {
    .occasion-card .card-img img {
        height: 280px;
        width: 100%;
        object-fit: cover;
    }
}

/* Mobile Responsive  */
@media (max-width: 575px) {
    .top-headings {
        font-size: 27px;
    }
    .sub-heading-yellow {
        font-size: 20px;
    }
    .sub-title {
        font-size: 14px;
    }
}
/* Mobile Responsive  */

/* Occation Section End */

/* how-its-work-section Start */
.how-its-work-section {
    padding: 60px 0px;
    background: url("../img/how-its-work-bg1.png");
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.howItsWork_heading {
    font-family: var(--font-heading-styl);
    font-size: 65px;
    color: #727171;
    text-align: center;
    text-transform: inherit;
    margin-bottom: 30px;
}

.bold2 {
    font-family: var(--gordita-bold);
    font-size: 30px;
}

.howItsWork-sub-heading h3 {
    font-size: 30px;
    font-family: var(--font-heading-main);
    color: #727171;
    text-align: center;
}

/* .best-head {
	font-size: 50px !important;
}

.best-head-sub {
	font-size: 50px !important;
} */

/* gift-Card */
.gift-Card1 {
    width: 70%;
    margin-left: 90px !important;
}

.gift-Card2 {
    width: 70%;
    margin-left: 60px !important;
}

.gift-Card3 {
    width: 70%;
    margin-left: 40px !important;
}

.gift-Card4 {
    width: 70%;
    margin-left: 5px !important;
}

.gift-card-wrap .card-inner-img img {
    width: 210px;
    transition: 0.6s;
}

.card-inner-img .img__gif {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.card-inner-img:hover .img__static {
    opacity: 0;
}
.card-inner-img:hover .img__gif {
    opacity: 1;
}

.card-inner-img {
    margin-bottom: 42px;
    position: relative;
    height: 214px;
    overflow: hidden;
}

/* .gift-Card1 h6 {
	font-family: var(--font-btn-font);
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #fadf88;
}

.gift-Card2 h6 {
	font-family: var(--font-btn-font);
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #fadf88;
}

.gift-Card3 h6 {
	font-family: var(--font-btn-font);
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #fadf88;
} */

.gift-card-wrap h6 {
    font-family: var(--font-btn-font);
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #ebc553;
}

/* .gift-Card1,
.gift-Card2,
.gift-Card3,
.gift-Card4 p {
	font-family: var(--font-heading-sub);
	font-size: 14px;
	text-align: center;
	color: #576475;
} */

.card-img-wrap {
    position: relative;
}

.write-icon-para {
    font-size: 16px;
    font-family: var(--font-btn-font);
    color: #727171;
    text-align: center;
}

.gift-card-main .gift-icon {
    position: absolute;
    right: -40px;
    /* top: 170px; */
    bottom: -30px;
}
.gift-card-main .gift-icon img.img-fluid {
    width: 80px;
}

.img__static {
    transition: 1s all;
}

.card-img-hover:hover .card-inner-img .img__static {
    /* display: none; */
    opacity: 0;
}
.card-img-hover:hover .card-inner-img .img__gif {
    display: inline-block;
}
.occasionContainer p {
    font-size: 14px;
    font-family: var(--quik-medium);
    color: #7b7b7b;
}
/* .img__gif {
	display: none;
	width: 214px !important;
	height: 214px;
} */

/* Tablet Responsive  */

@media (max-width: 1400px) {
    .gift-card-main .gift-icon {
        right: -30px;
        bottom: 10px;
    }
    .gift-card-main .gift-icon img.img-fluid {
        width: 60px;
    }
    .card-inner-img {
        margin-bottom: 2px;
    }
    .how-its-work-section {
        background-size: 100%;
    }
}

@media (max-width: 1200px) {
    .gift-card-wrap {
        margin: 0 auto;
        max-width: 80%;
    }
    .gift-Card1,
    .gift-Card2,
    .gift-Card3,
    .gift-Card4 {
        width: 100%;
        margin-left: 0px !important;
    }
    .gift-icon {
        max-width: 70px;
        width: 100%;
    }
}

/* Tablet Responsive  */
@media (max-width: 991px) {
    .gift-Card1 {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .gift-Card2 {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .gift-Card3 {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .gift-Card4 {
        width: 100% !important;
        margin: 0px !important;
    }
    .howItsWork-sub-heading h3 {
        font-size: 20px;
    }
    .bold2 {
        font-size: 20px;
    }
    .howItsWork_heading {
        font-size: 70px;
    }
    .best-head {
        font-size: 30px !important;
    }
    .best-head-sub {
        font-size: 30px !important;
    }
    .gift-card-wrap {
        max-width: 100%;
    }
    .gift-card-main .gift-icon {
        right: -20px;
        bottom: -10px;
    }
    .card-inner-img {
        margin-bottom: 32px;
        height: 354px;
    }
    .gift-card-wrap .card-inner-img img {
        width: 100%;
    }
    .how-its-work-section {
        background: unset;
    }
}

@media (max-width: 768px) {
    .card-inner-img {
        height: 524px;
    }
}
/* Tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 575px) {
    .howItsWork-sub-heading h3 {
        font-size: 18px;
    }
    .bold2 {
        font-size: 18px;
    }
    .howItsWork_heading {
        font-size: 40px;
    }
    .best-head {
        font-size: 23px !important;
    }
    .best-head-sub {
        font-size: 23px !important;
    }
    .gift-card-main .gift-icon {
        right: -9px;
        bottom: -10px;
    }
    .gift-card-wrap {
        max-width: 100%;
    }
    .gift-card-wrap .card-inner-img img {
        width: 100%;
    }
    .card-inner-img {
        height: unset;
    }
    .how-its-work-section {
        background: unset;
    }
}
/* Mobile Responsive  */

/* how-its-work-section End */

/* back-Banner Start*/

.back-Banner {
    background: url("../img/giving-banner.webp");
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.best-gift-section {
    padding: 40px 0px;
}

.yellowHearts-img {
    width: 80px;
}

.secoundLine {
    padding-left: 180px;
}

/* Tablet Responsive  */
@media (max-width: 991px) {
    .back-Banner {
        height: 280px;
    }
}
/* Tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 575px) {
    .secoundLine {
        padding-left: 0px;
    }
    .back-Banner {
        height: 130px;
    }
}
/* Mobile Responsive  */

/* back-Banner End */

/* Our Collections Start */
.our-collection-section .slick-prev:before {
    content: "";
    background: url("../img/prev-arrow.webp");
    background-repeat: no-repeat;
    background-position: center;
    font-family: "FontAwesome";
    color: white;
    font-size: 18px;
    border-radius: 100%;
    border: 1px solid white;
    padding: 10px 18px;
    position: relative;
    bottom: 40px;
    left: -27px;
}

.our-collection-section .slick-next:before {
    content: "";
    background: url("../img/next-arrow.webp");
    background-repeat: no-repeat;
    background-position: center;
    font-family: "FontAwesome";
    color: white;
    font-size: 18px;
    border-radius: 100%;
    border: 1px solid white;
    padding: 10px 18px;
    position: relative;
    bottom: 40px;
    right: -27px;
}

.our-collection-section {
    background-color: #727171;
    padding: 40px 10px;
    overflow: hidden;
}

.our-collection_heading {
    font-family: var(--font-heading-styl);
    font-size: 67px;
    color: #e9d185;
    text-align: center;
    text-transform: capitalize;
    padding: 20px 0px 40px;
}

.our-collection-sub-heading {
    font-family: var(--font-heading-main);
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.recycle-txt {
    font-family: var(--font-btn-font);
}

.our-collect-bold {
    font-family: var(--gordita-bold);
    font-size: 18px;
    color: #ffffff;
}

.green {
    position: relative;
    bottom: 12px;
    width: 15px;
}

/* gift card */

.our-collection-section .slider {
    margin-top: 45px;
}

/* .gift-card {
	padding: 0px 30px;
} */

.statement-slider .gift-card {
    border: 1px solid #fff;
    margin: 0px 10px;
    height: 520px;
}

.statement-slider .slick-next {
    right: -5px;
}

.gift-card .card-body h6 {
    font-family: var(--font-heading-sub-semiBold);
    text-align: center;
    font-size: 25px;
    color: #e9d185;
    text-transform: uppercase;
}

.gift-card .card-body p {
    font-family: var(--font-btn-font);
    text-align: center;
    font-size: 15px;
    color: #ffffff;
}

.collection-end {
    padding: 20px 0px;
    text-align: center !important;
}

.collection-end p {
    font-family: var(--font-btn-font);
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    margin: 0px;
}

.happy-txt-span {
    color: var(--btn-color);
    font-family: var(--font-btn-font);
}

/* Tablet Resposnive  */
@media (max-width: 991px) {
    .our-collection_heading {
        font-size: 80px;
    }
}
/* Tablet Resposnive  */

/* Mobile Responsive  */
@media (max-width: 575px) {
    .our-collection_heading {
        font-size: 40px;
    }
    .our-collection-sub-heading {
        font-size: 17px;
    }
    .our-collect-bold {
        font-size: 16px;
    }
    .our-collection-section .slider {
        margin-top: 40px;
    }
    .gift-card {
        padding: 0px 0px;
    }
}
/* Mobile Responsive  */

/* Our Collections End */

/* What an amazing gift! Start */
.single-slider .slick-prev {
    background: url("../img/prev-wow.webp");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7%;
    z-index: 999 !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.single-slider .slick-prev::before {
    content: unset;
}

.single-slider .slick-next {
    background: url("../img/next-wow.webp");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7%;
    z-index: 999 !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.single-slider .row {
    width: 100%;
}
.single-slider .slick-next::before {
    content: unset;
}
.amazing-gift-section {
    padding: 40px 0px;
}

.yellow-Box {
    background-color: #fadf88;
    max-width: 950px;
    height: 373px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yellow-Box .row {
    width: 100%;
}

.xoxo-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.xoxo-image img {
    width: 100px;
}

.amazing-heading {
    color: #545250;
    font-family: var(--gordita-bold);
    font-size: 24px;
    position: relative;
}

.left-qoute {
    position: absolute;
    left: -58px;
    top: -9px;
}

.left-qoute img {
    width: 30px;
}

.right-qoute {
    position: absolute;
    right: -58px;
    top: -9px;
}

.right-qoute img {
    width: 30px;
}

.amazing-para {
    color: #545250;
    font-family: var(--font-btn-font-reg);
    font-size: 20px;
    line-height: 1.4;
}

/* Laptop Responsive  */

@media (max-width: 1400px) {
    .single-slider .slick-prev {
        left: 1%;
    }
    .single-slider .slick-next {
        right: 1%;
    }
}

@media (max-width: 1200px) {
    .yellow-Box {
        max-width: 780px;
    }
    .amazing-heading {
        font-size: 24px;
    }
    .amazing-para {
        font-size: 18px;
    }
}
/* Laptop Responsive  */

/* Tablet Responsive   */
@media (max-width: 991px) {
    .yellow-Box {
        max-width: 550px;
        padding: 0px 20px;
    }
    .left-qoute {
        left: -8px;
        top: -29px;
    }
    .right-qoute {
        right: -8px;
        top: -19px;
    }
    .amazing-para {
        font-size: 17px;
    }
    .amazing-heading {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .single-slider .slick-prev {
        display: none;
    }
    .single-slider .slick-next {
        display: none;
    }
}
/* Tablet Responsive   */

/* Mobile Responsive  */
@media (max-width: 575px) {
    .single-slider .slick-prev {
        top: unset;
        transform: translateY(170%);
        left: 30%;
        bottom: 6%;
    }
    .single-slider .slick-next {
        top: unset;
        transform: translateY(-50%);
        right: 26%;
        bottom: -19%;
    }
    .yellow-Box {
        height: 439px;
    }
    .amazing-heading {
        font-size: 17px;
    }
    .amazing-para {
        font-size: 14px;
    }
}
/* Mobile Responsive  */

/* What an amazing gift! End */

/* corporate-gift-section Start */

.corporate-gift-section {
    background-color: #7c7b7c;
    text-align: center;
    padding: 40px 0px;
}

.corporat-heading {
    font-family: var(--gordita-bold);
    font-size: 35px;
    color: white;
    text-transform: uppercase;
    text-shadow: 5px 5px 5px #00000045;
}

.corporate-text {
    font-size: 18px;
    font-family: var(--font-heading-main);
    color: white;
}

.corporate-text-bold {
    font-size: 18px;
    font-family: var(--font-heading-main);
    color: white;
}

/* Mobile Responisve  */
@media (max-width: 575px) {
    .corporat-heading {
        font-size: 32px;
    }
    .corporate-text {
        font-size: 15px;
    }
    .corporate-text-bold {
        font-size: 15px;
    }
}

/* corporate-gift-section End */

/* Giving Back  Start */

.giving-back-section {
    background: url("../img/giving-back2.webp");
    height: 530px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.giving-start {
    padding: 40px 0px;
}

.giving-back-heading {
    font-size: 51px;
    font-family: var(--font-heading-sub-semiBold);
    color: #727171;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.gining-text {
    max-width: 946px;
    text-align: center;
    margin: auto;
}

.gining-text h3 {
    font-size: 23px;
    font-family: var(--font-heading-sub);
    color: #727171;
    text-align: center;
}

.gining-bold {
    font-size: 23px;
    font-family: var(--font-heading-sub-bold);
    color: #727171;
}

/* Tablet Responsive  */
@media (max-width: 991px) {
    .gining-text h3 {
        font-size: 20px;
    }
    .giving-back-section {
        height: 580px;
    }
}

/* Mobile Responsive  */
@media (max-width: 575px) {
    .giving-back-section {
        height: 100%;
    }
    .giving-back-heading {
        font-size: 32px;
    }
    .gining-text h3 {
        font-size: 17px;
        line-height: 1.5;
    }
    .gining-bold {
        font-size: 17px;
    }
}

/* Giving Back  End */

/* about-us-section Start */

.about-us-section {
    padding: 40px 0px;
    background: url("../img/about-bg.webp");
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 230px;
    background-position: top 70px right 60px;
}
.about-sction-start h6 {
    font-family: var(--gordita-bold);
    font-size: 19px;
    color: #727171;
    text-align: center;
}

.about-us-section .about-sction-start img.img-fluid {
    border-radius: 5px;
    transform-origin: center left;
    transition: 0.3s;
}

.about-us-section .about-sction-start img.img-fluid:hover {
    transform: scale(1.04);
}

.about-sction-start p {
    font-family: var(--font-btn-font-reg);
    font-size: 15px;
    color: #545250;
    text-align: start;
    /* margin: 46px 0px 0px 0px; */
}

.support-span {
    font-family: var(--font-btn-font);
}

.about-bottom-wrap {
    max-width: 65%;
    margin: auto;
}

.about-us-heading {
    font-family: var(--font-heading-styl);
    font-size: 70px;
    color: #727171;
    text-align: center;
    text-transform: capitalize;
    padding: 30px 0px 30px;
}

/* Tablet Responsive  */
@media (max-width: 991px) {
    .about-us-section {
        background: unset;
    }
}
/* Tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 575px) {
    .about-us-heading {
        font-size: 60px;
    }
    .about-sction-start h6 {
        font-size: 17px;
        line-height: 1.5;
    }
    .occasion-Haeding {
        font-size: 30px;
    }
    .back-vector img {
        left: 26%;
        top: -60px;
    }
    .about-us-section {
        background: unset;
    }
}

/* about-us-section End */

/* occasionRemiders  Start*/

.occasionRemiders {
    background-color: #efebe0;
    padding: 40px 0px;
    position: relative;
}

.occasion-Haeding {
    font-family: var(--gordita-bold);
    font-size: 23px;
    color: #727171;
}

.occasionRemiders p {
    font-family: var(--quik-medium);
    font-size: 14px;
    color: #7b7b7b;
}

/* occasionRemiders  End*/

/* footer Start*/

.footer-section {
    background-color: #727171;
    overflow-x: hidden;
}

.footer-section .row {
    max-width: 100%;
    margin: auto;
}

.footer-icons {
    display: flex;
    justify-content: end;
}

.icon-outer-box {
    width: 42px;
    height: 43px;
    background-color: #ffffff;
    border-radius: 50px;
    margin: 10px;
}

.icon-outer-box a {
    color: #727171;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 22px;
    transition: 0.8s;
}

.icon-outer-box a:hover {
    color: white;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.icon-outer-box:hover {
    background-color: #727171;
    border: 1px solid #ffffff;
}

.icon-outer-box a {
    text-decoration: none;
    list-style: none;
    cursor: pointer;
}

.footer-section .col-lg-3 {
    padding: 30px 0px 20px 0px;
}

.footer-dec {
    font-size: 14px;
    font-family: var(--font-heading-sub);
    color: white;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    align-content: space-around;
    padding: 10px;
}

.footer-links li a {
    color: white;
    font-size: 15px;
    font-family: var(--font-heading-sub);
    margin: 4px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    transition: 0.8s;
}

.footer-links li a:hover {
    color: #fae296 !important;
}

.footer-email {
    text-align: end;
    color: white;
    font-size: 15px;
    font-family: var(--font-heading-sub);
    padding: 0px 10px;
}

.let-be-friends {
    font-size: 40px;
    font-family: var(--font-heading-styl);
    color: #fadf88;
    transform: rotate(345deg);
    position: relative;
    top: 4px;
    left: 63px;
    text-shadow: 5px 5px 5px #00000045;
}
/* Footer End Yellow section */
.footer-end {
    padding: 2px 0px;
    background-color: #fadf88;
}

.footer-end-text {
    font-family: var(--font-heading-main);
    font-size: 15px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-end-man-in-chair {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

/* Laptop Responsive  */
@media (max-width: 1200px) {
    .let-be-friends {
        font-size: 45px;
        top: 8px;
        left: 63px;
    }
}
/* Laptop Responsive  */

/* Tablet Responsive  */
@media (max-width: 991px) {
    .footer-links {
        align-content: start;
    }
    .footer-links li a {
        font-size: 14px;
    }
    .footer-section .col-lg-3 {
        padding: 0px;
    }
    .footer-dec {
        font-size: 12px;
    }
    .footer-links {
        padding-left: 0px;
    }
    .let-be-friends {
        top: -76px;
        left: 0;
    }
    .footer-icons {
        justify-content: start;
    }
    .footer-email {
        text-align: start;
    }
}

/* @media (max-width: 768px) {
	.statement-slider .slick-arrow {
		display: none;
	}
	.statement-slider .slick-next {
		display: none !important;
	}
	.statement-slider .slick-prev {
		display: none !important;
	}
} */
/* Tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 575px) {
    .let-be-friends {
        top: -16px;
        left: 0;
    }
    .statement-slider .slick-arrow {
        display: none;
    }
    .statement-slider .slick-arrow {
        display: none;
    }
    .our-collection-section .slick-next:before {
        bottom: -250px;
        right: 113px;
    }
    .our-collection-section .slick-prev:before {
        bottom: -250px;
        left: 110px;
    }
}
/* Mobile Responsive  */

/* footer End*/

.global-arrow {
    position: fixed;
    bottom: 280px;
    right: 10px;
    z-index: 99999;
    text-decoration: none;
    list-style: none;
}

.global-arrow img {
    position: relative;
    left: 12px;
    bottom: 30px;
}

.global-arrow p {
    font-size: 13px;
    font-family: var(--font-heading-sub-semiBold);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-decoration: none;
    color: white;
    list-style: none;
}

.top-tag-line {
    width: 100%;
    padding: 10px 10px 0px 10px;
    height: 38px;
    background-color: #fadf88;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.top-tag-line h5 {
    font-size: 13px;
    font-family: var(--gordita-bold);
    color: #545250;
}

.tint {
    font-size: 13px;
    font-family: var(--font-heading-main);
    color: #545250;
    text-transform: lowercase;
}

.let-txt {
    font-family: var(--gordita-bold);
    color: #545250;
    text-align: center;
}

/* Mobile Resposnive  */
@media (max-width: 575px) {
    .global-arrow {
        bottom: 170px;
        right: 20px;
    }
    .top-tag-line h5 {
        font-size: 11px;
    }
    .top-tag-line .tint {
        font-size: 11px;
    }
}
/* Mobile Resposnive  */

/* Side bar menu style */
.offcanvas {
    z-index: 9999 !important;
}

.offcanvas-title {
    font-size: 40px;
    text-align: center;
    font-family: var(--font-heading-sub-bold);
    color: #727171;
}

.offcanvas-title img.img-fluid {
    width: 100px;
    height: 40px;
}

.mobile-nav .accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    width: fit-content;
    gap: 7px;
    padding: 0px 0px;
    outline: none;
    box-shadow: none;
    background: unset;
}
.offcanvas-body h2#flush-headingOne {
    line-height: 0;
}
.mobile-nav ul.mobile-heaader-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    /* margin: 20px 0px; */
}
.mobile-nav li.list-item {
    margin: 10px 0px;
}
.mobile-nav .accordion-body {
    padding: 10px 1.25rem;
}
.mobile-nav .accordion-button:not(.collapsed) {
    color: #000;
}
.mobile-nav .accordion-flush .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.mobile-nav .accordion-button::after {
    width: 10px;
    height: 10px;
    background-size: 100%;
}

.mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-nav .list-item.contain-drop-down {
    position: relative;
}
.mobile-nav .list-item.contain-drop-down .drop-down {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
    border: 1px solid #c5bcb05c;
    width: 208px;
    padding: 15px 15px 15px;
    position: absolute;
    top: 29px;
    overflow: hidden;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    transition: 0.6s all;
}
.mobile-nav .list-item.contain-drop-down:hover .drop-down {
    overflow: visible;
    visibility: visible;
    background-color: white;
    z-index: 9999;
    opacity: 1;
}
.offcanvas-body .list-item a {
    font-size: 16px;
    font-family: var(--font-heading-sub);
    color: black !important;
    list-style: none !important;
    text-decoration: none !important;
}

.side-bar-menu-section {
    display: none !important;
}
.banner-text-here .order-btn {
    z-index: 99999 !important;
    position: relative;
}
@media (max-width: 992px) {
    .side-bar-menu-section {
        display: block !important;
    }

    .side-bar-menu {
        padding: 10px !important;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .side-bar-menu .box img {
        max-width: 161px;
        height: 46px;
    }

    /* .side-bar {
    padding-top: 10px;
    padding-left: 200px;
  } */

    .side-bar img {
        width: 27px;
        height: 23px;
    }

    .main-header {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .banner-text-here .order-btn {
        padding-right: 20px;
    }
}

/* Mobile Responsive  */
@media (max-width: 575px) {
    .global-arrow img {
        bottom: 6px;
    }
}
/* Mobile Responsive  */

/* @media (max-width: 1300px) {
  .single-slider .slick-next:before {
    content: '';
    background: url('../img/next-wow.webp');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    border: 1px solid #727171;
    position: relative;
    top: 6px;
    right: 0px !important;
    z-index: 999 !important;
  }

  .single-slider .slick-prev:before {
    content: '';
    background: url('../img/prev-wow.webp');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #727171;
    position: relative;
    top: 6px;
    left: 0px !important;
    z-index: 999 !important;
  }

} */

.gift-card img {
    height: 350px;
    object-fit: cover;
}

#edit-message-modal .modal-dialog {
    max-width: 80%;
}

div#cke_1_contents {
    height: 310px !important;
}

#edit-message-modal .back-display-text {
    padding: 0;
}
#edit-message-modal .back-display-text p {
    padding: 0px 10px;
}

#edit-message-modal img.edit_image_preview.imagePreview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#edit-message-modal .write-m-wrap {
    height: 100%;
}

/* option-modal Css  */
#optionModal .modal-header {
    border: 0;
    display: none;
}
#optionModal .modal-content {
    border-radius: 12px;
}
/* #optionModal  {
    top: 230px ;
} */
#optionModal .modal-body {
    padding: 0;
    background: #ffffff;
    border: 1px solid #afafaf;
    border-radius: 12px;
}
#optionModal .modal-footer {
    display: none;
}
#optionModal .modal-body .option-mdal-wrapper {
    text-align: center;
    color: #576475;
    padding: 40px 40px 10px;
}
#optionModal .modal-body .option-mdal-wrapper .option-msjs {
    padding-top: 12px;
}
#optionModal
    .modal-body
    .option-mdal-wrapper
    .option-modal-anchor
    .option-modal-size {
    font-size: 20px;
    font-family: var(--font-heading-main);
    text-decoration: underline !important;
    color: #576475;
}
#optionModal .modal-body .option-mdal-wrapper .option-modal-anchor {
    padding-bottom: 25px;
}
#optionModal .modal-body .option-mdal-wrapper .option-msjs .up-to {
    font-size: 20px;
    font-family: var(--font-btn-font-reg);
}
#optionModal .modal-body .option-mdal-wrapper .option-msjs .up-para {
    font-size: 15px;
    font-family: var(--font-btn-font-reg);
}
@media (min-width: 576px) {
    #optionModal .modal-dialog {
        max-width: 450px;
        margin: 1.75rem auto;
    }
}

/* Mobile Responsive  */
@media (max-width: 575px) {
    #optionModal
        .modal-body
        .option-mdal-wrapper
        .option-modal-anchor
        .option-modal-size {
        font-size: 18px;
    }
    #optionModal .modal-body .option-mdal-wrapper .option-msjs .up-to {
        font-size: 17px;
    }
    #optionModal .modal-body .option-mdal-wrapper .option-msjs .up-para {
        font-size: 13px;
    }
}
/* Mobile Responsive  */

/* option-modal Css  */

/* view-modal Css  */
.option-ul_wrapper {
    padding: 30px;
}

@media (min-width: 576px) {
    .view_all_modal .modal-dialog {
        max-width: 570px;
        margin: 1.75rem auto;
    }

    .view_all_modal .submit-msj-btn {
        margin-top: 20px;
    }

    .submit-msj-text {
        padding-top: 40px;
    }

    .submit-msj-text .before-submit {
        text-align: center;
        font-size: 18px;
        color: #6a6a6a;
        font-family: var(--font-heading-sub);
    }

    .submit-msj-text ul.msj-ul {
        max-width: 560px;
        margin: auto;
        padding-top: 20px;
    }

    .submit-msj-text ul.msj-ul li {
        font-size: 18px;
        color: #6a6a6a;
        font-family: var(--font-heading-sub);
    }

    .submit-msj-text ul.msj-ul li::marker {
        color: var(--btn-color);
    }
}
/* view-modal Css  */

/* auth_sec Css  */
.auth_sec .card-header {
    background: #f9de8c;
}

.box_btn {
    max-width: 50%;
    margin: auto;
}

.display-back-text {
    overflow-y: auto;
    height: 355px;
    color: #5a5a5a;
    font-size: 14px;
    font-family: var(--font-heading-sub-medium);
    padding: 0px 10px;
}

/* width */
.display-back-text::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.display-back-text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.display-back-text::-webkit-scrollbar-thumb {
    background: #6a6a6a;
    border-radius: 5px;
}
