body {
    font-family: 'Lexend Deca', sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #550838;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.banner {
    display: flex;
    align-items: center;
    background-color: #550838;
}

.logo {
    margin-right: auto;
}

.logo img {
    height: 44px;
    width: 184px;
}

nav ul {
    list-style-type: none;
    margin-right: 0px;
    padding: 0;
    display: flex;
    left: -10px;
}

nav ul li {
    margin-right: 0px;
    margin-left: 90px;
    font-size: 12px;
    text-align: center;
    align-items: center;
    left: -10px;
    display: flex;
}

nav ul li:first-child {
    margin-left: -10;
    align-items: center;
    display: flex;
}

nav ul li a {
    margin-right: 0px;
    color: white;
    text-decoration: none;
    display: flex;
}

.hamburger-menu {
    display: none;
    color: white;
    cursor: pointer;
}

/* HOMEBANNER */

.container1 {
    position: relative;
    width: 100%;
}

.background-image {
    background-image: url('../img/contact.png');
    background-size: cover;
    background-position: center;
    height: 350px; /* Adjust the height as needed */
    color: white; /* Text color */
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.background-image p {
    font-size: 40px; /* Adjust the font size as needed */
    font-weight: bold;
    letter-spacing: 2px;
}

.container {
    max-width: 800px; /* Adjust as needed */
    margin: 0 auto; /* Center the container */
    text-align: center; /* Center-align the text */
}

.container h1 {
    margin-top: 40px;
    font-size: 11px; /* Adjust the font size as needed */
    color: #550838;
}

.container p {
    margin-top: 0px;
    font-size: 15px; /* Adjust the font size as needed */
    line-height: 2.0; /* Adjust the line height as needed */
    color: #575757;
    padding: 20px;
}

.custom-container {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 200px;
  }
  
  .custom-box {
    width: 100%;
    max-width: 600px;
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 20px;
    line-height: 1.5;
    background-color: #ffffff;
    border: 1px solid #ddd;
    color: #5a5a5a;
    font-size: 15px;
    border-radius: 7px;
    font-weight: light;
  }
  
  .custom-contact-form {
    margin-top: 30px;
  }
  
  .custom-form-group {
    margin-bottom: 15px;
    margin-left: 20px;
  }
  
  .label {
    margin-right: 20px;
  }
  
  .label {
    display: block;
    font-weight: bold;
  }
  
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea {
    width: calc(100% - 16px);
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical; /* Only allow vertical resizing */
    font-family: 'Lexend Deca', sans-serif;
  }
  
  
  button {
    display: flex;
    padding: 15px 100px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: #550838;
    color: #ffffff;
    font-family: 'Lexend Deca', sans-serif;
  }
  
  .submit-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  button:hover {
    background-color: #8a0958;
    color: #ffffff;
  }
  
  input[type="checkbox"] {
    margin-right: 5px;
    margin-top: 0px;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 18px;
    z-index: 1;
    top: 0px; /* Example: moves the dropdown 30px below the parent */
    left: 85px;
    width: 300px;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
  }
  
  .dot {
    margin-right: 10px;
  }
  
  .dropdown-text {
    cursor: pointer;
  }
  
  .checkbox-container {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  
  .checkbox-container input[type="checkbox"] {
    margin: 0;
  }
  
  .dropdown:hover .dropdown-content,
  .dropdown-content.open {
    display: block;
  }
  
  .dropdown-text::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 3px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #5a5a5a; /* Change the color if needed */
    margin-left: 5px;
  }
  
  .dropdown-content.open .dropdown-text::after {
    border-top: none;
    border-bottom: 4px solid #5a5a5a; /* Change the color if needed */
  }  

/* FLOATING BUTTONS */

.floating-fb-btn1 {
    position: fixed;
    bottom: 160px;
    right: 16px;
    background-color: #550838;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.floating-fb-btn1 img {
    width: 70%;
    height: auto;
}

.floating-fb-btn {
    position: fixed;
    bottom: 100px;
    right: 16px;
    background-color: #550838;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.floating-fb-btn img {
    width: 70%;
    height: auto;
}

.floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #01D20C;
    color: #ffffff;
    width: 42px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 9999;
  }

  .custom-button1 {
    font-family: 'Lexend Deca', sans-serif;
    display: inline-block;
    padding: 15px 40px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-left: 10px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-button1:hover {
    background-color: #ffffff;
    color: #550838;
}

/* FOOTER */

footer {
    position: relative; /* Add position relative to the footer */
    height: 350px;
    background-color: #550838;
    padding: 20px;
    text-align: center;
    display: block;
}

.logo1 {
    margin-bottom: 20px;
}

.logo1 img {
    height: 71px;
    width: 300px;
    position: relative;
    top: 50px;
    left: -450px;
}

.buttons1 {
    margin-bottom: 100px;
    margin-left: -600px;
    margin-top: 60px;
}

.button1,
.button2 {
    display: block; /* Change buttons to block-level elements */
    width: 200px; /* Adjust width as needed */
    padding: 15px 40px;
    background-color: transparent;
    border: 2px solid #ffffff;
    color: white;
    border-radius: 5px;
    margin: 0 auto 10px; /* Center buttons horizontally and add margin between them */
    cursor: pointer;
    text-decoration: none; /* Remove default link underline */
}

.button1:hover,
.button2:hover {
    background-color: #ffffff; /* Darker green on hover */
    color: #550838;
}

.footer-links1 {
    list-style-type: none;
    padding: 0;
    margin-left: 100px;
    text-align: left;
    line-height: 2.5;
    position: absolute; /* Change position to absolute */
    bottom: 20px; /* Adjust bottom spacing as needed */
    left: 50%; /* Place links horizontally centered */
    transform: translateX(-140%); /* Center links horizontally */
    top: 65px;
}

.footer-links1 li {
    display: block;
    position: relative;
}

.footer-links1 li a {
    color: white;
    text-decoration: none;
}

.footer-links1 li a:hover {
    color: #e3ce12;
    text-decoration: none;
}

.footer-links1 li h7 {
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1.4px;
}

.footer-links2 {
    list-style-type: none;
    padding: 0;
    margin-left: 20px;
    text-align: left;
    line-height: 2.5;
    max-width: 430px;
    position: absolute; /* Change position to absolute */
    bottom: 20px; /* Adjust bottom spacing as needed */
    left: 50%; /* Place links horizontally centered */
    transform: translateX(10%); /* Center links horizontally */
    top: 65px;
}

.footer-links2 li {
    display: block;
    position: relative;
}

.footer-links2 li a {
    color: white;
    text-decoration: none;
}

.footer-links2 li h7 {
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1.4px;
}

.footer-links2 li a:hover {
    color: #e3ce12;
    text-decoration: none;
}


 /*=================== MEDIA QUERIES =================== */

 @media only screen and (min-width: 0px) and (max-width: 400px) {
    .logo {
        margin-left: -20px;
    }
    .logo img {
    height: 34px;
    width: 141px;
    }
    .floating-btn {
        right: 10px;
        width: 38px;
        height: 60px;
    }   
    .floating-fb-btn1 { 
        right: 10px;
        width: 40px;
        height: 40px;
        bottom: 135px;
    }
    .floating-fb-btn {
        bottom: 90px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .scroll-to-top-button {
        bottom: 40px;
        right: 40px;
    }
    .content {
        height: 400px; 
    }
    nav ul {
        position: fixed;
        display: inline-block;
        top: 0;
        left: 0;
        width: 100%;
        height: 13%;
        background-color: #550838;
        font-size: 11px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        transition: max-height 0.3s ease;
        margin-right: 100px;
        padding-top: 5px;
    }

    nav ul.show {
        max-height: 500px;
        transition: max-height 0.3s ease;
        opacity: 1;
        visibility: visible;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }
    .custom-box {
        margin-left: 15px;
        margin-right: 15px;
    }
    nav ul li {
        margin-right: 5px;
        margin-left: -20px;
        margin-top: 0;
        font-size: 12px;
        text-align: center;
        align-items: center;
        left: -10px;
        display: flex;
    }

    nav ul li a {
        color: white;
        font-size: 12px;
        text-decoration: none;
        margin-right: 0px;
    }
    .hamburger-menu {
        display: block;
        margin-right: -20px;
        font-size: 24px;
    }
    .background-image {
        height: 200px;
    }
    .background-image p {
        font-size: 20px; /* Adjust the font size as needed */
    }
    .custom-button1 {
        font-family: 'Lexend Deca', sans-serif;
        display: inline-block;
        padding: 8px 12px;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 0px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 10px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    footer {
        justify-content: center;
        height: 550px;
        background-color: #550838;
        text-align: center;
        display: block;
    }
    
    .logo1 {
        padding: 20px;
        justify-content: center;
        text-align: center;
        margin-top: -60px;
    }
    .logo1 img {
        justify-content: center;
        height: 44px;
        width: 184px;
        margin-right: -900px;
    }
    
    .buttons1 {
        position: relative;
        align-content: center;
        margin-left: 5px;
        margin-top: 40px;
    }
    
    .button1,
    .button2 {
        display: block; /* Change buttons to block-level elements */
        width: 175px; /* Adjust width as needed */
        padding: 10px 30px;
        margin-left: -20px;
        background-color: transparent;
        border: 2px solid #ffffff;
        color: white;
        font-size: 13px;
        border-radius: 5px;
        margin: 0 auto 10px; /* Center buttons horizontally and add margin between them */
        cursor: pointer;
        text-decoration: none; /* Remove default link underline */
    }
    
    .button1:hover,
    .button2:hover {
        background-color: #ffffff; /* Darker green on hover */
        color: #550838;
    }
    
    .footer-links1 {
        list-style-type: none;
        padding: 0;
        margin-left: 165px;
        text-align: left;
        line-height: 2.5;
        font-size: 13px;
        width: 200px;
        max-width: 250px;
        height: 300px;
        position: absolute; /* Change position to absolute */
        bottom: 200px; /* Adjust bottom spacing as needed */
        left: 50%; /* Place links horizontally centered */
        top: 200px;
    }
    
    .footer-links1 li {
        display: block;
        position: relative;
    }
    
    .footer-links1 li a {
        color: white;
        text-decoration: none;
    }
    
    .footer-links1 li a:hover {
        color: #ffe16b;
        text-decoration: none;
    }
    
    .footer-links1 li h7 {
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 1.4px;
    }
    
    .footer-links2 {
        list-style-type: none;
        padding: 0;
        margin-left: -135px;
        text-align: left;
        line-height: 2.0;
        max-width: 200px;
        position: absolute; /* Change position to absolute */
        bottom: 20px; /* Adjust bottom spacing as needed */
        left: 50%; /* Place links horizontally centered */
        transform: translateX(10%); /* Center links horizontally */
        top: 420px;
    }
    
    .footer-links2 li {
        display: block;
        position: relative;
    }
    
    .footer-links2 li a {
        font-size: 13px;
        color: white;
        text-decoration: none;
    }
    
    .footer-links2 li h7 {
        font-size: 13px;
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 1.4px;
    }
}

 @media only screen and (min-width: 401px) and (max-width: 500px) {
    .logo {
        margin-left: -20px;
    }
    .logo img {
    height: 34px;
    width: 141px;
    }
    .floating-btn {
        right: 10px;
        width: 38px;
        height: 60px;
    }   
    .floating-fb-btn1 { 
        right: 10px;
        width: 40px;
        height: 40px;
        bottom: 135px;
    }
    .floating-fb-btn {
        bottom: 90px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .scroll-to-top-button {
        bottom: 40px;
        right: 40px;
    }
    .content {
        height: 400px; 
    }
    nav ul {
        position: fixed;
        display: inline-block;
        top: 0;
        left: 0;
        width: 100%;
        height: 13%;
        background-color: #550838;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        opacity: 0;
        max-height: 0px;
        transition: max-height 0.3s ease;
        margin-right: 100px;
        padding-top: 5px;
    }

    nav ul.show {
        opacity: 1;
        max-height: 80px;
        transition: max-height 0.3s ease;
        visibility: visible;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    nav ul li {
        margin-right: 20px;
        margin-left: -10px;
        text-align: center;
        align-items: center;
        left: -10px;
        display: flex;
    }

    nav ul li a {
        color: white;
        font-size: 12px;
        text-decoration: none;
        margin-right: 0px;
    }
    .hamburger-menu {
        display: block;
        margin-right: -20px;
        font-size: 24px;
    }
    .custom-button1 {
        font-family: 'Lexend Deca', sans-serif;
        display: inline-block;
        padding: 10px 25px;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .background-image {
        height: 200px;
    }
    .background-image p {
        font-size: 20px; /* Adjust the font size as needed */
    }
    .custom-box {
        margin-left: 15px;
        margin-right: 15px;
    }
    footer {
        justify-content: center;
        height: 600px;
        background-color: #550838;
        text-align: center;
        display: block;
    }
    
    .logo1 {
        padding: 20px;
        justify-content: center;
        text-align: center;
        margin-top: -60px;
    }
    .logo1 img {
        justify-content: center;
        height: 53px;
        width: 222px;
        margin-right: -900px;
    }
    
    .buttons1 {
        position: relative;
        align-content: center;
        margin-left: 5px;
        margin-top: 40px;
    }
    
    .button1,
    .button2 {
        display: block; /* Change buttons to block-level elements */
        width: 175px; /* Adjust width as needed */
        padding: 15px 30px;
        margin-left: -20px;
        background-color: transparent;
        border: 2px solid #ffffff;
        color: white;
        font-size: 14px;
        border-radius: 5px;
        margin: 0 auto 10px; /* Center buttons horizontally and add margin between them */
        cursor: pointer;
        text-decoration: none; /* Remove default link underline */
    }
    
    .button1:hover,
    .button2:hover {
        background-color: #ffffff; /* Darker green on hover */
        color: #550838;
    }
    
    .footer-links1 {
        list-style-type: none;
        padding: 0;
        margin-left: 165px;
        text-align: left;
        line-height: 2.5;
        font-size: 14px;
        width: 200px;
        max-width: 250px;
        height: 300px;
        position: absolute; /* Change position to absolute */
        bottom: 200px; /* Adjust bottom spacing as needed */
        left: 50%; /* Place links horizontally centered */
        top: 240px;
    }
    
    .footer-links1 li {
        display: block;
        position: relative;
    }
    
    .footer-links1 li a {
        color: white;
        text-decoration: none;
    }
    
    .footer-links1 li a:hover {
        color: #ffe16b;
        text-decoration: none;
    }
    
    .footer-links1 li h7 {
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 1.4px;
    }
    
    .footer-links2 {
        list-style-type: none;
        padding: 0;
        margin-left: -135px;
        text-align: left;
        line-height: 2.0;
        max-width: 200px;
        position: absolute; /* Change position to absolute */
        bottom: 20px; /* Adjust bottom spacing as needed */
        left: 50%; /* Place links horizontally centered */
        transform: translateX(10%); /* Center links horizontally */
        top: 460px;
    }
    
    .footer-links2 li {
        display: block;
        position: relative;
    }
    
    .footer-links2 li a {
        font-size: 14px;
        color: white;
        text-decoration: none;
    }
    
    .footer-links2 li h7 {
        font-size: 14px;
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 1.4px;
    }
 }

@media only screen and (min-width: 501px) and (max-width: 600px) {
    .logo {
        margin-left: -20px;
    }
    .logo img {
    height: 34px;
    width: 141px;
    }
    .floating-btn {
        right: 10px;
        width: 38px;
        height: 60px;
    }   
    .floating-fb-btn1 { 
        right: 10px;
        width: 40px;
        height: 40px;
        bottom: 135px;
    }
    .floating-fb-btn {
        bottom: 90px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .scroll-to-top-button {
        bottom: 40px;
        right: 40px;
    }
    .content {
        height: 400px; 
    }
    nav ul {
        position: fixed;
        display: inline-block;
        top: 0;
        left: 0;
        width: 100%;
        height: 13%;
        background-color: #550838;
        font-size: 11px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        opacity: 0;
        max-height: 0;
        transition: max-height 0.3s ease;
        margin-right: 100px;
        padding-top: 5px;
    }

    nav ul.show {
        max-height: 500px;
        transition: max-height 0.3s ease;
        opacity: 1;
        visibility: visible;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    nav ul li {
        margin-right: 20px;
        margin-left: -10px;
        font-size: 12px;
        text-align: center;
        align-items: center;
        left: -10px;
        display: flex;
    }

    nav ul li a {
        color: white;
        font-size: 14px;
        text-decoration: none;
        margin-right: 0px;
    }
    .hamburger-menu {
        display: block;
        margin-right: -20px;
        font-size: 24px;
    }
    .custom-button {
        display: inline-block;
        padding: 15px 40px;
        background-color: rgba(0, 0, 0, 0.5);
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .background-image {
        height: 200px;
    }
    .background-image p {
        font-size: 20px; /* Adjust the font size as needed */
    }
    .custom-button1 {
        font-family: 'Lexend Deca', sans-serif;
        display: inline-block;
        padding: 15px 40px;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    .custom-button1:hover {
        background-color: #ffffff;
        color: #550838;
    }
    .custom-box {
        margin-left: 15px;
        margin-right: 15px;
    }
    footer {
        justify-content: center;
        height: 600px;
        background-color: #550838;
        text-align: center;
        display: block;
    }
    
    .logo1 {
        padding: 20px;
        justify-content: center;
        text-align: center;
        margin-top: -60px;
    }
    .logo1 img {
        justify-content: center;
        height: 66px;
        width: 276px;
        margin-right: -900px;
    }
    
    .buttons1 {
        position: relative;
        align-content: center;
        margin-left: 5px;
        margin-top: 40px;
    }
    
    .button1,
    .button2 {
        display: block; /* Change buttons to block-level elements */
        width: 250px; /* Adjust width as needed */
        padding: 15px 40px;
        margin-left: -20px;
        background-color: transparent;
        border: 2px solid #ffffff;
        color: white;
        font-size: 14px;
        border-radius: 5px;
        margin: 0 auto 10px; /* Center buttons horizontally and add margin between them */
        cursor: pointer;
        text-decoration: none; /* Remove default link underline */
    }
    
    .button1:hover,
    .button2:hover {
        background-color: #ffffff; /* Darker green on hover */
        color: #550838;
    }
    
    .footer-links1 {
        list-style-type: none;
        padding: 0;
        margin-left: 120px;
        text-align: left;
        line-height: 2.5;
        font-size: 16px;
        width: 200px;
        max-width: 250px;
        height: 300px;
        position: absolute; /* Change position to absolute */
        bottom: 200px; /* Adjust bottom spacing as needed */
        left: 50%; /* Place links horizontally centered */
        top: 240px;
    }
    
    .footer-links1 li {
        display: block;
        position: relative;
    }
    
    .footer-links1 li a {
        color: white;
        text-decoration: none;
    }
    
    .footer-links1 li a:hover {
        color: #ffe16b;
        text-decoration: none;
    }
    
    .footer-links1 li h7 {
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 1.4px;
    }
    
    .footer-links2 {
        list-style-type: none;
        padding: 0;
        margin-left: -190px;
        text-align: left;
        line-height: 2.0;
        max-width: 300px;
        position: absolute; /* Change position to absolute */
        bottom: 20px; /* Adjust bottom spacing as needed */
        left: 50%; /* Place links horizontally centered */
        transform: translateX(10%); /* Center links horizontally */
        top: 500px;
    }
    
    .footer-links2 li {
        display: block;
        position: relative;
    }
    
    .footer-links2 li a {
        font-size: 16px;
        color: white;
        text-decoration: none;
    }
    
    .footer-links2 li h7 {
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 1.4px;
    }
 }

 @media only screen and (min-width: 601px) and  (max-width: 700px) {
    .logo {
        margin-left: -20px;
    }
    .logo img {
    height: 34px;
    width: 141px;
    }
    .floating-btn {
        right: 10px;
        width: 38px;
        height: 60px;
    }   
    .floating-fb-btn1 { 
        right: 10px;
        width: 40px;
        height: 40px;
        bottom: 135px;
    }
    .floating-fb-btn {
        bottom: 90px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .scroll-to-top-button {
        bottom: 40px;
        right: 40px;
    }
    .content {
        height: 400px; 
    }
    nav ul {
        position: fixed;
        display: inline-block;
        top: 0;
        left: 0;
        width: 100%;
        height: 13%;
        background-color: #550838;
        font-size: 11px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        opacity: 0;
        max-height: 0;
        transition: max-height 0.3s ease;
        margin-right: 100px;
        padding-top: 5px;
    }

    nav ul.show {
        max-height: 500px;
        transition: max-height 0.3s ease;
        opacity: 1;
        visibility: visible;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    nav ul li {
        margin-right: 20px;
        margin-left: -10px;
        font-size: 12px;
        text-align: center;
        align-items: center;
        left: -10px;
        display: flex;
    }

    nav ul li a {
        color: white;
        font-size: 14px;
        text-decoration: none;
        margin-right: 0px;
    }
    .hamburger-menu {
        display: block;
        margin-right: -20px;
        font-size: 24px;
    }
    .custom-button {
        display: inline-block;
        padding: 15px 40px;
        background-color: rgba(0, 0, 0, 0.5);
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .background-image {
        height: 200px;
    }
    .background-image p {
        font-size: 20px; /* Adjust the font size as needed */
    }
    .custom-button1 {
        font-family: 'Lexend Deca', sans-serif;
        display: inline-block;
        padding: 15px 40px;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    .custom-button1:hover {
        background-color: #ffffff;
        color: #550838;
    }
    .custom-box {
        margin-left: 15px;
        margin-right: 15px;
    }
    footer {
        justify-content: center;
        height: 600px;
        background-color: #550838;
        text-align: center;
        display: block;
    }
    
    .logo1 {
        padding: 20px;
        justify-content: center;
        text-align: center;
        margin-top: -60px;
    }
    .logo1 img {
        justify-content: center;
        height: 66px;
        width: 276px;
        margin-right: -900px;
    }
    
    .buttons1 {
        position: relative;
        align-content: center;
        margin-left: 5px;
        margin-top: 40px;
    }
    
    .button1,
    .button2 {
        display: block; /* Change buttons to block-level elements */
        width: 250px; /* Adjust width as needed */
        padding: 15px 40px;
        margin-left: -20px;
        background-color: transparent;
        border: 2px solid #ffffff;
        color: white;
        font-size: 14px;
        border-radius: 5px;
        margin: 0 auto 10px; /* Center buttons horizontally and add margin between them */
        cursor: pointer;
        text-decoration: none; /* Remove default link underline */
    }
    
    .button1:hover,
    .button2:hover {
        background-color: #ffffff; /* Darker green on hover */
        color: #550838;
    }
    
    .footer-links1 {
        list-style-type: none;
        padding: 0;
        margin-left: 120px;
        text-align: left;
        line-height: 2.5;
        font-size: 16px;
        width: 200px;
        max-width: 250px;
        height: 300px;
        position: absolute; /* Change position to absolute */
        bottom: 200px; /* Adjust bottom spacing as needed */
        left: 50%; /* Place links horizontally centered */
        top: 240px;
    }
    
    .footer-links1 li {
        display: block;
        position: relative;
    }
    
    .footer-links1 li a {
        color: white;
        text-decoration: none;
    }
    
    .footer-links1 li a:hover {
        color: #ffe16b;
        text-decoration: none;
    }
    
    .footer-links1 li h7 {
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 1.4px;
    }
    
    .footer-links2 {
        list-style-type: none;
        padding: 0;
        margin-left: -190px;
        text-align: left;
        line-height: 2.0;
        max-width: 300px;
        position: absolute; /* Change position to absolute */
        bottom: 20px; /* Adjust bottom spacing as needed */
        left: 50%; /* Place links horizontally centered */
        transform: translateX(10%); /* Center links horizontally */
        top: 500px;
    }
    
    .footer-links2 li {
        display: block;
        position: relative;
    }
    
    .footer-links2 li a {
        font-size: 16px;
        color: white;
        text-decoration: none;
    }
    
    .footer-links2 li h7 {
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 1.4px;
    }
 }

 @media only screen and (min-width: 701px) and  (max-width: 800px) {

    .logo {
        margin-left: -20px;
    }
    .logo img {
    height: 34px;
    width: 141px;
    }
    .floating-btn {
        right: 10px;
        width: 38px;
        height: 60px;
    }   
    .floating-fb-btn1 { 
        right: 10px;
        width: 40px;
        height: 40px;
        bottom: 135px;
    }
    .floating-fb-btn {
        bottom: 90px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .scroll-to-top-button {
        bottom: 40px;
        right: 40px;
    }
    .content {
        height: 400px; 
    }
    nav ul {
        position: fixed;
        display: inline-block;
        top: 0;
        left: 0;
        width: 100%;
        height: 13%;
        background-color: #550838;
        font-size: 11px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        opacity: 0;
        max-height: 0;
        transition: max-height 0.3s ease;
        margin-right: 100px;
        padding-top: 5px;
    }

    nav ul.show {
        max-height: 500px;
        transition: max-height 0.3s ease;
        opacity: 1;
        visibility: visible;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    nav ul li {
        margin-right: 20px;
        margin-left: -10px;
        font-size: 12px;
        text-align: center;
        align-items: center;
        left: -10px;
        display: flex;
    }

    nav ul li a {
        color: white;
        font-size: 16px;
        text-decoration: none;
        margin-right: 0px;
    }
    .hamburger-menu {
        display: block;
        margin-right: -20px;
        font-size: 24px;
    }
    .custom-button {
        display: inline-block;
        padding: 15px 40px;
        background-color: rgba(0, 0, 0, 0.5);
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .background-image {
        height: 200px;
    }
    .background-image p {
        font-size: 20px; /* Adjust the font size as needed */
    }
    .custom-button1 {
        font-family: 'Lexend Deca', sans-serif;
        display: inline-block;
        padding: 15px 40px;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .custom-button1:hover {
        background-color: #ffffff;
        color: #550838;
    }
    footer {
        justify-content: center;
        height: 750px;
        background-color: #550838;
        text-align: center;
        display: block;
    }
    
    .logo1 {
        padding: 20px;
        justify-content: center;
        text-align: center;
        margin-top: -60px;
    }
    .logo1 img {
        justify-content: center;
        height: 84px;
        width: 351px;
        margin-right: -900px;
    }
    
    .buttons1 {
        position: relative;
        align-content: center;
        margin-left: 5px;
        margin-top: 40px;
    }
    
    .button1,
    .button2 {
        display: block; /* Change buttons to block-level elements */
        width: 270px; /* Adjust width as needed */
        padding: 20px 45px;
        margin-left: -20px;
        background-color: transparent;
        border: 2px solid #ffffff;
        color: white;
        font-size: 18px;
        border-radius: 5px;
        margin: 0 auto 10px; /* Center buttons horizontally and add margin between them */
        cursor: pointer;
        text-decoration: none; /* Remove default link underline */
    }
    
    .button1:hover,
    .button2:hover {
        background-color: #ffffff; /* Darker green on hover */
        color: #550838;
    }
    
    .footer-links1 {
        list-style-type: none;
        padding: 0;
        margin-left: 100px;
        text-align: left;
        line-height: 2.5;
        font-size: 18px;
        width: 200px;
        max-width: 250px;
        height: 300px;
        position: absolute; /* Change position to absolute */
        bottom: 200px; /* Adjust bottom spacing as needed */
        left: 50%; /* Place links horizontally centered */
        top: 300px;
    }
    
    .footer-links1 li {
        display: block;
        position: relative;
    }
    
    .footer-links1 li a {
        color: white;
        text-decoration: none;
    }
    
    .footer-links1 li a:hover {
        color: #ffe16b;
        text-decoration: none;
    }
    
    .footer-links1 li h7 {
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 1.4px;
    }
    
    .footer-links2 {
        list-style-type: none;
        padding: 0;
        margin-left: -210px;
        text-align: left;
        line-height: 2.0;
        max-width: 300px;
        position: absolute; /* Change position to absolute */
        bottom: 20px; /* Adjust bottom spacing as needed */
        left: 50%; /* Place links horizontally centered */
        transform: translateX(10%); /* Center links horizontally */
        top: 600px;
    }
    
    .footer-links2 li {
        display: block;
        position: relative;
    }
    
    .footer-links2 li a {
        font-size: 18px;
        color: white;
        text-decoration: none;
    }
    
    .footer-links2 li h7 {
        font-size: 18px;
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 1.4px;
    }
 }

 @media only screen and (min-width: 801px) and  (max-width: 900px) {

    .logo {
        margin-left: -20px;
    }
    .logo img {
    height: 34px;
    width: 141px;
    } 
    .floating-fb-btn1 { 
        right: 10px;
        width: 40px;
        height: 40px;
        bottom: 135px;
    }
    .floating-fb-btn {
        bottom: 90px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .scroll-to-top-button {
        bottom: 40px;
        right: 40px;
    }
    .content {
        height: 400px; 
    }
    nav ul {
        list-style-type: none;
        margin-right: 0px;
        padding: 0;
        display: flex;
        left: -10px;
    }
    
    nav ul li {
        margin-right: 0px;
        margin-left: 90px;
        font-size: 12px;
        text-align: center;
        align-items: center;
        left: -10px;
        display: flex;
    }
    
    nav ul li:first-child {
        margin-left: -10;
        align-items: center;
        display: flex;
    }
    
    nav ul li a {
        margin-right: 0px;
        color: white;
        text-decoration: none;
        display: flex;
    }
    .custom-button {
        display: inline-block;
        padding: 15px 40px;
        background-color: rgba(0, 0, 0, 0.5);
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .custom-button1 {
        font-family: 'Lexend Deca', sans-serif;
        display: inline-block;
        padding: 15px 40px;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .floating-btn {
        right: 10px;
        width: 38px;
        height: 60px;
    }
    .custom-button1:hover {
        background-color: #ffffff;
        color: #550838;
    }
    footer {
        justify-content: center;
        height: 750px;
        background-color: #550838;
        text-align: center;
        display: block;
    }
    
    .logo1 {
        padding: 20px;
        justify-content: center;
        text-align: center;
        margin-top: -60px;
    }
    .logo1 img {
        justify-content: center;
        height: 84px;
        width: 351px;
        margin-right: -900px;
    }
    
    .buttons1 {
        position: relative;
        align-content: center;
        margin-left: 5px;
        margin-top: 40px;
    }
    
    .button1,
    .button2 {
        display: block; /* Change buttons to block-level elements */
        width: 270px; /* Adjust width as needed */
        padding: 20px 45px;
        margin-left: -20px;
        background-color: transparent;
        border: 2px solid #ffffff;
        color: white;
        font-size: 18px;
        border-radius: 5px;
        margin: 0 auto 10px; /* Center buttons horizontally and add margin between them */
        cursor: pointer;
        text-decoration: none; /* Remove default link underline */
    }
    
    .button1:hover,
    .button2:hover {
        background-color: #ffffff; /* Darker green on hover */
        color: #550838;
    }
    
    .footer-links1 {
        list-style-type: none;
        padding: 0;
        margin-left: 100px;
        text-align: left;
        line-height: 2.5;
        font-size: 18px;
        width: 200px;
        max-width: 250px;
        height: 300px;
        position: absolute; /* Change position to absolute */
        bottom: 200px; /* Adjust bottom spacing as needed */
        left: 50%; /* Place links horizontally centered */
        top: 300px;
    }
    
    .footer-links1 li {
        display: block;
        position: relative;
    }
    
    .footer-links1 li a {
        color: white;
        text-decoration: none;
    }
    
    .footer-links1 li a:hover {
        color: #ffe16b;
        text-decoration: none;
    }
    
    .footer-links1 li h7 {
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 1.4px;
    }
    
    .footer-links2 {
        list-style-type: none;
        padding: 0;
        margin-left: -210px;
        text-align: left;
        line-height: 2.0;
        max-width: 300px;
        position: absolute; /* Change position to absolute */
        bottom: 20px; /* Adjust bottom spacing as needed */
        left: 50%; /* Place links horizontally centered */
        transform: translateX(10%); /* Center links horizontally */
        top: 600px;
    }
    
    .footer-links2 li {
        display: block;
        position: relative;
    }
    
    .footer-links2 li a {
        font-size: 18px;
        color: white;
        text-decoration: none;
    }
    
    .footer-links2 li h7 {
        font-size: 18px;
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 1.4px;
    }
 }

@media only screen and (min-width: 901px) and  (max-width: 1019px) {
    nav ul li a {
        color: white;
        margin-left: 30px;
        text-decoration: none;
    }
    .custom-button1 {
        display: inline-block;
    }  
    .custom-button1:hover {
        background-color: #ffffff;
        color: #550838;
    }
    footer {
        justify-content: center;
        height: 750px;
        background-color: #550838;
        text-align: center;
        display: block;
    }
    
    .logo1 {
        padding: 20px;
        justify-content: center;
        text-align: center;
        margin-top: -60px;
    }
    .logo1 img {
        justify-content: center;
        height: 84px;
        width: 351px;
        margin-right: -900px;
    }
    
    .buttons1 {
        position: relative;
        align-content: center;
        margin-left: 5px;
        margin-top: 40px;
    }
    
    .button1,
    .button2 {
        display: block; /* Change buttons to block-level elements */
        width: 270px; /* Adjust width as needed */
        padding: 20px 45px;
        margin-left: -20px;
        background-color: transparent;
        border: 2px solid #ffffff;
        color: white;
        font-size: 18px;
        border-radius: 5px;
        margin: 0 auto 10px; /* Center buttons horizontally and add margin between them */
        cursor: pointer;
        text-decoration: none; /* Remove default link underline */
    }
    
    .button1:hover,
    .button2:hover {
        background-color: #ffffff; /* Darker green on hover */
        color: #550838;
    }
    
    .footer-links1 {
        list-style-type: none;
        padding: 0;
        margin-left: 100px;
        text-align: left;
        line-height: 2.5;
        font-size: 18px;
        width: 200px;
        max-width: 250px;
        height: 300px;
        position: absolute; /* Change position to absolute */
        bottom: 200px; /* Adjust bottom spacing as needed */
        left: 50%; /* Place links horizontally centered */
        top: 300px;
    }
    
    .footer-links1 li {
        display: block;
        position: relative;
    }
    
    .footer-links1 li a {
        color: white;
        text-decoration: none;
    }
    
    .footer-links1 li a:hover {
        color: #ffe16b;
        text-decoration: none;
    }
    
    .footer-links1 li h7 {
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 1.4px;
    }
    
    .footer-links2 {
        list-style-type: none;
        padding: 0;
        margin-left: -210px;
        text-align: left;
        line-height: 2.0;
        max-width: 300px;
        position: absolute; /* Change position to absolute */
        bottom: 20px; /* Adjust bottom spacing as needed */
        left: 50%; /* Place links horizontally centered */
        transform: translateX(10%); /* Center links horizontally */
        top: 600px;
    }
    
    .footer-links2 li {
        display: block;
        position: relative;
    }
    
    .footer-links2 li a {
        font-size: 18px;
        color: white;
        text-decoration: none;
    }
    
    .footer-links2 li h7 {
        font-size: 18px;
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 1.4px;
    }
}

@media only screen and (min-width: 1020px) and  (max-width: 5000px) {
    .logo1 img {
        height: 71px;
        width: 300px;
        position: relative;
        top: 50px;
        left: -300px;
        }
    }

@media only screen and (max-width: 800px) {
    nav ul li a {
        color: white;
        margin-left: 40px;
        text-decoration: none;
    }
    .content {
        height: 300px;
    }
}