html {
  box-sizing: border-box;
  background-color: #E5E5E5;
  width: 100%;
  overflow-x: hidden;
}
*, *::before, *::after {
  box-sizing: inherit;
}
@font-face {
  font-family: proxima-nova-black;
  src: url("../fonts/ProximaNova-Black.ttf") format("opentype");
}
@font-face {
  font-family: proxima-nova-bold;
  src: url("../fonts/ProximaNova-Bold.ttf") format("opentype");
}
@font-face {
  font-family: proxima-nova-extra-bold;
  src: url("../fonts/ProximaNova-Extrabld.ttf") format("opentype");
}
@font-face {
  font-family: proxima-nova;
  src: url("../fonts/ProximaNova-Regular.ttf") format("opentype");
}
body {
  background-color: white;
  color: black;
  max-width: 1920px;
  margin: 0 auto;
}
a, a:hover, a:focus, a:active {
  color: inherit;
}
a {
  cursor: pointer;
  color: inherit; /* blue colors for links too */
}
button {
  font-family: proxima-nova-black, serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  color: black;
  background: #F7B0BE;
  border: none;
  text-transform: uppercase;
  min-width: 300px;
  height: 56px;
  cursor: pointer;
}
.button-disabled {
  background: #D5D5D5;
  cursor: not-allowed;
}
.button-disabled:hover {
  opacity: 1;
}
button:hover {
  opacity: 0.7;
}
h1 {
  font-family: proxima-nova-black, serif;
  font-style: normal;
  font-weight: 900;
  font-size: 31px;
  line-height: 36px;
  text-transform: uppercase;
  /* or 116% */
}
h2 {
  font-family: proxima-nova, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 36px;
}
p {
  font-family: proxima-nova, serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.67px;
  margin: 0;
}
.wrapper {
  max-width: 650px;
  margin: 0 auto;
}
.big-wrapper {
  margin: 0 auto;
  max-width: 850px;
}
/*HEADER*/
.rose-bounce-string {
  position: absolute;
  background-color: #F7B0BE;
  transform: rotate(-2.97deg);
  width: 2100px;
  top: 50.8px;
  right: 95px;
}
.green-bounce-string {
  background: #00B188;
  transform: rotate(5.44deg);
  width: 2100px;
  right: 100px;
}
.orange-bounce-string {
  position: relative;
  background-color: #FFAE1F;
  width: 2100px;
  transform: rotate(-2.97deg);
  top: -40px;
  right: 90px;
}
.green-line {
  position: absolute;
  top: 70px;
}
/*Animation cities*/
.big-animation {
  display: block;
}
.small-animation {
  display: none;
}
.animation {
  margin: 0 auto;
}
.bounce {
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  padding: 0;

  overflow: hidden;
  position: relative;
}
.bounce span {
  font-family: proxima-nova-black, serif;
}

.green-bounce-string  p {
  width: 2560px;
  height: 100%;
  -moz-transform: translateX(10%);
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  -moz-animation: left-bouncing-text 5s linear infinite alternate;
  -webkit-animation: left-bouncing-text 5s linear infinite alternate;
  animation: left-bouncing-text 10s linear infinite alternate;
}

@-moz-keyframes left-bouncing-text {
  0% {
    -moz-transform: translateX(-10%);
  }
  100% {
    -moz-transform: translateX(10%);
  }
}

@-webkit-keyframes left-bouncing-text {
  0% {
    -webkit-transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(10%);
  }
}

@keyframes left-bouncing-text {
  0% {
    -moz-transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    -moz-transform: translateX(10%);
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
}

.rose-bounce-string  p {
  width: 2560px;
  height: 100%;
  -moz-transform: translateX(10%);
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  -moz-animation: right-bouncing-text 5s linear infinite alternate;
  -webkit-animation: right-bouncing-text 5s linear infinite alternate;
  animation: right-bouncing-text 10s linear infinite alternate;
}
.orange-bounce-string  p {
  width: 2560px;
  height: 100%;
  -moz-transform: translateX(10%);
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  -moz-animation: right-bouncing-text 5s linear infinite alternate;
  -webkit-animation: right-bouncing-text 5s linear infinite alternate;
  animation: right-bouncing-text 10s linear infinite alternate;
}
@-moz-keyframes right-bouncing-text {
  0% {
    -moz-transform: translateX(10%);
  }
  100% {
    -moz-transform: translateX(-10%);
  }
}

@-webkit-keyframes right-bouncing-text {
  0% {
    -webkit-transform: translateX(10%);
  }
  100% {
    -webkit-transform: translateX(-10%);
  }
}

@keyframes right-bouncing-text {
  0% {
    -moz-transform: translateX(10%);
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    -moz-transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
.header-container {
  padding-bottom: 245px;
}
/*Head section*/
.logo-roadshow > img {
  display: block;
  padding-bottom: 76px;
  margin: 0 auto;
}
.main-description {
  width: 650px;
  margin: 0 auto;
  text-align: center;
}
.main-description h2 {
  margin-bottom: 81px;
  margin-top: 81px;
}
.main-description h1 {
  display: block;
  width: 326px;
  margin: 0 auto;
  background-color: #FFAE1F;
  transform: rotate(4.82deg);
}
#orange-text {
  width: 435px;
}

/*Second article*/
.second-description {
  width: 850px;
  margin: 0 auto 143px auto;
}
.second-description h1 {
  background-color: #00B188;
  display: block;
  width: 199px;
  margin: 87px auto 87px auto;
  text-align: center;
}
#green-text {
  width: 330px;
}
.grid-description  {
  text-align: center;
  align-items: start;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  grid-auto-flow: row;
  grid-template-areas:
    "first first second second third third"
    ". fourth fourth fifth fifth .";
}
.grid-description p {
  padding-top: 30px;
}

.first { grid-area: first; }

.second { grid-area: second; }
.second img {
  padding-bottom: 5px;
}

.third { grid-area: third; }

.fourth { grid-area: fourth; }

.fifth { grid-area: fifth; }

/*Schedule article*/
.sсhedule {
  padding-top: 135px;
  width: 650px;
  margin: 0 auto;
  text-align: center;
}
.schedule-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.green-head {
  display: block;
  background-color: #00B188;
  transform: rotate(-3.32deg);
  margin-top: 194px;
}

/*Article we are*/
.we-are {
  margin: 0 auto;
  text-align: center;
  width: 650px;
}
.we-are iframe {
  margin-top: 46px;
}
.red-button {
  background-color: #D41B5D;
  width: 346px;
  height: 83px;
  margin-bottom: 204px;
  color: white;
}

@media only screen and (max-width: 1280px) {
  .wrapper {
    max-width: 75%;
    margin: 0 auto;
  }
  .big-wrapper {
    max-width: 86%;
  }
  iframe {
    max-width: 100%;
    max-height: 75%;
  }
  .social-icons {
    width: 250px;
  }
  .rose-bounce-string {
    top: 10px;
  }
  .orange-bounce-string {
    top: -110px;
  }
}
@media only screen and (max-width: 854px) {
  #orange-text {
    width: auto;
  }
  .big-animation {
    display: none;
    padding: 0;
  }
  .small-animation {
    display: block;
  }
  .header-container {
    padding-bottom: 110px;
  }
  /*.rose-bounce-string {*/
  /*  top: -10px;*/
  /*}*/
  button {
    width: 149px;
    height: 50px;
    font-size: 18px;
  }
  .red-button {
    width: 200px;
    min-width: 150px;
    height: 50px;
    margin-bottom: 90px;
  }
  h1 {
    font-size: 20px;
    line-height: 25px;
  }
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
  p {
    line-height: 19px;
    font-size: 15px;
  }
  .footer-wrapper img {
    width: 75%;
  }
  .logo-roadshow img {
    width: 70%;
  }
  .grid-description {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    grid-auto-flow: row;
    grid-template-areas:
    "first first second second"
    " third third fourth fourth"
    ". fifth fifth .";
  }
  .orange-bounce-string  p {
    width: auto;
  }
  .green-bounce-string  p {
    width: auto;
  }
  .rose-bounce-string  p {
    width: auto;
  }
  .orange-bounce-string {
    width: 125%;
    top: 0;
  }
  .green-bounce-string {
    width: 125%;
    top: 20px;
  }
  .rose-bounce-string {
    top: 15px;
    width: 125%;
  }
}
@media only screen and (max-width: 550px) {
  .schedule-item button {
    min-width: 150px;
  }
}