@font-face {
    font-family: 'Barbershop in Thailand';
    src: url('../fonts/Barbershop-in-Thailand.ttf.woff');
}

@font-face {
    font-family: 'Agrandir';
    src: url('../fonts/agrandir/Agrandir-TextBold.otf');
    font-weight: 700;
}

@font-face {
    font-family: 'Agrandir';
    src: url('../fonts/agrandir/Agrandir-Regular.otf');
    font-weight: 400;
}

@font-face {
    font-family: 'Agrandir';
    src: url('../fonts/agrandir/Agrandir-GrandHeavy.otf');
    font-weight: 800;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

/* Common */
:root {
    --white: #fff;
    --barbar-font: 'Barbershop in Thailand';
    --dark:#000;
    --purple:#6744DA;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}


.gradient-color {
    background: linear-gradient(#6744DA, #3717A0);
}

.btn-round {
    border-radius: 58px !important;
}

@keyframes bounce {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-30px)
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-30px)
    }
}

#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

/* Header */
header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0.5rem;
    z-index: 1;
}

/* Body */
.grecaptcha-badge {
    display: none !important;
}

.full-height,
.full-height>.section-wrap,
.full-height>.section-wrap>.container {
    height: 100dvh;
}
.home_login_bg{
    background:url('../images/log_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.home_login_bg p{
    font-size:18px;
}

.banner-heading h1,
.banner-heading p {
    color: #fff;
    text-align: center;
}

.banner-heading h1 {
    font-weight: 800;
    font-family: 'Agrandir';
}

.banner-heading p {
    font-size: 17px;
    font-family: 'Agrandir';
    font-weight: 800;
}
.banner-form.login {
    max-width: 500px;
    margin: 0 auto;
}
.banner-form h2 {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    text-align: center;
    font-family: 'Agrandir';
}

.banner-form button,
.banner-form a {
    position: relative;
    font-family: 'Agrandir';
    font-weight: 800;
}

.banner-form input {
    position: relative;
    font-family: 'Agrandir';
}


.banner-form .input-group-text {
    background-color: #fff;
    border-right: 0;
    border: none;
    color: #777;
    font-family: 'Agrandir';
    font-weight: 800;
}

.input-round {
    border-radius: 58px !important;
}

.input-group.input-round input {
    border-top-right-radius: 58px !important;
    border-bottom-right-radius: 58px !important;
}

.input-group.input-round .input-group-text {
    border-top-left-radius: 58px;
    border-bottom-left-radius: 58px;
}

.page-scroller {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    z-index: 10;
}

.page-scroller .scroller {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--white);
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

.page-scroller .scroller i {
    font-size: 3rem;
    cursor: pointer;
    color: var(--purple);
}

/*coming soon*/
.coming__soon-text{
    color: #FFF;
    text-align: center;
    font-family: Agrandir;
    font-size: 38.218px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.count__down__timer {
    max-width: 700px;
    display: flex;
    gap:5px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.timer__box{
    text-align: center;
    width: 190px;
}
.count__down__timer .seperator{
    margin-top:-30px;
}
.count__down__timer .seperator{
    width: 11.357px;
    height: 11.357px;
    flex-shrink: 0;
}
.count__down__timer .timer__text-big{
    color: #FFF;
    text-align: center;
    font-family: 'Agrandir';
    font-size: 65.999px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display:block;
}
.count__down__timer .timer__text-small{
    color: #FFF;
    text-align: center;
    font-family: 'Agrandir';
    font-size: 18.217px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display:block;
}
.coming__soon-msg {
    text-align: center;
    color: #fff;
    padding:30px 0;
}
.coming__soon-msg p{
    margin-bottom:0;
    font-family: 'Agrandir';
    font-weight: 800;
}
.subscribe__form {
    max-width: 399.729px;
    margin:0 auto;
    padding-bottom:10px;
}
.input__addon {
    position: relative;
}

.input__addon-button {
    position: absolute;
    right: 5px;
    border-radius: 30px;
    top: 0;
    font-weight: 800;
    bottom: 0;
    font-family: 'Agrandir';
    margin: auto 0;
    height: 32px;
    padding: 3px 8px 4px;
    background: var(--ideal-gradient, linear-gradient(180deg, #6744DA 0.2%, #3717A0 100%));
}

.input__addon-input {
    height: 42px;
    width: 100%;
    border-radius: 30px;
    padding: 4px 10px;
    border: 1px solid #D9D9D9;
    font-family: 'Agrandir';
    font-weight: 800;
}
.btn-radius{
    border-radius: 30px;
}
/* Footer */

/* Media Query */

@media screen and (min-width:1200px) {
    .banner-heading>h1 {
        font-size: 44.28px;
    }
}

@media screen and (max-width:576px) {
    .home_login_bg{
        padding-top:1rem;
    }
    .count__down__timer{
        max-width:300px;
    }
    .count__down__timer .timer__text-big{
        font-size:25px;
    }
    .coming__soon-text{
        font-size:22px;
    }
    .count__down__timer .timer__text-small{
        font-size:13px;
    }
    .home_login_bg p{
        font-size:15px;
    }
    .input__addon-input{
        font-size: 13px;
    }
    .coming__soon-msg{
        padding:15px 0;
    }
    .page-scroller .scroller{
        width:50px;
        height:50px;
    }
    .page-scroller .scroller i{
        font-size:2.5rem;
    }
}