@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Momo+Trust+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body {
  font-weight: 500;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: #f7f6f3;
  font-family: "Cardo", serif;
  max-width: 1600px;
  display: block;
  margin: auto;
}


/* Hide the Google Translate top banner frame */
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon,
#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
  visibility: hidden !important;
}

/* Prevent the page from being pushed down by the missing bar */
body {
  top: 0px !important;
}

/* Optional: Hide "Powered by Google" branding */
.goog-te-gadget {
  font-size: 0px !important;
}


/* Target the newer randomized Google Translate classes */
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-yAWNEb-L7lbkb,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
  visibility: hidden !important;
}

/* Ensure the body doesn't shift down */
body {
  top: 0px !important;
  position: static !important;
}

/* Hide the hover tooltips on translated text */
#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}

@font-face {
  font-family: "Chomsky";
  src: url("../fonts/Chomsky.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NewRocker";
  src: url("../fonts/NewRocker-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

.chomskyFont {
  font-family: "Chomsky", serif;
}

.NewRocker {
  font-family: "NewRocker", serif;
}

#donationAlert {
  width: max-content;
  margin: auto;
  font-style: italic;
  font-size: 18px;
}

a {
  text-decoration: none;
  color: inherit;
}

.text_cream {
  color: #ffedd1;
}

.woodenBG {
  width: 100%;
  height: 70px;
  background-image: url("../images/topwoodenbg.png");
  background-size: cover;
  display: flex;
  justify-content: end;
  gap: 20px;
  align-items: center;
  padding: 0 5%;
}

.header_btn_1,
.header_btn_2 {
  width: 150px;
  height: 40px;
  background-image: url("../images/headerbtn1.png");
  background-size: 100% 100%;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: none;
  color: #ffdca7;
}

.chatIcon {
  width: 50px;
  height: 50px;
  background-image: url("../images/chatIcon.webp");
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1000;
  cursor: pointer;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

#language-switcher {
  width: 65px;
  height: 40px;
  background-color: #2f1a00;
  border: 2px solid #5a3a1b;
  color: #FFC367;
  padding: 5px;
  border-radius: 5px;
  outline: none;
}

#language-switcher option {
  color: #000000 !important;
  background-color: #ffffff;
}

#language-switcher:focus {
  color: #FFC367;
}

.header_btn_2 {
  background-image: url("../images/headerbtn2.png");
}

.desktop_menu {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
}

.dekstop_left_menu,
.desktop_right_menu {
  background-image: url(../images/left.png);
  background-size: 100% 100%;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.dekstop_left_menu {
  padding-left: 5%;
  padding-right: 70px;
}

.desktop_right_menu {
  background-image: url(../images/right.png);
  padding-right: 5%;
  padding-left: 70px;
}

.logo {
  width: 50px;
  scale: 2.8;
}

.menuItem {
  width: 120px;
  height: 45px;
  background-image: url(../images/nonActive.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  line-height: 13px;
  color: #ffdca7;
}

.home_header {
  width: 100%;
  height: 700px;
  background-image: url(../images/homeHeader.png);
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.AdventureDetailBGHeader {
  height: 350px;
  background-position: center;
  background-image: url(../images/adventure_detail_header.png);

}

.missionBG {
  background-image: url(../images/missionHead.jpg);
}

.AdventureDB {
  background-image: url(../images/adventureBG.webp);
}

.lire_btn {
  width: 250px;
  height: 90px;
  background-image: url(../images/Objects.png);
  background-size: 100% 100%;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: #2f1a00;
  font-family: "Chomsky", serif;
  margin: auto;
}

.header_title {
  font-size: 4rem;
  color: #fff;
  z-index: 2;
  text-align: center;
  line-height: 1.2;
}

.zindex-10 {
  position: relative;
  z-index: 10;
}

.adventure_card {
  width: 100%;
  height: 550px;
  background-image: url("../images/adventureCard.webp");
  background-size: 100% 100%;
  padding: 50px;
  font-family: chomsky;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider_cardss {
  height: 400px;
}

.armory_card {
  width: 100%;
  min-height: 450px;
  background-image: url("../images/messangerSlide.webp");
  background-size: 100% 100%;
  padding: 40px 50px;
  font-family: chomsky;
  display: flex;
  justify-content: center;
  align-items: center;
}

.armory_card img {
  width: 100%;
  /* height: 300px; */
  object-fit: contain;
}

.armory_card button {
  width: 100%;
  height: 80px;
  background-image: url("../images/msgnercardbtn.png");
  background-size: 100% 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: chomsky;
  font-size: 25px;
  display: block;
  margin-top: 20px;
}

.armory_deatil_button {
  width: 250px;
  height: 80px;
  background-image: url("../images/msgnercardbtn.png");
  background-size: 100% 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: chomsky;
  font-size: 25px;
  display: block;
  margin-top: 20px;
  display: block;
  margin: auto;
}

.article_box {
  width: 150px;
  height: 50px;
  background-color: rgb(47, 26, 0, 0.8);
  color: #ffedd1;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding: 0 10px;
  margin-left: auto;
  margin-top: -30px;
  font-size: 19px;
  margin-bottom: 20px;
  user-select: none;
  cursor: pointer;
}


.adventure_card h3 {
  text-align: center;
  font-size: 45px;
  color: #2f1a00;
}

.adventure_card img {
  max-width: 75%;
  display: block;
  margin: auto;
  margin-top: 20px;
}

.faq_box {
  width: 100%;
  min-height: 80px;
  background-image: url("../images/faq_closed.png");
  background-size: 100% 100%;
  position: relative;
  padding: 0px 20px;
  padding-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

.active_faq {
  background-image: url("../images/faq_open.png");

}

.question_content,
.answer_content {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  color: #58371E;
  user-select: none;
}

.question_content .Q,
.answer_content .Q {
  color: #2f1a00;
  font-size: 4rem;
  line-height: 4rem;
  user-select: none;

  font-family: chomsky;
}

.faq_nav_box.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.answer_content {
  height: 0px;
  overflow: hidden;
  ;
}

.faq_icon_box {
  width: 50px;
  height: 50px;
  background-image: url("../images/pageNo.png");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  /* padding-bottom: 10px; */
}


.faq_nav_box {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #FFD486;
  color: #1b1008;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* make box inner shadow of light brown color */
  box-shadow: inset 0px 0px 5px 0px rgba(216, 157, 88, 0.9);
  transition: 0.2s ease-in-out;
}


.right_box iframe,
.indexVideoWrap iframe,
.innerVideoWrap1 iframe,
.innerVideoWrap2 iframe {
  width: 100%;
  height: 250px;
  /* border: 5px solid red; */
  border-radius: 10px;
  background-image: url("../images/vidoewrap.webp");
  background-size: 100% 100%;
  padding: 20px !important;
}

.innerVideoWrap2 {
  width: 100%;
}

.innerVideoWrap2 iframe {
  height: 380px;
  padding: 30px !important;

}

/* Remove Chrome autofill blue background */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: inherit !important;
  transition: background-color 5000s ease-in-out 0s;
}

/* 1) Base input background (your design color) */
.popup_input,
.popup_textarea_input {
  background-color: transparent;
  /* or your beige color */
  color: inherit;
}

/* 2) Kill Chrome autofill background */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit !important;
  caret-color: inherit !important;

  /* This is the REAL trick */
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset !important;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset !important;

  /* prevent flash */
  transition: background-color 9999s ease-out 0s;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  /* Prevents the default solid background color */
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;

  /* Ensures smooth transition, effectively hiding the color change */
  transition: background-color 5000s ease-in-out 0s;

  /* You may need to specify text color if the default changes unexpectedly */
  /* -webkit-text-fill-color: #yourTextColor; */
}

.innerImageWrap1,
.innerImageWrap2 {
  width: 100%;
  height: 380px;
  /* border: 5px solid red; */
  border-radius: 10px;
  background-image: url("../images/vidoewrap.webp");
  background-size: 100% 100%;
  padding: 20px !important;
}


.single_video_frame {
  width: 100%;
  max-width: 800px;
  margin: auto;
  height: 400px;
  /* border: 5px solid red; */
  border-radius: 10px;
  background-image: url("../images/vidoewrap.webp");
  background-size: 100% 100%;
  padding: 25px !important;
}

.double_video_frame,
.announce_video_frame {
  width: 100%;
  margin: auto;
  height: 350px;
  /* border: 5px solid red; */
  border-radius: 10px;
  background-image: url("../images/vidoewrap.webp");
  background-size: 100% 100%;
  padding: 25px !important;
}

.announce_video_frame {
  height: 300px;
  padding: 20px !important;

}

.single_video_frame iframe,
.double_video_frame iframe,
.announce_video_frame iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.innerImageWrap2 {
  height: 320px;
}


.innerVideoWrap1 iframe {
  height: 450px;
  padding: 40px !important;

}

.innerImageWrap1 img,
.innerImageWrap2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}


.newPercentage {
  color: #fff;
  position: absolute;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  top: 20px;
}

.faq_nav_box.active {
  color: #EDA31A;
  background-color: rgb(70, 48, 13, 0.9);
}

.faq_nav_box:hover {
  color: #EDA31A;
  background-color: rgb(70, 48, 13, 0.7);
  cursor: pointer;
}

.faq_icon_box img {
  width: 20px;
  transition: 0.2s ease-in-out;

}

.active_faq .faq_icon_box img {
  rotate: -180deg;
}

.active_faq .answer_content {
  height: auto;
  overflow: hidden;
}

.adventure_card button {
  width: 200px;
  height: 60px;
  background-image: url("../images/sliderbtn.png");
  background-size: 100% 100%;
  background-color: transparent;
  outline: none;
  border: none;
  display: block;
  margin: auto;
  margin-top: 20px;
  /* font-weight: 600; */
  font-size: 25px;
  color: #2f1a00;
}

.priceBox {
  width: 100%;
  max-width: 250px;
  height: 160px;
  background-image: url("../images/grid.png");
  background-size: 100% 100%;
  padding: 10px;
  position: relative;
  min-width: 232px;
}

.amountratio {
  width: 90%;
  height: 45px;
  background-image: url("../images/amountRatioBg.png");
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  color: #FFD89C;
  padding-top: 2px;
  /* font-family: chomsky; */
  font-size: 22px;
  padding-left: 52px;
}

.amountratio span {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding-top: 3px !important;
}

.progressBarWrap {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 200px;
  background-image: url("../images/progrssWrapBar.png");
  background-size: 100% 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.barwrap {
  min-width: 49px;
  max-width: 49px;
  width: 49px;
  height: 188px;
  /* border: 1px solid red; */
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  transform: translateX(1px);
}

.progressBarWrap img {
  width: 100%;
  object-fit: cover;
  /* max-height:93%; */
  /* height: 100%; */
  object-position: bottom;
  position: absolute;
  bottom: 0px;
  left: 1px;
  /* border-top: 2px solid yellow; */
}

.percentage,
.budget {
  color: #2f1a00;
  font-size: 25px;
  /* font-family: chomsky; */
  text-align: center;
  font-weight: 600;
}

.headerline {
  width: 100%;
  height: 140px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}

.missionline {
  width: 100%;
  height: 180px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}

.missionSubMenu {
  width: 100%;
  height: 80px;
  background-image: url("../images/missionSubMenuBg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  overflow-x: auto;
}

.missionSubMenu .item {
  min-width: 180px;
  padding: 2px 20px;
  height: 50px;
  background-image: url("../images/nonActive.png");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffdca7;
  font-weight: 400;
  cursor: pointer;
}

.mission_card {
  width: 100%;
  min-height: 650px;
  background-image: url("../images/missioncard1.webp");
  background-size: 100% 100%;
  /* border: 1px solid red; */
  padding: 70px 100px;
}

.mission_card h2 {
  font-family: "Chomsky", serif;
  color: #664702;
  text-align: center;
  margin-bottom: 20px;
  font-size: 45px;
}

.mission_card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin: auto;
}

.mission_card p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.mission_card button {
  width: 250px;
  height: 65px;
  background-image: url("../images/sliderbtn.png");
  background-size: 100% 100%;
  background-color: transparent;
  border: none;
  outline: none;
  display: block;
  margin: auto;
  margin-top: 20px;
  font-family: "Chomsky", serif;
  font-size: 22px;
}

.active_bar {
  background-image: url("../images/active.png") !important;
  color: #2f1a00 !important;
  font-weight: 600 !important;
}

.commonHeading,
.slider_headings {
  font-size: 5rem;
  color: #664702;
  font-family: "Chomsky", serif;
  text-align: center;
}

.slider_headings {
  font-size: 40px;
  color: #2f1a00;
  margin-top: 50px;
}


.equipment_wrap {
  width: 100%;
  height: 300px;
  background-image: url("../images/eq_bg.png");
  background-size: 100% 100%;
  background-color: transparent;
  margin-top: 50px;
  padding: 20px;
}

.equipment_wrap h4 {
  color: #2f1a00;
  font-family: "Chomsky", serif;
  text-align: center;
  font-size: 35px;
}

.Eq_item img {
  width: 100px;
}

.Eq_item p {
  font-size: 25px;
  margin: 0;
}

.brown_text {
  color: #664702;
}



.supportbtn {
  width: 230px;
  height: 75px;
  background-image: url("../images/supportbtn.webp") !important;
  background-size: 100% 100%;
  background-color: transparent;
  color: #2f1a00;
  font-family: "Chomsky", serif;
  border: none;
  outline: none;
  padding-bottom: 5px;
  font-size: 18px;
}

.joinNowBtn {
  width: 230px;
  height: 75px;
  background-image: url("../images/joinBtn.png");
  background-size: 100% 100%;
  background-color: transparent;
  color: #2f1a00;
  font-family: "Chomsky", serif;
  border: none;
  outline: none;
  padding-bottom: 5px;
  font-size: 18px;

}

.secitonBG,
.adventureDetailBG {
  width: 100%;
  background-image: url(../images/sectionbg.webp);
  background-size: cover;
  height: auto;
  padding-bottom: 10px;
  padding-bottom: 200px !important;
}

.comonsection {
  width: 100%;
  background-image: url(../images/sectionbg.webp);
  background-size: cover;
  min-height: 400px;
  padding-bottom: 200px;
  background-attachment: fixed;

}

.adventureDetailBG {
  background-image: url(../images/adventure_detail_bg.webp);
  background-size: 100% cover;
  background-attachment: fixed;

}

.les_messanger_section {
  width: 100%;
  padding: 100px 0;
  min-height: 700px;
  background-image: url(../images/les_messanger.webp);
  background-size: 100% 100%;
  margin: 100px 0;
}

.les_messanger_section h3 {
  color: #2f1a00;
}

.missionline2D {
  width: 100%;
  height: 150px;
  margin-top: -50px;
  position: relative;
  z-index: 100;
}

.announce_slider_warp {
  width: 100%;
  height: 500px;
  background-image: url(../images/announce_slider_bg.webp);
  background-size: 100% 100%;
  margin-top: 100px;
  position: relative;
  padding: 20px 80px;
  padding-top: 120px;
}

.announce_slider_warp span {
  color: #2f1a00;
  font-size: 3.5rem;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-40%);
  font-family: "Chomsky", serif;
}

.announce_slider_button,
.messanger_card_button,
.messanger_section_btn {
  color: #2f1a00;
  width: 170px;
  height: 55px;
  background-image: url("../images/sliderbtn.png");
  background-size: 100% 100%;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Chomsky", serif;
  font-size: 20px;
  padding-bottom: 5px;
}

.blog_card {
  background-image: url("../images/blog_card.png");
  background-size: 100% 100%;
  width: 100%;
  min-height: 400px;
  padding: 40px;
}

.blog_card img {
  width: 100%;
  max-height: 250px;
}

.blog_card h5 {
  background-color: transparent;
  font-size: 35px;
  text-align: center;
  font-family: chomsky;
  color: #2f1a00;
}

.blog_title {
  font-size: 4.5rem;
  color: #5B4839;
  font-family: chomsky;
  text-align: center;
  margin-top: 50px;
}

.blog-envlop {
  position: absolute;
  left: 0;
  top: 200px;
  width: 200px;
  z-index: 100;
}

.investigation_wrap {
  width: 95%;
  max-width: 1500px;
  margin: auto;
  background-image: url("../images/investigation_Section_bg.webp");
  background-size: 100% 100%;
  height: auto;
  min-height: 400px;
  margin-top: 70px;
  padding: 8% 15%;
  padding-bottom: 10%;
}

.investigation_wrap img {
  max-width: 95%;
  max-height: 300px;
  display: block;
  margin: auto;
}

.investigation_wrap button {
  background-image: url("../images/sliderbtn.png");
  background-size: 100% 100%;
  width: 250px;
  height: 80px;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: chomsky;
  font-size: 25px;
  display: block;
  margin: 50px auto;

}


/* ⭐ MAGIC HERE */
.blog-content {
  column-count: 2;
  column-gap: 60px;
  text-align: justify;
  line-height: 1.5;
  font-size: 19px;
  color: #2f1a00;
  margin-bottom: 80px;
}

.blog-content p {
  margin-top: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-content {
    column-count: 1;
  }

  .blog-envlop {
    display: none;
  }
}

.messanger_section_btn {
  width: 300px;
  height: 100px;
  font-size: 35px;
  display: block;
  margin: auto;
}

.announce_slider_warp img {
  width: 90%;
  height: auto;
  margin: auto;
  display: block;
}

.previous_btn {
  width: 50px;
  max-height: 40px;
  max-width: 30px;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-40%);
  cursor: pointer;
}

.next_btn {
  width: 50px;
  max-height: 40px;
  max-width: 30px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-40%);
  cursor: pointer;
}

.bible_heading,
.chatheading {
  width: 170px;
  height: 50px;
  background-image: url("../images/sendMsgBtn.webp");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: chomsky;
  margin: auto;
  margin-bottom: 20px;
  font-size: 30px;
}

.chatheading {
  width: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  font-size: 30px;
}

.messanger_card {
  width: 300px;
  min-height: 400px;
  background-image: url("../images/messangerSlide.webp");
  background-size: 100% 100%;
  margin: auto;
  padding: 40px;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: scale(0.8);
  /* Smaller by default */
  opacity: 0.5;
  /* Dimmed by default */
  box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.5);
  border-radius: 14px;
}

.messanger_card_button {
  width: 100%;
  height: 70px;
  background-image: url("../images/msgnercardbtn.png");
}


.missionMline {
  display: none;
}

.home_faq_image1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 400px;
  z-index: 1;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  object-fit: cover;
}

.missionSelectedItem {
  display: none;
}

.SubMobileMenu {
  display: none;
}

.socialLinks img {
  width: 60px;
  height: 60px;
}

.footer_Liens {
  font-size: 39px;
  color: #d89d58;
  font-family: "Chomsky", serif;
}

.footer {
  width: 100%;
  min-height: 500px;
  background-image: url("../images/footer_m.png");
  background-size: 100% 100%;
  margin-top: -150px;
  padding: 50px 0;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.newsletterContentWrap {
  background-color: rgb(216, 157, 88, 0.5);
  width: 100%;
  min-height: 70px;
  padding: 25px;
  border-radius: 20px;
  color: black;
}

.newsletterContentWrap h4 {
  font-size: 30px;
  font-weight: 800;
}

.newsletterContentWrap p {
  font-size: 18px;
}

.newsletterInput {
  width: 100%;
  height: 55px;
  background-image: url("../images/newsletterinput.png");
  background-size: 100% 100%;
  background-color: transparent;
  outline: none;
  border: none;
  color: #2f1a00;
  font-weight: 800;
  padding: 2px 30px;
}

.newsletterInput::placeholder {
  color: #2f1a00;
  font-weight: 800;
}

.newsletterBtn {
  width: 270px;
  height: 70px;
  background-image: url("../images/sliderbtn.png");
  background-size: 100% 100%;
  background-color: transparent;
  outline: none;
  border: none;
  font-family: "Chomsky", serif;
  font-size: 25px;
}

.copyrightBar {
  width: 100%;
  min-height: 55px;
  background-color: #1b1008;
  color: #a68f89;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  font-family: "Open Sans", sans-serif;
}

.footerText {
  font-size: 19px;
}

.footer_menu_items {
  font-size: 19px;
  text-wrap: nowrap;
}

.header_mob_menu_btn {
  display: none;
}

.le_messagner_menu_wrap {
  width: 90%;
  height: 90px;
  display: flex;
  margin: auto;
  background-image: url("../images/sub_menu_d.png");
  background-size: 100% 100%;
  padding: 10px;
  /* margin-top: 150px; */
}

.le_messagner_menu_wrap .menu__wrap {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  /* 👈 equal width */
  width: 100%;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0px 5px 5px rgb(47, 26, 0, 0.5);

}

.le_msg_active,
.le_msg_non_active {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
  cursor: pointer;
  font-size: 1.7vw;
  font-family: chomsky;
}

.le_msg_active {
  background-image: url("../images/le_messanger_active_menu_bg.png");
  color: #FFDEAB;
}

.le_msg_non_active {
  color: #2f1a00;
  background-image: url("../images/le_messanger_non_active_menu_bg.png");
}

#reduce_quantity,
#add_quantity {
  width: 25px;
  height: 25px;
  color: #2f1a00;
  background-color: #ffb347;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
  user-select: none;
}

#reduce_quantity {
  padding-bottom: 2px;
}

#quantity {
  width: 30px;
  text-align: center;
  background-color: transparent;
  border: none;
  outline: none;
  color: #d4a017;
}

#reduce_quantity:hover,
#add_quantity:hover {
  cursor: pointer;
  background-color: rgb(255, 255, 255, 1);
}

.category_heading_box {
  width: 350px;
  height: 80px;
  background-image: url("../images/curve_bar.png");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 100px;
  color: #FFDEAB;
  font-size: 50px;
  font-family: chomsky;
}

.messanger_wrap {
  height: auto;
  background-image: url("../images/le-messagner-content-bg.png");
  background-size: 100% 100%;
  margin-top: 100px;
  padding: 0 50px;
}

.armory_detail_box {
  width: 100%;
  max-width: 1000px;
  min-height: 600px;
  background-image: url("../images/armorydetail-box1.webp");
  background-size: 100% 100%;
  display: flex;
  margin: auto;
  padding: 60px 85px;
  gap: 30px;
}

.innerCard {
  width: 220px;
  height: 250px;
  background-image: url("../images/messangerSlide.webp");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 20px;
}

.inner_price_box {
  width: fit-content;
  background-color: rgb(47, 26, 0, 0.8);
  height: 50px;
  color: #FFD89C;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: 25px auto;
  font-size: 20px;
  padding: 0 15px;
  font-weight: 800;
}

.innerNav {
  width: 40px;
  height: 40px;
  background-color: rgb(47, 26, 0, 0.8);
  border-radius: 10px;
  color: #EDA31A;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.innerNav:hover {
  color: #FFD89C;
  scale: 1.05;
}

.left_box {
  width: 40%;
  min-height: 450px;
  height: 100%;
}

.right_box {
  width: 55%;
  min-height: 450px;
  height: 100%;
  padding: 2%;
  padding-top: 0%;
}


.forum_bottom_wrap {
  width: 95%;
  max-width: 1300px;
  display: flex;
  margin: auto;
  height: 370px;
  gap: 20px;
  margin-top: -30px;
  background-image: url("../images/forum-bottom-side.webp");
  background-size: 100% 100%;
  padding: 20px;
  padding-top: 100px;
  position: relative;
  z-index: 10;
}



.userDetailsBox {
  width: 100%;
  max-width: 380px;
  height: 230px;
  background-image: url("../images/userDetailsBg.webp");
  background-size: 100% 100%;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.userDetailsBox .userImage {
  width: 130px;
  height: 170px;
  object-fit: cover;
  object-position: center;

  /* The clipping path to create the angled corners */
  clip-path: polygon(15% 0%, 85% 0%, 100% 12%, 100% 88%, 85% 100%, 15% 100%, 0% 88%, 0% 12%);

  /* Border note: Standard borders often don't follow clip-paths. 
     To get the gold border effect, place the image inside a <div> 
     with a slightly larger clip-path and a gold background. */
  border: 2px outset #714110;
}

.forum_input_wrap {
  width: 100%;
  height: 230px;
  background-image: url("../images/inputPpaer.webp");
  background-size: 100% 100%;
  border: 10px solid #5B4836;
  border-radius: 20px;
}

.chatinputText {
  height: 150px;
}

#messageInput {
  width: 100%;
  height: 147px;
  background-color: transparent;
  border: none;
  outline: none;
  resize: none;
  padding: 20px 10px;
  line-height: 25px;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #d4a017 #5a3a1b;
}

.chatinputText .emoji-wysiwyg-editor {
  padding: 6px;
  padding-right: 35px;
  margin-bottom: 0px;
  min-height: 35px;
  height: 70px !important;
  max-height: 100px;
}

/* Brown placeholder text */
.emoji-wysiwyg-editor:empty:before {
  content: attr(data-placeholder);
  color: #8b5e3c;
  /* brown */
  pointer-events: none;
}


/* WebKit Browsers (Chrome, Edge, Safari) */
#messageInput::-webkit-scrollbar {
  width: 8px;
}

#messageInput::-webkit-scrollbar-track {
  background: #5a3a1b;
  border-radius: 20px;
}

#messageInput::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom,
      #f7c65f,
      #d4a017);
  border-radius: 20px;
}

#messageInput::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom,
      #ffd976,
      #e0a800);
}

.emoji-wysiwyg-editor {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 10px 10px !important;
  overflow-y: auto !important;
  font-size: 18px;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #d4a017 #5a3a1b;
}

/* WebKit Browsers */
.emoji-wysiwyg-editor::-webkit-scrollbar {
  width: 8px;
}

.emoji-wysiwyg-editor::-webkit-scrollbar-track {
  background: #5a3a1b;
  border-radius: 20px;
}

.emoji-wysiwyg-editor::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom,
      #f7c65f,
      #d4a017);
  border-radius: 20px;
}

.emoji-wysiwyg-editor::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom,
      #ffd976,
      #e0a800);
}

#emojiTrigger {
  font-size: 20px;
  background-color: transparent;
  outline: none;
  border: none;
}

.emoji-wysiwyg-editor:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.send_message_btn {
  width: 150px;
  height: 50px;
  background-image: url("../images/sendMsgBtn.webp");
  background-size: 100% 100%;
  outline: none;
  background-color: transparent;
  border: none;
  font-size: 19px;
  font-family: NewRocker;
  transition: 0.3s ease-in;
}

.send_message_btn:hover {
  color: #533F2F;
}

.home_mission_wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  background-image: url("../images/home_mission_bg\ \(1\).webp");
  background-size: cover;
  padding: 80px 0;
}

.home_mission_line_1 {
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  top: -85px;
}

.home_mission_image {
  width: 120px;
  position: absolute;
  right: 0;
  top: 0;
}

.home_mission_paper {
  width: 90%;
  max-width: 1400px;
  min-height: 400px;
  background-image: url("../images/home_mission_paper.webp");
  background-size: 100% 100%;
  display: block;
  margin: auto;
  padding: 2% 10%;
}

.home_mission_paper h2 {
  font-family: chomsky;
  color: #5a3a1b;
  text-align: center;
  font-size: 3rem;
}

.bottom_bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  background-color: #5B4836;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.emoji-menu {
  left: 0 !important;
}

.bibleTopBtn {
  width: 140px;
  height: 50px;
  background-image: url("../images/nonActive.png");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f7c65f;
  letter-spacing: 1px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.bibleTopBtn:hover {
  background-image: url("../images/active_menu.png");
  color: #664702;

}


.bibleTopBtn.active {
  background-image: url("../images/active_menu.png");
  color: #664702;
  font-weight: 600;
  letter-spacing: 1px;
}

.chatModalWrap {
  width: 100%;
  height: 95vh;
  max-height: 800px;
  background-image: url("../images/chatPaperBg.webp");
  background-size: 100% 100%;
  position: relative;
  padding: 7% 10%;
}


.bibleModalWrap {
  width: 100%;
  height: 95vh;
  max-height: 800px;
  background-image: url("../images/bibleBg.webp");
  background-size: 100% 100%;
  position: relative;
  padding: 8% 18%;
}

.bible_content_box {
  width: 100%;
  height: 100%;
  max-height: 500px;
  margin-top: 30px;
  overflow-y: auto;
}


.left_chat_wrap,
.right_chat_wrap {
  width: 90%;
  height: auto;
  margin-bottom: 20px;
}

.right_chat_wrap {
  margin-left: auto;
}

.replybox {
  width: 100%;
  min-height: 50px;
  padding: 10px;
  background-image: url("../images/chatleftBg.webp");
  background-size: cover;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 20px;
}

.right_chat_wrap {
  margin-left: auto;
}

.right_chat_wrap .replybox {
  width: 100%;
  min-height: 50px;
  padding: 10px;
  background-image: url("../images/chatrightbg.webp");
  background-size: cover;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 20px;
}

.imgCircle {
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  max-height: 50px;
  background-image: url("../images/circle.webp");
  background-size: cover;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgCircle img {
  width: 42px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.userinfo {
  min-width: 200px;
  max-width: 300px;
  height: 60px;
  width: fit-content;
  background-color: #E0D0B7;
  display: flex;
  justify-content: start;
  gap: 10px;
  align-items: center;
  padding: 2px 10px;
  padding-right: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 50px;
}

.right_chat_wrap .userinfo {
  min-width: 180px;
  max-width: 300px;
  height: 60px;
  width: fit-content;
  background-color: #E0D0B7;
  display: flex;
  justify-content: end;
  gap: 10px;
  align-items: center;
  padding: 2px 10px;
  padding-left: 25px;
  border-top-left-radius: 50px;
  border-top-right-radius: 10px;
  margin-left: auto;
}

.userinfo p {
  margin: 0;
  line-height: 5px;
}

.bible_content_box p {
  margin: 0;
  font-size: 18px;
  margin-bottom: 20px;
}

.accountCreatingModal {
  width: 100%;
  min-height: 250px;
  background-image: url("../images/popupPaper.webp");
  background-size: 100% 100%;
  position: relative;
  padding: 30px;
}

.accountCreatingModal h3 {
  font-family: "NewRocker";
  text-align: center;
  font-size: 2.5rem;
}

.account_creating_upload_image {
  max-width: 200px;
  height: 230px;
  object-fit: cover;
  width: 100%;
  margin-top: 20px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 90% 100%, 10% 100%, 0% 90%);
  border: 2px outset #714110;
}

.uploadFile {
  min-width: fit-content;
  max-width: 120px;
  height: 35px;
  padding: 5px 10px;
  background-color: #1b1008;
  color: #d4a017;
  border-radius: 5px;
  border: none;
  transition: 0.3s ease-in;
}

.uploadFile:hover {
  color: #fff;
}


.popup_input,
.popup_textarea_input {
  width: 100%;
  height: 65px;
  background-image: url("../images/popupinputbg.png");
  background-size: 100% 100%;
  background-color: transparent;
  border: none;
  outline: none;
  margin-bottom: 20px;
  padding: 2px 15px;
  font-size: 17px;
  color: #2f1a00;
}

.popup_textarea_input {
  background-image: url("../images/popuptextareabg.png");
  height: 100px;
  resize: none;
  padding: 20px 20px;
}

.popupSubmitBtn,
.popupUpdateBtn {
  width: 200px;
  height: 70px;
  background-image: url("../images/sliderbtn.png");
  background-size: 100% 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "NewRocker";
  font-size: 25px;
  display: block;
  margin-top: 10px;
  margin: auto;
}

.popupUpdateBtn {
  width: 100%;
  max-width: 350px;
  font-size: 20px;

}

.redBtn {
  background-image: url("../images/redBtn.webp");
  color: white;
  transition: 0.2s ease-in-out;
}

.redBtn:hover {
  color: black;
}


.redBtn1 {
  background-image: url("../images/btn1.webp");
  transition: 0.2s ease-in-out;
}

.supportinputBOx {
  background-image: url("../images/supportINputBtn.webp");
  background-size: 100% 100%;
  width: 100%;
  max-width: 450px;
  height: 150px;
  display: block;
  margin: auto;
  position: relative;
}

.supportinputBOx input {
  width: 100%;
  max-width: 150px;
  height: 50px;
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 30px;
  color: #2f1a00;
  font-weight: 600;
}

.coinBag {
  position: absolute;
  top: -80px;
  left: -80px;
  width: 220px;
}


.supportinputBOx input::placeholder {
  color: #000;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.redBtn1:hover {
  color: #714110;
}

.firstNamesPadding {
  padding-top: 55px;
}

.userDetailsModal {
  width: 100%;
  min-height: 250px;
  background-image: url("../images/userDetailspopupbg.webp");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.closeUserModal {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #664702;
  cursor: pointer;
  transition: 0.1s ease-in;
}

.closeUserModal1 {
  top: 30px;
  right: 30px;
}

.closeUserModal2 {
  top: 2%;
  right: 17%;
}

.closeUserModal:hover {
  color: red;
}

.EmogeTriger {
  background-color: rgb(83, 63, 47, 0.8) !important;
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

.total_No_messages {
  max-width: 100%;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background-color: rgb(47, 26, 0, 0.8);
  color: #FFD89C;
}

.joindDate {
  color: #C0974D;
  font-size: 14px;
}

.total_No_messages i {
  color: #d4a017;
}


.form_main_wrap {
  width: 95%;
  max-width: 1300px;
  display: flex;
  margin: auto;
  min-height: 700px;
  background-image: url("../images/formboxwrap.webp");
  background-size: 100% 100%;
  margin-top: 80px;
  padding-left: 20px;
  padding-right: 25px;
  padding-top: 1%;
}

.form_left_part {
  width: 23.8%;
  min-height: 200px;
  /* padding-top: 10px; */
  border-radius: 10px;
}

.private_chat_left {
  width: 32%;
}

#privateChatForm .emoji-wysiwyg-editor {
  height: 150px !important;
}

.topicsHeading {
  width: 100%;
  height: 50px;
  background-image: url("../images/topicsBtnBg.png");
  background-size: 100% 100%;
  /* background-color: rgb(27, 16, 8, 0.8); */
  color: #FFD89C;
  font-family: NewRocker;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topics_list_warp {
  width: 100%;
  margin-top: 25px;
  min-height: 500px;
  max-height: 500px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  overflow-y: scroll;
  /* use auto instead of scroll */
  /* Firefox */
  scrollbar-width: thick;
  scrollbar-color: #d4a017 #5a3a1b;
}

.form_right_part {
  width: 68%;
  max-height: 635px;
  min-height: 200px;
  margin-left: auto;
  overflow-y: scroll;
  scrollbar-color: #d4a017 #5a3a1b;
  gap: 20px;
  padding-top: 20px;
}

.private_chat_right {
  width: 90%;
}

.detailImagesBOx {
  min-width: 150px;
  min-height: 170px;
  max-height: 170px;
  background-image: url("../images/userNameImage.png");
  background-size: 100% 100%;
  position: relative;
}

.rankBOX {
  width: 43px;
  height: 50px;
  position: absolute;
  bottom: 10px;
  background-size: cover;
  background-position: left;
  z-index: 100;
  left: 65px;
}

.detailImagesBOx img {
  position: absolute;
  top: 3px;
  width: 95%;
  height: 120px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}

.ModalImageBox {
  width: 180px;
  min-width: 180px;
  min-height: 200px;
  max-height: 200px;
}

.ModalImageBox img {
  height: 130px;
}

.badgeImage {
  max-width: 150px;
  max-height: 80px;
}




.popupBtn,
.aboutUsBtn {
  width: 200px;
  height: 50px;
  background-image: url("../images/popuBtn.webp");
  background-size: 100% 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.aboutUsBtn {
  width: 280px;
  height: 70px;
}

.popupBtn:hover,
.aboutUsBtn:hover {
  scale: 1.02;
  color: #8b5e3c;
}

.aprops_faq_wrap {
  width: 90%;
  max-width: 1350px;
  min-height: 700px;
  margin: auto;
  background-image: url("../images/apropsFaqBg.webp");
  background-size: 100% 100%;
  padding: 5% 8%;
  position: relative;
  z-index: 100;
}

.aprops_faq_wrap h1 {
  font-family: chomsky;
  color: #664702;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 30px;
}

.userBox {
  min-width: 130px;
  min-height: 150px;
  background-image: url("../images/userNameImage.png");
  background-size: 100% 100%;
  position: relative;
}

.userBox span {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFD89C;
  font-size: 12px;
}

.userBox img {
  position: absolute;
  top: 3px;
  width: 95%;
  height: 91px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}

.change_password_box {
  border-radius: 10px;
  width: 200px;
  height: 40px;
  color: #EDA31A;
  background-color: rgb(27, 16, 8, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.change_password_box img {
  width: 20px;
}

.messageDateTime {
  font-size: 14px;
  color: #533F2F;
}

.message_box_wrap {
  max-width: 95%;
  width: 100%;
  min-height: 150px;
  background-image: url("../images/forumMsgBg.webp");
  background-size: 100% 100%;
  margin: auto;
  padding: 1.5% 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}



.topic_item {
  width: 100%;
  height: 80px;
  background-image: url("../images/nonActive.png");
  background-size: 100% 100%;
  padding: 13px 25px;
  cursor: pointer;
}

.topic_item:hover {
  background-image: url("../images/active.png");
}

.topic_item:hover .topic_title,
.topic_item:hover .topic_last_update {
  color: #1b1008;
}

.topic_item.active {
  background-image: url("../images/active.png");
}

.topic_title {
  color: #FFD89C;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;

}

.topic_last_update {
  color: #FFD89C;
  font-size: 12px;
}

.topic_item.active .topic_title,
.topic_item.active .topic_last_update {
  color: #1b1008;

}

.totalmessagesBox {
  background-color: rgb(47, 26, 0, 0.8);
  border-radius: 5px;
  color: #FFD89C;
  font-size: 15px;
  padding: 3px 5px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.totalmessagesBox i {
  color: #EDA31A;
}



.le_messanger_card {
  width: 100%;
  min-height: 450px;
  background-image: url("../images/le-messagner-card-bg.png");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  text-align: center;
}

.le_messanger_card img {
  width: 100%;
  max-width: 100%;
  max-height: 300px;
}

.le_messanger_card button {
  background-image: url("../images/msgnercardbtn.png");
  background-color: transparent;
  background-size: 100% 100%;
  border: none;
  height: 70px;
  width: 230px;
  font-family: chomsky;
  font-size: 28px;
  outline: none;
  margin: auto;
}

.messanger_details_wrap {
  background-image: url("../images/le_messanger_deatils_d.webp");
  background-size: 100% 100%;
  padding: 50px;
  margin-top: 70px;
  padding-top: 100px;
}

.messanger_source_wrap {
  background-image: url("../images/le_messanger_deatils_foot_d.webp");
  background-size: 100% 100%;
  padding: 50px 80px;
  height: 200px;
  margin-top: -30px;
  padding-top: 80px;
}

.messanger_source_wrap img {
  width: 70px;
  height: 70px;
  cursor: pointer;
}

.source_heading {
  font-size: 4.5rem;
  color: #FFDEAB;
  font-family: chomsky;
}

.BackBtn {
  width: 60px;
  height: 60px;
  background-image: url("../images/backBtn.png");
  background-size: 100% 100%;
  cursor: pointer;
}

.HelpBtn {
  width: 60px;
  height: 60px;
  background-image: url("../images/helpbtn.png");
  background-size: 100% 100%;
  cursor: pointer;
}

.message_detail_title {
  font-size: 5rem;
  color: #1b1008;
  font-family: chomsky;
}

.message_detail_mini_heading {
  font-size: 4rem;
  color: #664702;
  font-family: chomsky;
  text-align: center;
  margin-top: 40px;
}

.messanger_details_intro_heading {
  font-size: 3rem;
  color: #664702;
  font-family: chomsky;
  text-align: center;
  margin-top: 40px;
}

.prev_page,
.next_page {
  width: 40px;
  height: 40px;
  background-image: url("../images/prev-page.png");
  background-size: 100% 100%;
  cursor: pointer;

}

.next_page {
  background-image: url("../images/next-page.png");
}

.page_no {
  width: 70px;
  height: 70px;
  background-image: url("../images/pageNo.png");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: chomsky;
  font-size: 25px;
}

.onlineBox {
  position: absolute;
  top: -38px;
  left: 29.1%;
  min-width: 100px;
  gap: 15px;
  color: #FFD89C;
  font-size: 18px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 40px;
  background-color: rgb(27, 16, 8, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  justify-content: center;
}

.onlineBox img {
  width: 18px;
  height: 18px;
}



.titre_wrap {
  width: 100%;
  min-height: 400px;
  background-image: url("../images/aprops_paper.webp");
  background-size: cover;
  background-position: center center;
  border: 5px solid #5B4836;
  border-radius: 10px;
  padding: 50px 50px;
}

.titre_wrap h2 {
  font-family: chomsky;
  color: #664702;
  text-align: center;
  font-size: 4rem;
}

.mission_btn_bg {
  width: 300px;
  height: 80px;
  background-image: url("../images/les_messanger_btn_image.png");
  background-size: 100% 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "NewRocker", serif;
  font-size: 19px;
  display: block;
  margin: auto;
  margin-top: 20px;
}

.home_chat_heading {
  color: #664702;
  text-align: center;
  font-family: chomsky;
  font-size: 3rem;
}

.home_chat_main_wrap {
  width: 95%;
  max-width: 1400px;
  min-height: 500px;
  background-image: url("../images/homechatBG.webp");
  background-size: 100% 100%;
  display: block;
  margin: 50px auto;
  padding: 20px 50px;
}


.home_chat_heaing_boxx {
  width: 250px;
  height: 55px;
  background-image: url("../images/btn12.png");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-family: "NewRocker", serif;
  color: #FFC367;
  font-size: 1.5rem;
}

.home_chat_room_box {
  width: 100%;
  height: 400px;
  background-image: url("../images/homechatheaidngbox.png");
  background-size: cover;
  border-radius: 10px;
  border: 5px solid #431F0A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "NewRocker", serif;
  color: #FFC367;
  font-size: 3rem;
  padding: 20px;
  text-align: center;
}

.home_chat_box_wrap {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  background-color: rgb(41, 13, 0, 0.8);
  padding: 20px 0px;
  text-align: start;
  overflow-y: auto;
  scrollbar-width: thin;
}

.homechatBoxx1 {
  border: 10px solid #431F0A;
  height: 180px;
}

.homechatBoxx1 .send_message_btn {
  height: 40px !important;
}

.homechatBoxx1 #messageInput {
  height: 100px;
}

.homechatBoxx1 .bottom_bar {
  background-color: #431F0A;
}

.home_chat_btn {
  width: 250px;
  height: 75px;
  background-image: url("../images/joinBtn.png");
  background-size: cover;
  font-family: "NewRocker", serif;
  background-color: transparent;
  border: none;
  outline: none;
  display: block;
  margin: auto;
  font-size: 19px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.homeline2 {
  width: 100%;
  height: 160px;
}

#home_armory_slider .splide__slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.home_armory_card_wrap {
  width: 100%;
  height: 380px;
  background-image: url("../images/home_armory_card.webp");
  background-size: 100% 100%;
  position: relative;
}

.home_armory_card_wrap button {
  width: 200px;
  height: 60px;
  background-image: url("../images/home_armory_btn.webp");
  background-size: 100% 100%;
  font-family: "NewRocker", serif;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  background-color: transparent;
  border: none;
  outline: none;
}

.home_armory_card_wrap img {
  width: 170px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
}

.home_armory_card_wrap p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  font-family: "NewRocker", serif;
  color: #FFDC8D;
  font-size: 22px;
}


.home_adventure_wrap {
  width: 100%;
  height: 900px;
  background-image: url("../images/home_scanrios_bg.webp");
  background-size: 100% 100%;
  margin-top: 100px;
  padding-top: 180px;
}

.home_adventure_wrap h3 {
  font-family: chomsky;
  color: #664702;
  text-align: center;
  font-size: 3rem;
}

.home_adventure_inner {
  width: 90%;
  display: block;
  margin: auto;
  height: 550px;
  background-image: url("../images/home_scanrio_inner_image.webp");
  background-size: 100% 100%;
  padding: 80px 10%;
  padding-right: 13%;
  position: relative;
}

.slider1Prev {
  position: absolute;
  width: 35px;
  top: 50%;
  left: 6%;
  cursor: pointer;
  transform: translateY(-50%);
}

.home_adventure_image_1 {
  position: absolute;
  width: 200px;
  top: 0;
  right: 0;
}

.home_adventure_image_2 {
  position: absolute;
  width: 200px;
  bottom: 100px;
  left: 0;
  z-index: 100;
}



.slider1Next {
  right: 10%;

  position: absolute;
  width: 35px;
  top: 50%;

  cursor: pointer;
  transform: translateY(-50%);
}

.imagebox1 {
  width: 100%;
  height: 350px;
  background-image: url("../images/imgebox1.webp");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imagebox1 img {
  width: 90%;
  height: 90%;
  object-fit: cover;
  border-radius: 5px;
  border: 5px solid #E2BB90;
}


.scanrioInfo img {
  width: 25px;
  height: 25px;
}

.scanrioInfo p {
  font-size: 20px;
  color: #533216;
  margin: 0;
}

.home_last_section {
  width: 100%;
  background-image: url("../images/home_last_section_bg.webp");
  background-size: cover;
  min-height: 500px;
  padding-top: 100px;
  padding-bottom: 250px;
}

.home_last_section button,
.home_aprops_wrap button {
  width: 250px;
  height: 70px;
  background-image: url("../images/popuBtn.webp");
  background-size: 100% 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "NewRocker", serif;
  font-size: 25px;
  display: block;
  margin: auto;
  margin-top: 50px;
}

.home_aprops_wrap {
  width: 100%;
  background-image: url("../images/home_aprops_bg.webp");
  background-size: cover;
  min-height: 500px;
  position: relative;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  margin-top: 100px;
  padding-top: 200px;
  padding-bottom: 100px;
}

.aprops_section_logo {
  width: 150px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -42px;
}

.home_aprops_img {
  position: absolute;
  right: 0;
  top: -50px;
  max-width: 200px;
}

.home_aprops_bag {
  position: absolute;
  left: 0;
  bottom: 40px;
  max-width: 150px;
}


.home_blog_wrap {
  width: 100%;
  min-height: 700px;
  background-image: url("../images/home_blog_bg.webp");
  background-size: 100% 100%;
  margin: 80px 0;
  padding: 50px 0;
  position: relative;
}

.home_blog_envlop {
  max-width: 200px;
  position: absolute;
  left: 0;
  top: 0;
}

.home_blog_navs_prev,
.home_blog_navs_next {
  width: 40px;
  height: 55px;
  z-index: 100;
  cursor: pointer;
}

.home_blog_navs_next {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.home_blog_navs_prev {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}


/* 2. Default state for all cards */
.messanger_card,
.home_blog_card {
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(0.85);
  opacity: 0.8;
}

.splide__slide.is-active .messanger_card,
.splide__slide.is-active .home_blog_card {
  transform: scale(1.15) !important;
  opacity: 1 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .missionSubMenu {
    justify-content: flex-start;
    padding: auto 20px !important;
  }


  .home_blog_envlop {
    display: none;
  }

  /* 3. The Active (Center) Card */
  /* Splide adds .is-active to the center slide when focus: 'center' is used */
  .splide__slide.is-active .messanger_card,
  .splide__slide.is-active .home_blog_card {
    transform: scale(1) !important;
  }

  .home_blog_navs_next {
    position: relative;
  }

  .home_blog_navs_prev {
    position: relative;
  }

  .home_aprops_img,
  .home_aprops_bag {
    display: none;
  }

  .home_blog_navs_prev,
  .home_blog_navs_next {
    margin-top: 50px;
  }

  .home_last_section {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 300px;
  }

  .home_adventure_wrap {
    height: auto;
    background-image: url("../images/home_scanrios_bg_m.webp");
    padding-bottom: 200px;
    padding-top: 250px;
  }

  .home_adventure_inner {
    width: 90%;
    display: block;
    margin: auto;
    height: auto;
    background-image: url("../images/scanrioMBG.webp");
    background-size: 100% 100%;
    padding: 30px 6%;
    padding-right: 8%;
    position: relative;
  }

  .home_adventure_image_1 {
    position: absolute;
    width: 120px;
    top: 50px;
    right: 0;
  }

  .home_adventure_image_2 {
    position: absolute;
    width: 200px;
    bottom: 100px;
    left: 0;
    z-index: 100;
  }

  .imagebox1 {
    margin-bottom: 20px;
  }

  .slider1Next,
  .slider1Prev {
    display: none;
  }

  .announce_slider_warp {
    width: 100%;
    min-height: 500px;
    height: auto;
    background-image: url(../images/announceSliderBgM.webp);
    background-size: 100% 100%;
    margin-top: 100px;
    position: relative;
    padding: 40px 80px;
    padding-top: 60px;
    padding-bottom: 10px;
    text-align: center;
  }

  .announce_slider_warp span {
    background-image: url(../images/sendMsgBtn.webp);
    background-size: 100% 100%;
    width: 250px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem !important;
    top: -30px;
    transform: translateX(-50%);
  }

  .home_mission_paper {
    width: 100%;
    padding: 10% 10%;
    background-image: url("../images/home_mission_paper_m.webp");
  }

  .bibleModalWrap {
    width: 100%;
    height: 95vh;
    max-height: 800px;
    background-image: url("../images/bibleBgM.webp");
    background-size: 100% 100%;
    position: relative;
    padding: 10% 15%;
    padding-top: 15%;
  }

  .coinBag {
    position: absolute;
    top: -80px;
    left: -80px;
    width: 180px;
  }

  .apropsContainer {
    padding: 20px !important;
  }

  .aprops_faq_wrap {
    width: 100%;
    background-image: url("../images/investigation_Section_bg_m.webp");
    padding: 15% 8%;
    padding-left: 3%;
  }

  .onlineBox {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    /* border-radius: 15px; */
  }

  .forum_bottom_wrap {
    width: 65%;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: -20px;
    background-image: url("../images/part3M.webp");
    padding-top: 80px;
    position: relative;
    z-index: 10;
  }

  .form_main_wrap {
    width: 80%;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    margin: auto;
    min-height: 700px;
    background-image: none;
    background-size: 100% 100%;
    margin-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1%;
  }

  .form_left_part {
    background-image: url("../images/part1M.webp");
    background-size: 100% 100%;
    width: 80%;
    padding: 10px 3%;
    padding-bottom: 100px;
    margin: auto;
  }

  .form_right_part {
    background-image: url("../images/part2M.webp");
    background-size: 100% 100%;
    width: 80%;
    padding: 50px 20px;
    padding-bottom: 40px;
    margin: auto;
    margin-top: -10px;
  }

  .amountratio {
    font-size: 20px;
  }

  .messanger_details_wrap,
  .messanger_source_wrap {
    max-width: 100%;
  }

  .investigation_wrap {
    width: 100%;
    background-image: url("../images/investigation_Section_bg_m.webp");
    margin-top: 50px;
    padding: 18% 30px;
    padding-bottom: 22%;
    /* padding-bottom: 100px; */
  }

  .adventureDetailBG {
    background-image: url(../images/adcentureDetailM.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }

  .le_messagner_menu_wrap .menu__wrap {
    display: none;
  }

  .le_messagner_menu_wrap {
    width: 100%;
    background-image: url(../images/sub_menu_m.png);
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .le_menu_opener {
    width: 60px;
    height: 50px;
    background-image: url(../images/sub_menu_opener-m.png);
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #FFDEAB;
  }

  .le_messanger_selected_menu_mobile {
    height: 60px;
    min-width: 150px;
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding: 0px 30px;
    border-radius: 50px;
  }

  .category_heading_box {
    width: 250px;
    height: 70px;
    margin-top: 50px;
    font-size: 40px;
  }

  .le_mob_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    cursor: pointer;
    font-size: 30px;
    font-family: chomsky;
    height: 50px;
    max-width: 300px;
    min-width: 300px;
    margin: auto;
  }

  .le_messanger_mobile_menu {
    padding: 0px;
    height: 0px;
    overflow: hidden;
  }

  #le_x {
    display: none;
  }

  .header_mob_menu_btn {
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 40px;
    height: 40px;
    background-image: url("../images/header_mob_menu.png");
    color: #ffdca7;
    font-size: 20px;
    padding-top: 6px;
    background-size: 100% 100%;
    border: none;
    outline: none;
    background-color: transparent;
  }

  .logo {
    display: none;
  }

  .dekstop_left_menu,
  .desktop_right_menu {
    background-image: none;
    flex-direction: column;
  }

  .missionline {
    margin-top: -50px;
    height: 120px;
  }

  .footer {
    background-image: url("../images/footer_m.png");
    background-attachment: fixed;
    overflow-x: hidden;
    margin-top: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .footer_logo {
    display: block;
    margin: auto;
  }

  .secitonBG {
    width: 100%;
    background-image: url(../images/sectionbg.webp);
    background-size: cover;
    height: auto;
    padding-bottom: 10px;
    padding-bottom: 10px !important;
  }

  .dekstop_left_menu,
  .desktop_right_menu {
    padding-left: 0%;
    padding-right: 0px;
  }

  .dekstop_left_menu,
  .desktop_right_menu {
    height: auto;
    gap: 20px;
  }

  .desktop_right_menu {
    margin-top: 20px;
  }

  .menuItem {
    width: 200px;
  }

  .desktop_menu {
    transform: translateX(-100%);
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1000;
    background-image: url("../images/header_menu_m_bg.webp");
    background-size: 100% 100%;
    transition: transform 0.35s ease-in-out;
  }

  .desktop_menu.open {
    transform: translateX(0);
  }
}

@media (max-width: 768px) {

  .messanger_source_wrap {
    background-image: url("../images/le_messanger_deatils_foot_m.png");
    background-size: 100% 100%;
    padding: 30px 30px;
    height: 270px;
    margin-top: -40px;
    padding-top: 30px;
  }

  .right_box iframe {
    background-image: url("../images/vidoewrapM.webp");
    padding: 20px !important;
  }


  .home_faq_image1 {
    display: none;
  }

  .home_chat_main_wrap {
    width: 95%;
    background-image: url("../images/homechatBGM.webp");
    padding: 20px 20px;
  }

  .home_chat_room_box {
    width: 100%;
    height: 80px;
    font-size: 2rem;

  }

  .commonHeading,
  .slider_headings {
    font-size: 3rem;
    color: #664702;
    font-family: "Chomsky", serif;
    text-align: center;
  }

  .missionline2D {
    height: 100px;
    margin-top: -25px;
  }

  .closeUserModal2 {
    top: 2%;
    right: 8%;
  }

  .bibleModalWrap {
    width: 100%;
    height: 95vh;
    max-height: 800px;
    background-image: url("../images/bibleBgM.webp");
    background-size: 100% 100%;
    position: relative;
    padding: 10% 10%;
    padding-top: 15%;
  }

  .bible_content_box {
    max-height: 500px;
  }

  .firstNamesPadding {
    padding-top: 30px;
  }

  .closeUserModal1 {
    top: 0px;
    right: 10px;
  }

  .coinBag {
    position: absolute;
    top: -80px;
    left: -20px;
    width: 150px;
  }

  .coinsModal {
    padding-top: 100px !important;
  }

  .accountCreatingModal {
    padding: 20px;
  }

  .titre_wrap {
    padding: 30px;
  }

  .form_main_wrap {
    width: 99%;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    margin: auto;
    min-height: 700px;
    background-image: none;
    background-size: 100% 100%;
    margin-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1%;
  }

  .form_left_part {
    width: 99%;
    padding: 10px 5%;
    padding-bottom: 100px;

  }

  .form_right_part {
    width: 99%;
    padding: 50px 10px;
  }

  .forum_bottom_wrap {
    width: 99%;
    flex-direction: column-reverse;
    height: auto;
    margin-top: -20px;
    background-image: url("../images/part3M.webp");
    padding-top: 80px;
    position: relative;
    z-index: 10;
  }

  .article_box {
    width: 100%;
    height: 50px;
    background-color: rgb(47, 26, 0, 0.8);
    color: #ffedd1;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 0 10px;
    margin-left: auto;
    margin-top: 0px;
    font-size: 19px;
    margin-bottom: 0px;
    user-select: none;
    cursor: pointer;
    text-wrap: nowrap;
    gap: 20px;
  }

  .blog_title {
    font-size: 3.5rem;
  }

  .faq_box {
    background-image: url("../images/faq_closed_m.png");
    padding: 20px;
    padding-left: 30px;
  }

  .BackBtn,
  .HelpBtn {
    display: none;
  }

  .messanger_details_wrap {
    background-image: url("../images/le_messanger_deatils_m.webp");
    background-size: cover 100%;
    padding: 50px 30px;
    margin-top: 70px;
    padding-top: 100px;
  }

  .source_heading {
    margin-bottom: 30px;
  }

  .equipment_wrap {
    width: 100%;
    min-height: 300px;
    height: auto;
    background-image: url("../images/eqMobile.png");
    background-size: 100% 100%;
    background-color: transparent;
    margin-top: 50px;
    padding: 40px 20px;
  }


  .missionSubMenu {
    width: 95%;
    height: 0px;
    overflow: hidden;
    flex-direction: column;
    background-image: url("../images/missionMenuWrap.png");
    padding: 0px 0;
    margin: auto;
  }

  .copyrightBar {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }

  .SubMobileMenu {
    display: flex;
    margin: auto;
    width: 95%;
    height: 50px;
    background-color: rgb(47, 26, 0, 0.8);
    border-radius: 10px;
    align-items: center;
    gap: 20px;
    padding: 2px 10px;
  }

  .SubMobileMenu img {
    width: 35px;
  }

  .SubMobileMenu span {
    color: #ffdca7;
    font-size: 22px;
  }

  .armory_detail_box {
    background-image: url("../images/armoryInnerBoxM.webp");
    flex-direction: column;
    padding: 60px 30px;

  }

  .left_box,
  .right_box {
    width: 100%;
  }


  .missionline {
    margin-top: -35px;
    height: 90px;
  }

  .missionContainer {
    max-width: 100% !important;
    padding: 0 !important;
  }

  .slider_cardss {
    height: 500px;
  }

  .mission_card {
    width: 100%;
    min-height: 650px;
    background-image: url("../images/missionCardM.png");
    background-size: 100% 100%;
    padding: 90px 20px;
    padding-bottom: 110px;
  }

  .mission_card button {
    width: 250px;
    height: 65px;
    background-image: url("../images/sliderbtn.png");
    background-size: 100% 100%;
    background-color: transparent;
    border: none;
    outline: none;
    display: block;
    margin: auto;
    margin-top: auto;
    margin-top: 20px;
    font-family: "Chomsky", serif;
    font-size: 17px;
  }

  .missionSelectedItem {
    min-width: 180px;
    max-width: 300px;
    padding: 2px 20px;
    height: 50px;
    background-image: url("../images/active.png");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2f1a00;
    font-weight: 600;
    cursor: pointer;
    margin: auto;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .missionline {
    display: none;
  }

  .woodenBG {
    gap: 3px;
  }

  .missionMline {
    display: block;
    width: 100%;
    height: 180px;
    margin-top: -70px;
    position: relative;
    z-index: 100;
  }
}



/* audio player */


.audio-player {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 10px;
  border-radius: 999px;
  background-image: url("../images/audioBg.png");
  background-size: 100% 100%;
  /* background: linear-gradient(145deg, #d6a84e, #b8862b); */
  width: 300px;
  height: 80px;
  margin: auto;
}

.play-btn {
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 25px;
  color: #d89d58;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/playBtn.png");
  background-size: 100% 100%;
  /* background: radial-gradient(circle, #ffe6a3, #c28b2c); */
}

.waveform {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 60px;
  background-image: url("../images/audioLines.png");
  background-size: 100% 100%;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.waveform span {
  width: 3px;
  height: 8px;
  background: #ffdca7;
  border-radius: 2px;
  animation: wave 1s infinite ease-in-out;
  opacity: 0.4;
}

.waveform span:nth-child(odd) {
  animation-delay: .2s;
}

.waveform span:nth-child(even) {
  animation-delay: .4s;
}

.audio-player.playing .waveform span {
  opacity: 1;
}

@keyframes wave {

  0%,
  100% {
    height: 6px;
  }

  50% {
    height: 18px;
  }
}


.waveform span {
  width: 3px;
  height: 8px;
  background: #ffdca7;
  /* default (not played) */
  border-radius: 2px;
  opacity: 0.4;
}

/* Played part */
.waveform span.played {
  background: #ffb347;
  /* gold / active */
  opacity: 1;
}

.actionBox {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #331F13;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e0a800;
  border: none;
  outline: none;
}

.actionBox:hover {
  color: #E0D0B7;
}

.customSelectOption {
  background-color: rgb(61, 43, 31, 0.6);
  color: #e0a800;
  max-width: 200px;
}

.rank_box {
  width: 150px;
  height: 55px;
  background-image: url("../images/senitial.webp");
  background-size: 100% 100%;
  color: #e0a800;
  font-family: "NewRocker", serif;
  position: relative;
}

.rank_box span {
  position: absolute;
  left: 40%;
  bottom: 12px;
}

/* Apply smooth scrolling (optional but recommended) */
html {
  scroll-behavior: smooth;
}


/* GLOBAL SCROLLBAR WIDTH */
*::-webkit-scrollbar {
  width: 14px;
  height: 14px;
  /* for horizontal scrollbars */
}


/* GLOBAL SCROLLBAR TRACK */
*::-webkit-scrollbar-track {
  background-color: #5a3a1b;

  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;

  background-clip: content-box;
}


/* GLOBAL SCROLLBAR THUMB */
*::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #f7c65f, #d4a017);
  border-radius: 2px;
  border: 1px solid #3d2b1f;

  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}


/* GLOBAL SCROLLBAR HOVER */
*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, #ffd976, #e0a800);
}


/* FIREFOX SUPPORT (GLOBAL) */
* {
  scrollbar-width: thin;
  scrollbar-color: #d4a017 #5a3a1b;
}

.text_gold {
  color: #d4a017 !important;
}


.popup_input:-webkit-autofill,
.popup_input:-webkit-autofill:hover,
.popup_input:-webkit-autofill:focus,
.popup_input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset !important;
  background-image: url("../images/popupinputbg.png") !important;
  background-size: 100% 100% !important;
  -webkit-text-fill-color: #2f1a00 !important;
  transition: background-color 5000s ease-in-out 0s !important;
  caret-color: #2f1a00;
}