@import url("flexslider.css");

@import url("DBHelvethaicaX55/stylesheet.css");
@import url("DBHelvethaicaX-75Bd/styles.css");
@import url("DBHelvethaicaXCond/stylesheet.css");
@import url("DBHelvethaicaXUlLi/stylesheet.css");
@import url("DBHelvethaicaX77BdCond/stylesheet.css");
@import url("DBHelvethaicaX87BlkCond/stylesheet.css");





* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
 font-family: 'DB Helvethaica X UlLi';
  font-weight: 400;
  color: #fff;
  background-color: #000;
}


* {
  box-sizing: border-box;
}

main {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

header section {
  margin: auto;
  padding: 0 20px;
}

h1 small {
  display: block;
}

a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: inherit;
}

section {
  max-width: 100%;
  margin: 0 auto;
}

section>div {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  /* padding-bottom: 80px; */
 
}

.bg-diamond {
  background-image: url(../img/bg/bg-diamond.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 1200px;
  padding-bottom: 10px;
  padding-top: 0;
  margin: auto;
}

.bg-diamond-top {
    background-image: url(../img/bg/bg-diamond.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1200px;
    padding-bottom: 10px;
    padding-top: 30px;
}

section div.content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 20px 20px;
  
}

/* .head-bg {
  background-image: url(../img/bg/bg-head.webp);
  background-position: center;
  background-size: cover;
} */

.bg-gray {
  background: #1A1B1C;
}

.bg-grayGradient {
  background: #1A1B1C;
background: linear-gradient(0deg,rgba(26, 27, 28, 1) 0%, rgba(26, 27, 28, 0.17) 100%);
  height: 100px;
  padding: 0;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
}



.grid-story1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto;
  grid-gap: 20px;
}

.grid-story2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  grid-gap: 0 20px;
}

.grid-story3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  grid-gap: 20px;
}

.grid-story4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  grid-gap: 20px;
}

.grid-story6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0 auto;
  grid-gap: 0;
}

.grid-story9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  margin: 0 auto;
  grid-gap: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'DB Helvethaica X UlLi';
 font-weight: bold;
}
.your-style {
    font-family: 'DB Helvethaica X 55';
    font-weight: normal;
    font-style: normal;
}
.your-style-cond {
    font-family: 'DB Helvethaica X Cond';
    font-weight: normal;
    font-style: normal;
}

.text-yellow {color:#D29800;}

.topic-yellow {
  font-size: 40px;
  background: #b88700;
  background: linear-gradient(180deg,rgba(184, 135, 0, 1) 24%, rgba(255, 236, 92, 1) 48%, rgba(184, 135, 0, 1) 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: center;
  font-family: 'DB Helvethaica X 55';
  line-height: 45px;
}


/* btn */
.btn {
  position: relative;
  display: inline-flex;
  color: #000;
  height: 50px;
  min-width: 300px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 30px;
  font-family: 'DB Helvethaica X 55';
  font-weight: 500;
  margin-top: 15px;
}

/* .btn:hover {transform: scale(1.2); color: #fff;} */
.btn:last-child {
  margin-left: 20px;
}

.btn:hover {
  color: #000;
}

.btnYellow {
  background-image: url(../img/btn-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.btnGlay {
  background: transparent;
  border-color: #484848;
  background: #1A1B1C;
  background: linear-gradient(180deg, rgba(26, 27, 28, 0.5) 0%, rgba(26, 27, 28, 0.5) 100%);
}

.btn-register {
  position: fixed;
  bottom: 20px;
  z-index: 999;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  display: flex;
  justify-content: center;
  height: 130px;
  padding-top: 20px;
}

/* slide */
.slick-prev {
  background-image: url(../img/icon/nav-prev.svg);
  z-index: 2;
  left: -10px;
}

.slick-next {
  background-image: url(../img/icon/nav-next.svg);
  z-index: 2;
  right: -10px;
}

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
}

.slick-prev:hover,
.slick-prev:focus {
  background-image: url(../img/icon/nav-prev.svg);
}

.slick-next:hover,
.slick-next:focus {
  background-image: url(../img/icon/nav-next.svg);
}

.slick-prev:before,
.slick-next:before {
  opacity: 0;
  content: none;
}


/* star-blink */
.blink-1 {
  -webkit-animation: blink-1 1s infinite alternate;
  animation: blink-1 1s infinite alternate;
}

.blink-2 {
  -webkit-animation: blink-2 1s infinite alternate;
  animation: blink-2 1s infinite alternate;
}

@keyframes blink-1 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .7;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink-2 {
  0% {
    opacity: .5;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: .5;
  }
}

/* bg-animate */
.obj-ver1 {
  -webkit-animation: bg-ani-1 3s infinite alternate;
  animation: bg-ani-1 3s infinite alternate;
}

.obj-ver2 {
  -webkit-animation: bg-ani-2 3s infinite alternate;
  animation: bg-ani-2 3s infinite alternate;
}

.obj-ver3 {
  -webkit-animation: bg-ani-3 3s infinite alternate;
  animation: bg-ani-3 3s infinite alternate;
}
.obj-ver5 {
  -webkit-animation: bg-ani-5 3s infinite alternate;
  animation: bg-ani-5 3s infinite alternate;
}

@keyframes bg-ani-1 {
  0% {
    top: 80px;
  }

  50% {
    top: 70px;
  }

  100% {
    top: 80px;
  }
}

@keyframes bg-ani-2 {
  0% {
    top: 60px;
  }

  50% {
    top: 50px;
  }

  100% {
    top: 60px;
  }
}

@keyframes bg-ani-3 {
  0% {
    bottom: 0;
  }

  50% {
    bottom: 30px;
  }

  100% {
    bottom: 0;
  }
}
@keyframes bg-ani-5 {
   0% {
    top: 80px;
  }

  50% {
    top: 90px;
  }

  100% {
    top: 80px;
  }
}

/* img-obj */
.obj img {
  filter: grayscale(1);
}

/* head-bg */
.head-bg {
  position: relative;
  font-family: "Kanit", serif;
  height: auto;
}

.bt-80 {margin-bottom: 80px;}

.logo-header {
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: auto;
}

.head-bg .obj.obj-2 img {
  transform: rotate(90deg);
  max-width: 500px;
}

.head-bg .obj.obj-1 img {
  max-width: 350px;
}
.head-bg .obj.obj-5 img {
  max-width: 350px;
}





/* .content-1 */
section div.content.content-1 {
  padding-top: 20px;
  max-width: 500px;
  text-align: center;
}

.obj-1 {
  position: absolute;
  right: 0%;
  transform: translate(0, 10%);
}

.obj-2 {
  position: absolute;
  top: 60%;
  left: 0;
  transform: translate(0%, 30%);
  z-index: 99;
}

.obj-5 {
  position: absolute;
  right: 0%;
  top: 0;
  transform: translate(-80%, 170%);
}

.slide-down {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-7%, -50%);
  transition-duration: 5s;
  z-index: 3;
}

.slide-up {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-7%, -50%);
  transition-duration: 5s;
  z-index: 0;
}

.content-1 {
  text-align: center;
}

.content-1 h1 {
  font-size: 50px;
  background: #b88700;
background: linear-gradient(180deg,rgba(184, 135, 0, 1) 24%, rgba(255, 236, 92, 1) 48%, rgba(184, 135, 0, 1) 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'DB Helvethaica X 55';
}

.content-1 p {
  font-size: 40px;
  background: #b88700;
background: linear-gradient(180deg,rgba(184, 135, 0, 1) 24%, rgba(255, 236, 92, 1) 48%, rgba(184, 135, 0, 1) 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'DB Helvethaica X 55';
}

.letter {
  text-align: center;
  z-index: 99;
  position: relative;
}

/* .letter .closeletter {display: inline; }  */
.letter img.l-close {
  margin: 50px auto 0px;
  max-width: 450px;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.letter img.l-open {
  max-width: 450px;
  width: 100%;
  height: auto;
  margin: auto;
}

.letter h1 {
  font-size: 76px;
  background: #b88700;
background: linear-gradient(180deg,rgba(184, 135, 0, 1) 24%, rgba(255, 236, 92, 1) 48%, rgba(184, 135, 0, 1) 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'DB Helvethaica X 55';
}

.letter p {
  font-size: 25px;  
  color: #fff;
  font-family: 'DB Helvethaica X 55';
  font-weight: bold;
  margin-bottom: 0;
}

.closeText {
  padding-top: 50px;
  position: relative;
  z-index: 99;
}

.closeText p {
  margin-bottom: 10px;
}

.openText {
  /* padding-top: 50px; */
  position: relative;
  z-index: 100;
}

.openletter {
  position: relative;
}

.openText a {
  font-size: 20px;
  color: #fff;
  font-family: 'DB Helvethaica X 55';
  font-weight: bold;
}

#btn2 {
  order: 1;
  margin-right: 20px;
}

#btn1 {
  order: 2;
}

.btnYellow small {
  font-size: 16px;
  margin-left: 10px;
}

.down-arrow {
  position: absolute;
  top: 107%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 20px;
  border: 1px solid;
  border-radius: 2px;
  color: #737373;
  z-index: 99;
}

.down-arrow:after {
  content: " ";
  position: absolute;
  top: 4px;
  left: -8px;
  width: 16px;
  height: 16px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-radius: 4px;
  transform: rotateZ(45deg);
  color: #737373;
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: 20px;
  }

  100% {
    margin-top: 0;
  }
}

.down-arrow {
  animation: jumpInfinite 1.5s infinite;
}





/* .content-2 */
.obj-ver3 {
  -webkit-animation: bg-ani-3 3s infinite alternate;
  animation: bg-ani-3 3s infinite alternate;
}

.obj-ver4 {
  -webkit-animation: bg-ani-4 3s infinite alternate;
  animation: bg-ani-4 3s infinite alternate;
}

.obj-icon {
  -webkit-animation: bg-ani-icon 5s infinite alternate;
  animation: bg-ani-icon 5s infinite alternate;
}

@keyframes bg-ani-3 {
  0% {
    top: 80px;
  }

  50% {
    top: 70px;
  }

  100% {
    top: 80px;
  }
}

@keyframes bg-ani-4 {
  0% {
    top: 60px;
  }

  50% {
    top: 50px;
  }

  100% {
    top: 60px;
  }
}

@keyframes bg-ani-icon {
  0% {
    transform: rotate(0deg);

  }

  50% {
    transform: rotate(15deg);

  }

  100% {
    transform: rotate(0deg);
  }
}

.obj-3 {
  position: absolute;
  right: -2%;
  transform: translate(0, -55%);
}

.obj-4 {
  position: absolute;
  top: 60%;
  left: 0;
  transform: translate(0%, 127%);
}

.obj-3 img {
  max-width: 350px;
}

.obj-4 img {
  max-width: 370px;
}

.privileges {
  text-align: center;
}

.privileges {
  position: relative;
}

.head-topic h1 {
  font-size: 78px;
  color: #fff;
  margin: 0 auto;
}
.head-topic h2 {
  font-size: 55px;
  color: #fff;
   margin: 0 auto;
  
}

.head-topic h1.text-gold {
  font-size: 88px;
  background: #b88700;
  background: linear-gradient(180deg,rgba(184, 135, 0, 1) 24%, rgba(255, 236, 92, 1) 48%, rgba(184, 135, 0, 1) 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: center;
  font-family: 'DB Helvethaica X UlLi';
  line-height: 85px;
  margin-bottom: 0;
  margin-top: 0;
}

.head-topic .crown {
  max-width: 350px;
  height: auto;
  display: block;
  margin: auto;
}

.pay-detail {
  max-width: 750px;
  height: 180px;
  background-image: url(../img/frame.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  display: flex;
  align-items: center;
  padding-left: 0;
}


.pay-detail ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding-left: 0;
}

.pay-detail li {
  text-align: center;
  width: 32%;
  display: grid;
  justify-content: center;
  background-image: url(../img/right.webp);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  height: 120px;
  align-items: center;
}

.pay-detail li:last-child {
  background-image: none;
}

.pay-detail .yellow {
  font-size: 60px;
  background: #b88700;
  background: linear-gradient(180deg,rgba(184, 135, 0, 1) 24%, rgba(255, 236, 92, 1) 48%, rgba(184, 135, 0, 1) 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: center;
  font-family: 'DB Helvethaica X 55';
  line-height: 55px;

}
.pay-detail  li p {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-family: 'DB Helvethaica X 55';
  line-height: 25px;
  margin-bottom: 0;
}


.onlycard {
  background-image: url(../img/frame2.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  max-width: 500px;
  height: 155px;
  align-items: center;
  grid-template-columns: 40% 60%;
  grid-gap: 0;
}

.onlycard .h-80 {
height: 100px;
}

.onlycard .yellow {
  font-size: 50px;
  background: #b88700;
  background: linear-gradient(180deg,rgba(184, 135, 0, 1) 24%, rgba(255, 236, 92, 1) 48%, rgba(184, 135, 0, 1) 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: center;
  font-family: 'DB Helvethaica X 55';
  line-height: 40px;
  margin: 5px auto;
}

.onlycard p {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-family: 'DB Helvethaica X 55';
  line-height: 20px;
  margin: 5px auto;
}
.onlycard small {
  font-size: 20px;
  background: #b88700;
  background: linear-gradient(180deg,rgba(184, 135, 0, 1) 24%, rgba(255, 236, 92, 1) 48%, rgba(184, 135, 0, 1) 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: center;
  font-family: 'DB Helvethaica X 55';
  line-height: 18px;
}
.onlycard img {
  max-width: 80px;
  height: auto;
  margin: auto;
  display: block;
}
.onlycard .infor {
  background-image: url(../img/right.webp);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  display: grid;
  align-items: center;
}






/* .content-3 */



.section-review{
  max-width: 700px;
    margin: auto;
}


.review .star-1 {
  position: absolute;
  top: 55px;
  width: 60px;
  right: 0;
  z-index: 10;
}

.review .star-2 {
  position: absolute;
  top: 80px;
  width: 100px;
  right: 0;
  z-index: 99;
}

.review div.content {
  max-width: 1100px;
  margin-bottom: 100px;
  position: relative;
}
/* 
.review h1 {
  font-size: 38px;
  text-align: center;
} */

.review h1 img {
  max-width: 240px;
  height: auto;
  margin-left: -30px;
  margin-bottom: 10px;
}

.review .grid-story2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  grid-gap: 0;
  grid-template-columns: 50% 50%;
  align-items: center;
}

.review .bonus-detail {
  /* width: 300px; */
  order: 2;
  text-align: center;
}

.review .bonus-detail ul {
list-style: url('../img/icon/check.svg');
margin-bottom: 10px;
display: grid;
align-content: center;
height: 100%;
}

.review .bonus-detail li {
  font-size: 20px;
  color: #fff;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 10px;
}

.review .register {display: table;}


.review-slide .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.review-slide .slick-initialized .slick-slide {
  margin: 0 10px;
}

.review-slide .slick-slide div.review-box {
  background: transparent;
  width: 400px;
  height: auto;
  border-radius: 24px;
  padding: 30px;
  padding-bottom: 20px;
  position: relative;
}

.review-slide .slick-slide img {
  width: 100%;
  max-width:120%;
  height: auto;
  margin: auto;
  border-radius: 10px;
  border: 2px solid #fff;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .3s;
}

.review-slide .slick-slide div:hover img {
  transform: scale(1.02);
}

.review-slide .slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
  display: none;
  opacity: 0;
}

.review-slide .slick-dots li {
  width: 15px;
  height: 15px;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #FFA306;
}

.review-slide .slick-dots li.slick-active {
  width: 15px;
  height: 15px;
  border-radius: 10px;
  background: #FFA306;
  border: 1px solid #FFA306;
}

.review-box p.review-text {
  font-size: 20px;
  color: #fff;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 500;
}

.review-box p.userProfile {
  font-size: 14px;
  color: #fff;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 500;
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.review-box p.userProfile img {
  /* width: 64px;
  height: 64px; */
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
}

.review-slide .slick-next {
  opacity: 0;
}

.review-slide .slick-prev {
  opacity: 0;
}


.bonus-detail h1 {
  font-size: 80px;
  background: #b88700;
  background: linear-gradient(180deg,rgba(184, 135, 0, 1) 24%, rgba(255, 236, 92, 1) 48%, rgba(184, 135, 0, 1) 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: center;
  font-family: 'DB Helvethaica X 77 BdCond';
  line-height: 70px;
  margin: 5px auto;
}
.bonus-detail p {
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-family: 'DB Helvethaica X UlLi';
  line-height: 30px;
  margin: 5px auto;
  font-weight: bold;
}
.bonus-detail p.yellow {
  background: #b88700;
  background: linear-gradient(180deg,rgba(184, 135, 0, 1) 24%, rgba(255, 236, 92, 1) 48%, rgba(184, 135, 0, 1) 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: center;
  font-family: 'DB Helvethaica X 55';
}
.bonus-detail img.line {margin: 10px auto;}


.bonus-infor h1{
  font-size: 40px;
  background: #b88700;
  background: linear-gradient(180deg,rgba(184, 135, 0, 1) 24%, rgba(255, 236, 92, 1) 48%, rgba(184, 135, 0, 1) 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: center;
  font-family: 'DB Helvethaica X 87 BlkCond';
  line-height: 30px;
  margin: 5px auto;
}
.bonus-infor h2{
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: 'DB Helvethaica X 87 BlkCond';
  line-height: 10px;
  margin: 5px auto;
}
.bonus-infor p{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: 'DB Helvethaica X UlLi';
  line-height: 10px;
  margin: 5px auto;
  display: flex;
  height: 17px;
  align-items: center;
}
.bonus-infor b{
  font-size: 40px;
  background: #b88700;
  background: linear-gradient(180deg,rgba(184, 135, 0, 1) 24%, rgba(255, 236, 92, 1) 48%, rgba(184, 135, 0, 1) 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: center;
  font-family: 'DB Helvethaica X 87 BlkCond';
  line-height: 30px;
  margin: 5px auto;
  padding-left: 5px;
}
.bonus-infor small{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: 'DB Helvethaica X UlLi';
  line-height: 10px;
  margin: 5px auto;
}

.bonus-infor h2 span{
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-family: 'DB Helvethaica X 87 BlkCond';
  line-height: 10px;
  margin: 5px auto;
  background-image: url(../img/btn-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  padding: 0 5px;
}

.bonus-infor.grid-story4 {
  grid-gap: 5px;
  padding: 10px;
}

.bonus-infor div {
  /* background-image: url(../img/frame3.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  background-color: #000;
  border-radius: 10px;
  border: 1px solid yellow;
}

.bg-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 89%);
  }
.bg-bottom img {width: auto; height: auto; max-width: 1000px;}
















.openletter,
.review,
.vdo, .vdo-slide,
#goodpoint {
  display: none;
}

/* .section2 {display: none;} */


@media (max-width: 1200px) {}

@media (max-width: 1100px) {
  .obj-1 {
    right: -10%;
    transform: translate(0, 20%);
  }

  .obj-2 {
    left: -20%;
  }
}


@media (max-width: 1024px) {
  .obj-7 {
    display: none;
  }

  .link-website img {
    display: none;
  }

  .link-website .group-btn {
    padding-left: 0;
  }

  .link-website .group-btn a {
    min-width: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .link-website .group-btn a {
    position: relative;
    display: inline-flex;
    height: 2.5rem;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #febc07;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, #febc0700);
    --tw-gradient-stops: var(--tw-gradient-from), #ff7f00, var(--tw-gradient-to, #ff7f0000);
    --tw-gradient-to: #d71d63;
    --tw-shadow: 0 5px 30px #ff7f00ed;
    --tw-shadow-colored: 0 5px 30px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
  }

  .link-website .group-btn a:after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 1.5rem;
    border-width: 2px;
    border-style: solid;
    border-color: #febc0766;
    --tw-content: "";
    content: var(--tw-content);
  }

  .link-website .group-btn a span {
    position: relative;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-weight: 300;
    --tw-drop-shadow: drop-shadow(0 1px 4px #d71d63);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  section div.content.content-5 {
    margin-top: 0;
  }



}

@media (max-width: 1000px) {}


@media (max-width: 980px) {
  .obj-4 {transform: translate(0%, 99%);}
}



@media (max-width: 920px) {
  .carousel-control-next {right:-5%}
  .obj-2 {transform: translate(0%, 31%);}
}

@media (max-width: 768px) {
  .obj-1 {
    right: -40%;
    transform: translate(0, 44%);
  }

  .obj-2 {
    left: -25%;
  }

  .pay-detail .yellow {font-size: 50px; margin: 0;}

}

@media (max-width: 700px) {
  .obj-2 {
    left: -23%;
  }
  .obj-5 {transform: translate(-12%, 170%);}

  .btn:last-child {
    margin-left: 0;
    margin-top: 10px;
    margin: auto;
  }

  .btn.btnGlay,
  .btn.btnYellow {
    min-width: 300px;
  }

   .btn-register {
    width: 300px;
    justify-content: center;
    flex-direction: column;
    bottom: 5%;
    background: transparent;
  }

  .btn.btnYellow.btn-cover {
    min-width: 150px;
  }


  .privileges li {
    width: 48%;
  }

  .obj-3 {
    right: -30%
  }

  .obj-4 {
    left: -20%;
    transform: translate(0%, 140%);
  }

  .text-cover h1 {
    font-size: 30px;
  }

  .text-cover p {
    font-size: 15px;
  }

  

  .review div.content {
    margin-bottom: 200px;
  }

  #btn2 {
    order: 2;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 15px;
  }

  #btn1 {
    order: 1;
  }

  .carousel-control-next {right:0%; transform: translate(50%, -50%);}

  .review .grid-story2 {display: block;}

  .bonus-infor.grid-story4 {grid-template-columns: repeat(2, 1fr); grid-gap: 10px;}
  /* .bonus-infor div {background-image: url(../img/frame2.webp);} */
  .pay-detail .yellow {font-size: 40px;}
  .onlycard .yellow {font-size: 40px;}
  .onlycard p {font-size: 25px;}

  .review .register {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 65%);
  z-index: 99;
 
}

.bg-bottom {transform: translate(-50%, 102%);}
  

  .review-slide .slick-slide img {width: 80%;}
}

@media (max-width: 580px) {
  .btn {
    min-width: 180px;
  }

  .obj-2 {
    transform: translate(0%, 59%);
    left: -53%;
  }

  .obj-3 {
    transform: translate(0, -96%);
  }

  .letter p {
    font-size: 16px;
  }

  .closeText {
    padding-top: 0;
  }

  .closeText p {
    margin-bottom: 50px;
  }

  .review div.content {
    margin-bottom: 200px;
  }

  

  .obj-4 {transform: translate(0%, 120%);}

  .head-topic h1.text-gold {font-size: 80px;}
  .pay-detail .yellow {font-size: 30px; line-height: 25px;}
  .pay-detail li {height: 75px;}
  .pay-detail li p {font-size: 24px; line-height: 30px;}
  .onlycard .yellow {font-size: 40px; line-height: 30px;}
  .bg-bottom {transform: translate(-50%,107%);}


}

@media (max-width: 450px) {
  .obj-1 {
    right: -30%;
    transform: translate(0, 40%);
  }


  .letter h1 {
    font-size: 50px;
  }
  .obj-3 {right: -29%;}
  .vdo {margin-bottom: 60px;}
  .text-cover .btn {height: 45px;}
  .btn.btnYellow.btn-cover {font-size: 15px;}
  .obj-4 {transform: translate(0%, 171%);}
  .obj-4 img {max-width: 290px;}


  .head-topic h1.text-gold {font-size: 70px; line-height: 60px;}
  .pay-detail li p {font-size: 20px; line-height: 25px;}
  .topic-yellow {font-size: 35px;}
  .onlycard .h-80 {display: grid; padding-left: 10px;}
  .onlycard img {max-width: 55px;}
  .review .bonus-detail {padding-top: 50px;}
  .review-slide .slick-slide img {width: 100%;}

  .head-topic h1.text-gold {font-size: 59px; line-height: 40px;}
.pay-detail .yellow {
        font-size: 25px;
        line-height: 19px;
    }

    .obj-2 {
        transform: translate(0%, 46%);
        left: -60%;
    }
    .topic-yellow {
        font-size: 32px;
        margin: 0;
        line-height: 35px;
    }
    .onlycard .yellow {
        font-size: 30px;
        line-height: 33px;
        margin: 0;
    }
    .onlycard .h-80  {height: auto;}
    .onlycard p {margin: 0; font-size: 20px;}
    .onlycard {height: 108px;}
}

@media (max-width: 400px) {

}