html, body {
    margin: 0;
    padding: 0;
    font-family: "Inter";
    background-color: whitesmoke;
    
}

.nav-section,
.main-btn {
    cursor: pointer;
 }

.nav-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

ul {
    display: flex;
    flex-direction: row;
    gap: 30px;
    list-style: none;
    margin: 0 50px;
    padding: 0;
    align-items: center;
}

.nav-btn-acc {
    text-decoration: none;
    padding: 10px 30px;
    background-color: red;
    color: white;
    border-radius: 10px;
    display: inline-block;
    margin: 0 4px;
    
}

.menu-list-gen {
    background-color: whitesmoke;
    padding: 5px 10px;
    border-radius: 5px;
}


.menu-list-gen:hover {
    color: white;
    background-color: grey;
    padding: 5px 10px;
    border-radius: 5px;
}

.hero {
    background-color: wheat;
    margin: 0 50px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.hero-txt {
    padding-top: 50px;
}

h1 {
    font-size: 60px;
    padding: 0;
}

.break {
    display: block;
}

.main-btn {
    margin: 30px;
    padding: 15px 35px;
    color: white;
    background-color: black;
    border-radius: 5px;
    border: none;
    font-size: larger;
}

.main-btn:hover,
.main-btn:active {
    background-color: rgb(46, 222, 46);
}

.login {
    font-family: 'Tahoma', Geneva, Verdana, sans-serif;
    margin-bottom: 50px;
}

.hero-img {
    margin-bottom: -20px;
    
}

.body-1 {
    margin-top: 200px;
    text-align: center;
}

h2 {
    font-size: xxx-large;
}
 h3 {
    font-size: larger;
    font-family: 'Times New Roman', Times, serif;
 }

.standalone-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    
}

.standalone {
    background-color: white;
    width: 300px;
    height: 300px;
    box-sizing: border-box;
    padding: 20px 20px;
    border-radius: 15px;
    margin: 15px;
    
}

.standalone:hover,
.standalone:active {
    border: 1px solid black;
    box-shadow: 1px 1px 1px black;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    margin: 10px;
}
.standalone p {
    margin: 10px;
}

.scroll-img {
    width: 70px;
    height: 70px;
    margin-top: 15px;

}

.back-img {
    width: 40px;
    height: 40px;
    margin-top: 15px;
    margin-left: 200px;
    cursor: pointer;

}

.back-img:hover,
.back-img:active {
    margin-top: 12px;
    margin-left: 202px;
}

.end-txt {
    color: red;
    

}

h5 {
    font-size: 50px;
    margin: 0;
}

.end-img p {
    font-size: large;
    margin: 10px 0px 40px 0px;
    color: white;
}

.end-img button {
    padding: 20px 60px;
    border: none;
    color: black;
    border-radius: 5px;
    background-color: rgb(36, 232, 36);
    font-size: x-large;
    font-family: 'Times New Roman', Times, serif;
}

.end-img button:hover,
.end-img button:active {
    background-color: rgb(5, 160, 5);
    color: white;
}


.end-img {
   background-image: url('https://images.unsplash.com/photo-1497032628192-86f99bcd76bc?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    height: 500px;

    width: 100%;
    position: relative;
    
    image-rendering: -webkit-optimize-contrast;
    image-rendering: high-quality;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    margin: 70px 0px 0px 0px;
}


footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 50px 20px 50px;
    margin-top: 0px;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-col {
    flex: 1;
    min-width: 200px;
}

.footer-col h4 {
    color: #00a82d; 
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-col ul {
    display: block; 
    margin: 0;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #cccccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #ffffff;
}

.footer-logo {
    width: 150px;
    margin-bottom: 20px;
}

.footer-bottom {
    text-align: center;
    margin-top: 50px;
    color: #666666;
    font-size: 14px;
}

.footer-bottom hr {
    border: 0;
    border-top: 1px solid #333;
    margin-bottom: 20px;
}








