@font-face {
    font-family: "Audrey";
    src: url("../fonts/Audrey-Medium.otf");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Audrey";
    src: url("../fonts/Audrey-Bold.otf");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Audrey";
    src: url("../fonts/Audrey-Medium.otf");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

:root {
    --alt-font: "Playfair Display", sans-serif;
    --primary-font: "Plus Jakarta Sans", sans-serif;
}

.alt-font {
    font-family: var(--alt-font);
}

.primary-font {
    font-family: var(--primary-font) !important;
}

.navbar .navbar-nav .nav-link {
    font-family: "Audrey", sans-serif;
}

.two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

a:hover {
    color: #ad863e;
}

.bg-white-2 {
    background-color: #ececec;
}

.bg-gold-2 {
    background-color: #ad863e;
}

.bg-gray-2 {
    background-color: #505050;
}

.bg-gradient-emerald-blue-emerald-green {
    background-image: linear-gradient(50deg, rgba(195, 168, 105, 1) 0%, rgba(226, 194, 114, 1) 100%);
}

.bg-gold-gradient-2 {
    background: linear-gradient(43deg, rgba(195, 168, 105, 1) 0%, rgba(226, 194, 114, 1) 100%);
}

.text-gold {
    color: #ae873e;
}

.text-dark-gray-2 {
    color: #3d3f40 !important;
}

.text-dark-gray-3 {
    color: #8d8d8d !important;
}

.border-bottom-2 {
    border-bottom: 1px solid #d9d9d9 !important;
}

.bg-award {
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: 100%;
}

.border-gold {
    border: 29px solid #d5b76e;
}

.border-white-2 {
    border: 16px solid #fff;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.line-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
}

.line-title .line {
    flex: 1;
    height: 4px;
    max-width: 80px;
    background-color: #ad873e;
}

.btn-youtube {
    font-family: "Audrey", sans-serif;
    background-color: #db2824;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 10px;
}

.btn-youtube:hover {
    background-color: transparent;
    color: #db2824;
    border: 1px solid #db2824;
}

.btn-facebook {
    font-family: "Audrey", sans-serif;
    background-color: #0b86ee;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 10px;
}

.btn-facebook:hover {
    background-color: transparent;
    color: #0b86ee;
    border: 1px solid #0b86ee;
}

/* Footer */
.footer-text-gradient {
    color: #333;
    background-image: linear-gradient(6deg, rgba(209, 183, 119, 1) 0%, rgba(190, 160, 88, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-family: var(--title-font) !important;
}

.elements-link {
    border-left: 2px solid transparent;
    border-image: linear-gradient(6deg, rgba(190, 160, 88, 1) 0%, rgba(234, 207, 141, 1) 100%) 1;
    padding-left: 40px;
    margin-left: 0;
}

.elements-link li a {
    color: #353534;
    font-size: 16px;
    font-weight: 600;
}

.elements-link li a:hover {
    color: #cca655;
}


/* Header */
.top-logo {
    padding: 20px 0;
}

.top-logo img {
    max-height: 160px;
}

.header-btn-lag {
    padding-left: 20px;
}

.btn-lag img {
    width: 30px;
    filter: grayscale(100%);
}

.btn-lag.active img,
.btn-lag:hover img {
    filter: grayscale(0);
}

.logo-header {
    display: none !important;
}

.menu-1 {
    justify-content: center;
}

.menu-2 {
    justify-content: flex-end;
}

.bg-gold-gradient-2 {
    font-family: "Audrey", sans-serif;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    margin-left: 0;
}

.bg-gold-gradient-2:hover {
    color: #E2C272;
    background: transparent;
    border: 1px solid #E2C272;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {

    .slider-navigation-style-07 {
        height: 91px;
    }

    .header-icon .icon>a {
        padding-left: 20px;
        font-size: 20px;
    }

    .btn-lag img {
        width: 25px;
    }

    .header-push-button .push-button span {
        width: 25px;
    }

    .header-push-button .push-button span:nth-child(4) {
        width: 25px;
    }

    .btn-youtube {
        font-size: 12px;
    }

    .btn-facebook {
        font-size: 12px;
    }

    .elements-link li a {
        font-size: 14px;
    }

    .bg-gold-gradient-2 {
        font-size: 10px;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 10px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .btn-youtube {
        font-size: 14px;
    }

    .btn-facebook {
        font-size: 14px;
    }
}

@media (min-width: 1600px) and (max-width: 1799px) {

    .navbar .navbar-nav .nav-link {
        font-size: 14px;
    }

    .bg-gold-gradient-2 {
        font-size: 14px;
    }
}

@media (min-width: 1800px) {
    .slider-navigation-style-07 {
        -webkit-transform: translateX(55%);
        transform: translateX(55%);
    }

    .slider-navigation-style-07.swiper-button-prev {
        -webkit-transform: translate(55%, -100%);
        transform: translate(55%, -100%);
    }

    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }

    .bg-gold-gradient-2 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .logo-header {
        display: flex !important;
    }

    header .navbar-brand img {
        max-height: 65px;
    }

    header .navbar-brand {
        padding: 10px 0;
    }

    .btn-youtube {
        font-size: 14px;
    }

    .btn-facebook {
        font-size: 14px;
    }

    .bg-award {
        background-size: 300%;
    }
}

@media (max-width: 991px) {
    .border-gold {
        border: 15px solid #d5b76e;
    }

    .slider-navigation-style-07.swiper-button-prev {
        -webkit-transform: translate(0%, -100%);
        transform: translate(0%, -100%);
    }

    .elements-link {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    .elements-link li a {
        font-size: 20px;
    }

    .line {
        max-width: 40px;
    }

    header .header-push-button,
    header .header-search-icon.icon,
    header .push-menu {
        display: none;
    }

    .header-btn-lag {
        padding-left: 0;
        padding-right: 10px;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 18px;
    }

    .menu-1,
    .menu-2 {
        justify-content: flex-start;
    }

}