* {
    padding: 0px;
    margin: 0px;
    outline: none;
    border: none;
    box-sizing: border-box;
        list-style-type: none;
    text-decoration: none;
    position: relative;
  
 }
 :root {
-blue: #007bff;
-light-blue: #d1e3ff;
-orange: #ff8a1d;
-dark-blue: #0a0f43;
 }
body {
    max-width: 100sv;

    height: 100svh;
    max-height: 100sv
}   

header {
    
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(13, 97, 223, 0.342);
    box-shadow: 0px 0px 20px rgba(36, 71, 117, 0.596);

}

h1 {
    

    font-size: 1.2222222;
}
nav ul {
    display: flex;

    gap: 16px;
}

nav ul li a {
    color: rgb(252, 252, 252);
}
nav ul li a:hover {
 background-color: #007bff;
 box-shadow: 0px 0px 20px #007bff;
}

.cs4 {
    padding-top: 1%;
    background-color:#007bff1a ;

    display: flex;
    justify-content:    center;
    align-items: center;
    gap: 34px;
    flex-wrap:  wrap;
    font-size: large;
}

.cs5 {
    width: 33%;
    justify-content: center;
}

.cs5 h2 {
    color: #233eb4;
    font-size: 2rem;
    
}

.cs5 p {
    margin-bottom: 22px;
    color: #000000;
}

.cs5 button {
    background-color: orange ; 
    border: 1px solid orange;
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding: 12px 40px;
    border-radius: 2px;
  
}
.cs4 img {
    width: 43%;
    padding: 1px;
}

.cs6 {
    min-height: 34%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 34px;
    flex-wrap: wrap;   
    top: -13%;
}

.cs7 {
    height: 230px;
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    background-color: rgb(250, 250, 250);
    box-shadow: 0px 0px 7px rgb(168, 126, 126);
    transition: 2s;
  
}
.cs7:hover,.cs13:hover {
    background-color: rgb(255, 170, 0);
    color: white;
}

.cs7 i {
    font-size: 19px;
}

.cs8 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 22px;
    width: 82%;
    margin: 0 auto 2px;
    font-size: 1px 0px 20px;
    top: -150px;
    background-color: #b5c0f09f;
    box-shadow: #007bff;
}

.cs8 img {
    width: 50%
}

.cs8 div h2 {
    margin-bottom: 20px;
    font-size: 2rem;
}

.cs8 div p {
    margin-bottom: 30px;
    color: #161414;
}

.cs8 div button,
.cs17 {
  
    color: rgb(0, 0, 0);
    background-color: #007bff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 35px;
   
  }

  .cs9 {
    background-color:rgb(57, 121, 177)23, 192;
    box-shadow: hsla(211, 54%, 65%, 0.945);    
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.cs9 img {
    width: 40%;
    height: 70%;
}

.cs9 .cs10 h2 {
    margin-bottom: 50px;
    font-size: 2rem;
}
.cs11 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 33px;
    flex-wrap: wrap;
    padding: 40px 10px;
    min-height: 80svh;
    box-shadow: #007bff;
    background-color: #bfdeff59;
}

.cs11 button {
    background-color:rgb(0, 107, 139);
    border: 1px solid rgb(36, 45, 53);
    box-shadow: #007bff;
    color: white;
    font-weight: bold;
    padding: 12px 40px;
    border-radius: 2px;
}
.cs11 button:hover,
.cs17:hover {
    background-color: cadetblue;
    color: (cadetblue);
}

.cs12 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px;
}

.cs13 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    box-shadow: 0px 0px 7px rgb(150, 150, 150);
    padding: 40px 15px;
    max-width: 350px;
    transition: 2s;
    
}

.cs13 i {
    font-size: 50px;
}

.cs13 p {
    text-align: center;
    color: #3d3d3d;
}

.cs13:hover p {
    color: rgb(0, 0, 0);
}

.cs14 {
    display: flex;
    flex-direction: column;
    background-color: #77c4e25e;
    box-shadow: #445669;
    gap: 20px;
    min-height: 80svh;
    padding: 10px 10px 40px 10px;
}

.cs14 h2 {
    padding-left: 25px;
}
.cs15 {
    width: 100%;
    box-shadow: #007bff;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.cs15 form {
    width: 40%;

}

.cs15 form input {
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    display: block;
    box-shadow: 0px 0px 7px #ccc;
    text-transform: capitalize;

}

.cs16 {
    height: 10svh;
}
.cs17 {
    width: 100px;
    border-radius: 0px;
}

iframe {
    width: 50%;
    height: 400px;
    box-shadow: 0px 0px 10px #ccc;
}

footer {
    background-color: #00000080;
    color: white;
    padding: 20px;
    text-align: center;

}


@media (max-width:1250px) {
    .cs6 {
        top: 0px;
    }

    .cs8 {
        top: 0px;
    }
}

.cs18{
    display:flex;
}

@media (max-width:770px) {
    nav ul {
        flex-direction: column;
        position: absolute;
        gap: 10px;
        right: 10px;
        top: 10px;
        padding: 10px 30px;
        width: 150px;
        display: none;
    }

    .cs3 {
        display: block;
    }

    .cs4 img {
        height: 30%;
        width: 90%;
    }

    .cs5 {
        padding-top: 10px;
        width: 70%;
    }

    .cs6 {
        flex-direction: column;
    }

    .cs7 {
        width: 80%;
    }

    .cs8 {
        flex-direction: column;
        width: 100%;
    }

    .cs8 div {
        width: 80%;
    }

    .cs8 img {
        width: 80%;
    }

    .cs9 {
        height: 90svh;
    }

    .cs9 img {
        display: none;
    }

    .cs15 {
        align-items: center;
        flex-direction: column;
    }
}