*{margin: 10;
 padding: 0;
 box-sizing: border-box;}




.hero {position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0%;}
.hero-container {display: flex;
  flex-direction: column;   
  align-items: center; 
  width: 100%;
  text-align: center;}
.hero-logo {width: 100%;
  height: auto;}
.hero-title {font-family: 'Kolker Brush';
  color: white;
  font-size: 125px;
  font-weight: 200;
  margin-top: -5%;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);}
.hero-btn {background-color: #FFDE21;
  color: #1D438A;
  padding: 20px 60px;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'K2D';
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.3);
  border: none;
  transition: transform 0.3s ease;
  cursor: pointer;}
.hero-btn {transition: transform 0.3s ease;
  cursor: pointer;}
.hero-btn:hover {transform: scale(1.05);
  background-color:#ffa621;
  transition: 0s; ease-in-out;}
.hero-btn:active {transform: scale(1.05);}
.video-bg {position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;}
 




.split-section {display: flex;
  width: 100%;
  height: 800px;
  background-image: url("../Images/Secion_01_Background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed}
.image-side img {width: 100%;
      height: 100%;
      object-fit: cover;}
.text-side {width: 50%;
      padding: 100px;
      display: flex;
      flex-direction: column;
      justify-content: center;}
.exhibition-title {font-family: 'Kaisei Opti';
  font-weight: 200;
  font-size: 50px;
  color:#1D438A;
  margin-bottom: 35px;}
.paragraph-container {font-family: 'K2D';
      font-weight: 400;
      font-size: 16px;
      line-height: 1.7;
      color: #1D438A;}


      
.split-section-2 {display: flex;
  width: 100%;
  height: 100%;
  background-color:#FFDE21}
.text-side-2 {width: 50%;
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;}
.about-text-block {font-family: 'Kaisei Opti';
  font-weight: 100;
  font-size:50px;
  line-height: 1.2;
  color:#1D438A;
  margin-bottom: 45px;}
.paragraph-container-2 {font-family:'K2D';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color:#1D438A}
.image-side {width: 50%;
  overflow: hidden;}
.image-side video {width: 100%;
  height: 100%;
  object-fit: cover;}



.section-museum-info {width: 100%;
  min-height: 75vh;
  background-image: url('../Images/van-gogh-Background.jpg');
  background-size: cover;
  background-position: top; 
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0%;}
.museum-info-container {max-width: 100%;
  margin-top: 40px;
  margin-bottom: 20px}
.museum-title {font-family: 'Kaisei Opti';
  font-weight: 100;
  font-size:50px;
  line-height: 1.2;
  color: #ffffff;
  margin-top: 40px;}
.museum-intro {font-family:'K2D';
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
  color: #ffffff;
  margin-top: 3%;
  margin-bottom: 3%;}
.museum-contact-line {font-family:'K2D';
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
  margin-top: 45px;
  color: #ffffff;}
.btn-tickets { margin-top: 45px;
  background-color: #FFDE21;
  color: #1D438A;
  padding: 20px 60px;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'K2D';
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.3);
  border: none;
  transition: transform 0.3s ease;
  cursor: pointer;}
.btn-tickets {transition: transform 0.3s ease;
  cursor: pointer;}
.btn-tickets:hover {transform: scale(1.05);
  background-color:#ffa621;
  transition: 0s; ease-in-out;}
.btn-tickets:active {transform: scale(1.05);}



.footer {background-color: #071633;
  color: white;
  text-align: center;
  padding: 100px 0px;}
.footer-logo img {width: 450px;
  margin-bottom: 0%;
  margin-top: 0px;}
.footer-title {font-family:'Kolker Brush';;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
  margin-top: 0%;}
.footer-logos {display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 75px;
  padding: 30px;}
.footer-logos img {height: 75px;
  width: auto;
  margin-top: -20px;
  transition: 0.3s;}
.footer-logos img:hover {
  opacity: 1;
  transform: scale(1.4)}
.divider {width: 80%;
  height: 1px;
  background-color:#ffffff;
  margin: 0 auto;
  margin-bottom: -3px;} 