*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.body-text{
    display: flex;
    font-family: 'Courier New', Courier, monospace;
    align-items: center;
    justify-content: center;
    /* margin-top: 200px; */
}
.blackbox_1{
    width: 100vw;
    height: 100vh;
    background-color: black;
    /* display: flex; */
    color: white;
}
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
}
.nav-links{
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 50%;
}
.nav-links li{
    list-style: none;
    color: white;

}
.home{
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 20px;
}
.nav-links a{
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
    /* font-weight: bold; */
    font-size: 18px;
    /* padding: 14px 16px; */
}
.heading{
    display: flex;
    position: absolute;
    padding-top: 100px;
    display: flex;
    width: 100vw;
    height: 80%;
}
.heading .left1{
    padding: 100px;
    padding-top: 1rem;
    line-height: 4rem;
}
.heading .left1 h1{
    font-size: 4em;
}
.heading .left1 h2{
    font-size: 3em;
    color: antiquewhite;
}
.heading .left1 p{
    font-size: 1.5em;
    line-height: 2rem;
}
.heading .left1 button{
    background-color: rgba(100, 100, 101, .8);
    font-size: 1.5em;
    border-radius: 10px;
    padding: 5px;
    color: white;
    cursor: pointer;
}
.heading .left1 button:hover{
background-color: aqua;
color: black;
transition: 1s ease-in-out;
}


.heading image2{
    right: 0;
    display: flex;
    width: 100vw;
    height: auto;
}

.white1{
    background-color: white;
    color: black;
    width: 100%;
    height: 1400px;
}
.white1div{
    background-color: white;
    color: black;
    width: 100%;
    height: 100vh;
}
.row1{
    display: grid;
}

.top1 {
    width: 1000px;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    line-height: 2rem;
    padding-left: 500px;
    padding-top: 8rem;
}
.top1 h3 h2{
    text-align: center;
    padding: 70px;
    font-size: 40px;
}
.top1 h3 {
    color: yellowgreen;
    font-weight: bold;
}
.top1 h2{
    text-align: center;
    font-size: 45px;
    line-height: 3rem;
    font-weight: 300;
    font-weight: bold;
}
.top2 {
    width: 1000px;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    line-height: 2rem;
    padding-left: 500px;
    padding-top: 1rem;
}
.top2 h3 h2{
    text-align: center;
    padding: 70px;
    font-size: 40px;
}
.top2 h3 {
    color: yellowgreen;
    font-weight: bold;
}
.top2 h2{
    text-align: center;
    font-size: 40px;
    line-height: 3rem;
    /* font-weight: 300; */
    font-weight: bold;
}

.form_control{
    margin-top: 30px;
    text-align: center;
    width: 450px;
    height: auto;
}
.form_control select{
    padding: 10px 20px;
    font-size: 20px;
    background-color: rgba(1, 1, 1, 0.2);

}



.grid{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    max-width: 1100px;
    margin: 50px auto;
}
.grid_item{
    margin: 20px;
    justify-content: center;
    text-align: center;
    align-items: center;

}
.card{
    max-width: 4300px;
    height: 150px;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.5);
    padding-top: 30px;
    justify-content: center;
    transition: 0.5s ease-in-out;

}
.card:hover{
    box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.8);
    transform: scale(1.5);
    transition: 0.5s ease-in-out;
    background-color: black;
    color: white;
}
.card_contain{
    font-size: 15px;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
}
.card_contain p{
padding-top: 10px;
}

.grid1{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    max-width: 1100px;
    margin: 50px auto;
}
.grid_item1{
    margin: 20px;
    justify-content: center;
    text-align: center;
    align-items: center;

}
.card1{
    max-width: 4300px;
    height: 150px;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.5);
    padding-top: 30px;
    justify-content: center;
    transition: 0.5s ease-in-out;

}
.card1:hover{
    box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.8);
    transform: scale(1.2);
    transition: 0.5s ease-in-out;
    background-color: black;
    color: white;
}
.card_contain{
    font-size: 15px;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
}
.center{
    margin-top: 7rem;
    display: flex;
    justify-content: space-between;
}
.center .left2{
    padding-left: 15rem;
    line-height: 2rem;
    width: 40%;
    height: auto;
}
.center .left2 h2{
    font-size: 40px;
    line-height: 3rem;
}
.center .right2{
    padding-top: 3rem;
    padding-right: 15rem;
    width: 50%;
    height: auto;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.5rem;
}

.grid2{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    max-width: 1100px;
    margin: 50px auto;

}
.grid_item2{
    margin: 20px;
    justify-content: center;
    text-align: center;
    align-items: center;

}
.card2{
    max-width: 4300px;
    height: 200px;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.5);
    padding-top: 30px;
    justify-content: center;
    transition: 0.5s ease-in-out;
    background-color: white;

}
.card2:hover{
    box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.8);
    transform: scale(1.04);
    transition: 0.5s ease-in-out;
}
.card_contain{
    font-size: 15px;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
}
.blackbox2{
    background-color: black;
    color: whitesmoke;
    width: 100%;
    height: auto;
    }
.blackboxtop {
    padding-top: 15rem;
    width: 60%;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    line-height: 2rem;
    padding-left: 500px;
}
.blackboxtop p h2{
    text-align: center;
    padding: 70px;
    font-size: 40px;
}
.blackboxtop p {
    color: yellowgreen;
    font-weight: bold;
}
.blackboxtop h2{
    text-align: center;
    font-size: 50px;
    line-height: 3rem;
    font-weight: bold;
}

.grid3{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    max-width: 1100px;
    margin: 50px auto;
    padding-bottom: 5rem;
}
.grid_item3{
    margin: 20px;
    justify-content: center;
    text-align: center;
    align-items: center;

}
.card3{
    max-width: 4300px;
    height: 250px;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.5);
    padding-top: 30px;
    justify-content: center;
    transition: 0.5s ease-in-out;
    background-color: grey;

}
.card3:hover{
    box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.8);
    transform: scale(1.04);
    transition: 0.5s ease-in-out;
}
.card_contain{
    font-size: 15px;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
}



.whiteboxbottom{
    display: flex;
width: 100%;
height: 30rem;
/* background-color: blue; */
}
.whiteboxbottom .leftinwhitebox{
    width: 50%;
    height: 100%;
    background-color: white;
    color: black;
    padding: 100px;
}
.whiteboxbottom .leftinwhitebox .big{
    padding-top: 1rem;
    font-size: 50px;
    padding-bottom: 1.5rem;
}
.whiteboxbottom .leftinwhitebox .small{
font-size: 20px;
}
.whiteboxbottom .rightinwhitebox{
    padding-top: 80px;
    padding-left: 100px;
}

.footerbottom{
    width: 100%;
    height: 10rem;
    background-color: black;
    display: flex;
    color: white;
    justify-content: space-around;
}

footer{
    padding-top: 1.5rem;
    width: 100%;
    height: 10rem;
    background-color: black;
    display: flex;
    color: white;
    justify-content: space-around;
}
footer .first ul{
    padding-top: 1rem;
    list-style: none;
}
footer .second ul{
    padding-top: 1rem;
    list-style: none;
}
footer .third ul{
    padding-top: 1rem;
    list-style: none;
}
footer .fourth ul{
    padding-top: 1rem;
    list-style: none;
}
footer .first .second .third .fourth h3{
    font-size: 2rem;
    font-weight: 200;
}

