@font-face {font-family: "cerapro";src: url(/fonts/Fontspring-DEMO-cerapro-medium.woff);}
:root{
  /* header */
  --bg-color-header:#501E40;
  --header-navbar-color:#ffffff;
  --header-navbar-active-color:#E4B169;
  --header-navbar-dropdown-bg-color:#ffffff;
  --header-navbar-dropdown-color:#164863;
  --header-navbar-dropdown-active-color:#ffffff;
  --header-navbar-dropdown-active-bg-color:#E4B169;
  --header-navbar-dropdown-list-hover-color:#ffffff;
  --header-navbar-dropdown-list-hover-bg-color:#E4B169;
  --header-navbar-button-border-color:#E4B169;
  --header-navbar-button-color:#ffffff;
  --header-toggle-color:#ffffff;
  /* footer */
  --bg-color-footer:#501e40;
  --footer-copy-right-color:#ffffff;
  --footer-heading-color:#E4B169;
  --footer-cat-color:#ffffff;
  --footer-cat-hover-color:#E4B169;
  --footer-description-color:#F3DEE2;
  --footer-border:#E4B169;
 /* Hero-section */
  --hero-section-bg-image: url("/images/img/Hero_bg_image.webp");
  --hero-section-bg-color: #501e40;
  --hero-section-heading-color:#501e40;
  --hero-section-sub-heading-color:#E4B169;
  --hero-section-paragraph-color:#673A5A;
  --hero-section-choose-list-color:#164863;
  /* category section */
  /* --category-section-bg-image: url("/images/img/Hero_bg_image.webp"); */
  --category-section-bg-color:#501e40;
  --category-section-heading: #ffffff;
  --category-section-card-bg-color:#ffffff;
  --category-section-card-footer-bg-color:#E4B169;
  --category-section-card-footer-color:#ffffff;
  --category-section-card-footer-hover-color:#164863;
  --category-section-slider-card-bg-color:#673A5A;
  --category-section-heading-top-image: url("/images/img/blue_border_top_img.webp");
  --category-section-heading-bottom-image: url("/images/img/blue_border_bottom_img.webp");
  /* trending-section */
  /* --trending-section-bg-image: url("/images/img/Hero_bg_image.webp"); */
  --trending-section-bg-color:#eddee9;
  --trending-section-heading: #501e40;
  --trending-section-card-bg-color:#643a5b;
  --trending-section-pagination-dot-color:#E4B169;
 /* keyword section */
 --keyword-section-bg-color:#eddee9;
 --keyword-section-heading-bg-color:#501e40;
 --keyword-section-heading-color:#F8F8F9;
 --keyword-section-sub-heading-color:#501e40;
 --keyword-section-paragraph-color:#164863;
 --keyword-section-list-strong-color:#501e40;

  /* product Page */
  --product-Page-bg-image:url("/images/img/Hero_bg_image.webp");
  --product-Page-bg-color:#eddee9;
  --product-Page-heading-color:#501e40;
  --product-Page-description-color:#501e40;
  --product-Page-card-bg-color:#501e40;
  --product-Page-card-title-color:#ffffff;

  /* Description page */
  /* --description-Page-bg-image:url("/images/img/Hero_bg_image.webp"); */
  --description-Page-bg-color:#f8edf4;
  --description-Page-card-bg-color:#501e40;
  --description-Page-heading-color:#501e40;
  --description-Page-description-color:#501e40;
  --description-Page-list-color:#501e40;
  --description-Page-related-section-bg-color:	 #ffffff;
  --description-Page-related-heading-color:#501e40;
  --description-Page-related-card-bg-color:#673A5A;
  --description-Page-related-card-title-color:#ffffff;
 /* DYNAMIC FORM */
  --dynamic-form-page-heading:#501e40;
  --dynamic-form-page-sub-heading: #501e40;
  --dynamic-form-page-paragraph-color: #501e40;
  --dynamic-form-page-input-color: #501e40;
  --dynamic-form-page-input-label-color: #501e40;
  --dynamic-form-page-num-button-bg-color: #501e40;
  --dynamic-form-page-num-button-color: #ffffff;
  --dynamic-form-page-input-border-color: #501e40;
  --dynamic-form-page-outline-bg-color: transparent;
  --dynamic-form-page-outline-border-color: #501e40;
  --dynamic-form-page-outline-text-color: #501e40;
  --dynamic-form-page-fill-btn-bg-color: #501e40;
  --dynamic-form-page-fill-btn-border-color: #501e40;
  --dynamic-form-page-fill-btn-text-color: #ffffff;

  --pagination-bg-color:#ffffff;
  --pagination-color:#501e40;
  --pagination-border-color:#501e40;
  --pagination-active-bg-color:#501e40;
  --pagination-active-color:#ffffff;
  --pagination-active-border-color:#501e40;

  --btn-color:#ffffff;
  --bg-gradient-btn:#501e40;
  --btn-color-hover:#501e40;
  --bg-gradient-btn-hover:#ffffff;
  --bg-gradient-btn-border-hover:#501e40;
  
}

#card_main,#trending_sec,#trending_sec_brithday,#all_card_page,section#single_card{
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}



html {font-family: sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%; scrollbar-gutter: stable;}
*{ padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.invite_btn {
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  color: var(--btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 12px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn_invite_gradient {
  background: var(--bg-gradient-btn);
}
.btn_invite_gradient:hover {
  color: var(--btn-color-hover);
  background-color: var(--bg-gradient-btn-hover);
  border: 1px solid var(--bg-gradient-btn-border-hover);
  box-shadow: rgba(17, 17, 26, 0.05) 0 -6px 11px, rgba(17, 17, 26, 0.25) 0 4px 10px;
}
.btn_invite_gradient_outline:hover, .btn_invite_gradient_outline_worning:hover {
  color: var(--btn-color-hover);
  background-color: transparent;
  box-shadow: rgba(17, 17, 26, 0.05) 0 -6px 11px, rgba(17, 17, 26, 0.25) 0 4px 10px;
}
.btn_invite_gradient_outline {
  color: var(--main-color);
  background: 0 0;
  border: 1px solid #3a2303;
}
.btn_invite_gradient_outline:hover {
  border: 1px solid #3a2303;
}
.btn_invite_gradient_outline_worning {
  background: 0 0;
  border: 1px solid #fcc046;
}
.btn_invite_gradient_outline_worning:hover {
  border: 1px solid #fcc046;
}
.btn_invite_gradient:focus-visible, .btn_invite_gradient_outline:focus-visible {
  outline: 0;
}



.nav-bar.navbar {
  position: sticky;
  top: 0;
  background:var(--bg-color-header) !important;
  height: auto;
  z-index: 999999;
}
.nav-bar {
  box-shadow: 0px 4px 40px 10px rgba(163, 109, 0, 0.2);
  height: 70px;
}
.sale_logo a {
  color: #fcc046 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.nav-bar a {
  font-size: 17px;
  font-weight: 500;
  color: var(--header-navbar-color);
  font-family: cerapro;
  text-decoration: none;
}
.nav-bar a:focus, .nav-bar a:hover {
  color: var(--header-navbar-active-color);
}
.nav-bar li a.active {
  color: var(--header-navbar-active-color) !important;
}
.nav-bar li {
  margin: 0 20px;
}

/* Done by RSA on 20-06-2025(Start) */
.sub-navbar {
  box-shadow: 0 20px 10px -20px rgba(0,0,0,0.45) inset!important;
  background-color: var(--bg-color-header)!important;
  padding: 14px 0 8px 0!important;
  display: block!important; 
  width: 100%!important;
  margin-top:10px!important;
}

.sub-nav {
  list-style-type: none!important;
  padding: 0!important;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  flex-wrap: wrap!important;
  margin: 0!important;
}

.sub-link {
  text-decoration: none!important;
  position: relative!important;
  margin: 0 15px!important;
}

header {
  display: flex!important;
  flex-direction: column!important;
}

#popup_modal {
  z-index: 999999!important;
}
/* Done by RSA on 20-06-2025(End) */

@media screen and (min-width: 1400px) {
  .nav-bar li {
    margin: 0 20px;
  }
}

.login_btn {
  border: 2px solid var(--header-navbar-button-border-color)!important;
  border-radius: 7px!important;
  font-weight: 500;
  padding: 6px 17px!important;
  /* color: #fcc046; */
  color: var(--header-navbar-button-color)!important;
  font-size: 10px!important;
  font-family: cerapro;
  background: border-box;
}
#card_main {
  background: url('/images/cards_images/bggg.webp');
  padding: 50px 0px;
  display: flex;
  align-items: center;
  position: relative;
}

.main_heading {
  font-size: 36px;
  font-family: cerapro;
  font-weight: 800;
  font-style: italic;
  line-height: 1.2;
  color:var(--hero-section-heading-color);
  z-index: 1;
}
.card_main_para {
  color: var(--hero-section-paragraph-color);
}
.main_heading::before {
  position: absolute;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  top: 0px;
  left: calc(50% - 109px);
  z-index: 999;
  content: "";
  width: 240px;
  height: 20px;
}
.Envite-Category .main_heading::after {
  background: var(--category-section-heading-bottom-image);
}
.Envite-Category .main_heading::before {
  background-image: var(--category-section-heading-top-image);
}
.main_heading::after {
  position: absolute;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  bottom: 0;
  left: calc(50% - 109px);
  z-index: 999;
  content: "";
  width: 240px;
  height: 20px;
}
.colored_span {
  display: inline-block;
  color: var(--hero-section-sub-heading-color);
  z-index: 1;
}

h5.card_main_para {
  font-size: 18px;
  color: #000;
  z-index: 1;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: 400;
  line-height: 1.5;
}

/* #card_main::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  background: url("/images/cards_images/leaf_1.webp");
  width: 200px;
  min-height: 80%;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

#card_main::after {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  background: url("/images/cards_images/leaf_2.webp");
  width: 264px;
  min-height: 80%;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
} */

.zIndex {
  z-index: 2;
}

#trending_sec_brithday {
  padding: 50px 0px;
  background-image: var(--trending-section-bg-image);
  background-color: var(--trending-section-bg-color);
}
#trending_sec_brithday .border-img img {padding: 10px;background: var(--trending-section-card-bg-color);box-shadow: rgba(0,0,0,.24) 0 3px 8px;width: 100%; border-radius: 8px;}
#trending_sec_brithday h2{
  font-style: normal !important;
  color: var(--trending-section-heading);
}
#trending_sec {
  padding: 50px 0px;
  background-image: var(--category-section-bg-image);
  background-color: var(--category-section-bg-color);
}
#trending_sec .border-img img {padding: 10px;background:var(--category-section-slider-card-bg-color);box-shadow: rgba(0,0,0,.24) 0 3px 8px;width: 100%;border-radius: 8px;}

#trending_sec h2 {
  font-style: normal !important;
  color: var(--category-section-heading);
}

.heading_position {
  position: relative;
}

.heading_position::before {
  position: absolute;
  content: "";
  top: calc(50% - 14px);
  left: 110px;
  background: url("/images/cards_images/arrow_1.png");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.heading_position::after {
  position: absolute;
  content: "";
  top: calc(50% - 14px);
  right: 110px;
  background: url("/images/cards_images/arrow_2.png");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.new_heading_design {
  position: relative;
  /* padding-bottom: 30px; */
}
.new_heading_design::after {
  position: absolute;
  background: url("/images/cards_images/heding_desin.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 65px;
  left: calc(50% - 137px);
  z-index: 999;
  content: "";
  width: 284px;
  height: 49px;
}

@media screen and (max-width: 542px) {
  .main_heading {
    font-size: 26px;
  }
  .heading_position::after {
    width: 20px;
    height: 20px;
    top: 6px;
  }
  .heading_position::before {
    width: 20px;
    height: 20px;
    right: 100%;
    left: -22px;
    top: 6px;
  }
  .new_heading_design::after {
    top: 50px;
    left: calc(50% - 109px);
    z-index: 999;
    content: "";
    width: 200px;
    height: 60px;
  }
  .main_section {
    width: auto !important;
    height: auto !important;
  }
  .main_section_1 {
    width: auto !important;
    height: auto !important;
  }
  #card_main {
    padding-top: 20px;
  }
  .slide_main_row {
    padding: 20px 6% !important;
  }
  .card_main_para {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  #card_main::after {
    width: 15%;
  }
  #card_main::before {
    width: 10%;
  }
  .new_heading_design::after {
    top: 130px;
    left: calc(50% - 178px);
    z-index: 999;
    content: "";
    width: 350px;
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #card_main::after {
    width: 25%;
    height: 50px !important;
    top: 0;
    background-size: contain;
    background-position: left top;
  }
  #card_main::before {
    width: 18%;
    height: 40px !important;
    top: 0;
    background-size: contain;
    background-position: right top;
  }
  .new_heading_design::after {
    top: 94px;
    left: calc(50% - 200px);
    z-index: 999;
    content: "";
    width: 350px;
    height: 60px;
  }
}
@media screen and (max-width: 1440px) {
  #card_main::after {
    width: 215px;
  }
  #card_main::before {
    width: 150px;
  }
  .heading_position::after {
    left: 100%;
  }
  .heading_position::before {
    right: 100%;
    left: -40px;
  }
}

.footer {
  background: var(--bg-color-footer);
  padding: 50px 0 0px 0;
}
.footer .foot-nav p {
  padding-left: 2rem;
  font-family: Croissant One;
  font-size: 20px;
  color: var(--footer-heading-color);
}

.footer .mail,
.social {
  padding-left: 2rem;
}


.footer .foot-nav {
  border-bottom: 2px solid var(--footer-border);
}

.footer .one {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #5a3500;
}

.footer .two,
.third {
  border-right: 2px solid var(--footer-border);
}

img.fotter_logo_1 {
  aspect-ratio: 2.5/0.4 !important;
  width: 100% !important;
}

.footer .foot-nav img {
  max-width: 250px;
}

.footer .one p {
  /* font-family: cerapro; */
  padding-top: 25px;
  font-size: 14px;
}

.footer .foot-nav li {
  list-style: none;
}

.footer ul li a {
  color: var(--footer-cat-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.footer ul li a:hover {
  color: var(--footer-cat-hover-color) !important;
  cursor: pointer;
}
.footer .copyright span {
  color: var(--footer-copy-right-color);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .footer .two,
  .third {
    border: none;
  }
}
@media (max-width: 767px) {
  /* Done by RSA on 26-06-25(Start) */
  /* .logo img{
    width: 200px;
    max-width: 100%;
  } */
  .logo, .logo img {
    width: unset!important;
    max-width: 165px;
    height: auto;
}
  /* Done by RSA on 26-06-25(End) */
  .footer .foot-nav .col-md-6:last-child p,
  .footer .foot-nav .col-md-6:last-child ul {
    margin: 0;
  }
  .footer .two,
  .footer .third {
    width: 50%;
    max-width: 50%;
  }
  .footer .foot-nav p {
    padding-left: 0;
  }
  .footer .foot-nav ul,
  .footer .foot-nav .col-md-6:last-child .social {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .footer .two,
  .third {
    border: none;
  }
}
.main_section_1 {
  width: 250px;
  height: 425px;
  transform: rotate(17deg) translate(-10%, 29px);
  z-index: -999;
}

.main_section_1 img {
  width: 100%;
  height: 100%;
}

.main_section img {
  width: 100%;
  height: 100%;
}

.main_section {
  width: 540px;
  height: auto;
}

#trending_sec_brithday h2 {
  font-style: normal !important;
}

#trending_sec h2 {
  font-style: normal !important;
}

.crad_heading {
  font-size: 30px;
  font-family: cerapro;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  color: #000;
  z-index: 1;
}

.new_heading_design_2 {
  position: relative;
  padding: 20px;
}

.new_heading_design_2::before {
  position: absolute;
  content: "";
  top:-10px;
  left: calc(50% - 135px);
  background: url("/images/cards_images/yellow_border_top_image.webp");
  background-size: contain;
  background-position: center;
  width: 270px;
  height: 20px;
  background-repeat: no-repeat;
  margin: auto !important;
}

.new_heading_design_2::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: calc(50% - 135px);
  background: url("/images/cards_images/yellow_border_bottom_image.webp");
  background-size: contain;
  background-position: center;
  width: 270px;
  height: 20px;
  background-repeat: no-repeat;
  margin: auto !important;
}

#trending_sec .card {
  border: 1px solid var(--category-section-card-footer-bg-color);
  border-radius: 30px 30px 15px 15px;
}

#trending_sec .card img {
  max-width: 100px;
  margin: auto;
  padding: 10px 0px;
  transition: all ease 0.5s;
}
#trending_sec .card a {
  background: var(--category-section-card-footer-bg-color);
  border: none;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0px 0px 12px 12px;
  transition: all ease 0.5s;
  color: var(--category-section-card-footer-color);
}

#trending_sec .card:hover a {
  color: var(--category-section-card-footer-hover-color);
}

#trending_sec .card:hover img {
  transform: scale(1.2);
}

#all_card_page {
  padding: 30px 0px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background: url("/images/cards_images/bg_main.png");
}

#product_filter_select,
option {
  background-color: #fcc046;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.form-select:focus {
  border-color: none !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.Envite-Category .cards .card {
  border-radius: 10px;
  box-shadow: 0px 4px 60px 30px rgba(0, 0, 0, 0.05);
  position: relative;
}

.Envite-Category .card {
  width: 100%;
  height: 100%;
  padding: 10px !important;
  margin: 30px auto 20px;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 4px 60px 30px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

/* #all_card_page .card {
  background-color: #fffbf5 !important;
  padding: 5px !important;
  width: 100%;
  height: 100%;
  margin: 0;
  box-shadow: 0px 4px 60px 30px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  border: none;
  border-radius: 10px;
  transition: ease 0.5s all;
} */

#all_card_page .views {
  font-size: 12px;
  font-weight: 400;
  color: #505960;
  font-family: CERAPRO-REGULAR;
}

#all_card_page .favorite {
  position: absolute;
  top: 3px;
  right: 3px;
  /* background: #ffffff; */
  border-radius: 50%;
  /* width: 35px; */
  /* height: 35px; */
  padding: 8px;
  cursor: pointer;
}

#all_card_page .favorite i {
  font-size: 20px;
  color: #ea2076;
}

#all_card_page .cards .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: none;
}

#all_card_page .card:hover .hover {
  display: flex;
}


#single_card .img-section .pro_img {
  width:300px;
  margin: auto;
  box-shadow: rgba(0,0,0,.24) 0 3px 8px;
  padding: 10px 8px 25px 8px;
  border-radius: 30px;
  background-color: var(--description-Page-card-bg-color);
}
#single_card .img-section .pro_img img{
  border-radius: 20px;
}

#msform .form-card h2,
#msform .form-card h1,
.list h2 {
  font-family: Croissant One;
  font-size: 25px;
}


.video_price:nth-child(2) span {
  font-weight: 700;
}

.share_popup {
  position: absolute;
  width: 250px;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate3d(-94px, 50px, 0px);
  /* height: 90px; */
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
  padding: 5px 20px 0;
  border: 1px solid #fcc046;
  display: none;
}

.share {
  position: relative;
}

#share_cross_img {
  margin-left: 200px;
}

div#social-links ul li {
  display: inline-block;
}

div#social-links ul li a {
  font-size: 25px;
  padding: 10px;
}

.four ul li a {
  font-family: none !important;
  font-weight: 800;
}


section#comming-soon {
  margin: auto;
  text-align: center;
}
.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.swiper-slide {
  width: 300px;
}
.swiper-wraper {
  width: 100%;
}
.swiper-pagination-bullet-active {
  background:var(--trending-section-pagination-dot-color)
}
.swiper-pagination-bullet{
  width: 15px !important;
  height: 15px !important;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: 0px !important;
}
.swiper-container-2 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

#keyword_section span {
  font-family: none;
}
.heading_bg {
  background:var(--keyword-section-heading-bg-color);
  width: 100%;
  padding: 5px 15px;
  text-align: center;
  color: white !important;
  border-radius: 10px;
  /* margin: 20px 0px; */
}
.heading_bg h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  padding: 5px 0px;
  color: var(--keyword-section-heading-color);
}
.main_para_1 {
  font-size: 16px;
  color: #000;
  line-height: 27px;
  font-weight: 400;
  color: var(--keyword-section-paragraph-color);
}
section#keyword_section p strong {
  color: var(--keyword-section-list-strong-color);
}
.secondry_heading_2 {
  font-size: 24px;
  font-family: cerapro;
  font-weight: 400;
  color: var(--keyword-section-sub-heading-color);
}
section#keyword_section {
  background: var(--keyword-section-bg-color);
}
section#single_card {
  padding: 50px 0px 0px;
  background:var(--description-Page-bg-color) ;
}
#popup {
  bottom: 15px;
  right: 15px;
  z-index: 10;
}
.popup-card {
  position: relative;
  bottom: 18px;
}
.close-popup {
  font-size: 20px;
  color: #000000;
}
.close-popup-container {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 199px;
  bottom: 240px;
  cursor: pointer;
}
.close-popup-container {
  top: -197px;
  z-index: 1;
  right: -15px;
  left: auto;
  bottom: auto;
}

.popup-card-content {
  bottom: 0px;
  right: 0px;
  min-width: 330px;
  max-width: 420px;
  box-shadow: 0px 0px 1px 1px #888888;
  border-radius: 8px;
}
.popup-header {
  padding: 18px 20px 1px 20px;
}
.whatsup-inner {
  padding: 11px 20px 9px 20px;
}
.whatsup-inner-button {
  padding: 5px;
  background-color: #0751ff;
  cursor: pointer;
}
.online-privacy {
  padding: 2px 20px;
  font-size: 12px;
}


/* Done by RSA on 25-06-2025(Start) */
@media screen and (max-width: 1199px) {
  #trending_sec .card a { 
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  #trending_sec .card a { 
    padding: 4px 7px;
    font-size: 14px;
  }
}

@media screen and (max-width: 410px) {
  #trending_sec .card a {
    font-size: 12px;
  }
  .logo, .logo img {
    width: unset!important;
    max-width: 140px;
  }
}

@media screen and (max-width: 390px) {
  #trending_sec .card a {
    font-size: 12px;
  }
  .logo, .logo img {
    width: unset!important;
    max-width: 120px;
  }
}

@media screen and (max-width: 360px) {
  .logo, .logo img {
    width: unset!important;
    max-width: 115px;
  }
}

@media screen and (max-width: 345px) {
  #trending_sec .card a {
    font-size: 10px;
  }
}
  /* Done by RSA on 25-06-2025(End) */