@import url("https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@100;300;400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sigmar+One&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Londrina Solid", sans-serif;
}
* {
  box-sizing: border-box;
}
header .header-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 30px 15px;
  margin: 0 auto;
  position: relative;
}
.custom-row {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.announcement {
  top: 0;
  z-index: 100;
  width: 100%;
  font-size: 24px;
  text-align: center;
  padding: 15px;
  background: #fff;
  border-bottom: 4px solid #000;
}
.announcement a {
  white-space: nowrap;
}
.header-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-nav ul li {
  list-style: none;
  margin: 0 6px;
  display: inline-block;
}
.header-nav ul li a {
  text-decoration: none;
  color: #fff;
  color: #fff;
  text-shadow: -1px 1px 0px #000;
  font-family: "Londrina Solid";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  padding: 8px 12px;
}
.header-nav ul li.buy-yawn-btn a {
  display: inline-flex;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #000;
  background: #400072;
  box-shadow: 0px 3px 0px 0px #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 30px;
}
.header-nav ul li.buy-yawn-btn {
  margin: 0 0 0 12px;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  margin: 0 auto;
}
section.hero-baner-home {
  position: relative;
  background: #00c3ff;
  background-size: cover;
  padding: 180px 0 0;
  min-height: 720px;
  z-index: 1;
}
.cloud-running-img {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.cloud-block {
  opacity: 1;
}
.cloud-1.cloud-block {
  position: absolute;
  left: 40px;
  top: 70px;
  width: 24%;
}
.cloud-2.cloud-block {
  position: absolute;
  width: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 121px;
}

.cloud-3.cloud-block {
  position: absolute;
  left: 70%;
  width: 15%;
  top: 26%;
}
.cloud-4.cloud-block {
  position: absolute;
  width: 12%;
  top: 50%;
  left: 13%;
}
.cloud-5.cloud-block {
  position: absolute;
  left: 27%;
  top: 62%;
  width: 16%;
}
.cloud-running-img img {
  width: 100%;
}
.cloud-6.cloud-block {
  position: absolute;
  left: 75%;
  width: 15%;
  bottom: 30%;
}
.cloud-7.cloud-block {
  position: absolute;
  bottom: 17%;
  left: 67%;
  margin: 0 auto;
  width: 10%;
}
.cloud-1 {
  -webkit-animation: animateCloud 75s linear infinite;
  -moz-animation: animateCloud 75s linear infinite;
  animation: animateCloud 75s linear infinite;
}
.cloud-2 {
  -webkit-animation: animateCloud 60s linear infinite;
  -moz-animation: animateCloud 60s linear infinite;
  animation: animateCloud 60s linear infinite;
}
.cloud-3 {
  -webkit-animation: animateCloud 70s linear infinite;
  -moz-animation: animateCloud 70s linear infinite;
  animation: animateCloud 70s linear infinite;
}

.cloud-4 {
  -webkit-animation: animateCloud 58s linear infinite;
  -moz-animation: animateCloud 58s linear infinite;
  animation: animateCloud 58s linear infinite;
}

.cloud-5 {
  -webkit-animation: animateCloud 65s linear infinite;
  -moz-animation: animateCloud 65s linear infinite;
  animation: animateCloud 65s linear infinite;
}

.cloud-6 {
  -webkit-animation: animateCloud 55s linear infinite;
  -moz-animation: animateCloud 55s linear infinite;
  animation: animateCloud 55s linear infinite;
}

.cloud-7 {
  -webkit-animation: animateCloud 50s linear infinite;
  -moz-animation: animateCloud 50s linear infinite;
  animation: animateCloud 50s linear infinite;
}
section.hero-baner-home .baner-info {
  text-align: center;
}
section.hero-baner-home .baner-info .baner-face-img img {
  width: 100%;
  max-width: 537px;
  display: block;
}
section.hero-baner-home .baner-info .baner-logo img {
  width: 100%;
  max-width: 900px;
}
.baner-face-img {
  right: 0;
  position: absolute;
  bottom: -127px;
  left: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.sepration-cloud-img {
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
section.sepration-cloud-img img {
  width: 100%;
}
section,
footer {
  width: 100%;
  /*max-width: 1600px;*/
  margin: 0 auto;
  overflow: hidden;
}
section.about-sec {
  position: relative;
  background: url(../images/about-bg-gif.gif) no-repeat;
  background-size: cover;
  padding: 100px 0;
  margin-top: -120px;
}
.sec-title {
  padding: 20px 15px;
  text-align: center;
}
.sec-title h1 {
  color: #ffae00;
  text-shadow: 8px 11px 0px #000;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #400072;
  font-family: "Sigmar One", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.flex-box {
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
}

.about-monkey-img,
.monkey-bed {
  flex: 0 0 50%;
  max-width: 50%;
}
.about-monkey-img img,
.monkey-bed img {
  width: 100%;
}
.monkey-bed .monkey-bed-info {
  position: absolute;
  top: 220px;
  left: -70px;
  right: 0;
  z-index: 2;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.monkey-bed {
  position: relative;
}
.monkey-bed-info p {
  color: #fff;
  text-align: center;
  font-family: "Londrina Solid";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.monkey-bed-info p span {
  color: #400072;
}
.align_item_center {
  align-items: center;
}
section.story-sec {
  background: #067d90;
  padding: 100px 0;
  margin-top: -120px;
}
.slider-wrap {
  width: 100%;
  max-width: 916px;
  margin: 0 auto;
  position: relative;
}
.slider-bg img {
  width: 100%;
}
.slider-parent-wrap {
  position: relative;
  padding: 100px 0 140px;
}
.slider-parent-wrap .stort-art-one img {
  width: 100%;
  max-width: 350px;
}

.slider-parent-wrap .stort-art-one {
  position: absolute;
  right: -20px;
  top: -87px;
  z-index: 1;
}
.slider-parent-wrap .stort-art-two {
  position: absolute;
  left: 0;
  bottom: 0;
}
.slider-parent-wrap .stort-art-two img {
  width: 100%;
  max-width: 300px;
}
.slider-parent-wrap .stort-art-thrd img {
  width: 100%;
  max-width: 340px;
}
.slider-parent-wrap .stort-art-thrd {
  position: absolute;
  bottom: 0;
  right: 0;
}
.slider-outer {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  z-index: 5;
  max-width: 640px;
  margin: 0 auto;
  right: 0;
  height: 100%;
  padding: 120px 0;
}
.slider-outer .slider-items P {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
}
.slider-outer button.slick-arrow {
  position: absolute;
  top: 45%;
  font-size: 0;
  padding: 0;
  border: 0;
  z-index: 5;
  cursor: pointer;
  height: 80px;
  width: 60px;
  transform: translateY(-50%);
}
.slider-outer button.slick-prev.slick-arrow {
  left: -210px;
  background: url(../images/left-arrow.png) no-repeat;
}
.slider-outer button.slick-next.slick-arrow {
  right: -210px;
  background: url(../images/right-arrow.png) no-repeat;
}
.slider-outer ul.slick-dots {
  margin: 0;
  padding: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-outer ul.slick-dots li {
  list-style: none;
  background: #dbdbdb;
  stroke-width: 2px;
  border: 2px solid #000;
  width: 35px;
  height: 35px;
  margin: 0 12px;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 0px 5px 1px 1px #000;
}

.slider-outer ul.slick-dots li button {
  font-size: 0;
  padding: 0;
  background: transparent;
  border: 0;
}
.slider-outer ul.slick-dots li.slick-active {
  background: #ff6e6e;
}
section.tokienomics-sec {
  position: relative;
  background: url(../images/tokenomics-bg.gif);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -100px;
  padding: 100px 0 130px;
}
.left-globe img {
  width: 100%;
  max-width: 260px;
}

.left-globe {
  position: absolute;
  right: 0;
  top: 0;
}
.supply-img-wrap {
  width: 100%;
  position: relative;
}
.tokenomics-img img {
  width: 100%;
  max-width: 600px;
  margin: 70px auto;
  display: block;
}
.moon-img img {
  width: 100%;
  max-width: 220px;
}
.moon-img {
  position: absolute;
  top: -80px;
  left: 0;
}
.tax-info h2 {
  color: #ffae00;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #400072;
  font-family: "Londrina Solid";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.tax-info {
  text-align: right;
  margin-top: -270px;
}
.tax-info h4 {
  margin: 0;
  color: #ffae00;
  -webkit-text-stroke-width: 2;
  -webkit-text-stroke-color: #400072;
  font-family: "Londrina Solid";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 0;
}
.our-plan-info p {
  color: #fff;
  text-align: center;
  font-family: "Londrina Solid";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 118.27%;
  margin: 0;
}

.our-plan-info {
  padding: 70px 0 0;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.copy-field {
  width: 100%;
  max-width: 1040px;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.copy-field input {
  width: calc(100% - 95px);
  border-radius: 10px;
  border: 2px solid #000;
  background: #04205e;
  box-shadow: 0px 8px 0px 0px #000;
  display: inline-flex;
  padding: 13px 100px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffae00;
  text-align: center;
  font-family: "Londrina Solid";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 118.27%;
}
.copy-field span img {
  width: 100%;
  max-width: 40px;
}
.copy-field span {
  width: 75px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid #000;
  background: #04205e;
  box-shadow: 0px 8px 0px 0px #000;
  cursor: pointer;
  padding: 16px;
}
.copy-field.copy-green-field input {
  background: #0a331d;
}
.copy-field.copy-green-field span {
  background: #0a331d;
}
.earth-img img {
  width: 100%;
  max-width: 360px;
}

.earth-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
section.roadmap-sec {
  margin-top: -100px;
  padding: 100px 0 0;
  position: relative;
  background: url(../images/roadmap-bg.gif);
  background-repeat: no-repeat;
  background-size: cover;
}
.roadmap-yawn-img {
  margin-top: -140px;
}

.roadmap-yawn-img img {
  width: 100%;
}
.phase-images img.phase-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}

.phase-images img.phase-3 {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  max-width: 50%;
}
.phase-images img.phase-2 {
  position: absolute;
  bottom: 372px;
  width: 50%;
  right: 0;
}
.phase-images img.phase-1 {
  position: absolute;
  bottom: 612px;
  width: 50%;
  left: 0;
}
section.how-to-apply-sec {
  background: #006372;
  padding: 100px 0 0;
  margin-top: -100px;
  position: relative;
}
.green-board-wrap {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
.gren-board-img img {
  width: 100%;
}
.gren-board-img {
  position: relative;
}
.gren-board-img .board-info-row {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 820px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.gren-board-img .board-info-row .board-info-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 30px 15px;
}
.gren-board-img .board-info-row .board-info-col h3 {
  color: #ffae00;
  font-family: "Londrina Solid";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.gren-board-img .board-info-row .board-info-col p {
  color: #fff;
  font-family: "Londrina Solid";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  padding: 8px 0;
}
.doing-study img {
  width: 100%;
}
.doing-study {
  position: relative;
}
.doing-study img.htb-yawn-gif {
  position: absolute;
  bottom: 56%;
  max-width: 30%;
  z-index: 2;
}
.htb-boysclub-img {
  z-index: 5;
  position: relative;
}
footer {
  background: #00c3ff;
  margin-top: -70px;
  padding: 120px 0 0;
  position: relative;
}
.footer-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.yawn-social-wrap img {
  width: 100%;
  display: block;
  margin-bottom: -9px;
}
.footer-logo img {
  width: 100%;
  max-width: 400px;
}
.footer-logo h4 {
  color: #fff;
  font-family: "Londrina Solid";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 16px 0;
}
.footer-logo ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.footer-logo ul li {
  list-style: none;
}
.footer-logo ul li a {
  background: #400072;
  text-decoration: none;
  display: block;
  height: 100px;
  width: 100px;
  position: relative;
  border-radius: 6px;
  padding: 12px;
  margin-right: 40px;
  display: inline-grid;
  align-items: center;
  justify-content: center;
}
.footer-logo ul li a:hover {
  background: #9747ff;
}
.footer-logo ul li a img {
  width: 100%;
  max-width: 60px;
}
.footer-bottom-bar p {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 24px;
}

.footer-bottom-bar {
  background: #734b24;
  text-align: center;
  padding: 15px;
  border-top: 4px solid #000;
}
.footer-right-info {
  padding-left: 50px;
}
.nav-burger-btn {
  display: none;
}
@-webkit-keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

@-moz-keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

@keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}
/* .tokenomics-img {
  transform: translate(-470px, 360px) !important;
}
.tokenomics-img.aos-init.aos-animate {
  transform: translateZ(40px) !important;
} */
@media screen and (max-width: 1199px) {
  .monkey-bed .monkey-bed-info {
    top: 20%;
  }
  .slider-outer .slider-items P {
    font-size: 24px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1099px) {
  .monkey-bed-info p {
    font-size: 20px;
  }
  .monkey-bed .monkey-bed-info {
    top: 25%;
    max-width: 290px;
  }
  .slider-outer ul.slick-dots li {
    width: 24px;
    height: 24px;
    margin: 0 6px;
  }
  .gren-board-img .board-info-row {
    position: static;
  }
  .gren-board-img img {
    width: 100%;
    display: none;
  }
  .doing-study img.htb-yawn-gif {
    max-width: 26%;
  }
}
@media screen and (max-width: 992px) {
  .header-nav ul li a,
  .header-nav ul li.buy-yawn-btn a {
    font-size: 20px;
    padding: 8px 8px;
  }
  .header-nav ul li.buy-yawn-btn a {
    padding: 8px 16px;
  }
  section.hero-baner-home .baner-info .baner-logo img {
    width: 100%;
    max-width: 430px;
  }
  section.hero-baner-home {
    padding: 110px 0 0;
    min-height: 630px;
  }
  .slider-outer {
    max-width: 70%;
  }
  .slider-outer .slider-items P {
    font-size: 18px;
    line-height: 29px;
  }
  .slider-parent-wrap .stort-art-two img,
  .slider-parent-wrap .stort-art-thrd img,
  .slider-parent-wrap .stort-art-one img {
    width: 100%;
    max-width: 210px;
  }
  .slider-parent-wrap .stort-art-one {
    top: 0;
  }
  .slider-parent-wrap .stort-art-two {
    bottom: 40px;
  }
  .slider-parent-wrap .stort-art-thrd {
    bottom: 60px;
  }
  .tax-info h2 {
    font-size: 48px;
  }
  .tax-info h4 {
    font-size: 24px;
  }
  .roadmap-yawn-img {
    margin-top: -80px;
  }
  .footer-logo img {
    width: 100%;
    max-width: 230px;
  }
  .footer-logo h4 {
    font-size: 50px;
  }
  .footer-logo ul li a {
    height: 60px;
    width: 60px;
    margin-right: 20px;
  }
  .sec-title h1 {
    font-size: 66px;
  }
}
@media screen and (max-width: 899px) {
  .monkey-bed-info p {
    font-size: 18px;
  }
  .monkey-bed .monkey-bed-info {
    top: 24%;
    max-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .baner-face-img {
    bottom: -56px;
  }
  .monkey-bed-info p {
    font-size: 16px;
  }
  .monkey-bed .monkey-bed-info {
    top: 25%;
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav ul li {
    width: 100%;
    margin: 0;
  }

  .header-nav ul {
    display: block;
  }
  .header-nav {
    position: absolute;
    top: 50px;
    background: #04205e;
    width: 100%;
    display: none;
    left: 0;
  }
  .nav-burger-btn img {
    width: 100%;
  }

  .nav-burger-btn {
    width: 40px;
    height: 40px;
  }
  .header-nav ul li a,
  .header-nav ul li.buy-yawn-btn a {
    font-size: 20px;
    padding: 14px 13px;
    border-bottom: 1px solid #133379;
  }
  .nav-burger-btn {
    display: block;
  }
  section.hero-baner-home .baner-info .baner-logo img {
    width: 100%;
    max-width: 250px;
  }
  section.hero-baner-home {
    padding: 100px 0 0;
    height: 350px;
    min-height: unset;
  }
  section.hero-baner-home .baner-info .baner-face-img img {
    width: 100%;
    max-width: 237px;
    display: block;
  }
  section.sepration-cloud-img {
    margin-top: -30px;
  }
  .sec-title h1 {
    -webkit-text-stroke-width: 3px;
    font-size: 40px;
    text-shadow: 3px 4px 0px #000;
  }
  .about-monkey-img,
  .monkey-bed {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-2 {
    order: 2;
  }
  .monkey-bed-info p {
    font-size: 14px;
    font-weight: 300;
  }
  .monkey-bed img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: block;
  }
  .monkey-bed .monkey-bed-info {
    top: 27%;
    max-width: 206px;
    margin: 0 auto;
    right: 0;
    left: -40px;
  }
  .about-monkey-img img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }

  .about-monkey-img {
    margin-top: -60px;
    margin-left: -12px;
    position: relative;
    z-index: 3;
  }
  section.about-sec {
    padding: 100px 0 40px;
  }
  .slider-wrap {
    max-width: 320px;
  }
  .slider-outer .slider-items P {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
  }
  .slider-parent-wrap .stort-art-two img,
  .slider-parent-wrap .stort-art-thrd img,
  .slider-parent-wrap .stort-art-one img {
    width: 100%;
    max-width: 105px;
  }
  .slider-outer {
    top: 10px;
    padding: 20px 0;
  }
  .slider-outer ul.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border: 1px solid #000;
    box-shadow: 0px 1px 0px 1px #000;
  }
  .slider-outer ul.slick-dots {
    margin: 0;
    padding: 0px 0 0;
  }
  .slider-parent-wrap .stort-art-two {
    bottom: -20px;
    left: -36px;
  }
  .slider-parent-wrap .stort-art-thrd {
    bottom: 0px;
    right: -20px;
  }
  .slider-parent-wrap {
    position: relative;
    padding: 10px 0 50px;
  }
  section.story-sec {
    padding: 100px 0 50px;
  }
  section.tokienomics-sec {
    margin-top: -30px;
    padding: 20px 0 40px;
  }
  .left-globe img {
    width: 100%;
    max-width: 129px;
  }
  .moon-img img {
    width: 100%;
    max-width: 110px;
  }
  .tokenomics-img img {
    max-width: 250px;
  }
  .tax-info {
    text-align: center;
    margin-top: -80px;
  }
  .tax-info h2 {
    font-size: 24px;
    -webkit-text-stroke-width: 1px;
  }
  .tax-info h4 {
    font-size: 18px;
    -webkit-text-stroke-width: 1px;
    padding: 2px 0;
  }
  .our-plan-info {
    padding: 20px 0 0;
  }
  .our-plan-info p {
    font-size: 10px;
    font-weight: 300;
  }
  .copy-field {
    margin: 20px auto;
  }
  .earth-img img {
    width: 100%;
    max-width: 150px;
  }
  .copy-field input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    box-shadow: 0px 4px 0px 0px #000;
  }
  .copy-field span {
    display: none;
  }
  section.roadmap-sec {
    margin-top: -30px;
    padding: 30px 0 0;
  }
  .roadmap-yawn-img {
    margin-top: 0px;
  }

  .phase-images img.phase-1 {
    bottom: 349px;
    width: 58%;
  }
  .phase-images img.phase-2 {
    bottom: 163px;
    width: 58%;
  }
  .phase-images img.phase-3 {
    bottom: 115px;
    max-width: 58%;
  }
  .phase-images img.phase-4 {
    bottom: 6px;
    width: 69%;
  }
  .roadmap-yawn-img {
    padding-bottom: 200px;
  }
  .gren-board-img .board-info-row .board-info-col,
  .footer-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 12px 0;
    text-align: center;
  }
  .gren-board-img .board-info-row .board-info-col h3 {
    font-size: 20px;
  }
  .gren-board-img .board-info-row .board-info-col p {
    font-size: 16px;
    font-weight: 300;
  }
  .footer-logo h4 {
    font-size: 40px;
  }
  .footer-logo ul {
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .footer-logo ul li a {
    margin: 0 8px;
  }
  .yawn-social-wrap img {
    max-width: 228px;
    margin: 0 auto -18px;
    display: block;
  }
  .footer-right-info {
    padding-left: 0;
  }
  .footer-bottom-bar p {
    font-size: 16px;
  }
  .header-nav ul li.buy-yawn-btn {
    padding: 12px 0;
  }
  section.how-to-apply-sec {
    padding: 30px 0 0;
    margin-top: -40px;
  }
  .slider-outer {
    max-width: 78%;
  }
  @-webkit-keyframes animateCloud {
    0% {
      margin-left: -100px;
    }
    100% {
      margin-left: 100%;
    }
  }

  @-moz-keyframes animateCloud {
    0% {
      margin-left: -100px;
    }
    100% {
      margin-left: 100%;
    }
  }

  @keyframes animateCloud {
    0% {
      margin-left: -100px;
    }
    100% {
      margin-left: 100%;
    }
  }
  .slider-parent-wrap .stort-art-one {
    top: -70px;
    right: -30px;
  }
  .slider-parent-wrap {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .slider-outer button.slick-arrow {
    height: 45px;
    width: 30px;
  }
  .slider-outer button.slick-prev.slick-arrow {
    left: -60px;
    background-position: 100%;
    background-size: cover;
  }
  .slider-outer button.slick-next.slick-arrow {
    right: -60px;
    background-position: 100%;
    background-size: cover;
  }
}
