  :root {
        --primary: #2043a1;
        --secondary: #f04e25;
        --tertiary: #2c9a00;
        --quarternary: #f04e25;
        --ff-primary: 'Tilt Neon', cursive;
        --ff-secondary: 'Bubblegum Sans', cursive;
        --section-divider-height: 60;
        --section-divider-width: 1920;
        --section-divider-ratio: calc(100% * var(--section-divider-height) / var(--section-divider-width));
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a,
    span,
    li {
        font-family: var(--ff-primary);
    }

    html,
    body {
        overflow-x: hidden;
    }

    .w-10 {
        width: 10% !important;
    }

    .py-3 {
        /*slight adjust for font used*/
        padding-bottom: 0.8rem !important;
    }

    .z-0 {
        z-index: 0;
    }

    .z-1 {
        z-index: 10;
    }

    .z-2 {
        z-index: 20;
    }

    .invert {
        filter: invert(100%) !important;
    }

    .z-9 {
        z-index: 999999;
    }

    .mirror {
        transform: scaleX(-1) !important;
    }

    .min-h-inherit {
        min-height: inherit;
    }

    .o-cover {
        object-fit: cover;
    }

    .img-cover {
        position: absolute;
        object-fit: cover;
        object-position: center;
        height: 100%;
        width: 100%;
    }

    /****************************
*************BG**************
****************************/
    .bg-primary {
        background-color: var(--primary) !important;
    }

    .bg-secondary {
        background-color: var(--secondary) !important;
    }

    .bg-tertiary {
        background-color: var(--tertiary) !important;
    }

    .bg-quarternary {
        background-color: var(--quarternary) !important;
    }

    /****************************
*************BORDER**************
****************************/
    .border-primary {
        border-color: var(--primary) !important;
    }

    .border-secondary {
        border-color: var(--secondary) !important;
    }

    .border-tertiary {
        border-color: var(--tertiary) !important;
    }

    .border-quarternary {
        border-color: var(--quarternary) !important;
    }

    /****************************
************FONT*************
****************************/
    .font-primary {
        font-family: var(--ff-primary) !important;
    }

    .font-secondary {
        font-family: var(--ff-secondary) !important;
    }

    /****************************
************TEXT*************
****************************/
    .text-primary {
        color: var(--primary) !important;
    }

    .text-secondary {
        color: var(--secondary) !important;
    }

    .text-tertiary {
        color: var(--tertiary) !important;
    }

    .text-quarternary {
        color: var(--quarternary) !important;
    }

    @media(max-width: 991px) {
        .text-dark-mode {
            color: white !important;
        }

        .bg-dark-mode {
            color: white !important;
        }
    }



    /****************************
***********HOVER*************
****************************/
    .hover-dark:hover {
        background-color: #333 !important;
        color: white !important;
        transition: background-color .25s, white .25s;
    }


    .has-divider {
        position: relative;
        padding-bottom: var(--section-divider-ratio);
    }

    .section-divider {
        display: block;
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: auto;
    }





    /****************************
*********NAVIGATION**********
****************************/
    nav li a {
        margin: 0;
        border-radius: 20px;
        padding: 10px 15px !important;
        background-color: transparent;
        color: #333;
        transition: background-color .25s, color .25s;
    }

    .nav-link {
        font-size: 18px;
        position: relative;
    }

    nav .nav-link.active::before {
        content: '';
        position: absolute;
        opacity: 1;
        background: #ffb164 !important;
        transition: all .3s ease-in-out;
        width: 22px;
        height: 22px;
        left: 0px;
        top: 6px;
        left: 7px;
        top: 7px;
        z-index: -1;
        transform: rotate(10deg);
        border-radius: 3px 3px 3px 3px;
        transition: all .3s ease-in-out;
    }

    nav li a:hover::before {
        content: '';
        position: absolute;
        opacity: 1;
        background: #ffb164 !important;
        transition: all .3s ease-in-out;
        width: 22px;
        height: 22px;
        left: 0px;
        top: 6px;
        left: 7px;
        top: 7px;
        z-index: -1;
        transform: rotate(10deg);
        border-radius: 3px 3px 3px 3px;
        transition: all .3s ease-in-out;
    }


    /****************************
************TABS*************
****************************/
    .nav-tabs .nav-link.active {
        border: 2px solid white !important;
        filter: saturate(2);
    }



    .card-img {
        height: 250px;

    }

    .card-img img {
        width: 100%;
        max-height: 250px;
        object-fit: cover;
        object-position: center;
    }

    @media (max-width: 767px) {
        .multi-slide .carousel-inner .carousel-item>div {
            display: none;
        }

        .multi-slide .carousel-inner .carousel-item>div:first-child {
            display: block;
        }
    }

    .multi-slide .carousel-inner .carousel-item.active,
    .multi-slide .carousel-inner .carousel-item-next,
    .multi-slide .carousel-inner .carousel-item-prev {
        display: flex;
    }

    @media (min-width: 768px) {

        .multi-slide .carousel-inner .carousel-item-end.active,
        .multi-slide .carousel-inner .carousel-item-next {
            transform: translateX(33.3333333%);
        }

        .multi-slide .carousel-inner .carousel-item-start.active,
        .multi-slide .carousel-inner .carousel-item-prev {
            transform: translateX(-33.3333333%);
        }

        .multi-slide[data-count="4"] .carousel-inner .carousel-item-end:not(.active),
        .multi-slide[data-count="4"] .carousel-inner .carousel-item-next {
            transform: translateX(25%);
        }

        .multi-slide[data-count="4"] .carousel-inner .carousel-item-start:not(.active),
        .multi-slide[data-count="4"] .carousel-inner .carousel-item-prev {
            transform: translateX(-25%);
        }
    }

    .multi-slide .carousel-inner .carousel-item-end,
    .multi-slide .carousel-inner .carousel-item-start {
        transform: translateX(0);
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 6% !important;
    }

    @media(max-width: 768px) {

        .carousel-control-next,
        .carousel-control-prev {
            display: none !important;
        }
    }




    /* Shine */
    .shine {
        height: 250px;
        width: 100%;
        background: #59cce0;
        z-index: 0;
        position: relative;

    }

    .shine:hover {
        animation: zoom forwards 1s;
    }

    .shine:hover:after {
        content: '';
        top: 0;
        transform: translateX(100%);
        width: 100%;
        height: 250px;
        position: absolute;
        z-index: 1;
        animation: slide forwards 2s;

        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
        /* IE10+ */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
        /* IE6-9 */
    }


    @keyframes slide {
        0% {
            transform: translateX(-100%)
        }

        100% {
            transform: translateX(100%)
        }
    }

    @keyframes zoom {
        0% {
            transform: scale(1)
        }

        100% {
            transform: scale(1.05)
        }
    }