@font-face {
    font-family: 'SatoshiRegular';
    src: url('../assets/fonts/Satoshi-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'SatoshiMedium';
    src: url('../assets/fonts/Satoshi-Medium.ttf') format('truetype');
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* Disable zoom on touch devices */
    touch-action: manipulation;
    /* Disable zoom on mouse wheel */
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}

:root {
    touch-action: pan-x pan-y;
    height: 100%;
}

body {
    font-family: 'SatoshiRegular', sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
    /* padding: 20px; */
    width: 100%;
    /* Disable zoom and scroll behaviors */
    /* overflow-x: hidden;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent; */
}

.comingsoonSection {
    height: 100vh;
    /* height: auto; */
    background: #fff;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    width: 100vw;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    margin: auto;
    padding-top: 2vh;
    left: 0;
    right: 0;
}

.logo img {
    width: 100vw;
    height: 30vh;
}

.text-center {
    text-align: center;
    width: 15vw;
    margin: auto;
}

#comingsoondiv {
    /* background-color: cadetblue; */
    height: 41vh;
    /* background-image: url('../assets/images/comingsoonbg.svg'); */
    /* background-size: contain; */
    background-position: center;
    /* margin: auto; */
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

#comingsoondiv img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 100%;
}

.footerSection {
    height: 30vh;
    padding-top: 18vh;
}

.flex {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 2vw;
    flex-wrap: wrap;
}

.flex a {
    text-decoration: none;
    color: #006C74;
}

.footerSection p {
    font-family: 'SatoshiMedium', sans-serif;
    font-size: 2vh;
    color: #006C74;
    display: flex;
    align-items: center;
    text-align: center;
}

.footerSection svg {
    width: 2vh;
    height: 2vh;
    margin-right: 0.5vw;
}

.footerDivider {
    width: .1vw;
    height: 3vh;
    background-color: #ccc;
    margin: auto;
}

/* Responsive Design */
/* @media screen and (max-width: 2560px) {
    .logo img {
        width: 30vw;
        height: 20vh;
    }
    .text-center {
        width: 15vw;
    }
    #comingsoondiv {
        height: 60vh;
    }
    .footerSection {
        height: 15vh;
        padding-top: 8vh;
    }
    .footerSection p {
        font-size: 3vh;
    }
    .footerDivider {
        height: 5vh;
    }
}
@media screen and (max-width: 1440px) {
    .logo img {
        width: 40vw;
        height: 25vh;
    }
    .text-center {
        width: 20vw;
    }
    #comingsoondiv {
        height: 50vh;
    }
    .footerSection {
        height: 20vh;
        padding-top: 10vh;
    }
    .footerSection p {
        font-size: 2.5vh;
    }
    .footerDivider {
        height: 4vh;
    }
} */
@media screen and (max-width: 1024px) {
    .comingsoonSection {
        height: 0;
    }

    .logo {
        height: 10vh;
        margin-top: 5vh;
    }

    #comingsoondiv {
        height: 100vh;
        padding: 20vh 0;
        width: 200vh;
    }

    .logo img {
        width: 60vw;
        height: 25vh;
    }

    .flex {
        flex-direction: column;
    }

    .text-center {
        width: 40vw;
    }

    #comingsoondiv {
        height: 100vh;
        width: 165vw;
    }

    .footerSection {
        height: auto;
        padding-top: 0vh;
    }

    .footerSection p {
        font-size: 2vh;
    }

    .footerDivider {
        display: none;
        height: 2vh;
    }
}

@media screen and (max-width: 900px) {
    .comingsoonSection {
        height: 0;
    }

    .logo {
        height: 10vh;
        margin-top: 5vh;
    }

    #comingsoondiv {
        height: 100vh;
        padding: 15vh 0;
        width: 200vh;
    }

    .logo img {
        width: 70vw;
        height: 20vh;
    }

    .text-center {
        width: 60vw;
    }

    #comingsoondiv {
        height: 100vh;
        width: 175vw;
    }

    .footerSection {
        height: auto;
        padding-top: 6vh;
    }

    .flex {
        flex-direction: column;
        gap: 2vh;
    }

    .footerSection p {
        font-size: 2vh;
    }

    .footerDivider {
        display: none;
        width: 50vw;
        height: 1.5vh;
    }
}

@media screen and (max-width: 768px) {
    .comingsoonSection {
        height: 0;
    }

    .logo {
        height: 10vh;
        margin-top: 5vh;
    }

    #comingsoondiv {
        height: 100vh;
        padding: 10vh 0;
        width: 200vh;
    }

    .logo img {
        width: 90vw;
        height: 20vh;
    }

    .text-center {
        width: 70vw;
    }

    .footerSection {
        padding-top: 4vh;
    }

    .flex {
        flex-direction: column;
        gap: 2vh;
    }

    .footerSection p {
        font-size: 2vh;
    }

    .footerDivider {
        display: none;
        width: 60vw;
        height: 1px;
    }
}

@media screen and (max-width: 600px) {
    .comingsoonSection {
        height: 0;
    }

    .logo {
        height: 10vh;
        margin-top: 5vh;
    }

    .logo img {
        width: 60vw;
        height: auto;
    }

    .text-center {
        width: 90vw;
    }

    #comingsoondiv {
        height: 70vh;
        padding: 20vh 0;
        /* width: 126vh; */
        width: 100%;
        overflow: clip;
    }

    #comingsoondiv img {
        width: 100vh;
    }

    .footerSection {
        padding-top: 2vh;
    }

    .footerSection p {
        font-size: 2vh;
    }

    .footerSection svg {
        width: 2vh;
        height: 2vh;
        /* margin-right: 4px; */
    }

    .footerDivider {
        display: none;
        width: 80vw;
        height: 1px;
    }
}