@font-face {
    font-family: Nunito;
    src: url(../font/Nunito-Regular.ttf);
    src: url(../font/Nunito-Regular.ttf) format('ttf'), url(../font/Nunito-Regular.ttf) format('truetype')
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #324767;
}

::-webkit-scrollbar-thumb:hover {
    background: #324767;
}

:root {
    --bg-color: #151f2d;
    --second-bg-color: #22282f;
    --main-color: #775ae2;
    --other-color: #ffffff;
    --h1-font: 4.5rem;
    --h2-font: 2.9rem;
    --p-font: 1rem;
    --apple-font: Poppins, sans-serif
}

body {
    color: var(--other-color) !important;
    background: var(--bg-color) !important;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 16%;
    background: transparent;
    transition: all .50s ease;
}

.logo {
    font-size: 36px;
    color: var(--other-color);
    font-weight: bold;
    cursor: default;
    font-family: var(--apple-font);
    text-decoration: none !important;
}

span {
    color: var(--main-color);
    font-family: var(--apple-font);
    font-weight: bold;
}

.navlist {
    display: flex;
}

.navlist a {
    font-size: var(--p-font);
    font-weight: 500;
    color: var(--other-color);
    margin-left: 40px;
    text-decoration: none !important;
    transition: all .50s ease;
}

.navlist a:hover {
    color: var(--main-color);
    text-shadow: 3px 3px 20px var(--main-color), -2px 1px 30px var(--other-color);
}

#menu-icon {
    font-size: 35px;
    z-index: 10001;
    cursor: pointer;
    display: none;
}

.main-btn {
    position: absolute;
    gap: 2px;
    height: 10px;
}

.h-btn {
    display: inline-block;
    padding: 11px 26px;
    background: transparent;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    transition: all .50s ease;
}

.h-btn:hover {
    background: var(--main-color);
    color: var(--bg-color);
    box-shadow: 0 0 20px var(--main-color);
    transform: scale(1.1);
}

section {
    padding: 110px 16% 90px;
}

.hero {
    height: 100vh;
    width: 100%;
    background-position: top right;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main-content h4 {

    font-size: 1.6rem;
}

.main-content h1 {
    font-size: var(--h1-font);
    font-weight: bold;
    margin: 0px 0px 20px;
    line-height: 1.2;
    font-family: var(--apple-font);
    color: var(--main-color);
}


.main-content p {
    font-size: var(--p-font);
    font-weight: 400;
    width: 620px;
    max-width: 100%;
    color: var(--other-color);
    line-height: 30px;
    margin-bottom: 15px;

}

.top-btnn {
    user-select: none;
}

.nav-btn {
    display: inline-block;
    padding: 5px 11px;
    background: transparent;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    transition: all .50s ease;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    ;
}

.nav-btn:hover {
    background: var(--main-color);
    color: var(--bg-color);
    box-shadow: 0 0 20px var(--main-color);
    transform: scale(1.1);
}

.nav-btn2 {
    display: inline-block;
    padding: 5px 11px;
    background: var(--main-color);
    color: var(--bg-color);
    border: 2px solid var(--main-color);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    transition: all .50s ease;
    margin-bottom: 15px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    ;
}

.nav-btn2:hover {
    background: transparent;
    color: var(--main-color);
    box-shadow: 0 0 20px var(--main-color);
    transform: scale(1.1);
}

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    background: #151f2d;
    border-radius: .35rem !important;
    line-height: 46px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    border: 1px solid rgba(120, 119, 119, 0.247);
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.scroll-to-top:hover {
    background: rgba(130, 130, 130, 0.277);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.scroll-to-top i {
    font-weight: 800;
    color: var(--other-color);
}

.scroll-to-top.show {
    display: block;
}


.social {
    margin-bottom: 40px;
}

.social-icons {

    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--main-color);
    border-radius: 50%;
    backdrop-filter: brightness(88%);
    font-size: 25px;
    margin-left: 20px;
    box-shadow: 0 0 20px transparent;
    cursor: pointer;
    transition: all .50s ease;

}

.mail-icon {
    color: #007bff !important;
}

.telegram-icon {
    color: #0088cc !important;
}

.whatsapp-icon {
    color: #25D366 !important;
}

.youtube-icon {
    color: #FF0000 !important;
}

.linkedin-icon {
    color: #0A66C2 !important;
}

.facebook-icon {
    color: #1877F2 !important;
}

.twitter-icon {
    color: #1DA1F2 !important;
}

.github-icon {
    color: #FFFFFF !important;
}

.insta-icon {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.telegram-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #0088cc;
}

.mail-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #007bff;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #25D366;
}

.youtube-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #FF0000;
}

.linkedin-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #0A66C2;
}

.facebook-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #1877F2;
}

.twitter-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #1DA1F2;
}

.insta-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #E1306C;
    background: linear-gradient(45deg, #bc1888, #cc2366, #dc2743, #e6683c, #f09433);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.github-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #FFFFFF;
}

.about-img .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Align items to start */
    margin-bottom: 20px;
    margin-left: 40px;
    /* Adjust this to start from the blue line */
}


.info-row {
    margin-bottom: 10px;
    margin-top: -230px;
    margin-left: -100px;
    margin-right: 100px;
}

.info-item {
    text-align: center;
    margin: -130px 20px;
    /* Adjust margins to ensure spacing between items */
}

.info-number {
    font-size: 3.8rem;
    color: var(--main-color);
    /* Adjust this color to match your design */
    font-weight: 600;
    font-family: Poppins, sans-serif;
    padding-top: 110px;
    margin-top: 130px;
}

.info-label {
    font-size: 16px;
    color: var(--other-color);
    /* Adjust this color to match your design */
    font-family: var(--apple-font);
}

.margin-left-200px {
    margin-left: -200px;
}

ol,
ul {
    padding-left: 0 !important;
}

a {
    text-decoration: none !important;
}

.about-img .info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Two columns */
    gap: 10px;
    /* Gap between grid items */
    margin-bottom: 20px;
    margin-left: 50px;
    /* Adjust this to start from the blue line */
}

.info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.api-topic {
    margin-left: -250px;
}

.about-api {
    font-size: 19px;
    line-height: 1.75rem;
    font-weight: 400;
    font-family: var(--apple-font);
    margin-left: -250px;
    margin-bottom: -30px;
    letter-spacing: 0.5px;
}


.tabs-container-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs-container {
    border: none;
    outline: none;
    box-shadow: 0 0 5px var(--main-color);
    background: #151f2d;
    color: var(--other-color);
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    width: 850px;
}

.tabs-wrapper {
    overflow-x: auto;
    /* Enables horizontal scrolling */
    overflow-y: hidden;
    /* Prevents vertical scrolling */
    white-space: nowrap;
    border-bottom: 1px solid rgba(130, 130, 130, 0.277);
}

.tabs-wrapper::-webkit-scrollbar {
    height: 5px;
}

.tabs-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.tabs-wrapper::-webkit-scrollbar-thumb {
    background: #324767;
}

.tabs-wrapper::-webkit-scrollbar-thumb:hover {
    background: #324767;
}


.tabs {
    display: inline-flex;
    /* Keeps tabs inline */
    width: fit-content;
    margin-bottom: -1px;
}

.tab {
    padding: 10px 30px;
    cursor: pointer;
    white-space: nowrap;
    font-style: italic;
}

.tab:hover {
    color: var(--main-color)
}

.tab.active {
    border-bottom: 3px solid var(--main-color);
    font-style: italic;
    color: var(--main-color)
}

.tabpanel {
    display: none;
    text-align: left;
    padding: 15px;
    font-style: italic;
    overflow-y: auto;
    overflow-x: auto;
    height: 350px;
    font-size: 18px;
}

.tabpanel.active {
    display: block;
}


.social {
    user-select: none;
}

.social i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--main-color);
    border-radius: 50%;
    backdrop-filter: brightness(88%);
    font-size: 25px;
    margin-right: 17px;
    box-shadow: 0 0 20px transparent;
    cursor: pointer;
    transition: all .50s ease;
}

.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 62%;
    transform: translate(-50%, -50%);
    background-color: rgb(231, 231, 231);
    border: 1px solid #888;
    border-radius: 5px;
    font-family: var(--apple-font);
    padding: 25px;
    width: 250px;
    height: 120px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}


.popup-content {
    text-align: center;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: red;
}

/* Notification Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}

/* Notification Container */
#notification-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.notification-center {
    position: fixed;
    top: 20px;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    z-index: 9999;
    pointer-events: none;
}

.notification {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    margin-bottom: 8px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: white;
    max-width: 400px;
    pointer-events: auto;
    animation: fadeIn 0.3s ease-out;
}

.notification svg {
    width: 22px !important;
    height: 22px !important;
    margin-right: 12px;
}

.fa-shake,
.fa-spin {
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
    animation-name: fa-spin;
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
    --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
    animation-name: fa-spin;
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {

    .fa-beat,
    .fa-beat-fade,
    .fa-bounce,
    .fa-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.btn {
    display: inline-block !important;
    padding: 11px 26px !important;
    background: var(--main-color) !important;
    color: var(--bg-color) !important;
    border: 2px solid var(--main-color) !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    margin-left: 5px !important;
    transition: all 0.50s ease !important;
    margin-bottom: 15px !important;
    user-select: none !important;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
}

.btn:hover {
    background: transparent !important;
    color: var(--main-color) !important;
    box-shadow: 0 0 20px var(--main-color) !important;
    transform: scale(1.1) !important;
}

.btn1 {
    display: inline-block;
    padding: 11px 30px;
    background: var(--main-color);
    color: var(--bg-color);
    border: 2px solid var(--main-color);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    transition: all .50s ease;
    margin-bottom: 15px;
}

.btn1:hover {
    background: transparent;
    color: var(--main-color);
    box-shadow: 0 0 20px var(--main-color);
}

.btn2 {
    background: transparent !important;
    color: var(--main-color) !important;
    border: 2px solid var(--main-color);
    margin-left: 15px;
    transition: all .50s ease;
}

.btn2:hover {
    background: var(--main-color) !important;
    color: var(--bg-color) !important;
}

header.sticky {
    background: var(--bg-color);
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .2);
    padding: 16px 16%;
}

.about {
    background: var(--bg-color);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 1rem;
}

.about-img img {
    width: 100%;
    height: 530px;
    max-width: 530px;
    border-radius: 50%;
    object-fit: cover;
    border: 7px solid var(--main-color);
    box-shadow: 0 0 20px var(--main-color);
}

.about-text h2 {
    font-size: var(--h2-font);
    line-height: 1.3;
    margin-bottom: 20px;
}

.exp-area {
    margin-bottom: 50px;
}

.exp-area p {
    color: var(--other-color);
}

.exp-area p span {
    color: var(--other-color);
    font-size: var(--p-font);
    font-weight: 400;
}

.center-text {
    text-align: center;
}

.center-text h2 {
    font-size: var(--h2-font);
}

.services-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, auto));
    align-items: center;
    gap: 2.3rem;
    margin-top: 4.2rem;
}

.box {
    padding: 80px 40px 66px;
    background: #2d343f;
    border-radius: 28px;
    border: 1px solid transparent;
    box-shadow: 0 0 5px var(--main-color);
    transition: all .50s ease;
    cursor: pointer;
}

.box img {
    margin-bottom: 20px;
}

.box h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.box p {
    font-size: var(--p-font);
    font-weight: 400;
    color: var(--other-color);
    line-height: 30px;
    margin-bottom: 20px;
}

.box a {
    display: inline-block;
    font-size: 22px;
    line-height: 1.273em;
    font-weight: 700;
    padding: 7px 0;
    color: var(--other-color);
    border-bottom: 2px solid #5d6c83;
    transition: all .50s ease;
}

.box i {
    vertical-align: middle;
    font-size: 25px;
    color: var(--main-color);
    margin-left: 5px;
}

.box a:hover {
    border-bottom: 2px solid var(--main-color);
}

.box:hover {
    border: 1px solid var(--main-color);
    transform: translateY(-5px) scale(1.03);
}

.portfolio {
    background: var(--second-bg-color);
}

.Portfolio-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, auto));
    align-items: center;
    gap: 2.3rem;
    margin-top: 4.2rem;
}

.row img {
    height: auto;
    width: 100%;
    border-radius: 28px;
    margin-bottom: 1.4rem;
}

.row {
    /* background: #2d343f;
    border-radius: 28px;
    border: 1px solid transparent;
    box-shadow: 0 0 5px var(--main-color);
    padding: 20px;
    transition: all .50s ease; */
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

.main-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .5rem;
}

.row h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--other-color);
}

.row h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
}

.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

/* .row:hover {
    border: 1px solid var(--main-color);
    transform: translateY(-5px) scale(1.03);
    cursor: pointer;
} */
.contact {
    user-select: none;
}

.contact-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4.2rem;
}

.contact-form form {
    position: relative;
    width: 600px;
}

form input,
form textarea {
    width: 100%;
    padding: 20px;
    border: none;
    outline: none;
    box-shadow: 0 0 5px var(--main-color);
    background: #151f2d;
    color: var(--other-color);
    margin-bottom: 20px;
    border-radius: 8px;
}

form input::placeholder,
form textarea::placeholder {
    color: var(--other-color);
    font-size: 15px;
}

form .send-btn {
    display: inline-block;
    padding: 11px 26px;
    background: var(--main-color);
    color: var(--bg-color);
    border: 2px solid var(--main-color);
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    transition: all .50s ease;
}

form .send-btn:hover {
    background: transparent;
    color: var(--main-color);
    box-shadow: 0 0 20px var(--main-color);
    cursor: pointer;
}

.scroll-top i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #075fe4;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: var(--other-color);
    font-size: 27px;
}

.footer {
    background-color: #19273d;
    color: #fff;
    padding: 40px;
    text-align: center;
}

.footer h4 {
    font-size: 1.5rem;
    color: #775ae2;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    color: var(--other-color);
    text-decoration: none;
}

.footer-links li a:hover {
    text-decoration: underline !important;
    text-decoration-color: var(--main-color) !important;
}

.copyright {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9rem;
    color: var(--other-color);
}

@media(max-width:2400px) {
    .mobile-only {
        display: none;
    }
}

@media(max-width:1700px) {
    header {
        padding: 20px 8%;
    }

    header.sticky {
        padding: 14px 8%;
    }

    section {
        padding: 90px 8% 80px;
    }

    /* .footer {
        padding: 18px 8%;
    } */
    .logo {
        font-size: 28px;
    }

    .mobile-only {
        display: none;
    }
}

@media(max-width:1380px) {
    header {
        padding: 20px 5%;
    }

    header.sticky {
        padding: 14px 5%;
    }

    section {
        padding: 90px 5% 80px;
    }

    /* .footer {
        padding: 18px 5%;
    } */
    .hero {
        height: 90vh;
        background-position: center;
    }
}

@media (max-width:1290px) {
    .box {
        padding: 40px 40px 46px;
    }

    .box img {
        width: 100%;
        height: 60px;
        max-width: 60px;
    }

    .box h3 {
        font-size: 21px;
    }
}

@media (max-width:1240px) {
    .about {
        grid-template-columns: 1fr;
        grid-area: 2rem;
        text-align: center;
    }

    .about-img img {
        text-align: center;
        width: 100%;
        height: 400px;
        max-width: 400px;
        border-radius: 50%;
        object-fit: cover;
        margin: 0 auto;
    }

    :root {
        --h1-font: 4rem;
        --h2-font: 2.2rem;
        --p-font: 15px;
    }

    .info-number {
        padding-left: 200px;
        margin-top: 0px;
    }

    .info-label {
        padding-left: 200px;
    }

    .info-item {
        margin: 10px 20px;
        /* Adjust margins to ensure spacing between items */
    }

    .api-topic {
        margin-left: 0px;
    }

    .about-api {
        margin-left: 0px;
    }

    .padding-bottom {
        padding-bottom: 100px;
    }

}

@media (max-width: 990px) {
    .social-icons {
        margin-right: -1px;
        margin-left: 1px;
    }

}

@media (max-width:950px) {
    :root {
        --h1-font: 3.5rem;
    }

    .social {
        margin-bottom: 20px;

    }

    #menu-icon {
        display: block;
    }

    .navlist {
        position: absolute;
        top: 100%;
        right: -100%;
        width: 255px;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        background: var(--bg-color);
        transition: all .50s ease;
    }

    .navlist a {
        display: block;
        padding: 17px;
        font-size: 22px;
    }

    .navlist.active {
        right: 0;
    }
}

@media (max-width:768px) {

    .main-content p {
        width: 100%;
    }

    .main-content h1 {
        font-size: 2.5rem;
    }

    .navlist a {
        font-size: var(--p-font);

        color: var(--other-color);
        margin-left: 0px;
        transition: all .50s ease;
    }

    #menu-icon {
        font-size: 30px;

    }

    .navlist {
        flex-direction: column;
        display: none;
        /* Hide the navlist by default */
    }

    .navlist.active {
        display: flex;
        /* Show the navlist when active */
    }

    .top-btnn {
        display: none;
        /* Hide the top buttons */
    }

    .bx-menu {
        display: block;
        /* Show the menu icon */
    }

    .mobile-only {
        display: flex;
        /* Show login and register in the navlist */
        justify-content: center;
        /* Center align them */
        margin: 10px 0;
    }

    .navlist li.mobile-only {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navlist .mobile-only a {
        margin: 0 5px;
        padding: 6px 11px;
        /* Adjust padding for closer buttons */
        user-select: none;
    }

    .navlist .mobile-only a.nav-btn {
        margin-right: 5px;
        /* Reduce margin for closer alignment */
        color: var(--main-color);
        font-weight: bold;
    }

    .navlist .mobile-only a.nav-btn:hover {
        color: var(--bg-color);
    }

    .navlist .mobile-only a.nav-btn2 {
        margin-left: 5px;
        /* Reduce margin for closer alignment */
        color: var(--bg-color);
        font-weight: bold;
    }

    .navlist .mobile-only a.nav-btn2:hover {
        color: var(--main-color);
    }

    .info-row {
        margin-right: 0px;
    }

    .margin-left-200px {
        margin-left: 90px;
    }

    .info-number {
        font-size: 3.6rem;
        padding-top: 80px;
        font-weight: bold;
        padding-left: 0px;
    }

    .info-label {
        padding-left: 0px;
    }

    .about-api {
        font-size: 17px;
    }

    .tabpanel {
        font-size: 17px;
    }

    .margin-top-20px {
        margin-top: 20px !important;
    }
}



@media (max-width:470px) {
    :root {
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        --h1-font: 3rem;
        --h2-font: 2rem;
    }

    .about-img img {
        text-align: center;
        width: 100%;
        height: 300px;
        max-width: 300px;
        border-radius: 50%;
        object-fit: cover;
        margin: 0 auto;
    }

    .popup {

        padding: 22px;
        width: 215px;
        height: 90px;
        font-size: 15.5px;
    }



    .copyright {
        font-size: 14px;
    }
}

@media (max-width:375px) {
    .social-icons {
        margin-right: -5px;
        margin-left: 5px;
    }

}

@media (max-width:329px) {
    .copyright {
        margin-left: -40px;
    }

}
