@font-face{
    font-family: Fantasque;
    src: url('/fonts/Fantasque_Sans_Mono_Regular_Nerd_Font.ttf');
    font-display: swap;
}

body::-webkit-scrollbar {
    width: 9px;
  }
  
body::-webkit-scrollbar-track {
    background: #00996b;
}
  
body::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 10px;
}

#hero .container, #hero{
    height: max-content !important;
}

.ebook-mockup{
    max-width: 450px;
    width: 55%;
    filter: drop-shadow(-15px 15px 8px rgba(0, 0, 0, 0.815));
}

.display-flex{
    display: flex;
}

.flex-center-center{
    justify-content: center;
    align-items: center;
}

.flex-start-center{
    justify-content: start;
    align-items: center;
}

.w-min{
    margin: 0 auto;
    padding: 0;
}

.about-text{
    text-align: center;
    margin: 0 30px;
}

.about-hr{
    margin: 20px 30px;
    width: calc(100% - (30px * 2));
    height: 2px;
    background-color: #008b62;
}

.social-links{
    font-weight: 700;
    color: #00694a;
    transition: 200ms ease-in-out;
}

.social-links:hover {
	font-size: 16px;
}

.social-links:hover{
}

.yes-link{
    color: #cc2900;
}

.yes-link:hover{
    color: #9b1f00;
}

.yes-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	margin: 0;
	width: 0%;
	height: 1px;
	background: #9b1f00 !important;
	color: transparent;
	content: ".";
	text-align: left;
	opacity: 0;
}

.about-margin{
    margin-bottom: 40px;
}

.social-icons::before{
    display: block;
    width: 40px;
    height: 40px;
    font: 40px fantasque, sans-serif !important;
    color: #fff;
    background: #00CB8F;
    border-radius: 100%;
}

.instagram-icon::before{
    content: "\f16d";
}

.ios-icon::before{
    content: "\e711";
}

.facebook-icon::before{
    content: "\f70b";
}

.youtube-icon::before{
    content: "\f16a";
}

.android-icon::before{
    content: "\e70e";
}

.link-icon::before{
    content: "\f0c1";
}

.copyright p{
    color: #2c2c2c;
    font-size: 12px;
}

.cta-default{
    background-color: #fff;
    color: #005c40;
    font-weight: bold;
    border: none;
}

.cta-default:hover{
    color: #005c40;
}


.error-message, .success-message{
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

.success-message{
    margin-bottom: 20px;
}

.menu-toggle, .icon-menu5::before{
    color: #fff !important;
}

.hero-input{
    background-color: transparent !important;
    border: 2px #fff solid !important;
    border-radius: 100px !important;
}

.required-field::after{
    visibility: hidden;
}

.responsive-container{
    width: 100vw;
    margin: 0;
    padding: 0;
}

.image-container, .hero-form-wrapper{
    width: 40%;
    margin: 0 5%;
    padding: 0;
}

.hero-form-wrapper .row{
    max-width: 500px;
    margin: 0 auto;
}

.width-responsive{
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.font-bold{
    font-weight: bold;
}

.about-fix-width{
    width: calc(100% - 526px);
}

.about-fix-width > div{
    max-width: 1000px;
    margin: 0 auto;
}

.pulse-animation{
    animation: pulse 1.2s infinite;
}

#nav-menu-trigger{
    font: 500 16px Montserrat;
    background-color: transparent;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

#nav-display{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.responsive-container{
    padding-top: 150px;
}

.hero-content{
    margin: 0 auto;
    padding-bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#loader{
    margin: 40px auto 0 auto;
    width: 40px;
    height: 40px;
    border: 3px #fff solid;
    border-top: 3px transparent solid;
    border-radius: 100px;
    animation: spin 1s infinite linear;
    display: none;
}

.display-block{
    display: block !important;
}

.display-none{
    display: none !important;
}

@keyframes pulse{
    0%{
        transform: scale(1);
    }

    50%{
        transform: scale(1.08);
    }

    100%{
        transform: scale(1);
    }
}

@keyframes spin{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

@media(min-width: 1400px){
    .hero-form-wrapper h4{
        font-size: 30px;
    }

    .hero-form-wrapper p{
        font-size: 22px;
    }

    #register-form{
        margin-top: 70px !important;
        transform: scale(1.2);
    }
}

@media(max-width: 991px){
    .about-container{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .flex-column{
        flex-direction: column;
    }

    .width-responsive{
        margin: 0;
        width: 100vw;
    }

    .copyright p{
        font-size: 14px;
    }

    /* .hero-content{
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    } */

    .ebook-mockup{
        margin-left: 5vw;
    }

    .stock-container{
        display: none;
    }
}

@media(max-width: 770px){
    .hero-content{
        flex-direction: column;
    }

    .hero-split-right{
        width: 100%;
    }

    .hero-form-wrapper {
        margin: 0;
    }

    #hero, #hero .container{
        height: max-content;
    }

    .vertical-center-table{
        height: max-content;
    }

    .margin-top-40{
        margin: 150px 0 50px 0;
    }

    .the-feature{
        text-align: center;
    }

    .the-feature p{
        width: 300px;
        margin: 0 auto;
    }

    .ebook-mockup{
        margin: 30px 0;
    }

    .image-container, .hero-form-wrapper{
        width: 90%;
        margin: 0 5%;
        padding: 0;
    }

    .image-container{
        margin-top: 50px;
    }
}

@media(max-width: 738px){
    .hero-form-wrapper{
        background-color: transparent;
        margin: 0;
    }

    .responsive-container{
        background: #005c40;
        padding-top: 0;
    }

    .margin-top-40{
        margin-bottom: 0;
    }

    .cta-default{
        background-color: #fff;
        color: #005c40;
        font-weight: bold;
        border: none;
    }

    #hero{
        padding-bottom: 0;
    }

    #our-features{
        padding: 30px 0;
    }
}

@media(max-width: 640px){
    .logo{
        padding: 14px 0;
    }

    .menu-toggle, .icon-menu5::before{
        color: #000 !important;
    }
}

@media(max-width: 375px){
    .ebook-mockup{
        width: 200px;
    }

    .feature-title{
        font-size: 20px;
    }

    .feature-title + p{
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }
}
