*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  min-height: 100vh;
  background: #ffffff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background: url(../images/background.webp) no-repeat center center / cover;
  /* font-family: 'Roboto';
  font-family: 'Roboto Condensed'; */
}
img,
video {
  max-width: 100%;
}
.mob {
  display: none !important;
}

.header {
  width: 100%;
  height: 75px;
  padding: 0 40px;

  /*background: linear-gradient(90.09deg, #047a5c 0.83%, #175f48 61.57%, #369e32 112.4%);*/
  background: linear-gradient(90.09deg, #047a5c29 0.83%, #175f4899 61.57%, #369e32 112.4%);
  border-bottom: 1px solid #cbffcb;
  z-index: 9;
}
.hd-container {
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hd-logo {
  height: 100%;
}
.hd-logo img {
  margin-top: 10px;
  height: 100%;
}
.h-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
}
.h-btn {
  width: 160px;
  height: 45px;
  border-radius: 50px;
  border: 1.5px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all 200ms ease;
}
.h-btn:hover {
  color: #2a6b5c;
  background: #eaf9f9;
  text-decoration: none;
}
.burger {
  cursor: pointer;
}
.burger span {
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 1px;
  margin-bottom: 3px;
  background: #fff;
}

.main {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logos {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: -50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.welcome-copyline {
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vid-form {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.vid-container {
  flex-basis: 82%;
}
.vid-container video {
  border: 5px solid #75ed93;
  border-radius: 20px;
  box-shadow: 0 0 20px 0px #67bd7c;
}

.btn-dangkyngay {
  position: absolute;
  top: 465px;
  right: 22px;
}

.btn-animate {
  width: 240px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(90deg, #fee71b 0%, #fff7b5 50%, #fee71b 100%);
  background-size: 200% 100%;
  background-position: 0%;
  transition: all 200ms ease;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  animation: bounce 1s ease-in-out infinite;
  -webkit-animation: bounce 1s ease-in-out infinite;
}

.btn-animate:hover {
  color: #000;
  text-decoration: none;
  /* background-image: linear-gradient(90deg, #FFF7B5 2.24%, #FEE71B 100%); */
  background-position: 100%;
  transition: all 200ms ease;
}
.choingay-fb88 {
  display: block;
  width: 100%;
  margin-top: 15px;
}
.choingay-fb88 img {
  width: 100%;
  transition: all 200ms ease;
}
.choingay-fb88 img:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.logos > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sponsor {
  margin-right: 100px;
}
.logos .clubs {
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 0 10px;
}
.logos .clubs img {
  filter: brightness(1.35) drop-shadow(2px 4px 6px black);
  max-height: 40px;
}
.logos h4 {
  color: #cef3e1;
}

.logos-ct img {
  margin: 0 10px;
  max-height: 40px;
  max-width: 100px;
}
/* #region Register form */
.register-form {
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 35px 25px;
  background: rgba(120, 174, 162, 35%);
  border: 2px solid #3d9e87;
  backdrop-filter: blur(12.5px);
  border-radius: 15px;
  border: 5px solid #75ed93;
  box-shadow: 0 0 20px 0px #67bd7c;
}
.register-form h2.mob {
  text-align: center;
  color: #ffe118;
  font-weight: 900;
  text-shadow: 0 2px BLACK;
}
.inner-wrap input {
  width: 100%;
  height: auto;
  padding: 6px 10px;
  margin-top: 14px;
  background: #ffffff;
  border: 2px solid #3d9e87;
  border-radius: 10px;
}
.btn-submit-dangky {
  width: 100%;
  height: 45px;
  margin-top: 20px;
  /* background: linear-gradient(90deg, #ffd221 10%, #ffd977 25%, #efbf03 40%, #efbf03 100%); */
  background: none;
  background-size: 200% 100%;
  background-position: 0%;
  border-radius: 10px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 200ms ease;
  border: none !important;
  outline: none !important;
  animation:
    brightness 1s ease-in-out infinite,
    bounce 1s ease-in-out infinite;
  -webkit-animation:
    brightness 1s ease-in-out infinite,
    bounce 1s ease-in-out infinite;
}
.btn-submit-dangky:hover {
  background-position: 100%;
  transition: all 200ms ease;
}
.errorMsg {
  padding: 8px;
  background: #e74e4e;
  border: 1px solid #860404;
  color: #fff;
  display: none;
  font-size: 14px;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999999;
  box-sizing: border-box;
  right: 10px;
  -moz-box-sizing: border-box;
  border-radius: 5px;
}

.successMsg {
  padding: 8px;
  background: #6bb34b;
  border: 1px solid #1b4a07;
  color: #fff;
  display: none;
  font-size: 14px;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  box-sizing: border-box;
  right: 10px;
  -moz-box-sizing: border-box;
  border-radius: 5px;
}
.input-icon {
  position: relative;
  margin-top: 14px;
}
.input-icon input {
  margin-top: 0px;
}
.input-icon img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
.msg-error {
  display: none;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 1px red;
}
.capbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.capbox input {
  flex: 1;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.capbox div {
  width: 85px;
  padding: 6px;
  margin-top: 14px;
  background: #e6e6e6;
  border: 2px solid #3d9e87;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eye-open {
  display: none;
}

.float-social {
  position: fixed;
  bottom: 10%;
  right: 0;
  /* right: -130px; */
}
.soc-box a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transform: translateX(100%);
  background: #034320;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  transition: all 600ms ease-in-out;
  margin-bottom: 3px;
  padding: 15px 20px;
  color: #fff;
  text-shadow:
    0 0 6px #00aa12,
    0 0 6px #00aa12,
    0 0 6px #00aa12;
  font-weight: 600;
  font-size: 16px;
  border-right: 5px solid rgb(190, 190, 190);
  cursor: pointer;
}
.soc-box:nth-child(1) a {
  animation: pullout 10s ease-out 0ms infinite;
}
.soc-box:nth-child(2) a {
  animation: pullout 10s ease-out 1s infinite;
}

.soc-box a:nth-child(1) img {
  animation: initSocial1 3000ms ease-out 200ms infinite;
}
.soc-box a:nth-child(2) img {
  animation: initSocial1 3000ms ease-out 800ms infinite;
}
/*.soc-box a:hover{*/
/*  transform: translateX(-130px);*/
/*  transition: all 250ms ease-in-out;*/
/*}*/
.soc-box a img {
  height: 45px;
  margin-right: 20px;
}

.vertical-shake1 {
  animation: horizontal-shaking 1s infinite;
}
.vertical-shake2 {
  animation: horizontal-shaking 1s infinite 500ms;
}
@keyframes initSocial1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pullout {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  10% {
    transform: translateX(0%);
    opacity: 1;
  }
  60% {
    transform: translateX(0%);
    opacity: 1;
  }
  70% {
    transform: translateX(0%);
    opacity: 1;
  }
  80% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* #endregion Register form */

@media (max-width: 1100px) {
  .vid-form {
    flex-direction: column;
  }
  .logos {
    margin-top: 10px;
    padding: 10px;
  }

  .choingay-fb88,
  .mob_button {
    max-width: 300px;
    margin: 10px auto;
  }
  .float-social {
    display: none;
  }
  .vid-container video {
    border: 3px solid #75ed93;
    border-radius: 10px;
  }
  .register-form {
    padding: 20px 12px;
    border: 3px solid #75ed93;
    border-radius: 10px;
  }
  .logos .clubs {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .logos .clubs img {
    margin-bottom: 10px;
    width: 33%;
    object-fit: contain;
  }
  .sponsor {
    margin-right: 0;
  }
  .logos > div {
    width: 100%;
  }
  .logos-ct {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
}

@media (max-width: 768px) {
  .mob {
    display: block !important;
  }
  .desk {
    display: none !important;
  }
  .mob-nav.mob {
    display: flex !important;
  }
  .l-banner.mob {
    margin-top: 0px;
  }
  .header {
    position: relative;
    padding: 10px 15px;
    height: 60px;
    align-items: flex-end;
  }
  .hd-logo img {
    margin-top: 5px;
  }
  .welcome-copyline {
    height: auto;
  }
  .h-btns {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    flex-direction: column;
    background: #fff;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .close-nav {
    width: 100%;
    text-align: left;
    padding: 16px 10px;
    background: linear-gradient(104.58deg, #047a5c -11.09%, #175f49 52.97%, #369e32 124.08%);
  }
  .close-nav span {
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    transform-origin: center;
    color: white;
    font-weight: bold;
    font-size: 34px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    clear: both;
  }
  .h-btn {
    color: #047a5c;
    justify-content: flex-start;
    border: none;
    font-size: 16px;
  }
  .h-btn:hover {
    background: none;
  }
  .mob-nav {
    width: 100%;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }
  .mob-nav:hover {
    background: #defaf3;
  }

  .btn-submit-dangky {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .inner-wrap input,
  .capbox div {
    padding: 10px 15px;
    margin-top: 8px;
  }
  .input-icon {
    margin-top: 0px;
  }
}
@keyframes bounce {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

@keyframes brightness {
  0% {
    filter: brightness(1.1) drop-shadow(2px 2px 2px #ffd903);
  }
  50% {
    filter: brightness(1.4) drop-shadow(2px 5px 10px #fada28);
  }
  100% {
    filter: brightness(1.1) drop-shadow(2px 2px 2px #ffd903);
  }
}
@keyframes vertical-shaking {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(5px);
  }
  10% {
    transform: translateY(-5px);
  }
  15% {
    transform: translateY(5px);
  }
  20% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(5px);
  }
  10% {
    transform: translateX(-5px);
  }
  15% {
    transform: translateX(5px);
  }
  20% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
