
#funnel-section {
    background-image: url('0_3.png');
    background-color: #d6dfe6;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    min-height: 1200px;
}
body {
    background: url('allbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 565;
    letter-spacing: 0.07em;
    line-height: 1.4em;
}

.navbar {
    display: flex;
    justify-content: space-between;
    background-color: #1F1F1F;
    padding: 20px 50px;
    color: white;
    z-index: 2;
}

.navbar a {
    color: white;
    text-decoration: none;
    margin-right: 20px;
}

.navbar a:hover {
    color: #d6dfe6;
}



.container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    padding: 25px;
    max-width: 1700px;
    margin: 0 auto;
    z-index: 2;
}

.text-container {
    width: 98%;
    position: relative;
    align-items: left;
    z-index: 2;
}

h1 {
    font-size: 3em;
    color: #659edf;
    text-align: center;
    padding: 20px 20px;
    line-height: 1.5em;
    z-index: 2;
}

p {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.4em;
    padding: 10px 20px;
    text-align: left;
    z-index: 2;
}

.container {
    padding: 20px;
}

.text-container {
    width: 100%;
}




.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 18px;
    color: #ffffff;
    background-color: rgb(33, 33, 34); /* Change color to blue */
    border: none;
    border-radius: 5px;
    text-decoration: none;
    z-index: 2;
    text-align: center; /* Center the button */
}

.btn:hover {
    background-color: #ffffff;
    color: blue; /* Change color to blue */
}

img {
    max-width: 90%; /* Make the image smaller */
    display: block;
    margin: 0 auto; /* Center the images */
}
footer {
    background: linear-gradient(135deg, #1A1A1A, #292929);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }

  footer p {
    margin: 0;
  }

  footer a {
    color: #fff;
    margin-right: 20px;
    font-size: 24px;
    transition: transform 0.2s ease-in-out;
  }

  footer a:hover {
    transform: scale(1.2);
  }

  footer a i.fa-youtube-play {
    color: #ff0000;
  }

  footer a i.fa-linkedin {
    color: #0077b5;
  }

  footer a i.fa-envelope {
    color: #da5a4e;
  }

  footer a i.fa-twitter {
    color: #1DA1F2;
  }


@media (max-width: 768px) {
    .container {
        padding: 20px;
    }
    .text-container {
        width: 100%;
    }
    h1 {
        font-size: 2em;
    }
    p {
        font-size: 15px;
        max-width: 95%;
    }
}
