@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

html,
body {
    font-family: 'Poppins', sans-serif;
}

html body h4,
html body p {
    color: #191D25;
}

html body h1 {
    color: #1A1F2F;
}

.td-none {
    text-decoration: none;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

z .bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.navbar-toggler:focus {
    box-shadow: none;
    border: 0;
}

.navbar-toggler {
    border: 0;
}

.navbar-collapse {
    text-align: center;
}

#langModalbtn {
    min-width: 50px;
}

#langDropdown {
    width: 100%;
    display: inline-block;
    background: none;
    position: relative;
    border: 0;
}

#langDropdown .dropdown-item {
    padding: 20px;
}

.btn-bd-primary {
    --bd-violet-bg: #0BBD87;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #08a173;
    --bs-btn-hover-border-color: #08a173;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #0BBD87;
    --bs-btn-active-border-color: #0BBD87;
}
.arrow-btn{
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.38 13.57"><defs><style> .cls-1 { fill: %23fff; stroke: %23fff; stroke-miterlimit: 10; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><g id="_01_align_center" data-name=" 01 align center"><path class="cls-1" d="m1.42,12.87l-.72-.72,5.01-5.01c.2-.2.2-.52,0-.72L.72,1.42l.72-.72,5,5c.59.59.59,1.56,0,2.15L1.42,12.87Z"/></g></g></svg>');    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 6px;
    text-align: left;
    border: 1.5pt solid #0BBD87 !important;
    background-color: #0BBD87 !important;
    color: #FFFFFF !important;
}

.btn-success {
    border: 1.5pt solid #0BBD87;
    background-color: #0BBD87;
    color: #ffffff;
    border-radius: 20px;
    min-width: 150px;
    font-size: 14px;
    padding: 5px;
}

.btn-success:hover {
    border: 1.5pt solid #08a173;
    background-color: #08a173;
}

.btn-outline-success {
    border: 1.5pt solid #00A788;
    color: #191D25;
    border-radius: 20px;
    min-width: 100px;
    font-size: 14px;
    padding: 5px;
}

.btn-outline-success:hover {
    border: 1.5pt solid #0BBD87;
    background-color: #0BBD87;
    color: #ffffff;
}

.bd-mode-toggle {
    z-index: 1500;
}

#intro {
    background: url("../../images/home/header-img-bg.jpg") 30% center / cover no-repeat;
    max-height: 750px;
}

.navbar-brand img {
    height: 22px;
}

.nav-item {
    font-size: 14px;
    font-weight: 500;
}

.nav-item a:hover {
    color: #00A788 !important;
}

#langDropdown {
    color: #00A788;
    font-size: 14px;
}

.dropdown-item {
    color: #191D25;
    font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #00A788;
}

header .dropdown-menu {
    right: 0;
    left: auto !important;
}

header .dropdown:hover .dropdown-menu {
    display: block;
}

h1 span {
    color: #0BBD87;
}

header .dropdown-toggle::after {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-position: calc(100% - 9px) center !important;
    background: url("../../images/__header/lang-menu-icon.svg") no-repeat;
    padding: 8px 2px 8px 16px;
    border: 0;
    background-size: 8px;
    vertical-align: middle;
    margin-bottom: 2px;
}

header .dropdown-toggle::after::-ms-expand {
    display: none;
}

/******************** HOME SECTION 2 *******************/
#section-2 {
    background: url("../../images/home/home-section-2-gradient_1-80.jpg") center center / cover no-repeat;
}

.text-grey {
    color: #B2B2B2;
}

.fs-12 {
    font-size: 12px;
}

.ls-4 {
    letter-spacing: 4px;
}

#section-2 h6 span {
    font-size: 100px;
    color: white;
    font-weight: bold;
    line-height: 100px;
    ;
}

.c-green {
    color: #0BBD87;
}

/******************** HOME SECTION 3 *******************/

#section-3 .box {
    max-width: 250px;
    height: 100%;
}


/******************** HOME SECTION 4 *******************/
#section-4 {
    background: url("../../images/home/home-section-4-bg-80.jpg") 60% center / cover no-repeat;
}

/******************** HOME SECTION 5 *******************/
#section-5 {
    background-color: #E7E7E7;
}

#section-5 .g-recaptcha div {
    margin: auto;
}

#section-5 input,
#section-5 select {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 20px;
    color: #1A1F2F;
    font-size: 14px;
    padding: 8px 20px;
}

#section-5 input:focus,
#section-5 select:focus {
    box-shadow: 0 0 0 0.25rem rgb(27 188 92 / 25%);
}

#section-5 ::placeholder {
    color: #1A1F2F;
    opacity: 1;
    /* Firefox */
}

#section-5 :-ms-input-placeholder,
#section-5 :-ms-select-placeholder {
    /* Internet Explorer 10-11 */
    color: #1A1F2F;
}

#section-5 ::-ms-input-placeholder,
#section-5 ::-ms-select-placeholder {
    /* Microsoft Edge */
    color: #1A1F2F;
}

#section-5 .btn-success {
    min-width: 300px;
}


/******************** FOOTER *******************/

footer .text-muted {
    color: #757984 !important;
    font-size: 12px;
}

footer a:hover {
    color: #00A788 !important;
}

a.text-muted {
    text-decoration: none;
}

#newsletter1 {
    background-color: #E7E7E7;
    border: none;
    border-radius: 20px 0 0 20px;
    color: #575757;
    font-size: 12px;
    padding: 8px 20px;
}

footer ::placeholder {
    color: #575757;
    opacity: 1;
    /* Firefox */
}

footer :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #575757;
}

footer ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #575757;
}

footer .btn-success {
    border: 0;
    min-width: 50px;
    border-radius: 0 20px 20px 0;
    font-size: 18px;
}

footer .btn-success:hover {
    border: 0;
    background-color: #08a173;
}

#newsletter1:focus {
    box-shadow: none;
}



/******************** ABOUT PAGE *******************/
#about-header {
    background: url("../../images/about/about-header-img.jpg") 60% center / cover no-repeat;
    min-height: 430px;
    top:20px;
}

#about-header hr {
    margin: 0;
    border: 1px solid white;
    opacity: 1;
    width: 40%;
}

#about-section-5 {
    background: url("../../images/about/about-bg-img-2.jpg") 60% center / cover no-repeat;
}



/******************** EARN PAGE *******************/
#earn-header {
    background: url("../../images/earn/earn-img-bg-1.jpg") 60% center / cover no-repeat;
    min-height: 430px;
    top: 20px;
}

#earn-header hr {
    margin: 0;
    border: 1px solid white;
    opacity: 1;
    width: 40%;
}

#earn-section-5 {
    background: url("../../images/earn/earn-img-bg-2.jpg") 60% center / cover no-repeat;
}




/******************** LETS TALK PAGE *******************/
#talk-header {
    background: url("../../images/lets-talk/lets-talk-img-bg-1.jpg") 50% center / cover no-repeat;
    min-height: 430px;
}

#talk-header hr {
    margin: 0;
    border: 1px solid white;
    opacity: 1;
    width: 40%;
}

#talk-section-4 {
    background: url("../../images/lets-talk/lets-talk-img-bg-2.jpg") 60% center / cover no-repeat;
}

.g-recaptcha div {}

#talk-section-3 input,
#talk-section-3 select {
    background-color: transparent;
    border: 2px solid #F1F1F1;
    border-radius: 20px;
    color: #1A1F2F;
    font-size: 14px;
    padding: 8px 20px;
}

#talk-section-3 input:focus,
#talk-section-3 select:focus {
    box-shadow: 0 0 0 0.25rem rgb(27 188 92 / 25%);
}

#talk-section-3 ::placeholder {
    color: #1A1F2F;
    opacity: 1;
    /* Firefox */
}

#talk-section-3 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1A1F2F;
}

#talk-section-3 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1A1F2F;
}


/******************** RESPONSIVE *******************/

@media (max-width: 768px) {
    #section-2 h6 span {
        font-size: 70px;
        line-height: 70px;
    }

    #section-3 .box {
        max-width: 100% !important;
    }
}

@media (max-width: 575px) {
    #talk-header {
        background: url("../../images/lets-talk/lets-talk-img-bg-1.jpg") 35% center / cover no-repeat;
    }
}
