*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body{
    background-image: url("background1.jpeg");
    width: 100%;
    min-height: 100vh;
    max-height: 100Vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

 .back{
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} 

/* nav{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2685e4;

} */

nav .logo{
    width: 180px;
    cursor: pointer;
    padding: 10px;
    margin-top: 5px;
    margin-left: 5px;
}

nav {
    flex: 1;
    font-family: 'Times New Roman', Times, serif;
}

nav ul.main {
    display: flex;
    justify-content: center; 
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 250px; 
    width: 70%;
    margin-left: 17%;
    margin-bottom: 70px;
    margin-top: -125px;


}

nav ul.main a {
    text-decoration: none;
    font-size: 30px;
    color: rgb(255, 255, 255);
}

.buttons {
    padding: 15px 25px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: transparent;
    border: none;
    border-radius: 15px;
}
  
  .buttons:hover {
    background-color: #93fdfdc4;
    transition: ease-in 0.3s;

}
  
  .buttons:active {
    background-color: #01fff2b7;
    box-shadow: 0 2px #666;
    transform: translateY(4px);
}

.row{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 90%;
}

.col{
    position: relative;
    width: 100%;
    margin-right: 710px;
    margin-left: -70px;
    padding-right: 190px;

}

.backImg{
    width: 100%;
    margin-top: 10px;
}

.col h1{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 150px;
    font-size: 65px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    margin-left: 13%;
}
hr{
color:1px white;
width: 100%;
margin-top: -100px;
}

.zada4a{
width: 27%;

margin-left: 90px;
text-align: center;
}

.zada4ap{
    color: white;
    font-style: oblique;
    margin-left: 170px;
    font-size: 20px;
    padding-top: 10px;
}

i{
    color: white;
}

.containerfooter3{
    width: 1%;
    margin-top: -70px;
    margin-left: 91%;
    color: white;
}

.imgfooter3{
    font-size: 35px;
    
}

.imgfooter3:hover{
    font-size: 37px;
}

.containerfooter4{
    margin-left: 94%;
    width: 1%;
    margin-top: -40px;
    color: white;
}

.imgfooter4{
    font-size: 35px;
}

.imgfooter4:hover{
    font-size: 37px;
}

.containerfooter5{
    width: 1%;
    margin-top: -40px;
    margin-left: 97%;
    color: white;
}

.imgfooter5{
    font-size: 35px;
}

.imgfooter5:hover{
    font-size: 37px;
}

footer{
    border-top: 1px solid white;
    color: white;
    width: 100%;
    margin-top: 144px;
    text-align: center;
    }

.footergap{
padding-top: 5px;
}

.tableform{
padding-left: 260px;
margin-top: 35px;
margin-right: 30px;
text-align: center;
color: white;
font-style: normal;
font-size: 21px;
}

h1{
    color: white;
    font-display: center;
    padding-left: 330px;
    margin-top: 100px;
}

.tikche{
    margin-top: 30px;
    border: 1px solid white;
    color: white;
    font-size: 15px;
}

.checktext{
    border: 1px solid white;
    color: white;
}

.button1{
    padding: 10px 20px;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    border-radius: 10px;
}

.button1:hover {
    background-color: #93fdfdc4;
    border-color: #93fdfdc4;
    transition: ease-in 0.3s;

}
  
  .button1:active {
    background-color: #01fff2b7;
    border-color: #93fdfdc4;
    box-shadow: 0 2px #666;
    transform: translateY(4px);
}


.button2{
    padding: 15px 25px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: transparent;
    border: none;
}

.button2:hover {
    background-color: transparent;
    transition: ease-in 0.3s;

}
  
  .button2:active {
    background-color: transparent;
    box-shadow: 0 2px #666;
    transform: translateY(4px);
}

.text1{
    font-size: 17px;
}

.buttons1{
    width: 25%;
    margin-top: 15px;
    margin-left: 14%;
}

a{
    color: white;
    text-decoration: none;
}