@media (max-width: 1120px) {
    .hero_area {
        height: auto;
    }

    .slider_section {
        padding: 50px 0;
    }

}

@media (max-width: 1024px) {
    body {
      background-color: rgb(0, 0, 0);
      color: white;
    }
  
    .slider_section {
      height: 90vh;
      background-image: url(../images/bg.webp);
      background-size: cover;
    }
  
    .footer_section p {
      color: #fbfcfd;
      border-top: 1px solid #ffffff;
    }
  
    .footer_section a {
      color: #fbfcfd;
    }
  
    .social_box a {
      color: #ffffff;
    }
  
    .social_box a:hover {
      color: #fec016;
    }
  
    .info_section {
      background-color: #2c2c2c;
      color: #ffffff;
    }
  
    .info_section h5,
    .info_section .info_insta .insta_container .insta-box,
    .info_section .info_contact .img-box {
      color: #ffffff;
    }
  
    .info_section .info_insta .insta_container .insta-box {
      background-color: #232323;
    }
  
    .contact_section{
      background-color: #0f0f0f;
    }
  }

@media (max-width: 992px) {
    .user_option {
        flex-direction: column;
    }

    .custom_nav-container .nav_search-btn {
        background-position: center;
        margin-top: 10px;
    }

    .user_option a {
        margin-bottom: 10px;
    }

    .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 5px;
    }
}

@media (max-width: 829px) {
    body {
      background-color: rgb(0, 0, 0);
      color: white;
    }
  
  
    .footer_section p {
      color: #fbfcfd;
      border-top: 1px solid #ffffff;
    }
  
    .footer_section a {
      color: #fbfcfd;
    }
  
    .social_box a {
      color: #ffffff;
    }
  
    .social_box a:hover {
      color: #fec016;
    }
  
    .info_section {
      background-color: #2c2c2c;
      color: #ffffff;
    }
  
    .info_section h5,
    .info_section .info_insta .insta_container .insta-box,
    .info_section .info_contact .img-box {
      color: #ffffff;
    }
  
    .info_section .info_insta .insta_container .insta-box {
      background-color: #232323;
    }
  
    .contact_section{
      background-color: #0f0f0f;
    }
  }

@media (max-width: 768px) {

    body {
        background-color: rgb(0, 0, 0);
        color: white;
      }
    
      .slider_section {
        height: 90vh;
        background-image: url(../images/bg-mob.webp);
      }
    
      .footer_section p {
        color: #fbfcfd;
        border-top: 1px solid #ffffff;
      }
    
      .footer_section a {
        color: #fbfcfd;
      }
    
      .social_box a {
        color: #ffffff;
      }
    
      .social_box a:hover {
        color: #fec016;
      }
    
      .info_section {
        background-color: #2c2c2c;
        color: #ffffff;
      }
    
      .info_section h5,
      .info_section .info_insta .insta_container .insta-box,
      .info_section .info_contact .img-box {
        color: #ffffff;
      }
    
      .info_section .info_insta .insta_container .insta-box {
        background-color: #232323;
      }
    
      .contact_section{
        background-color: #0f0f0f;
      }
    
      .do_section .do_container .arrow-start::before {
        background-image: none;
      }
      
      .do_section .do_container .arrow-middle::before {
        background-image: none;
      }
      
      .do_section .do_container .arrow-end::before {
        background-image: none;
      }

    .info_section .col-md-3 {
        text-align: center;
    }

    .info_section .col-md-3:not(:nth-last-child(1)) {
        margin-bottom: 35px;
    }

    .who_section .detail-box {
        margin-left: 15px;
        margin-top: 35px;
    }

    .work_section .work_container .box.b-1,
    .work_section .work_container .box.b-2,
    .work_section .work_container .box.b-3,
    .work_section .work_container .box.b-4 {
        width: 100%;
    }

    .info_section .col-md-3>div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .info_section .info_form .social_box {
        justify-content: center;
    }

    .info_section .info_form .social_box a {
        margin: 0 10px;
    }

    .footer_section p {
        padding: 20px 30px;
    }

    .do_section .do_container {
        flex-direction: column;
        align-items: center;
      }
    
      .do_section .box {
        flex: 1 1 100%;
        margin: 15px 0;
      }
    
      .nav-links {
        display: none;
      }
    
      .nav-links.show {
        display: block;
      }
    
      .nav-toggle {
        display: block;
      }
}

@media (max-width: 576px) {
    .slider_section .detail-box h1 {
        font-size: 3.5rem;
    }

    .do_section .do_container .arrow_bg::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .heading_container h2 {
        font-size: 24px;
    }
    
    .heading_container p {
        font-size: 16px;
    }
    
    .do_section .box h6 {
        font-size: 18px;
    }
    .social_box a:hover {
      color: #fec016;
    }
    
    .info_section {
      background-color: #2c2c2c;
      color: #ffffff;
    }
    
    .info_section {
      background-color: #2c2c2c;
      color: #ffffff;
    }
    
    .info_section h5,
    .info_section .info_insta .insta_container .insta-box,
    .info_section .info_contact .img-box {
      color: #ffffff;
    }
    
    .info_section .info_insta .insta_container .insta-box {
      background-color: #232323;
    }
    
    .footer_section {
      justify-content: center;
    }
    
    .footer_section p {
      color: #fbfcfd;
      border-top: 1px solid #ffffff;
    }
    
    .footer_section a {
      color: #fbfcfd;
    }
    
    .social_box a {
      color: #ffffff;
    }
    
    .social_box a:hover {
      color: #fec016;
    }
}

@media (max-width: 420px) {
    .slider_section .detail-box h2 {
        font-size: 1.5rem;
    }

    .slider_section .detail-box h1 {
        font-size: 3rem;
    }
}

@media (max-width: 360px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}