:root {
    --hny-primary: #2B2C68;
    --hny-secondary: #338aca;
    --hny-tertiary: #26b7cd;
    --hny-quaternary: #61bdaf;
    --hny-dark: #191834;
    --hny-brown: #A8965D;
    --hny-black: #1D1D24;
}

@font-face {
    font-family: 'Inter';
    src: url('../../fonts/Inter.ttf') format('truetype');
}

@font-face {
    font-family: 'Jost';
    src: url('../../fonts/Jost.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins.ttf') format('truetype');
}

/* fonts */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Jost' !important;
}

a,
li {
    font-family: 'Inter' !important;
}

p {
    font-family: 'Poppins' !important;
}

/* background */
.bg-hny-primary {
    background-color: var(--hny-primary) !important;
}

.bg-hny-secondary {
    background-color: var(--hny-secondary) !important;
}

.bg-hny-tertiary {
    background-color: var(--hny-tertiary) !important;
}

.bg-hny-quaternary {
    background-color: var(--hny-quaternary) !important;
}

.bg-hny-dark {
    background-color: var(--hny-dark) !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-hny-black {
    background-color: var(--hny-black) !important;
}


/* buttons */
.btn-hny-primary {
    background-color: var(--hny-primary) !important;
    color: #fff !important;
}

.btn-hny-primary:hover {
    background-color: #1c1d44 !important;
    color: #fff !important;
}

.btn-hny-secondary {
    background-color: var(--hny-secondary) !important;
    color: #fff !important;
}

.btn-hny-secondary:hover {
    background-color: #1e6292 !important;
    color: #fff !important;
}

.btn-hny-tertiary {
    background-color: var(--hny-tertiary) !important;
    color: #fff !important;
}

.btn-hny-tertiary:hover {
    background-color: #197886 !important;
    color: #fff !important;
}

.btn-hny-quaternary {
    background-color: var(--hny-quaternary) !important;
    color: #fff !important;
}

.btn-hny-quaternary:hover {
    background-color: #1e6c5e !important;
    color: #fff !important;
}

/* button padding */
.btn-md {
    padding: 10px 32px !important;
}

.btn-lg {
    padding: 15px 42px !important;
}

/* text */
.text-hny-primary {
    color: var(--hny-primary) !important;
}

.text-hny-secondary {
    color: var(--hny-secondary) !important;
}

.text-hny-tertiary {
    color: var(--hny-tertiary) !important;
}

.text-hny-quaternary {
    color: var(--hny-quaternary) !important;
}

.text-hny-brown {
    color: var(--hny-brown) !important;
}

a {
    text-decoration: none !important;
}

.card {
    border-radius: 18px !important;
}

/* nav */
.navbar-nav .dropdown-menu {
    background-color: var(--hny-primary) !important;
    color: #fff !important;
}

.navbar-nav .dropdown-menu a {
    color: white !important;
}

.navbar-nav .dropdown-menu a:hover {
    background-color: var(--hny-secondary) !important;
}

.jumbotron {
    max-height: 800px !important;
    overflow: hidden !important;
}

.jumbotron img {
    justify-content: center;
}

.jumbotron .bg-overlay {
    width: 25% !important;
}

.jumbotron .card {
    max-width: 600px !important;
    left: 31% !important;
}

/* jumbotron */
@media (max-width: 480px) {
    .jumbotron .card {
        position: relative !important;
        top: unset !important;
        left: unset !important;
        transform: unset !important;
        padding: 20px !important;
        margin: -20px 10px 0 10px !important;
    }
}

/* clients */
.swiperCustomers {
    height: 100px;
    pointer-events: none;
    margin-bottom: 15px;
}

.swiperCustomers img {
    filter: grayscale(1) invert(1);
    height: 50px;
}

.swiperCustomers .swiper-wrapper {
    transition-timing-function: linear !important;
}

.swiperCustomers .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiperCustomers .swiper-slide img{
    height: 80px;
    width: 100%;
    object-fit: contain;
}

/* review */
.review .img-review {
    width: 400px;
    height: 300px;
    border-radius: 18px !important;
}

@media (max-width: 480px) {
    .review .img-review {
        width: 100% !important;
        height: 100% !important;
    }

    .review .message {
        padding-top: 15px;
    }
}

/* circle number */
.icon-circle {
    /* background-color: var(--hny-secondary); */
    /* Circle background */
    color: #FFF;
    /* Circle text color */
    font-weight: bold;
    font-size: 18px;
    width: 40px !important;
    max-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed #00aaff;
    /* Dashed border */
    border-radius: 50%;
    ;
    /* margin-right: 15px; */
    flex-shrink: 0;
}

/* footer */
footer ul li {
    list-style: none;
}

/* whatsapp */
.whatsapp-pulse {
    width: 100px;
    height: 100px;
    vertical-align: middle;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 100%;
    z-index: 1;
    display: inline;
}

.whatsapp-pulse::before {
    position: absolute;
    content: " ";
    z-index: -1;
    bottom: -10px;
    right: -10px;
    background-color: #2ae634;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    animation-fill-mode: both;
    opacity: 0.6;
    animation: pulse 1.8s ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.3);
        opacity: 1;
    }

    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* review */
@media (max-width: 480px) {
    .review .card {
        position: relative !important;
        top: unset !important;
        left: unset !important;
        transform: unset !important;
        padding: 20px !important;
        margin: -20px 10px 0 10px !important;
    }
}