:root {
    --narrow: 1140px !important;
    --shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.15);
    --primaryhover: #21b789 !important;
}

.rounded,
.rounded img {
    border-radius: 2rem;
}

.primary-gradient {
    background-color: #FFD83D !important;
}

.btn-primary {
    background-color: #FFD83D !important;
    border-color: transparent !important;
    transition: 0.5s !important;
    background-size: 200% auto;       
    display: block;
    color: black !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-position: right center; /* change the direction of the change here */
    background-color: #fff352 !important;
    color: var(--dark) !important;
}

.contact-form-label {
    color: #FFD83D !important;
}

.highlightbox-multiple-block .item i {
    color: var(--dark) !important;
}

.block-megaHeaderSideMenu .top-menu .contact-item a.contact-item-link {
    color: var(--light) !important;
}

.tel a.text-dark {
  color: var(--light) !important;
}

.email a.text-dark {
  color: var(--light) !important;
}

.atf-slider-navi .nav-item.icon::before {
    background-color: #FFD83D !important;
}


/*slider styles*/
.atf-slider-elem {
    cursor: default !important;
}

/*table styles*/
#price-table {
    width: 100%;
}

@media screen and (min-width: 768px) {
    #price-table {
        width: 75%;
    }
}

/*admin-styles*/
.admin-page-settings {
    font-size: 1rem;
}

@media (prefers-reduced-motion: no-preference) {

    .fade-elem {
        opacity: 0;
        transition: transform 2000ms ease, opacity 0.9s;
        transform: translateY(150px);
    }
    
    .fade-elem.loaded {
        opacity: 1;
        transform: translateY(0);
        animation-delay: 0s;
    }

}

@media (min-width: 1680px) {

    body,
    p {
        font-size: 1.2rem !important;
    }

    .h1, 
    h1 {
        font-size: 3.5rem !important;
    }

    .h2, 
    h2 {
        font-size: 2.75rem !important;
    }

    .h3, 
    h3 {
        font-size: 2.25rem !important;
    }

    .h4, 
    h4 {
        font-size: 1.75rem !important;
    }

    .h5, 
    h5 {
        font-size: 1.5rem !important;
    }

}

@media (max-width: 1279px) {

    .h3, 
    h3 {
        font-size: 1.5rem !important;
    }

    .h4, 
    h4 {
        font-size: 1.4rem !important;
    }

    .h5, 
    h5 {
        font-size: 1.3rem !important;
    }

}