:root {
--bs-dark-rgb: #000000;
--bs-body-bg: #222222;
--bs-table-bg: #1C006A;
--bs-border-width: 0px;
}
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.0rem;
  line-height: 200%;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
h2 {
  font-family: "Figtree", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  margin-bottom: 1rem;
}
.bg {
  background-color: #000000;
}

.tagline {
  font-family: "Figtree", sans-serif;
  display: block;
  font-weight: 700;
}
.navbar-nav .nav-link {
  font-family: "Figtree", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 2.0rem;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #6632F5 !important;
}
.navbar.navbar-dark.bg-transparent {
  background-color: transparent;
}
.navbar {
  transition: background-color 0.3s ease;
}
.navbar .nav-link {
  transition: color 0.3s ease;
}
.navbar.scrolled {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.navbar.scrolled .nav-link {
  color: #FFFFFF !important;
}
.navbar.scrolled .navbar-brand {
  color: #FFFFFF !important;
}


.section {
  position: relative;
  background-size: cover;
  min-height: 80vh;
}
.text-box {
 min-height: 80vh;
}


.carousel-tabs{
  position: static;
  margin: 0 0 1rem 0;
  gap: .5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.carousel-tabs:first-child, .carousel-tabs:last-child {
  border-radius: 4px;
}
.carousel-tabs [data-bs-target]{
  width: auto; 
  height: auto;
  text-indent: 0;
  padding: .5rem .9rem;
  border: 0;
  border-radius: 0;
  background: #363636;
  color: #fff;
  font-size: .9rem;
  opacity: 1; 
}

.carousel-tabs .active{
  color: #5C8AFF;
  font-weight: 700;
}

.carousel-tabs-container {
  width: auto;
  background: #363636;
  border-radius: 4px;
}

.carousel-control-prev,
.carousel-control-next {
  display: none !important;
}


#hero {
  background: url('img/1.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-bg {
  background: url('img/1.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#hero h1 {
  font-family: "Figtree", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  margin-bottom: 1rem;
}
#hero p {
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.hero-btn {
  border: 1px solid #FFFFFF;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.hero-btn:hover {
  background-color: #6632F5;
  border-color: #6632F5;
  color: #FFFFFF;
}

#brand {
  background: url('img/2.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.brand-bg {
  background: url('img/2.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#cmes {
  background: url('img/3.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cmes-bg {
  background: url('img/3.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#cmes .overlay-box {
  background-color: rgba(0, 0, 0, 0);
  padding: 2rem;
  border-radius: 0.25rem;
}

#cmc {
  min-height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;

  background-image: url("img/4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
/*
  background: url('img/4.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
*/
}
.cmc-bg {
  background: url('img/4.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#cmt {
  min-height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;

  background-image: url("img/5.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

/*
  background: url('img/5.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
*/
}
.parallax-inner{
  padding: 24px;
  color: #fff;
}
.cmt-bg {
  background: url('img/5.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#esg {
  background: url('img/6.png');
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.esg-bg {
  background: url('img/6.png');
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.overlay-box {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2rem;
  border-radius: 0.25rem;
}

.bg-cover {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.carousel-caption h2,
.carousel-caption p {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.carousel-item img {
  width: 100%;
  height: auto;
}

.card {
  background-color: #1C006A;
  border: none;
}
.card-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #FFFFFF;
}
.card ul {
  padding-left: 1.2rem;
  margin-bottom: 0;
}
.card ul li {
  color: #FFFFFF;
}
.card ul li::marker {
  color: #FFFFFF;
}

table.table-cmc tr {
border: 0;
}
table.table-cmc tr th {
  font-size: 0.9rem;
  line-height: normal;
  color: #FFFFFF;
  background-color: #1C006A;
}
table.table-cmc tr td {
  font-size: 0.8rem;
  line-height: normal;
  color: #FFFFFF;
  background-color: #6F6F6F;
}
table.table-cmc tbody tr:nth-child(odd) > td {
  background-color: #6F6F6F;
}
table.table-cmc tbody tr:nth-child(even) > td {
  background-color: #4E4E4E;
}
.note {
  font-size: 0.8rem;
  color: #FFFFFF;
  line-height: normal;
}

.contact-l {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  min-height: 60vh;
  padding: 1px;
}
.contact-r {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  min-height: 60vh;
}
.contact-r-box {
  width: 200px;
  margin: 0 auto;
}
.contact-r-box h3 {
	font-size: 0.9rem;
	font-weight: 700;
	padding: 2.0rem 0 0.5rem 0;
}
.contact-r-box p {
	font-size: 0.9rem;
}
.map-dark iframe{
  width: 100%;
  height: 100%;
  filter: grayscale(1) invert(1) contrast(1.05) brightness(0.95);
}


footer {
}
footer a {
  color: #FFFFFF;
  text-decoration: none;
}
footer a:hover {
  color: #6632F5;
  text-decoration: underline;
}

.social-icon {
  color: #FFFFFF;
  margin-right: 1rem;
  font-size: 1.25rem;
}
.social-icon:last-child {
  margin-right: 0;
}
.social-icon:hover {
  color: #6632F5;
}
.social-icon svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

@media screen and (max-width:576px){
	body {
	  line-height: normal;
	}
	.container {
	 padding: 0 20px 20px 20px;
	}
	.zero {
	height: 30vh;
	}
	.text-box {
	text-align: center;
	min-height: auto;
	}
	.section {
	min-height: 60vh;
	}
	#brand {
	  background: url('img/2b.png');
	}
	#cmc {
	  height: auto;
	}
	.contact-l, .contact-r {
	  min-height: auto;
	}
	.contact-r {
	  border: 0;
	}
	#cmes {
	  background: none;
	}
	#cmes .overlay-box {
	  background-color: rgba(0, 0, 0, 0.5);
	}
}


  .video-hero {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    background: #000;
  }

  .video-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
    z-index: 0;
    transform: translateZ(0);
  }

  .video-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
      to bottom,
      rgba(0,0,0,.80),
      rgba(0,0,0,.35) 45%,
      rgba(0,0,0,.80)
    );
  }

  .video-hero__content {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    text-align: left;
    color: #fff;
  }

  .video-hero__box {
    max-width: 820px;
    width: 100%;
    padding: 22px;
    border-radius: 14px;
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .video-hero__box h1 {
    margin: 0 0 12px 0;
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    font-weight: 800;
    letter-spacing: .2px;
  }

  .video-hero__box p {
    margin: 0 0 18px 0;
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    opacity: .95;
    line-height: 1.6;
  }

  .video-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #6632F5;
    border: 1px solid #6632F5;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  }

  .video-hero__btn:hover {
    background: transparent;
    color: #6632F5;
    border-color: #6632F5;
  }

  .video-hero__btn:focus-visible {
    outline: 2px solid rgba(102,50,245,.65);
    outline-offset: 3px;
  }

  @media (prefers-reduced-motion: reduce) {
    .video-hero__video { display: none; }
    .video-hero {
      background: url('img/1.png') center / cover no-repeat;
    }
  }
  
  
    .yt-hero{
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    background: #000;
  }

  .yt-hero__media{
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .yt-hero__media iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78vh;  /* 16:9 cover trick */
    height: 100vh;
    min-width: 100%;
    min-height: 56.25vw; /* 16:9 cover trick */
    transform: translate(-50%, -50%);
    border: 0;
  }

  .yt-hero__overlay{
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
      to bottom,
      rgba(0,0,0,.55),
      rgba(0,0,0,.35) 45%,
      rgba(0,0,0,.70)
    );
  }

  .yt-hero__content{
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    text-align: left;
    color: #fff;
  }

  .yt-hero__box{
    width: 100%;
    /*
    max-width: 820px;
    padding: 22px;
    border-radius: 14px;
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    */
  }

  .yt-hero__box h1{
    margin: 0 0 12px 0;
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    font-weight: 800;
    letter-spacing: .2px;
  }

  .yt-hero__box p{
    margin: 0 0 18px 0;
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    opacity: .95;
    line-height: 1.6;
  }

  .yt-hero__btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #6632F5;
    border: 1px solid #6632F5;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  }

  .yt-hero__btn:hover{
    background: transparent;
    color: #6632F5;
    border-color: #6632F5;
  }

  .yt-hero__btn:focus-visible{
    outline: 2px solid rgba(102,50,245,.65);
    outline-offset: 3px;
  }

  @media (prefers-reduced-motion: reduce) {
    .yt-hero__media { display: none; }
    .yt-hero {
      background: url('6.png') center / cover no-repeat;
    }
  }