


.content1{
  position: fixed;
  display: none;
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
  }
  .content {
    position: fixed;
    margin-top: 10%;
    display: flex;
    
  }
  a{
    position: fixed;
  }
  .card{
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    height: 85%;
    width: 20vw;
    
    margin: 2vw;
    font-size: 1.5vw;
    padding-left: 2%;
    border-radius:8px;
    margin-top: 5%;
    transition-timing-function: ease;
    transition-duration: 1.1s;
  }
  .card:hover{
    background-image: linear-gradient(to bottom right, #c0c0aa, #1cefff);
    color: black;
    transform: scale(1.05);
    box-shadow: 5px 10px 18px #171717;
  }
  .surch,.heading{
    position: fixed;
  }
  .surch{
    margin-top: 5%;
    margin-left: 35vw;
    display: flex;
  }

  
  #myInput{
    border: 2px solid black;
    font-size: 2vw;
    background-color: #4e4d4d;
    color: aqua;
    opacity: 0.4;
    border-radius: 5px;
}
button{
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 1vw;
  height: 5.6vh;
  width: 8vw;
  margin-left: 0.2vw;
  padding-top: -1%;
}
.heading{
  
  font-size: 2vw;
  margin-top: -2%;
  margin-left: 46vw;
  margin-bottom: 95px;
}
.head{
  height: 30%;
}
.main{
  display: flex;
  
}
.first{
  display: flex;
}
.sec{
  display: flex;
}

@media(max-width:650px){

  
  .content{
    margin-top: 40%;
    display: flex;
    flex-direction: column;
    margin-left: -1vw;
  }
  .card{
    
    margin-top: 2%;
    padding-left: 5vw;
    font-size: 3.6vw;
    width: 40vw;
    height: 30vh;
  }
  #myInput{
    font-size: 5vw;
    margin-left: -22vw;
    height: 2.8vh;
    width: 45vw;
  }
  .button{
    margin-left: 1vw;
    font-size: 3vw;
    height: 3.4vh;
    width: 25vw;
  }
  .heading{
    margin-top: 7%;
    margin-left: 25vw;
    font-size: 6vw;
  }
  .surch{
    margin-top: 22%;
    margin-left: 35%;
  }
  
  .first{
    display: flex;
  }
  .sec{
    display: flex;
  }

  
  h1{
    font-size: 7vw;
    margin-left: 19vw;
    /* text-align: center; */
  }
}
  
  