@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Inter:wght@400;700&family=Poppins:wght@400;600;700&display=swap');
@import url('http://fonts.cdnfonts.com/css/signpainter');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

/* @font-face {
  font-family: "Scriptorama Markdown JF";
  src:
    url("../fonts/SMJF.otf") format("opentype"),
    url("../fonts/SMJF.eot") format("embedded-opentype"),
    url("../fonts/SMJF.ttf") format("truetype"),
    url("../fonts/SMJF.woff2") format("woff2"),
    url("../fonts/SMJF.woff") format("woff");
} */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: block;
}

.section-2-container {
  display: flex;
  gap: 52px;
  justify-content: center;
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1250px;
}

.main {
  overflow: hidden;
}

header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
}

.header-logo {
  background: url('../images/headerlogo.svg') no-repeat center;
  width: 201px;
  height: 71px;
}

.header-nav {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.header-nav-link {
  text-decoration: none;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.header-countdown {
  background: #7BBBDF;
  border: 4px solid #FFFFFF;
  box-shadow: 0px 0px 25px rgba(123, 187, 223, 0.5);
  height: 90px;
  width: 400px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-family: Amatic SC;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #FFFFFF;
  margin-top: 15px;
  z-index: 2;
  flex-direction: column;
}

#section {
  width: 100%;
}

.section-2 {
  /* height: 681px; */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

#section-title {
  font-family: Amatic SC;
  font-size: 64px;
  font-weight: 700;
  line-height: 81px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #484848;
  padding-top: 35px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.section-3-subtitle {
  font-family: Amatic SC;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #484848;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.section-2 {
  overflow: hidden;
}

.section-2 .carousel {
  width: 100%;
  padding-bottom: 50px;
}

.carousel_ img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
  padding: 0 12px;
}

.section-2 .slick-dots {
  bottom: 10px;
}

.section-2 .slick-dots li button:before {
  font-size: 20px;
  opacity: 1;
  color: #FFFFFF;
}

.section-2 .slick-dots li.slick-active button:before {
  color: #6A9DBB;
}

@media screen and (max-width: 1280px) {
  .carousel_ img {
    height: 480px;
  }
}

@media screen and (max-width: 992px) {
  .carousel_ img {
    height: 380px;
  }
}

@media screen and (max-width: 600px) {
  .carousel_ img {
    height: 260px;
  }
}

.carous {
  padding: 0 20px;
}

.carous img {}

.carousel_inner01 {
  /*   background: url(/wp-content/uploads/Christmas_image.png) no-repeat center; */
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  position: relative;
}

.carousel_inner02 {
  /*   background: url(/wp-content/uploads/Christmas_image.png) no-repeat center; */
  width: 100%;
  height: auto;
  position: relative;
}

.carousel_inner03 {
  /*   background: url(/wp-content/uploads/Christmas_image.png) no-repeat center; */
  width: 100%;
  height: auto;
  position: relative;
}

.carousel_inner04 {
  /*   background: url(/wp-content/uploads/Christmas_image007.png) no-repeat center; */
  width: 100%;
  height: auto;
  position: relative;
}

.section-02 {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}

.section-02 .slick-dots {
  bottom: -50px;
}

@media screen and (max-width: 768px) {
  .carousel_inner01 img {
    width: 270px;
  }
}

.slick-prev {
  left: 50px;
}

.slick-next {
  right: 50px;
}

.slick-prev,
.slick-next {
  z-index: 2;
  background: #FFFFFF;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background: #FFFFFF;
}

.slick-prev:before,
.slick-next:before {
  color: #7BBBDF;
  font-size: 48px;
  opacity: 1;
  line-height: 54px;
}

.slick-dots {
  bottom: -50px;
}

.slick-dots li button:before {
  font-size: 20px;
  opacity: 1;
  color: #FFFFFF;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #6A9DBB;
}

.section-3 {
  height: 1067px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}

.section-3-container1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 669px;
}

.section-3-container1-inner1 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 666px;
}

.small-slider {
  width: 360px;
  /* margin-left: 40px; */
  position: relative;
  padding: 48px 0;
  overflow: visible;
}

.small-slider .slick-list {
  overflow: hidden;
}

.small-slider .slick-prev,
.small-slider .slick-next {
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%) rotate(90deg);
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 50%;
  z-index: 10;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.small-slider .slick-prev {
  top: 6px;
  bottom: auto;
}

.small-slider .slick-next {
  top: auto;
  bottom: 6px;
}

.small-slider .slick-prev:before,
.small-slider .slick-next:before {
  color: #7BBBDF;
  font-size: 56px;
  opacity: 1;
  line-height: 1;
}

@media screen and (max-width: 768px) {

  .small-slider .slick-prev,
  .small-slider .slick-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    border: 2px solid #FFFFFF;
    height: 25px;
    width: 25px;
    background: transparent;
  }

  .small-slider .slick-prev::before,
  .small-slider .slick-next::before {
    position: absolute;
    top: 50%;
    font-size: 23px;
    transform: translateY(-50%);
    background-color: white;
    border-radius: 50%;
    height: 20px;
  }

  .small-slider .slick-prev {
    left: -15px;
    right: auto;
  }

  .small-slider .slick-next {
    right: -15px;
    left: auto;
  }
}

.section-3-container1-inner1-img1 {
  width: 360px;
  height: 204px;
  background: url('../images/section3img1.png') no-repeat;
  background-size: contain;
}

.section-3-container1-inner1-img2 {
  width: 360px;
  height: 204px;
  background: url('../images/section3img2.png') no-repeat;
  background-size: contain;
}

.section-3-container1-inner1-img3 {
  width: 360px;
  height: 204px;
  background: url('../images/section3img3.png') no-repeat;
  background-size: contain;
}

.section-3-container1-inner2-img img {
  margin-left: 25px;
  margin-top: 200px;
  width: 400px;
  height: 263px;
}

.section-3-container1-inner2-text {
  margin-left: 40px;
  margin-top: 15px;
  color: #3B9539;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.section-3-container1-inner2-arrow {
  background: url('../images/section3arrow.svg') no-repeat;
  width: 122px;
  height: 128px;
  margin-left: -50px;
  margin-top: -60px;
}

.section-3-container1-inner2-button {
  background: #EA242A;
  border-radius: 50px;
  width: 250px;
  height: 48px;
  text-decoration: none;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-top: -40px;
  margin-left: 55px;
}

.section-3-container1-inner3-img img {
  width: 441px;
  height: 635px;
  object-fit: contain;
  /* background: url('../images/section3img5.png') no-repeat; */
  /* margin-left: -200px; */
}

.section-3-container2 {
  background: url('../images/section3cnt2bg.png') no-repeat;
  width: 100%;
  height: 169px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-3-container2-text {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 40px;
}

.section-3-container2-apple {
  margin-top: 40px;
  margin-left: 30px;
  background: url('../images/section3apple.png') no-repeat;
  width: 251px;
  height: 85px;
}

.section-3-container2-play {
  margin-top: 40px;
  margin-left: 15px;
  background: url('../images/section3play.png') no-repeat;
  width: 251px;
  height: 85px;
}

.section-4 {
  height: 858px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-4 .slick-slide {
  padding: 0 20px;
}

.section-4 .slick-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.section-4 .slick-dots,
.section-4 .slick-track {
  height: 100%;
}

.section-4 .slick-dots {
  height: auto;
}

.carousel2_inner0 {
  width: 889px;
}

/* .carousel2_inner1 {
  background: url('../images/carousel21.png') no-repeat center;
  width: 922px;
  height: 500px;
}

.carousel2_inner2 {
  background: url('../images/carousel22.png') no-repeat center;
  width: 922px;
  height: 500px;
}

.carousel2_inner3 {
  background: url('../images/carousel23.png') no-repeat center;
  width: 922px;
  height: 500px;
} */

.section-4 .slick-dots li button:before {
  color: #A1D5F2;
}

.section-4 .slick-dots li.slick-active button:before {
  color: #6A9DBB;
}

.section-4-button {
  margin: 100px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background: #EA242A;
  border-radius: 50px;
  height: 48px;
  width: 240px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-decoration: none;
}

.maska {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
}

.sec_btn_02 {
  margin: 0px auto 3% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background: #7BBBDF;
  border: 3px solid white;
  border-radius: 50px;
  height: 48px;
  width: 240px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-decoration: none;
}

.section-5 {
  height: 680px;
}

.section-5 .carousel3_inner {
  position: relative;
  height: 100%;
}

.section-5 .carousel3_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.section-5 .carousel3_inner h3 {
  font-family: 'Scriptorama Markdown JF';
  font-style: normal;
  font-weight: 400;
  font-size: 94px;
  line-height: 120px;
  width: 1100px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.section-5 .carousel3_inner img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.section-5 .carousel3 {
  height: 100%;
}

.section-5 .slick-list {
  height: 100%;
}


.section-5 .slick-track {
  height: 100%;
}

.section-5 .slick-slide {
  height: 100%;
}

.section-5 .carousel3_inner p {
  font-family: 'Scriptorama Markdown JF';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  width: 445px;
  margin: 0 auto;
  margin-top: 25px;
}


.section-5 .slick-dots {
  bottom: 25px;
}

.section-5 .slick-dots li button:before {
  color: #FFFFFF;
}

.section-5 .slick-dots li.slick-active button:before {
  color: #8AB9D4;
}

.section-6 {
  padding-bottom: 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.post-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.post-container-inner {
  background: #FFFFFF;
  border: 4px solid #7BBBDF;
  box-shadow: 0px 0px 71px #7BBBDF;
  border-radius: 20px;
  height: 500px;
  width: 380px;
}

.post-img img {
  margin: 20px auto 0 auto;
}

.post-title {
  margin-top: 25px;
  padding: 0 20px;
  color: #EA242A;
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
}

.post-container-inner p {
  margin: 15px 0;
  padding: 0 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #828282;
}

.post-link {
  padding: 0 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #7BBBDF;
  text-decoration: none;
}

.slider.desktop,
.slider.tablet,
.slider.mobile,
.slider.desktop1920 {
  display: none;
}

.section-6-btn {
  background: #EA242A;
  border-radius: 50px;
  height: 48px;
  width: 240px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 30px auto 0 auto;
}

footer {
  width: 100%;
  height: 145px;
  display: flex;
  flex-direction: column;
}

.footer--container1 {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo {
  background: url('../images/footerlogo.svg') no-repeat;
  width: 59px;
  height: 65px;
  margin-left: 60px;
}

.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 500px;
  height: 54px;
}

.footer-container-apple {
  background: url('../images/downloadapple.png') no-repeat;
  width: 241px;
  height: 75px;
}

.footer-container-play {
  background: url('../images/downloadplay.png') no-repeat;
  width: 241px;
  height: 75px;
}

.footer-social {
  display: flex;
  flex-direction: column;
  margin-right: 60px;
  ;
}

.footer-social-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  color: #000000;
}

.footer-social-container {
  width: 160px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}

.footer-social-container-tiktok {
  background: url('../images/socialtiktok.svg') no-repeat;
  width: 25px;
  height: 25px;
}

.footer-social-container-facebook {
  background: url('../images/socialfacebook.svg') no-repeat;
  width: 25px;
  height: 25px;
}

.footer-social-container-instagram {
  background: url('../images/socialinstagram.svg') no-repeat;
  width: 25px;
  height: 25px;
}

.footer-social-container-youtube {
  background: url('../images/socialyoutube.svg') no-repeat;
  width: 31px;
  height: 22px;
}

.footer--container2 {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 45px;
}

.powered-by {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #8F9093;
}

.powered-by-a {
  text-decoration: none;
  color: #8F9093;
}

.section-news {
  background: linear-gradient(75.86deg, #C5E1EC -0.95%, #EFFAFF 64.08%, #C5E1EC 98.88%);
}

.news-title-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-snowflakes {
  width: 1118px;
  height: 112px;
  background: url('../images/snowflakes.png') no-repeat;
  position: absolute;
  margin-top: 25px;
}

.post-news-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post-news-container-inner {
  background: #FFFFFF;
  border: 4px solid #7BBBDF;
  box-shadow: 0px 0px 71px #7bbbdf;
  border-radius: 20px;
  height: 500px;
  width: 380px;
  margin: 0 20px 30px 20px;
}

.post-news-container-inner p {
  margin: 15px 0;
  padding: 0 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #828282;
}

body.single main {
  background: linear-gradient(75.86deg, #C5E1EC -0.95%, #EFFAFF 64.08%, #C5E1EC 98.88%);
}

.section-post {
  margin: 0 40px 40px 40px;
  width: inherit !important;
  background: #FFFFFF;
  border: 4px solid #7BBBDF;
  box-shadow: 0px 0px 71px #7BBBDF;
  border-radius: 20px;
  z-index: 2;
  position: relative;
}

#section-post-title {
  font-family: Amatic SC;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #484848;
  padding-top: 35px;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-decoration-line: underline;
  margin-left: 40px;
}

.single-snowflakes {
  width: 100%;
  height: 112px;
  background: url('../images/snowflakes.png') no-repeat center;
  position: absolute;
  margin-top: 75px;
}

.single-title-container {
  display: flex;
  align-items: center;
}

.single-img img {
  margin: 30px auto 0 auto;
}

.single-title {
  margin: 15px auto 0 auto;
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 71px;
  color: #EA242A;
  display: table;
  padding-right: 20px;
  padding-left: 20px;
}

.section-post p {
  margin: 20px auto 0 auto;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #828282;
  padding-right: 20px;
  padding-left: 20px;
}

.single-line {
  margin: 45px auto 0 auto;
  border: 1px solid #E5E5E5;
  width: calc(100% - 40px);
}

.comments-title {
  margin: 40px auto 0 auto;
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #484848;
}

.comments-container {
  display: flex;
  flex-direction: row;
  width: calc(100% - 40px);
  margin: 35px auto 0 auto;
}

.comments-container-title {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #484848;
}

#comments {
  max-width: inherit;
  margin: 0;
  width: 100%
}

.wc_social_plugin_wrapper,
.wpd-comment-left,
.wpd-form-head,
.wpd_label,
.wpd-thread-head,
.wpd-cf-label,
.wpd-comment-footer,
.wpd-comment-share.wpd-hidden.wpd-tooltip.wpd-top,
.fas.fa-share-alt,
.wpd-tooltip-content,
.wpd-space,
.wpd-comment-link.wpd-hidden,
.far.fa-clock,
.wpdiscuz-user-settings.wpd-info.wpd-not-clicked,
.wpd-thread-filter {
  display: none !important;
}

.wpd-cf-value {
  border-bottom: none;
}

#wpdcom {
  margin: 0;
  padding: 0;
  max-width: inherit;
  display: flex;
  flex-direction: row-reverse;
}

.wpd-thread-list {
  padding: 0 !important;
}

#wpd-threads {
  width: 60%;
}

.wpd-form-wrap {
  width: 40%;
}

.wpd-comment-text p {
  padding: 0;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #828282;
}

.wpd-comment-author {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 30px !important;
  color: #EA242A !important;
}

.wpd-comment-date,
.wpd-comment-status {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #000000 !important;
}

.single-indent {
  height: 40px;
}

#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap {
  flex-basis: 300px;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 50px;
}

#wpdcom .wc-field-submit {
  justify-content: center;
}

#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea,
#wpd-editor-0_0 {
  box-shadow: none;
  border: none;
  background: none;
  padding: 15px 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #828282;
  height: 72px;
}

#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea:hover {
  box-shadow: none;
}

#wc_name-0_0 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #828282 !important;
  padding: 15px;
  border: 1px solid #C4C4C4 !important;
  border-radius: 50px !important;
  height: 40px !important;
  width: 300px !important;
}

#wc_email-0_0 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #828282 !important;
  padding: 15px;
  border: 1px solid #C4C4C4 !important;
  border-radius: 50px !important;
  height: 40px !important;
  width: 300px !important;
}

#wpdcom .wpd-form-row .wpdiscuz-item {
  padding: 1px 0 10px 0;
}

#wpdcom input:required {
  box-shadow: none;
}

#wc_email-0_0:focus,
#wc_name-0_0:focus {
  outline: none;
}

.wpdiscuz-textarea-wrap.wpd-txt {
  width: 300px;
}

.wpdiscuz-item.wc-field-textarea,
.wpdiscuz-item.wc_name-wrapper,
.wpdiscuz-item.wc_email-wrapper,
.wpd-field-captcha.wpdiscuz-item {
  display: flex !important;
  justify-content: center;
}

#wpd-field-submit-0_0 {
  background: #EA242A !important;
  border-radius: 50px !important;
  width: 200px;
  height: 40px;
  font-family: 'Poppins' !important;
  font-style: normal;
  font-weight: 700;
  font-size: 14px !important;
  line-height: 21px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.02em !important;
  text-transform: uppercase;
  color: #FFFFFF !important;
}

.wpdiscuz-recaptcha {
  margin: 0 !important;
}

.wpdiscuz-recaptcha {
  transform: scale(1) !important;
}

.wpd-form.wpd-form-wrapper.wpd-main-form-wrapper {
  margin-bottom: 40px;
}

#wpd-editor-toolbar-0_0 {
  display: none;
}

.wpd-comment-status {
  display: none !important;
}

.fas.fa-exclamation-circle {
  display: none;
}

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.popup.open {
  display: block;
}

.popup-container {
  width: 100%;
  height: 100%;
  display: flex;
}

.popup-container-inner {
  position: relative;
  margin: auto;
  width: 400px;
  height: 500px;
  background: #FFFFFF;
  border: 4px solid #7BBBDF;
  box-shadow: 0px 0px 30px #7BBBDF;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-title {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #484848;
  margin-top: 65px;
}

.popup-img {
  background: url('../images/popupimg.png') no-repeat;
  width: 284px;
  height: 296px;
}

.single-img img {
  background-size: contain;
  height: auto;
}

.popup-btn-close {
  width: 200px;
  height: 40px;
  background: #EA242A;
  border-radius: 50px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 20px;
}

.popup-close {
  position: absolute;
  background: url('../images/popupclose.png') no-repeat;
  width: 24px;
  height: 24px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.slider {
  transform: rotate(90deg);
  margin-left: 40px;
}

.burger-menu {
  display: none;
  position: absolute;
  left: 0%;
  width: 100%;
}

.label-check {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #8F9093;
  display: block;
  position: absolute;
  left: 37%;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 5;
  background: #F4F4F4;
  border-radius: 10px;
  width: 60px;
  height: 30px;
}

#check {
  display: none;
}

.mobile-menu {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(120%);
  max-height: 0;
  font-size: 0;
  overflow: hidden;
  transition: .5s all;
  z-index: 10;
}

.mobile-nav-link {
  display: block;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
  background: #F4F4F4;
  text-align: center;
  z-index: 11;
  border-bottom: 1px solid #fff;
  ;
}

#check:checked~.mobile-menu {
  max-height: 150px;
  font-size: 14px;
}

.single-img {
  margin-right: 20px;
  margin-left: 20px;
}

.post-container.tablet {
  display: none;
}

@media screen and (min-width: 1281px) {
  .section-3-container1-inner1 {
    height: 578px;
    margin-top: 100px;
  }

  .section-3-container2 {
    background: url(../images/section3cnt2bg1920.png) no-repeat;
    height: 182px;
  }

  .section-3 {
    height: 1289px;
  }

  .section-4 {
    width: auto;
    background-size: cover;
    height: 950px;
  }

  .section-4-button {
    margin: 150px auto 0 auto;
  }

  .post-news-container {
    width: 1260px;
    margin: 0 auto;
  }

  .section-6 {}

  .section-6-btn {
    margin: 125px auto 0 auto;
  }

  .section-2 {
    /* height: 681px; */
  }

  .section-02 {
    background-size: cover;
  }


  .section-5 {
    height: 1020px;
  }

  .section-3-container2-text {
    margin-top: 80px;
  }

  .section-3-container2-apple {
    margin-top: 80px;
  }

  .section-3-container2-play {
    margin-top: 80px;
  }

  .section-3-container1 {
    height: 880px;
  }

  .section-3-container1 {
    align-items: center;
  }
}

@media screen and (min-width: 1600px) {
  .section-3-container1 {
    align-items: normal;
  }

  .section-3-container1-inner1 {
    height: 880px;
    margin-top: 0;
  }

  div#n2-ss-3 .nextend-arrow img,
  div#n2-ss-6 .nextend-arrow img {
    width: 48px !important;
  }

  .slider {
    display: none;
  }

  .slider.desktop {
    display: block;
  }

  .section-3-container2-text {
    margin-top: 40px;
  }

  .section-3-container2-apple {
    margin-top: 40px;
  }

  .section-3-container2-play {
    margin-top: 40px;
  }

  .section-3-container1-inner2-text {
    font-size: 20px;
    line-height: 24px;
  }

  .section-3-container1-inner2-button {
    width: 280px;
    height: 54px;
    font-size: 18px;
    line-height: 27px;
  }

  .section-3-container1-inner3-img img {
    width: 565px;
    height: 838px;
    /* background: url(../images/section3img51920.png) no-repeat; */
    /* margin-left: -200px; */
  }

  .section-3-container1-inner2-img img {
    margin-left: 25px;
    margin-top: 250px;
    width: 600px;
    height: 389px;
  }

  .carousel2_inner0 {
    width: 1067px;
  }

  .section-4 .slick-slide {
    height: 601px;
  }

  /* .carousel2_inner1 {
    background: url(../images/carousel211920.png) no-repeat center;
    width: 1100px;
    height: 601px;
  }

  .carousel2_inner2 {
    background: url(../images/carousel221920.png) no-repeat center;
    width: 1100px;
    height: 601px;
  }

  .carousel2_inner3 {
    background: url(../images/carousel231920.png) no-repeat center;
    width: 1100px;
    height: 601px;
  } */

  .section-4-button {
    margin: 100px auto 0 auto;
    width: 300px;
    height: 54px;
    font-size: 18px;
    line-height: 27px;
  }

  .section-2 {
    /* height: 890px; */
  }

  .slick-dots {
    bottom: -75px;
  }



  .slick-prev:before,
  .slick-next:before {
    font-size: 84px;
    line-height: 96px;
  }

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


  .post-container-inner p {
    font-size: 20px;
    line-height: 28px;
  }

  body.page-template-main .post-container-inner {
    height: 620px;
    width: 520px;
  }

  body.page-template-main .post-img img {
    width: 480px;
    height: 300px;
  }

  .section-6-btn {
    height: 54px;
    width: 300px;
    font-size: 18px;
    line-height: 27px;
    margin: 30px auto 0 auto;
  }

  .header-nav {
    width: 35%;
    justify-content: flex-start;
  }

  .header-nav-link {
    font-size: 20px;
    margin-left: 60px;
  }

  .footer--container1 {
    height: 140px;
  }

  .footer-logo {
    margin-left: 160px;
  }

  .footer-social {
    margin-right: 160px;
  }

  footer {
    height: 170px;
  }

  .footer-container {
    width: 675px;
    height: 100px;
  }

  .footer-social-container {
    width: 200px;
  }

  .footer--container1 {
    height: 140px;
  }

  .footer--container2 {
    height: auto;
  }

  .footer-logo {
    background: url(../images/footerlogo1920.svg) no-repeat;
    width: 90px;
    height: 101px;
  }

  .footer-container-apple {
    background: url(../images/downloadapple1920.png) no-repeat;
    width: 331px;
    height: 105px;
  }

  .footer-container-play {
    background: url(../images/downloadplay1920.png) no-repeat;
    width: 331px;
    height: 105px;
  }

  .footer-social-container-tiktok {
    background: url(../images/socialtiktok1920.svg) no-repeat;
    width: 37px;
    height: 37px;
  }

  .footer-social-container-facebook {
    background: url(../images/socialfacebook1920.svg) no-repeat;
    width: 37px;
    height: 37px;
  }

  .footer-social-container-instagram {
    background: url(../images/socialinstagram1920.svg) no-repeat;
    width: 37px;
    height: 37px;
  }

  .footer-social-container-youtube {
    background: url(../images/socialyoutube1920.svg) no-repeat;
    width: 46px;
    height: 33px;
  }

  .news-snowflakes {
    width: 1602px;
    height: 124px;
    margin-top: 20px;
    background: url(../images/snowflakes1920.png) no-repeat;
  }

  .post-title {
    font-size: 36px;
    line-height: 45px;
  }

  .post-news-container-inner p {
    font-size: 20px;
    line-height: 28px;
  }

  .post-link {
    font-size: 20px;
    line-height: 30px;
  }

  .post-img img {
    width: 430px;
    height: 260px;
  }

  .post-news-container {
    width: 1560px;
    margin: 0 auto;
  }

  .post-news-container-inner {
    width: 480px;
    height: 570px;
  }

  .section-post-title {
    font-size: 30px;
    line-height: 36px;
  }

  .single-snowflakes {
    width: 100%;
    height: 159px;
    background: url(../images/snowflakes1920.png) no-repeat center;
    position: absolute;
    margin-top: 75px;
  }

  .section-post {
    margin: 0 160px 80px 160px;
  }

  .section-post p {
    font-size: 20px;
    line-height: 28px;
  }

  .comments-title {
    font-size: 56px;
    line-height: 71px;
  }

  .wpd-comment-author {
    font-size: 36px !important;
    line-height: 45px !important;
  }

  .wpd-comment-text p {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .wpd-comment-date,
  .wpd-comment-status {
    font-size: 24px !important;
    line-height: 20px !important;
    color: #000000 !important;
  }

  #wpd-field-submit-0_0 {
    width: 240px;
    height: 48px;
  }

  #wc_name-0_0,
  #wc_email-0_0,
  .wpdiscuz-textarea-wrap.wpd-txt,
  #wc-textarea-0_0 {
    width: 400px !important;
  }
}

@media screen and (min-width: 1920px) {
  .slider {
    display: none;
  }

  .slider.desktop {
    display: none;
  }

  .slider.desktop1920 {
    display: block;
  }

  .post-news-container-inner {
    width: 520px;
    height: 620px;
  }

  .post-img img {
    width: 480px;
    height: 300px;
  }

  .post-news-container {
    width: 1680px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1279px) and (min-width: 768px) {

  .section-2-container {
    gap: 30px;
    max-width: 950px;
    padding: 0 35px;
  }

  .section-3-container1-inner2-arrow {
    background: url(../images/section3arrow360.svg) no-repeat;
    width: 75px;
    height: 79px;
    margin-left: -15px;
    margin-top: -50px;
  }

  .section-3-container1-inner2-button {
    margin-top: -25px;
    margin-left: 45px;
  }

  .section-3-container1-inner2-text {
    margin-top: 10px;
  }

  .section-3-container1-inner3-img img {
    width: 276px;
    height: 416px;
    /* background: url(../images/section3img5768.png) no-repeat; */
    /* margin-left: -105px; */
  }

  .section-3-container1-inner2-img img {
    margin-left: 25px;
    margin-top: 125px;
    width: 297px;
    height: 198px;
  }

  .section-3-container2-apple {
    margin-top: 40px;
    margin-left: 30px;
    background: url(../images/section3apple768.svg) no-repeat;
    width: 187px;
    height: 71px;
  }

  .section-3-container2-play {
    margin-top: 40px;
    margin-left: 30px;
    background: url(../images/section3play768.svg) no-repeat;
    width: 187px;
    height: 71px;
  }

  div#n2-ss-4 .nextend-arrow img {
    width: 20px !important;
  }

  .section-3-container1-inner1 {
    height: 450px;
  }

  .section-3-container2 {
    height: 135px;
  }

  .section-3-container1-inner2-text {
    font-size: 14px;
  }

  .section-3-container1 {
    height: 450px;
  }

  .slider {
    display: none;
  }

  .slider.tablet {
    display: block;
  }

  .section-3-container2-text {
    font-size: 30px;
    line-height: 24px;
  }

  .section-3 {
    height: 756px;
  }

  .post-container.tablet {
    display: flex;
    width: 760px;
    margin: 0 auto;
  }

  .post-container-inner p {
    font-size: 14px;
    line-height: 20px;
  }

  .post-container-inner {
    width: 350px;
    height: 430px;
  }

  .post-container {
    display: none;
  }

  #section-title {
    font-size: 36px;
    line-height: 45px;
  }

  .section-3-subtitle {
    font-size: 30px;
    line-height: 36px;
  }

  .news-snowflakes {
    width: 729px;
    height: 73px;
    margin-top: 20px;
    background: url(../images/snowflakes768.png) no-repeat;
  }

  .post-title {
    font-size: 24px;
    line-height: 30px;
  }

  .post-news-container-inner p {
    font-size: 14px;
    line-height: 20px;
  }

  .post-link {
    font-size: 16px;
    line-height: 24px;
  }

  .post-img img {
    width: 315px;
    height: 180px;
  }

  .post-news-container {
    width: 780px;
    margin: 0 auto;
  }

  .post-news-container-inner {
    width: 350px;
    height: 430px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {

  .section-2-container {
    gap: 30px;
    max-width: 950px;
    padding: 0 35px;
  }

  .section-3-container2-text {
    margin-top: 80px;
  }

  .section-3-container2-apple {
    margin-top: 80px;
  }

  .section-3-container2-play {
    margin-top: 80px;
  }

  .section-4 {
    height: 550px;
  }

  .section-4-button {
    margin: 75px auto 0 auto;
  }

  .carousel2_inner0 {
    width: 553px;
  }

  .section-4 .slick-slide {
    height: 311px;
  }

  /* 
  .carousel2_inner1 {
    background: url(../images/carousel21768.png) no-repeat center;
    width: 600px;
    height: 311px;
  }

  .carousel2_inner2 {
    background: url(../images/carousel22768.png) no-repeat center;
    width: 600px;
    height: 311px;
  }

  .carousel2_inner3 {
    background: url(../images/carousel23768.png) no-repeat center;
    width: 600px;
    height: 311px;
  }

  .carousel_inner1 {
    background: url(../images/carousel1768.png) no-repeat center;
    width: 330px;
    height: 300px;
  } */

  .section-2 {
    background: url(../images/section2bg.png) no-repeat;
    /* height: 455px; */
  }

  body.page-template-main #section-title {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .section-3-subtitle {
    margin-bottom: 20px;
  }

  .section-3 {
    height: 721px;
  }

  .carousel_inner2 {
    background: url(../images/carousel2768.png) no-repeat center;
    width: 330px;
    height: 300px;
  }

  .carousel_inner3 {
    background: url(../images/carousel3768.png) no-repeat center;
    width: 330px;
    height: 300px;
  }

  .carousel_inner4 {
    background: url(../images/carousel4768.png) no-repeat center;
    width: 330px;
    height: 300px;
  }

  .carousel_inner5 {
    background: url(../images/carousel5768.png) no-repeat center;
    width: 330px;
    height: 300px;
  }

  .header-countdown {
    font-size: 18px;
    line-height: 30px;
    width: 160px;
    height: 90px;
  }

  .footer--container1 {
    height: 140px;
  }

  .footer-logo {
    margin-left: 20px;
  }

  .footer-social {
    margin-right: 20px;
  }

  .footer-container {
    width: 465px;
    height: 100px;
  }

  .footer-social-container {
    width: 150px;
  }

  .footer-logo {
    background: url(../images/footerlogo768.svg) no-repeat;
    width: 61px;
    height: 68px;
  }

  .footer-container-apple {
    background: url(../images/downloadapple768.svg) no-repeat;
    width: 221px;
    height: 69px;
  }

  .footer-container-play {
    background: url(../images/downloadplay768.svg) no-repeat;
    width: 221px;
    height: 69px;
  }

  .footer-social-container-tiktok {
    background: url(../images/socialtiktok768.svg) no-repeat;
    width: 25px;
    height: 25px;
  }

  .footer-social-container-facebook {
    background: url(../images/socialfacebook768.svg) no-repeat;
    width: 25px;
    height: 25px;
  }

  .footer-social-container-instagram {
    background: url(../images/socialinstagram768.svg) no-repeat;
    width: 25px;
    height: 25px;
  }

  .footer-social-container-youtube {
    background: url(../images/socialyoutube768.svg) no-repeat;
    width: 31px;
    height: 25px;
  }

  .powered-by {
    font-size: 14px;
  }

  .single-snowflakes {
    width: 100%;
    height: 73px;
    background: url(../images/snowflakes768.png) no-repeat center;
    position: absolute;
    margin-top: 75px;
  }

  .single-title {
    font-size: 48px;
    line-height: 61px;
  }

  .wpdiscuz-recaptcha {
    transform: scale(0.85) !important;
    margin-right: 45px !important;
    ;
  }

  .single-indent {
    height: 20px;
  }
}

@media screen and (max-width: 768px) and (min-width: 300px) {

  .section-2-container {
    gap: 35px;
    max-width: 750px;
    padding: 0 35px;
  }


  .section-3-container2-text {
    margin-top: 40px;
  }

  .section-3-container2-apple {
    margin-top: 40px;
  }

  .section-3-container2-play {
    margin-top: 40px;
  }

  .section-3-container2 {
    background: url(../images/section3cnt2bg768.png) no-repeat;
    height: 97px;
  }

  .section-3-container1 {
    height: 485px;
  }


  .section-4 {
    height: 550px;
  }

  .section-5 {
    height: 408px;
  }

  .carousel3-title {
    font-size: 20px;
    line-height: 24px;
    width: 235px;
  }

  .carousel3-text {
    font-size: 13px;
    line-height: 16px;
    width: 245px;
  }

}

@media screen and (max-width: 767px) and (min-width: 300px) {

  .section-2-container {
    gap: 20px;
    max-width: 750px;
    padding: 0 35px;
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }

  .section-3-container1 {
    justify-content: flex-start;
  }

  .section-3-container1-inner1 {
    height: 100%;
  }

  .section-3-container1-inner2 {
    height: 356px;
  }

  .section-3-container1-inner3 {
    height: 321px;
  }

  .section-3-container1-inner3 {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }

  .section-3-container2-apple {
    margin-top: 0;
    margin-left: 0;
    background: url(../images/section3apple360.svg) no-repeat;
    width: 161px;
    height: 41px;
  }

  .section-3-container2-play {
    margin-top: 0;
    margin-left: 15px;
    background: url(../images/section3play360.svg) no-repeat;
    width: 161px;
    height: 41px;
  }

  .section-3-container1-inner2-img img {
    margin-left: 0;
    margin-top: 40px;
    width: 297px;
    height: 198px;
  }

  .section-2 .slick-dots li button:before {
    color: #A1D5F2;
    font-size: 14px;
  }

  .section-2 .slick-dots li.slick-active button:before {
    color: #6A9DBB;
  }

  .section-3-container2 {
    background: url(../images/section3cnt2bg767.png) no-repeat;
    height: 142px;
  }

  .section-3-container1-inner3-img img {
    width: 275px;
    height: 321px;
    /* background: url(../images/section3img5360.png) no-repeat; */
    /* margin-left: -100px; */
  }

  .section-3-container1-inner2-arrow {
    background: url(../images/section3arrow360.svg) no-repeat;
    width: 75px;
    height: 79px;
    margin-left: -15px;
    margin-top: -50px;
  }

  .section-3-container1-inner2-button {
    margin-top: -25px;
    margin-left: 45px;
    height: 40px;
    font-size: 14px;
    line-height: 21px;
  }

  .section-3-container1-inner2 {
    margin-left: 0;
  }

  .section-3-container1-inner2-text {
    margin-top: 10px;
  }

  .section-3 {
    height: auto;
  }

  .section-3-container1-inner2-text {
    font-size: 14px;
    line-height: 24px;
  }

  .section-3-container1 {
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .small-slider {
    padding: 30px 0;
  }

  .section-3-container1-inner1 {
    margin-top: 30px;
  }

  .section-3-container2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .section-3-container2-text {
    text-align: center;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
  }

  .slider {
    display: none;
  }

  .slider.tablet {
    display: none;
  }

  .slider.mobile {
    display: block;
    transform: rotate(0);
    margin-left: 0;
  }

  .section-4-button {
    margin: 50px auto 0 auto;
    height: 40px;
    width: 200px;
    font-size: 12px;
    line-height: 21px;
  }

  .carousel2_inner0 {
    width: 260px;
  }

  .section-4 .slick-slide {
    height: 146px;
  }

  /* 
  .carousel2_inner1 {
    background: url(../images/carousel21360.png) no-repeat center;
    width: 280px;
    height: 146px;
  }

  .carousel2_inner2 {
    background: url(../images/carousel22360.png) no-repeat center;
    width: 280px;
    height: 146px;
  }

  .carousel2_inner3 {
    background: url(../images/carousel23360.png) no-repeat center;
    width: 280px;
    height: 146px;
  } */

  .section-4 {
    height: 320px;
  }

  .slick-dots li button:before {
    line-height: 14px;
    width: 14px;
    height: 14px;
  }

  .slick-dots li button:before {
    font-size: 14px;
  }

  .slick-prev:before,
  .slick-next:before {
    color: #7BBBDF;
    font-size: 36px;
    line-height: 42px;
  }

  .slick-dots {
    bottom: -25px;
  }

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

  .slick-dots li button {
    width: 14px;
    height: 14px;
  }

  .section-2 {
    /* height: 235px; */
  }

  .slick-prev {
    left: 15px;
  }

  .section-5 .slick-dots {
    bottom: 0px;
  }

  .slick-next {
    right: 15px;
  }

  .carousel_inner1 {
    background: url(../images/carousel1360.png) no-repeat center;
    width: 180px;
    height: 150px;
  }

  .carousel_inner2 {
    background: url(../images/carousel2360.png) no-repeat center;
    width: 180px;
    height: 150px;
  }

  .carousel_inner3 {
    background: url(../images/carousel3360.png) no-repeat center;
    width: 180px;
    height: 150px;
  }

  .carousel_inner4 {
    background: url(../images/carousel4360.png) no-repeat center;
    width: 180px;
    height: 150px;
  }

  .carousel_inner5 {
    background: url(../images/carousel5360.png) no-repeat center;
    width: 180px;
    height: 150px;
  }

  .section-6 {}

  .post-container-inner p {
    font-size: 14px;
    line-height: 20px;
  }

  .post-container {
    flex-direction: column;
  }

  body.page-template-main #section-title {
    font-size: 24px;
    line-height: 32px;
    padding-top: 15px;
    margin-bottom: 15px;
  }

  .section-3-subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  body.page-template-main .post-img img {
    width: 290px;
    height: 145px;
  }

  .post-container-inner {
    width: 330px;
    height: 410px;
    margin-bottom: 10px;
  }

  .section-6-btn {
    width: 200px;
    height: 48px;
  }

  .header-nav {
    display: none;
  }

  .burger-menu {
    display: block;
  }

  header {
    justify-content: space-between;
  }

  .header-logo {
    background: url(../images/headerlogo360.svg) no-repeat center;
    width: 115px;
    height: 41px;
    margin-left: 10px;
  }

  .header-countdown {
    font-size: 14px;
    line-height: 22px;
    width: 140px;
    height: 60px;
    margin-right: 10px;
  }

  footer {
    height: 360px;
  }

  .footer--container1 {
    height: 140px;
    flex-direction: column;
    height: 330px;
  }

  .footer--container2 {
    height: auto;
  }

  .footer-logo {
    margin-top: 30px;
    margin-left: 0;
  }

  .footer-social {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .footer-container {
    flex-direction: column;
    width: 100%;
    height: 150px;
  }

  .footer-social-title {
    text-align: center;
  }

  .footer-social-container {
    width: 170px;
  }

  .footer-logo {
    background: url(../images/footerlogo768.svg) no-repeat;
    width: 61px;
    height: 68px;
  }

  .footer-container-apple {
    background: url(../images/downloadapple768.svg) no-repeat;
    width: 221px;
    height: 69px;
  }

  .footer-container-play {
    background: url(../images/downloadplay768.svg) no-repeat;
    width: 221px;
    height: 69px;
  }

  .footer-social-container-tiktok {
    background: url(../images/socialtiktok768.svg) no-repeat;
    width: 25px;
    height: 25px;
  }

  .footer-social-container-facebook {
    background: url(../images/socialfacebook768.svg) no-repeat;
    width: 25px;
    height: 25px;
  }

  .footer-social-container-instagram {
    background: url(../images/socialinstagram768.svg) no-repeat;
    width: 25px;
    height: 25px;
  }

  .footer-social-container-youtube {
    background: url(../images/socialyoutube768.svg) no-repeat;
    width: 31px;
    height: 25px;
  }

  .powered-by {
    font-size: 14px;
  }

  #section-title {
    font-size: 36px;
    line-height: 45px;
  }

  .news-snowflakes {
    width: 100%;
    height: 73px;
    margin-top: 20px;
    background: url(../images/snowflakes768.png) no-repeat;
  }

  .post-title {
    font-size: 24px;
    line-height: 30px;
  }

  .post-news-container-inner p {
    font-size: 14px;
    line-height: 20px;
  }

  .post-link {
    font-size: 16px;
    line-height: 24px;
  }

  .post-img img {
    width: 295px;
    height: 165px;
  }

  .post-news-container {
    width: 360px;
    margin: 0 auto;
  }

  .post-news-container-inner {
    width: 350px;
    height: 430px;
  }

  .single-snowflakes {
    width: 100%;
    height: 73px;
    background: url(../images/snowflakes768.png) no-repeat center;
    position: absolute;
    margin-top: 75px;
  }

  .section-post-title {
    font-size: 18px;
    line-height: 23px;
  }

  .single-title {
    font-size: 24px;
    line-height: 30px;
  }

  .wpdiscuz-recaptcha {
    transform: scale(0.85) !important;
    margin-right: 45px !important;
    ;
  }

  .single-indent {
    height: 20px;
  }

  .section-post {
    margin: 0 10px 10px 10px;
  }

  .section-post p {
    font-size: 14px;
    line-height: 20px;
  }

  .comments-title {
    font-size: 24px;
    line-height: 30px;
  }

  #wpdcom {
    flex-direction: column;
    align-items: center;
  }

  #wpdcom .wpd-comment .wpd-comment-right {
    width: 100%;
  }

  .wpd-form-wrap {
    width: 100%;
  }

  #wpd-threads {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .section-3-container1-inner2-img {
    margin-left: 15px;
  }

  .section-2 .slick-dots li button:before {
    color: #fff;
  }

  .section-2 .slick-dots li.slick-active button:before {
    color: #6A9DBB;
    ;
  }

  .section-3-container2 {
    background: url(../images/section3cnt2bg360.png) no-repeat;
    height: 142px;
  }

  .section-4 {
    background: url(../images/section4bg360.png) no-repeat;
  }

  .section-5 {
    height: 192px;
  }

  .section-2 {
    /* height: 231px; */
  }

  .news-snowflakes {
    width: 100%;
    height: 35px;
    margin-top: 20px;
    background: url(../images/snowflakes360.png) no-repeat;
  }

  .section-6 {}

  .single-snowflakes {
    width: 100%;
    height: 35px;
    background: url(../images/snowflakes360.png) no-repeat center;
    position: absolute;
    margin-top: 75px;
  }

  .post-img {
    margin-right: 10px;
    margin-left: 10px;
  }

  .post-img img {
    width: 100%;
    height: 165px;
  }

  .post-news-container-inner {
    width: 100%;
    height: auto;
  }

  .post-news-container {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 580px) {

  .section-2-container {
    flex-direction: column;
  }

  .carousel_inner01 img {
    width: 370px !important;
  }

}


@media screen and (max-width: 1600px) {
  .section-5 .carousel3_inner h3 {
    font-size: 74px;
    line-height: 84px;
    width: 854px;
  }

  .section-5 .carousel3_inner p {
    font-size: 24px;
    line-height: 30px;
  }

  .section-4 .slick-slide {
    height: 500px;
  }


}


@media screen and (max-width: 1024px) {

  .section-5 .carousel3_inner h3 {
    font-size: 36px;
    line-height: 40px;
    width: 420px;
  }

  .section-5 .carousel3_inner p {
    font-size: 20px;
    line-height: 24px;
    width: 370px;
  }


  .section-4 .slick-slide {
    height: 311px;
  }
}


@media screen and (max-width: 768px) {

  .section-5 .carousel3_inner h3 {
    font-size: 20px;
    line-height: 24px;
    width: 235px;
  }

  .section-5 .carousel3_inner p {
    font-size: 13px;
    line-height: 16px;
    width: 245px;
  }

  .section-4 .slick-slide {
    height: 146px;
  }
}