* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Gilroy-Bold", sans-serif;
}

.container {
  margin: 0 auto;
  max-width: 1755px;
  padding: 0;
}

h4 {
  font-size: calc(36px + -8 * (100vw - 300px) / 1300);
}

.main_section {
  background-image: url("../images/bg-images.png");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 112vh;
}
.main_section .header_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 65px 0px 100px;
}
.main_section .header_section .logo_section {
  display: flex;
  align-items: center;
  gap: 25px;
}
.main_section .header_section .logo_section .menu-drop-btn {
  width: 40px;
}
.main_section .header_section .logo_section .dropdown .dropdown-menu {
  left: -55px !important;
  top: -2px !important;
}
.main_section .header_section .logo_section .main_logo {
  width: 132px;
  height: 132px;
}
.main_section .header_section .logo_section .logo_title {
  font-size: calc(36px + -4 * (100vw - 300px) / 1300);
  font-weight: 700;
  color: #E40A2D;
  text-shadow: 0px 5px 10px rgb(164, 164, 164);
}
.main_section .header_section .group_code_section {
  text-align: end;
}
.main_section .header_section .group_code_section .name_title {
  letter-spacing: -2%;
  font-weight: 600;
  color: rgba(26, 26, 40, 0.5);
  margin: 0;
  margin-bottom: 10px;
}
.main_section .header_section .group_code_section .sub_title {
  color: #E40A2D;
}
.main_section .header_section .google-add-img {
  display: none;
}
.main_section .google-add .google-add-img {
  display: none;
  margin: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.google-add-button {
  background-color: rgba(0, 0, 0, 0.1);
  border: 2px dashed rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 0 auto;
}

.banner_section {
  margin-top: 80px;
  padding: 0px 65px 0px 100px;
}
.banner_section .main-title-section {
  width: fit-content;
}
.banner_section .how_title_section {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.banner_section .how_title_section .merry_title {
  font-size: 73px;
}
.banner_section .how_title_section .title {
  font-weight: 700;
  font-size: 75px;
  color: #5F5F69;
}
.banner_section .how_title_section .merry_title {
  color: #004A1B;
  font-family: "Alegreya SC", serif;
}
.banner_section .how_title_section .ball_images {
  width: 75px;
}
.banner_section .group_code_section .title {
  display: none;
}
.banner_section .santa {
  padding-right: 50px;
}
.banner_section .santa_imag {
  width: 370px;
  height: 370px;
}
.banner_section .description {
  font-size: 33px;
  font-weight: 500;
  color: rgb(63, 72, 88);
  text-transform: uppercase;
  margin-top: 15px;
  text-align: center;
}
.banner_section .button_section {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.banner_section .button_section .button_app {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  border-radius: 50px;
  width: fit-content;
  gap: 12px;
  padding: 25px 50px;
}
.banner_section .button_section .button_app img {
  width: 160px;
}
.banner_section .bg-images {
  position: absolute;
  top: 54%;
  transform: translate(0, 12%);
  z-index: -1;
}
.banner_section .play-story-button {
  display: none;
}

@keyframes UpDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 0.5em;
  }
  100% {
    bottom: 0;
  }
}
@media (max-width: 1086px) {
  .main-title-section {
    width: 100% !important;
  }
  .main-title-section .how_title_section .title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .name_title {
    font-size: 20px;
  }
  .logo_title {
    font-size: 31px;
  }
  .banner_section .santa {
    text-align: center !important;
  }
  .main-title-section {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .name_title {
    font-size: 17px;
  }
  .logo_title {
    font-size: 27px;
  }
}
@media (max-width: 698px) {
  .name_title {
    display: none;
  }
}
@media (max-width: 552px) {
  .main-title-section {
    width: 100% !important;
  }
  .main-title-section .description {
    font-size: 16px;
    margin-bottom: 29px;
  }
}
@media (max-width: 441px) {
  .banner-main-section {
    background-image: url("../images/background-img.png") !important;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .main_section {
    background-image: none;
  }
  .main_section .header_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 21px 0px 20px;
  }
  .main-title-section {
    margin-bottom: 0px;
  }
  .banner_section {
    margin-top: 34px;
    padding: 0px 20px 0px 20px;
  }
  .banner_section .how_title_section .ball_images {
    width: 40px;
  }
  .banner_section .how_title_section .tree-img {
    width: 29px;
  }
  .banner_section .description {
    font-size: calc(14px + -3 * (100vw - 300px) / 1300) !important;
    margin-bottom: 29px;
  }
  .banner_section .main-title-section .how_title_section {
    padding-left: 0 !important;
  }
  .banner_section .main-title-section .how_title_section .title {
    font-size: calc(31px + -6 * (100vw - 300px) / 1300) !important;
  }
  .banner_section .main-title-section .how_title_section .merry_title {
    font-size: 37px;
    margin-top: 15px;
  }
  .main_section .header_section .logo_section {
    gap: 13px;
  }
  .main_section .header_section .logo_section .main_logo {
    width: 50px;
    height: 50px;
  }
  .main_section .header_section .logo_section .logo_title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .main_section .header_section .logo_section .dropdown .dropdown-menu {
    left: -11px !important;
  }
  .google-add-img {
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px dashed rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-top: 20px;
  }
  .google-add-img.google-img {
    display: block !important;
  }
  .group_code_section {
    text-align: center;
    margin-top: 33px;
  }
  .group_code_section .title {
    font-size: calc(14px + -6 * (100vw - 300px) / 1300) !important;
    font-weight: 600;
    color: rgba(26, 26, 40, 0.5);
    margin: 0;
    margin-bottom: 10px;
    display: block !important;
  }
  .group_code_section .sub_title {
    color: #E40A2D;
  }
  .play-story-button {
    margin-top: 40px;
    display: block !important;
  }
  .play-story-button .button_app {
    display: block !important;
    width: 100% !important;
    text-align: center;
  }
  .button_app {
    display: none !important;
  }
  .banner_section .santa {
    text-align: center !important;
    padding-right: 0;
  }
  .banner_section .santa .santa_imag {
    width: 227px;
    height: 227px;
  }
  .google-add-section {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
