/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

html {
    scroll-behavior: smooth;
}

body::-webkit-scrollbar{
    display: none;
  }

.img-full-width,
.img-full-width img {
    width: 90%;
}

#menu-item-14 a span {
    padding: 4px 20px 4px 20px;
    background-color: #147FA6;
    border-radius: 10px;
    transition: all 0.4s ease;
}
#menu-item-14 a span:hover {
    background-color: #D58936;
}

div.fusion-title.card-title {
    margin-bottom: 0px !important;
    padding: 10px 20px;
    background-color: #147FA6;
}

#hero {
    z-index: 999;
}

.arrow {
    animation: bounce-arrow 1s infinite alternate ;
}
@keyframes bounce-arrow {
    0% {transform: translateY(0%)}
    100% {transform: translateY(-30%)}
}

#banner {
    position: fixed;
    bottom: 0px;
    z-index: 1000;
}

.toggle-custom div div {
    border-radius: 5px !important;
}

.toggle-custom:hover {
    color: #d58936;
}


@media screen and (max-width: 1023px) {
    #hamb-btn div nav {
        display: flex;
        justify-content: end;
    }

    .flex-reverse-mobile div {
        flex-direction: column-reverse;
    }
}