/* header image */
.header {
    border-top: 5px solid #4B0076;
    height: 60px;
    background-color: #ffff;
}
.header-images {
    padding-top: 8px;
}
/* end of header image */
/* Custom Purple Background for Navbar */
.bg-purple {
background-color: #6f42c1 !important; 
}    

.dropdown-item {
color: #333;
}

body {
    margin: 0;
    font-family: "Noto Sans JP", sans-serifz;
    font-optical-sizing: auto;
    overflow-x: hidden;
}

/* nav bar */
.navbar {
    display: flex;
    background-color: #4B0076;
    margin: 0;
    padding: 0;
    position: relative;
}
 
.nav-item:not(:last-child) {
    border-right: 1px solid;
}
 
.nav-item {
    color: white;
    cursor: pointer;
    list-style: none;
    width: 25%;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}
 
.nav-item:hover {
    background-color: #ECD6F2;
    color: #4B0076;
}
 
.nav-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ECD6F2;
    min-height: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 20px;
}
 
.nav-content.active {
    display: grid;
    grid-template-columns: 400px 400px;
    justify-content: center;
    grid-template-rows: 60px 60px;
    gap: 30px;
}
 
.sub-item {
    padding: 10px 15px;
    color: #333;
    display: inline;
}
 
.sub-item:hover {
    background-color: #ECD6F2;
}
 
.nav-container {
    width: 100%;
    position: relative;
}
 
.sub-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid black;
    padding-bottom: 2px;
    text-decoration: none;
}
 
.nav-item-img {
    margin-left: 8px;
    width: 12px;
    height: auto;
}
 
.sub-item-img {
    margin-top: 10px;
    width: 12px;
    height: 20px;
    float: right;
}
.nav-item:hover .img-inactive {
    display: none;
}
 
.nav-item:hover .img-active {
    display: block;
}
.img-active {
    display: none;
}
 
/*end of nav bar  */
    
/* Breadcrumb css */

.breadcrumb {
    padding-left: 50px;
    font-size: 1rem;
    white-space: nowrap; 
    /* overflow-x: auto;  */
    display: flex;
    flex-wrap: nowrap;
}
.breadcrumb li a {
    color: #58595B;
    text-decoration: none;
}

.breadcrumb-nav {
    font-size: 1rem;
    white-space: nowrap; 
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
    font-family: Noto Sans JP;
}


.container-breadcrumb {
    display: inline-block;
    margin-left: 2rem;
}
@media (min-width: 1200px) {
    .container-breadcrumb {
        max-width: 1140px;
    }
}
@media (min-width: 768px) {
    .container-breadcrumb {
        max-width: 750px;
    }
}
 /* end Breadcrumb css */


/* Banner CSS */
.banner-container {
    position: relative;
    width: 100%;
}
.banner-img {
    width: 100%;
    height: 220px;
    margin-left: 0vw;
}
.bannerText-container1 {
    position: absolute;
    top: 20%;
    left: 10%;
    color: white;
    font-weight: bold;
    width: 80%;
}
 .banner-subtext {
    font-family: Noto Sans JP Medium;
    font-size: 14px;
    margin-left: 14rem;
}
.banner-text {
    font-family: Noto Sans JP Medium;
    font-size: 35px;
    margin-left: 14rem;
    font-weight: bold;
}
.para-move-left{
    transform: translate(-13%);
}
.heading-move-left-5001{
    transform: translate(27%);
    padding-top: 20px;
}
.bannerText-container2 {
    font-size: 14px;
    font-family: Noto Sans JP Medium;
    max-width: 100%;
    white-space: nowrap;
    margin-top: 20px;
}
.list-ordered {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
} 
.attribute-separator {
          width: 60px;         
          height: 2px;         
          background-color: gray; 
          margin-left: 40px; 
        }

@media (min-width: 768px) {
.banner-img {
    width: 100%;
    height: 220px; 
}
.bannerText-container1 {
    position: absolute;
    top: 10%;
    color: white;
    font-weight: bold;
    width: 80%;
}
}

.separator-5001 {
    width: 50px;        
    height: 3px;        
    background-color: white;
    margin: 5px auto 30px;
    margin-left: 19rem;
}

.img-text-5000 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 770px;
}
    
.img-text-5000 h4{
    font-size: 34px;
}

/* end of banner */
/* Dropdown boxes */
.dropdowns_container {
    width: 980px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 20px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.dropdowns_content-inner {
    display: flex;
    flex-direction: row; 
    align-items: center;
    justify-content: space-between; 
    width: 223px;
    height: 80px;
    border: 1px solid #470A68;
    border-radius: 8px;
    text-align: center;
    padding: 15px;
}

    .dropdowns_content-inner p {
        flex: 1;
        text-align: center;
        margin-top: 10px;
        font-size: 16px;
        color: #470A68;
        font-weight: bold;
    }

.dropdown_img {
    width: 24.5px;
    height: 24.5px;
    margin-left: auto; 
}

.dropdown_link {
    text-decoration: none; 
    color: inherit; 
    display: block; 
    display: contents;
}
/* End of Dropdown boxes */

/* Card Compements */
.outer-container{
    width: 90%;
    height: 100%;
    background-color: #F1F1F1;
    display: flex;
    flex-direction: column; 
    align-items: center;
    margin: 0 auto;
    margin-bottom: 60px;
}

.card-main-heading{
    color: #470A68;
    font-size: 30px !important;
    margin-top: 50px;
}

.card-video {
    display: flex;
    flex-direction: row;
    gap: 98px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1008px;
    margin-bottom: 5rem;
    margin-top: 3rem;
    border: none;
    background-color: #F1F1F1;
}

.card-container-video {
    max-width: 454px;
    display: flex;
    flex-direction: column;
    height: auto;
}

.card-title-video {
    border-left: 2px solid #470A68;
    padding-left: 10px;
    min-height: 59px;
    display: flex;
    align-items: center;
    font-size: 24px !important;
}

.border-line{
    content: "|";
    color: #7b4793;
    font-weight: bold;
}

.videobox-container-video {
    width: 454px;
    height: 265px;
    /* background-color: #DBDBDB; */
}

.card-body-video {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0px;
}

.card-content-5001 {
    padding-left: 0px;
}

.button-container {
    text-align: center; /* Center the button */
    margin: 20px 0; /* Add space above and below */
}
.custom-button-5001 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #4B0076; /* Purple */
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    border-radius: 0px;
    width: 454px;
    height: 60px;
    border: none;
    transition: background 0.3s;
    position: relative;
    text-align: center;
}

.custom-button-5001:hover {
    background-color: #37005A; /* Darker Purple */
}

.attribute-5000 {
    transform: translate(155px, 0);
}
/* End of Card Compements */

/*Note Component */
.note-component-5001 {
    padding-bottom: 25px;
    font-size: 16px;
    font-family: Noto Sans JP Medium;
    font-weight: normal;
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
}
 
.note-component a{
    font-size: 16px;
    font-family: Noto Sans JP Medium;
    color: black;
    text-decoration: none;
}
/* Note Component */

/* back to top */
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 2000;
    background-color: transparent;
    border: none;
    padding: unset;
}

.back-to-top-button
{
    max-height: 80px;
    max-width: 80px;
}
.color-violet ml-1 sup{
    font-size: 10px;
    vertical-align: super;
}
/* end of back to top */
/* related-material download */
.related-material{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #EFEFEF;
}
.related-material-title {
    font-size: 35px;
    color: #470a68;
    margin-top: 30px;
    font-weight: bold;
    text-align: left;

}
.related-material-separator {
    width: 50px;
    height: 3px;
    background-color: #470a68;
    text-align: center;
}
.related-material-subtitle{
    max-width: 728px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;   
}
.related-material-keypoint{
    font-size: 20px;
    margin-top: 10px;
    max-width: 383px;
    margin-bottom: 25px;
}
.btn-container-9000-related-material-download {
    margin-bottom: 40px;
}
/* End ofrelated-material download */

/* teaser */
.teaser-containter {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-weight: bold;
    text-align: center;
    transform: translate(-150px, -105px);
}
.teaser-containter h1 {
    font-size: 22px;
    text-align: center;
}
.teaser-containter p {
    font-size: 16px;
}
.para-container{
    margin-bottom:2px;
}
.para-container p{
margin-top: 0;
margin-bottom: 0;
}

.teaser-span
{
    font-size: 28px;
    padding-left: 25px;
}

.container-div-teaser {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.teaser-separator {
    width: 50px;        
    height: 3px;        
    background-color: white;
    margin: 5px auto 10px;
    }

.container-div-teaser img {
    width: 100%;
    max-height: 450px;
}
/* end of teaser */

/* footer */
/* two iamges */
.logo-image-container {
    display: flex;
    justify-content: left;
    gap: 10px;
}

@media (min-width: 768px) and (max-width: 1439px) {
    .logo-image-container{
        margin-left: -17px;
    }
}

.footer-images-second
{
    padding-top: 10px;
}
/* Mobile view */
@media (max-width: 600px) {
    .image-container {
        flex-direction: column;
        align-items: center;
    }
}
/* end of two images */

.footer-tile {
    padding: 20px;
    text-align: left;
    width: 363px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

/* last but one line */

.link-container {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}

.link-container a {
    text-decoration: none;
    color: black;
    text-align: left;
}

/* Mobile view */
@media (max-width: 600px) {
    .link-container {
        flex-direction: column;
        align-items: center;
    }

    .link-container a {
        width: 100px;
    }
}

.footer-text-bold
{
    font-weight: bold;
}

.footer-href-links
{
    color: black; 
    text-decoration: none;
}
.footer-break{
    display:inline;
}
.footer-break:after {
    content: "\a";
    white-space: pre;
}
/* end of footer */


.nav-item {
    color: white;
    cursor: pointer;
    list-style: none;
    width: 16.66669%;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}


