@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/* CSS Document 
font-family: 'Lato', sans-serif;
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.jost-<uniquifier> {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/


body {width:100%; height:auto; margin:0 auto; padding:0; font-family: "Jost", sans-serif; background: #141417; color: #fff;}

img {border:thin none #0066FF; max-width: 100%;}

p, h1, h2, h3, h4, h5, h6, ul, li {
  margin:0px;
  padding:0px;
  list-style-type:none;
}

a {text-decoration:none;}
input, select, textarea, div {
  font-family: "Jost", sans-serif;
}

.container {width:100%; max-width: 1250px; padding: 0 10px; height:auto; margin:0 auto; font-family: "Jost", sans-serif; box-sizing: border-box;}

.logoBox img {
  height: 48px;
}
section.box01 {
  border-bottom: 1px solid rgb(28, 30, 35);
}
.logoBox {
  padding: 6px 0 10px;
}
section.box03 {
  padding: 40px 0;

}
.b3Brdr {
  border-radius: 10px;
  padding: 25px;
  border: 0px solid rgba(253, 224, 71, 0.2);
  background-color: #1c1e23;
}
.b3hdr {
  margin: 0 0 15px 0;
  padding: 0 8px;
}
.b3hdr img, .b3hdr h2 {
  display: inline;
  vertical-align: middle;
}
.b3hdr img {
  height: 20px;
  position: relative;
  top: 1px;
  margin: 0 5px 0 0;
}

.b3hdr h2 {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
}
.lnkBx a {
  background: #f0c059;
  color: #874404;
  display: flex;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  padding: 8px 10px;
  font-weight: bold;
}
.lnkBx a span {
  flex: 1;
  text-align: center;
}
.lnkBx img {
  height: 18px; margin: 0 0 0 0px;
  position: relative;
  top: 1px;
}

.b3List ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.b3List ul li {
  padding: 8px;
  width: 25%;
  box-sizing: border-box;
}
.b4Hdr img {
  height: 20px;
  margin: 0 5px 0 0;
}
.b4Hdr span {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  color: #f0c059;
}
.b4IcnList img {
  height: 18px;
}

.b4IcnList {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
}

.b4IcnList li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10px;
  margin: 0 00 6px 0;
}

.b4Hdr {
  margin: 0 0 15px 0;
}

.b4Set + .b4Set {
  margin: 40px 00 0 0;
}
.b4Btop {
  padding: 40px 0 0 0;
  border-top: 2px solid #141417;
}
section.box04 {
  background-color: #1c1e23;
  padding: 40px 0;
}
.b3Shdr {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.b4Data {
  font-size: 18px;
}
.b4PayIcn img {
  max-height: 50px;
}
.b3Src {
  margin: 40px 0 0 0;
  position: relative;
  border-radius: 10px;
  padding: 25px;
  border: 0px solid rgba(253, 224, 71, 0.2);
  background-color: #1c1e23;
}
.b3Sfrm {
  position: relative;
}
.srcInp {
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #4b5563;
  background: #1c1e23;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 25px;
}
.srcBtn {
  height: 45px;
  border: 0;
  display: block;
  position: absolute;
  right: 1px;
  top: 0;
  font-size: 0;
  width: 55px;
  background: url(../images/search.svg) no-repeat center rgba(20, 20, 23, 0);
  background-size: 25px;
  cursor: pointer;
}
.homBnr .owl-dots {
  position: absolute;
  z-index: 999999999999;
  bottom: 10px;
  width: 100%;
  text-align: center;
  left: 0;
}
.homBnr button.owl-dot span {
  width: 12px;
  height: 12px;
  background: #f0c059;
  display: block;
  border-radius: 50%;
  border: 3px solid #f0c059;
  box-sizing: border-box;
}
.homBnr button.owl-dot {
  margin: 0 5px;
}
.homBnr button.owl-dot.active span {
  background: #874404;
}
.b3Shdr img {
  height: 20px;
  position: relative;
  top: 2px;
  margin: 0;
}





.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;

  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}


.popup-box {
  background: #1c1e23;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease-in-out;
  transform: scale(0.5);
  width: 300px;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.popup-box.active {
  transform: scale(1);
}

.popup-box button {
  background: #f0c059;
  color: #874404;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s;
  font-size: 16px;
}

.popup-box h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}
.popup-box span {
  display: inline;
}
.popup-box img {
  display: inline;
  height: 20px;
  position: relative;
  top: 3px;
  margin: 0 0 0 5px;
}


















@media screen and (max-width:1030px) {/* 1024 px */



}/* 1024 px */
@media screen and (max-width:979px) { /* 800 px */
	
  .b3List ul li {
    width: 33.33%;
  }


}/* 800 px */
@media screen and (max-width:799px) { /* 768 px */


	
}/* 768 px */
@media screen and (max-width:767px) { /* 640 px */


}/* 640 px */
@media screen and (max-width:639px) { /* 480 px */

  .b3List ul li {
    width: 50%;
  }

	
}/* 480 px */
@media screen and (max-width:479px) { /* 360 px */

  .b3Brdr {
    padding: 15px;
  }

  .logoBox img {
    height: 34px;
  }

}/* 360 px */
@media screen and (max-width:359px) { /* 320 px */



}/* 320 px */














