*{
    margin: 0;
    padding: 0;
}


/*header*/
.header{
    text-align: center;
    width: 100%;
    background-color:white;
    position: relative;
}

/*image*/

.container {
    position: relative;
    width: 80%;
  }
  
  .btn2 {
    visibility: hidden;
    position: relative;
    bottom: -270px;
    left: -50px;
    background-color: black;
    color: white;
    font-size: 27px;
    font-weight: bold;
    padding: 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
  }

  .btn3 {
    visibility: hidden;
    position: relative;
    bottom: -270px;
    left: -50px;
    background-color: black;
    color: white;
    font-size: 27px;
    font-weight: bold;
    padding: 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
  }

  .container img {
    width: 100%;
    height: auto;
  }

  @media screen and (max-width: 450px) {
     body{
      background:url(img2.gif);
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
     } 

     .container{visibility: hidden;}
     .btn3{visibility: hidden;}

     .btn2 {
      visibility: visible;
      bottom: -86px;
      left: 10px;
      background-color: black;
      color: white;
      font-size: 20px;
      font-weight: bold;
      padding: 15px;
      border: none;
      cursor: pointer;
      border-radius: 20px;
      text-align: center;
    }
  }


  @media screen and (max-width: 1024px) and (min-width:451px) {
    body{
     background:url(img4.gif);
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     background-repeat: no-repeat;
    } 

    .container{visibility: hidden;}
    .btn2{visibility: hidden;}

    .btn3 {
     visibility: visible;
     bottom: -35px;
     left: -300px;
     background-color: black;
     color: white;
     font-size: 40px;
     font-weight: bold;
     padding: 15px;
     border: none;
     cursor: pointer;
     border-radius: 20px;
     text-align: center;
   }
 }
  
   .btn {
    position: absolute;
    width: 30%;
    bottom: 15%;
    left: 25%;
    /*background: linear-gradient(to right,green,red);*/
    background-color: black;
    color: white;
    font-size: 35px;
    font-weight: bold;
    padding: 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
  }

  .zoom-in-out-box {
    animation: zoom-in-zoom-out 2s ease infinite;
  }
  
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.2, 1.2);
    }
    100% {
      transform: scale(1, 1);
    }
  }

  @media screen and (max-width: 450px) {
      
    .btn {
      width: 122px;
      font-size: 20px;
      bottom: 40%;
    }
  }
  

  
   .btn:hover {
    background:linear-gradient(#09C6F9,#045DE9);
    color: #f5da41;
  }

 /*Form popup*/

 /* [Object] Modal
 * =============================== */
.modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    background: rgba(0,0,0, .9);
    transition: opacity .25s ease;
  }
  
  .modal__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }
  
  .modal-state {
    display: none;
  }
  
  .modal-state:checked + .modal {
    opacity: 1;
    visibility: visible;
  }
  
  .modal-state:checked + .modal .modal__inner {
    top: 0;
  }
  
  .modal__inner {
    transition: top .25s ease;
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    margin: auto;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
    padding: 1em 2em;
    height: 50%;
  }
  
  .modal__close {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
  }
  
  .modal__close:after,
  .modal__close:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 1.5em;
    background: red;
    display: block;
    transform: rotate(45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0;
  }
  
  .modal__close:hover:after,
  .modal__close:hover:before {
    background: black;
  }
  
  .modal__close:before {
    transform: rotate(-45deg);
  }
  
  @media screen and (max-width: 768px) {
      
    .modal__inner {
      width: 90%;
      height: 90%;
      box-sizing: border-box;
    }
  }
  
  
  /*form data css*/

  input[type=text], input[type=password], input[type=number] {
    width: 50%;
    height: 50px;
    font-size: 25px;
    margin: 5px 0 22px 0;
    border: 5px solid;
    border-color: #0059aa;
    background: #000000cc;
    color: white;
  }

  @media screen and (max-width: 450px) {
      
    input[type=text], input[type=password], input[type=number] {
      width: 100%;
      height: 50px;
      font-size: 25px;
      margin: 5px 0 22px 0;
      border: 5px solid;
      border-color: #FC575E;
      background: #000000cc;
      color: white;
    }
    h1{
      width: 400px;
    }
  }
  

  input[type=radio] {
    margin-left: 150px;
    width: 3%;
    height: 23px;
  }

  @media screen and (max-width: 450px){
    input[type=radio] {
      margin-left: 100px;
      width: 16%;
      height: 23px;
    }
  }

  select {
    width: 51%;
    height: 50px;
    font-size: 15px;
    padding-left: 10px;
    font-weight: bold;
    margin: 5px 0 22px 0;
    border: 5px solid;
    border-color: #0059aa;
    background: #000000cc;
    color: white;
  }
  
  /*Placeholder fonts*/
  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-weight: bold;
    font-size: 15px;
    padding-left: 10px;
    opacity: 1; /* Firefox */
  }


  .box{
    padding: 100px;
  }
  @media screen and (max-width: 450px){
    .box{
      margin-top: 150px;
      padding: 0px;
    } 
  }

  .box1{
    margin-top: 300px;
    padding: 25px;
  }
  @media screen and (max-width: 450px){
    .box1{
      margin-top: 550px;
      padding: 0px;
    } 
    img{
      width: 100%;
    }
  }

  .box2{
    margin-top: 300px;
    padding: 25px;
  }
  @media screen and (max-width: 450px){
    .box2{
      margin-top: 550px;
      padding: 0px;
    } 
  }

  .box3{
    margin-top: 300px;
    padding: 25px;
  }
  @media screen and (max-width: 450px){
    .box3{
      margin-top: 550px;
      padding: 0px;
    } 
  }

  .box4{
    margin-top: 300px;
    padding: 25px;
  }

  @media screen and (max-width: 450px){
    .box4{
      margin-top: 550px;
      padding: 0px;
    } 
    .box4 h1{
      width: 300px;
    }
  }
  a{
    text-decoration: none;
    color: inherit;
  }

  .btn1{
    color: #f5da41;font-size: 25px;margin-left: 200px;border-radius: 20px;font-weight: bold;
            border: none;padding: 10px;background-color: #0059aa;
  }

  .btn1:hover{
    background: linear-gradient(#045DE9,#09C6F9);
  }
  
  @media screen and (max-width: 450px){
    .btn1{
      margin-left: 0px;
    } 
  }


  .txt{
    position: absolute;
    left: 7%;
    top:50%;
  }

  .logo{
    position: absolute;
    left: 50%;
    top:10%;
  }