@font-face {
  font-family: "CenturyGothicBold";
  src: url(https://storage-asset.msi.com/event/2022/nb/2022-youdeserve-a-better-laptop/css/gothicb.ttf);
}

@font-face {
  font-family: "CenturyGothic";
  src: url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/fonts/CenturyGothic.eot");
  src: url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/fonts/CenturyGothic.eot") format("embedded-opentype"), url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/fonts/CenturyGothic.woff2") format("woff2"), url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/fonts/CenturyGothic.woff") format("woff"), url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/fonts/CenturyGothic.ttf") format("truetype"), url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/fonts/CenturyGothic.svg#CenturyGothic") format("svg");
}

@font-face {
  font-family: main1;
  src: url("../fonts/Roger Lavienna.otf");
}

.common__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 1921px) {
  .common__container {
    width: 1440px;
  }
}

@media (max-width: 1920px) and (min-width: 1300px) {
  .common__container {
    width: 1270px;
  }
}

@media (max-width: 1299px) and (min-width: 992px) {
  .common__container {
    width: 990px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .common__container {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .common__container {
    width: 100%;
  }
}

.mainarea {
  overflow: hidden;
  font-family: var(--fontB) !important;
  background: #000;
}

.mainarea .kv {
  width: 100%;
  position: relative;
  z-index: 2;
}

.mainarea .kv__bg {
  position: relative;
  width: 100%;
  max-width: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .mainarea .kv__bg-lg {
    display: none;
  }
}

.mainarea .kv__bg-mi {
  display: none;
}

@media screen and (max-width: 991px) {
  .mainarea .kv__bg-mi {
    display: block;
  }
}

.mainarea .kv__tnc {
  position: absolute;
  top: 3%;
  right: 5%;
  width: 12%;
}

@media screen and (max-width: 991px) {
  .mainarea .kv__tnc {
    width: 25%;
  }
}

.mainarea .kv__textbox {
  position: absolute;
  top: 60%;
  left: 78.7%;
  transform: translate(-50%, -50%);
  width: 40%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .mainarea .kv__textbox {
    width: 80%;
    top: 80%;
    left: 50%;
  }
}

@media screen and (max-width: 675px) {
  .mainarea .kv__textbox {
    top: 75%;
  }
}

.mainarea .kv__textbox h2 {
  font-size: 1vw;
  font-family: var(--fontB);
  font-weight: 200;
  line-height: 1.4;
  color: #fff;
  z-index: 2;
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .mainarea .kv__textbox h2 {
    font-size: 1.8vw;
    width: 90%;
  }
}

.mainarea .kv__textbox h1 {
  font-size: 5vw;
  font-family: var(--fontC);
  font-weight: 300;
  line-height: 1;
  z-index: 2;
  color: #b29275;
}

@media screen and (max-width: 991px) {
  .mainarea .kv__textbox h1 {
    font-size: 8.8vw;
  }
}

.mainarea .kv__textbox a {
  position: relative;
  margin-top: 2vw;
  display: inline-block;
  transform: rotate(-5deg);
  cursor: pointer;
  transition: 0.7s;
}

@media screen and (max-width: 991px) {
  .mainarea .kv__textbox a {
    margin-top: 6vw;
    width: 50%;
  }
}

.mainarea .kv__textbox a:hover {
  opacity: 0.9;
}

.mainarea .kv__textbox a:hover span {
  color: #fff;
}

.mainarea .kv__textbox a span {
  position: relative;
  color: #040506;
  font-family: var(--fontC);
  font-weight: 900;
  font-size: 1vw;
  line-height: 1;
  padding-right: 2vw;
  transition: 0.7s;
  margin-bottom: 0;
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .mainarea .kv__textbox a span {
    font-size: 2vw;
    position: absolute;
    left: 45%;
    top: 47.5%;
    padding-right: 0vw;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}

.mainarea .kv__textbox a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  max-width: none;
}

@media screen and (max-width: 991px) {
  .mainarea .kv__textbox a img {
    position: relative;
    width: 100%;
    left: 0%;
    top: 0%;
    transform: translate(0%, 0%);
  }
}

.mainarea .sec1 {
  padding-top: 12vh;
  padding-bottom: 12vh;
  position: relative;
}

@media (max-width: 1300px) {
  .mainarea .sec1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .mainarea .sec1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.mainarea .sec1__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}

.mainarea .sec1 h4 {
  font-family: var(--fontC);
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: center;
  font-weight: 900;
  color: #b29275;
  letter-spacing: 0.4em;
}

@media (max-width: 1600px) {
  .mainarea .sec1 h4 {
    font-size: 38px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec1 h4 {
    font-size: 36px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec1 h4 {
    font-size: 34px;
  }
}

.mainarea .sec1__block {
  background: #4c4c4c88;
  width: 100%;
  backdrop-filter: blur(5px);
  border-radius: 15px;
  box-shadow: 0px 0px 15px #0000009b;
  padding: 40px;
  padding-top: 80px;
}

@media screen and (max-width: 991px) {
  .mainarea .sec1__block {
    padding: 20px;
    padding-top: 40px;
  }
}

.mainarea .sec1__block-arrom {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .mainarea .sec1__block-arrom {
    margin-top: 50px;
  }
}

.mainarea .sec1__block-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 18px;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 991px) {
  .mainarea .sec1__block-circle {
    font-size: 12px;
    width: 20px;
    height: 20px;
  }
}

.mainarea .sec1__block-circle--active {
  background: #fff;
  color: #000;
  cursor: pointer;
}

.mainarea .sec1__block-circle img {
  width: 70%;
}

.mainarea .sec1__block-pointpoint {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainarea .sec1__block-pointpoint span {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #fff;
  margin: 3px;
}

@media screen and (max-width: 991px) {
  .mainarea .sec1__block-pointpoint span {
    width: 1px;
    height: 1px;
    margin: 1px;
  }
}

.mainarea .sec1__block-question {
  display: none;
  width: 100%;
  height: 40vh;
}

.mainarea .sec1__block-question > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mainarea .sec1__block-question h5 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 1em;
  line-height: 1.5em;
  width: 60%;
  text-align: center;
}

@media (max-width: 1600px) {
  .mainarea .sec1__block-question h5 {
    font-size: 24px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec1__block-question h5 {
    font-size: 22px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec1__block-question h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .mainarea .sec1__block-question h5 {
    width: 90%;
  }
}

.mainarea .sec1__block-question ul {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.mainarea .sec1__block-question li {
  font-size: 22px;
  margin-bottom: 1em;
  line-height: 1.5em;
  cursor: pointer;
  color: #aaaaaa;
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

@media (max-width: 1600px) {
  .mainarea .sec1__block-question li {
    font-size: 20px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec1__block-question li {
    font-size: 18px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec1__block-question li {
    font-size: 16px;
  }
}

.mainarea .sec1__block-question li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.mainarea .sec1__block-question li label {
  display: block;
  position: relative;
  font-weight: 300;
  padding: 0 25px 0 50px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.25s linear;
}

.mainarea .sec1__block-question li .check {
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 5;
  transition: border .25s linear;
}

.mainarea .sec1__block-question li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 5px;
  width: 5px;
  top: 5px;
  left: 5px;
  transition: background 0.25s linear;
}

.mainarea .sec1__block-question li input[type=radio]:checked ~ .check {
  border: 5px solid #0DFF92 !important;
}

.mainarea .sec1__block-question li input[type=radio]:checked ~ .check::before {
  background: #0DFF92 !important;
}

.mainarea .sec1__block-question li input[type=radio]:checked ~ label {
  color: #0DFF92 !important;
}

.mainarea .sec1__block-question li:hover label {
  color: #FFFFFF;
}

.mainarea .sec1__block-question li:hover .check {
  border: 5px solid #FFFFFF;
}

.mainarea .sec1__block-res {
  width: 80%;
}

.mainarea .sec1__block-res img {
  width: 100%;
}

.mainarea .sec1__block-tnc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
}

@media screen and (max-width: 991px) {
  .mainarea .sec1__block-tnc {
    width: 50%;
  }
}

@media screen and (max-width: 675px) {
  .mainarea .sec1__block-tnc {
    width: 60%;
  }
}

@media screen and (max-width: 575px) {
  .mainarea .sec1__block-tnc {
    width: 80%;
  }
}

.mainarea .sec1__block-ans {
  display: none;
  width: 100%;
}

.mainarea .sec1__block-ans > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mainarea .sec1__block-ans h5 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 1600px) {
  .mainarea .sec1__block-ans h5 {
    font-size: 40px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec1__block-ans h5 {
    font-size: 38px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec1__block-ans h5 {
    font-size: 36px;
  }
}

.mainarea .sec1__block-ans p {
  font-size: 22px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
}

@media (max-width: 1600px) {
  .mainarea .sec1__block-ans p {
    font-size: 20px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec1__block-ans p {
    font-size: 18px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec1__block-ans p {
    font-size: 16px;
  }
}

.mainarea .sec1__block-ans a {
  position: relative;
  display: inline-block;
  transform: rotate(-5deg);
  cursor: pointer;
  transition: 0.7s;
  width: 60%;
  line-height: 1;
  margin-top: 90px;
}

@media screen and (max-width: 675px) {
  .mainarea .sec1__block-ans a {
    width: 80%;
    margin-top: 60px;
  }
}

@media screen and (max-width: 575px) {
  .mainarea .sec1__block-ans a {
    width: 80%;
    margin-top: 50px;
  }
}

.mainarea .sec1__block-ans a:hover {
  opacity: 0.9;
}

.mainarea .sec1__block-ans a:hover span {
  color: #000;
}

.mainarea .sec1__block-ans a span {
  position: relative;
  color: #040506;
  font-weight: 900;
  color: #fff;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  transform: rotate(-8deg);
  padding-right: 1.5vw;
  transition: 0.7s;
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .mainarea .sec1__block-ans a span {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec1__block-ans a span {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec1__block-ans a span {
    font-size: 14px;
  }
}

.mainarea .sec1__block-ans a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  max-width: none;
}

.mainarea .sec2 {
  padding-top: 12vh;
  padding-bottom: 12vh;
  position: relative;
}

@media (max-width: 1300px) {
  .mainarea .sec2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .mainarea .sec2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.mainarea .sec2__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mainarea .sec2 h4 {
  font-family: var(--fontC);
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: center;
  font-weight: 900;
  color: #b29275;
  letter-spacing: 0.4em;
}

@media (max-width: 1600px) {
  .mainarea .sec2 h4 {
    font-size: 38px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec2 h4 {
    font-size: 36px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec2 h4 {
    font-size: 34px;
  }
}

.mainarea .sec2 p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: center;
}

.mainarea .sec2 .winner__txt{
  max-width: 765px;
  margin-bottom: 40px;
}

@media (max-width: 1600px) {
  .mainarea .sec2 p {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec2 p {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec2 p {
    font-size: 14px;
  }
}

.mainarea .sec2 img {
  display: block;
  margin: auto;
  margin-top: 40px;
}

.mainarea .sec2 a {
  margin: auto;
  display: inline-block;
  font-weight: 900;
  padding: 10px 25px;
  margin-top: 30px;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  border-radius: 40px;
}

@media (max-width: 1600px) {
  .mainarea .sec2 a {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec2 a {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec2 a {
    font-size: 14px;
  }
}

.mainarea .sec2 .winner__box{
  background: #4c4c4c88;
  padding: 40px;
  border-radius: 15px;

  width: 100%;
}

.mainarea .sec2 .winner__boxFlex{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
}

.mainarea  .sec2 .winner__box-name {
  margin: 20px 0;
  width: 50%;
}

.mainarea  .sec2 .winner__box-name p{
  text-align: left;
  margin-bottom: 8px;

}

@media (max-width: 800px) {
  .mainarea  .sec2 .winner__box-name {
    width: 100%;
  }
  .mainarea  .sec2 .winner__box-name p{
    text-align: center;
  }
}


.mainarea .sec3 {
  padding-top: 12vh;
  padding-bottom: 12vh;
  position: relative;
}

@media (max-width: 1300px) {
  .mainarea .sec3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .mainarea .sec3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
}

.mainarea .sec3__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mainarea .sec3__block-award {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .mainarea .sec3__block-award {
    flex-wrap: wrap;
  }
}

.mainarea .sec3__block-award img {
  width: calc( 100% / 9 - 10px);
  margin: 5px;
}

@media screen and (max-width: 991px) {
  .mainarea .sec3__block-award img {
    width: calc( 100% / 5 - 10px);
  }
}

@media screen and (max-width: 675px) {
  .mainarea .sec3__block-award img {
    width: calc( 100% / 2 - 10px);
  }
}

.mainarea .sec3__block-media {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .mainarea .sec3__block-media {
    flex-wrap: wrap;
  }
}

.mainarea .sec3__block-media > div {
  width: calc( 100% / 3 - 30px);
  background: #c8c8c861;
  backdrop-filter: blur(10px);
  border-radius: 15px;
  box-shadow: 0px 0px 15px #0000009b;
  padding: 40px;
  margin: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .mainarea .sec3__block-media > div {
    padding: 20px;
    padding-top: 40px;
    width: 80%;
  }
}

.mainarea .sec3__block-media img {
  width: 50%;
}

.mainarea .sec3__block-media p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: center;
}

@media (max-width: 1600px) {
  .mainarea .sec3__block-media p {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec3__block-media p {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3__block-media p {
    font-size: 10px;
  }
}

.mainarea .sec3__block-media h5 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: center;
  margin-top: 15px;
}

@media (max-width: 1600px) {
  .mainarea .sec3__block-media h5 {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec3__block-media h5 {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3__block-media h5 {
    font-size: 14px;
  }
}

.mainarea .sec3__block-media a {
  margin-top: 40px;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .mainarea .sec3__block-media a {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec3__block-media a {
    font-size: 14px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3__block-media a {
    font-size: 12px;
  }
}

.mainarea .sec3__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}

.mainarea .sec3 h4 {
  font-family: var(--fontC);
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: center;
  font-weight: 900;
  color: #b29275;
  letter-spacing: 0.4em;
}

@media (max-width: 1600px) {
  .mainarea .sec3 h4 {
    font-size: 38px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec3 h4 {
    font-size: 36px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3 h4 {
    font-size: 34px;
  }
}

.mainarea .sec4 {
  padding-top: 12vh;
  padding-bottom: 12vh;
  position: relative;
}

@media (max-width: 1300px) {
  .mainarea .sec4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .mainarea .sec4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.mainarea .sec4 h4 {
  font-family: var(--fontC);
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: center;
  font-weight: 900;
  color: #b29275;
  letter-spacing: 0.4em;
}

@media (max-width: 1600px) {
  .mainarea .sec4 h4 {
    font-size: 38px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec4 h4 {
    font-size: 36px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4 h4 {
    font-size: 34px;
  }
}

.mainarea .sec4__block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainarea .sec4__block a {
  width: 5%;
  min-width: 70px;
  margin: 0 30px;
}

@media screen and (max-width: 991px) {
  .mainarea .sec4__block a {
    width: calc( 20% - 30px);
    min-width: auto;
    margin: 0 15px;
  }
}

.mainarea .sec4__block a img {
  width: 100%;
}

.mainarea #products {
  padding-top: 12vh;
  padding-bottom: 12vh;
  position: relative;
}

@media (max-width: 1300px) {
  .mainarea #products {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .mainarea #products {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .mainarea #products {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.mainarea #products h5 {
  font-family: var(--fontC);
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: center;
  font-weight: 900;
  color: #b29275;
  letter-spacing: 0.4em;
}

@media (max-width: 1600px) {
  .mainarea #products h5 {
    font-size: 38px;
  }
}

@media (max-width: 1300px) {
  .mainarea #products h5 {
    font-size: 36px;
  }
}

@media (max-width: 1050px) {
  .mainarea #products h5 {
    font-size: 34px;
  }
}

.mainarea #products .product_nav {
  flex-wrap: wrap;
}

.mainarea #products .product_nav li {
  margin-top: 10px;
  cursor: pointer;
}

@media all and (max-width: 820px) {
  .mainarea #products .product_nav li {
    margin-right: 15px;
  }
}

.mainarea #products .product_img {
  padding: 30px 30px 0 30px;
}

.animatetitle {
  background-image: linear-gradient(90deg, #f58bf7, #a175f0, #5e87e7, #6ecae6, #f58bf7, #a175f0, #5e87e7, #6ecae6, #f58bf7);
  background-size: 1000% 100%;
  background-clip: text;
  color: #fff;
  animation: background 5s linear infinite;
}

@keyframes Animation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 20% 200%;
  }
}

@keyframes background {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes move {
  0% {
    margin-top: 7%;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.popout {
  background: #0000009c;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
}

.popout__block {
  max-width: 760px;
  background: #fec652;
  background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  max-height: 70vh;
  overflow: auto;
}

.popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
}

.popout__block-close svg {
  width: 100%;
}

.popout__dm {
  display: flex;
  justify-content: center;
  min-height: 30vh;
  padding: 70px 40px;
  align-items: center;
  flex-wrap: wrap;
}

.popout__dm a {
  width: calc(100% / 3 - 10px);
  background: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

.popout__dm a.hatch__buynows {
  width: 100%;
  justify-content: space-around;
}

.popout__dm a.hatch__buynows p {
  background: #d95233;
  padding: 10px 15px;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 900;
  min-width: 25%;
  margin: 0;
}

@media (max-width: 1600px) {
  .popout__dm a.hatch__buynows p {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .popout__dm a.hatch__buynows p {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .popout__dm a.hatch__buynows p {
    font-size: 10px;
  }
}

.popout__dm a img {
  max-width: 100%;
  max-height: 70px;
}

html {
  scroll-behavior: smooth;
}
/*# sourceMappingURL=index1.css.map */