@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");

:root {
  --primary_color: #5d0089;
  --secondary_color: #e1b105;
  --white_color: #ffffff;
  --black_color: #000000;
  --grey_color: #808080;
  --darkgrey_color: #404040;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

body {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  top: 0px !important;
}

.skiptranslate {
  width: 100% !important;
}
.skiptranslate {
  position: relative !important;
  width: 100% !important;
  z-index: 100 !important;
}

footer {
  margin-top: auto !important;
}
#radius {
  background: transparent !important;
}

.slideeeee {
  background-color: var(--white_color) !important;
  border-radius: 10px !important;
}
.about_mobile_view {
  display: none !important;
}

/* ... other styles ... */

/* Media query styles */
@media screen and (max-width: 768px) {
  .about_web_view {
    display: none !important;
  }

  .about_mobile_view {
    display: block !important;
  }
}

.slideeeee span {
  font-weight: 700 !important;
  color: var(--primary_color) !important;
}

.feature-slidee span {
  font-weight: 700 !important;
  color: var(--secondary_color) !important;
}

.slideee-dropdown {
  background-color: transparent !important;
  border: none !important;
}

.price-comparision {
  color: var(--white_color);
  font-family: Open Sans;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.login-signup {
  color: var(--white_color) !important;
  text-decoration: none !important;
}

.flogin-signup:hover {
  color: var(--secondary_color) !important;
}
.herder_icons {
  color: var(--white_color);
}

.learn-vedios-small {
  color: var(--grey_color);
  font-family: Open Sans;
  font-size: 13.333px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.th-color {
  color: var(--secondary_color) !important;
}

.td-color {
  color: var(--white_color) !important;
}
.carousal-icon {
  color: var(--black_color);
  font-size: 30px;
}

table {
  background-color: transparent !important;
}

.sort-cards {
  border-radius: 10px;
  background: var(--white_color);
  box-shadow: 0px 4px 4px 0px #80808040;
}

.listing-card-name {
  color: var(--darkgrey_color);
  font-family: Open Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.merchant_name {
  color: var(--black_color);
}
.paymnt_methods {
  color: var(--black_color);
}
.val_roundoff {
  color: var(--black_color);
}
.stars-div i {
  color: var(--secondary_color) !important;
  margin-left: -4px !important;
}
.stars-div-1 i {
  color: var(--secondary_color) !important;
  margin-left: -4px !important;
}
/* .stars-div span {
	color: var(--darkgrey_color);


	font-family: Open Sans;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
} */

.listing-card-table td {
  color: var(--darkgrey_color);

  /* 16px simple */
  font-family: Open Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sort-card-img {
  border: 2px solid var(--secondary_color);
  border-radius: 9px;
  /* border-bottom: 4px solid rgba(225, 177, 5, 1); */
}

sort-card-img-1 .sort-card-img-regular {
  border: 2px solid var(--primary_color) !important;
  border-radius: 9px;
}

.feature-listing-sort-item {
  border-radius: 10px;
  background: var(--white_color);
  color: var(--secondary_color);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* text-decoration-line: underline; */
}
.regular-listing-sort-item {
  border-radius: 10px;
  background: var(--white_color);
  color: var(--primary_color);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 0 !important;
  /* text-decoration-line: underline; */
}

.line_height {
  line-height: 2 !important;
}

.feature-listing-sort {
  border-radius: 10px;
  background: var(--secondary_color);
}
.regular-listing-sort {
  border-radius: 10px;
  background: var(--primary_color);
}

.sort-cards-1 {
  border-top-color: var(--white_color);
  border-radius: 10px;
  box-shadow: 0px 2px var(--grey_color);
}
.sort-card-img-1 {
  border-right: 4px solid var(--primary_color);
  border-radius: 9px;
  border-bottom: 4px solid var(--primary_color);
  width: 100%;
  height: 100%;
}

.stars-1 i {
  color: var(--primary_color) !important;
}
.card-arrow-1 {
  color: var(--primary_color) !important;
}
.dropdown-menu1 {
  position: absolute;
  background-color: var(--secondary_color);
  top: 50px !important;
  left: -200px !important;
  padding: 10px;
  width: 300px;
}

.lang-ul li {
  list-style: none;
  padding-top: 5px;
}

.language-selector {
  position: relative;
}

.languages {
  display: none;
  position: absolute;
  color: var(--black_color) !important;

  top: 190%;
  right: 0;
  background-color: var(--secondary_color);
  padding: 10px;
  border-radius: 5px;
  z-index: 1;
  width: 300px;
  box-shadow: 0 0 5px var(--black_color) 4d;
}

/* .language-selector:hover .languages {
  display: block;
} */

.dropdown-item {
  background-color: var(
    --white_color
  ); /* Set the background color to white or any color you prefer */
  color: #333; /* Set the text color */
  padding: 10px 20px; /* Add padding to the items for better spacing */
}

.dropdown-item:hover {
  background-color: #f0f0f0; /* Change the background color on hover for a highlight effect */
}
.language-selector .languages:active {
  display: block;
}

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

.languages li {
  margin-bottom: 10px;
}

.languages a {
  text-decoration: none;
  color: #333;
  display: block;
  transition: opacity 2s !important; /* Slower transition for opacity */
  opacity: 1;
}

.languages a:hover {
  color: var(--black_color) !important;
}

.language-selector {
  position: relative;
}

.flex-grow-1 {
  white-space: nowrap;
}
/*
.languages {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color:var(--secondary_color);
  padding: 10px;
  border-radius: 5px;
  z-index: 1;
  width: 100px; /* Adjust the width as needed
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.language-selector:hover .languages {
  display: block;
  transition: opacity 0.5s; /* Slower transition for opacity
  opacity: 1;
}

.languages ul {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0; /* Initially set opacity to 0
  transition: opacity 0.5s; /* Slower transition for opacity
}

.languages li {
  margin-bottom: 10px;
}

.languages a {
  text-decoration: none;
  color: #fff !important;
  display: block;
}

.languages a:hover {
  color: #050505; /* Change the color on hover
} */

.test {
  background-image: url("./assets/images/Group39878.webp");

  background-size: 100% 100%;
  padding-bottom: 8% !important;
  padding-top: 30px !important;

  background-repeat: no-repeat;
}

.logo {
  background-image: url("./assets/images/header_logo_white.svg") !important;
  background-size: cover;
  width: 113px; /* Set the desired width */
  height: 16px; /* Set the desired height */
  background-repeat: no-repeat;
}

.footer_logo {
  background-image: url("./assets/images/header_logo_white.svg") !important;
  background-size: contain;
  /* background-position: center !important; */
  width: 100%; /* Set the desired width */
  /* Set the desired height */
  height: 29px;

  background-repeat: no-repeat;
}

.language-toggle {
  position: relative;
}

.language-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--white_color);
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 1;
}

.language-toggle:hover .language-options {
  display: block;
}

.btn-load-more {
  background-color: var(--primary_color) !important;
  font-weight: 700 !important;
  color: var(--white_color) !important;
}

@media screen and (max-width: 992px) {
  .login_icons {
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    /* background: #530279; */
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .newsbarparent {
    background-color: var(--primary_color);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    border-radius: 10px;
    /* padding: 40px; */
    align-items: center;
    align-content: center;
    color: var(--white_color);

    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    /* line-height: normal; */
    position: relative;
    margin-top: -10px !important;
    margin-left: -10px !important;
    margin-bottom: -5px !important;
    box-shadow: 5px 0px 4px #80808040;
  }
  .header_navlink li a {
    text-align: start;
  }

  .offcanvas_logo {
    background-image: url("./assets/images/header_logo_white.svg") !important;
    background-size: cover;
    width: 185px; /* Set the desired width */
    height: 26px; /* Set the desired height */
    background-repeat: no-repeat;
  }

  .newsbarparenttop {
    display: flex !important;
    color: var(--primary_color);
    justify-content: center;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

@media (max-width: 768px) {
  .language-options {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .carousal-icon {
    color: var(--black_color);
    font-size: 30px;
    display: none;
  }
  .sort-card-img11 {
    width: 154.068px;
    height: 135.169px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 482px) {
  .price-comparision {
    color: var(--white_color);
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .sort-ul {
    background-color: var(--secondary_color);
    justify-content: end;
    border-radius: 0px 10px 10px 0px;
    padding: 0 !important;
  }
  .price-comparision {
    color: var(--white_color);
    font-family: Open Sans;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .my-btn {
    font-size: 14px;
    margin-right: 5px;
  }
}

/* start home page */
/* .header_navlink .nav-link:focus{
	background-color: #FFF;
	border-radius: 10px;
	color:  var(--primary_color) !important;
	font-weight: 700;
} */

.header_navlink .nav-link {
  color: var(--white_color);

  /* 16px simple */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 10px;
}

.header_navlink .nav-link:hover {
  border-radius: 10px;
  background: var(--white_color);
  color: var(--primary_color) !important;
}

.price_comp_chart {
  color: var(--primary_color) !important;
}
.pricecomparison {
  font-size: 30px;
}

.navbar_header {
  background-color: var(--primary_color);
}

.navbar_a a {
  color: var(--primary_color);

  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
}
.cardback {
  background-color: var(--primary_color);
  border-radius: 15px;
}
.pricecomparison {
  font-size: 20px;
}
.cityselect {
  width: 150px;
  background-color: var(--secondary_color);
  border-radius: 8px;
  font-weight: 800;
  float: right;
  border: none;
}
.usdt-linear {
  background-color: var(--secondary_color);

  border-radius: 8px;

  border-radius: 10px;
  /* background: linear-gradient(
    90deg,
    var(--white_color) 24.52%,
    var(--secondary_color) 100%
  ); */
}
.cityselect {
  width: 150px;
  background-color: var(--secondary_color);
  border-radius: 8px;
  font-weight: 800;
  float: right;
  border: none;
}

.bgcolor {
  color: var(--secondary_color);
}

.colorwhite {
  color: var(--white_color);
}

.carousal-content {
  margin: auto;
  margin-top: 160px;
}
.carousalmobile {
  margin-left: 78px !important;
  width: 90%;
  border: 2px solid var(--primary_color) !important;
  border-radius: 15px;

  border-radius: 10px;
}
.charts {
  /* clip-path: polygon(30% 0%,100% 0, 100% 30%, 100% 87%, 84% 98%, 4% 72%, 0 76%, 0 0 );
    background: \linear-gradient(91deg,  var(--primary_color) 2.04%, #3D0059 98.59%);
     */

  background-size: 100% 100%;
  height: 100vh !important;
  padding-bottom: 68px !important;
  padding-top: 30px !important;
  background-repeat: no-repeat;
}
.positionpayment {
  position: absolute;
  bottom: 0 !important;
}
.paymentlogo {
  width: 100px !important;
  height: 35px;
}

.news-bar {
  position: absolute;
  z-index: 2;
  margin-top: -50px !important;
  left: auto;
}
.slider-images-first {
  background-color: var(--white_color);
}

.newsbarparent {
  background-color: var(--primary_color);
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  border-radius: 10px;
  /* padding: 40px; */
  align-items: center;
  align-content: center;
  color: var(--white_color);

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  position: relative;
  margin-top: -10px !important;
  margin-left: -10px !important;
  margin-bottom: -5px !important;
  box-shadow: 5px 0px 4px rgba(0, 0, 0, 0.25);
}
.newsbarparenttop {
  display: none;
}
.newsbarlorm {
  color: var(--darkgrey_color);
  /* padding: 20px; */
  /* border-top: 2px solid  var(--secondary_color);
  border-bottom: 2px solid  var(--secondary_color);
  border-right: 2px solid  var(--secondary_color);
  border-radius: 0 10px 10px 0; */
  /* 16px simple */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.carousal-p {
  color: var(--grey_color);
}
.news {
  border: 3px solid var(--secondary_color);
  border-radius: 10px;
  /* height: 80px; */
  box-sizing: border-box;
}
#carouselExampleSlidesOnly {
  /* background-image: url("./assets/images/Vector 11.webp") !important; */
  background-size: cover;
  background-repeat: no-repeat;
}
.gotopage {
  background-color: var(--primary_color);
  color: var(--white_color);
}
/* .gotopage i {
	color: reds;
}*/

.gotopage:hover {
  background-color: var(--secondary_color) !important;
  color: var(--white_color) !important;
}
.feature {
  color: var(--darkgrey_color);
  font-family: Open Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}

.sort-by span {
  background-color: transparent;
  padding: 8px !important;
  border-radius: 50%;
  border-bottom: 3px solid var(--primary_color);
  border-right: 10px solid var(--primary_color);
  color: var(--white_color) !important;
  margin: auto !important;
  font-size: 14px !important;
}

.sort-by {
  color: var(--secondary_color);
  font-family: Open Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sort-by-regular span {
  background-color: transparent;
  padding: 8px !important;
  border-radius: 50%;
  border-bottom: 3px solid var(--secondary_color);
  border-right: 10px solid var(--secondary_color);
  color: var(--white_color);
  margin: auto !important;
  font-size: 14px !important;
}

.sort-by-regular {
  color: var(--primary_color);
  font-family: Open Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sortby {
  border-radius: 50%;
  color: var(--secondary_color);
  text-align: center;
  font-size: 20px;
  border-right: 10px solid var(--secondary_color);
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.sortby-1 {
  border-radius: 50%;
  color: var(--primary_color);
  text-align: center;
  font-size: 20px;
  border-right: 10px solid var(--primary_color);
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.sort-option-1 {
  background-color: var(--primary_color);
  border-radius: 0 10px 10px 0;
}

.sort-option {
  background-color: var(--secondary_color);
  margin-left: 3px;
  justify-content: space-around;

  border-radius: 0px 10px 10px 0px;
}
.sort-option a {
  border-radius: 10px;
  background: var(--white_color);
  width: 160px;
  height: 42px;
  flex-shrink: 0;
  border: none;
  text-align: center;
}
.sort-option-1 a {
  border-radius: 10px;
  background: var(--white_color);
  width: 160px;
  height: 42px;
  flex-shrink: 0;
  border: none;
  text-align: center;
}
.select {
  border: none;
  margin-top: 10px;
  color: var(--secondary_color);
  font-weight: bold;
}
.select-1 {
  border: none;
  margin-top: 10px;
  color: var(--primary_color);
  font-weight: bold;
}

.select-1 option {
  background-color: var(--primary_color);
  color: var(--white_color);
  font-weight: bold;
}

.dropdownul {
  margin-top: 15px !important;
  padding: 0 !important;
}

.dropdownul li {
  background-color: var(--primary_color);
  padding: 5px;
}
.cardimg {
  padding-top: 15px;
}
.cardimg1 {
  border-right: 4px solid var(--secondary_color);
  border-radius: 15px;
  border-bottom: 4px solid var(--secondary_color);
  width: 100%;
  height: 100%;
}
.social-media {
  background-color: var(--primary_color);
}

.backmobileimgcenter {
  background-image: linear-gradient(
    91deg,
    var(--white_color) 1.76%,
    #f2d6ff 98.53%
  ) !important;

  /* border-radius: 0px 30px 30px 0px !important; */

  /* background-image: url('./assets/images/center.png'), url('./assets/images/topright.png'), url('./assets/images/topleft.png') !important;
  background-position:  center center ,top right, top left;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 1320px 418px, 265px 133px,  680px 192px; */
}
footer {
  background-color: var(--primary_color);
}
.full-footer {
  margin-top: auto;
}
footer a {
  color: var(--white_color);
  font-family: "" Roboto "";
  font-size: 13px;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}

.discover-latest-new {
  color: var(--grey_color);
  font-family: Open Sans;
  font-size: 13.333px;
  font-weight: 400;
  display: block;
}

.latest-news {
  color: var(--darkgrey_color);
  font-family: Open Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.app {
  width: 99px !important;
  height: 34px !important;
  flex-shrink: 0;
}
.download-our-app {
  color: var(--white_color);

  font-size: 13px;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.36px;
  white-space: nowrap;
}
.find-us {
  color: var(--white_color);
  font-family: "Roboto";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.36px;
}
.payment-methods {
  color: var(--white_color);
  text-align: center;
  font-family: roboto;

  font-size: 13px;
  font-style: normal;
  font-weight: 700;

  letter-spacing: -0.36px;
}
.visa {
  width: 80.708px;
  height: 40.857px;
  flex-shrink: 0;
  position: relative;
  bottom: 10px;
}
.footer {
  margin-top: 70px;
  text-align: center;
}
.end {
  /* background: var(--primary_color); */
  height: 45px;
}
.copyright {
  color: var(--white_color);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 45px; */
  padding-top: 10px;
  letter-spacing: -0.28px;
}
.slide-image {
  width: 80%;
  height: 80%;
  flex-shrink: 0;
}
.login-here {
  color: var(--white_color);
  text-align: center;
  font-family: "" Roboto "";
  background-color: #1ea0ff;
  position: relative;
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  /* line-height: 24px; */
  height: 718px;
  z-index: 1;
}

.download_here {
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--black_color);
}
.avalible-om-ios {
  font-size: 2opx;
  font-weight: 700;
}
.mobile_speak {
  width: 80%;
  background-position: right !important;
  padding-right: 10%;
}
.footer_links {
  color: var(--white_color) !important;
}
.copyright_bg {
  background-color: rgba(74, 0, 109, 1);
}
@media screen and (min-width: 1000px) and (max-width: 1326px) {
  /* .sort-ul-div {
		padding-left: 0 !important;
		padding-right: 0px !important;
		margin-left: 0px;
	} */
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  /* .sort-ul-div {
		padding-left: 28px !important;
		padding-right: 0px !important;
	} */
}
@media screen and (max-width: 1200px) {
  .test {
    background-size: 100% 100%;
    padding-bottom: 68px !important;
    padding-top: 30px !important;
    height: 100%;

    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 1000px) {
  /* .newsbarparent {
		font-size: 20px;
	} */
  .charts {
    height: auto !important;
    background-image: none;
  }

  .sort-option a {
    border-radius: 10px;
    background: var(--white_color);
    width: auto;
    height: auto;
    flex-shrink: 0;
    border: none;
    margin: 0 !important;
    text-align: center;
  }

  .sort-option-1 a {
    border-radius: 10px;
    background: var(--white_color);
    width: auto;
    height: auto;
    flex-shrink: 0;
    border: none;
    margin: 0 !important;
    text-align: center;
  }
  .newsbarlorm {
    font-size: 13px;
    margin-top: -10px !important;
  }
}

.sort-ul {
  background-color: var(--secondary_color);
  justify-content: end;
  border-radius: 15px;
  margin: 0 !important;
  padding-left: 15px !important;
}
.sort-ul li {
  list-style: none;
  text-decoration: none;
  display: block;
  padding: 15px;
}
.sort-ul li a {
  background-color: var(--white_color);
  border-radius: 15px;
  text-align: center;
}

ul-div {
  margin-left: 50px !important;
}

/* .sort-ul-div{
	padding-left: 40px;
	padding-right: 0px;
} */

/* end home page */

.background {
  background-color: var(--secondary_color);
  border-radius: 0px 15px 15px 0px;

  line-height: 20px;
  padding: 7px 0 3px 0;
}

.navbar-navs li {
  margin: auto;
  border-radius: 0px 10px 10px 0px;
  white-space: nowrap;
}
.navbar-navs li a {
  font-size: 15px;
  padding: 5px;
}
.sortul {
  background-color: var(--white_color);
  color: var(--secondary_color);
  font-weight: 600;
  font-size: 8px;
  border-radius: 10px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.stars {
  /* margin-bottom: 3px; */
  justify-content: end;
}
.stars a {
  font-size: small;
}

.card-arrow {
  font-size: 40px;
  color: var(--secondary_color);
}

.topicnames li {
  display: flex;
  text-decoration: none;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  justify-content: space-between;
}

.topicnames li a {
  color: var(--black_color);
}

.para {
  color: #929292;
}
.para p {
  font-size: 14px;
}

.available-p {
  color: #929292;
}

.bg {
  background-color: var(--primary_color);
}
/* .bg .navabrcolor {
  background-image: url(
    "data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg"; viewBox="003030"%3e%3cpath stroke="rgba%280,
    0,
    0,
    0.55%29" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M47h22M415h22M423h22"/%3e%3c/svg%3e"
  );
} */

.navbar-navt li span {
  color: var(--primary_color);
  border-radius: 20px;
}
.feature-listing-sort .dropdown-menu,
.dropdown-item {
  background: var(--secondary_color) !important;
  color: var(--white_color);
  /* width: 10% !important; */
}
.feature-listing-sort .dropdown-item {
  background: var(--secondary_color) !important;
  color: var(--white_color);
  /* width: 10% !important; */
}

.regular-listing-sort .btn:hover {
  color: var(--white_color) !important;
}

.regular-listing-sort .dropdown-menu,
.dropdown-item {
  background: var(--primary_color) !important;
  color: var(--white_color);
  /* width: 10% !important; */
}
.navbar-navt {
  margin-left: 50px;
}

.navbar-navt li a i {
  font-size: 30px;
}
.navbar-navt li {
  text-decoration: none !important;
  list-style: none;
  display: flex;

  font-size: 13px;
  margin-right: 20px;
}
.navbar-navs li {
  text-decoration: none !important;
  list-style: none;
}
.nnavbar-navt li a {
  text-decoration: none !important;
  width: 120%;
}

.navbar-navs li {
  width: 150px;
}
.navbar-navs li a {
  font-size: 15px;
}

.language ul {
  background: #ffa500;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
}
.language:hover > ul,
.language ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.language ul li {
  clear: both;
  width: 100%;
}

.loginsingup {
  font-size: 20px;
}
.fadownload {
  font-size: 20px;
}
.fa-globe {
  font-size: 20px;
}

/* latest news */

.latest {
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    var(--white_color) 24.52%,
    var(--secondary_color) 100%
  );
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.news-desc {
  color: var(--grey_color);
}

.twenty2 {
  color: var(--black_color);
  flex-shrink: 0;
  font-family: Inria Sans, "Source Sans Pro";
  font-size: 3.2rem;
  line-height: 1.1975;
  margin-top: 0.1833rem;
  white-space: nowrap;
  font-weight: 600;
  color: var(--primary_color);
}
.daydate {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-left: 0 !important;
  margin-top: 8px;
}
.checkimportant {
  margin-top: 15px;
}
.news_toggle {
  background-color: var(--primary_color);
  border-radius: 10px;
}

/* cards */

.card_h5 {
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(
    90deg,
    var(--white_color) 24.52%,
    var(--secondary_color) 100%
  );
}
.card_p_icon i {
  font-size: 15px !important;
}

.card_p_icon {
  background-color: var(--primary_color);
  padding: 0px 5px !important;
}

.like_share {
  color: var(--primary_color);
}

.latest_cards {
  border-radius: 10px;
  background: var(--white_color);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.news_contine_icon {
  color: var(--primary_color);
}
.read-more {
  color: var(--black_color);
  text-decoration: none;
}
.merchant_map {
  width: 100%;
  height: 500px;
  border-right: 5px solid var(--primary_color);
  border-bottom: 5px solid var(--primary_color);
  border-radius: 10px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  /* .regular-listing-sort-item {
		border-radius: 10px;
		background: #fff;
		color:  var(--primary_color);
		font-family: Open Sans;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 0 !important;
		text-decoration-line: underline;
	} */
  .read-more {
    font-size: 10px important;
  }

  .language-selector {
    position: relative;
  }

  .languages {
    display: none;
    position: absolute;
    color: var(--black_color) !important;

    top: 190%;
    left: 0;
    background-color: var(--secondary_color);
    padding: 10px;
    border-radius: 5px;
    z-index: 1;
    width: 300px;
    box-shadow: 0 0 5px var(--black_color) 4d;
  }

  .language-selector:hover .languages {
    display: block;
  }

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

  .languages li {
    margin-bottom: 10px;
  }

  .languages a {
    text-decoration: none;
    color: #333;
    display: block;
    transition: opacity 2s !important; /* Slower transition for opacity */
    opacity: 1;
  }

  .languages a:hover {
    color: var(--black_color) !important;
  }

  .language-selector {
    position: relative;
  }

  .flex-grow-1 {
    white-space: nowrap;
  }

  .twenty2 {
    color: var(--black_color);

    font-size: 2.2rem;
    line-height: 1.1975;
    margin-top: 0.1833rem;
    white-space: nowrap;
    font-weight: 600;
    color: var(--primary_color);
  }

  .arrow {
    margin-bottom: 20px;
  }

  .positionpayment {
    position: absolute;
    bottom: 0 !important;
    font-size: 15px;
  }
}

/*  Learn From Videos Page */

.lreanvideo {
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    var(--white_color) 24.52%,
    var(--secondary_color) 100%
  );
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.margin {
  margin-left: 60px;
  width: 1050px;
  border: 1px solid var(--black_color);
  color: #bfbfbf;
}

/* User NAme Page */

.userimg {
  border-right: 4px solid var(--primary_color);
  border-radius: 15px;
  border-bottom: 4px solid var(--primary_color);
}

.userstars i {
  color: var(--primary_color) !important;
}

.selects {
  border-radius: 20px;
  background-color: var(--secondary_color);
}

.selects select {
  font-size: 10px !important;
}

.form-select {
  border-radius: 10px;
  border-color: transparent;
}

.bgcolor {
  margin-right: 50px;
}

/* edit user */

.input--style-1 {
  padding: 9px 0;
  color: #666;
}

.input--style-1::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555;
}

.input--style-1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
  opacity: 1;
}

.input--style-1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
  opacity: 1;
}

.input--style-1:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}

.input--style-1:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555;
}
input {
  outline: none;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 14px;
  font-family: inherit;
}

.input-group {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 2px solid #ccc;
}

/* table */

.no-underline {
  border-bottom: none;
}

/* comment area */

.comntuser {
  border-right: 3px solid var(--primary_color);
}

.gps_location {
  white-space: nowrap;
  font-size: 16px;
}

/* merchant store */

.merchant_store {
  color: var(--primary_color);
}

.navbar-light .navbar-nav .nav-link {
  color: var(--white_color) !important ;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--primary_color) !important;
}
.learn-video {
  color: var(--darkgrey_color);
  font-family: Open Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* map */

.map-container {
  position: relative;
  padding-top: 60%; /* Adjust the percentage to control the aspect ratio (e.g., 75% for 4:3 ratio) */
  height: 0;
  /* overflow: hidden; */
}

.map-container div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}

/* Sign up merchant */

.signup_merchant {
  color: var(--primary_color);
}

.signup_btn input {
  padding: 5px;
  font-weight: 600;
  background-color: var(--primary_color);
  border-radius: 15px;
}
.login_here {
  color: var(--primary_color);
}
.sign_up_border {
  border-radius: 10px;
  background: #ffffffcc;

  box-shadow: 0px 0px 8px 0px #80808040;
}

.input_design {
  border-radius: 10px;
  background-color: var(--secondary_color);
}

/* login page */

.login_logo {
  background-color: var(--white_color);
  /* background-image: url('login_logo.png'); */
  width: 420px;
  height: 422px;
  background-repeat: no-repeat;
  background-size: cover;
}

.login_logo_signup {
  background-color: var(--white_color);
  background-image: url("./assets/images/login_logo_purple.svg");
  width: 80%;
  height: 70vh;
  background-repeat: no-repeat;
  background-size: contain;
}

.loginhere {
  color: var(--primary_color);
  align-items: center;
}

.input_design_select {
  background-color: var(--primary_color);
  border-radius: 10px;
}
.white_option {
  color: var(--white_color) !important;
}

.label_login {
  color: var(--grey_color);
}

/* tagsinput */

.tagsinput {
  background-color: #f0d882;
  border-radius: 20px;
  border-right: 5px solid var(--secondary_color);
  border-bottom: 3px solid var(--secondary_color);
  padding: 0;
}
.tagsinput h6 {
  color: var(--darkgrey_color);
  white-space: nowrap;
}

.tagsinput i {
  color: var(--darkgrey_color);
}

.edit_profile {
  border-radius: 10px;
  background-color: var(--secondary_color);
}

/* Styling for the modal */

.model_p {
  background-color: #837d7d;
  border-radius: 10px;
}

.modal-dialog {
  border-radius: 10px;
}
.modal_exclimation {
  font-size: 25px !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.mobile_code {
  width: 100%;
}

.navbar-navs li {
  margin: 0pz;
  border-radius: 0px 10px 10px 0px;
  white-space: nowrap;
}
.navbar-navs li a {
  font-size: 10px;
}

.card-arrow {
  font-size: 30px;
}

/* learn videos media queries */

@media screen and (min-width: 768px) and (max-width: 992px) {
  .topicnames li {
    display: flex;
    text-decoration: none;
    font-family: Open Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0; /* Remove any margin */
    padding: 0; /* Remove any padding */
    white-space: nowrap;
  }
  .login_logo {
    background-color: var(--white_color);
    /* background-image: url('login_logo.png'); */
    width: 320px;
    height: 322px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .login_logo_signup {
    background-color: var(--white_color);
    background-image: url("./assets/images/login_logo_purple.svg");

    width: 320px;
    height: 322px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* .customer_service a {
		white-space: nowrap;
	} */

  .fvrt_merchnt {
    white-space: nowrap;
  }

  .selects select {
    font-size: 13px !important;
    white-space: normal;

    margin: 0 !important;
  }

  .gps_location {
    white-space: nowrap;
  }

  .tagsinput h6 {
    color: var(--darkgrey_color);
    white-space: nowrap;

    font-size: 12px;
  }
  .cmnt_user_sm {
    margin-left: 30px;
  }
  .rate_cmnt_sm_center {
    justify-content: center;
  }
  .modal_exclimation {
    font-size: 25px !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .sort-ul {
    background-color: var(--secondary_color);
    justify-content: start;
    border-radius: 10px 10px 10px 10px !important;
    padding: 15px;
  }
  .news {
    border: 2px solid var(--secondary_color);
    border-radius: 10px;
    /* height: 80px; */
    box-sizing: border-box;
  }

  .sort-ul li {
    list-style: none;
    text-decoration: none;
    display: block;
    padding: 5px;
  }
  .sort-ul li a {
    background-color: var(--white_color);
    border-radius: 15px;
    padding: 0 !important;
  }

  .topicnames li {
    display: flex;
    text-decoration: none;

    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    justify-content: space-between;
  }

  .login_logo {
    background-color: var(--white_color);
    /* background-image: url('login_logo.png'); */
    width: 420px;
    height: 422px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .login_logo_signup {
    background-color: var(--white_color);
    background-image: url("./assets/images/login_logo_purple.svg");
    width: 420px;
    height: 422px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .language-selector {
    position: relative;
  }

  .languages {
    display: none;
    position: absolute;
    color: var(--black_color) !important;

    top: 190%;
    right: -150px !important;
    background-color: var(--secondary_color);
    padding: 10px;
    border-radius: 5px;
    z-index: 1;
    width: 300px;
    box-shadow: 0 0 5px var(--black_color) 4d;
  }

  .language-selector:hover .languages {
    display: block;
  }

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

  .languages li {
    margin-bottom: 10px;
  }

  .languages a {
    text-decoration: none;
    color: #333;
    display: block;
    transition: opacity 2s !important; /* Slower transition for opacity */
    opacity: 1;
  }

  .languages a:hover {
    color: var(--black_color) !important;
  }

  .language-selector {
    position: relative;
  }

  .flex-grow-1 {
    white-space: nowrap;
  }

  .customer_service a {
    white-space: nowrap;
    font-size: 11px;
  }
  .carousal-content {
    margin-top: 20px !important;
  }

  .pricecomparison {
    font-size: 20px;
  }
  .img-fludmedia {
    margin-top: 10px !important;

    padding: 20px;
  }

  .carousalmobile {
    margin-left: 0px !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 10px;
  }

  .card-arrow {
    font-size: 20px;
  }

  .fvrt_merchnt {
    white-space: nowrap;
    font-size: 15px;
  }
  .remainig_add {
    white-space: nowrap;
    font-size: 15px;
    color: var(--black_color);
  }

  .local_otc {
    white-space: nowrap;
    font-size: 15px;
  }

  .gps_location {
    white-space: nowrap;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .img_padding {
    padding-top: 5px !important;
  }

  .tagsinput h6 {
    color: #404040;
    white-space: nowrap;
    padding-top: 3px;
    font-size: 9px;
  }
  .tagsinput {
    padding-left: 5px;
  }

  .edit_profile {
    border-radius: 15px;
    background-color: var(--secondary_color);
    font-size: 12px;

    white-space: nowrap;
  }

  .edit_profile_margn {
    margin-top: 5px;
  }

  .cmnt_user_sm {
    margin-left: 30px;
  }
  .rate_cmnt_sm_center {
    justify-content: center;
  }
  .selects select {
    text-align: center;
    width: 100%;
    margin: 0 auto; /* Center horizontally */
    max-width: 150px; /* Adjust the max-width as needed */
  }

  /* Style the dropdown options */
  .selects select option {
    text-align: center;
    width: 150px; /* Set the same width as the select element */
  }

  .service {
    white-space: nowrap;
    font-size: 13px;
    margin-left: 0 !important;
    text-align: start !important;
  }
  .modal_exclimation {
    font-size: 25px !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .download_here {
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
  }
  .avalible-om-ios {
    font-size: 20px;
    font-weight: 700;
  }
  .svg-three i {
    width: 20px !important;
    height: 20px !important;
    justify-content: space-around;
    text-decoration: none;
    font-size: 20px !important;
    padding-top: 4px;
  }

  .download-our-app {
    color: var(--white_color);

    font-size: 13px;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.36px;
    white-space: nowrap;
    margin-left: 0px;
  }
  .down_app {
    font-size: 12px;
  }
  .down-App {
    width: 55px !important;
    height: 30px !important;
  }

  .links {
    font-size: 12px;
    padding-top: 10px !important;
  }

  .download_here {
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
  }
  .avalible-om-ios {
    font-size: 20px;
    font-weight: 700;
  }

  .latest-news {
    color: var(--darkgrey_color);
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .discover-latest-new {
    color: var(--grey_color);
    font-family: Open Sans;
    font-size: 10px;
    font-weight: 400;
    display: block;
  }

  .twenty2 {
    color: var(--black_color);
    flex-shrink: 0;
    font-family: Inria Sans, "Source Sans Pro";
    font-size: 2rem;
    line-height: 1.1975;
    margin-top: 0.1833rem;
    white-space: nowrap;
    font-weight: 600;
    color: var(--primary_color);
  }
  .daydate {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-left: 3px !important;

    margin-top: 8px;
    font-size: 10px;
  }

  .city_select_coin option {
    width: 10px !important;
  }
}

/* .backmobileimgcenter {
	background-image: url('./assets/images/rate_cmnt.svg');
	background-position:  center ;
	background-repeat: no-repeat;
	background-size: 100% 100%;
} */

.news-days-30 {
  color: #2a2a2a;
}

/* terms and condition */

.h2-terms {
  color: #494949;
}

.social-links {
  color: var(--white_color) !important;
}
.svg-three i {
  width: 70px !important;
  height: 30px !important;
  justify-content: space-around;
  text-decoration: none;
  font-size: 30px;
}

/* about us */
.about_us_headings {
  color: var(--black_color);
}
.small-button {
  background-color: var(--primary_color);
  color: var(--white_color);
  padding: 5px 5px;
  border-radius: 10px !important;
  background-color: var(--primary_color);

  border: none;
}

.small-button:hover {
  background-color: #45a049;
}

.about_p {
  color: #676767;
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 181.818% */
}
.text_area_about {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.lables-contact {
  color: var(--grey_color);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.291px;
  /* 121.456% */
}

.inputs {
  border-radius: 10px !important;
  background-color: var(--secondary_color);
}

.about_imgs {
  border-radius: 20px;
  border-right: 5px solid var(--primary_color);
  border-bottom: 5px solid var(--primary_color);
}

.customer_service {
  color: var(--primary_color);
}

.mb_cmnt_img {
  width: 60px;
  height: 60px;
  border-right: 2px solid var(--primary_color);
}

.fa-phone {
  color: var(--primary_color);
}

.merchnt_button {
  border: none;
}
.map {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media screen and (max-width: 575px) {
  .sm-width {
    margin-left: 10px;
    margin-right: 10px;
  }
  .regular-listing-sort-item {
    border-radius: 10px;
    background: var(--white_color);
    color: var(--primary_color);
    font-family: Open Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 0 !important;
    /* text-decoration-line: underline; */
  }
  .feature-listing-sort-item {
    border-radius: 10px;
    background: var(--white_color);
    color: var(--secondary_color);
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 0 !important;
    /* text-decoration-line: underline; */
  }
  .line_height {
    line-height: 3 !important;
  }
}

/* learv videos slider */

.learn_videos_slider span {
  color: var(--darkgrey_color);

  /* 16px simple */
  font-family: Open Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.learn_videos_slider span:hover {
  cursor: pointer;
  font-weight: 700 !important;

  /* 16px simple */
  font-family: Open Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.first-video-cat-active span {
  color: var(--white_color) !important;
  background-color: var(--primary_color) !important;
  font-weight: 700 !important;
  padding: 10px !important;
  border-radius: 10px !important;
}

/* footer */
.footer_bg {
  background-color: var(--primary_color);
}

.footer_title {
  color: var(--white_color);

  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180.441%; /* 28.871px */
}

.find_us_on {
  color: var(--white_color);

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.social-media-links {
  color: var(--white_color);

  font-size: 25px;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
}
.web_links_footer {
  color: var(--white_color);

  /* 16px bold */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.links_styling_footer {
  color: var(--white_color);

  /* 16px simple */
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.list-style {
  list-style-type: none;
}

.copyright_p {
  color: var(--white_color);
  /* font-family: Inter; */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
.download_our_app {
  /* color:  #0000 !important; */
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 166.667% */
}

.devify {
  color: var(--white_color);
  font-size: 10px;
}

.devify:hover {
  color: var(--secondary_color) !important;
  font-weight: 700;
}

.dropdowncolor {
  color: var(--primary_color);
}

.dropdowncolor1 {
  color: var(--secondary_color);
}

.curreny_select {
  background-color: #f6e8b5 !important;

  border-radius: 10px !important;
  /* background: linear-gradient(90deg, #FFF 24.52%,  var(--secondary_color) 100%); */
}

.select__control {
}

.css-13cymwt-control {
  background-color: #f6e8b5 !important;
  padding: 0px !important;
  border-radius: 10px !important;
  border: none !important;
  color: #000000 !important;
}

.select__indicator {
  color: #000000 !important;
  font-size: 8px !important;
}
.city_select_coin {
  border-radius: 10px;
  /* background: linear-gradient(90deg, #FFF 24.52%,  var(--secondary_color) 100%); */
  background-color: #f6e8b5;
}

@media screen and (max-width: 768px) {
  .mobile_view_card_name {
    /* color: red !important; */
    font-family: Open Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none !important;
  }
  .mobile_view_card_name a {
    color: var(--black_color) !important;
  }
  .mobile_view {
    display: block !important;
  }
  .web_view {
    display: none !important;
  }
  .card_text {
    font-size: 12px;
  }

  .copyright_p {
    color: var(--white_color);
    /* font-family: Inter; */
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 35px; */
  }
}

.mobile_view {
  display: none;
}
.store_business_details h3 {
  color: var(--black_color) !important;
}

.get_direction_dark h6 {
  color: var(--primary_color) !important;
}

/* name_of user page css start */

.comment {
  color: var(--grey_color);
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modal-fa-star {
  color: var(--darkgrey_color) !important;
}
.fa_star_user_page {
  font-size: 13px !important;
}

.merchant-email {
  color: var(--grey_color);
  /* font-family: Open Sans; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-check-input:checked {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}

.modal-fa-star {
  font-size: 20px !important;
}
.modal-content {
  border-radius: 10px !important;
}
.rate-merchant {
  color: var(--black_color);
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn-close {
  color: var(--darkgrey_color);

  /* 16px simple */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.model-service {
  color: var(--darkgrey_color);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.leave-cmnt {
  color: var(--darkgrey_color);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.modal-btn {
  border-radius: 10px;
  background: var(--primary_color);
  box-shadow: 1px 4px 4px 0px #00000040;
}

.modal-instraction {
  color: var(--white_color);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.modal-body {
  background-color: var(--secondary_color);
  border-radius: 10px !important;
}

@media screen and (max-width: 503px) {
  .modal-fa-star {
    font-size: 13px !important;
  }

  .modal-content {
    border-radius: 10px !important;
  }
  .rate-merchant {
    color: var(--black_color);
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .btn-close {
    color: var(--darkgrey_color);

    /* 16px simple */
    font-family: Open Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .model-service {
    color: var(--darkgrey_color);
    font-family: Open Sans;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .leave-cmnt {
    color: var(--darkgrey_color);
    font-family: Open Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .modal-btn {
    border-radius: 10px;
    background: var(--primary_color);
    box-shadow: 1px 4px 4px 0px #00000040;
    font-size: 10px;
  }

  .modal-instraction {
    color: var(--white_color);

    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .modal_exclimation {
    font-size: 20px !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .modal-body {
    background-color: var(--secondary_color);
    border-radius: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  /* .user_mobile_view {
		display: block !important;
	} */
  .name_of_user {
    color: var(--color-blacks-75, var(--darkgrey_color));
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .user_edit_profile {
    color: var(--white_color);
    font-family: Open Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    background: var(--primary_color);
  }
  .merchnt_select {
    font-size: 9px !important;
  }
  .user_web_view {
    display: none;
  }

  .user_cmnt_history {
    font-size: 12px;
  }
  .comment {
    color: var(--grey_color);
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .mb_cmnt_img {
    width: 60px;
    border-right: 2px solid var(--primary_color);
  }
}

/* .user_mobile_view {
	display: none !important;
} */

.user_edit_profile_top {
  color: var(--white_color);
  font-family: Open Sans;
  font-size: 14px;
  padding: 5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 10px;
  background: var(--primary_color);
}

.user_edit_profile_top:hover {
  color: var(--white_color) !important;
  background-color: var(--secondary_color) !important;
}

.cmnt_histry_color {
  color: var(--primary_color) !important;
}
.name_of_user_mobile {
  color: var(--black_color);
}
.phone_user_web {
  color: var(--black_color);
  font-size: 16px;
}
/* name_of user page css end */

/* edit user page css start */

.mobile_edit_user {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile_edit_user {
    display: block;
  }
  .web_edit_user {
    display: none;
  }
  .edit_profile_margn a {
    font-size: 10px;
    color: var(--white_color) !important;
  }
  .edit_user_fvrt_merchnt {
    font-size: 12px;
  }
  .edit_profile_margn .web {
    font-size: 10px !important;
    color: var(--white_color) !important;
    background-color: var(--primary_color);
  }
}
.edit_profile_margn .web {
  font-size: 14px;
  color: var(--white_color) !important;
  background-color: var(--primary_color);
}
.edit_user_fvrt_merchnt {
  font-size: 14px;
}

/* edit user page css end  */

/* footer mobile  view */

.web_view_footer {
  display: block !important;
}

.mobile_view_footer {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .web_view_footer {
    display: none !important;
  }
  .mobile_view_footer {
    display: block !important;
  }
  .mobile_view_footer a {
    font-size: 12px;
  }
  .social-media-links-mob {
    color: var(--white_color);

    font-size: 20px !important;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
  }
}

/* footer mobile  view */

/* FAq */

@media screen and (max-width: 768px) {
  .points {
    font-size: 14px;
  }
  .para p {
    font-size: 12px;
  }
  .points_top {
    font-size: 16px;
  }
}

/* about us */

@media screen and (max-width: 768px) {
  .about_us_headings {
    color: var(--black_color);
    font-size: 16px;
  }
  .about_p {
    color: #676767;
    text-align: center;
    /* font-family: Open Sans; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 181.818% */
  }
}

/* merchant details page  */
.address {
  border-radius: 10px;
  background: var(--color-secondary-50, var(--secondary_color));
}

.address p {
  color: var(--color-blacks-75, var(--darkgrey_color));
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.description-merchant {
  color: var(--black_color);
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.tb_mob_td {
  color: var(--grey_color);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.star_size_merchnt {
  font-size: 13px !important;
}
.modal-fa-star-1 {
  font-size: 20px !important;
  color: var(--darkgrey_color) !important;
}
.modal-content {
  border-radius: 10px !important;
}
.modal-instraction {
  color: var(--white_color);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.modal-body {
  background-color: var(--secondary_color);
  border-radius: 10px !important;
}

@media screen and (max-width: 503px) {
  .modal-fa-star-1 {
    font-size: 13px !important;
  }

  .modal-content {
    border-radius: 10px !important;
  }

  .rate-merchant {
    color: var(--black_color);
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .btn-close {
    color: var(--darkgrey_color);

    /* 16px simple */
    font-family: Open Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .model-service {
    color: var(--darkgrey_color);
    font-family: Open Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .leave-cmnt {
    color: var(--darkgrey_color);
    font-family: Open Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .modal-btn {
    border-radius: 10px;
    background: var(--primary_color);
    box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 10px;
  }

  .modal-instraction {
    color: var(--white_color);

    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .modal_exclimation {
    font-size: 20px !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .modal-body {
    background-color: var(--secondary_color);
    border-radius: 10px !important;
  }
}
.add_fvrt_merchnt {
  background-color: var(--primary_color);
  border-radius: 20px;
  color: var(--white_color);
}
@media screen and (max-width: 768px) {
  .add_fvrt_merchnt {
    color: var(--white_color);
    text-align: center;

    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px; /* 100% */
  }

  .get_direction {
    color: var(--primary_color);
    text-align: center;
    font-family: Open Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .tble_header h6 {
    font-size: 12px;
    white-space: nowrap;
  }
  .merchent_details_mobile {
    display: block !important;
  }
  .merchent_details_web {
    display: none !important;
  }
  .mobile_store_images {
    margin-top: 5px;
  }

  .merchnt_name {
    font-size: 12px;
  }
  .merchant-email {
    color: #645e60;
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .userimg_merchnt {
    border-right: 2px solid var(--primary_color);
    border-radius: 15px;
    border-bottom: px solid var(--primary_color);
  }

  .merchnt_store_images {
    font-size: 18px;
    color: #0000;
  }
  .tab_mobile_view {
    font-size: 11px;
  }
  .no-underline-merchnt {
    color: var(--black_color);
    font-size: 12px;
  }
  .tb_mob_td {
    font-size: 10px;
  }
  .mob_cmnt_hist {
    font-size: 18px;
  }
  .comment {
    font-size: 12px;
  }
  .mb_cmnt_img {
    width: 60px;
    border-right: 2px solid var(--primary_color);
  }

  .description-merchant {
    color: var(--black_color);
    text-align: center;
    font-family: Open Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
  }
  .mobile_speak {
    width: 80%;
  }
}

/* .mb_cmnt_img{
	width: 60px;
	border-right: 2px solid  var(--primary_color);
} */

.merchent_details_mobile {
  display: none;
}

.tab_mobile_view {
  color: var(--white_color);
}
.no-underline-merchnt {
  color: var(--black_color);
}

.userimg_merchnt {
  border-right: 4px solid var(--primary_color);
  border-radius: 15px;
  border-bottom: 4px solid var(--primary_color);
}

/*  home carousal  */
@media screen and (max-width: 768px) {
  .adver_head {
    font-size: 17px;
  }
  .carousal-p {
    color: var(--grey_color);
    font-size: 13px;
  }
  .gotopage {
    font-size: 13px;
  }
}

/* home feature listing */
@media screen and (max-width: 768px) {
  .feature {
    color: var(--darkgrey_color);

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: normal;
  }
  .faq_mobile {
    font-size: 16px;
  }

  .download_app_imgs {
    width: 90px !important;
  }
}

/*   home lisiting cards from 768px to 992px   */

@media screen and (min-width: 768px) and (max-width: 992px) {
  .listing-card-name {
    color: var(--darkgrey_color);
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .stars-1 {
    color: var(--primary_color) !important;
    margin-left: -4px !important;
    font-size: 14px;
  }
  .stars-div span {
    color: var(--darkgrey_color);

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .paymnt_methods {
    color: var(--black_color);
    font-size: 14px;
  }
}

.faq_points_icon {
  color: #171717;
}

.download_app_imgs {
  width: 130px;
}

/* testing */

.back_ground_img_texting {
  /* background-image: url('./assets/images/about-1.jpeg'); */
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh; /* Set the height to 100% of the viewport height */
  margin: 0;
}

/* home card new design */

.sort-cards1 {
  border-radius: 10px !important;
  background: var(--white_color);
  box-shadow: 0px 0px 8px 0px #00000026;
}

.card_name {
  color: var(--black_color);
  font-family: Open Sans;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.payment_methods_typo {
  color: var(--color-blacks-75, var(--darkgrey_color));

  /* 16px bold */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.pay_card_width {
  width: 50.4px;
  height: 34.8px;
}

.card_buy {
  color: var(--color-blacks-75, var(--darkgrey_color));
  /* 16px bold */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.visit_profile {
  color: var(--color-primary-100 var(--primary_color));
  font-family: Open Sans;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .card_name {
    color: var(--darkgrey_color);
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .dark_color i {
    color: var(--secondary_color) !important;
    margin-left: 2px;
    font-size: 15px !important;
  }
  .card_rating_font {
    font-size: 15px !important;
  }

  .payment_methods_typo {
    color: var(--color-blacks-75, var(--darkgrey_color));

    /* 16px bold */
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .card_buy {
    color: var(--color-blacks-75, var(--darkgrey_color));
    /* 16px bold */
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .card_usd {
    color: var(--color-blacks-75, var(--darkgrey_color));

    /* 16px simple */
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .crpyo_name {
    color: var(--color-blacks-75, var(--darkgrey_color));
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .visit_profile {
    color: var(--color-primary-100 var(--primary_color));
    font-family: Open Sans;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    margin-top: 5px !important;
  }
  .card_angle_right_icon {
    font-size: 25px !important;
  }

  .bit_icon {
    width: 23px;
  }
  .pay_card_width {
    width: 40.4px;
    height: 24.8px;
  }

  .mob_card_rating_font {
    font-size: 11px !important;
  }
}

.sort-card-img-regular {
  border: 2px solid var(--primary_color) !important;
  border-radius: 9px;
}

.dark_color_regular i {
  color: var(--primary_color) !important;
  margin-left: 2px;
  font-size: 17px !important;
}

.background {
  background-color: var(--primary_color);
  width: 100%;
  height: 100%;
  border-radius: 0px 6px 8px 0px;
}

.card_angle_right_icon {
  font-size: 35px !important;
}

.card_usd {
  color: var(--color-blacks-75, var(--darkgrey_color));

  /* 16px simple */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.crpyo_name {
  color: var(--color-blacks-75, var(--darkgrey_color));
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card_rating_font {
  font-size: 20px !important;
}

.bit_icon {
  width: 26px;
}
.stars-div .feature_arrow_dark {
  color: var(--secondary_color) !important;
}

@media screen and (max-width: 768px) {
  .dark_color i {
    color: var(--secondary_color) !important;
    margin-left: 1px !important;
    font-size: 12px !important;
  }
  .sort-card-img-regular {
    border: 2px solid var(--primary_color) !important;
    border-radius: 9px;
  }

  .dark_color_regular_mobile i {
    color: var(--primary_color) !important;
    margin-left: 1px !important;
    font-size: 12px !important;
  }

  .mob_view_paymnt_methods {
    color: var(--color-blacks-75, var(--darkgrey_color));
    font-family: Open Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .bitcoin_otc_card_svg {
    width: 15px;
    height: 15px;
    background-color: var(--primary_color);
  }
}

/* about us img */
.about_img_responsive {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .about_img_responsive {
    width: 50% !important;
  }
}

.feature-listing-bg {
  background-color: var(--white_color);
  width: 100%;
  height: 100%;
}

/* .coin_img{
	background-image: url('./assets/images/bitcoinblue.png') !important;
width: 40px;
height: 40px;
	background-repeat: no-repeat;
}

.mob_bitcoin_image_card{
	background-image: url('./assets/images/bitcoinblue.png') !important;
	width: 20% !important;
	height: 20% !important;

		background-repeat: no-repeat;
} */

@media screen and (max-width: 768px) {
  .light_theme {
    display: block !important;
  }
  .dark_mode {
    display: none !important;
  }
}

.bit_icon_web_light {
  display: block !important;
  width: 26px !important;
}
.bit_icon_web_dark {
  display: none !important;
}

.select2-selection {
  background-color: #f6e8b5 !important;
  border-radius: 10px !important;
  border-radius: 10px !important;
  border-color: transparent !important;
  border: none !important;
  width: 100% !important;
  height: 35px !important;
  padding-top: 5px !important ;
}

.card_image_payment img {
  width: 58px !important;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .card_image_payment img {
    width: 40px !important;
  }
}

.regular-stars {
  color: var(--primary_color) !important;
  margin-left: 1px !important;
  font-size: 17px !important;
}

@media screen and (max-width: 768px) {
  .regular-stars {
    color: var(--primary_color) !important;
    margin-left: 0.5px !important;
    font-size: 17px !important;
    font-size: 13px !important;
  }
}

.feature-stars {
  color: var(--secondary_color) !important;
  margin-left: 1px !important;
  font-size: 17px !important;
}

@media screen and (max-width: 768px) {
  .feature-stars {
    color: var(--secondary_color) !important;
    margin-left: 0.5px !important;
    font-size: 13px !important;
  }
}

#news-bar-web {
  color: var(--white_color) !important;
}

#news-bar-mob {
  color: var(--black_color) !important;
}

.news-bar-date {
  color: gray !important;
}

#today {
  color: var(--black_color);
}

#prev {
  color: var(--black_color);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--primary_color) !important;
}

.nav-pills .nav-link {
  color: var(--black_color);
}

.active-toggle {
  color: var(--white_color) !important;
  background-color: var(--primary_color) !important;
  padding: 5px 10px;
  border-radius: 10px;
}

.new-title {
  color: var(--black_color) !important;
}

.news_details_h4_style {
  color: var(--darkgrey_color);

  font-family: Open Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.news_details_p {
  color: var(--grey_color);

  /* 14px simple */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.side-news-title {
  color: var(--black_color) !important;
}

.merchant-detail-page-currency-table {
  background-color: var(--primary_color) !important;
  color: var(--white_color) !important;
}

/* sort by  */
.sele {
  background-image: url("/images/sort.svg");
  background-color: red;
}

.select-b {
  border: none;
  background-color: var(--white_color);
  color: var(--primary_color);
  /* margin-left: 5px; */
  /* padding-left: 20px; */
  background-image: url(/images/arrow-select.svg);
}
.select-b-f {
  border: none;
  background-color: var(--white_color);
  color: var(--secondary_color);
  /* margin-left: 5px; */
  /* padding-left: 20px; */
  background-image: url(/images/arrow-select.svg);
}

.span {
  margin-top: 5px;
  color: var(--primary_color);
  font-weight: bold;
}
.span-feature {
  margin-top: 5px;
  color: var(--secondary_color);
  font-weight: bold;
}

.complete {
  background-color: var(--white_color);
  border-radius: 10px;
}

.nav-color {
  background-color: var(--primary_color) !important;
}
.nav-color-feature {
  background-color: var(--secondary_color) !important;
}

.navbar-brand {
  color: var(--white_color);
  font-weight: bold;
}

.navbar-toggler {
  border: var(--white_color) !important;
  border-color: var(--white_color) !important;
}

.skiptranslate {
  margin-top: -24px !important;
}

.active-type-btn {
  background-color: var(--primary_color) !important;
  color: var(--white_color) !important;
}
.active-type-btn-sell {
  background-color: var(--secondary_color) !important;
  color: var(--black_color) !important;
}

.btn-edit {
  border-radius: 5px !important;
  background: var(--primary_color) !important;
  color: var(--white_color) !important;
  font-weight: 800 !important;
}

.view-detail-auction {
  color: var(--primary_color) !important;
  font-weight: 700 !important;
}

.verify-account {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--primary_color) !important;
}

.subscription-bg-color {
  background-color: var(--primary_color) !important;
}

.btn-trade {
  background-color: var(--secondary_color) !important;
  font-weight: 900 !important;
  padding: 5px 40px !important;
}
.bg-half-yellow {
  background: var(--secondary_color) !important;
}

.bg-table-yellow {
  background: var(--secondary_color) !important;
}

.csc-head {
  background: var(--secondary_color);
  border-radius: 20px 20px 0px 0px !important;
  text-align: center;
  font-weight: 600 !important;
}

.csc-foot {
  position: absolute;
  bottom: 0px !important;
  background: var(--secondary_color);
  border-radius: 0px 0px 20px 20px !important;
  width: 100% !important;
}

.fww-bolder {
  font-weight: bolder !important;
  color: var(--black_color);
}

.offcanvas {
  background-color: var(--primary_color);
}

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