body {
    margin: 0;
    padding: 0;
  }

  
  .navbar {
    background-image: linear-gradient(to bottom, black, transparent);
    min-height: 12%;
  }
  
  .navbar .container-fluid {
    gap: 3%;
  }
  
  .navbar-nav {
    width: 95%;
    display: flex;
    justify-content: space-between;
    padding-right: 5%;
  }
  
  .nav-item {
    font-size: 1.5vw;
  }
  
  .nav-link {
    color: #fff;
  }
  
  .navbar-brand {
    margin-left: 3%;
    width: max(13vw, 60px);
    height: max(3.5vw, 40px);
    background-image: url("../src/images/home/logo-w.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  
  .navbar.fixed-top {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
  }
  
  .navbar.hide-nav {
    transform: translateY(-100%);
  }
  
  .navbar.transparent {
    background-color: transparent;
  }
  
  .navbar.transparent .navbar-brand {
    width: max(13vw, 60px);
    height: max(3.5vw, 40px);
    background-image: url("../src/images/home/logo-w.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .navbar .container-fluid button {
    border: none;
    outline: none;
    transition: border-color 0.3s ease;
  }
  
  .nav-link:hover {
    transform: scale(1.3);
    transform-origin: center;
    transition: transform 0.2s ease;
    white-space: normal;
    word-break: break-word;
  }
  
  .nav-item:hover .nav-link {
    color: #fff;
  }
  
  .navbar.with-background .nav-link {
    color: #000;
  }
  
  .nav-item.dropdown:hover .nav-link {
    transform: scale(1.3);
    transform-origin: center;
    transition: transform 0.2s ease;
    white-space: normal;
    word-break: break-word;
  }
  
  .navbar .container-fluid button span i {
    color: #fff;
  }
  
  .navbar.with-background .container-fluid button i {
    color: #000;
  }
  
  .navbar.transparent .container-fluid button span i {
    color: #fff;
  }
  
  .navbar.with-background {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), white);
  }
  
  .menu-button {
    background-color: transparent;
    width: 60px;
    height: 75px;
  }
  
  @media screen and (min-width: 992px) {
    .menu-button {
      display: none;
    }
  }
  
  .navbar.with-background .navbar-brand {
    width: max(13vw, 60px);
    height: max(3.5vw, 40px);
    background-image: url("../src/images/home/logo-b.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .dropdown-menu {
    font-size: 16px;
    background-color: #fff;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    width: max-content;
  }
  
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
  
  .navbar.with-background .nav-item:hover .nav-link {
    color: #000;
  }
  
  .dropdown-item {
    color: #000;
    position: relative;
    padding: 8px 20px;
  }
  
  .dropdown-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  
  .dropdown-item:last-child::after {
    display: none;
  }
  
  .dropdown-item:hover {
    background-color: #000;
    color: #fff;
    transform: scale(1.1);
    transform-origin: center;
    transition: transform 0.2s ease;
    white-space: normal;
    word-break: break-word;
  }
  
  @media screen and (max-width: 992px) {
    .navbar-brand {
      width: max(13vw, 60px);
    height: max(3.5vw, 40px);
      background-image: url("../src/images/home/logo-b.webp");
      background-size: contain;
      background-repeat: no-repeat;
    }
  
    .navbar .navbar-brand {
      width: max(13vw, 60px);
    height: max(3.5vw, 40px);
      background-image: url("../src/images/home/logo-w.webp");
    }
  
    .navbar-nav {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }
  
    .nav-item {
      color: #000;
    }
  
    .nav-item:hover .nav-link {
      color: #000;
    }
  
    .dropdown-menu {
      position: absolute;
      top: 10%;
      left: 76%;
      min-width: 160px;
      background-color: #fff;
      border: 1px solid #000;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      z-index: 1;
      display: none;
      padding: 0;
      margin: 0;
    }
  
    .navbar-nav .nav-item:hover .dropdown-menu {
      display: block;
    }
  }
  .navbar-nav .nav-item .nav-link.active,
  .navbar-nav .nav-item.dropdown.active .nav-link {
    color: #0370dd;
    font-weight: bold;
  }
  .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
    background-color: #000;
    color: #fff;
  }


  /* The responsive div */




  .responsive-div {

    width: 100%;
    height: 100vh; /* Set the height to 100% of the viewport height */
    background-color: #ffffff; /* Change the background color to your preference */
    font-size: 2rem;
    color: #333;
    background-repeat: no-repeat ;
    background-size: cover;
    background-blend-mode: multiply;
    color: rgb(0, 0, 0);
    background-image: url('../src/images/contact-cover-min\ \(1\).jpg');

  }

  .responsive-div::before {

    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right, black, transparent);
    z-index: 1;
      
    }


    #for-center-data{

      height: 100vh;
      display: flex;
      align-items: center ;

    }



    #contact-us-text{

      color: white;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 3px;
      padding-top: 100px;
      z-index: 2;

    }

    #contact-us-main-heading{

      color: white;
      z-index: 2;
      font-size: 60px;
      font-weight: 1000;
      padding-bottom: 25px;
      padding-top: 20px;
      line-height: 1.2;

    }

    #contact-us-description{

      color: white;
      font-size: 23px;
      z-index: 2;

    }

  #container-cover-for-description{

      width: 70%;
      margin-left: 5%;

    }

    #cover-button a {


      font-size: 15px;
      color:rgb(255, 255, 255);
      text-decoration: none;
      padding: 10px 18px;
      border: 1px solid rgb(255, 255, 255);
      background-color: none;
      letter-spacing: 3px;
      font-weight: 600;

    }
    #cover-button  i{
      padding-left: 10px;


      transition: padding 0.5s ease;

    }
    #cover-button a:hover i{

      padding-left: 20px;

    }



    #cover-button {

      padding-top: 60px;
      z-index: 2;

    }




 @media (max-width: 767px) {


        .responsive-div {
        font-size: 1.5rem;

        }
    #contact-us-main-heading{

        font-size: 40px;
        font-weight: 1000;
        padding-bottom: 25px;

        }

        #contact-us-description{

        font-size: 18px;

          }

          #container-cover-for-description{

            width: 90%;
            margin-left: 5%;

          }

      

    }

    .col-12 .navbar{

        width: 85px;

    }



     /*POrtion 2 CSS*/



    .responsive-div-2 {
        width: 100%;
       
      }

      #industries-dis{
        height: 100vh;
        display: flex;
        align-items: center;
      }
      #industries-pic{
        height: 100vh;
        display: flex;
        align-items: center;
        
      }

      #industry-name{

        font-size: 35px;
        font-weight: 700;
        padding-left: 50px;
        color: black;

      }

      #industry-about{
        font-size: 25px;
        padding-left: 50px;
        padding-top: 50px;
        padding-right: 30px;
        letter-spacing: 1px;
        color: black;


      }
      #industry-button{
        
        padding-left: 50px;
        padding-top: 50px;
        padding-right: 30px;
        


      }

      #industry-button a{

        text-decoration: none;
        padding: 15px 70px;
        border: 1px solid rgb(182, 182, 182);
        color: rgb(72, 108, 226);
        transition: background-color 0.5s ease;
        font-size: 18px;
        font-weight: 600;
        


      }
      #industry-button a:hover{

        background-color:rgb(72, 108, 226);
        color: white;
        


      }


      #industry-name-h{

        font-size: 35px;
        font-weight: 700;
        padding-left: 50px;
        display: none;

      }

      #industry-about-h{
        font-size: 25px;
        padding-left: 50px;
        padding-top: 50px;
        padding-right: 30px;
        letter-spacing: 3px;
        display: none;


      }
      #industry-button-h{
        
        padding-left: 50px;
        padding-top: 50px;
        padding-right: 30px;
        display: none;
        


      }

      #industry-button-h a{

        text-decoration: none;
        padding: 15px 70px;
        border: 1px solid rgb(182, 182, 182);
        color: rgb(72, 108, 226);
        transition: background-color 0.5s ease;
        font-size: 18px;
        font-weight: 600;
        


      }
      #industry-button-h a:hover{

        background-color:rgb(72, 108, 226);
        color: white;
        
        


      }

      #for-pic{

        background-image: url('../src/images/industry1.webp');
        width: 110%;
        height: 90vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

      }

      #for-pic-2{

        background-image: url('../src/images/industry2.webp');
        width: 100%;
        height: 90vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

      }
      #for-pic-3{

        background-image: url('../src/images/industry5.webp');
        width: 110%;
        height: 90vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;

      }
      #for-pic-4{

        background-image: url('../src/images/industry4.webp');
        width: 100%;
        height: 90vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;

      }
      #for-pic-5{

        background-image: url('../src/images/industry3.webp');
        width: 110%;
        height: 90vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;

      }








      #section4 a {

        letter-spacing: 2px;
      
        font-size: 14px;
      
        margin-top: 2%;
      
        margin-left: 5%;
      
        font-weight: 500;
      
      }

      #section4 .btn {

        background-color:#1789fc;
      
        display: flex;
      
        justify-content: center;
      
        align-items: center;
      
        border-radius: 0;
              
        min-width: 250px;
      
        height: 55px;
      
        transition: width 0.2s ease-in-out;
      
        transform-origin: left;
      
      }
      
      
      
      
      #section4 .btn{
      
        width: 15vw;
      
      }
      
      
      
      #section4 i {
      
       margin-left: 10%;
      
      }
    
      
      
      
      
      #section4 .btn:hover {
      
        width: 20vw;
      
        background-color: #0370dd;
      
      }

      #section4{

        padding: 0;
      
        margin: 0;
      
        top: 0;
      
        left: 0;
      
        background-image: url(https://creativechaos.co/wp-content/uploads/2018/04/footerbg.jpg);
      
        background-position: center;
      
        background-size: cover;
      
        display: flex;
      
        flex-direction: column;
      
        justify-content: center;
      
        height: 450px;
      
      }
      
      
      
      
      #section4::before{
      
        left: 0;
      
        content: "";
      
        width: 100%;
      
        position: absolute;
      
        height: 450px;
      
        background-color: rgba(16,33,67, 0.8);
      
        z-index: 0;
      
      }
      
      
      
      
      #section4 div p, #section4 div h2{
      
        margin-left: 5%;
      
        color: #fff;
      
      }
      
      
      
      
      #section4 div h2{
      
        font-size: 4.5vw;
      
        font-weight: 900;
      
      }
      
      
      
      
      #section4 div p{
      
      letter-spacing: 2px;
      
      font-weight: 500;
      
      }
      
      
      
      
      .section4-subdiv{
      
        z-index: 1;
      
      }
      
      
      
      
      .footer{
      
        position: absolute;
      
        display: flex;
      
        flex-direction: column;
      
        align-items: end;
      
        justify-content: end;
      
        width: 100%;
      
        height: 450px;
      
      }
      
      
      
      
      #section4 .footer p{
      
        text-align: right;
      
        margin: 0;
      
        padding: 0;
      
        width: 100%;
      
        padding-right: 10%;
      
        background-color: rgba(16,33,67);
      
        color: #ffffff;

        font-weight: 100;
      
      }







    @media (max-width: 768px) {
        .responsive-div {
        font-size: 1.5rem;
        }

    #contact-us-main-heading{
        font-size: 40px;
        font-weight: 1000;
        padding-bottom: 25px;
        }
        #contact-us-description{
            font-size: 18px;
          }
          #container-cover-for-description{

            width: 90%;
            margin-left: 5%;
          }

          #industries-dis{

            display: none;

          }
          #industry-name-h{

            font-size: 30px;
            font-weight: 700;
            color: white;
            display: block;
            margin-top: 20px;
            z-index: 2;
    
          }
    
          #industry-about-h{
            font-size: 20px;
            padding-left: 10px;
            padding-top: 10px;
            letter-spacing: 3px;
            display: block;
            text-align: center;
            color: white;
            padding-bottom: 0px;
            margin-top: -20px;
            z-index: 2;
    
    
          }
          #industry-button-h{
            
           
            display: block;
            padding: 0px 0px 0px 0px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: -50px;
            z-index: 2;
            
            
    
    
          }
          #industry-button-h a{

            background-color: white;
            
    
    
          }
          #for-pic{
            height: 70vh;
            width: 110%;
            position: relative;
          } 
          #for-pic::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.548); /* Red color with 30% opacity */
            z-index: 1;
          }
          #for-pic-2{
            height: 70vh;
            width: 110%;

          } 
          #for-pic-2::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.548); /* Red color with 30% opacity */
            z-index: 1;
          }
          #for-pic-3{
            height: 70vh;
            width: 110%;

          } 
          #for-pic-3::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.548); /* Red color with 30% opacity */
            z-index: 1;
          }
          #for-pic-4{
            height: 70vh;
            width: 110%;

          } 
          #for-pic-4::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.548); /* Red color with 30% opacity */
            z-index: 1;
          }
          #for-pic-5{
            height: 70vh;
            width: 110%;

          }
          #for-pic-5::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.548); /* Red color with 30% opacity */
            z-index: 1;
          }
          #industries-dis{
            height: auto;
          }
          #industries-pic{
            height: auto;
            
          }

          
        
        
    }