@media only screen and (max-width: 767px){
    nav{
        background-color: black!important;
    }
    /*carousel item*/
    .ps .heading{
        text-align: center!important;
        font-size: 14px;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .ps .heading button{
        width: 95%;
    }
    .ps .order{
        order: 2;
    }
    .swiper-navBtn{
        font-size: 10px!important;
    }
    .hero-carousel{
        padding-top: 40px;
    }
    .contentps{
        padding: 70px 10px;
        text-align: center;
    }
    .contentps .text-box h1{
        font-size: 25pt;
        -webkit-text-stroke-width: 1px;
    }
    .text-box{
        padding: 40px 0 60px 0;
    }
    .contentps .text-box p{
        font-size: 10pt;
    }
    .inbox-test{
        padding: 0 15px;
    }
    .hero-carousel{
        padding-top: 100px;
    }

    .video-background{
        position: absolute;
    }
    /*carousel item end*/

    /* hero-section */
    .hero .swiper {
        width: 100%;
        height: 850px;
      }
    .hero .title{
        font-size: 30px!important;
    }
    .hero .subtitle{
        font-size: 15px!important;
    }
    .hero .swiper-slide{
        justify-content: space-evenly;
    }
    .hero .item-body{
        margin-top: 150px;
        padding: 0 20px 0 20px;
    }
    .item-body .col-md-6{
        /* padding-top: 40px; */
        padding-bottom: 40px;
    }
    .hero .hero-image{
        clip-path: none;
        margin-bottom: 10px;
      }
    .hero button{
        padding: 10px;
        outline-offset: 3px;
    }
    .hero .hero-text{
        padding-right: 50px!important;
    }

    /* collection */
    .k-collect img{
        margin-top: 30px;
    }
}