/*reset values*/
*
{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: sans-serif;
}
body
{
 /* overflow:hidden; */
}
.maindiv
{
  position:relative;
}
li
{
  list-style-type:none;
}
video
{
  width: 100%;
  height:auto;
}
ul li a
{
  text-decoration:none;
  color:#FFF;
  font-family: sans-serif;
}
ul li select
{
  text-decoration:none;
  color:#FFF;
  background-color: #040720;
  font-family: sans-serif;
  border: none;
  font-size: 16px;
  width: 80px;  
}
.nav-container .nav-links li.menu-item .sub-menu
{
  position: absolute;
  visibility: hidden;
  background-color: #040720;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 5;
}
.nav-container .nav-links li.menu-item ul li
 {
  padding: 5px;
 }
.nav-container 
{
    /* background-color:#202A44; */
    background-color: #040720;
    width:100%;
    height:66px;
}
nav
{
     /* background-color:#202A44; */
     background-color: #040720;
     width:98%;
     margin:auto;
     height:100%;
     display:flex;
     justify-content:space-between;
}
.logo
{
  width:200px;
  height:56px;
  margin-top:8px;
}
.logo a img
{
  width: 100%;
  height:auto;
/*  clip-path:circle(50%);*/
}
.nav-links
{
 display:flex;
 align-items:center;
 justify-content:space-around;
 width:50%;
}
/*.nav-links li a:hover
{
   color:yellow;
}
.nav-links li:hover
{
   transform:scale(1);
   transition: transform 0.8s;
}*/
.arrow
{
 height:40px;
 width:40px;
/* background-color:#FFF;*/
 transform:translateY(130%);
 display:none;
}
.line1, .line2, .line3
{
    height: 20%;
    width: 100%;
    background-color: #FFF;
    margin-top: 4px;
    border-radius: 3px;
}
.arrow3 
{
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  height:5px;
  width:5px;
  margin-bottom: 2px;
  margin-left: 8px;
}
.learnmore_txt
{
  position:absolute;
   width:10%;
   left:43%;
   color:#A9A9A9;
   text-align:center;
   top:32%; 
   font-size:20px;
   font-family: sans-serif;
border-radius: 3px;
border: 1px solid #FFF;
padding:6px;
cursor: pointer;
}
.tagline_text
{
   position:absolute;
   width:100%;
   color:#A9A9A9;
   text-align:center;
   top:22%; 
   font-size:38px;
   font-family: sans-serif;
}
.stakinglinkmobile
{
  display: none;
}
.firstlink
{
  display: none;
}
@media only screen and (max-width:1200px), only screen and (max-device-width: 1200px)
{
   .nav-links
   {
     width: 70%;
   }
   video
  {
    height:100%;
  }
  #myVideo
  {
    object-fit: cover;
    object-position: center center;
  }
  .learnmore_txt
  {
    width: 15%;
    top:30%;
  }
}
@media only screen and (max-width:574px), only screen and (max-device-width: 574px)
{
   .stakinglink
   {
     display: none;
   }
   .stakinglinkmobile
   {
     display: block; 
   }
   .firstlink
   {
     display: block;
   }
   .nav-links
   {
     display:none;
     position: absolute;
     top:146px;
     right:0px;
     background-color:#FFF;
     flex-direction:column;
     height:1px;
     width:100%;
     /* transform: translateX(100%); */
     z-index:50;
     border-radius:5px;
   }
   .arrow3
   {
     color:dimgray;
     border: solid dimgray;
     border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    height: 5px;
    width: 5px;
    margin-bottom: 2px;
    margin-left: 8px;
   }
   ul li select
  {
    text-decoration:none;
    color:#FFF;
    background-color: #040720;
    font-family: sans-serif;
    border: none;
    font-size: 28px;
    width: 300px;
    font-weight: 600;  
   }
   video
  {
    height:100%;
  }
   .nav-container
   {
    height: 146px;
   }
   .logo
   {
    width: 440px;
    height: 96px;
    margin-top: 17px;
   }
   ul li a 
  {
     color:dimgrey;
     font-size:28px;
     text-transform: uppercase;
     letter-spacing: 3px;
   }
   .nav-links li
   {
    text-align: left;
    border-bottom: 2px solid darkgrey;
    width: 100%;
    height: 62px;
    padding: 16px;
    border-radius:3px;
    font-weight: 600;
   }
   .arrow
   {
     display:block;
     z-index:50;
   }
   .learnmore_txt
  {
    width:28%;
    top:25%;
    font-size: 40px;
    left:36%;
  }
  .tagline_text
  {
     /* left:270px; */
     width:100%;
     top:16%;
     font-size: 55px;
  }
  #myVideo
  {
    object-fit: cover;
    object-position: center center;
  }
}
.display_dropdown
{
  /* transform:translateX(0%); */
  height:370px;
  display:block;
}
.main_title
{
  text-align: center;
  color:#000;
  font-size: 40px;
  font-family: sans-serif;
  margin-top:15px;
  font-weight: 600;
}
.sub_title
{
  margin-top:25px;
  text-align: center;
  color:blue;
  font-size: 20px;
  font-family: sans-serif;
}
.poolcontainers
{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.left_container
{
  width: 30%;
  border-radius: 30px;
  border: 0.5px solid #a9a9a9;
  height: auto;
  /* margin-left: 50px; */
  box-shadow: 0.5px 3px #a9a9a9;
  border-right: 0px;
  align-self:baseline;
}
/* .swirlcalculator
{
  min-width: 280px;
  max-width: 31.5%;
  width: 100%;
}
.bnbswirls
{
  min-width: 280px;
  max-width: 31.5%;
  width: 100%;
} */
.right_container
{
    width: 30%;
    border-radius: 30px;
    border: 0.5px solid #a9a9a9;
    /* float: right; */
    margin-left: 55px;
    height: auto;
    box-shadow: 0.5px 3px #a9a9a9;
    border-right: 0px;
    align-self:baseline;
}
.bnb_txt, .bnb_value, .swirl_txt, .swirl_value, .airdrop_txt, .airdrop_value
{
  display: inline-block;
  text-align: left;
}
.bnb_txt, .swirl_txt, .airdrop_txt
{
  font-weight: 600;
  width: 95px;
  text-align: left;
}
.airdrop_txt
{
  color:blue;
  font-size: 16px;
}
.bnb_value, .swirl_value
{
  padding-left: 10px;
  width: 130px;
  color: #A9A9A9;
}
.airdrop_value
{
  margin-left: 22px;
  width: 130px;
  color: #A9A9A9;
}
.calculator_text
{
  text-align: center;
  font-size: 20px;
  font-family: sans-serif;
  color:#000;
  font-weight: 600;
  margin-top: 3px;
}
.sendbnb_text
{
  text-align: center;
  font-size: 20px;
  font-family: sans-serif;
  color:#000;
  font-weight: 600;
  margin-top: 3px;
}
.scanqrcodeimage
{
  width: 180px;
    height: 180px;
    margin: auto;
    margin-top: 6px;
}
.walletaddress
{
    margin-top: 13px;
    /* border: 1px solid #000; */
    /* line-height: 30px; */
}
.instructiondesc
{
  text-align: center;
    font-size: 12px;
    margin: auto;
    padding: 7px;
}
.redtext
{
    text-align: left;
    font-size: 12px;
    margin: auto;
    padding: 7px;
    word-break: break-word;
    color:red;
}
.footertextright
{
  text-align: center;
    font-size: 12px;
    margin: auto;
    padding: 7px;
    word-break: break-word;
}
.calculation_text
{
  text-align: left;
  font-size: 20px;
  font-family: sans-serif;
  color:#000;
  margin-top: 35px;
  margin-left:20px;
}
.swirlvalue, .airdrop
{
  margin-top: 20px;
}
.delivery_txt
{
  font-size: 12px;
  color:blue;
}
.estimation_txt
{
  text-align: center;
  font-size: 12px;
  color:blue;
  line-height: 16px;
  margin-top: 40px;
  word-break: break-word;
}
.horizontal_rule
{
  border-bottom: 2px solid #A9A9A9;
  margin-top:10px;
}
.details_text
{
  text-align: center;
  margin: auto;
  color: blue;
  font-size: 12px;
  padding: 32px;
}
.details_description
{
  text-align: center;
  display: none;
  font-size: 12px;
  color:blue;
  /* line-height: 16px; */
  margin: auto;
  padding: 5px;
  word-break: break-word;
}
.arrow2 {
  border: solid blue;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  height:10px;
 width:10px;
 margin-bottom: 2px;
    margin-left: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.bnb_img
{
  width: 20px;
  height: 20px;
  display: inline-block;
}
.swirl_img
{
  width: 20px;
  height: 20px;
  display: inline-block;
}
.copy_text
{
  display: inline-block;
  font-size: 12px;
  color:blue;
  height: 25px;
  cursor: pointer;
}
.drop_bnb_desc
{
  display: block;
}
.address_text
{
  display: inline-block;
  width: 85%;
  text-align: center;
  font-size: 12px;
  word-break: break-all;
}
.copiedwalletaddress
{
  display: none;
}
.spacer
{
  display: none;
  height: 80px;
  width: 100%;
}
@media only screen and (min-device-width: 600px) and (max-device-width: 1200px)
{
  .left_container, .right_container
  {
    width: 60%;
    /* width: 80%; */
  }
}
@media only screen and (min-device-width: 250px) and (max-device-width: 600px)
{
  .bnb_value, .swirl_value, .airdrop_value
  {
    margin-left: 100px;
  }
  .left_container, .right_container
  {
    width: 70%;
    /* width: 80%; */
    /* height: 480px; */
  }
  .airdrop_value
  {
     margin-left: 160px;
  }
  #bnbtext
  {
     height: 60px;
     font-size: 35px;
     width: 340px;
  }
  .input 
  { 
    font-size: 18px;
  }
  .bnb_img
 {
  width: 50px;
 }
.swirl_img
{
  width: 50px;
}
.bnbvalue
{
  width: 100%;
}
.swirlvalue
{
  width: 100%;
}
  .airdrop_txt
  {
    font-size: 36px;
  }
  .main_title
  {
    font-size: 50px;
  }
  .sub_title
  {
    font-size: 35px;
  }
  .calculator_text, .sendbnb_text
  {
    font-size: 50px;
    margin-top: 10px;
  }
  .calculation_text
  {
    font-size: 45px;
  }
  .delivery_txt, .estimation_txt, .details_text, .details_description, .footertextright
  {
    font-size: 37px;
    /* line-height: 21px; */
  }
  .estimation_txt
  {
    line-height: 45px;
  }
  .address_text, .copy_text
  {
    font-size: 37px;
  }
  .instructiondesc, .redtext
  {
    font-size: 37px;
    /* line-height: 21px; */
    word-break: break-word;
  }
  .redtext
  {
    padding: 15px 15px 0px 30px;
  }
  .footertextright
  {
    padding: 30px 10px 10px 10px;
  }
  /* .walletaddress
  {
    margin-top: 43px;
  } */
  .scanqrcodeimage
  {
    margin-top: 25px;
    width: 300px;
    height: 290px;
  }
  .walletaddress
  {
    padding: 35px 10px 10px 10px;
  }
}
@media only screen and (min-device-width: 250px) and (max-device-width: 600px)
{
  .spacer
  {
    display: block;
  }
  .poolcontainers
  {
    flex-direction: column;
  }
  .left_container, .right_container
  {
    margin:auto;
  }
  .instructiondesc
  {
    margin: auto;
    padding: 30px 0px 0px 0px;
  }
}
