body {
    margin: 0em;
  
    font-family: "Roboto", sans-serif;
  }
  
  .icon{
    width:50px;
    margin-top:-1rem;
    
  }
  
  .container{
    margin-top:0.5rem;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: "Young Serif", serif;
  }
  
  .product {
    height: 400px;
    color: white;
    background-size: cover;
    background-position: center;
  }
  
  .cover {
    height: 400px;
    background-image: url(Assets/main_bg.jpg);
    color: white;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
  }
  
  .cover-small {
    height: 200px;
    background-blend-mode: normal;
  }
  
  .card {
    border: 0 !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  
  .card-title {
    min-height: 5.5rem;
  }
  
  .card-title2 {
    min-height: 2rem;
  }
  
  .card-text {
    min-height: 20rem;
  }
  
  .product-stripe {
    overflow-x: scroll;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .stripe-container {
    display: flex;
  }
  
  .stripe-container .card {
    width: 300px;
    flex-shrink: 0;
    margin-right: 1rem;
  }
  
  .responsive-iframe{
    position:relative;
    padding-top:56.25%;
  }
  
  .responsive-iframe iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  }

