@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=MuseoModerno:wght@900&display=swap');
html,
body {
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Montserrat', sans-serif; */
    scroll-behavior: smooth;
}

.main-menu{
    font-size: 110% !important;
}

.bg-primary{
    background: #0089c8 !important;
}

.btn-primary {
    background: #0089c8;
    border: #056fa0;
}

.btn-primary:hover {
    background: #0b455f;
}

.btn-outline-primary {
    background: #fff;
    border: 1px solid #056fa0;
    color: #0089c8;
}

.btn-outline-primary:hover{
    background: #0b455f;
    color: #fff;
    border: 1px solid #056fa0;

}

.bg-success{
    background: #258360 !important;
}

.btn-success {
    background: #258360;
    border: #136144;
}

.btn-success:hover {
    background: #136144;
}

.btn-outline-success {
    background: #fff;
    border: 1px solid #136144;
    color: #258360;
}

.btn-outline-success:hover{
    background: #136144;
    color: #fff;
    border: 1px solid #136144;

}

.bg-warning{
    background: #f5b744 !important;
}

.btn-warning {
    background: #f5b744;
    border: #e09f26;
}

.btn-warning:hover {
    background: #e09f26;
}

.btn-outline-warning {
    background: #fff;
    border: 1px solid #e09f26;
    color: #f5b744;
}

.btn-outline-warning:hover{
    background: #e09f26;
    color: #fff;
    border: 1px solid #e09f26;

}

.bg-secondary{
    background: #59595b !important;
}

.btn-secondary {
    background: #59595b;
    border: #3f3f43;
}

.btn-secondary:hover {
    background: #3f3f43;
}

.btn-outline-secondary {
    background: #fff;
    border: 1px solid #3f3f43;
    color: #59595b;
}

.btn-outline-secondary:hover{
    background: #3f3f43;
    color: #fff;
    border: 1px solid #3f3f43;

}

.brand-logo{
    max-width: 100%;
}

.carousel{
    max-height: 800px;
}

.footer a{
    color: #e09f26;

}

.btn-profile-edit:hover{

    color: #000000;
    opacity: 1;
    font-size: 30px;
}

.text-nowrap{
    text-wrap: nowrap;
}

.btn-height{
    height: 3em;
}
.display-md{
    display: none;
}
.display-lg{
    display: block;
}
.dropdown-menu{
    font-size: 0.9em;

}
.dropdown-menu > li > .dropdown-item:hover {
    background: #e2c4a8 !important;
}

.nav-link{
    color: #258360;
}
.nav-link:hover{
    color: #0089c8 !important;
}

#content_join {
    background-image: url("../img/join.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#join {
    background: rgba(0, 0, 0, 0.6);
    color: #f2f2f2;
}

.zoom {
    transition: transform 0.5s;
}

.zoom:hover {
    transform: scale(1.02);
}

.zoom img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    width: 100%;
}

.zoom:hover img {
    -webkit-transform: scale(1.009);
    -moz-transform: scale(1.009);
    -ms-transform: scale(1.009);
    -o-transform: scale(1.009);
    transform: scale(1.009);
}


.item-image img {
    max-width: 200px;
    max-height: 300px;
    object-fit: cover;
}


/* .nav-link:hover, .dropdown-toggle:hover{
    color: #EF8A2B !important;
} */

.logo-lg{
    max-width: 100px;
}
.btn-100{
    max-width: 100%;
}
.btn-50{
    max-width: 50%;
}

.top-divider{
    min-height: 8%;
}
.fs-0{
    font-size: 4em;
}

.floating-height{
    height: 3.5rem;
}

.text-active-menu{
    color: #0089c8 !important;
}

.fs-7{
    font-size: 0.8em;
}
/******* Modal *************/

.overlay {
    display: none;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    -ms-transition: 2s ease-in-out;
    -webkit-appearance: none;
    transition: 2s all;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51, 51, 51, 0.7);
    z-index: 10;
}

.overlayShow {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51, 51, 51, 0.7);
    z-index: 100001 !important;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    -ms-transition: 2s ease-in-out;
    -webkit-appearance: none;
    transition: 2s all;
}

.bg-transparent{
    opacity: 1;
}

.live_search {
    position: absolute;
    display: none;
    z-index: 2;
    top: 55px;
    background: #ffffff;
    padding: 6px 2px 6px 2px;
    color: #000000;
    min-width: 200px;
}

.item-suggest {
    font-size: 1em;
    background: #d5d4d4;
    color: #000000;
    /* padding: 6px 2px 6px 2px; */

}

.image-flag{
    background-position: 10px 26px;
    background-size: 34px;
    background-repeat:no-repeat;
}
.flag{
    max-width: 30px;
}

.input-with-flag{
    padding-left: 50px !important;
}

.w-15{
    width: 15%;
}
.w-20{
    width: 20%;
}
.w-30{
    width: 30%;
}
.w-35{
    width: 35%;
}
.w-40{
    width: 40%;
}
.w-55{
    width: 55%;
}

.h-15{
    min-height: 15em;
}
.h-20{
    min-height: 20em;
}
.h-30{
    min-height: 30em;
}
.h-35{
    min-height: 35em;
}
.h-40{
    min-height: 40em;
}
.h-55{
    min-height: 55em;
}


.btn-edit {
    color: #128c7e;
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 99;
    outline: none;
    cursor: pointer;
    border-radius: 10%;
    width: 50%;
    height: 35px;
    padding: 2px;
}

.btn-edit:hover{
    font-weight: bold;
    color: #128c7e;

}

.pricing-card{
    min-height: 380px !important;
}

.w-90{
    max-width: 90%;
}


.profile-header-img {
    position: absolute;
    margin-top: -10px;
    margin-left: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 180px;
    height: 180px;
}

.profile-image {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    object-fit: cover;
}

.btn-img-edit{
    margin-top: 10px;
}

.selected-menu-line{

    border-bottom: 5px solid #0089c8;
    color: #0089c8 !important;
    margin-top: -10px;
    width: 80%;
    margin-left: 10%;
}

@media (max-width: 991px) {
    .display-md {
        display: block;
    }
    .display-lg{
        display: none;
    }
    .btn-100{
        width: 100%;
    }
    .btn-50, .form-register{
        width: 100%;
    }
    .logo-md{
        max-width: 100px;
    }
    .form-register{
        width: 100%;
    }
    .fs-0{
        font-size: 3em;
    }
    .selected-menu-line{

        display: none;
    }
}