/* Extra Small Devices (Phones) */
@media (max-width: 575.98px) {
    #nav_section nav{
        background-color: #1A7800;
    }

    .white-logo{
        display: block!important;
    }
    .light-logo{
        display: none!important;
    }
    .navbar-brand {
        position: absolute;
        left: 50%;
        top: 8px;
        transform: translateX(-50%);
    }
    .navbar .navbar-brand img{
        max-width: 150px;
    }

    #hero_section {
        background-position: bottom right;
    }
    #hero_section .hero_content{
        margin-top: 40px;
        margin-bottom: 50px;
    }
    #hero_section .hero_title {
        font-size: 40px;
        color: #ffffff;
     }
     #hero_section .hero_title span{
        color: #FF9100;
     }
     #hero_section .hero_content .btn {
       font-size: 15px;
       padding: 5px 15px;

    }
    #business_agency h3,#development_agency h3 {
        font-size: 30px;
        text-align: center;
    }
    #about_section ,#founder_section{
        text-align: center;

    }
    #newsletter_section h2{
        text-align: center;
        margin: 0 0 30px;
    }
    #about_section img{
        margin-top: 20px;
    }
    #about_section .counter_item h5{
        font-size: 20px;

    }
    #about_section .counter_item p{
        font-size: 16px;
    }

    .contact_info .info_item {
        margin: 25px 50px;
    }

  }

  /* Small Devices (Tablets) */
  @media (min-width: 576px) and (max-width: 767.98px) {
    #nav_section nav{
        background-color: #7638FF;
    }
    .navbar .navbar-brand img{
        max-width: 170px;
    }
    .white-logo{
        display: block!important;
    }
    .light-logo{
        display: none!important;
    }
    #hero_section {
        background-position: bottom right;
    }
    #hero_section .hero_content{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #hero_section .hero_title {
        font-size: 50px;
        color: #ffffff;
     }
     #hero_section .hero_title span{
        color: yellow;
     }
     #hero_section .hero_content .btn {
       font-size: 15px;
       padding: 5px 15px;

    }
    #business_agency h3,#development_agency h3 {
        font-size: 30px;
        text-align: center;

    }
    #about_section ,#founder_section{
        text-align: center;
    }
    #newsletter_section h2{
        text-align: center;
        margin: 0 0 30px;
    }
    #about_section img {
        margin-top: 20px;
    }


    .contact_info .info_item {
        margin: 20px 10px;
    }
  }

  /* Medium Devices (Laptops) */
  @media (min-width: 768px) and (max-width: 991.98px) {

    .navbar .navbar-brand img{
        max-width: 200px;
    }
    .nav-link{
        margin: 0px 5px;

    }

    #hero_section .hero_title {
        font-size: 35px;
     }
    #business_agency h3,#development_agency h3 {
        font-size: 30px;
    }
    #about_section .section_title {
        font-size: 30px;
    }
    #testimonial .section_title{
        font-size: 30px;
    }
    #about_section .section_content {
        font-size: 17px;
        margin: 5px 0;
    }


    #about_section .counter_item h5 {
        font-size: 15px;
        margin-top: 5px;

    }
    #about_section .counter_item p {
        font-size: 14px;
        line-height: 15px;
        margin: 0;

    }
    #founder_section {
        font-size: 18px;
    }
    #founder_section .section_title{
        font-size: 30px;
    }

    #founder_section .founder_details {
        margin: 15px 0;
    }
      #founder_section .founder_details h4 {
        font-size: 22px;
    }
    #newsletter_section h2{
        text-align: center;
        margin: 0 0 30px;
    }
    .contact_info .info_item {
        padding-left: 35px;
    }
    .contact_info .info_item h6{
        font-size: 1.2rem;
    }

    .contact_info .info_item i {
        top: 10px;
        left: -10px;
        font-size: 30px;

    }
  }

  /* Large Devices (Desktops) */
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar .navbar-brand img{
        max-width: 220px;
    }

    #about_section .section_title {
        font-size: 35px;

    }

    #about_section .section_content {

        font-size: 18px;
        margin: 15px 0;
    }


    #about_section .counter_item h5 {

        font-size: 20px;
        margin-top: 15px;
    }

    #founder_section {
        font-size: 18px;
    }
    #founder_section .section_title{
        font-size: 35px;
    }
    #founder_section .founder_details {
        margin: 25px 0;
    }
      #founder_section .founder_details h4 {
        font-size: 25px;
    }
    #testimonial .section_title{
        font-size: 35px;
    }
  }

  /* Extra Large Devices (Large Desktops) */
  @media (min-width: 1200px) {
    .fixed-top{
        padding-top: 30px;
    }
    .nav-active{
        padding-top: 10px!important;
    }

    .navbar .navbar-brand img{
        max-width: 250px;
    }
    #hero_section .row{
        margin-top: 10%;
    }

    #founder_section {
        font-size: 22px;
    }
    #founder_section .founder_details {
        margin: 50px 0;
      }
  }
    /* Extra Large Devices (Large Desktops) */
    @media (min-width: 1800px) {
        .hero_title{
            font-size: 70px!important;
        }


      }
  /* Landscape Orientation */
  @media (orientation: landscape) {
    /* Your styles for landscape orientation here */
  }

  /* Portrait Orientation */
  @media (orientation: portrait) {
    /* Your styles for portrait orientation here */
  }

  /* High-Resolution Devices (e.g., Retina displays) */
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* Your styles for high-resolution devices here */
  }

  /* Specific Width Range */
  @media (min-width: 600px) and (max-width: 800px) {
    /* Your styles for the specific width range here */
  }

  /* Specific Height Range */
  @media (min-height: 400px) and (max-height: 600px) {
    /* Your styles for the specific height range here */
  }

  /* Global styles (applies to all devices) */
  /* Your common styles here */
