/* @font-face kit by Fonts2u (https://fonts2u.com) */ 
/* @font-face {font-family:"Bomber Escort Expanded Italic";font-weight:100;font-style:normal;} */
@import 'https://fonts.googleapis.com/css2?family=Oxanium:wght@400;500;600;700&amp;display=swap';


body {
    text-align: center;
    font-family:"DejaVu Sans Mono Oblique";
}

body p {
    /* max-width: 400px; */
    margin: 20px auto;
}



/* home section */
.home-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 90vh;
    width: 100%;
    /* background-image: url(../img/backgrounds/main_banner.jpg) !important; */
}

.home-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url(../img/backgrounds/main_banner.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    /* -webkit-filter: blur(3px); */
    /* Google Chrome, Safari 6+ & Opera 15+ */
    /* filter: brightness(20%); */
    z-index: -1;
    /* border-bottom: 4px solid transparent; */
    /* border-image: radial-gradient(circle,rgba(201, 56, 56, 0.15),rgba(65, 59, 59, 0.85));
    border-image-slice: 2; */
   
}

.home-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-bottom: 4px solid #510b00;
    /* border-bottom: 4px solid #4d0303; */
    
    /* border-image: radial-gradient(circle,rgba(201, 56, 56, 0.15),rgba(65, 59, 59, 0.85));
    border-image-slice: 2; */

}

.home-section .container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center
}

.home-content {
    width: 100%;
    text-align: center;
    /* padding-top: 100px */
}

.home-content h4 {
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 20px
}

.home-content h1 {
    font-weight: bold;
    font-size: 65px;
    line-height: 65px;
    letter-spacing: -1.5px;
    /* margin-bottom: 300px; */
    margin-top: 100px;
}

.home-content img {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 100%;
}

/******** end home section *******/



/******** About Us *******/
.about-us-section {
    position: relative;
}

.about-us-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /* background-color:#280000; */
    background-image: url(../img/backgrounds/background-2.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: rgb(97, 3, 3);
    filter: brightness(15%);
    /* IE6-9 */
    /* -webkit-filter: blur(5px); */
    /* Google Chrome, Safari 6+ & Opera 15+ */
    z-index: -1;
}

.main h4{
    margin-top: 15px;
}
.play-btn {
    background: #2e0202;
    background-image: linear-gradient(to right bottom, #c38a00, #b78816, #dfa306, #c79615, #efb31f, #efb932, #ffd05d, #efcb73, #ffd86d, #ffe7a6, #fffbb9, #fffcd2);
    /* background-image: linear-gradient(to right bottom, #800000, #880000, #900000, #980000, #a00000, #f90000, #ff1e1e, #ff4242, #f59292, #ff8989, #f49494, #ef9898); */
    /* background-image: linear-gradient(to right bottom, #d43939, #d32c2c, #ca2c2c, #ee3d3d, #da5252, #d83c3c, #c74545, #ce4141, #df5c5c, #e94242, #ee3939, #e92929); */
    width: 70px;
    height: 70px;
    top: 50%;
    transform: translateY(0%);
    line-height: 90px;
    text-align: center;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 33.25px 1.75px rgb(0 27 103 / 35%);
    box-shadow: 0 10px 33.25px 1.75px rgb(0 27 103 / 35%);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    
}

.play-btn svg {
    /* fill: #c2b7b7; */
    fill: #201f1f;
    width: 30px;
    margin-left: 5px;
    margin-bottom: 20px;
}

/* .play-btn .ripple,
.play-btn .ripple:before,
.play-btn .ripple:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    -webkit-animation: rippleanim 3s infinite;
    -moz-animation: rippleanim 3s infinite;
    -ms-animation: rippleanim 3s infinite;
    -o-animation: rippleanim 3s infinite;
    animation: rippleanim 3s infinite
} */

/* .play-btn .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0
}

.play-btn .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0
} */

@-webkit-keyframes rippleanim {
    70% {
        box-shadow: 0 0 0 70px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes rippleanim {
    70% {
        box-shadow: 0 0 0 70px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}


/* .about-content .section-heading h2 {
    margin-bottom: 15px;
} */

/* .about-content .section-heading h3 {
    margin-bottom: 15px;
    font-size: 20px;
} */

.about-content .section-heading .default-btn {
    margin-top: 25px
}

.about-img-holder {
    position: relative
}

.about-img-holder img:not(.character-3) {
    position: absolute;
    left: 0;
    bottom: 0
}

.about-img-holder img.character-2 {
    left: auto;
    right: 0
}


/* *featured PRODUCTS ntf*/ 
  
  .nft{
    user-select:none;
    max-width: 500px;
    margin: 5rem auto;
    border: 1px solid #ffffff22;
    background-color: #282c34;
    background: linear-gradient(0deg, rgb(247, 188, 28) 0%, #5F0000 100%);
    /* background: linear-gradient(0deg, rgb(247, 188, 28) 0%, #280500 100%); */
    /* background: linear-gradient(0deg, #0F2167 0%, #7D0A0A 100%); */
    /* background: linear-gradient(0deg, #8b51e0 0%, rgba(58, 2, 104, 0.5) 100%); */
    box-shadow: 0 7px 20px 5px #00000088;
    border-radius: .7rem;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    overflow: hidden;
    transition: .5s all;
    /* padding-bottom: 50px; */
    .main{
      /* display: flex;
      flex-direction: column; */
      width: 100%;
      padding: 1.5rem;
      .tokenImage{
        border-radius: .5rem;
        max-width: 100%;
        height: 250px;
        object-fit: cover;
        margin-bottom: -10%;
      }
      /* .description{
        text-align: justify;
      } */
      .tokenInfo{
        display: flex;
        justify-content: space-between;
        align-items: center;
        .price{
          display: flex;
          align-items: center;
          color: #ee83e5;
          font-weight: 700;
          ins{
            margin-left: -.3rem;
            margin-right: .5rem;
          }
        }
        .duration{
          display: flex;
          align-items: center;
          /* color: #a89ec9; */
          color: #ffffff;
          margin-right: .2rem;
          ins{
            margin: .5rem;
            margin-bottom: .4rem;
          }
        }
      }
      .creator{
        display: flex;
        align-items: center;
        margin-top: .2rem;
        margin-bottom: -.3rem;
        ins{
          color: #a89ec9;
          text-decoration: none;
        }
        .wrapper{
          display: flex;
          align-items: center;
          border: 1px solid #ffffff22;
          padding: .3rem;
          margin: 0;
          margin-right: .5rem;
          border-radius: 100%;
          box-shadow: inset 0 0 0 4px #000000aa;
          img{
            border-radius: 100%;
            border: 1px solid #ffffff22;
            width: 2rem;
            height: 2rem;
            object-fit: cover;
            margin: 0;
          }
        }
      }
    }
    ::before{
      position: fixed;
      content: "";
      box-shadow: 0 0 100px 40px #ffffff08;
      top: -10%;
      left: -100%;
      transform: rotate(-45deg);
      height: 60rem;
      transition: .7s all;
    }
    &:hover{
      border: 1px solid #ffffff44;
      box-shadow: 0 7px 50px 10px #000000aa;
      transform: scale(1.015);
      filter: brightness(1.3);
      ::before{
        filter: brightness(.5);
        top: -100%;
        left: 200%;
      }
    }
  }
  
/********* end about us *********/



/********* who we are *********/
.who-we-are-section {
    position: relative;
    
}

.who-we-are-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /* background-color: #900000; */
    background-image: url(../img/backgrounds/background-3.jpg) !important;
    /* color: black; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    /* filter: url(filters.svg#grayscale); */
    /* Firefox 3.5+ */
    /* filter: gray; */
    /* IE6-9 */
    -webkit-filter: blur(3px);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: brightness(30%);
    z-index: -1;
}

.behind-items .item {
    padding: 30px;
}

.behind-items .item .icone-wrap {
    height: 85px; 
    width: 100px;
    padding: 15px;
    /* outline: 1px solid red; */
    /* border-radius: 50%;; */
    margin: 0 auto 20px;
    /* background: linear-gradient(to right, rgba(2240, 188, 46, 0.2) , rgba(2240, 188, 46, 0.4)); */

}

.behind-items .item .title {
    /* font-size: 20px; */
    text-align: center;
    color: #FFF;
    letter-spacing: 0.10px;
}

.behind-items .item .content {
    /* font-size: 20px; */
    color: #FFF;
    max-width: 400px;
}

.who-we-are-section .items-content{
    padding: 20px 0;
    /* box-shadow: rgba(240, 188, 46, 0.4) 0px 5px, rgba(2240, 188, 46, 0.3) 0px 10px, rgba(240, 188, 46, 0.2) 0px 15px, rgba(2240, 188, 46, 0.1) 0px 20px, rgba(240, 188, 46, 0.05) 0px 25px; */
    box-shadow: rgba(2240, 188, 46, 0.4) -5px 5px, rgba(2240, 188, 46, 0.3) -10px 10px, rgba(2240, 188, 46, 0.2) -15px 15px, rgba(2240, 188, 46, 0.1) -20px 20px, rgba(2240, 188, 46, 0.05) -25px 25px;
    /* box-shadow: rgba(50, 50, 199, 0.1) 0px 0px 16px; */
}


@media (max-width: 1024px) {
    .behind-items .item {
        padding: 20px !important;
    }
}

@media (max-width: 768px) {
    .behind-items .item {
        margin-bottom: 20px;
    }
    .skew__left, .skew__right {
        -ms-transform: skewX(0deg) !important;
        transform: skewX(0deg) !important;
    }
    .skew__left .items-content, .skew__right .items-content {
        -ms-transform: skewX(0deg) !important;
        transform: skewX(0deg) !important;
    }
}

@media (max-width: 500px) {
    .skew__left, .skew__right {
        -ms-transform: skewX(0deg) !important;
        transform: skewX(0deg) !important;
    }
    .skew__left .items-content, .skew__right .items-content {
        -ms-transform: skewX(0deg) !important;
        transform: skewX(0deg) !important;
    }
}
/********* end who we are *********/




/********* Why Choose AOG *********/
.why-choose-aog-section {
  position: relative;
}

.why-choose-aog-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /* background-image: url(../img/backgrounds/c.jpg) !important; */
  /* background-image: url(../img/backgrounds/red2.jpg) !important; */
  /* background-color: #000f89; */
  background-image: linear-gradient(to right, #510b00 , rgb(18, 3, 99));
  /* background-color: #0d0924; */
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  filter: url(filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  /* -webkit-filter: blur(5px); */
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: brightness(50%);
  z-index: -1;
}
/* /********* end why choose aog *********/



/********* products ********/
.products-section {
    position: relative;
}

.products-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url(../img/backgrounds/background-6.png) !important;
    /* background: #0b132b; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    filter: url(filters.svg#grayscale);
    filter: brightness(30%);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    /* -webkit-filter: blur(5px); */
    /* Google Chrome, Safari 6+ & Opera 15+ */
    z-index: -1;
}

.product-heading a{
    background-color: #fec340;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 12px;
}

.products-content{
    padding: 20px;
    /* background: linear-gradient(0deg, #8b51e0 0%, rgba(72, 3, 129, 0.5) 100%);   */
    /* background: linear-gradient(0deg, #000f89 0%, #600000 100%);  */
    background: linear-gradient(0deg, #041491 0%, #600000 100%);   
}

.products-content:hover{
    box-shadow: 0 0 100px 40px #fec340;
    /* border: 1px solid #ffffff44; */
    border: 1px solid #f0b81e22;
    border-radius: 5px;
    transform: rotate(3deg);
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 15px 15px -5px; */
}

.product-heading h3{
    /* font-size: 24px; */
    color: #fec340;
    text-align: center;
    margin-bottom: 30px;
    /* font-weight: bold; */
}

.product-feature h4{
    margin-top: 20px;
    text-align: center;
    /* font-weight: bold; */
}
.product-feature p{
    /* font-size: 18px; */
    max-width: none;
    margin:none;
}

/********* end of products *********/




/********* why choose aog products *********/
.why-choose-aog-products-section {
    position: relative;
    height: 100vh;
}

.why-choose-aog-products-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /* background-image: url(../img/backgrounds/background-2.png) !important; */
    background-image: url(../img/backgrounds/background-6.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    filter: url(filters.svg#grayscale);
    filter: brightness(20%);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    /* -webkit-filter: blur(5px); */
    /* Google Chrome, Safari 6+ & Opera 15+ */
    z-index: -1;
}

.why-choose-aog-products-section h2{
    margin-bottom: 70px;
}
/* end of why choose aog products **********************/


/* footer **********************/






