@font-face {
    font-family: 'montel';
    src: url('/fonts/Montel.ttf');
}

.montel {
    font-family: 'montel';
}

html {
    scroll-behavior: smooth;
    /* font-size: 62.5%; */
    font-size: 1vw;
    color: #263477;
}
* {
    box-sizing: border-box;
}
a,
body,
button {
    font-size: 1.35rem;
}
html, body  {
    width: 100%;
}
button.header-link:hover {
    text-shadow: 2px 1px 8px rgb(255 248 86 / 80%);
}

body {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .02em;
    margin: 0;
    line-height: 2.5rem;
    position: absolute;
    top: 0;
}

button {
    border: none;
    background-color: #fff856;
    border-radius: 22px;
    height: 60%;
    font-family: 'Nunito', sans-serif;
}

a.btn-link {
    text-decoration: none;
    background-color: #fff856;
    border-radius: 2.2rem;
    width: 65%;
    padding: 1% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.header_mobile {
    display: none !important;
}

.roadmapdex {
    display: flex;
}

.roadmapmob {
    display: none !important;
}

.app_full_page {
    background-image: url('./img/bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1%;
    margin: 0 5%;
}

.header-logo-container {
    width: 20%;
}

.header-logo {
    width: 80%;
    display: block;
}

.header-nav-container {
    display: flex;
    justify-content: center;
    width: 55%;
}

.header-link {
    background: none;
    font-weight: 900;
    cursor: pointer;
    font-family: 'Nunito', sans-serif;
}

.header-socials-container {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-social-link {
    display: flex;
    align-items: center;
}

.header-social-img {
    width: 65%;
}

.header-connect-btn-container {
    display: flex;
    width: 10%;
    align-items: center;
    justify-content: center;
}

.header-connect-btn {
    width: 80%;
    padding: 0.2rem 0;
    font-size: 1.25rem;
    font-weight: 900;
    cursor: pointer;
    font-family: 'Nunito', sans-serif;
}

.header-link+.header-link {
    margin-left: 4%;
}

.section,
.section-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section {
    /* height: 90vh; */
    width: 80%;
    margin: 0 10%;
}

.section {
    justify-content: flex-start;
}

 

.section-container {
    margin: 5% 0;
    padding: 0 5%;
}

.section,
.section-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-right: 10%;
}

.header-txt {
    font-size: 2.5rem;
    line-height: 2.7rem;
}

.header-txt,
.heavy-txt {
    font-weight: 900;
}

.left>div+div {
    margin-top: 10%;
}

.left>div+div {
    margin-top: 10%;
}

.preview-mint-link-container {
    width: 100%;
}

.sold-out {
    color: #263477;
    background-color: #fff856;
    border-radius: 2.2rem;
    width: 65%;
    padding: 2% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    cursor: pointer;
}

.page-img {
    width: 33rem;
    height: 33rem;
    border-radius: 25px;
}

.kittens-left {
    margin: 0;
}

.kittens-viewer-flex-container {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.kittens-icons-flex-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-right: 2rem;
}

.icon-container {
    border-radius: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3vw;
    height: 3vw;
    cursor: pointer;
}

.icon {
    width: 3vw;
}

.kittens-img-container {
    width: 33.55rem;
    height: 33rem;
}

.kittens-img-border {
    border: 5px solid #000;
    border-radius: 25px;
}

.kittens-subtitle {
    color: rgba(0, 0, 0, .5);
    font-size: 1rem;
    margin-left: 28%;
    margin-top: 3%;
}

.kittens-right {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kittens-right-container {
    width: 90%;
    margin-left: 10%;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.team-logo {
    max-width: 600px;
    width: 100%;
}

.row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-pfp {
    width: 100%;
    cursor: pointer;
}

.pfp-center {
    margin: 0 2%;
}

#community-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.community-left {
    margin-right: 0;
    border-radius: 25px;
    padding: 5% 0;
    justify-content: flex-start;
}

.twitter-feed-container {
    width: 40rem;
    height: 35rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('./img/join.png');
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}

div.twitter-feed-container>div {
    width: 34.5rem;
    height: 32rem;
}

.twitter-timeline {
    border-radius: 25px !important;
}

iframe.twitter-timeline {
    margin-top: 10% !important;
    margin-left: 8%;
}

.community-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 35rem;
    width: 65%;
    margin-left: 5%;
}

.community-header {
    margin-bottom: 10%;
}

.froyofam-link {
    text-decoration: none;
    color: #263477;
    font-size: 4rem;
}

.community-header {
    font-size: 4rem;
    line-height: 4.5rem;
}

.community-links {
    display: flex;
    justify-content: center;
    width: 100%;
}

.community-links-container {
    width: 50%;
}

a.community-btn {
    align-items: center;
    border-radius: 50px;
    color: #263477;
    display: flex;
    font-size: 1.5rem;
    height: 4vh;
    justify-content: space-evenly;
    padding: 3% 8%;
    width: 80%;
}

.community-btn-logo {
    width: 2rem;
    height: 1.7vw;
}

#roadmap {
    background: url('img/roadmap.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    min-width: 110%;
    height: 100vh;
}

.roadmap-container {
    margin-top: 30%;
    margin-left: 5%;
    padding-top: 20%;
}

.roadmap-logo {
    width: 24rem;
}

.roadmap-copy {
    width: 60%;
}

.roadmap-highlight-link {
    text-decoration: none;
    color: #d96fff;
    font-weight: 900;
}

.roadmap-section {
    justify-content: flex-start !important;
}

#faq {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
   /*  padding-top: 10%;
    margin-top: 25%; */
}

#faq-container,
.faq-left {
    display: flex;
    justify-content: center;
}

.faq-base {
    margin-top: 3% !important;
    border-radius: 25px;
    border: 0.3vw solid #000;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.2vw;
    min-height: 12%;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 35vw;
    z-index: 1;
}

.faq-question {
    color: #000;
    width: 100%;
}

.faq-chevron {
    width: 2%;
    margin-right: 15px;
}

.faq-answer {
    display: block;
    line-height: 1.5rem;
    padding-bottom: 3px;
    font-size: 1rem;
    margin-right: 10%;
}

.faq-bold {
    font-size: 3.5vw;
    font-weight: 900;
    line-height: 3.5vw;
}

.faq-base-expanded {
    min-height: 25%;
}

.faq-expanded-question {
    padding-top: 3px;
    color: #000;
    font-size: 1.2vw;
    width: 100%;
}

.faq-base .faq-answer {
    display: none;
}

.faq-base-expanded .faq-answer {
    display: block;
}

#footer {
    width: 100%;
    padding: 20vh 0;
   /*  margin-top: -5%; */
}

.footer-socials {
    display: flex;
    justify-content: center;
    width: 100%;
}

.footer-social {
    width: 4.5rem;
}

.footer-discord,
.footer-opensea,
.footer-twitter {
    margin: 0 1.5rem;
}

#mobile-app-container {
    display: flex;
    flex-basis: 100vh;
    flex-direction: column;
    margin-top: 20%;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
}

.burger-btn-container {
    max-width: 50px;
}
.play-btn-container {
    cursor: pointer;
}
.play-btn-container .pause {
    display: none;
}
.play-btn-container img {
    width: 100%;
    height: auto;
}
.play-btn-container.playing .pause {
    display: block;
}
.play-btn-container.playing .play {
    display: none;
}
.float-play {
    position: fixed;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 12px;
    background-color: rgba(255,255,255,0.3);
}
.float-play img {
    width: 100%;
    height: auto;
}


.header-container .play-btn-container {
    max-width: 50px;
}

.left.coveted {
    align-items: start;
}











@media screen and (min-width: 1800px) {
    .twitter-timeline {
        border-radius: 50px !important;
    }
}

@media only screen and (max-width: 900px) and (min-width: 770px) {

    .section {
        width: 90%;
        margin: 0 5%;
    }
    #roadmap{
        min-width: 100%;
    }
}
@media only screen and (max-width: 769px) {
    .float-play {
        display: none;
    }
    .app_full_page {
        background-image: url('./img/bg-tablet.jpg');
    }    
    .header_mobile {
        display: flex !important;
    }

    .header_desktop {
        display: none !important;
    }

    body {
        line-height: 4.5rem;
        overflow-x: hidden;
        background-color: #7b4fc5;
    }

    a,
    body,
    button {
        font-size: 3.7rem;
    }

    .sold-out {
        display: block;
        width: 100%;
        font-size: 24px;
        line-height: 36px;

    }

    .header-container {
        background: rgba(123, 79, 197, .6);
        padding-top: 20px;
        padding-bottom: 20px;
        justify-content: space-between;
        width: 100%;
        height: 100px;
        margin: 0;
        position: fixed;
        top: 0;
        z-index: 1;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section {
        width: 94%;
        margin: 0 3%;
        height: auto;
        padding-top: 30px;
    }

    .section,
    .section-container {
        flex-direction: column;
    }
    .section-container {
        margin: 0;
    }
    #preview {
        flex-direction: column-reverse;
    }

    .right {
        text-align: center;
        width: 100%;
        margin-top: 5%;
    }

    .mobile_margin .right {
        margin-top: 25%;
    }

    .page-img {
        width: 75rem;
        height: 75rem;
    }

    .left {
        text-align: center;
        width: 100%;
        margin: 5% 0 0 0;
    }
    .left.coveted {
        align-items: center;
    }
    .header-txt {
        font-size: 29px;
        line-height: 39px;
        text-align: center;
    }

    .left>div+div,
    .right {
        text-align: center;
    }

    .kittens-viewer-flex-container {
        height: 100%;
        flex-direction: column;
    }

    .kittens-img-container {
        width: 100%;
        height: auto;
    }

    .kittens-viewer-flex-container {
        height: 100%;
        flex-direction: column-reverse;
    }

    .kittens-icons-flex-container {
        flex-direction: row;
        align-items: center;
        margin-right: 0;
        margin-top: 10%;
    }

    .icon-container {
        border-radius: 3.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 16%;
        height: auto;
    }

    .kittens-icon-img {
        width: 100%;
        height: auto;
        -webkit-backface-visibility: hidden;
        -ms-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .kittens-subtitle {
        font-size: 20px;
        line-height: 28px;
        margin-left: 0;
    }
    .mobile-body-text {
        font-size: 18px;
        line-height: 26px;
    }

    .kittens-right {
        width: 100%;
        margin-top: 25px;
        font-size: 3.3rem;
        text-align: center;
    }

    .kittens-right-container {
        width: 100%;
        margin-left: 0;
    }

    #rares {
        flex-direction: column-reverse;
        margin: 0;
    }

    .row {
        flex-direction: column;
    }
    #team {
        padding: 0 15px;
    }
    .logo-container {
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .team-pfp {
        width: 100%;
        margin-top: 7rem;
        -webkit-backface-visibility: hidden;
        -ms-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    #community {
        margin: 0;
    }

    #community-container {
        flex-direction: column-reverse;
    }

    .community-header {
        font-size: 12rem;
        line-height: 15rem;
        font-weight: 900;
        text-align: center;
        margin-bottom: 0;
    }

    .froyofam-link {
        font-size: 12rem;
    }

    .community-right {
        margin-top: 4rem;
        height: 100%;
        width: 100%;
        justify-content: space-evenly;
        margin-left: 0;
    }

    .community-links-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    a.community-btn {
        width: 70%;
        font-size: 4rem;
    }

    .community-btn-logo {
        width: 5.2rem;
        height: 4.7rem;
    }

    .community-left {
        padding: 0;
    }

    .twitter-feed-container {
        width: 80vw;
        height: 140vw;
        border: 5px solid #000;
        border-radius: 25px;
        -webkit-filter: drop-shadow(2px 1px 5px #fff856);
        filter: drop-shadow(2px 1px 5px #FFF856);
    }

    div.twitter-feed-container>div {
        height: 30vh;
        align-items: center;
        margin: 0;
    }

    div.twitter-feed-container>div,
    div.twitter-feed-container>div>div {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    iframe.twitter-timeline {
        margin-top: 0 !important;
        margin-left: 0;
    }

    iframe {
        width: 80vw !important;
        height: 140vw !important;
    }

    #roadmap {
        background-image: url('img/roadmapmob.png');
        background-size: contain;
        height: 150vw;
        width: 100%;
        position: relative;
        padding-bottom: 50px;
    }

    #faq {
        margin-top: 0;
        padding: 0 15px;
        width: auto;
    }

    #faq-container {
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
    }

    div.faq-base {
        padding: 1vw 2vw;
        font-size: 3rem;
        font-weight: 700;
        border-width: 0.65rem;
        width: 80vw;
    }

    .faq-expanded-question,
    .faq-question {
        text-align: left;
        font-size: 20px;
        line-height: 28px;
        padding: 5px;
    }

    .faq-chevron {
        width: 3%;
    }

    .faq-answer,
    a.os-link {
        font-size: 2.5rem;
    }

    .faq-answer {
        font-size: 18px;
        line-height: 26px;
        padding: 10px 5px;

        text-align: left;
        margin-top: 0;
    }

    .faq-bold {
        font-size: 7rem;
        line-height: 7rem;
    }

   

    .footer-socials {
        justify-content: space-evenly;
        width: 80%;
    }

    .footer-social {
        width: 12vw;
    }

    .paddingfootermob {
        padding-bottom: 24rem;
    }

    .roadmapmob {
        display: flex !important;
    }

    .roadmapdex {
        display: none !important;
    }

    .roadmap-img-container,
    .roadmap-logo-container {
        display: flex;
        justify-content: center;
    }

    .roadmap-logo-container {
        margin-top: 10%;
    }

    .roadmap-logo {
        width: 75%;
        margin: 0;
        max-width: 400px;
    }

    .roadmap-container {
        margin: 0;
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 0;
    }

    .roadmap-copy {
        width: 100%;
        margin: 0;
    }

    .roadmap-inner {
        display: flex;
        justify-content: center;
    }

    .roadmap-inner+.roadmap-inner {
    }
    .roadmap-inner.mobile-body-text, .roadmap-inner.mobile-body-text a {
        font-size: 25px;
        line-height: 35px;
    }
    .mobile-header-logo-container {
        margin: 0;
    }

    .mobile-header-logo {
        width: 45rem;
    }

    .burger-menu-links {
        background-color: #a27ede;
        width: 100%;
        height: 100%;
        padding-bottom: 5rem;
        overflow-y: hidden;
    }

    .burger-menu-list {
        margin-top: 14vh;
    }

    ul.burger-menu-list>a>li {
        list-style: none;
        height: 15rem;
        display: flex;
        align-items: center;
    }

    .mobile-nav-icon,
    .mobile-nav-logo {
        width: 10rem;
    }

    .mobile-nav-home-txt,
    .mobile-nav-link-txt {
        color: #fff;
        margin-left: 5rem;
    }

    .mobile-connect-wallet-container {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .header-connect-btn {
        width: 80%;
        padding: 1rem 0;
        color: #263477;
        font-weight: 900;
        margin-top: 10%;
    }

    .header-connect-btn,
    .menu-item {
        font-size: 5rem;
        font-weight: 900;
    }

    a.menu-item {
        text-decoration: none;
    }
    #footer {
        width: 100%;
        padding: 20px 0;
       /*  margin-top: -5%; */
    }
    
}

@media only screen and (max-width: 600px) {
    .app_full_page {
        background-image: url('./img/bg-mobile.jpg');
    }    

    .burger-menu-list {
        margin-top: 16vh;
    }

    .header-container {
        padding-top: 0px;
        padding-bottom: 0px;
        height: 80px;
    }
    .center {
        height: 100%;
        display: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 80%;
        margin-right: 10%;
    }
}