@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Rozha+One&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
    font-family: "SF Pro Display";
    src: url("./../sf-pro-display-cufonfonts/SFPRODISPLAYREGULAR.OTF")
        format("truetype");
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--brand-color);
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: var(--white-color);
}

/* "Inter", sans-serif */

:root {
    --partial-bg-color: #f1e8e8;
    --product-bg-color: #fffaf3;
    --bilbo-swash-caps-font: "Bilbo Swash Caps", serif;
    --playfairdisplay-font: "Playfair Display", serif;
    --dm-sans-font: "DM Sans", sans-serif;
    --poppins-font-family: "Poppins", sans-serif;
    --manrope-font-family: "Manrope", sans-serif;
    --brand-color: #480001;
    --main-color: #eecb65;
    --main-1-color: #daae40;
    --brand-light-color: #764041;
    --inter-font-family: "Inter", sans-serif;

    --philosopher-family: "Philosopher";

    --about-background: #f1e9e0;
    --mulish-family: "Mulish", serif;

    --text-color: #626262;
    --montserrat-font-family: "Montserrat", sans-serif;
    --sf-pro-font-family: "SF Pro Display";
    --switch-on: #70ba80;
    --swich-off: #ef7d7d;
    --primary-color: #480001;
    --white-color: #fff;
    --black-color: #000;
    --light-color: #cbcbcb;

    --red-hat-family: "Red Hat Display", sans-serif;
    --roboto-family: "Roboto", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--inter-font-family);
    color: #636363;
    font-size: 15px;
    overflow-x: hidden !important;
}

.humburger-menu {
    display: none;
}

.custom_container {
    max-width: 1240px;
    margin: auto;
    padding: 0 0.75rem;
}
.dropdown-menu.show {
    padding: 0;
    background-color: var(--brand-color);
    border: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.125);
    z-index: 9999;
}

.dropdown-menu.show li {
    width: 100%;
}

.dropdown-menu.show li a {
    color: var(--white-color);
}
.kr-logo {
    max-height: 63px;
    max-width: 243px;
    object-fit: contain;
}

.dropdown-menu.show li .dropdown-item:focus,
.dropdown-menu.show li .dropdown-item:hover {
    background-color: var(--main-color);
    color: var(--brand-color);
}

.main_header_area {
    position: sticky;
    top: -150px;
    left: 0;
    width: 100%;
    z-index: 1059;
    transition: top 0.5s ease-in-out;
    background-color: var(--brand-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.main_header_area.navbar-sticky-in .header-content.w-100.sm__d-none-block {
    display: none;
}

.main_header_area.navbar-sticky-in .hr-line {
    display: none;
}

.main_header_area.navbar-sticky-in
    .navbar-expand-lg
    .navbar-nav
    .nav-link.active::after,
.main_header_area.navbar-sticky-in
    .navbar-expand-lg
    .navbar-nav
    .nav-link:hover::after {
    bottom: 0px;
}

.main_header_area.navbar-sticky-in .py-3 {
    padding-top: initial !important;
    padding-bottom: initial !important;
    padding-block: 0.5rem !important;
}

.right-top-nav {
    /* display: flex;
    flex-direction: column;
    row-gap: 15px; */
    width: 100%;
}
.list-none {
    list-style-type: none;
}

.custom-border {
    position: relative;
}

.custom-border::after {
    position: absolute;
    top: 0;
    left: 20%;
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--brand-light-color);
}
.main_header_area.navbar-sticky-in {
    top: -1px;
}

.bg-white {
    background-color: var(--white-color);
}

.btn-check:focus + .btn,
.btn:focus {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.btn-grad {
    /* background-image: linear-gradient(
        to right,
        #ff8008 0%,
        #ffc837 51%,
        #ff8008 100%
    ); */
    background: var(--brand-color);
}
.btn-grad {
    padding: 8px 20px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    /* display: block; */
    color: var(--white-color);
    font-weight: 600;
}

.btn-grad:hover {
    background-position: right center;
    color: var(--main-color);
    text-decoration: none;
}

.btn-shop,
.btn-buy,
.view-btn {
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    background-color: var(--brand-color);
    display: inline;
    color: var(--white-color);
    font-weight: 500;
}
.btn-buy,
.btn-cart {
    padding: 20px 35px;
    font-family: var(--poppins-font-family);
    text-align: center;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 17px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    width: 220px;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    border-width: 0px;
    border-style: none;
}
.btn-cart {
    padding: 10px 48px;
}

.btn-buy {
    padding: 10px 25px;
}

.btn-buy img {
    border: 1px solid var(--brand-color);
    border-radius: 100px;
    height: 30px;
    width: 30px;
    padding: 4px;
    margin-left: 8px;
}
.view-btn {
    background-color: transparent;
}

.btn-buy {
    /* border: 2px solid #000000de; */
    /* background-color: transparent; */
    /* color: #000000de; */
    font-weight: 700;
}
.btn-shop:hover,
.btn-buy:hover {
    background-position: right center;
    text-decoration: none;
    background-color: rgb(160, 105, 23);
    color: var(--white-color);
    /* border: 2px solid var(--brand-color); */
    /* box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4); */
}

.btn-buy svg path {
    fill: #000000de;
}
.btn-buy:hover svg path {
    fill: var(--white-color);
}

.contact-expert-krjyotish {
    background-color: var(--brand-color);
    display: inline-block;
    padding: 20px;
    padding-block: 8px;
    position: relative;
    border-radius: 0.25rem;
}

.contact-expert-krjyotish::after {
    content: "";
    position: absolute;
    background-color: var(--main-1-color);
    width: 100%;
    height: 100%;
    top: 6px;
    left: 6px;
    z-index: -1;
    border-radius: 0.25rem;
}
.contact-expert-krjyotish .d-flex.align-items-center img {
    width: 40px;
}

.contact-expert-krjyotish .d-flex.align-items-center {
    gap: 20px;
}

.about-krexpert p {
    font-size: 15px;
    line-height: 20px;
}

.header-content {
    background: var(--brand-color);
    padding-block: 10px;
}

.links ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.links ul li {
    margin-right: 18px;
    list-style: none;
}
.links ul li.search {
    /* margin-right: 10px; */
    display: none;
}
.column-gap-200 {
    column-gap: 200px;
}
.hr-line {
    position: relative;
}
.hr-line::after {
    position: absolute;
    top: 0;
    left: 0px;
    background-color: var(--brand-light-color);
    content: "";
    width: 100%;
    height: 1px;
    overflow: hidden;
}
.date li span {
    color: #636363;
}

.date li .count span {
    color: var(--white-color);
}
.date li .amnt {
    color: var(--main-color);
    margin-left: 15px;
    font-weight: 500;
}
.header-content li {
    display: inline-block;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

.header-content li a {
    text-decoration: none;
}
.date li {
    text-decoration: none;
    list-style: none;
    margin-right: 10px;
}
.date li a,
.address li a {
    color: #636363;
    font-size: 13.333px;
    font-weight: 600;
    text-decoration: none;
    /* margin-right: 10px; */
    font-family: var(--red-hat-family);
}

.dropdown-menu li form button {
    font-size: 13.333px;
    font-weight: 600;
    text-decoration: none;
    font-family: var(--red-hat-family);
    color: var(--white-color);
}
.address li a svg,
.date li svg {
    /* height: 48px; */
    /* width: 48px; */
    margin-right: 10px;
}

.address li a:hover span {
    color: var(--brand-color);
}

.shopping-cart {
    margin-right: 0 !important;
}
.shopping-cart a svg {
    width: 23px;
    height: 23px;
    margin: 0;
}
.shopping-cart a svg path {
    fill: var(--brand-color);
}
.btn-white {
    color: var(--black-color);
    background-color: var(--white-color);
    border-color: var(--white-color);
}
.cate {
    background: var(--main-1-color);
}
.cate:hover {
    background: var(--main-color);
}
.cate a {
    font-weight: 700;
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--brand-color);
    font-size: 13.33px;
    font-family: var(--red-hat-family);
}

.search-input {
    position: relative;
}
.search-input input {
    padding-left: 30px;
    width: 100%;
}
.search-input button {
    border: none;
    background: transparent;
}
.search-input form {
    margin: 0;
}

.search-icon {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 3%;
    line-height: normal;
    border: none;
    background-color: transparent;
    color: var(--light-color);
}
.search-wrapper {
    width: 60%;
}
.shopping-cart {
    /* background-color: var(--brand-light-color); */
    padding: 10px 20px;
    border-radius: 100px;
}

.shopping-cart a {
    /* color: var(--white-color); */
}

.count {
    height: 22px;
    width: 22px;
    background-color: #f42a2a;
    border-radius: 100px;
    display: grid;
    place-items: center;
    text-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
    position: absolute;
    top: -14px;
    right: -6px;
    font-size: 12px;
}
.navbar {
    padding-block: 0;
}
ul {
    margin-bottom: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-weight: 700;
    font-size: 15px;
    font-family: var(--red-hat-family);
    position: relative;
    color: var(--main-1-color) !important;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active {
    color: var(--main-color) !important;
    transition: all linear 0.5s;
}

.navbar-expand-lg .navbar-nav .nav-link.active::after,
.navbar-expand-lg .navbar-nav .nav-link:hover::after {
    content: "";
    background-color: var(--main-color);
    position: absolute;
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.search a {
    color: var(--brand-color);
}
.search-here {
    position: relative;
    transition: all linear 0.1s;
}
.lg_none.search-here {
    display: none;
}

.search-here.show {
    opacity: 1;
    transform: translate(0px);
    overflow: visible;
    z-index: 1;
}

.close-search {
    cursor: pointer;
    color: var(--main-color);
    background-color: var(--brand-light-color);
    height: 33px;
    width: 33px;
    border-radius: 4px;
    display: grid;
    place-items: center;
    position: absolute;
    top: 4px;
    right: -40px;
    opacity: 0;
    display: none;
}

.close-search.show {
    opacity: 1;
}

.search-here button {
    border: 0;
    background-color: transparent;
}
.search-here button {
    color: var(--brand-color);
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 111;
}

.search-here input {
    border-radius: 0;
    padding: 0.375rem 3rem;
}

.bg-banner {
    /* background: url('../assets/img/banner-1.jpg') no-repeat; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    background-color: rgb(242 231 216);
    /* height: 580px; */
    height: 411px;
    background-position: center center;
    background-size: cover;
    display: grid;
    /* place-content: center; */
    place-items: center;
    position: relative;
}
/*
.bg-banner::after {
    background: url('../assets/img/banner.gif') no-repeat;
    opacity: 25%;
    background-size: cover;
    background-color: rgb(255 0 0 / 25%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    left: 0;
} */

/* .bg-banner .banner-item img {
    width: 100%;
    height: 615px;
    object-fit: contain;
} */

.bg-banner .banner-item img {
    width: 100%;
    height: 385px;
    object-fit: contain;
}


.ganesh-img {
    position: absolute;
    top: -345px;
    left: 490px;
    z-index: 1;
    right: -112px;
}


.left-content {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -45px;
}
.left-content h1 {
    font-family: var(--red-hat-family);
    line-height: 56px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 48px;
    border-color: rgb(99, 99, 99);
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.left-content .text-black {
    color: var(--black-color);
}

.left-content h1 span {
    color: var(--black-color);
}
.left-content p,
.left-content p strong {
    text-align: left;
    line-height: 25px;
    font-weight: 400;
    font-size: 18px;
    margin: 0px;
    color: rgba(53, 45, 43, 0.72);
    width: 534px;
    opacity: 1;
    margin-top: 6px;
}

.left-content h2 {
    margin-bottom: 24px;
}
.left-content h2 {
    font-family: var(--red-hat-family);
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--black-color);
}
.left-content h5 {
    line-height: 25px;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    width: 534px;
}

.left-content h4 {
    font-family: "Rozha One", serif;
    text-align: left;
    line-height: 45px;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 35px;
    border-color: rgb(99, 99, 99);
    border-style: none;
    color: rgb(160, 105, 23);
    margin: auto;
    width: 84%;
}

/* right cartbar section */
.cartbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background-color: var(--white-color);
    z-index: 1060;
    transform: translateX(1000px);
    opacity: 0;
    transition: all linear 0.7s;
    box-shadow: 0 0 28px 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}
.cartbar img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}

.cart-close {
    height: 26px;
    width: 26px;
    background-color: var(--black-color);
    color: var(--white-color);
    display: grid;
    place-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 100px;
    cursor: pointer;
}
.cartbar.hide-cart {
    transform: translateX(1000px);
    opacity: 0;
    transition: all linear 0.5s;
}

.cartbar.show-cart {
    transform: translateX(0px);
    opacity: 1;
    transition: all linear 0.5s;
}
.cart-header {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 1rem;
}
.empty-title h2 {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--montserrat-font-family);
    text-transform: capitalize;
    margin: 0;
    color: var(--black-color);
}

.added-products {
    padding: 0 20px 15px 20px;
    color: var(--black-color);
    border-bottom: 1px solid #999999;
    margin-bottom: 15px;
}
.inc_decr_btn button {
    border: 0.5px solid #999999;
    background-color: transparent;
}
.inc_decr_btn input {
    text-align: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.inc_decr_btn {
    width: 70%;
}
.inc_decr_btn button i {
    color: var(--black-color);
    font-size: 10px;
}

.added-products h4 {
    font-size: 15px;
    font-weight: 600;
    font-family: "Montserrat";
    margin: 0;
    color: var(--black-color);
    text-transform: capitalize;
}
.added-products span {
    font-size: 14px;
    font-family: var(--montserrat-font-family);
    font-weight: 600;
}
.added-products .unit-price {
    font-weight: 400;
}

.added-products .total-price {
    font-weight: 600;
    white-space: nowrap;
}

.cart-footer {
    padding: 20px;
    border-top: 1px solid #999999;
}

.cart-footer h4 {
    font-size: 14px;
    font-weight: 600;
    font-family: var(--montserrat-font-family);
}

.cart-footer .grandtotal {
    border-top: 1px dashed #999999;
    padding-top: 10px;
}

.cart-footer > div > div {
    font-weight: 400;
    font-family: var(--montserrat-font-family);
    font-size: 14px;
}
.cart-footer > div > div.grand-total {
    font-weight: 600;
    font-size: 15px;
}
/* end here right side cart  */

/* special deal products  */
.special-store {
    background-color: var(--partial-bg-color);
    padding: 80px 0;
}

.special-storeitem {
    border-radius: 20px;
    overflow: hidden;
}
.special-store .title-wrapper {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.special-store .title-wrapper h4 {
    margin: 0;
    padding: 0;
    font-family: var(--bilbo-swash-caps-font);
    font-size: 24px;
    font-weight: 400;
    color: var(--brand-color);
}

.special-store .title-wrapper h2 {
    margin: 0;
    color: var(--black-color);
    font-family: var(--playfairdisplay-font);
    font-size: 40px;
    font-weight: 700;
    margin: 6px 0;
}
.special-store .title-wrapper > div {
    color: var(--black-color);
    font-size: 14px;
    font-family: var(--dm-sans-font);
    font-weight: 400;
    line-height: 18px;
    margin: auto;
    margin-bottom: 26px;
    width: 80%;
}
.special-storeitem .bg-deals a.btn.btn-shop {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bg-deals {
    height: 259px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.shop-item-title {
    width: 153px;
}

.shop-item-title h4 {
    font-family: var(--poppins-font-family);
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}
/* end special items  */

/* products design start here  */
.product-wrapper {
    padding: 100px 0;
    position: relative;
    /* background: linear-gradient(to bottom, #ffffff 1%, #ccc3b07d 97%); */
}
/* 
.product-wrapper::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: url('./../assets/img/product-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
} */

.product-card-rounded {
    border-radius: 10px;
}
.product-item {
    height: 380px;
    border: 1px solid var(--partial-bg-color);
    box-shadow: 0px 0px 10px 0px #00000040;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
}

.product-image-wrapper {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.product-item .product-img {
    height: 260px;
    overflow: hidden;
}
.product-image-wrapper .product-img {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    height: 240px;
}

.product-image-wrapper .product-img.nobr {
    border-radius: 6px 6px 6px 6px;
    height: 255px;
}
.product-item .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}

.product-item:hover .product-img img {
    transform: scale(1.1);
}
.product-add-to-cart {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
    transform: translateY(100px);
}


.product-image-wrapper:hover .product-add-to-cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.product-add-to-cart .btn-cart {
    opacity: 0;
    visibility: hidden;
    background-color: var(--main-color);
}


.product-add-to-cart:hover .btn-cart {
    opacity: 1;
    visibility: visible;
    color: var(--white-color);
    transform: translateY(-38px);
}


.product-add-to-cart:hover .btn-buy {
    opacity: 0;
    visibility: hidden;
}


.product-item .product-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30%;
    row-gap: 10px;
}

.product-item .product-details .rating {
    color: var(--main-color);
}
.product-item .product-details h2 {
    margin: 0;
    font-family: var(--poppins-font-family);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.product-item .product-details p {
    margin: 0;
    font-family: var(--poppins-font-family);
    font-size: 16px;
    font-weight: 400;
}

.paymethod h3 {
    font-family: var(--poppins-font-family);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.paymethod .shadow-lg {
    height: 100px;
    background-color: var(--white-color);
}

.paymethod img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Main Image Slider */
.banner-slider .slick-prev {
    left: 50px;
}
.banner-slider .slick-prev:before {
    /* content: '\f104'; thin chevron icon */
    content: "\f053";
}
.banner-slider .slick-next:before {
    /* content: '\f105'; thin chevron icon */
    content: "\f054";
}

.banner-slider .slick-prev,
.banner-slider .slick-next {
    background-color: rgb(0 0 0 / 50%);
}

.banner-slider .slick-prev:hover,
.banner-slider .slick-prev:focus,
.banner-slider .slick-next:hover,
.banner-slider .slick-next:focus {
    background-color: rgb(0 0 0 / 100%);
}

.banner-slider .slick-prev:before,
.banner-slider .slick-next:before {
    color: var(--white-color);
}

.banner-slider .slick-dots {
    bottom: 0px;
}
.banner-slider .slick-dots li {
    width: 30px;
    height: 30px;
}
.banner-slider .slick-dots li button:before {
    width: 18px;
    height: 18px;
    background: #5a2e2e21;
}

.p-tag p {
    margin: auto;
}

.banner-slider .slick-dots li.slick-active button:before {
    background: var(--main-color);
    height: 20px;
    width: 20px;
}

.product__slider-main {
    height: 392px;
    overflow: hidden;
}
.product__slider-main .detail-img {
    height: 392px;
}


.product__slider-main .detail-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.product__slider-thmb .slick-track {
    display: flex;
    flex-wrap: nowrap;
}

.product__slider-thmb {
    margin-top: 20px !important;
}

.product__slider-thmb .slick-slide {
    margin: 0 10px;
}
.product__slider-thmb .slick-list {
    margin: 0 -10px;
}
.product__slider-thmb img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}

.product__slider-thmb .slick-current {
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.09);
    /* margin: 10px; */
    border: 2px solid var(--brand-color);
}

.title h2 {
    font-family: var(--inter-font-family);
    font-size: 28px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
/* .title h2::after {
    content: '';
    width: 70%;
    height: 3px;
    background-color: #A06917;
    position: absolute;
    left: 0;
    bottom: -4px;
} */

/* .center.title h2::after {
    left: 50%;
    transform: translateX(-50%);
} */
.bg-description {
    /* background: #ede9e9; */
}

.bg-description .col-lg-12 {
    border-bottom: 1px solid #e6e6e6;
}

.bg-description p {
    font-family: var(--inter-font-family);
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #636363;
    margin: 0;
}

.detail-description {
    border-bottom: 2px solid #e6e6e6;
}

.bg-description h2 {
    color: var(--brand-color);
    font-size: 20px;
    font-family: var(--red-hat-family);
    font-weight: 700;
    border-bottom: 4px solid var(--brand-color);
    margin: 0;
    padding: 10px;
}
.custom-container {
    width: 30%;
    margin: 0 auto;
    margin-block: 70px;
}

.custom-container .rating {
    display: flex;
    gap: 10px;
    color: var(--brand-color);
}

.rating-group {
    border-inline: 2px solid var(--black-color);
    padding-inline: 30px;
}

.review-comment {
    border-top: 1px solid var(--black-color);
    padding-block: 16px;
}
.reviewer {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100px;
    font-family: var(--manrope-font-family);
}
.reviewer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.small-info-reviewer {
    display: flex;
    align-items: start;
}
.review-comment .small-info-reviewer h4 {
    font-family: var(--manrope-font-family);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.review-comment .small-info-reviewer h5 {
    font-size: 15px;
    font-family: var(--manrope-font-family);
    font-weight: 400;
    margin: 0;
    margin-block: 3px;
}

.review-comment .reviewer-description {
    font-size: 16px;
    font-family: var(--manrope-font-family);
    font-weight: 400;
    width: 70%;
    margin-top: 16px;
}

.reviewer-rating i {
    color: var(--main-color);
}
.review-date {
    font-family: var(--manrope-font-family);
    font-size: 12px;
    font-weight: 400;
}
/* product details page design end here  */

/* cart style here  */
.trash {
    border: 0.5px solid var(--light-color);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 8px;
    display: grid;
    place-items: center;
    background-color: var(--white-color);
}
.incr-dcr button {
    border: 0.5px solid var(--light-color);
    border-radius: 8px;
    font-size: 10px;
    height: 30px;
    width: 30px;
    display: grid;
    place-items: center;
}
.incr-dcr input {
    width: 30px;
    border: 0;
    border-radius: 8px;
    border-block: 0.5px solid var(--light-color);
    text-align: center;
}
/* cart page style end here  */

/* home page design  */
.loader1 {
    height: 5px;
    background-color: var(--white-color);
    margin: 0 auto;
    margin-top: 10px;
    z-index: 2;
    width: 100%;
    overflow-x: hidden;
}

.bar1 {
    width: 0%;
    height: 5px;
    background: rgb(255, 205, 2);
    background: linear-gradient(
        90deg,
        rgb(255, 205, 2) 0%,
        rgb(160, 105, 23) 100%
    );
    z-index: 1;
    transition: width 0.1s linear infinite;
}

@keyframes bar1 {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

/* end here home page design  */

/* our story style start here  */
/* .story-left-content {
    width: 80%;
} */
.our-story-wrapper {
    background-color: #f7f7f9;
    padding-block: 55px;
}
.story-left-content h2 {
    font-family: var(--inter-font-family);
    font-size: 34px;
    font-weight: 700;
    line-height: 56px;
    color: var(--white-color);
}
.story-left-content h1 {
    font-family: var(--inter-font-family);
    margin-block: 28px;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    overflow: hidden;
    color: var(--white-color);
}
.story-left-content h1 p {
    margin: 0;
    padding: 0;
    font-size: inherit;
}
.story-left-content p {
    font-family: var(--inter-font-family);
    font-size: 20px;
    font-weight: 400;
    line-height: 39px;
    color: var(--white-color);
}

.text-1-line {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.asto-text-1-line {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.text-2-line {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
}

.trip-text-2-line {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-3-line {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-4-line {
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-5-line {
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-8-line {
    display: -webkit-box;
    line-clamp: 8;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-14-line {
    display: -webkit-box;
    line-clamp: 14;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#our-story-section .our-story-wrapper .story-item .kundali-form {
    border: 1px solid var(--partial-bg-color);
    /* background-color: red; */
    box-shadow: 0 0 10px 0;
    padding: 20px;
}
#male-female input {
    cursor: pointer;
}
#male-female > input {
    background-color: var(--brand-color);
    color: var(--white-color);
    text-align: center;
}

.btn-kundali {
    background-color: var(--brand-color);
    color: var(--white-color);
}
/* our story style end here  */

/* our service style start here */

#service-section .special-section-wrapper {
    background-color: var(--white-color);
    padding-top: 100px;
    padding-bottom: 20px;
    overflow: hidden;
}

.free-product-category-icon .category-img-1 {
    position: absolute;
    bottom: -90px;
    left: 210px;
    transition: all ease-in-out 0.3s;
}

.free-product-category-icon .category-img-4 {
    position: absolute;
    bottom: -100px;
    right: 0;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

.circle-img {
    position: absolute;
    z-index: -1;
    top: 10%;
    right: 50%;
    height: 300px;
    width: auto;
    animation: spin linear 50s infinite;
    transition: all ease-in-out 0.3s;
    opacity: 16%;
}

.circle-img img {
    height: 100%;
}
.free-product-category-icon .category-img-2 {
    position: absolute;
    bottom: -75px;
    left: -110px;
    width: 140px;
    transform: rotate(-35deg);
}

.free-product-category-icon .category-img-3 {
    position: absolute;
    top: -60px;
    right: 0;
    width: 200px;
}

.title-wrapper p,
.kr-store-row {
    position: relative;
    z-index: 1;
}

.free-service-icon .icon-service-img {
    position: absolute;
    right: 0;
    top: -95px;
    width: 230px;
    opacity: 40%;
}

.free-service-icon .icon-service-img-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 140px;
    opacity: 40%;
}

.special-section-wrapper .slick-prev {
    left: -50px;
}
.special-section-wrapper .slick-next {
    right: -50px;
}
.special-section-wrapper .slick-prev:before {
    content: "\f053";
}
.special-section-wrapper .slick-next:before {
    content: "\f054";
}

.special-section-wrapper .slick-prev,
.special-section-wrapper .slick-next,
.special-section-wrapper .slick-prev:hover,
.special-section-wrapper .slick-prev:focus,
.special-section-wrapper .slick-next:hover,
.special-section-wrapper .slick-next:focus {
    background-color: transparent;
}

.special-section-wrapper .slick-prev:before,
.special-section-wrapper .slick-next:before {
    color: var(--brand-color);
}

.special-section-wrapper .slick-slide {
    margin: 0 10px;
}
.special-section-wrapper .slick-list {
    margin: 0 -10px;
}

.service-slider .slick-dots li {
    height: 24px;
    width: 24px;
}
.service-slider .slick-dots li button:before {
    height: 16px;
    width: 16px;
    background-color: var(--partial-bg-color);
}
.service-slider .slick-dots li.slick-active button:before {
    height: 18px;
    width: 18px;
    background-color: var(--main-color);
}

#service-section .special-section-wrapper .service-items {
    box-shadow: 0px 0px 15px 0px #00000040;
    /* height: 372px;
    margin-block-end: 12px; */
    position: relative;
    border-radius: 10px;
}
#service-section .special-section-wrapper .service-items .remaining-title {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
    color: var(--white-color);
    /* background: rgb(76 0 0 / 74%);
    color: var(--white-color);
    padding-block: 4px;
    transition: all ease-in-out .4s; */
}

#service-section .special-section-wrapper .service-items .remaining-title h3 {
    font-size: 17px;
    color: var(--white-color);
    z-index: 1;
    position: relative;
}
/* #service-section .special-section-wrapper .service-items .go-top {
    transition: all ease-in-out .4s;
    background: rgb(76 0 0 / 74%);
    color: var(--white-color);
    padding-block: 4px;
    width: 100%;
    height: 100%;
    text-align: center;
} */

#service-section .special-section-wrapper .service-items .go-top a {
    color: var(--white-color);
    background-color: var(--brand-color);
    border-radius: 6px;
    padding: 10px 20px;
    text-decoration: none;
}
#service-section .special-section-wrapper .service-items:hover .go-top {
    transform: translateY(-63px);
    text-align: center;
    opacity: 1;
}

/* .service-description p {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

#service-section .special-section-wrapper .service-items .service-description {
    font-family: var(--dm-sans-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 20.83px;
}

#service-section .special-section-wrapper .service-items .img-service {
    height: 230px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

#service-section .special-section-wrapper .first-two .img-service {
    height: 372px;
    position: relative;
}

#service-section .special-section-wrapper .first-two .img-service::after,
#service-section .special-section-wrapper .service-items .img-service::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) -40%,
        rgba(0, 0, 0, 0) 30%
    );
}

#service-section .special-section-wrapper .first-two .first-two-title {
    position: absolute;
    width: 100%;
    bottom: 50px;
    text-align: center;
    /* background: rgb(76 0 0 / 74%);
    color: var(--white-color);
    padding-block: 10px;
    transition: all ease-in-out .4s; */
}

#service-section .special-section-wrapper .first-two .first-two-title h3 {
    font-size: 20px;
    color: var(--white-color);
    z-index: 1;
    position: relative;
}
/* #service-section .special-section-wrapper .service-items:hover .first-two-title,#service-section .special-section-wrapper .service-items:hover .remaining-title {
    opacity: 0;
} */

#service-section .special-section-wrapper .service-items .img-service {
    overflow: hidden;
}
#service-section .special-section-wrapper .service-items .img-service img {
    transition: all ease-in-out 0.4s;
}
#service-section
    .special-section-wrapper
    .service-items
    .img-service:hover
    img {
    transform: scale(1.2);
}

#service-section
    .special-section-wrapper
    .service-items
    .img-service
    .book-appointment-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background-color: #000000bd;
    padding: 10px;
    opacity: 0;
    transition: all linear .2s; */
}

#service-section
    .special-section-wrapper
    .service-items
    .img-service:hover
    .book-appointment-hover {
    opacity: 1;
}

#service-section
    .special-section-wrapper
    .service-items
    .img-service
    .book-appointment-hover
    .btn.btn-grad {
    border-radius: 100px;
    font-weight: 500;
}
a
    #service-section
    .special-section-wrapper
    .service-items
    .img-service
    .book-appointment-hover
    i {
    color: var(--main-color);
}
#service-section .special-section-wrapper .service-items .img-service img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.special-section-wrapper .service-title h3 {
    font-family: var(--red-hat-family);
    color: #333;
    /* overflow: hidden; */
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical; */
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 16px;
}

.special-section-wrapper .service-title h3 span {
    color: var(--black-color);
}

.special-section-wrapper .service-title h3:hover span,
.special-section-wrapper .service-title h3:hover {
    color: var(--main-color);
}

.special-section-wrapper .service-title p {
    color: #7a7a7a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-block: 4px;
    font-family: var(--roboto-family);
    font-size: 15px;
    text-align: center;
}
.special-section-wrapper .service-title h1 p {
    margin: 0;
    padding: 0;
    font-size: inherit;
}
.title-wrapper h4 {
    font-family: "Rozha One", serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #a06917;
}

.title-wrapper h2 {
    font-family: var(--red-hat-family);
    font-size: 40px;
    font-weight: 700;
    color: #333333;
}

#trip-section .title-wrapper h2 {
    color: var(--black-color);
}

.title-wrapper p {
    font-family: var(--red-hat-family);
    font-size: 20px;
    width: 50%;
    color: #333;
    font-weight: 700;
}

#trip-section .title-wrapper p {
    color: var(--black-color);
}
#service-section .special-section-wrapper .title-wrapper p {
    margin: auto;
}

.book-appoint-btn {
    font-size: 13px;
    padding: 13px 0;
}
/* our service style end here */

/* our store design  */
#store-section .special-section-wrapper {
    padding-block: 100px;
    padding-bottom: 120px;
    background: #f9f6f1;
    overflow: hidden;
}
.store-slider .slick-dots li {
    height: 24px;
    width: 24px;
}
.store-slider .slick-dots li button:before {
    height: 16px;
    width: 16px;
    background-color: var(--partial-bg-color);
}
.store-slider .slick-dots li.slick-active button:before {
    height: 18px;
    width: 18px;
    background-color: var(--main-color);
}

.new-store-slider .slick-dots li {
    height: 24px;
    width: 24px;
}
.new-store-slider .slick-dots li button:before {
    height: 16px;
    width: 16px;
    background-color: var(--partial-bg-color);
}
.new-store-slider .slick-dots li.slick-active button:before {
    height: 18px;
    width: 18px;
    background-color: var(--main-color);
}

/*
#store-section .special-section-wrapper .kr-store-row .service-items {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 5px;
    overflow: hidden;
    background: url('../assets/img/linear-gradient.png');
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: grid;
    place-items: center;
    padding-block: 20px;
    position: relative;
} */

.align-right {
    text-align: left;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

#store-section .special-section-wrapper .kr-store-row .service-items a {
    text-decoration: none;
}
#store-section
    .special-section-wrapper
    .kr-store-row
    .service-items
    .img-service {
    height: 314px;
    width: 314px;
    border-radius: 100%;
}
#store-section
    .special-section-wrapper
    .kr-store-row
    .service-items
    .img-service
    img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
    object-fit: cover;
}
#store-section
    .special-section-wrapper
    .kr-store-row
    .service-items
    .service-title {
    display: block;
}

#store-section
    .special-section-wrapper
    .kr-store-row
    .service-items
    .service-title
    h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: var(--inter-font-family);
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin: 0;
}

/* #store-section
    .special-section-wrapper {
        background-color: var(--brand-color);
        height: 100%;
        width: 100%;
        position: relative;
    }

    #store-section
    .special-section-wrapper::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('../assets/img/tstore-bg.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: .3;
    } */
/* end here store design  */

/* zoom meeting section desing goes here  */

#meeting-section {
    overflow: hidden;
    background: url("../assets/img/very-very-newbanner.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    position: relative;
}

.appointment__btn {
    position: absolute;
    left: 200px;
    top: 60%;
}

.mobile.appointment-anywhere-anytime {
    display: none;
}

.frame-img {
    position: absolute;
    top: 0;
    left: 0;
}

.frame-img-right {
    position: absolute;
    top: 0%;
    left: -100px;
}

.frame-img-left {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
}
.bg-frame-img {
    /* background: url("../assets/img/thank-bg.webp") ; */
    /* background-image: url("../assets/img/frame-1.jpg"), linear-gradient(0deg, rgba(255,221,179,1) 0%, rgba(255,235,212,1) 100%); */
    /* background-color: #fee1b7; */
    /* min-height: 548px; */
    /* background: linear-gradient(0deg, rgba(255,221,179,1) 0%, rgba(255,235,212,1) 100%); */

    background-color: var(--white-color);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    padding-block: 100px;
    position: relative;
    display: grid;
    /* place-content: center; */
    place-items: center;
}
.box-frame {
    position: relative;
    /* border: 4px solid #fff6f6a3; */
    border: 4px solid rgba(255, 221, 179, 1);
    border-radius: 20px;
    padding: 60px;
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    /* background: url("../assets/img/thank-bg.webp") ; */
    /* background-image: url("../assets/img/frame.jpg"); */
    /* background: linear-gradient(0deg, rgba(255,221,179,1) 0%, rgba(255,235,212,1) 100%); */
    z-index: 1;
    background: var(--white-color);
}

.corner-img-1 {
    position: absolute;
    bottom: -30px;
    left: -43px;
}
.corner-img-1 svg {
    transform: rotate(-90deg);
}

.corner-img-2 {
    position: absolute;
    top: -30px;
    left: -44px;
}
.corner-img-2 svg {
    transform: rotate(0deg);
}

.corner-img-3 {
    position: absolute;
    bottom: -30px;
    right: -43px;
}
.corner-img-3 svg {
    transform: rotate(180deg);
}

.corner-img-4 {
    position: absolute;
    top: -30px;
    right: -43px;
}
.corner-img-4 svg {
    transform: rotate(90deg);
}

/*
.box-frame .col-lg-6 {
    position: absolute;
    top: 50%;
    left: 50%;
} */
/*
.zoom-meet-content {
    width: 40%;
    position: absolute;
    top: -65px;
    left: 130px;
} */

.zoom-meet-content h3 {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    color: #333333;
    font-size: 30px;
    width: 80%;
}

.zoom-meet-content p {
    font-family: var(--inter-font-family);
    font-size: 22px;
    font-weight: 400;
    line-height: 26.46px;
    color: var(--black-color);
    margin-bottom: 20px;
}
.zoom-meet-content h4 {
    text-align: start;
    font-size: 35px;
    font-weight: 400;
}
.img-right-side {
    height: 276px;
    border-radius: 20px;
    border: 1px;
}
.img-right-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
    z-index: 1;
    position: relative;
}

.btn-appointent {
    padding: 16px 40px;
    background-color: var(--brand-color);
    color: var(--white-color);
    transition: all ease-in-out 0.4s;
    font-family: var(--inter-font-family);
    font-weight: 600;
    font-size: 15px;
}

.btn-appointent:hover {
    color: var(--brand-color);
    background-color: var(--main-color);
}

.bg-frame-img .meetting-icon {
    width: auto;
    height: 60px;
}
/* zoom meeting section desing end here  */

/* faq style goes here  */
.fag-wrapper {
    padding-block: 80px;
}
.faq-title p {
    font-family: var(--bilbo-swash-caps-font);
    font-size: 22px;
    font-weight: 400;
    line-height: 42.5px;
    text-align: center;
}

.faq-title h2 {
    margin-bottom: 1rem;
    font-family: var(--red-hat-family);
    font-size: 26.667px;
    font-weight: 700;
    color: #333333;
    text-align: center !important;
}
.faq-img img {
    width: 100%;
}
.fag-wrapper .accordion-item {
    border-inline: 0;
}
.fag-wrapper button {
    font-family: var(--inter-font-family);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    border: 0;
    background-color: transparent;
    color: var(--brand-color);
}

.fag-wrapper .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--brand-color);
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.fag-wrapper .accordion-button::after {
    background-image: none;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: initial;
    background: var(--brand-color);
    border-radius: 100px;
    font-weight: 12px;
    width: 22px;
    height: 22px;
    color: white;
    display: grid;
    place-content: center;
    place-items: center;
    font-size: 12px !important;
}

.fag-wrapper .accordion-button:not(.collapsed)::after {
    content: "\f068";
}

.fag-wrapper .accordion-button:focus {
    border-color: 0;
    box-shadow: initial;
}
.fag-wrapper .accordion-body {
    font-family: var(--inter-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
/* faq style end here  */

/* why us section style here  */
#why-us-section .our-story-wrapper {
    background-image: url(../assets/img/why-bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    padding-top: 80px;
}
.why-kr-box {
    padding-bottom: 80px;
}
.why-item {
    background: linear-gradient(
        118.61deg,
        rgba(62, 42, 57, 0.43) -1.39%,
        rgba(19, 19, 19, 0.43) 100%
    );
    height: 16.5625rem;
    display: grid;
    place-items: center;
    text-align: center;
    /* border-radius: 10px; */
    box-shadow: 0 6px 0 0 rgba(235, 174, 62, 1);
}
/* 
.why-item:hover {
    background-color: var(--brand-color);
} */

#why-us-section .our-story-wrapper .why-title h2 {
    color: var(--white-color);
    font-family: var(--inter-font-family);
    font-size: 50px;
    font-weight: 700;
    line-height: 56px;
}

#why-us-section .our-story-wrapper .why-title p {
    font-family: var(--inter-font-family);
    font-size: 22px;
    font-weight: 400;
    line-height: 30.12px;
    color: var(--white-color);
    margin-block: 14px;
}

#why-us-section .our-story-wrapper .why-item svg {
    margin-bottom: 10px;
}

.why-item svg path {
    stroke: var(--white-color);
    stroke-width: 3px;
}
#why-us-section .our-story-wrapper .why-item p {
    /* margin: 0; */
    font-family: var(--dm-sans-font);
    font-size: 24px;
    font-weight: 400;
    line-height: 31.25px;
    text-align: center;
    width: 247px;
}

.why-item:hover p {
    color: var(--main-color);
}

#why-us-section .our-story-wrapper .story-item img {
    height: 700px;
    width: 100%;
}

/* why us section style end  here  */

/* trip section style goes here  */

.night-day {
    background-color: var(--white-color);
    color: var(--brand-color);
    padding: 8px 14px;
    border-radius: 10px;
    /* border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; */
    display: inline-block;
    position: absolute;
    bottom: 170px;
    left: -85px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.night-day::after {
    content: "";
    box-shadow: 0px 6px 0 0 rgb(184 184 184);
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.night-day span {
    font-family: var(--inter-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 21.34px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.trip-tag {
    background-color: rgb(76 0 0 / 90%);
    color: var(--white-color);
    padding: 6px 20px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.kr-trip {
    padding-block: 110px;
    padding-bottom: 95px;
    /* background: var(--white-color); */

    overflow: hidden;
    position: relative;
}
.kr-trip::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url("https://images.pexels.com/photos/16451172/pexels-photo-16451172/free-photo-of-snow-in-mountains.png?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    opacity: 0.7;
}
.kr-trip .service-items,
.packages-slider .service-items {
    background-color: var(--white-color);
    overflow: hidden;
    position: relative;
}

.packages-slider .service-items {
    margin-block: 20px !important;
    box-shadow: 0px 0px 10px 0px #00000040;
    border-radius: 20px;
}

.kr-trip .service-items .img-service {
    height: 260px;
    overflow: hidden;
    /* border-radius: 20px; */
}
.kr-trip .service-items .img-service img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.8s;
    overflow: hidden;
}

.kr-trip .service-items .img-service:hover img {
    transform: scale(1.3);
}

.kr-trip .service-items .service-title {
    width: 100%;
    padding: 12px;
    background-color: var(--brand-color);
    height: 210px;
    /* box-shadow: 0 0 10px 0 rgb(76 0 0 / 90%); */
}

.kr-trip .service-items .service-title a {
    text-decoration: none;
}
.kr-trip .service-items .service-title h3 {
    font-family: var(--inter-font-family);
    font-size: 22px;
    font-weight: 400;
    line-height: 33.6px;
    color: var(--white-color);
}

.kr-trip .service-items .service-title p {
    font-family: var(--inter-font-family);
    font-size: 17px;
    font-weight: 500;
    line-height: 20.08px;
}

.kr-trip .service-items {
    margin: 0 10px;
    border-radius: 50px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}
.kr-trip .slick-list {
    margin: 0 -10px;
}

.kr-trip .slick-list {
    padding-left: 0px !important;
}

.trip-facility {
    margin: 20px 10px;
    border-top: 1px solid #e7e6e6;
    padding-top: 20px;
}

.trip-facility .d-flex {
    justify-content: space-between;
    align-items: end;
    text-align: center;
}
.trip-facility .d-flex .trip-facility-icon {
    display: grid;
    place-items: center;
}
.trip-facility .d-flex .trip-facility-icon img {
    width: 25px;
    height: auto;
}
.trip-facility .d-flex h5 {
    font-family: var(--inter-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 20.08px;
}

.right-part .cost {
    position: absolute;
    top: 170px;
    right: -110px;
    background-color: var(--white-color);
    color: var(--brand-color);
    padding: 8px 18px;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.right-part .cost::after {
    content: "";
    box-shadow: 0px 6px 0 0 rgb(184 184 184);
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.right-part .cost p {
    font-family: var(--inter-font-family);
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    white-space: nowrap;
    color: var(--brand-color);
}
.right-part .cost small {
    font-family: var(--inter-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 17.57px;
    color: #00000099;
    white-space: nowrap;
}

.right-part .cost .pp {
    color: #00000099;
    font-weight: 400;
}
.right-part .cost span {
    color: var(--black-color);
    margin-right: 15px;
}
.night-day .duration {
    font-family: var(--inter-font-family);
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    white-space: nowrap;
    color: var(--black-color);
}
.trip-feature-list ul li {
    font-family: var(--inter-font-family);
    font-size: 18px;
    /* font-weight: 700; */
    line-height: 22.59px;
    color: var(--black-color);
}

.itenerary .accordion-item {
    border: 0;
}

#nav-faq .accordion-item {
    border: 0;
}

.itenerary .accordion-button:not(.collapsed) {
    box-shadow: initial;
}

.f1-trip .trip-feature-list ul {
    padding: 0;
    padding-left: 15px;
}
.f1-trip .trip-feature-list ul li {
    font-size: 16px;
    padding-bottom: 10px;
}

.intro-text {
    display: flex;
    justify-content: space-between;
    margin-block: 14px;
}

.intro-text .duration {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #424242;
    display: block;
    position: relative;
    line-height: 1.2;
    width: 100%;
}

/* .calendar-svg svg {
    fill: rgba(51, 110, 203, .5);
} */
.calendar-svg svg path {
    stroke: var(--white-color);
    /* path: rgba(51, 110, 203, .5);; */
}
.right-part .calendar-svg svg path {
    stroke: var(--brand-color);
}
/* .duration:before {
    position: absolute;
    content: "\eaca";
    left: 0;
    top: 0;
    font-size: 1.25rem;
    font-family: icomoon;
    color: rgba(51, 110, 203, .5);
} */

.intro-text .duration b {
    display: block;
    font-size: 0.875rem;
    color: var(--white-color);
    font-weight: 500;
}

.intro-text .trip-rate {
    text-align: end;
}

.intro-text .trip-rate .rating {
    padding: 0 10px;
    color: #424242;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.intro-text .trip-rate .rating img {
    width: auto;
    height: auto;
}

.intro-text .trip-rate .rating {
    float: left;
    line-height: 1;
}

.intro-text .trip-rate .rating b {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    padding-top: 5px;
}

.price-rate {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    margin-top: 15px;
    position: relative;
    align-items: center;
}

/* .price-rate:before {
    position: absolute;
    content: "";
    left: -15px;
    right: -15px;
    top: 0;
    height: 1px;
    background-color: #d3191924;
} */

.price-rate .pack-price {
    color: #424242;
    line-height: 1;
}

.price-rate .pack-price span.normal {
    font-size: 1rem;
    color: var(--brand-color);
    line-height: 1.3;
}

.price-rate .pack-price span {
    font-weight: 400;
}

.price-rate .pack-price span.normal small {
    display: block;
    font-size: 0.875rem;
    color: var(--main-color);
}

.price-rate .pack-price span.normal b {
    font-weight: 500;
    color: var(--white-color);
    font-size: 1.3rem;
}
.price-rate .pack-price span.normal del {
    padding-left: 5px;
    font-size: 0.75rem;
    color: var(--main-color);
}

.pack-meta {
    margin-right: 15px;
}
.price-rate .pack-meta ul {
    padding: 0 0;
    margin: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price-rate .pack-meta ul > li {
    list-style: none;
    position: relative;
    padding: 0 0;
}

.price-rate .pack-meta ul > li svg path {
    fill: var(--main-color);
    font-size: calc(1.275rem + 0.3vw);
    font-size: 1.5rem;
}

.price-rate .pack-meta ul > li svg:hover path {
    fill: rgb(255 255 255 / 100%);
}

ul::after {
    display: block;
    clear: both;
    content: "";
}

.services {
    position: relative;
}
.services .features div {
    display: none;
}

.services .features:hover div {
    display: block;
}
.services .features div {
    border: 1px solid rgba(112, 112, 112, 0.9);
    background-color: var(--white-color);
    border-radius: 4px;
    padding-inline: 6px;
    position: absolute;
    white-space: nowrap;
    top: -25px;
    left: -19px;
}

.services .features .trip-services-child {
    left: -60px;
}

.services .features .last-child {
    left: -100px;
}

.single_trip .trip-rate {
    margin-block: 1rem;
    text-align: right;
}
.single_trip .trip-rate .rating {
    display: flex;
    justify-content: end;
    gap: 6px;
}

.single_trip .trip-rate .rating i {
    color: var(--main-color);
    font-size: 24px;
}
.single_trip .price-rate .pack-price span.normal b {
    color: var(--brand-color);
    font-weight: 700;
    font-family: var(--poppins-font-family);
}

.single_trip .price-rate .pack-price span.normal small {
    color: var(--black-color);
}
.single_trip .price-rate .pack-price span.normal del {
    color: var(--black-color);
}
.single_trip .price-rate .pack-meta ul > li svg path {
    fill: var(--black-color);
}

.single_trip a.btn.btn-brand {
    padding: 12px 26px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    background-color: transparent;
    border: 2px solid #000000de;
    color: #000000de !important;
    font-weight: 700;
}

.single_trip a.btn.btn-brand:hover {
    background: var(--brand-color);
    color: var(--white-color) !important;
    font-weight: 700;
    border: 2px solid var(--brand-color);
}

.f1-trip-btn svg path {
    fill: #000000de;
}
.f1-trip-btn:hover svg path {
    fill: var(--white-color);
}
/* end here trip section style  */

/* testimonials design goes here  */
.testimonials-wrapper {
    /* background-color: var(--partial-bg-color); */
    background: url("../assets/img/testimonial_default.webp") no-repeat center
        center;
    background-size: cover;
    padding-block: 80px;
}

.testi-box {
    height: 409px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 10px 0px #00000040;
    border-radius: 4px;
}
.testi-text-box .testi-rating i {
    color: var(--main-color);
}
.testi-title h2 {
    text-transform: uppercase;
    font-family: var(--inter-font-family);
    font-size: 40px;
    font-weight: 900;
    line-height: 50.2px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--brand-color);
    margin-block: 30px;
}
.texti-social {
    display: flex;
    gap: 8px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.texti-social i {
    background-color: var(--brand-color);
    color: var(--white-color);
    width: 32px;
    height: 32px;
    border-radius: 100px;
    display: grid;
    place-items: center;
}
.testi-img img {
    height: 73px !important;
    width: 73px !important;
    border-radius: 100px !important;
    object-fit: cover;
}
/* .testi-img img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 100px !important;
    object-fit: cover;
} */
.testi-details {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}
.testi-info h4 {
    margin: 0;
    color: var(--white-color);
    font-family: var(--inter-font-family);
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
}

.testi-info p {
    font-family: var(--poppins-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.circle-wrap-img {
    margin-bottom: -90px;
    display: grid;
    place-content: center;
}
.testimonials-wrapper .col-lg-7 .story-item {
    position: relative;
}
.comma {
    position: absolute;
    right: 50px;
    top: -10px;
}
.testimonials-slider .slick-prev {
    left: -3%;
}
.testimonials-slider .slick-next {
    right: -3%;
}

.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
    line-height: 0;
    width: 30px;
    height: 30px;
    box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.8);
}

.testimonials-slider .slick-prev:before {
    content: "\f053";
}
.testimonials-slider .slick-next:before {
    content: "\f054";
}

.testimonials-slider .slick-prev,
.testimonials-slider .slick-next,
.testimonials-slider .slick-prev:hover,
.testimonials-slider .slick-prev:focus,
.testimonials-slider .slick-next:hover,
.testimonials-slider .slick-next:focus {
    background-color: var(--partial-bg-color);
}

.testimonials-slider .slick-prev:before,
.testimonials-slider .slick-next:before {
    color: var(--brand-color);
    font-size: 14px;
}

.testimonials-wrapper .image-1 {
    height: 104px;
    width: 104px;
    position: absolute;
    top: 8%;
    right: 50%;
}

.testimonials-wrapper .image-2 {
    height: 71px;
    width: 71px;
    position: absolute;
    top: 20px;
    right: 20%;
}
.testimonials-wrapper .image-3 {
    width: 85px;
    height: 85px;
    position: absolute;
    bottom: 10%;
    right: 5%;
}
.testimonials-wrapper .image-1 img,
.testimonials-wrapper .image-2 img,
.testimonials-wrapper .image-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.testimonials-wrapper .testi-right-wrapper {
    position: relative;
}
.testimonials-wrapper .testi-right-wrapper .testimonial-bg,
.testimonial_steps .testi-right-wrapper .testimonial-bg {
    position: absolute;
    top: 0;
    opacity: 0.1;
}
.testimonials-wrapper .testi-right-wrapper .testimonial-bg img,
.testimonial_steps .testi-right-wrapper .testimonial-bg img {
    width: 100%;
    height: 485px;
    animation: spin 40s linear infinite;
    transition: all ease-in-out 0.3s;
}

.testimonials-wrapper .testi-left-wrapper .testimonial-bg,
.testimonial_steps .testi-left-wrapper .testimonial-bg {
    background: url("./../assets/img/testi-frame-bg.png");
    background-repeat: no-repeat;
    background-color: white;
    height: 658px;
    background-position: center;
    padding: 40px;
    position: relative;
}
.testimonial_steps .testimonials-slider {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.testimonials-wrapper .testi-right-wrapper .story-left-content {
    position: relative;
    z-index: 1;
}

.testi-left-wrapper .story-item .testimonial-bg .texti-circle-img {
    width: 179px;
    height: 179px;
    border: 10px solid #480001;
    /* border-image: linear-gradient(180deg, #480001 0%, #FFFFFF 100%); */
    /* border-image-slice: 1; */
    border-radius: 100px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.testi-left-wrapper .story-item .testimonial-bg .texti-circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.testi-text-box {
    background-color: var(--brand-color);
    border: 9px solid var(--white-color);
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 50px;
    /* text-align: justify; */
}
.testi-text-box p {
    font-family: var(--inter-font-family);
    font-size: 18px;
    font-weight: 500;
    line-height: 25.1px;
    /* letter-spacing: -0.02em; */
    text-align: center;
    color: var(--white-color);
    margin-top: 15px;
}

/* testimonials design end here  */

/* newsletter style start from here  */
/* .newsletter-wrapper {
    background: #fffaf3;
    padding-block: 80px;
} */
.newsletter-content {
    padding: 12px;
    background: #1a000a;
    border-radius: 10px;
    margin-block: 3.5rem;
}

#subscribeEmailError {
    margin: 0;
}
.newsletter-wrapper .newsletter-content h3 {
    font-family: var(--inter-font-family);
    font-size: 25px;
    font-weight: 600;
    line-height: 33.32px;
    color: var(--white-color);
}
.newsletter-img {
    height: 188px;
    width: 188px;
}
.newsletter-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.subs-btn {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.newsletter-form input {
    border-radius: 0px;
    /* border: 1px solid var(--black-color); */
    /* padding-block: 14px;
    padding-inline: 30px; */
}

.newsletter-form input:focus {
    box-shadow: initial;
    border-color: initial;
}
.newsletter-form .subs-btn .btn-subscribe {
    background-color: var(--main-color);
    color: var(--brand-color);
    border-radius: 0px;
    /* padding-inline: 30px; */
    font-family: var(--inter-font-family);
    font-weight: 600;
    cursor: pointer;
}
/* newsletter style end here  */

/* footer style comes here  */
.bg-footer {
    background: url("./../assets/img/footer-bg.png");
    /* background-color: var(--brand-color); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 120px;
}

.bg-footer .container {
    position: relative;
    z-index: 1;
}
.footer-item {
    position: relative;
    z-index: 1;
}
.footer-item p {
    font-family: var(--inter-font-family);
    font-size: 15px;
    font-weight: 300;
    line-height: 20.83px;
    text-align: left;
    color: var(--white-color);
    letter-spacing: 0.05rem;
}

.footer-item h2 {
    font-family: var(--inter-font-family);
    font-size: 20px;
    font-weight: 700;
    line-height: 26.04px;
    text-align: left;
    color: var(--white-color);
    white-space: nowrap;
    margin-bottom: 25px;
}
.footer-item {
    text-align: left;
}

.footer-item ul {
    margin: 0;
    padding: 0;
}
.footer-item ul li {
    list-style: none;
    color: var(--white-color);
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 12px;
}

.footer-item ul li i.fa.fa-chevron-right {
    margin-right: 10px;
    font-size: 10px;
}
.footer-item ul li a {
    color: var(--white-color);
    text-decoration: none;
    font-family: var(--inter-font-family);
    font-size: 15px;
    letter-spacing: 0.05rem;
    font-weight: 300;
}

.footer-item ul li:hover a {
    text-decoration: underline;
    color: var(--main-color);
}
.logo-part {
    width: 20%;
}
.content-part {
    width: 75%;
}

.footer-bg-1 {
    height: 382px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    /* transform: rotate(-60deg); */
    overflow: hidden;
}

.footer-bg-2 img {
    width: 350px;
    height: 350px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6%;
    opacity: 0.2;
    animation: spin 40s linear infinite;
    transition: all ease-in-out 0.3s;
}
.footer-bg-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-copyright {
    color: var(--white-color);
    position: relative;
    z-index: 1;
    border-top: 1px solid var(--white-color);
    padding-block: 13px;
    margin-top: 23px;
}
.social-media-icons {
    gap: 15px;
}
.social-media-icons li {
    list-style: none;
}
.social-media-icons li a {
    color: var(--white-color);
}

/* footer style end here  */

/* trip and tour start from here  */

.trip-tour-package .packages-content .packages-img img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.trip-tour-package .packages-content .packages-img {
    position: relative;
}
.trip-tour-package .packages-content .price-cat {
    margin: 0;
    font-size: 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.48);
    padding: 12px 16px 12px 22px;
    z-index: 2;
    font-size: 20px;
    color: var(--white-color);
}

.trip-tour-package .tripcat-description {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.package-duration-info {
    background: transparent;
    color: #253d52;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #cfcfcf;
    width: fit-content;
    border-radius: 24px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.trip-tour-package .tripcat-description span div i {
    color: #ff9800;
    font-size: 12px;
    margin-right: 3px;
}
.trip-tour-package .tripcat-description a {
    text-decoration: none;
}
.trip-tour-package .tripcat-description h4 {
    margin: 0;
    color: var(--black-color);
    font-size: 20px;
    padding-bottom: 20px;
}

.tripcat-description .tripcat-price {
    display: flex;
    justify-content: space-between;
}

.package-cat-buttons {
    padding-top: 20px;
    padding-bottom: 5px;
}
.package-cat-buttons ul {
    display: flex;
    gap: 10px;
    padding: 0;
}
.package-cat-buttons li {
    list-style: none;
}
.package-cat-buttons li a {
    padding: 6px 20px;
    border-radius: 22px;
}

.btn--primary {
    background: linear-gradient(45deg, #0b0b0b 0%, #0b0b0b 100%);
    border-radius: 5px;
    color: #fff;
}
/* .btn-main {
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 700;
    transition: background-color 0.3s linear;
} */
.btn--pacakage {
    background-color: transparent;
    border-radius: 5px;
    color: #767676;
    border: 1px solid #767676;
}

.btn--pacakage:hover,
.btn--primary:hover {
    background-color: var(--black-color);
    color: #ffffff;
}

.tripcat-description {
    padding: 20px;
    border: 1px solid #eaeaea;
}

.breadcrumbs-bg-color {
    background: #e3e3e3;
}
.breadcrumbs-bg-color .breadcrumbs {
    width: 80%;
    margin: 0 auto;
    display: flex;
    gap: 3px;
    padding: 5px 0px;
}
.breadcrumbs-bg-color .breadcrumbs a {
    color: #000;
}
.breadcrumbs-bg-color .breadcrumbs a .fa-house {
    font-size: 12px;
    color: #000;
    padding-right: 10px;
}
.breadcrumbs-bg-color .breadcrumbs .hoverable {
    transition: 0.3s ease;
}
.breadcrumbs-bg-color .breadcrumbs .hoverable:hover {
    text-decoration: underline;
}
.breadcrumbs-bg-color .breadcrumbs .color-change {
    color: var(--brand-color);
}

.trip-container .tour-name h1 {
    margin-top: 15px;
    font-size: 26px;
    font-weight: 600;
    color: var(--brand-color);
    font-family: var(--inter-font-family);
}
.trip-container .tour-name .book-btn {
    padding: 5px;
    font-size: 10px;
}
.trip-container .details {
    padding: 0px 10px;
    justify-content: flex-start;
    /* margin: .8rem 0; */
    font-family: var(--poppins-font-family);
}

.slider-section .trip-details-slider .slider-image {
    height: 500px !important;
}
.slider-section .trip-details-slider .slider-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}
.trip-container .details .rating {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: start;
}

.trip-container .slider-section {
    border-radius: 6px;
    overflow: hidden;
}
.trip-container .slider-section .slider,
.trip-container .slider-section .trip-detail {
    width: 100%;
}
.trip-container .trip-info {
    flex-wrap: wrap;
    padding: 10px;
    gap: 0px;
}
.trip-container .trip-info .info {
    width: 100%;
    margin-top: 0px;
    padding-right: 0px;
}
.trip-container .trip-info .info p {
    margin: 0;
    font-family: var(--inter-font-family);
}
.trip-container .trip-info .contact-form {
    padding: 10px;
}
.trip-container .trip-steps {
    flex-wrap: wrap-reverse;
    padding: 10px !important;
}
.trip-container .trip-steps .right {
    width: 100%;
    margin-left: 0px;
}
.trip-container .trip-steps .left {
    width: 100%;
    margin-top: 20px;
}
.trip-container .trip-steps .left h2 {
    font-size: 18px;
}
.trip-container .trip-steps .left .points ul li {
    font-size: 12px;
    margin-left: 30px;
}
.trip-container .rules {
    padding: 10px;
}
.trip-container .trip-table {
    padding: 10px;
}
.trip-container .trip-table .notes ul {
    padding-left: 20px !important;
}
.trip-container .trip-glimpse {
    padding: 10px;
}
.trip-container .trip-glimpse .pointers ul {
    padding-left: 20px;
}
.trip-container .trip-price {
    padding: 10px;
}
.trip-container .trip-price .price-table {
    width: 100%;
}
.trip-container .trip-brief {
    padding: 10px;
}
.trip-container .trip-route {
    padding: 10px;
}
.trip-container .trip-facts {
    padding: 10px;
}
.trip-container .trip-facts .facts-table {
    width: 100%;
}
.trip-container .itenary-brief {
    padding: 10px;
}
.trip-container .itenary-note {
    padding: 10px;
}
.trip-container .itenary-detail-main {
    padding: 10px;
}
.trip-container .trip-package {
    padding: 10px;
}
.trip-container .trip-package h3 {
    width: 100%;
}
.trip-container .major-highlights {
    padding: 10px;
}
.trip-container .other-popular {
    padding: 10px;
}
.trip-container .best-season {
    padding: 10px;
}
.trip-container .preparation {
    padding: 10px;
}
.trip-container .preparation ul {
    padding-left: 30px;
}
.trip-container .details-review .to-do-things .review-bg {
    padding: 10px;
}
.trip-container .similar-trips {
    padding: 10px;
}

.trip-container .similar-trips .service-title {
    background-color: var(--brand-color);
}

.trip-detail .price {
    text-align: center;
    padding: 35px 0 40px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 0.5px solid #bbb;
}

.trip-detail .price .price-amt {
    font-weight: 500;
    font-size: 40px;
    font-family: var(--inter-font-family);
}

.trip-detail .price .price-amt {
    text-align: center;
    color: var(--black-color);
}

.trip-detail .price .price-amt a {
    text-decoration: none;
}

.trip-detail .book-btn:hover {
    color: var(--main-color);
}
.trip-detail .price .price-pax {
    font-size: 18px;
    font-family: var(--inter-font-family);
}

.trip-social-icon {
    color: var(--white-color);
    margin-bottom: 1rem;
}
.trip-social-icon:hover {
    color: var(--main-color);
}
.trip-social-icon i {
    font-size: 16px;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    background-color: var(--brand-color);
    display: grid;
    place-items: center;
}

.trip-detail .price .price-pax {
    text-align: center;
    color: var(--black-color);
    margin-bottom: 1rem;
}
.trip-detail .price .price-pax i.fa-star {
    color: var(--main-color);
}
.book-btn {
    padding: 10px 12px;
    border-radius: 5px;
    /* background-color: var(--brand-color); */
    background: rgb(72, 0, 1);
    background: linear-gradient(
        180deg,
        rgba(72, 0, 1, 1) 0%,
        rgba(72, 0, 1, 0.804359243697479) 100%
    );
    /* border: 1px solid transparent; */
    font-size: 14px;
    color: var(--white-color);
    font-weight: 600;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.trip-detail .trip-text {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-top: 30px;
    border-radius: 5px;
    border: 1px solid #bbb;
}

.trip-detail .book-btn {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid transparent;
    text-align: center;
}

.trip-detail .trip-text h1 {
    font-size: 22px;
    padding: 10px 0px;
    font-weight: 700;
    font-family: var(--inter-font-family);
}

.trip-detail .trip-text p {
    border-bottom: 1px solid grey;
    padding: 5px 0px;
    font-size: 14px;
    margin: 0;
    font-family: var(--inter-font-family);
}

.trip-detail .trip-text p:hover {
    background-color: #ffffee;
}

.contact-form {
    border: 1px solid #bbb;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 11px 26px 0px rgba(0, 0, 0, 0.29);
}

.trip-container .contact-form .form-heading {
    background-color: var(--brand-color);
    color: #fff;
    text-align: center;
    padding-block: 4px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.trip-container .contact-form .form-heading h3 {
    font-family: var(--inter-font-family);
    margin: 0;
}
.form-btn {
    width: 100px;
    font-size: 13px;
    background-color: var(--brand-color);
    border: none;
    padding: 5px;
    color: #fff;
    border-radius: 4px;
    font-weight: 800;
    text-align: center;
}

.sticky {
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.sticky .nav.nav-tabs .nav-link {
    padding: 0.3rem 1rem;
}

#nav-useful_tip {
    font-size: 18px;
}
#nav-Inclusion ul li {
    position: relative;
    margin-left: 1.7rem;
    margin-bottom: 1rem;
    font-size: 18px;
}
.inclusion ul li:after {
    content: "✓";
    position: absolute;
    left: -26px;
    top: 2px;
    color: var(--white-color);
    background: var(--brand-color);
    border-radius: 100%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 10px;
    display: grid;
    place-content: center;
    font-weight: 600;
}
.exclusion ul li:after {
    content: "✖";
    position: absolute;
    left: -26px;
    top: 2px;
    color: var(--white-color);
    background: var(--brand-color);
    border-radius: 100%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 10px;
    display: grid;
    place-content: center;
}

.timeline-circle {
    position: absolute;
    top: 20px;
    left: -42px;
    background-color: var(--brand-color);
    color: var(--white-color);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 1;
}

.timeline-line {
    position: absolute;
    left: -30px;
    top: 35px;
    width: 2px;
    height: calc(100% - 15px);
    background-color: lightgray;
    z-index: 0;
}
.timeline-line.last-line {
    display: none;
}

#nav-tabContent {
    padding-left: 50px;
}

#nav-tabContent .accordion-button {
    font-weight: 600 !important;
    font-size: 17px !important;
    color: var(--brand-color);
    box-shadow: initial;
}

.accordion-button:focus {
    border-color: var(--main-color);
    box-shadow: initial !important;
}

.accordion-button:not(.collapsed) {
    background-color: var(--blue-color);
    /* color: #fff !important; */
}

.accordion-button:not(.collapsed)::after {
    content: "\2212";
    background-image: none !important;
    transform: initial;
}

.accordion-button::after {
    content: "\002B";
    background-image: none !important;
    transform: initial;
    font-size: 26px;
    line-height: 26px;
}

.has-submenu .d-flex.justify-content-between .dropdown__item {
    color: var(--black-color);
}
.dropdown-menu li:hover .d-flex.justify-content-between .dropdown__item {
    color: var(--white-color);
}
.sticky-top {
    top: -1px !important;
}

.man-of-the-day {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100px;
}
.man-of-the-day img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}
.text-right {
    text-align: right;
}
.inquery-btn {
    background: transparent;
    border: 1px solid #e9e9e9;
    padding: 12px !important;
}
.inquery-btn:hover {
    background: var(--brand-color);
    color: var(--white-color);
    border: 1px solid var(--brand-color);
}
.header-get-info li {
    margin-right: 1rem;
}
.header-get-info p {
    font-size: 13px;
    margin-bottom: 4px;
    color: var(--black-color);
}
.header-get-info i {
    font-size: 20px;
}
.header-get-info .fa-whatsapp {
    color: #45c556;
}

.header-get-info .fa-viber {
    color: #7e57c2;
}
.header-get-info .button {
    display: flex;
    gap: 3px;
}
.header-get-info .button span i {
    background: var(--brand-color);
    color: var(--white-color);
    height: 24px;
    width: 24px;
    border-radius: 100px;
    font-size: 15px;
    display: grid;
    place-items: center;
}

.singlepage-heading h1 {
    padding: 1.6rem 0;
    font-size: 24px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--brand-color);
    font-family: var(--inter-font-family);
}

.common-jump {
    scroll-margin-top: 5rem;
}

.rightsidebar-sticky {
    position: sticky;
    top: 80px;
}

.form-control:focus,
.form-select:focus {
    border: 1px solid var(--brand-color);
    box-shadow: initial;
}

.sticky-nav.sticky .nav.nav-tabs {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
}

.sticky-nav.sticky .nav.nav-tabs:hover {
    overflow-x: auto;
}

.sticky-nav.sticky .nav.nav-tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.sticky-nav.sticky .nav.nav-tabs:hover::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.sticky-nav.sticky .nav.nav-tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sticky-nav.sticky .nav.nav-tabs::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.sticky-nav.sticky .nav.nav-tabs::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.sticky-nav.sticky .nav.nav-tabs {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

.sticky-nav.sticky .nav.nav-tabs:hover {
    scrollbar-color: #888 #f1f1f1;
}
.nav-tabs .nav-link {
    color: var(--brand-color);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: var(--brand-color);
    color: #fff;
    position: relative;
}
.singlepage-heading h1 {
    padding: 1.6rem 0;
    font-size: 28px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--brand-color);
    font-family: var(--inter-font-family);
    font-weight: 600;
}

.packages-slider img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.packages-slider .slick-prev {
    left: -50px;
}
.packages-slider .slick-next {
    right: -50px;
}

.packages-slider .slick-prev:before {
    content: "\f053";
}
.packages-slider .slick-next:before {
    content: "\f054";
}

.packages-slider .slick-prev,
.packages-slider .slick-next,
.packages-slider .slick-prev:hover,
.packages-slider .slick-prev:focus,
.packages-slider .slick-next:hover,
.packages-slider .slick-next:focus {
    background-color: transparent;
}

.packages-slider .slick-prev:before,
.packages-slider .slick-next:before {
    color: var(--brand-color);
}

.packages-slider .slick-slide {
    margin: 0 10px;
}
.packages-slider .slick-list {
    margin: 0 -10px;
}

.box-shadow-hover:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.box-shadow-hover {
    transition: all ease-in 0.3s;
    padding: 1rem;
    margin: 1rem 0;
}

.box-shadow-hover h2 {
    font-size: 22px;
    color: var(--brand-color);
    font-weight: 600;
    font-family: var(--inter-font-family);
}

.review__content h4 {
    font-family: var(--dm-sans-font);
    text-transform: capitalize;
    font-size: 23px;
}
.trip-container .similar-trips h3 {
    font-family: var(--inter-font-family);
    font-size: 30px;
    font-weight: 400;
    line-height: 33.6px;
    color: var(--white-color);
}

.trip-container .similar-trips p {
    font-family: var(--inter-font-family);
    font-size: 17px;
    font-weight: 500;
    line-height: 20.08px;
    color: var(--black-color);
}

.package-img::after {
    opacity: 1;
    transition: all ease-in-out 1s;
}

.package-img:hover::after {
    background-color: var(--black-color);
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}
@media (max-width: 1440px) {
    .sticky .nav.nav-tabs {
        width: 1320px;
        margin: 0 auto;
    }
}

/* end here for trip and tour section  */
/* common banner here  */
.common-banner-bg {
    background-color: var(--main-color);
    position: relative;
    overflow: hidden;
}

.common-banner-bg img {
    width: 100%;
    /* height: 567.312px; */
    object-fit: cover;
}

.common-banner-bg .slick-prev:before {
    content: "\f053";
}
.common-banner-bg .slick-next:before {
    content: "\f054";
}

.common-banner-bg .slick-prev,
.common-banner-bg .slick-next,
.common-banner-bg .slick-prev:hover,
.common-banner-bg .slick-prev:focus,
.common-banner-bg .slick-next:hover,
.common-banner-bg .slick-next:focus {
    background-color: #333;
}

.common-banner-bg .slick-prev:before,
.common-banner-bg .slick-next:before {
    color: var(--white-color);
}
.common-banner-bg .banner-title {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.common-banner-bg .banner-title h2 {
    text-align: center;
    color: var(--white-color);
    font-family: var(--playfairdisplay-font);
    font-size: 60px;
    font-weight: 600;
    line-height: 64px;
    text-shadow: 2px 2px rgba(56, 0, 0, 0.356);
    /* letter-spacing: -0.02em; */
}
/* end here common banner  */
/* blog page  */

.first-blog {
    background: #fdf8f4;
    padding-block: 80px;
}
.blog-title h2 {
    font-family: var(--inter-font-family);
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 1.4rem;
    color: var(--black-color);
}

.blog-v-item {
    height: 722px;
    border: 1px solid var(--partial-bg-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--white-color);
}
.blog-v-item a {
    color: var(--black-color);
    text-decoration: none;
}

.blog-v-item .blog-lg-img {
    height: 504px;
    overflow: hidden;
}

.blog-v-item .blog-lg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
}

.blog-v-item .blog-lg-img:hover img {
    transform: scale(1.05);
}

.blog-h-item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
}

.blog-h-item .items {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    background-color: var(--white-color);
}

.blog-h-item .items .blog-sm-img {
    height: 220px;
    width: 100%;
    overflow: hidden;
}
.blog-h-item .items .blog-sm-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: all ease-in-out 0.4s;
}

.blog-h-item .items .blog-sm-img:hover img {
    transform: scale(1.09);
}

.blog-details {
    padding: 20px;
    width: 100%;
}
.blog-details > div.d-flex {
    gap: 12px;
}
.blog-details h4 {
    margin: 0;
    font-family: var(--dm-sans-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 26.04px;
    margin-top: 20px;
    color: var(--black-color);
}

.blog-details p {
    font-size: 17px;
    color: var(--black-color);
}
.blog-details li {
    font-family: var(--inter-font-family);
    font-size: 13px;
    font-weight: 400;
    line-height: 23.44px;
    color: var(--black-color);
}
.blog-details h3 {
    font-family: var(--inter-font-family);
    font-size: 24px;
    font-weight: 600;
    line-height: 30.46px;
    margin-top: 10px;
    color: var(--black-color);
}

.nd-blog,
.detail-blog-wrapper {
    padding-block: 80px;
}
.blog-slider .blog-item {
    height: 478px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    overflow: hidden;
}
.blog-slider .blog-img {
    height: 312px;
    overflow: hidden;
}

.blog-slider .blog-img img {
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}

.blog-slider .blog-img:hover img {
    transform: scale(1.08);
}

.blog-slider .blog-details h3 {
    font-family: var(--dm-sans-font);
    font-size: 24px;
    font-weight: 600;
    line-height: 30.46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-block: 14px;
}

.blog-slider .slick-prev:before {
    content: "\f053";
}
.blog-slider .slick-next:before {
    content: "\f054";
}

.blog-slider .slick-prev,
.blog-slider .slick-next,
.blog-slider .slick-prev:hover,
.blog-slider .slick-prev:focus,
.blog-slider .slick-next:hover,
.blog-slider .slick-next:focus {
    background-color: transparent;
}

.blog-slider .slick-prev:before,
.blog-slider .slick-next:before {
    color: var(--brand-color);
}

.blog-slider .slick-slide {
    margin: 0 20px;
}
.blog-slider .slick-list {
    margin: 0 -20px;
}

.blog-slider .slick-prev,
.blog-slider .slick-next {
    top: initial;
    bottom: -70px;
}

.blog-slider .slick-dots {
    bottom: -70px;
}
.blog-slider .slick-dots li {
    width: 30px;
    height: 30px;
}
.blog-slider .slick-dots li button:before {
    width: 18px;
    height: 18px;
}

.blog-slider .slick-dots li.slick-active button:before {
    background: var(--brand-color);
    height: 20px;
    width: 20px;
}

.blog-slider .slick-dots li button:before {
    background-color: var(--main-color);
}

.blog-details-img {
    height: 400px;
    border-radius: 6px;
    overflow: hidden;
}
.blog-details-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-details .description {
    font-family: var(--inter-font-family);
    font-size: 20px;
    font-weight: 400;
    line-height: 26.04px;
    text-align: justified;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

/* end here blog page  */

/* checkout design goes here  */
.box-shadow-sm {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    border-radius: 8px;
}

.my-checkout h2 {
    font-size: 22px;
}
/* end here checkout desging here  */

/* trip booking style goes here  */
.form_page_col {
    /* background-color: #ffffff; */
    padding: 60px 30px;
    /* border-radius: 8px; */
}
.bg-shadow {
    box-shadow: 0 0 10px 0 rgba(3, 3, 3, 0.6);
    position: relative;
    z-index: 11;
    background: white;
    border-radius: 20px;
    margin: -110px auto 2rem;
    width: 956px;
}

.form_page_col h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    text-align: center;
    color: var(--black-color);
}

/* .booking-page-head h3::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 3px;
    background-color: var(--brand-color);
    height: 100%;
} */

.form_page_col p {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 10px;
}

.booking-page-head {
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.form-group_list h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--black-color);
}
.booking-date {
    margin-top: 15px;
    text-align: center;
}
.form_page_col .booking-date {
    font-size: 20px;
    text-align: right;
    border-bottom: 2px solid #d3d3d3;
}

.booking-date span {
    display: inline-block;
}

.booking-date i {
    font-size: 20px;
    vertical-align: middle;
}

.booking-date b {
    color: var(--primary-color);
}

.form-group_list label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
    display: block;
}

.form-group_list .form-group {
    margin-bottom: 15px;
}

.terms-radio {
    display: flex;
    align-items: center;
    gap: 5px;
}
.form_page_col .form-group label {
    font-weight: 500;
    color: var(--black-color);
}
.terms-radio label {
    margin: 0;
}
.terms-radio a {
    text-decoration: none;
    color: var(--black-color);
}

.books-btns {
    margin-top: 20px;
}

.books-btns button {
    background: var(--brand-color);
    border: none;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
    line-height: normal;
    /* border-radius: 30px; */
    letter-spacing: 0.3px;
    transition: var(--transition);
    width: 100%;
    text-align: center;
}

/* trip booking style end here  */

/* gem section style goes from here  */
.gem-img {
    height: 460px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.gem-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}

.gem-img:hover img {
    transform: scale(1.1);
}

.gem-img::after {
    background: rgb(0, 0, 0);
    opacity: 0.6;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.5s;
}

.gem-img:hover:after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.99), transparent);
}
.gem-title {
    text-align: center;
}
.gem-title h3 {
    font-family: var(--red-hat-family);
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    color: var(--white-color);
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
}

.gem-item:hover .gem-title h3 {
    color: var(--main-color);
}
/* end here gem section style  */

/* service details page design  */
.details-service-img {
    height: 450px;
}
.details-service-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.service-sticky {
    top: 150px;
    position: sticky;
}
.service-right-details {
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.125); */
    border: 1px solid #ebebeb;
    padding: 2.8125rem 2.8125rem;
    margin-bottom: 20px;
}

.service-right-details .form-control:focus {
    color: var(--black-color) !important;
}

.service-right-details h4 {
    font-family: var(--inter-font-family);
    color: #636363;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.service-right-details span.price {
    font-weight: 700;
    font-size: 30px;
    font-family: var(--red-hat-family);
    color: var(--brand-color);
}
.service-right-details .rating span {
    font-family: var(--inter-font-family);
    font-size: 15px;
}
.service-right-details ul {
    text-align: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.service-right-details ul li a {
    color: var(--black-color);
}
.service-detail-wrapper .fag-wrapper h4,
.service-detail-wrapper .fag-wrapper p {
    text-align: left;
}

/* end here service dettail page  */

/* login style here  */
.login-with {
    position: relative;
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    background-color: var(--white-color);
    padding-block: 30px;
}
.login-with::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background-color: var(--brand-color);
    width: 25%;
    height: 3px;
}

.login-with::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background-color: var(--brand-color);
    width: 25%;
    height: 3px;
}
.login-box-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
}

.login-img-wrapper {
    max-height: 370px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
}

.login-img-wrapper .slick-slide img {
    height: 535px;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
}

.register-wrapper .slick-slide img {
    height: 708px;
}

.login-img-wrapper .slick-dots li.slick-active button:before {
    background-color: var(--brand-color);
}

.login-img-wrapper .slick-dots li button:before {
    background-color: var(--main-color);
}
/* login styel end her  */

.form-check-input:focus {
    box-shadow: initial;
}

.kundali-indivial-info p,
.kundali-indivial-info h3 {
    margin: 0;
    text-align: center;
}

/* customer dashboard style here goes  */

.customer-info {
    padding-block: 80px;
}

.customer-info .banner-title.text-center h2 {
    font-size: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}


.profile-img {
    height: 110px;
    width: 110px;
    /* border-radius: 100px; */
    margin: auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.profile-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.profile-tab {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.125);
    padding: 30px;
}

.profile-tab .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: transparent;
    border-bottom: 1px solid var(--brand-color);
    border-radius: 30px;
    color: var(--brand-color);
}

.profile-tab .nav-pills .nav-link {
    color: var(--black-color);
}

.profile-title h2 {
    position: relative;
    padding-left: 10px;
    font-size: 22px;
}
.profile-title h2::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: var(--brand-color);
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit;
}
.history-product-img {
    width: 60px;
    height: 60px;
}

.history-product-img img {
    width: 100%;
    height: 100%;
}

/* customer dashboard style here end  */

/* astrologer section sttyle goes here  */

.astrologe-wrapper {
    padding-bottom: 80px;
}

.astrologers-title h2 {
    margin-bottom: 20px;
}
.astrologers {
    border: 1px solid var(--light-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.125);
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}
.astrologers a {
    color: inherit;
    text-decoration: none;
}
.astrologer-box {
    overflow: hidden;
    background-color: #555;
    background: url("https://images.pexels.com/photos/6806400/pexels-photo-6806400.jpeg?auto=compress&cs=tinysrgb&w=600");
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    position: relative;
}

.astrologer-box .astro-logo-img {
    height: 55px;
    width: 55px;
    border-radius: 100px;
    overflow: hidden;
    position: absolute;
    top: -30px;
    left: 15px;
}
.astrologer-box .astro-logo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.astrologer-box .astrologer-detail-wrap {
    padding: 40px 20px 15px;
    background-color: var(--white-color);
    position: absolute;
    width: 100%;
    top: auto !important;
    bottom: 0px;
    transform: translateY(calc(100% - 90px));
    transition: all 0.3s;
}
.astrologer-box:hover .astrologer-detail-wrap {
    transform: translateZ(0);
}

.astrologer-box .astrologer-detail-wrap .astro-details h2 {
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 4px;
}
.astrologer-box .astrologer-detail-wrap .astro-details p {
    color: #7e7e89;
    font-weight: 400;
    line-height: 20px;
    max-height: 36px;
    overflow: hidden;
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 10px;
}

.get_into {
    background-color: var(--white-color);
    padding: 10px;
}
.get_into h6 {
    color: #242429;
    font-size: 14px;
    text-overflow: ellipsis;
    font-weight: 400;
    overflow: hidden;
    margin: 0;
}
.get_into i {
    background-color: var(--brand-color);
    height: 30px;
    width: 30px;
    border-radius: 100px;
    display: grid;
    place-items: center;
    font-size: 12px;
    line-height: 12px;
    color: var(--white-color);
}

.get_into .quick-view i,
.get_into .heart i {
    background-color: var(--light-color);
    color: var(--black-color);
}

.details-customer-img {
    width: 150px;
    height: 150px;
    position: relative;
}

.details-customer-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: all ease-in-out 0.4s;
    position: relative;
    padding: 10px;
}
.details-customer-img::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    content: "";
    border: 3px dashed var(--brand-color);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.astrologers:hover .details-customer-img::after {
    animation: spin 6s linear infinite;
}

/*
.details-customer-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 150px;
    border-radius: 100px;
    height: 150px;
    background-color: var(--brand-color);
    opacity: .7;
    z-index: -1;
    animation: imgrotate 3s infinite;
} */
/*
@keyframes imgrotate {
    0% {
        top: -10px;
        transform: rotate(0deg);
    }
    25% {
        top: -10px;
        transform: rotate(90deg);
    }
    50% {
        left: -10px;
        transform: rotate(180deg);
    }
    75% {
        left: -10px;
        transform: rotate(270deg);
    }
    100% {
        bottom: 10px;
        transform: rotate(360deg);
    }
} */

.astro-details-name-title h2 {
    font-size: 26px;
    font-weight: 600;
}

.astro-details-name-title .btn-brand {
    text-transform: capitalize;
}
.astro-details-name-title .btn-brand:hover {
    color: var(--main-color);
}

.astrologers .description {
    font-family: var(--dm-sans-font);
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
}

.btn-slut {
    border: 1px dashed var(--brand-color);
    color: var(--brand-color);
}

.btn-slut.booked {
    background-color: var(--brand-color);
    opacity: 0.5;
}
.btn-slut.active {
    background-color: var(--brand-color);
    color: var(--white-color);
}

.astrologers .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: transparent;
    border-bottom: 1px solid var(--brand-color);
    border-radius: 10px;
    color: var(--brand-color);
    font-weight: 500;
}
.astrologers .nav-pills .nav-link {
    color: var(--black-color);
}

.slot-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.btn-border-radius {
    border-radius: 50px;
}
/* astrologer section sttyle end here  */

/* category product page style goes here  */

.product-stamp {
    position: absolute;
    top: 10px;
    left: 10px;
}
.discounted-price {
    background-color: var(--main-color);
}
.product-bookmark {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--main-color);
    height: 32px;
    width: 32px;
    display: grid;
    place-items: center;
    font-size: 16px;
    line-height: 16px;
    border-radius: 50%;
}

.product-bookmark i {
    color: var(--white-color);
}

.social-media,
.share-options {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all ease-in-out 0.4s;
}

.btn-brand {
    background-color: var(--brand-color);
}

.btn-main {
    background-color: var(--main-color);
}

.social-media a,
.share-options a {
    color: var(--black-color);
    text-decoration: none;
}

.share-options .social-media a {
    position: absolute;
    background-color: var(--black-color);
    color: var(--white-color);
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: grid;
    place-items: center;
}

.share-options .social-media a.facebook {
    top: 60px;
    left: 100px;
}

.share-options .social-media a.twitter {
    top: 40px;
    left: 150px;
}

.share-options .social-media a.instagram {
    left: 160px;
}

.share-options .social-media a.linkedin {
    top: -40px;
    left: 150px;
}

.share-options .social-media a.whatsapp {
    top: -60px;
    left: 100px;
}

.product-color-main {
    display: flex;
    gap: 10px;
    align-items: center;
}
.tag {
    font-size: 16px;
    font-weight: 500;
}
.product-color-main .product-color {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-color-main .product-color > div {
    background-color: var(--brand-color);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid var(--light-color);
}

.product-color-main .product-color .color-option.selected {
    border: 4px solid var(--black-color);
}

.size-option.selected {
    border: 0;
    background-color: var(--main-color) !important;
    color: var(--brand-color) !important;
}
.product-color-main .product-color > div.red {
    background-color: red;
}

.product-color-main .product-color > div.black {
    background-color: var(--black-color);
}

.product-color-main .product-color > div.white {
    background-color: var(--white-color);
}

.product-color-main .product-color > div.yellow {
    background-color: yellow;
}
.product-size-main {
    gap: 10px;
}
.product-size {
    display: flex;
    gap: 10px;
    align-items: center;
}

.product-size > div {
    background-color: var(--light-color);
    padding: 6px 20px;
    border-radius: 12px;
    text-align: center;
}

/* category product page style end here  */

/* all product design goes here  */
.left-side-filter {
    box-shadow: 0px 0px 10px 0px #00000040;
    border-radius: 10px;
    padding: 32px;
}

.left-side-filter h2 {
    position: relative;
    padding-left: 10px;
    font-size: 18px;
}
.left-side-filter h2::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background-color: var(--brand-color);
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

/* price range style here  */

.price-range::selection {
    color: #fff;
    background: var(--main-color);
}

.price-range header h2 {
    font-size: 24px;
    font-weight: 600;
}
.price-range header p {
    margin-top: 5px;
    font-size: 16px;
}
.price-range .price-input {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}
.price-range .price-input .field {
    display: flex;
    width: 100%;
    align-items: center;
}
.price-range .field input {
    width: 100%;
    outline: none;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
.price-range input[type="number"]::-webkit-outer-spin-button,
.price-range input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-range .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.price-range .price-slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.price-range .price-slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: var(--main-color);
}
.price-range .range-input {
    position: relative;
}
.price-range .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.price-range input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: var(--main-color);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.price-range input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: var(--brand-color);
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
/* price range style end here  */

/* color style  */

.filterbycolor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.filterbycolor .color {
    height: 25px;
    width: 25px;
    border: 4px solid var(--light-color);
    border-radius: 100px;
}

.filterbycolor .red {
    background-color: red;
}

.filterbycolor .yellow {
    background-color: yellow;
}

.filterbycolor .black {
    background-color: black;
}

/* end here color style  */

/* end here all product design here  */

/* contact page design start here  */
.contact-page-wrapper {
    padding-block: 60px;
    position: relative;
}

.contact-page-wrapper .overlay {
    background-image: url("../assets/img/conact-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* height: 100vh; */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.2;
}
.overup {
    position: relative;
    z-index: 1;
}
.contact-form {
    background-color: var(--white-color);
}
.contact-us-with {
    margin-top: 40px;
}
.contact-us-with .d-flex {
    gap: 20px;
    align-items: center;
    margin-bottom: 18px;
}
.contact-us-with .d-flex .contact-it {
    font-size: 17px;
    font-weight: 600;
    font-family: var(--inter-font-family);
}

.visit-social-media h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--inter-font-family);
    margin: 0;
    padding: 20px 0;
}

.visit-social-media .d-flex {
    gap: 20px;
    align-items: center;
}
.visit-social-media a {
    text-decoration: none;
    color: var(--black-color);
}
.social-media-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}
.social-media-icon a {
    width: 30px;
    height: 30px;
    color: var(--white-color);
    border-radius: 8px;
    background-color: var(--brand-color);
    display: grid;
    place-items: center;
}

.contact-title p {
    margin-left: 12px;
    font-weight: 500;
    font-family: var(--dm-sans-font);
}

.contact-title.profile-title h2::after {
    height: 60px;
    top: 100%;
}
/* contact page design end here  */

/* similar slider style start here  */

/* .sililar_product-slider .items {
    padding-block: 10px;
} */

.sililar_product-slider .slick-prev {
    left: -50px;
}
.sililar_product-slider .slick-next {
    right: -50px;
}
.sililar_product-slider .slick-prev:before {
    content: "\f053";
}
.sililar_product-slider .slick-next:before {
    content: "\f054";
}

.sililar_product-slider .slick-prev,
.sililar_product-slider .slick-next,
.sililar_product-slider .slick-prev:hover,
.sililar_product-slider .slick-prev:focus,
.sililar_product-slider .slick-next:hover,
.sililar_product-slider .slick-next:focus {
    background-color: transparent;
}

.sililar_product-slider .slick-prev:before,
.sililar_product-slider .slick-next:before {
    color: var(--brand-color);
}

.sililar_product-slider .slick-slide {
    margin: 0 15px;
}
.sililar_product-slider .slick-list {
    margin: 0 -15px;
}

/* similar slider style end here  */

/* start here horroscope part  */

.horroscope-wrapper {
    margin-top: 60px;
}

.horroscope-wrapper .horroscope-header {
    position: relative;
}
.horroscope-text {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    border-radius: 30px;
}

.horroscope-text h1 {
    font-family: var(--sf-pro-font-family);
    font-weight: 400;
    font-size: 32px;
    color: #3b200f;
    margin: 0;
    padding: 1rem;
}
.horroscope-card {
    border: 1px solid var(--brand-color);
    text-align: center;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 3rem;
    transition: all ease-in-out 0.5s;
}

.horroscope-card:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    border: 1px solid transparent;
    transform: translateX(5%) scale(1.01);
    background-color: var(--white-color);
}

.horroscope-context a {
    text-decoration: none;
}
.horroscope-title h4 {
    font-family: var(--inter-font-family);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: var(--text-color);
}

/* .title {
    color: var(--brand-color);
    font-size: 60px;
    font-family: var(--montserrat-font-family);
    font-weight: 700;
    align-items: center;
    display: flex;
    justify-content: center;
} */

/* end here daily horroscope  */

/* here start for daily horroscope  */
.daily-horroscoper-details {
    background-color: var(--partial-bg-color);
    border-radius: 8px;
    border: 1px solid var(--main-color);
    padding: 2rem;
    /* margin-top: 2rem; */
}
.daily-horroscoper-details h6 {
    font-family: var(--sf-pro-font-family);
    font-weight: 400;
    font-size: 18px;
    color: #000;
}
.daily-horroscoper-details h6 span {
    color: var(--text-color);
    font-size: 16px;
}
.border-bottom {
    border-bottom: 1px solid #adadad;
}
.daily-horroscoper-title h2 {
    font-family: var(--montserrat-font-family);
    font-weight: 700;
    font-size: 40px;
    color: var(--brand-color);
}
.horroscope-details {
    background-color: var(--partial-bg-color);
}
.horroscope-details .horroscope-img img {
    height: auto;
    width: auto;
}
.horroscope-img {
    display: grid;
    place-items: center;
}
.hrs__img {
    width: 75px !important;
    height: 110px !important;
}
.hrs__img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.horroscope-details.horroscope-card {
    margin-top: 2rem;
}

.also-read {
    margin-top: 2rem;
}
.also-read h3 {
    font-weight: 700;
    font-size: 25px;
    color: var(--brand-color);
    position: relative;
}
.also-read h3::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    background-color: var(--brand-color);
    height: 2px;
    width: 70px;
}
.weakly {
    border: 1px solid var(--main-color);
    border-radius: 8px;
    padding: 14px;
}
.calender-small {
    width: auto !important;
    height: auto !important;
}
.weakly h4 {
    font-family: var(--montserrat-font-family);
    font-weight: 700;
    font-size: 18px;
    color: var(--brand-color);
    margin: 0;
}
.weakly span {
    font-weight: 400;
    font-size: 12px;
    color: var(--text-color);
}
.weakly .read_more {
    margin-top: 1rem;
}
.weakly .read_more a {
    font-family: var(--montserrat-font-family);
    font-weight: 500;
    font-size: 14px;
    color: var(--main-color);
}
.weakly .read_more a:hover {
    color: var(--brand-color);
}
.horoscope_sign-img img {
    width: 100% !important;
    height: auto !important;
}
.grid {
    display: grid;
}
.grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
}
.gap-5 {
    gap: 50px;
}
.place-items {
    place-items: center;
}
.horoscope_sign-content h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--montserrat-font-family);
    color: var(--brand-color);
}
.horoscope_sign-content p {
    font-weight: 400;
    font-size: 20px;
    font-family: var(--sf-pro-font-family);
}

.horroscope-slider a,
.astrologer-page-wrapper a {
    text-decoration: none;
}

.horroscope-slider .slick-prev {
    left: -50px;
}
.horroscope-slider .slick-next {
    right: -50px;
}
.horroscope-slider .slick-prev:before {
    content: "\f053";
}
.horroscope-slider .slick-next:before {
    content: "\f054";
}

.horroscope-slider .slick-prev,
.horroscope-slider .slick-next,
.horroscope-slider .slick-prev:hover,
.horroscope-slider .slick-prev:focus,
.horroscope-slider .slick-next:hover,
.horroscope-slider .slick-next:focus {
    background-color: transparent;
}

.horroscope-slider .slick-prev:before,
.horroscope-slider .slick-next:before {
    color: var(--brand-color);
}

.horroscope-slider .slick-slide {
    margin: 0 15px;
}
.horroscope-slider .slick-list {
    margin: 0 -15px;
}
.astrologer-page-wrapper h1 {
    font-size: 36px;
    font-weight: 500;
    /* font-family: var(--montserrat-font-family); */
    color: var(--brand-color);
}
.rashi-img {
    height: 200px;
}
.rashi-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* detail of horroscope  end here */

/* product pagination style  */
.pagination {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.125);
}
.page-link {
    color: var(--black-color);
}
.page-item.active .page-link {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
}

/* booking service form start from here  */
.form-box {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}
/* booking service form start from here  */

/* about section style goes here  */

.free-img-group .about-img-1 {
    position: absolute;
    top: 0%;
    left: 45%;
    width: 157px;
    opacity: 0.3;
}

.free-img-group .about-img-2 {
    position: absolute;
    top: 50%;
    left: 45%;
    width: 165px;
    z-index: -1;
}

.free-img-group .about-img-3 {
    position: absolute;
    bottom: -10%;
    left: -10%;
    opacity: 10%;
    width: 150px;
    transform: rotate(-56deg);
}

.free-img-group .about-img-4 {
    position: absolute;
    bottom: -20%;
    right: -13%;
    opacity: 10%;
    width: 218px;
    transform: rotate(-36deg);
}
.about_us {
    background: linear-gradient(
        rgb(255, 255, 255) 0%,
        rgb(246, 246, 246) 21%,
        rgb(249 246 241) 90%,
        rgb(255, 255, 255) 100%
    );
    /* background: linear-gradient(rgb(255, 255, 255) 0%, rgb(246, 246, 246) 21%, rgb(204, 195, 176) 100%); */
    padding-top: 60px;
    padding-bottom: 90px;
    overflow: hidden;
    position: relative;
}
.about-us-wrapper {
    z-index: 1;
}

.about-us-wrapper .title h2 {
    font-family: var(--red-hat-family);
    font-weight: 700;
    color: #333333;
    font-size: 40px;
    text-transform: uppercase;
}
.about-us-wrapper h1,
.about-us-wrapper h4 {
    font-family: var(--red-hat-family);
    font-weight: 700;
    font-size: 20px;
    margin-top: 12px;
    color: #a06917;
}
.about-us-wrapper p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin-top: 16px;
    color: #7a7a7a;
}

.scroll-height {
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 15px;
}
.scroll-height:hover {
    overflow-y: auto;
}
/* .trusted-globally {
    width: 28%;
} */

.globally-rating {
    position: relative;
}
.globally-rating::after {
    content: "";
    position: absolute;
    top: -3px;
    right: -10px;
    width: 2px;
    height: 35px;
    background-color: #7a7a7a;
}

.globally-rating i {
    color: rgb(220, 149, 23);
}

.trusted-globally p {
    font-family: var(--poppins-font-family);
    font-size: 13px;
    line-height: 22px;
    text-align: left;
}

.trusted-globally p span {
    font-weight: 800;
    color: var(--brand-color);
}

.nowrap {
    white-space: nowrap;
}

.gap-10 {
    gap: 10px;
}

.about-krexpert p {
    margin: 0;
    color: var(--white-color);
    font-size: 15px;
    font-family: var(--poppins-font-family);
}
.about-krexpert {
    text-decoration: none;
    color: var(--white-color);
}
.about-krexpert h3 {
    margin: 0;
    color: var(--white-color);
    font-family: var(--poppins-font-family);
    font-size: 18px;
    font-weight: 500;
    margin-top: 8px;
    text-decoration: none;
}

.about-slider .slick-slide {
    transition: transform 1s ease;
}

.about-slider:hover .slick-slide {
    transition: transform 0.3s ease;
}

.about-slider .slider-content {
    position: relative;
    margin-left: 4px;
    margin-bottom: 4px;
    margin-top: 40px;
    width: 400px;
}

.about-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    z-index: 999;
}
.sliderabout-img {
    width: 400px;
    height: 400px;
}

.sliderabout-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lg__d-none-block {
    display: none;
}
.lg__d-none-block ul {
    margin: 0;
    padding: 0;
}
.lg__d-none-block ul li {
    list-style: none;
}
.about-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: -25px;
    left: 25px;
}

/* .about-slider .slider-content::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: -4px;
    background-color: var(--brand-color);
    width: 2px;
    height: 240px;
} */
/* 
.about-slider .slider-content::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: -4px;
    background-color: var(--brand-color);
    width: 240px;
    height: 2px;
} */

.palm-img img {
    position: absolute;
    top: -150px;
    left: -100px;
    bottom: 0;
    z-index: 0;
}

/* about us style end here  */

.color-option.selected {
    border-color: var(--black-color);
}

/* search item desing comes here  */
.search-item {
    border: 1px solid var(--about-background);
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    height: 325px;
}

.search-title h2 {
    color: var(--brand-color);
    font-family: var(--inter-font-family);
    font-size: 24px;
    font-weight: 600;
}

.celestial-devotion-title p {
    font-size: 18px;
    font-family: var(--dm-sans-font);
    font-weight: 500;
    color: var(--black-color);
}
/* search design end here  */

/* .gem-item [data-aos=flip-right], .footer-content [data-aos=flip-right] {
    visibility: visible;
    transform: rotateY(0) !important;
} */

.payment__method {
    /* border: 1px solid var(--main-color); */
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    height: 60px;
    display: grid;
    padding: 0 30px;
    place-content: center;
    place-items: center;
    border-radius: 4px;
}

.payment__method .d-flex {
    row-gap: 10px;
    column-gap: 12px;
}

#available-slots-heading {
    font-size: 1rem;
}

.service-detail-wrapper .nav-pills .nav-link.active,
.service-detail-wrapper .nav-pills .show > .nav-link {
    background-color: var(--brand-color);
}

.service-detail-wrapper .nav-link {
    color: var(--brand-color);
}

/* 
.service-detail-wrapper .nav-link:focus,
.service-detail-wrapper.nav-link:hover {
  color: var(--black-color);
} */

/* select 2  */
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    margin-left: 15px !important;
}

.product-bookmark.bookmarked svg {
    fill: var(--brand-color);
}

.product-bookmark.bookmarked svg path {
    stroke: var(--brand-color);
}

.banner-item img {
    transition: all 0.8s ease-in-out;
    transform: scale(1);
}

.banner-item img.slick-active {
    transform: scale(1.3);
}

.blog-card-img img {
    height: 240px;
    object-fit: cover;
}

/* .bottom-top {
    position: absolute;
    bottom: 50%;
    right: 10px;
}

.bottom-top-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    background-color: var(--main-color);
    color: var(--brand-color);
    cursor: pointer;
} */

.bottom-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 9;
    animation: blink-border 1.5s infinite;
    border-radius: 6px;
}

.bottom-top .bottom-top-icon i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: grid;
    place-items: center;
    background-color: var(--main-color);
    color: var(--brand-color);
    cursor: pointer;
}
.bottom-right {
    bottom: 50px;
    left: 40px;
    position: fixed;
    cursor: pointer;
    z-index: 9;
}
.bottom-right .bottom-top-icon i {
    font-size: 30px;
    border-radius: 6px;
    background: #00d16e;
    color: var(--white-color);
    padding: 8px 10px;
    cursor: pointer;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.09);
    animation: blink-box-shadow 1.5s infinite;
}

@keyframes blink-box-shadow {
    0% {
        border-color: transparent;
    }
    50% {
        box-shadow: 0px 1px 0px 10px rgba(0, 0, 0, 0.09);
    }
    100% {
        border-color: transparent;
    }
}

@keyframes blink-border {
    0% {
        border-color: transparent;
    }
    50% {
        bottom: 20px;
        box-shadow: 0 0 10px 0 rgb(160, 105, 23);
    }
    100% {
        border-color: transparent;
    }
}

.service-items-new {
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
    margin-block: 20px;
}

/* 
.service-items-new:hover {
    background-color: var(--brand-color);
} */

/* .new-store-slider {
    direction: rtl;
} */
/* 
.service-items-new::after {
    background-color: var(--brand-color);
    content: '';
    position: absolute;
    top: -16px;
    left: -144px;
    width: 75%;
    height: 100%;
    transform: rotate(-202deg);
    transform-origin: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
} */
/* 
.service-items-new::after {
    background-color: var(--brand-color);
    content: '';
    position: absolute;
    top: 37px;
    left: -206px;
    width: 74%;
    height: 100%;
    transform: rotate(-214deg);
    transform-origin: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
} */

/* 
.linear-img::after {
    background-color: #2a0707;
    content: '';
    position: absolute;
    top: 6px;
    left: 0px;
    width: 100%;
    height: 6px;
    border-radius: 100px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
} */

/* .col-lg-3 .linear-img::after {
    top: -4px;
} */

/* .service-items-new::before {
    background-color: var(--brand-color);
    content: '';
    position: absolute;
    top: 0px;
    right: -234px;
    width: 72%;
    height: 100%;
    transform: rotate(14deg);
    transform-origin: center;
} */

.service-title a {
    text-decoration: none;
}
.special-section-wrapper .service-items-new .service-title {
    height: 200px;
    padding: 20px 25px;
    position: relative;
}
.special-section-wrapper .service-items-new .service-title h3 {
    font-size: 20px;
    margin: 0;
    color: #333;
    /* display: inline-block;
    max-width: min-content; */
}

/* .special-section-wrapper .service-items-new:hover .service-title h3 {
    color: var(--white-color);
} */
/*
.yantra-img img {
    margin-left: -20px;
} */




.bottom-content {
    position: absolute;
    width: 75%;
    bottom: 15px;
}

.service-items-new .product-cate-img .img-service {
    height: 178px;
}

.service-items-new .product-cate-img .img-service img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-items-new .product-cate-img .img-service:hover img {
    /* transform: scale(1.09); */
}

/* .cate_btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
} */

.cate_btn a {
    background-color: var(--brand-color);
    color: var(--white-color);
}

.cate_btn:hover a {
    color: var(--brand-color);
    background-color: var(--main-color);
}

/* .cate_btn .btn-grad {
    padding: 2px 20px;
} */

.special-section-wrapper .title-wrapper p {
    margin: auto;
}

.astro-social-link > div {
    background-color: var(--brand-color);
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: grid;
    place-items: center;
}

.astro-social-link > div a {
    color: var(--white-color);
}

.astro-social-link > div > i {
    font-size: 18px;
}

.kr-trip-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
    transition: all ease-in-out 0.5s;
}

.kr-trip-img:hover {
    transform: perspective(800px) rotateX(0deg) rotateY(0deg)
        scale3d(1.1, 1.1, 1.1);
}

.kr-trip-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear 0.4s;
}

.kr-trip-img:hover img {
    transform: perspective(800px) rotateX(0deg) rotateY(0deg)
        scale3d(1.1, 1.1, 1.1);
}
.item {
    width: 100%;
}
.item:nth-child(2) {
    margin-top: 80px;
}

.item:nth-child(3) {
    margin-top: -250px;
}

.trip-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 35px;
    row-gap: 30px;
    justify-content: center;
}

.trip-title h2 {
    font-size: 26px;
    /* font-family: var(--inter-font-family); */
    font-weight: 600;
    line-height: 24px;
}

.f1-trip h2 {
    font-size: 42px;
    line-height: 48px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
}
.f1-trip p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 20px;
    line-height: 30px;
    /* font-family: var(--inter-font-family); */
    /* letter-spacing: 1px; */
    margin-block: 20px;
}

.fixed-btn {
    /* position: fixed;
    right: 0px;
    top: 250px;
    writing-mode: sideways-rl; */
    background-color: var(--brand-color);
    border: 1px solid var(--brand-color);
    color: var(--white-color);
    padding: 2px 14px;
    white-space: nowrap;
    font-weight: 500;
    display: flex;
    gap: 4px;
    align-items: center;
    margin-left: 10px;
    border-radius: 100px;
}

.fixed-btn:hover {
    background-color: var(--brand-color);
    color: var(--main-color);
    border: 1px solid var(--brand-color);
}

.sinlge-trip {
    overflow: hidden;
    padding-block: 140px;
}

.sinlge-trip .title-wrapper p {
    margin: auto;
    margin-top: 10px;
}

.rudraksha-wrapper {
    /* border: 2px solid var(--brand-color); */
    /* border-radius: 20px; */
    /* overflow: hidden; */
    position: relative;
    z-index: 1;
}

.rudraksha-wrapper .rudraksha-content {
    padding: 10px;
}

.rudraksha-img {
    height: 360px;
    width: 452px;
    object-fit: cover;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
    border-radius: 20px;
}

.rudraksha-img::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--brand-color);
    border-radius: 20px;
    transition: all ease-in-out 0.3s;
}

.rudraksha-img:hover::after {
    top: -10px;
    left: -10px;
}
.rudraksha-img img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.rudraksha-title p {
    font-family: var(--inter-font-family);
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    color: var(--black-color);
}

.rudraksha-content h4 {
    font-family: "Rozha One", serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 42.5px;
    text-align: center;
    color: rgb(160, 105, 23);
}

.rudraksha-content h2 {
    font-size: 40px;
    margin-block: 22px;
    color: var(--black-color);
}

.rudraksha-bg {
    background-image: url("../assets/img/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    height: 700px;
    display: grid;
    place-content: center;
    place-items: center;
    position: relative;
    overflow: hidden;
}

/* .rudraksha-bg::after {
    background-color: var(--white-color);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
} */
.bg-trip-img img {
    position: absolute;
    top: 5%;
    left: 20%;
    transform: translate(-50%, -50%);
    width: 35%;
    z-index: -1;
    animation: spin linear 50s infinite;
    transition: all ease-in-out 0.3s;
    opacity: 0.3;
}

.moving-span:nth-of-type(1) {
    top: 10%;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.moving-span:nth-of-type(2) {
    top: 30%;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

.moving-span:nth-of-type(3) {
    top: 50%;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
}
.moving-span:nth-of-type(4) {
    top: 70%;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.moving-span:nth-of-type(5) {
    top: 90%;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}
.moving-span {
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: var(--brand-color);
    -webkit-animation-name: particleAnimation;
    animation-name: particleAnimation;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.moving-span::before {
    position: absolute;
    display: block;
    content: "";
    width: 100px;
    right: 1px;
    top: 0;
    height: 2px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0)),
        to(rgba(76, 0, 0, 0.4))
    );
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0) 0%,
        rgba(76, 0, 0, 0.4) 100%
    );
}

@keyframes particleAnimation {
    0% {
        left: -100px;
    }
    100% {
        left: calc(100% + 100px);
    }
}

.about-img-5 {
    position: absolute;
    top: 5%;
    right: -20%;
    transform: translate(-50%, -50%);
    width: 35%;
    z-index: -1;
    animation: spin linear 50s infinite;
    transition: all ease-in-out 0.3s;
    opacity: 0.2;
}

.about-img-6 {
    position: absolute;
    top: -20%;
    left: -10%;
    transform: translate(-50%, -50%);
    width: 60%;
    z-index: -1;
    animation: spin linear 50s infinite;
    transition: all ease-in-out 0.3s;
    opacity: 0.2;
}

.rudraksha-img.position-absolute {
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: -1;
    width: 270px;
}
.rudraksha-img.position-absolute::after {
    top: -20px;
    left: -20px;
}
.rudraksha-img.position-absolute:hover {
    z-index: 1;
}

.rudraksha-img.position-absolute:hover::after {
    top: 20px;
    left: 20px;
}
.rudraksha-content .f1-trip-btn a {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 12px 30px;
    font-size: 18px;
    background-color: transparent;
    border: 2px solid var(--black-color);
    color: var(--black-color) !important;
    font-weight: 700;
}

.rudraksha-content .f1-trip-btn a:hover {
    background-color: var(--brand-color);
    color: var(--white-color) !important;
    font-weight: 600;
    border: 2px solid var(--brand-color);
}
.rudra-svg {
    /* transform: rotate(180deg); */
}
.rudra-svg svg {
    fill: var(--brand-color);
    /* background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.12368697478991597) 100%); */
}

.aboutus-item .slick-prev:before {
    content: "\f053";
}
.aboutus-item .slick-next:before {
    content: "\f054";
}

.aboutus-item .slick-prev,
.aboutus-item .slick-next {
    background-color: rgb(112 44 23);
}

.aboutus-item .slick-prev:hover,
.aboutus-item .slick-prev:focus,
.aboutus-item .slick-next:hover,
.aboutus-item .slick-next:focus {
    background-color: var(--brand-color);
}

.aboutus-item .slick-prev:before,
.aboutus-item .slick-next:before {
    color: var(--white-color);
}

.aboutus-item .slick-prev,
.aboutus-item .slick-next {
    top: initial;
    bottom: -25px;
}
.aboutus-item .slick-prev {
    left: 34%;
}
.aboutus-item .slick-next {
    right: 44%;
}

.f1-trip-date {
    margin-block: 12px;
}

.f1-trip-date h1 {
    position: relative;
    margin: 0;
    margin-left: 25px;
    font-size: 38px;
}
.f1-trip-date h1::after {
    position: absolute;
    content: "";
    top: 10px;
    left: -25px;
    width: 4px;
    height: 32px;
    background-color: var(--main-color);
}

.absolute-img {
    position: absolute;
    top: -333px;
    right: -120px;
}
.absolute-img img {
    width: 665px !important;
    height: auto !important;
}

/* .ganesh-img {
    position: absolute;
    top: -460px;
    z-index: 1;
    right: -112px;
} */
.banner-item {
    z-index: 22;
}

.intelligent-img {
    width: 415px;
    height: auto;
    position: absolute;
    top: -295px;
    right: 0;
}

.bg-banner .intelligent-img img {
    height: auto;
    width: 100%;
}

.product-details-btn a {
    color: var(--brand-color);
    font-weight: 600;
    text-decoration: underline;
}
.product-details-btn a:hover {
    color: var(--main-1-color);
}
.product-title p {
    text-align: center;
    margin: auto;
}

.product-title h4 {
    text-align: center;
}

.product-btn {
    /* position: absolute;
    right: 0;
    bottom: 0; */
    margin-top: 20px;
    margin-bottom: 50px;
}

/* .product-btn  */

.product-items .img-product {
    height: 240px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);

}

.product-cate-img .img-product {
    height: 320px;
    border-radius: 8px 8px 8px 8px;
}



.product-items .img-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}


.product-items .img-product.borderkolagi img,
.product-items .img-product.borderkolagi {
    border-radius: 8px 8px 8px 8px;
}
/* .product-items .img-product:hover img {
    box-shadow: 0px 1px 4px 2px #ede9e3;
} */

.w-220 {
    width: 220px;
}

.view-details {
    background-color: var(--brand-color);
    font-family: var(--poppins-font-family);
    text-align: center;
    line-height: 18px;
    font-weight: 600;
    font-size: 17px;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 4px;
    padding: 20px 35px;
    white-space: nowrap;
    width: 220px;
    height: auto;
    opacity: 1;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.view-details:hover {
    background-color: rgb(160, 105, 23);
    border-radius: 0;
}
.view-details a {
    color: var(--white-color);
    text-decoration: none;
}

.view-detail {
    display: inline-block;
    font-family: var(--red-hat-family);
    font-weight: 700;
    line-height: 1.5;
    color: var(--white-color);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 0.8rem 2.6rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    background-color: var(--brand-color);
}

.view-detail:hover {
    color: var(--white-color);
    border-radius: 0;
    background-color: var(--main-1-color);
}
.p-12-24 {
    /* padding: 12px 24px; */
    font-size: 14px;
}

.mr-custom {
    margin-right: 60px;
}

.inteli_content p {
    /* font-family: "Red Hat Display"; */
    text-align: left;
    font-weight: 400;
    font-size: 17px;
    /* color: var(--white-color); */
}

.text-black {
    color: var(--black-color);
}
.inteli_content-btn {
    background-color: rgb(160, 105, 23);
}

.swiper-container {
    width: 90%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
/* .swiper-slide .product-cate-img {
    width: 300px;
  } */

.product-btn .btn-brand:hover {
    background-color: var(--main-1-color);
    border-radius: 0;
}

.bottom-content svg:hover path {
    fill: var(--main-1-color);
}

.sm-section {
    display: none;
}

.text-dark-gold {
    color: #a06917;
}

.sanskrit-text {
    font-family: "Rozha One";
    margin: 0;
    font-weight: 700;
}

.service-detail-title h2 {
    font-size: 40px;
    font-family: var(--red-hat-family);
    font-weight: 700;
    color: #333333;
}

.heading-bg {
    padding: 20px 33.33px;
    background: #efc749;
}

.heading-bg h2 {
    font-size: 27px;
    font-weight: 700;
    color: #333333;
    font-family: var(--red-hat-family);
}

.steps-wrapper {
    overflow: hidden;
}
.steps-wrapper .steps-content {
    padding: 1.5rem;
    border: 1px solid #ebebeb;
    border-top: 0;
}

.services-template-default p,
#category-description p {
    font-weight: 500;
    font-size: 15px;
    line-height: 29px;
    color: #636363;
}

.right-product-details h2 {
    font-size: 28px;
    font-family: var(--red-hat-family);
    font-weight: 700;
    color: #333;
}

.right-product-details p {
    font-family: var(--inter-font-family);
    font-weight: 500;
    color: #333;
}
.popup_popup {
    display: none !important;
}

#st-cmp-v2 .st-cmp-app .st-cmp-settings {
    display: none !important;
}

.steps-content h5 {
    color: var(--brand-color);
    font-size: 16.667px;
    font-family: var(--red-hat-family);
    margin-top: 20px;
}

.steps-content p {
    font-weight: 500;
    font-size: 15px;
    line-height: 29px;
    color: #636363;
}

.astro-card img {
    width: 100%;
    height: 354px;
    object-fit: cover;
}

.new-card {
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 1s;
    box-shadow: 0 0 0 1px transparent, 0 0 0 2px transparent,
        0 0 5px transparent;
}
.new-card:hover {
    box-shadow: 0 0 0 1px var(--main-1-color), 0 0 0 2px var(--main-1-color),
        0 0 5px var(--main-1-color);
    border-radius: 6px;
}
.new-card .card-absolute {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 120px;
    width: 53%;
}

.new-card .card-absolute h3 {
    color: var(--white-color);
    font-size: 24px;
}

.new-card .card-absolute p {
    color: var(--white-color);
    font-size: 18px;
    margin-block: 22px;
}

.video-section video {
    width: 100%;
    height: 510px;
    object-fit: cover;
}

.text-brand {
    color: var(--brand-color);
    transition: all ease-in-ou t 0.3s;
}

.text-brand:hover {
    color: var(--white-color);
}

#card-section {
    background: #000;
    padding-block: 20px;
}

#card-section .container-fluid {
    padding-inline: 70px;
}

.no-data h1 {
    padding: 0;
    margin: 0;
}

.special-section-wrapper.kr-trip {
    margin-block: 5px;
}

.new-features-added label {
    color: var(--black-color);
    font-size: 18px;
}

.tt-options-swatch.select-your-design {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 0;
    padding: 0;
}

.tt-options-swatch.select-your-design li {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: #171717;
}

ul.tt-options-swatch li {
    margin: 8px 4px 0;
}

ul.tt-options-swatch li.active a {
    border: 0.1rem solid #c19a5b;
}

ul.tt-options-swatch li a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: 0.1rem solid #e7e7e7;
    padding: 12px 5px;
    color: #171717;
    text-align: center;
    height: 100%;
    width: 100%;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tt-options-swatch.options-large li a {
    min-width: 28px;
    min-height: 28px;
}

.d-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.service-tabs {
    margin-top: 80px;
    margin-inline: 12px;
    position: relative;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}

.service-tabs::after {
    background-color: #fff6f2;
    transform: skew(-30deg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.service-tabs.nav-pills .nav-link.active,
.service-tabs.nav-pills .show > .nav-link {
    background-color: transparent;
    position: relative;
    z-index: 1;
}
.service-tabs.nav-pills .nav-link.active::after,
.service-tabs.nav-pills .show > .nav-link::after {
    background-color: var(--brand-color);
    transform: skew(-30deg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.service-tabs .nav-link {
    color: var(--black-color);
    border-radius: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}


.service-tabs li.nav-item {
    width: 25%;
}
.service-tabs.tabs3 li.nav-item {
    width: 33.33%;
}
.service-tabs .nav-link:hover {
    color: var(--brand-color);
}

/* .service-tabs .nav-link:hover::after {
    background-color: var(--brand-color);
    color: var(--white-color);
    transform: skew(-30deg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
} */

.service-tabs.nav-pills .nav-link.active:hover,
.service-tabs.nav-pills .show > .nav-link:hover {
    color: var(--white-color);
}

#astrologer-details-content h1 {
    font-size: 25px;
    margin: 0;
    padding: 10px 0 30px;
}

.product-addto-cart {
    display: inline-block;
    /* width: auto; */
}

.remove-item {
    cursor: pointer;
}

.btn-outline-brand {
    border: 1px solid var(--brand-color);
    padding: 2px 6px;
    font-size: 12px;
}
.btn-outline-brand:hover {
    background-color: var(--brand-color);
    color: var(--white-color);
}

.checkout-title h1 {
    font-size: 22px;
    color: var(--black-color);
}

.checkout-sticky {
    position: sticky;
    top: 100px;
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    color: var(--black-color);
}

.checkout-sticky .card {
    border-color: var(--brand-color);
    border-radius: 0;
}
.checkout-sticky .border {
    border: 1px solid var(--brand-color) !important;
    /* border-top-left-radius: 0px;
  border-top-right-radius: 0px; */
}

.checkout-sticky tbody,
.checkout-sticky td,
.checkout-sticky tfoot,
.checkout-sticky th,
.checkout-sticky thead,
.checkout-sticky tr {
    border-color: var(--brand-color);
}

.checkout-sticky .border.border-bottom-0.p-2 {
    border-bottom: 0 !important;
    /* border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; */
}

.checkout-sticky h2 {
    font-size: 20px;
}

.shipping-details p {
    margin: 0;
}

.password-toggle i {
    font-size: 1.2rem;
    color: #6c757d;
}
.password-toggle i:hover {
    color: #000;
}
/* .form-control {
    padding-right: 40px;
} */
/* 
.pre-registration-form {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: none;
}

.pre-registration-form a {
    color: var(--brand-color);
    text-decoration: none;
    font-weight: bold;
    writing-mode: vertical-rl;
}

.pre-registration-form a:hover {
    text-decoration: underline;
}
 */

.pre-registration-form {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    border: 2px solid var(--brand-color);
    border-radius: 8px 0 0 8px;
    padding: 12px 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: block; /* Set to block to show it */
    transition: transform 0.3s ease;
}

.pre-registration-form:hover {
    transform: translateY(-50%) scale(1.05);
}

.pre-registration-form a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-color);
    text-decoration: none;
    font-weight: 600;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 16px;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.pre-registration-form a:hover {
    color: var(--black-color);
    text-decoration: none;
}

.suggestion-box {
    position: absolute;
    z-index: 9999;
    background-color: white;
    width: 100%;
    border: 1px solid #ddd;
}
.suggestion-box div {
    padding: 8px 10px;
    cursor: pointer;
}
.suggestion-box div:hover {
    background-color: #f0f0f0;
}

.text-black {
    color: var(--black-color);
}

/* .disabled-tab  {
    pointer-events: none;
    color: #999;
    cursor: not-allowed;
    opacity: 0.6;
} */

.kr-close-menu-nav {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: var(--main-1-color);
    height: 40px;
    width: 40px;
    display: none;
    place-items: center;
    border-radius: 100px;
}

/* pre registration form style  */
.bg-form {
    background-color: rgb(232, 236, 240);
    padding-block: 20px;
}
.pre-reg-form.form-container {
    max-width: 700px;
    margin: auto;
    padding: 0 20px;
}

.pre-reg-form .form-box {
    background-color: var(--white-color);
    border-radius: 8px;
    padding: 25px 20px;
    margin-bottom: 20px;
    box-shadow: none;
}

.pre-reg-form .form-label {
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
}

.pre-reg-form .form-control {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.pre-reg-form .form-control:focus {
    border: 0;
    box-shadow: none;
    border-bottom: 2px solid var(--brand-color);
}

.pre-reg-form .required-star {
    color: red;
}

.pre-reg-form .submit-btn {
    text-align: center;
    margin-top: 40px;
}

.pre-reg-form .submit-btn button {
    padding: 10px 40px;
    font-weight: 600;
}

.pre-reg-form .custom-file-upload {
    background: #f8f9fa;
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    position: relative;
}

.pre-reg-form .upload-label {
    background-color: var(--main-1-color);
    color: white;
    padding: 8px 18px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}

.pre-reg-form .file-name-text {
    display: block;
    color: #555;
    font-size: 14px;
    margin-top: 5px;
}

.pre-reg-form .form-control.invalid {
    border-bottom: 1px solid red !important;
}

.pre-reg-form .error-message {
    font-size: 13px;
    color: red;
}
.pre-reg-form .form-box.invalid-box {
    border: 1px solid #d93025 !important;
}

.pre-reg-form .form-box:focus.invalid {
    box-shadow: 0 0 0 0.2rem rgba(217, 48, 37, 0.25);
}

.form-top-img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.RVEQke {
    background-color: rgb(102, 131, 158);
    color: rgba(0, 0, 0, 1);
}

.JH79cc {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 10px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
}

.pre-reg-form .form-box h2 {
    color: var(--black-color);
}

.pre-reg-form .form-box p {
    margin: 0;
    color: var(--black-color);
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .select2-search__field {
    border: 1px solid var(--brand-color) !important;
}

.slick-slide {
    height: auto !important;
}

.trip-container iframe {
    width: 100%;
}

.c_code h4 {
    color: var(--black-color);
    font-size: 17px;
    font-weight: 500;
}


.product-image-wrapper .service-title a h3,
.product-items .service-title a h3 {
    font-size: 18px;
    color: var(--black-color);
    font-weight: 600;
    text-align: center;
    background: #f6f6f6;
    border-radius: 0px 0px 8px 8px;
    padding-block: 10px;
    margin: 0;
}

.asdfasdf .payment__method img {
    width: 100px;
}

.asdfasdf .check-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    background: var(--brand-color);
    color: var(--white-color);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.5);
    transition: 0.3s;
}

.asdfasdf .payment__method:has(input:checked) .check-icon {
    opacity: 1;
    transform: scale(1);
}

.clsbtn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--main-color);
    color: var(--white-color);
    opacity: 1;
    height: 23px;
    width: 23px;
}
.btn-close:hover {
    opacity: 1;
    color: var(--white-color);
}

.dfadfafdadsfasdf {
    position: absolute;
    right: -38px;
    top: 0;
}