@media only screen and (max-width:1500px) {
    .featuresList li img {
        width: 70px;
    }
    
    .featuresList li span {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    
    .halfAboutBox {
        height: 550px;
    }
    
    .pdn {
        padding: 50px 0px;
    }
    
    .copyright {
        font-size: 15px;
    }
}

@media only screen and (max-width:850px) {
    p {
        font-size: 4vw;
    }
    .pdn {
        padding: 25px 0px;
    }
    .featuresList {
        flex-direction: column;
    }
    
    .featuresList li {
        width: 100%;
        margin: 15px 0px;
    }
    
    .featuresList li span {
        font-size: 6vw;
    }
    
    .sliderSect .container {
        flex-direction: column;
    }
    
    .sliderContent {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }
    
    .sliderContent .w100 {
        width: auto;
    }
    
    .sliderSect .items {
        height: auto;
        padding-top: 35px;
    }
    
    .sliderSect figure {
        width: 100%;
        height: 40vh;
        top: 0px;
        margin-bottom: 25px;
    }
    
    .sliderContent > h2, .sliderContent > h1 {
        font-size: 8vw;
        margin-bottom: 15px;
    }
    
    .sliderContent > h2 > span::before, .sliderContent > h1 > span::before {
        left: -20px;
        display: none;
    }
    
    .sliderContent > h2 > span, .sliderContent > h1 > span {
        width: auto;
        display: block;
    }
    
    .detailBtn {
        margin-top: 15px;
    }
    
    .dotsProject {
        position: relative;
        width: 100%;
        right: 0px;
        bottom: 0px;
        background-color: #f3f3f3;
    }
    .halfAboutBox {
        height: auto;
    }
    
    .halfAboutBox article {
        width: 100%;
    }
    
    .halfAboutBox figure {
        height: 250px;
        width: 100%;
        margin-bottom: 25px;
    }
    
    .halfAboutBox article h3 {
        font-size: 6vw;
    }
    
    .homeAbout {
        width: 100%;
    }
    
    .aboutTitle h1, .aboutTitle h2 {
        font-size: 8vw;
    }
    
    .homeAbout2 {
        width: 100%;
        position: relative;
    }
    
    .homeAbout2 img {
        top: -10px;
    }
    .titleBorder h2 {
        font-size: 6vw;
    }
    
    .titleBorder h2::Before {
        left: calc(100% + 25px);
        width: 40vw;
        display: none;
    }
    
    .titleBorder {
        margin-bottom: 30px;
    }
    
    .projectCarousel .owl-nav {
        transform: initial !important;
        margin-top: 0px;
        left: calc(90vw - 65px);
        top: -64px;
    }
    .projectSlider, .projectSlider_2 {
        width: calc(100vw + 50%);
    }
    .projectBox {
        padding: 15px 15px 75px 15px;
    }
    
    .projectBox figure {
        height: 180px;
    }
    
    .projectBox span {
        font-size: 6vw;
    }
    
    .projectBox p {
        font-size: 3.5vw;
    }
    
    .projectBox i {
        font-size: 14px;
        left: 15px;
        padding: 12px 20px;
        bottom: 15px;
    }
    
    .araBnr {
        font-size: 7vw;
    }
    
    .araBnr * br {
        display: none;
    }
    .bottom .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .ft3 {
        width: 100% !important;
        padding: 20px 0px !important;
        border-bottom: 1px solid #777;
    }
    
    .footerlogo {
        margin: 0 auto;
        width: 140px;
    }
    
    .footerTitle {
        font-size: 5vw;
        text-align: center;
    }
    
    .footerMenu ul li a {
        font-size: 4vw;
    }
    
    .bottom {
        padding: 15px 0px;
    }
    
    .footerContent p {
        font-size: 3.5vw;
        text-align: center;
    }
    
    .footerMenu ul li {
        text-align: center;
    }
    
    .copyright .container {
        border: none;
        padding: 20px 0px 40px;
    }
    .sliderSect::before {
        display: none;
    }
    
    .logo {
        width: 200px;
        left: -10px;
        top: -10px;
    }
    .menu-trigger {
        width: 40px;
        height: 25px;
        position: relative;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        }
      .menu-trigger .line {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: #fff;
      }
    
   
      .menu-trigger .line {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: var(--redcolor);
        transition: 0.3s;
      }
      .menu-trigger .line.line-1 {
        transition: all 0.3s 0.3s, transform 0.3s 0s;
      }
      .menu-trigger .line.line-2 {
        top: 50%;
        margin-top: -1px;
        left: 0;
        transition: all 0.3s 0.3s;
      }
      .menu-trigger .line.line-3 {
        bottom: 0;
        top: auto;
        left: 0;
        transition: all 0.3s 0.3s, transform 0.3s 0s;
      }
      .menu-trigger.active {
        transform: rotate(135deg);
        transition: all 0.5s 0.3s;
      }
      .menu-trigger.active .line-1 {
        top: 50%;
        margin-top: -1px;
        transform: rotate(90deg);
        transition: all 0.3s, transform 0.3s 0.3s;
      }
      .menu-trigger.active .line-2 {
        opacity: 0;
        transition: all 0.3s, opacity 0.3s 0s;
      }
      .menu-trigger.active .line-3 {
        bottom: 50%;
        margin-bottom: -1px;
        transform: rotate(0deg);
        transition: all 0.3s, transform 0.3s 0.3s;
      }
    .topMenu {
        position: fixed;
        right: 0px;
        top: 0px;
        height: 100vh;
        width: 270px;
        background-color: var(--titlecolor);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    .topMenu>ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .topMenu>ul>li>a {
        font-size: 5vw;
        margin: 0px;
        color: #fff;
    }
    
    .topMenu>ul>li {
        min-width: 150px;
        margin: 0px;
    }
    .menuActive main {
        right: 270px;
    }
    .menuActive {
        overflow: hidden;
    }
    .shadowMask {
        position: fixed;
        left: 0px;
        top: 0px;
        width: auto;
        height: 100vh;
        bottom: 0px;
        right: 0px;
        z-index: 5;
        background-color: rgb(0 0 0 / 50%);
        opacity: 0;
        pointer-events: none;
        transition: all .3s cubic-bezier(0.48, -0.02, 0.57, 0.95);
    }
    
    .menuActive .shadowMask {
        opacity: 1;
        pointer-events: initial;
        right: 270px;
    }
        .homeCarousel .owl-dots {
        bottom: initial;
        top: 0px;
        left: calc(50% - 10px);
    }

    .homeCarousel .owl-dot:before {
        font-size: 30px;
    }

    .total-slides {
        bottom: initial;
        top: -29px;
        left: calc(50% - -10px);
        font-size: 30px;
    }
    .projectCarousel .owl-next, .projectCarousel .owl-prev {
        margin: 0px 10px;
    }
    
    .menuActive .menu-trigger .line {
        background-color: #fff;
    }
    .projectBox ul li {
        font-size: 4vw;
        margin: 3px 0px;
    }
    
    .projectBox ul li::before {
        top: 3px;
    }
}