*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body{
    width: 100%;
    height: 100%;
    background-color: black;
    font-family: 'Times New Roman', Times, serif;
}
.navi{
width: 100%;
background: linear-gradient(to right, rgb(9, 9, 9), black);
}
.seachbutton{
    /* margin-left: 10vh; */
    padding-left: 10vh;
}
.logoname{
  font-family:'Times New Roman', Times, serif;
}
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.842);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content li a p{
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
  
.name{
    color: whitesmoke;
}
.buttonside{
    margin-left: 5vh;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
  
}
.profiles{
    margin-right: 40vh;
}
.menuname{
  font-weight:400 !important;
  color: azure !important;
  font-size: 20px;

}
#myVideo {
    position: fixed;
    right: 0;
    /* left: 0; */
    bottom: 0;
    min-width: 100%; 
    min-height: 100vh;
  }
  
  .content {
    position: relative;
    /* bottom: 0; */
    /* left: 0; */
    /* background: rgba(0, 0, 0, 0.5); */
    color: #f1f1f1;
    width: 80%;
    margin-top: 10vh;
    /* padding: 190px; */
  }
  .content h1{
    /* margin-top: -15vh; */
    font-size: 60px;
  }
  .content p{
    font-size: 20px;
  }
  .content pre{
    font-size: 28px;
    font-weight: bold;
    color: gold;
  }
  #myBtn {
    width: 200px;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    border: none;
    border-radius:10px;
    background-color: transparent;
    border:2px solid aqua;
    color: #12adc2;
    cursor: pointer;
  }
  
  #myBtn:hover {
    background:aqua;
    color: black;
  }
  .content ul{
    list-style-type: disc;
  }
  .content ul li{
    display: inline;
    font-size: 20px;
    text-decoration: underline;
    padding-left: 20px;
    padding-right: 20px;
    list-style-type: disc;
    
  }
  .mybtn1{
font-size: 23px;
font-weight: 500;
  }
  .middle{
    width: 100%;
    margin: auto;
  }
  .midrap{
    position: relative;
    /* bottom: 0; */
    /* left: 0; */
    /* background: rgba(0, 0, 0, 0.5); */
    color: #f1f1f1;
    width: 100%;
    padding: 50px;
  }



  .flip-card {
    background-color: transparent;
    width: 204px;
    height: 236px;
    perspective: 1000px;
    /* border-radius: 15px; */
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 15px;
  }
  
  .flip-card-front {
    background-color: #bbb;
    color: black;
  }
  
  .flip-card-back {
    background-color:rgba(0, 0, 0, 0.371);
    color: white;
    transform: rotateY(180deg);
  }
  .flip-card-back ul li ,i{
    display: inline;
    font-size: 25px;
    padding: 3px;
  }
  .flip-card-back h1{
    font-size: 30px;
  }
  .ban{
    width:100%;
    margin: auto;
    height: 100vh;

  }
.banrap{
  width: 100%;
  height: 100vh;
  margin: auto;
}


@media screen and (min-device-width: 360px) and (max-device-width: 740px) { 
  .para{
    display: none;
   width:100%;
   /* border: 2px solid white; */
  }
  .content ul{
width: 100%;
display: none;
  }
  pre{
  display: none;
  }
  .midrap{
    display: none;
  }
  .content h1{
    /* margin-top: 10vh; */
    font-size: 45px;
  }
  #myBtn{
    margin-top: 25vh;
    width: 100px;
  }
  .mybtn1{
    position:absolute;
    font-size: 15px;
    margin-top: 26vh;
  }
 
}

