@charset "UTF-8";
@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: #0f172a;
    font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    scroll-behavior: smooth;
}

.soft-blue {
    color: #8ab4f8;
    font-style: italic;
    padding-right: 4px;
}

body {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
}

:root {
    color-scheme: dark;
}

h1 {
    line-height: 1.2;
}

.wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(13, 12, 12, 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;
}

.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: 'Inter', sans-serif;
    font-size: 22px;
    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: 52px auto;
    width: 100%;
    height: calc(96svh + 10px);
    overflow: hidden;
    margin-bottom: 0px;
}

.bg-image::before {
    content: "";
    position: absolute;
    /* background: url("/images/priyanuch-konkaew-JaR_cKU3J_Y-unsplash.webp") no-repeat center; */
    background: url("/src/images/bg-image.png") no-repeat center;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-size: cover;
    filter: blur(80px);
    z-index: -1;
    opacity: 0;
    animation: fadeIn 600ms cubic-bezier(.4, 0, .2, 1) forwards;
}

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

.overlay h1 {
    margin-top: -80px !important;
    font-size: 3.5rem;
    font-weight: bold;
    color: #b8c0e0;
    font-family: 'Inter', sans-serif;
    margin: 0 0 1rem;
}

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

.button-wrapper {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

.material-icons-round-custom {
    vertical-align: middle;
    margin-left: 5px;
}

.btn-1 {
    border-radius: 30px;
    padding: 18px;
    font-size: 15px;
    font-weight: bold;
    border: none;
    color: #000000;
    width: 260px;
    background: #fafafa;
    transition: all .3s ease;
}

.btn-1:hover {
    cursor: pointer;
    background-color: rgba(250, 250, 250, .9);
}

.btn-2 {
    border-radius: 30px;
    padding: 18px;
    font-size: 15px;
    font-weight: bold;
    border: none;
    color: #fafafa;
    width: 260px;
    background: inherit;
    transition: all .3s ease;
}

.btn-2:hover {
    cursor: pointer;
    background-color: rgba(30, 41, 59, .9);
}

.section {
    padding: 3.5rem 0;
}

#inf {
    background-color: #1e293b;
}

#comparisons h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 1rem;
    color: #b8c0e0;
    font-family: 'Inter', sans-serif;
}

#comparisons h3 {
    margin-top: -30px;
    margin-bottom: 30px;
}

.col-3 {
    margin: 0 1.5%;
    display: inline-block;
    vertical-align: top;
}

.col-3 {
    width: 29%;
}

@media (max-width: 43.75em) {
    .col-3 {
        width: 100%;
        margin: 0;
    }
}

.features {
    text-align: center;
    padding: 1rem;
}

.features:hover {
    background: rgba(255, 255, 255, 0.02);
}

@media (max-width: 43.75em) {
    .features {
        width: 100%;
        margin: 0;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .features:last-child {
        border: none;
    }
}

.features i {
    font-size: 4rem;
    margin: 0 0 2rem 0;
}

@media (max-width: 43.75em) {
    .features i {
        font-size: 1.5rem;
        width: 2rem;
        text-align: center;
        margin: 0 0 1rem 0;
        float: left;
    }
}

.features p {
    margin: 0 0 1rem 0;
    font-size: 1rem;
}

@media (max-width: 43.75em) {
    .features p {
        margin-left: 3rem;
    }
}

.container {
    margin: 0 auto;
    width: 90%;
    max-width: 900px;
}

#convinced {
    border-top: 1px solid #1E293B;
    text-align: center;
}

#convinced h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 1rem;
    color: #b8c0e0;
    font-family: 'Inter', sans-serif;
    margin-top: -30px;
    margin-bottom: 30px;
}

#convinced h2 {
    text-align: center;
    font-weight: 300;
    font-size: 1.5rem;
    margin: 0 0 1rem;
    color: #b8c0e0;
    font-family: 'Inter', sans-serif;
}

#convinced .btn-link {
    display: inline-block;
    margin-top: 20px;
}

footer {
    border-top: 1px solid #1E293B;
    padding: 2rem 0;
    text-align: center;
    font-size: 0.8rem;
    color: #b8c0e0;
}

footer ul {
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
    list-style: none;
}

footer ul li {
    display: inline-block;
}

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

footer ul li a:hover {
    color: rgba(250, 250, 250, .9);
    transition: all 0.3s ease;
}

.overlay .download-h1 {
    margin: 0 !important;
    margin-top: -10vh !important;
    margin-bottom: 18px !important;
    font-size: 2.5rem;
}

.overlay .download-h2 {
    font-weight: bold;
}

.download-wrapper {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

.section-download {
    background: rgba(13, 12, 12, 0.7);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 18px;
    border-radius: 12px;
    width: 350px;
    border: 2px solid #4c4c8c;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    animation: fadeIn 600ms cubic-bezier(.4, 0, .2, 1) forwards;
}

.section-download .section-download-h1 {
    margin: 0 !important;
    font-size: 1.2rem;
    float: left;
}

.section-download .section-download-h2 {
    margin: 0 !important;
    padding-top: 12px;
    font-size: 1rem;
    text-align: left;
}

.section-line {
    border-bottom: 2px solid #4c4c8c;
    width: calc(100% + 36px);
    padding-top: 16px;
    margin-bottom: 12px;
    margin-left: -18px;
    margin-right: -18px;
}

.button-meow {
    padding-top: 20px;
    width: 100%;
}

.button-meow button {
    background-color: #cdd6f4;
}

.button-meow button:hover {
    background-color: #9399b2;
}

.meow-meow {
    padding-top: 100px;
    width: 100%;
}

.meow-meow button {
    background-color: #bac2de;
}

.meow-meow button:hover {
    background-color: #9399b2;
}

/* image slider */

.before-after-container-parent {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 10px;
}

.before-after-container {
    width: 32%;
    max-width: 627px;
    height: auto;
    aspect-ratio: 627 / 352.6875;
}

.before-after {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    user-select: none;
    border-radius: 10px;
}

.before,
.after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.before img,
.after img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}

.after {
    clip-path: inset(0 50% 0 0);
    transition: none;
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #b8c0e0;
    cursor: default;
    z-index: 10;
    transform: translateX(-50%);
    pointer-events: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.material-icons-round-custom-slider {
    font-size: 24px;
    color: #b8c0e0;
    cursor: default;
    user-select: none;
}

.material-icons-round-custom-slider:first-child {
    margin-right: 10px;
}

.material-icons-round-custom-slider:last-child {
    margin-left: 10px;
}

/* animations */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

h1 {
    opacity: 0;
    animation: fadeIn 600ms cubic-bezier(.4, 0, .2, 1) forwards;
}

@keyframes fadeInMoveDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.h2-width,
.btn-1,
.btn-2 {
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeInMoveDown 600ms cubic-bezier(.4, 0, .2, 1) forwards;
}

.h2-width {
    animation-delay: 0s;
}

.btn-1 {
    animation-delay: 0.2s;
}

.btn-2 {
    animation-delay: 0.4s;
}

/* mobile view */

@media only screen and (max-width: 750px) {
    .menu a {
        font-size: 13px;
        padding: 0 5px;
    }

    .logo a {
        font-size: 16px;
    }

    .overlay h1 {
        font-size: 1.6rem;
        margin: 0 0 1rem;
    }

    .overlay h2 {
        font-size: 1rem;
        margin: 0 0 1rem;
    }

    .button-wrapper {
        flex-direction: column;
    }

    .btn-1 {
        border-radius: 30px;
        padding: 16px;
        font-size: 12px;
        width: 260px;
    }

    .btn-2 {
        border-radius: 30px;
        padding: 16px;
        font-size: 12px;
        width: 260px;
    }

    .before-after-container-parent {
        flex-direction: column;
        align-items: center;
    }

    .before-after-container {
        width: 96%;
    }

    #convinced h3 {
        font-size: 1.6rem;
    }

    #convinced h2 {
        font-size: 1rem;
    }

    #comparisons h3 {
        font-size: 1.6rem;
    }

    .overlay .download-h1 {
        margin-top: 0px !important;
        font-size: 1.5rem;
    }

    .overlay .download-h1 {
        margin: 0 !important;
        margin-top: 0vh !important;
        margin-bottom: 18px !important;
    }

    .download-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .bg-image-2 {
        height: calc(160svh + 10px);
    }
}