.break0 {
    background-color: #222;
    width: 100%;
    margin-top: 130px;
}

.break0.6 {}

.break0 .container-fluid {
    padding: 0%;
}

.break1 #design {
   background-color: black; 
   padding: 30px;
}

.mb-3 {
background-color: #131518;

}
#contact-form {
    background-color: #0e0b00;
    padding: 4em 0em;
    width: 100%;
    border-top-right-radius: 2em;
    border-top-left-radius: 2em;
    
    
  }
  
  #contact-form .defaultsectitle {
    color: #fcfcfc;
  }
  
  #contact-form .defaultsecdesc {
    color: #d6d6d6;
    font-size: 1rem;
    font-family: Space Grotesk;
    font-weight: 500;
    width: 90%;
  }
  
  #contact-form .form-menu {
    position: relative;
  }
  
  #contact-form .icon {
    position: absolute;
    top: calc(50%);
    left: 1.25rem;
    color: #d6d6d6;
  }
  
  #contact-form .icon-message {
    position: absolute;
    top: 1.8rem;
    left: 1.25rem;
    color: #d6d6d6;
  }
  
  #contact-form .form-control {
    left: 0.5rem;
    padding-left: 3.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #303030;
    font-family: Space Grotesk ;
    border: none;
    color: #d6d6d6;
  }
  
  #contact-form .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6e6e6e;
    opacity: 1; /* Firefox */
  }
  
  #contact-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6e6e6e;
  }
  
  #contact-form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #6e6e6e;
  }

@media (max-width: 768px) {
    .contact-form-container {
        padding: 20px;
    }
    .contact-form .form-control {
        font-size: 1rem;
        padding: 10px;
    }
}


.faded {
    background-color: #ffff;
    height: 150px;
}

.space-grotesk {
    font-family: "Space Grotesk", sans-serif;
}

h1 {
    font-size: 50px;
    padding: 30px;
    text-align: center;
}

#logo {
    width: 200px;
    height: auto;
    transition: width 0.3s ease, height 0.3s ease; 
}

.navbar {
    transition: padding 0.3s ease; 
    background-color: #ffff;
}

.navbar-shrunk {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}




.image-container {
    position: relative; 
}

.break0 {
    background-color: #222;
    width: 100%;
    margin-top: 130px;
}

.break0 .container-fluid {
    padding: 0%;
}

.break1 {
    background-color: #ffff;
    padding: 30px;
}

.funnel-display {
    font-family: "Funnel Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    position: absolute; 
    top: 10%;  
    left: -13%; 
    transform: translateX(-50%); 
    color: black; 
    font-size: 2rem;
    text-align: left; 
    padding: 400px; 
    max-width: 80%; 
    z-index: 10; 

   
    font-size: 1.5vw;  
    line-height: 1.4;
}


@media (max-width: 768px) {
    .funnel-display {
        font-size: 6vw;  
        padding: 15px;    
    }
}


@media (max-width: 480px) {
    .funnel-display {
        font-size: 8vw;  
        padding: 10px;   
    }
}

/* Container adjustment */
.image-container {
    position: relative;  
    display: flex;
    justify-content: center;  
    align-items: center;  
    height: 100%;  
}

#logo {
    width: 200px;
    height: auto;
    transition: width 0.3s ease, height 0.3s ease;
}

.navbar {
    transition: padding 0.3s ease;
    background-color: #ffff;
}

.navbar-shrunk {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

h1 {
    font-size: 50px;
    padding: 30px;
    text-align: center;
}
.footer {
    background-color: #1d2015;
    padding: 2rem 4.5rem 2rem 4.5rem;
  }
  
  .footer .container-fluid {
    display: flex;
    justify-content: space-between;
    
  }
  
  .footer .copyright {
    color: #d6d6d6;
    font-family: "Funnel Display", sans-serif;;
    display: flex;
    align-items: center;
    
  }
  
  .footer .social-media {
    display: flex;
    justify-content: flex-end; /* Align content to the right */
    align-items: center; /* Vertically align the items */
}
  
  
  footer .social-media ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

   footer .social-media li {
    margin-left: 15px; /* Space between the items */
}
  

  
  
  .footer .social-media ul li #instagram-ico {
    fill: #d6d6d6;
    transition: all 0.5s ease;
    align-items: end
  }
  
  .footer .social-media ul li:hover #instagram-ico {
    fill: white;
    align-items: end
  }
  
  .footer .social-media ul li #behance-ico {
    fill: #d6d6d6;
    transition: all 0.5s ease;
    align-items: end
  }
  
  .footer .social-media ul li:hover #behance-ico {
    fill: white;
    align-items: end
  }
  footer .social-media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

footer .social-media ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

footer .social-media li {
    margin-left: 15px;
}

@media (max-width: 768px) {
    footer .social-media {
        justify-content: center; /* Align to the center on smaller screens */
    }
}
  


