@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    color: #393939;
    overflow-x: hidden;
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #7c7c7c;
    --themeColor: #00345c;
    --themeColor2: #222544;
    --headingColor: #1e1e1e;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'Saudagar';
    src: url(../fonts/Saudagar.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

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

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    line-height: 1;
    margin: 0 0 0px;
    font-size: 83px;
    font-weight: 500;
    color: var(--white);
    font-family: 'Saudagar';
}

h2 {
    font-size: 60px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Saudagar';
}

h3 {
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Saudagar';
}

h4 {
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Saudagar';
}

h5 {
    font-size: 20px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Saudagar';
}

h6 {
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Poppins';
}

p {
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: 'Poppins';
    color: var(--textColor);
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1450px;
}

.theme-btn-1 {
    gap: 10px;
    z-index: 1;
    height: 60px;
    border: none;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding: 10px 35px;
    width: fit-content;
    color: var(--black);
    align-items: center;
    font-family: 'Poppins';
    justify-content: center;
    text-transform: capitalize;
    background-color: transparent;
}

.theme-btn-1::before {
    top: 0;
    right: 0;
    z-index: -1;
    width: 60px;
    content: '';
    height: 100%;
    position: absolute;
    border-radius: 50px;
    transition: ease-in;
    transition-duration: 0.5s;
    border: 1px solid var(--themeColor);
}

.theme-btn-1 img {
    left: 0;
    height: 17px;
    position: relative;
    object-fit: contain;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.theme-btn-1:hover {
    color: var(--themeColor);
}

.theme-btn-1:hover img {
    left: 5px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme-btn-1:hover::before {
    width: 100%;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 700px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    font-size: 14px;
    padding: 15px 2px;
    position: relative;
    color: var(--white);
    display: inline-block;
    text-decoration: none;
}

.menuSec ul li a::before {
    left: 0;
    width: 0px;
    height: 2px;
    content: '';
    right: 100%;
    bottom: 10px;
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.menuSec ul li a.active::before,
.menuSec ul li a:hover::before {
    left: 0;
    right: 0;
    width: 100%;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.menuSec ul li a:not(:hover)::before {
    left: auto;
    right: 0;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--white);
}

.menuSection {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 15px 4%;
    position: absolute;
}

.menuSection .row {
    align-items: center;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-btn .theme-btn-1 {
    color: var(--white);
}

.header-btn .theme-btn-1::before {
    border-color: var(--white);
}

.header-btn .theme-btn-1 img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1181%) hue-rotate(63deg) brightness(111%) contrast(100%);
}

/*header css start */

/*banner css start */

.main_slider {
    display: flex;
    min-height: 850px;
    position: relative;
    align-items: flex-end;
    padding: 100px 4% 50px;
    background-image: url(../images/banner-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main_slider::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/banner-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main_slider .row {
    z-index: 1;
    position: relative;
}

.banner_text {
    margin-bottom: 150px;
}

.banner_text p {
    opacity: 0.8;
    color: var(--white);
    margin-bottom: 20px;
}

.banner_text .theme-btn-1 {
    padding-left: 0;
    margin-top: 40px;
    transition: ease-in;
    color: var(--white);
    transition-duration: 0.5s;
}

.banner_text .theme-btn-1:hover {
    padding-left: 35px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.banner_text .theme-btn-1 img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1181%) hue-rotate(63deg) brightness(111%) contrast(100%);
}

.banner_text .theme-btn-1::before {
    border-color: var(--white);
}

.banner_text h5 {
    margin-bottom: 20px;
    color: var(--white);
}

.banner_img {
    max-width: 330px;
    margin: 0px 0px 0px auto;
}

.banner_img h3 {
    margin-bottom: 5px;
    color: var(--white);
}

.banner_img p {
    opacity: 0.8;
    color: var(--white);
    margin-bottom: 10px;
}

.banner_video {
    height: 210px;
    display: block;
    margin-top: 30px;
    position: relative;
}

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

.banner_video .play-btn {
    left: 0;
    right: 0;
    width: 100%;
    bottom: 10px;
    color: var(--white);
    position: absolute;
    text-align: center;
    text-decoration: underline;
}

/*banner css end*/

/* inner banner */

section.main_slider.inner-banner {
    min-height: 500px;
    align-items: center;
    justify-content: center;
}

section.main_slider.inner-banner .banner_text {
    margin: 0px;
}


/* inner banner */






/*about start*/

section.about {
    padding: 100px 0px;
}

.abt-txt {
    width: 125%;
    max-width: 90vw;
    float: inline-end;
    position: relative;
    margin: 0px 0px 0px auto;
    padding: 100px 0px 40px 50px;
    background-color: var(--white);
}

.abt-txt p {
    margin-bottom: 20px;
}

.abt-txt .theme-btn-1 {
    padding-left: 0px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.abt-txt .theme-btn-1:hover {
    padding-left: 35px;
    transition: ease-in;
    transition-duration: 0.5s;
}

ul.num {
    gap: 20px;
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    justify-content: space-between;
}

ul.num li {
    width: 33.33%;
    display: block;
    border: 1px solid #b3bbbd;
    padding: 30px 15px 30px 35px;
    background-color: var(--white);
}

ul.num li h5 {
    line-height: 1;
    font-size: 50px;
}

ul.num li p {
    margin-bottom: 0px;
}

.abt-img {
    width: 100%;
    height: 680px;
}

.abt-img img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.about-more-text {
    margin-top: 30px;
}

.about-more-text p {
    margin-bottom: 20px;
}

/*about end*/

/* story-sec */

.story-sec {
    padding: 100px 0px;
    background-image: url(../images/story-img-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.story-heading {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.story-heading>div {
    max-width: 650px;
}

.story-heading h2 {
    color: var(--white);
}

.story-heading p {
    color: var(--white);
}

.story-heading .theme-btn-1 {
    color: var(--white);
}

.story-heading .theme-btn-1::before {
    border-color: var(--white);
}

.story-heading .theme-btn-1 img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1181%) hue-rotate(63deg) brightness(111%) contrast(100%);
}

.story-box {
    height: 500px;
    display: block;
    margin-top: 30px;
    position: relative;
}

.story-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-box h3 {
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    bottom: 30px;
    font-size: 30px;
    position: absolute;
    text-align: center;
    color: var(--white);
}

.story-box .play-btn {
    top: -20px;
    z-index: 1;
    width: 110px;
    right: -15px;
    height: 110px;
    display: flex;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    color: var(--white);
    align-items: center;
    justify-content: center;
    font-family: 'Saudagar';
    background-color: var(--themeColor);
    box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.36);
}

.storySlider .slick-slide.slick-active .story-box .play-btn {
    opacity: 0;
}

.storySlider .slick-slide {
    opacity: 0;
    margin: 0px 5px;
}

.storySlider .slick-slide.slick-active {
    opacity: 1;
}

.storySlider .slick-slide.slick-active .story-box {
    transform: scale(0.85);
}

.storySlider .slick-slide.slick-current.slick-active .story-box {
    transform: scale(1);
}

.storySlider .slick-slide.slick-current.slick-active .play-btn {
    opacity: 1;
}

.storySlider .slick-dots {
    left: 5px;
    z-index: 1;
    bottom: -40px;
    display: flex;
    max-width: 430px;
}

.storySlider .slick-dots li {
    width: 100%;
    margin: 0px;
    height: 1px;
    opacity: 0.5;
    overflow: hidden;
    background-color: var(--white);
}

.storySlider .slick-dots li.slick-active {
    opacity: 1;
}

.storySlider .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.storySlider .slick-prev {
    opacity: 0;
    display: none;
}

.storySlider .slick-next::before {
    top: 0;
    right: 0;
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50px;
    border: 1px solid var(--white);
}

.storySlider .slick-next {
    z-index: 1;
    width: 80px;
    right: -70px;
    height: 60px;
}

.storySlider .slick-next::after {
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    width: 43px;
    height: 17px;
    margin: auto;
    position: absolute;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1181%) hue-rotate(63deg) brightness(111%) contrast(100%);
    background-image: url(../images/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.storySlider .slick-next:hover::before {
    width: 100%;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.storySlider .slick-next:hover::after {
    left: 17px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.inner-story-sec {
    padding-bottom: 100px;
}

/* story-sec */

/* programs-sec */

.programs-sec {
    position: relative;
    padding: 100px 0px;
}

.programs-sec::before {
    right: 0;
    top: 170px;
    content: "";
    width: 150px;
    height: 210px;
    position: absolute;
    animation: floatRotateRight 10s ease-in-out infinite;
    background-image: url(../images/programs-before.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.programs-heading {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.programs-heading>div {
    max-width: 920px;
}

.programs-slider-btn button {
    width: 80px;
    height: 55px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid #eddecd;
    background-color: #eddecd;
}

.programs-slider-btn button:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor);
}

.programs-slider-btn {
    gap: 15px;
    display: flex;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
}

.programs-slider-btn button.programs-slider-btn-left {
    transform: rotate(180deg);
}

.programSlider .slick-slide {
    opacity: 1;
}

.programSlider .slick-slide .program-box a.circle {
    opacity: 0;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.program-box>img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    margin-bottom: 20px;
}

.programSlider .slick-prev,
.programSlider .slick-next {
    top: 80%;
    z-index: 1;
    width: 80px;
    height: 60px;
}

.programSlider .slick-prev::after,
.programSlider .slick-next::after {
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    width: 43px;
    height: 17px;
    margin: auto;
    position: absolute;
    background-image: url(../images/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.programSlider .slick-prev::before,
.programSlider .slick-next::before {
    top: 0;
    right: 0;
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50px;
    border: 1px solid var(--themeColor);
}

.programSlider .slick-prev:hover::before,
.programSlider .slick-next:hover::before {
    width: 100%;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.programSlider .slick-prev:hover::after,
.programSlider .slick-next:hover::after {
    left: 17px;
    transition: ease-in;
    transition-duration: 0.5s;
}


.programSlider .slick-prev {
    left: -100px;
    transform: rotate(180deg);
}

.programSlider .slick-next {
    right: -100px;
}

.programSlider .slick-slide.slick-current.slick-active.slick-center .program-box>img {
    height: 600px;
}

.programSlider .slick-slide.slick-current.slick-active.slick-center .program-box a.circle {
    opacity: 1;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.program-box {
    padding: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.program-box::before {
    left: 0;
    bottom: 0;
    height: 0%;
    content: '';
    z-index: -1;
    width: 100%;
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

.inner-programs-sec .program-box:hover::before {
    height: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.programSlider .slick-slide {
    margin: 0px 20px;
}

.programSlider .slick-slide .program-box {
    margin-top: -90px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.programSlider .slick-slide.slick-current.slick-active.slick-center .program-box {
    margin-top: 0px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.program-box .circle {
    top: -30px;
    z-index: 1;
    right: -30px;
    width: 140px;
    display: flex;
    height: 140px;
    position: absolute;
    align-items: center;
    border-radius: 100vmax;
    justify-content: center;
    border: 1px solid var(--white);
    background-color: var(--themeColor);
}

.program-box .logo {
    z-index: 10;
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 30px;
    position: absolute;
    align-items: center;
    color: var(--white);
    justify-content: center;
}

.program-box .text {
    width: 100%;
    height: 100%;
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    color: var(--white);
    font-family: 'Poppins';
    animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}

.program-box .text span {
    top: 6%;
    left: 50%;
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    font-family: 'Poppins';
    transform-origin: 0 60px;
    text-transform: uppercase;
}

.programSlider .slick-list {
    overflow: visible;
}

.media-sec .program-box .circle {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* programs-sec */


/*chose start*/

section.chose {
    padding: 100px 0px;
}

.why-choose-main-box {
    padding: 40px 0px;
}

.chs-sm-bx {
    padding: 20px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    border: 1px solid #d2d2d2;
    background-color: var(--white);
}

.chs-sm-bx:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    border-color: transparent;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.13);
}

.chs-sm-bx h4 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 600;
}

.chs-sm-bx p {
    font-size: 14px;
    color: #7c7c7c;
    margin: unset;
}

.chs-sm-bx img {
    margin-bottom: 20px;
}

.chose-txt h3 {
    font-size: 59px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 300;
}

.chose-txt h3 span {
    display: block;
}

.chose-txt h5 {
    font-size: 25px;
    line-height: 1;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.chose-txt p {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 21px;
    margin-bottom: 20px;
}

.chose-img {
    width: 100%;
    height: 600px;
    min-height: 100%;
    overflow: hidden;
}

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

.chose-txt {
    gap: 10px;
    display: flex;
    min-height: 100%;
    padding: 20px 0px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.chose-txt .theme-btn-1 {
    padding-left: 0;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.chose-txt .theme-btn-1:hover {
    padding-left: 35px;
    transition: ease-in;
    transition-duration: 0.5s;
}

/*chose end*/

/* book-sec */

.book-sec {
    padding: 100px 0px;
}

.book-main-box {
    position: relative;
    /*padding: 80px 3% 160px;*/
}

.book-main-box .book-img-1 {
    top: 0;
    left: 0;
    width: 670px;
    height: 590px;
    max-width: 90%;
    object-fit: cover;
    position: absolute;
}

.book-main-box .book-img-2 {
    bottom: 0;
    right: 0;
    width: 680px;
    height: 590px;
    max-width: 90%;
    object-fit: cover;
    position: absolute;
}

.book-box {
    /*z-index: 1;*/
    /*display: flex;*/
    /*margin: 0px auto;*/
    /*max-width: 650px;*/
    /*padding: 80px 30px;*/
    /*text-align: center;*/
    /*position: relative;*/
    /*align-items: center;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    background-color: var(--white);
}
.book-img img {
    min-height: 470px;
    object-fit: cover;
    border-radius: 10px;
}
.book-box p {
    margin-bottom: 20px;
}

/* book-sec */

/* reviews start */

.reviews-txt {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    align-items: flex-end;
    justify-content: space-between;
}

.reviews-txt>div {
    max-width: 680px;
}

.review-slider-btn {
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-slider-btn button {
    width: 80px;
    height: 60px;
    border: none;
    opacity: 0.3;
    display: flex;
    position: relative;
    align-items: center;
    transition: ease-in-out;
    transition-duration: 0.5s;
    justify-content: flex-start;
    background-color: transparent;
}

.review-slider-btn button:hover {
    opacity: 1;
    transition: ease-in;
    transition-duration: 0.5s;
}

.review-slider-btn button::before {
    top: 0;
    right: 0;
    width: 60px;
    content: '';
    height: 100%;
    position: absolute;
    border-radius: 50px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: transparent;
    border: 1px solid var(--themeColor);
}

.review-slider-btn button:hover::before {
    width: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.review-slider-btn button:hover img {
    left: 15px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.review-slider-btn button img {
    left: 0px;
    height: 17px;
    position: relative;
    object-fit: contain;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.review-slider-btn button.review-slider-btn-left {
    transform: rotate(180deg);
}

.reviews-txt h5 {
    font-size: 25px;
    line-height: 1;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.reviews-txt h2 {
    margin-bottom: 10px;
}

.reviews-img img {
    height: 310px;
    object-fit: cover;
}

.reviews-sli-bx-txt p {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    font-style: italic;
    margin-bottom: 40px;
    font-family: 'Saudagar';
}

.reviews-sli-text {
    max-width: 770px;
}

.reviews-sli-bx-txt h4 {
    font-size: 25px;
    color: #000000;
}

section.reviews {
    padding-bottom: 100px;
}

.review-stars {
    gap: 2px;
    display: flex;
    font-size: 20px;
    color: #f9ae0e;
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-start;
}

.reviews-slid .slick-slide {
    margin: 0px 5px;
}


/* reviws end */

/* booking-sec */

.booking-sec {
    padding: 100px 0px;
}

.booking-box {
    padding: 50px;
    background-color: var(--white);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}

.booking-box h2 {
    font-size: 70px;
    text-align: center;
    margin-bottom: 25px;
}

.booking-box input,
.booking-box select {
    width: 100%;
    height: 60px;
    padding: 10px 25px;
    border-radius: 5px;
    margin-bottom: 25px;
    background-color: var(--white);
    border: 1px solid var(--textColor);
}

.booking-box textarea {
    width: 100%;
    height: 200px;
    padding: 10px 25px;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: var(--white);
    border: 1px solid var(--textColor);
}

.booking-box button {
    border: none;
    margin: 0px auto;
    border-radius: 5px;
    margin-bottom: 25px;
}

/* booking-sec */

/*Inner Contact Us Start*/


.cont-bx {
    height: 220px;
    padding: 60px 30px;
    border-radius: 0px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background: var(--themeColor2);
}

.cont-bx:hover {
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.cont-bx:hover a,
.cont-bx:hover h3,
.cont-bx:hover span {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    border-color: var(--white);
}

.cont-bx h3 {
    width: 85%;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    color: var(--white);
    margin-bottom: 15px;
    padding-bottom: 15px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    border-bottom: 1px solid var(--white);
}

.cont-bx span {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.cont-bx a {
    font-size: 15px;
    font-weight: 600;
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
    font-family: "Poppins", sans-serif;
}

.cont-bot-txt {
    text-align: center;
    margin-top: 60px;
}

.cont-bot-txt h3 {
    font-size: 70px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 10px;
}

.cont-bot-txt p {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #6e6e6e;
}

.cont-bot-txt form input,
.cont-bot-txt form select {
    width: 100%;
    height: 65px;
    padding: 0 20px;
    font-size: 14px;
    color: #909091;
    font-weight: 400;
    background: none;
    border-radius: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
    background-color: var(--white);
    border: 1px solid var(--textColor);
}

.cont-bot-txt form input::placeholder {
    color: #909091;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.cont-bot-txt form textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #909091;
    margin-bottom: 15px;
}

.cont-bot-txt form textarea {
    width: 100%;
    resize: none;
    height: 200px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    color: #939897;
    padding: 15px 20px;
    border-radius: 0px;
    margin-bottom: 30px;
    align-content: flex-end;
    text-transform: uppercase;
    background-color: var(--white);
    border: 1px solid var(--textColor);
}

.custom-select-wrapper {
    position: relative;
}

.select-caret {
    top: 20px;
    right: 25px;
    font-size: 18px;
    position: absolute;
    pointer-events: none;
    color: var(--themeColor);
}

.cont-bot-txt button {
    border: bisque;
    margin: 0 auto;
}

section.contact-pg {
    padding: 100px 0;
}

/*Inner Contact Us Ends*/

/* product detail starts */

section.product-detail {
    padding: 100px 4%;
}

.product-detail .productdetailportion {
    height: 450px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 17px;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
}

.productdetailfor .slick-slide img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.productdetailnav .slick-slide {
    margin: 0 10px;
    cursor: pointer;
}

.productdetailsmallportion {
    width: 100%;
    display: flex;
    height: 110px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ececec;
    background-color: var(--white);
}

.productdetailsmallportion img {
    width: 90%;
    height: 90%;
    transition: 0.3s;
    object-fit: contain;
}

.productdetailnav .slick-slide.slick-current .productdetailsmallportion {
    position: relative;
}

.productdetailnav .slick-slide.slick-current .productdetailsmallportion::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: var(--white);
    z-index: -1;
}

.productdetailnav .slick-slide.slick-current .productdetailsmallportion {
    padding: 5px;
    border-radius: 5px;
    background: var(--white);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
}

.product-content .top-section h6 {
    font-size: 35px;
    margin-bottom: 15px;
    font-family: '';
}

.product-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-content ul li {
    margin-right: 5px;
    font-size: 17px;
    color: black;
    font-weight: 600;
}

.product-content ul li i.fas.fa-star {
    color: #ffc107;
}

.product-content hr {
    margin: 20px 0;
    border-color: #eee;
}

.row.flexEnd.price_rev ul {
    display: flex;
}

.row.flexEnd.price_rev p {
    font-size: 17px;
    color: black;
    font-weight: 600;
    font-size: 17px;
}

.brand p {
    color: #666;
    line-height: 1.6;
}

.product-detail .slick-active {
    opacity: 1;
}

.product-detail .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
    margin: 8px 10px;
}

ul.brand h3 {
    color: #00000082;
    font-size: 22px;
    padding: 20px 0 20px 0;
    text-decoration: line-through;
}

.price_rev {
    margin-bottom: 15px;
}

ul.brand h2 {
    line-height: 1;
    font-size: 35px;
    font-weight: 600;
    padding: 0 0 10px 0;
    color: var(--headingColor2);
}

ul.brand h4 {
    font-size: 16px;
    margin: 20px 0px;
    font-family: 'Poppins';
    text-transform: uppercase;
}

ul.brand p {
    padding: 0 0 30px 0;
}

.quanity.product-detail div {
    gap: 10px;
    display: flex;
    align-items: center;
    margin: 0px 0px 20px;
    border-radius: 0 !important;
    justify-content: flex-start;
}

.quanity.product-detail .num-block.skin-2 .num-in,
.quanity.product-detail .num-block.skin-2 {
    gap: 0;
    margin-bottom: 0px;
}

.quan-count {
    height: 60px;
    display: flex;
    padding: 0px 5px;
    width: fit-content;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbcbcb;
}

#number {
    width: 40px;
    height: 25px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.product-detail1 .skin-2 .num-in span:before,
.product-detail1 .skin-2 .num-in span:after {
    opacity: 1;
    content: '';
    position: absolute;
    background-color: var(--black);
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

section.inner_gift_sec1 .about_text h3 {
    font-size: 44px;
}

.product-detail1 .skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
    opacity: 1;
}

.product-detail1 .skin-2 .num-in {
    height: 50px;
    width: 150px;
    float: left;
    display: flex;
    border-radius: 25px;
    cursor: pointer;
    align-items: center;
    position: relative;
}

.minus,
.plus {
    font-size: 20px;
    padding: 0.5rem;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 0.5rem;
    cursor: pointer;
    user-select: none;
    /* Prevent text selection */
}

.minus.dis {
    color: #aaa;
    cursor: not-allowed;
}

.minus:hover:not(.dis),
.plus:hover {
    border-color: #102d26;
    color: #102d26;
}


.sku {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.sku p {
    font-size: 17px;
    font-weight: 600;
    padding: 0 0 10px 0;
    color: var(--headingColor2);
}

.sku span {
    font-size: 17px;
    font-weight: 600;
    color: var(--headingColor2);
}

ul.share-icon {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.share-icon li {
    font-size: 17px;
    font-weight: 600;
    color: var(--headingColor2);
}

.sku p {
    margin-bottom: 10px;
}

.sku p.position-relative {
    top: 10px;
}

ul.share-icon a {
    width: 40px;
    height: 40px;
    display: flex;
    opacity: 0.5;
    font-size: 16px;
    border-radius: 50%;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    color: var(--headingColor2);
    border: 1px solid var(--headingColor2);
}

ul.share-icon a:hover {
    opacity: 1;
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--headingColor2);
}

/*  product Detail Review Section Start */


/* Rating Stars */

.prod-detail-description .rating:not(:checked)>input {
    position: absolute;
    -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
    content: "ÃƒÂ¢Ã‹Å“Ã¢â‚¬Â¦";
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
    color: #e58e09;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.prod-detail-description .rating>input:checked~label {
    color: #ffa723;
}

.price_rev .col-6 {
    width: fit-content;
}

/* Rating Stars */

.prod-detail-description {
    position: relative;
    padding: 0 4% 100px;
}

.prod-detail-description .nav-tabs .nav-link {
    padding: 15px;
    font-size: 25px;
    font-weight: 500;
    width: fit-content;
    margin-right: 10px;
    font-family: 'Saudagar';
    background: transparent;
    text-transform: uppercase;
    color: var(--headingColor);
    border-radius: 0 !important;
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border: 0;
    border-bottom: 3px solid var(--themeColor) !important;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    border: 0;
    border-bottom: 3px solid var(--themeColor) !important;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #dee2e6;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    border: 1px solid var(--black);
    margin: 5px 0 20px;
    background-color: transparent;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid var(--black);
    margin: 5px 0 0;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    resize: none;
    background-color: transparent;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: var(--black);
    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 15px 40px;
    border-radius: 0;
    border: 1px solid var(--black);
    font-size: 16px;
    text-transform: uppercase;
    background: var(--black);
    color: var(--white);
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: var(--black);
    text-transform: capitalize;
    font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #666;
    font-family: "Poppins";
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: #c78b1b;
}

.prod-detail-description .client-info {
    margin-left: 15px;
}

.prod-detail-description .client-review-box p {
    font-size: 16px;
    color: var(--black);
}

.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    margin: 0;
    font-size: 16px;
    padding-bottom: 10px;
    color: var(--headingColor2);
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}

.prod-detail-description .prd-det-discription-content ul li p {
    text-transform: uppercase;
}

.product-detail1 .skin-2 .num-in {
    height: 50px;
    width: 150px;
    float: left;
    display: flex;
    border-radius: 25px;
    cursor: pointer;
    align-items: center;
    position: relative;
}

.product-detail1 .skin-2 .num-in span:before,
.product-detail1 .skin-2 .num-in span:after {
    opacity: 1;
    content: '';
    position: absolute;
    background-color: var(--black);
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

section.inner_gift_sec1 .about_text h3 {
    font-size: 44px;
}

.product-detail1 .skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
    opacity: 1;
}

ul.disc-list li {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* product detail ends */


/* Cart Starts  */
.cart-product {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0;
    position: relative;
    border-bottom: 1px solid #e3e2e2;
}

.cart-product-img {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e6e8ea;
    border-radius: 10px;
}

.cart-product-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

section.cart-sec {
    padding: 100px 0;
}

.cart-product-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin: 0 24px;
    text-align: center;
}

.cart-product-name h6 {
    text-transform: uppercase;
    color: black;
    font-size: 18px;
}

.cart-product-name p {
    font-weight: 600;
    color: black;
    font-size: 18px;
}

.number {
    height: 50px;
    width: 130px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    max-width: fit-content;
    justify-content: center;
    border: 1px solid #ececec;
}

.number span {
    width: 25px;
    height: 25px;
    display: flex;
    font-size: 12px;
    cursor: pointer;
    align-items: center;
    border-radius: 20px;
    color: var(--textColor);
    justify-content: center;
    background-color: #ebebeb;
}

.number input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 47%;
    border: unset;
    /* text-align: center; */
    background: transparent;
    height: unset;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
}

.add-to-cart input {
    width: 100%;
    height: 59px;
    font-size: 23px;
    font-weight: 500;
    margin-top: 24px;
    border-radius: 6px;
    text-align: center;
    font-family: 'Poppins';
    color: var(--textColor);
    border: none;
    background-color: #f4f4f4;
}

.number span {
    cursor: pointer;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.cart-product p {
    cursor: pointer;
}

.cart-right {
    border-radius: 10px;
    padding: 50px 30px 0px;
}

.cart-right h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Poppins';
}

.Subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d3d2d2;
    padding-bottom: 12px;
}

.Subtotal h6 {
    font-size: 18px;
}

.Subtotal p {
    font-size: 18px;
    color: black;
}

.shipping-row,
.subtotal-row {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}

.shipping-row p,
.subtotal-row p {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.location-fields input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 25px;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
}

.location-fields select {
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 25px;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
}

.Subtotal h6 {
    font-size: 18px;
    color: black;
}

.sub-total p img {
    margin-right: 12px;
}

.Subtotal {
    margin-bottom: 10px;
}

.Subtotal p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.shipping {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0;
    border-bottom: 1px solid #d3d2d2;
    padding-bottom: 19px;
}

.shipping h6 {
    font-size: 18px;
}

.sub-total>h6 {
    font-size: 16px;
    margin: 20px 0px 10px;
    padding-bottom: 10px;
    color: var(--textColor);
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 37px;
}

.cart-total p {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

.update-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 10px;
    background-color: var(--white);
    border: 1px solid var(--textColor);
}

.checkout-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.continue-shopping>a {
    color: black;
    margin-top: 13px;
    font-weight: 600;
}

.continue-shopping {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Cart Table Styles */
.cart-table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
}

.cart-table thead th {
    padding: 15px;
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    color: var(--black);
}

.cart-table tbody td {
    padding: 20px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
}

.cart-table .cart-product-img {
    width: 180px;
    height: 130px;
    position: relative;
    margin-right: 15px;
}

.cart-table .cart-product-img img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.remove-btn-tr {
    top: -8px;
    width: 23px;
    border: none;
    right: -8px;
    height: 23px;
    display: flex;
    font-size: 10px;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
}

.cart-table .number {
    margin: 0 auto;
}

.cart-table .price {
    font-weight: 600;
    color: var(--black);
}

.table-cart-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.table-cart-btn button {
    font-weight: 500;
    padding: 13px 35px;
    color: var(--black);
    border-radius: 50px;
    background-color: var(--white);
    border: 1px solid var(--textColor);
}

.table-cart-btn button.update-cart-btn {
    color: var(--textColor);
    border: #ebebeb;
    background-color: #ebebeb;
}

.radio-input {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.radio-b {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radio-b__input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.radio-b__label {
    display: flex;
    align-items: center;
    gap: 12px;
    /* Espace entre le carrÃ© et le texte */
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    transition: all 0.3s ease;
}

.radio-b__custom {
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 0%;
    transition: all 0.3s ease;
    border: 1px solid #bbbbbb;
}

.radio-b__custom-fill {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0;
    right: 0;
    bottom: 0;
    height: 0;
    margin: auto;
    border-radius: 0px;
    background: var(--headingColor);
    transition: all 0.3s ease;
}

.radio-b__input:checked+.radio-b__label .radio-b__custom-fill {
    width: 26px;
    height: 26px;
    transition: all 0.3s ease;
}

.radio-b__input:checked+.radio-b__label .radio-b__custom {
    border: none;
    /* Supprime les bordures noires */
    transition: all 0.3s ease;
    /* Assure une transition fluide */
}

.radio-b__input:hover+.radio-b__label .radio-b__custom {
    transform: scale(0.85);
    color: linear-gradient(0deg,
            rgba(0, 230, 118, 1) 0%,
            rgba(255, 215, 0, 1) 100%);
}

/* Optionnel : style pour le texte */
.radio-b__text {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 500;
}

/* Cart Ends */

/* Checkout Starts  */
.checout-input input {
    width: 100%;
    height: 60px;
    padding: 20px;
    margin: 5px 0;
    border-radius: 10px;
    border: 1px solid var(--textColor);
}

.checout-input {
    margin: 10px 0;
    position: relative;
}

.checout-input i {
    top: 52px;
    font-size: 16px;
    right: 12px;
    position: absolute;
    color: var(--textColor);
}

.checout-input select.form-select {
    width: 100%;
    height: 60px;
    padding: 20px;
    margin: 5px 0;
    appearance: unset;
    border-radius: 10px;
    background-image: none;
    border: 1px solid var(--textColor);
}

.checout-input textarea {
    width: 100%;
    resize: none;
    height: 170px;
    max-width: 600px;
    border-radius: 10px;
    border: 1px solid var(--textColor);
}

.checout-input label {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--textColor);
}

section.checkout-page {
    padding: 100px 3%;
}

.checout-input textarea {
    width: 100%;
    resize: none;
    height: 170px;
}

section.checkout-page {
    padding: 100px 0;
}

.checkout-right {
    padding: 30px 30px;
    border-radius: 10px;
    border: 1px solid #d5d5d5;
}

.checkout-right h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    color: var(--black);
    font-family: 'Poppins';
}

.sub-total {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    padding: 2px;
    margin-bottom: 21px;
}

.price {
    padding: 0;
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.price h6 {
    font-size: 14px;
    font-weight: 600;
    color: #7c7c7c;
}

.price p {
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.price-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-sub {
    font-weight: 600;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #d1cdcd;
}

.price-sub h6 {
    font-size: 18px;
}

.price-sub p {
    font-size: 18px;
    color: black;
    font-weight: 600;
}

.Shipping {
    padding: 11px 0 5px;
}

.Shipping p {
    gap: 10px;
    display: flex;
    color: #7c7c7c;
    font-weight: 600;
    align-items: center;
    justify-content: flex-start;
}

.Shipping p i {
    font-size: 10px;
    color: #cccccc;
}

.Shipping {
    display: flex;
    justify-content: space-between;
}

.check-btm img {
    margin-right: 10px;
}

.place-order {
    margin-top: 27px;
}

.place-order button {
    margin: 0px auto;
}

.place-order a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.place-order a span:nth-child(1) {
    text-align: center;
    padding-left: 40%;
}

.place-order a span {
    text-align: center;
}

.check-btm-box {
    gap: 5px;
    display: flex;
    margin-top: 25px;
    padding: 30px 30px;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #d5d5d5;
    justify-content: space-between;
}

.instruction p {
    gap: 10px;
    display: flex;
    font-weight: 600;
    color: #7c7c7c;
    align-items: center;
    justify-content: flex-start;
}

.instruction p a {
    color: var(--black);
}

.instruction p i {
    font-size: 10px;
    color: #cccccc;
}

/* Checkout Ends */

/* product-sec */

.product-sec-heading {
    padding: 80px 4%;
    position: relative;
    background-color: #fefefd;
}

.product-sec-heading::before {
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 60px;
    position: absolute;
    background-image: url(../images/section-before.png);
    background-position: top center;
    background-size: cover;
}

.product-sec-heading::after {
    left: 0;
    top: 0;
    width: 100%;
    content: '';
    height: 60px;
    position: absolute;
    transform: rotate(180deg);
    background-image: url(../images/section-before.png);
    background-position: top center;
    background-size: cover;
}

.product-heading {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product-heading .nav {
    gap: 20px;
    border: none;
}

.product-heading .nav .nav-link.theme-btn-1 {
    box-shadow: none;
    font-weight: 500;
    padding: 18px 30px;
    border-radius: 10px;
    color: var(--themeColor);
}

.product-heading .nav .nav-link:hover,
.product-heading .nav .nav-link.active {
    border-width: 1px;
    color: var(--white);
    border-color: var(--white);
    background-color: var(--themeColor);
    box-shadow: 0px 11px 14px 0px rgba(22, 26, 29, 0.13);
}

.product-list-sec .custom-pl {
    padding-left: 50px;
}

.product-box {
    overflow: hidden;
    max-width: 320px;
    margin: 20px auto;
    border-radius: 10px;
    background-color: var(--white);
}

.product-img {
    padding: 25px;
    display: block;
    border: 1px solid #e1e1e1;
    border-radius: 10px 10px 0px 0px;
}

.product-img img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    filter: drop-shadow(-21px 29px 36px #141414ce);
}

.product-img h3 {
    font-size: 20px;
    margin: 30px 0px 20px;
}

.product-img ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-img ul li h6 {
    color: #515151;
}

.product-img ul li h6 span {
    margin-right: 10px;
    padding-right: 10px;
    display: inline-flex;
    border-right: 1px solid #d9d9d9;
}

.product-img ul li h6 span i {
    font-size: 12px;
    color: #ff4138;
}

.product-img ul li h6 span i:last-child {
    color: #e5e5e5;
}

.product-img ul li h4 {
    font-size: 26px;
    color: #03563d;
}

.product-button {
    display: flex;
    padding: 30px 10px;
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
}

.product-button .theme-btn-1 {
    border-radius: 5px;
    color: var(--white);
    border: 1px solid var(--white);
}

/* product-sec */


/* product list page */

.product-list-sec {
    padding: 100px 4%;
}

.show-prg-num {
    gap: 10px;
}

.show-prg-num div {
    gap: 15px;
    display: flex;
    align-items: center;
}

.show-prg-num div a {
    font-size: 15px;
    color: #000000;
    font-family: 'Saudagar';
}

.showing-icon {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px 25px 20px 0px;
}

.found-box {
    padding: 30px 0px;
    border-right: 1px solid #e2ddd7;
}

.showing-icon>.product-select {
    width: 90%;
    position: relative;
}

.right-side-top {
    margin-bottom: 80px;
    border-bottom: 1px solid #e2ddd7;
}

.product-select select {
    width: 100%;
    height: 40px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 40px 8px 10px;
    /* space for the icon */
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #dedad1;
    background-color: #e9e6dc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.product-select i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    pointer-events: none;
    font-size: 12px;
}

.right-side-top p {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.view-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grid_box {
    position: relative;
}

.grid_box:hover p {
    opacity: 1;
}

.grid_box>p {
    position: absolute;
    width: 90px;
    background: var(--themeColor);
    color: #fff;
    top: -50px;
    left: -40px;
    height: 40px;
    display: flex;
    font-family: 'Saudagar';
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.grid_box p:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 10px;
    left: 35px;
    bottom: -9px;
    background: var(--themeColor);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.grid-view {
    gap: 10px;
    display: flex;
    align-items: center;
}

.product-side-bar {
    position: relative;
    border-right: 1px solid #d1cec3;
}

.product-side-bar::before {
    top: -80px;
    width: 1px;
    right: -1px;
    content: '';
    height: 80px;
    position: absolute;
    background-color: #d1cec3;
}

.product-side-bar h4 {
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Saudagar';
}

.product-side-bar ul {
    margin-top: 25px;
}

.product-side-bar ul li {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1cec3;
}

.product-side-bar .form-group {
    display: block;
}

.product-side-bar .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.product-side-bar .form-group label {
    cursor: pointer;
    position: relative;
    color: var(--black);
    font-family: 'Poppins';
}

.product-side-bar .form-group label:before {
    content: '';
    -webkit-appearance: none;
    width: 15px;
    background-color: var(--white);
    height: 15px;
    padding: 0px;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #42403f;
}

.product-side-bar .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 4px;
    height: 9px;
    border: solid #42403f;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.page-item {
    gap: 10px;
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
}

.page-item button::before {
    top: 0;
}

.page-item button {
    width: 45px;
    height: 45px;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    font-family: 'Saudagar';
    color: var(--themeColor);
    background-color: transparent;
    border: 1px solid var(--themeColor);
}

.page-item button.active {
    color: var(--white);
    background-color: var(--themeColor);
}

.right-side-top .found-box p {
    font-size: 18px;
    font-family: 'Saudagar';
}

/* product list page */

/* show-sec */

.show-sec {
    padding: 100px 0px;
}

.show-txt {
    display: flex;
    min-height: 100%;
    padding: 30px 0px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

}

.show-txt p {
    margin-bottom: 15px;
}

.show-img {
    width: 100%;
    height: 600px;
    min-height: 100%;
    overflow: hidden;
}

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







/* show-sec */

/*footer start*/

footer {
    padding-top: 70px;
    background-color: var(--headingColor);
}

.ft-logo a {
    display: block;
    margin-bottom: 20px;
}

.ft-logo a img {
    width: 100%;
    max-width: 290px;
    object-fit: contain;
}

.ft-logo p {
    width: 89%;
    font-size: 14px;
    color: var(--white);
    margin-bottom: 30px;
}

.ft-logo form input {
    width: 100%;
    border: unset;
    color: var(--white);
    background-color: unset;
    padding: 20px 50px 30px 0px;
    border-bottom: 1px solid #ffffff71;
}

.ft-logo form input::placeholder {
    color: var(--white);
}

.inp {
    position: relative;
}

.inp button {
    right: 0;
    top: 5px;
    width: 55px;
    height: 55px;
    display: flex;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor);
}

.inp button img {
    width: 56%;
    height: 15px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1181%) hue-rotate(63deg) brightness(111%) contrast(100%);
}

footer h4 {
    font-size: 20px;
    color: var(--white);
    margin-bottom: 20px;
}

.quick-links ul li a {
    opacity: 0.5;
    font-size: 14px;
    line-height: 33px;
    color: var(--white);
    font-family: 'Poppins';
}

.quick-links ul li a:hover {
    opacity: 1;
}

.follow ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: unset;
}

.follow ul li a i {
    opacity: 0.5;
    font-size: 25px;
    color: var(--white);
}

.follow ul li a i:hover {
    opacity: 1;
}

.quick-links ul li p {
    font-size: 14px;
    color: #fff;
    margin-top: 12px;
}

.quick-links ul li p span {
    display: block;
}

.quick-links.tw {
    padding-left: 28%;
}

.quick-links.th {
    padding-left: 27%;
}

.follow {
    padding-left: 37%;
}

.ft-bot {
    padding: 20px 0px;
    margin: 30px 0px 0px 0px;
    border-top: 1px solid #ffffff77;
}

.ft-bot p {
    opacity: 0.8;
    font-size: 14px;
    text-align: center;
    color: var(--white);
}

.ft-bot .row {
    align-items: center;
}

.quick-links ul li {
    padding-bottom: 10px;
}

a.btn-1:hover {
    transition: 1s;
    background-color: unset;
    color: #000;
    border: 1px solid #000;
}

.baner-txt a.btn-1:hover {
    color: #000;
    background-color: #fff;
    border: unset;
}

/*footer end*/



/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/