.coming-soon {
  height: 100%;
  min-height: 100vh;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.coming-soon .main-container {
  margin: 0 auto;
}
.logo-coming-soon {
  max-width: 155px;
}
.coming-soon .main-container {
  margin: 0 auto;
}
.coming-soon {
  align-items: center;
  justify-content: center;
  display: flex

}
.coming-soon::after {
  content: "";
  position: fixed;
  top: 0;
  width: 27%;
  height: 416px;
  z-index: -1;
  pointer-events: none;
  background-image: url(../images/bg5.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  left: 0;
}
.coming-soon::before {
  content: "";
  position: fixed;
  bottom: 0;
  width: 31%;
  z-index: -1;
  pointer-events: none;
  height: 290px;
  background-image: url(../images/bg6.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  right: 0;
}

.coming-soon {
  text-align: center;
}

.img-coming-soon {
  width: 50%;
  margin: auto;
}

.img-coming-soon object {
  max-width: 50%;
  user-select: none;
  object-fit: contain;
}

.coming-soon h2 {
  font-size: 40px;
  color: var(--color-button);
  font-family: "font_bold";
}

.coming-soon p {
  font-size: 30px;
  color: var(--color-a);
  margin-top: 20px;
  font-family: "font_bold";
}

.top-par {
  display: flex;
  padding: 20px 0;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 10px;
}

.custom-button{
  width: fit-content;
  padding: 10px 20px;
  background-color:#83498c;
  color: #fff;
  border-radius: 50px;
}
.custom-button:hover{
  background-color: #fff;
  color: #83498c;
  border: 1px solid #83498c;
}
.custom-button:hover a{
  color: #83498c;
}

.custom-button a{
  color: #fff;
  text-decoration: none;
}
@media (max-width: 576px) {
  .img-coming-soon {
    width: 60%;
    margin: auto;
  }
  .img-coming-soon object {
    max-width: 100%;
    user-select: none;
    object-fit: contain;
  }

  .logo-coming-soon {
    width: 85px;
  }
  .coming-soon h2 {
    font-size: 20px;
    color: var(--color-button);
    font-family: "font_bold";
  }

  .coming-soon p {
    font-size: 20px;
    color: var(--color-a);
    margin-top: 20px;
    font-family: "font_bold";
  }
  .logo-coming-soon {
    width: 85px;
  }
  .coming-soon::after {
    width: 62%;
    height: 331px;
}
}

.ctm-btn {
  background-color: #fff;
  height: 50px;
  color: var(--color-button);
  width: 139px;
  font-size: 16px;
  border: 1px solid #de8234;
  display: flex;
  line-height: 0;
  padding-bottom: 6px;
  align-items: center;
  justify-content: center;
}

.ctm-btn:hover {
  background-color: #2a276a;
  color: #fff;
  border-color: transparent;
}
