@media (max-width: 1399.98px) {}

@media (max-width: 1200px) {
    .constrain {
        max-width: 300px;
        text-align: end !important;
    }

    .constrain input {
        width: 75%;
        box-shadow: 0 0 5px #18067d;
    }
    .heade{
        border-radius: 0px;
      }

}

@media (min-width: 991.98px) {
    .h-h-75 {
        height: 110vh;
    }


}

@media (max-width: 991.98px) {
    .section-gap {
        padding: 50px 0px;
    }

    .searchbox-wrap {
        margin-right: 5px;
        width: auto;
    }

    .h-h-75 {
        height: auto;
    }

    .home-h-75 {
        height: auto !important;
    }

    .d-ruby {
        display: block !important;
    }

    .flex {
        flex-wrap: wrap;
    }

    .big {
        font-size: 1.8em;
    }

    .medium {
        font-size: 1.3em;
    }

    .small {
        font-size: 1.1em;
    }

    .btn {
        padding: 0.5rem 1rem;
    }

    .price-block {
        margin-bottom: 20px;
      }

    .cs-down {
        display: none;
    }

    .slider-home {
        height: 90vh;
    }

    .slider-home article {
        width: 100%;
        margin-top: 2rem;
    }

    .slider-home li:nth-child(2) {
        background-position: top center;
    }

    .slider-home li:nth-child(3) {
        background-position: top center;
    }

    li.current:before {
        top: -30px;
        right: -10px;
    }
    .about-pp{
        position: absolute;
        top: 280px;
        left: auto;
        padding: 2rem 15px 0rem 70px !important;
       }

}

@media (min-width: 767.98px) {
    .experience-box {
        margin-top: 15px;
      }
}

@media (max-width: 576px) {
    .slick-arrow {
        display: none !important;
    }

    .slider aside {
        left: 40%;
    }

    .card-animate {
        transition: none;
    }

    .card-animate:hover {
        transform: none;
    }

    .pinterest-gallery {
        column-count: 1;
    }
    .pagination-container .page-item .page-link {
        padding: 6px 12px;
        font-size: 14px;
      }

      .hero-content-wrapper {
    padding-top: 7rem;
}
.hero-content {
     padding: 5px; 
}
.hero-title {
    font-size: 2rem;
}
.hero-description {
    margin-top: 1.5rem;
    font-size: 1rem !important;
}
.hero {
    height: 100vh;
}
.hero-about {
    height: 90vh;
}
}

@media (max-width: 776px) {
    .ss-py {
        padding: 50px 0;
    }
    .about-pp {
        text-align: center;
        padding: 2rem 15px 0rem 50px !important;
      }
      .card-body {
        padding: 1.5rem;
      }
}