/* LANDING */
/*----------------------------------------------------------------------------------*/
#landing-page {
  width: 100%;
  font-family: "Baloo Paaji", cursive;
  padding-top: 50px;
  padding-bottom: 50px;
}

#landing-page .the-left-landing,
#landing-page .the-right-landing {
  margin: 0 0 30px 0;
  background-color: transparent;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #444;
}

#landing-page .the-right-landing {
  border: 2px solid #695aa6;
}

#landing-page .zoner-screen {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

#landing-page .zoner-screen .zoner-screen-header {
  width: 100%;
  border-bottom: 2px solid #444444;
}

#landing-page .the-right-landing .zoner-screen .zoner-screen-header {
  width: 100%;
  border-bottom: 2px solid #695aa6;
}

#landing-page .landing-title {
  padding: 0;
  width: 100%;
  text-align: left;
  font-family: "Baloo Paaji", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  color: #444444;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.6);
}

#landing-page .the-right-landing .landing-title {
  color: #695aa6;
}

#landing-page .zoner-screen .zoner-screen-body {
  width: 100%;
  display: flex;
  flex-direction: row;
  text-align: left;
  justify-content: space-around;
  align-items: center;
  padding: 0;
}

#landing-page .landing-logo {
  padding: 15px;
  max-width: 150px;
}

#landing-page .landing-logo img {
  width: 100%;
  max-width: 150px;
}

#landing-page .landing-desc {
  padding: 15px;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: flex-start;
  min-width: 300px;
}

#landing-page .landing-desc p,
#landing-page .landing-desc a {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
  padding: 0;
  margin: 0 0 2px;
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); */
}

#landing-page .the-right-landing .landing-desc p,
#landing-page .the-right-landing .landing-desc a {
  color: #695aa6;
}

#landing-page .landing-desc a {
  text-decoration: underline;
}

#landing-page .landing-btns {
  padding: 15px;
}

#landing-page .zoner-screen .zoner-screen-footer {
  width: 100%;
  border-top: 2px solid #444444;
  padding-top: 15px;
}

#landing-page .the-right-landing .zoner-screen .zoner-screen-footer {
  border-top: 2px solid #695aa6;
}

#landing-page .showcaser {
  width: 100%;
}

#landing-page .showcaser ul {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 0;
  margin: 0;
  width: 100%;
}

#landing-page .showcaser ul li {
  list-style: none;
  max-width: 38px;
  overflow: hidden;
  /* border: 2px solid #fff; */
  border-radius: 5px;
  margin: 0 5px;
}

#landing-page .showcaser ul li img {
  width: 100%;
  display: block;
}

#landing-page .button {
  min-width: 122px;
  display: flex;
  padding: 15px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  background-color: #ff9800;
  border-radius: 10px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  justify-content: center;
  line-height: 18px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

#landing-page .button.button-2 {
  background-color: #695aa6;
}

#landing-page .button:hover {
  background-color: #212529;
  box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.3); /* Stronger shadow on hover */
}

#landing-page .landing-page-area.container {
  position: relative;
  width: 100%;
  background: transparent;
  width: 100%;
  max-width: 100% !important;
}

#landing-page .container .screen {
  overflow: hidden;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #27292a;
}

#landing-page .screen.left {
  height: 100%;
  /* background: url("../../dist/img/2020/vinet-bg.jpg") center center no-repeat; */
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}

/* #landing-page .screen.left .zoner-screen {
  background: rgba(255, 98, 1, 0.75);
} */

#landing-page .screen.right {
  /* height: 100%; */
  /* background: url("../../dist/img/2020/3m-bg.jpg") center center no-repeat; */
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}

/* #landing-page .screen.right .zoner-screen {
  background: rgba(83, 59, 83, 0.75);
} */

.copy.p-small {
  font-weight: bold;
  color: #6c757d;
}

/* mobile */
@media (max-width: 1023px) {
  #landing-page .zoner-screen .zoner-screen-body {
    flex-direction: column;
  }

  #landing-page .landing-desc {
    text-align: center;
  }

  .copy.p-small {
    text-align: center;
  }
}
