@charset "utf-8";

html{
    scroll-behavior: smooth ! important;
}


body{
    
    font-family: Helvetica Neue; 
    padding: none; 
    margin:auto; 
    transition: 1s background ease; 
    
}

body {
    
    background-color: white;
    color: black;  
}

.dark-mode{
    background-color: black;
    color: white;    
}

.container-m{
    
    background-color: black; 
    height:30px;
}
.marquee-wrapper {
text-align: center;
}
        
.marquee-inner span {
float: left;
}
        
.marquee-wrapper .marquee-block {
--total-marquee-items:5;
width: calc(250px * (var(--total-marquee-items)));
position: relative;
}
        
.marquee-inner {
display: block;
width: 200%;
position: absolute;
}
        
.marquee-inner p {
font-family:'Ma Shang Zheng', cursive; 
font-weight: bold; 
font-size: 19px;
color:white; 
}
        
.marquee-inner.to-left {
animation: marqueeLeft 25s linear infinite;
}
        
.marquee-item {
width: 230px;
display: inline-block;
float: left;
transition: all .2s ease-out;
margin-top: -19px;
}
        
@keyframes marqueeLeft {
0% {
    left: 0;
    }
100% {
    left: -100%;
    }
}

@media only screen and (max-width: 800px) {
li {
display: block;
width: 100%;
}
}
		
@media only screen and (min-width: 800px) {
li {
display: inline-block;
width: 33%;
}
}	

#navigation {
font-family: 'Inter Tight', sans-serif; 
font-size: 100%;
text-align: center;
text-decoration: none;
margin-top: 50px;
margin-right: 40px;
}

#navigation li {
list-style-type: none;
text-align: center;     
}

#navigation a{
    
    color: grey;
    text-decoration: none;
    font-size:20px;
    font-family: 'Inter Tight', sans-serif; 
}

#navigation a:hover{
    color: red;
}

#navigation ul{
    font-weight: 400; 
}

.responsive{
    
    width: 100%;
    max-width: 650px; 
    min-height: 600px; 
    max-height: 1000px;
    padding-bottom: 2em;
}

div{
    
    text-align: center;
}

.container1{
    
    
    margin-top: 140px;
    text-align: center; 
    margin-left: 20%;
    margin-right: 20%;
}


.container1 p{
    
    text-align: center;
    font-size: 18px;
    font-family: 'Inter Tight', sans-serif;
    font-weight:200; 
    word-spacing: -0.7px;
}


.container2 {
    
    margin-top: -265px; 
    position: relative;
    width: 12%; 
    background-size:contain;
    height: auto; 
    line-height: 12px;
    margin:left; 
    margin-left:25px;
    text-align: left;
    
}

.container2 p1{
    
    font-size: 15px; 
    text-transform:uppercase; position:relative;
    line-height:15px;
    font-family: InaiMathi;
     text-align: left;
}

.container2 p{
    
   
    font-size: 15px; 
    text-transform:uppercase; 
    position:relative;
    line-height:15px;
     text-align: left;
     
}


 .subnav2 a{
     
    text-decoration: none;
    font-size: 14px;
    margin-left: -40px;
     font-family: InaiMathi;
     color: grey;
}

.subnav2 ul{
    
    text-decoration: none; 
    list-style-type: none;
    text-align: left;
    list-style-position: 
    
}


.subnav2 a:hover{
    
    color: red;
}

.subnav2 li{
    
    display: block;
    width: 200px;
}

.subnav3 a{
    
 
    text-decoration: none;
    font-size: 14px;
    margin-left: -40px;
    font-family: InaiMathi;
    color: grey;
    
}

.subnav3 ul{
    
    text-decoration: none; 
    list-style-type: none;
    text-align: left;
    
}

.subnav3 a:hover{
    
    color: red;
}

.subnav3 li{
    
    display: block;
    width: 200px;
}


@media(max-width: 1200px){
.container2 {
    
      margin-top: 150px;
    width:40%;
}
}

