.body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
      "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
      sans-serif;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    background-color: powderblue;
  }
  
  
  
  body {
    background-color: #000000;
  }
  
  #myVideo {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .header_nav {
    margin: 0 0 0 0;
    padding-top: 5px;
    position: fixed;
  }
  .body_nav {
    flex: 1;
    margin: 0 0 0 0;
  }
  
  .footer_nav {
    display: flex;
  
    bottom: 0;
    min-height: auto;
    margin: 0 15% 0 15%;
  }
  
  a {
    color: #fafbfc;
    text-decoration: none;
  }
  
  a:hover {
    color: #00a0c6;
    text-decoration: none;
    cursor: pointer;
  }
  .products {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .product-image {
    max-width: 22rem;
    max-height: 25rem;
  }
  .nav-bar {
    background-color: #c0c0c0;
  }
  .no-padding {
    padding: 0;
  }
  .no-margin {
    margin: 0;
  }
  .padding_xs {
    padding: 0.5rem;
  }
  .margin_xs {
    margin: 1rem;
  }
  
  .background_orange {
    background-color: #ff6c32;
  }
  
  .car-item-price-tag {
    box-shadow: 0px 1px 0px 0px #fff6af;
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    background-color: #ffec64;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    color: #333333;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 1px 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
  }
  
  .cart-qty-chng {
    box-shadow: 0px 1px 0px 0px #fff6af;
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    background-color: #ffec64;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    color: #333333;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
    padding: 1px 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
  }
  
  .card {
    position: relative;
    aspect-ratio: 3 / 4;
    max-width: 100%;
    background: #191919;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .card::before {
    content: "";
    position: absolute;
    top: -50%;
    width: 100%;
    height: 100%;
    background: #ffce00;
    transform: skewY(345deg);
    transition: 0.5s;
  }
  
  .card:hover::before {
    top: -70%;
    transform: skewY(390deg);
  }
  
  .card::after {
    content: "YantraKranti";
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 600;
    font-size: 4em;
    color: rgba(0, 0, 0, 0.1);
  }
  
  .card .imgBox {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    z-index: 1;
  }
  /*
  .card .imgBox img {
      max-width: 100%;
      
      transition: .5s;
  }
  
  .card:hover .imgBox img {
      max-width: 50%;
        
  }
  */
  .card .contentBox {
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
  }
  
  .card .contentBox h3 {
    font-size: 18px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .card .contentBox .price {
    font-size: 24px;
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
  }
  
  .card .contentBox .buy {
    position: relative;
    top: 100px;
    opacity: 0;
    padding: 10px 30px;
    margin-top: 15px;
    color: #000000;
    text-decoration: none;
    background: #ffce00;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.5s;
  }
  
  .card:hover .contentBox .buy {
    top: 0;
    opacity: 1;
  }
  
  .mouse {
    height: 300px;
    width: auto;
  }
  
  
  .cta-100 {
    margin-top: 100px;
   
  }
  .col-md-4 {
    padding-bottom: 20px;
  }
  
  .white {
    color: #fff !important;
  }
  .mt {
    float: left;
    margin-top: -20px;
    padding-top: 20px;
  }
  .bg-blue-ui {
    background-color: #708198 !important;
  }
  figure img {
    width: 300px;
  }
  
  #blogCarousel {
    padding-bottom: 50px;
  }
  
  .blog .carousel-indicators {
    left: 0;
    top: -50px;
    height: 50%;
  }
  
  /* The colour of the indicators */
  
  .blog .carousel-indicators li {
    background: #708198;
    border-radius: 50%;
    width: 8px;
    height: 8px;
  }
  
  .blog .carousel-indicators .active {
    background: #0fc9af;
  }
  
  .item-carousel-blog-block {
    outline: medium none;
    padding: 15px;
  }
  
  .item-box-blog {
    border: 1px solid #dadada;
    text-align: center;
    z-index: 4;
    padding: 20px;
  }
  
  .item-box-blog-image {
    position: relative;
  }
  
  .item-box-blog-image figure img {
    width: 100%;
    height: auto;
  }
  
  .item-box-blog-date {
    position: absolute;
    z-index: 5;
    padding: 4px 20px;
    top: -20px;
    right: 8px;
    background-color: #41cb52;
  }
  
  .item-box-blog-date span {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.2;
  }
  
  .item-box-blog-date span.mon {
    font-size: 18px;
  }
  
  .item-box-blog-date span.day {
    font-size: 16px;
  }
  
  .item-box-blog-body {
    padding: 10px;
  }
  
  .item-heading-blog a h5 {
    margin: 0;
    line-height: 1;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .item-box-blog-heading a {
    text-decoration: none;
  }
  
  .item-box-blog-data p {
    font-size: 13px;
  }
  
  .item-box-blog-data p i {
    font-size: 12px;
  }
  
  .item-box-blog-text {
    max-height: 100px;
    overflow: hidden;
  }
  
  .mt-10 {
    float: left;
    margin-top: -10px;
    padding-top: 10px;
  }
  
  .btn.bg-blue-ui.white.read {
    cursor: pointer;
    padding: 4px 20px;
    float: left;
    margin-top: 10px;
  }
  
  .btn.bg-blue-ui.white.read:hover {
    box-shadow: 0px 5px 15px inset #4d5f77;
  }
  .container_image .gallery a img {
    float: left;
    width: 20%;
    height: auto;
    border: 2px solid rgb(0, 0, 0);
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
  }
  .container_testimonial .gallery div img {
    float: left;
    width: 25%;
    height: auto;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
  }
  .container_testimonial .gallery div div {
    float: left;
    width: 25%;
    height: auto;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
  }
  
  .career_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  
  .career_item {
    display: inline-block;
  }
  .clear {
    clear: both;
  }
  
  .ab {
    color: #009688;
    text-decoration: none;
  }
  
  .ab:hover {
    color: #01695f;
    text-decoration: none;
  }
  
  .color_orange{
    color: #CEA27B;
  }
  .color_faint_blue{
    color:#9CDCFE;
  }
  .heading_font{
    font-size: xx-large;
    color: #CEA27B;
  }
  
  
  @media only screen and (min-width: 601px) {
    ul.carrer_list {
       display: grid; 
      grid-auto-columns: 1fr; 
    grid-auto-rows: 1fr; 
    grid-template-columns: 1fr 1fr 1fr; 
   
    }
    li.card_career {
       width: 320px;
      margin: 20px;
      background: #0c0202;
      border-radius: 5px;
      
      display: inline;  
      padding: 10px;
    }
  }
  
  /* If the screen size is 600px or less, set the font-size of <div> to 30px */
  @media only screen and (max-width: 700px) {
    li.card_career {
      width: 320px;
      margin: 20px;
      background: #3e04ec;
    border-radius: 20px;
   
    display: inline;  
    }
  }
  @media only screen and (min-width: 601px) {
    ul.product_list {
       display: grid; 
      grid-auto-columns: 1fr; 
    grid-auto-rows: 1fr; 
    grid-template-columns: 1fr 1fr 1fr; 
   
    }
    li.card_product {
       width: 500px;
      margin: 20px;
      background: #0c0202;
      border-radius: 5px;
      
      display: inline;  
      padding: 10px;
    }
  }
  
  /* If the screen size is 600px or less, set the font-size of <div> to 30px */
  @media only screen and (max-width: 700px) {
    li.card_product {
      width: 300px;
      margin: 20px;
    border-radius: 20px;
   
    display: inline;  
    }
  }
  iframe 
  {
   display: block; 
   width: 100%; 
   border: none; 
   overflow-y: auto; 
   overflow-x: hidden;
  }
  .social_icons a img {
    width: 2rem;
    height: 2rem;
  }
  .social_icons a {
    margin-right: 1rem;
  }
   /* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #118000; /* Black background color */
  color: #ffffff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
} 