@charset "UTF-8";

body {
	font-family: 'Verdana','微软雅黑','华文细黑', sans-serif;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}

.copyright {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.0); 
    padding: 5px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    z-index: 1001; 
}

.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #ffffff;
}

header {
    width: 100%;
    height: 5%;
    background-color: transparent;
    border-bottom: 1px solid #2C9AB7;
    text-align: center;
}

.logo {
	color: #BE4389;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}

nav {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-family: 'sans-serif','微软雅黑','华文细黑';
}

nav a {
    display: inline-block;
    color: #363636;
    text-decoration: none;
    margin: 0 20px; 
    letter-spacing: 2px;
    font-size: 14px;
    transition: all 0.3s linear;
}

nav a:hover {
    color: #2C9AB7;
}

.hero {
    position: relative;
    overflow: hidden;
    color: #FFFFFF; 
    height: 80vh; 
	font-family: 'Agency FB','sans-serif','微软雅黑','华文细黑', sans-serif;
}

#heroVideo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); 
    width: 100%;
    height: 100%; 
    object-fit: cover;
    z-index: 0; 
}

.hero-content {
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 1;
    text-align: center;
}

.hero_header {
    letter-spacing: 4px;
    margin-bottom: 20px; 
}

.tagline {
    text-align: center;
    color: #FFFFFF;
    margin-top: 0px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.title {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: #ffffff;
	margin-top: 0px;
	text-align: center;
}

.title p {
	margin-top: -10px;
}

.about_project {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 15%; 
    padding-right: 15%; 
    background-color: #ffffff;
    margin-top: 0;
    text-align: left;
    box-sizing: border-box; 
	line-height: 1.2;
	font-size: 11pt;
	color: #505050;
	font-family: 'Verdana','微软雅黑','华文细黑', sans-serif;
}

.textbox {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15%; 
    padding-right: 15%; 
    background-color: #ffffff;
    margin-top: 0;
    text-align: left;
    box-sizing: border-box; 
	line-height: 1.2;
	font-size: 11pt;
	color: #505050;
	font-family: 'Verdana','微软雅黑','华文细黑', sans-serif;
}

.demo_reels {
    padding-top: 20px;  
    padding-bottom: 60px; 
    padding-left: 5%; 
    padding-right: 5%; 
    background-color: #383F49;  
    text-align: left;  
    box-sizing: border-box;
    line-height: 1.2; 
    font-size: 11pt; 
    font-family: 'Verdana','微软雅黑','华文细黑', sans-serif;  
    letter-spacing: 0px;  
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px; 
    padding: 20px; 
    justify-items: center;
    align-items: center;
    width: 100%; 
    color: #fff
}

.grid-item img {
    width: 100%; 
    height: auto;
}

.grid-item-bbx img {
    width: 100%; 
    height: auto;
    border: 1px solid #232323; 
}

.grid-item p {
    margin-top: 10px;
    font-size: 1.0em; 
}

.hover-container {
    position: relative;
    width: 100%;
}

.hover-container .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.hover-container:hover .hover-img {
    opacity: 1;
}

.hover-container .main-img {
    display: block;
    width: 100%;
    height: auto;
}

.composition {
    padding-top: 40px;  
    padding-bottom: 80px; 
    padding-left: 15%;
    padding-right: 15%; 
    background-color: #ffffff;  
    text-align: left;  
    box-sizing: border-box; 
    line-height: 1.2; 
    font-size: 11pt; 
	color: #232323;
    letter-spacing: 0px;  
}

.download {
    padding-top: 20px;  
    padding-bottom: 80px;   
    padding-left: 15%; 
    padding-right: 15%; 
    background-color: #383F49;  
    text-align: left;  
    box-sizing: border-box;   
    line-height: 1.2;   
    font-size: 11pt; 
	color: #ffffff;
    letter-spacing: 0px;  
}

.video-container {
    margin-top: 30px; 
    text-align: center; 
}

.video-container video {
    width: 80%; 
    /* max-width: 800px;  */
    height: auto;
    background-color: black;
}

.buttons {
    margin-top: 2em;
}

.button {
    display: inline-block;
    padding: 0.75em 1.5em;
    margin: 0.5em;
    font-size: 1em;
    color: #fff;
    background-color: #232323;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: #2980b9;
}

.acknowledgements {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 60px;
    background-color: #ECEAEC;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.animators-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    margin-top: 3em;
    margin-left: 5em;
    margin-right: 5em;
}

.organizers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    margin-top: 2em;
    margin-left: 5em;
    margin-right: 5em;
}

.animator {
    padding: 1em;
}

.organizer {
    padding: 1em;
}

.textbox p,
.acknowledgements p {
    font-size: 1em;
    color: #333;
    line-height: 1.5em;
    margin: 1em 0;
}

.textbox a,
.acknowledgements a {
    color: inherit;
    text-decoration: underline;
}

.textbox a:hover,
.acknowledgements a:hover {
    text-decoration: underline;
}

.citation {
    background-color: #F6F8FA;
    padding: 2em;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.about_us {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15%; 
    padding-right: 15%; 
    background-color: #ffffff;
    margin-top: 0;
    text-align: left;
    box-sizing: border-box; 
	font-size: 11pt; 
	color: #505050;
	font-family: 'Verdana','微软雅黑','华文细黑', sans-serif;  
}
.contact {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 20%; 
    padding-right: 20%; 
    background-color: #383F46;
    margin-top: 0;
    text-align: center;
    box-sizing: border-box; 
	font-size: 11pt;  
	color: #ffffff;
    font-family: 'Verdana','微软雅黑','华文细黑', sans-serif;  
}

.law_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 6vh; /* Adjust the height to fill the viewport height or use a specific value */
    padding-left: 10%; /* Adjust the percentage as needed */
    padding-right: 10%; /* Adjust the percentage as needed */
    background-color: transparent; /* Set the desired background color */
    box-sizing: border-box; /* Include padding in total width/height */
    font-size: 8pt;  
    color: #fff;
    font-family: 'sans-serif', sans-serif;
    background-color: #383F46;
}

.law_info a {
    text-decoration: none;
    color: inherit; /* This ensures the link color is inherited from the parent */
}


.law_info a {
    text-decoration: none;
    color: inherit; /* This ensures the link color is inherited from the parent */
}

.fade-in-out {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.fade-in-out.active {
    opacity: 1;
}