.first_text{
  width: 95% !important;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  padding: 15px;
}

html, body {
  margin: 0;
  padding: 0;
  color: #f6f6f6 !important;
}

a{
  text-decoration: none !important;
  color: #ffe17b;
}

input{
  color: #f6f6f6;
}


a :hover{
  text-decoration: none !important;
  color: #ffa7a7;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.notification{
  padding: 10px;
  background-color: #ffaa2b6e;
  margin-top: 0 !important;
  border-radius: 5px;
  margin-bottom: 10px !important;
  
  display: flex;
}
.not-text{
  width: 90%;
}
.not-close{
  width: 10%;
  text-align: right;
  cursor: pointer;
}
p{
  margin: 0;
}

nav >div{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
nav  button{
  border: none !important;
  border-color: rgba(0, 0, 0, 0) !important;
  outline: none !important;
}
nav  ul{
  flex-wrap: nowrap;
}
.nav-menu ul{
  list-style: none;
}
.nav-menu li{
  margin-left: 30px;
  cursor: pointer;
}
body{
  background-image: url(../assets/bg_dot.png);
  background-position: center;
}
.nav-menu li{
    color:black;
}

.user_promo_div > div{
  display: flex;
  width: 100%;
}

button:focus {
  outline: none;
}

.user_promo_div button{
  width: 20%;
  border: none;
  background-color: #dcb300;
  border-radius: 0px 5px 5px 0;
  cursor: pointer;
  outline: none;
  transition: 0.7s;
}
.user_promo_div button:hover{
  background-color: #ffa02d;
}
.user_promo_div input{
  width: 80%;
      border-radius: 5px 0 0 5px !important;
}
@font-face {
    font-family: logoFont;
    src: url(../assets/fonts/Helvetica-Bold.ttf);
  }
  @font-face {
    font-family: GilroyBold;
    src: url(../assets/fonts/Gilroy-Bold.ttf);
  }
  @font-face {
    font-family: GilroyMedium;
    src: url(../assets/fonts/Gilroy-Medium.ttf);
  }@font-face {
    font-family: GilroyRegular;
    src: url(../assets/fonts/Gilroy-Regular.ttf);
  }

  .logo{
    font-family: logoFont;
    font-weight: bold;
  }

  .logo p{
    margin: 0;
  }
.logo1{
color: #e37335;

}.logo2{
    color:#fff;
}
 
.bi-telegram
 {
   background-size: cover; 
   background-repeat: no-repeat;
 }


.lng-login-button,
.lng-register-button {
    display: block !important;
    margin: 0.6em auto !important;
    padding: 0.6em 1.8em !important;
    border-radius: 0.6em !important;
    background: linear-gradient(135deg, #ff6b6b, #c91b1b) !important;
    border: none !important;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.25) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.lng-login-button:hover,
.lng-register-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 12px rgba(0,0,0,0.35) !important;
}


.select-language {
  appearance: none;
  background: #232323;
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 0.9em 2.8em 0.9em 1.2em;
  font-size: 1.15rem;
  font-weight: 700;
  box-shadow: 0 8px 32px 0 rgba(241,60,60,0.10), 0 1.5px 8px 0 rgba(0,0,0,0.18);
  transition: border 0.2s, box-shadow 0.2s, background 0.2s;
  outline: none;
  cursor: pointer;
  position: relative;
  min-width: 120px;
  margin: 0 0.5em;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23ff6a1f' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.2em center;
  background-size: 1.2em;
  padding-right: 3em;
}
.select-language:focus, .select-language:active, .select-language:open {
  outline: none;
  border: 2px solid #ffa742;
  background: #232323;
  box-shadow: 0 0 0 3px rgba(255, 208, 26, 0.5);
}
.select-language option {
  background: linear-gradient(90deg, #232323 60%, #ff4242 100%);
  color: #fff;
  font-size: 1.2rem;
  border-radius: 12px;
  padding: 1.1em 1.7em;
  margin: 0.4em 0;
  font-weight: 700;
  box-shadow: 0 6px 24px 0 rgba(241,60,60,0.13), 0 1.5px 8px 0 rgba(0,0,0,0.18), 0 0 8px 0 #ff4242 inset;
  transition: background 0.25s, color 0.25s, box-shadow 0.25s, filter 0.25s;
  filter: brightness(1.08) drop-shadow(0 0 6px rgba(255, 195, 66, 0.67));
}
.select-language option:checked, .select-language option:hover {
  background: linear-gradient(90deg, #fff642 0%, #c91b1b 100%);
  color: #fff;
  box-shadow: 0 0 24px 0 rgba(255, 189, 66, 0.8), 0 0 8px 0 #fff2 inset;
  filter: brightness(1.15) drop-shadow(0 0 10px rgba(255, 224, 66, 0.8));
}
.select-language:focus-visible {
  border: 2px solid #ffad14;
}
.select-language {
  transition: background 0.2s, box-shadow 0.2s;
}

.centering{
  width: 80%;
  margin: 0 auto;
}


nav > .centering {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 600px) {
  nav > .centering {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body {
    padding: 0 5%;
  }
}

.first_section{
  display: flex;
  background: url(../assets/first_bg.png);
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px;
  border-radius: 30px;
  margin: 0 auto;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  position: relative;
}

.first_text .title{
  font-family: 'GilroyBold';
font-style: normal;
font-weight: bold;
font-size: clamp(2rem, 5vw, 3rem);
line-height: 50px;


color: #fff;
}

.first_text .description{
  font-family: 'GilroyMedium';
font-style: normal;
font-weight: 500;
font-size: clamp(1rem, 3vw, 1.5rem);
line-height: 50px;
margin-bottom: 1;
  
color: #fff;
}

.main-main{
  margin-top: 50px
}

.coins{
  width: 30%;
  display: flex;
  justify-content: flex-start;
}

.send{
  margin-right: 2%;
  margin-left: 2%;
}

.form_form{
  width: 65%;
}









.form{
    display: flex;
    justify-content: space-between;
}


.coin{
    display: flex;
    margin: 20px 10px 20px 0;
    background-color: #222;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
  text-decoration: none; 
  color: inherit;

}
.coin:hover{

  background-color: #ff8500 !important;
}

.coin.coin_blocked {
  display: flex;
  margin: 20px 10px 20px 0;
  background-color: #444 !important;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;

}

.sub-text{
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  margin-top: 3px;
  margin-bottom: 0px;
  color: #a8a8a8;
}

.coin img{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.coin p{
    margin: 0;
  text-decoration: none !important;
  color: rgb(255, 255, 255) !important;
  border: none !important;
}

.coin p:hover{
  text-decoration: none !important;
  border: none !important;
  color: black !important;
}

.coin_text{
    display: flex;
    justify-content: center;
    align-items: center;
}

.coin_text p{
  text-decoration: none !important;
}

.coin_text p:hover{
  text-decoration: none !important;
}

.form_top{
  display: flex;
}

.form_top > div{
  margin-right: 20px
}
.real_form_form{
  margin-top: 13px;
  background-color: #151515;
  border-radius: 10px
}

.send_receive_inputs{

  padding: 10px 30px;
}
.send_receive_inputs > div{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0;
}
.send_receive_inputs input,.user_wallet{
  background-color: #222222;
  border: none;
  outline: none;
  padding: 20px;
  border-radius: 5px;
  width: 100%;

}

.switchBtn{
  display: flex;justify-content: center;
  align-items: center;
  margin: 0 20px;
}
.inputDiv{
  width: 49%;
}


.exchange_button_div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1.5rem;
}

.exchange_button_div button{
  width: 100%;
  max-width: 300px;
  border: none;
  padding: 20px;
  cursor: pointer;
  outline: none;
  background-color: #f4f4f4;
  color: #151515;
  font-family: 'GilroyRegular';
  border-radius: 5px;
  transition: 1s;
}
.exchange_button_div button:hover{
  background-color: #ffffff;
}

.coinInfo{
  margin-bottom: 10px;
  color: gray;
}

.switchBtn{
  margin-top: 20px;
}
.terms_div{
  align-items: center;
display: flex;
justify-content: center !important;
text-align: center;
}

.terms_div p{
  text-align: center;
  font-size: 15px;
color: gray;
}

#error,#errorEmail,#errorWallet{
    color: red;
    font-weight: 500;
    margin: 5px 0;
    font-size: 13px;
}
.user_email_div,.user_wallet_div{
  display: block !important;
}
#errorEmail,#errorWallet{
  display: none;
}

.wrongInput{
  background-color: #ef7c7c !important;
}

.mobileCoin img{
  margin-top: 0.1rem;
  width: 100%;
  max-height: 70px;
  max-width: 70px;
  padding: 10px;
  object-fit: fill;
  display: none;
}

footer{
  margin: 20px 0 10px 0;
}
footer>div{
  display: flex;
  justify-content: space-between;
}

footer img{
  max-width: 100px;
}

.tg_support{
    position: fixed;
     bottom: 20px;
     right: 20px;
     cursor: pointer;
  
  border-width: 0 !important;
  border-color: transparent !important;
  border-style: none !important;
}

.tg_support a{
  border-width: 0 !important;
  border-color: transparent !important;
  border-style: none !important;
}

.tg_support a img{
  border-width: 0 !important;
  border-color: transparent !important;
  border-style: none !important;
}

footer > div > div{
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1820px) {
.first_text .description{
  font-size: 30px;
}
.first_text .title{
  font-size: 45px;
}
}



@media screen and (max-width: 1570px) {
  .first_text {
    width: 55%;
  }
.first_text .description{
  font-size: 25px;
}
.first_text .title{
  font-size: 35px;
}
}
@media screen and (max-width: 1484px) {
.form_form{
  width: 55%;
}
}
@media screen and (max-width: 1444px) {
.first_text {
  width: 70%;
}
.first_text .description{
  line-height: 30px;
}
.form_form{
  width: 55%;
}

}
@media screen and (max-width: 1364px) {
.first_text {
  width: 50%;
}
.terms_div p{
  font-size: 14px;
}
}

@media screen and (max-width: 1236px) {
.coins{
  width: 40%;
}
.form_form{
  width: 55%;
}
.terms_div p{
  font-size: 11px;
}
.inputs_inputs{
  display:  block !important;
}
.inputDiv{
  width: 100%;
}
#switchBtn svg{
  transform: rotate(90deg)
}

@media screen and (max-width: 1167px){
.form_form{
  width: 40%;
}
}

}@media screen and (max-width: 1124px) {
  .first_text .description{
    line-height: 30px;
  }
  .form_top p{
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu li{
    margin-left: 0px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .form{
    display: block;
  }
  .coins{
    width: 100%;
  }
  .coins,.send,.receive{
    display: none;
  }
  .form_form{
    width: 100%;
  }
  .mobileCoin{
    width: 80px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  
  .mobileInputDiv{
    display: flex;
  }
  .mobileHide{
    display: none !important;
  }
}
@media screen and (max-width: 930px) {
  .first_text {
    width: 60%;
  }
  .first_text .description{
    line-height: 25px;
  }
  .first_text .title{
    line-height: 30px;
  }
  .mobileCoin img
  {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .first_section{
    padding-left: 30px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .first_text {
    width: 70%;
  }
  .first_text .description{
    line-height: 20px;
  }
  .first_text .title{
    font-size: 25px;
  }
  .user_promo_div button{
    width: 30%;
  }
  .user_promo_div input{
    width: 70%;
  }
}
@media screen and (max-width: 711px) {

  .first_text {
    width: 80%;
  }
  .first_text .title{
    line-height: 20px;
  }
  .first_section{
    border-radius: 20px;
  }
}
@media screen and (max-width: 708px) {

  .first_text {
    width: 90%;
  }
  .first_text .title{
    font-size: 20px;
    color: white !important;
    text-align: center;
  }
  .first_text .description{
    font-size:  18px;
  }
}
@media screen and (max-width: 640px) {

  .first_section{
    padding-left: 10px;
    padding-top: 10px;
  }
  .first_section{
    border-radius: 10px;
  }
  .terms_div p{
    font-size: 9px;
  }
}
@media screen and (max-width: 620px) {

  .first_section  {
  background: url(../assets/first_bg.png);
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
  }
  .first_text{
    width: 100%;
  }
  .first_bg_img{
    display: none;
  }
  .first_text .description{
    text-align: center;
    font-size:  15px;
    padding: 10px;
  }
  .centering{
    width: 90%;
  }
}

.custom-checkbox {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  width: 24px;
  height: 24px;
}
.custom-checkbox span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #222;
  border: 1px solid #ff6a1f;
  border-radius: 4px;
  position: relative;
}
.custom-checkbox input[type="checkbox"]:checked + span::after {
  content: '✓';
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 2px;
  left: 5px;
}
.exchange_button_div button {
  background: linear-gradient(135deg, #ffa02d, #dcb300) !important;
  border-radius: 4px !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.4) !important;
  padding: 10px 20px !important;
  color: #fff !important;
  font-weight: 600 !important;
  transition: transform 0.2s ease !important;
}
.exchange_button_div button:hover {
  transform: translateY(-2px) !important;
  filter: brightness(1.1) !important;
}
.searchCoin {
  background: #222 !important;
  border: 1px solid #444 !important;
  border-radius: 4px !important;
  padding: 0.5em !important;
  color: #f6f6f6 !important;
}
.searchCoin:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(255,67,67,0.5) !important;
}
.terms .lng-agree-checkbox, .terms label, .terms_div label {
  font-size: 1.3em !important;
  vertical-align: middle;
  display: flex;
  align-items: center;
  accent-color: #ff6a1f;
}

@media screen and (max-width: 600px) {
  .terms .lng-agree-checkbox, .terms label, .terms_div label {
    font-size: 1em !important;
  }
  .custom-checkbox, .custom-checkbox input[type="checkbox"], .custom-checkbox span {
    width: 22px;
    height: 22px;
  }
  .custom-checkbox input[type="checkbox"]:checked + span::after {
    left: 5px;
    top: 1px;
    width: 7px;
    height: 13px;
    border-width: 0 4px 4px 0;
  }
}


.terms .lng-agree-checkbox label, .terms_div label {
  letter-spacing: 0.01em;
}
.terms .lng-agree-checkbox label span:last-child, .terms_div label span:last-child {
  margin-left: 0.3em;
}