*{
    font-family: math;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
  }


body{
    background: url('abcPay.png');
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section{
    display: flex;
    justify-content: center;
    align-items: center;
    height: -webkit-fill-available;
}
header{
    background: #000000ad;
    padding: 1%;
    display: flex;
   }
   header img{
       max-width: 20%;
       margin-left: 1%;
   }
   #blank{
       max-width: 66%;
       width: 60%;
   }
   #navbar{
       font-weight: 800;
       display:flex;
       align-items: center;
       justify-content: center;
       text-align: end;
   }
   header ul{
       display:flex;
       text-align: center;
       justify-content: center;
       text-align: end;
       list-style: none;
   }
   header ul li{
       display:flex;
       text-align: center;
       justify-content: center;
       padding: 0% 3%;
   }
   header ul li a{ 
       display:flex;
       text-align: center;
       justify-content: center;
       text-decoration: none;
       color: #e7ebef;
       font-size: 2vw;
   }

#one h1{
    font-size: 5vw;
    /* width: 10%; */
    left: 1%;
    /* z-index: 2; */
    color: #ad4447;
    padding: 5% 0% 0% 2%;
}
#one p{
    font-size: 6vw;
    /* width: 34%; */
    left: 2%;
    color: #227f9b;
    padding: 0% 2%;
}

#one button{
    font-size: 3.8vw;
    background-color: #3a718f;
    border: 0;
    width: 42%;
    border-radius: 5px;
    box-shadow: 2px 3px 4px 3px #0000006e;
    margin: 1%;
}
#one button a{
    text-decoration: none;
    color: white;
    padding: 1%;
}


#logo img{
    width: 10vw;
    margin: 1% 0% -12% 26%;
}

#oned{
    height: 2vw;
    background: linear-gradient(#19269e,#6f92f6);
    padding: 8%;
    border-radius: 50px;
    width: 44%;
    display: flex;
    justify-content: center;
    font-size: 3vw;
    color: white;
    align-items: center;
}
#oned p{
    margin-left: -4%;
}

#twod{
    height: 34vw;
    background: white;
    margin-left: -8%;
    width: 40%;
    padding: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#twod form{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

#twod form header{    
    font-size: 3vw;
    color: #2637ac;
    font-weight: 900;
}
#twod form h1:nth-child(1){
    font-size: 3vw;
}

#twod form input{
    font-size: 2vw;
    margin: 4%;
    padding: 3%;
}

#twod form button{
    font-size: 2vw;
    margin: 4%;
    padding: 4%;
    border-radius: 20px;
    border: 0px;
    background: linear-gradient(#19269e,#6f92f6);
    color: white;
}
/* CONTACT FORM*/
#ContactForm{
    background-color: #44696612;
    display: flex;
    padding: 2%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3% auto;
    width: 80%;
}

#formsubmit{
    background: linear-gradient(black,#3a718f);

    box-shadow: 2px 3px 4px 3px #0000006e; 
    color: white;
}
#formsubmit:hover{
    background: linear-gradient(#3a718f,black);
    font-size: 2vw;
}

#ContactForm h1{
    text-shadow: 2px 1px #00000040;
    font-size: 4vw;
    color: white;
}

#ContactForm form{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    margin: 2% auto;
}
#ContactForm form div{
    display: flex;
    left: -1px;
}

#ContactForm form div input{
    width: 20vw;
    height: 0;
}

#ContactForm form input{
    font-size: 2vw;
    padding: 8%;
    margin: 2%;
    border: 0px;
    border-radius: 12px;
    width: 40vw;
}
#ContactForm form input:hover{
    font-size: 2vw;
}
#ContactForm label{
    font-size: 3vw;
    color: #00a7ff;
    margin: 2%;
    margin-bottom: -2%;
}
#ContactForm select{
    border: 5px solid #00a7ff;
    border-radius: 12px;
    padding: 2%;
    width: 100%;
    font-size: 2vw;
}


#back button{
    padding: 1%;
    border-radius: 40vw;
    position: absolute;
    top: 4%;
    left: 2%;
    background: #0e3541;
    font-size: 2vw;
    border: 0px;
}

#back a{
    text-decoration: none;
    color: white;
}


/*Contact*/
#contact{
    background: linear-gradient(black,#227f9b);
    display: flex;
    padding: 1%;
    
}
#contact-text{
    text-align: left;
    width: 1000%;
    margin-top: 2%;
    
}

#locas{
    padding: 3% 2% 4% 3%;
    font-size: 1.5vw;  
}

#locas p{
    color: #d4d4d4;
    padding: 1%;
}
#contactp{
    max-width: 50%;
    width: 50%;
}
#contact-text h1{
    font-size: 3vw;
    color: white;
    border-bottom: 3px solid white;
}

#contactp a{
   text-decoration: none;
   color: white;
}

#whyus{
 max-width: 50%;
}
#whyus p{
    font-size: 1.5vw;
}

#locas{
    display: flex;
}




















@media only screen and (max-width: 1024px){

    header{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #blank {
        max-width: 0%;
        width: 0%; 
    }
    header ul li a {
        font-size: 4vw;
    }
    
    #logo img{
        width: 35vw;
        margin: 1% 0px -29% 29%;
    }

    section {
        display: flex;
        justify-content: center;
        align-items: center;
        height: -webkit-fill-available;
        flex-direction: column;
    }
    #oned {
        height: 33vw; 
        background: linear-gradient(#19269e, #6f92f6);
        padding: 8%;
        border-radius: 10px;
        width: 90%;
        display: flex;
        justify-content: center;
        font-size: 8vw;
        color: white;
        align-items: center;
        }

        #twod {
            height: 84vw;
            background: white;
            margin-left: 0;
            width: 86%;
            padding: 2%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        #twod form header {
            font-size: 8vw;
            color: #2637ac;
            font-weight: 900;
        }
        #twod form h1{
            font-size: 4vw;
        }
        #twod form h1:nth-child(1) {
            font-size: 8vw;
        }

        #twod form input {
            font-size: 5vw;
            margin: 4%;
            padding: 3%;
        }

        #twod form button {
            font-size: 5vw;
            margin: 4%;
            padding: 4%;
            border-radius: 20px;
            border: 0px;
            background: linear-gradient(#19269e, #6f92f6);
            color: white;
        }


        #aboutus{
            flex-direction: column;
            font-size: 4vw;
         }
         
         #aboutusimg img{
             width: 100%;
         }
         
         #why{
             flex-direction: column;
             font-size: 4vw;
          }
          #whytext {
             font-size: 4vw;
          }
          
          #whyimg img{
              width: 100%;
              height: auto;
          }
         
          #offer{
             flex-direction: column;
             font-size: 4vw;
          }
          
          #offertxt {
             font-size: 4vw;
          }
         
         .testimg img:hover {
             transform: scale(4.2);
             cursor: grabbing;
         }
         
         
          #ContactForm {
             align-items: normal;}
         #ContactForm form {
                 margin: initial;
                 align-items: normal;
             }
         
          #ContactForm h1 {
             font-size: 6vw;
         }
          #ContactForm form div{
             flex-direction: column;
         }
         #ContactForm form div input {
              width: 90%;
         }
         #ContactForm form input {
             width: 90%;
             height: 14vw;
             font-size: 4vw;
         }
         #ContactForm form input:hover {
             font-size: 6vw;
         }
         #ContactForm form button {
             padding: 2%;
             border-radius: 8px;
             font-size: large;
             display: flex;
             margin: auto;
         }
         
         #ContactForm {
             margin: 30% auto;
         }
         
         
         #back button{
             padding: 2%;
             top: 0;
             left: 0;
             font-size: 6vw;
         }
         
         #locas{
             flex-direction: column;
             padding: 1% 1% 30% 3%;
             font-size: 4.5vw;
         }
         #contact-text {
           width: 100%;
            margin-top: 2%;}
         
         #contact-text h1 {
             font-size: 8vw;
         }
         
         
         #contactp {
             max-width: 100%;
             width: 100%;
         }
         #whyus{
             max-width: 100%;
             margin-top: 16%;
         }
         #whyus p {
             font-size: 4.5vw;
         }
         
         #payment{
             display: flex;
             flex-direction: column;
             justify-content: center;
             align-items: center;
             margin: auto;
         }
         
         #payment img{
             max-width: 100%;
         }
         #payment button{
             font-size: 6vw;
             justify-content: center;
             align-items: center;
             width: 100%;
             height: 20vw;
         }
         
         #payment button a{
             text-decoration: none;
             color: white;
         }

    }
