/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08-Aug-2021, 00:50:20
    Author     : Guardianlink
*/

@font-face {
  font-family: "futuraheavy_italic";
  src: url("fonts/futura-heavy-italic-bt-webfont.woff2") format("woff2"),
    url("fonts/futura-heavy-italic-bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futuraheavy";
  src: url("fonts/futura-heavy-bt-webfont.woff2") format("woff2"),
    url("fonts/futura-heavy-bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futura_md_btmedium";
  src: url("fonts/futura_md_bt_medium-webfont.woff2") format("woff2"),
    url("fonts/futura_md_bt_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futurabook_italic";
  src: url("fonts/futura-book-italic-bt-webfont.woff2") format("woff2"),
    url("fonts/futura-book-italic-bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
}
html {
  scroll-behavior: smooth;
}

* {
  font-family: "Helvetica Neue", Trebuchet MS, Arial, sans-serif !important;
  box-sizing: border-box;
  line-height: 1.6;
}
a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
img {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.6;
}

h1 {
}

h2 {
}

h3 {
}

p {
  line-height: 1.6;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
video {
  max-width: 100%;
  width: 100%;
}
.mainWrapper {
  font-size: 20.94px;
  overflow: hidden;
  min-width: 1024px;
  width: 100%;
  overflow: hidden;
  max-width: 3200px;
  margin: auto;
}
/* temporary */
.mainWrapper > img,
.slideWrapper img.temp {
  position: absolute;
  opacity: 0.2;
  top: 0;
  left: 0;
  z-index: 99999999;
}
.slideWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #e8534d;
}
.slide {
  position: relative;
  line-height: 0;
}
.mobileOnly {
  display: none;
}
.contentBlock {
}
.textBlock {
}
.imgBlock {
  overflow: hidden;
}

.imgBlock img {
}

/* Menu */
nav {
  width: 100%;
  display: flex;
  background-color: transparent;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.7em;
}

nav ul {
}
.poweredBy {
  color: #88fa4e;
}
nav ul li {
  padding: 0.5em;
  margin: 0.2em 0em 0.2em 0.39em;
  padding-right: 0.85em;
}
#menu_1 li {
  /*    padding: 0.5em 0em;
        margin: 0.3em 0em 0.2em 0.45em;*/
}
nav #menu_1 {
  display: flex;
  width: 35%;
}
nav #menu_1 {
  margin-left: 8%;
  align-items: center;
}
nav #menu_1 li a {
  font-size: 0.68em;
}
.poweredBy img {
  display: none;
}
.sub_menu {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 1;
  width: 12em;
  right: 0;
  top: 2.4em;
  border-radius: 0 0 10px 10px;
}

.hav_sub a.d_arrow:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}
.sub_menu li a {
  color: #000;
}

.sub_menu li {
  border-bottom: 1px solid #ddd;
}

.sub_menu li:last-child {
  border: none;
}
li.hav_sub a {
  position: relative;
}

a.highlight_bt.qr_string.no_link {
}

li.hav_sub:hover ul {
  display: block;
}

a.highlight_bt.qr_string.no_link {
}
#LinkGoToAccounts {
  display: flex;
}

#LinkGoToAccounts a:first-child {
  margin-right: 10px;
}
li.hav_sub {
  position: relative;
}
.top_bar {
  text-align: center;
  padding: 0.4em 0;
  position: relative;
  z-index: 100000;
  background: #fff;
}
.alert_info p {
  font-size: 0.8em;
}
.alert_info a {
  color: #ff3462;
  font-weight: bold;
  font-size: 1.1em;
  animation: blinker 4.5s linear infinite;
}
.alert_box {
  max-width: 65em;
  margin: 0 auto;
}
@keyframes blinker {
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
}
.alert_close span {
  position: absolute;
  top: 0.6em;
  right: 2em;
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  font-size: 1em;
}
#menu_1 li:first-of-type {
  background: url("https://cdn.fullyfaltoonft.com/media/separator.png")
    no-repeat;
  background-size: auto;
  background-position: center right;
}
nav #menu_1 li:first-of-type a {
  font-weight: bolder;
  font-size: 0.74em;
  /*    margin-right: 0.8em;*/
}
nav #menu_1 li:after {
  content: "|";
  color: #ccc;
  position: absolute;
  right: -0.45em;
  font-size: 1.4em;
  top: 0.3em;
  display: none;
}
nav #menu_1 li:last-of-type:after {
  content: "";
}
.nav-up {
  top: -50px;
}

nav #menu_2 {
  margin-right: 8.37%;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav #menu_2 li {
  margin: 0.08em 0em 0.2em 0em;
  padding-right: 0.3em;
}
nav #menu_2 li a {
  font-size: 0.6em;
  border: 1px solid #fff;
  padding: 0.5em 1.3em 0.65em 0.9em;
  border-radius: 50px;
}
/*nav #menu_2 li:last-child a {
  background: #fff;
  color: #000;
}*/
/* AB_1 */

.new_banner {
  /* background-image: linear-gradient(to right, #a8244b , #e3534b); */
  padding-top: 6em;
  padding-left: 3em;
  /* position: relative; */
  overflow: hidden;
  padding-bottom: 4em;
  padding-right: 1em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.new_banner video {
  position: absolute;
}

.nbr_1 h1 {
  font-family: "futuraheavy_italic" !important;
  font-size: 3em;
  text-shadow: 2px 2px 0px #fff;
  font-weight: bold !important;
  line-height: 1.2;
  margin-bottom: 0.4em;
}

.color_text {
  color: #73ed4d !important;
}
.new_banner_inr {
  color: #fff;
}

.nbr_1 h1 span {
  color: #fff;
  text-shadow: none;
}

body .nbr_1 p.sub_t {
  max-width: 45%;
  font-size: 1.4em;
  font-weight: bold;
  font-family: "futura_md_btmedium" !important;
}

.nbr_1 p {
  font-family: "futurabook_italic" !important;
  font-size: 1.5em;
  margin-bottom: 1em;
}

.nbr_1 {
}

.nbr_1 .btns a {
  color: #73ed4d;
  background: #fff;
  border: 2px solid #73ed4d;
  font-size: 1.2em;
  font-weight: bold;
  font-family: "futura_md_btmedium" !important;
  display: inline-block;
  padding: 1em 2em;
  border-radius: 35px;
  cursor: pointer;
}
.nbr_1 {
  position: relative;
  z-index: 1;
}
.nbr_1 .btns a:first-child {
  margin-bottom: 1em;
}
.new_banner video {
  position: absolute;
  width: 100%;
  right: 0%;
  bottom: 0%;
  top: 1%;
}
#sw_ab1 {
}
#ab_1 {
  background-color: #c53b4b;
}
#ab_1 img {
  margin-top: 2.3em;
}
#ab_1.contentBlock {
}
#ab_1 .textBlock {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1.4;
  margin-left: 8.9%;
  margin-top: 10.4%;
}
#ab_1 .textBlock h1 {
  font-size: 2.5em;
  line-height: 1.2;
  padding-bottom: 0.35em;
  color: #5bfd2e;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
.banner_btn a {
  background: #fff;
  color: #03a82a;
  padding: 0.3em 2em;
  border: 2px solid #69d733;
  border-radius: 35px;
  display: inline;
}

.banner_btn span {
  color: #5bfd2e;
}
#ab_1 .textBlock h2 {
}
#ab_1 .textBlock h3 {
}
#ab_1 .textBlock p {
  font-size: 0.78em;
  padding-bottom: 1.1em;
}
#ab_1 .textBlock p:last-of-type {
  width: 68%;
  font-size: 0.76em;
  line-height: 1.5;
}
#ab_1 .textBlock img {
  width: 26%;
  margin-top: 1.7em;
}
#ab_1 .imgBlock {
}
#ab_1 .imgBlock > img {
}
#dIntro {
  display: block;
}
#mIntro {
  display: none;
  padding: 16% 4% 15% 4%;
  font-size: 1.48em;
  font-weight: 600;
  line-height: 1.23;
}

.artist_1 {
  animation-name: banner_fade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-direction: alternate;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
}
@keyframes banner_fade {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* AB_2 */

#sw_ab2 {
}
#ab_2 {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: #681740;
}
#ab_2.contentBlock {
}
#ab_2 .textBlock {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#ab_2 .textBlock h1 {
  color: #fff;
  font-size: 2.7em;
  padding-top: 1.8em;
  padding-bottom: 0.6em;
  font-weight: 600;
}
#ab_2 .textBlock h2 {
}
#ab_2 .textBlock h3 {
}
#ab_2 .textBlock p {
}
.counterWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  margin-bottom: 4em;
}
.counter {
  background-color: #e3534c;
  color: #fff;
  position: relative;
  width: 30%;
  border-radius: 0.85em;
  overflow: hidden;
}
.counter:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #5bf92d;
  z-index: -1;
}
.counter p {
  margin-top: 1.1em;
  text-align: left;
  margin-left: 1.35em;
  font-size: 1.2em;
}
.counter h2 {
  font-size: 9em;
  line-height: 0.92;
  font-weight: 600;
  padding-bottom: 0.07em;
}
#days {
}
#hours {
}
#minutes {
}

#ab_2 .imgBlock {
}
#ab_2 .imgBlock > img {
}

/* AB_3 */

#sw_ab3 {
}
#ab_3 {
}

.red {
  background-color: #ff4527;
}
.orange {
  background-color: #bf5528;
}
.blue {
  background-color: #6a72d6;
}
.purple {
  background-color: #ab5fe6;
}
#ab_3.contentBlock {
}
/*#drops {
  background-color: #fcfcfc;
  padding: 4.5em 6.4em 5.5em 6.4em;
}*/
#drops {
  background-color: transparent;
  padding: 4.5em 0em 0em 0em;
  background-image: url(https://cdn.fullyfaltoonft.com/media/ff/drop.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#sw_ab33 .carousal {
  padding-top: 0;
}
#sw_ab33 .cards img,
#sw_ab33 .cards video {
  height: 15em;
  object-fit: cover;
}
#sw_ab33 #drops {
  padding-bottom: 0;
}
div#ab_3 .cardsWrapper .cards {
  margin: auto 10px;
  border-radius: 0;
  box-shadow: 0 0 15px #646464;
  overflow: hidden;
  position: relative;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
/*.cardsWrapper {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  justify-content: space-between;
  grid-auto-rows: 1fr;
  align-items: center;
}*/
.cardsWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  margin: auto;
}

.cards {
  color: #fff;
  text-align: center;
  overflow: hidden;
  width: 100%;
  border-radius: 0.5em;
}
#sw_ab33 .cards {
  width: 95%;
}
.cardsWrapper .cards {
  margin-bottom: 20px;
}
.seven {
  background-color: #853e3e;
}
.eight {
  background-color: #0077b3;
}
.tenn {
  background-color: #97b300;
}
.elevan {
  background-color: #4c4d4f;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cards h5 {
  padding-top: 1.43em;
  font-size: 0.86em;
  font-weight: bold;
  width: 90%;
  margin: auto;
  line-height: 1.1;
  min-height: 4em;
}
.cards p {
  font-size: 0.67em;
  width: 91%;
  margin: auto;
  padding-bottom: 0;
  min-height: 4.5em;
}
.cards a {
  margin-bottom: 1.2em;
  font-size: 0.6em;
  border: 1px solid #fff;
  display: inline-block;
  padding: 1.2em 1.6em;
  border-radius: 1.5em;
  transition: 0.5s;
}
.cards a:hover {
  background: #000;
}
.cards .imgWrapper img {
  max-width: 100%;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.cards .imgWrapper {
  overflow: hidden;
}
#ab_3 .textBlock h1 {
}
#ab_3 #drops h1 {
  text-align: center;
  font-size: 2.7em;
  font-weight: bolder;
  padding-bottom: 0.8em;
  color: #e3534c;
}
#firstStep {
  background-color: #fcfcfc;
  text-align: center;
  padding: 5em 12.43em 5.5em 12.43em;
}
#firstStep p {
  font-size: 1.545em;
  font-weight: 600;
  line-height: 1.2;
}
#firstStep h1 {
  font-size: 2.7em;
  font-weight: 600;
  line-height: 1.25;
  padding-bottom: 0.65em;
}
#ab_3 .textBlock h3 {
}
#ab_3 .textBlock p {
}
#ab_3 .imgBlock {
}
#ab_3 .imgBlock > img {
}

/* AB_4 */

#sw_ab4 {
  padding-top: 2.5rem;
}
#ab_4 {
}
#ab_4 .items {
}
#ab_4.contentBlock {
  min-height: 100vh;
  /* background: #1F1312; */
}
#ab_4 .items {
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
}
#ab_4_items1 {
  background-color: #000000;
}
#ab_4_items2 {
  /*background-color: #000000;*/
  display: none;
}
#ab_4 .items .textBlock {
  width: 50%;
  padding: 0% 2.5% 0 5.5%;
}
#ab_4 .items:last-of-type .textBlock {
  text-align: center;
}
#ab_4 .textBlock h1 {
  font-size: 2.4em;
  line-height: 1.2;
  padding-bottom: 0.35em;
  color: #5bfd2e;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  text-shadow: 2px 1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 1px 0px 0 #fff;
}
#ab_4 .textBlock h1 span {
  font-weight: normal;
  margin-top: 6px;
  display: block;
  width: 100%;
  line-height: 1.12;
}
#ab_4 .textBlock h2 {
  font-size: 1.14em;
  font-weight: 600;
  line-height: 1.3;
}
#ab_4 .textBlock h3 {
}
#ab_4 .textBlock p {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 1.3em;
  text-align: left;
}
.banner_btn.qr_string {
  display: block;
  width: 100%;
  color: #fff;
  text-align: left;
}
#ab_4 .items .imgBlock {
  width: 50%;
}
#ab_4 .imgBlock > img {
}

/* AB_5 */

#sw_ab1 {
}
#ab_5 {
  background: #e3534c;
  background-size: 638%;
  background-position: top center;
  background-repeat: no-repeat;
}
#ab_5.contentBlock {
}

#ab_5 .textBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  padding: 6.2em 3em;
}
/*#ab_5 .textBlock h1{
    font-size: 2.84em;
    font-weight: 500;
}*/
#ab_5 .textBlock h1 {
  font-size: 1.9em;
  font-weight: 500;
  text-transform: capitalize;
}
#ab_5 .textBlock h2 {
}
#ab_5 .formGroup,
#ab_7 .formGroup {
  margin: 10% 0% 15% 0%;
  position: relative;
}
#ab_5 .textBlock input[type="email"],
#ab_7 .textBlock input[type="email"] {
  border-radius: 2em;
  background-color: transparent;
  border: none;
  width: 25em;
  padding: 0.5em 4em 0.5em 0.8em;
  font-size: 1em;
  line-height: 1;
  color: #fff;
  border: 2px solid #fff;
}
#ab_5 ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

#ab_5 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

#ab_5 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
#ab_5 .textBlock input[type="submit"],
#ab_7 .textBlock input[type="submit"] {
  position: absolute;
  border: none;
  right: 1%;
  top: 6%;
  cursor: pointer;
  background: url(https://cdn.fullyfaltoonft.com/media/ff/ab_5_submit.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 86%;
  width: 9%;
  text-indent: -9000px;
  outline: none;
}
#ab_5 .textBlock input[type="submit"] {
  right: 0%;
}
#ab_5 .textBlock h3 {
}
#ab_5 .textBlock p {
  font-size: 1.05em;
  width: 45%;
  margin: auto;
  text-align: center;
  line-height: 1.4;
}
.optionBlocksWrapper {
  display: grid;
  align-items: normal;
  justify-content: space-between;
  width: 83%;
  align-self: center;
  color: #000;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 4%;
  grid-row-gap: 2%;
}
.optionBlocks {
  flex-basis: 27.8%;
  background-color: #a8234c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 11% 5%;
  border-radius: 2em;
}
.optionBlocks img {
  width: 70%;
  margin-bottom: 12%;
}
.optionBlocks h3 {
  font-size: 1.05em;
  padding-bottom: 0.1em;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}
.optionBlocks p {
  font-size: 0.76em !important;
  width: 90% !important;
  font-weight: 500;
}
#ab_5 .imgBlock {
}
#ab_5 .imgBlock > img {
}

/* AB_6 */

#sw_ab6 {
}

#ab_6 {
  display: flex;
}
#ab_6.contentBlock {
}
#ab_6 .textBlock {
  flex-basis: 50%;
  padding: 5em 1em 4em 3em;
}
#ab_6 .textBlock h1 {
  font-size: 2.7em;
  font-weight: 600;
  line-height: 1.1;
  padding-bottom: 0.2em;
}
#ab_6 .textBlock h2 {
}
#ab_6 .textBlock h3 {
}
#ab_6 .textBlock p {
  font-size: 1.11em;
  font-weight: 500;
  line-height: 1.34;
  /*padding-bottom: 1.1em;*/
}
#ab_6 .imgBlock {
  flex-basis: 50%;
}
#ab_6 .imgBlock > video {
  width: 100%;
  margin-bottom: -52%;
}
#ab_6 .imgBlock > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* AB_7 */

#sw_ab7 {
}
#ab_7 {
  background: url("https://cdn.fullyfaltoonft.com/media/bg_7.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#ab_7.contentBlock {
}
#ab_7 .textBlock {
  padding: 6.5em 9.7em 5.8em 9.7em;
  text-align: center;
}
#ab_7 .textBlock h1 {
  font-size: 2.21em;
  font-weight: 500;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
#ab_7 .textBlock h2 {
}
#ab_7 .textBlock h3 {
}
#ab_7 .textBlock p {
}
#ab_7 .formGroup {
  margin: 2.5em auto 0em auto;
  position: relative;
  width: 25.5em;
}
#ab_7 .textBlock input[type="email"] {
  color: #000;
  background-color: #f0f0f0;
}
#ab_7 .imgBlock {
}
#ab_7 .imgBlock > img {
}
#ab_7 ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

#ab_7 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

#ab_7 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

/* AB_8 */

#sw_ab8 {
}
#ab_8 {
}
#ab_8.contentBlock {
}
#ab_8 .textBlock {
  position: absolute;
  display: flex;
  width: 50%;
  color: #fff;
  top: 0;
  right: 0;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 8.5em 5em 0 5em;
}
#ab_8 .textBlock h1 {
  font-size: 2.72em;
  font-weight: 600;
  line-height: 1.1;
  padding-bottom: 0.7em;
}
#ab_8 .textBlock h2 {
}
#ab_8 .textBlock h3 {
}
#ab_8 .textBlock p {
  font-size: 1.15em;
  line-height: 1.25;
  padding-top: 0.7em;
  padding-left: 0.15em;
  padding-right: 0.5em;
}
#ab_8 .imgBlock {
}
#ab_8 .imgBlock > img {
}
#ab_8_slider.owlWrap {
  width: 100%;
  margin-top: 0;
}
#ab_8_slider .owl-nav {
  display: none;
}
#ab_8_slider .owl-dots {
}
#ab_8_slider .owl-dots .owl-dot {
  background: #da972c4f;
  width: 1em;
  height: 1em;
  border: 1px solid #da972c4f;
  border-radius: 50%;
  margin-left: 0.5em;
  margin-top: 0.8em;
  cursor: pointer;
}

#ab_8_slider .owl-dots .owl-dot.active {
  background: #da972c;
  width: 1em;
  height: 1em;
  border: 1px solid #da972cfc;
  border-radius: 50%;
  margin-left: 0.5em;
  margin-top: 0.8em;
}
/* AB_9 */

#sw_ab9 {
}
#sw_ab9 > img {
  transform: scale(1.6);
}
#ab_9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
#ab_9.contentBlock {
}
#ab_9 .textBlock {
  width: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /*    padding: 20.8% 0% 7% 7%;*/
}
#ab_9 .textBlock:first-of-type {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-left: 7%;
}
#ab_9 .textBlock:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  /*    padding: 7% 5.5% 7% 14.3%;*/
}
#ab_9 .textBlock:last-of-type form {
  display: flex;
  flex-direction: column;
}
#ab_9 .textBlock h1 {
  font-size: 2.7em;
  font-weight: 600;
  line-height: 1.05;
  padding-bottom: 9%;
  width: 100%;
}

#ab_9 .textBlock h2 {
}
#ab_9 .textBlock h3 {
}
#ab_9 .textBlock > p {
  font-size: 1.15em;
  line-height: 1.2;
  width: 100%;
}
#ab_9 form {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1em;
  padding: 8% 3%;
  width: 60%;
  font-size: 85%;
  margin-left: 6%;
}
#ab_9 form p {
  font-size: 1em;
  color: #000;
  margin-bottom: 0.7em;
  margin-left: 0em;
  font-weight: 500;
}
#ab_9 form input,
#ab_9 form textarea,
#ab_9 form select {
  border-radius: 0.5em;
  padding: 0.7em 0.7em 0.7em 0.7em;
  border: 1px solid #9aa2ab;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
#ab_9 form input,
#ab_9 form select {
  height: 3em;
  border-radius: 0.6em;
  padding-left: 1em;
}
#ab_9 form input {
  font-size: 1em;
}
#ab_9 form select {
}
#ab_9 form input[type="submit"] {
  position: relative;
  bottom: auto;
  height: 3em;
  border-radius: 2em;
  background-color: black;
  background-image: url(https://cdn.fullyfaltoonft.com/media/right_white.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-size: 4%;
  overflow: hidden;
  width: 100%;
  font-size: 0.8em;
  padding: 0;
  background-position: 96%;
  color: #fff;
  text-align: left;
  padding-left: 1em;
  border: 1px solid #000;
}
#ab_9 form input[type="submit"]:hover {
  background-image: url(https://cdn.fullyfaltoonft.com/media/right-arrow.png);
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  background-size: 4%;
}
#ab_9 .selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  height: 3em;
  z-index: 888;
}
#ab_9 .selectboxit-btn {
  background-color: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid #9aa2ab;
}
#ab_9 .selectboxit-arrow-container {
  top: 1.2em;
}
#ab_9 .selectboxit-container .selectboxit {
  width: 100% !important;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 0.6em;
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 0em;
  background-color: rgba(255, 255, 255, 0.9);
}
#ab_9 .selectboxit-text[data-val] {
  color: #000;
}
#ab_9 .selectboxit-text[data-val=""] {
  color: #999;
}
#ab_9 .selectboxit-text {
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  color: #999;
  padding-left: 1.3em;
  height: 3em;
  line-height: 3;
  font-weight: normal;
  width: 86%;
  padding-left: 0.7em !important;
  font-size: 1em;
}
#ab_9 .selectboxit-container .selectboxit-options {
  top: 3em !important;
  min-width: 100% !important;
  margin-left: 0%;
  border: none;
  font-size: 1em !important;
  padding: 1.3em 1em 0;
  border: 1px solid #f8f8f8;
  border-top: none;
  border-radius: 1.2em;
  box-shadow: 1px 2px 7px -1px #00000069;
}
#ab_9 .selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 0;
}
#ab_9 .selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  padding-left: 0;
}
#ab_9 .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #000;
  font-size: inherit;
  background-color: #fefffe;
}
.selectboxit-default-arrow {
  width: 0.8em;
  height: 0.8em;
  background: url(https://cdn.fullyfaltoonft.com/media/down.png);
  background-repeat: no-repeat;
  border: none !important;
  top: 0em !important;
  background-position: top center;
  background-size: contain;
}
#ab_9 form textarea {
  height: 11.7em;
  border-radius: 0.6em;
  font-size: 1em;
  color: #000;
  line-height: 1.3;
  padding-top: 1.3em;
  padding-left: 1em;
  resize: none;
}
#ab_9 form textarea ::placeholder {
  color: #000 !important;
}
#ab_9 .formGroup {
  position: relative;
  margin: 0.5em;
}
#ab_9 .formGroup:nth-of-type(2) > img {
  position: absolute;
  height: 3em;
  width: auto;
  top: 0.3em;
  left: 0.3em;
  z-index: 9999;
}
#ab_9 .imgBlock {
}

#ab_9 ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1; /* Firefox */
}

#ab_9 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}

#ab_9 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999;
}

/* AB_10 */

#sw_ab10 {
}
#ab_10 {
  display: flex;
}
#ab_10.contentBlock {
}
#ab_10 .textBlock {
  width: 50%;
  padding: 12% 9.2% 1% 9.2%;
}
#ab_10 .textBlock h1 {
  font-size: 2.7em;
  font-weight: 600;
  line-height: 1.1;
  padding-bottom: 12%;
}
#ab_10 .textBlock h2 {
}
#ab_10 .textBlock h3 {
}
#ab_10 .textBlock p {
  font-size: 1.15em;
  line-height: 1.25;
  width: 99%;
  padding-bottom: 6%;
}
#ab_10 .learnMore {
}
#ab_10 .learnMore a {
  border-radius: 2em;
  color: #000;
  border: 1px solid #000;
  width: 61%;
  margin-top: 6.9%;
  height: 2.6em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.3em;
  background: url(https://cdn.fullyfaltoonft.com/media/right-arrow.png)
    no-repeat;
  background-position: 94% center;
  background-size: 5%;
  font-size: 0.8em;
  font-weight: 600;
}
.learnMore a {
  border-radius: 2em;
  color: #000;
  border: 1px solid #000;
  width: 61%;
  margin-top: 6.9%;
  height: 2.6em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.3em;
  background: url(https://cdn.fullyfaltoonft.com/media/ff/right-arrow.png)
    no-repeat;
  background-position: 94% center;
  background-size: 5%;
  font-size: 0.8em;
  font-weight: 600;
  transition: 0.5s;
}
#firstStep .learnMore a {
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  background-size: 8%;
  margin-top: 5%;
}
#firstStep .learnMore a:hover {
  background: url(https://cdn.fullyfaltoonft.com/media/right_white.png)
    no-repeat;
  color: #fff;
  background-color: #000;
  background-position: 94%;
  background-size: 8%;
}
#ab_10 .learnMore a:hover {
  background: url(https://cdn.fullyfaltoonft.com/media/right_white.png)
    no-repeat;
  color: #fff;
  background-color: #000;
  background-position: 94%;
  background-size: 6%;
}
#ab_10 .learnMore span {
  display: inline-block;
  height: 1em;
  width: 1em;
  background-color: #000;
  margin-top: 0.28em;
}
#ab_10 .imgBlock {
  width: 50%;
}
#ab_10 .imgBlock > img {
  padding: 1.1em 0em 1.1em 0.5em;
}
/* AB_11 */

#sw_ab11 {
}
#ab_11 {
}
#ab_11.contentBlock {
}
#ab_11 .textBlock {
}
#ab_11 .textBlock h1 {
}
#ab_11 .textBlock h2 {
}
#ab_11 .textBlock h3 {
}
#ab_11 .textBlock p {
}
#ab_11 .imgBlock {
}
#ab_11 .imgBlock > img {
}

/* carousal */

.carousal {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 3.9%;
  padding-bottom: 6%;
}
.strips {
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
}
.owl-stage {
  display: flex;
  min-height: 100vh;
}

.thumbs {
  border-radius: 0.5em;
  position: relative;
  padding: 0.15em 0.3em;
}
.thumbs img {
  display: block;
  width: 16.4em;
  min-width: 100px;
}
.details {
  color: #fff;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 90%;
  left: 5%;
}
#strip_2 .details {
  flex-direction: row-reverse;
  right: 5%;
}
#strip_2 .price {
  text-align: right;
}
#strip_2 .name {
  text-align: left;
}
.price {
  font-size: 0.6em;
  padding: 1% 2% 1% 2%;
  width: 30%;
  text-align: right;
  font-weight: 600;
}

.name {
  width: 70%;
  font-size: 0.6em;
  padding: 1% 2% 1% 2%;
  font-weight: 600;
}

/* footer */
#footer {
  background-image: url(https://cdn.fullyfaltoonft.com/media/footer_bar.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
}
#footer ul li.current a {
  text-decoration: underline;
}

#fmenu1 {
  display: flex;
  width: 100%;
  padding-bottom: 3.85em;
}
#fmenu1 .submenu {
  display: flex;
  padding: 3%;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
#fmenu1 .submenu:first-of-type {
  width: 28%;
  flex-direction: column;
  justify-content: space-between;
}
#fmenu1 .submenu:first-of-type h1 {
  font-size: 1.85em;
  font-weight: 700;
}
#fmenu1 .submenu:first-of-type p {
  font-size: 0.5em;
  font-weight: 500;
  width: 90%;
}
.sticky_icons {
  position: absolute;
  left: auto;
  top: 0%;
  right: 7%;
  bottom: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sticky_icons {
  position: fixed;
  right: 1%;
  bottom: 0%;
  z-index: 999;
}
.sticky_icons-block {
  max-width: 100%;
  display: inline-block;
  transition: 0.5s;
}
.sticky_icons-block:hover {
  transform: scale(1.2);
}
.sticky_image {
  position: static;
  margin-bottom: 7px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  width: 40px;
  background: #fff;
  padding: 5px;
  border-radius: 6px;
  border: 1px solid #bbb;
}
/* Social Media Links */

#socialMedia {
  width: 100%;
}
#socialMedia ul {
  display: flex;
  width: 100%;
  align-content: center;
  flex-wrap: wrap;
  justify-self: flex-start;
  justify-content: flex-start;
}
#socialMedia ul li {
}
#socialMedia ul li a {
  text-indent: -9000px;
  cursor: pointer;
  width: 1.45em;
  height: 1.45em;
  background-size: contain;
  font-size: 1.18em !important;
  margin-right: 0.2em;
}

#facebook a {
  background: url("https://cdn.fullyfaltoonft.com/media/social/facebook.png")
    no-repeat;
  background-size: contain;
}
#instagram a {
  background: url("https://cdn.fullyfaltoonft.com/media/social/instagram.png")
    no-repeat;
  background-size: contain;
}
#telegram a {
  background: url("https://cdn.fullyfaltoonft.com/media/social/telegram.png")
    no-repeat;
  background-size: contain;
}
#twitter a {
  background: url("https://cdn.fullyfaltoonft.com/media/social/twitter.png")
    no-repeat;
  background-size: contain;
}
#medium a {
  background: url("https://cdn.fullyfaltoonft.com/media/social/medium.png")
    no-repeat;
  background-size: contain;
}
#discord a {
  background: url("https://cdn.fullyfaltoonft.com/media/social/discord.png")
    no-repeat;
  background-size: contain;
}
#youtube a {
  background: url("https://cdn.fullyfaltoonft.com/media/social/youtube.png")
    no-repeat;
  background-size: contain;
}

#facebook a:hover {
  background: url("https://cdn.fullyfaltoonft.com/media/social/facebook_h.png")
    no-repeat;
  background-size: contain;
}
#instagram a:hover {
  background: url("https://cdn.fullyfaltoonft.com/media/social/instagram_h.png")
    no-repeat;
  background-size: contain;
}
#twitter a:hover {
  background: url("https://cdn.fullyfaltoonft.com/media/social/twitter_h.png")
    no-repeat;
  background-size: contain;
}
#telegram a:hover {
  background: url("https://cdn.fullyfaltoonft.com/media/social/telegram_h.png")
    no-repeat;
  background-size: contain;
}
#medium a:hover {
  background: url("https://cdn.fullyfaltoonft.com/media/social/medium_h.png")
    no-repeat;
  background-size: contain;
}
#discord a:hover {
  background: url("https://cdn.fullyfaltoonft.com/media/social/discord_h.png")
    no-repeat;
  background-size: contain;
}
#youtube a:hover {
  background: url("https://cdn.fullyfaltoonft.com/media/social/youtube_h.png")
    no-repeat;
  background-size: contain;
}
#fmenu1 .submenu .support_mail p {
  font-size: 0.8em !important;
  line-height: 1.5;
}

#fmenu1 .submenu .support_mail {
  margin: 1em 0 0.5em 0;
}
#fmenu1 .submenu:nth-of-type(2) {
  width: 36%;
}
#fmenu1 .submenu:last-of-type {
  width: 36%;
  padding: 4% 6% 3% 4%;
}
#fmenu1 .submenu:last-of-type form {
  width: 100%;
}
#fmenu1 .submenu:last-of-type form label {
  font-size: 0.95em;
  padding-bottom: 6%;
  display: block;
}
#fmenu1 .submenu:last-of-type .formGroup {
  position: relative;
}
#fmenu1 .submenu:last-of-type form input[type="email"] {
  height: 3em;
  border-radius: 3em;
  border: none;
  width: 100%;
  padding-left: 10%;
  font-size: 0.8em;
  background-color: #1f1f1f;
  color: #a2a2a2;
}
#fmenu1 .submenu:last-of-type form input[type="submit"] {
  position: absolute;
  right: 1%;
  top: 6%;
  width: 12%;
  height: 86%;
  text-indent: -9000px;
  border-radius: 50%;
  background-color: transparent;
  background-image: url(https://cdn.fullyfaltoonft.com/media/ff/blue_submit.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-size: contain;
  border: none;
}
#fmenu1 ul {
}

#fmenu1 ul li {
}

#fmenu1 ul li a {
  font-size: 0.78em;
  padding: 0.4em 0.2em 1.5em 0.2em;
  text-decoration: none;
}

#fmenu1 ul li a:hover {
  text-decoration: underline;
}

#fmenu2 {
  display: flex;
  justify-content: space-between;
  width: 94%;
  padding: 1.5% 0% 2.5% 0%;
  border-top: 2px solid #979797;
  margin: auto 3%;
  box-sizing: border-box;
}
#fmenu2 .submenu {
  display: flex;
}
#fmenu2 .submenu:first-of-type {
  font-size: 0.6em;
  padding-left: 0;
  width: 75%;
  align-items: center;
  color: #808080;
  line-height: 1.3;
}
#fmenu2 .submenu:first-of-type > div {
  margin-right: 13%;
}

#fmenu2 .submenu:last-of-type {
  width: 50%;
  align-items: center;
  justify-content: flex-end;
}

#fmenu2 .submenu:last-of-type a {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#fmenu2 .submenu:last-of-type p {
  font-size: 0.7em;
  /*    background: url('https://cdn.fullyfaltoonft.com/media/powered_by.png')no-repeat;*/
  padding-left: 1em;
  background-position: left center;
  white-space: nowrap;
}
#fmenu2 .submenu:last-of-type p:after {
  content: "|";
  color: #fff;
  font-size: inherit;
  margin: auto 0.5em;
}

#fmenu2 .submenu:last-of-type img {
  width: 35%;
  /*    margin-left:1em;*/
}

/* About */
#sw_about1 {
  background-color: #d35460;
}
#about_1 {
  /*    background: url(https://cdn.fullyfaltoonft.com/media/about_us_1.png)no-repeat;
        background-attachment: fixed;
        background-size: 100% auto;*/
  background: none !important;
}
#about_1 {
  background-color: #d35460;
}

#about_1 .textBlock {
  color: #fff;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 3% 15% 3% 15%;
  text-align: center;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  position: relative;
}
#about_1 .textBlock h1 {
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 4.85%;
}
#about_1 .textBlock p {
  width: 91.5%;
  margin: auto;
  text-align: center;
  font-size: 1.18em;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 4%;
}
#about_1 .textBlock a {
  color: #ff531a;
}
#about_1 .ownLink {
  border-radius: 2em;
  color: #fff !important;
  border: 1px solid #fff;
  width: 50%;
  margin-top: 6.9%;
  height: 2.6em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.3em;
  background: url(https://cdn.fullyfaltoonft.com/media/right_white.png)
    no-repeat;
  background-position: 94% center;
  background-size: 5%;
  font-size: 0.8em;
  font-weight: 600;
  margin: auto;
  margin-top: 6.9%;
  margin-bottom: 12%;
  max-width: 16em;
}
#about_1 .imgBlock {
  /*    display: none;*/
  margin-bottom: -2%;
}
#about_1 video {
  width: 110%;
  max-width: 120%;
  /* width:auto;
        height: 100vh;
        position: absolute;
        left: 50%;  % of surrounding element 
        top: 50%;
        transform: translate(-50%, -50%);  % of current element */
}

.vidSpacer {
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #000000, transparent);
  height: 10%;
  width: 100%;
}

#sw_about2 {
  background-color: #000;
}
#about_2 {
}
#about_2 .textBlock {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  top: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}
#about_2 .textBlock h1 {
}
#about_2 .textBlock p {
  text-align: center;
  width: 54%;
  font-size: 1.7em;
  line-height: 1.3;
  padding-top: 3%;
  font-weight: 500;
}
#about_2 .imgBlock img {
}
#about_2 .vidBlock video {
}

#sw_about3 {
  background-color: #000;
}
#about_3 {
}
#about_3 .textBlock {
  color: #fff;
  display: flex;
  flex-direction: column;
}
#about_3 .textBlock h1 {
}
#about_3 .textBlock p:first-of-type {
  text-align: left;
  padding-left: 9%;
  padding-top: 10%;
  font-size: 0.95em;
  width: 37%;
}
#about_3 .textBlock p:last-of-type {
  text-align: right;
  padding-right: 9%;
  padding-bottom: 10%;
  font-size: 0.95em;
  width: 40%;
  align-self: flex-end;
}
#about_3 .textBlock img {
  width: 100%;
  padding: 5% 10.5% 9% 10.5%;
}
#about_3 .imgBlock img {
}
#about_3 .vidBlock video {
}

#sw_about4 {
  background-color: #000;
}
#about_4 {
}
#about_4 .textBlock {
  position: absolute;
  width: 55%;
  height: 100%;
  color: #fff;
  top: 0;
  margin: 2%;
  padding-top: 9.8%;
  padding-left: 8%;
}
#about_4 .textBlock h1 {
  font-size: 1.9em;
  line-height: 1.1;
  font-weight: 500;
  width: 80%;
  padding-bottom: 6.5%;
}
#about_4 .textBlock p {
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1.3;
  width: 84%;
  padding-bottom: 6%;
}
#about_4 .imgBlock img {
  margin: 0%;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
#sw_about4.fadeUp .imgBlock img:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
#about_4 .vidBlock video {
}

#about_4 .learnMore {
  border: 1px solid white;
  display: block;
  width: 48%;
  line-height: 2;
  border-radius: 2em;
  padding: 1% 5%;
  font-size: 67%;
  margin-top: 6%;
  background-image: url(https://cdn.fullyfaltoonft.com/media/right_white.png);
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 6%;
}
#about_4 .learnMore:hover {
  background-color: #fff;
  color: #000;
  background-image: url(https://cdn.fullyfaltoonft.com/media/right-arrow.png);
  background-repeat: no-repeat;
}

/* Philosophy */

#philosophy_1 {
}
#philosophy_1 {
}

#philosophy_1 .textBlock {
  position: absolute;
  top: 0;
  color: #fff;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 20.8% 17%;
  text-align: center;
}
#philosophy_1 .textBlock h1 {
  font-size: 3.8em;
  font-weight: 600;
  line-height: 1.3;
}
#philosophy_1 .textBlock p {
  margin: auto;
  font-size: 1.9em;
  font-weight: 500;
  text-align: center;
}
#philosophy_1 .imgBlock {
}
#philosophy_1 .imgBlock img {
}

#philosophy_2 {
}
#philosophy_2 {
}

#philosophy_2 .textBlock {
  padding: 7.5% 0% 6.5% 0%;
  text-align: center;
}
#philosophy_2 .textBlock h3 {
  font-size: 2.35em;
  width: 56.5%;
  margin: auto;
  line-height: 1.13;
  font-weight: 500;
}
#philosophy_2 .textBlock p {
}
#philosophy_2 .imgBlock {
}
#philosophy_2 .imgBlock img {
}

#philosophy_3 {
}
#philosophy_3 {
  background: #000;
}

#philosophy_3 .textBlock:first-of-type {
  padding: 20.5% 0% 20.5% 0%;
  text-align: center;
  background: #fff;
}
#philosophy_3 .textBlock:first-of-type h4 {
  font-size: 2.33em;
  width: 69%;
  margin: auto;
  line-height: 1.05;
  font-weight: 500;
}
#philosophy_3 .textBlock:first-of-type p {
}
#philosophy_3 .textBlock:first-of-type .imgBlock {
}
#philosophy_3 .textBlock:first-of-type .imgBlock img {
}

#philosophy_3 .textBlock:nth-of-type(2) {
  background: black;
}
#philosophy_3 .textBlock:nth-of-type(2) h3 {
  color: white;
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 1.95em;
  /* display: flex; */
  align-items: center;
  text-align: center;
  padding: 37.4% 0% 0% 0%;
  line-height: 1.3;
  font-weight: 500;
}

#philosophy_3 .textBlock:nth-of-type(2) .imgBlock {
}
#philosophy_3 .textBlock:nth-of-type(2) .imgBlock img {
}

#philosophy_3 .textBlock:last-of-type {
  background-color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10% 0%;
}
#philosophy_3 .textBlock:last-of-type > * {
  width: 50%;
  font-size: 3.7em;
  line-height: 1.3;
  font-weight: 500;
}
.owlWrap {
  width: 63%;
  margin: auto;
  overflow: hidden;
}
#philosophy_3 .textBlock:last-of-type > p {
  color: #fff;
  text-align: right;
  width: max(85%, 100%);
}
#philosophy_3 .textBlock:last-of-type > ul {
  text-align: left;
  width: 55%;
  overflow: hidden;
}
#philosophy_3 .textBlock:last-of-type ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#philosophy_3 .textBlock:last-of-type li {
  font-size: inherit;
  font-weight: 500;
  color: #fff;
  text-align: left;
  width: 100%;
  overflow: hidden;
}
#philosophy_3 .textBlock:last-of-type li span {
  /*background: url(https://cdn.fullyfaltoonft.com/media/bg_bid_it.png);*/
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 40%;
}
#philosophy_3 .textBlock:last-of-type li span.no-backgroundcliptext {
  color: white;
}

#own span.backgroundcliptext {
  background: url(https://cdn.fullyfaltoonft.com/media/bg_own_it.png) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
}
#bid span.backgroundcliptext {
  background: url(https://cdn.fullyfaltoonft.com/media/bg_bid_it.png) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
}
#trade span.backgroundcliptext {
  background: url(https://cdn.fullyfaltoonft.com/media/bg_trade_it.png)
    no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
}
#philosophy_3 .textBlock:last-of-type .imgBlock {
}
#philosophy_3 .textBlock:last-of-type .imgBlock img {
}

/* NFT */

#nft_1 {
}
#nft_1 {
}

#nft_1 .textBlock {
  position: absolute;
  top: 0;
  color: #000;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 18.3% 22%;
  text-align: center;
}
#nft_1 .textBlock h1 {
  font-size: 3.79em;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 3.6%;
  padding-top: 1%;
  text-align: center;
}
#nft_1 .textBlock p {
  width: 92%;
  margin: auto;
  text-align: center;
  font-size: 1.33em;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 4%;
}
#nft_1 .imgBlock {
}
#nft_1 .imgBlock img {
}
#nft_1 video {
  width: 104%;
  max-width: 104%;
  background-color: #ffc6c6;
}

#nft_2 {
}

#nft_2 .textBlock {
  position: relative;
}
#nft_2 .textBlock video {
  width: 110%;
  max-width: 110%;
  background-color: #000;
}
#nft_2 .itemsWrapper {
  position: absolute;
  top: 0;
  height: 100%;
  /*    margin: auto;
        
       
        
    */
}
#nft_2 .itemsWrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#nft_2 .itemsWrapper .owl-carousel .owl-item {
  width: 100% !important;
}
#nft_2 .textBlock .items {
  padding: 12% 0%;
}
.nft_slider {
  width: 55%;
  height: 100%;
  margin: auto;
  overflow: hidden;
}

#nft_2 .owl-theme .owl-dots {
  margin-top: 10px;
  position: absolute;
  width: 100%;
  bottom: 12%;
}
#nft_2 .owl-theme .owl-dots .owl-dot span {
  width: 9em;
  height: 0.3em;
  margin: auto 1em;
  background: #797979;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0.3em;
}
#nft_2 .owl-theme .owl-dots .owl-dot.active span {
  height: 0.3em;
  margin: auto 1em;
  background: #e1e1e1;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0.3em;
}

#nft_2 .textBlock .items p {
  color: #fff;
  font-size: 1.35em;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 4%;
  text-align: center;
  width: 100%;
}
#nft_2 video {
}

#nft_3 {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#nft_3 .textBlock {
  width: 50%;
  padding: 2% 9% 1% 7.5%;
}
#nft_3 .textBlock p {
  color: #fff;
  font-size: 1.4em;
  line-height: 1.15;
  padding-bottom: 7%;
}
#nft_3 .imgBlock {
  width: 50%;
}
#nft_3 .imgBlock img {
  width: 100%;
  margin: auto;
  padding: 10.5% 7.5% 12.5% 17.8%;
}

#nft_4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

#nft_4 .textBlock {
  width: 50%;
  padding: 0% 5.7% 1% 2%;
}
#nft_4 .textBlock p {
  color: #fff;
  font-size: 1.4em;
  line-height: 1.15;
  padding-bottom: 7%;
}
#nft_4 .imgBlock {
  width: 50%;
}
#nft_4 .imgBlock img {
  width: 100%;
  margin: auto;
  padding: 8% 2% 12.5% 5%;
  opacity: 0;
  transform: scale(0.5) translateY(100%);
  animation-name: scaleUp_about4;
  animation-duration: 3s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0s;
  animation-timing-function: ease-out;
}
#nft_4 h1 {
  font-size: 2.7em;
  font-weight: 600;
  line-height: 1.1;
  padding-bottom: 4%;
}
#nft_4 .textBlock a {
  border-radius: 2em;
  color: #fff;
  border: 1px solid #fff;
  width: 61%;
  margin-top: 6.9%;
  height: 2.6em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.3em;
  background: url(https://cdn.fullyfaltoonft.com/media/ff/right-arrow.png)
    no-repeat;
  background-position: 94% center;
  background-size: 5%;
  font-size: 0.8em;
  font-weight: 600;
}
#nft_4 .textBlock a:hover {
  background: url(https://cdn.fullyfaltoonft.com/media/right_white.png)
    no-repeat;
  background-position: 94%;
  background-size: 5%;
  background-color: #000;
  color: #fff;
}

/* FAQ */
.faq_header {
  background: #000;
  padding: 6rem 3rem 3rem;
}
.faq_wrapper h1 {
  color: #fff;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.faq_header h2 {
  color: #fff;
  text-align: center;
  font-size: 2em;
}

.faq_wrapper .faq_wrapper .toggle:last-child {
  border-bottom: 1px solid #fff;
}
.toggle .toggle-title {
  position: relative;
  display: block;
  color: #fff;
}
.toggle-inner ul li {
  font-size: 0.7em;
  margin-bottom: 0.4em;
  line-height: 1.7;
  list-style: number;
}

.toggle-inner ul {
  padding-left: 2em;
  margin-bottom: 1em;
}
.toggle .toggle-title h3 {
  font-size: 0.9em;
  margin: 0;
  line-height: 1.5;
  cursor: pointer;
  color: #fff;
}
.faq_wr {
  margin-bottom: 2em;
}
.faq_wr h4 {
  color: #fff;
  font-size: 1em;
  margin-bottom: 0.5em;
  text-transform: capitalize;
  font-weight: bold;
}
.toggle .toggle-inner {
  padding: 7px 25px 10px 25px;
  display: none;
  margin: 5px 0 6px;
  color: #fff;
}
.toggle-inner ul li ul li {
  font-size: 1em;
  list-style: disc;
}

.toggle-inner ul li ul {
  margin-top: 1em;
}
.toggle .toggle-inner div {
  max-width: 100%;
}
.toggle .toggle-title .title-name {
  display: block;
  padding: 0.4em 1em;
}
.toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px;
}
.toggle .toggle-title i {
  position: absolute;
  background-image: url(https://cdn.fullyfaltoonft.com/media/plus.png);
  width: 2em;
  height: 2.4em;
  transition: all 0.3s ease;
  right: 0;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.toggle .toggle-title.active i {
  background-image: url(https://cdn.fullyfaltoonft.com/media/minus.png);
}
.toggle .toggle-inner p {
  font-size: 0.7em;
  margin-bottom: 1em;
  line-height: 1.7;
}
.faq_wrapper {
  padding: 0em 7em;
  background: #000;
}
.toggle {
  border: 1px solid #fff;
  margin-bottom: 0.9em;
}
.faq_wrapper h2 {
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.terms_new p {
  font-size: 0.7em;
}
.terms_new p {
  font-size: 0.7em;
}
.terms_new h3.no_border {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.terms_new li,
.pr_cont li {
  color: #fff;
  margin-bottom: 1em;
  font-size: 0.7em;
  line-height: 1.5;
  list-style: disc;
}

.terms_new ul,
.pr_cont ul,
.pr_cont ol {
  padding-left: 2em;
}
.pr_cont p {
  color: #fff;
  margin-bottom: 1em;
  font-size: 0.7em;
  line-height: 1.8;
}
.mail-link {
  margin-bottom: 0 !important;
  padding-bottom: 2.2rem;
}
.pr_cont_new p {
  color: #fff;
  /* margin-bottom: 1em; */
  font-size: 0.7em;
  line-height: 1.8;
}
.terms_new h3,
.pr_cont h2 {
  color: #fff;
  margin-top: 2em;
  margin-bottom: 0.4em;
  border-top: 1px solid #999;
  padding-top: 1em;
  font-size: 1.2em;
}
.pr_cont h2 {
  margin-top: 1.5em;
}
.pr_cont .center {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 1.5em;
}
.terms_new,
.pr_cont {
  max-width: 40em;
  margin: 0 auto;
}
.pr_cont_new ol li {
  font-size: 0.7em;
  list-style: lower-roman;
  line-height: 1.7;
}
.pr_cont_new ol {
  padding-left: 2em;
}
.pr_cont_new ol ol {
  padding-left: 2.5em;
  padding-top: 1em;
}

.pr_cont_new ol li li {
  font-size: 1em;
}

.pr_cont_new ol li li li {
  font-size: 1em;
}
.pr_cont ol li {
  font-size: 0.7em;
  list-style: lower-alpha;
  line-height: 1.7;
}

.pr_cont ol ol {
  padding-left: 2.5em;
  padding-top: 1em;
}

.pr_cont ol li li {
  font-size: 1em;
}

.pr_cont ol li li li {
  font-size: 1em;
}

/* Owl Fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  min-height: 80vh;
}
#sw_ab1.fadeUp .textBlock:first-of-type .learnMore {
  opacity: 0;
  animation-name: fadeUp_sl1;
  animation-duration: 1.5s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 2s;
  animation-timing-function: ease-out;
}
#sw_ab1 .learnMore a {
  border-radius: 2em;
  color: #fff;
  border: 1px solid #fff;
  width: 40%;
  margin-top: 6.5%;
  height: 2.6em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.3em;
  background: url(https://cdn.fullyfaltoonft.com/media/right_white.png)
    no-repeat;
  background-position: 94% center;
  background-size: 10%;
  font-size: 0.7em;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #473f3f;
}
/* #sw_ab1 .learnMore a {
    border-radius: 2em;
    color: #fff;
    border: 1px solid #fff;
    width: auto;
    margin-top: 5%;
    height: 2.8em;
    display: inline-block;
    padding-left: 1.3em;
    font-size: 0.7em;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 2em;
    padding-right: 1.3em;
    pointer-events: none;
} */
#sw_ab1 .learnMore a:hover {
  background-color: #000;
}
#sw_ab1 .learnMore a sup {
  vertical-align: super;
}
.discord_icon {
  margin: 0 !important;
  padding: 0 0.3em !important;
}
.discord_icon img {
  max-width: 100%;
  width: auto;
}

nav #menu_2 li.discord_icon a {
  background: none;
  border: none;
}

.discord_icon img {
  max-width: 2.3em;
  width: auto;
}
.no_link {
  pointer-events: none;
  cursor: pointer;
}
nav #menu_2 li a.highlight_bt {
  background: #fff;
  color: #000;
}

/**** Popup Css Start **/
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #26262c;
  display: none;
}
#boxes .window {
  position: fixed;
  left: 0;
  top: 0;
  width: 440px;
  height: 850px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  height: auto;
  padding: 10px 10px 10px 10px;
  background-color: #000;
  font-size: 15pt;
  max-width: 35em;
  width: 100%;
}
div#san .close {
  width: 2em;
  height: 2em;
  position: absolute;
  right: 0em;
  background: no-repeat;
  z-index: 10;
}

.drop_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.ab_21 h4,
.ab_21 p {
  color: #fff;
}
a.qr_string.mb-show {
  display: none !important;
}
.ab_21 {
  max-width: 40em;
  padding: 0 1em 4em;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.video_vimo iframe {
  width: 100%;
}

.video_vimo {
  padding: 0 1em;
}
.video_vimo iframe {
  width: 100% !important;
  height: 470px;
}

.ab_21 h4 {
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.2;
}
#ab_2 .ab_21 h1 {
  padding-bottom: 0.2em;
  width: 100% !important;
  line-height: 1.2;
}

.ab_21 p {
  /*margin-bottom: 1em;*/
}
.hide_web {
  display: none;
}

.hide_mobile {
  display: block;
}
.bl_txt {
  box-sizing: border-box;
  min-width: 0;
  display: flex;
  position: relative;
  border-radius: 4px;
  margin: 0 0 0 15px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  line-height: 1.2;
  background-color: red;
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
}
.bl_txt:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: 4px;
  border-left: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid red;
}
span.rotate_txt {
  display: flex;
  align-items: center;
}
nav #menu_2 li.market_place {
  padding-right: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  font-size: 0.6em;
}
.blinker {
  -webkit-animation: blinker 1s linear infinite;
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/**** Popup Css End **/

@media only screen and (min-width: 481px) {
  .cardsWrapper.second_rw {
    position: relative;
    left: 25.5%;
  }

  .alert_info p {
    font-size: 0.8em;
  }
  .alert_box {
    max-width: 60em;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1291px) {
  nav #menu_2 {
    margin-right: 0 !important;
    width: 65% !important;
  }
  a.qr_string.mb-show {
    display: none !important;
  }
}

/*@media only screen and (min-width: 481px) and (max-width: 901px) {
.mainWrapper {
    width: 100%;
    min-width: 100% !important;
}
#firstStep {
    padding: 5em 2.43em 5.5em 2.43em;
}
#ab_4 .items .textBlock {
     padding: 10% 2.5% 10% 8.5%;
}
#ab_6 .textBlock {
    flex-basis: auto;
    padding: 12% 0% 10% 0%;
}
#ab_6 .imgBlock {
    flex-basis: auto;
    width: 100%;
    border-radius: 4%;
    overflow: hidden;
}
#ab_6 {
    flex-direction: column-reverse;
    width: 92%;
    margin: 19% 0% 4% 0%;
    padding: 2em;
}
#sw_ab33 .cards img, #sw_ab33 .cards video {
    height: 30em;
}
#sw_ab33 .cards {
    min-height: 32em;
}
#drops {
     padding: 3.5em 0em 4.5em 0em !important;
}
 #ab_8.contentBlock img {
    width: 180%;
    margin-left: -30%;
}
#ab_8 .textBlock {
    padding: 8.5em 2em 0 2em;
}
#sw_ab9 > img {
     width: 170%;
}
#ab_10.contentBlock {
    margin-top: 15%;
}
#ab_10 {
    display: flex;
    flex-direction: column-reverse;
}
#fmenu1 .submenu:first-of-type h1 {
    font-size: 1em;
 }
#ab_10 .textBlock {
    width: 100%  !important;
    padding: 8% 4.2% 8% 4.2%  !important;
}
#ab_10 .imgBlock {
    width: 100% !important;
    margin-left: 0%;
    border-bottom-left-radius: 0.5em;
    border-top-left-radius: 0.5em;
    overflow: hidden;
    justify-content: center !important;
}
}*/

@media only screen and (max-width: 768px) {
  .discord_icon span {
    display: none;
  }
  nav #menu_2 li.market_place {
    display: block;
  }
  img.footer-logo {
    height: auto !important;
    margin-bottom: 0em;
    width: 40%;
  }
  /* .new_banner {
    padding-top: 8em;
    padding-left: 1em;
    padding-bottom: 4em;
        min-height: 31em !important;
} */
  #ab_4 #ab_4_items1 {
    height: auto !important;
    /* display: none !important; */
  }
  .nbr_1 h1 br {
    display: none;
  }
  .nbr_1 h1 {
    font-size: 1.4em;
    text-shadow: unset;
  }
  .nbr_1 p {
    font-size: 0.8em;
  }
  .nbr_1 .btns a {
    font-size: 0.6em;
  }
  .new_banner video {
    /* width: 75%;
    right: -12%;
    bottom: -5%; */
    top: 0%;
    right: -1;
  }
  #sw_ab4 .owl-theme .owl-nav {
    top: 58%;
    display: none !important;
  }
  div#ab_4_items1 .slider {
    min-height: 31em !important;
    height: auto !important;
  }
  body .nbr_1 p.sub_t {
    max-width: 70%;
    font-size: 0.8em;
  }
  .nav-btn.next-slide {
    display: none;
  }
  .slideWrapper {
    background: transparent;
  }
  .sticky_icons {
    display: none;
  }
  .hide_web {
    display: block;
  }
  .hide_mobile {
    display: none;
  }
  div#ab_3 .cardsWrapper .cards {
    margin-bottom: 1em !important;
    border-radius: 15px;
  }
  .cards .imgWrapper img {
    border-radius: 15px;
  }
  .ab_21 h4 {
    font-size: 1em;
  }
  #ab_2 .textBlock p {
    font-size: 0.8em;
  }
  .video_vimo iframe {
    width: 100% !important;
    height: 225px;
    margin-top: 1em;
  }
  header.nav-down {
    position: fixed !important;
  }
  .discord_icon img {
    display: block;
  }
  .faq_wrapper {
    padding: 0em 1em 2em;
  }
  .faq_header {
    padding: 2rem 1rem;
  }
  .faq_header h2 {
    font-size: 2.5rem;
  }
  .toggle .toggle-title .title-name {
    padding: 0.4em 2em 0.4em 1em;
  }

  .sub_menu {
    top: 46px;
  }
  nav #menu_2 .sub_menu li:last-child a,
  nav #menu_2 .sub_menu li a {
    width: auto;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 0.6em 1.3em 0.6em 0.9em;
  }
  .sub_menu {
    width: 13em;
    top: 44px;
  }
  #menu_1 li:first-of-type {
    padding-right: 0.5em;
    padding: 0em 0.5em 0em 0.5em;
  }
  nav #menu_2 li.market_place .rotate_txt {
    /*display: block;
    font-size: 0.6em;
    position: absolute;
    width: 170px;
    top: 5px;
    right: 10px;
    text-align: right;
    margin-top: 0;*/
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);

    -moz-animation: my-animation 15s linear infinite;
    -webkit-animation: my-animation 15s linear infinite;
    animation: my-animation 15s linear infinite;
    white-space: nowrap;
    display: -webkit-inline-box;
  }
  nav #menu_2 li.market_place {
    overflow: hidden;
    width: 100px;
    display: block;
    position: absolute;
    top: 5px;
  }
  nav #menu_2 li.market_place {
    overflow: hidden;
    max-width: 172px;
    display: block;
    position: absolute;
    top: -2px;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 13px;
    padding: 2px 0 2px 0;
    width: 100%;
  }
  .bl_txt .blinker {
    animation: none;
    -webkit-animation: none;
  }
  .bl_txt:before {
    display: none;
  }
  .bl_txt {
    display: inline-block;
    padding: 3px 3px 3px 3px;
  }
  .bl_txt br {
    display: none;
  }

  @-moz-keyframes my-animation {
    from {
      -moz-transform: translateX(100%);
    }
    to {
      -moz-transform: translateX(-100%);
    }
  }

  /* for Chrome */
  @-webkit-keyframes my-animation {
    from {
      -webkit-transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
    }
  }

  @keyframes my-animation {
    from {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  #menu_1 li:last-of-type {
    display: block;
    text-align: left;
    margin: 0em 0em 0em 0em !important;
    padding: 0em 0em 0em 0.3em !important;
  }

  #menu_1 li.poweredBy a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  nav #menu_2 li {
    margin: 0.2em 0em 0.2em 0.1em;
    padding: 0.2em;
  }
  nav #menu_1 {
    margin-left: 0%;
    width: 100%;
    justify-content: flex-start;
  }

  header.nav-down {
    position: fixed;
  }
  nav #menu_2 {
    margin-right: 0;
    width: 100%;
    padding-top: 0px;
    padding-right: 0.5em;
  }
  .alert_info p {
    font-size: 0.7em;
    line-height: 1.4;
  }
  .alert_close span {
    top: 0.6em;
    right: 0.6em;
    width: 1em;
    height: 1em;
    font-size: 1.2em;
  }
  .alert_info {
    width: 88%;
    padding-left: 2%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  a.qr_string.mb-show {
    font-size: 0.7em;
    border: 1px solid #fff;
    padding: 0.5em 1.3em 0.5em 0.9em;
    border-radius: 50px;
    display: block !important;
    max-width: 15em;
    color: #fff;
    margin: auto;
    text-align: center;
  }
}
#sw_ab33 .cardsWrapper {
  grid-template-columns: repeat(3, 1fr);
}
#ab_9 .selectboxit-container .selectboxit-options a {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

/*Fully faltoo css*/
.main-slider {
  width: 100%;
}

.slider {
  width: 100%;
  height: 80vh;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  position: relative;
  background: #e8534d;
  background-image: url(https://cdn.fullyfaltoonft.com/media/ff/slider-bg.png);
  background-position: center;
  background-size: contain;
}

.second_page {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.paddingclass {
  padding-left: 1rem;
}

.scroll {
  width: 60px;
  margin: auto;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
  bottom: 20px;
  left: 0;
  right: 0;
}

.scroll::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 18px;
  width: 18px;
  height: 18px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.main-slider video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  max-width: 60%;
}

@keyframes down {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translateY(15px);
  }

  40% {
    transform: translate(0);
  }
}

@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translateY(15px);
  }

  40% {
    transform: translate(0);
  }
}
.follow_us {
  display: flex;
  align-items: center;
}
.follow_us img {
  margin: 0 1rem;
}
.banner_gif {
  width: 50% !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.d-block {
  display: block !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
header.nav-down {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  background: #cf4943;
}

/**/
#ab_6 .textBlock:last-of-type form {
  display: flex;
  flex-direction: column;
}

#ab_6 form {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1em;
  padding: 0;
  width: 80%;
  font-size: 85%;
  margin-left: 0;
}
#ab_6 form p {
  font-size: 1em;
  color: #000;
  margin-bottom: 0.7em;
  margin-left: 0em;
  font-weight: 500;
}
#ab_6 form input,
#ab_6 form textarea,
#ab_6 form select {
  border-radius: 0.5em;
  padding: 0.7em 0.7em 0.7em 0.7em;
  border: 1px solid #9aa2ab;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
#ab_6 form input,
#ab_6 form select {
  height: 3em;
  border-radius: 0.6em;
  padding-left: 1em;
}
#ab_6 form input {
  font-size: 1em;
}
#ab_6 form select {
}
#ab_6 form input[type="submit"] {
  position: relative;
  bottom: auto;
  height: 3em;
  border-radius: 2em;
  background-color: #e3534c;
  background-image: url(https://cdn.fullyfaltoonft.com/media/right_white.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-size: 4%;
  overflow: hidden;
  width: 100%;
  font-size: 0.8em;
  padding: 0;
  background-position: 96%;
  color: #fff;
  text-align: left;
  padding-left: 1em;
  border: 1px solid #e3534c;
  margin-top: 1em;
}
#ab_6 form input[type="submit"]:hover {
  background-image: url(https://cdn.fullyfaltoonft.com/media/right-arrow.png);
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  background-size: 4%;
}
#ab_6 .selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  height: 3em;
  z-index: 888;
}
#ab_6 .selectboxit-btn {
  background-color: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid #9aa2ab;
}
#ab_6 .selectboxit-arrow-container {
  top: 1.2em;
}
#ab_6 .selectboxit-container .selectboxit {
  width: 100% !important;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 0.6em;
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 0em;
  background-color: rgba(255, 255, 255, 0.9);
}
#ab_6 .selectboxit-text[data-val] {
  color: #000;
}
#ab_6 .selectboxit-text[data-val=""] {
  color: #999;
}
#ab_6 .selectboxit-text {
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  color: #999;
  padding-left: 1.3em;
  height: 3em;
  line-height: 3;
  font-weight: normal;
  width: 86%;
  padding-left: 0.7em !important;
  font-size: 1em;
}
#ab_6 .selectboxit-container .selectboxit-options {
  top: 3em !important;
  min-width: 100% !important;
  margin-left: 0%;
  border: none;
  font-size: 1em !important;
  padding: 1.3em 1em 0;
  border: 1px solid #f8f8f8;
  border-top: none;
  border-radius: 1.2em;
  box-shadow: 1px 2px 7px -1px #00000069;
}
#ab_6 .selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 0;
}
#ab_6 .selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  padding-left: 0;
}
#ab_6 .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #000;
  font-size: inherit;
  background-color: #fefffe;
}
.selectboxit-default-arrow {
  width: 0.8em;
  height: 0.8em;
  background: url(https://cdn.fullyfaltoonft.com/media/down.png);
  background-repeat: no-repeat;
  border: none !important;
  top: 0em !important;
  background-position: top center;
  background-size: contain;
}
#ab_6 form textarea {
  height: 6.5em;
  border-radius: 0.6em;
  font-size: 1em;
  color: #000;
  line-height: 1.3;
  padding-top: 1.3em;
  padding-left: 1em;
  resize: none;
  margin-top: 1em;
}
#ab_6 form textarea ::placeholder {
  color: #000 !important;
}
#ab_6 .formGroup {
  position: relative;
  margin: 0em;
}
#ab_6 .formGroup:nth-of-type(2) > img {
  position: absolute;
  height: 3em;
  width: auto;
  top: 0.3em;
  left: 0.3em;
  z-index: 9999;
}
#ab_6 .imgBlock {
}

#ab_6 ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1; /* Firefox */
}

#ab_6 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}

#ab_6 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999;
}
#ab_6 .selectboxit-container .selectboxit-options a {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#ab_6 .email_error {
  position: relative;
  left: 0;
}

#ab_6 form p {
  font-size: 1em;
  color: #000;
  margin-bottom: 0.7em;
  margin-left: 0em;
  font-weight: 500;
}
nav #menu_1 li:first-of-type a img {
  height: 32px;
  width: auto;
}

.counterWrapper .counter:first-of-type h2 {
  color: #fff;
}
.counterWrapper .counter:first-of-type {
  background-color: transparent;
  color: #fff;
  background-image: url(../media/ff/counter_bg_1.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.counterWrapper .counter:nth-of-type(2) {
  background-color: transparent;
  color: #fff;
  background-image: url(../media/ff/counter_bg_2.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.counterWrapper .counter:nth-of-type(3) {
  background-color: transparent;
  color: #fff;
  background-image: url(../media/ff/counter_bg_3.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.counterWrapper .counter:first-of-type h2#days {
  color: #fff;
}
.counterWrapper .counter:first-of-type p {
  color: #fff;
}

div#ab_3 .cardsWrapper {
  max-width: 70%;
}
div#ab_3 .cardsWrapper .cards {
  margin: auto 10px;
}
div.faltoo#sw_ab2 div#ab_2 {
  background: transparent;
  background-image: url(https://cdn.fullyfaltoonft.com/media/ff/culture.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
div.faltoo#sw_ab2 #ab_2 .ab_21 h4 {
  color: #fff;
  font-size: 2em;
  padding-top: 2.1em;
  padding-bottom: 0.6em;
  font-weight: 600;
}
div.faltoo#sw_ab2 #ab_2 .ab_21 h4 {
  padding-bottom: 0em;
  width: 100% !important;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
div.faltoo#sw_ab2 div#ab_2 .learnMore a.nav-label {
  width: 30%;
  margin: auto;
  border-color: #fff;
  color: #fff;
}
#ab_5 .textBlock h3 {
  color: #fff;
}
#ab_5 .textBlock p {
  color: #fff;
}
p.mb-4 {
  margin-bottom: 1em;
}
img.footer-logo {
  height: 75px;
}
.sticky_icons {
  position: absolute;
  left: auto;
  top: 0%;
  right: 7%;
  bottom: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky_icons {
  position: fixed;
  right: 1%;
  bottom: 0%;
  z-index: 999;
}
.sticky_icons-block {
  max-width: 100%;
  display: inline-block;
}
.sticky_icons .sticky_image {
  position: static;
  margin-bottom: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  width: 45px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: none;
}
header.nav-down {
  position: fixed;
  z-index: 100000;
}
.ab_222 {
  padding: 0 1em 6em;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.ab_222 a.float-btn {
  margin: auto;
  border-color: #fff;
  color: #fff;
  display: block;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 10px 30px;
  letter-spacing: 1px;
  line-height: 1.5;
}
div#nft_4 {
  background: #a8234c;
  color: #fff;
}
div#footer div#fmenu1 {
  padding-bottom: 0px !important;
}

/*Test*/
/* 2688x1242px at 458ppi */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  img.footer-logo {
    height: auto;
    margin-bottom: 1em;
    width: 40%;
  }
  #ab_5 .textBlock input[type="submit"],
  #ab_7 .textBlock input[type="submit"] {
    top: 11%;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  #ab_5 .textBlock input[type="submit"],
  #ab_7 .textBlock input[type="submit"] {
    top: 11%;
  }

  img.footer-logo {
    height: auto;
    margin-bottom: 1em;
    width: 40%;
  }
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  img.footer-logo {
    height: auto;
    margin-bottom: 1em;
    width: 40%;
  }
  #ab_5 .textBlock input[type="submit"],
  #ab_7 .textBlock input[type="submit"] {
    top: 11%;
  }
}

@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  img.footer-logo {
    height: auto;
    margin-bottom: 1em;
    width: 40%;
  }
  #ab_5 .textBlock input[type="submit"],
  #ab_7 .textBlock input[type="submit"] {
    top: 11%;
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  img.footer-logo {
    height: auto;
    margin-bottom: 1em;
    width: 40%;
  }
  #ab_5 .textBlock input[type="submit"],
  #ab_7 .textBlock input[type="submit"] {
    top: 11%;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  img.footer-logo {
    height: auto;
    margin-bottom: 1em;
    width: 40%;
  }
  #ab_5 .textBlock input[type="submit"],
  #ab_7 .textBlock input[type="submit"] {
    top: 11%;
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  img.footer-logo {
    height: auto;
    margin-bottom: 1em;
    width: 40%;
  }
  #ab_5 .textBlock input[type="submit"],
  #ab_7 .textBlock input[type="submit"] {
    top: 11%;
  }
}

#nft_44 .textBlock {
  background: #a8234c;
  padding: 4em 1em 1em;
}
#nft_44 h1 {
  width: 100% !important;
  line-height: 1.2;
  color: #fff;
  font-size: 2.7em;
  font-weight: 600;
}
.m-0 {
  margin: 0px !important;
}
.terms_header {
  background: #000;
  padding: 6rem 1rem 3rem;
}
.terms_header h2 {
  color: #fff;
  text-align: center;
  font-size: 2.5em;
}

/**/
#sw_ab6 {
  background: #fff;
}

.counterWrapper .counter:nth-of-type(3) #minutes {
  position: relative;
  left: -15px;
}
.event-btn {
  background-color: #004a7f;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 800ms infinite;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #5bfd2e;
    -webkit-box-shadow: 0 0 3px #5bfd2e;
  }
  50% {
    background-color: #e3534c;
    -webkit-box-shadow: 0 0 40px #e3534c;
  }
  100% {
    background-color: #5bfd2e;
    -webkit-box-shadow: 0 0 3px #5bfd2e;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #5bfd2e;
    -moz-box-shadow: 0 0 3px #5bfd2e;
  }
  50% {
    background-color: #e3534c;
    -moz-box-shadow: 0 0 40px #e3534c;
  }
  100% {
    background-color: #5bfd2e;
    -moz-box-shadow: 0 0 3px #5bfd2e;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #5bfd2e;
    box-shadow: 0 0 3px #5bfd2e;
  }
  50% {
    background-color: #e3534c;
    box-shadow: 0 0 40px #e3534c;
  }
  100% {
    background-color: #5bfd2e;
    box-shadow: 0 0 3px #5bfd2e;
  }
}

@keyframes glowing {
  0% {
    background-color: #5bfd2e;
    box-shadow: 0 0 3px #5bfd2e;
  }
  50% {
    background-color: #e3534c;
    box-shadow: 0 0 40px #e3534c;
  }
  100% {
    background-color: #5bfd2e;
    box-shadow: 0 0 3px #5bfd2e;
  }
}
#ab_4 #ab_4_items1 {
  display: flex;
  color: #fff;
  justify-content: start;
  align-items: center;
  height: 82vh;
  text-align: left;
  background-size: 100% 100%;
  background-position: center;
  background-color: #e3534b;
  position: relative;
}
#ab_4 #ab_4_items2 {
  background-image: linear-gradient(to right, #a8244b, #e3534b);
}
/*#ab_4_items1{

    background-image: url(../media/ff/banner-1.jpg);
}
#ab_4_items2{
  
    background-image: url(https://cdn.fullyfaltoonft.com/media/ff/hero-banner.gif);
    background-color: #CF4943;
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: center;
}*/
#sw_ab4 .owl-theme .owl-dots {
  display: none;
}
#sw_ab4 .owl-theme .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  height: 6%;
}
#sw_ab4 .owl-theme .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
}

#sw_ab4 .owl-theme .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
}
#sw_ab4 .owl-theme .owl-nav button img {
  background: #5bfd2e;
  padding: 5px 10px;
  border-radius: 100px;
}
.hideline {
  border-top: unset !important;
  padding-top: unset !important;
}
.term_condition {
  float: right;
  font-family: "futura_md_btmedium" !important;
}
.new_banner {
  /* position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: -1;  */
}
video {
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.nbr_1 {
  z-index: 1;
  top: 23rem;
  padding-left: 1rem;
}
.banner-btn {
  text-align: left;
  position: absolute;
  bottom: -4rem;
  left: 6rem;
  right: 0;
}
.link-one{
  margin-left: 3rem ;
}
.container{
  margin-left: 3rem ;

}
.banner-link .youtube-link {
  font-family: "futuraheavy" !important;
  background: #fbfd27;
  color: #0D0C0C;
  font-size: 1.5rem;
  padding: 0.7rem 0.2rem;
  margin-bottom: 1rem;
  font-weight: 400;
  max-width: 36rem;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.7rem;
}
a.banner_btn  {
  background: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 2rem;
  color: #b73560;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
}
a.banner_btn_2{
  background: #fff;
  padding: 0.8rem 1.8rem;
  border-radius: 2rem;
  color: #b73560;
  font-size: 0.8rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  
}
a.banner_btn_2 .play-img{
  height: 1.5rem;
  width: 1.5rem !important;
}
a.banner_btn_2 img {
  height: 1.1rem;
  width: 1.1rem !important;
  vertical-align: middle;
  margin-left: 0.2rem;
  display: inline-block !important;
}

@media only screen and (min-width: 768px) {
  .banner-btn {
    bottom: 3rem !important;
    left: 6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-btn {
    bottom: 1rem !important;
    left: 4rem;
  }
 
}

@media only screen and (min-width: 1440px) {
  .banner-btn {
    bottom: -3rem !important;
    left: 6rem;
  }
  a.banner-btn_2{
    bottom:8rem;
  }
}
@media only screen and (min-width: 1700px) {
  .banner-btn {
    bottom:-5rem !important;
    left: 5rem;
  }
   a.banner-btn_2{
    bottom:8rem;
  }
}
@media only screen and (min-width: 1900px) {
  .banner-btn {
    bottom:-6.5rem !important;
    left: 6rem;
  }
}
@media only screen and (min-width: 2200px) {
  .banner-btn {
    bottom:-10rem !important;
    left: 8rem;
  }
}

/* New Landing Page Add */

.banner-container {
  background: url(../media/Banner_one/first_banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
.first-banner {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6rem 0rem;
}
.left-content {
  flex-basis: 50%;
}
.left-content .heading h1 {
  color: #fbfd27;
  text-transform: uppercase;
  font-size: 3rem;
  font-family: "futuraheavy" !important;
  font-weight: bolder;
}
.left-content .heading h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.9rem;
  font-family: "futuraheavy" !important;
  font-weight: 800;
  margin-bottom: 2rem;
}
.right-content {
  flex-basis: 50%;
}
.right-img img {
  width: 100%;
}
.terms {
  position: absolute;
  right: 2rem;
  bottom: 4rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5rem;
}
.steps .step-one {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.8rem;
}
.step-one .img {
  max-width: 4rem;
  margin-right: 1rem;
}
.step-one .img img {
  width: 4rem;
}
.title a {
  font-size: 1.5rem;
  color: #fbfd27;
  font-weight: 600;
}
.way .title {
  font-size: 1.5rem;
  color: #fbfd27;
  font-weight: 600;
}
.way p {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
}
.way .sub {
  font-style: italic;
  font-size: 1rem;
  font-weight: 600;
}
.buynow {
  text-align: center;
  margin-top: 2rem;
}
.buy-link {
  background: none;
  border: none;
  outline: none;
  margin-bottom: 1rem;
  width: 100%;
}
.buy-link .youtube-link {
  background: #fbfd27;
  font-size: 1.5rem;
  border-radius: 4rem;
  font-weight: 400;
  padding: 0.7rem 0.6rem;
  max-width: 36rem;
  width: 100%;
  color: #0D0C0C;
  font-family: "futuraheavy" !important;
  text-transform: capitalize;
  line-height: 1.7rem;
  text-align: center;
}
.banner-link {
  text-align:center;
}

@media only screen and (min-width: 2500px) {
  .left-content .heading h1 {
    font-size: 120%;
  }
  .left-content .heading h3 {
    margin-bottom: 1.5rem;
    font-size: 90%;
  }
  .step-one .way .title {
    font-size: 90% !important;
  }
  .step-one .way p {
    font-size: 90% !important;
  }
  .step-one .way .sub {
    font-size: 60% !important;
  }
}
@media only screen and (max-width: 1920px) {
  .left-content .heading h1 {
    font-size: 160%;
  }
  .left-content .heading h3 {
    margin-bottom: 1.5rem;
    font-size: 130%;
  }
}
@media only screen and (min-width: 1600px) {
  .buy-link,.banner-link{
    text-align: left !important;
    margin-left: 3.9rem;
  }
}

@media only screen and (max-width: 1700px) {
  .left-content .heading h1 {
    font-size: 150%;
  }
  .left-content .heading h3 {
    margin-bottom: 1.5rem;
    font-size: 110%;
  }
  .way .title {
    font-size: 97% !important;
  }
  .way .title a {
    font-size: 97% !important;
  }
  .way p {
    font-size: 97% !important;
    line-height: 1.5;
  }

  .way .sub {
    font-size: 0.8rem !important;
  }
  .steps .step-one {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 1440px) {
  .first-banner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .left-content .heading h1 {
    font-size: 150%;
  }
  .left-content .heading h3 {
    margin-bottom: 1.5rem;
    font-size: 110%;
  }
  .way .title {
    font-size: 102% !important;
  }
  .way .title a {
    font-size: 102% !important;
  }
  .way p {
    font-size: 102% !important;
  }
  .way .sub {
    font-size: 0.8rem !important;
  }
  .steps .step-one {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 1360px) {
  .way {
    line-height: 1.4rem ;
  }
  .youtube-link{
    font-size: 1.3rem !important;
  }
  .buy-link .youtube-link{
    font-size: 1.3rem ;
  }
}
@media only screen and (max-width: 1024px) {
  
  .youtube-link{
    font-size: 1.3rem !important;
  }
  .buy-link .youtube-link{
    font-size: 1.3rem ;
  }
}
@media only screen and (max-width: 990px) {
  .steps .step-one {
    margin-bottom: 0.8rem;
  }
  .right-content {
    width: 90%;
  }
  .left-content {
    width: 90%;
  }
  .first-banner {
    width: 90%;
    margin: auto;
  }
  .left-content .heading h1 {
    font-size: 240% ;
  }
  .left-content .heading h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .step-one .way .title {
    font-size: 1.6rem;
  }
  .step-one .way p {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .terms {
    position: relative;
    font-size: 1.1rem;
    bottom: 2rem;
    right: -80%;
  }
  .steps .step-one {
    margin-bottom: auto !important;
  }

  .steps .step-one {
    margin-bottom: 0.8rem;
  }
  
  .youtube-link{
    font-size: 1.2rem ;

  }
 
}
@media only screen and (max-width: 768px) {
  .first-banner {
    flex-direction: column-reverse;
    padding: 2rem 0;
  }
  .first-banner {
    width: 90%;
    margin: auto;
  }
  .right-content {
    background: url(../media/Banner_one/mobile-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-bottom: 3rem;
  }
  .left-content .heading h1 {
    font-size: 1.6rem !important;
  }
  .left-content .heading h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .buynow {
    margin-top: 0.4rem;
  }
  .youtube-link{
    font-size: 1.1rem !important;
  }
  a.banner_btn_2 .play-img{
    height: 1.2rem !important;
    width: 1.2rem !important;
  }
  .way .title {
    font-size: 115% !important;
  }
  .way .title a {
    font-size: 115% !important;
  }
  .way p {
    font-size: 115% !important;
  }
}
@media only screen and (max-width: 550px) {
  .first-banner {
    flex-direction: column-reverse;
    padding: 2rem 0;
  }
  .steps .step-one {
    margin-bottom: 0.8rem;
  }
  .right-content {
    width: 90%;
  }
  .left-content {
    width: 90%;
  }
  .first-banner {
    width: 100%;
    margin: auto;
  }
  a.banner_btn_2 .play-img{
    height: 1rem !important;
    width: 1rem !important;
  display: inline-block !important;

  }
  .left-content .heading h1 {
    font-size: 1.4rem !important;
    line-height: 2.3rem !important;
    margin-bottom: 1.2rem;
  }
  .left-content .heading h3 {
    font-size: 1.2rem !important;
    margin-bottom: 1.5rem;
  }
  .step-one .way .title {
    font-size: 1rem !important;
  }
  .step-one .way p {
    font-size: 1rem !important;
  }
  .steps .step-one {
    margin-bottom: 1rem;
  }
  .step-one .way .sub {
    font-size: 0.7rem !important;
  }
  .step-one .img img {
    width: 3rem !important;
  }
  .steps .step-one {
    margin-bottom: 0.8rem;
  }
  
  .terms {
    bottom: 1rem !important;
    right: -69% !important;
  }
  .youtube-link {
    font-size: 1rem !important;
    padding: 0.4rem 0.4rem !important;
  
  }
}
@media only screen and (max-width: 450px) {
  /* .youtube-link{
    padding: 1rem 1rem !important;
     display: flex;
    align-items: center;
    justify-content: center;
  } */
  .way .title {
    font-size: 100% !important;
  }
  .way .title a {
    font-size: 100% !important;
  }
  .way p {
    font-size: 100% !important;
  }
}
@media only screen and (max-width: 380px) {
  .youtube-link {
    font-size: 0.8rem !important;
    
  }
  
}









