* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Satoshi", sans-serif;
}
body::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
body {
    background: #fff;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
::-moz-selection {
    color: white;
    background: #cda13c;
}

::selection {
    color: white;
    background: #cda13c;
}

.swal2-popup {
    font-size: .75rem;
}

.text-black {
    color: black !important;
}
.text-yellow {
    color: #cda13c !important;
}
.d-flex {
    display: flex !important;
}
.d-none {
    display: none !important;
}
.d-lg-block {
    display: block !important;
}
.d-lg-flex {
    display: flex !important;
}
.d-sm-block {
    display: none !important;
}
.justify-content-between {
    justify-content: space-between;
}
.h-100 {
    height: 100%;
}
.w-100 {
    width: 100%;
}
.w-30 {
    width: 30%;
}
img {
    width: auto;
    height: auto;
}
.img-fluid {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.show-tablet, .show-mobile {
    display: none;
}

/* Page Loader */

#loader_div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    backdrop-filter: blur(3px);
}
#loader_div .loader_circle {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    border: 0.2em solid #ddd;
    border-color: #CDA23D transparent transparent #CDA23D;
    -webkit-animation: loading 1.5s infinite 0.33s;
    animation: loading 1.5s infinite 0.33s;
}
#loader_div .loader_circle::before{
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 1.8em);
    left: calc(50% - 1.8em);
    width: 3.6em;
    height: 3.6em;
    border: 0.2em solid #ddd ;
    border-color: #AB801B transparent transparent #AB801B;
    border-radius: 50%;
    -webkit-animation: loading 1.5s infinite 0s;
    animation: loading 1.5s infinite 0s;
    box-sizing: border-box;
}
#loader_div .loader_circle::after{
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 1.2em);
    left: calc(50% - 1.2em);
    width: 2.4em;
    height: 2.4em;
    border: 0.2em solid #ddd ;
    border-color: #EFC45F transparent transparent #EFC45F;
    border-radius: 50%;
    -webkit-animation: loading 1.5s infinite 0.22s;
    animation: loading 1.5s infinite 0.22s;
    box-sizing: border-box;
}
@-webkit-keyframes loading{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
@keyframes loading{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

/* Navigation start */

.navigation {
    width: 4.15vw;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 4.5vw 0;
    border-right: .2vw solid #cda13c;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.navigation .menu_btn .cross-icon {
    position: absolute;
    top: 4vw;
    right: 4vw;
    transition: .5s opacity .5s;
    opacity: 0;
}
.navigation .menu_btn.active .cross-icon {
    opacity: 1;
}
.navigation .menu-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    transform: translateX(-100%);
    transition: .5s;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
    visibility: hidden;
}
.navigation .menu_btn.active .menu-content {
    visibility: visible;
    transform: translateX(0);
}
.navigation .menu-nav {
    color: #fff;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    list-style-type: none;
    display: flex;
    position: relative;
}
.navigation .menu-nav-item {
    color: #fff;
    margin: 2vw 8vw;
    text-decoration: none;
    position: relative;
    max-width: 100%;
    display: block;
}
.navigation .menu-nav-item-default {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
    top: 0; left: 0;
    padding: 1vw 3vw;

}
.navigation .menu-nav-item-default .menu-nav-item-counter {
    margin-right: 3vw;
    font-size: 1vw;
}
.navigation .menu-nav-item-text {
    color: #fff;
    font-size: 3vw;
    font-weight: 300;
    line-height: 100%;
    transform: translate3d(0, calc(100% + 1vw), 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: .5s transform .5s;
}
.navigation .menu_btn.active .menu-nav-item-text {
    transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.navigation .support {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.navigation .support svg {
    width: 1.2vw;
    height: 1.2vw;
    margin-top: 1vw;
}
.navigation .support svg path {
    fill: #cda13c;
}
.navigation .support .support-link {
    user-select: none;
    color: black;
    font-size: 1vw;
    text-decoration: none;
    writing-mode: vertical-rl;
    transform: scale(-1);
}

.navigation .menu-nav-item::before,
.navigation .menu-nav-item::after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    z-index: 2;
    left: 0;
    height: 30%;
    width: 2px;
    transition: height 0.2s 0.35s ease-out;
}
.navigation .menu-nav-item::before {
    top: 50%;
}
.navigation .menu-nav-item::after {
    bottom: 50%;
}
.navigation .menu-nav-item:hover::before {
    height: 50%;
    transition: height 0.2s ease-in;
}
.navigation .menu-nav-item:hover::after {
    height: 50%;
    transition: height 0.1s ease-in;
}

.navigation .menu-nav-item-default::before,
.navigation .menu-nav-item-default::after {
    content: "";
    position: absolute;
    width: 0; height: 0;
    background: transparent;
    opacity: 0;
    z-index: 2;
}
.navigation .menu-nav-item-default::after {
    bottom: 0; left: 0;
    border-bottom: 2px solid #ffffff;
    transition: width 0.25s ease-in, opacity 0s 0.35s;
}
.navigation .menu-nav-item:hover .menu-nav-item-default::after {
    width: 99%;
    opacity: 1;
    transition: width 0.25s 0.2s ease-out, opacity 0s 0.2s;
}
.navigation .menu-nav-item-default::before {
    top: 0; left: 0;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transition: height 0.15s ease-in, width 0.2s 0.15s linear, opacity 0s 0.35s;
}
.navigation .menu-nav-item:hover .menu-nav-item-default::before {
    width: 99%; height: 99%;
    opacity: 1;
    transition: width 0.2s 0.1s linear, height 0.15s 0.3s ease-out, opacity 0s 0.1s;
}

/* Navigation end */

.left-nav {
    position: absolute;
    left: 8vw;
    top: 4.5vw;
    bottom: 4.5vw;
    border-right: .15vw solid #cda13c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.left-nav p {
    font-size: 0.65vw !important;
    color: white;
    writing-mode: vertical-rl;
    transform:scale(-1);
}
.left-nav .left-logo {
    padding: 0 .5vw;
}
.left-arrow {
    position: absolute;
    left: 6vw;
    top: 4.5vw;
    bottom: 4.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.right-arrow {
    position: absolute;
    right: 4vw;
    top: 4.5vw;
    bottom: 4.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bottom-nav {
    color: #FFFFFF;
    position: absolute;
    bottom: 13vw;
    left: 0;
    right: 6vw;
    padding-left: 6vw;
    padding-bottom: 2vw;
    border-bottom: 2px solid #CDA13C;
}

.jck-container svg {
    display: block;
    width: 20vw;
    height: auto;
}
.jck-container a {
    display: block;
    color: white;
    text-decoration: none;
    background: #000;
    border-radius: 5vw;
    font-size: 1vw;
    line-height: 1;
    padding: .6vw 1vw;
    margin-top: .5vw;
    float: right;
    text-align: center;
    overflow: hidden;
}

.sections{
    position:fixed;
    z-index:1;
    width:100vw;
    height:100vh;
    background: white;
}

.dot-flashing {
    position: relative;
    width: .5vw;
    height: .5vw;
    margin: .3vw 0;
    border-radius: 0.25vw;
    background-color: #ffffff;
    color: #ffffff;
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: 0.5s;
}
.dot-flashing::before, .dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}
.dot-flashing::before {
    left: -0.75vw;
    width: .5vw;
    height: .5vw;
    border-radius: 0.25vw;
    background-color: #ffffff;
    color: #ffffff;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 0s;
}
.dot-flashing::after {
    left: 0.75vw;
    width: .5vw;
    height: .5vw;
    border-radius: 0.25vw;
    background-color: #ffffff;
    color: #ffffff;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 1s;
}
@keyframes dot-flashing {
    0% {
        background-color: #ffffff;
    }
    50%, 100% {
        background-color: rgba(255, 255, 255, 0.5);
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .d-lg-block {
        display: none !important;
    }
    .d-lg-flex {
        display: none !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .show-tablet {
        display: block;
    }

    .navigation {
        right: 0;
        left: 0;
        bottom: unset;
        width: auto;
        flex-direction: row;
        border-right: 0;
        padding: 3vw 3.5vw !important;
    }
    .navigation::after {
        content: "";
        position: absolute;
        left: 3.5vw !important;
        right: 3.5vw !important;
        bottom: 0;
        z-index: -1;
        background: #cda13c;
        height: 3px;
    }
    .navigation .menu-nav {
        padding: 5vw 0;
        justify-content: space-between;
    }
    .navigation .menu_btn .cross-icon svg {
        width: 3vw !important;
    }
    .navigation .menu-nav-item-default {
        padding: 3vw;
    }
    .navigation .menu-nav-item-default .menu-nav-item-counter {
        font-size: 3vw;
        margin-right: 5vw;
    }
    .navigation .menu-nav-item-text {
        font-size: 5vw;
    }

    .left-nav, .right-arrow, .left-arrow {
        display: none;
    }

    .jck-container {
        margin-left: auto;
    }
    .jck-container svg {
        width: 40vw;
    }
    .jck-container a {
        padding: 1vw 2.5vw;
        font-size: 2.3vw;
        line-height: 1.2;
    }

    .sections {
        position: static;
        width: 100%;
        height: auto;
        min-height: 100vh;
        overflow-x: hidden;
    }

    .dot-flashing {
        width: 1vw;
        height: 1vw;
        margin: .6vw 0;
        border-radius: 1vw;
    }
    .dot-flashing::before {
        left: -2vw;
        width: 1vw;
        height: 1vw;
        border-radius: 1vw;
    }
    .dot-flashing::after {
        left: 2vw;
        width: 1vw;
        height: 1vw;
        border-radius: 1vw;
    }
}

@media (max-width: 767px) {
    .show-tablet {
        display: none;
    }
    .show-mobile {
        display: block;
    }

    .swal2-popup {
        font-size: .5rem;
    }

    .navigation .logo svg {
        width: 30vw;
    }
    .navigation .menu_btn svg {
        height: 7vw;
    }
    .navigation .menu_btn .cross-icon svg {
        width: 5vw !important;
    }
    .navigation .menu-nav {
        padding: 10vw 0;
    }
    .navigation .menu-nav-item-text {
        font-size: 6vw;
    }

    .jck-container svg {
        width: 60vw;
    }
    .jck-container a {
        padding: 1.5vw 3.5vw;
        font-size: 3.3vw;
    }

    .dot-flashing {
        width: 2vw;
        height: 2vw;
        margin: 1vw 0;
        border-radius: 1vw;
    }
    .dot-flashing::before {
        left: -3vw;
        width: 2vw;
        height: 2vw;
        border-radius: 1vw;
    }
    .dot-flashing::after {
        left: 3vw;
        width: 2vw;
        height: 2vw;
        border-radius: 1vw;
    }
}