


@media only screen and (max-width: 1400px) {
    .progress-nav {
        right: 18px;
    }
    /*.brand-name {
        width: 75px;
    }*/
    
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1270px;
        padding-left: 4%;
        padding-right: 4%;
    }
    .container-fluid {
        max-width: 1370px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .testimonial-left-image {
        margin-right: -100px;
    }
    .testimonials-content {
        padding-bottom: 40px;
    }
    .sidebar {
        margin-left: auto;
    }
    
}

@media only screen and (max-width: 1199px) {
    .number-email-cv {
        display: none;
    }
    .about-content h1 {
        font-size: 55px;
    }
    .testimonial-icon {
        bottom: 40px;
    }
    
}


@media only screen and (max-width: 991px) {
    .body-piling .brand {
        left: 25px;
        top: 25px;
    }
    .nav-toggle-btn {
        right: 25px;
        top: 25px;
    }
    .lets-chat {
        right: 85px;
        top: 25px;
    }
    .weapons-images,
    .passion-content {
        margin-left: 0;
    }
    .slide-container {
        padding-top: 85px;
        padding-right: 15px;
    }
    .header {
        position: fixed;
        height: 85px;
        width: 100%;
        z-index: 10;
        left: 0;
        top: 0;
        background: transparent; 
    }

    
}

@media only screen and (max-width: 767px) {
    .container,
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-content h1 {
        font-size: 45px;
    }
    .flower-container {
        position: absolute;
        top: 0%;
        left: 20%;
        width: 150px;
        height: 150px;
      }
      
      .petals {
        position: absolute;
        height: 70%;
        top: 0;
        left: 0;
        animation: rotate 10s infinite linear;
        z-index: 1; /* Adjust the stacking order */
      }
      
      .center {
        left: 18%;
        top:20%;
        height: 30%;
        position: relative; /* Change to relative positioning */
        z-index: 2; /* Adjust the stacking order */
      }
}

@media only screen and (max-width: 575px) {
    .serction-title h2 {
        font-size: 30px;
    }
    .about-content h3 {
        font-size: 25px;
    }
    .blog-meta {
        flex-wrap: wrap;
    }
    .blog-meta li:not(:last-child) {
        padding-right: 0;
    }
    .blog-meta li:not(:last-child):after {
        display: none;
    }
    .page-title,
    .about-content h1 {
        font-size: 40px;
    }
    blockquote {
        padding-left: 25px;
        padding-right: 25px;
    }
    .comment-item.child-comment {
        margin-left: 25px;
        .flower-container {
            position: absolute;
            top: 0%;
            left: 20%;
            width: 170px;
            height: 170px;
          }
          
          .petals {
            position: absolute;
            height: 70%;
            top: 0;
            left: 0;
            animation: rotate 10s infinite linear;
            z-index: 1; /* Adjust the stacking order */
          }
          
          .center {
            left: 18%;
            top:20%;
            height: 30%;
            position: relative; /* Change to relative positioning */
            z-index: 2; /* Adjust the stacking order */
          }
    }
    
}

@media only screen and (max-width: 480px) {
    .passion-item {
        width: 100%;
    }
    .comment-item,
    .counter-wrap {
        display: block;
    }
    .success-box:not(:last-child) {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
    .testimonial-icon {
        height: 55px;
        width: 55px;
        bottom: 110px;
        font-size: 25px;
        line-height: 55px;
        border-radius: 10px;
    }
    .contact-content {
        padding-left: 25px;
        padding-right: 25px;
    }
    .contact-form textarea {
        height: 150px;
    }
    .blog-item h3,
    .footer-contact h3 {
        font-size: 20px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .flower-container {
        position: absolute;
        top: 0%;
        left: 20%;
        width: 140px;
        height: 140px;
      }
      
      .petals {
        position: absolute;
        height: 70%;
        top: 0;
        left: 0;
        animation: rotate 10s infinite linear;
        z-index: 1; /* Adjust the stacking order */
      }
      
      .center {
        left: 18%;
        top:20%;
        height: 30%;
        position: relative; /* Change to relative positioning */
        z-index: 2; /* Adjust the stacking order */
      }
    
}

@media only screen and (max-width: 400px) {
    .edu-experi-item .years {
        width: 55px;
    }
    .page-title {
        font-size: 35px;
    }
    .flower-container {
        position: absolute;
        top: 0%;
        left: 20%;
        width: 110px;
        height: 110px;
      }
      
      .petals {
        position: absolute;
        height: 70%;
        top: 0;
        left: 0;
        animation: rotate 10s infinite linear;
        z-index: 1; /* Adjust the stacking order */
      }
      
      .center {
        left: 18%;
        top:20%;
        height: 30%;
        position: relative; /* Change to relative positioning */
        z-index: 2; /* Adjust the stacking order */
      }
}

@media only screen and (max-width: 375px) {
    .lets-chat {
        right: 66px;
    }
    .section-title h2 {
        font-size: 28px;
    }
    .about-content h3 {
        font-size: 20px;
    }
    blockquote p,
    .about-content p {
        font-size: 16px;
    }
    .blog-item h3 {
        font-size: 18px;
    }
    .flower-container {
        position: absolute;
        top: 0%;
        left: 20%;
        width: 110px;
        height: 110px;
      }
      
      .petals {
        position: absolute;
        height: 70%;
        top: 0;
        left: 0;
        animation: rotate 10s infinite linear;
        z-index: 1; /* Adjust the stacking order */
      }
      
      .center {
        left: 18%;
        top:20%;
        height: 30%;
        position: relative; /* Change to relative positioning */
        z-index: 2; /* Adjust the stacking order */
      }
    
}