.header{
    background-image: url('image/Ocean-ezgif.com-video-to-gif-converter.gif');
    background-size: cover;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.shop-header{
  background-image: url('image/Ocean-ezgif.com-video-to-gif-converter.gif');
  background-size: cover;
  height: 200px;
}



.navigation{
    background-color: #001435;
    padding: 20px;
    border: 1px  solid gray; 
    border-width: 1px 0px 0px 0px; 
    position: absolute;
    bottom: 0px;
    width: 100%;
   
}
.navigation ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}
.navigation li{
    list-style: none;
}
.navigation li a{
    text-decoration: none;
    margin:60px;
    color: white;
    font-size: 20px; 
    font-family: 'Cinzel';
    font-weight:normal; 
    text-align: center;     
}
.button{
    padding: 5px 20px 5px 20px;
    border: 1px solid black;
    border-radius: 50px;
    font-size: 20px;
    background-color: white;
}

  .logo{

    width: 50% !important;
    height: 100% !important;
    -webkit-animation: bounces 4s infinite; 
  -moz-animation: bounces 4s infinite; 
  -o-animation: bounces 4s infinite;
  animation: bounces 4s infinite;
  }
  /*===================sart============================================*/
  @-webkit-keyframes bounce {
    0%  { 
      margin-top:20px;
      height:90px;
      width:105px;
    }
    50% { 
      margin-top:0px; 
      height:100px;
      width:100px;
    }
    100%{ 
      margin-top:20px;
      height:90px;
      width:105px;
    }
  }
  @-moz-keyframes bounce {
    0%  { 
      margin-top:20px;
      height:90px;
      width:105px;
    }
    50% { 
      margin-top:0px; 
      height:100px;
      width:100px;
    }
    100%{ 
      margin-top:20px;
      height:90px;
      width:105px;
    }
  }
  @-o-keyframes bounce {
    0%  { 
      margin-top:20px;
      height:90px;
      width:105px;
    }
    50% { 
      margin-top:0px; 
      height:100px;
      width:100px;
    }
    100%{ 
      margin-top:20px;
      height:90px;
      width:105px;
    }
  }
  @keyframes bounce{
    0%  { 
      margin-top:20px;
      height:90px;
      width:105px;
    }
    50% { 
      margin-top:0px; 
      height:100px;
      width:100px;
    }
    100%{ 
      margin-top:20px;
      height:90px;
      width:105px;
    }
  }
  
  @-webkit-keyframes bounces {
    0%  { 
      margin-top:-20px;
      height:10px;
      width:50px;
      left:25px;
    }
    50% { 
      margin-top:0px;
      height:20px;
      width:70px;
      left:17px;
    }
    100%{ 
      margin-top:-20px;
      height:10px;
      width:50px;
      left:25px;
    }
  }
  @-moz-keyframes bounces {
    0%  { 
      margin-top:-20px;
      height:10px;
      width:50px;
      left:25px;
    }
    50% { 
      margin-top:0px;
      height:20px;
      width:70px;
      left:17px;
    }
    100%{ 
      margin-top:-20px;
      height:10px;
      width:50px;
      left:25px;
    }
  }
  @-o-keyframes bounces {
    0%  { 
      margin-top:-20px;
      height:10px;
      width:50px;
      left:25px;
    }
    50% { 
      margin-top:0px;
      height:20px;
      width:70px;
      left:17px;
    }
    100%{ 
      margin-top:-20px;
      height:10px;
      width:50px;
      left:25px;
    }
  }
  @keyframes bounces{
    0%  { 
      margin-top:-20px;
      height:10px;
      width:50px;
      left:25px;
    }
    50% { 
      margin-top:0px;
      height:20px;
      width:70px;
      left:17px;
    }
    100%{ 
      margin-top:-20px;
      height:10px;
      width:50px;
      left:25px;
    }
  }
  /*===============================================================*/

span{
    margin: 10px;
    font-size: 20px;
}
.after-summary{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.after-summary .buy{
    background-color: #001435;
    padding: 20px 200px 20px 200px;
    font-size: 20px;
    border: 1px solid #001435;
    border-radius: 10px;
    color: #fff;
    font-size: 40px;
    
}
.thought{
    /* background: #001435; */
    padding: 50px;
    background-image: url('image/Ocean-ezgif.com-video-to-gif-converter.gif');
    background-size: cover;
    background-position: bottom;
}
.thought p{
    font-family:'IBM Plex Sans Devanagari';
    color: white;
    text-align: center;
    justify-content: center;
}
.thought .sanskrit{
    font-size: 40px;
}
.thought .hindi{
 font-size: 20px;
}
.contact{
    text-align: center;
    margin: 50px 0px 50px 0;
}

.contact h2{
    font-family: 'Cinzel';
    font-size: 20px;
    color: #001435;

}
.contact h1{
  font-size: 30px;
  color: #001435; 
  font-family: 'Cinzel';
  margin-top: 20px;
  font-weight: bold;
}
 .quantity{
        display: flex;
        flex-direction: row;
        justify-content: center;
         align-items: center;
        padding: 0 1rem;
}

.input-group {
    display: flex;
    flex-wrap: nowrap !important;
    justify-content: center;
    /* align-items: center; */
    flex-direction: row;
    /* box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3), 4px 7px 15px rgba(0, 0, 0, 0.2),
      9px 15px 25px rgba(0, 0, 0, 0.2); */
    border-radius: 10px;
    border: 1px solid black;
    max-width: 150px;
  }
  
  button,
  input {
    outline: none;
    border: none;
    padding: 16px;
    font-size: 18px;
    background-color: #001435;
    color: white;
  }
  
  input {
    width: 100%;
    text-align: center;
  }
  
  button {
    cursor: pointer;
  }
  #decrement{
    border-radius: 10px 0px 0px 10px;
  }
  #increment{
  border-radius: 0 10px 10px 0;
  }
  
  button:hover {
    
    color:white;
  }
  button:nth-last-child(1):active {
    box-shadow: inset -4px 5px 10px rgba(0, 0, 0, 0.074);
  }
  button:nth-child(1):active {
    box-shadow: inset 4px 5px 10px rgba(0, 0, 0, 0.074);
  } 
  
.add-to-cart{
    width: 100%;
    border-radius: 9px;
    background-color: #001435;
    color: white;
}
.add-to-cart:hover{
  width: 100%;
  border-radius: 9px;
  background-color: #001435;
  color: white;
}
   

  .table{
    margin-bottom: 0 !important;
    width: 100%;
  }
  .product-summary .card{
       width: 50%;
  }
  .product-summary .card h1{
    font-size: 40px;
  }
  .product-summary .card h2{
    font-size: 20px;
    padding: 30px;
    margin-right: 10px;
  }
 

  .card-img-container{

    height: 250px;
    display: flex;
    justify-content: center;

  }
  .card-img-container img{
    height: 100%;
    width: auto;
  }

.buy-now-float-button{
  padding: 10px 30px;
  background: #001435;
  color: white;
  text-decoration: none;
  border-radius: 100px;
}

.contact-now-float-button{
  background: #001435;
  color: white;
  text-decoration: none;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  padding: 6px !important;
  text-align: center;
}



/*--------------------------- responsive-------------------------- */
@media screen and (max-width: 1240px) {

  .logo{

    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 990px) {

  .logo{

    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 500px) {

  .logo{

    width: 100% !important;
    height: 100% !important;
    margin-top: 50% !important;

  }
}

@media screen and (max-width: 600px) {
    /* .header{
        background-image: url('image/jalprasadlogoforph.png');
        background-size: cover;
    } */
    .logo{

      width: 100% !important;
      height: 100% !important;
    }
    .product-summary .card{
        width: 100%;
   }
   .product-summary .card h1{
    font-size: 20px;
  }
    .navigation ul{
        justify-content: center;
        padding: 0 !important;
    }

    .navigation li{
        list-style: none;
         text-align: center;
    
    }
    .navigation{
        padding: 10px;  
    }
    .navigation li a{
        margin:10px;
        font-size: 15px;
        text-align: center; 
             
    }
    .after-summary{
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }
    .after-summary .buy{
        background-color: #001435;
        padding: 15px 60px 15px 60px;
        font-size: 20px;
        border: 1px solid #001435;
        border-radius: 10px;
        color: #fff;
        font-size: 15px;
        
    }
    .contact{
        text-align: center;
        margin: 50px 0px 50px 0;
    }
    .contact h2{
        font-family: 'Cinzel';
        font-size: 20px;
        color: #001435;
    
    }
    .contact h1{
      font-size: 40px;
      color: #001435; 
      font-family: 'Cinzel';
      margin-top: 20px;
      font-weight: bold;
    }
    .card{
        box-shadow: 0 !important;
    }
    .card h3{
        font-size: 15px;
    }
    .quantity{
        padding: 0 0rem;
    }
    .thought{
      
        padding: 40px;
        font-weight: normal;
        
    } 
    /* .thought p{
        font-family:'IBM Plex Sans Devanagari';
        color: white;
        text-align: center;
        justify-content: center;
    } */
    .thought .sanskrit{
        font-size: 15px;
    }
    .thought .hindi{
     font-size: 10px;
    }
    button,
    input {
      padding: 8px;

    }
    #decrement{
        padding: 8px 20px;
      }
      #increment{
        padding: 8px 20px;
      }

  }  