body, section:nth-child(odd) {
    background-image: linear-gradient(330deg, rgba(225, 225, 225, 0.05) 0%, rgba(225, 225, 225, 0.05) 33.333%,rgba(114, 114, 114, 0.05) 33.333%, rgba(114, 114, 114, 0.05) 66.666%,rgba(52, 52, 52, 0.05) 66.666%, rgba(52, 52, 52, 0.05) 99.999%),linear-gradient(66deg, rgba(181, 181, 181, 0.05) 0%, rgba(181, 181, 181, 0.05) 33.333%,rgba(27, 27, 27, 0.05) 33.333%, rgba(27, 27, 27, 0.05) 66.666%,rgba(251, 251, 251, 0.05) 66.666%, rgba(251, 251, 251, 0.05) 99.999%),linear-gradient(225deg, rgba(98, 98, 98, 0.05) 0%, rgba(98, 98, 98, 0.05) 33.333%,rgba(222, 222, 222, 0.05) 33.333%, rgba(222, 222, 222, 0.05) 66.666%,rgba(228, 228, 228, 0.05) 66.666%, rgba(228, 228, 228, 0.05) 99.999%),linear-gradient(90deg, rgb(28, 20, 63),rgb(40, 160, 253));
    background-position: center;
    background-repeat: no-repeat;
}

section:nth-child(even) {
    background-image: linear-gradient(306deg, rgba(54, 54, 54, 0.05) 0%, rgba(54, 54, 54, 0.05) 33.333%,rgba(85, 85, 85, 0.05) 33.333%, rgba(85, 85, 85, 0.05) 66.666%,rgba(255, 255, 255, 0.05) 66.666%, rgba(255, 255, 255, 0.05) 99.999%),linear-gradient(353deg, rgba(81, 81, 81, 0.05) 0%, rgba(81, 81, 81, 0.05) 33.333%,rgba(238, 238, 238, 0.05) 33.333%, rgba(238, 238, 238, 0.05) 66.666%,rgba(32, 32, 32, 0.05) 66.666%, rgba(32, 32, 32, 0.05) 99.999%),linear-gradient(140deg, rgba(192, 192, 192, 0.05) 0%, rgba(192, 192, 192, 0.05) 33.333%,rgba(109, 109, 109, 0.05) 33.333%, rgba(109, 109, 109, 0.05) 66.666%,rgba(30, 30, 30, 0.05) 66.666%, rgba(30, 30, 30, 0.05) 99.999%),linear-gradient(189deg, rgba(77, 77, 77, 0.05) 0%, rgba(77, 77, 77, 0.05) 33.333%,rgba(55, 55, 55, 0.05) 33.333%, rgba(55, 55, 55, 0.05) 66.666%,rgba(145, 145, 145, 0.05) 66.666%, rgba(145, 145, 145, 0.05) 99.999%),linear-gradient(90deg, rgb(201, 9, 83),rgb(221, 18, 86));
    background-position: center;
    background-repeat: no-repeat;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    opacity: 0;
    transition: opacity 1s;
}

.text-white {
    color: white !important;
}

.uk-navbar {
    min-height: 80px;
}

.uk-logo {
    color: white;
    transition: all 0.2s;
    line-height: 25px;
}

.uk-logo:hover {
    color: white;
    transform: scale(1.1);
}

.uk-navbar-nav>li>a {
    color: white;
    min-height: 0;
    font-weight: 500;
    transition: all 0.2s;
    line-height: 25px;
    padding: 0;
}

.uk-navbar-nav > li {
    margin-left: 30px;
}

.uk-navbar-nav>li>a:hover {
    color: #FFB747 !important;
    transform: scale(1.2);
}

#menu li.active a {
    color: #FFB747;
    transform: scale(1.2);
}

#fp-nav ul li .fp-tooltip {
    top: -5px;
    font-weight: 500;
    font-family: inherit;
}

.uk-navbar-nav>li>a:focus,
.uk-navbar-nav>li>a:active,
.uk-navbar-nav>li:hover>a {
    color: #FFB747 !important;
    transform: scale(1.2);
}

.uk-logo:focus {
    color: white !important;
}

.grid {
    display: grid;
    place-items: center;
    column-gap: 20px;
    grid-template-columns: 50px 1fr 1fr 50px;
    grid-template-areas:
    ". a b .";
    padding-top: 55px;
}

.item-left {
    grid-area: a;
    align-self: center;
    justify-self: flex-start;
}

.item-right {
    grid-area: b;
    align-self: center;
    justify-self: flex-end;
}

.grid > .content > h1 {
    color: #FFB747;
    font-weight: 700;
}

.grid > .content > p {
    color: white;
}

.uk-button-large {
    font-size: 1rem;
}

.uk-button {
    font-weight: 700;
    background-color: white;
    color: #222;
    transition: all 0.2s;
}

.uk-button:hover,
.uk-tooltip.uk-active {
    background-color: #FFB747;
    color: white;
}

.img > img {
    width: 450px;
    transition: all 0.2s;
}

.img > img:hover {
    transform: scale(0.95);
}

#fp-nav {
    opacity: 0;
    transition: opacity 1s;
}
#fp-nav ul li a span {
    background-color: white;
}

#fp-nav ul li a.active span {
    background-color: #FFB747;
}

.uk-navbar-dropdown-nav>li>a {
    color: #222;
    text-align: center;
}

.uk-icon>* {
    transform: translate(0,-1.1px);
}

.content {
    text-align: justify;
}

.footer-background {
    background-color: #222;
    background-image: none !important;
}
.footer {
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

.footer > h4 {
    color: white;
    margin-bottom: 0;
}

.uk-offcanvas-bar .uk-nav-primary>li>a {
    color: white;
}
.uk-offcanvas-bar .uk-nav-primary>li>a:hover,
.uk-offcanvas-bar .uk-nav-primary>li>a:focus {
    color: #FFB747;
}

.mobile-menu-icon {
    color: white;
    transition: all 0.2s;
}

.mobile-menu-icon:hover {
    color: #FFB747;
}

#page {
    opacity: 0;
    transition: opacity 1s;
}

@media only screen and (max-width: 639px) {
    html {
        overflow-x: hidden !important;
        overflow-y: scroll;
        scroll-behavior: smooth !important;
    }
    body {
        overflow-x: hidden !important;
        overflow-y: scroll;
        scroll-behavior: smooth !important;
    }
    .uk-navbar {
        width: auto;
    }

    .grid {
        grid-template-columns: 1fr;
        grid-template-areas: "a"
                            "b";
        column-gap: 0px;
        row-gap: 4em;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .item-left, .item-right {
        justify-self: center;
    }

    /*.item-left:nth-child(2) {
        grid-area: b !important; 
    }

    .item-right:nth-child(1) {
        grid-area: a !important;
    }*/
    
    .grid > .content > h1 {
        font-size: 1.2rem;
        text-align: center;
    }

    .grid > .content > p {
        font-size: 1rem;
    }

    .grid > .content > a {
        font-size: 1rem;
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    .uk-button {
        padding: 0;
    }
    .uk-navbar {
        min-height: 60px;
    }
    .fixed {
        background-color: #222;
    }
    #fp-nav {
        display: none;
    }

    .footer > h4 {
        font-size: 1rem;
    }
    .footer > p {
        margin: 0;
    }
    .footer {
        flex-direction: column;
        justify-content: center;
    }

    .uk-nav-center.uk-nav-parent-icon>.uk-parent>a::after {
        transform: translateY(3.5px);
    }
}

.lds-hourglass {
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
  }
  .lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-hourglass 1.2s infinite;
  }
  @keyframes lds-hourglass {
    0% {
      transform: rotate(0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
      transform: rotate(900deg);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
      transform: rotate(1800deg);
    }
  }
  