* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "gayathri_regular";
    src: url(../font/Gayathri/Gayathri-Regular.ttf);
}

@font-face {
    font-family: "gayathri_bold";
    src: url(../font/Gayathri/Gayathri-Bold.ttf);
}

@font-face {
    font-family: "sottel";
    src: url(../font/sottel/Sottel.ttf);
}

@font-face {
    font-family: "roboto_light";
    src: url(../font/Roboto/Roboto-Light.ttf);
}

@font-face {
    font-family: "roboto_regular";
    src: url(../font/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: "roboto_medium";
    src: url(../font/Roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: "roboto_semibold";
    src: url(../font/Roboto/Roboto-SemiBold.ttf);
}

@font-face {
    font-family: "roboto_bold";
    src: url(../font/Roboto/Roboto-Bold.ttf);
}

:root {
    --gayathri_regular: "gayathri_regular";
    --gayathri_bold: "gayathri_bold";
    --roboto_light: "roboto_light";
    --roboto_regular: "roboto_regular";
    --roboto_medium: "roboto_medium";
    --roboto_semibold: "roboto_semibold";
    --roboto_bold: "roboto_bold";
    --sottel: "sottel";

    --fs_12: 12px;
    --fs_14: 14px;
    --fs_15: 15px;
    --fs_16: 16px;
    --fs_18: 18px;
    --fs_20: 20px;
    --fs_22: 22px;
    --fs_24: 24px;
    --fs_28: 28px;
    --fs_30: 30px;
    --fs_32: 32px;
    --fs_34: 34px;
    --fs_36: 36px;
    --fs_40: 40px;
    --fs_42: 42px;
    --fs_50: 50px;
    --fs_52: 52px;
    --fs_54: 54px;
    --fs_60: 60px;

    --bg_color_1: #000000;
    --bg_color_2: #C1A01E;
    --bg_color_3: #4B4A49;
    --bg_color_4: #030327;
    --bg_color_5: #FAF7F4;
    --bg_color_6: #FFFFFF;
    --bg_color_7: #B3B3B3;
    --bg_color_8: #8C8C8C;
    --bg_color_9: #A3A3A3;
    --bg_color_10: #848484;
    --bg_color_11: #F6F1ED;
    --bg_color_12: #F7F7F7;
    --bg_color_13: #F9C600;
    --bg_color_14: #F6F1ED;
    --bg_color_15: #8F000E;
    --bg_color_16: #DFDFDF;
    --bg_color_17: #005635;

    --text_color_1: #000000;
    --text_color_2: #C1A01E;
    --text_color_3: #4B4A49;
    --text_color_4: #030327;
    --text_color_5: #FAF7F4;
    --text_color_6: #FFFFFF;
    --text_color_7: #B3B3B3;
    --text_color_8: #8C8C8C;
    --text_color_9: #A3A3A3;
    --text_color_10: #848484;
    --text_color_11: #4D4C65;
    --text_color_12: #4F4F68;
    --text_color_13: #000096;
    --text_color_14: #999999;
    --text_color_15: #2BA300;
    --text_color_16: #5F5F5F;
    --text_color_17: #8F000E;
    --text_color_18: #9D9DA8;

}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

p,
span,
li {
    font-family: var(--gayathri_regular);
}

.mt-70 {
    margin-top: 70px;
}

.mt--200 {
    margin-top: -200px;
}

.login_first_section {
    height: 100vh;
}

.login_first_section .image_slider_part {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.login_first_section .image_slider_part .item {
    color: #fff;
    border-radius: 3px;
    text-align: center;
    height: 100vh;
    position: relative;
}

.login_first_section .image_slider_part .item {
    position: relative;
    height: 100vh;
}

.login_first_section .image_slider_part .item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

.login_first_section .image_slider_part .item .glass_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 600px;
}

.login_first_section .image_slider_part .item .liquidGlass-wrapper {
    overflow: hidden;
}

.login_first_section .image_slider_part .item .liquidGlass-effect {
    position: absolute;
    inset: 0;
    z-index: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    filter: url(#glass-distortion);
    isolation: isolate;
}

.login_first_section .image_slider_part .item .liquidGlass-tint {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: transparent;
}

.login_first_section .image_slider_part .item .liquidGlass-shine {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.login_first_section .image_slider_part .item .liquidGlass-text {
    position: relative;
    z-index: 3;
    color: #111;
}

.login_first_section .image_slider_part .item .glass_content .main_text {
    font-size: var(--fs_50);
    margin: 0 0 8px;
    color: var(--text_color_6);
    font-family: var(--sottel);
    text-align: start;
    line-height: 1.5;
}

.login_first_section .image_slider_part .item .glass_content p {
    font-size: var(--fs_24);
    font-family: var(--roboto_regular);
    color: var(--text_color_6);
    text-align: start;
    margin-top: 15px;
    margin-bottom: 0;
}

.login_first_section .image_slider_part .item .liquidGlass-wrapper {
    opacity: 1;
}

.login_first_section .image_slider_part .item .liquidGlass-text {
    opacity: 0;
    clip-path: inset(50% 0 50% 0);
}

.login_first_section .image_slider_part .item .liquidGlass-wrapper.reveal .liquidGlass-text {
    opacity: 1;
    animation: textOpen 2s ease forwards;
}

@keyframes textOpen {
    from {
        clip-path: inset(50% 0 50% 0);
    }

    to {
        clip-path: inset(0 0 0 0);
    }
}

.login_first_section .image_slider_part .item .liquidGlass-effect {
    filter: none;
    opacity: 0;
    transition: opacity 350ms ease;
}

.login_first_section .image_slider_part .item .liquidGlass-wrapper.reveal .liquidGlass-effect {
    filter: url(#glass-distortion);
    opacity: 1;
}

.login_first_section .form_main_part {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 22px;
    background-color: var(--bg_color_6);
}

.login_first_section .form_main_part .login_card {
    text-align: center;
}

.login_first_section .form_main_part .login_card .logo_part img {
    height: 120px;
    width: auto;
    margin-bottom: 50px;
}

.login_first_section .form_main_part .login_card .login_title {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_24);
    color: var(--text_color_4);
    margin: 0 0 30px 0;
}

.login_first_section .form_main_part .login_card .login_form .field {
    margin-bottom: 18px;
}

.login_first_section .form_main_part .login_card .login_form input {
    width: 100%;
    border: 1px solid var(--text_color_7);
    border-radius: 8px;
    padding: 12px 18px;
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_1);
    outline: none;
    background: var(--bg_color_6);
}

.login_first_section .form_main_part .login_card .password_field {
    position: relative;
}

.login_first_section .form_main_part .login_card .eye_btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    cursor: pointer;
    opacity: .55;
    padding: 6px;
    line-height: 1;
}

.login_first_section .form_main_part .login_card .primary_btn {
    width: 100%;
    margin-top: 8px;
    border: 0;
    border-radius: 8px;
    background: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--roboto_medium);
    padding: 10px;
}

.login_first_section .form_main_part .login_card .link_part {
    display: flex;
    justify-content: space-between;
}

.login_first_section .form_main_part .login_card .forgot_link {
    display: block;
    margin-top: 20px;
    text-align: right;
    font-size: var(--fs_16);
    color: var(--text_color_8);
    text-decoration: none;
    font-family: var(--roboto_medium);
    transition: color 0.3s ease;
}

.login_first_section .form_main_part .login_card .forgot_link:hover {
    color: var(--text_color_2);
}

.login_first_section .form_main_part .login_card .divider {
    margin: 25px 0 25px;
    position: relative;
    text-align: center;
    color: var(--bg_color_9);
    font-size: 12px;
}

.login_first_section .form_main_part .login_card .divider::before,
.login_first_section .form_main_part .login_card .divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 36%;
    height: 1px;
    background: var(--bg_color_9);
}

.login_first_section .form_main_part .login_card .divider::before {
    left: 0;
}

.login_first_section .form_main_part .login_card .divider::after {
    right: 0;
}

.login_first_section .form_main_part .login_card .divider span {
    padding: 0 10px;
    font-family: var(--roboto_medium);
    font-size: var(--fs_14);
    color: var(--text_color_9);
}

.login_first_section .form_main_part .login_card .google_btn {
    width: 100%;
    padding: 12px;
    border: 1px solid #dcdcdc;
    background: var(--bg_color_6);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: var(--fs_16);
    font-family: var(--roboto_medium);
    color: var(--text_color_4);
    cursor: pointer;
}

/* .homepage_first_section .main_image_part .mainimg {
    width: 100%;
} */

.hero_header {
    position: relative;
    height: 100vh;
    min-height: 650px;
    overflow: hidden;
}

.hero_header .header-desktop-2 a,
.hero_header .header-mobile a,
.hero_header .mobile-menu a {
    color: inherit;
    text-decoration: none;
}

.hero_header .hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero_header .hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.55) 0%,
            rgba(0, 0, 0, 0.25) 55%,
            rgba(0, 0, 0, 0.55) 100%);
}

.hero_header .header-desktop-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding-top: 18px;
    padding-bottom: 18px;
    color: var(--text_color_6);
    font-family: var(--roboto_medium);
}

.hero_header .header-desktop-2 .hd-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.hero_header .header-desktop-2 .hd-top .brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.hero_header .header-desktop-2 .hd-top .brand .brand-logo {
    height: 78px;
    width: auto;
    display: block;
}

.hero_header .header-desktop-2 .hd-top .nav-top {
    display: flex;
    align-items: center;
    gap: 34px;
    font-size: var(--fs_14);
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.hero_header .header-desktop-2 .hd-top .nav-top a {
    color: var(--text_color_6);
    font-family: var(--roboto_regular);
    font-size: var(--fs_15);
}

.hero_header .header-desktop-2 .hd-top .btn-signin {
    background: var(--bg_color_2);
    color: var(--text_color_6);
    padding: 10px 18px;
    border-radius: 2px;
    font-size: var(--fs_15);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--roboto_regular);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
}

.hero_header .header-desktop-2 .hd-top .btn-signin:hover {
    filter: brightness(0.95);
}

.hero_header .header-desktop-2 .hd-divider {
    margin: 5px 0 20px 0;
    height: 1px;
    background: rgba(255, 255, 255, .35);
}

.hero_header .header-desktop-2 .hd-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    /* justify-content: space-between; */
    gap: 18px;
}

.hero_header .header-desktop-2 .hd-bottom .nav-bottom {
    display: flex;
    align-items: center;
    gap: 42px;
    font-size: var(--fs_14);
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.hero_header .header-desktop-2 .hd-bottom .nav-bottom a {
    color: var(--text_color_6);
    font-family: var(--roboto_regular);
    font-size: var(--fs_15);
}

.hero_header .header-desktop-2 .hd-bottom .lang {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: var(--fs_14);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero_header .header-desktop-2 .hd-bottom .lang a {
    color: var(--text_color_6);
    font-family: var(--roboto_regular);
    font-size: var(--fs_15);
}

.hero_header .hero-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
}

.hero_header .hero-content .hero-text {
    width: 60%;
}

.hero_header .hero-content .hero-text h1 {
    font-family: var(--sottel);
    font-size: 50px;
    line-height: 1.5;
    color: var(--text_color_6);
}

.hero_header .hero-content .hero-text p {
    font-family: var(--roboto_regular);
    font-size: var(--fs_24);
    color: var(--text_color_6);
    margin: 0;
    letter-spacing: .5px;
}

.hero_header .header-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    padding: 14px 0;
    display: none;
    color: var(--text_color_6);
    background-color: var(--bg_color_6);
}

.hero_header .header-mobile .mobile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.hero_header .header-mobile .mobile-row .hamburger {
    width: 42px;
    height: 38px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.hero_header .header-mobile .mobile-row .hamburger span {
    display: block;
    height: 2px;
    background: rgba(3, 3, 39, .45);
    border-radius: 2px;
}

.hero_header .header-mobile .mobile-row .hamburger span:nth-child(1) {
    width: 26px;
}

.hero_header .header-mobile .mobile-row .hamburger span:nth-child(2) {
    width: 20px;
}

.hero_header .header-mobile .mobile-row .hamburger span:nth-child(3) {
    width: 14px;
}

.hero_header .header-mobile .mobile-row .brand-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.hero_header .header-mobile .mobile-row .btn-signin-sm {
    padding: 9px 14px;
    font-size: var(--fs_12);
    min-width: 92px;
}

.hero_header .header-mobile .mobile-menu {
    position: fixed;
    inset: 0;
    background: var(--bg_color_6);
    z-index: 999;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
}

.hero_header .header-mobile .mobile-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.hero_header .header-mobile .mobile-menu-top {
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 16px;
    border-bottom: 1px solid rgba(3, 3, 39, .12);
}

.hero_header .header-mobile .mobile-menu-top .close-menu {
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    font-size: 44px;
    line-height: 1;
    color: rgba(3, 3, 39, .45);
    cursor: pointer;
    margin-bottom: 10px;
}

.hero_header .header-mobile .mobile-menu-top .menu-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.hero_header .header-mobile .mobile-menu-top .menu-logo-img {
    /* height: 78px; */
    height: 70px;
    width: auto;
    display: block;
}

.hero_header .header-mobile .menu-user,
.hero_header .header-mobile .mobile-menu .menu-user {
    width: 44px;
    height: 44px;
    background: var(--bg_color_2);
    color: var(--text_color_6);
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero_header .header-mobile .mobile-nav {
    padding: 24px 0 0;
    text-align: center;
    font-family: var(--roboto_medium);
    color: var(--text_color_4);
}

.hero_header .header-mobile .mobile-nav a {
    display: block;
    padding: 16px 16px;
    font-size: var(--fs_18);
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text_color_4);
}

.hero_header .header-mobile .mobile-nav a:hover {
    background: rgba(3, 3, 39, .04);
}

.hero_header .header-mobile .menu-divider {
    height: 1px;
    background: rgba(3, 3, 39, .12);
    margin: 18px 0;
}

.homepage_first_section {
    padding: 100px 0;
    overflow: hidden;
    background-color: var(--bg_color_5);
}

.homepage_first_section .left_side_part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

.homepage_first_section .left_side_part img:nth-of-type(1) {
    height: 270px;
    width: 330px;
    object-fit: cover;
    margin-bottom: 100px;
}

.homepage_first_section .left_side_part img:nth-of-type(2) {
    height: 555px;
    width: 370px;
    object-fit: cover;
}

.homepage_first_section .middle_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.homepage_first_section .middle_part .title {
    font-size: var(--fs_60);
    font-family: var(--sottel);
    color: var(--text_color_4);
    text-align: center;
    margin-top: 30px;
}

.homepage_first_section .middle_part .text {
    font-family: var(--roboto_regular);
    font-size: var(--fs_24);
    color: var(--text_color_11);
    line-height: 1.4;
    text-align: center;
    margin-top: 40px;
}

.homepage_first_section .right_side_part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.homepage_first_section .right_side_part img:nth-of-type(1) {
    height: 460px;
    width: 305px;
    object-fit: cover;
    /* margin-bottom: 100px; */
}

.homepage_first_section .right_side_part img:nth-of-type(2) {
    height: 310px;
    width: 395px;
    object-fit: cover;
}

.homepage_first_section .left_side_part img,
.homepage_first_section .right_side_part img {
    transform-origin: center;
    backface-visibility: hidden;
    will-change: transform;
}

.homepage_first_section .middle_part .reveal-clip {
    display: inline-block;
    will-change: clip-path;
    clip-path: inset(0 100% 0 0);
}

.homepage_second_section {
    padding: 100px 0;
    background-color: var(--bg_color_5);
}

.homepage_second_section .heading_part .heading {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_2);
    text-align: center;
    margin-bottom: 70px;
    width: 100%;
}

.homepage_second_section .first_left_text_part h3 {
    color: var(--text_color_4);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.homepage_second_section .first_left_text_part h3 p {
    font-size: var(--fs_60);
    font-family: var(--gayathri_regular);
    text-transform: capitalize;
}

.homepage_second_section .first_left_text_part .desc {
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    color: var(--text_color_11);
}

.homepage_second_section .first_left_text_part .reserve_table_button_part a {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--gayathri_bold);
    padding: 14px 10px 10px 10px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.homepage_third_section .left_side_text_part {
    background-color: var(--bg_color_6);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 100px 220px;
}

.homepage_third_section .left_side_text_part .top_text p {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_4);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.homepage_third_section .left_side_text_part .middle_text {
    margin-top: 60px;
}

.homepage_third_section .left_side_text_part .middle_text h3 {
    font-size: var(--fs_32);
    font-family: var(--gayathri_regular);
    color: var(--text_color_2);
}

/* .reveal-letters {
    display: inline-block;
}

.reveal-letters .char {
    display: inline-block;
    opacity: 0;
    filter: blur(10px);
    transform: translateY(6px);
    transition: opacity 0.45s ease, filter 0.7s ease, transform 0.7s ease;
    will-change: opacity, filter, transform;
}

.reveal-letters .char.show {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.reveal-letters .space {
    width: 0.35em;
}

.reveal-letters .space.leading-space {
    width: 0 !important;
} */

.reveal-letters {
    display: inline-block;
}

.reveal-letters i.word {
    display: inline-block;
    opacity: 0;
    filter: blur(10px);
    transform: translateY(6px);
    transition: opacity 0.45s ease, filter 0.7s ease, transform 0.7s ease;
    will-change: opacity, filter, transform;
    font-style: normal;
}

.reveal-letters i.word.show {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.reveal-letters i.gap {
    display: inline-block;
    width: auto;
}

/* .reveal-letters i.char {
    display: inline-block;
    opacity: 0;
    filter: blur(10px);
    transform: translateY(6px);
    transition: opacity 0.45s ease, filter 0.7s ease, transform 0.7s ease;
    will-change: opacity, filter, transform;
    font-style: normal;
}

.reveal-letters i.char.show {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.reveal-letters i.space {
    width: 0.35em;
}

.reveal-letters i.space.leading-space {
    width: 0 !important;
} */

.homepage_third_section .left_side_text_part .middle_text p {
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    color: var(--text_color_12);
    margin-top: 50px;
    margin-bottom: 70px;
}

.homepage_third_section .left_side_text_part .bottom_text .explore_btn {
    /* font-size: var(--fs_16);
    color: var(--text_color_4);
    font-family: var(--gayathri_regular);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 0; */

    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--gayathri_bold);
    padding: 14px 30px 10px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage_third_section .right_side_image_part {
    position: relative;
}

.homepage_third_section .right_side_image_part .first_img {
    position: relative;
    z-index: 1;
    height: 850px;
    width: 100%;
    object-fit: cover;
}

.homepage_third_section .right_side_image_part .second_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 60%;
    object-fit: cover;
    z-index: 2;
}

.homepage_fourth_section {
    padding: 150px 0 0 0;
    background-color: var(--bg_color_5);
}

.homepage_fourth_section .heading_part .heading {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_2);
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}

.homepage_fourth_section .card_div {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 50px auto;
    /* height: 2040px; */
    height: max-content;
    align-items: center;
}

.homepage_fourth_section .card_div .card {
    /* width: 100%;
    margin: 0 20px;
    box-sizing: border-box;
    background: #dedede;
    min-height: 400px;
    border-radius: 32px;
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'system-ui', sans-serif;
    font-size: 90px;
    font-weight: medium;
    color: #FFF; */

    position: sticky;
    background-color: var(--bg_color_11);
    width: 100%;
    padding: 25px;
    border-top: 1px solid var(--text_color_2);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin-bottom: 40px;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.homepage_fourth_section .card_div {
    margin-bottom: 0;
}

.homepage_fourth_section .card_div .card .title {
    color: var(--text_color_4);
    font-family: var(--gayathri_regular);
    font-size: var(--fs_32);
}

.homepage_fourth_section .card_div .card .title h3 {
    margin-bottom: 0;
}

.homepage_fourth_section .card_div .card .text {
    color: var(--text_color_12);
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    display: flex;
    justify-content: end;
}

.homepage_fourth_section .card_div .one {
    top: 50px;
}

.homepage_fourth_section .card_div .card .img_part {
    display: flex;
    justify-content: center;
}

.homepage_fourth_section .card_div .two {
    top: 120px;
}

.homepage_fourth_section .card_div .three {
    top: 190px;
}

.homepage_fourth_section .card_div .four {
    top: 240px;
}



/* .homepage_fourth_section .ignite-accordions {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homepage_fourth_section .ignite-accordions .ignite-accordion {
    background-color: var(--bg_color_11);
    width: 100%;
    padding: 25px;
    border-top: 1px solid var(--text_color_2);
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.homepage_fourth_section .ignite-accordions .ignite-accordion .ignite-title {
    color: var(--text_color_4);
    font-family: var(--gayathri_regular);
    font-size: var(--fs_32);
}

.homepage_fourth_section .ignite-accordions .ignite-accordion .ignite-text {
    color: var(--text_color_12);
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
}

@media only screen and (max-width: 480px) {

    .homepage_fourth_section .ignite-accordions .ignite-accordion {
        padding: 15px 20px 8px;
        width: 100%;
    }

    .homepage_fourth_section .ignite-accordions .ignite-accordion .ignite-title {
        font-size: 20px;
    }
} */

.homepage_fifth_section {
    padding: 100px 0;
    background-color: var(--bg_color_5);
}

.homepage_fifth_section .heading_part .heading {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_2);
    text-align: center;
    margin-bottom: 70px;
    width: 100%;
}

.homepage_fifth_section .marquee {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    padding: 18px 0;

    -webkit-mask-image: linear-gradient(to right,
            transparent 0%,
            rgba(0, 0, 0, 0.4) 4%,
            rgba(0, 0, 0, 0.85) 10%,
            rgba(0, 0, 0, 1) 16%,
            rgba(0, 0, 0, 1) 84%,
            rgba(0, 0, 0, 0.85) 90%,
            rgba(0, 0, 0, 0.4) 96%,
            transparent 100%);

    mask-image: linear-gradient(to right,
            transparent 0%,
            rgba(0, 0, 0, 0.4) 4%,
            rgba(0, 0, 0, 0.85) 10%,
            rgba(0, 0, 0, 1) 16%,
            rgba(0, 0, 0, 1) 84%,
            rgba(0, 0, 0, 0.85) 90%,
            rgba(0, 0, 0, 0.4) 96%,
            transparent 100%);
}

.homepage_fifth_section .marquee .track {
    display: flex;
    gap: var(--gap);
    width: max-content;
    will-change: transform;
    animation-name: scroll;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: var(--duration, 20s);
}

.homepage_fifth_section .marquee:hover .track {
    animation-play-state: paused;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-1 * var(--distance, 1000px)));
    }
}

.homepage_fifth_section .marquee .track .card {
    width: 500px;
    background: transparent;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid var(--text_color_7);
    border-radius: 0;
    padding: 0 20px;
    cursor: pointer;
}

.homepage_fifth_section .marquee .track .card .quote {
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    color: var(--text_color_4);
}

.homepage_fifth_section .marquee .track .card .name {
    font-size: var(--fs_20);
    font-family: var(--gayathri_regular);
    color: var(--text_color_4);
    margin-top: 100px;
    margin-bottom: 0;
}

@media (max-width: 520px) {
    .homepage_fifth_section .marquee {
        -webkit-mask-image: linear-gradient(to right,
                transparent 0%,
                rgba(0, 0, 0, 0.6) 8%,
                rgba(0, 0, 0, 1) 18%,
                rgba(0, 0, 0, 1) 82%,
                rgba(0, 0, 0, 0.6) 92%,
                transparent 100%);

        mask-image: linear-gradient(to right,
                transparent 0%,
                rgba(0, 0, 0, 0.6) 8%,
                rgba(0, 0, 0, 1) 18%,
                rgba(0, 0, 0, 1) 82%,
                rgba(0, 0, 0, 0.6) 92%,
                transparent 100%);
    }
}

/* .homepage_sixth_section .swiper {
    width: 350px;
    height: 550px;
    padding: 50px 0;
}

.homepage_sixth_section .swiper .swiper-slide {
    position: relative;
    border-radius: 0;
    user-select: none;
}

.homepage_sixth_section .swiper .swiper-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
} */


/* .homepage_sixth_section main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    place-items: center;
    height: fit-content;
} */

.homepage_sixth_section {
    padding: 100px 0 0 0;
    background-color: var(--bg_color_6);
}

.homepage_sixth_section .left_side_text_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;
    width: 50%;
    margin-left: 100px;
}

.homepage_sixth_section .left_side_text_part .title {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_60);
    color: var(--text_color_4);
}

.homepage_sixth_section .left_side_text_part .desc {
    font-family: var(--roboto_regular);
    font-size: var(--fs_24);
    color: var(--text_color_12);
}

.homepage_sixth_section .left_side_text_part .button_part {
    display: flex;
    gap: 16px;
    margin-top: 40px;
}

.homepage_sixth_section .left_side_text_part .button_part .shop_now_tbn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--gayathri_bold);
    padding: 14px 30px 10px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage_sixth_section .left_side_text_part .button_part .view_offers_tbn {
    background-color: var(--bg_color_6);
    border: 1px solid var(--bg_color_2);
    color: var(--text_color_2);
    font-size: var(--fs_16);
    font-family: var(--gayathri_bold);
    padding: 14px 30px 10px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage_sixth_section .right_slider_part {
    position: relative;
    /* overflow: hidden; */
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage_sixth_section .right_slider_part .stack {
    position: relative;
    width: 100%;
    height: auto;
    perspective: 1000px;
}

.homepage_sixth_section .right_slider_part .card {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 350px;
    height: 500px;
    border-radius: 0;
    border: 1px solid #FFFFFF;
    transition: transform 0.6s;
    user-select: none;
}

.homepage_sixth_section .right_slider_part .card img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    pointer-events: none;
}

.homepage_sixth_section .right_slider_part .card:nth-last-child(n + 5) {
    --x: calc(-50% + 90px);
    transform: translate(var(--x), -50%) scale(0.85);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.01);
}

.homepage_sixth_section .right_slider_part .card:nth-last-child(4) {
    --x: calc(-50% + 60px);
    transform: translate(var(--x), -50%) scale(0.9);
}

.homepage_sixth_section .right_slider_part .card:nth-last-child(3) {
    --x: calc(-50% + 30px);
    transform: translate(var(--x), -50%) scale(0.95);
}

.homepage_sixth_section .right_slider_part .card:nth-last-child(2) {
    --x: calc(-50%);
    transform: translate(var(--x), -50%) scale(1);
}

.homepage_sixth_section .right_slider_part .card:nth-last-child(1) {
    --x: calc(-50% - 30px);
    transform: translate(var(--x), -50%) scale(1.05);
}

.homepage_sixth_section .right_slider_part .swap {
    animation: swap 1.3s ease-out forwards;
}

@keyframes swap {
    30% {
        transform: translate(calc(var(--x) - 250px), -50%) scale(1.2) rotate(-5deg) rotateY(65deg);
    }

    100% {
        transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
        z-index: -1;
    }
}

/* @media only screen and (max-width: 1200px) {
    @keyframes swap {
        30% {
            transform: translate(calc(var(--x) - 200px), -50%) scale(1.2) rotate(-5deg) rotateY(65deg);
        }

        100% {
            transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
            z-index: -1;
        }
    }
}

@media only screen and (max-width: 1050px) {
    @keyframes swap {
        30% {
            transform: translate(calc(var(--x) - 150px), -50%) scale(0.85) rotate(-5deg) rotateY(65deg);
        }

        100% {
            transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
            z-index: -1;
        }
    }
} */

/* @media (max-width: 1200px) {
    .homepage_sixth_section .right_slider_part .card {
        width: 250px;
        height: 380px;
    }
}

@media (max-width: 1050px) {

    .homepage_sixth_section .right_slider_part .card {
        width: 220px;
        height: 350px;
    }
}

@media (max-width: 990px) {
    .homepage_sixth_section .right_slider_part .card {
        width: 200px;
        height: 300px;
    }
} */

@media only screen and (max-width: 950px) {
    .homepage_sixth_section .right_slider_part main {
        grid-template-columns: 1fr;
        grid-template-rows: 4fr 3fr;
        grid-template-areas:
            "stacked"
            "content";
    }

    .homepage_sixth_section .right_slider_part .stack {
        grid-area: stacked;
    }
}

@media only screen and (max-width: 650px) {
    .homepage_sixth_section .right_slider_part main {
        grid-template-rows: 1fr 1fr;
    }
}

.homepage_footer_section {
    padding: 100px 100px 0 100px;
}

.homepage_footer_section .first_row {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--bg_color_7);
}

.homepage_footer_section .first_row .logo_image_part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepage_footer_section .first_row .logo_image_part .footer_logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepage_footer_section .first_row .desc_part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepage_footer_section .first_row .desc_part .desc {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: var(--gayathri_regular);
    margin-bottom: 0;
    font-size: var(--fs_20);
    margin-top: 15px;
}

.homepage_footer_section .second_row {
    padding-top: 40px;
}

.homepage_footer_section .second_row .first .title {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_20);
    color: var(--text_color_13);
    text-transform: uppercase;
}

.homepage_footer_section .second_row .first p {
    margin-bottom: 5px;
}

.homepage_footer_section .second_row .first a {
    text-decoration: none;
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_4);
    margin-bottom: 8px;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.homepage_footer_section .second_row .first a:hover {
    color: var(--text_color_2);
}

.homepage_footer_section .third_row .footer_fish_part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutuspage_first_section {
    padding: 100px 0;
    background-color: var(--bg_color_5);
}

.aboutuspage_first_section .seastories_part h2 {
    margin-bottom: 0;
    font-family: var(--gayathri_regular);
    font-size: var(--fs_60);
    color: var(--text_color_4);
    line-height: 1.1;
    padding-left: 30%;
}

.aboutuspage_second_section {
    background-color: var(--bg_color_5);
}

.aboutuspage_second_section .left_side_image_part img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.aboutuspage_second_section .right_side_content_part .title {
    margin-bottom: 0;
    font-family: var(--roboto_light);
    font-style: italic;
    font-size: var(--fs_24);
    color: var(--text_color_4);
}

.aboutuspage_second_section .right_side_content_part {
    padding-right: 50%;
}

.aboutuspage_second_section .right_side_content_part .title .fish_image {
    width: 48px;
    height: 35px;
    object-fit: contain;
}

.aboutuspage_second_section .right_side_content_part .desc {
    color: var(--text_color_11);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    margin-top: 40px;
    margin-bottom: 0;
}

.aboutuspage_third_section {
    background-color: var(--bg_color_5);
    padding: 100px 0 0 0;
    position: relative;
    width: 100%
}

.aboutuspage_third_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aboutuspage_third_section .heading_part h3 {
    font-size: var(--fs_60);
    font-family: var(--sottel);
    color: var(--text_color_4);
    text-align: center;
    margin-bottom: 50px;
}

.aboutuspage_third_section .heading_part .reveal-clip {
    display: inline-block;
    will-change: clip-path;
    clip-path: inset(0 100% 0 0);
}

.aboutuspage_third_section .core-values__sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

.aboutuspage_third_section .core-values__sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

.aboutuspage_third_section .core-values__sticky .core-values__bg {
    position: absolute;
    inset: 0;
    background-image: url(../images/corevaluebg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.aboutuspage_third_section .core-values__sticky .core_value_text_part {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    overflow: hidden;
}

.aboutuspage_third_section .core-values__sticky .core_value_text_part .values {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--text_color_6);
    will-change: transform, opacity;
    opacity: 0;
    pointer-events: none;
}

.aboutuspage_third_section .core-values__sticky .core_value_text_part .values .value__title {
    font-size: var(--fs_60);
    font-family: var(--gayathri_regular);
    line-height: 1.3;
    margin-bottom: 16px;
}

.aboutuspage_third_section .core-values__sticky .core_value_text_part .values .value__desc {
    font-size: var(--fs_24);
    font-family: var(--roboto_regular);
    line-height: 1.3;
}

.aboutuspage_third_section .core-values__sticky .core_value_text_part .values {
    transition: opacity 180ms ease;
}

.aboutuspage_fourth_section {
    background-color: var(--bg_color_5);
    padding: 200px 0 100px 0;
}

.aboutuspage_fourth_section .row {
    align-items: center;
    position: relative;
}

.aboutuspage_fourth_section .left_part {
    padding: 40px;
    position: relative;
    z-index: 2;
    margin-right: -120px;
    background: rgba(246, 241, 237, 0.7);
    backdrop-filter: blur(15.55px);
    margin-top: -300px;
}

.aboutuspage_fourth_section .left_part .title {
    color: var(--text_color_4);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.aboutuspage_fourth_section .left_part .desc {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_2);
    line-height: 1;
}

.aboutuspage_fourth_section .left_part .info {
    color: var(--text_color_12);
    font-family: var(--roboto_regular);
    font-size: var(--fs_24);
}

.aboutuspage_fourth_section .right_part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutuspage_fifth_section {
    background-color: var(--bg_color_5);
    padding: 0 0 0 0;
}

.aboutuspage_fifth_section .right_side_part .info_part h3 {
    color: var(--text_color_4);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.aboutuspage_fifth_section .right_side_part .info_part h3 p {
    font-size: var(--fs_60);
    font-family: var(--gayathri_regular);
    text-transform: capitalize;
    margin-bottom: 0;
}

.aboutuspage_fifth_section .right_side_part .info_part .desc {
    font-size: var(--fs_24);
    color: var(--text_color_11);
    font-family: var(--gayathri_regular);
}

.aboutuspage_fifth_section .right_side_part .image_part {
    margin-top: 80px;
}

.aboutuspage_sixth_section {
    background-color: var(--bg_color_5);
    padding: 100px 0 100px 0;
    position: relative;
}

.aboutuspage_sixth_section .heading_part .title {
    color: var(--text_color_4);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.aboutuspage_sixth_section .heading_part .desc {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_2);
    text-align: center;
    width: 100%;
}

.aboutuspage_sixth_section .heading_part .info {
    font-family: var(--roboto_regular);
    font-size: var(--fs_24);
    color: var(--text_color_12);
    text-align: center;
}

.aboutuspage_sixth_section .card {
    border-radius: 0;
    border: none;
}

.aboutuspage_seventh_section {
    background-color: var(--bg_color_5);
    background-image: url(../images/journey_await.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin: 0 0 100px 0; */
}

.aboutuspage_seventh_section .journey_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 120px 0;
}

.aboutuspage_seventh_section .journey_wrap .journey_await {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutuspage_seventh_section .journey_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,
            rgba(3, 3, 39, 0.6),
            rgba(3, 3, 39, 0.6));
    z-index: 1;
}

.aboutuspage_seventh_section .journey_content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}

.aboutuspage_seventh_section .journey_wrap .journey_content h3 {
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 50px;
}

.aboutuspage_seventh_section .journey_wrap .journey_content .desc {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_6);
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
}

.aboutuspage_seventh_section .journey_wrap .journey_content .info {
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    color: var(--text_color_6);
    margin-bottom: 50px;
}

.aboutuspage_seventh_section .journey_wrap .journey_content .journey_btn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--gayathri_bold);
    padding: 14px 30px 10px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.main_contactus_first_section {
    background-color: var(--bg_color_5);
    padding: 100px 0 100px 0;
}

.main_contactus_first_section .detail_part {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    padding: 0 40px;
}

.main_contactus_first_section .detail_part h2 {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_32);
    color: var(--text_color_1);
    margin-bottom: 30px;
}

.main_contactus_first_section .detail_part p {
    font-family: var(--roboto_regular);
    font-size: var(--fs_24);
    color: var(--text_color_4);
    margin-bottom: 0px;
}

.main_contactus_first_section .contact_form_card {
    background: #1A1A1A;
    padding: 40px 35px;
    border-radius: 4px;
}

.main_contactus_first_section .contact_form_card .form_group {
    margin-bottom: 28px;
}

.main_contactus_first_section .contact_form_card .form_group label {
    font-size: var(--fs_14);
    color: var(--text_color_6);
    font-family: var(--roboto_regular);
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.main_contactus_first_section .contact_form_card .form_group input,
.main_contactus_first_section .contact_form_card .form_group textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--bg_color_6);
    color: var(--bg_color_6);
    font-family: var(--roboto_regular);
    padding: 8px 0 12px;
    outline: none;
    font-size: var(--fs_20);
}

.main_contactus_first_section .contact_form_card .form_group input:focus,
.main_contactus_first_section .contact_form_card .form_group textarea:focus {
    border-bottom-color: var(--bg_color_6);
}

.main_contactus_first_section .contact_form_card .submit_btn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    padding: 14px 30px 10px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 768px) {
    .main_contactus_first_section .contact_form_card {
        margin-left: 0;
        padding: 30px 22px;
    }
}

.main_contactus_second_section {
    position: relative;
    overflow: hidden;
    background-image: url("../images/contactmap_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.main_contactus_second_section .contact_map_overlay {
    position: relative;
    margin-left: auto;
    width: 40%;
    right: 5%;
    background: var(--bg_color_6);
    padding: 40px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main_contactus_second_section .contact_map_overlay .title {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_60);
    color: var(--text_color_4);
    margin-bottom: 20px;
}

.main_contactus_second_section .contact_map_overlay .desc {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_12);
    margin-bottom: 0;
}

.main_contactus_second_section .contact_map_overlay .distance_row {
    font-family: var(--gayathri_regular);
    color: var(--text_color_2);
    font-size: var(--fs_16);
    letter-spacing: 1.1px;
    margin-bottom: 20px;
    margin-top: 25px;
}

.main_contactus_second_section .contact_map_overlay .map_box {
    flex: 1;
    min-height: 400px;
    overflow: hidden;
}

.main_contactus_second_section .contact_map_overlay .map_box iframe {
    width: 100%;
    min-height: 400px;
    height: 100%;
    border: 0;
}

.restaurant_hero_header .header-desktop-2 a,
.restaurant_hero_header .header-mobile a,
.restaurant_hero_header .mobile-menu a {
    color: inherit;
    text-decoration: none;
}

.restaurant_hero_header .header-desktop-2 {
    border-bottom: 1px solid #F0F0F0;
}

.restaurant_hero_header .header-desktop-2 .hd-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.restaurant_hero_header .header-desktop-2 .hd-top .brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.restaurant_hero_header .header-desktop-2 .hd-top .brand .brand-logo {
    height: 78px;
    width: auto;
    display: block;
}

.restaurant_hero_header .header-desktop-2 .hd-top .nav-top {
    display: flex;
    align-items: center;
    gap: 34px;
    font-size: var(--fs_14);
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.restaurant_hero_header .header-desktop-2 .hd-top .nav-top a {
    color: var(--text_color_4);
    font-family: var(--roboto_regular);
    font-size: var(--fs_15);
    transition: color 0.3s ease;
}

.restaurant_hero_header .header-desktop-2 .hd-top .nav-top a:hover {
    color: var(--text_color_2);
}

.restaurant_hero_header .header-desktop-2 .hd-top .right_side_part {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.restaurant_hero_header .header-desktop-2 .hd-top .right_side_part .bar_icon_part_desktop .usericon,
.restaurant_hero_header .header-desktop-2 .hd-top .right_side_part .bar_icon_part_desktop .favouriteicon,
.restaurant_hero_header .header-desktop-2 .hd-top .right_side_part .bar_icon_part_desktop .carticon,
.restaurant_hero_header .header-desktop-2 .hd-top .right_side_part .bar_icon_part_desktop .barsicon {
    height: 25px;
    width: 25px;
    margin-left: 15px;
}

.restaurant_hero_header .header-desktop-2 .hd-top .right_side_part .btn-reservetable {
    background: var(--bg_color_2);
    color: var(--text_color_6);
    padding: 10px 18px;
    border-radius: 2px;
    font-size: var(--fs_15);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--roboto_regular);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
}

.restaurant_hero_header .header-desktop-2 .hd-top .right_side_part .btn-reservetable:hover {
    filter: brightness(0.95);
}

.restaurant_hero_header .header-desktop-2 .hd-top .right_side_part i {
    font-size: var(--fs_24);
    color: var(--text_color_4);
    margin-left: 25px;
}

.restaurant_hero_header .header-desktop-2 .hd-divider {
    margin: 5px 0 20px 0;
    height: 1px;
    background: rgba(255, 255, 255, .35);
}

.restaurant_hero_header .header-desktop-2 .hd-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.restaurant_hero_header .header-desktop-2 .hd-bottom .nav-bottom {
    display: flex;
    align-items: center;
    gap: 42px;
    font-size: var(--fs_14);
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.restaurant_hero_header .header-desktop-2 .hd-bottom .nav-bottom a {
    color: var(--text_color_6);
    font-family: var(--roboto_regular);
    font-size: var(--fs_15);
}

.restaurant_hero_header .header-desktop-2 .hd-bottom .lang {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: var(--fs_14);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.restaurant_hero_header .header-desktop-2 .hd-bottom .lang a {
    color: var(--text_color_6);
    font-family: var(--roboto_regular);
    font-size: var(--fs_15);
}

.restaurant_hero_header .hero-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
}

.restaurant_hero_header .hero-content .hero-text {
    width: 60%;
}

.restaurant_hero_header .hero-content .hero-text h1 {
    font-family: var(--sottel);
    font-size: 50px;
    line-height: 1.5;
    color: var(--text_color_6);
}

.restaurant_hero_header .hero-content .hero-text p {
    font-family: var(--roboto_regular);
    font-size: var(--fs_24);
    color: var(--text_color_6);
    margin: 0;
    letter-spacing: .5px;
}

.restaurant_hero_header .header-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    padding: 14px 0;
    display: none;
    color: var(--text_color_6);
    background-color: var(--bg_color_6);
}

.restaurant_hero_header .header-mobile .mobile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.restaurant_hero_header .header-mobile .mobile-row .hamburger {
    width: 42px;
    height: 38px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.restaurant_hero_header .header-mobile .mobile-row .hamburger span {
    display: block;
    height: 2px;
    background: rgba(3, 3, 39, .45);
    border-radius: 2px;
}

.restaurant_hero_header .header-mobile .mobile-row .hamburger span:nth-child(1) {
    width: 26px;
}

.restaurant_hero_header .header-mobile .mobile-row .hamburger span:nth-child(2) {
    width: 20px;
}

.restaurant_hero_header .header-mobile .mobile-row .hamburger span:nth-child(3) {
    width: 14px;
}

.restaurant_hero_header .header-mobile .mobile-row .brand-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.restaurant_hero_header .header-mobile .mobile-row .btn-signin-sm {
    padding: 9px 14px;
    font-size: var(--fs_12);
    min-width: 92px;
}

.restaurant_hero_header .header-mobile .mobile-row .bar_icon_part i {
    font-size: var(--fs_24);
    color: var(--text_color_10);
    margin-left: 25px;
}

.restaurant_hero_header .header-mobile .mobile-menu-top .bar_icon_part i {
    font-size: var(--fs_24);
    color: var(--text_color_10);
    margin-left: 25px;
}

.restaurant_hero_header .header-mobile .mobile-menu {
    position: fixed;
    inset: 0;
    background: var(--bg_color_6);
    z-index: 999;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
}

.restaurant_hero_header .header-mobile .mobile-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.restaurant_hero_header .header-mobile .mobile-menu-top {
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 16px;
    border-bottom: 1px solid rgba(3, 3, 39, .12);
}

.restaurant_hero_header .header-mobile .mobile-menu-top .close-menu {
    width: auto;
    height: 44px;
    border: none;
    background: transparent;
    font-size: 44px;
    line-height: 1;
    color: rgba(3, 3, 39, .45);
    cursor: pointer;
    margin-bottom: 10px;
}

.restaurant_hero_header .header-mobile .mobile-menu-top .menu-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.restaurant_hero_header .header-mobile .mobile-menu-top .menu-logo-img {
    height: 70px;
    width: auto;
    display: block;
}

.restaurant_hero_header .header-mobile .menu-user,
.restaurant_hero_header .header-mobile .mobile-menu .menu-user {
    width: 44px;
    height: 44px;
    background: var(--bg_color_2);
    color: var(--text_color_6);
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.restaurant_hero_header .header-mobile .mobile-nav {
    padding: 24px 0 0;
    text-align: center;
    font-family: var(--roboto_medium);
    color: var(--text_color_4);
}

.restaurant_hero_header .header-mobile .mobile-nav a {
    display: block;
    padding: 16px 16px;
    font-size: var(--fs_18);
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text_color_4);
    transition: all 0.3s ease;
}

.restaurant_hero_header .header-mobile .mobile-nav a:hover {
    background: rgba(3, 3, 39, .04);
    color: var(--text_color_2);
}

.restaurant_hero_header .header-mobile .menu-divider {
    height: 1px;
    background: rgba(3, 3, 39, .12);
    margin: 18px 0;
}

.restaurant_hero_header .header-desktop-2 .module-menu {
    position: fixed;
    inset: 0;
    background: var(--bg_color_6);
    z-index: 999;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
}

.restaurant_hero_header .header-desktop-2 .module-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.restaurant_hero_header .header-desktop-2 .module-menu .module-menu-top {
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 16px;
    border-bottom: 1px solid rgba(3, 3, 39, .12);
    width: 100%;
}

.restaurant_hero_header .header-desktop-2 .module-menu .module-menu-top .close-menu {
    width: auto;
    height: 44px;
    border: none;
    background: transparent;
    font-size: 44px;
    line-height: 1;
    color: rgba(3, 3, 39, .45);
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: end;
    margin-right: 10px;
}

.restaurant_hero_header .header-desktop-2 .module-menu .module-nav a {
    font-family: var(--roboto_regular);
    font-size: var(--fs_32);
}

.hero_header .header-desktop-2 .module-menu-top .menu-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.hero_header .header-desktop-2 .module-menu-top .menu-logo-img {
    height: 70px;
    width: auto;
    display: block;
}

.hero_header .header-desktop-2 .module-menu .menu-user {
    width: 44px;
    height: 44px;
    background: var(--bg_color_2);
    color: var(--text_color_6);
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.resataurant_first_section {
    position: relative;
    overflow: hidden;
    height: 92vh;
}

.resataurant_first_section .restaurant_home_main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.resataurant_first_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.resataurant_first_section .hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
}

.resataurant_first_section .hero-content .hero-text {
    max-width: 600px;
}

.resataurant_first_section .hero-content .hero-text h1 {
    font-family: var(--sottel);
    font-size: var(--fs_50);
    line-height: 1.5;
    color: var(--text_color_6);
}

.resataurant_first_section .hero-content .hero-text p {
    font-family: var(--roboto_regular);
    font-size: var(--fs_24);
    color: var(--text_color_6);
    margin: 10px 0 25px 0;
    letter-spacing: .5px;
}

.resataurant_first_section .hero-content .hero-text a {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--gayathri_bold);
    padding: 14px 35px 10px 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    letter-spacing: 1.1px;
}

.resataurant_second_section {
    padding: 100px 0;
    background-color: var(--bg_color_5);
}

.resataurant_second_section .heading_part .title {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_60);
    color: var(--text_color_4);
    text-align: center;
}

.resataurant_second_section .heading_part .title span {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_2);
    text-align: center;
}

.resataurant_second_section .heading_part .detail {
    text-align: center;
    font-family: var(--roboto_regular);
    font-size: var(--fs_24);
    color: var(--text_color_11);
    margin-bottom: 0;
}

.resataurant_second_section .heading_part .explore_menu_btn_part {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.resataurant_second_section .heading_part .explore_menu_btn_part .explore_menu_btn {
    background-color: transparent;
    border: 1.6px solid var(--bg_color_2);
    color: var(--text_color_2);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    padding: 10px 30px 10px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    letter-spacing: 1px;
}

.resataurant_second_section .food_emotion_img_part {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}

.resataurant_second_section .food_emotion_img_part img {
    height: 800px;
    width: 100%;
    object-fit: cover;
}

.resataurant_third_section {
    padding: 0 0 0 0;
    background-color: var(--bg_color_5);
}

.resataurant_third_section .heading_part .heading {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_2);
    text-align: center;
    margin-bottom: 70px;
}

.resataurant_third_section .journeylight_image_part {
    padding: 0 20px;
}

.resataurant_third_section .journeylight_image_part .card {
    border: none;
    border-radius: 0;
}

.resataurant_third_section .journeylight_image_part .card .journey_light {
    height: 570px;
    width: 100%;
    object-fit: cover;
}

.resataurant_third_section .journeylight_image_part .card p {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_32);
    color: var(--text_color_4);
    margin-bottom: 0;
    background-color: var(--bg_color_5);
    text-align: center;
    padding-top: 20px;
}

.resataurant_fourth_section {
    padding: 100px 0;
    background-color: var(--bg_color_5);
}

.resataurant_fourth_section .info_part {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

.resataurant_fourth_section .info_part .top_text {
    display: block;
}

.resataurant_fourth_section .top_text p {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_2);
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

.resataurant_fourth_section .info_part .bottom_text h3 {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_32);
    color: var(--text_color_1);
    margin-bottom: 30px;
}

.resataurant_fourth_section .info_part .bottom_text p {
    font-family: var(--roboto_regular);
    font-style: italic;
    font-size: var(--fs_16);
    color: var(--text_color_1);
    margin-bottom: 0;
}

.resataurant_fourth_section .row:nth-of-type(event) {
    margin-top: 70px;
}

.resataurant_fourth_section .row:nth-of-type(event) .image_part {
    display: flex;
    justify-content: flex-end;
}

.resataurant_fourth_section .row:nth-of-type(odd) {
    margin-top: 70px;
}

.resataurant_fourth_section .row:nth-of-type(odd) .image_part {
    display: flex;
    justify-content: flex-start;
}

.resataurant_fourth_section .image_part {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
}

.resataurant_fourth_section .image_part img {
    object-fit: contain;
    display: block;
    width: auto !important;
    max-width: 100%;
}

.resataurant_fourth_section .second_row .image_part {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 70px;
}

.resataurant_fifth_section {
    background-color: var(--bg_color_5);
    padding: 0 0 100px 0;
}

.resataurant_fifth_section .content_part .heading {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_2);
    margin-bottom: 25px;
}

.resataurant_fifth_section .content_part .desc {
    font-family: var(--roboto_regular);
    font-size: var(--fs_24);
    color: var(--text_color_11);
    margin-bottom: 30px;
}

.resataurant_fifth_section .content_part .reserve_table {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--gayathri_bold);
    padding: 14px 35px 10px 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    letter-spacing: 1.1px;
}

.resataurant_fifth_section .image_part img {
    height: 580px;
    object-fit: cover;
}

.resataurant_sixth_section {
    background-color: var(--bg_color_5);
    background-image: url(../images/menu_inspired.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.resataurant_sixth_section .journey_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 120px 0;
}

.resataurant_sixth_section .journey_wrap .journey_await {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resataurant_sixth_section .journey_wrap .journey_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,
            rgba(3, 3, 39, 0.6),
            rgba(3, 3, 39, 0.6));
    z-index: 1;
}

.resataurant_sixth_section .journey_wrap .journey_content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}

.resataurant_sixth_section .journey_wrap .journey_content h3 {
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 50px;
}

.resataurant_sixth_section .journey_wrap .journey_content .desc {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_6);
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
}

.resataurant_sixth_section .journey_wrap .journey_content .info {
    font-size: var(--fs_20);
    font-family: var(--gayathri_regular);
    color: var(--text_color_6);
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.resataurant_sixth_section .journey_wrap .journey_content .journey_btn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--gayathri_bold);
    padding: 14px 30px 10px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.resataurant_seventh_section {
    padding: 100px 0 0 0;
}

.resataurant_seventh_section .left_side_text_part {
    background-color: var(--bg_color_6);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 100px 220px;
}

.resataurant_seventh_section .left_side_text_part .top_text p {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_4);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.resataurant_seventh_section .left_side_text_part .middle_text {
    margin-top: 60px;
}

.resataurant_seventh_section .left_side_text_part .middle_text h3 {
    font-size: var(--fs_60);
    font-family: var(--sottel);
    color: var(--text_color_1);
    margin-bottom: 0;
}

.resataurant_seventh_section .left_side_text_part .middle_text p {
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    color: var(--text_color_12);
    margin-top: 50px;
    margin-bottom: 70px;
}

.resataurant_seventh_section .left_side_text_part .bottom_text .reserve_table {
    /* font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_4);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0; */

    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--gayathri_bold);
    padding: 14px 30px 10px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resataurant_seventh_section .right_side_image_part {
    position: relative;
}

.resataurant_seventh_section .right_side_image_part .first_img {
    position: relative;
    z-index: 1;
    height: 850px;
    width: 100%;
    object-fit: cover;
}

.resataurant_seventh_section .right_side_image_part .second_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 60%;
    object-fit: cover;
    z-index: 2;
}

.explore_premises_first_section {
    background-color: var(--bg_color_5);
    padding: 150px 0 100px 0;
}

.explore_premises_first_section .left_side_part h2 {
    color: var(--text_color_4);
    font-size: var(--fs_50);
    font-family: var(--sottel);
}

.explore_premises_first_section .right_side_part p {
    margin-bottom: 0;
    font-size: var(--fs_24);
    font-family: var(--gayathri_regular);
    margin-top: 15px;
}

.explore_premises_second_section {
    background-color: var(--bg_color_5);
    padding: 0;
}

.explore_premises_third_section {
    background-color: var(--bg_color_5);
    padding: 100px 0 100px 0;
}

.explore_premises_third_section .card_part {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.explore_premises_third_section .card_part .image_part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.explore_premises_third_section .card_part .info {
    display: flex;
    justify-content: start;
    align-items: center;
}

.explore_premises_third_section .card_part .info p {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_16);
    color: var(--text_color_11);
    margin-top: 20px;
    margin-bottom: 0;
    width: 80%;
    text-align: start;
}

.explore_premises_third_section .title_part h3 {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_2);
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
}

.explore_premises_third_section .second_card {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.explore_premises_third_section .second_card .image_part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.explore_premises_third_section .second_card .info {
    display: flex;
    justify-content: end;
    align-items: center;
}

.explore_premises_third_section .second_card .info p {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_16);
    color: var(--text_color_11);
    margin-top: 20px;
    margin-bottom: 0;
    width: 80%;
    text-align: start;
}

.explore_premises_fourth_section {
    padding: 100px 0;
}

.explore_premises_fourth_section .left_side_part p {
    font-family: var(--roboto_regular);
    color: var(--text_color_4);
    text-transform: uppercase;
    font-size: var(--fs_16);
    letter-spacing: 1.1px;
}

.explore_premises_fourth_section .left_side_part h3 {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_60);
    color: var(--text_color_2);
}

.explore_premises_fourth_section .right_side_part {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    height: 100%;
}

.explore_premises_fourth_section .right_side_part p {
    margin-bottom: 0;
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_11);
}

.explore_premises_fourth_section .right_side_part .book_your_experience {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--gayathri_bold);
    padding: 14px 35px 10px 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    letter-spacing: 1.1px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.explore_premises_fifth_section .scene_part {
    position: relative;
    overflow: hidden;
    width: fit-content;
}

.explore_premises_fifth_section .scene_part .scene_overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to top,
            rgba(0, 0, 0, 0.65) 0%,
            rgba(0, 0, 0, 0.25) 40%,
            rgba(0, 0, 0, 0) 100%); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 78.1%, rgba(0, 0, 0, 0.4) 100%);
    display: flex;
    align-items: flex-end;
    padding: 24px;
    width: fit-content;
}

.explore_premises_fifth_section .scene_part .scene_text {
    color: var(--text_color_6);
    font-size: var(--fs_16);
    line-height: 1.4;
    margin: 0;
    font-style: italic;
    font-family: var(--roboto_regular);
}

.explore_premises_fifth_section .col-lg-6:nth-of-type(2) {
    display: flex;
    justify-content: end;
}

.explore_premises_fifth_section .col-lg-6:nth-child(2) .scene_overlay {
    align-items: flex-end;
    width: fit-content;
}

.explore_premises_fifth_section .col-lg-6:nth-child(2) .scene_part {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    width: fit-content;
}

/* .explore_premises_fifth_section .col-lg-6:nth-child(2) .scene_part .scene_text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
} */

.restaurant_contactus_first_section {
    background-color: var(--bg_color_5);
    padding: 100px 0 100px 0;
}

.restaurant_contactus_first_section .detail_part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px;
}

.restaurant_contactus_first_section .detail_part .heading {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_60);
    color: var(--text_color_2);
    margin-bottom: 70px;
    line-height: 1.3;
}

.restaurant_contactus_first_section .detail_part h2 {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_32);
    color: var(--text_color_1);
    margin-bottom: 30px;
}

.restaurant_contactus_first_section .detail_part p {
    font-family: var(--roboto_regular);
    font-size: var(--fs_24);
    color: var(--text_color_4);
    margin-bottom: 0px;
}

.restaurant_contactus_first_section .contact_form_card {
    background: #1A1A1A;
    padding: 40px 35px;
    border-radius: 4px;
}

.restaurant_contactus_first_section .contact_form_card .form_group {
    margin-bottom: 28px;
}

.restaurant_contactus_first_section .contact_form_card .form_group label {
    font-size: var(--fs_14);
    color: var(--text_color_6);
    font-family: var(--roboto_regular);
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.restaurant_contactus_first_section .contact_form_card .form_group input,
.restaurant_contactus_first_section .contact_form_card .form_group textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--bg_color_6);
    color: var(--bg_color_6);
    font-family: var(--roboto_regular);
    padding: 8px 0 12px;
    outline: none;
    font-size: var(--fs_20);
}

.restaurant_contactus_first_section .contact_form_card .form_group input:focus,
.restaurant_contactus_first_section .contact_form_card .form_group textarea:focus {
    border-bottom-color: var(--bg_color_6);
}

.restaurant_contactus_first_section .contact_form_card .submit_btn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    padding: 10px 30px 10px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    letter-spacing: 0.5px;
    width: fit-content;
}

@media only screen and (max-width: 768px) {
    .restaurant_contactus_first_section .contact_form_card {
        margin-left: 0;
        padding: 30px 22px;
    }
}

.resataurant_aboutus_first_section {
    position: relative;
    overflow: hidden;
    height: 92vh;
}

.resataurant_aboutus_first_section .restaurant_aboutus {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.resataurant_aboutus_first_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73.19%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

.resataurant_aboutus_first_section .hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: end;
}

.resataurant_aboutus_first_section .hero-content .hero-text h1 {
    font-family: var(--sottel);
    font-size: 50px;
    line-height: 1.5;
    color: var(--text_color_6);
}

.resataurant_aboutus_first_section .hero-content .hero-text p {
    font-family: var(--roboto_regular);
    font-size: var(--fs_24);
    color: var(--text_color_6);
    margin: 10px 0 0 0;
    letter-spacing: .5px;
}

.resataurant_aboutus_second_section {
    background-color: var(--bg_color_2);
    padding: 100px 150px;
}

.resataurant_aboutus_second_section .right_side_part h2 {
    color: var(--text_color_6);
    font-family: var(--sottel);
    font-size: var(--fs_60);
    margin-bottom: 50px;
}

.resataurant_aboutus_second_section .right_side_part .text1 {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_24);
    color: var(--text_color_6);
    letter-spacing: 0.6px;
    margin-bottom: 50px;
}

.resataurant_aboutus_second_section .right_side_part .text2 {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_6);
    margin-bottom: 0;
}

.resataurant_aboutus_third_section {
    background-color: var(--bg_color_5);
    padding: 100px 30px 100px 30px;
}

.resataurant_aboutus_third_section .first_card {
    border-radius: 0;
    border: none;
    background-color: var(--bg_color_5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;
}

.resataurant_aboutus_third_section .card {
    border-radius: 0;
    border: none;
    background-color: var(--bg_color_5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;
}

.resataurant_aboutus_third_section .card h3 {
    font-family: var(--roboto_regular);
    color: var(--text_color_2);
    font-size: var(--fs_16);
    letter-spacing: 1px;
}

.resataurant_aboutus_third_section .card .title {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_4);
    line-height: 1.4;
}

.resataurant_aboutus_third_section .card .text1,
.resataurant_aboutus_third_section .card .text2 {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_11);
    margin-bottom: 5px;
}

.resataurant_aboutus_third_section .card .heading {
    font-family: var(--roboto_regular);
    font-style: italic;
    font-size: var(--fs_16);
    color: var(--text_color_2);
    margin-bottom: 0;
    margin-top: 15px;
}

.resataurant_aboutus_third_section .card .heading_info {
    font-family: var(--roboto_regular);
    font-style: italic;
    font-size: var(--fs_14);
    color: var(--text_color_11);
    margin-bottom: 0;
}

.resataurant_aboutus_fourth_section {
    background-color: var(--bg_color_5);
    padding: 100px 0 100px 0;
}

.resataurant_aboutus_fourth_section .heading_part h3 {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_2);
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

.resataurant_aboutus_fourth_section .heading_part p {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_11);
    margin-bottom: 30px;
    text-align: center;
}

.resataurant_aboutus_fourth_section .card_part {
    margin-top: 30px;
    padding: 0 30px;
}

.resataurant_aboutus_fourth_section .card_part .card {
    height: 600px;
    width: auto;
    background-color: #F3F0ED;
    border-radius: 0;
    border: 1px solid var(--bg_color_1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.resataurant_aboutus_fourth_section .card_part .card .logo {
    position: relative;
    z-index: 5;
    width: 100px;
    height: auto;
    transition: opacity .25s ease;
}

.resataurant_aboutus_fourth_section .card_part .card .slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.resataurant_aboutus_fourth_section .logo-glass {
    position: relative;
    z-index: 6;
    padding: 20px 28px;
    border-radius: 14px;
    background: transparent;
    transition: all 0.4s ease;
}

.resataurant_aboutus_fourth_section .glass-text {
    font-family: var(--sottel);
    font-size: 42px;
    color: var(--text_color_6);
    white-space: nowrap;
}

.resataurant_aboutus_fourth_section .card_part .card:hover .logo-glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.resataurant_aboutus_fourth_section .card_part .card:hover .slide {
    visibility: visible;
    animation: cardSlideShow 4s linear infinite;
}

.resataurant_aboutus_fourth_section .card_part .card:hover .slide:nth-of-type(2) {
    animation-delay: 0s;
}

.resataurant_aboutus_fourth_section .card_part .card:hover .slide:nth-of-type(3) {
    animation-delay: 1s;
}

.resataurant_aboutus_fourth_section .card_part .card:hover .slide:nth-of-type(4) {
    animation-delay: 2s;
}

.resataurant_aboutus_fourth_section .card_part .card:hover .slide:nth-of-type(5) {
    animation-delay: 3s;
}

@keyframes cardSlideShow {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.table_booking_first_section {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.table_booking_first_section .table_booking {
    width: 100%;
    height: 100%;
    min-height: 530px;
    object-fit: cover;
    display: block;
}

/* .table_booking_first_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73.19%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
} */


.table_booking_second_section {
    padding: 100px 0;
}

.table_booking_second_section .tbk-filters .tbk-field {
    background: var(--bg_color_5);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
    padding: 5px 0;
}

.table_booking_second_section .tbk-filters .tbk-field .tbk-input {
    margin-top: 4px;
    padding: 6px 10px;
    border-radius: 0;
    font-family: var(--roboto_medium);
    font-size: var(--fs_12);
}

.table_booking_second_section .tbk-filters .tbk-field .tbk-input:focus {
    box-shadow: none;
}

.table_booking_second_section .tbk-filters .tbk-field .tbk-label {
    display: block;
    font-family: var(--roboto_medium);
    font-size: var(--fs_12);
    letter-spacing: 0.08em;
    color: rgba(0, 0, 0, 0.55);
    text-transform: uppercase;
    padding: 6px 36px 0 12px;
}

.table_booking_second_section .tbk-filters .tbk-field .tbk-select {
    background-color: transparent;
    border: 0;
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    box-shadow: none !important;
    border-radius: 0;
}

.table_booking_second_section .tbk-filters .tbk-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #000096;
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    line-height: 1.4;
}

.table_booking_second_section .tbk-slot {
    width: 100%;
    text-align: center;
    background: #393850;
    border: none;
    color: var(--text_color_6);
    padding: 14px 12px;
    transition: 0.2s ease;
}

.table_booking_second_section .tbk-slot .tbk-slot-time {
    font-family: var(--roboto_bold);
    font-size: var(--fs_16);
    color: var(--text_color_6);
}

.table_booking_second_section .tbk-slot .tbk-slot-sub {
    margin-top: 4px;
    font-family: var(--gayathri_regular);
    font-size: var(--fs_16);
}

.table_booking_second_section .tbk-continue {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--gayathri_bold);
    padding: 14px 35px 10px 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    letter-spacing: 1.1px;
    border: none;
}

.table_booking_second_section .tbk-side {
    background: var(--bg_color_5);
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 22px;
}

.table_booking_second_section .tbk-side .tbk-side-top .tbk-side-title {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_24);
    color: var(--text_color_11);
    margin-top: 25px;
}

.table_booking_second_section .tbk-side .tbk-side-top .tbk-request {
    background-color: transparent;
    border: 1px solid var(--bg_color_2);
    color: var(--text_color_2);
    font-size: var(--fs_16);
    font-family: var(--gayathri_bold);
    padding: 14px 30px 10px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
}

.table_booking_second_section .tbk-side .tbk-map {
    margin-top: 20px;
}

.table_booking_second_section .tbk-side .tbk-map .tbk-travel {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--text_color_2);
    font-family: var(--gayathri_regular);
    font-size: var(--fs_16);
    margin-top: 5px;
}

.table_booking_second_section .tbk-side .tbk-map .tbk-travel .tbk-sep {
    color: var(--text_color_2);
}

@media (max-width: 991px) {
    .table_booking_second_section .tbk-side .tbk-side-top .tbk-side-title {
        font-size: var(--fs_22);
    }
}

.reservationModal .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
}

.reservationModal .modal-dialog .modal-content .modal-header .modal-title {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_24);
    color: var(--text_color_2);
    margin-bottom: -10px;
}

.reservationModal .modal-dialog .modal-content .modal-body .date_guest_part .date_part {
    display: flex;
    align-items: center;
}

.reservationModal .modal-dialog .modal-content .modal-body .date_guest_part .date_part span {
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_4);
    margin-left: 6px;
    letter-spacing: 0.5px;
}

.reservationModal .modal-dialog .modal-content .modal-body .date_guest_part .guest_part {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.reservationModal .modal-dialog .modal-content .modal-body .date_guest_part .guest_part span {
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_4);
    margin-left: 8px;
    letter-spacing: 0.5px;
}

.reservationModal .modal-body .prefered_time_window_part {
    margin-top: 20px;
}

.reservationModal .modal-body .prefered_time_window_part .tbk-label {
    color: var(--text_color_4);
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
}

.reservationModal .modal-body .prefered_time_window_part .ptw-select {
    height: 40px;
    border-radius: 4px;
    border: 0;
    background-color: var(--bg_color_5);
    padding-left: 14px;
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_10);
}

.reservationModal .modal-body .prefered_time_window_part .ptw-select:focus {
    box-shadow: none;
}

.reservationModal .modal-body .special_notes_part {
    margin-top: 15px;
}

.reservationModal .modal-body .special_notes_part .tbk-label {
    color: var(--text_color_4);
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
}

.reservationModal .modal-body .special_notes_part .ptw-textarea {
    border-radius: 4px;
    border: 0;
    background-color: var(--bg_color_5);
    padding-left: 14px;
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_10);
}

.reservationModal .modal-body .special_notes_part .ptw-textarea:focus {
    box-shadow: none;
}

.reservationModal .modal-body .border_line {
    border: 1px dashed #000096;
    width: 100%;
    margin-top: 20px;
}

.reservationModal .modal-body .name_fields_part .tbk-label {
    color: var(--text_color_4);
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
}

.reservationModal .modal-body .name_fields_part .ptw-input {
    height: 40px;
    border-radius: 4px;
    border: 0;
    background-color: var(--bg_color_5);
    padding-left: 14px;
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_10);
}

.reservationModal .modal-body .name_fields_part .ptw-input:focus {
    box-shadow: none;
}

.reservationModal .modal-body .name_fields_part .ptw-select {
    height: 40px;
    border-radius: 4px;
    border: 0;
    background-color: var(--bg_color_5);
    padding-left: 14px;
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_10);
}

.reservationModal .modal-body .name_fields_part .ptw-select:focus {
    box-shadow: none;
}

.reservationModal .modal-body .button_part .submit_reservation_request .submit_reservation_btn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    padding: 12px 35px 12px 35px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    letter-spacing: 1.1px;
    border: none;
    margin-top: 30px;
}

.reservation_first_section {
    padding-top: 75px;
}

.reservation_first_section .details {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.reservation_first_section .details .left_arrow_part img {
    cursor: pointer;
}

.reservation_first_section .details .info_part {
    margin: 0 40px;
}

.reservation_first_section .details .info_part span {
    font-family: var(--roboto_regular);
    color: var(--text_color_4);
    font-size: var(--fs_16);
}

.reservation_first_section .details .info_part .dot {
    margin: 0 10px;
}

.reservation_first_section .details .right_side_part span {
    font-family: var(--roboto_regular);
    color: var(--text_color_4);
    font-size: var(--fs_16);
}

.reservation_second_section {
    /* background-color: var(--bg_color_5);
    padding: 100px 0 100px 0; */
    /* background-color: var(--bg_color_5); */
    padding: 0;
}

.reservation_second_section .right_side_part .second_card {
    background-color: var(--bg_color_6);
    border: 1px solid #EBEBEB;
    padding: 25px;
}

.reservation_second_section .right_side_part .second_card iframe {
    width: 100%;
    height: 400px !important;
    display: block;
    border: 0;
}

.reservation_second_section .right_side_part .second_card h3 {
    font-family: var(--sottel);
    font-size: var(--fs_32);
    color: var(--text_color_2);
    margin-top: 30px;
}

.reservation_second_section .right_side_part .second_card p {
    margin-bottom: 0;
    margin-top: 20px;
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_11);
}

.reservation_second_section .left_side_part .info_card {
    background-color: var(--bg_color_6);
    border: 1px solid #EBEBEB;
    padding: 25px;
}

.reservation_second_section .left_side_part .info_card .info_title {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_20);
    color: var(--text_color_2);
    margin-bottom: 0;
}

.reservation_second_section .left_side_part .info_card .info_sub {
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_11);
}

.reservation_second_section .left_side_part .info_card .info_actions {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.reservation_second_section .left_side_part .info_card .info_actions .info_btn {
    flex: 1;
    border: 1px solid #C5C5C5;
    background-color: var(--bg_color_6);
    padding: 10px;
    font-size: var(--fs_16);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--roboto_medium);
    color: var(--text_color_1);
    border-radius: 4px;
}

.reservation_second_section .left_side_part .info_card .info_actions .info_btn .google_icon {
    width: 20px;
}

.reservation_second_section .left_side_part .info_card .info_actions .login_btn {
    background-color: var(--bg_color_5);
}

.reservation_second_section .left_side_part .info_card .info_divider {
    position: relative;
    text-align: center;
    margin: 16px 0;
}

.reservation_second_section .left_side_part .info_card .info_divider::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    border-top: 1px dashed var(--text_color_11);
    transform: translateY(-50%);
}

.reservation_second_section .left_side_part .info_card .info_divider span {
    position: relative;
    background-color: var(--bg_color_6);
    padding: 0 12px;
    font-size: var(--fs_12);
    font-family: var(--roboto_regular);
    color: var(--text_color_8);
    z-index: 1;
}

.reservation_second_section .left_side_part .info_card .info_field {
    margin-bottom: 12px;
}

.reservation_second_section .left_side_part .info_card .info_label {
    font-size: var(--fs_14);
    margin-bottom: 6px;
    font-family: var(--roboto_regular);
    color: var(--text_color_1);
}

.reservation_second_section .left_side_part .info_card .info_input {
    background-color: var(--bg_color_5);
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_10);
    border-radius: 4px;
    border: none;
    outline: none;
}

.reservation_second_section .left_side_part .info_card .info_input:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.reservation_second_section .left_side_part .info_hint_part .info_hint {
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_11);
    margin: 12px 0;
}

/* .reservation_second_section .left_side_part .accordion_card {
    background-color: var(--bg_color_6);
    border: 1px solid #EBEBEB;
    padding: 25px;
} */

.reservation_second_section .left_side_part .plus_accordion {
    background-color: var(--bg_color_6);
    border: 1px solid #EBEBEB;
    padding: 25px;
}

.reservation_second_section .left_side_part .plus_accordion .accordion-item {
    background-color: var(--bg_color_6);
    border: 1px solid #EBEBEB;
    border-left: none;
    border-right: none;
    padding: 25px 25px 25px 5px;
}

.reservation_second_section .left_side_part .plus_accordion .accordion-button {
    background: transparent;
    padding: 0 0 0 35px;
    font-size: var(--fs_14);
    box-shadow: none;
    color: var(--text_color_1);
    font-family: var(--roboto_regular);
}

.reservation_second_section .left_side_part .plus_accordion .accordion-button::after {
    display: none !important;
}

.reservation_second_section .left_side_part .plus_accordion .accordion-button::before {
    content: "+";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--fs_28);
    color: var(--text_color_13);
}

.reservation_second_section .left_side_part .plus_accordion .accordion-button:not(.collapsed) {
    color: #111;
    background: transparent;
}

.reservation_second_section .left_side_part .plus_accordion .accordion-button:not(.collapsed)::before {
    content: "-";
    font-size: var(--fs_28);
    color: var(--text_color_13);
}

.reservation_second_section .left_side_part .plus_accordion .accordion-body {
    padding: 20px 0 0 0;
}

.reservation_second_section .left_side_part .plus_accordion .accordion-body .chip_row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.reservation_second_section .left_side_part .plus_accordion .accordion-body .chip_row .chip {
    border: none;
    border-radius: 2px;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
}

.reservation_second_section .left_side_part .plus_accordion .accordion-body .chip_row .chip span {
    display: block;
    padding: 6px 10px;
    font-size: var(--fs_14);
    color: var(--text_color_13);
    background-color: var(--bg_color_5);
    font-family: var(--roboto_regular);
}

.reservation_second_section .left_side_part .plus_accordion .accordion-body .chip_row .chip input {
    display: none;
}

.reservation_second_section .left_side_part .plus_accordion .accordion-body .chip_row .chip input:checked+span {
    background: var(--text_color_13);
    color: var(--text_color_6);
}

.reservation_second_section .left_side_part .plus_accordion .accordion-body textarea {
    background-color: var(--bg_color_5);
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_10);
    border-radius: 4px;
    border: none;
    outline: none;
}

.reservation_second_section .left_side_part .plus_accordion .accordion-body textarea:focus {
    box-shadow: none;
    outline: none;
    border: none;
}

.reservation_second_section .left_side_part .confirm_btn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    padding: 12px 35px 12px 35px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    letter-spacing: 1.1px;
    border: none;
    margin-top: 15px;
}

.reservation_second_section .left_side_part .info_terms {
    font-family: var(--roboto_regular);
    font-size: var(--fs_12);
    color: var(--text_color_11);
    margin-top: 15px;
}

.reservation_second_section .left_side_part .info_terms a {
    font-family: var(--roboto_regular);
    font-size: var(--fs_12);
    color: var(--text_color_11);
    text-decoration: none;
}

@media only screen and (max-width: 576px) {
    .reservation_second_section .left_side_part .info_card .info_actions {
        flex-direction: column;
    }
}

.gallery_boutique_first_section .galley_boutique_main_image_part {
    position: relative;
    width: 100%;
    height: 92vh;
    overflow: hidden;
}

.gallery_boutique_first_section .galley_boutique_main_image_part .boutique_main_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_boutique_first_section .galley_boutique_main_image_part .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%;
}

.gallery_boutique_first_section .galley_boutique_main_image_part::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.gallery_boutique_first_section .galley_boutique_main_image_part .content h1 {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    line-height: 1.5;
    color: var(--text_color_6);
}

.gallery_boutique_first_section .galley_boutique_main_image_part .content p {
    font-family: var(--roboto_regular);
    font-size: var(--fs_24);
    color: var(--text_color_6);
    margin: 10px 0 0 0;
    letter-spacing: .5px;
}

.gallery_boutique_first_section .galley_boutique_main_image_part .content .button_part {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
}

.gallery_boutique_first_section .galley_boutique_main_image_part .content .button_part .shop_collection_tbn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--gayathri_bold);
    padding: 14px 30px 10px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1.1px;
}

.gallery_boutique_first_section .galley_boutique_main_image_part .content .button_part .explore_gallery_tbn {
    background-color: var(--bg_color_6);
    border: 1px solid var(--bg_color_2);
    color: var(--text_color_2);
    font-size: var(--fs_16);
    font-family: var(--gayathri_bold);
    padding: 14px 30px 10px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1.1px;
}

.gallery_boutique_second_section {
    padding: 100px 0;
}

.gallery_boutique_second_section .heading_part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery_boutique_second_section .heading_part h2 {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    line-height: 1.5;
    color: var(--text_color_2);
}

.gallery_boutique_second_section .shop_best_seller_slider {
    margin-top: 30px;
    position: relative;
}

.gallery_boutique_second_section .shop_best_seller_slider .carousel_arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    text-decoration: none;
}

.gallery_boutique_second_section .shop_best_seller_slider .carousel_arrow img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.gallery_boutique_second_section .shop_best_seller_slider .arrow_left {
    left: 0;
}

.gallery_boutique_second_section .shop_best_seller_slider .arrow_right {
    right: 0;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper {
    background-color: var(--bg_color_12);
    /* padding: 40px 43px; */
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper a {
    width: 100%;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper>.button {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    display: flex;
    justify-content: end;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper .bestseller {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .detail_part {
    margin-top: 20px;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .detail_part .name {
    font-family: var(--roboto_regular);
    font-size: var(--fs_18);
    color: var(--text_color_1);
    margin-bottom: 0;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .detail_part .desc {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_14);
    margin-bottom: 5px;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .detail_part .price_part {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .detail_part .price_part .discount_price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    margin-right: 10px;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .detail_part .price_part .price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_14);
    text-decoration: line-through;
    margin-right: 10px;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .detail_part .price_part .off {
    font-family: var(--roboto_medium);
    font-size: var(--fs_14);
    color: var(--text_color_15);
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper .icon-svg {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper .icon-svg--color-silver {
    fill: #C6C6C6;
    color: #C6C6C6;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper .icon-svg--color-red {
    fill: red;
    color: red;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper .heart-full {
    position: absolute;
    /* left: 0;
    top: 6px; */
    left: -20px;
    top: 4px;
    opacity: 0;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper .btn__effect {
    display: inline-block;
    position: relative;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper .effect-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(25deg);
    pointer-events: none;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper .effect-group .effect:nth-child(2) {
    transform: rotate(72deg);
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper .effect-group .effect:nth-child(3) {
    transform: rotate(144deg);
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper .effect-group .effect:nth-child(4) {
    transform: rotate(216deg);
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper .effect-group .effect:nth-child(5) {
    transform: rotate(288deg);
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper .button.active .heart-stroke {
    opacity: 0;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper .button.active .heart-full {
    opacity: 1;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper .button.active .icon-svg {
    animation: bounceIn .5s linear;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper .button.active .effect:before {
    animation: fireworkLine .5s linear .1s;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper .button.active .effect:after {
    animation: fireworkPoint .5s linear .1s;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper .button.deactivate .broken-heart {
    opacity: 1;
}

.gallery_boutique_second_section .shop_best_seller_slider .item .image_wrapper .button.one.desktop:not(.active):hover .heart-stroke {
    animation: pulse 1s ease-out infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform-origin: center;
    }

    50% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

.gallery_boutique_third_section {
    padding: 50px 0 100px 0;
}

.gallery_boutique_third_section .heading_part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery_boutique_third_section .heading_part h3 {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    line-height: 1.5;
    color: var(--text_color_2);
}

.gallery_boutique_third_section .card_part {
    margin-top: 30px;
}

.gallery_boutique_third_section .card_part .card {
    border: none;
}

.gallery_boutique_third_section .card_part .card .image_wrapper {
    background-color: var(--bg_color_12);
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery_boutique_third_section .card_part .card .image_wrapper .collectionimg {
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.2));
    height: 300px;
    object-fit: cover;
}

.gallery_boutique_third_section .card_part .card .card_content {
    margin-top: 20px;
}

.gallery_boutique_third_section .card_part .card .card_content .title {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_32);
    color: var(--text_color_1);
    margin-bottom: 0;
}

.gallery_boutique_third_section .card_part .card .card_content .desc {
    font-family: var(--roboto_regular);
    color: var(--text_color_14);
}

.gallery_boutique_third_section .card_part .card .card_content .shop_now_btn {
    background-color: var(--bg_color_6);
    border: 1px solid var(--bg_color_2);
    color: var(--text_color_2);
    font-size: var(--fs_16);
    font-family: var(--gayathri_bold);
    padding: 14px 20px 10px 20px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.gallery_boutique_fourth_section {
    position: relative;
    background-image: url(../images/arttoadmire.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.gallery_boutique_fourth_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5));
    z-index: 1;
}

.gallery_boutique_fourth_section .content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    color: var(--bg_color_6);
    text-align: center;
}

.gallery_boutique_fourth_section .content h4 {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_60);
    color: var(--text_color_6);
}

.gallery_boutique_fourth_section .content p {
    font-size: var(--fs_24);
    font-family: var(--roboto_regular);
    color: var(--text_color_6);
    margin: 0;
}

.gallery_boutique_fourth_section .button_part {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.gallery_boutique_fourth_section .button_part .visit_boutique_btn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    padding: 12px 30px 12px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1.3px;
}

.gallery_boutique_fourth_section .button_part .explore_galley_btn {
    background-color: transparent;
    border: 1px solid var(--bg_color_6);
    color: var(--text_color_6);
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    padding: 12px 30px 12px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1.3px;
}

.gallery_boutique_fifth_section {
    padding: 100px 0;
}

.gallery_boutique_fifth_section .left_side_part .image_wrapper {
    position: relative;
}

.gallery_boutique_fifth_section .left_side_part .image_wrapper .content {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.gallery_boutique_fifth_section .left_side_part .image_wrapper .content h5 {
    font-family: var(--roboto_regular);
    margin-bottom: 0;
    color: var(--text_color_6);
    font-size: var(--fs_16);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gallery_boutique_fifth_section .left_side_part .image_wrapper .content p {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_32);
    color: var(--text_color_6);
    margin-bottom: 0;
}

.gallery_boutique_fifth_section .left_side_part .image_wrapper .content .shopnow_btn {
    background-color: var(--bg_color_1);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--gayathri_bold);
    padding: 14px 30px 10px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.gallery_boutique_fifth_section .right_side_part .card {
    border: none;
    border-radius: 0;
}

.gallery_boutique_fifth_section .right_side_part .card .content {
    margin-top: 20px;
}

.gallery_boutique_fifth_section .right_side_part .card .content h5 {
    font-family: var(--gayathri_regular);
    margin-bottom: 0;
    color: var(--text_color_1);
    font-size: var(--fs_32);
}

.gallery_boutique_fifth_section .right_side_part .card .content p {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_14);
}

.gallery_boutique_fifth_section .right_side_part .card .content .shopnow_btn {
    background-color: var(--bg_color_1);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--gayathri_bold);
    padding: 14px 30px 10px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.gallery_boutique_sixth_section {
    padding: 0 0 100px 0;
}

.gallery_boutique_sixth_section .card_part .card {
    border: none;
    border-radius: 0;
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper {
    background-color: var(--bg_color_12);
    padding: 22px 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper>.button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper .craftedcollection {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.gallery_boutique_sixth_section .card_part .card .detail_part {
    margin-top: 20px;
}

.gallery_boutique_sixth_section .card_part .card .detail_part .name {
    font-family: var(--roboto_regular);
    font-size: var(--fs_18);
    color: var(--text_color_1);
    margin-bottom: 0;
}

.gallery_boutique_sixth_section .card_part .card .detail_part .desc {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_14);
    margin-bottom: 5px;
}

.gallery_boutique_sixth_section .card_part .card .detail_part .price_part {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.gallery_boutique_sixth_section .card_part .card .detail_part .price_part .discount_price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    margin-right: 10px;
}

.gallery_boutique_sixth_section .card_part .card .detail_part .price_part .price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_14);
    text-decoration: line-through;
    margin-right: 10px;
}

.gallery_boutique_sixth_section .card_part .card .detail_part .price_part .off {
    font-family: var(--roboto_medium);
    font-size: var(--fs_14);
    color: var(--text_color_15);
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper .icon-svg {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper .icon-svg--color-silver {
    fill: #C6C6C6;
    color: #C6C6C6;
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper .icon-svg--color-red {
    fill: red;
    color: red;
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper .heart-full {
    position: absolute;
    left: -22PX;
    top: -14px;
    /* left: 0;
    top: 6px; */
    opacity: 0;
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper .btn__effect {
    display: inline-block;
    position: relative;
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper .effect-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(25deg);
    pointer-events: none;
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper .effect-group .effect:nth-child(2) {
    transform: rotate(72deg);
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper .effect-group .effect:nth-child(3) {
    transform: rotate(144deg);
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper .effect-group .effect:nth-child(4) {
    transform: rotate(216deg);
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper .effect-group .effect:nth-child(5) {
    transform: rotate(288deg);
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper .button.active .heart-stroke {
    opacity: 0;
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper .button.active .heart-full {
    opacity: 1;
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper .button.active .icon-svg {
    animation: bounceIn .5s linear;
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper .button.active .effect:before {
    animation: fireworkLine .5s linear .1s;
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper .button.active .effect:after {
    animation: fireworkPoint .5s linear .1s;
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper .button.deactivate .broken-heart {
    opacity: 1;
}

.gallery_boutique_sixth_section .card_part .card .image_wrapper .button.one.desktop:not(.active):hover .heart-stroke {
    animation: like 1s ease-out infinite;
}

@keyframes like {
    0% {
        opacity: 1;
        transform-origin: center;
    }

    50% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

.gallery_boutique_sixth_section .right_side_part {
    position: sticky;
    top: 10px;
    background-image: url(../images/craftedcollectionmain.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 670px;
    overflow: hidden;
}

.gallery_boutique_sixth_section .right_side_part::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6));
    z-index: 1;
}

.gallery_boutique_sixth_section .right_side_part .content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 40px;
    height: 100%;
    color: var(--text_color_6);
}

.gallery_boutique_sixth_section .right_side_part .content .title {
    margin-bottom: 12px;
    font-size: var(--fs_60);
    font-family: var(--sottel);
    color: var(--text_color_6);
    line-height: 1.05;
}

.gallery_boutique_sixth_section .right_side_part .content .desc {
    margin-bottom: 18px;
    font-size: var(--fs_20);
    font-family: var(--gayathri_regular);
    color: var(--text_color_6);
    line-height: 1.4;
    letter-spacing: 1px;
}

.gallery_boutique_sixth_section .right_side_part .explore_collection_btn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    padding: 12px 30px 12px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1.3px;
}

.gallery_boutique_seventh_section {
    padding: 100px 0;
}

.gallery_boutique_seventh_section .heading_part .heading {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_2);
    text-align: center;
    margin-bottom: 70px;
    width: 100%;
}

.gallery_boutique_seventh_section .marquee {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    padding: 18px 0;

    -webkit-mask-image: linear-gradient(to right,
            transparent 0%,
            rgba(0, 0, 0, 0.4) 4%,
            rgba(0, 0, 0, 0.85) 10%,
            rgba(0, 0, 0, 1) 16%,
            rgba(0, 0, 0, 1) 84%,
            rgba(0, 0, 0, 0.85) 90%,
            rgba(0, 0, 0, 0.4) 96%,
            transparent 100%);

    mask-image: linear-gradient(to right,
            transparent 0%,
            rgba(0, 0, 0, 0.4) 4%,
            rgba(0, 0, 0, 0.85) 10%,
            rgba(0, 0, 0, 1) 16%,
            rgba(0, 0, 0, 1) 84%,
            rgba(0, 0, 0, 0.85) 90%,
            rgba(0, 0, 0, 0.4) 96%,
            transparent 100%);
}

.gallery_boutique_seventh_section .marquee .track {
    display: flex;
    gap: var(--gap);
    width: max-content;
    will-change: transform;
    animation-name: scroll;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: var(--duration, 20s);
}

.gallery_boutique_seventh_section .marquee:hover .track {
    animation-play-state: paused;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-1 * var(--distance, 1000px)));
    }
}

.gallery_boutique_seventh_section .marquee .track .card {
    width: 500px;
    background: transparent;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid var(--text_color_7);
    border-radius: 0;
    padding: 0 20px;
    cursor: pointer;
}

.gallery_boutique_seventh_section .marquee .track .card .quote {
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    color: var(--text_color_4);
}

.gallery_boutique_seventh_section .marquee .track .card .name {
    font-size: var(--fs_20);
    font-family: var(--gayathri_regular);
    color: var(--text_color_4);
    margin-top: 100px;
    margin-bottom: 0;
}

.gallery_boutique_seventh_section .marquee .track .card .name1 {
    font-size: var(--fs_20);
    font-family: var(--gayathri_regular);
    color: var(--text_color_4);
    margin-bottom: 0;
}

@media only screen and (max-width: 520px) {
    .gallery_boutique_seventh_section .marquee {
        -webkit-mask-image: linear-gradient(to right,
                transparent 0%,
                rgba(0, 0, 0, 0.6) 8%,
                rgba(0, 0, 0, 1) 18%,
                rgba(0, 0, 0, 1) 82%,
                rgba(0, 0, 0, 0.6) 92%,
                transparent 100%);

        mask-image: linear-gradient(to right,
                transparent 0%,
                rgba(0, 0, 0, 0.6) 8%,
                rgba(0, 0, 0, 1) 18%,
                rgba(0, 0, 0, 1) 82%,
                rgba(0, 0, 0, 0.6) 92%,
                transparent 100%);
    }
}

.gallery_boutique_eighth_section {
    position: relative;
    background-image: url(../images/discoverthecollection.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.gallery_boutique_eighth_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5));
    z-index: 1;
}

.gallery_boutique_eighth_section .content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    color: var(--bg_color_6);
    text-align: center;
}

.gallery_boutique_eighth_section .content h4 {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_60);
    color: var(--text_color_6);
}

.gallery_boutique_eighth_section .content p {
    font-size: var(--fs_24);
    font-family: var(--roboto_regular);
    color: var(--text_color_6);
    margin: 0;
}

.gallery_boutique_eighth_section .button_part {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.gallery_boutique_eighth_section .button_part .view_all_pieces_btn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    padding: 12px 30px 12px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1.3px;
}

.gallery_first_section {
    padding: 100px 0;
}

.gallery_first_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--roboto_regular);
    font-size: var(--fs_24);
    color: var(--text_color_14);
}

.gallery_first_section .heading_part .heading {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_2);
}

.gallery_first_section .heading_part .desc {
    margin-bottom: 0;
}

.gallery_first_section .grid-container {
    position: relative;
}

.gallery_first_section .grid-sizer,
.gallery_first_section .grid-item {
    width: calc((100% - 40px) / 3);
}

.gallery_first_section .grid-item {
    margin-bottom: 8px;
}

.gallery_first_section .grid-item img {
    width: 100%;
    display: block;
}

.gallery_first_section .filter_sticky_row {
    position: sticky;
    top: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0.75);
    padding-top: 5px;
    padding-bottom: 5px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-top: 30px;
}

.gallery_first_section .filter_sticky_row .filter_button_part {
    margin: 20px;
}

.gallery_first_section .filter_button_part {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 25px 0 35px;
    flex-wrap: wrap;
}

.gallery_first_section .filter_button_part .filter-btn {
    border: 1px solid var(--bg_color_1);
    background-color: transparent;
    color: var(--text_color_1);
    padding: 11px 20px 10px 20px;
    border-radius: 50px;
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    line-height: 1;
    cursor: pointer;
    transition: 0.5s ease;
    letter-spacing: 0.6px;
}

.gallery_first_section .filter_button_part .filter-btn.active {
    background-color: var(--bg_color_1);
    color: var(--text_color_6)
}

/* @media only screen and (max-width: 1200px) {
    .gallery_first_section .grid-container {
        column-count: 32;
    }
} */

@media only screen and (max-width: 768px) {
    /* .gallery_first_section .grid-container {
        column-count: 2;
    } */

    .gallery_first_section .grid-sizer,
    .gallery_first_section .grid-item {
        width: calc((100% - 30px) / 2);
    }
}

@media only screen and (max-width: 576px) {
    /* .gallery_first_section .grid-container {
        column-count: 2;
    } */

    .gallery_first_section .grid-sizer,
    .gallery_first_section .grid-item {
        width: calc((100% - 30px) / 2);
    }
}

.souvenier_boutique_first_section {
    padding: 100px 0 20px 0;
}

.souvenier_boutique_first_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--roboto_regular);
    font-size: var(--fs_24);
    color: var(--text_color_14);
    margin-bottom: 30px;
}

.souvenier_boutique_first_section .heading_part .heading {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_2);
}

.souvenier_boutique_first_section .filter_sticky_row {
    position: sticky;
    top: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0.75);
    padding-top: 5px;
    padding-bottom: 5px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.souvenier_boutique_first_section .filter_sticky_row .filter_button_part {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
    margin: 25px 0 25px 0;
    flex-wrap: wrap;
}

.souvenier_boutique_first_section .filter_button_part .sortby-filter-btn {
    border: 1px solid var(--text_color_13);
    background-color: transparent;
    color: var(--text_color_13);
    padding: 11px 20px 10px 20px;
    border-radius: 999px;
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    line-height: 1;
    cursor: pointer;
    transition: 0.5s ease;
    letter-spacing: 0.6px;
}

.souvenier_boutique_first_section .filter_button_part .filter-btn {
    border: 1px solid var(--bg_color_1);
    background-color: transparent;
    color: var(--text_color_1);
    padding: 11px 20px 10px 20px;
    border-radius: 100px;
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    line-height: 1;
    cursor: pointer;
    transition: 0.5s ease;
    letter-spacing: 0.6px;
}

.souvenier_boutique_first_section .filter_button_part .filter-btn.active {
    background-color: var(--bg_color_1);
    color: var(--text_color_6)
}

.souvenier_boutique_first_section .right_side_page_per_part {
    display: flex;
    justify-self: end;
    align-items: center;
    height: 100%;
}

.souvenier_boutique_first_section .right_side_page_per_part p {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    margin-bottom: 0;
}

.souvenier_boutique_first_section .filter_sticky_row .filter_button_part .category-dd i {
    color: white;
}

.souvenier_boutique_first_section .filter_sticky_row .filter_button_part .category-dd .dropdown-toggle::after {
    display: none !important;
}

.souvenier_boutique_first_section .filter_sticky_row .filter_button_part .category-dd .filter-btn {
    position: relative;
}

.souvenier_boutique_first_section .filter_sticky_row .filter_button_part .category-dd .filter-btn::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-60%) rotate(45deg);
    transition: 0.2s ease;
    opacity: 0.95;
}

.souvenier_boutique_first_section .filter_sticky_row .filter_button_part .category-dd .filter-btn[aria-expanded="true"]::after {
    transform: translateY(-35%) rotate(-135deg);
}

.souvenier_boutique_first_section .filter_sticky_row .filter_button_part .category-dd .category-menu {
    width: fit-content;
    border-radius: 0;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 10px !important;
}

.souvenier_boutique_first_section .filter_sticky_row .filter_button_part .category-dd .category-menu .dd-item {
    display: flex;
    align-items: start;
    gap: 12px;
    padding: 8px 10px;
    border-radius: 0;
    color: var(--text_color_12);
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    cursor: pointer;
    user-select: none;
}

.souvenier_boutique_first_section .filter_sticky_row .filter_button_part .category-dd .category-menu .dd-item:hover {
    background: rgba(0, 0, 0, 0.04);
}

.souvenier_boutique_first_section .filter_sticky_row .filter_button_part .category-dd .dropdown-icon {
    transition: transform 0.25s ease;
}

.souvenier_boutique_first_section .filter_sticky_row .filter_button_part .category-dd .dropdown-toggle[aria-expanded="true"] .dropdown-icon {
    transform: rotate(180deg);
}

.souvenier_boutique_first_section .filter_sticky_row .filter_button_part .category-dd .category-menu .dd-item .form-check-input {
    width: 18px;
    height: 18px;
}

.souvenier_boutique_first_section .filter_sticky_row .filter_button_part .category-dd .category-menu .form-check-input {
    accent-color: var(--bg_color_2);
}

.souvenier_boutique_first_section .filter_sticky_row .filter_button_part .category-dd .category-menu .form-check-input:checked {
    background-color: var(--bg_color_2);
    border-color: var(--bg_color_2);
}

.souvenier_boutique_first_section .filter_sticky_row .filter_button_part .category-dd .category-menu .form-check-input:focus {
    border-color: var(--bg_color_2);
    box-shadow: none;
}

@media only screen and (max-width: 480px) {
    .souvenier_boutique_first_section .filter_sticky_row .filter_button_part .category-dd .category-menu {
        width: 100%;
    }
}

.souvenier_boutique_second_section {
    padding: 0 0 0 0;
}

.souvenier_boutique_second_section .card_part .card {
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.souvenier_boutique_second_section .card_part .card .image_wrapper {
    background-color: var(--bg_color_12);
    padding: 22px 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.souvenier_boutique_second_section .card_part .card .image_wrapper a {
    width: 100%;
}

.souvenier_boutique_second_section .card_part .card .image_wrapper>.button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    display: flex;
    justify-content: end;
}

.souvenier_boutique_second_section .card_part .card .image_wrapper .souvenierboutique {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.souvenier_boutique_second_section .card_part .card .detail_part {
    margin-top: 20px;
}

.souvenier_boutique_second_section .card_part .card .detail_part .name {
    font-family: var(--roboto_regular);
    font-size: var(--fs_18);
    color: var(--text_color_13);
    margin-bottom: 0;
}

.souvenier_boutique_second_section .card_part .card .detail_part .desc {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_14);
    margin-top: 7px;
    margin-bottom: 5px;
}

.souvenier_boutique_second_section .card_part .card .detail_part .price_part {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.souvenier_boutique_second_section .card_part .card .detail_part .price_part .discount_price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    margin-right: 10px;
}

.souvenier_boutique_second_section .card_part .card .detail_part .price_part .price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_14);
    text-decoration: line-through;
    margin-right: 10px;
}

.souvenier_boutique_second_section .card_part .card .detail_part .price_part .off {
    font-family: var(--roboto_medium);
    font-size: var(--fs_14);
    color: var(--text_color_15);
}

.souvenier_boutique_second_section .card_part .card .image_wrapper .icon-svg {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
}

.souvenier_boutique_second_section .card_part .card .image_wrapper .icon-svg--color-silver {
    fill: #C6C6C6;
    color: #C6C6C6;
}

.souvenier_boutique_second_section .card_part .card .image_wrapper .icon-svg--color-red {
    fill: red;
    color: red;
}

.souvenier_boutique_second_section .card_part .card .image_wrapper .heart-full {
    position: absolute;
    left: -22px;
    top: 4px;
    opacity: 0;
}

.souvenier_boutique_second_section .card_part .card .image_wrapper .btn__effect {
    display: inline-block;
    position: relative;
}

.souvenier_boutique_second_section .card_part .card .image_wrapper .effect-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(25deg);
    pointer-events: none;
}

.souvenier_boutique_second_section .card_part .card .image_wrapper .effect-group .effect:nth-child(2) {
    transform: rotate(72deg);
}

.souvenier_boutique_second_section .card_part .card .image_wrapper .effect-group .effect:nth-child(3) {
    transform: rotate(144deg);
}

.souvenier_boutique_second_section .card_part .card .image_wrapper .effect-group .effect:nth-child(4) {
    transform: rotate(216deg);
}

.souvenier_boutique_second_section .card_part .card .image_wrapper .effect-group .effect:nth-child(5) {
    transform: rotate(288deg);
}

.souvenier_boutique_second_section .card_part .card .image_wrapper .button.active .heart-stroke {
    opacity: 0;
}

.souvenier_boutique_second_section .card_part .card .image_wrapper .button.active .heart-full {
    opacity: 1;
}

.souvenier_boutique_second_section .card_part .card .image_wrapper .button.active .icon-svg {
    animation: bounceIn .5s linear;
}

.souvenier_boutique_second_section .card_part .card .image_wrapper .button.active .effect:before {
    animation: fireworkLine .5s linear .1s;
}

.souvenier_boutique_second_section .card_part .card .image_wrapper .button.active .effect:after {
    animation: fireworkPoint .5s linear .1s;
}

.souvenier_boutique_second_section .card_part .card .image_wrapper .button.deactivate .broken-heart {
    opacity: 1;
}

.souvenier_boutique_second_section .card_part .card .image_wrapper .button.one.desktop:not(.active):hover .heart-stroke {
    animation: likeboutique 1s ease-out infinite;
}

@keyframes likeboutique {
    0% {
        opacity: 1;
        transform-origin: center;
    }

    50% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

.souvenire_detail_first_section {
    padding: 100px 0;
}

.souvenire_detail_first_section .product-slider-container {
    display: flex;
}

.souvenire_detail_first_section .product-slider-container .main-swiper {
    height: fit-content;
    position: relative;
}

.souvenire_detail_first_section .product-slider-container .main-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background-color: var(--bg_color_12);
    border: none;
    width: 100% !important;
    cursor: pointer;
    padding: 30px;
}

.souvenire_detail_first_section .product-slider-container .main-swiper .swiper-slide img {
    max-width: 100%;
    /* max-height: 100%; */
    width: 100%;
    height: 500px;
    max-height: 500px;
    object-fit: contain;
}

.souvenire_detail_first_section .product-slider-container .thumb-swiper .swiper-slide {
    /* height: 100px !important; */
    width: 100% !important;
    cursor: pointer;
    border-radius: 0;
    overflow: hidden;
    border: none;
    background-color: var(--bg_color_6);
    display: flex;
    justify-content: end;
    align-items: center;
}

/* .souvenire_detail_first_section .product-slider-container .thumb-swiper .swiper-wrapper {
    display: flex;
    flex-direction: column;
    height: 450px;
    min-height: 450px;
    overflow-y: scroll;
} */

.souvenire_detail_first_section .product-slider-container .thumb-swiper {
    height: 450px;
    overflow: hidden;
}

.souvenire_detail_first_section .product-slider-container .thumb-swiper .swiper-wrapper {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}

.souvenire_detail_first_section .product-slider-container .thumb-swiper .swiper-slide {
    margin-bottom: 10px;
    height: 80px !important;
}

.souvenire_detail_first_section .product-slider-container .thumb-swiper .swiper-slide img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    display: block;
}

.souvenire_detail_first_section .product-slider-container .thumb-swiper .swiper-slide {
    height: auto;
}

.souvenire_detail_first_section .product-slider-container .thumb-swiper .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.souvenire_detail_first_section .product-slider-container .thumb-swiper .swiper-slide-thumb-active {
    opacity: 1;
}

.souvenire_detail_first_section .product-slider-container .thumb-swiper .swiper-slide {
    margin-bottom: 10px;
}

.souvenire_detail_first_section .product-slider-container .thumb-swiper .swiper-slide img {
    border: 1px solid transparent;
    width: fit-content;
    transition: border 0.2s ease, transform 0.2s ease;
}

.souvenire_detail_first_section .product-slider-container .thumb-swiper .swiper-slide-thumb-active img {
    border: 1px solid #000;
    width: fit-content;
}

.souvenire_detail_first_section .product-slider-container .icon-svg {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
}

.souvenire_detail_first_section .product-slider-container .icon-svg--color-silver {
    fill: #C6C6C6;
    color: #C6C6C6;
}

.souvenire_detail_first_section .product-slider-container .icon-svg--color-red {
    fill: red;
    color: red;
}

.souvenire_detail_first_section .product-slider-container .heart-full {
    position: absolute;
    left: 0;
    top: 6px;
    opacity: 0;
}

.souvenire_detail_first_section .product-slider-container .btn__effect {
    display: inline-block;
    position: relative;
}

.souvenire_detail_first_section .product-slider-container .button.active .heart-stroke {
    opacity: 0;
}

.souvenire_detail_first_section .product-slider-container .button.active .heart-full {
    opacity: 1;
}

.souvenire_detail_first_section .product-slider-container .button.active .icon-svg {
    animation: bounceIn .5s linear;
}

.souvenire_detail_first_section .product-slider-container .button.active .effect:before {
    animation: fireworkLine .5s linear .1s;
}

.souvenire_detail_first_section .product-slider-container .button.active .effect:after {
    animation: fireworkPoint .5s linear .1s;
}

.souvenire_detail_first_section .product-slider-container .button.deactivate .broken-heart {
    opacity: 1;
}

.souvenire_detail_first_section .product-slider-container .button.one.desktop:not(.active):hover .heart-stroke {
    animation: pulse 1s ease-out infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform-origin: center;
    }

    50% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

.souvenire_detail_first_section .product-slider-container .wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg_color_6);
    border-radius: 50%;
}

.souvenire_detail_first_section .product-slider-container .wishlist-btn .btn__effect {
    position: relative;
    width: 20px;
    height: 20px;
}

.souvenire_detail_first_section .product-slider-container .wishlist-btn .icon-svg {
    position: absolute;
    inset: 0;
    width: 20px;
    height: 20px;
    display: block;
}

.souvenire_detail_first_section .product-slider-container .wishlist-btn .heart-full {
    opacity: 0;
}

.souvenire_detail_first_section .product-slider-container .wishlist-btn.active .heart-stroke {
    opacity: 0;
}

.souvenire_detail_first_section .product-slider-container .wishlist-btn.active .heart-full {
    opacity: 1;
}

.souvenire_detail_first_section .addtocart_button_part {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.souvenire_detail_first_section .addtocart_button_part .addtocart_btn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_18);
    font-family: var(--roboto_medium);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    flex: 1;
}

.souvenire_detail_first_section .addtocart_button_part .buynow_btn {
    background-color: var(--bg_color_13);
    color: var(--text_color_6);
    font-size: var(--fs_18);
    font-family: var(--roboto_medium);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    flex: 1;
}

.souvenire_detail_first_section .addtocart_button_part .addtocart_btn span,
.souvenire_detail_first_section .addtocart_button_part .buynow_btn span {
    padding: 10px 0 6px 0;
}

.souvenire_detail_first_section .addtocart_button_part svg {
    width: 20px;
    height: auto;
    margin-right: 10px;
    flex-shrink: 0;
}

.souvenire_detail_first_section .info_note_part {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.souvenire_detail_first_section .info_note_part svg {
    width: 20px;
    height: auto;
    margin-right: 5px;
    color: red;
}

.souvenire_detail_first_section .info_note_part p {
    margin-bottom: -5px;
    font-family: var(--gayathri_regular);
    color: red;
    font-size: var(--fs_16);
}

.souvenire_detail_first_section .right_side_main_part .first_part {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.souvenire_detail_first_section .right_side_main_part .first_part .breadcumb_part {
    display: flex;
    align-items: center;
}

.souvenire_detail_first_section .right_side_main_part .first_part .breadcumb_part a {
    color: var(--text_color_14);
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    text-decoration: none;
}

.souvenire_detail_first_section .right_side_main_part .first_part .breadcumb_part svg {
    color: var(--text_color_14);
    height: 16px;
    margin: 0 2px;
}

.souvenire_detail_first_section .right_side_main_part .first_part .share_part {
    display: flex;
    align-items: center;
}

.souvenire_detail_first_section .right_side_main_part .first_part .share_part a {
    color: var(--text_color_14);
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    text-decoration: none;
}

.souvenire_detail_first_section .right_side_main_part .first_part .share_part svg {
    color: var(--text_color_14);
    height: 16px;
    margin: 0 2px;
}

.souvenire_detail_first_section .right_side_main_part .second_part h2 {
    font-family: var(--roboto_regular);
    font-size: var(--fs_20);
    color: var(--text_color_4);
    margin-top: 10px;
}

.souvenire_detail_first_section .right_side_main_part .third_part p {
    color: var(--text_color_15);
    font-size: var(--fs_14);
    font-family: var(--roboto_medium);
    margin-bottom: 0;
}

.souvenire_detail_first_section .right_side_main_part .fourth_part {
    display: flex;
    align-items: center;
}

.souvenire_detail_first_section .right_side_main_part .fourth_part .new_price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_24);
    color: var(--text_color_4);
    margin-bottom: 0;
}

.souvenire_detail_first_section .right_side_main_part .fourth_part .old_price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_14);
    margin-left: 12px;
    margin-bottom: 0;
}

.souvenire_detail_first_section .right_side_main_part .fourth_part .discount {
    font-family: var(--roboto_medium);
    font-size: var(--fs_14);
    color: var(--text_color_15);
    margin-left: 12px;
    margin-bottom: 0;
}

.souvenire_detail_first_section .right_side_main_part .fifth_part p {
    color: var(--text_color_14);
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    margin-bottom: 0;
}

.souvenire_detail_first_section .right_side_main_part .sixth_part {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.souvenire_detail_first_section .right_side_main_part .sixth_part .review_part {
    background-color: var(--text_color_15);
    width: fit-content;
    padding: 3px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.souvenire_detail_first_section .right_side_main_part .sixth_part .review_part p {
    color: var(--text_color_6);
    font-size: var(--fs_14);
    font-family: var(--roboto_medium);
    margin-bottom: 0;
    margin-top: 2px;
}

.souvenire_detail_first_section .right_side_main_part .sixth_part .review_part svg {
    color: var(--text_color_6);
    height: 16px;
    margin-left: 5px;
}

.souvenire_detail_first_section .right_side_main_part .sixth_part .rating_part p {
    margin-bottom: 0;
    color: var(--text_color_16);
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    margin-left: 15px;
}

.souvenire_detail_first_section .right_side_main_part .seventh_part .colour_part .title {
    margin-bottom: 0;
    font-family: var(--roboto_medium);
    color: var(--text_color_14);
    font-size: var(--fs_14);
    margin-top: 20px;
}

.souvenire_detail_first_section .right_side_main_part .seventh_part .colour_part .image_part {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.souvenire_detail_first_section .right_side_main_part .seventh_part .colour_part .image_part img {
    margin-right: 0;
    height: 60px;
    min-width: 60px;
    max-width: 60px;
    width: 60px;
    object-fit: cover;
    cursor: pointer;
}

.souvenire_detail_first_section .right_side_main_part .seventh_part .colour_part .colour_item {
    display: inline-flex;
}

.souvenire_detail_first_section .right_side_main_part .seventh_part .colour_part .colour_item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.souvenire_detail_first_section .colour_part .colour_item img {
    transition: opacity .25s ease, filter .25s ease, transform .25s ease;
}

.souvenire_detail_first_section .colour_part:has(input:checked) .colour_item img {
    opacity: 0.4;
}

.souvenire_detail_first_section .right_side_main_part .seventh_part .colour_part .colour_item input:checked+img {
    opacity: 1;
    border: 2px solid var(--bg_color_13);
}

/* .souvenire_detail_first_section .right_side_main_part .seventh_part .colour_part .colour_item input:checked+img {
    border: 2px solid var(--bg_color_13);
} */

.souvenire_detail_first_section .right_side_main_part .seventh_part .colour_part .colour_item input:focus-visible+img {
    outline: 2px solid var(--bg_color_13);
    outline-offset: 2px;
}

.souvenire_detail_first_section .right_side_main_part .seventh_part .size_part .size_options {
    display: flex;
    margin-top: 10px;
    gap: 12px;
}

.souvenire_detail_first_section .right_side_main_part .seventh_part .size_part .title {
    margin-bottom: 0;
    font-family: var(--roboto_medium);
    color: var(--text_color_14);
    font-size: var(--fs_14);
    margin-top: 20px;
}

.souvenire_detail_first_section .right_side_main_part .seventh_part .size_part .size_item {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    margin-bottom: 0;
}

.souvenire_detail_first_section .right_side_main_part .seventh_part .size_part .size_item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.souvenire_detail_first_section .right_side_main_part .seventh_part .size_part .size_item span {
    border: 2px solid var(--text_color_14);
    color: var(--text_color_4);
    padding: 17px 20px;
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    display: inline-block;
}

.souvenire_detail_first_section .size_part .size_item span {
    transition: opacity .25s ease, filter .25s ease, transform .25s ease;
}

.souvenire_detail_first_section .size_part:has(input:checked) .size_item span {
    opacity: 0.4;
}

.souvenire_detail_first_section .right_side_main_part .seventh_part .size_part .size_item input:checked+span {
    opacity: 1;
    border: 2px solid var(--bg_color_13);
    color: var(--bg_color_13);
}

/* .souvenire_detail_first_section .right_side_main_part .seventh_part .size_part .size_item input:checked+span {
    border: 1px solid #000;
} */

.souvenire_detail_first_section .right_side_main_part .seventh_part .size_part .size_item input:focus-visible+span {
    outline: 2px solid var(--bg_color_1);
    outline-offset: 2px;
}

.souvenire_detail_first_section .right_side_main_part .product_info_part {
    margin-top: 20px;
}

.souvenire_detail_first_section .right_side_main_part .product_info_part .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.souvenire_detail_first_section .right_side_main_part .product_info_part .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.souvenire_detail_first_section .right_side_main_part .product_info_part .accordion-button::after {
    transition: all 0.5s;
}

.souvenire_detail_first_section .right_side_main_part .product_info_part table tr th {
    border: none;
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_4);
    padding-left: 0;
    padding-bottom: 0;
}

.souvenire_detail_first_section .right_side_main_part .product_info_part table tr td {
    border: none;
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_16);
    padding-left: 0;
    padding-bottom: 0;
}

.souvenire_detail_first_section .right_side_main_part .product_info_part .accordion .accordion-item:first-of-type {
    border-radius: 0;
}

.souvenire_detail_first_section .right_side_main_part .product_info_part .accordion .accordion-header .accordion-button {
    font-family: var(--roboto_regular);
    color: var(--text_color_4);
    font-size: var(--fs_18);
    padding-left: 0;
}

.souvenire_detail_first_section .right_side_main_part .product_info_part .accordion .accordion-item {
    border-left: 0;
    border-right: 0;
}

.souvenire_detail_first_section .right_side_main_part .product_info_part .accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.souvenire_detail_first_section .right_side_main_part .product_info_part .accordion .accordion-button:focus {
    box-shadow: none;
}

.souvenire_detail_first_section .right_side_main_part .product_info_part .accordion .accordion-item .accordion-body {
    padding-left: 0;
}

.souvenire_detail_first_section .right_side_main_part .product_info_part .accordion .accordion-item .accordion-body p {
    margin-bottom: 0;
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_4);
}

.souvenire_detail_second_section {
    margin: 0 50px;
}

.souvenire_detail_second_section .heading_part h3 {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_32);
    color: var(--text_color_4);
}

.souvenire_detail_second_section .container-fluid {
    background-color: var(--bg_color_14);
    padding: 25px 0 25px 25px;
    overflow-x: hidden;
}

.souvenire_detail_second_section .item .image_wrapper {
    background-color: var(--bg_color_6);
    padding: 22px 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.souvenire_detail_second_section .item .image_wrapper a {
    width: 100%;
}

.souvenire_detail_second_section .item .image_wrapper>.button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    display: flex;
    justify-content: end;
}

.souvenire_detail_second_section .item .image_wrapper .souvenierboutique {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.souvenire_detail_second_section .item .detail_part {
    margin-top: 20px;
}

.souvenire_detail_second_section .item .detail_part .name {
    font-family: var(--roboto_regular);
    font-size: var(--fs_18);
    color: var(--text_color_13);
    margin-bottom: 0;
}

.souvenire_detail_second_section .item .detail_part .desc {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    margin-top: 7px;
    margin-bottom: 5px;
}

.souvenire_detail_second_section .item .detail_part .price_part {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.souvenire_detail_second_section .item .detail_part .price_part .discount_price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    margin-right: 10px;
    letter-spacing: 1.5px;
}

.souvenire_detail_second_section .item .image_wrapper .icon-svg {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
}

.souvenire_detail_second_section .item .image_wrapper .icon-svg--color-silver {
    fill: #C6C6C6;
    color: #C6C6C6;
}

.souvenire_detail_second_section .item .image_wrapper .icon-svg--color-red {
    fill: red;
    color: red;
}

.souvenire_detail_second_section .item .image_wrapper .heart-full {
    position: absolute;
    left: -21px;
    top: 4px;
    opacity: 0;
}

.souvenire_detail_second_section .item .image_wrapper .btn__effect {
    display: inline-block;
    position: relative;
}

.souvenire_detail_second_section .item .image_wrapper .effect-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(25deg);
    pointer-events: none;
}

.souvenire_detail_second_section .item .image_wrapper .effect-group .effect:nth-child(2) {
    transform: rotate(72deg);
}

.souvenire_detail_second_section .item .image_wrapper .effect-group .effect:nth-child(3) {
    transform: rotate(144deg);
}

.souvenire_detail_second_section .item .image_wrapper .effect-group .effect:nth-child(4) {
    transform: rotate(216deg);
}

.souvenire_detail_second_section .item .image_wrapper .effect-group .effect:nth-child(5) {
    transform: rotate(288deg);
}

.souvenire_detail_second_section .item .image_wrapper .button.active .heart-stroke {
    opacity: 0;
}

.souvenire_detail_second_section .item .image_wrapper .button.active .heart-full {
    opacity: 1;
}

.souvenire_detail_second_section .item .image_wrapper .button.active .icon-svg {
    animation: bounceIn .5s linear;
}

.souvenire_detail_second_section .item .image_wrapper .button.active .effect:before {
    animation: fireworkLine .5s linear .1s;
}

.souvenire_detail_second_section .item .image_wrapper .button.active .effect:after {
    animation: fireworkPoint .5s linear .1s;
}

.souvenire_detail_second_section .item .image_wrapper .button.deactivate .broken-heart {
    opacity: 1;
}

.souvenire_detail_second_section .item .image_wrapper .button.one.desktop:not(.active):hover .heart-stroke {
    animation: addlike 1s ease-out infinite;
}

.souvenire_detail_second_section .shop_best_seller_slider {
    position: relative;
}

.souvenire_detail_second_section .shop_best_seller_slider .carousel_arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 100;
    text-decoration: none;
}

.souvenire_detail_second_section .shop_best_seller_slider .carousel_arrow img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.souvenire_detail_second_section .shop_best_seller_slider .arrow_left {
    left: 0;
}

.souvenire_detail_second_section .shop_best_seller_slider .arrow_right {
    right: 0;
}

@keyframes addlike {
    0% {
        opacity: 1;
        transform-origin: center;
    }

    50% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

.request-modal {
    padding: 10px;
    border: none;
    border-radius: 0;
}

.request-modal .modal-header {
    padding-bottom: 0;
    border: 0;
}

.request-modal .custom-close {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
}

.request-modal .custom-close:focus {
    box-shadow: none;
}

.request-modal .modal-title {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_32);
    line-height: 1.3;
    color: var(--bg_color_2);
    margin-bottom: 15px;
    margin-top: 30px;
}

.request-modal .modal-desc {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_11);
    margin-bottom: 0;
}

.request-modal .santa_image_part {
    display: flex;
    justify-content: end;
    margin-top: 10px;
}

.minicart {
    width: 600px !important;
    max-width: auto;
}

.minicart .offcanvas-title {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_24);
    color: var(--text_color_1);
}

.minicart .btn-close {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_20);
    color: var(--text_color_1);
    width: 0;
    height: 0;
    margin-right: 5px;
}


.minicart .offcanvas-body {
    padding-top: 0;
}

.minicart .offcanvas-body .top_part {
    position: sticky;
    top: 0;
    background-color: var(--bg_color_6);
    padding: 0 0 15px 0;
}

.minicart .offcanvas-body .top_part .congratulation_text {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    margin-bottom: 0;
}

.minicart .offcanvas-body .top_part .btn-close:focus {
    box-shadow: none;
}

.minicart .offcanvas-body .middle_part {
    margin-top: 20px;
}

.minicart .offcanvas-body .middle_part .product_detail_part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.minicart .offcanvas-body .middle_part .product_detail_part .left_part {
    display: flex;
}

.minicart .offcanvas-body .middle_part .product_detail_part .left_part .product_image {
    height: 100px;
    width: 100px;
    object-fit: cover;
    padding-right: 15px;
}

.minicart .offcanvas-body .middle_part .product_detail_part .left_part .detail .name {
    font-family: var(--roboto_regular);
    font-size: var(--fs_18);
    color: var(--text_color_4);
    margin-bottom: 0;
}

.minicart .offcanvas-body .middle_part .product_detail_part .left_part .detail .price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_24);
    color: var(--text_color_4);
    margin-bottom: 0;
}

.minicart .offcanvas-body .middle_part .product_detail_part .qty_part {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid var(--text_color_1);
    border-radius: 8px;
    height: 36px;
    padding: 0 6px;
    gap: 10px;
    background: var(--bg_color_6);
    margin-left: 20px;
}

.minicart .offcanvas-body .middle_part .product_detail_part .qty_part .qty-btn {
    border: none;
    background: transparent;
    font-size: var(--fs_16);
    line-height: 1;
    width: 28px;
    height: 30px;
    cursor: pointer;
    color: var(--text_color_1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.minicart .offcanvas-body .middle_part .product_detail_part .qty_part .qty-value {
    font-size: var(--fs_20);
    min-width: 20px;
    text-align: center;
    color: var(--text_color_1);
    font-family: var(--roboto_regular);
    user-select: none;
}

.minicart .offcanvas-footer {
    padding: 16px;
}

.minicart .offcanvas-footer .total_part {
    border-top: 4px solid #EAEAEA;
    padding-top: 20px;
}

.minicart .offcanvas-footer .total_part .total_text {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_20);
    color: var(--text_color_1);
    margin-bottom: 0;
}

.minicart .offcanvas-footer .total_part .price {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_20);
    color: var(--text_color_1);
    display: flex;
    justify-content: end;
    margin-bottom: 0;
}

.minicart .offcanvas-footer .desc_part {}

.minicart .offcanvas-footer .desc_part .left_text {
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_11);
    margin-bottom: 0;
}

.minicart .offcanvas-footer .desc_part .green_text {
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_15);
    display: flex;
    justify-content: end;
    margin-bottom: 0;
}

.minicart .offcanvas-footer .payviacard_part {
    margin-top: 20px;
}

.minicart .offcanvas-footer .payviacard_part span {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    margin-left: 5px;
}

.minicart .offcanvas-footer .payviacard_part .form-check-input {
    width: 18px;
    height: 18px;
}

.minicart .offcanvas-footer .payviacard_part .form-check-input {
    accent-color: var(--bg_color_2);
}

.minicart .offcanvas-footer .payviacard_part .form-check-input:checked {
    background-color: var(--bg_color_2);
    border-color: var(--bg_color_2);
}

.minicart .offcanvas-footer .payviacard_part .form-check-input:focus {
    border-color: var(--bg_color_2);
    box-shadow: none;
}

.minicart .offcanvas-footer .checkout_btn_part {
    margin-top: 16px;
}

.minicart .offcanvas-footer .checkout_btn_part .checkout_btn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    padding: 10px 30px 10px 30px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    letter-spacing: 1px;
    width: 100%;
}

.minicart .offcanvas-footer .info_note_part {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.minicart .offcanvas-footer .info_note_part svg {
    width: 20px;
    height: auto;
    margin-right: 5px;
    color: red;
}

.minicart .offcanvas-footer .info_note_part p {
    margin-bottom: -5px;
    font-family: var(--gayathri_regular);
    color: red;
    font-size: var(--fs_16);
}

.minicart .offcanvas-body .top_part .offer_slider_part .shipping-range {
    margin: auto;
    padding: 0 12px;
}

.minicart .offcanvas-body .top_part .offer_slider_part .shipping-range .range-wrap {
    position: relative;
    padding-top: 39px;
    padding-bottom: 70px;
}

.minicart .offcanvas-body .top_part .offer_slider_part .shipping-range .range-wrap .range-price {
    position: absolute;
    top: 5px;
    transform: translateX(-50%);
    font-size: var(--fs_14);
    color: var(--text_color_11);
    font-family: var(--roboto_regular);
    white-space: nowrap;
}

.minicart .offcanvas-body .top_part .offer_slider_part .shipping-range .range-wrap #shipRange {
    width: 100%;
    height: 9px;
    border-radius: 999px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background: linear-gradient(var(--text_color_13), var(--text_color_13)) 0/0% 100% no-repeat, #e3e3e3;
}

.minicart .offcanvas-body .top_part .offer_slider_part .shipping-range .range-wrap #shipRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    background: transparent;
    border: none;
}

.minicart .offcanvas-body .top_part .offer_slider_part .shipping-range .range-wrap #shipRange::-moz-range-thumb {
    width: 0;
    height: 0;
    background: transparent;
    border: none;
}

.minicart .offcanvas-body .top_part .offer_slider_part .shipping-range .range-wrap #shipRange::-moz-range-track {
    height: 6px;
    border-radius: 999px;
    background: #e3e3e3;
}

.minicart .offcanvas-body .top_part .offer_slider_part .shipping-range .range-wrap .gift-marker-wrap {
    position: absolute;
    top: 34px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
}

.minicart .offcanvas-body .top_part .offer_slider_part .shipping-range .range-wrap .gift-marker {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
    transition: background .2s ease, transform .2s ease;
}

.minicart .offcanvas-body .top_part .offer_slider_part .shipping-range .range-wrap .gift-marker img {
    width: 18px;
    height: 18px;
    filter: grayscale(1);
    opacity: .8;
    transition: filter .2s ease, opacity .2s ease;
}

.minicart .offcanvas-body .top_part .offer_slider_part .shipping-range .range-wrap .gift-text {
    margin-top: 8px;
    font-size: var(--fs_14);
    color: var(--text_color_11);
    font-family: var(--roboto_regular);
    white-space: nowrap;
    transition: color .2s ease;
    display: block;
    width: max-content;
    text-align: center;
}

.minicart .offcanvas-body .top_part .offer_slider_part .shipping-range .range-wrap .gift-marker-wrap.active .gift-marker {
    background: var(--text_color_13);
    transform: scale(1.02);
}

.minicart .offcanvas-body .top_part .offer_slider_part .shipping-range .range-wrap .gift-marker-wrap.active img {
    filter: none;
    opacity: 1;
}

.minicart .offcanvas-body .top_part .offer_slider_part .shipping-range .range-wrap .gift-marker-wrap.active .gift-text {
    color: var(--text_color_13);
}

.christman_ornaments_first_section .christman_ornaments_main_img {
    width: 100%;
}

.christman_ornaments_first_section .bottom_main_text_part {
    background-color: var(--bg_color_15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px;
}

.christman_ornaments_first_section .bottom_main_text_part .info_part .title {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_6);
    margin-bottom: 15px;
}

.christman_ornaments_first_section .bottom_main_text_part .info_part .desc {
    margin-bottom: 0;
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    color: var(--text_color_6);
    letter-spacing: 1px;
}

.christman_ornaments_first_section .bottom_main_text_part .explore_the_collection_btn_part .explore_the_collection_btn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    padding: 10px 30px 10px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    letter-spacing: 1px;
    width: fit-content;
}

.christman_ornaments_second_section {
    background-color: var(--bg_color_5);
    padding: 100px 100px;
}

.christman_ornaments_second_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.christman_ornaments_second_section .heading_part h3 {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_2);
    margin-bottom: 20px;
}

.christman_ornaments_second_section .heading_part p {
    font-family: var(--roboto_regular);
    font-size: var(--fs_20);
    color: var(--text_color_12);
}

.christman_ornaments_second_section .card_part {
    margin-top: 70px;
    position: relative;
}

.christman_ornaments_second_section .card_part .carousel_arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    text-decoration: none;
}

.christman_ornaments_second_section .card_part .carousel_arrow img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.christman_ornaments_second_section .card_part .arrow_left {
    left: 0;
}

.christman_ornaments_second_section .card_part .arrow_right {
    right: 0;
}

.christman_ornaments_second_section .card_part .card {
    height: 100%;
    background-color: transparent;
    border: none;
}

.christman_ornaments_second_section .card_part .card .image_wrapper {
    padding: 20px;
    background-color: var(--bg_color_6);
}

.christman_ornaments_second_section .card_part .card .image_wrapper img {
    box-shadow: 0px 4px 40px rgba(180, 180, 180, 0.1);
    width: 100%;
    height: 300px;
    max-height: 470px;
    object-fit: cover;
}

.christman_ornaments_second_section .card_part .card .content_part p {
    margin-bottom: 0;
    font-family: var(--gayathri_regular);
    font-size: var(--fs_24);
    color: var(--text_color_1);
    margin-top: 15px;
}

.christman_ornaments_second_section .owl-carousel .owl-stage {
    display: flex;
}

.christman_ornaments_second_section .owl-carousel .owl-item {
    display: flex;
}

.christman_ornaments_second_section .owl-carousel .item {
    display: flex;
    height: 100%;
    width: 100%;
}

.christman_ornaments_second_section .owl-carousel .item .card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: start;
}

/* .christman_ornaments_second_section .owl-carousel .item .image_wrapper {
    flex-shrink: 0;
} */

.christman_ornaments_second_section .owl-carousel .item .content_part {
    /* flex-grow: 1; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.christman_ornaments_third_section {
    background-color: var(--bg_color_5);
    padding: 50px 0 100px 0;
}

.christman_ornaments_third_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.christman_ornaments_third_section .heading_part h3 {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_2);
    margin-bottom: 20px;
}

.christman_ornaments_third_section .heading_part p {
    font-family: var(--roboto_regular);
    font-size: var(--fs_20);
    color: var(--text_color_12);
}

.christman_ornaments_third_section .card_part {
    margin-top: 70px;
}

.christman_ornaments_third_section .card_part .item {
    cursor: pointer;
}

.christman_ornaments_third_section .card_part .image_wrapper {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
}

.christman_ornaments_third_section .card_part .image_wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    z-index: 1;
}

.christman_ornaments_third_section .card_part .image_wrapper img {
    width: 100%;
    display: block;
}

.christman_ornaments_third_section .card_part .image_wrapper .detail_part {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 0 18px;
}

.christman_ornaments_third_section .card_part .item .detail_part .subheading {
    font-family: var(--roboto_regular);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    letter-spacing: 0.8px;
}

.christman_ornaments_third_section .card_part .item .detail_part .itemname {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_32);
    color: var(--text_color_6);
    margin-bottom: 0;
}

.christman_ornaments_third_section .card_part .item .detail_part .pre_order_btn {
    background-color: var(--bg_color_1);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    padding: 8px 12px 8px 12px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    letter-spacing: 1px;
    border: none;
    margin: 0 auto 0;
}

.christman_ornaments_fourth_section {
    background-color: var(--bg_color_5);
    background-image: url(../images/bring_home.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.christman_ornaments_fourth_section .journey_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 170px 0;
}

.christman_ornaments_fourth_section .journey_wrap .journey_await {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.christman_ornaments_fourth_section .journey_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,
            rgba(3, 3, 39, 0.6),
            rgba(3, 3, 39, 0.6));
    z-index: 1;
}

.christman_ornaments_fourth_section .journey_content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}

.christman_ornaments_fourth_section .journey_wrap .journey_content h3 {
    font-size: var(--fs_60);
    font-family: var(--gayathri_regular);
    letter-spacing: 1px;
    margin-bottom: 20px;
    background: linear-gradient(90deg,
            #c4161c 0%,
            #e5472f 40%,
            #f6b26b 75%,
            #fbe4b2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.christman_ornaments_fourth_section .journey_wrap .journey_content .info {
    font-size: var(--fs_20);
    font-family: var(--gayathri_regular);
    color: var(--text_color_6);
    margin-bottom: 20px;
}

.christman_ornaments_fourth_section .journey_wrap .journey_content .story_btn_part {
    width: 100%;
    display: flex;
    justify-content: center;
}

.christman_ornaments_fourth_section .journey_wrap .journey_content .journey_btn {
    background-color: var(--bg_color_1);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    padding: 10px 35px 10px 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    letter-spacing: 1px;
    border: none;
    margin-top: 15px;
}

.christman_ornaments_fifth_section {
    background-color: var(--bg_color_5);
    padding: 50px 100px 100px 100px;
}

.season_collection {
    padding-top: 100px;
}

.christman_ornaments_fifth_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.christman_ornaments_fifth_section .heading_part h3 {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_2);
    margin-bottom: 20px;
}

.christman_ornaments_fifth_section .card_part {
    margin-top: 70px;
}

.christman_ornaments_fifth_section .card_part .item {
    cursor: pointer;
}

.christman_ornaments_fifth_section .seasons_best_seller {
    margin-top: 30px;
    position: relative;
}

.christman_ornaments_fifth_section .carousel_arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    text-decoration: none;
}

.christman_ornaments_fifth_section .carousel_arrow img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.christman_ornaments_fifth_section .arrow_left {
    left: -22px;
}

.christman_ornaments_fifth_section .arrow_right {
    right: -22px;
}

.christman_ornaments_fifth_section .seasons_best_seller .item .image_wrapper {
    background-color: var(--bg_color_6);
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.christman_ornaments_fifth_section .seasons_best_seller .item .image_wrapper .seasonsbestseller {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.christman_ornaments_fifth_section .seasons_best_seller .item .detail_part {
    margin-top: 20px;
}

.christman_ornaments_fifth_section .seasons_best_seller .item .detail_part .name {
    font-family: var(--roboto_regular);
    font-size: var(--fs_18);
    color: var(--text_color_1);
    margin-bottom: 0;
}

.christman_ornaments_fifth_section .seasons_best_seller .item .detail_part .desc {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_14);
    margin-bottom: 5px;
}

.christman_ornaments_fifth_section .seasons_best_seller .item .detail_part .price_part {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.christman_ornaments_fifth_section .seasons_best_seller .item .detail_part .price_part .discount_price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    margin-right: 10px;
}

.christman_ornaments_fifth_section .seasons_best_seller .item .detail_part .price_part .price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_14);
    text-decoration: line-through;
    margin-right: 10px;
}

.christman_ornaments_fifth_section .seasons_best_seller .item .detail_part .price_part .off {
    font-family: var(--roboto_medium);
    font-size: var(--fs_14);
    color: var(--text_color_15);
}

.christman_ornaments_sixth_section {
    background-color: var(--bg_color_5);
    background-image: url(../images/bring_home_sprit.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.christman_ornaments_sixth_section .journey_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 170px 0;
}

.christman_ornaments_sixth_section .journey_wrap .journey_await {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.christman_ornaments_sixth_section .journey_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,
            rgba(3, 3, 39, 0.6),
            rgba(3, 3, 39, 0.6));
    z-index: 1;
}

.christman_ornaments_sixth_section .journey_content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}

.christman_ornaments_sixth_section .journey_wrap .journey_content h3 {
    color: var(--text_color_6);
    font-size: var(--fs_60);
    font-family: var(--gayathri_regular);
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 20px;
}

.christman_ornaments_sixth_section .journey_wrap .journey_content .desc {
    font-family: var(--roboto_regular);
    font-size: var(--fs_20);
    color: var(--text_color_6);
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
}

.christman_ornaments_sixth_section .journey_wrap .journey_content .discover_story {
    background-color: var(--bg_color_1);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    padding: 10px 35px 10px 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    letter-spacing: 1px;
    border: none;
    margin-top: 15px;
}

.ornament_first_section {
    position: relative;
    overflow: hidden;
    /* height: 100%; */
    height: 92vh;
}

.ornament_first_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

.ornament_first_section .ornament_main_banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ornament_first_section .hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: end;
}

.ornament_first_section .hero-content .hero-text h1 {
    font-family: var(--sottel);
    font-size: 50px;
    line-height: 1.5;
    color: var(--text_color_6);
    margin-bottom: 30px;
}

.ornament_second_section {
    padding: 70px 0 20px 0;
}

.ornament_second_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--roboto_regular);
    font-size: var(--fs_24);
    color: var(--text_color_14);
    margin-bottom: 30px;
}

.ornament_second_section .heading_part .heading {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_2);
}

.ornament_second_section .filter_sticky_row {
    position: sticky;
    top: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0.75);
    padding-top: 5px;
    padding-bottom: 5px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.ornament_second_section .filter_sticky_row .filter_button_part {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
    margin: 25px 0 25px 0;
    flex-wrap: wrap;
}

.ornament_second_section .filter_button_part .sortby-filter-btn {
    border: 1px solid var(--text_color_13);
    background-color: transparent;
    color: var(--text_color_13);
    padding: 11px 20px 10px 20px;
    border-radius: 999px;
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    line-height: 1;
    cursor: pointer;
    transition: 0.5s ease;
    letter-spacing: 0.6px;
}

.ornament_second_section .filter_button_part .filter-btn {
    border: 1px solid var(--bg_color_1);
    background-color: transparent;
    color: var(--text_color_1);
    padding: 11px 20px 10px 20px;
    border-radius: 100px;
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    line-height: 1;
    cursor: pointer;
    transition: 0.5s ease;
    letter-spacing: 0.6px;
}

.ornament_second_section .filter_button_part .filter-btn.active {
    background-color: var(--bg_color_1);
    color: var(--text_color_6)
}

.ornament_second_section .right_side_page_per_part {
    display: flex;
    justify-self: end;
    align-items: center;
    height: 100%;
}

.ornament_second_section .right_side_page_per_part p {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    margin-bottom: 0;
}

.ornament_second_section .filter_sticky_row .filter_button_part .category-dd i {
    color: white;
}

.ornament_second_section .filter_sticky_row .filter_button_part .category-dd .dropdown-toggle::after {
    display: none !important;
}

.ornament_second_section .filter_sticky_row .filter_button_part .category-dd .filter-btn {
    position: relative;
}

.ornament_second_section .filter_sticky_row .filter_button_part .category-dd .filter-btn::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-60%) rotate(45deg);
    transition: 0.2s ease;
    opacity: 0.95;
}

.ornament_second_section .filter_sticky_row .filter_button_part .category-dd .filter-btn[aria-expanded="true"]::after {
    transform: translateY(-35%) rotate(-135deg);
}

.ornament_second_section .filter_sticky_row .filter_button_part .category-dd .category-menu {
    width: 100%;
    border-radius: 0;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 10px !important;
}

.ornament_second_section .filter_sticky_row .filter_button_part .category-dd .category-menu .dd-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 10px;
    border-radius: 0;
    color: var(--text_color_12);
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    cursor: pointer;
    user-select: none;
}

.ornament_second_section .filter_sticky_row .filter_button_part .category-dd .category-menu .dd-item:hover {
    background: rgba(0, 0, 0, 0.04);
}

.ornament_second_section .filter_sticky_row .filter_button_part .category-dd .dropdown-icon {
    transition: transform 0.25s ease;
}

.ornament_second_section .filter_sticky_row .filter_button_part .category-dd .dropdown-toggle[aria-expanded="true"] .dropdown-icon {
    transform: rotate(180deg);
}

.ornament_second_section .filter_sticky_row .filter_button_part .category-dd .category-menu .dd-item .form-check-input {
    width: 18px;
    height: 18px;
}

.ornament_second_section .filter_sticky_row .filter_button_part .category-dd .category-menu .form-check-input {
    accent-color: var(--bg_color_2);
}

.ornament_second_section .filter_sticky_row .filter_button_part .category-dd .category-menu .form-check-input:checked {
    background-color: var(--bg_color_2);
    border-color: var(--bg_color_2);
}

.ornament_second_section .filter_sticky_row .filter_button_part .category-dd .category-menu .form-check-input:focus {
    border-color: var(--bg_color_2);
    box-shadow: none;
}

@media only screen and (max-width: 480px) {
    .ornament_second_section .filter_sticky_row .filter_button_part .category-dd .category-menu {
        width: 100%;
    }
}

.ornament_third_section {
    padding: 0 0 100px 0;
}

.ornament_third_section .card_part .card {
    border: none;
    border-radius: 0;
}

.ornament_third_section .card_part .card .image_wrapper {
    background-color: var(--bg_color_12);
    padding: 22px 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ornament_third_section .card_part .card .image_wrapper a {
    width: 100%;
}

.ornament_third_section .card_part .card .image_wrapper>.button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    display: flex;
    justify-content: end;
}

.ornament_third_section .card_part .card .image_wrapper .ornament {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ornament_third_section .card_part .card .image_wrapper .new_collection_tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: auto;
    height: auto;
}

.ornament_third_section .card_part .card .detail_part {
    margin-top: 20px;
}

.ornament_third_section .card_part .card .detail_part .name {
    font-family: var(--roboto_regular);
    font-size: var(--fs_18);
    color: var(--text_color_13);
    margin-bottom: 0;
}

.ornament_third_section .card_part .card .detail_part .info {
    font-family: var(--roboto_regular);
    font-size: var(--fs_18);
    color: var(--text_color_1);
    margin-top: 7px;
    margin-bottom: 2px;
}

.ornament_third_section .card_part .card .detail_part .desc {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_14);
    margin-top: 0px;
    margin-bottom: 5px;
}

.ornament_third_section .card_part .card .detail_part .price_part {
    margin-top: 10px;
    display: flex;
    align-items: center;
    letter-spacing: 1.1px;
}

.ornament_third_section .card_part .card .detail_part .price_part .discount_price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    margin-right: 10px;
}

.ornament_third_section .card_part .card .detail_part .price_part .price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_14);
    text-decoration: line-through;
    margin-right: 10px;
}

.ornament_third_section .card_part .card .detail_part .price_part .off {
    font-family: var(--roboto_medium);
    font-size: var(--fs_14);
    color: var(--text_color_15);
}

.ornament_third_section .card_part .card .image_wrapper .icon-svg {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
}

.ornament_third_section .card_part .card .image_wrapper .icon-svg--color-silver {
    fill: #C6C6C6;
    color: #C6C6C6;
}

.ornament_third_section .card_part .card .image_wrapper .icon-svg--color-red {
    fill: red;
    color: red;
}

.ornament_third_section .card_part .card .image_wrapper .heart-full {
    position: absolute;
    left: 0;
    top: 6px;
    opacity: 0;
}

.ornament_third_section .card_part .card .image_wrapper .btn__effect {
    display: inline-block;
    position: relative;
}

.ornament_third_section .card_part .card .image_wrapper .effect-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(25deg);
    pointer-events: none;
}

.ornament_third_section .card_part .card .image_wrapper .effect-group .effect:nth-child(2) {
    transform: rotate(72deg);
}

.ornament_third_section .card_part .card .image_wrapper .effect-group .effect:nth-child(3) {
    transform: rotate(144deg);
}

.ornament_third_section .card_part .card .image_wrapper .effect-group .effect:nth-child(4) {
    transform: rotate(216deg);
}

.ornament_third_section .card_part .card .image_wrapper .effect-group .effect:nth-child(5) {
    transform: rotate(288deg);
}

.ornament_third_section .card_part .card .image_wrapper .button.active .heart-stroke {
    opacity: 0;
}

.ornament_third_section .card_part .card .image_wrapper .button.active .heart-full {
    opacity: 1;
}

.ornament_third_section .card_part .card .image_wrapper .button.active .icon-svg {
    animation: bounceIn .5s linear;
}

.ornament_third_section .card_part .card .image_wrapper .button.active .effect:before {
    animation: fireworkLine .5s linear .1s;
}

.ornament_third_section .card_part .card .image_wrapper .button.active .effect:after {
    animation: fireworkPoint .5s linear .1s;
}

.ornament_third_section .card_part .card .image_wrapper .button.deactivate .broken-heart {
    opacity: 1;
}

.ornament_third_section .card_part .card .image_wrapper .button.one.desktop:not(.active):hover .heart-stroke {
    animation: ornamentlike 1s ease-out infinite;
}

@keyframes ornamentlike {
    0% {
        opacity: 1;
        transform-origin: center;
    }

    50% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

.ornament_fourth_section {
    background-color: var(--bg_color_5);
    padding: 100px 100px 100px 100px;
}

.ornament_fourth_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ornament_fourth_section .heading_part h3 {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_2);
    margin-bottom: 20px;
}

.ornament_fourth_section .card_part {
    margin-top: 70px;
}

.ornament_fourth_section .card_part .item {
    cursor: pointer;
}

.ornament_fourth_section .seasons_best_seller {
    margin-top: 70px;
    position: relative;
}

.ornament_fourth_section .carousel_arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    text-decoration: none;
}

.ornament_fourth_section .carousel_arrow img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.ornament_fourth_section .arrow_left {
    left: -22px;
}

.ornament_fourth_section .arrow_right {
    right: -22px;
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper {
    background-color: var(--bg_color_6);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper>.button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper .seasonsbestseller {
    /* height: 470px; */
    height: auto;
    width: 100%;
    object-fit: cover;
}

.ornament_fourth_section .seasons_best_seller .item .detail_part {
    margin-top: 20px;
}

.ornament_fourth_section .seasons_best_seller .item .detail_part .name {
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_13);
    margin-bottom: 0;
}

.ornament_fourth_section .seasons_best_seller .item .detail_part .info {
    font-family: var(--roboto_regular);
    font-size: var(--fs_18);
    color: var(--text_color_1);
    margin-top: 7px;
    margin-bottom: 2px;
}

.ornament_fourth_section .seasons_best_seller .item .detail_part .desc {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_14);
    margin-top: 0px;
    margin-bottom: 5px;
}

.ornament_fourth_section .seasons_best_seller .item .detail_part .price_part {
    margin-top: 10px;
    display: flex;
    align-items: center;
    letter-spacing: 1.1px;
}

.ornament_fourth_section .seasons_best_seller .item .detail_part .price_part .discount_price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    margin-right: 10px;
}

.ornament_fourth_section .seasons_best_seller .item .detail_part .price_part .price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_14);
    text-decoration: line-through;
    margin-right: 10px;
}

.ornament_fourth_section .seasons_best_seller .item .detail_part .price_part .off {
    font-family: var(--roboto_medium);
    font-size: var(--fs_14);
    color: var(--text_color_15);
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper .icon-svg {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper .icon-svg--color-silver {
    fill: #C6C6C6;
    color: #C6C6C6;
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper .icon-svg--color-red {
    fill: red;
    color: red;
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper .heart-full {
    position: absolute;
    left: 0;
    top: 6px;
    opacity: 0;
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper .btn__effect {
    display: inline-block;
    position: relative;
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper .effect-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(25deg);
    pointer-events: none;
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper .effect-group .effect:nth-child(2) {
    transform: rotate(72deg);
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper .effect-group .effect:nth-child(3) {
    transform: rotate(144deg);
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper .effect-group .effect:nth-child(4) {
    transform: rotate(216deg);
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper .effect-group .effect:nth-child(5) {
    transform: rotate(288deg);
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper .button.active .heart-stroke {
    opacity: 0;
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper .button.active .heart-full {
    opacity: 1;
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper .button.active .icon-svg {
    animation: bounceIn .5s linear;
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper .button.active .effect:before {
    animation: fireworkLine .5s linear .1s;
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper .button.active .effect:after {
    animation: fireworkPoint .5s linear .1s;
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper .button.deactivate .broken-heart {
    opacity: 1;
}

.ornament_fourth_section .seasons_best_seller .item .image_wrapper .button.one.desktop:not(.active):hover .heart-stroke {
    animation: recentviewlike 1s ease-out infinite;
}

@keyframes recentviewlike {
    0% {
        opacity: 1;
        transform-origin: center;
    }

    50% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}























.ornament_detail_first_section {
    padding: 100px 0;
}

.ornament_detail_first_section .product-slider-container {
    display: flex;
}

.ornament_detail_first_section .product-slider-container .main-swiper {
    height: fit-content;
    position: relative;
}

.ornament_detail_first_section .product-slider-container .main-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background-color: var(--bg_color_12);
    border: none;
    width: 100% !important;
    cursor: pointer;
    padding: 30px;
}

.ornament_detail_first_section .product-slider-container .main-swiper .swiper-slide img {
    max-width: 100%;
    width: 100%;
    max-height: 600px;
    object-fit: contain;
    /* object-fit: contain; */
}

.ornament_detail_first_section .product-slider-container .thumb-swiper .swiper-slide {
    height: 100px !important;
    width: 100% !important;
    cursor: pointer;
    border-radius: 0;
    overflow: hidden;
    border: none;
    background-color: var(--bg_color_6);
    display: flex;
    justify-content: end;
    align-items: center;
}

/* .ornament_detail_first_section .product-slider-container .thumb-swiper .swiper-wrapper {
    display: flex;
    flex-direction: column;
    height: 450px;
    min-height: 450px;
    overflow-y: scroll;
} */

.ornament_detail_first_section .product-slider-container .thumb-swiper {
    height: 550px;
    overflow: hidden;
}

.ornament_detail_first_section .product-slider-container .thumb-swiper .swiper-wrapper {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}

.ornament_detail_first_section .product-slider-container .thumb-swiper .swiper-slide {
    margin-bottom: 10px;
}

.ornament_detail_first_section .product-slider-container .thumb-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.ornament_detail_first_section .product-slider-container .thumb-swiper .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.ornament_detail_first_section .product-slider-container .thumb-swiper .swiper-slide-thumb-active {
    opacity: 1;
}

.ornament_detail_first_section .product-slider-container .thumb-swiper .swiper-slide {
    margin-bottom: 10px;
}

.ornament_detail_first_section .product-slider-container .thumb-swiper .swiper-slide img {
    height: 100%;
    width: fit-content;
}

.ornament_detail_first_section .product-slider-container .thumb-swiper .swiper-slide img {
    border: 1px solid transparent;
    transition: border 0.2s ease, transform 0.2s ease;
}

.ornament_detail_first_section .product-slider-container .thumb-swiper .swiper-slide-thumb-active img {
    border: 1px solid #000;
    width: fit-content;
}

.ornament_detail_first_section .product-slider-container .icon-svg {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
}

.ornament_detail_first_section .product-slider-container .icon-svg--color-silver {
    fill: #C6C6C6;
    color: #C6C6C6;
}

.ornament_detail_first_section .product-slider-container .icon-svg--color-red {
    fill: red;
    color: red;
}

.ornament_detail_first_section .product-slider-container .heart-full {
    position: absolute;
    left: 0;
    top: 6px;
    opacity: 0;
}

.ornament_detail_first_section .product-slider-container .btn__effect {
    display: inline-block;
    position: relative;
}

.ornament_detail_first_section .product-slider-container .effect-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(25deg);
    pointer-events: none;
}

.ornament_detail_first_section .product-slider-container .effect-group .effect:nth-child(2) {
    transform: rotate(72deg);
}

.ornament_detail_first_section .product-slider-container .effect-group .effect:nth-child(3) {
    transform: rotate(144deg);
}

.ornament_detail_first_section .product-slider-container .effect-group .effect:nth-child(4) {
    transform: rotate(216deg);
}

.ornament_detail_first_section .product-slider-container .effect-group .effect:nth-child(5) {
    transform: rotate(288deg);
}

.ornament_detail_first_section .product-slider-container .button.active .heart-stroke {
    opacity: 0;
}

.ornament_detail_first_section .product-slider-container .button.active .heart-full {
    opacity: 1;
}

.ornament_detail_first_section .product-slider-container .button.active .icon-svg {
    animation: bounceIn .5s linear;
}

.ornament_detail_first_section .product-slider-container .button.active .effect:before {
    animation: fireworkLine .5s linear .1s;
}

.ornament_detail_first_section .product-slider-container .button.active .effect:after {
    animation: fireworkPoint .5s linear .1s;
}

.ornament_detail_first_section .product-slider-container .button.deactivate .broken-heart {
    opacity: 1;
}

.ornament_detail_first_section .product-slider-container .button.one.desktop:not(.active):hover .heart-stroke {
    animation: ornamentpulse 1s ease-out infinite;
}

@keyframes ornamentpulse {
    0% {
        opacity: 1;
        transform-origin: center;
    }

    50% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

.ornament_detail_first_section .product-slider-container .wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg_color_6);
    border-radius: 50%;
}

.ornament_detail_first_section .product-slider-container .wishlist-btn .btn__effect {
    position: relative;
    width: 20px;
    height: 20px;
}

.ornament_detail_first_section .product-slider-container .wishlist-btn .icon-svg {
    position: absolute;
    inset: 0;
    width: 20px;
    height: 20px;
    display: block;
}

.ornament_detail_first_section .product-slider-container .wishlist-btn .heart-full {
    opacity: 0;
}

.ornament_detail_first_section .product-slider-container .wishlist-btn.active .heart-stroke {
    opacity: 0;
}

.ornament_detail_first_section .product-slider-container .wishlist-btn.active .heart-full {
    opacity: 1;
}

.ornament_detail_first_section .addtocart_button_part {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.ornament_detail_first_section .addtocart_button_part .addtocart_btn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_18);
    font-family: var(--roboto_medium);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    flex: 1;
}

.ornament_detail_first_section .addtocart_button_part .buynow_btn {
    background-color: var(--bg_color_13);
    color: var(--text_color_6);
    font-size: var(--fs_18);
    font-family: var(--roboto_medium);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    flex: 1;
}

.ornament_detail_first_section .addtocart_button_part .addtocart_btn span,
.ornament_detail_first_section .addtocart_button_part .buynow_btn span {
    padding: 10px 0 6px 0;
}

.ornament_detail_first_section .addtocart_button_part svg {
    width: 20px;
    height: auto;
    margin-right: 10px;
    flex-shrink: 0;
}

.ornament_detail_first_section .info_note_part {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.ornament_detail_first_section .info_note_part svg {
    width: 20px;
    height: auto;
    margin-right: 5px;
    color: red;
}

.ornament_detail_first_section .info_note_part p {
    margin-bottom: -5px;
    font-family: var(--gayathri_regular);
    color: red;
    font-size: var(--fs_16);
}

.ornament_detail_first_section .right_side_main_part .first_part {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.ornament_detail_first_section .right_side_main_part .first_part .breadcumb_part {
    display: flex;
    align-items: center;
}

.ornament_detail_first_section .right_side_main_part .first_part .breadcumb_part a {
    color: var(--text_color_14);
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    text-decoration: none;
}

.ornament_detail_first_section .right_side_main_part .first_part .breadcumb_part svg {
    color: var(--text_color_14);
    height: 16px;
    margin: 0 2px;
}

.ornament_detail_first_section .right_side_main_part .first_part .share_part {
    display: flex;
    align-items: center;
}

.ornament_detail_first_section .right_side_main_part .first_part .share_part a {
    color: var(--text_color_14);
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    text-decoration: none;
}

.ornament_detail_first_section .right_side_main_part .first_part .share_part svg {
    color: var(--text_color_14);
    height: 16px;
    margin: 0 2px;
}

.ornament_detail_first_section .right_side_main_part .second_part h2 {
    font-family: var(--roboto_regular);
    font-size: var(--fs_20);
    color: var(--text_color_4);
    margin-top: 10px;
}

.ornament_detail_first_section .right_side_main_part .third_part p {
    color: var(--text_color_15);
    font-size: var(--fs_14);
    font-family: var(--roboto_medium);
    margin-bottom: 0;
}

.ornament_detail_first_section .right_side_main_part .fourth_part {
    display: flex;
    align-items: center;
}

.ornament_detail_first_section .right_side_main_part .fourth_part .new_price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_24);
    color: var(--text_color_4);
    margin-bottom: 0;
}

.ornament_detail_first_section .right_side_main_part .fourth_part .old_price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_14);
    margin-left: 12px;
    margin-bottom: 0;
}

.ornament_detail_first_section .right_side_main_part .fourth_part .discount {
    font-family: var(--roboto_medium);
    font-size: var(--fs_14);
    color: var(--text_color_15);
    margin-left: 12px;
    margin-bottom: 0;
}

.ornament_detail_first_section .right_side_main_part .fifth_part p {
    color: var(--text_color_14);
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    margin-bottom: 0;
}

.ornament_detail_first_section .right_side_main_part .sixth_part {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.ornament_detail_first_section .right_side_main_part .sixth_part .review_part {
    background-color: var(--text_color_15);
    width: fit-content;
    padding: 3px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.ornament_detail_first_section .right_side_main_part .sixth_part .review_part p {
    color: var(--text_color_6);
    font-size: var(--fs_14);
    font-family: var(--roboto_medium);
    margin-bottom: 0;
    margin-top: 2px;
}

.ornament_detail_first_section .right_side_main_part .sixth_part .review_part svg {
    color: var(--text_color_6);
    height: 16px;
    margin-left: 5px;
}

.ornament_detail_first_section .right_side_main_part .sixth_part .rating_part p {
    margin-bottom: 0;
    color: var(--text_color_16);
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    margin-left: 15px;
}

.ornament_detail_first_section .right_side_main_part .product_info_part {
    margin-top: 20px;
}

.ornament_detail_first_section .right_side_main_part .product_info_part .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.ornament_detail_first_section .right_side_main_part .product_info_part .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.ornament_detail_first_section .right_side_main_part .product_info_part .accordion-button::after {
    transition: all 0.5s;
}

.ornament_detail_first_section .right_side_main_part .product_info_part table tr th {
    border: none;
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_4);
    padding-left: 0;
    padding-bottom: 0;
}

.ornament_detail_first_section .right_side_main_part .product_info_part table tr td {
    border: none;
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_16);
    padding-left: 0;
    padding-bottom: 0;
}

.ornament_detail_first_section .right_side_main_part .product_info_part .accordion .accordion-item:first-of-type {
    border-radius: 0;
}

.ornament_detail_first_section .right_side_main_part .product_info_part .accordion .accordion-header .accordion-button {
    font-family: var(--roboto_regular);
    color: var(--text_color_4);
    font-size: var(--fs_18);
    padding-left: 0;
}

.ornament_detail_first_section .right_side_main_part .product_info_part .accordion .accordion-item {
    border-left: 0;
    border-right: 0;
}

.ornament_detail_first_section .right_side_main_part .product_info_part .accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.ornament_detail_first_section .right_side_main_part .product_info_part .accordion .accordion-button:focus {
    box-shadow: none;
}

.ornament_detail_first_section .right_side_main_part .product_info_part .accordion .accordion-item .accordion-body {
    padding-left: 0;
}

.ornament_detail_first_section .right_side_main_part .product_info_part .accordion .accordion-item .accordion-body p {
    margin-bottom: 0;
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_4);
}

.ornament_detail_second_section {
    margin: 0 50px;
}

.ornament_detail_second_section .heading_part h3 {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_32);
    color: var(--text_color_4);
}

.ornament_detail_second_section .container-fluid {
    background-color: var(--bg_color_14);
    padding: 25px 0 25px 25px;
}

.ornament_detail_second_section .item .image_wrapper {
    background-color: var(--bg_color_6);
    padding: 22px 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ornament_detail_second_section .item .image_wrapper>.button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
}

.ornament_detail_second_section .item .image_wrapper .souvenierboutique {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ornament_detail_second_section .item .detail_part {
    margin-top: 20px;
}

.ornament_detail_second_section .item .detail_part .name {
    font-family: var(--roboto_regular);
    font-size: var(--fs_18);
    color: var(--text_color_13);
    margin-bottom: 0;
}

.ornament_detail_second_section .item .detail_part .info {
    font-family: var(--roboto_regular);
    font-size: var(--fs_18);
    color: var(--text_color_1);
    margin-top: 7px;
    margin-bottom: 2px;
}

.ornament_detail_second_section .item .detail_part .desc {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_14);
    margin-top: 0px;
    margin-bottom: 5px;
}

.ornament_detail_second_section .item .detail_part .price_part {
    margin-top: 10px;
    display: flex;
    align-items: center;
    letter-spacing: 1.1px;
}

.ornament_detail_second_section .item .detail_part .price_part .discount_price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    margin-right: 10px;
}

.ornament_detail_second_section .item .detail_part .price_part .price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_14);
    text-decoration: line-through;
    margin-right: 10px;
}

.ornament_detail_second_section .item .detail_part .price_part .off {
    font-family: var(--roboto_medium);
    font-size: var(--fs_14);
    color: var(--text_color_15);
}

.ornament_detail_second_section .item .image_wrapper .icon-svg {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    width: 25px;
}

.ornament_detail_second_section .item .image_wrapper .icon-svg--color-silver {
    fill: #C6C6C6;
    color: #C6C6C6;
}

.ornament_detail_second_section .item .image_wrapper .icon-svg--color-red {
    fill: red;
    color: red;
}

.ornament_detail_second_section .item .image_wrapper .heart-full {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.ornament_detail_second_section .item .image_wrapper .btn__effect {
    display: inline-block;
    position: relative;
}

.ornament_detail_second_section .item .image_wrapper .effect-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(25deg);
    pointer-events: none;
}

.ornament_detail_second_section .item .image_wrapper .effect-group .effect:nth-child(2) {
    transform: rotate(72deg);
}

.ornament_detail_second_section .item .image_wrapper .effect-group .effect:nth-child(3) {
    transform: rotate(144deg);
}

.ornament_detail_second_section .item .image_wrapper .effect-group .effect:nth-child(4) {
    transform: rotate(216deg);
}

.ornament_detail_second_section .item .image_wrapper .effect-group .effect:nth-child(5) {
    transform: rotate(288deg);
}

.ornament_detail_second_section .item .image_wrapper .button.active .heart-stroke {
    opacity: 0;
}

.ornament_detail_second_section .item .image_wrapper .button.active .heart-full {
    opacity: 1;
}

.ornament_detail_second_section .item .image_wrapper .button.active .icon-svg {
    animation: bounceIn .5s linear;
}

.ornament_detail_second_section .item .image_wrapper .button.active .effect:before {
    animation: fireworkLine .5s linear .1s;
}

.ornament_detail_second_section .item .image_wrapper .button.active .effect:after {
    animation: fireworkPoint .5s linear .1s;
}

.ornament_detail_second_section .item .image_wrapper .button.deactivate .broken-heart {
    opacity: 1;
}

.ornament_detail_second_section .item .image_wrapper .button.one.desktop:not(.active):hover .heart-stroke {
    animation: ornamentlike 1s ease-out infinite;
}

.ornament_detail_second_section .shop_best_seller_slider {
    position: relative;
}

.ornament_detail_second_section .shop_best_seller_slider .carousel_arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 100;
    text-decoration: none;
}

.ornament_detail_second_section .shop_best_seller_slider .carousel_arrow img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.ornament_detail_second_section .shop_best_seller_slider .arrow_left {
    left: 0;
}

.ornament_detail_second_section .shop_best_seller_slider .arrow_right {
    right: 0;
}

@keyframes ornamentlike {
    0% {
        opacity: 1;
        transform-origin: center;
    }

    50% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}












.gallery_boutique_checkout_first_section .left_side_part {
    padding-top: 40px;
    padding-bottom: 40px;
}

.gallery_boutique_checkout_first_section .right_side_part {
    padding-top: 40px;
    padding-bottom: 40px;
}

.gallery_boutique_checkout_first_section .left_side_part .info_card .info_field {
    margin-bottom: 12px;
}

.gallery_boutique_checkout_first_section .left_side_part .info_card .info_form .info_field .signinoption {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_1);
}

.gallery_boutique_checkout_first_section .left_side_part .info_card .info_label {
    font-size: var(--fs_20);
    font-family: var(--roboto_regular);
    color: var(--text_color_1);
}

.gallery_boutique_checkout_first_section .left_side_part .info_card .info_input {
    background-color: var(--bg_color_5);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    color: var(--text_color_1);
    border-radius: 4px;
    border: none;
    outline: none;
    padding: 12px 16px;
    margin-top: 8px;
}

.gallery_boutique_checkout_first_section .left_side_part .info_card .info_input:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.gallery_boutique_checkout_first_section .left_side_part .place_order_btn_part .confirm_btn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    padding: 12px 35px 12px 35px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    letter-spacing: 1.1px;
    border: none;
    margin-top: 25px;
}

.gallery_boutique_checkout_first_section .left_side_part .info_card .info_form .payviacard_part {
    margin-top: 20px;
}

.gallery_boutique_checkout_first_section .left_side_part .info_card .info_form .payviacard_part label {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    margin-left: 5px;
}

.gallery_boutique_checkout_first_section .left_side_part .info_card .info_form .payviacard_part .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

.gallery_boutique_checkout_first_section .left_side_part .info_card .info_form .payviacard_part .form-check-input {
    accent-color: var(--bg_color_2);
}

.gallery_boutique_checkout_first_section .left_side_part .info_card .info_form .payviacard_part .form-check-input:checked {
    background-color: var(--bg_color_2);
    border-color: var(--bg_color_2);
}

.gallery_boutique_checkout_first_section .left_side_part .info_card .info_form .payviacard_part .form-check-input:focus {
    border-color: var(--bg_color_2);
    box-shadow: none;
}

.gallery_boutique_checkout_first_section .left_side_part .info_card .info_form .info_field .shipping_input_wrapper {
    position: relative;
}

.gallery_boutique_checkout_first_section .left_side_part .info_card .info_form .info_field .shipping_input_wrapper .shipping_free {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--fs_15);
    font-family: var(--roboto_regular);
    color: var(--text_color_16);
    pointer-events: none;
}

.gallery_boutique_checkout_first_section .left_side_part .info_card .info_form .info_field .shipping_input_wrapper .info_input {
    padding-right: 70px;
}

.gallery_boutique_checkout_first_section .left_side_part .info_card .info_form .info_field .input-icon {
    position: relative;
}

.gallery_boutique_checkout_first_section .left_side_part .info_card .info_form .info_field .input-icon svg {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #6b7280;
    pointer-events: none;
}

.gallery_boutique_checkout_first_section .left_side_part .info_card .info_form .info_field .input-icon .info_input {
    padding-left: 44px;
}

.gallery_boutique_checkout_first_section .right_side_part .first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.gallery_boutique_checkout_first_section .right_side_part .first .left {
    display: flex;
    align-items: center;
}

.gallery_boutique_checkout_first_section .right_side_part .first .left img {
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
    object-fit: cover;
}

.gallery_boutique_checkout_first_section .right_side_part .first .left .item_name {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_4);
    margin-left: 15px;
    margin-bottom: 0;
}


.gallery_boutique_checkout_first_section .right_side_part .first .right {
    display: flex;
    align-items: center;
}

.gallery_boutique_checkout_first_section .right_side_part .first .right .item_price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_4);
    margin-bottom: 0;
}

.gallery_boutique_checkout_first_section .right_side_part .second {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.gallery_boutique_checkout_first_section .right_side_part .second .info_input {
    background-color: var(--bg_color_5);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    color: var(--text_color_1);
    border-radius: 4px;
    border: none;
    outline: none;
    padding: 12px 16px;
    margin-top: 8px;
}

.gallery_boutique_checkout_first_section .right_side_part .second .info_input:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.gallery_boutique_checkout_first_section .right_side_part .second .apply_btn {
    background-color: var(--bg_color_16);
    color: var(--text_color_18);
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    padding: 12px 12px 12px 12px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    letter-spacing: 1.1px;
    border: none;
    margin-top: 8px;
}

.gallery_boutique_checkout_first_section .right_side_part .third {
    margin-top: 30px;
}

.gallery_boutique_checkout_first_section .right_side_part .third .title {
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_16);
}

.gallery_boutique_checkout_first_section .right_side_part .third .amt {
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_1);
}

.gallery_boutique_checkout_first_section .right_side_part .fourth {
    border-top: 1px dashed #BEBEBE;
    margin-top: 15px;
    padding-top: 15px;
}

.gallery_boutique_checkout_first_section .right_side_part .fourth .amt {
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_1);
}

@media only screen and (min-width: 992px) {
    .border-end {
        border-right: 1px solid #F0F0F0 !important;
    }
}

.gallery_boutique_checkout_second_section {
    border-top: 1px solid #F0F0F0 !important;
    padding: 20px 0 30px 0;
}

.gallery_boutique_checkout_second_section .all_links_part {
    display: flex;
    justify-content: space-around;
}

.gallery_boutique_checkout_second_section .all_links_part a {
    font-family: var(--roboto_regular);
    font-size: var(--fs_12);
    color: var(--text_color_16);
    text-decoration: none;
}

.gallery_boutique_checkout_second_section .all_links_part a span {
    text-decoration: underline;
    color: var(--text_color_13);
}

.our_story_first_section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 100px 0 0 0;
}

.our_story_first_section .title {
    font-family: var(--sottel);
    color: var(--text_color_4);
    font-size: var(--fs_60);
}

.our_story_first_section .desc {
    font-family: var(--gayathri_regular);
    color: var(--text_color_14);
    font-size: var(--fs_32);
    line-height: 1.3;
    margin-top: 24px;
    margin-bottom: 0;
}

.our_story_second_section .deck-section {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.our_story_second_section .deck-wrap {
    width: min(800px, 92vw);
    height: clamp(320px, 60vh, 520px);
    position: relative;
    perspective: 1000px;
}

.our_story_second_section .deck-wrap .deck-card {
    position: absolute;
    inset: 0;
    border-radius: 0;
    overflow: hidden;
    transform-origin: 50% 50%;
    will-change: transform, opacity;
}

.our_story_second_section .deck-wrap .deck-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.our_story_second_section .deck-wrap .deck-card:nth-child(1) {
    transform: rotate(-8deg) translateY(8px);
    z-index: 3;
}

.our_story_second_section .deck-wrap .deck-card:nth-child(2) {
    transform: rotate(3deg) translateY(18px);
    z-index: 2;
}

.our_story_second_section .deck-wrap .deck-card:nth-child(3) {
    transform: rotate(10deg) translateY(28px);
    z-index: 1;
}

.our_story_third_section {
    padding: 0 0 100px 0;
}

.our_story_third_section .title_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.our_story_third_section .title_part .title {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 50px;
}

.our_story_third_section .desc {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_60);
    color: var(--text_color_4);
    line-height: 1.3;
}

.our_story_third_section .desc .char {
    color: #BEBEBE;
    transition: color 0.2s linear;
}

.our_story_third_section .desc .char.filled {
    color: var(--text_color_4);
}

.our_story_fourth_section {
    background-color: var(--bg_color_15);
    padding: 50px 0;
}

.our_story_fourth_section .title_part p {
    text-align: center;
    color: var(--text_color_6);
    font-family: var(--roboto_regular);
    font-size: var(--fs_32);
    font-style: italic;
}

.our_story_fourth_section .title_part p span {
    color: var(--text_color_2);
}

.our_story_fifth_section {
    background-color: var(--bg_color_17);
}

.our_story_fifth_section .left_side_part {
    background-color: var(--bg_color_17);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;
    padding-left: 20%;
    padding-right: 20%;
}

.our_story_fifth_section .left_side_part .title {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_6);
    margin-top: 40px;
}

.our_story_fifth_section .left_side_part .desc {
    font-family: var(--roboto_regular);
    font-size: var(--fs_24);
    color: #B2CCC2;
    margin-top: 10px;
}

.our_story_fifth_section .left_side_part .shop_collection_btn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    padding: 12px 20px 12px 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1.3px;
    margin-top: 10px;
}

.christman_ornaments_seventh_section {
    background-color: var(--bg_color_17);
    padding: 100px 0;
}

.christman_ornaments_seventh_section .title_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.christman_ornaments_seventh_section .title_part h3 {
    color: var(--text_color_6);
    font-family: var(--sottel);
    font-size: var(--fs_60);
}

.christman_ornaments_seventh_section .product_showcase_slider .productSwiper .left_media img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.christman_ornaments_seventh_section .product_showcase_slider .productSwiper .right_card {
    color: var(--text_color_6);
    padding-left: 10px;
}

.christman_ornaments_seventh_section .product_showcase_slider .productSwiper .right_card .right_image {
    background: var(--bg_color_6);
    padding: 0;
    overflow: hidden;
    width: 100%;
    max-width: 340px;
}

.christman_ornaments_seventh_section .product_showcase_slider .productSwiper .right_card .right_image img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}

.christman_ornaments_seventh_section .product_showcase_slider .productSwiper .right_card .product_title {
    margin-top: 20px;
    font-size: var(--fs_20);
    font-family: var(--roboto_regular);
    color: var(--text_color_6);
    letter-spacing: 1px;
}

.christman_ornaments_seventh_section .product_showcase_slider .productSwiper .right_card .product_subtitle {
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    color: var(--text_color_6);
    margin-top: 5px;
}

.christman_ornaments_seventh_section .product_showcase_slider .productSwiper .right_card .price_row {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.christman_ornaments_seventh_section .product_showcase_slider .productSwiper .right_card .price_now {
    font-size: var(--fs_24);
    color: var(--text_color_2);
    font-family: var(--roboto_medium);
}

.christman_ornaments_seventh_section .product_showcase_slider .productSwiper .right_card .price_old {
    font-size: var(--fs_16);
    text-decoration: line-through;
    font-family: var(--roboto_medium);
    color: var(--text_color_14);
}

.christman_ornaments_seventh_section .product_showcase_slider .productSwiper .right_card .view_btn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    padding: 10px 30px 10px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    letter-spacing: 1px;
    width: fit-content;
    margin-top: 15px;
}

.christman_ornaments_seventh_section .product_showcase_slider .productSwiper .swiper-pagination {
    position: static;
    margin-top: 22px;
    text-align: center;
}

.christman_ornaments_seventh_section .product_showcase_slider .productSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: rgba(3, 3, 39, 0.2);
    margin: 0 5px !important;
}

.christman_ornaments_seventh_section .product_showcase_slider .productSwiper .swiper-pagination-bullet-active {
    background-color: var(--bg_color_6);
}

@media only screen and (max-width: 992px) {

    .christman_ornaments_seventh_section .product_showcase_slider .productSwiper .left_media img {
        height: 260px;
    }

    .christman_ornaments_seventh_section .product_showcase_slider .productSwiper .right_card {
        padding-left: 0;
    }

    .christman_ornaments_seventh_section .product_showcase_slider .productSwiper .right_image {
        max-width: 100%;
    }

    .christman_ornaments_seventh_section .product_showcase_slider .productSwiper .right_image img {
        height: 200px;
    }

}

.account_first_section {
    background-image: url(../images/account_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.account_first_section .title_part .name {
    font-family: var(--roboto_regular);
    color: var(--text_color_2);
    font-size: var(--fs_24);
    margin-bottom: 15px;
}

.account_first_section .text_field_part {
    position: relative;
    width: 100%;
}

.account_first_section .text_field_part input {
    width: 100%;
    padding: 14px 10px 14px 50px;
    font-size: var(--fs_16);
    border-radius: 2px;
    border: none;
    outline: none;
    height: 48px;
    background: var(--bg_color_6);
    border-radius: 2px;
    font-family: var(--roboto_regular);
}

.account_first_section .text_field_part .icon {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}

.account_first_section .text_field_part .left-icon {
    left: 14px;
    color: var(--text_color_2);
}

.account_first_section .text_field_part .right-icon {
    right: 14px;
    cursor: pointer;
    color: #A1A1A1;
}

.account_first_section .dropdown_part .dropdown_btn {
    width: 100%;
    padding: 14px 10px 14px 50px;
    font-size: var(--fs_16);
    border-radius: 2px;
    border: none;
    outline: none;
    height: 48px;
    background: var(--bg_color_6);
    border-radius: 2px;
    font-family: var(--roboto_regular);
    text-align: left;
}

.account_first_section .dropdown_part .icon {
    z-index: 5;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}

.account_first_section .dropdown_part .dropdown {
    position: relative;
    z-index: 1;
}

.account_first_section .dropdown_part .left-icon {
    left: 14px;
    color: var(--text_color_2);
}

.account_first_section .dropdown_part .right-icon {
    right: 14px;
    cursor: pointer;
    color: var(--text_color_1);
}

.account_first_section .dropdown_part .dropdown-toggle::after {
    display: none;
}

.account_first_section .dropdown_part .dropdown-menu {
    border: none;
    outline: none;
    height: auto;
    border-radius: 2px;
}

.account_first_section .dropdown_part .dropdown-menu .dropdown-item {
    width: 100%;
    padding: 8px 20px 8px 20px;
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    background: var(--bg_color_6);
}

.account_first_section .submit_form_part .submit_btn {
    border: 1px solid var(--bg_color_2);
    color: var(--bg_color_2);
    background: transparent;
    padding: 10px 18px;
    border-radius: 0;
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.account_first_section .addresses_part {
    position: relative;
    width: 100%;
}

.account_first_section .addresses_part input {
    width: 100%;
    padding: 14px 10px 14px 50px;
    font-size: var(--fs_16);
    border-radius: 2px;
    border: none;
    outline: none;
    height: 48px;
    background: var(--bg_color_6);
    border-radius: 2px;
    font-family: var(--roboto_regular);
}

.account_first_section .addresses_part .icon {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}

.account_first_section .addresses_part .left-icon {
    left: 14px;
    color: var(--text_color_2);
}

.account_first_section .addresses_part .right-icon {
    right: 14px;
    cursor: pointer;
    color: var(--text_color_1);
}

.account_first_section .addresses_part input[type="button"],
.account_first_section .logout_part input[type="button"] {
    text-align: left;
}

.account_first_section .addresses_part .accordion .accordion-item {
    border-radius: 0 !important;
}

.account_first_section .addresses_part .accordion .accordion-item .accordion-header span {
    margin-left: 30px;
    font-family: var(--roboto_regular);
}

.account_first_section .addresses_part .accordion .accordion-button:not(.collapsed) {
    background: var(--bg_color_6);
    color: var(--text_color_4);
}

.account_first_section .addresses_part .accordion .accordion-button:focus {
    box-shadow: none;
}

.account_first_section .addresses_part .accordion-body .address_card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 2px;
    background: var(--bg_color_5);
    cursor: pointer;
    position: relative;
    transition: all .2s ease;
}

.account_first_section .addresses_part .accordion-body .address_card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.account_first_section .addresses_part .accordion-body .address_card .radio_ui {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #cfcfcf;
    position: relative;
    flex: 0 0 16px;
    margin-top: 2px;
}

.account_first_section .addresses_part .accordion-body .address_card input:checked+.radio_ui {
    border-color: var(--bg_color_2);
}

.account_first_section .addresses_part .accordion-body .address_card input:checked+.radio_ui::after {
    content: "";
    position: absolute;
    inset: 3px;
    background: var(--bg_color_2);
    border-radius: 50%;
}

.account_first_section .addresses_part .accordion-body .address_card:has(input:checked) {
    border: 1px dashed var(--bg_color_2);
}

.account_first_section .addresses_part .address_content {
    flex: 1;
    min-width: 0;
}

.account_first_section .addresses_part .address_content .address_title {
    font-size: var(--fs_16);
    margin-bottom: 4px;
    font-family: var(--roboto_regular);
}

.account_first_section .addresses_part .address_content .address_text {
    font-size: var(--fs_14);
    color: var(--text_color_16);
    font-family: var(--roboto_regular);
    line-height: 1.4;
}

.account_first_section .addresses_part .accordion-body .edit_btn {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    cursor: pointer;
    z-index: 5;
}

.account_first_section .addresses_part .accordion-body .edit_btn svg {
    width: 20px;
    height: 20px;
    color: #A1A1A1;
    transition: color .2s ease;
}

.account_first_section .addresses_part .accordion-body .edit_btn svg,
.account_first_section .addresses_part .accordion-body .edit_btn svg * {
    fill: currentColor !important;
}

.account_first_section .addresses_part .accordion-body .edit_btn:hover svg {
    color: var(--text_color_1, #000) !important;
}

.account_first_section .addresses_part .accordion-body .add_new_btn {
    border: 1px solid var(--bg_color_2);
    color: var(--bg_color_2);
    background: transparent;
    padding: 12px 18px 8px 18px;
    border-radius: 0;
    font-size: var(--fs_14);
    font-family: var(--gayathri_regular);
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.account_first_section .addresses_part .no_address_part .no_address_added {
    color: var(--text_color_10);
    text-align: center;
    padding: 20px 0 0 0;
}

.account_first_section .addresses_part .empty_whishlist_part .empty_whishlist_text {
    color: var(--text_color_10);
    text-align: center;
    padding: 20px 0 0 0;
}

.account_first_section .addresses_part .start_shopping_part .no_order_text {
    color: var(--text_color_10);
    text-align: center;
    padding: 20px 0;
}

.account_first_section .addresses_part .start_shopping_part .start_shopping_btn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_14);
    font-family: var(--gayathri_regular);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    letter-spacing: 0.7px;
    padding: 12px 18px 8px 18px;
    width: fit-content;
}

.account_first_section .my_order_part .accordion-body .my_orders_list {
    display: flex;
    flex-direction: column;
}

.account_first_section .my_order_part .accordion-body .order_row {
    background-color: var(--bg_color_5);
    border-radius: 0;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid #C5C5C5;
}

.account_first_section .my_order_part .accordion-body .order_row:nth-last-of-type(1) {
    border-bottom: none;
}

.account_first_section .my_order_part .accordion-body .order_thumb {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account_first_section .my_order_part .accordion-body .order_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account_first_section .my_order_part .accordion-body .order_name {
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_4);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account_first_section .my_order_part .accordion-body .order_mid {
    flex-shrink: 0;
    width: 110px;
    text-align: center;
}

.account_first_section .my_order_part .accordion-body .order_price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    letter-spacing: 0.6px;
}

.account_first_section .my_order_part .accordion-body .order_right {
    text-align: right;
    display: flex;
    flex-direction: column;
}

.account_first_section .my_order_part .accordion-body .order_status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
}

.account_first_section .my_order_part .accordion-body .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2db400;
    display: inline-block;
}

.account_first_section .my_order_part .accordion-body .status_text {
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_4);
}

.account_first_section .my_order_part .accordion-body .order_review {
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_16);
    text-decoration: none;
}

.account_first_section .my_order_part .accordion-body .order_review:hover {
    color: var(--text_color_1);
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .account_first_section .my_order_part .accordion-body .order_row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .account_first_section .my_order_part .accordion-body .order_mid {
        width: 100%;
        text-align: left;
    }

    .account_first_section .my_order_part .accordion-body .order_right {
        width: 100%;
        text-align: left;
    }

    .account_first_section .my_order_part .accordion-body .order_status {
        justify-content: flex-start;
    }

    .account_first_section .my_order_part .accordion-body .order_name {
        white-space: normal;
    }
}
























.account_first_section .logout_part {
    position: relative;
    width: 100%;
}

.account_first_section .logout_part input {
    width: 100%;
    padding: 14px 10px 14px 50px;
    font-size: var(--fs_16);
    border-radius: 2px;
    border: none;
    outline: none;
    height: 48px;
    background: var(--bg_color_6);
    border-radius: 2px;
    font-family: var(--roboto_regular);
    color: red;
    text-align: start;
}

.account_first_section .logout_part .icon {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}

.account_first_section .logout_part .left-icon {
    left: 14px;
    color: red;
}


.account_first_section input::-webkit-outer-spin-button,
.account_first_section input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.account_first_section .divider_part {
    border-top: 1px dashed #C5C5C5;
    margin-top: 12px;
    margin-bottom: 12px;
}

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

#addressModal .modal-content {
    border-radius: 0;
}

#addressModal .modal-content .modal-header .modal-title {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_20);
    color: var(--text_color_1);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 7px;
}

#addressModal .info_label {
    font-size: var(--fs_14);
    margin-bottom: 6px;
    font-family: var(--roboto_regular);
    color: var(--text_color_1);
}

#addressModal .info_input {
    background-color: var(--bg_color_5);
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_1);
    border-radius: 4px;
    border: none;
    outline: none;
    height: 40px;
}

#addressModal .info_input:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

#addressModal .info_hint_part .info_hint {
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_11);
    margin: 12px 0;
}

#addressModal .radio_button_part {
    display: flex;
    align-items: center;
    margin-top: 0;
}

#addressModal .radio_button_part .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_1);
}

#addressModal .radio_button_part .form-check-input:focus {
    box-shadow: none;
    outline: none;
}

#addressModal .modal-footer .button_part {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

#addressModal .modal-footer .button_part .save_address {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    padding: 10px 30px 10px 30px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: start;
    text-decoration: none;
    border: none;
    letter-spacing: 1px;
}

.order_details_first_section {
    padding: 100px 0;
    background-color: var(--bg_color_5);
}

.order_details_first_section .order_detail_main_part .order_number_part {
    background-color: var(--bg_color_2);
    padding: 8px 20px;
    width: 100%;
}

.order_details_first_section .order_detail_main_part .order_number_part span {
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_6);
    display: flex;
    align-items: center;
    letter-spacing: 0.8px;
}

.order_details_first_section .order_detail_main_part .order_info_part {
    background-color: var(--bg_color_6);
    padding: 20px;
    margin-top: 20px;
}

.order_details_first_section .order_detail_main_part .order_info_part .infos .info {
    display: flex;
    align-items: center;
}

.order_details_first_section .order_detail_main_part .order_info_part .infos .image_part {
    margin-right: 20px;
}

.order_details_first_section .order_detail_main_part .order_info_part .infos .image_part .order_item {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.order_details_first_section .order_detail_main_part .order_info_part .infos .content_part .name {
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_4);
    margin-bottom: 0;
}

.order_details_first_section .order_detail_main_part .order_info_part .infos .content_part .qty {
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_4);
    margin-bottom: 0;
}

.order_details_first_section .order_detail_main_part .order_info_part .infos .price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_4);
    letter-spacing: 1px;
    margin-top: 10px;
}

.order_details_first_section .order_detail_main_part .order_info_part .divider {
    border: 1px solid #E4E4E4;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.order_details_first_section .order_detail_main_part .order_info_part .process_part {
    position: relative;
}

.order_details_first_section .order_detail_main_part .order_info_part .process_step {
    position: relative;
    padding-bottom: 20px;
}

.order_details_first_section .order_detail_main_part .order_info_part .process_step:nth-last-of-type(1) {
    padding-bottom: 0;
}

.order_details_first_section .order_detail_main_part .order_info_part .process_step:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 20px;
    width: 2px;
    height: calc(100% - 15px);
    background-color: var(--text_color_15);
}

.order_details_first_section .order_detail_main_part .order_info_part .process_part svg {
    height: 20px;
    min-width: 20px;
    color: var(--text_color_15);
    position: relative;
    z-index: 2;
}

.order_details_first_section .order_detail_main_part .order_info_part .process_part span {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_12);
    margin-left: 10px;
}

.order_details_first_section .order_detail_main_part .order_info_part .mail_part {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order_details_first_section .order_detail_main_part .order_info_part .mail_part svg {
    color: var(--text_color_2);
    height: 20px;
    min-width: 20px;
}

.order_details_first_section .order_detail_main_part .order_info_part .mail_part span {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_12);
    margin-left: 10px;
}

.order_details_first_section .order_detail_main_part .order_info_part .mail_part span a {
    text-decoration: none;
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_12);
}

.order_details_first_section .order_detail_main_part .review_part {
    background-color: var(--bg_color_6);
    padding: 20px;
    margin-top: 20px;
}

.order_details_first_section .order_detail_main_part .review_part .rate {
    margin-bottom: 15px;
}

.order_details_first_section .order_detail_main_part .review_part .rate .star_part {
    width: 100%;
    border: none;
    background-color: #F1F1F1;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.order_details_first_section .order_detail_main_part .review_part .rate .star_part svg {
    color: #D9D9D9;
    height: 30px;
    min-width: 30px;
    cursor: pointer;
}

.order_details_first_section .order_detail_main_part .review_part .rate p {
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_4);
    margin-bottom: 6px;
}

.order_details_first_section .order_detail_main_part .review_part .review p {
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_4);
    margin-bottom: 6px;
}

.order_details_first_section .order_detail_main_part .review_part .review textarea {
    width: 100%;
    border: none;
    background-color: #F1F1F1;
}

.order_details_first_section .order_detail_main_part .review_part .review textarea:focus {
    box-shadow: none;
}

.order_details_first_section .order_detail_main_part .submt_button_part .submit_review_btn {
    background-color: var(--bg_color_6);
    border: 1px solid var(--bg_color_2);
    color: var(--text_color_2);
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    padding: 10px 30px 10px 30px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-transform: uppercase;
    margin-top: 10px;
}

.order_details_first_section .delivery_detail_main_part .delivery_detail_info {
    background-color: var(--bg_color_6);
    padding: 20px;
}

.order_details_first_section .delivery_detail_main_part .delivery_detail_info .maintitle {
    margin-bottom: 15px;
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_4);
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.order_details_first_section .delivery_detail_main_part .delivery_detail_info .infom {
    background-color: var(--text_color_5);
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 10px 10px 10px 5px;
}

.order_details_first_section .delivery_detail_main_part .delivery_detail_info .infom svg {
    color: var(--text_color_4);
    height: 20px;
    min-width: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.order_details_first_section .delivery_detail_main_part .delivery_detail_info .infom .title {
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_4);
    text-transform: uppercase;
    margin-right: 10px;
}

.order_details_first_section .delivery_detail_main_part .delivery_detail_info .infom .info {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_12);
}

.order_details_first_section .delivery_detail_main_part .delivery_detail_info .infom .second {
    border-top: 1px solid #E4E4E4;
    margin-top: 15px;
    padding-top: 15px;
    width: 100%;
}

.order_details_first_section .delivery_detail_main_part .price_detail_info {
    background-color: var(--bg_color_6);
    padding: 20px;
    margin-top: 20px;
}

.order_details_first_section .delivery_detail_main_part .price_detail_info .maintitle {
    margin-bottom: 15px;
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_4);
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 0;
}

.order_details_first_section .delivery_detail_main_part .price_detail_info .price_info {
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px dashed #E4E4E4;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
}

.order_details_first_section .delivery_detail_main_part .price_detail_info .price_info .first,
.order_details_first_section .delivery_detail_main_part .price_detail_info .price_info .second,
.order_details_first_section .delivery_detail_main_part .price_detail_info .price_info .third {
    display: flex;
    justify-content: space-between;
}

.order_details_first_section .delivery_detail_main_part .price_detail_info .price_info .first .text,
.order_details_first_section .delivery_detail_main_part .price_detail_info .price_info .second .text,
.order_details_first_section .delivery_detail_main_part .price_detail_info .price_info .third .text {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_12);
    margin-bottom: 8px;
}

.order_details_first_section .delivery_detail_main_part .price_detail_info .price_info .first .amt,
.order_details_first_section .delivery_detail_main_part .price_detail_info .price_info .second .amt,
.order_details_first_section .delivery_detail_main_part .price_detail_info .price_info .third .amt {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    margin-bottom: 8px;
}

.order_details_first_section .delivery_detail_main_part .price_detail_info .price_info .first .amtgreen,
.order_details_first_section .delivery_detail_main_part .price_detail_info .price_info .second .amtgreen,
.order_details_first_section .delivery_detail_main_part .price_detail_info .price_info .third .amtgreen {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_15);
    margin-bottom: 8px;
}

.order_details_first_section .delivery_detail_main_part .price_detail_info .price_info .third .text {
    margin-bottom: 0;
}

.order_details_first_section .delivery_detail_main_part .price_detail_info .price_info .third .amt {
    margin-bottom: 0;
}

.order_details_first_section .delivery_detail_main_part .price_detail_info .price_info .third .amtgreen {
    margin-bottom: 0;
}

.order_details_first_section .delivery_detail_main_part .price_detail_info .total_amt_part {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #E4E4E4;
    padding-bottom: 15px;
}

.order_details_first_section .delivery_detail_main_part .price_detail_info .total_amt_part span {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_1);
}

.order_details_first_section .delivery_detail_main_part .price_detail_info .save_amt_part {
    margin-top: 10px;
}

.order_details_first_section .delivery_detail_main_part .price_detail_info .save_amt_part span {
    font-family: var(--roboto_regular);
    font-size: var(--fs_12);
    color: var(--text_color_15);
    letter-spacing: 0.7px;
}

.order_details_first_section .delivery_detail_main_part .download_invoice_button_part .download_invoice_btn {
    background-color: var(--bg_color_6);
    border: 1px solid var(--bg_color_2);
    color: var(--text_color_2);
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    padding: 10px 30px 10px 30px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-transform: uppercase;
    margin-top: 15px;
}

.menu_page_first_section {
    background-color: var(--bg_color_5);
    margin-top: 75px;
}

.menu_page_first_section .book {
    position: relative;
}

.menu_page_first_section .book-navigation {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    z-index: 100;
}

.menu_page_first_section .nav-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    color: var(--text_color_6);
    border: none;
    font-size: 26px;
    cursor: pointer;
    pointer-events: all;
    transition: all .3s ease;
    backdrop-filter: blur(4px);
}

.menu_page_first_section .nav-arrow svg {
    color: var(--text_color_2);
}

.menu_page_first_section .nav-prev {
    margin-left: 20px;
}

.menu_page_first_section .nav-next {
    margin-right: 20px;
}

@media only screen and (max-width: 640px) {
    .menu_page_first_section .nav-arrow {
        width: 40px;
        height: 40px;
        font-size: var(--fs_20);
    }
}

.menu_page_first_section .right_side_part {
    height: 100%;
    background-image: url(../images/menubg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 200px;
}

.menu_page_first_section .right_side_part .swiper-autoheight .swiper-wrapper {
    height: 100% !important;
}

.menu_page_first_section .right_side_part .swiper {
    width: 100%;
    height: 100% !important;
    background-color: #E5E2DE;
    padding: 30px;
}

.menu_page_first_section .right_side_part .swiper-slide {
    display: flex;
    justify-content: start;
    align-items: start;
    height: 100% !important;
}

.menu_page_first_section .right_side_part .swiper-slide .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100% !important;
}

.menu_page_first_section .right_side_part .swiper-slide .content .top p {
    font-family: var(--roboto_regular);
    font-size: var(--fs_20);
    color: var(--text_color_1);
    margin-bottom: 0;
}

.menu_page_first_section .right_side_part .swiper-slide .content .bottom p {
    font-size: var(--fs_24);
    margin-bottom: 0;
    margin-top: 150px;
    font-family: var(--roboto_regular);
}

.menu_page_first_section .left_side_part {
    padding: 40px 100px;
}

.menu_page_first_section .book {
    width: 100%;
    height: min(80vh, 720px);
    perspective: 1400px;
}

.menu_page_first_section .pages {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    border-radius: 12px;
}

.menu_page_first_section .page {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: transform 1.2s cubic-bezier(.16, 1, .3, 1);
    user-select: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    overflow: hidden;
    background-color: var(--bg_color_5);
}

.menu_page_first_section .page:before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    transition: background .6s cubic-bezier(.16, 1, .3, 1);
    z-index: 2;
}

.menu_page_first_section .page:nth-child(odd) {
    left: 50%;
    transform-origin: 0 0;
    transform: rotateY(0deg);
    pointer-events: all;
    border-radius: 0 12px 12px 0;
}

.menu_page_first_section .page:nth-child(odd):hover {
    transform: rotateY(-10deg);
}

.menu_page_first_section .page:nth-child(odd):hover:before {
    background: rgba(0, 0, 0, .03);
}

.menu_page_first_section .page:nth-child(even) {
    left: 0;
    transform-origin: 100% 0;
    transform: rotateY(180deg);
    pointer-events: none;
    border-radius: 12px 0 0 12px;
}

.menu_page_first_section .page:nth-child(even):before {
    background: rgba(0, 0, 0, .18);
}


.menu_page_first_section .page.flipped:nth-child(odd) {
    transform: rotateY(-180deg);
    pointer-events: none;
}

.menu_page_first_section .page.flipped:nth-child(odd):before {
    background: rgba(0, 0, 0, .18);
}

.menu_page_first_section .page.flipped:nth-child(even) {
    transform: rotateY(0deg);
    pointer-events: all;
}

.menu_page_first_section .page.flipped:nth-child(even):before {
    background: transparent;
}


@media (max-width: 640px) {
    .menu_page_first_section .book {
        height: min(78vh, 640px);
    }

    .menu_page_first_section .page {
        width: 100%;
        border-radius: 12px;
    }

    .menu_page_first_section .page:nth-child(odd),
    .menu_page_first_section .page:nth-child(even) {
        left: 0;
        transform-origin: 0 50%;
        border-radius: 12px;
    }

    .menu_page_first_section .page:nth-child(even) {
        transform: rotateY(180deg);
        pointer-events: none;
    }

    .menu_page_first_section .page:nth-child(odd) {
        transform: rotateY(0deg);
        pointer-events: all;
    }

    .menu_page_first_section .page.flipped:nth-child(odd) {
        transform: rotateY(-180deg);
        pointer-events: none;
    }

    .menu_page_first_section .page.flipped:nth-child(even) {
        transform: rotateY(0deg);
        pointer-events: all;
    }

    .menu_page_first_section .page:hover {
        transform: none !important;
    }

    .menu_page_first_section .page:hover:before {
        background: transparent !important;
    }
}


/* .menu_page_first_section .left_side_part .book-responsive {
    width: 100%;
    display: grid;
    place-items: center;
}

.menu_page_first_section .left_side_part .menu-book-stage,
.menu_page_first_section .left_side_part .menu-book-stage .menu-book-frame {
    max-height: none;
}

.menu_page_first_section .left_side_part .menu-book-stage .menu-book-frame #book {
    max-height: none;
}

.menu_page_first_section .left_side_part .menu-book-stage .menu-book-frame #book .page .page-content {
    height: auto;
    max-height: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.menu_page_first_section .left_side_part .menu-book-stage {
    width: 100%;
    display: grid;
    place-items: center;
    padding: 0;
    background: transparent;
}

.menu_page_first_section .left_side_part .menu-book-stage {
    width: 100%;
    max-height: 800px;
    display: grid;
    place-items: center;
    padding: 0;
    background: transparent;
}

.menu_page_first_section .left_side_part .menu-book-stage .menu-book-frame {
    width: 100%;
    max-height: 800px;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.menu_page_first_section .left_side_part .menu-book-stage .menu-book-frame #book {
    width: 100%;
    max-height: 800px;
    background: var(--bg_color_6) !important;
    overflow: hidden !important;
    position: relative;
}

.menu_page_first_section .left_side_part .menu-book-stage .menu-book-frame #book .page-wrapper,
.menu_page_first_section .left_side_part .menu-book-stage .menu-book-frame #book .turn-page {
    background: transparent !important;
    overflow: hidden !important;
}

.menu_page_first_section .left_side_part .menu-book-stage .menu-book-frame #book .page {
    width: 100%;
    max-height: 800px;
    position: relative;
    border: none;
    box-shadow: none !important;
    background: var(--bg_color_6) !important;
    overflow: hidden !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.menu_page_first_section .left_side_part .menu-book-stage .menu-book-frame #book .gradient {
    opacity: 1 !important;
    filter: none !important;
    background: linear-gradient(to right, rgba(0, 0, 0, .10), rgba(0, 0, 0, 0)) !important;
    mix-blend-mode: multiply;
}

.menu_page_first_section .left_side_part .menu-book-stage .menu-book-frame #book .shadow {
    opacity: 1 !important;
    background: rgba(0, 0, 0, .10) !important;
    filter: none !important;
}

.menu_page_first_section .left_side_part .menu-book-stage .menu-book-frame #book .page .page-content {
    padding: 50px;
    max-height: 800px;
    height: 100%;
    position: relative;
    background-color: var(--bg_color_6);
    overflow: hidden;
}

.menu_page_first_section .left_side_part .menu-book-stage .menu-book-frame #book .page .page-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 100%;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.18),
            rgba(0, 0, 0, 0.10),
            rgba(0, 0, 0, 0.04),
            rgba(0, 0, 0, 0));
    pointer-events: none;
    z-index: 1;
}

.menu_page_first_section .left_side_part .menu-book-stage .menu-book-frame #book .page .page-content .menu-title {
    font-family: var(--roboto_semibold);
    font-size: var(--fs_34);
    letter-spacing: 1px;
    color: var(--text_color_4);
}

.menu_page_first_section .left_side_part .menu-book-stage .menu-book-frame #book .page .page-content .menu-section {
    font-family: var(--gayathri_bold);
    font-size: var(--fs_20);
    color: var(--text_color_4);
    margin-top: 30px;
    margin-bottom: 15px;
}

.menu_page_first_section .left_side_part .menu-book-stage .menu-book-frame #book .page .page-content .menu-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.menu_page_first_section .left_side_part .menu-book-stage .menu-book-frame #book .page .page-content .menu-line .itemname p {
    margin-bottom: 0;
    font-family: var(--roboto_regular);
}

.menu_page_first_section .left_side_part .menu-book-stage .menu-book-frame #book .page .page-content .menu-line .itemprice p {
    margin-bottom: 0;
    font-family: var(--roboto_regular);
}

.menu_page_first_section .left_side_part .menu-book-stage .menu-book-frame #book .page .page-no {
    position: absolute;
    bottom: 16px;
    right: 18px;
    font-size: var(--fs_16);
    font-family: var(--roboto_medium);
    color: var(--text_color_4);
    z-index: 3;
} */

.excursions_classes_first_section {
    padding: 12px 0 12px 0;
}

.excursions_classes_first_section .second {
    background: linear-gradient(180deg, #030327 0%, #000059 100%);
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 100px 70px;
}

.excursions_classes_first_section .second h2 {
    font-family: var(--sottel);
    font-size: var(--fs_60);
    color: var(--text_color_6);
    margin-top: 50px;
}

.excursions_classes_first_section .second p {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_32);
    color: var(--text_color_6);
    margin-top: 15px;
    margin-bottom: 50px;
}

.excursions_classes_first_section .second .btn_part {
    display: flex;
    gap: 15px;
}

.excursions_classes_first_section .second .btn_part .bethefirst_btn {
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_4);
    background-color: var(--bg_color_6);
    padding: 12px 16px;
    border-radius: 3px;
    text-decoration: none;
    letter-spacing: 1px;
    border: 1px solid var(--bg_color_6);
}

.excursions_classes_first_section .second .btn_part .backtohome_btn {
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_6);
    background-color: transparent;
    border: 1px solid var(--bg_color_6);
    padding: 12px 16px;
    border-radius: 3px;
    text-decoration: none;
    letter-spacing: 1px;
}

/* @media only screen and (max-width: 768px) {
    .menu-book-stage {
        min-height: 78vh;
    }

    .menu-book-frame {
        width: 92vw;
        height: 78vh;
    }

    .page-content {
        padding: 44px 34px 34px 46px;
    }
} */


#bethefirstModal .bethefirst_modal {
    border-radius: 0;
    padding: 10px 10px;
}

#bethefirstModal .bethefirst_modal .modal-header {
    padding-bottom: 0;
    border: 0;
}

#bethefirstModal .bethefirst_modal .custom-close {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    pointer-events: auto;
}

#bethefirstModal .bethefirst_modal .custom-close:focus {
    box-shadow: none;
}

#bethefirstModal .bethefirst_modal .modal-body .modal-title {
    font-family: var(--roboto_regular);
    font-style: italic;
    font-size: var(--fs_32);
    color: var(--text_color_2);
}

#bethefirstModal .bethefirst_modal .modal-body .modal-desc {
    font-family: var(--roboto_regular);
    font-style: italic;
    font-size: var(--fs_16);
    color: var(--text_color_12);
    margin-top: 10px;
}

#bethefirstModal .bethefirst_modal .modal-body .divider {
    border: 1px dashed var(--text_color_12);
    margin: 30px 0;
}

#bethefirstModal .info_form .info_field .info_label {
    font-size: var(--fs_14);
    margin-bottom: 6px;
    font-family: var(--roboto_regular);
    color: var(--text_color_1);
    display: block;
}

#bethefirstModal .info_form .info_field .info_input {
    background-color: var(--bg_color_5);
    font-size: var(--fs_16);
    font-family: var(--roboto_regular);
    color: var(--text_color_1);
    border-radius: 4px;
    border: none;
    outline: none;
    padding: 12px 16px;
    margin-top: 8px;
    box-shadow: none;
}

#bethefirstModal .info_form input.info_input:focus,
#bethefirstModal .info_form select.info_input:focus {
    box-shadow: none !important;
    outline: none !important;
}

#bethefirstModal .info_form .submit_message_part .submit_message {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    padding: 12px 30px 12px 30px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    letter-spacing: 1.1px;
    border: none;
    margin-top: 25px;
}

.signup_first_section {
    height: 100vh;
}

.signup_first_section .image_slider_part {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.signup_first_section .image_slider_part .item {
    color: #fff;
    border-radius: 3px;
    text-align: center;
    height: 100vh;
    position: relative;
}

.signup_first_section .image_slider_part .item {
    position: relative;
    height: 100vh;
}

.signup_first_section .image_slider_part .item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

.signup_first_section .image_slider_part .item .glass_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 600px;
}

.signup_first_section .image_slider_part .item .liquidGlass-wrapper {
    overflow: hidden;
}

.signup_first_section .image_slider_part .item .liquidGlass-effect {
    position: absolute;
    inset: 0;
    z-index: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    filter: url(#glass-distortion);
    isolation: isolate;
}

.signup_first_section .image_slider_part .item .liquidGlass-tint {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: transparent;
}

.signup_first_section .image_slider_part .item .liquidGlass-shine {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.signup_first_section .image_slider_part .item .liquidGlass-text {
    position: relative;
    z-index: 3;
    color: #111;
}

.signup_first_section .image_slider_part .item .glass_content .main_text {
    font-size: var(--fs_50);
    margin: 0 0 8px;
    color: var(--text_color_6);
    font-family: var(--sottel);
    text-align: start;
    line-height: 1.5;
}

.signup_first_section .image_slider_part .item .glass_content p {
    font-size: var(--fs_24);
    font-family: var(--roboto_regular);
    color: var(--text_color_6);
    text-align: start;
    margin-top: 15px;
    margin-bottom: 0;
}

.signup_first_section .image_slider_part .item .liquidGlass-wrapper {
    opacity: 1;
}

.signup_first_section .image_slider_part .item .liquidGlass-text {
    opacity: 0;
    clip-path: inset(50% 0 50% 0);
}

.signup_first_section .image_slider_part .item .liquidGlass-wrapper.reveal .liquidGlass-text {
    opacity: 1;
    animation: textOpen 2s ease forwards;
}

@keyframes textOpen {
    from {
        clip-path: inset(50% 0 50% 0);
    }

    to {
        clip-path: inset(0 0 0 0);
    }
}

.signup_first_section .image_slider_part .item .liquidGlass-effect {
    filter: none;
    opacity: 0;
    transition: opacity 350ms ease;
}

.signup_first_section .image_slider_part .item .liquidGlass-wrapper.reveal .liquidGlass-effect {
    filter: url(#glass-distortion);
    opacity: 1;
}

.signup_first_section .form_main_part {
    /* height: 100vh; */
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 150px;
    background-color: var(--bg_color_6);
}

.signup_first_section .form_main_part .signup_card {
    text-align: center;
    width: 500px;
}

.signup_first_section .form_main_part .signup_card .logo_part img {
    height: 120px;
    width: auto;
    margin-bottom: 50px;
}

.signup_first_section .form_main_part .signup_card .signup_title {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_24);
    color: var(--text_color_4);
    margin: 0 0 30px 0;
}

.signup_first_section .form_main_part .signup_card .signup_form .field {
    margin-bottom: 18px;
}

.signup_first_section .form_main_part .signup_card .signup_form input {
    width: 100%;
    border: 1px solid var(--text_color_7);
    border-radius: 8px;
    padding: 12px 18px;
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_1);
    outline: none;
    background: var(--bg_color_6);
}

.signup_first_section .form_main_part .signup_card .password_field {
    position: relative;
}

.signup_first_section .form_main_part .signup_card .eye_btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    cursor: pointer;
    opacity: .55;
    padding: 6px;
    line-height: 1;
}

.signup_first_section .form_main_part .signup_card .primary_btn {
    width: 100%;
    margin-top: 8px;
    border: 0;
    border-radius: 8px;
    background: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--roboto_medium);
    padding: 10px;
}

.signup_first_section .form_main_part .signup_card .forgot_link {
    display: block;
    margin-top: 20px;
    text-align: right;
    font-size: var(--fs_16);
    color: var(--text_color_8);
    text-decoration: none;
    font-family: var(--roboto_medium);
    transition: color 0.3s ease;
}

.signup_first_section .form_main_part .signup_card .forgot_link:hover {
    color: var(--text_color_2);
}

.signup_first_section .form_main_part .signup_card .divider {
    margin: 25px 0 25px;
    position: relative;
    text-align: center;
    color: var(--bg_color_9);
    font-size: 12px;
}

.signup_first_section .form_main_part .signup_card .divider::before,
.signup_first_section .form_main_part .signup_card .divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background: var(--bg_color_9);
}

.signup_first_section .form_main_part .signup_card .divider::before {
    left: 0;
}

.signup_first_section .form_main_part .signup_card .divider::after {
    right: 0;
}

.signup_first_section .form_main_part .signup_card .divider span {
    padding: 0 10px;
    font-family: var(--roboto_medium);
    font-size: var(--fs_14);
    color: var(--text_color_9);
}

.signup_first_section .form_main_part .signup_card .google_btn {
    width: 100%;
    padding: 12px;
    border: 1px solid #dcdcdc;
    background: var(--bg_color_6);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: var(--fs_16);
    font-family: var(--roboto_medium);
    color: var(--text_color_4);
    cursor: pointer;
}

.signup_first_section .form_main_part .signup_card .already_account_part p {
    margin-bottom: 0;
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_1);
    margin-top: 20px;
}

.signup_first_section .form_main_part .signup_card .already_account_part p a {
    margin-bottom: 0;
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_1);
    cursor: pointer;
}

.reveal-clip {
    display: inline-block;
    will-change: clip-path;
    clip-path: inset(0 100% 0 0);
}

.reveal-wrap {
    position: relative;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}

.reveal-mask {
    position: absolute;
    inset: 0;
    background: inherit;
    z-index: 2;
    will-change: transform;
}


body.loading {
    overflow-x: hidden;
}

#pageLoader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: transparent;
    display: grid;
    place-items: center;
    overflow: hidden;
}

#pageLoader.hide {
    opacity: 0;
    visibility: hidden;
    transition: opacity .9s cubic-bezier(.16, 1, .3, 1);
}

#pageLoader .curtain {
    position: absolute;
    inset: 0;
    background: var(--bg_color_6);
    transform: translateY(0%);
    transition: transform 1800ms cubic-bezier(.16, 1, .3, 1);
    will-change: transform;
    z-index: 0;
}

#pageLoader.finish .curtain {
    transform: translateY(-110%);
}

#pageLoader .loader-wrap {
    position: relative;
    z-index: 2;
    display: inline-block;
    transform: translateY(0);
    opacity: 1;
    will-change: transform, opacity;
}

#pageLoader.finish .loader-wrap {
    transform: translateY(-70px);
    opacity: 0;
    transition:
        transform 1800ms cubic-bezier(.16, 1, .3, 1),
        opacity 1200ms cubic-bezier(.16, 1, .3, 1);
}

#pageLoader .loader-wrap .loader-text {
    font-size: 77px;
    letter-spacing: .02em;
    color: var(--text_color_2);
    margin-bottom: 0;
    display: inline-flex;
    white-space: nowrap;
    line-height: 1.05;
    font-family: var(--sottel);
    margin-bottom: 20px;
}

#pageLoader .loader-wrap .loader-text span {
    display: inline-block;
    opacity: 0;
    transform: translateY(18px);
    filter: blur(8px);
    animation: charIn 1400ms cubic-bezier(.16, 1, .3, 1) forwards;
    will-change: transform, opacity, filter;
}

@keyframes charIn {
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

#pageLoader .loader-wrap .loader-line {
    height: 4px;
    width: 100%;
    background: rgba(0, 0, 0, .12);
    border-radius: 999px;
    overflow: hidden;
}

#pageLoader .loader-wrap .loader-line-fill {
    height: 100%;
    width: 0%;
    background: var(--bg_color_2);
    border-radius: 100px;
    will-change: width;
}

@media only screen and (max-width:768px) {
    #pageLoader .loader-wrap .loader-text {
        font-size: 48px;
    }
}

@media only screen and (max-width:420px) {
    #pageLoader .loader-wrap .loader-text {
        font-size: 34px;
    }
}

.hero_header .header-desktop-2 {
    transition:
        background-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.hero_header .header-desktop-2.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

.hero_header .header-desktop-2.is-scrolled {
    background-color: var(--bg_color_6);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.hero_header .header-desktop-2.is-scrolled,
.hero_header .header-desktop-2.is-scrolled a,
.hero_header .header-desktop-2.is-scrolled .nav-top a,
.hero_header .header-desktop-2.is-scrolled .nav-bottom a {
    color: var(--text_color_1)
}

.hero_header .header-desktop-2.is-scrolled .hd-divider {
    background: rgba(0, 0, 0, 0.2);
}

.hero_header .header-desktop-2.is-scrolled .btn-signin {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
}

.restaurant_hero_header .header-desktop-2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: var(--bg_color_6);
}

.restaurant_hero_header .header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.wishlist_items .card_part .card {
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.wishlist_items .card_part .card .image_wrapper {
    background-color: var(--bg_color_12);
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.wishlist_items .card_part .card .image_wrapper a {
    width: 100%;
}

.wishlist_items .card_part .card .image_wrapper>.button {
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 5;
    display: flex;
    justify-content: end;
}

.wishlist_items .card_part .card .image_wrapper .souvenierboutique {
    height: 150px;
    width: 100%;
    object-fit: contain;
}

.wishlist_items .card_part .card .detail_part {
    margin-top: 20px;
}

.wishlist_items .card_part .card .detail_part .name {
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_1);
    margin-bottom: 5px;
}

.wishlist_items .card_part .card .detail_part .discount_price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    margin-right: 10px;
    margin-bottom: 0;
}

.wishlist_items .card_part .card .image_wrapper .icon-svg {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
}

.wishlist_items .card_part .card .image_wrapper .icon-svg--color-silver {
    fill: #C6C6C6;
    color: #C6C6C6;
}

.wishlist_items .card_part .card .image_wrapper .icon-svg--color-red {
    fill: red;
    color: red;
}

.wishlist_items .card_part .card .image_wrapper .heart-full {
    position: absolute;
    left: -10px;
    top: -4px;
    opacity: 0;
}

.wishlist_items .card_part .card .image_wrapper .btn__effect {
    display: inline-block;
    position: relative;
}

.wishlist_items .card_part .card .image_wrapper .effect-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(25deg);
    pointer-events: none;
}

.wishlist_items .card_part .card .image_wrapper .effect-group .effect:nth-child(2) {
    transform: rotate(72deg);
}

.wishlist_items .card_part .card .image_wrapper .effect-group .effect:nth-child(3) {
    transform: rotate(144deg);
}

.wishlist_items .card_part .card .image_wrapper .effect-group .effect:nth-child(4) {
    transform: rotate(216deg);
}

.wishlist_items .card_part .card .image_wrapper .effect-group .effect:nth-child(5) {
    transform: rotate(288deg);
}

.wishlist_items .card_part .card .image_wrapper .button.active .heart-stroke {
    opacity: 0;
}

.wishlist_items .card_part .card .image_wrapper .button.active .heart-full {
    opacity: 1;
}

.wishlist_items .card_part .card .image_wrapper .button.active .icon-svg {
    animation: bounceIn .5s linear;
}

.wishlist_items .card_part .card .image_wrapper .button.active .effect:before {
    animation: fireworkLine .5s linear .1s;
}

.wishlist_items .card_part .card .image_wrapper .button.active .effect:after {
    animation: fireworkPoint .5s linear .1s;
}

.wishlist_items .card_part .card .image_wrapper .button.deactivate .broken-heart {
    opacity: 1;
}

.wishlist_items .card_part .card .image_wrapper .button.one.desktop:not(.active):hover .heart-stroke {
    animation: likeboutique 1s ease-out infinite;
}

@keyframes likeboutique {
    0% {
        opacity: 1;
        transform-origin: center;
    }

    50% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}


.combo_first_section {
    padding: 100px 0;
}

.combo_first_section .product-slider-container {
    display: flex;
}

.combo_first_section .product-slider-container .main-swiper {
    height: fit-content;
    position: relative;
}

.combo_first_section .product-slider-container .main-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background-color: var(--bg_color_12);
    border: none;
    width: 100% !important;
    cursor: pointer;
    padding: 30px;
}

.combo_first_section .product-slider-container .main-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}

.combo_first_section .product-slider-container .thumb-swiper .swiper-slide {
    /* height: 100px !important; */
    width: 100% !important;
    cursor: pointer;
    border-radius: 0;
    overflow: hidden;
    border: none;
    background-color: var(--bg_color_6);
    display: flex;
    justify-content: end;
    align-items: center;
}

/* .combo_first_section .product-slider-container .thumb-swiper .swiper-wrapper {
    display: flex;
    flex-direction: column;
    height: 450px;
    min-height: 450px;
    overflow-y: scroll;
} */

.combo_first_section .product-slider-container .thumb-swiper {
    height: 450px;
    overflow: hidden;
}

.combo_first_section .product-slider-container .thumb-swiper .swiper-wrapper {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}

.combo_first_section .product-slider-container .thumb-swiper .swiper-slide {
    margin-bottom: 10px;
}

.combo_first_section .product-slider-container .thumb-swiper .swiper-slide img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    display: block;
}

.combo_first_section .product-slider-container .thumb-swiper .swiper-slide {
    height: auto;
}

.combo_first_section .product-slider-container .thumb-swiper .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.combo_first_section .product-slider-container .thumb-swiper .swiper-slide-thumb-active {
    opacity: 1;
}

.combo_first_section .product-slider-container .thumb-swiper .swiper-slide {
    margin-bottom: 10px;
}

.combo_first_section .product-slider-container .thumb-swiper .swiper-slide img {
    border: 1px solid transparent;
    width: fit-content;
    transition: border 0.2s ease, transform 0.2s ease;
}

.combo_first_section .product-slider-container .thumb-swiper .swiper-slide-thumb-active img {
    border: 1px solid #000;
    width: fit-content;
}

.combo_first_section .product-slider-container .icon-svg {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
}

.combo_first_section .product-slider-container .icon-svg--color-silver {
    fill: #C6C6C6;
    color: #C6C6C6;
}

.combo_first_section .product-slider-container .icon-svg--color-red {
    fill: red;
    color: red;
}

.combo_first_section .product-slider-container .heart-full {
    position: absolute;
    left: 0;
    top: 6px;
    opacity: 0;
}

.combo_first_section .product-slider-container .btn__effect {
    display: inline-block;
    position: relative;
}

.combo_first_section .product-slider-container .button.active .heart-stroke {
    opacity: 0;
}

.combo_first_section .product-slider-container .button.active .heart-full {
    opacity: 1;
}

.combo_first_section .product-slider-container .button.active .icon-svg {
    animation: bounceIn .5s linear;
}

.combo_first_section .product-slider-container .button.active .effect:before {
    animation: fireworkLine .5s linear .1s;
}

.combo_first_section .product-slider-container .button.active .effect:after {
    animation: fireworkPoint .5s linear .1s;
}

.combo_first_section .product-slider-container .button.deactivate .broken-heart {
    opacity: 1;
}

.combo_first_section .product-slider-container .button.one.desktop:not(.active):hover .heart-stroke {
    animation: pulse 1s ease-out infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform-origin: center;
    }

    50% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

.combo_first_section .product-slider-container .wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg_color_6);
    border-radius: 50%;
}

.combo_first_section .product-slider-container .wishlist-btn .btn__effect {
    position: relative;
    width: 20px;
    height: 20px;
}

.combo_first_section .product-slider-container .wishlist-btn .icon-svg {
    position: absolute;
    inset: 0;
    width: 20px;
    height: 20px;
    display: block;
}

.combo_first_section .product-slider-container .wishlist-btn .heart-full {
    opacity: 0;
}

.combo_first_section .product-slider-container .wishlist-btn.active .heart-stroke {
    opacity: 0;
}

.combo_first_section .product-slider-container .wishlist-btn.active .heart-full {
    opacity: 1;
}

.combo_first_section .addtocart_button_part {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.combo_first_section .addtocart_button_part .addtocart_btn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_18);
    font-family: var(--roboto_medium);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    flex: 1;
}

.combo_first_section .addtocart_button_part .buynow_btn {
    background-color: var(--bg_color_13);
    color: var(--text_color_6);
    font-size: var(--fs_18);
    font-family: var(--roboto_medium);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    flex: 1;
}

.combo_first_section .addtocart_button_part .addtocart_btn span,
.combo_first_section .addtocart_button_part .buynow_btn span {
    padding: 10px 0 6px 0;
}

.combo_first_section .addtocart_button_part svg {
    width: 20px;
    height: auto;
    margin-right: 10px;
    flex-shrink: 0;
}

.combo_first_section .info_note_part {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.combo_first_section .info_note_part svg {
    width: 20px;
    height: auto;
    margin-right: 5px;
    color: red;
}

.combo_first_section .info_note_part p {
    margin-bottom: -5px;
    font-family: var(--gayathri_regular);
    color: red;
    font-size: var(--fs_16);
}

.combo_first_section .right_side_main_part .first_part {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.combo_first_section .right_side_main_part .first_part .breadcumb_part {
    display: flex;
    align-items: center;
}

.combo_first_section .right_side_main_part .first_part .breadcumb_part a {
    color: var(--text_color_14);
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    text-decoration: none;
}

.combo_first_section .right_side_main_part .first_part .breadcumb_part svg {
    color: var(--text_color_14);
    height: 16px;
    margin: 0 2px;
}

.combo_first_section .right_side_main_part .first_part .share_part {
    display: flex;
    align-items: center;
}

.combo_first_section .right_side_main_part .first_part .share_part a {
    color: var(--text_color_14);
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    text-decoration: none;
}

.combo_first_section .right_side_main_part .first_part .share_part svg {
    color: var(--text_color_14);
    height: 16px;
    margin: 0 2px;
}

.combo_first_section .right_side_main_part .second_part h2 {
    font-family: var(--roboto_regular);
    font-size: var(--fs_20);
    color: var(--text_color_4);
    margin-top: 10px;
}

.combo_first_section .right_side_main_part .third_part p {
    color: var(--text_color_15);
    font-size: var(--fs_14);
    font-family: var(--roboto_medium);
    margin-bottom: 0;
}

.combo_first_section .right_side_main_part .fourth_part {
    display: flex;
    align-items: center;
}

.combo_first_section .right_side_main_part .fourth_part .new_price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_24);
    color: var(--text_color_4);
    margin-bottom: 0;
}

.combo_first_section .right_side_main_part .fourth_part .old_price {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_14);
    margin-left: 12px;
    margin-bottom: 0;
}

.combo_first_section .right_side_main_part .fourth_part .discount {
    font-family: var(--roboto_medium);
    font-size: var(--fs_14);
    color: var(--text_color_15);
    margin-left: 12px;
    margin-bottom: 0;
}

.combo_first_section .right_side_main_part .fifth_part p {
    color: var(--text_color_14);
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    margin-bottom: 0;
}

.combo_first_section .right_side_main_part .sixth_part {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.combo_first_section .right_side_main_part .sixth_part .review_part {
    background-color: var(--text_color_15);
    width: fit-content;
    padding: 3px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.combo_first_section .right_side_main_part .sixth_part .review_part p {
    color: var(--text_color_6);
    font-size: var(--fs_14);
    font-family: var(--roboto_medium);
    margin-bottom: 0;
    margin-top: 2px;
}

.combo_first_section .right_side_main_part .sixth_part .review_part svg {
    color: var(--text_color_6);
    height: 16px;
    margin-left: 5px;
}

.combo_first_section .right_side_main_part .sixth_part .rating_part p {
    margin-bottom: 0;
    color: var(--text_color_16);
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    margin-left: 15px;
}

.combo_first_section .right_side_main_part .seventh_part .colour_part .title {
    margin-bottom: 0;
    font-family: var(--roboto_medium);
    color: var(--text_color_14);
    font-size: var(--fs_14);
    margin-top: 20px;
}

.combo_first_section .right_side_main_part .seventh_part .colour_part .image_part {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.combo_first_section .right_side_main_part .seventh_part .colour_part .image_part img {
    margin-right: 0;
    height: auto;
    min-width: 60px;
    max-width: 60px;
    width: 60px;
    object-fit: cover;
    cursor: pointer;
}

.combo_first_section .right_side_main_part .seventh_part .colour_part .colour_item {
    display: inline-flex;
}

.combo_first_section .right_side_main_part .seventh_part .colour_part .colour_item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.combo_first_section .colour_part .colour_item img {
    transition: opacity .25s ease, filter .25s ease, transform .25s ease;
}

.combo_first_section .colour_part:has(input:checked) .colour_item img {
    opacity: 0.4;
}

.combo_first_section .right_side_main_part .seventh_part .colour_part .colour_item input:checked+img {
    opacity: 1;
    border: 2px solid var(--bg_color_13);
}

.combo_first_section .right_side_main_part .seventh_part .colour_part .colour_item input:focus-visible+img {
    outline: 2px solid var(--bg_color_13);
    outline-offset: 2px;
}

.combo_first_section .right_side_main_part .seventh_part .size_part .size_options {
    display: flex;
    margin-top: 10px;
    gap: 12px;
}

.combo_first_section .right_side_main_part .seventh_part .size_part .title {
    margin-bottom: 0;
    font-family: var(--roboto_medium);
    color: var(--text_color_14);
    font-size: var(--fs_14);
    margin-top: 20px;
}

.combo_first_section .right_side_main_part .seventh_part .size_part .size_item {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    margin-bottom: 0;
}

.combo_first_section .right_side_main_part .seventh_part .size_part .size_item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.combo_first_section .right_side_main_part .seventh_part .size_part .size_item span {
    border: 2px solid var(--text_color_14);
    color: var(--text_color_4);
    padding: 17px 20px;
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    display: inline-block;
}

.combo_first_section .size_part .size_item span {
    transition: opacity .25s ease, filter .25s ease, transform .25s ease;
}

.combo_first_section .size_part:has(input:checked) .size_item span {
    opacity: 0.4;
}

.combo_first_section .right_side_main_part .seventh_part .size_part .size_item input:checked+span {
    opacity: 1;
    border: 2px solid var(--bg_color_13);
    color: var(--bg_color_13);
}

.combo_first_section .right_side_main_part .seventh_part .size_part .size_item input:focus-visible+span {
    outline: 2px solid var(--bg_color_1);
    outline-offset: 2px;
}

.combo_first_section .right_side_main_part .product_info_part {
    margin-top: 20px;
}

.combo_first_section .right_side_main_part .product_info_part .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.combo_first_section .right_side_main_part .product_info_part .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.combo_first_section .right_side_main_part .product_info_part .accordion-button::after {
    transition: all 0.5s;
}

.combo_first_section .right_side_main_part .product_info_part table tr th {
    border: none;
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_4);
    padding-left: 0;
    padding-bottom: 0;
}

.combo_first_section .right_side_main_part .product_info_part table tr td {
    border: none;
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_16);
    padding-left: 0;
    padding-bottom: 0;
}

.combo_first_section .right_side_main_part .product_info_part .accordion .accordion-item:first-of-type {
    border-radius: 0;
}

.combo_first_section .right_side_main_part .product_info_part .accordion .accordion-header .accordion-button {
    font-family: var(--roboto_regular);
    color: var(--text_color_4);
    font-size: var(--fs_18);
    padding-left: 0;
}

.combo_first_section .right_side_main_part .product_info_part .accordion .accordion-item {
    border-left: 0;
    border-right: 0;
}

.combo_first_section .right_side_main_part .product_info_part .accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.combo_first_section .right_side_main_part .product_info_part .accordion .accordion-button:focus {
    box-shadow: none;
}

.combo_first_section .right_side_main_part .product_info_part .accordion .accordion-item .accordion-body {
    padding-left: 0;
}

.combo_first_section .right_side_main_part .product_info_part .accordion .accordion-item .accordion-body p {
    margin-bottom: 0;
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_4);
}

.combo_first_section .right_side_main_part .combo_eighth_part .combo_detail_part .title {
    margin-bottom: 0;
    font-family: var(--roboto_medium);
    color: var(--text_color_14);
    font-size: var(--fs_14);
    margin-top: 20px;
}

.combo_first_section .right_side_main_part .combo_eighth_part .combo_detail_part .combo_info {
    margin-top: 10px;
}

.combo_first_section .right_side_main_part .combo_eighth_part .combo_detail_part .combo_info .product_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.combo_first_section .right_side_main_part .combo_eighth_part .combo_detail_part .combo_info .product_details:nth-last-of-type(1) {
    margin-bottom: 0;
}

.combo_first_section .right_side_main_part .combo_eighth_part .combo_detail_part .combo_info .product_details .image_wrapper {
    display: flex;
    align-items: center;
}

.combo_first_section .right_side_main_part .combo_eighth_part .combo_detail_part .combo_info .product_details .image_wrapper .product_image {
    height: 50px;
    width: 50px;
}

.combo_first_section .right_side_main_part .combo_eighth_part .combo_detail_part .combo_info .product_details .name_qty_info {
    margin-left: 20px;
}

.combo_first_section .right_side_main_part .combo_eighth_part .combo_detail_part .combo_info .product_details .name_qty_info .product_name {
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_4);
    margin-bottom: 0;
}

.combo_first_section .right_side_main_part .combo_eighth_part .combo_detail_part .combo_info .product_details .name_qty_info .product_qty {
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
    color: var(--text_color_16);
    margin-bottom: 0;
}

.combo_first_section .right_side_main_part .combo_eighth_part .combo_detail_part .combo_info .product_details .price_info .price {
    font-size: var(--fs_16);
    color: var(--text_color_4);
    font-family: var(--roboto_regular);
    margin-bottom: 0;
}






























.hero_header_accout_page .header-desktop-2 a,
.hero_header_accout_page .header-mobile a,
.hero_header_accout_page .mobile-menu a {
    color: inherit;
    text-decoration: none;
}

.hero_header_accout_page .header-desktop-2 {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    z-index: 5;
    padding-top: 18px;
    padding-bottom: 18px;
    color: var(--text_color_6);
    font-family: var(--roboto_medium);
}

.hero_header_accout_page .header-desktop-2 .hd-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.hero_header_accout_page .header-desktop-2 .hd-top .brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.hero_header_accout_page .header-desktop-2 .hd-top .brand .brand-logo {
    height: 78px;
    width: auto;
    display: block;
}

.hero_header_accout_page .header-desktop-2 .hd-top .nav-top {
    display: flex;
    align-items: center;
    gap: 34px;
    font-size: var(--fs_14);
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.hero_header_accout_page .header-desktop-2 .hd-top .nav-top a {
    color: var(--text_color_4);
    font-family: var(--roboto_regular);
    font-size: var(--fs_15);
}

.hero_header_accout_page .header-desktop-2 .hd-top .btn-signin {
    background: var(--bg_color_2);
    color: var(--text_color_6);
    padding: 10px 18px;
    border-radius: 2px;
    font-size: var(--fs_15);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--roboto_regular);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
}

.hero_header_accout_page .header-desktop-2 .hd-top .btn-signin:hover {
    filter: brightness(0.95);
}

.hero_header_accout_page .header-desktop-2 .hd-divider {
    margin: 5px 0 20px 0;
    height: 1px;
    background: rgba(0, 0, 0, .35);
}

.hero_header_accout_page .header-desktop-2 .hd-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    /* justify-content: space-between; */
    gap: 18px;
}

.hero_header_accout_page .header-desktop-2 .hd-bottom .nav-bottom {
    display: flex;
    align-items: center;
    gap: 42px;
    font-size: var(--fs_14);
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.hero_header_accout_page .header-desktop-2 .hd-bottom .nav-bottom a {
    color: var(--text_color_4);
    font-family: var(--roboto_regular);
    font-size: var(--fs_15);
}

.hero_header_accout_page .header-desktop-2 .hd-bottom .lang {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: var(--fs_14);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero_header_accout_page .header-desktop-2 .hd-bottom .lang a {
    color: var(--text_color_6);
    font-family: var(--roboto_regular);
    font-size: var(--fs_15);
}

.hero_header_accout_page .hero-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
}

.hero_header_accout_page .hero-content .hero-text {
    width: 60%;
}

.hero_header_accout_page .hero-content .hero-text h1 {
    font-family: var(--sottel);
    font-size: 50px;
    line-height: 1.5;
    color: var(--text_color_6);
}

.hero_header_accout_page .hero-content .hero-text p {
    font-family: var(--roboto_regular);
    font-size: var(--fs_24);
    color: var(--text_color_6);
    margin: 0;
    letter-spacing: .5px;
}

.hero_header_accout_page .header-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    padding: 14px 0;
    display: none;
    color: var(--text_color_6);
    background-color: var(--bg_color_6);
}

.hero_header_accout_page .header-mobile .mobile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.hero_header_accout_page .header-mobile .mobile-row .hamburger {
    width: 42px;
    height: 38px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.hero_header_accout_page .header-mobile .mobile-row .hamburger span {
    display: block;
    height: 2px;
    background: rgba(3, 3, 39, .45);
    border-radius: 2px;
}

.hero_header_accout_page .header-mobile .mobile-row .hamburger span:nth-child(1) {
    width: 26px;
}

.hero_header_accout_page .header-mobile .mobile-row .hamburger span:nth-child(2) {
    width: 20px;
}

.hero_header_accout_page .header-mobile .mobile-row .hamburger span:nth-child(3) {
    width: 14px;
}

.hero_header_accout_page .header-mobile .mobile-row .brand-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.hero_header_accout_page .header-mobile .mobile-row .btn-signin-sm {
    padding: 9px 14px;
    font-size: var(--fs_12);
    min-width: 92px;
}

.hero_header_accout_page .header-mobile .mobile-menu {
    position: fixed;
    inset: 0;
    background: var(--bg_color_6);
    z-index: 999;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
}

.hero_header_accout_page .header-mobile .mobile-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.hero_header_accout_page .header-mobile .mobile-menu-top {
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 16px;
    border-bottom: 1px solid rgba(3, 3, 39, .12);
}

.hero_header_accout_page .header-mobile .mobile-menu-top .close-menu {
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    font-size: 44px;
    line-height: 1;
    color: rgba(3, 3, 39, .45);
    cursor: pointer;
    margin-bottom: 10px;
}

.hero_header_accout_page .header-mobile .mobile-menu-top .menu-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.hero_header_accout_page .header-mobile .mobile-menu-top .menu-logo-img {
    /* height: 78px; */
    height: 70px;
    width: auto;
    display: block;
}

.hero_header_accout_page .header-mobile .menu-user,
.hero_header_accout_page .header-mobile .mobile-menu .menu-user {
    width: 44px;
    height: 44px;
    background: var(--bg_color_2);
    color: var(--text_color_6);
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero_header_accout_page .header-mobile .mobile-nav {
    padding: 24px 0 0;
    text-align: center;
    font-family: var(--roboto_medium);
    color: var(--text_color_4);
}

.hero_header_accout_page .header-mobile .mobile-nav a {
    display: block;
    padding: 16px 16px;
    font-size: var(--fs_18);
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text_color_4);
}

.hero_header_accout_page .header-mobile .mobile-nav a:hover {
    background: rgba(3, 3, 39, .04);
}

.hero_header_accout_page .header-mobile .menu-divider {
    height: 1px;
    background: rgba(3, 3, 39, .12);
    margin: 18px 0;
}

.hero_header_accout_page .header-desktop-2 .module-menu-top .menu-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.hero_header_accout_page .header-desktop-2 .module-menu-top .menu-logo-img {
    height: 70px;
    width: auto;
    display: block;
}

.hero_header_accout_page .header-desktop-2 .module-menu .menu-user {
    width: 44px;
    height: 44px;
    background: var(--bg_color_2);
    color: var(--text_color_6);
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero_header_accout_page .header-desktop-2 {
    transition:
        background-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.hero_header_accout_page .header-desktop-2.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

.hero_header_accout_page .header-desktop-2.is-scrolled {
    background-color: var(--bg_color_6);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.hero_header_accout_page .header-desktop-2.is-scrolled,
.hero_header_accout_page .header-desktop-2.is-scrolled a,
.hero_header_accout_page .header-desktop-2.is-scrolled .nav-top a,
.hero_header_accout_page .header-desktop-2.is-scrolled .nav-bottom a {
    color: var(--text_color_1)
}

.hero_header_accout_page .header-desktop-2.is-scrolled .hd-divider {
    background: rgba(0, 0, 0, 0.2);
}

.hero_header_accout_page .header-desktop-2.is-scrolled .btn-signin {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
}

.dropdown_user_icon {
    background-color: var(--bg_color_2);
}

.dropdown_user_icon i {
    color: var(--text_color_6);
}

.dropdown_user_icon:hover {
    color: var(--text_color_6);
    background-color: var(--bg_color_2);
}

.dropdown_user_icon:focus {
    color: var(--text_color_6);
    background-color: var(--bg_color_2);
}

.dropdown-toggle::after {
    color: var(--text_color_6);
}

.wishlist-item .detail_part .addtocart_btn {
    background-color: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_14);
    font-family: var(--roboto_medium);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 8px 5px 3px 5px;
}

.wishlist-item .detail_part .addtocart_btn svg {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.otp_first_section {
    height: 100vh;
}

.otp_first_section .image_slider_part {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.otp_first_section .image_slider_part .item {
    color: #fff;
    border-radius: 3px;
    text-align: center;
    height: 100vh;
    position: relative;
}

.otp_first_section .image_slider_part .item {
    position: relative;
    height: 100vh;
}

.otp_first_section .image_slider_part .item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

.otp_first_section .image_slider_part .item .glass_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 600px;
}

.otp_first_section .image_slider_part .item .liquidGlass-wrapper {
    overflow: hidden;
}

.otp_first_section .image_slider_part .item .liquidGlass-effect {
    position: absolute;
    inset: 0;
    z-index: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    filter: url(#glass-distortion);
    isolation: isolate;
}

.otp_first_section .image_slider_part .item .liquidGlass-tint {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: transparent;
}

.otp_first_section .image_slider_part .item .liquidGlass-shine {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.otp_first_section .image_slider_part .item .liquidGlass-text {
    position: relative;
    z-index: 3;
    color: #111;
}

.otp_first_section .image_slider_part .item .glass_content .main_text {
    font-size: var(--fs_50);
    margin: 0 0 8px;
    color: var(--text_color_6);
    font-family: var(--sottel);
    text-align: start;
    line-height: 1.5;
}

.otp_first_section .image_slider_part .item .glass_content p {
    font-size: var(--fs_24);
    font-family: var(--roboto_regular);
    color: var(--text_color_6);
    text-align: start;
    margin-top: 15px;
    margin-bottom: 0;
}

.otp_first_section .image_slider_part .item .liquidGlass-wrapper {
    opacity: 1;
}

.otp_first_section .image_slider_part .item .liquidGlass-text {
    opacity: 0;
    clip-path: inset(50% 0 50% 0);
}

.otp_first_section .image_slider_part .item .liquidGlass-wrapper.reveal .liquidGlass-text {
    opacity: 1;
    animation: textOpen 2s ease forwards;
}

@keyframes textOpen {
    from {
        clip-path: inset(50% 0 50% 0);
    }

    to {
        clip-path: inset(0 0 0 0);
    }
}

.otp_first_section .image_slider_part .item .liquidGlass-effect {
    filter: none;
    opacity: 0;
    transition: opacity 350ms ease;
}

.otp_first_section .image_slider_part .item .liquidGlass-wrapper.reveal .liquidGlass-effect {
    filter: url(#glass-distortion);
    opacity: 1;
}

.otp_first_section .form_main_part {
    /* height: 100vh; */
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 150px;
    background-color: var(--bg_color_6);
}

.otp_first_section .form_main_part .otp_card {
    text-align: center;
    width: 500px;
}

.otp_first_section .form_main_part .otp_card .logo_part img {
    height: 120px;
    width: auto;
    margin-bottom: 50px;
}

.otp_first_section .form_main_part .otp_card .otp_title {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_24);
    color: var(--text_color_4);
    margin: 0 0 30px 0;
}

.otp_first_section .form_main_part .otp_card .resend_otp_text {
    font-family: var(--gayathri_regular);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    margin: 20px 0 0 0;
}

.otp_first_section .form_main_part .otp_card .resend_otp_text a {
    color: var(--text_color_2);
    text-decoration: none;
}

.otp_first_section .form_main_part .otp_card .otp_form .otp-field[type=number] {
    -moz-appearance: textfield;
}

.otp_first_section .form_main_part .otp_card .otp_form .otp-field::-webkit-outer-spin-button,
.otp_first_section .form_main_part .otp_card .otp_form .otp-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp_first_section .form_main_part .otp_card .otp_form .field {
    margin-bottom: 18px;
}

.otp_first_section .form_main_part .otp_card .otp_form input {
    width: 50px;
    border: 1px solid var(--text_color_7);
    border-radius: 8px;
    padding: 12px 18px;
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_1);
    outline: none;
    background: var(--bg_color_6);
}

.otp_first_section .form_main_part .otp_card .primary_btn {
    width: 100%;
    margin-top: 8px;
    border: 0;
    border-radius: 8px;
    background: var(--bg_color_2);
    color: var(--text_color_6);
    font-size: var(--fs_16);
    font-family: var(--roboto_medium);
    padding: 10px;
}

.toast-message {
    font-family: var(--roboto_regular);
}

.header-desktop-2 .hd-bottom {
    position: relative;
    display: flex;
    align-items: center;
}

.header-desktop-2 .hd-bottom .nav-bottom {
    position: absolute;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    display: flex;
    gap: 40px;
}

.header-desktop-2 .hd-bottom .right_side_part {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.header-desktop-2 .hd-bottom .right_side_part .bar_icon_part_desktop .usericon,
.header-desktop-2 .hd-bottom .right_side_part .bar_icon_part_desktop .favouriteicon,
.header-desktop-2 .hd-bottom .right_side_part .bar_icon_part_desktop .carticon,
.header-desktop-2 .hd-bottom .right_side_part .bar_icon_part_desktop .barsicon {
    height: 25px;
    width: 25px;
    margin-left: 15px;
}




.order_detail_first_section {
    padding: 50px 0;
}

.order_detail_first_section .order-detail-wrap .order-card {
    background: var(--bg_color_6);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .04);
    overflow: hidden;
}

.order_detail_first_section .order-detail-wrap .back_button_part {
    margin-bottom: 20px;
}

.order_detail_first_section .order-detail-wrap .back_button_part a {
    text-decoration: none;
    color: var(--text_color_4);
    font-family: var(--roboto_regular);
}

.order_detail_first_section .order-detail-wrap .back_button_part a span {
    font-family: var(--roboto_regular);
}

.order_detail_first_section .order-detail-wrap .order-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 18px;
    background-color: var(--bg_color_12);
}

.order_detail_first_section .order-detail-wrap .order-id {
    font-family: var(--roboto_medium);
    font-size: var(--fs_20);
    color: var(--text_color_1);
    margin-bottom: 0;
}

.order_detail_first_section .order-detail-wrap .order-meta {
    margin-top: 6px;
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
    color: var(--text_color_16);
    margin-bottom: 0;
}

.order_detail_first_section .order-detail-wrap .order-meta span {
    font-weight: 600;
    font-family: var(--roboto_regular);
}

.order_detail_first_section .order-detail-wrap .order-head-right {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.order_detail_first_section .order-detail-wrap .order-badge {
    border-radius: 50px;
    padding: 14px 20px 10px 20px;
    font-size: var(--fs_14);
}

.order_detail_first_section .order-detail-wrap .payment-pill {
    border-radius: 50px;
    padding: 12px 20px 8px 20px;
    font-size: var(--fs_12);
    border: 1px solid rgba(0, 0, 0, .08);
    background: rgba(0, 0, 0, .03);
    color: var(--text_color_3);
    margin-bottom: 0;
}

.order_detail_first_section .order-detail-wrap .payment-pill.paid {
    background: rgba(43, 163, 0, .10);
    color: var(--bg_color_17);
    font-size: var(--fs_12);
    border-color: rgba(43, 163, 0, .25);
}

.order_detail_first_section .order-detail-wrap .payment-pill.pending {
    background: rgba(249, 198, 0, .15);
    color: #8a6b00;
    border-color: rgba(249, 198, 0, .35);
}

.order_detail_first_section .order-detail-wrap .order-card-title {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.order_detail_first_section .order-detail-wrap .title-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.order_detail_first_section .order-detail-wrap .title-left h5 {
    font-family: var(--roboto_semibold);
    font-size: var(--fs_18);
    color: var(--text_color_1); 
}

.order_detail_first_section .order-detail-wrap .title-left .count {
    font-family: var(--roboto_semibold);
    font-size: var(--fs_16);
    color: var(--text_color_1);
}

.order_detail_first_section .order-detail-wrap .title-left .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--bg_color_1);
}

.order_detail_first_section .order-detail-wrap .order-items {
    padding: 10px 18px 0;
}

.order_detail_first_section .order-detail-wrap .order-item-row {
    display: grid;
    grid-template-columns: 64px 1fr 110px 110px;
    gap: 14px;
    align-items: start;
    padding: 14px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .10);
}

.order_detail_first_section .order-detail-wrap .order-item-row:last-child {
    border-bottom: none;
}

.order_detail_first_section .order-detail-wrap .order-item-row .thumb img {
    width: 64px;
    height: 64px;
    border-radius: 0;
    object-fit: cover;
    background: var(--bg_color_5);
}

.order_detail_first_section .order-detail-wrap .order-item-row .name {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_1);
}

.order_detail_first_section .order-detail-wrap .order-item-row .attrs {
    margin-top: 6px;
    font-size: var(--fs_14);
    color: var(--text_color_16);
    font-family: var(--roboto_regular);
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.order_detail_first_section .order-detail-wrap .order-item-row .sku {
    font-size: var(--fs_12);
    color: var(--text_color_14);
    font-family: var(--roboto_regular);
}

.order_detail_first_section .order-detail-wrap .order-item-row .price {
    text-align: right;
}

.order_detail_first_section .order-detail-wrap .order-item-row .unit {
    font-family: var(--roboto_medium);
    font-size: var(--fs_14);
    color: var(--text_color_1);
}

.order_detail_first_section .order-detail-wrap .order-item-row .qty {
    margin-top: 3px;
    font-size: var(--fs_12);
    color: var(--text_color_14);
    font-family: var(--roboto_regular);
}

.order_detail_first_section .order-detail-wrap .total {
    text-align: right;
    font-family: var(--roboto_bold);
    font-size: var(--fs_14);
    color: var(--text_color_2);
}

.order_detail_first_section .order-detail-wrap .order-summary {
    margin-top: 10px;
    padding: 14px 18px 18px;
    background: rgba(250, 247, 244, .8);
    border-top: 1px solid rgba(0, 0, 0, .06);
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
}

.order_detail_first_section .order-detail-wrap .order-summary .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
    font-size: 14px;
    color: var(--text_color_3);
}

.order_detail_first_section .order-detail-wrap .order-summary .line span {
    font-size: var(--fs_14);
    font-family: var(--roboto_regular);
}

.order_detail_first_section .order-detail-wrap .order-summary .line .final_total {
    color: var(--text_color_2);
    font-family: var(--roboto_semibold);
    font-size: var(--fs_16);
}

.order_detail_first_section .order-detail-wrap .order-summary .line.discount {
    color: var(--bg_color_17);
}

.order_detail_first_section .order-detail-wrap .order-summary .line.grand {
    margin-top: 6px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, .10);
    font-family: var(--roboto_bold);
    color: var(--text_color_1);
    font-size: var(--fs_16);
}

.order_detail_first_section .order-detail-wrap .ship-box {
    padding: 14px 18px 18px;
}

.order_detail_first_section .order-detail-wrap .ship-title {
    font-family: var(--roboto_semibold);
    font-size: var(--fs_14);
    color: var(--text_color_1);
    margin-bottom: 6px;
}

.order_detail_first_section .order-detail-wrap .ship-text {
    font-size: var(--fs_14);
    color: var(--text_color_16);
    font-family: var(--roboto_regular);
    line-height: 1.6;
}

.order_detail_first_section .order-detail-wrap .ship-divider {
    height: 1px;
    background: rgba(0, 0, 0, .08);
    margin: 14px 0;
}

.order_detail_first_section .order-detail-wrap .support-btn {
    width: fit-content;
    margin: 0 20px 20px 20px !important;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    background: var(--bg_color_2);
    color: var(--text_color_6);
    font-family: var(--roboto_medium);
}

@media (max-width: 768px) {
    .order_detail_first_section {
        padding: 28px 0;
    }

    .order_detail_first_section .order-detail-wrap .order-card-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .order_detail_first_section .order-detail-wrap .order-head-right {
        align-items: flex-start;
        text-align: left;
    }

    .order_detail_first_section .order-detail-wrap .order-item-row {
        grid-template-columns: 64px 1fr;
        grid-template-areas:
            "thumb info"
            "thumb price"
            "thumb total";
    }

    .order_detail_first_section .order-detail-wrap .order-item-row .thumb {
        grid-area: thumb;
    }

    .order_detail_first_section .order-detail-wrap .order-item-row .info {
        grid-area: info;
    }

    .order_detail_first_section .order-detail-wrap .order-item-row .price {
        grid-area: price;
        text-align: left;
    }

    .order_detail_first_section .order-detail-wrap .order-item-row .total {
        grid-area: total;
        text-align: left;
    }
}