@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --gep-primary-color:#FF9B51;
    --gep-secondary-color:#25343F;
    --gep-black-color:#000000;
    --gep-white-color:#FFFFFF;
    --gep-off-white-color:#EAEFEF;
    --gep-dark-white-color: #BFC9D1;
}
a{
    text-decoration: none;
}
html,body{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
html,body{
    height: auto;
}
button{
    outline: none !important;
}
/* Fonts */
.heading-font{
    font-family: "Montserrat", sans-serif !important;
}
.banner-heading-font{
    font-family: "Montserrat", sans-serif !important;
}
.para-font{
    font-family: "Montserrat", sans-serif !important;
}
.button-font{
    font-family: "Montserrat", sans-serif !important;
}
/* Text Colors */
.t-primary{
    color: var(--gep-primary-color) !important;
}
.t-secondary{
    color: var(--gep-secondary-color) !important;
}
.t-black{
    color: var(--gep-black-color) !important;
}
.t-white{
    color: var(--gep-white-color) !important;
}
.t-off-white{
    color: var(--gep-off-white-color) !important;
}
.t-dark-white{
    color: var(--gep-dark-white-color) !important;
}
/* BG Colors */
.bg-primary{
    background-color: var(--gep-primary-color) !important;
}
.bg-secondary{
    background-color: var(--gep-secondary-color) !important;
}
.bg-black{
    background-color: var(--gep-black-color) !important;
}
.bg-white{
    background-color: var(--gep-white-color) !important;
}
.bg-off-white{
    background-color: var(--gep-off-white-color) !important;
}
.bg-dark-white{
    background-color: var(--gep-dark-white-color) !important;
}

/* Typography Style */
.h1{
    font-size: 70px;
    font-weight: 400;
    line-height: 1.2em;
    font-style: normal;
}
.h2{
    font-size: 60px;
    font-weight: 400;
    line-height: 1.15em;
    font-style: normal;
}
.h3{
    font-size: 50px;
    font-weight: 400;
    line-height: 1.3em;
    font-style: normal;
}
.h4{
    font-size: 40px;
    font-weight: 400;
    line-height: 1.35em;
    font-style: normal;
}
.h5{
    font-size: 30px;
    font-weight: 400;
    line-height: 1.35em;
    font-style: normal;
}
.h6{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    font-style: normal;
}
.para{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    font-style: normal;
    letter-spacing: 1px;
}
.para-small{
    font-size: 14px;
}
.para-exs{
    font-size: 12px !important;
}
.button{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: .5px;
    letter-spacing: 1px;
    font-style: normal;
}
.counter{
    font-family: "League Gothic", sans-serif;
    font-size: 120px;
    line-height: 1em;
    color: #8cafb0;
    font-weight: normal;
}
.counter span{
    font-weight: 200;
}
/* Tablet */
@media screen and (max-width:900px){
    .h1{
        font-size: 55px;
    }
    .h2{
        font-size: 48px;
    }
    .h3{
        font-size: 40px;
    }
    .h4{
        font-size: 29px;
    }
    .h5{
        font-size: 23px;
    }
    .h6{
        font-size: 17px;
    }
    .para{
        font-size: 15px;
    }
    .button{
        font-size: 15px;
    }
    .counter{
        font-size: 90px;
    }
}
/* Mobile */
@media screen and (max-width:600px){
    .h1{
        font-size: 40px;
    }
    .h2{
        font-size: 36px;
    }
    .h3{
        font-size: 30px;
    }
    .h4{
        font-size: 18px;
    }
    .h5{
        font-size: 16px;
    }
    .h6{
        font-size: 14px;
    }
    .para{
        font-size: 15px;
    }
    .button{
        font-size: 15px;
    }
    .counter{
        font-size: 60px;
    }
}

/* Mics */
.navbar-toggler:focus, .gep-login-btn:active{
    box-shadow: none !important;
}
button:active{
    border: none !important;
}
