@import url("./font.css");
@import url("./header.css");
@import url("./main.css");
@import url("./var.css");
@import url("./home.css");
@import url("./login.css");
@import url("./footer.css");
@import url("./modal_stream_view.css");
@import url("./video_stream_view.css");
@import url("./modal_profile.css");
@import url("./video_call.css");
@import url("./notification.css");
@import url("./loader.css");
@import url("./Policy.css");
@import url("./aboutUs.css");
@import url("./error_page.css");
@import url("./Events.css");
@import url("./home_contact.css");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
}

a {
  text-decoration: none !important;
}

li {
  list-style-type: none;
}
.skiptranslate{
  display: none !important;
}
.goog-te-gadget{
  display: block !important;

}
body{
  top:0px !important;
}

#custom-lang-icons{
  color: var(--white) !important;
}
/* Hide the Google Translate banner at the top */
.goog-te-banner-frame.skiptranslate,
body > .skiptranslate {
  display: none !important;
} 

.form-select.notranslate{
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 95px !important;
  font-size: 10px !important;
  box-shadow: none !important;
}


body {
  top: 0px !important;
}


/* Style the dropdown */
#google_translate_button .goog-te-combo {
  background: #fff;
  border: 2px solid #007BFF;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #333;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}

#google_translate_button .goog-te-combo:hover {
  border-color: #0056b3;
}

#google_translate_button .goog-te-combo:focus {
  box-shadow: 0 0 5px rgba(0,123,255,0.5);
}

/* Optional: shrink width */
#google_translate_button .goog-te-combo {
  min-width: 100px;
}

.cmn_btn {
  font-family: var(--Poppins-Medium);
  font-size: 18px;
  line-height: 18px;
  color: var(--white);
  background-color: var(--primaryColor);
  border-radius: 20px;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
  position: relative;
}

.flag_underline{
  /* text-decoration: underline; */
  background-color: #000;
}

#custom-lang-icons span{
  padding: 5px;
}

.cmn_btn span {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.cmn_btn span svg {
  width: 100%;
  height: 100%;
}

.cmn_btn span svg path {
  fill: var(--white);
}

.cmn_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--white);
  z-index: -1;
  transition: width 0.4s ease;
}

.cmn_btn:hover::before {
  width: 100%;
}

.cmn_btn:hover {
  color: var(--primaryColor);
}

.cmn_btn:hover span svg path {
  fill: var(--primaryColor);
}

.cmn_btn_2 {
  background-color: var(--white);
  color: var(--primaryColor);
}

.cmn_btn_2 span svg path {
  fill: var(--primaryColor);
}

.cmn_btn_2::before {
  background-color: var(--primaryColor);
}

.cmn_btn_2:hover {
  color: var(--white);
}
.cmn_btn_2:hover span svg path {
  fill: var(--white);
}

.selectedCoin{
  height: auto !important;
}

.p-100 {
  padding: 100px 0px;
}

.section-title {
  margin-bottom: 0px;
  font-family: var(--Poppins-SemiBold);
  font-size: 38px;
  line-height: 45.6px;
  color: var(--secondaryColor);
  text-transform: uppercase;
}

/* custom-dropdwon-menu Start */

.custom-dropdwon .custom-dropdwon-menu {
  background-color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(44px);
  padding: 18px 15px;
  border-radius: 12px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  right: 0;
}

.custom-dropdwon .custom-dropdwon-menu li {
  margin-bottom: 5px;
}

.custom-dropdwon .custom-dropdwon-menu li:last-child {
  margin-bottom: 0px;
}

.custom-dropdwon .custom-dropdwon-menu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  color: var(--secondaryColor);
  font-size: 14px;
  font-family: var(--Poppins-Medium);
  line-height: 16.8px;
  transition: 0.3s;
}

.custom-dropdwon .custom-dropdwon-menu .dropdown-item:hover {
  color: var(--primaryColor);
  background-color: transparent;
}

.custom-dropdwon .custom-dropdwon-menu .dropdown-item span {
  display: inline-block;
  width: 100%;
  max-width: 26px;
  min-width: 26px;
  height: 26px;
  margin-right: 8px;
}

.custom-dropdwon .custom-dropdwon-menu .dropdown-item i {
  margin-right: 8px;
}

.custom-dropdwon .custom-dropdwon-menu .dropdown-item span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 20px;
  min-width: 20px;
  height: 20px;
}
label.error {
  color: var(--primaryColor);
  font-size: 12px;
  font-family: var(--Poppins-Medium);
  display: inline !important;

}
.toast.toast-error {
  background-color: #df1c41 !important;
  box-shadow: none !important;
  border-radius: 12px !important;
  padding: 14px !important;
  padding-left: 50px !important;
  font-family: var(--SFProDisplay-Bold) !important;
  font-size: 15px !important;
  color: var(--white) !important;
  line-height: normal !important;
}

/* #toast-container>.toast-error {
  background-image: url("../../toaster_error_icon.png") !important;

} */

.toast.toast-success {
  background-color: #38c793 !important;
  box-shadow: none !important;
  border-radius: 12px !important;
  padding: 14px !important;
  padding-left: 50px !important;
  font-family: var(--SFProDisplay-Bold) !important;
  font-size: 15px !important;
  color: var(--white) !important;
  line-height: normal !important;
}
.toast.toast-warning{
  background-color: #ffb000 !important;
  box-shadow: none !important;
  border-radius: 12px !important;
  padding: 14px !important;
  padding-left: 50px !important;
  font-family: var(--SFProDisplay-Bold) !important;
  font-size: 15px !important;
  color: var(--white) !important;
  line-height: normal !important;
}

/* #toast-container>.toast-success {
  background-image: url("../../toater_success_icon.png") !important;
} */

#toast-container>div {
  opacity: 1 !important;
}

.fixed-image-wrapper {
  position: relative;
  text-align: center;
  width: 500px;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  margin: auto;
  /* padding-top: 30px; space for close button */
}

.fixed-popup-image {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.custom-close-btn {
  position: absolute;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: 15px !important;
  right: 15px !important;
  font-size: 24px;
  background: none;
  border: none;
  background: black !important;
  width: 100% !important;
  padding: 4px !important;
  border-radius:50% !important ;
  max-width: 34px !important;
  height: 34px !important;
  color: #fff;
  cursor: pointer;
  z-index: 9999;
  font-size: 28px !important;
}

#custom-lang-icons{
  display: none;
}

.onlyMenu-language #custom-lang-icons{
  right: 10px !important;
  top: 50%;
  transform: translateY(-50%);
}

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

/* custom-dropdwon-menu End */

/* ===Media-quary=== */


@media only screen and  (min-width:1399px) and (max-width:1599px){
  .header_main ul{
    padding-right: 100px;
  }
}


@media only screen and  (min-width:1299px) and (max-width:1399px){
  .header_main ul{
    padding-right: 100px;
  }
}

@media only screen and  (min-width:1199px) and (max-width:1299px){
  .header_main ul{
    padding-right: 100px;
  }
}


@media only screen and (max-width: 1399px) {
}

@media only screen and  (min-width:1024px) and (max-width:1199px){
  .header_main ul{
    padding-right: 100px;
  }
}

@media only screen and  (min-width:992px) and (max-width:1199px){
  .header_main ul{
    padding-right: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 35px;
    line-height: 35.6px;
  }
}
@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 32px;
    line-height: 32.6px;
  }
  #customLangSelect{
    display: none !important;
  }  
  #custom-lang-icons{
    display: flex;
    position: absolute;
    right: 200px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
  }
  header{
    flex-direction: column ;
  }
  .termBackBtn{
  display: none !important;
}
.privacyBackBtn{
  display: none !important;
}
}

@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 30px;
    line-height: 30.6px;
  }
  #custom-lang-icons{
    right: 180px ;
  }

   .header_logo {
/*      pointer-events: none; */
      cursor: default;      /* changes cursor */
  }
 
.hide-on-mobile {
  /* display: none !important;
   */
   margin-inline: auto ;
}

.moblie-menu-btn-resp{
  display: none !important;
}
}

@media only screen and (max-width: 575px) {
  .section-title {
    font-size: 26px;
    line-height: 26.6px;
  }
  #custom-lang-icons {
    right: 70px;
}
}

