.section1{
  position: relative;
  overflow: hidden;
  height: max-content;
  padding-top: 300px;
  padding-bottom: 0px;
}
.section2{
  height: max-content;
  width: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.2);
}
.section3{
  position: relative;
  overflow: hidden;
  height: max-content;
  padding-top: 0px;
  padding-bottom: 100px;
}
.domain-section{
  width: 100%;
  height: 700px;
  position: relative;
  display: inline-flex;
}
.domain-sub-section{
  position: relative;
  width: 25%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 3s;
}


#dynamic-string{
  display: flex;
  color: #ffffff;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  height: 2.5rem;
  width: 100%;
}
.dynamic-words{
  display: block;
  align-items: center;
  position: relative;
  height: 9rem;
  color: #ffffff;
  overflow: hidden;
  animation: openclose 10s ease-in-out infinite;
}
@keyframes openclose {
  0% {top: 0; width: 50%; opacity:1;}
  6.25% {top: 0; width: 50%; opacity:1;}
  12.5% {top: 0; width: 50%; opacity:1;}
  15%{top: 0; width: 0%; opacity:0;}
  16%{top: -2.4rem; width: 0%; opacity:0;}
  18.75% {top: -2.4rem; width: 50%; opacity:1;}
  25% {top: -2.4rem; width: 50%; opacity:1;}
  31.25% {top: -2.4rem; width: 50%; opacity:1;}
  37.5% {top: -2.4rem; width: 50%; opacity:1;}
  40%{top: -2.4rem; width: 0%; opacity:0;}
  41%{top: -4.5rem; width: 0%; opacity:0;}
  43.75% {top: -4.5rem; width: 50%; opacity:1;}
  50% {top: -4.5rem; width: 50%; opacity:1;}
  56.25% {top: -4.5rem; width: 50%; opacity:1;}
  62.5% {top: -4.5rem; width: 50%; opacity:1;}
  65%{top: -4.5rem; width: 0%; opacity:0;}
  66%{top: -6.5rem; width: 0%; opacity:0;}
  68.75% {top: -6.5rem; width: 50%; opacity:1;}
  75% {top: -6.5rem; width: 50%; opacity:1;}
  81.25% {top: -6.5rem; width: 50%; opacity:1;}
  87.5% {top: -6.5rem; width: 50%; opacity:1;}
  90%{top: -6.5rem; width: 0%; opacity:0;}
  91%{top: 0; width: 0%; opacity:0;}
  93.75% {top: 0; width: 50%; opacity:1;}
}

#dynamic-string2{
  display: flex;
  color: #ffffff;
  justify-content: center;
  font-size: 3rem;
  font-weight: 100;
  line-height: 3rem;
  white-space: nowrap;
  overflow: hidden;
  margin: 20px;
  height: 3rem;
  width: 100%;
}
.dynamic-words2{
  width: 19rem;
  display: block;
  align-items: center;
  position: relative;
  height: max-content;
  color: #ffffff;
  overflow: hidden;
  animation: openclose2 10s ease-in-out infinite;
}
@keyframes openclose2 {
  0% {top: 0; width: 19rem; opacity:1;}
  6.25% {top: 0; width: 19rem; opacity:1;}
  12.5% {top: 0; width: 19rem; opacity:1;}
  15%{top: 0; width: 0%; opacity:0;}
  16%{top: -3rem; width: 0%; opacity:0;}
  18.75% {top: -3rem; width: 23rem; opacity:1;}
  25% {top: -3rem; width: 23rem; opacity:1;}
  31.25% {top: -3rem; width: 23rem; opacity:1;}
  37.5% {top: -3rem; width: 23rem; opacity:1;}
  40%{top: -3rem; width: 0%; opacity:0;}
  41%{top: -6rem; width: 0%; opacity:0;}
  43.75% {top: -6rem; width: 21rem; opacity:1;}
  50% {top: -6rem; width: 21rem; opacity:1;}
  56.25% {top: -6rem; width: 21rem; opacity:1;}
  62.5% {top: -6rem; width: 21rem; opacity:1;}
  65%{top: -6rem; width: 0%; opacity:0;}
  66%{top: -9rem; width: 0%; opacity:0;}
  68.75% {top: -9rem; width: 19rem; opacity:1;}
  75% {top: -9rem; width: 19rem; opacity:1;}
  81.25% {top: -9rem; width: 19rem; opacity:1;}
  87.5% {top: -9rem; width: 19rem; opacity:1;}
  90%{top: -9rem; width: 0%; opacity:0;}
  91%{top: 0; width: 0%; opacity:0;}
  93.75% {top: 0; width: 19rem; opacity:1;}
}
