
*{
    font-family: math;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
  }

body{
    background: url("../media/bb.jpg");
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1{
    margin: 2%;
    font-size: 4vw;
}

h2{
    margin-top: 2%;
    font-size: 1.8vw;
}

h4{
    margin: 1.5% 0%;
    font-size: 1.2vw;
    color: #3cbbde;
}

form {
    max-width: 400px;
    margin: 0% 2%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #f9f9f9;
}
label {
    font-weight: bold;
}
input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}
button {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    color: white;
    background: linear-gradient(#5dcdea, #0f495b);
    cursor: pointer;
}
button:hover {
    background: #0f495b;
}

#form_div{
    width: 80%;
    display: flex;
    margin: 4% 0%;
    justify-content: center;
}


#paymentForm img{
width: 8vw;
    margin: auto;
    display: flex;
}

#back button{
    padding: 1%;
    border-radius: 40vw;
    position: absolute;
    top: 4%;
    left: 2%;
    background: linear-gradient(#5dcdea, #0f495b);
    font-size: 2vw;
    border: 0px;
}

#back a{
    text-decoration: none;
    color: white;
}
#fst 
{
    display: flex;
    flex-direction: column;
    margin: 2%;
    justify-content: center;
    align-items: center;
}

#fst h1{
    font-size: 4vw;
}
#fst h2{
        font-size: 2vw;
    max-width: 66%;
    color: #5dcdea;
}

#Snd{
    margin: 0% 2%;
}
#Snd h3{
    font-size:1.35vw;
    display: flex;
    justify-content: center;
}
#Trd{
    display: flex;
    justify-content: center;
}

#Trd-std{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: grey;
    color: white;
    width: 30%;
    height: 30vw;
    margin: 2%;
}

#Trd-std h1{
    font-size: 3vw;
}

#Trd-std h2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    font-size: 6vw;
    padding-bottom: 2%;
    border-bottom: 2px solid white;
}

#Trd-std button{
    margin: 4%;
    padding: 2%;
    font-size: 3vw;
}

#qr{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#qr img{
    margin-top: 5%;
    width: 25vw;
}
#qr button{
    color: white;
    font-size: 2vw;
    padding: 1vw;
    width: 24vw;
    background: linear-gradient(#5dcdea, #0f495b);
}

/* 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*/
#contacts{
    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) {

    h1 {
        margin: 2%;
        font-size: 5.5vw;
    }

    h2 {
        margin-top: 2%;
        font-size: 4.8vw;
        width: 80%;
    }

    h4 {
        margin: 1.5% 0%;
        font-size: 3.5vw;
        color: #3cbbde;
    }
    #form_div {
        flex-direction: column;
    }

    #form_div_txt p{
        font-size: 3vw;
    }

    form {
        max-width: 400px;
        margin: 4% 2%;}

    #back button {
        position: inherit;
        margin-top: 3%;
        padding: 2%;
        font-size: 6vw;
    }
    #paymentForm img {
        width: 44vw;
        margin: auto;
        display: flex;
    }
    
    #fst h1 {
        font-size: 12vw;
        margin: 4%;
    }

    #fst h2 {
        margin: 0% 4%;
        font-size: 7vw;
        color: #5dcdea;
    }
    #Snd h3 {
        display: flex;
        justify-content: center;
        margin: 4%;
        font-size: 4vw;
    }
    
    #Trd {
        flex-direction: column;
        display: flex;
        justify-content: center;
    }
    #Trd-std {
        width: 95%;
        height: 66vw;
    }

    #Trd-std h1 {
        font-size: 14vw;
    }
    #Trd-std h2 {
        font-size: 18vw;}

        #Trd-std button {
            margin: 4%;
            padding: 2%;
            font-size: 10vw;}

            #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 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;
             }

            
}