@font-face {
    font-family: myFont;
    src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: myFont01;
    src: url('../fonts/CgBernhardtBd.ttf');
}

html,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
.uk-button,
.uk-navbar-nav>li>a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
span {
    font-family: myFont01 !important;
}

body {
    margin: 0 auto;
    min-width: 1400px;
    background: #ffd9a7 url('../img/subtle-texture.png') repeat;
    background-blend-mode: overlay;
    background-size: 300px;
}

html {
    scroll-behavior: smooth;
}

.uk-font-01 {
    font-family: myFont01 !important;
}

.my-radius {
    border-radius: 15px;
}

.my-radius2 {
    border-radius: 50px;
}

.my-radius3 {
    border-radius: 30px;
}

.z_download {
    width: 500px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/d_btn.svg) center/contain no-repeat;
    color: white;
    font-size: 2.6rem;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    font-family: myFont01 !important;
}

.z_download:hover {
    background: url(../img/d_btn_hover.svg) center/contain no-repeat;
    color: white;
    text-decoration: none;
}

.x-navbar-nav {
    gap: 0;
    border-bottom: solid 5px #274493;
}

.x-navbar-nav>li {
    width: 100%;
    height: auto;
    padding: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.x-navbar-nav>li>a {
    color: #FFF;
    font-family: myFont01 !important;
    font-size: 1.5rem;
}

.x-navbar-nav>li:hover>a,
.x-navbar-nav>li>a[aria-expanded=true] {
    color: #FFF
}

.x-modal-bg {
    background: #FFF;
    background-size: 100px, cover;
    background-attachment: fixed;
    border: solid 10px #ffb206;
    border-radius: 30px;
    color: #f0b018;
}

.x-modal-bg img {
    border: solid 3px #b38137;
    border-radius: 15px;
}

.uk-dotnav>.uk-active>*,
.uk-light .uk-dotnav>.uk-active>* {
    background-color: #ffb206;
    border-color: transparent
}

.x-close {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    background: url(../img/g_close.svg) 0 top no-repeat;
    color: #FFF;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    border: none;
}

.uk-modal-body::-webkit-scrollbar {
    width: 10px;
}

.uk-modal-body::-webkit-scrollbar-track {
    background: #f0b018;
    border-radius: 10px;
}

.uk-modal-body::-webkit-scrollbar-thumb {
    background: #d69718;
    border-radius: 10px;
    border: solid 1px #b67e0f;
}

.uk-modal-body::-webkit-scrollbar-thumb:hover {
    background: #f6e7d0;
}

.g-scrollbar::-webkit-scrollbar {
    width: 8px;
}

.g-scrollbar::-webkit-scrollbar-track {
    background: #66009b;
    border-radius: 10px;
}

.g-scrollbar::-webkit-scrollbar-thumb {
    background: #ab4cf1;
    border-radius: 10px;
    border: solid 1px #914cdf;
}

.g-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #c681ff;
}

.r_bg {
    width: 100%;
    height: 2100px;
    background: url(../img/r_bg.png) center 0 no-repeat;
    background-size: 90%;
    margin-top: 5rem;
    padding: 10rem 0 0 6rem;
}

.r_bg h1 {
    font-size: 6rem; color: #FFF;
}

.r_bg h3 {
    font-size: 3rem; color: #FFF;
}

.a_pad {
    padding: 10rem 15rem 5rem 10rem;
}
.a_pad p{ font-size: 1.2rem; color: #FFF; }
.g_s_img{ width: 500px; height: 500px; border-radius: 50%; border:solid 5px #FFF; }
.g_s_img:nth-child(1){ transform: translateX(15rem); }
.g_s_img:nth-child(2){ transform: translate(-5rem,35rem); }
.g_s_img:nth-child(3){ transform: translate(-12rem,5rem); }
.footer-bg{ bottom:12rem }