html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
}
img {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }
body{
    padding-top: 100px;
    background-color: #00000000;
    -webkit-tap-highlight-color: transparent;
}
body.no-scroll {
    overflow-y: hidden;
}
body {
    overflow-x: hidden;
}
body {
    overflow-y: scroll;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background: #000;
}

body::-webkit-scrollbar-thumb {
    background: #fff;
    
}

body::-webkit-scrollbar-thumb:hover {
    background: #35d779; 
}
p:hover{
    background-color: #00000000 !important;
}

/* body {
    scrollbar-width: thin !important;   
    scrollbar-color: #fff #000 !important; 
}

body:hover {
    scrollbar-color: #35d779 #000 !important;
} */
.specific-text-container {
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */
}

::selection {
    background-color: rgba(76, 175, 80, 0.6);
    color: #fff;
}

::-moz-selection {
    background-color: rgba(76, 175, 80, 0.6);
    color: #fff;
}

::-ms-selection {
    background-color: rgba(76, 175, 80, 0.6);
    color: #fff;
}



.language-dropdown {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #181818;
    padding: 80px 30px 30px 30px;
    z-index: 5;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.language-dropdown ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    width: 600px;

}

.language-dropdown li {
    flex: 1 1 200px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    font-weight: 20px;
    padding: 10px 20px;
    outline: none;
    color: #fff;
    background-color: #181818;
    border: 1px solid #35d77900;

}

.language-dropdown li:hover {
    color: #ffffff;
    border: 1px solid #35d779;
}



iframe.skiptranslate { visibility:hidden !important; }



google_translate_element {

    display: none !important;
    }
    
    .goog-te-banner-frame {
    display: none !important;
    visibility: hidden !important
    }
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}


#goog-gt-tt, .goog-te-balloon-frame {
    display: none !important;
}

.goog-te-menu-frame.skiptranslate {
    display: none !important;
}

.goog-te-gadget-icon {
    display: none !important;
}

div#goog-gt-footer {
    display: none !important;
}

.selected {
    pointer-events: none;
    color: #ffffff !important;
    border: 1px solid #35d779 !important;
}
.cross2:hover{
    color: #35d779;
}

.transtext{
    position: absolute;
    top: 40px;
    left: 50px;
    color: #fff;
    font-weight: 700;

}

.cross2 {
    display: block;
    position: absolute;
    font-size: 15px;
    font-weight: 700;
    top: 20px;
    right: 20px;
    padding: 5px;
    color: #fff;
    cursor: pointer; 

}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.675);
    z-index: 999;
}
header{
    width: 100%;
    height: fit-content;
    background-color: #000;
    position: relative;
}

.brand{
text-decoration: none;
color: #fff;
}
nav {
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100px;
    background-color: #000;
    z-index: 999;
    position: fixed;
    top: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    transition: top 0.7s ease, opacity 0.3s ease;
    opacity: 1;
}

.hidden {
    top: -100px;
    opacity: 0;
}


.nav-links {
display: flex;
flex-direction: row;
gap: 40px;
justify-content: space-between;
list-style-type: none;

}

.hamburger {
display: none;
font-size: 25px;
position: absolute;
/* rotate: 270deg; */
top: -20px;
right: 25px !important;
color: white;
transform: scale(1.3);
cursor: pointer;
transition: color 0.5s ease;

}
.hamburger:hover {
    color: #35d779;
}
.language {
    position: absolute;
    right: 20px;
    color: #fff;
    font-size: 1.2vw;
    cursor: pointer;
    transition: color 0.5s ease,background-color 0.5s ease;
    padding: 10px;
}

.language:hover {
    color: #000;
    background-color: #35d779;
}
.navnav{
    display: none;
}
.cross {
    display: block;
    position: absolute;
    font-size: 22px;
    color: #fff;
    top: 35px;
    right: 25px;
    cursor: pointer; 
    transition: all 0.5s ease;

}
.cross:hover {
    color: #35d779;
}
.languageinnav{
    color: #fff;
    font-size: 25px;
    margin-left: 30px;
    cursor: pointer;
    transition: all 0.5s ease;
    padding: 10px;
    
    
    }
.languageinnav:hover {
    color: #000;
    background-color: #35d779;
    }
.socials{
    display: flex;
    flex-direction: row;
    margin-right: 20px;
}
.socials a{
    padding: 10px;
    color: #fff;
    font-size: 25px;
    transition: all 0.5s ease;
    }
.socials a:hover {
    color: #000 !important;
    background-color: #35d779;
}
.brandlogo{
    height: 100px;
    width: 160px;
    position: absolute;
    left: 20px;
    top: 0px;
}
.navbottom{
    display: none;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
    width: 100%;
    padding: 10px 0px;
}
.nav-links a{
    text-decoration: none;
    color: white;


}
.nav-links {
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: fit-content;
    justify-content: space-between;
    list-style-type: none;
}

.nav-links li {
    font-size: 1.3vw;
    position: relative;
}

.nav-links li a {
    text-decoration: none;
    color: white;
    transition: color 0.7s ease;
}

.nav-links li:hover a {
    color: #35d779;
}

.nav-links li a::after {
    content: '';
    display: block;
    height: 2px;
    width: 0; 
    background: #35d779;
    transition: width 0.3s;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.nav-links li a:hover::after {
    width: 100%;
}

.navbar {
    overflow-x: hidden;
    margin: 0;
}
.navbar {
    overflow-y: scroll;
}

.navbar::-webkit-scrollbar {
    width: 5px;
}

.navbar::-webkit-scrollbar-track {
    background: #000;
}

.navbar::-webkit-scrollbar-thumb {
    background: #fff;
    
}

.navbar::-webkit-scrollbar-thumb:hover {
    background: #35d779; 
}


footer {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #000000;
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;

}

.footer-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer-logo{
    display: flex;
    flex-direction: row;
    justify-content: end;
    /* padding-right: 50px; */
    width: 40%;
    height: 100%;
}
.footer-logo img {
    width: 100%;
    max-width:500px;
}
.footer-bottom{
    background-color: #000000;
    padding: 30px;
    font-size: 18px;

}
.footerlinks{
    display: flex;
    flex-direction: column;
    align-items:center;
    text-align: start;
    width: calc(50% - 100px);
    font-size: 20px;
    height: 100%;
    padding: 30px 50px 0px 50px;
    margin-top: 40px;

}
.footerlinks li{
    flex: 1 1 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    list-style-type: none;
}
.footerlinks li a{
    color: #fff;
    text-decoration: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.footerl{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.footerlinks li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: color 0.3s; 
}
.footerlinks li a:hover {
    color: #35d779;
}
.footerlinks li a::after {
    content: '';
    display: block;
    height: 2px;
    width: 0; 
    background: #35d779;
    transition: width 0.3s;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.footerlinks li a:hover::after {
    width: 100%;
}




.socials2{
    display: flex;
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 30px;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}
.socials2 a{
    color: #fff;
    text-decoration: none;
    transition: color 0.3s; 
}
.socials2 a:hover {
    color: #35d779;
}
.linkactive a{
    color: #35d779 !important;
}
/* .linkactive a::after {
    content: '' !important;
    display: block !important;
    height: 2px !important;
    width: 100% !important; 
    background: #35d779 !important;
    transition: width 0.3s !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -5px !important;
} */
 @media(max-width:1600px){
    .nav-links a {
        font-size: 20px;
    }
    .language{
        font-size: 18px;

    }
 }
@media (max-width: 1100px) {
.nav-links a {
    font-size: 16px;
    }
    .nav-links{
        gap: 30px;
    }
    .language{
        font-size: 16px;

    }
}
@media (max-width: 900px) {

    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 3;
        display: none;
        background-color: #000;   
        overflow-y: auto;
      }
      .navbar.active {
          display: block;
      }
      .navbar.closing {
        transform: translateX(-100%);
        transition: transform 0.5s ease-out; 
        display: block; 
      }

.nav-links {
    width: 100%;
    display: block;
    padding: 0%;


}
.nav-links li {
    width: fit-content;
    margin: auto;
    margin-top: 60px;

}

.language{
    display: none;
}
.hamburger {
    display: block;
    position: absolute;
    right: 20px;
    top: 35px;
    display: block;
}
.nav-links a {
    font-size: 25px;
    }
.navnav{
    display: flex;
    align-items:center;
    justify-content: space-between;
    height: 130px;
    position: relative; 
}
.brand2{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}
.navbottom{
    display: flex;
    
}
.footer-container {
    display: flex;
    flex-direction: column;
}
.footer-logo{
    justify-content: center;
    width: 80%;
    margin-right: 0px;
}
.footerlinks{
    width: 100%;
    font-size: 20px;
    height: 100%;
    padding: 30px 0px 0px 0px;
}
.footerlinks li{
    margin-left: 30px;
    flex: 1 1 40%;

}.footer-logo img {
    width: 90%;
    max-width:500px;
}

.socials2 a{
    /* margin-left: 30px;
    margin-right: 30px; */
    color: #fff;
    text-decoration: none;
}
.socials2{
    width: calc(100% - 50px);
    margin-left: 5px;
}
.language-dropdown ul {
    width: 300px;

}
.language-dropdown li {
    flex: 1 1 150px;
}

}
@media (max-width: 500px) {
    .nav-links a {
        font-size: 20px;
        }
    .socials a{
        font-size: 20px;
    }
    .languageinnav{
        font-size: 20px;
    }
    .socials{
        gap: 0px;

    }
    .footerlinks li{
        margin-left: 30px;
        flex: 1 1 100%;
    }
    .language-dropdown ul {
        width: 250px;
    
    }
    .language-dropdown li {
        flex: 1 1 125px;
        font-size: 15px;
    }

    .socials2 a{
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
        color: #fff;
        text-decoration: none;
    }

}
