#scrollToTopBtn {
    position: fixed;
    bottom: 120px;
    right: 20px;
    display: none;
    background-color: #40e0d0;
    color: black;
    border: none;
    border-radius: 50%;
    padding: 8px 17px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#scrollToTopBtn:hover {
    background-color: #0056b3;
}
.nav-links a {
    color: turquoise;
    font-size: 13px !important;
    text-decoration: none;
    height: 20px;
    margin-top: -8px;
    margin-left: 10px;
}
.about-contant-flex strong {
    color: #09edd6;
}
/* .about-contant-flex li {
    list-style-type: disclosure-open;
} */
section.content p,
section.content ul {
    font-size: 15px !important;
}
section.content h1 {
    font-size: 19px !important;
    text-align: left;
    color: turquoise;
    margin-top: 20px;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin-bottom: 10px;
    padding-left: 11px;
}
.first {
    padding: 6px;
    width: 30%;
    height: 38vh;
    background-color: rgb(8 11 15);
    border-radius: 14px;
}
.second {
    padding: 6px;
    margin: 6px;
    width: 30%;
    height: 65vh;
    border-radius: 14px;
    background-color: rgb(8 11 15);
}
.about-contant-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.content ul {
    list-style: none !important;
    padding-left: 20px;
    text-align: left;
    margin: 20px auto;
    display: inline-block;
    font-size: 14px !important;
}
.contact-mail{
    color: #09edd6;
    text-decoration: none;
}
@media(max-width:768px) {
    
    .first {
        margin: 3px;
        padding: 11px;
        width: 100%;
        height: auto;
        background-color: rgb(8 11 15);
        border-radius: 14px;
    }
    .second {
        padding: 6px;
        width: 100%;
        height: auto;
        border-radius: 14px;
        background-color: rgb(8 11 15);
    }
    section.content p,
    section.content ul {
        font-size: 11px !important;
    }
    .about-contant-flex {
        display: block !important;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
    .about-contant-flex {
        display: block;
        width: 100%;
    }
    .first {
        padding: 6px;
        width: 100%;
        height: auto;
        background-color: rgb(8 11 15);
        border-radius: 14px;
        margin: 2px;
    }
    .second {
        padding: 6px;
        margin: 2px;
        width: 100%;
        height: auto;
        background-color: rgb(8 11 15);
        border-radius: 14px;
    }
}

/* Maam LapTop Media Query Start */
@media(max-width:1880px) and (min-width:1517px){
    section.content p, section.content ul {
        font-size: 16px !important;
    }
}

@media(max-width:1800px) and (min-width:1600px){
    section.content p, section.content ul {
        font-size: 19px !important;
    }
    
}

/* Maam LapTop Media Query End */

@media (min-width: 1900px){
    section.content h1{
        font-size: 26px !important;
    }
    section.content p, section.content ul {
        font-size: 24px !important;
    }
}