body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
}

div.nav-two {
    display: none;
}

div.nav,
div.nav-two {
    background-color: black;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

div.nav div.container-one,
div.nav-two div.container-one {
    margin: 0px auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 5px;
}

div.nav div.container-one div.one img,
div.nav-two div.container-one div.one img {
    width: 70px;
}


div.nav div.container-one div.two {
    padding: 10px;
}

div.nav-two div.container-one div.two {
    color: white;
}

div.nav div.container-one div.two a {
    padding-left: 10px;
    text-decoration: none;
    color: white;
    font-size: 13px;
    border-radius: 10px;
    font-weight: 700;
}

div.nav div.container-one div.two a.a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background-color: #51E0CF;
    color: black;
    margin-left: 50px;
}

div.nav div.container-one div.two a.a img {
    width: 10px;
    height: 10px;
}

div.first-section {
    background-image: url('../assets/home.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

div.first-section div.container {
    width: 70%;
    margin: 0px auto;
}

div.first-section div.one {
    padding-top: 150px;
}


div.first-section div.one h1 {
    font-size: 50px;
    color: white;
}

div.first-section div.one h1.first {
    margin-top: 0px;
}

div.first-section div.one div.block {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    padding-top: 30px;
    color:  white;
}

div.second-section {
    background-image: url('../assets/home-one.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 100px;
}


div.second-section div.container {
    width: 70%;
    margin: 0px auto;
}

div.second-section h1 {
    font-size: 50px;
    color: white;

}

div.second-section p {
    width: 70%;
    margin: 0px auto;
    font-size: 15px;
    color: white;
}


div.third-section {
    background-image: url('../assets/home-two.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    padding-top: 200px;
    padding-bottom: 100px;
}


div.third-section div.container {
    width: 70%;
    margin: 0px auto;
}

div.third-section h1 {
    font-size: 50px;
    color: white;

}

div.third-section p {
    width: 70%;
    font-size: 15px;
    color: white;
}

div.third-section div.card {
    background-color: black;
    color: white;
    border-radius: 20px;
}

div.third-section div.card:hover {
    border: 1px solid #24D7F7;
}

div.third-section div.card img {
    width: 150px;
    padding-left: 40px;
}

div.third-section div.card h5 {
    font-size: 17px;
}

div.third-section div.card p {
    font-size: 13px;
}


div.fourth-section {
    background-image: url('../assets/home-three.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    padding-top: 200px;
    padding-bottom: 100px;
}

div.fourth-section div.container {
    width: 70%;
    margin: 0px auto;
}

div.fourth-section h1.good {
    margin-right: 20px;
    color: white;
}

div.fourth-section div.card {
    background-color: rgb(0, 0, 0, 0.5);
    color: white;
    border-bottom: 5px solid #24D7F7;
    margin-top: 20px;
    width: 10;
}

div.fourth-section div.card img {
    width: 50px;
    padding-left: 20px;
    padding-top: 10px;
}

div.fourth-section div.card h5 {
    font-size: 17px;
}

div.fourth-section div.card p {
    font-size: 13px;
}

div.fifth-section {
    background-image: url('../assets/dark.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 200px;
}


div.fifth-section div.container {
    width: 70%;
    margin: 0px auto;
}

div.fifth-section p.good-one {
    font-size: 70px;
    color: white;
}

div.fifth-section p.good-two {
    font-size: 30px;
    color: lightgray;
    opacity: 0.3;
}

div.fifth-section div.image {
    text-align: center;
    position: absolute;
    left: 45%;
    bottom: 20;
}

div.fifth-section div.text .one {
    width: 30%;
    margin-top: 30px;
    color: white;
}

div.fifth-section div.text .two {
    width: 30%;
    margin-left: 70%;
    margin-top: 110px;
    text-align: right;
    color: white;
}

div.fifth-section div.text .one span {
    padding: 10px;
    background-color: rgb(211, 211, 211, 0.4);
    border: 1px solid white;
    border-radius: 5px;
    font-size: 20px;
}

div.fifth-section div.text .two span {
    padding: 10px;
    background-color: rgb(81, 224, 207, 0.4);
    border: 1px solid white;
    border-radius: 5px;
    font-size: 20px;
}

div.fifth-section div.text .one p,
div.fifth-section div.text .two p {
    font-size: 20px;
    margin-top: 30px;
}

div.footer {
    background-color: black;
    padding-top: 100px;
}


div.footer div.container {
    width: 70%;
    margin: 0px auto;
}

div.footer div.container div.first {
    display: flex;
    justify-content: space-between;
}

div.footer div.container div.first div.one {
    
    width: 80%;
}


div.footer div.container div.first div.one h1 {
    font-size: 60px;
    color: white;
}

div.footer div.container div.first div.one p {
    color: rgb(255, 255, 255, 0.4);
    font-size: 15px;
    width: 80%;
}



div.footer div.container div.second {
    display: flex;
    justify-content: space-between;
}

div.footer div.container div.second div.one {
    width: 20%;
    
}

div.footer div.container div.second div.one img {
    width: 90px;
}

div.footer div.container div.second div.two {
    
    width: 70%;
    color: rgb(255, 255, 255, 0.5);
    font-size: 13px;
}

div.footer div.container div.second div.two p.good {
    color: white;
}

div.ooo {
    display: none;
}

div.oop {
    display: none;
}

div.footer div.container div.second div.one p.links {
    background-color: rgb(211, 211, 211, 0.1);
    border-radius: 20px;
    text-align: center;
    display: none;
}

div.footer div.container div.second div.one p.links img {
    width: 80px;
    padding: 15px;
}

div.footer-two {
    background-color: black;
}

div.footer-two div.container {
    width: 70%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

div.footer-two p.links {
    text-align: center;
    margin-bottom: 0px;
}

div.footer-two p.copy {
    margin-bottom: 0px;
    margin-top: 15px;
    font-size: 15px;
}

div.footer-two p.links img {
    width: 60px;
    padding: 15px;
}


/*  */

.hamburger {
    font-size: 1.5rem;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    margin-right: 1rem;
}

.sidebar {
position: fixed;
top: 0;
right: -100%; /* Hidden initially */
height: 100%;
width: 100%; /* Full-screen width */
background-color: rgba(0, 0, 0, 0.9); /* Darker overlay */
color: white;
overflow-y: auto;
transition: right 0.3s ease;
padding-top: 60px;
z-index: 2; /* Keep above other elements */
}

.sidebar ul {
list-style-type: none;
padding: 0;
}

.sidebar ul li {
padding: 15px;
text-align: left;
border-bottom: 1px solid lightgray;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.sidebar ul li a {
color: white;
text-decoration: none;
font-size: 0.7rem;
font-weight: 600;
}

.overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
z-index: 1;
transition: opacity 0.3s ease;
}

.overlay.show {
display: block;
opacity: 1;
}

.sidebar.show {
right: 0;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

p.aside-links {
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(211, 211, 211, 0.1);
    padding: 10px;
    border-radius: 10px;
    display: none;
}
  

/*  */
@media (max-width: 768px) {
    div.first-section div.container,
    div.second-section div.container,
    div.third-section div.container,
    div.fourth-section div.container,
    div.fifth-section div.container,
    div.footer div.container {
        width: 90%;
        margin: 0px auto;
    }

    div.second-section h1 {
        font-size: 40px;
        color: white;
    }

    div.fifth-section p.good-one {
        font-size: 50px;
        color: white;
    }

    div.fifth-section div.text .one p, div.fifth-section div.text .two p {
        font-size: 13px;
        margin-top: 30px;
    }

    div.fifth-section div.text .one {
        width: 30%;
        margin-top: 130px;
        color: white;
    }

    div.fifth-section div.text .two {
        margin-left: 70%;
    }

    div.fifth-section div.text .one span {
        font-size: 15px;
    }
    
    div.fifth-section div.text .two span {
        font-size: 15px;
    }

    div.fifth-section div.image {
        left: 40%;
    }

    div.oo {
        display: none;
    }

    div.op {
        display: none;
    }

    div.ooo {
        display: block;
    }

    div.oop {
        display: block;
    }

    div.footer div.container div.second {
        display: flex;
        flex-direction: column;
    }

    div.footer div.container div.second div.one {
        width: 100%;
    }

    
    div.footer div.container div.second div.two {
        width: 100%;
    }

    div.footer div.container div.second div.one p.links {
        display: block;
    }

    div.footer-two p.links {
        display: none;
    }
}

@media (max-width: 550px) {
    div.fifth-section div.image {
        left: 35%;
    }

    div.footer div.container div.first div.one h1 {
        font-size: 30px;
    }

    div.footer div.container div.first div.two img {
        width: 50px;
    }
    
    div.footer div.container div.first div.one p {
        font-size: 13px;
    }
}


@media (max-width: 506px) {
    div.nav-two {
        display: block;
    }

    div.nav {
        display: none;
    }
}

@media (max-width: 425px) {
    div.first-section div.container,
    div.second-section div.container,
    div.third-section div.container,
    div.fourth-section div.container,
    div.footer div.container {
        width: 100%;
        margin: 0px auto;
    }

    div.fifth-section div.image img {
        width: 120px;
    }

    div.fifth-section div.text .one {
        margin-top: 70px;
    }

    div.fifth-section div.text .two {
        margin-top: 30px;
    }

    div.fifth-section div.text .one p, 
    div.fifth-section div.text .two p {
        font-size: 12px;
    }

}

@media (max-width: 368px) {
    div.fifth-section div.image img {
        width: 100px;
    }

    div.fifth-section div.text .one {
        margin-top: 45px;
    }

    div.fifth-section div.text .two {
        margin-top: 10px;
    }

    div.fifth-section div.text .one span {
        font-size: 13px;
    }

    div.fifth-section div.text .two span {
        font-size: 13px;
    }

    div.footer div.container div.first div.one h1 {
        font-size: 20px;
    }

    div.footer div.container div.first div.two img {
        width: 40px;
    }
    
    div.footer div.container div.first div.one p {
        font-size: 12px;
    }

    div.footer div.container div.second div.one p.links img {
        width: 70px;
    }

    div.footer-two p.copy {
        font-size: 10px;
    }
    
    

}