﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Cyclone;
    src: url(../../assets/font/Cyclone.woff2) format("woff2");
    font-style: normal
}

@font-face {
    font-family: FuturaBT Medium;
    src: url('../../assets/font/FuturaBT Medium.woff2') format("woff2");
    font-style: normal
}

@font-face {
    font-family: FuturaBT Bold;
    src: url('../../assets/font/FuturaBT Bold.woff2') format("woff2");
    font-style: normal
}

body {
    position: relative;
    z-index: -5;
}

.header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: -1;
    background-color:black;
}

#scroll_sec {
    position: relative;
    z-index: -2;
}

.header_video_container {
    width: 100%;
    height: calc(100vh - 120px);
}

    .header_video_container > video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.header_text_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    width: 70%;
    margin: auto;
}

    .header_text_container > h1 {
        font-family: Cyclone, system-ui;
        font-size: 220px;
        font-weight: 500;
        line-height: 165px;
        text-transform: uppercase;
        max-width: 100%;
        white-space: pre-line;
        text-transform: uppercase;
        width: 100%;
        margin: 0 auto;
    }

    .header_text_container > p {
        margin-top: 50px;
        font-family: "FuturaBT Medium", system-ui;
        font-size: 24px;
        line-height: 36px;
    }

    .header_text_container > a {
        /*padding: 10px 15px;*/
        text-decoration: none;
        color: #ffffff;
    }

.header_button {
    margin: 0;
    min-width: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 33px 30px;
    cursor: pointer;
    -webkit-letter-spacing: 1.75px;
    -moz-letter-spacing: 1.75px;
    -ms-letter-spacing: 1.75px;
    letter-spacing: 1.75px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-position 0.3s;
    transition: background-position 0.3s;
    border-width: 4px;
    border-style: solid;
    -webkit-transition-property: bg borderColor;
    transition-property: bg borderColor;
    font-family: "FuturaBT Medium", system-ui;
    font-size: 14px;
    line-height: 21px;
    background-image: linear-gradient( to bottom, transparent 0%, transparent 50%, currentColor 50%, currentColor 100% );
    background-size: 100% 200%;
    background-position: 0 100%;
    width: 260px;
    margin-top: 50px;
}


.header_button_Black {
    margin: 0;
    min-width: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: transparent;
    border-color: #000000;
    color: #000000;
    position: relative;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 33px 30px;
    cursor: pointer;
    -webkit-letter-spacing: 1.75px;
    -moz-letter-spacing: 1.75px;
    -ms-letter-spacing: 1.75px;
    letter-spacing: 1.75px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-position 0.3s;
    transition: background-position 0.3s;
    border-width: 4px;
    border-style: solid;
    -webkit-transition-property: bg borderColor;
    transition-property: bg borderColor;
    font-family: "FuturaBT Medium", system-ui;
    font-size: 14px;
    line-height: 21px;
    background-image: linear-gradient( to bottom, transparent 0%, transparent 50%, currentColor 50%, currentColor 100% );
    background-size: 100% 200%;
    background-position: 0 100%;
    width: 260px;
    margin-top: 50px;
}
    .headerBtnText {
        color: #000000;
        cursor: pointer;
        text-transform: uppercase;
        text-align: center;
    }
.headerBtnText_Black {
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}

.header_button:hover,
.header_button:focus {
    background-position: 0 0;
    box-shadow: none;
    color: #ffffff;
}
.header_button_Black:hover,
.header_button_Black:focus {
    background-position: 0 0;
    box-shadow: none;
    color: #000000;
}

    .header_button:hover .headerBtnText, .header_button:focus .headerBtnText {
        color: #ffffff;
        outline: 0px;
        /*box-shadow: rgb(0, 0, 0) 0px 0px 0px 2px;*/
    }
.header_button_Black:hover .headerBtnText_Black, .header_button_Black:focus .headerBtnText_Black {
    color: #000000;
    outline: 0px;
    /*box-shadow: rgb(0, 0, 0) 0px 0px 0px 2px;*/
}

/*.headerBtnText:focus,
.headerBtnText:hover {
    color: #ffffff;
    outline: 0px;
    box-shadow: rgb(0, 0, 0) 0px 0px 0px 2px;
}*/
/* .header_text_container > a::after {
  -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: width;
  transition-property: width;
  content: "";
  border-bottom: 2px solid currentColor;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0rem;
  width: 118px;
  margin-left: auto;
  margin-right: auto;
  border-bottom-color: #fbba07;
} */
.header_title {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.header_title_link > svg {
    width: 180px;
    height: 36px;
}

.main_content_scrollable {
    width: 100%;
    background-color: #eaddca;
    padding: 60px 0;
}

footer {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    z-index: -4;
    background-color: #1a0902;
    color: #ffffff;
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-family: FuturaBT Medium,system-ui;
}

.footerLinkSec {
    background-color: #ffffff;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footerLogoLink {
    text-decoration: none;
    /* display: inline-block; */
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
}

    .footerLogoLink > a {
        width: 87px;
        height: 88px;
        margin: auto;
        margin-bottom: 0;
        display:flex;
        padding:0;
    }

    .footerLangOption{
        margin-bottom:15px;
    }

        .footerLogoLink > a > img {
            width: 100%;
            height: 100%;
            vertical-align: middle;
            border-style: none;
        }

.socialLinkSec {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0px;
    background-color: #000000;
    padding: 25px;
}

.footerLinkList > ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footerSocialLink {
    min-width: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    cursor: pointer;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
    border-width: 2px;
    border-style: solid;
    -webkit-transition-property: bg borderColor;
    transition-property: bg borderColor;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-radius: 9999px;
    padding: 0.625rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

    .footerSocialLink:focus, .footerSocialLink:hover {
        opacity: 1;
    }

    .footerSocialLink > svg {
        width: 19px;
        height: 16px;
        fill: #ffffff;
    }

a {
    text-decoration: none;
    /*color: black;*/
    font-size: 14px;
    line-height: 16px;
   /* text-transform: uppercase;*/
    padding: 0px 13px;
    /*color: #000000;*/
}

.footerLinks{
    text-transform:uppercase;
}

    .footerLinks:hover, .footerLinks:focus {
        color: #009844 !important;
    }

    

.nav_Logo_btn {
    position: absolute;
    top: 70px;
    z-index: 51;
    padding-left: 5rem;
}
.nav_btn {
    position: fixed;
    top: 70px;
    right: 70px;
    z-index: 54;
}

.nav_burger_btn {
    min-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    text-align: center;
    line-height: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: inherit;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    color: #ffffff;
    background-color: primary;
    border: 0;
    border-radius: 4px;
    position: relative;
    background-color: #ffffff;
    width: 65px;
    height: 65px;
    border-style: none;
    border-width: 0;
    border-color: transparent;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    cursor: pointer;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
    border-width: 2px;
    border-style: solid;
    -webkit-transition-property: bg borderColor;
    transition-property: bg borderColor;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 9999px;
    padding: 1.25rem;
}

    .nav_burger_btn > svg:nth-child(1) {
        width: 100%;
        height: 100%;
        stroke: transparent;
        fill: #ffffff;
    }
    .nav_burger_btn:hover, .nav_burger_btn:active, .nav_burger_btn:focus {
        border:2px solid black;
    }
    .nav_wrapper {
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        height: 100vh;
        z-index: 52;
        display: flex;
        overflow: hidden;
        transform: translateX(100%);
        transition: all cubic-bezier(0.3, -0.01, 0.49, 1) 300ms;
    }

.disable-scroll {
    overflow-y: hidden;
}

.menu_items {
    flex-direction:column;
    width: 100%;
    height: 100vh;
    padding: 70px;
    display: flex;
    justify-content: flex-start;
    z-index: 50;
    /* backdrop-filter: blur(60px);
  background: rgba(34, 4, 2, 0.5); */

    background-color: #ffffff;
    transition: all cubic-bezier(0.3, -0.01, 0.49, 1) 300ms;
    /* transform: translateX(100%); */

    overflow-y: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .menu_items::-webkit-scrollbar {
        display: none;
    }

.open_nav {
    transform: translateX(0%);
}

.nav-item li {
    text-decoration: none;
    opacity: 0;
    margin-bottom: 70px;
    text-align: center;
    list-style-type: none;
}

    .nav-item li a {
        text-decoration: none;
        /* color: #ffffff; */
        color: #000000;
        font-family: Cyclone;
        font-size: 170px;
        line-height: 127.5px;
        text-transform:uppercase;
    }

        .nav-item li .navSmallLink{
            font-size:20px;
            line-height:15px;
            font-family:'FuturaBT Medium';
            text-transform:none;
        }

        .nav-item li a:hover, .nav-item li a:focus {
            color: rgb(0, 152, 68);
        }
.open li {
    animation: fadeIn cubic-bezier(0.3, -0.01, 0.49, 1) 750ms forwards;
}

.closed li {
    animation: fadeOut cubic-bezier(0.3, -0.01, 0.49, 1) 750ms forwards;
}

.nav-item li:nth-child(1) {
    animation-delay: 100ms;
}

.nav-item li:nth-child(2) {
    animation-delay: 200ms;
}

.nav-item li:nth-child(3) {
    animation-delay: 300ms;
}

.nav-item li:nth-child(4) {
    animation-delay: 400ms;
}

.nav-item li:nth-child(5) {
    animation-delay: 500ms;
}

.nav-item li:nth-child(6) {
    animation-delay: 600ms;
}

.nav-item li:nth-child(7) {
    animation-delay: 700ms;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }

    75% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        transform: translateX(200px);
    }
}

.burger_menu_bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 31px;
    height:24px;
}

#hamburger {
    width: 100%;
}

.b1,
.b2,
.b3 {
    transform-box: fill-box;
    transform-origin: center;
    stroke-width: 4px;
    stroke:#009844;

}

.top-line {
    animation: down-rotate 0.6s ease-out both;
    stroke:black;
}

.bottom-line {
    animation: up-rotate 0.6s ease-out both;
    stroke: black;
}

.middle-line {
    animation: hide 0.6s ease-out forwards;
}

@keyframes up-rotate {
    0% {
        animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
        transform: translateY(0px);
    }

    30% {
        transform-origin: center;
        animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
        transform: translateY(-10px);
    }

    100% {
        transform-origin: center;
        transform: translateY(-10px) rotate(45deg) scale(0.9);
    }
}

@keyframes down-rotate {
    0% {
        animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
        transform: translateY(0px);
    }

    30% {
        transform-origin: center;
        animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
        transform: translateY(10px);
    }

    100% {
        transform-origin: center;
        transform: translateY(10px) rotate(-45deg) scale(0.9);
    }
}

@keyframes hide {
    29% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.ss > iframe {
    width:100%;
    height:100%;
}



.dropbtn {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(201, 177, 101);
    text-align: center;
    line-height: 18.5px;
    font-weight: 400;
    font-family: 'FUTURABT MEDIUM';
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .dropbtn svg {
        width: 8px;
        height: 4.5px;
        margin-bottom: 1.6px;
        margin-left: 4.8px;
    }

.dropdown {
    position: relative;
    display: flex;
    justify-content: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 78%;
   /* width: -webkit-fill-available;*/
}

.textModule .textPara h3 {
    color: rgb(0, 152, 68);
    font-size: 100px;
    font-family:Cyclone;
    font-weight:500;
}

.textModule .textPara ul, .textModule .textPara ol {
    padding-left: 25px;
    font-size: 24px;
    line-height: 36px;
    font-family: "FuturaBT Medium", system-ui;
}
.textModule .textPara table td{
    padding:15px;
}
.textModule .textPara table td p, .textModule .textPara table td {
    font-size: 24px;
    line-height: 36px;
    font-family: "FuturaBT Medium", system-ui;
}
.dropdown-content:focus {
    border: 2px solid black;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: center;
    }

        .dropdown-content a:hover {
            background-color: rgb(0, 152, 68);
        }
        .dropdown-content a:active {
            color: rgb(0, 152, 68);
        }

        .dropdown:hover .dropdown-content {
            display: block;
        }

/*.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}*/
.module_media {
    background: white;    
    padding: 60px;
}
.module_media .media {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    margin: 0px auto;
    max-width: 1280px;
    height: 720px;
    overflow: hidden;
}


    .module_media .media .media_image {
        width: 100%;
        height: 100%;
    }

    .module_media .media .module-default_button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
    }

    .module_media .media .module_button_as_link {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
    }

    .module_media .media .module_button_dark {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
    }

    .module_media .media .media_image img {
        box-sizing: border-box;
        margin: 0px;
        width: 100%;
        height: 100%;
        /* position: absolute; */
        top: 0rem;
        left: 0rem;
        object-fit: cover;
    }
@media(max-width:1500px) {
    .module_media .media {
              
        max-width: 1100px;
        height: 620px;
        
    }
}



.module_video .video, .videoEmbed {
    box-sizing: border-box;
    position: relative;
    justify-content: center;
    display: flex;
    width: 100%;
    /*max-width: 1440px;*/
    height: 100vh;
    margin: auto;
    cursor: pointer;
}

    /*.module_video .video, .videoEmbed svg:hover {
        background-position: 0 100%;
    }*/

    .videoEmbed .video_cover {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        object-fit: cover;
    }

    .videoEmbed svg {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        transform: translate3d(-50%, -50%, 0px);
        width: 65px;
        height: 65px;
        background-image: linear-gradient(transparent 0%, transparent 50%, white 50%, white 100%);
        background-size: 100% 200%;
        background-position: 0px 0%;
        transition: background-position 0.3s ease 0s;
    }

    .videoEmbed .video_cover.clicked {
        display: none;
    }


    .videoEmbed .videoButton {
        width: 100%;
        height: 100%;
        z-index: 1;
    }

        .videoEmbed .videoButton .videoPoster {
            width: 100%;
            height: 100%;
        }

    .videoEmbed .youtubeVideo, .videoEmbed .youtubeVideo iframe {
        width: 100%;
        height: 100%;
        position: absolute;
    }





/* code for Mobile*/
@media(max-width:768px) {
    .header_text_container {
        width:90%;
    }
        .header_text_container > h1 {
            font-size:100px;
            line-height:75px;
        }
        .header_text_container > p {
            font-size: 18px;
            line-height: 27px;
        }
        .header_text_container > a {
            width: 200px;
            margin-top: 50px;
            padding: 20px 30px;
        }
    .header {
        height: calc(101vh - 60px);
    }
    .nav_btn {
        top: 90%;
        right: 3%;
    }
    .ss {
        height:25vh !important;
    }
    .header_button_Black {
        margin: 60px 0;
        width: 200px;
        padding: 20px 30px;
    
    }
    .footerLinkList > ul {
        flex-wrap: wrap;
    }

    .nav_Logo_btn{
        left:50%;
        transform:translateX(-50%);
        padding-left:0;
    }
    .videoEmbed{
        height:30vh;
    }

    .module_media{
        padding:25px;
    }

    .module_media .media{
        height:490px;
    }
}

.heroButtonDownArrow {
    position: absolute;
    border-style: none;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
}

    /*.heroButtonDownArrow > svg {
        fill: #ffffff;
        transform: rotate(90deg);
        width: 33px;
        height: 24px;
        background-color: transparent;
    }
*/

.heroDownArrow {
    margin: auto;
    display: block;
    background-color: transparent;
    border-style: none;
    margin-bottom: 45px;
    animation: bounce 3s infinite ease-in-out;
    cursor:pointer;
}

    .heroDownArrow > svg {
        fill: #ffffff;
        width: 33px;
        height: 24px;
        background-color: transparent;
    }

    @keyframes bounce{
        0%, 40%, 80%{
            transform: translateY(0);
        }
        20%, 60%, 100%{
            transform:translateY(-15px);
        }
    }

    @media (max-width: 768px) {
        .header_logo {
            width: 100%;
            display: flex;
            justify-content: center;
            margin-bottom: 70px;
        }
        .nav-item li a {
            text-decoration: none;
            /* color: #ffffff; */
            color: #000000;
            font-family: Cyclone;
            font-size: 70px;
            line-height: 52.5px;
            text-transform: uppercase;
        }
    }