/*
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 : 09-Aug-2021, 12:51:35
    Author     : swapnil
*/
/* Common Style for mobile Screens */

@media only screen and (max-width: 480px) {
  .mainWrapper {
    font-size: 18.94px;
  }
  div#nft_4 {
    display: flex;
    flex-flow: column;
  }
  nav {
    height: auto;
  }
  ul#menu_2 {
    justify-content: end;
  }
  nav #menu_1 {
    align-items: center;
    justify-content: start;
  }
  nav #menu_2 {
    padding-top: 0px !important;
  }
  nav.nav-down {
    /* display: block; */
  }
  li.discord_icon {
    display: none !important;
  }
  nav #menu_1 li:first-of-type a img {
    height: 25px;
  }
  .fpp_cnt a {
    font-size: 0.6em;
  }
  .fpp_cnt h2 {
    font-size: 0.8em;
  }
  .counterWrapper .counter:nth-of-type(2) {
    background-position: unset !important;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .counterWrapper .counter:nth-of-type(1) {
    background-position: unset !important;
    background-size: contain;
    background-repeat: no-repeat;
  }
  p.email_error {
    font-size: 1.11em;
    font-weight: 500;
    line-height: 1.34;
    margin-bottom: 0.7em;
    margin-left: 0em;
    margin: 0px !important;
  }
  #nft_44 img {
    min-height: 40vh;
    object-fit: cover;
    width: 100%;
  }
  #nft_44 h1 {
    font-size: 2.2em;
    margin-bottom: 0.5em;
  }
  .terms_header h2 {
    font-size: 2rem;
  }
  .pr_cont_new ol ol {
    padding-left: 1em;
    padding-top: 1em;
  }
  .mainWrapper {
    width: 100%;
    min-width: 320px;
    max-width: 480px;
  }
  #sw_ab33 .cards img,
  #sw_ab33 .cards video {
    height: 22em;
  }
  #sw_ab33 .cards {
    min-height: 32em;
  }
  #sw_ab1 .learnMore a {
    width: 60%;
  }
  #sw_ab33 .cards {
    margin: auto;
  }
  .sticky_image {
    width: 30px !important;
  }
  .slider {
    height: 65vh;
  }
  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;
  }

  .ab_222 a.float-btn {
    padding: 15px 20px;
  }
  #drops {
    background-size: cover;
  }
  div.faltoo#sw_ab2 div#ab_2 {
    background-size: cover;
  }
  .side-widget .logo {
    display: block !important;
    color: #000;
    font-size: 2em;
  }

  .scroll {
    width: 40px;
    height: 40px;
  }

  .scroll::before {
    top: 12px;
    left: 13px;
    width: 10px;
    height: 10px;
  }

  .banner_gif {
    width: 100% !important;
  }
  #ab_4_items2 .mainpage_content {
    padding-top: 8rem;
  }
  #sw_ab4 {
    background: #e2534b;
    /* margin-bottom: 2.1rem; */
  }
  .nbr_1 h1 {
    text-shadow: unset !important;
  }
}

/* Iphone X */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
}

/* Iphone 8 */

@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
}

/* Iphone 8 plus */

@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  .mainWrapper {
    font-size: 130.5%;
  }
  #ab_7 .textBlock input[type="submit"] {
    right: 4%;
  }
}

/* Iphone max */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .mainWrapper {
    font-size: 131%;
  }
}

/* Samsung S20 */

@media only screen and (min-width: 360px) and (orientation: portrait) {
  .mainWrapper {
    font-size: 109%;
  }
}
@media only screen and (min-width: 360px) and (orientation: portrait),
  only screen and (-webkit-min-device-pixel-ratio: 4),
  only screen and (min--moz-device-pixel-ratio: 4),
  only screen and (-o-min-device-pixel-ratio: 4/1),
  only screen and (min-device-pixel-ratio: 4),
  only screen and (min-resolution: 563dpi),
  only screen and (min-resolution: 4dppx) {
  .mainWrapper {
    font-size: 109%;
  }
}

@media only screen and (min-width: 800px) and (orientation: landscape) {
  /* Your Styles... */
}

/* Common Style for Mobile Protrait Screens */

@media screen and (max-width: 480px) {
  .mainWrapper {
    width: 100%;
    min-width: 320px;
    max-width: 480px;
    height: auto;
  }
  nav #menu_2 li {
    margin: 0.5em 0em 0.2em 0.1em;
  }
  .slide {
    width: 100%;
    min-width: 320px;
    max-width: 480px;
    /*        flex-direction: column;*/
  }

  .mobileOnly {
    display: block;
  }

  /* Menu */

  #menu_1 li.poweredBy {
    background: none;
    padding-right: 0.3em;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-left: 0;
  }
  #menu_1 li:first-of-type {
    background: none;
    display: flex;
    align-items: center;
  }
  #menu_1 li:last-of-type {
    display: flex;
  }

  .poweredBy img {
    display: inline-block;
    width: 0.7em;
    margin-right: 5px;
  }
  #menu_1 li.poweredBy a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .poweredBy span {
    display: none;
  }
  .banner_btn a {
    padding: 0.1em 1em;
    text-align: center;
  }
  nav #menu_1 li:first-of-type a {
    font-weight: bolder;
    font-size: 0.81em;
  }

  nav #menu_2 li a {
    font-size: 0.68em;
    border: 1px solid #fff;
    padding: 0.6em 0.6em 0.6em 0.6em;
    border-radius: 0.3em;
  }
 
  /* ab_1 */
  #ab_1 > img {
    width: 287%;
    margin-left: -166%;
    /* filter: brightness(0.6);*/
  }
  #ab_1.contentBlock:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #00000073;
  }
  #mIntro {
    position: relative;
    z-index: 1;
  }
  #ab_1.contentBlock .textBlock {
    z-index: 1;
  }
  #ab_1 .textBlock {
    top: 6.5em;
    margin-left: 3.9%;
    width: 90%;
  }
  #ab_1 .textBlock h1 {
    font-size: 1.6em;
    line-height: 1.4;
  }
  .banner_btn {
    font-size: 0.9em;
  }
  #ab_1 .textBlock p {
    font-size: 1em;
    padding-bottom: 1.25em;
  }
  /*  #sw_ab1 .learnMore a {
    width: 60%;
    margin-top: 12.5%;
    font-size: 0.8rem;
  }*/

  #dIntro {
    display: none;
  }
  #mIntro {
    display: block;
    background: #fff;
  }
  #ab_1 .textBlock img {
    width: 68%;
    margin-top: 2.4em;
  }
  /* ab_2 */
  #ab_2 .textBlock h1 {
    color: #fff;
    font-size: 1.2em;
    padding-top: 2.5em;
    padding-bottom: 1.3em;
    font-weight: 600;
    width: 82%;
    line-height: 1.15;
  }
  #ab_2 .ab_21 h1 {
    font-size: 1.5em;
  }
  .counterWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 91%;
    margin-bottom: 4.3em;
  }
  .counter p {
    margin-top: 0.56em;
    text-align: left;
    margin-left: 0.56em;
    font-size: 0.6em;
  }
  .counter h2 {
    font-size: 4em;
    line-height: 0.92;
    font-weight: 600;
    padding-bottom: 0.07em;
  }

  /* ab_3 */
  #drops {
    background-color: #fcfcfc;
    padding: 14% 4% 4% 4%;
  }
  #ab_3 #drops h1 {
    text-align: center;
    font-size: 2.1em;
    font-weight: bolder;
    padding-bottom: 1.35em;
    color: #000;
    line-height: 1.15;
  }
  .cards h5 {
    padding-top: 1.2em;
    font-size: 0.95em;
    font-weight: bold;
    padding-bottom: 1em;
    min-height: auto;
  }
  .cards p {
    font-size: 0.71em;
    width: 75%;
    margin: auto;
    padding-bottom: 2em;
    line-height: 1.6;
    font-weight: 500;
    min-height: auto;
  }

  .cardsWrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .cards .imgWrapper {
    height: auto;
    width: auto;
    overflow: hidden;
  }
  .cards {
    color: #fff;
    text-align: center;
    overflow: hidden;
    width: 100%;
    border-radius: 0.5em;
    transform: none;
    margin-bottom: 1.3em;
  }
  #firstStep {
    /* display: none; */
  }
  #ab_3 div#firstStep {
    padding: 15px;
  }
  #ab_3 .textBlock h1 {
    font-size: 2em;
  }
  #ab_3 .textBlock p {
    font-size: 1.2em;
    line-height: 1.5;
  }
  .selectboxit-container * {
    font-size: 0.8em;
  }
  #ab_3 #firstStep .learnMore a {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
  }
  /* ab_4 */
  #ab_4.contentBlock {
    padding-bottom: 0%;
  }
  #ab_4 .items .textBlock {
    width: 100%;
    padding: 0%;
  }

  #ab_4 .textBlock h1 {
    font-size: 2.16em;
    line-height: 1.12;
    font-weight: 600;
    padding-bottom: 0.9em;
  }
  #ab_4 .textBlock p {
    font-size: 0.92em;
    font-weight: 500 !important;
    line-height: 1.3;
    padding-bottom: 1.3em;
    color: #fff;
  }
  #ab_4 .textBlock h2 {
    font-size: 0.92em;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 4%;
  }
  /*#ab_4 .items {
    display: flex;
    color: #000;
    padding: 5% 4%;
  }
  #ab_4 .items {
    background-size: cover;
  }
  #ab_4 .items:first-of-type {
    background-color: #fff;
  }
  #ab_4 .items:last-of-type {
    background-color: #cf4943;
  }*/
  #ab_4_items1 {
    background-position: center;
    background-size: cover !important;
  }
  #ab_4_items2 {
    background-position: center;
    background-size: cover;
  }
  #ab_4 .items .imgBlock {
    width: 100%;
    margin-bottom: 9.2%;
  }
  #ab_4 .imgBlock > img {
    width: 100%;
    margin-bottom: -9%;
  }
  #sw_ab4 .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 0.5em;
  }
  /* ab_5 */
  #ab_5 .textBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 19% 4% 11% 4%;
  }
  #ab_5 .textBlock h1 {
    font-size: 2.15em;
    font-weight: 500;
    padding-bottom: 1%;
  }
  #ab_5 .textBlock p {
    font-size: 1.1em;
    width: 100%;
    margin: auto;
    text-align: center;
    line-height: 1.3;
    font-weight: 500;
  }
  #ab_5 .textBlock input[type="email"],
  #ab_7 .textBlock input[type="email"] {
    border-radius: 2em;
    background-color: transparent;
    border: no2px solid #fff;
    width: 18em;
    padding: 0.7em 4em 0.7em 0.8em;
    font-size: 1em;
    line-height: 1;
  }
  #ab_5 .textBlock input[type="submit"],
  #ab_7 .textBlock input[type="submit"] {
    position: absolute;
    border: none;
    right: 1%;
    top: 10%;
    cursor: pointer;
    background: url(../media/ff/ab_5_submit.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 81%;
    width: 13%;
    text-indent: -9000px;
    outline: none;
  }
  #ab_6 form {
    width: 100%;
  }
  #ab_5 .formGroup,
  #ab_7 .formGroup {
    margin: 2.8em 0em 4.3em 0em;
    position: relative;
  }
  .optionBlocksWrapper {
    display: flex;
    align-items: normal;
    width: 92%;
    flex-direction: column;
    margin-bottom: 4%;
  }
  .optionBlocks {
    flex-basis: auto;
    margin-bottom: 8%;
  }
  .optionBlocks h3 {
    font-size: 1.15em;
    padding-bottom: 0.3em;
  }
  .optionBlocks p {
    font-size: 0.82em !important;
    width: 91% !important;
    padding-bottom: 9%;
  }
  .optionBlocks img {
    width: 49%;
    margin-bottom: 13.5%;
  }
  /* ab_6 */

  #ab_6 .vidBlock video {
    width: 100%;
    margin-bottom: 0%;
    border-radius: 1.3em;
  }
  #ab_6 {
    flex-direction: column;
    width: 100%;
    margin: 0% 0% 4% 0%;
  }
  #ab_6 .textBlock {
    flex-basis: auto;
    padding: 2% 4% 10% 4%;
  }
  #ab_6 .textBlock h1 {
    font-size: 2.15em;
    font-weight: 600;
  }
  #ab_6 .textBlock p {
    font-size: 0.92em;
    font-weight: 500;
    line-height: 1.25;
    padding-bottom: 1em;
  }
  #ab_6 .textBlock p:last-of-type {
    /*        display: none;*/
  }
  #ab_6 .imgBlock > img {
    width: 114%;
    margin-left: 0%;
    margin-top: auto;
    margin-bottom: auto;
  }
  #ab_6 .imgBlock {
    flex-basis: auto;
    width: 100%;
    border-radius: 0%;
    overflow: hidden;
    margin: 0em 0em 3em;
  }

  /* ab_7 */
  #ab_7 {
    background-position-x: 98%;
  }
  #ab_7 .textBlock {
    padding: 47% 3% 25% 3%;
    text-align: center;
  }
  #ab_7 .textBlock h1 {
    font-size: 2.21em;
    font-weight: 500;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    width: 90%;
    margin: auto;
  }
  #ab_7 .textBlock h1 span {
    padding-top: 13%;
    display: inline-block;
  }
  #ab_7 .formGroup {
    margin: 19.5% auto;
    position: relative;
    width: auto;
  }

  /* ab_8 */
  #sw_ab8 {
    width: 92%;
    margin: 5% 4% 4% 4%;
  }
  #ab_8 > div:first-of-type {
    border-radius: 1.3em;
    overflow: hidden;
  }
  #ab_8 > div:first-of-type img {
    width: 305%;
    margin-left: -70%;
  }
  #ab_8.contentBlock {
    display: flex;
    flex-direction: column;
  }
  #ab_8 .textBlock {
    position: initial;
    display: flex;
    width: 100%;
    color: #000;
    padding: 12% 0% 11% 0%;
  }
  #ab_8 .textBlock h1 {
    font-size: 2.152em;
    font-weight: 600;
    line-height: 1.1;
    padding-bottom: 0.7em;
  }
  #ab_8 .textBlock p {
    font-size: 0.94em;
    line-height: 1.2;
    padding-top: 0.4em;
    padding-left: 0.15em;
    padding-right: 0.5em;
    padding-bottom: 1.8em;
    padding-bottom: 1.4em;
  }
  #ab_8 .textBlock p:last-of-type {
    padding-bottom: 0.6em;
  }

  /* ab_9 */

  ab_9 form input,
  #ab_9 form select {
    height: 3.2em;
    border-radius: 3em;
    padding-left: 1.3em;
  }
  #ab_9 .selectboxit-container {
    height: 3.2em;
  }
  #ab_9 .selectboxit-text {
    height: 3.2em;
    line-height: 3.2;
  }
  #ab_9 .selectboxit-arrow-container {
    top: 1.1em;
  }
  .selectboxit-default-arrow {
    width: 1em;
    height: 1em;
    background-size: 90%;
    background-position: center;
  }
  #sw_ab9 > img {
    width: 468%;
    margin-left: -184%;
    margin-bottom: -32%;
  }
  #ab_9 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  #ab_9 .textBlock {
    width: 100%;
    color: #fff;
    padding: 29% 0% 3% 0%;
    text-align: center;
    font-size: 90%;
    padding-left: 0%;
  }
  #ab_9 .textBlock:first-of-type {
    padding-left: 0%;
  }
  #ab_9 .textBlock h1 {
    font-size: 1.7em;
    line-height: 1.1;
    padding-bottom: 15%;
  }
  #ab_9 .textBlock p {
    font-size: 0.93em;
    line-height: 1.2;
    width: 88%;
    margin: auto;
    font-weight: 500;
  }
  #ab_9 form {
    font-size: 100%;
  }
  #ab_9 form {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 1em;
    padding: 8% 3%;
    width: 96%;
    margin-left: 0%;
  }
  #ab_9 form p {
    font-size: 1em;
    color: #000;
    margin-bottom: 0.7em;
    margin-left: 0em;
    font-weight: 500;
    text-align: left;
    width: 100% !important;
    margin-bottom: 0.7em !important;
  }
  #ab_9 .textBlock:last-of-type {
    padding: 17% 4% 7% 4%;
  }
  #ab_9 form input,
  #ab_9 form select {
    height: 2.7em;
  }
  #ab_9 .selectboxit-text {
    height: 2.7em;
    line-height: 3;
    text-align: left;
  }
  #ab_9 .selectboxit-container {
    height: 2.7em;
  }
  #ab_9 .formGroup:nth-of-type(2) > img {
    position: absolute;
    height: 2.3em;
  }
  #ab_9 .formGroup {
    position: relative;
    margin: 0.3em;
  }
  #ab_9 form textarea {
    height: 13.7em;
  }
  /* ab_10 */
  #ab_10.contentBlock {
    margin-top: 15%;
  }
  #ab_10 .imgBlock {
    width: auto;
    align-items: flex-end;
    justify-content: flex-end;
    display: flex;
  }
  #ab_10 {
    display: flex;
    flex-direction: column-reverse;
  }
  #ab_10 .textBlock {
    width: 100%;
    padding: 8% 4.2% 8% 4.2%;
  }
  #ab_10 .imgBlock {
    width: 100%;
    margin-left: 0%;
    border-bottom-left-radius: 0.5em;
    border-top-left-radius: 0.5em;
    overflow: hidden;
    justify-content: center;
  }
  #ab_10 .imgBlock img {
    width: 112%;
  }
  #ab_10 .textBlock h1 {
    font-size: 2.15em;
    font-weight: 600;
    line-height: 1.1;
    padding-bottom: 12%;
  }
  #ab_10 .textBlock p {
    font-size: 0.93em;
    line-height: 1.19;
    padding-bottom: 7.5%;
    font-weight: 500;
  }
  #ab_10 .textBlock p:last-of-type {
    padding-bottom: 3%;
  }
  #ab_10 .imgBlock img {
    width: 95%;
    padding: 0;
  }
  #ab_10 .learnMore a {
    border-radius: 2em;
    color: #000;
    border: 1px solid #000;
    width: 81%;
  }
  /* ab_11 */
  .carousal {
    width: 100%;
    padding-top: 8.8%;
    padding-bottom: 12%;
  }
  .strips {
    width: max-content;
    display: flex;
  }
  .details {
    color: #fff;
    position: absolute;
    bottom: 0.1em;
  }
  .thumbs {
    border-radius: 0.5em;
    width: 100%;
  }
  .name {
    width: 75%;
    font-size: 0.3em;
    padding: 1% 2% 1% 2%;
    font-weight: 600;
  }
  .price {
    font-size: 0.3em;
    padding: 1% 2% 1% 2%;
    width: 25%;
    text-align: right;
    font-weight: 600;
  }

  /* footer*/
  footer {
    background-image: none;
  }
  #fmenu1 {
    flex-direction: column;
    padding-bottom: 8%;
  }
  #fmenu2 {
    flex-direction: column-reverse;
    padding-top: 8%;
  }
  .submenu {
    width: 100% !important;
  }
  #fmenu1 .submenu {
    display: flex;
    padding: 2% 4.5% 0% 4.5%;
  }
  #fmenu1 .submenu:first-of-type {
    padding-top: 5%;
  }
  #fmenu1 .submenu:first-of-type h1 {
    font-size: 1.25em;
    font-weight: 700;
  }
  #fmenu1 .submenu:first-of-type p {
    font-size: 0.51em;
  }
  #fmenu1 ul {
    width: 100%;
  }
  #socialMedia {
    padding-top: 5%;
  }
  #socialMedia ul {
    width: 90%;
  }
  #fmenu2 .submenu:last-of-type a {
    justify-content: center;
  }
  #fmenu1 .submenu:nth-of-type(2) ul li a {
    font-size: 0.78em;
    padding: 2% 0% 3% 0%;
    width: 100%;
    background: url(../media/right_white.png) no-repeat;
    background-position: center right;
    background-size: 4%;
  }
  #fmenu1 .submenu:last-of-type form label {
    display: none;
  }
  #fmenu1 .submenu:last-of-type .formGroup {
    position: relative;
    margin-top: 6%;
  }
  #fmenu1 .submenu:last-of-type form input[type="submit"] {
    position: absolute;
    right: 1%;
    top: 6%;
    width: 10%;
    height: 86%;
  }
  #fmenu2 .submenu:first-of-type {
    width: 100%;
    flex-direction: column;
    padding-top: 6%;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.5em;
    margin-bottom: 2%;
  }
  #fmenu2 .submenu:first-of-type > div {
    margin-right: initial;
  }
  #fmenu2 .submenu:last-of-type {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  #fmenu2 .submenu:last-of-type p {
    font-size: 0.75em;
    /*        background: url(../media/powered_by.png)no-repeat;*/
    padding-left: 0em;
    background-position: left center;
  }
  #fmenu2 .submenu:last-of-type img {
    width: 35%;
    margin-left: 0;
  }

  /* About Us */
  .banner-btn {
    text-align: left;
    position: unset;
    background-image: linear-gradient(to right, #d85760, #b6345f);
    padding: 1rem 0.5rem;
  }
  a.banner_btn_2,
  a.banner_btn {
    font-size: 0.9rem;
  }
  a.banner_btn_2 img{
    height:0.6rem;
    width:0.6rem !important;
    align-items: center;
    justify-content: center;
  }
  #sw_about1 {
    max-height: auto;
    height: auto;
  }
  #sw_about1 {
    background-color: #d35460;
  }
  .ab_222 {
    padding: 0 1em 2em;
  }
  #about_1 .imgBlock video {
    width: 300%;
    max-width: 380%;
    margin-left: -74%;
  }
  #about_1 .textBlock {
    padding: 10% 4% 10% 4%;
  }
  #about_1 .textBlock h1 {
    font-size: 1.9em;
    font-weight: 500;
    line-height: 1.2;
    padding: 4% 4% 9% 4%;
    text-align: left;
    text-align: center;
  }
  #about_1 .imgBlock #about_1 .textBlock p {
    width: 96.5%;
    margin: auto;
    text-align: center;
    font-size: 1.18em;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 4%;
  }

  #about_2 .vidBlock video {
    max-width: 400%;
    width: 306%;
    margin-left: -103%;
  }

  #about_2 .textBlock p {
    text-align: center;
    width: 93%;
    font-size: 1.32em;
    line-height: 1.3;
    padding-top: 0%;
    font-weight: 500;
  }

  #about_3 .textBlock {
    padding: 69% 0% 48% 0%;
  }
  #about_3 .textBlock p:first-of-type {
    text-align: center;
    padding-left: 0;
    padding-top: 10%;
    font-size: 1.05em;
    width: 94%;
    margin: auto;
    line-height: 1.3;
    padding-bottom: 5%;
  }
  #about_3 .textBlock p:last-of-type {
    text-align: center;
    padding-right: 0;
    padding-bottom: 10%;
    font-size: 0.95em;
    width: 94%;
    align-self: center;
    font-size: 1.05em;
    margin: auto;
    line-height: 1.3;
  }

  #about_3 .textBlock img {
    width: 100%;
    padding: 4% 5% 4% 5%;
  }
  #about_4 .textBlock {
    position: absolute;
    width: 92%;
    height: 100%;
    color: #fff;
    top: 0;
    margin: 0%;
    padding-top: 35.8%;
    padding-left: 4%;
  }
  #about_4 .imgBlock img {
    margin: 0%;
    width: 396%;
    box-sizing: border-box;
    margin-left: -78%;
    margin-bottom: -45%;
  }
  #about_4 .textBlock p {
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.2;
    width: 100%;
    padding-bottom: 6%;
  }
  #about_4 .learnMore {
    border: 1px solid white;
    display: block;
    width: 83%;
    line-height: 2;
    border-radius: 2em;
    padding: 2% 5%;
    font-size: 67%;
    margin-top: 10%;
    background-image: url(../media/right_white.png);
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 6%;
  }

  /* Philosophy */

  #philosophy_1 .imgBg {
    width: 300%;
  }
  #philosophy_1 .textBlock {
    padding: 33.8% 4%;
  }
  #philosophy_1 .textBlock h1 {
    font-size: 3.8em;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 6%;
  }

  #philosophy_1 .textBlock p {
    margin: auto;
    font-size: 1.8em;
    font-weight: 500;
    text-align: center;
  }

  #philosophy_2 .textBlock {
    padding: 22.5% 0% 22.5% 0%;
    text-align: center;
  }

  #philosophy_2 .textBlock h3 {
    font-size: 2.15em;
    width: 96%;
    margin: auto;
    line-height: 1.13;
    font-weight: 500;
  }

  #philosophy_3 .textBlock:first-of-type {
    /*        padding: 22.5% 0% 22.5% 0%;*/
    text-align: center;
  }

  #philosophy_3 .textBlock:first-of-type h4 {
    font-size: 2.15em;
    width: 96%;
    margin: auto;
    line-height: 1.05;
    font-weight: 500;
  }
  #philosophy_3 .textBlock:nth-of-type(2) h3 {
    color: white;
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 1.5em;
    /* display: flex; */
    align-items: center;
    text-align: center;
    padding: 55.4% 10% 0% 9%;
    line-height: 1.3;
  }
  #philosophy_3 .textBlock:nth-of-type(2) h3 br {
    display: none;
  }
  #philosophy_3 .textBlock:nth-of-type(2) .imgBlock {
    background-color: rgba(0, 0, 0, 1);
  }

  #philosophy_3 .textBlock:nth-of-type(2) .imgBlock img {
    width: 175%;
    margin-left: -39%;
  }

  #philosophy_3 .textBlock:last-of-type li {
    font-size: inherit;
    font-weight: 500;
    color: #fff;
    width: 100%;
  }
  .owlWrap {
    width: 82%;
    margin: auto;
    overflow: hidden;
  }
  #philosophy_3 .textBlock:last-of-type > p {
    color: #fff;
    text-align: right;
    width: 79%;
  }
  #philosophy_3 .textBlock:last-of-type > * {
    width: 50%;
    font-size: 1.65em;
    line-height: 1.3;
  }
  #philosophy_3 .textBlock:last-of-type li span {
    margin-right: 3em;
  }
  #philosophy_3 .textBlock:last-of-type > p {
    color: #fff;
    text-align: right;
    width: 81%;
  }

  /* NFT */

  #nft_1 video {
    width: 304%;
    max-width: 404%;
    margin-left: -100%;
    /*        filter: brightness(0.5);*/
  }
  #nft_1 .textBlock {
    position: absolute;
    top: 0;
    color: #000;
    z-index: 99999;
    width: 100%;
    height: 100%;
    padding: 60.3% 10% 0% 10%;
    text-align: center;
    /*        background-color: rgba(0,0,0,0.5);*/
  }
  #nft_1 .textBlock p {
    width: 94%;
    margin: auto;
    text-align: center;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.25;
    padding-bottom: 4%;
  }
  #nft_1 .textBlock h1 {
    font-size: 2.2em;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 3.6%;
    padding-top: 1%;
    text-align: center;
  }

  #nft_2 .textBlock video {
    width: 300%;
    max-width: 304%;
  }
  #nft_2 .itemsWrapper {
    margin: auto;
    padding: 18% 0% 7% 0%;
    position: absolute;
    height: 100%;
    top: 0;
  }
  .nft_slider {
    width: 100%;
  }
  #nft_2 .textBlock .items {
    padding: 0;
    max-width: 100%;
  }
  #nft_2 .textBlock .items p {
    color: #fff;
    font-size: 1.25em;
    line-height: 1.2;
    font-weight: 500;
    padding-bottom: 4%;
    text-align: center;
    width: 88%;
    margin: auto;
  }
  #nft_2 .owl-theme .owl-dots .owl-dot span {
    width: 4em;
    margin: auto 0.5em;
  }
  #nft_2 .owl-theme .owl-dots .owl-dot.active span {
    margin: auto 0.5em;
  }

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

  #nft_3 .textBlock {
    width: 100%;
    padding: 5% 5% 14% 5%;
  }
  #nft_3 .textBlock p {
  }
  #nft_3 .imgBlock {
    width: 100%;
  }
  #nft_3 .imgBlock img {
    width: 92%;
    padding: 15% 1%;
    margin: 4%;
  }

  #nft_4 {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }

  #nft_4 .textBlock {
    width: 100%;
    padding: 3% 5% 20% 5%;
  }
  .Help-center-main
    .container-fluid
    .Help-center-inr
    .tab-otr
    .tabs
    .tab-link
    .tab-p {
    width: 10em;
    min-height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
  }
  .accordion button .accordion-title {
    line-height: 1.4;
  }
  .accordion button {
    font-size: 1rem !important;
  }
  #nft_4 h1 {
    font-size: 2em;
  }
  #nft_4 .textBlock p {
  }
  #nft_4 .imgBlock {
    width: 100%;
  }
  #nft_4 .imgBlock img {
    width: 92%;
    padding: 15% 1%;
    margin: 4%;
  }
}

@media only screen and (max-width: 426px) {
  nav #menu_2 li {
    margin: 0em 0em 0.2em 0.1em;
    padding: 0.2em;
  }
  nav #menu_2 li a{
    font-size: 0.5em;
    padding: 0.6em 0.6em 0.6em 0.6em;
  }
  .poweredBy img {
    width: 1em !important;
  }

  nav #menu_1 li a {
    font-size: 0.6em;
  }
  nav #menu_2 li {
    display: flex;
    align-items: center;
  }
  #menu_1 li:first-of-type {
    padding-right: 0em;
  }
  nav #menu_2 li.market_place {
    top: 10px;
  }
  nav #menu_2 {
    padding-top: 0.5em;
  }
}
@media only screen and (max-width: 370px) {
  nav #menu_1 li a {
    font-size: 0.5em;
  }

  nav #menu_1 li a {
    font-size: 0.6em;
  }
  nav #menu_1 li:first-of-type a {
    font-size: 0.7em;
  }
  #menu_1 li:last-of-type {
    margin: 0.1em 0em 0em 0em !important;
    padding: 0em 0.5em 0em 0em !important;
  }
}
@media only screen and (max-width: 350px) {
}
/* Custom Device fixes */

/*  iPhone 8 */
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  #ab_7 .textBlock input[type="submit"] {
    right: 1em;
  }
  #ab_5 .textBlock input[type="submit"],
  #ab_7 .textBlock input[type="submit"] {
    top: 11%;
  }
}

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

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

/*  iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  #ab_7 .textBlock input[type="submit"] {
    right: 2em;
  }
  #ab_5 .textBlock input[type="submit"],
  #ab_7 .textBlock input[type="submit"] {
    top: 11%;
  }
}
/*  iPhone 12 pro Max */
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  #ab_7 .textBlock input[type="submit"] {
    right: 2em;
  }
  #ab_5 .textBlock input[type="submit"],
  #ab_7 .textBlock input[type="submit"] {
    top: 11%;
  }
}

/*  iPhone 12 and 12 pro */
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  #ab_7 .textBlock input[type="submit"] {
    right: 2em;
  }
  #ab_5 .textBlock input[type="submit"],
  #ab_7 .textBlock input[type="submit"] {
    top: 11%;
  }
  #ab_5 .textBlock input[type="submit"],
  #ab_7 .textBlock input[type="submit"] {
    top: 11%;
  }
}

/*  One plus 8t */
@media only screen and (device-width: 412px) and (device-height: 914px) {
  #ab_7 .textBlock input[type="submit"] {
    right: 2em;
  }
  #ab_5 .textBlock input[type="submit"],
  #ab_7 .textBlock input[type="submit"] {
    top: 11%;
  }
}

@media only screen and (min-width: 581px) and (max-width: 812px) and (orientation: landscape) {
  #mainWrapper,
  #slideWrapper,
  .slide {
    display: none !important;
  }
  body div,
  section,
  h1,
  h2,
  p,
  a {
    display: none !important;
  }
  body {
    background-image: url("https://d3srufrmuwwn4m.cloudfront.net/media/bg/mobile_landscape.jpg");
    min-height: 100vh;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
  }
}
