@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Inter:wght@400;700&family=Lato:wght@100;400&family=Nunito+Sans:opsz,wght@6..12,300;6..12,400;6..12,600;6..12,700&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

html {
    background-color: #111111;
    font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    scroll-behavior: smooth;
}

.X {
    color: #8ab4f8;
}

body {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
}

:root {
    color-scheme: dark;
}

.wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(17, 17, 17, 0.7);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-bottom: 1px solid #282828;
}

.section-content {
    align-items: center;
}

.navbar {
    position: center;
    color: #9ca3af;
    padding: 0 20px;
    height: 50px;
}

.logo {
    line-height: 50px;
    float: left;
}

.logo a {
    color: #9ca3af;
    text-decoration: none;
    font-family: 'Caveat', cursive;
    font-size: 27px;
    transition: all 0.3s ease;
    font-weight: bold;
    text-decoration: none;
}

.menu {
    float: right;
    line-height: 50px;
}

.menu a {
    color: #9ca3af;
    transition: all 0.3s ease;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-decoration: none;
    padding: 0 10px;
}

a:hover {
    color: lightgrey;
    text-decoration: none;
}

.bg-image {
    position: relative;
    margin: 54px auto;
    width: 100%;
    height: calc(22vh + 5px);
    overflow: hidden;
    margin-bottom: 0px;
}

.bg-image::before {
    content: "";
    position: absolute;
    background: url("/extravi.github.io.legacy/images/priyanuch-konkaew-JaR_cKU3J_Y-unsplash.webp") no-repeat center;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-size: cover;
    filter: blur(5px);
    z-index: -1;
}

.overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.docs-div {
    height: 200px;
    width: 400px;
    border-radius: 8px;
    border: 1px solid #363a3c;
    padding-top: 0px;
}

.card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-radius: 2px;
    display: inline-block;
    margin: 1rem;
    position: relative;
    width: 400px;
}

.card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

@media (max-width: 43.75em) {
    .card {
        width: 300px;
    }
}

img {
    max-width: 100%;
}

.p-reset {
    max-width: 1000px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 0px !important;
}

.docs-section {
    text-align: center !important;
    background-color: #111111 !important;
}

.docs-section-1 {
    text-align: center !important;
    background-color: #151515 !important;
}

.underline:visited {
    color: #8AB4F8;
}

.underline {
    color: #8AB4F8 !important;
}

.docs-img {
    width: 100%;
    height: 140px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #363a3c;
    margin-bottom: 15px;
    background: url("/extravi.github.io.legacy/images/docs-img.png") no-repeat center;
    top: 0;
}

.docs-img-1 {
    width: 100%;
    height: 140px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #363a3c;
    margin-bottom: 15px;
    background: url("/extravi.github.io.legacy/images/docs-img-1.webp") no-repeat center;
    top: 0;
}

.underline-1 {
    font-size: 20px;
}

.docs-div a {
    padding: 0px !important;
}

.section-content-3 {
    margin: 0 auto;
    width: 90%;
    max-width: 850px;
    display: flex;
}

.section {
    z-index: 2;
    background-color: #151515 !important;
    padding: 3.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.section-2 {
    text-align: center !important;
    background: #151515 !important;
}

.docs-section {
    background-color: #111111 !important;
}

.section-3 {
    text-align: center !important;
    background: #111111 !important;
}

.section h3 {
    font-size: 2rem;
    font-weight: 300;
    margin: 0 0 1rem;
    color: #dae5ec;
    font-family: 'Nunito Sans', sans-serif;
    padding-left: 25px;
    padding-right: 25x;
}

.section p {
    font-size: 1.2rem;
    font-weight: 300;
    max-width: 620px;
    margin: 0 0 1rem;
    color: #dae5ec;
    font-family: 'Nunito Sans', sans-serif;
    padding-left: 25px;
    padding-right: 25px;
}

a {
    text-decoration: none;
}

p>a {
    color: #8AB4F8;
}

a:hover {
    text-decoration: none;
}

.underline:hover {
    text-decoration: underline;
}

.underline {
    padding: 0px !important;
}

.img-0 {
    background-image: url("/extravi.github.io.legacy/images/GitHub-Mark-Light-120px-plus.png");
}

.section {
    z-index: 2;
    background-color: #111111;
    padding: 1.7rem 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section a {
    padding: 8px;
}

.add-height {
    height: 600px;
}

#section-2 {
    background-color: #151515;
}

.section-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    border-radius: 10px;
    margin-right: 2%;
    margin-left: 3%;
    margin-bottom: 1%;
}


.div-wid {
    width: 29%;
}

.overlay h1 {
    font-size: 3rem;
    color: #dae5ec;
    font-family: 'Inter', sans-serif;
    margin: 0 0 1rem;
}

.overlay h2 {
    font-weight: 300;
    font-size: 1.5rem;
    margin: 0 0 1rem;
    color: #9ca3af;
    font-family: 'Inter', sans-serif;
}

.divider {
    padding: 20px;
    color: rgba(255, 255, 255, 0.4);
}

.icon-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-text-container h2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn {
    display: inline-block;
    padding: 15px 25px;
    font-size: 16px;
    text-decoration: none;
    background: rgba(21, 21, 21, .7);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    color: #dae5ec;
    border: none;
    border-radius: 30px;
    cursor: pointer;
}

.btn:hover {
    color: lightgrey;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.btn:active {
    color: lightgrey;
    text-decoration: none;
}

.btn-wrapper {
    display: flex;
    justify-content: center;
}

.btn {
    margin: 0 5px;
}

#section-3 {
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #111111;
}

#section-1 {
    background-color: #151515;
}

#footer {
    justify-content: center;
    text-align: center;
    align-items: center;
    padding-bottom: 0px;
    font-size: 0.8rem;
    color: #999da2;
    padding: 1.7rem 0;
}

.footer-docs {
    background-color: #111111 !important;
}

.footer-main {
    background-color: #111111 !important;
}

.section-content-2 h3 {
    padding-left: 0px;
    padding-right: 0x;
}

#footer p {
    font-size: 0.8rem;
    color: #999da2;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer ul li a {
    display: block;
    padding: 0.4rem 0.7rem;
    font-size: 0.9rem;
    text-decoration: none;
    color: #999da2;
}

#footer ul li {
    display: inline-block;
}

#section-4 {
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #111111;
}

#image-bg {
    margin: 10px;
}

#section-content-1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.7rem;
    max-width: 880px;
}

.section-content-2 {
    margin: 0 auto;
    width: 90%;
    max-width: 900px;
}

.underline-2 {
    display: initial !important;
    justify-content: initial !important;
    align-items: initial !important;
}

.github {
    padding-bottom: 16px;
}

@media only screen and (max-width: 940px) {
    .github {
        max-width: 47% !important
    }
}

#footer a {
    transition: all 0.3s ease;
}

#footer a:hover {
    color: lightgrey;
    text-decoration: none;
}

@media only screen and (max-width: 820px) {
    .github {
        max-width: 100% !important
    }

    .section a {
        padding: 0px !important;
        justify-content: center;
        align-items: center;
    }

    #footer ul li a {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .docs-div-mobile {
        margin-bottom: 15px;
    }

    .docs-mobile {
        display: flex;
        flex-direction: column;
    }

    .docs-padding {
        padding-bottom: 20px;
    }
}

/* mobile view */

@media only screen and (max-width: 750px) {
    .overlay h2 {
        font-size: 1.2rem;
    }

    .overlay-h2 {
        font-size: 1.1rem !important;
    }

    .overlay-h2-1 {
        font-size: 1rem !important;
    }

    .docs-div {
        max-width: 100%;
    }

    .overlay h1 {
        font-size: 2.4rem;
    }

    .mobile {
        display: none;
    }

    .menu a {
        font-size: 14px;
        padding: 0 5px;
    }

    .navbar {
        padding: 0 20px;
    }

    .underline-2 {
        font-size: 1rem !important;
    }

    .logo a {
        font-size: 24px;
        padding: 0px;
    }

    .divider {
        padding: 5px;
    }

    #footer ul li a {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .h2-width {
        max-width: 340px;
    }

    .section-a a {
        padding: 0px;
    }

    .btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .section p {
        font-size: 1rem;
    }

    .section a {
        padding: 0px !important;
        font-size: 18px;
    }

    .section h3 {
        font-size: 1.4rem;
    }

    .section {
        padding: 1.4rem 0;
    }

    .section-img {
        width: 120px;
        height: 120px;
        border-radius: 10px;
    }

    iframe {
        max-width: 320px;
        max-height: 180px;
    }

    #section-content-1 {
        padding-left: 7px
    }

    .img-0 {
        display: none;
    }
}
