html{  
    opacity: 0.9;
    height: 100%;
  bottom: 0;
    overflow-x: hidden;

  
  }
  body{ 
    background-color:  #aac3df;
        /*background-color:  #88a461; */
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    flex-direction: column;
    min-height: 100%;
    padding: 0
}
    body p{
    color: black;
    text-align: center;
    font-size: 20px;
    opacity: 0.7;
    margin-left: 4%;
    margin-right: 4%
  }
  .article{border-radius: 3px;
    border-width: solid;
  background-color: white;
  margin: 60px 30px 30px 30px; 
  padding: 2%
  }
  body {
  display: flex;
  flex-direction: column;
}
  .article h3, h4{
    text-align: center;
  }
  .nav{
  display: flex; justify-content: space-between; margin: 10px; overflow: visible
  }
  .list a{
  text-align: left;
  margin-bottom: 5px;
  padding-bottom: 20px;
  margin-top: 9px;
  font-size: 18px;
  }
  .first{
    box-shadow: 0 0 0 2px #3e5f87; 
    border-radius: 4px;
    padding: 2%;
    margin: 2%
  }
  .desc{
    text-align: left;
    /*border-style: outset;*/
    padding: 7px;
    color: black;
/* color: #4F46E5;
    border: 2px solid gray; */
    border-radius: 4px
  }
  .dropdown {
          position: relative;
          display: inline-block;
      }
      .nav-item{
  color: white;
  /* background-color: white */
  text-decoration: none
  }
  
  .nav-item:hover {
  text-decoration: underline;
  text-decoration-color: white;
  color: white
  }
  .heading{color: white; text-decoration: none;}
  .title{text-align: center; color: #3e5f87}
  .Insta{text-align: center; color: black}
  .social{text-align: center}
  .active{
  color: #3e5f87
  
  }
  
      .fa {
      padding: 5px;
      font-size: 30px;
      width: 30px;
      text-align: center;
      text-decoration: none;
  
  
    }
  .fa-instagram {
  background: #C13584;
  color: white;
  
  
  }
  
  .dropdown-content {
            display: none;
            text-align: left;
            position: absolute;
          /*  background-color: #f9f9f9; */
            min-width: 35px;
            width: 88px;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            padding: 5px 18px;
            z-index: 1;
            color: white;
     
            margin-bottom: 5px;
        }
        .dropdown-content a{
          color: #3e5f87;
        /*  color: green; */
        /*  margin: 2px; */
          text-decoration: none;
          text-align: left;
        /*   width: 150px;
         width: 55px; */
          padding: 2px;
          padding-bottom: 5px;
          margin-bottom: 5px;
  
  
        }
  
        .dropdown:hover .dropdown-content {
            display: block;
  
        }
        /*
      .dropdown-content a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: green;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  }
  
  .dropdown-content a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
  }
  
  
  */
  .dropdown-content a:hover{
  text-decoration-line: underline;
  text-decoration-color: #3e5f87;
  height: 5px;
  margin-top: 5px;
  }
  
  .navbar{
    display: flex;
  justify-content: space-around; 
    height: 100%;
    background-color: transparent;
  /*  align-items: center; */
  float: left;  height: 50px; width: 60%; text-align: right; justify-content: space-around; padding-right: 25px; color: white; margin-top: 4%
    
  }
  #hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: white;  
  margin: 6px 0px;
  
  border-width: 1px;
  border-color: blue;
  transition: 0.4s;
  text-align: left;
  
  
  
  }
  
  
  /* .dropdown .dropdown-content{display: none} */
  
  
  .mob{display: none}
  @media only screen and (min-width: 601px){
    
  .wrap{display: flex;
  width: 100%;

  position: absolute; 

  align-items: flex-end; 
  bottom: 0; 
  margin-bottom: 0;
  margin-top: 2%
  }
  .Copyright{float: left; 
  bottom: 0; padding-left: 1%; width: 70%; align-items: flex-start;}
  .Copyright p{text-align: left; font-size: 15px; color: whitesmoke;}
  
  .privacy{text-align: right; padding-right: -20px; margin-right: -10px;
  width: 20%; margin-bottom: 1.5%;
  float: right; right: 0; 
  
  }
  
  .privacy a {color: whitesmoke;}
  .content{text-align: center; color: black; font-size: 18px; margin: 40px 10px 10px 10px; padding: 10px}
  .wrap-mob{display: none}
  .privacy-mob{display: none}
  .Copyright-mob{display: none}
  }
  @media only screen and (max-width: 600px) {
  body{height: 100vh;
  /*overflow-y: auto; */
  }
  .navbar {
  display: none;
  }
  /*
  .wrap-mob{display: block; 
  }*/
  .mob{display: block}
  #hamburger-icon {
  display: block;
  margin: 2px; 
  position: relative;
  justify-content: left;
  
  /* align-items: center; */
  
  
  
  }
  
  #myBtn{
    padding: 13%; border: none; margin-right: 25px; border-radius: 3px; background-color: white ; color: #4F7942; margin-top: 20px;
    font-size: 15px
  
  }
  /* .pic{width: 70%; float: left; margin: 5% } */
  .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  .modalV{
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  }
  
  /* The Close Button */
  .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  }
  .react{font-size: 5.5vw;  margin-left: 7px; margin-bottom: 3em; color: #4F7942}
  
  .not{display: none}
  .show{display: block}
  .open{display: block}
  .close{display: none}
  
  #dd, #arts{border: none;
  background-color: white;
  font-size: 5.8vw;
  color: black;
  font-family: 'Times New Roman', serif;
  padding-left: 20px;
  -webkit-margin-start: -20px;
  }
  .tt{color: black;
  text-decoration: none;}
  #home{font-size: 5.8vw;  font-family: 'Times New Roman', serif;}
  #Cont{font-size: 5.8vw;  font-family: 'Times New Roman', serif;}
  #dead, #closeX{vertical-align: text-top}
  .rot{-webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  }
  
  }
  .new{display: inline-block; color: red; background-color: green; font-size: 35px; } 
  .icon{ display: inline-block;  transform: rotateX(180deg); vertical-align: text-bottom; color: #4F7942; border-width: 2px}
  .first{display: block}
  .second{display: none}
  img{width: 32%; height: 50px; max-width: 100%;  margin-top: 20px; float: left; margin-bottom: 20px }
  
  /*
  img{width: 80%; height: 50px; max-width: 100%; margin-left: 5%; margin-top: 20px; float: left; margin-bottom: 20px }
  
  
  .image{ float: left; width: 70%; margin-right: 5%; margin-bottom: 45px}
  */
  
  
  @media only screen and (max-width: 600px) and (min-width: 401px){
  .wrap{display: flex;
  width: 100%;
  position: relative;
  align-items: flex-end; 
  bottom: 0; 
  margin-bottom: 0;
  margin-top: 2%
  }
  .Copyright{float: left; 
  bottom: 0; padding-left: 1%; width: 65%; align-items: flex-start;}
  .Copyright p{text-align: left; font-size: 15px; color: whitesmoke;}
  .privacy{align-content: right; float: right; 
  margin-bottom: 3%; 
  padding-right: 4%; width: 35%; text-align: right;
  
  }
  .privacy a{color: whitesmoke;}
  .mob{margin-top: 2%}
  img{width: 65%; height: 50px; max-width: 100%; margin-left: 3%; margin-top: 20px; float: left; margin-bottom: 20px }
  .wrap-mob{display: none}
  .privacy-mob{display: none}
  .Copyright-mob{display: none}
  }
  
  @media only screen and (max-width: 400px) {
    /*
  .wrap-mob{bottom: 0;position: relative; 
    overflow-y: hidden}
  .Copyright-mob p{font-size: 13px; color: whitesmoke; }


  .privacy-mob a{font-size: 14px; color: whitesmoke;}
  */  .wrap-mob{bottom: 0;position: relative; 
    overflow-y: hidden}
      .privacy-mob a{font-size: 14px; color: whitesmoke; margin-left: 3%;}

    .Copyright-mob p{font-size: 13px; color: whitesmoke; text-align: left; margin-left: 3%;}

  .wrap{display: none}
  .privacy{display: none}
  .Copyright{display: none}
  #myBtn{
    padding: 9%; margin-right: 7px; border: none; border-radius: 2px; background-color: white ; color: #4F7942; margin-top: 15px;
  
  }
  img{width: 65%; height: 50px; max-width: 100%; margin-left: -2%; padding-left: -2%; margin-top: 15px; float: left; margin-bottom: 20px } 
  }
  img{width: 250px; height: 50px; max-width: 100%; margin-left: 3%; margin-top: 20px; float: left; margin-bottom: 20px }
  .image{ float: left; width: 70%; margin-right: 5%; margin-bottom: 45px}
  @media only screen and (max-width: 300px){
  .mail{font-size: 5vw}
  
  
  }
  @media only screen and (orientation: landscape) and (max-height: 599px){
  
  
    body p{
    color: black;
    text-align: center;
    font-size: 10px;
    opacity: 0.9
  
  /*  vertical-align: text-top; */
  
    
  }
  .article{
  background-color: white;
  margin: 10px; 
  padding: 2%;
  font-size: 2vw
  }
  .article p{
    font-size: 15px
  }
  html{overflow-y: scroll;}
  .wrap{
    position: relative
  }
  .mail{
    font-size: 2vw
  }
  }
  
  .favi{max-width: 100%;
  height: auto;}

  .toc {
    background: #FFFFFF;
    padding: 1.2rem;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    margin-bottom: 2rem;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2%
  }
  
  .toc h4 {
    margin-top: 0;
  }
  
  .toc a {
    color: #4F46E5;
    font-size: 1.2rem;
  }
  .topic{text-align: center;
    color: #4F46E5;
margin: 2rem}
@media only screen and (max-width: 1080px) and (min-width: 601px){
.icon2, .icon3{  display: flex; 
  
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;}
.upd, .upd2, .upd3, .axi{  
width: 66%; height: 60%; margin-left: 17%}
.axi{width: 90%; height: 80%; margin-left: 5%}
  #grey, #grey2{
    background-color: #D3D3D3;
    text-align: center;
    margin-left: 22%;
    margin-right: 22%;
    padding: 1%;
    margin-top: 0
  }

  #myInput8, #myInput4{
    background-color: #D3D3D3;
    text-align: center;
    margin-left: 22%;
    margin-right: 22%;
    padding: 1%;
    margin-top: 0
  }
  #myInput,  #myInput1{      background-color: #D3D3D3;
    text-align: center;
    margin-left: 26%;
    margin-right: 26%;
    padding: 1%;
    margin-top: 0

  }
  #myInput3, #myInput10{
    background-color: #D3D3D3;
    text-align: center;
    margin-left: 30%;
    margin-right: 30%;
    padding: 1%;
    margin-top: 0 
  }
  #myInput9, #myInput11, #myInput12, #myInput5, #myInput6{
    background-color: #D3D3D3;
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    padding: 1%;
    margin-top: 0
  }
  #myInput7, #myInput13{      background-color: #D3D3D3;
    text-align: center;
    margin-left: 30%;
    margin-right: 30%;
    padding: 1%;
    margin-top: 0

  }

  .copybtn4{
    margin-right: 20%;
    margin-bottom: 0;
    border-radius: 5px;
       border-width: 1px;
    background-color: white;
    border-color: grey;
    position: relative;
    margin-left: 70%;
  }
  #ant, #grey4{
    background-color: #D3D3D3;
    text-align: center;
    margin-left: 16%;
    margin-right: 16%;
    padding: 1%;
    margin-top: 0;
    }
  #copy5, #copy6,  #copy8, #copy9 {
    margin-right: 22%;
    margin-bottom: 0;
    border-radius: 5px;
       border-width: 1px;
    background-color: white;
    border-color: grey;
    position: relative;
    margin-left: 68%;
  }
  #copy7, #copy13{
    margin-right: 30%;
    margin-bottom: 0;
    border-radius: 5px;
       border-width: 1px;
    background-color: white;
    border-color: grey;
    position: relative;
    margin-left: 60%;

  }
  .copybtnD{
 
      margin-right: 33%;
      margin-bottom: 0;
      border-radius: 5px;
         border-width: 1px;
      background-color: white;
      border-color: grey;
      position: relative;
      margin-left: 62%;
    
  }
}

@media only screen and (max-width: 1080px) and (min-width: 768px){
  .bsheet{  display: flex; 
  
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;}
    .bottom{padding: 2%; align-items: "stretch"; height: 300px;  border: 1px solid #ccc; display: block;  border-radius: 8px; margin-right: 30%; margin-left: 30%; width: 60%}

  html{overflow-x: hidden;}
  
  .wrap{display: flex;
    width: 100%;
    /*position: relative;*/
    align-items: flex-end; 
    bottom: 0; 
    margin-bottom: 0;
    margin-top: 2%
    }
    .wrap-mob{display: none}
  .myInput4 {
    background-color: #D3D3D3;
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    padding: 1%;
    margin-top: 0
  }
  .myInput{
    background-color: #D3D3D3;
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    padding: 1%;
    margin-top: 0
  }
  .code1{
    width: 65%; margin: 3%;
  }
  .app4{height: 650px;width: 90%; margin-right: 35%; margin-left: 10%;  padding: 2%; border: 2px solid green; border-radius: 5px; margin-top: 10%;}

  .textcode2{text-align: center; margin-left: auto; margin-right: auto; width: 87%}
  .pandL{
  background-color: #D3D3D3;
text-align: left;
margin-left: 8%;

margin-right: 8%;
padding: 1%;
margin-top: 0}
.pandM{
  background-color: #D3D3D3;
text-align: left;
margin-left: 8%;

margin-right: 8%;
padding: 1%;
margin-top: 0
}
.rn, .auth{
  display: flex; width: 100%; margin: 1%
}
.rn1, .authentic{
  display: inline-block;  width: 60%; overflow-x: scroll; background-color: #1e1e1e; box-shadow: 10px 10px 10px grey
}
.rn2{
  display: inline-block; width: 40%;
}
.rnapp1{height: 900px;  padding-left: -10px; float: inherit;  background-color: #1e1e1e; }
.navig{display: flex; 
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;

}

.navi{height: 600px; float: inherit}
.eip, .spring, .vect{height: 600px; float: inherit}
.acc {height: 600px;  width: 34%}

.bottom{height: 400px;  width: 50%}
.full-code{height: 900px; float: inherit}
.anims{width: 800px}
.rnapp2{height: 600px; width: 90%; margin-right: 35%; margin-left: 10%; border: 2px solid green; border-radius: 5px; margin-top: 10%;}
.exp, .exp2{color: green; margin-left: 10%;width: 90%;  }
.rn3{display: inline-block; width: 60%; overflow-x: scroll; background-color: #1e1e1e;   box-shadow: 10px 10px 10px grey}
.rnapp3{height: 700px;  float: inherit; background-color: #1e1e1e } 
.app4{height: 650px;width: 90%; margin-right: 35%; margin-left: 10%;  padding: 2%; border: 2px solid green; border-radius: 5px; margin-top: 10%;}
.app1{width: 70%; margin-left: 15%; border-width: 1px; border-color: gray; } 
.ls1{width: 60%; margin-left: 20%;  margin-left: 10%; } 
.typehead{font-size: 20px; text-align: left; margin-left: 1%; } 
.typeicon{font-size: 25px; vertical-align: middle}
.img5{max-width: 45%;  margin-top: 5%; margin-left: 40%; object-fit: contain; }  
.alt5{margin-right: 35%}
.img2{max-width: 45%;  margin-top: 5%; margin-right: 40%; object-fit: contain; }   
.fig{text-align: center; }
.rule{width: 80%; margin-left: 10%}
.up{ 
display: flex; 
   overflow-x: auto;
   overflow-y: hidden;
   white-space: nowrap;
  margin-left: 15px;
  margin-right: 25px
  }
.upl{width: 80%; height: 420px; margin-bottom: -20px; float: inherit; margin-left: 10%; margin-right: 10%;  }
#grey3{
  background-color: #D3D3D3;
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
  padding: 1%;
  margin-top: 0
  
  }
.import{
  background-color: #D3D3D3;
  text-align: left;
  margin-left: 10%;
  margin-right: 10%;
  padding: 1%;
  margin-top: 0
}

.social{
  background-color: #D3D3D3;
  text-align: left;
margin-left: 28%;
margin-right: 28%;
  padding: 1%;
  margin-top: 0
}



  .textcode{ display: flex; 

    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;}
    .text1{height: 150px; float: inherit;  padding-right: -35px; right: 0; margin-right: -17%;   background-color: #1e1e1e } 

  .text2{width: 70%; height: 220px; }
  .fonts{width: 80%; margin-left: 10% }
  .short{width: 40%; margin-left: 30%;  }

  .fonts2{ text-align: center; margin-left: auto; margin-right: auto; width: 70%}
.vect{margin-left: 20%; width: 60%; margin-right: 20%}
.acc{margin-left: 25%; width: 50%; margin-right: 25%}


.Copyright{float: left; 
bottom: 0; padding-left: 1%; width: 70%; align-items: flex-start;}
.Copyright p{text-align: left; font-size: 15px;}

.privacy{text-align: right; padding-right: -20px; margin-right: -10px;
width: 20%; margin-bottom: 1.5%;
float: right; right: 0

}
.content{text-align: center; color: black; font-size: 18px}
.wrap-mob{display: none}
.privacy-mob{display: none}
.Copyright-mob{display: none}
.pap{width: 96%; height: 470px; margin-left: 2% }
.img1{width: 210px; height: 400px; }
/*
.but{width: 180px; height: 70px; margin-left: 35%}
*/
.rnv{width: 50%; display: block; margin-left: auto; margin-right: auto;}
.rating{width: 40%; display: block; margin-left: auto; margin-right: auto;}
.ava{width: 50%; display: block; margin-left: auto; margin-right: auto;}
.price, .search{width: 50%; display: block; margin-left: auto; margin-right: auto;}
.but{width: 30%; height: 60px; display: block; margin-left: auto; margin-right: auto;}
  .pod{display: flex; justify-content: center;  width: 100%; height: 100%; position: relative }
  .style2{display: flex; justify-content: center;   text-align: center; margin-left: auto; margin-right: auto; padding-right: 1%; width: 37%; }
  .sheet{ 
    height: 520px;
    margin-left: auto; margin-right: auto }
}