* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/cinzel.woff2) format('woff2');
  /*unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
}

@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/great-vibes.woff2) format('woff2');
  /*unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;*/
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/poppins.woff2) format('woff2');
  /*unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
}


.logo {
    display: inline-block;
    overflow: hidden;
    width: 100px;
    height: 100px;
    position: relative;
}

.logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 250px;
}

.cookie-message {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: white;
    width: 100%;
    padding: 1rem 10px;
    z-index: 10000;
    
}

.cookie-message-wrapper {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cookie-message-wrapper button {
    display: inline-block;
    background-color: #fff;
    color: #505a68;
    border: 2px solid #505050;
    border-radius: 100px;
    text-align: center;
    margin: 10px;
    padding: 5px 30px;
    cursor: pointer;
}

.cookie-message-wrapper p {
    margin: 0;
}


/*body {*/
/*    overflow: hidden;*/
/*}*/

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(30, 191, 30);
    z-index: 10000000;
    overflow: hidden;
    opacity: 1;
}


.loading-image-wrapper {
    width: 100%;
     height: 100%;
}

.wrap {
    width: 500px;
    height: 500px;
    overflow: hidden;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    position: fixed;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loading-logo {
    position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        
        height: 100%;
         width: 180%;
}
.loading-spinner-wrapper {
    
    
    display: flex;
    justify-content: center;
    
    position: fixed;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.loading-spinner-wrapper svg {
    width: 25%;
    height: 25%;
}

.fadeOut {
    animation: fadeOut 0.6s ease-in-out;
    
}



@keyframes fadeOut {
     from {
        opacity: 1;
     }
     
     to {
        opacity: 0.60;
     }
}
            
body {
    /*overflow-x: hidden;*/
}


.icon-info {
    display: flex;
    justify-content: center;
}



.center-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}


.background h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;

    font-weight: 700;
    font-size: 60px;
}

a {
    text-decoration: none !important;
    
}


.active-link {
    color: rgb(30, 191, 30)!important;
}
ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

.section {
    height: 100vh;
}


.footer-info {
    position: relative;
    z-index: 2;
    padding: 4rem 5rem;
    background-color: rgb(30, 191, 30);
    color: white;
    display: flex;
    flex-wrap: wrap;
}

.footer-info > * {
    flex: 1;
    flex-basis: 300px;
}

.footer-info h3 {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-size: 50px;
    text-align: center;
}

.footer-info div:nth-child(1) p {
    text-align: center;
}

.footer-info div:nth-child(2) li {
    display: flex;
    justify-content: center;
    
}

.footer-info div:nth-child(3) li {
    text-align: center;
}

.footer-info li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 20px;
    border: 2px solid #ffffff;
    color: white;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 0 0 0;
}

.social-info-links > li {
    margin-top: 10px;   
}

#footer > div:nth-child(2) > p {
    text-align: center;
}

#footer > div:nth-child(3) > ul > li {
    display: flex;
    justify-content: center;
}

.footer-wrapper li {
    text-align: center;
}

.other {
    padding: 10px 0px;
    background-color: black;
}

.other-wrapper {
    width: 90%;
    margin: auto;
    color: white;
    display: flex;
    justify-content: space-between;
}

.other-wrapper a {
    color: white;
}

.legal-links {
    display: flex;
    gap: 20px;
}

.background {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 100vh;
}

.background::before {
    content: "";
    position: absolute;

    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.bg {
    background-size: cover;
    background-position: center;
    object-fit: contain;
}

.font-great {
    display: block;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
}

h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}

h1 span {
    font-size: 60px;
    line-height: 55px;
}

/* Header */
#header {
    background-color: transparent;
    min-height: 10vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    border-bottom: 1px solid white;
    
}

/* Header -> Logo */
#header-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.5px solid white;
    margin-bottom: 1px;
    padding: 10px 15px;
}
.social a {
    color: white;
}

#header-info ul {
    display: flex;
    gap: 50px;
}

#logo {
    max-width: 90px;
}

#logo img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

/* Header -> 
 */

#header-info li {
    color: white;
}

#links {
    /* display: flex;
    flex: 1; */
    z-index: 1000;
    padding: 5px 0;
}

#links ul {
    display: flex;
    justify-content: center;
    gap: 2rem;
    height: 100%;
}

#links li {
    color: white;
    font-family: "cinzel", "poppins", Arial, sans-serif;;
    display: flex;
    align-items: center;
    /*padding: 2rem 0;*/
    line-height: 1.2rem;
}

#links li a {
    
    color: white;
}

/* Header -> Contact-info */


#phone-number {
    font-size: 1.5rem;
    color: white;
    text-decoration: none;
}

.menu-toggler {
    /* display: none; */
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
    display: none;
    position: relative;
    z-index: 100000;
    padding-right: 10px;
}

.menu-toggler div {
    width: 50px;
    margin-top: 10px;
    height: 3px;
    background-color: white;
}

.menu-toggler div:nth-child(3) {
    margin-bottom: 10px;
}

.menu-toggler.active div:nth-child(1),
.menu-toggler.active div:nth-child(3) {
    transition: transform 0.3s ease-in-out;
}

.menu-toggler.active div:nth-child(2) {
    transition: opacity 0.3s ease-in-out;
}

#header > .logo {
    display: none;
}

@media only screen and (max-width: 900px) {
    
   #header > .logo {
       display: inline-block;
   }
    
    nav .logo {
        display: none;
    }
    .active-link {
     color: white!important;
    }
    
    #header a:hover {
        color: white!important;
    }
    
    #links {
        position: fixed;
        top: 0;
        left: -100vw;
        height: calc(100vh - calc(100vh - 100%));
        width: 100vw;
        background: rgb(30, 191, 30);
        transition: left 0.3s ease-in-out;
        overflow: hidden;
    }

    #header-wrapper {
        display: flex;
        justify-content: flex-end;
    }
    #header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu-toggler {
        
        margin-right: 10px;
    }

    #links.show {
        left: 0;
    }

    #links ul {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        gap: 0;
    }
    
    #links ul li {
        display: flex;
        justify-content: center;
        padding: 0;
    }
    
    .logo-li {
        display: none!important;
    }
    .menu-toggler {
        display: block;
    }

    .menu-toggler.active div:nth-child(1) {
        position: relative;
        top: 10px;
        transform: rotate(45deg);
    }

    .menu-toggler.active div:nth-child(2) {
        opacity: 0;
    }

    .menu-toggler.active div:nth-child(3) {
        position: relative;
        top: -15px;
        transform: rotate(-45deg);
    }
    .hidden {
        overflow: hidden;
    }

    #header-info {
        display: none;
    }

    .footer-info {
        padding: 1rem 2rem;
    }

    .background h1 {
        font-size: 45px;
    }

    #description-wrapper {
        display: block !important;
    }
    
    .logo {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 450px) {
    .other-wrapper {
        display: block;
    }

    .legal-links {
        display: block;
    }

    .background h1 {
        font-size: 25px;
    }

    h1 span {
        font-size: 45px;
    }
}

.arrow {
    position: absolute;
    left: 50%;
    top: -20px;

    background-color: rgb(30, 191, 30);

    padding: 10px 15px;
    transform: translateX(-23px);
    border-radius: 50%;
    border: 3px solid white;
    cursor: pointer;
}


.arrow i {
    color: white;
}

.social-info-links > li {
    display: flex;
    justify-content: center;
}


.box {
    position: relative;
    color: white;
    padding: 1rem 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.648);
}

.box h3,
.box p {
    position: relative;
    z-index: 10000;
}
.box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
        0,
        0,
        0,
        0.45
    ); /* Adjust the opacity (last value) to control darkness */
    z-index: 100;
    border-radius: 20px;
}
.box > * {
    color: inherit;
}

.img-wrapper {
    display: flex;
    justify-content: center;
}


#header a:hover, .other a:hover  {
    color: rgb(30, 191, 30);
}






::-webkit-scrollbar {
	width: 12px; /* Width of the scrollbar */
}

/* Track */
::-webkit-scrollbar-track {
	background: #f5f5f5; /* Lighter background color of the track */
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #bbb; /* Lighter color of the handle */
	border-radius: 6px; /* Rounded corners of the handle */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #999; /* Lighter color of the handle on hover */
}
