/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    h5{
        font-size: 22px;
        line-height: 25px;
    }

    .logo-img img{
        width: 300px;
    }

    .rounded-img-box{
        margin: auto;
        height: 320px;
        width: 320px;
        padding: 10px 40px;
    }

    .rounded-img-box a{
        font-size: 20px;
    }

    .image-slider-section .carousel-item{
        height: 400px;
    }

    .image-slider-banner{
        background-position: center left;
        padding: 30px;
    }

    .image-slider-banner-content{
        width: 60%;
    }

    .image-slider-banner-content h3{
        font-size: 22px;
        line-height: 25px;
        letter-spacing: 0;
        margin-bottom: 0px;
    }

    .image-slider-banner-content .banner-logo img{
        width: 100px;
        margin-bottom: 40px;
    }

    .image-slider-banner-content img{
        height: 18px;
        margin-bottom: 40px;
    }

    .image-slider-banner-content a{
        padding: 8px 25px;
        font-size: 10px;
    }


    .performance-box{
        height: 500px;
        margin-bottom: 20px;
    }

    .performance-box h4{
        font-size: 28px;
    }

    .performance-box p{
        margin-top: 10px;
        font-size: 14px;
    }

    .performance-image-slider .carousel-control-next{
        right: 42%;
        top: 43%;
    }
    
    .discover-row{
    display: grid;
    grid-template-columns: auto;
    gap: 15px;
    }

    .discover-the-perfect-boxs{
        margin-bottom: 50px;
    }

    .discover-the-perfect-boxs h6{
        /*word-spacing: 330px !important;*/
        font-size: 26px;
        line-height: 24px;
        word-spacing: 440px;
    }

    .discover-the-perfect-boxs img{
        height: auto;
        width: 100%;
    }

    .from-the-origin-box{
        height: auto;
    }

    .from-the-origin .col-md-12 .row .col-md-6{
        margin-bottom: 20px;
    }

    .from-the-origin-img-box img{
        margin-bottom: 20px;
    }

    .from-the-origin-box-no-img{
        height: 500px;
    }
    
    .from-the-origin-box-bg-img{
        margin-bottom: 20px;
    }

    .from-the-origin-box-bg-img div{
        width: 100%;
        background-color: #ffffffe8;
        border-radius: 25px;
        padding: 30px;
    }

    .product-description h6{
        font-size: 20px;
    }

  }
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) and (max-width: 1200px){

    h5{
        line-height: 40px;
    }

    .rounded-img-box{
        height: 320px;
    }

    .rounded-img-box img{
        height: 180px;
    }

    .image-slider-section .carousel-item{
        height: 500px;
    }

    .image-slider-banner{
        background-position: center left;
    }

    .image-slider-banner-content .banner-logo img{
        width: 200px;
        margin-bottom: 40px;
    }

    .image-slider-banner-content{
        width: 50%;
    }

    .image-slider-banner-content h3{
        font-size: 22px;
        line-height: 28px;
    }

    .image-slider-banner-content img{
        height: 30px;
    }

    .performance-box{
        padding: 40px 25px;
        padding-right: 10px;
    }

    .performance-box h4{
        font-size: 22px;
    }

    .performance-box p{
        font-size: 10px;
        margin-top: 10px;
    }

    .performance-image-slider .carousel-item img, .performance-image-slider .carousel-item video, .performance-image-slider .carousel-item{
        height: 400px;
    }

    .performance-box img{
        width: 100px;
    }
    
    .discover-row{
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 15px;
    }

    .discover-the-perfect-boxs img{
        height: 150px;
    }

    .discover-the-perfect-boxs{
        gap: 20px;
    }

    .from-the-origin .col-md-12 .row> .col-md-6{
        margin-bottom: 20px;
    }

    .from-the-origin-box-no-img h5{
        font-size: 22px;
    }

    .from-the-origin-box-no-img p{
        font-size: 12px;
    }

    .from-the-origin-img-box img{
        height: 400px;
    }

    .from-the-origin-box-bg-img div{
        width: 100%;
        background-color: #ffffffe8;
        border-radius: 25px;
        padding: 30px;
    }
    
     .discover-the-perfect-boxs h6{
        font-size: 30px;
        line-height: 28px;
    }

    .product-description h6{
        font-size: 20px;
    }

  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .rounded-img-box{
        height: 320px;
    }

    .from-the-origin .col-md-12 .row .col-md-6{
        margin-bottom: 20px;
    }
    .from-the-origin-box{
        height: 100%;
    }
    .from-the-origin-img-box img{
        height: 400px;
    }
    .discover-row{
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 15px;
    }
    .discover-the-perfect-boxs h6{
        font-size: 30px;
        line-height: 28px;
    }
  } 
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .image-slider-banner-content h3{
        font-size: 24px;
    }
    .rounded-img-box{
        height: 350px;
    }
    .from-the-origin-img-box img{
        height: 500px;
    }
     .discover-the-perfect-boxs h6{
        font-size: 34px;
        line-height: 32px;
    }
  } 
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
   
  }