/*
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:53
    Author     : swapnil
*/
/* Common Style for Tablet Protrait Screens */
@media screen and (min-width: 481px) and (max-width: 768px) and (orientation: portrait) {
  .mainWrapper {
    font-size: 85% !important;
  }
  /*    nav ul li a, nav ul li button {
            padding: 0 0.4em;
        }*/
  #socialMedia ul {
    width: 98%;
  }
}

@media screen and (min-width: 481px) and (max-width: 1024px) and (orientation: portrait) {
  .mainWrapper {
    font-size: 90%;
  }
  .banner-btn {
    text-align: left;
    position: unset;
    background-image: linear-gradient(to right, #d85255, #9d2d52);
    padding: 1rem 2.5rem;
  }
  a.banner_btn {
    font-size: 0.8rem;
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .banner-btn {
      text-align: left;
      /* background-image:; */
      padding: 0.5rem 0.5rem;
      position: absolute;
      bottom: 0rem;
      left: 2rem;
      background-image: none;
    }
  }
  /*    nav ul li a, nav ul li button {
            padding: 0 0.4em;
        }*/
  #philosophy_3 .textBlock:last-of-type > * {
    font-size: 3.1em;
  }
  #sw_ab33 .cards {
    margin: auto;
  }
  #firstStep .learnMore a {
    width: 45%;
  }
  #sw_ab33 .cards img,
  #sw_ab33 .cards video {
    height: 25em;
  }
  #about_4 .textBlock {
    padding-top: 8.8%;
    position: absolute;
    width: 60%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1124px) and (orientation: portrait) {
  .mainWrapper {
    font-size: 113%;
  }
  
}

@media screen and (min-width: 1125px) and (max-width: 1224px) and (orientation: portrait) {
  .mainWrapper {
    font-size: 116%;
  }
}

@media screen and (min-width: 1225px) and (max-width: 1366px) and (orientation: portrait) {
  .mainWrapper {
    font-size: 130%;
  }
}
@media screen and (min-width: 481px) and (max-width: 1366px) and (orientation: portrait) {
  .mainWrapper {
    width: 100%;
    min-width: 770px;
    max-width: 1366px;
    height: auto;
  }
  nav #menu_2 {
    margin-right: 1%;
    width: 65%;
  }
  nav #menu_1 {
    margin-left: 1%;
  }
  .alert_info p {
    font-size: 0.7em;
  }
  nav #menu_2 li a {
    font-size: 0.5em;
  }
  nav #menu_2 li.market_place {
    font-size: 0.5em;
  }
  .slide {
    width: 100%;
    min-width: 481px;
    max-width: 1366px;
    /*        flex-direction: column;*/
  }
  nav {
    font-size: 140%;
    min-width: 770px;
  }

  /* ab_1 */
  #ab_1 > img {
    width: 152%;
    margin-left: -50%;
  }
  /* ab_2 */

  .counterWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 82%;
    margin-bottom: 8em;
  }

  /* ab_3 */

  .cards .imgWrapper {
    overflow: hidden;
  }
  #firstStep {
    text-align: center;
    /*        padding: 4.5em 6.43em 4.5em 6.43em;*/
  }
  #drops {
    background-color: #fcfcfc;
    padding: 3.5em 3.4em 4.5em 3.4em;
  }
  .cards p {
    font-size: 0.67em;
    width: 84%;
    margin: auto;
    padding-bottom: 1.8em;
  }

  /* ab_4 */

  /* ab_5 */
  .optionBlocksWrapper {
    display: grid;
    align-items: normal;
    grid-template-columns: repeat(2, 1fr);
    width: 96%;
    grid-column-gap: 4%;
    grid-row-gap: 4%;
  }
  .optionBlocks {
    flex-basis: 30.8%;
  }
  /* ab_6 */

  #ab_6 .imgBlock > img {
    width: 150%;
    margin-left: 5%;
    margin-top: -8%;
    margin-bottom: -11%;
  }

  /* ab_7 */
  #ab_7 .textBlock {
    padding: 6.5em 2.7em 5.8em 2.7em;
    text-align: center;
  }
  /* ab_8 */

  #ab_8 > img {
    width: 172%;
    margin-left: -32%;
  }
  #ab_8 .textBlock {
    position: absolute;
    display: flex;
    width: 62%;
  }
  /* ab_9 */

  #ab_9 .textBlock h1 {
    font-size: 2.1em;
  }
  ab_9 form input,
  #ab_9 form select {
    height: 3em;
    border-radius: 3em;
    padding-left: 1em;
  }
  #ab_9 .selectboxit-container {
    height: 3em;
  }
  #ab_9 .selectboxit-text {
    height: 3em;
    line-height: 3;
  }
  #ab_9 .selectboxit-arrow-container {
    top: 1.1em;
  }
  .selectboxit-default-arrow {
    width: 1em;
    height: 1em;
    background-size: 90%;
    background-position: center;
  }
  /* ab_10 */
  #ab_10 .textBlock {
    width: 60%;
    padding: 12% 9.2% 8% 9.2%;
  }
  #ab_10 .imgBlock {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #ab_10 .imgBlock img {
    width: 100%;
  }
  /* ab_11 */

  .thumbs {
    border-radius: 0.5em;
    width: 100%;
  }

  /* footer*/
  #fmenu2 .submenu:first-of-type {
    width: 70%;
  }
  #fmenu2 .submenu:last-of-type {
    width: 30%;
  }

  /* philosophy */
  #philosophy_1 .textBlock {
    position: absolute;
    top: 0;
    color: #fff;
    z-index: 99999;
    width: 100%;
    height: 100%;
    padding: 20.8% 13%;
    text-align: center;
  }
  #philosophy_1 .textBlock h1 {
    font-size: 3.8em;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 2%;
  }
  /* NFT */

  #nft_1 video {
    width: 204%;
    max-width: 204%;
    margin-left: -50%;
  }
  #nft_1 .textBlock {
    position: absolute;
    color: #000;
    z-index: 99999;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
    background: linear-gradient(0deg, #f3f1f1 1%, #f3f3f37a 1%, transparent);
    padding-bottom: 15.3%;
    padding-top: 12%;
    bottom: 0;
    margin: 0%;
    top: auto;
  }
  #nft_1 .imgBlock {
    margin-bottom: -1%;
  }

  #nft_2 .textBlock video {
    width: 166%;
    max-width: 204%;
  }
  #nft_2 .owl-theme .owl-dots .owl-dot span {
    width: 8em;
  }
}
