@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');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100%;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    scroll-behavior: smooth;
}

.main-menu {
    font-size: 100% !important;
}

.bg-primary {
    background: #010F1A !important;
}

.btn-primary {
    background: #010F1A;
    border: #056fa0;
}

.btn-primary:hover {
    background: #114267;
}

.btn-outline-primary {
    background: #fff;
    border: 1px solid #056fa0;
    color: #010F1A;
}

.btn-outline-primary:hover {
    background: #114267;
    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: #FCCE19;
}

.btn-warning:hover {
    background: #FCCE19;
}

.btn-outline-warning {
    background: #fff;
    border: 1px solid #FCCE19;
    color: #f5b744;
}

.btn-outline-warning:hover {
    background: #FCCE19;
    color: #fff;
    border: 1px solid #FCCE19;

}

.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: #FCCE19;

}

.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: #fff;
}

.nav-link:hover {
    color: #e2c4a8 !important;
}

.profile-menu .nav-link {
    color: #000;
}

.profile-menu .nav-link:hover {
    color: #917d6a !important;
}

.nav-tabs a.nav-link.active,
.nav-tabs a.nav-link.active:hover,
.nav-tabs a.nav-link.active:focus {
    border-color: #bf9976;
    border-bottom-color: transparent;
}

.nav-tabs,
.nav-tabs a.nav-link {
    border-bottom: 1px solid #e2c4a8;
}


.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;
}

.item-image-resume img {
    width: 150px;
    height: 100px;
    object-fit: cover;
}

.profile-ceo {
    border-radius: 50%;
    max-width: 300px;

}

/* .nav-link:hover, .dropdown-toggle:hover{
    color: #FFFFCC !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: #FFFFCC !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%;
}

.selected-menu-line {

    border-bottom: 5px solid #FFFFCC;
    color: #FFFFCC !important;
    margin-top: -10px;
    width: 80%;
    margin-left: 10%;
}

.image-wrapper {
    height: 450px;
    overflow: hidden;
}

.image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.species-toolbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    padding: 10px 0;
}

.like-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
  z-index: 10;
  transition: color 0.3s ease;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 1px red;

}

.like-btn.liked {
  color: #e0245e;
  -webkit-text-fill-color: #e0245e;
  -webkit-text-stroke: 0px transparent;
}




.heart-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
    z-index: 5;
}

.floating-heart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    font-size: 2rem;
    color: #e0245e;
    animation: popFade 1.5s ease-out forwards;
}

@keyframes popFade {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(2);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(3);
    }
}

@media (max-width: 991px) {
    .display-md {
        display: block;
    }

    .display-lg {
        display: none !important;
    }

    .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;
    }
}