    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.png');
  
    }
  
    .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%;
        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-image: url('../src/images/form-background\ \(1\).webp');
        background-repeat: no-repeat ;
        background-size: cover;
        background-blend-mode: multiply;
      }

      #for-center-data-2{
        height: 100vh;
        display: flex;
        align-items: center;
        width: 100%;
        
      }


      #ask-a-creative{
        font-size: 33px;
        font-weight: 700;
        font-family: Arial, Helvetica, sans-serif;
        padding-left: 60px;

      }
      #Innovation-Delivery{
        font-size: 20px;
        padding-top: 10%;
        font-family: Arial, Helvetica, sans-serif;
        padding-left: 60px;
        
      }
      #Digital-Transformation{
        font-size: 20px;
        padding-top: 10%;
        font-family: Arial, Helvetica, sans-serif;
        padding-left: 60px;
        
      }
      #Building{
        font-size: 20px;
        padding-top: 10%;
        font-family: Arial, Helvetica, sans-serif;
        padding-left: 60px;
        
      }
      #Augumenting{
        font-size: 20px;
        padding-top: 10%;
        font-family: Arial, Helvetica, sans-serif;
        padding-left: 60px;
        
      }

      #form-bg{
        background-color: #ffffff;
        width: 73%;
        margin-left: 10%;
      }

      .row-f{
        margin-top:20px;
        width: 100%;
      }

      #submit{
        margin-top: 20px;
        margin-bottom: 5%;
        padding: 15px 0px;
        background-color: rgb(5, 136, 197);
        color: white;
      }

      input{
        font-size: 17px;
        outline: none;
        border: none;
        border-bottom: 1px solid rgb(211, 211, 211);
        width: 100%;
        
      }

      input::placeholder{
        color: rgb(148, 148, 148);
        
      }

      input:hover{
          border-bottom: 1px solid rgb(124, 102, 252);    
          cursor: pointer;    
      }
      input:focus{
        border-bottom: 1px solid rgb(124, 102, 252);        
    }
      #form{
        padding: 20px;
      }

  /*POrtion 3 CSS*/


      .responsive-div-3 {
        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;
      }
  
      .responsive-div-3::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
        }
        #for-center-data-3{
          height: 100vh;
          
          
        }

        #gettouch{

          height:35vh;
          display: flex;
          justify-content: center;
          align-items: center;

        }
        #address{
        height: 65vh; /* Set the height to 100% of the viewport height */
        overflow: hidden;
        position: relative;
        
          
        }
        #address::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: rgba(15, 36, 104, 0.589); /* Red color with 30% opacity */
          z-index: 1;
        }
        #img-location{
          background-repeat: no-repeat;
          margin-left: -3%;
          position: absolute;
          transition: 0.3s ease;
          object-fit: cover;
        }
        #address:hover img{
          
          transform: scale(1.1);
          }


          #location-padding{
            padding: 0px 120px;
          }
          
        #phone-email{
          height: 65vh; /* Set the height to 100% of the viewport height */
        overflow: hidden;
        position: relative;
        
          
        }
        #phone-email::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: rgba(139, 26, 26, 0.548); /* Red color with 30% opacity */
          z-index: 1;
        }
        #phone-email:hover img{
          
          transform: scale(1.1);
          }
        #fourth-thing{
          height: 35vh; /* Set the height to 100% of the viewport height */
        overflow: hidden;
        position: relative;
          
        }
        
        #fourth-thing::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: rgba(158, 149, 29, 0.616); /* Red color with 30% opacity */
          z-index: 1;
        }
        #fourth-thing:hover img{
          
          transform: scale(1.1);
          }
        #get-touch-text{

          text-align: center;
          color: rgb(63, 125, 196);
          font-family: Arial, Helvetica, sans-serif;
          letter-spacing: 4px;
          line-height: 25px;
          font-weight: 700;

        }
        #center-map{
          height: 60vh;
          width: 100%;
          display: flex;
          align-items: center;
        }
        #center-fourth-thing{
          height: 35vh;
          width: 100%;
          display: flex;
          align-items: center;
        }
        #row-location{
          margin-top: -40px;
        }

        #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 query for smaller screens */
    @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%;
          }
          #ask-a-creative{
            font-size: 25px;
            font-weight: 700;
            font-family: Arial, Helvetica, sans-serif;
            padding-left: 20px;
    
          }
          #Innovation-Delivery{
            
            font-size: 15px;
            padding-top: 4%;
            font-family: Arial, Helvetica, sans-serif;
            padding-left: 20px;
            
          }
          #Digital-Transformation{
            font-size: 15px;
            padding-top: 4%;
            font-family: Arial, Helvetica, sans-serif;
            padding-left: 20px;
            
          }
          #Building{
            font-size: 15px;
            padding-top: 4%;
            font-family: Arial, Helvetica, sans-serif;
            padding-left: 20px;
            
          }
          #Augumenting{
            font-size: 15px;
            padding-top: 4%;
            font-family: Arial, Helvetica, sans-serif;
            padding-left: 20px;
            
          }
          #form-bg{
            background-color: #ffffff;
            width: 99%;
            margin-left: 0;
            margin-bottom: 10px;
          }
          input{
            font-size: 14px;
            outline: none;
            border: none;
            border-bottom: 1px solid rgb(211, 211, 211);
            width: 100%;
            
          }
          #for-center-data-2{
            display: block;
            height: auto;
          }
          .responsive-div-2 {
            height: auto;
            
          }

          #location-padding{
            padding: 0px 20px;
          }
          #row-location{
            margin-top: -130px;
          }
          #address{
            height: 40vh; /* Set the height to 100% of the viewport height */
            overflow: hidden;
            position: relative;
            
              
            }
            #phone-email{
              height: 40vh; /* Set the height to 100% of the viewport height */
            overflow: hidden;
            position: relative;
            
              
            }
            #phone-email::before {
              height: 40vh;
            }
            #phone-email img{
              object-fit: cover;
            
              
            }
            #fourth-thing{
              height: 26vh; /* Set the height to 100% of the viewport height */
            overflow: hidden;
            position: relative;
            
              
            }
            #fourth-thing::before {
              height: 26vh;
            }
            #fourth-thing img{
              object-fit: cover;
            
              
            }
              #section4{

                padding: 0;
              
                margin-top: 330px;
              
            
              
                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 div h2{

                font-size: 30px;
              
                font-weight: 900;
              
              }
              
              
              
              
              .section4-subdiv{
              
                display: flex;
              
                flex-direction: column;
              
                justify-content: center;
              
                align-items: center;
              
              }
          
    }
