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: 186px;
}

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;
    font-weight: normal;
    font-family: 'Lexend Deca', sans-serif;
}

nav ul li:first-child {
    margin-left: -10;
    align-items: center;
    display: flex;
}

nav ul li a {
    margin-right: 0px;
    color: #ffffff;
    text-decoration: none;
    display: flex;
}

.hamburger-menu {
    display: none;
    color: white;
    cursor: pointer;
}

.stripe-photo {
    width: 100%;
    height: 70px;
    background-image: url('../img/test.jpg');
    background-size: cover;
    background-position: center;
}

.stripe-photo img {
    width: 100%;
    height: 40px;
}

/* HOMEBANNER */

.container1 {
    display: flex;
    height: 400px; 
    position: relative;
}

.left-side {    
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #550838;
}

.left-side p{
    color: #ffffff;
    text-align: right;
    font-size: 45px;
    padding-left: 25px;
    padding-right: 80px;
    padding-top: 0px;
    margin-left: 20px;
    margin-right: 0px;
}

.right-side {
    flex: 1;
    position: relative;
}

.right-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-bottom: 40px;
    padding-right: 0px;
    padding-top: 60px;
    margin-bottom: 50px;
}

.content-left {
    text-align: left;
    font-size: 12px;
    flex: 1;
    margin-left: 50px;
    color: #030121;
    font-family: 'Lexend Deca', sans-serif;
}

.content-right {
    flex: 1;
    margin-left: 50px;
    text-align: left;
    margin-right: 20px;
    padding-right: 40px;
}

.content-right p {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: left;
    margin-right: 50px;
    line-height: 2.0;
    color: #343434;
}
.bodybutton {
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.5s ease;
    margin-left: 0px;
    background-color: #550838;
    color: #fff;
    font-family: 'Lexend Deca', sans-serif;
    padding: 15px 30px;
    font-size: 13px;
    margin-bottom: 40px;
    margin-top: 0px;
}

.bodybutton:hover {
    background-color: #8a0958;
    color: #ffffff;
}

.container-rent {
    display: flex;
    flex-wrap: wrap;
}

.rentalbox,
.rental-img-container,
.rental-box {
    flex: 1;
}

.rentalbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.rental-box {
    background-color: #ffffff;
    color: #343434;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 40px;
    margin-left: 100px;
    margin-right: -50px;
    margin-top: 0px;
    z-index: 1;
    border: solid 1px #CDCDCD;
}

.rental-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
}

.rental-img {
    max-width: 80%;
    height: auto;
    margin-left: -130px;
    margin-top: -90px;
}

.rental-text {
    text-align: left;
    font-size: 15px;
    line-height: 2.0;
}

/* Add this CSS to your existing styles.css file or link a new one */
.descriptions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 100px;
}

.description-box {
    flex-grow: 1; /* Equal sizes for all flex items */
    padding: 20px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-left: 40px;
    margin-right: 40px;
}

.description-box h2 {
    margin-top: 0;
    color: #030121;
}

.description-box p {
    color: #343434;
    line-height: 2.0;
    font-size: 15px;
}


/* 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;
    transition: background-color 0.5s ease;
}

.floating-fb-btn1 img {
    width: 70%;
    height: auto;
}

.floating-fb-btn1:hover {
    background-color: #8a0958;
    color: #ffffff;
}

.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;
    transition: background-color 0.5s ease;
}

.floating-fb-btn img {
    width: 70%;
    height: auto;
}

.floating-fb-btn:hover {
    background-color: #8a0958;
    color: #ffffff;
}

.floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #00a508;
    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;
  }

/* 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;
        transition: background-color 0.5s ease;
        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;
    }
    .content-right p {
        font-size: 10px;
    }
    .rental-button {
        width: 100%;
        max-width: 150px;
        font-size: 11px;
        align-items: center;
        padding: 8px;
    }
    .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;
    }
    .rentalbox {
        flex-direction: column;
        padding: 40px;
    }
    .rental-box {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: -80px;
        padding-left: 25px;
        padding-top: 20px;
        padding-right: 25px;
        padding-bottom: 20px;
        font-size: 0px;
    }
    .rental-img-container {
        order: -1;
    }
    .rentalbox {
        flex-direction: column;
        padding: 40px;
    }
    .rental-img-container {
        padding: 20px;
        margin-top: 100px;
    }
    .rentalbox,
    .rental-img-container,
    .rental-box {
    flex: 100%;
    }
    .rental-img {
        max-width: 100%;
        height: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .rental-text {
        text-align: left;
        font-size: 12px;
        line-height: 2.0;
    }
    .container {
        flex-direction: column;
        align-items: center;
        margin-top: -35px;
        margin-bottom: 0px;
        padding-bottom: 20px;
        margin-left: 0px;
    }
    .content-left h1{
        font-size: 18px;
        color: #030121;
    } 
    .content-left {
        margin-left: 0px;
        margin-right: 0;
    }

    .content-right {
        margin-left: 0px;
        margin-right: 0px;
    }

    .content-right {
        margin-bottom: 20px;
        text-align: left;
    }
    .scroll-to-top-button {
        bottom: 40px;
        right: 40px;
    }
    .stripe-photo {
        display: none;
    }
    .container1 {
        flex-direction: column;
        height: 200px;
    }
    .left-side {
        position: absolute;
        top: 110px;
        left: -20px;
        width: 100%;
        z-index: 1;
        border: none;
        padding: 0px;
        text-align: center;
        background-color: transparent;
    }
    .left-side p {
        color: #ffffff;
        font-size: 20px;
        text-align: left;
    }
    .right-side {
        width: 100%;
    }
    .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;
    }

    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;
    }
    .content-right p {
        font-size: 12px;
        margin-bottom: 40px;
        text-align: left;
        margin-right: 0px;
        line-height: 2.0;
        color: #5a5a5a;
    }
    .descriptions {
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 100px;
    }
    .description-box {
        flex-grow: 1; /* Equal sizes for all flex items */
        padding: 20px;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .description-box h2 {
        margin-top: 0;
        font-size: 18px;
    }  
    .description-box p {
        font-size: 12px;
    }
    .description-box {
        flex-grow: 1; /* Equal sizes for all flex items */
        padding: 20px;
        border-radius: 5px;
        box-sizing: border-box;
        margin-left: 40px;
        margin-right: 40px;
    }

    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;
    }
    .content-right p {
        font-size: 10px;
    }
    .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;
    }
    .rentalbox {
        flex-direction: column;
        padding: 40px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .rental-box {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: -80px;
        padding-left: 30px;
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
    .rental-button {
        width: 100%;
        max-width: 150px;
        font-size: 13px;
        align-items: center;
        padding: 8px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .rental-img-container {
        order: -1;
    }
    .rentalbox {
        flex-direction: column;
        padding: 40px;
    }
    .rental-img-container {
        padding: 20px;
        margin-top: 100px;
    }
    .rentalbox,
    .rental-img-container,
    .rental-box {
    flex: 100%;
    }
    .rental-img {
        max-width: 100%;
        height: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .rental-text {
        text-align: left;
        font-size: 14px;
        line-height: 2.0;
    }
    .container {
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 0px;
        padding-bottom: 20px;
        margin-left: 0px;
    }
    .content-left h1{
        font-size: 20px;
        color: #030121;
    } 
    .content-left {
        margin-left: 0px;
        margin-right: 30px;
    }
    .content-right {
        margin-left: 0px;
        margin-right: 0px;
    }
    .content-right p {
        font-size: 14px;
        margin-bottom: 40px;
        text-align: left;
        margin-right: 0px;
        line-height: 2.0;
        color: #5a5a5a;
    }
    .scroll-to-top-button {
        bottom: 40px;
        right: 40px;
    }
    .stripe-photo {
        display: none;
    }
    .container1 {
        flex-direction: column;
        height: 200px;
    }
    .left-side {
        position: absolute;
        top: 130px;
        left: -20px;
        width: 100%;
        z-index: 1;
        border: none;
        padding: 0px;
        text-align: center;
        background-color: transparent;
    }
    .left-side p {
        color: #ffffff;
        font-size: 20px;
        text-align: left;
        padding-right: 50px;
    }
    .right-side {
        width: 100%;
    }
    .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;
    }
    .descriptions {
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 100px;
    }
    .description-box {
        flex-grow: 1; /* Equal sizes for all flex items */
        padding: 20px;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .description-box h2 {
        margin-top: 0;
        font-size: 18px;
    }  
    .description-box p {
        font-size: 14px;
    }
    .description-box {
        flex-grow: 1; /* Equal sizes for all flex items */
        padding: 20px;
        border-radius: 5px;
        box-sizing: border-box;
        margin-left: 40px;
        margin-right: 40px;
    }
    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;
    }
    .content-right p {
        font-size: 10px;
    }
    .rental-button {
        width: 100%;
        max-width: 150px;
        font-size: 13px;
        align-items: center;
        padding: 8px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .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;
    }
    .rentalbox {
        flex-direction: column;
        padding: 40px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .rental-box {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: -80px;
        padding-left: 35px;
        padding-top: 20px;
        padding-right: 25px;
        padding-bottom: 30px;
        font-size: 0px;
    }
    .rental-img-container {
        order: -1;
    }
    .rentalbox {
        flex-direction: column;
        padding: 40px;
    }
    .rental-img-container {
        padding: 20px;
        margin-top: 100px;
    }
    .rentalbox,
    .rental-img-container,
    .rental-box {
    flex: 100%;
    }
    .rental-img {
        max-width: 100%;
        height: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .rental-text {
        text-align: left;
        font-size: 14px;
        line-height: 2.0;
    }
    .container {
        flex-direction: column;
        align-items: center;
        margin-top: 70px;
        margin-bottom: 0px;
        padding-bottom: 20px;
        margin-left: 0px;
    }
    .content-left h1{
        text-align: left;
        font-size: 20px;
        color: #030121;
    } 
    .content-left {
        margin-left: 0px;
        margin-right: 90px;
    }
    .content-right {
        margin-left: 0px;
        margin-right: 0px;
    }
    .content-right p {
        font-size: 14px;
        margin-bottom: 40px;
        text-align: left;
        margin-right: 0px;
        line-height: 2.0;
        color: #5a5a5a;
    }
    .scroll-to-top-button {
        bottom: 40px;
        right: 40px;
    }
    .stripe-photo {
        display: none;
    }
    .container1 {
        flex-direction: column;
        height: 200px;
    }
    .left-side {
        position: absolute;
        top: 130px;
        left: -20px;
        width: 100%;
        z-index: 1;
        border: none;
        padding: 0px;
        text-align: center;
        background-color: transparent;
    }
    .left-side p {
        color: #ffffff;
        font-size: 30px;
        text-align: left;
        padding-right: 50px;
    }
    .right-side {
        width: 100%;
    }
    .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-button1 {
        font-family: 'Lexend Deca', sans-serif;
        display: inline-block;
        padding: 15px 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;
    }
    .descriptions {
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 100px;
    }
    .description-box {
        flex-grow: 1; /* Equal sizes for all flex items */
        padding: 20px;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .description-box h2 {
        margin-top: 0;
        font-size: 18px;
    }  
    .description-box p {
        font-size: 14px;
    }
    .description-box {
        flex-grow: 1; /* Equal sizes for all flex items */
        padding: 20px;
        border-radius: 5px;
        box-sizing: border-box;
        margin-left: 40px;
        margin-right: 40px;
    }
    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: 530px) and (max-width: 600px) {
    .left-side {
        position: absolute;
        top: 160px;
        left: -20px;
        width: 100%;
        z-index: 1;
        border: none;
        padding: 0px;
        text-align: center;
        background-color: transparent;
    }
    .left-side p {
        color: #ffffff;
        font-size: 30px;
        text-align: left;
        padding-right: 50px;
    }
 }

 @media only screen and (min-width: 601px) and  (max-width: 700px) {
    .logo {
        margin-left: -20px;
    }
    .logo img {
    height: 34px;
    width: 141px;
    }
    .content-right p {
        font-size: 10px;
    }
    .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;
    }
    .rentalbox {
        flex-direction: column;
        padding: 40px;
    }
    .rental-box {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: -80px;
        padding-left: 15px;
        padding-top: 20px;
        padding-right: 15px;
        padding-bottom: 40px;
        font-size: 0px;
    }
    .rentalbox {
        flex-direction: column;
        padding: 40px;
        margin-top: 20px;
    }
    .rental-img-container {
        padding: 40px;
        margin-top: 100px;
        order: -1;
    }
    .rental-button {
        margin-left: 20px;
        width: 100%;
        max-width: 150px;
        font-size: 14px;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .rentalbox,
    .rental-img-container,
    .rental-box {
    flex: 100%;
    }
    .rental-img {
        max-width: 100%;
        height: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .rental-text {
        text-align: left;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        line-height: 2.0;
    }
    .container {
        flex-direction: column;
        align-items: center;
        margin-top: 120px;
        margin-bottom: 0px;
        padding-bottom: 20px;
        margin-left: 0px;
    }
    .content-left h1{
        text-align: left;
        font-size: 22px;
        color: #030121;
    } 
    .content-left {
        margin-left: -0px;
        margin-right: 110px;
    }
    .content-right {
        margin-left: 0px;
        margin-right: 0px;
    }
    .content-right p {
        font-size: 16px;
        margin-bottom: 40px;
        text-align: left;
        margin-right: 0px;
        line-height: 2.0;
        color: #5a5a5a;
    }
    .bodybutton {
        font-size: 14px;
    }
    .scroll-to-top-button {
        bottom: 40px;
        right: 40px;
    }
    .stripe-photo {
        display: none;
    }
    .container1 {
        flex-direction: column;
        height: 200px;
    }
    .left-side {
        position: absolute;
        top: 170px;
        left: -20px;
        width: 100%;
        z-index: 1;
        border: none;
        padding: 0px;
        text-align: center;
        background-color: transparent;
    }
    .left-side p {
        color: #ffffff;
        font-size: 35px;
        text-align: left;
        padding-right: 50px;
    }
    .right-side {
        width: 100%;
    }
    .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-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: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .descriptions {
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 100px;
    }
    .description-box {
        flex-grow: 1; /* Equal sizes for all flex items */
        padding: 20px;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .description-box h2 {
        margin-top: 0;
        font-size: 20px;
    }  
    .description-box p {
        font-size: 16px;
    }
    .description-box {
        flex-grow: 1; /* Equal sizes for all flex items */
        padding: 20px;
        border-radius: 5px;
        box-sizing: border-box;
        margin-left: 40px;
        margin-right: 40px;
    }
    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: 44px;
    width: 189px;
    }
    header {
        padding: 25px;
        padding-left: 45px;
        padding-right: 40px;
    }
    .content-right p {
        font-size: 10px;
    }
    .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;
    }
    .rentalbox {
        flex-direction: column;
        padding: 40px;
    }
    .rental-box {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: -80px;
        padding-left: 15px;
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
        font-size: 0px;
    }
    .rentalbox {
        flex-direction: column;
        padding: 40px;
        margin-top: 20px;
    }
    .rental-img-container {
        padding: 40px;
        margin-top: 100px;
        order: -1;
    }
    .rental-button {
        margin-left: 20px;
        width: 100%;
        max-width: 150px;
        font-size: 14px;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .rentalbox,
    .rental-img-container,
    .rental-box {
    flex: 100%;
    }
    .rental-img {
        max-width: 100%;
        height: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .rental-text {
        text-align: left;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        line-height: 2.0;
    }
    .container {
        flex-direction: column;
        align-items: center;
        margin-top: 190px;
        margin-bottom: 0px;
        padding-bottom: 20px;
        margin-left: 0px;
    }
    .content-left h1{
        text-align: left;
        font-size: 22px;
        color: #030121;
    } 
    .content-left {
        margin-left: -0px;
        margin-right: 200px;
    }
    .content-right {
        margin-left: 0px;
        margin-right: 0px;
    }
    .content-right p {
        font-size: 16px;
        margin-bottom: 40px;
        text-align: left;
        margin-right: 0px;
        line-height: 2.0;
        color: #5a5a5a;
    }
    .bodybutton {
        font-size: 14px;
    }
    .scroll-to-top-button {
        bottom: 40px;
        right: 40px;
    }
    .stripe-photo {
        display: none;
    }
    .container1 {
        flex-direction: column;
        height: 200px;
    }
    .left-side {
        position: absolute;
        top: 230px;
        left: -20px;
        width: 100%;
        z-index: 1;
        border: none;
        padding: 0px;
        text-align: center;
        background-color: transparent;
    }
    .left-side p {
        color: #ffffff;
        font-size: 35px;
        text-align: left;
        padding-right: 50px;
    }
    .right-side {
        width: 100%;
    }
    .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-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: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .descriptions {
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 100px;
    }
    .description-box {
        flex-grow: 1; /* Equal sizes for all flex items */
        padding: 20px;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .description-box h2 {
        margin-top: 0;
        font-size: 20px;
    }  
    .description-box p {
        font-size: 16px;
    }
    .description-box {
        flex-grow: 1; /* Equal sizes for all flex items */
        padding: 20px;
        border-radius: 5px;
        box-sizing: border-box;
        margin-left: 40px;
        margin-right: 40px;
    }
    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;
    }
    .content-right p {
        font-size: 10px;
    }
    .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;
    }
    .rentalbox {
        flex-direction: column;
        padding: 40px;
    }
    .rental-box {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: -80px;
        padding-left: 15px;
        padding-top: 20px;
        padding-right: 15px;
        padding-bottom: 40px;
        font-size: 0px;
    }
    .rentalbox {
        flex-direction: column;
        padding: 40px;
        margin-top: 20px;
    }
    .rental-img-container {
        padding: 40px;
        margin-top: 100px;
        order: -1;
    }
    .rental-button {
        margin-left: 20px;
        width: 100%;
        max-width: 150px;
        font-size: 14px;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .rentalbox,
    .rental-img-container,
    .rental-box {
    flex: 100%;
    }
    .rental-img {
        max-width: 100%;
        height: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .rental-text {
        text-align: left;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        line-height: 2.0;
    }
    .container {
        flex-direction: column;
        align-items: center;
        margin-top: 230px;
        margin-bottom: 0px;
        padding-bottom: 20px;
        margin-left: 0px;
    }
    .content-left h1{
        text-align: left;
        font-size: 22px;
        color: #030121;
    } 
    .content-left {
        margin-left: -0px;
        margin-right: 300px;
    }
    .content-right {
        margin-left: 0px;
        margin-right: 0px;
    }
    .content-right p {
        font-size: 16px;
        margin-bottom: 40px;
        text-align: left;
        margin-right: 0px;
        line-height: 2.0;
        color: #5a5a5a;
    }
    .bodybutton {
        font-size: 14px;
    }
    .scroll-to-top-button {
        bottom: 40px;
        right: 40px;
    }
    .stripe-photo {
        height: 40px;
    }
    .container1 {
        flex-direction: column;
        height: 200px;
    }
    .left-side {
        position: absolute;
        top: 280px;
        left: -20px;
        width: 100%;
        z-index: 1;
        border: none;
        padding: 0px;
        text-align: center;
        background-color: transparent;
    }
    .left-side p {
        margin-right: 150px;
        color: #ffffff;
        font-size: 35px;
        text-align: left;
        padding-right: 50px;
    }
    .right-side {
        width: 100%;
    }
    .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-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: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .descriptions {
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 100px;
    }
    .description-box {
        flex-grow: 1; /* Equal sizes for all flex items */
        padding: 20px;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .description-box h2 {
        margin-top: 0;
        font-size: 20px;
    }  
    .description-box p {
        font-size: 16px;
    }
    .description-box {
        flex-grow: 1; /* Equal sizes for all flex items */
        padding: 20px;
        border-radius: 5px;
        box-sizing: border-box;
        margin-left: 40px;
        margin-right: 40px;
    }
    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 {
        margin-left: 80px;
    }
    nav ul li a {
        color: white;
        margin-left: 25px;
        text-decoration: none;
    }
    .custom-button1 {
        display: inline-block;
    }
    .custom-button1:hover {
        background-color: #ffffff;
        color: #0077A4;
    }
    .container {
        max-width: 100%;
    }
    .rental-img-container {
        order: -1;
    }
    .rentalbox {
        flex-direction: column;
        padding: 60px;
    }
    .rental-img-container {
        padding: 20px;
        margin-top: 100px;
    }
    .rentalbox,
    .rental-img-container,
    .rental-box {
    flex: 100%;
    }
    .rental-img {
        max-width: 100%;
        height: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .rental-box {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: -100px;
        padding-left: 40px;
        padding-top: 40px;
        padding-right: 40px;
        padding-bottom: 50px;
        font-size: 0px;
    }
    .descriptions {
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 100px;
    }
    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 (max-width: 800px) {
    nav ul li a {
        color: white;
        margin-left: 30px;
        text-decoration: none;
    }
    .content {
        height: 300px;
    }
}

@media only screen and (min-width: 1020px) and  (max-width: 5000px) {
.logo1 img {
    height: 71px;
    width: 300px;
    position: relative;
    top: 50px;
    left: -300px;
    }
}