.main-content
{
    background: linear-gradient(135deg, rgb(98, 121, 184), rgb(106, 135, 204));
    font-family: "Open Sans", sans-serif;
}

.main-text
{
    color: white;
    height: 80vh;
}


.main-text h2
{
    font-size: 56px;
}

.main-text p
{
    font-size: 24px;
}

.main-content .contact-btn
{
    border-radius: 28px;
    font-weight: 500;
    color: #ffffff; 
    border: 1px solid #ffffff;
    padding: 15px 45px;
}


@media (min-width: 1200px) 
{
    .main-content .container
    {
        max-width: 705px !important;
    }
}





.section-2 h4
{
    font-size: 46px;
    color: black;
}


.section2-main span
{
    font-size: 15px;
}


.last-section
{
    margin-top: 150px;
}


.section-2 .contact-btn
{
    border-radius: 28px;
    font-weight: 500;
    color: #ffffff; 
    border: 1px solid #ffffff;
    padding: 15px 45px;
    background-color: black;
}


.footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 40px 0;
    font-size: 14px;
  }
  .footer a {
    color: #ffffff;
    text-decoration: none;
  }
  .footer a:hover {
    text-decoration: underline;
  }

  .section-2 h2
  {
      font-size: 48px;
  }

  .section-2 h1
  {
      font-size: 60px;
  }


  @media (max-width: 578px) 
{
    .main-text h2
    {
        font-size: 35px;
    }

    .main-text p
    {
        font-size: 18px;
    }

    .section-2 h4
    {
        font-size: 28px;
        color: black;
    }

    .section-2 h2
    {
        font-size: 33px;
    }

    .section-2 h1
    {
        font-size: 39px;
    }

}


.mobile-banner {
    padding: 16px;
    background-color: rgb(2, 133, 254);
}
.image-wrapper {
    text-align: center;
    max-width: 600px;
    margin: auto;
}
.image-wrapper img {
    width: 100%;
    height: auto;
}

.mobile-banner
{
    top: 0;
    position: fixed;
    
}


.btn1
{
    top: 52%;
  
}

.btn1 img{
    width: 58%;
    max-width: 599px;
    /* animation: pulse 0.8s infinite;
    animation-timing-function: linear;   */
}


@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1);}
    100% { transform: scale(1); }
} 