@media only screen and (min-width:300px) and (max-width:600px) {

    .nav-pills-custom .nav-link,
    .nav-pills-custom-right .nav-link {
        min-width: 150px;
        font-size: 14px !important;
        padding: 18px 24px !important;
    }

    .feature-sec .nav {
        justify-content: space-evenly !important;
    }

    .feature-icon {
        width: 35px;
        height: 35px !important;
    }

    .feature-sec .tab-pane {
        padding: 0px 0px 0px 20px !important;
    }

    .tab-inner p {
        padding-right: 19px;
    }

    .feature-sec .nav {
        margin-bottom: -62px !important;
    }

    .banner-caption h2 {
        font-size: 32px;
    }

    .stats-info {
        border-bottom: 1px solid #ff3459;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-right: 0;
    }



    .contact-form-bg {
        display: none;
    }

    .stats {
        padding: 15px 0px;
    }

    .invitation-card::before {
        top: -242px;
        background-position: top;
    }

    .about-sec::before {
        top: -46rem;
        left: 16px;
        background-position: left;
    }

    .about-img img {
        margin-left: 0px;
    }

    #carrouse .owl-carousel .owl-stage-outer {
        height: 570px;
    }

    #carrousel .owl-carousel img {
        height: 385px;
        margin: 29px 0px;
    }

    #carrouse .owl-carousel .owl-stage-outer {
        padding: 0;
    }

    #carrousel .owl-nav .owl-prev {
        left: 15px;
        top: 24px;
    }

    #carrousel .owl-nav .owl-next {
        right: 15px;
        top: 24px;
    }

    .navbar .nav-link.active::before {
        left: -25px;

    }

    .wapper {
        background: #fff;
    }

    .section-desc {
        font-size: 16px;
    }

    .section-title {
        font-size: 32px;
    }

    .screenshot-sec .owl-carousel .owl-stage-outer {
        padding: 0px 0 0px 0px;
    }

    #carrousel .owl-carousel .owl-item {
        height: 455px;
    }

    #carrousel {
        margin: 0px 0px 0px 0px;
    }

    .tab-inner h4 {
        text-align: center;
    }

    .tab-inner p {
        text-align: center;
        font-size: 14px;
    }

    .fs-18 {
        font-size: 16px;
    }

    .card-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .card-list li {
        font-size: 16px;
    }

    .category-nav .owl-nav .owl-prev {
        left: 11px;
        top: -26px;
    }

    .category-nav .owl-nav .owl-next {
        right: 11px;
        top: -26px;
    }

    .poster-info {
        display: flex;
        justify-content: start;
    }



}

@media (min-width: 1400px) and (max-width: 1600px) {
    .nav-pills-custom .nav-link {
        min-width: 160px;
        font-size: 18px !important;
        padding: 17px 25px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399.99px) {
    .nav-pills-custom .nav-link {
        min-width: 160px;
        font-size: 18px !important;
        padding: 17px 25px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
    .nav-pills-custom .nav-link {
        padding: 12px 15px !important;
        min-width: 120px;
        font-size: 14px !important;
    }

}

@media (min-width: 768px) and (max-width: 991.99px) {
    .feature-icon {
        width: 30px;
        height: 30px !important;
    }

    #carrousel {
        margin: 0px 0px 0px 0px;
    }

    .owl-carousel .owl-stage-outer {
        padding: 0px 0 0px 0px;
    }

    #carrousel .owl-carousel .owl-item {
        height: 600px;
    }

    .wapper {
        background: #fff;
    }

    .nav-pills-custom .nav-link {
        padding: 12px 15px !important;
        min-width: 120px;
        font-size: 14px !important;
    }

    .tab-inner img {
        text-align: center;
    }

    .feature-sec .tab-pane {
        height: 53rem;
    }

    .category-sec .tab-pane {
        height: 62rem;
    }

    .tab-inner p {
        font-size: 16px !important;
    }

    .about-sec::before {
        top: -32rem;
    }

    .invitation-card::before {
        top: -32rem;
    }

    .stats-info {
        border-bottom: 1px solid #ff3459;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-right: 0;
    }

    .navbar .nav-link.active::before {
        left: -24px;

    }

    .tab-inner h4 {
        text-align: center;
    }

    .card-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .card-list li {
        font-size: 18px;
    }

    #carrousel .owl-carousel img {
        height: 510px;
        margin: 29px 0px;
    }

    #carrousel .owl-nav .owl-prev {
        left: 15px;
        top: 55px;
    }

    #carrousel .owl-nav .owl-next {
        right: 15px;
        top: 55px;
    }

    .category-nav .owl-nav .owl-next {
        right: -48px;
    }

    .category-nav .owl-nav .owl-prev {
        left: -48px;
    }

    .feature-sec .nav {
        margin-bottom: -70px !important;
    }

    .poster-info {
        display: flex;
        justify-content: center;
    }
}