/* To customize the SWAL component and use it without height */
.swal-height-zero {
    height: 0vh;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    width: 280px;
    background: #f9f9f9;
    text-align: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
  }
  
  .pricing .box h3 {
    font-weight: 400;
    padding: 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #191919;
  }
  
  .pricing .box h4 {
    font-size: 42px;
    color: #cc1616;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
  }
  
  .pricing .box h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
  }
  
  .pricing .box h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
  }
  
  .pricing .box ul {
    padding: 0;
    list-style: none;
    color: #191919;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
  }
  
  .pricing .box ul li {
    padding-bottom: 16px;
  }
  
  .pricing .box ul i {
    color: #cc1616;
    font-size: 18px;
    padding-right: 4px;
  }
  
  .pricing .box ul .na {
    color: #ccc;
    text-decoration: line-through;
  }
  
  .pricing .box .btn-wrap {
    padding: 15px;
    text-align: center;
  }
  
  .pricing .box .btn-buy {
    background: #cc1616;
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
  }
  
  .pricing .box .btn-buy:hover {
    background: #e82d2d;
  }
  
  .pricing .featured {
    background: #cc1616;
    box-shadow: none;
    color: #fff;
  }
  
  .pricing .featured h3,
  .pricing .featured h4,
  .pricing .featured ul,
  .pricing .featured ul li,
  .pricing .featured ul .na {
    color: #fff;
  }
  
  .pricing .featured h4 span {
    color: rgba(255, 255, 255, 0.58);
  }
  
  .pricing .featured .btn-wrap {
    padding: 15px;
    text-align: center;
  }
  
  .pricing .featured .btn-buy {
    background: rgba(255, 255, 255, 0.2);
  }
  
  .pricing .featured .btn-buy:hover {
    background: #fff;
    color: #cc1616;
  }

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
  .pagination {
    --bs-pagination-padding-x: 0.55rem;
    --bs-pagination-padding-y: 0.275rem;
    --bs-pagination-color: #191919;
    --bs-pagination-hover-color: #fff;
    --bs-pagination-hover-bg: #cc1616;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem #191919;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #cc1616;
    --bs-pagination-active-border-color: #cc1616;
  }


/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
  .swal-button--ok  {
    background-color: #cc1616;
  }
  .swal-button--ok:not([disabled]):hover{background-color:red;}


/*--------------------------------------------------------------
# Ownership
--------------------------------------------------------------*/
  .tick-mark {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-size: cover; 
  }

  
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../../../img/hero-bg-nft.jpg") top center;
  background-size: cover;
  position: relative;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../../../img/cta-bg-nft.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}