.card-wrapper{
    max-width: 1400px;
    margin: 0 auto;
}
 .mainWrapper {
    position: relative;
    width: 100%;
    min-width: 320px;
    min-height: 1000px;
    padding: 0;
    margin: 0 !important;
    background: radial-gradient(rgb(48, 61, 85), rgb(47, 51, 82));
    overflow-x: hidden;
  }

  .wrappen_block {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .mainBackground {
    width: 100%;
    min-height: 1000px;
    background: url("../img/bgRectangl.png") left center no-repeat, url("../img/bgPhons.png") center center no-repeat;
  }
img{
    max-width: 100%;
    height: auto;
}

.img-display{
    overflow: hidden;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img{
    min-width: 100%;
}
.img-select{
    display: flex;
}
.img-item{
    margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
}
 a#buynow{
  color: red;
  cursor: grabbing;
  }


  a:hover, a:focus, a:active {
    text-decoration: none;
    color: black;
  }
/* .product-content{
    padding: 2rem 1rem;
} */
.product-title{
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}
.product-link{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}
.product-link:hover{
    opacity: 0.9;
}
.product-detail h2{
    text-transform: capitalize;
   color: #646b6f;
    padding-bottom: 0.6rem;
}
.product-detail p{
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}
.product-detail .heading{
    width: auto;
    height: auto;
    margin-top: 10px;
    color: #646b6f;
    font-size: 17px;
    line-height: 24px;
}

.purchase-info{
    margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}
.purchase-info input{
    width: 60px;
}
.purchase-info .btn{
    cursor: pointer;
    color: #fff;
}
.purchase-info .btn:first-of-type{
    background: #256eff;
}
.purchase-info .btn:last-of-type{
    background: #f64749;
}
.purchase-info .btn:hover{
    opacity: 0.9;
}
.social-links{
    display: flex;
    align-items: center;
}
.social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}
.social-links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
}
.blockdesc p{
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #263238;
}
@media screen and (min-width: 992px){
    .card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }
    .card-wrapper{
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    /* .product-content{
        padding-top: 0;
    } */
    }
  /* Video Styles */
.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-video {
    width: 100%;
    height: auto;
    display: block;
}

/* video controls show */
.product-video[controls]::-webkit-media-controls {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}
 @media (min-width: 768px) {
      .card-wrapper{
    max-width: 1100px;
    margin: 0 auto;
    }
    }

/* Product Content Styling */
.product-content {
    position: relative;
    padding: 2rem 1rem;
}


