@charset "UTF-8";
@font-face {
  font-family: "Austin News Text Web";
  src: url("fonts/AustinNewsText-Roman-Web.eot");
  src: url("../fonts/AustinNewsText-Roman-Web1.eot?#iefix") format("embedded-opentype"), url("../fonts/AustinNewsText-Roman-Web.woff2") format("woff2"), url("../fonts/AustinNewsText-Roman-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Austin News Text Web";
  src: url("../fonts/AustinNewsText-Bold-Web.eot");
  src: url("../fonts/AustinNewsText-Bold-Web1.eot#iefix") format("embedded-opentype"), url("../fonts/AustinNewsText-Bold-Web.woff2") format("woff2"), url("../fonts/AustinNewsText-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Druk Cond Web";
  src: url("../fonts/DrukCond-Super-Web.eot");
  src: url("../fonts/DrukCond-Super-Web1.eot#iefix") format("embedded-opentype"), url("../fonts/DrukCond-Super-Web.woff2") format("woff2"), url("../fonts/DrukCond-Super-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Druk Text Web";
  src: url("../fonts/DrukText-Bold-Web.eot");
  src: url("../fonts/DrukText-Bold-Web1.eot#iefix") format("embedded-opentype"), url("../fonts/DrukText-Bold-Web.woff2") format("woff2"), url("../fonts/DrukText-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Austin News Deck Web";
  src: url("../fonts/AustinNewsDeck-Medium-Web.eot");
  src: url("../fonts/AustinNewsDeck-Medium-Web1.eot?#iefix") format("embedded-opentype"), url("../fonts/AustinNewsDeck-Medium-Web.woff2") format("woff2"), url("../fonts/AustinNewsDeck-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Austin News Deck Web";
  src: url("../fonts/AustinNewsDeck-Bold-Web.eot");
  src: url("../fonts/AustinNewsDeck-Bold-Web1.eot?#iefix") format("embedded-opentype"), url("../fonts/AustinNewsDeck-Bold-Web.woff2") format("woff2"), url("../fonts/AustinNewsDeck-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Austin News Headline Web";
  src: url("../fonts/AustinNewsHeadline-Italic-Web.eot");
  src: url("../fonts/AustinNewsHeadline-Italic-Web1.eot?#iefix") format("embedded-opentype"), url("../fonts/AustinNewsHeadline-Italic-Web.woff2") format("woff2"), url("../fonts/AustinNewsHeadline-Italic-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins/poppins-v15-latin-regular.woff2") format("woff2"), url("../fonts/poppins/poppins-v15-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins/poppins-v15-latin-500.woff2") format("woff2"), url("../fonts/poppins/poppins-v15-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins/poppins-v15-latin-600.woff2") format("woff2"), url("../fonts/poppins/poppins-v15-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins/poppins-v15-latin-700.woff2") format("woff2"), url("../fonts/poppins/poppins-v15-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #dd4187;
}
a:hover {
  text-decoration: underline;
}

ul {
  list-style: none;
}

p {
  display: block;
}
@media only screen and (max-width: 720px) {
  p {
    margin-bottom: 1rem;
    margin-block-start: 0;
  }
}

img {
  vertical-align: middle;
  border-style: none;
}

body,
html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: black;
  -webkit-font-smoothing: antialiased;
  -ms-font-feature-settings: “liga”, “kern”;
  -o-font-feature-settings: “liga”, “kern”;
  -webkit-font-feature-settings: “liga”, “kern”;
  font-feature-settings: “liga”, “kern”;
  font-family: "Poppins", Arial, sans-serif;
  color: white;
  -moz-osx-font-smoothing: grayscale;
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  overflow-x: hidden;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background: rgba(0, 0, 0, 0.6784313725);
}
header nav {
  height: 44px;
  margin-top: 0.5rem;
}
header nav .logo {
  width: 160px;
  height: auto;
  margin-top: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 720px) {
  header nav .logo {
    width: 140px;
  }
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.full_width {
  width: 100%;
}
.full_width .left {
  text-align: left;
  padding-inline: 15px;
}

.main_content {
  width: 100%;
}
.main_content p {
  font-size: 1.7rem;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, avenir next, avenir, Ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  font-display: optional;
  color: white;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 720px) {
  .main_content p {
    font-size: 1.7rem;
  }
}

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

.half_width {
  width: 50%;
}

.wrapper {
  width: 100%;
  height: 100%;
}

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

.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: grid;
  align-items: flex-end;
}
.banner .banner_img {
  width: 100%;
  height: 100vh;
  position: relative;
  vertical-align: middle;
}
.banner .banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .banner .banner_img.doitduit img {
    object-position: 23% center;
  }
}
.banner .banner_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 99;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
}
.banner .banner_wrap .banner_title {
  max-width: 700px;
}
@media only screen and (max-width: 540px) {
  .banner .banner_wrap .banner_title {
    max-width: 250px;
  }
}
.banner .banner_wrap .banner_title .divider {
  margin-bottom: 0px;
}
.banner .banner_wrap .banner_title .main_title {
  width: 100%;
  display: grid;
  place-items: center;
  position: relative;
  padding-top: 4px;
}
.banner .banner_wrap .banner_title .main_title::after {
  position: absolute;
  left: 0;
  width: 148px;
  height: 2px;
  background-color: white;
  content: "";
}
@media only screen and (max-width: 540px) {
  .banner .banner_wrap .banner_title .main_title::after {
    width: 98px;
  }
}
.banner .banner_wrap .banner_title .main_title::before {
  position: absolute;
  right: 0;
  width: 148px;
  height: 2px;
  background-color: white;
  content: "";
}
@media only screen and (max-width: 540px) {
  .banner .banner_wrap .banner_title .main_title::before {
    width: 98px;
  }
}
.banner .banner_wrap .banner_title .main_title .tinder_img {
  padding-inline: 10;
  padding-bottom: 3px;
}
.banner .banner_wrap .banner_title .main_title .tinder_img img {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
}
.banner .banner_wrap .banner_title h1 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, avenir next, avenir, Ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  font-size: 62px;
  line-height: 0.86;
  text-transform: uppercase;
  border-top: 2px solid #fff;
  color: white;
  text-align: center;
  padding-top: 1rem;
  margin-block-start: 0em;
  margin-block-end: 0;
  margin-top: -3px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .banner .banner_wrap .banner_title h1 {
    font-size: 35px;
  }
}
.banner .banner_wrap .arrow_down {
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
  display: grid;
  align-items: center;
  padding: 0.375rem 0.75rem;
}
.banner .banner_wrap .arrow_down img {
  width: 26px;
  height: 26px;
}
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
}

.slide {
  height: 100vh;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 720px) {
  .slide {
    max-width: 1400px;
    margin: 0 auto;
  }
}

.story_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  .story_wrapper p {
    position: relative;
    z-index: 9;
    font-size: 1.3rem;
  }
}
.story_wrapper p span {
  background: -webkit-linear-gradient(45deg, rgb(0, 93, 150) 0%, rgba(221, 65, 135, 0.8) 100%);
  background: -o-linear-gradient(45deg, rgb(0, 93, 150) 0%, rgba(221, 65, 135, 0.8) 100%);
  background: linear-gradient(45deg, rgb(0, 93, 150) 0%, rgba(221, 65, 135, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ccff8a36", endColorstr="#ccdd4187",GradientType=1 );
  text-shadow: none;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0 6px 2px;
  font-weight: bold;
}
@media only screen and (max-width: 720px) {
  .story_wrapper p span {
    position: relative;
    z-index: 9;
  }
}
.story_wrapper p span.disc_m {
  background: #812a2a;
  font-weight: 400;
}
.story_wrapper p span.break_link {
  display: inline-block;
  max-width: 100%;
  word-break: break-word;
  background: #0045d3;
  color: #fff;
}

.story_box {
  flex: 1;
  height: 100vh;
}
@media only screen and (max-width: 720px) {
  .story_box {
    flex: auto;
    width: 100%;
  }
}
.story_box .cover-img {
  width: 100%;
}
.story_box .story-flyover-sticky-back {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.story_box .videoblokk-slide {
  width: 100%;
  height: 100%;
  flex: 1;
}
@media only screen and (max-width: 720px) {
  .story_box .videoblokk-slide .videoblokk-slide .content_wrap {
    max-width: 100%;
  }
}
.story_box video {
  object-fit: contain;
  height: 96%;
  padding-top: 2%;
  object-position: 50% 50%;
}
@media only screen and (max-width: 720px) {
  .story_box video {
    object-fit: cover;
    height: 100%;
    padding-top: 0;
    width: 100%;
  }
}
.story_box img {
  width: 100%;
  height: 96%;
  object-fit: contain;
  aspect-ratio: 1/6;
  padding-top: 2%;
  object-position: 50% 50%;
}
@media only screen and (max-width: 720px) {
  .story_box img {
    object-fit: cover;
    height: 100%;
    padding-top: 0;
  }
}

.bottom_wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_box {
  flex: 1;
  height: 100vh;
}
.content_box .part {
  width: 100%;
  flex-direction: column;
}
@media only screen and (max-width: 720px) {
  .content_box .part {
    height: 100%;
  }
}
.content_box .part .part_title {
  max-width: 350px;
  padding: 34px;
}
@media only screen and (max-width: 720px) {
  .content_box .part .part_title {
    position: relative;
    z-index: 9;
  }
}
.content_box .part .part_title .main_title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.content_box .part .part_title .main_title .divider_line {
  width: 100%;
  background: white;
  height: 2px;
  margin: 0 auto;
}
.content_box .part .part_title .main_title .tinder_img {
  padding: 0 10px;
}
.content_box .part .part_title .main_title .tinder_img img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
.content_box .part .part_title h2 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, avenir next, avenir, Ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  border-top: 2px solid #fff;
  color: white;
  text-align: center;
  padding: 1rem 0;
}
@media only screen and (max-width: 540px) {
  .content_box .part .part_title h2 {
    font-size: 35px;
  }
}
.content_box .part h3 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, avenir next, avenir, Ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.75rem;
}
@media only screen and (max-width: 720px) {
  .content_box .part h3 {
    position: relative;
    z-index: 9;
  }
}
@media only screen and (max-width: 720px) {
  .content_box {
    flex: auto;
    width: 100%;
    position: absolute;
    align-items: flex-end;
  }
}
.content_box .left_align {
  width: 100%;
}
.content_box .left_align p {
  font-size: 1.3rem;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, avenir next, avenir, Ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 1rem;
}
.content_box .left_align strong {
  font-weight: bolder;
}
.content_box .left_align .sub_head {
  width: 100%;
}
@media only screen and (max-width: 720px) {
  .content_box .left_align .sub_head {
    position: relative;
    z-index: 9;
  }
}
.content_box .left_align .sub_head h2 {
  font-weight: bold;
  font-family: "druk text web";
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: left;
  padding-inline: 15px;
  text-shadow: 0 0 5px #000;
}
@media only screen and (max-width: 720px) {
  .content_box .left_align .sub_head h2 {
    position: relative;
    z-index: 9;
  }
}
.content_box .content_wrap {
  text-align: center;
  flex-direction: column;
  -webkit-box-direction: normal;
  padding-bottom: 14px;
  max-width: 500px;
}
@media only screen and (max-width: 720px) {
  .content_box .content_wrap {
    padding-bottom: 30px;
    align-items: center;
    position: relative;
    max-width: 500px;
  }
  .content_box .content_wrap::after {
    content: "";
    position: absolute;
    top: -10vh;
    left: 0;
    right: 0;
    bottom: -10vh;
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0.6)), color-stop(70%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#00000000",GradientType=0 );
  }
}
@media only screen and (min-width: 540px) {
  .content_box .content_wrap::after {
    -webkit-filter: blur(60px);
    filter: blur(60px);
  }
}
@media only screen and (max-width: 540px) {
  .content_box .content_wrap {
    max-width: 100%;
  }
}
.content_box .content_wrap p {
  text-shadow: 0 0 5px #000;
  padding-inline: 15px;
}
.content_box .content_wrap .link_box {
  text-align: center;
  color: white;
  margin-top: 1rem;
  max-width: 300px;
  padding-top: 0.5rem;
  font-size: 13px;
  z-index: 99;
}
.content_box .content_wrap .link_box a {
  color: #dd4187;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.5;
  transition: all 0.3s;
}
.content_box .content_wrap .link_box a:hover {
  text-decoration: underline;
}
.content_box .controll_wrap {
  max-width: 500px;
  padding: 30px 15px;
  text-align: center;
  flex-direction: column;
  -webkit-box-direction: normal;
}
@media only screen and (max-width: 720px) {
  .content_box .controll_wrap {
    max-width: 100%;
    padding: 0;
  }
}
.content_box .btn_control {
  width: 100%;
  position: relative;
  color: white;
  background-color: red;
}

.updates {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  display: flex;
}
.updates a {
  color: #dd4187;
  text-align: center;
}
.updates .updates-content {
  max-width: 400px;
}
.updates .updates-content p {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, avenir next, avenir, Ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}
@media only screen and (max-width: 720px) {
  .updates .updates-content p {
    font-size: 1.3rem;
  }
}
.updates .arrow {
  width: 36px;
  margin-bottom: 1rem;
}

.contacts {
  width: 100%;
  flex-direction: column;
  text-align: center;
}
.contacts p {
  color: white;
}
.contacts .bottom_logo {
  width: 100px;
  margin-bottom: 10px;
}
.contacts .contact_list {
  margin-top: 10px;
}
.contacts .contact_list h2 {
  text-transform: uppercase;
  font-size: 12px;
  color: white;
  margin-bottom: 5px;
  font-weight: normal;
}
.contacts .contact_list a {
  color: #dd4187;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.3s;
}
.contacts .contact_list a:hover {
  text-decoration: underline;
}
.contacts .publish_text {
  margin-top: 1rem;
}
.contacts .publish_text h2 {
  font-size: 0.8125em;
  font-weight: bold;
  color: white;
}

.btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 10px;
}
.btn_wrap .btn_black {
  height: 40px;
  background: #161616;
  border-radius: 54px;
}
.btn_wrap .btn_black a {
  color: #dd4187;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  padding: 0 22px;
  line-height: 40px;
  display: flex;
  font-weight: bold;
}

.footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  text-align: center;
}
.footer p {
  color: white;
  font-size: 12px;
  line-height: 1.5;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, avenir next, avenir, Ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  margin: 2px;
}

/* Player controls */
.scroll-control {
  width: 100%;
  padding-top: 10px;
  height: 60px;
  position: relative;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(45%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1a000000", endColorstr="#00000000",GradientType=0 );
}

.nav-sound,
.nav-sound-off {
  width: 24px;
  height: auto;
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
}

.nav-play,
.nav-pause,
.nav-replay {
  width: 20px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 10px;
  cursor: pointer;
}

.nav-sound-off,
.nav-pause,
.nav-replay {
  display: none;
}

.duration {
  width: calc(100% - 20px);
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 10px;
  top: 10px;
}

.play-duration {
  height: 100%;
  width: 0%;
  background: #fff;
}

.time {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 20px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.annoy-sound {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-right: -50px;
  opacity: 1;
  line-height: 1.4;
  text-shadow: 0 0 4px #000;
}

.fade-annoy {
  top: 1%;
  right: 1%;
  width: 100px;
  margin-right: 0px;
  -webkit-transform: scale(0.35);
  -ms-transform: scale(0.35);
  transform: scale(0.35);
  opacity: 0;
  will-change: all;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mute-btn {
  background: -webkit-linear-gradient(45deg, rgba(255, 138, 54, 0.8) 0%, rgba(221, 65, 135, 0.8) 100%);
  background: -o-linear-gradient(45deg, rgba(255, 138, 54, 0.8) 0%, rgba(221, 65, 135, 0.8) 100%);
  background: linear-gradient(45deg, rgba(255, 138, 54, 0.8) 0%, rgba(221, 65, 135, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ccff8a36", endColorstr="#ccdd4187",GradientType=1 );
  border-radius: 50%;
  padding: 18px;
  display: table;
  margin: auto auto 8px auto;
  cursor: pointer;
}

.mute-btn img {
  width: 66px;
  height: auto;
}

.powersave-play {
  left: 50%;
  top: 50%;
  width: 80px;
  margin-left: -40px;
  margin-top: -40px;
  display: none;
}
#slide8 .powersave-play {
  top: 20%;
}

@media (max-width: 375px) {
  .no-hide {
    display: none;
  }
}
@media (min-width: 720px) {
  .powersave-play {
    left: 25%;
  }
  .scroll-control {
    max-width: 500px;
  }
  .annoy-sound {
    top: 56%;
    right: 25%;
  }
  .fade-annoy {
    top: 56%;
    right: 25%;
    width: 100px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-right: -50px;
    opacity: 1;
  }
}
.epsharing {
  padding: 5px 0 100px;
  position: relative;
  z-index: 15;
}
.epsharing .social-share {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.epsharing .title {
  text-align: center;
}
.epsharing .social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.epsharing .icon {
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  min-width: 100px;
  border: 1px solid #f9f9f9;
}
.epsharing .icon.fb:hover {
  /* background-color: #3b5998; */
  border: 1px solid #3b5998;
  color: #3b5998;
}
.epsharing .icon.ig:hover {
  /* background-color: #E4405F; */
  border: 1px solid #E4405F;
  color: #E4405F;
}
.epsharing .icon.wa:hover {
  /* background-color: #25D366; */
  border: 1px solid #25D366;
  color: #25D366;
}
@media (max-width: 767px) {
  .epsharing .social-icons .text {
    display: none;
  }
  .epsharing .icon {
    min-width: 50px;
  }
}

.story-by {
  padding: 20px 0;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, avenir next, avenir, Ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  text-align: center;
  font-style: italic;
}

.story_textonly {
  display: block;
  overflow: auto;
  height: auto;
}
.story_textonly .content_textonly {
  text-align: center;
  flex-direction: column;
  -webkit-box-direction: normal;
  padding-bottom: 14px;
  max-width: 600px;
  margin: 40px auto;
}
.story_textonly p {
  text-shadow: 0 0 5px #000;
  padding-inline: 15px;
  padding-bottom: 20px;
}

.splitter {
  display: block;
  overflow: auto;
}

.flex_end {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  p.txt_highlight {
    font-size: 24px;
  }
}
