* {
    margin: 0px;
    padding: 0px;
	box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
}
body.deactive {
    overflow-y: hidden;
}
h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea, label {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
button, input, textarea,select {
    outline: none !important;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
select.minimal {
    background-image: url(../images/selectArrow.png);
    background-position: calc(100% - 20px) calc(1em + 10px);
    background-repeat: no-repeat;
}
/* GLOBAL_CSS_CHANGES_END_HERE */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Chrome, Safari, Edge, Opera */

/* GLOBAL_VAR_CSS_START_FROM_HERE */
:root {
    --white: #ffffff;
    --black: #000000;
    --jakarta_regular: "PlusJakartaSans-Regular";
    --yesevaOne_regular: "YesevaOne-Regular";
}
/* GLOBAL_VAR_CSS_CSS_HERE */

/* FONT_CSS_START_FROM_HERE */
@font-face {
    font-family: "PlusJakartaSans-Regular";
    src: url("../webfonts/PlusJakartaSans-Regular.ttf");
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: "Satisfy-Regular";
    src: url("../webfonts/Satisfy-Regular.ttf");
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: "YesevaOne-Regular";
    src: url("../webfonts/YesevaOne-Regular.ttf");
    font-weight: regular;
    font-style: normal;
}
/* FONT_CSS_END_HERE */

/* SCROLL-CSS */
body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-track {
    background: var(--white); 
}
body::-webkit-scrollbar-thumb {
	background-color: var(--black);
}
/* SCROLL-CSS */


.header_wrapper {
    background-image: url(../images/headerBg.png);
    width: 100%;
    height: 140px;
    background-size: cover;
    background-position: center;
    padding: 0px 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.toggle_btn {
    width: 45px;
    height: 45px;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #1b171a;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 999;
    border-radius: 100%;
    border: 0;
    background: #cca048;
}
.logo {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50% , -50%);
    display: flex;
    max-width: 200px;
    justify-content: center;
    align-items: center;
}
.logo.mobile_logo {
    display: none;
}
.header_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 140px;
}
.header_flex ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.nav_item {
    font-family: var(--jakarta_regular);
    font-size: 18px;
    color: #fff;
}
.nav_item:hover {
    color: #fff;
}
.header_btns_flex .action_btn {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.header_btns_flex .action_btn span {
    font-family: var(--jakarta_regular);
    font-size: 12px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -2px;
    right: -3px;
    background: #f33;
}
.header_btns_flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.header_flex .gen_btn {
    width: 285px;
    height: 60px;
}

.gen_btn_two {
    width: 155px;
    height: 60px;
    border: 1px solid #cca048;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.gen_btn_two:hover {
    color: #fff;
}
.gen_btn_two .btn_inner_flex p {
    font-family: var(--jakarta_regular);
    font-size: 18px;
    color: #fff;
}
.btn_inner_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(41px);
    transition: all 0.25s;
}
.gen_btn_two:hover .btn_inner_flex {
    transform: translateY(-15px);
}



.gen_btn_one {
    font-family: var(--jakarta_regular);
    font-size: 18px;
    width: 155px;
    height: 60px;
    border: 1px solid #cca048;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cca048;
    color: #000;
    overflow: hidden;
}
.gen_btn_one .btn_inner_flex p {
    font-family: var(--jakarta_regular);
    font-size: 18px;
    color: #000;
}
.gen_btn_one:hover {
    color: #000;
}
.gen_btn_one:hover .btn_inner_flex {
    transform: translateY(-15px);
}



.gen_btn {
    width: 155px;
    height: 60px;
    border: 1px solid #cca048;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.gen_btn .btn_inner_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(27px);
    transition: all 0.25s;
    gap: 30px;
}
.gen_btn:hover .btn_inner_flex {
    transform: translateY(-29px);
}
.gen_btn .btn_inner_flex p {
    font-family: var(--jakarta_regular);
    font-size: 18px;
    color: #fff;
}

.index_banner {
    background-image: url(../images/banner_bg.webp);
    background-size: cover;
    background-position: center;
    padding: 350px 0px 200px 0px;
    position: relative;
    z-index: 1;
}
.index_banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b3;
    z-index: -1;
}
.banner_text_box {
    max-width: 1024px;
    margin: 0 auto;
}
.banner_text_box h1 {
    font-family: "Satisfy-Regular";
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.banner_text_box h2 {
    font-family: var(--yesevaOne_regular);
    font-size: 75px;
    color: #fff;
    text-align: center;
}
.banner_text_box h2 span {
    color: #cca048;
}
.banner_text_box p {
    font-family: var(--jakarta_regular);
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.banner_text_box p span {
    font-weight: 700;
    color: #cca048;
}
.banner_btn_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.banner_bottom_img_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_sec_one {
    border-top: 4px solid var(--cca048);
    background-image: url(../images/index_section_one_bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 0px 0px 100px 0px; */
    position: relative;
    z-index: 1;
}
.index_sec_one:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0f0b077d;
    z-index: -1;
}

.index_sec_one_text_box .inner_box h2 {
    font-size: 44px;
    font-family: var(--yesevaOne_regular);
    color: #fff;
}
.index_sec_one_text_box .inner_box p {
    font-family: var(--jakarta_regular);
    font-size: 18px;
    color: #fff;
}
.index_sec_one_text_box .inner_box.inner_box_bottom h2 {
    font-size: 32px;
    font-family: var(--yesevaOne_regular);
    color: #fff;
}
.inner_box_top {
    border-bottom: 1px solid #ffffff1a;
}
.index_sec_one_text_box .inner_box.inner_box_bottom .highlighted_text {
    font-family: var(--jakarta_regular);
    font-size: 18px;
    color: #000;
    background-color: #cca048;
    margin-bottom: 12px;
    padding: 2px 8px 2px 8px;
    width: fit-content;
}
.index_sec_one_img_box {
    transform: scale(1.1) translateY(-30px);
}


.index_sec_two {
    padding: 150px 0px;
    background-color: #1a171a;
}
.index_sec_two_box {
    width: 100%;
    height: 510px;
    background-color: #231e1d;
    position: relative;
    z-index: 1;
}
.index_sec_two_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    z-index: -1;
}
.index_sec_two_box h1 {
    font-family: "Satisfy-Regular";
    font-size: 64px;
    color: #fff;
    text-align: center;
    line-height: 0.6;
}
.index_sec_two_box h2 {
    font-size: 44px;
    font-family: var(--yesevaOne_regular);
    color: #fff;
    text-align: center;
}
.index_sec_two_box h2 span {
    color: #cca048;
}
.index_sec_two_box_left {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.index_sec_two_box_left .gen_btn,
.index_sec_two_box_right .gen_btn {
    background: #cca048;
}
.index_sec_two_box_left .btn_inner_flex,
.index_sec_two_box_right .btn_inner_flex {
    transform: translateY(28px);
}
.index_sec_two_box_right .gen_btn p {
    color: #000;
    background: none;
}
.index_sec_two_box_left .gen_btn p {
    color: #000;
}
.index_sec_two_box_left a {
    margin: 0 auto;
    margin-top: 20px;
}
.index_sec_two_box_left .img_box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.index_sec_two_box_left {
    background-image: url(../images/index_sec_one_img.png);
    background-size: cover;
    background-position: center;
}
.index_sec_two_box_right {
    background-image: url(../images/article_card_right_img.png);
    background-size: cover;
    background-position: center;
}
.index_sec_two_box_right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.index_sec_two_box_right h3 {
    font-size: 24px;
    font-family: var(--yesevaOne_regular);
    color: #fff;
    margin-bottom: 5px;
}
.index_sec_two_box_right p {
    font-size: 18px;
    font-family: var(--jakarta_regular);
    color: #1a171a;
    background: #fff;
    padding: 3px 8px;
}



.index_sec_three {
    background: #1a171a;
    padding: 0px 0px 150px 0px;
}

.sec_gen_text_box {
    max-width: 740px;
    margin: 0 auto;
}
.sec_gen_text_box h1 {
    font-family: "Satisfy-Regular";
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 0.6;
    margin-bottom: 20px;
}
.sec_gen_text_box h2 {
    font-size: 64px;
    font-family: var(--yesevaOne_regular);
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.sec_gen_text_box h2 span {
    color: #cca048;
}
.sec_gen_text_box p {
    font-family: var(--jakarta_regular);
    font-size: 18px;
    color: #fff;
}
.sec_gen_text_box p span {
    color: #cca048;
    font-weight: 700;
}
.product_card {
    border: 1px solid #231d1d;
    display: block;
    margin-bottom: 25px;
}
.product_card .img_box {
    width: 100%;
    height: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #231d1d;
    margin-bottom: 25px;
    padding: 30px;
}
.product_card .txt_box {
    padding: 30px;
    padding-top: 0;
}
.product_card .txt_box h1 {
    font-size: 32px;
    font-family: var(--yesevaOne_regular);
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.product_desc_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.product_desc_left,
.product_desc_right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product_desc_left p {
    font-family: var(--jakarta_regular);
    font-size: 24px;
    color: #fff;
}
.product_desc_right p {
    font-family: var(--jakarta_regular);
    font-size: 24px;
    color: #cca048;
}
.product_btn {
    background: transparent;
    width: 100%;
} 


.index_sec_four {
    background-image: url(../images/section_four_bg.png);
    background-position: center;
    background-size: cover;
    padding: 100px 0px;
}
.index_sec_four_top_card {
    width: 100%;
    height: 350px;
    background-image: url(../images/index_sec_four_top_card_img.png);
    background-position: center;
    background-size: cover;
}
.index_sec_four_bottom_card {
    width: 100%;
    height: 350px;
    background-image: url(../images/index_sec_four_btm_card_img.png);
    background-position: center;
    background-size: cover;
}
.img_border {
    border: 1px solid #cca048;
}
.index_sec_four_top_card,
.index_sec_four_bottom_card {
    padding: 40px 30px 45px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.index_sec_four_top_card h1,
.index_sec_four_bottom_card h1 {
    font-size: 28px;
    font-family: var(--yesevaOne_regular);
    color: #fff;
    margin-bottom: 20px;
}
.index_sec_four_top_card p,
.index_sec_four_bottom_card p {
    font-family: var(--jakarta_regular);
    font-size: 18px;
    color: #fff;
}
.index_sec_four_top_right_card {
    padding-left: 30px;
}
.index_sec_four_top_right_card h1 {
    font-family: "Satisfy-Regular";
    font-size: 20px;
    color: #fff;
    line-height: 0.6;
    margin-bottom: 20px;  
}
.index_sec_four_top_right_card h2 {
    font-size: 48px;
    font-family: var(--yesevaOne_regular);
    color: #fff;
    margin-bottom: 15px;
    max-width: 500px;
}
.index_sec_four_top_right_card h2 span {
    color: #cca048;
}
.index_sec_four_top_right_card p {
    font-family: var(--jakarta_regular);
    font-size: 18px;
    color: #fff;
}





.index_sec_five {
    background: #1a171a;
    padding: 100px 0px;
}
.index_sec_five .sec_gen_text_box {
    max-width: 830px;
}
.index_sec_five .sec_gen_text_box p {
    font-size: 16px;
}
.schedule_img_box {
    width: 100%;
    height: 620px;
}
.schedule_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.booking_form {
    padding: 50px 40px 40px;
    border: 1px solid #ffffff1a;
    height: 620px;
}
.booking_form h1 {
    font-size: 32px;
    font-family: var(--yesevaOne_regular);
    color: #fff;
    margin-bottom: 15;
}
.booking_form p {
    font-family: var(--jakarta_regular);
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.form_input {
    font-family: var(--jakarta_regular);
    font-size: 18px;
    color: #fff9;
    background-color: #211e21;
    border: 1px #000;
    width: 100%;
    height: 60px;
    margin-bottom: 0;
    padding: 16px 24px;
}
.form_input::placeholder {
    color: #fff9;
}
.form_btn {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--jakarta_regular);
    font-size: 18px;
    color: #1a171a;
    background-color: #cca048;
    border: 0;
}



.index_sec_seveth {
    background: #1a171a;
    padding: 100px 0px;
}
.index_sec_seveth .sec_gen_text_box {
    max-width: 830px;
    margin: 0 auto;
}



.index_sec_eight {
    background: #1a171a;
    padding: 0px 0px 100px 0px;
}
.index_sec_eight_top_flex h1 {
    font-family: "Satisfy-Regular";
    font-size: 20px;
    color: #fff;
    line-height: 0.6;
    margin-bottom: 20px;
}
.index_sec_eight_top_flex h2 {
    font-size: 64px;
    font-family: var(--yesevaOne_regular);
    color: #fff;
    margin-bottom: 15px;
}
.index_sec_eight_top_flex h2 span {
    color: #cca048;
}
.index_sec_eight_top_flex p {
    font-family: var(--jakarta_regular);
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}


.testimonial_flex {
    padding: 30px 0px 0px 0px;
}
.testimonial_flex .line_img {
    width: 100%;
    height: 8px;
    object-fit: cover;
}
.testimonal-shape {
    margin-bottom: 120px;
}

.testimonial_card {
    background-image: url(../images/testimonail_card_bg.png);
    background-size: cover;
    background-position: center;
    padding: 40px 10px 40px;
    border: 1px solid #ffffff1a;
}
.testimonial_card h1 {
    font-size: 28px;
    font-family: var(--yesevaOne_regular);
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}
.testimonial_card p {
    font-family: var(--jakarta_regular);
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.clinet_info_flex {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 25px;
}
.clinet_info_flex .img_box {
   max-width: 65px;
   width: 100%;
}
.clinet_info_flex .c_title {
    font-size: 18px;
}
.swiper.testimonial_slider {
    overflow: visible;
}
.testimonial_slider .swiper-slide {
    transition: all 0.5s;
}
.testimonial_slider .swiper-slide.swiper-slide-active {
    transform: scale(1.2);
    transition: all 0.5s;
}
.testimonial_slider .swiper-slide-prev .testimonial_card {
    position: relative;
}
.testimonial_slider .swiper-slide-prev .testimonial_card:before,
.testimonial_slider .swiper-slide-next .testimonial_card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000085;
}

.cursorFollower {
    position: fixed;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s;
    background: #fff;
    z-index: 999;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cursorFollower img {
    transform: scaleX(-1);
}

  
.index_sec_nine {
    background-color: #1a171a;
    padding: 70px 0px 140px 0px;
}
.index_sec_nine .index_sec_eight_top_flex h2 {
    max-width: 650px;
}
.index_sec_nine .index_sec_eight_top_flex {
    margin-bottom: 40px;
}
.index_sec_nine .gen_btn_one {
    width: 220px;
}
.index_sec_nine .testimonal-shape {
    margin-bottom: 60px;
}
.article_card_left .img_box img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
}
.article_card_heading {
    font-size: 32px;
    font-family: var(--yesevaOne_regular);
    color: #fff;
    margin-bottom: 15px;
    max-width: 500px;
}
.article_card_link_btn {
    font-family: var(--jakarta_regular);
    font-size: 18px;
    color: #fff;
}
.article_card_right {
    transition: all 0.25s;
    transform: scale(0.8);
}
.swiper-slide-active .article_card_right {
    transform: scale(1);
}
.article_card_right .img_box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.slider_navigation_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider_navigation_btn_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.slider_navigation_btn {
    border: 1px solid #fff3;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    inset: -120px 0% auto auto;
}
.footer_wrapper {
    background: url(../images/footer_bg.png);
    background-size: cover;
    background-position: center;
    padding: 100px 0px 200px 0px;
    border-top: 5px solid #cca048;
}
.footer_text_box p {
    font-family: var(--jakarta_regular);
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.footer_text_box h2 {
    font-size: 32px;
    font-family: var(--yesevaOne_regular);
    color: #fff;
    margin-bottom: 20px;
}
.footer_input_group {
    position: relative;
}
.footer_input_group input {
    width: 100%;
    height: 60px;
    padding: 15px 24px;
    font-family: var(--jakarta_regular);
    font-size: 16px;
    color: #fff;
    background-color: #1a171a;
    border: 1px #000;
}
.footer_input_group input::placeholder {
    color: #fff9;
}
.footer_text_box.right_box {
    padding-left: 30px;
}
.footer_text_box.right_box h2 {
    position: relative;
    padding-bottom: 30px;
}
.footer_text_box.right_box h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-image: url(../images/footer_heading_line.png);
    background-size: contain;
}
.footer_middle_box {
    position: relative;
    z-index: 1;
}
.footer_middle_box .btn_inner_flex {
    transform: translateY(32px);
}
.footer_middle_box .bg_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -47%);
    z-index: -1;
}
.footer_middle_box h1 {
    font-size: 64px;
    font-family: var(--yesevaOne_regular);
    color: #fff;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.footer_middle_box h1 span{
    color: #cca048;
}
.footer_middle_box p {
    font-family: var(--jakarta_regular);
    font-size: 18px;
    color: #fff;
    margin: 0px auto;
    text-align: center;
    max-width: 500px;
    margin-bottom: 20px;
}
.send_btn {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cca048;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}
.social_icons_flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.social_icons_flex a {
    background-color: #ffffff0d;
    border: 1px solid #ffffff1a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.social_icons_flex a span {
    width: 8px;
    height: 8px;
    background-color: #cca048;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.25s;
    z-index: -1;
}
.social_icons_flex a:hover span {
    animation: circle_anim 0.25s forwards linear; 
}
.copywrite_flex {
    background-color: #1a171a;
    padding: 40px 0px 20px 0px;
    z-index: 111;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    border-top: 2px solid #cca048;
}
.copywrite_flex p {
    font-family: var(--jakarta_regular);
    font-size: 16px;
    color: #fff;
}
.copywrite_flex a {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.copywrite_flex a .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.marquee_container {
    background: url(../images/marqee_bg.png);
    background-size: cover;
    background-position: center;
    padding: 30px 0px;
}
#marquee, #marquee-reverse {
    padding: 20px 0px;
    width: 100%;
}

#marquee .container,
#marquee-reverse .container {
    overflow: hidden;
    width: 100%;
}

#marquee .pic-container {
    display: flex;
    animation: marquee 20s infinite linear;
    gap: 30px;
}

#marquee-reverse .pic-container-reverse {
    display: flex;
    animation: marquee-reverse 20s infinite linear;
    gap: 30px;
}

#marquee .pic-container .pic,
#marquee-reverse .pic-container-reverse .pic {
    flex-basis: 30%;
    flex-shrink: 0;
}

#marquee img,
#marquee-reverse img {
    width: 100%;
    object-fit: cover;
    border: 1px solid #cca048;
}

/* INNER PAGES CSS */
.inner_banner {
    height: 750px;
}
.fountain_banner {
    background-image: url(../images/article_card_right_img.png);
    background-size: cover;
    background-position: center;
}
.rental_pricing_banner {
    background-image: url(../images/index_sec_one_img.png);
    background-size: cover;
    background-position: center;
}
.inner_sec_one {
    padding: 150px 0px;
    background: #1a171a;
}
.inner_gen_text_box h2 {
    font-size: 40px;
    font-family: var(--yesevaOne_regular);
    color: #fff;
    margin-bottom: 15px;
}
.inner_gen_text_box h2 span {
    color: #cca048;
}
.inner_gen_text_box p {
    font-family: var(--jakarta_regular);
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}
.inner_gen_text_box p span {
    color: #cca048;
    font-weight: 700;
}
.inner_gen_text_box p i {
    font-size: 7px;
    margin-right: 10px;
    transform: translateY(-3px);
}
.inner_gen_text_box.inner_gen_text_box_centered {
    max-width: 1024px;
    margin: 0 auto;
}
.inner_gen_text_box.inner_gen_text_box_centered h2 {
    font-size: 60px;
}
.inner_gen_img_box {
    max-width: 400px;
    margin: 0 auto;
}
.pricing_card {
    width: 100%;
    background-image: url(../images/index_sec_four_top_card_img.png);
    background-position: center;
    background-size: cover;
    padding: 20px;
    min-height: 1200px;
}
.pricing_card .img_box img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
}
.pricing_card h2 {
    font-family: var(--yesevaOne_regular);
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}
.pricing_card h3 {
    font-family: var(--yesevaOne_regular);
    font-size: 20px;
    color: #fff;
}
.pricing_card p {
    font-family: var(--jakarta_regular);
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
.pricing_listing {
    margin: 10px 0px;
}
.pricing_listing li {
    font-family: var(--jakarta_regular);
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}
.pricing_listing li span i {
    font-size: 10px;
}

.images_grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.grid_card {
    width: 410px;
    display: block;
    margin: 10px 0px;
    height: 300px;
    margin-bottom: 15px;
}
.grid_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.grid_card p {
    font-family: var(--yesevaOne_regular);
    font-size: 20px;
    color: #fff;
    text-align: center;
}
/* INNER PAGES CSS */

.footer_logo {
    max-width: 170px;
}














/* Standard marquee (Right to Left) */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Reverse marquee (Left to Right) */
@keyframes marquee-reverse {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    #marquee .pic-container .pic,
    #marquee-reverse .pic-container-reverse .pic {
        flex-basis: 25%;
    }
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-125%);
        }
    }
    @keyframes marquee-reverse {
        0% {
            transform: translateX(-125%);
        }
        100% {
            transform: translateX(0);
        }
    }
}


@keyframes circle_anim {
    0% {
        width: 8px;
        height: 8px;
        transform: translateX(-50%); /* Ensures it starts centered */
    }
    50% {
        width: 100%;
        height: 100%;
        transform: translateX(-20px); /* Moves slightly */
    }
    100% {
        width: 100%;
        height: 100%;
        transform: translateX(-50%); /* Ensures it ends centered */
    }
}


@media (max-width: 768px) {
    #marquee .pic-container .pic,
    #marquee-reverse .pic-container-reverse .pic {
        flex-basis: 33.33%;
    }
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-186.65%);
        }
    }
    @keyframes marquee-reverse {
        0% {
            transform: translateX(-186.65%);
        }
        100% {
            transform: translateX(0);
        }
    }
}




