@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Squada+One&display=swap');

* {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    scroll-padding-top: 3rem;
    box-sizing: border-box;
    font-family: var(--font-family-2);
}

:root {
    --main-color: #d8051d;
    --second-color: #f7f7f7;
    --text-color: #060414;
    --secondary-text-color: #fff;
    --container-color: #FEF4F3;
    --bg-color: #fffff;
    --text-alter-color: #fff;
    --font-family-2: "Poppins", sans-serif;
    --poppins-font:: "Squada One", serif;
    /* --font-family-2: "Squada One", serif; */
}

.rental-box video {
    width: 100%; /* Make video responsive */
    height: auto; /* Maintain aspect ratio */
    max-width: 100%; /* Prevent overflow */
    display: block; /* Remove extra spacing */
    border-radius: 10px; /* Optional: Adds rounded corners */
}


body {
    color: var(--text-color);
    background-color: var(--bg-color);
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

section {
    padding: 3rem 0 2rem;
}

.container {
    max-width: 1060px;
    margin: auto;
    width: 100%;
}
/* Header Section */
header {
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 100;
}

.nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: var(--text-color);
    padding: 17px 20px;
    border-radius: 0.8rem;
}

.logo {
    font-size: 1.7rem;
    font-weight: 400;
    color: var(--text-color);
    font-family: var(--font-family-2);
}

.logoimg {
    width: 80px;
}



/* Navigation Links */
.navBar {
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
}

.nav-link {
    font-size: 0.9rem;
    color: var(--text-alter-color);
    font-family: var(--poppins-font);
    text-decoration: none;
    transition: 0.3s ease;
}

.nav-link:hover {
    color: var(--main-color);
}
.nav-link {
    float: top;
    overflow: hidden;
  }
  
  .nav-link .dropbtn {
    font-size: 0.9rem;    
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Ensure dropdown is visible properly in mobile view */
@media (max-width: 768px) {
    .dropdown-content {
        position: relative;  /* Keeps it inside the flow */
        width: 100%;  /* Full width dropdown */
        box-shadow: none;  /* Remove shadow for better mobile view */
    }

    .nav-link {
        position: relative;  /* Prevents overflow issues */
    }

    .dropdown-content a {
        padding: 10px 14px;
        font-size: 0.9rem;
    }
}

/* Default dropdown styling */
.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;

}

.nav-link:hover .dropdown-content {
    display: block;
}

.footer-box .nav-link .dropbtn {
    color: white; /* Ensures button text is black */
    background-color: transparent;
}

.footer-box .dropdown-content {
    background-color: #f9f9f9 !important; /* Ensures background is light */
}

.footer-box .dropdown-content a {
    color: black !important; /* Ensures text is black */
}

.footer-box .dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

/* Call Icon Always Visible */
.call-icon-wrapper {
    display: flex;
    align-items: center;
    color: var(--text-color);
    text-decoration: none;
}

.call-icon-wrapper .call-icon {
    font-size: 22px;
    padding: 7px;
    background: var(--main-color);
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    transition: 0.3s ease;
}

.call-icon-wrapper:hover .call-icon {
    background: var(--second-color);
}

.mobile-link {
    font-size: 0.9rem;
    color: #fff;
}

/* Responsive Menu Icon */
.menu-icon {
    display: none;
    flex-direction: column;
    gap: 5px;
    color: #fff;
    background: #fff;
    cursor: pointer;
    z-index: 200;
}

.menu-icon div {
    width: 25px;
    height: 3px;
    /* color: #fff; */
    background-color: var(--text-color);
    transition: 0.3s ease;
}


/* Mobile-Specific Styling */
@media screen and (max-width: 768px) {
    .navBar {
        display: none;
    }

    .menu-icon {
        display: flex;
        color: #fff;

    }

    .mobile-icons {
        display: none;
        flex-direction: column;
        gap: 10px;
        position: absolute;
        top: 70px;
        right: 30px;
        background: var(--bg-color);
        padding: 15px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    .mobile-icons a {
        display: none;
        flex-direction: column;
        gap: 10px;
        position: absolute;
        top: 70px;
        right: 30px;
        background: var(--bg-color);
        padding: 15px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    .menu-icon.active + .mobile-icons {
        display: flex;
        color: #fff;
    }

    .call-icon-wrapper {
        display: flex;
    }

    /* .call-icon-wrapper .mobile-link {

    } */
}

/* Icons Styling */
.nav-icons .bx {
    color: var(--text-color);
    font-size: 22px;
}

.icon-link .bx {
    font-size: 22px; /* Adjust icon size */
    padding: 10px; /* Padding inside the background */
    background-color: var(--main-color); /* Set your desired background color */
    border-radius: 50%; /* Make the background circular */
    color: #fff; /* Icon color */
    display: inline-block; /* Ensure proper spacing */
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover State */
.icon-link .bx:hover {
    background-color: var(--second-color); /* Hover background color */
    color: #000; /* Hover icon color */
}

.home {
    width: 100%;
}

.slider-container {
    width: 100%;
    max-width: 90%; /* Fixed width */
    height: 600px; /* Fixed height */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.slider {
    display: flex;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    height: 100%;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.control-btn {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
}

.control-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.clients-section .clients-heading {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 1.5rem;
}
.clients-heading p {
    max-width: 550px;
    width: 100%;
    font-size: 0.9rem;
    font-family: var(--poppins-font);
    margin: 1rem auto;
}
.clients-wrapper {
    /* If you had any .rentals-wrapper styles, copy here */
}
.clients-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 1.5rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.clients-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.client-box {
  min-width: 250px;
  max-width: 90vw;
  flex: 0 0 auto;
  scroll-snap-align: start;
  box-sizing: border-box;
  transition: transform 0.5s ease;
}
.client-box:hover {
    transform: translateY(-10px);
    background-color: #F57B73;
}
.client-box img {
    margin: 1.8rem 0 1rem;
    height: 100px;
    object-fit: contain;
    object-position: center;
}

/* Auto-scroll animation only when .auto-scroll is present */
@keyframes autoScrollClients {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.clients-list.auto-scroll {
  /* Remove CSS animation for JS control */
  animation: none !important;
}

/* Responsive adjustments */
@media (max-width: 620px) {
    .clients-list {
        gap: 1rem;
        overflow-x: auto;
        flex-wrap: nowrap;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        width: 100vw;
    }
    .client-box {
        min-width: 85vw;
        max-width: 90vw;
        flex: 0 0 auto;
        scroll-snap-align: start;
        margin-right: 0.5rem;
    }
}
/* Responsive Adjustments */
@media (max-width: 970px) {
    .home {
        padding-top: 8rem;
        min-height: 500px;
    }
    .slider-container {
        height: 500px; /* Adjust slider height */
    }
}

@media (max-width: 880px) {
    .home {
        padding-top: 7rem;
        min-height: 450px;
    }
    .slider-container {
        height: 450px; /* Adjust slider height */
    }
}

@media (max-width: 620px) {
    .home {
        padding-top: 6rem;
        min-height: 400px;
    }
    .slider-container {
        height: 400px; /* Adjust slider height */
    }
}

@media (max-width: 500px) {
    .home {
        padding-top: 5rem;
        min-height: 350px;
    }
    .slider-container {
        height: 350px; /* Adjust slider height */
    }
    .controls .control-btn {
        padding: 8px 16px; /* Smaller control buttons */
        font-size: 16px;
    }
}

@media (max-width: 470px) {
    .home {
        padding-top: 4rem;
        min-height: 320px;
    }
    .slider-container {
        height: 320px; /* Adjust slider height */
    }
    .home-img {
        margin-top: 20px; /* Reduce margin for smaller screens */
    }
}


.about {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem 0; /* Adjust padding for better spacing */
    background: var(--bg-color);
}

.about .heading {
    text-align: center;
    margin-bottom: 2rem;
}

.about .heading h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--text-color);
}

/* Grid Layout for Larger Screens */
.about-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: var(--container-color);
    width: 80%; /* Responsive width */
    gap: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 2rem;
}

/* Matter Section Styles */
.matter-section {
    padding: 1.5rem;
}

.matter-section h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: var(--text-color);
}

.matter-section p {
    color: var(--text-color);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

/* Image Section */
.about-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-img img {
    max-width: 90%;
    border-radius: 8px;
}

@media (max-width: 970px) {
    .about-content {
        grid-template-columns: 1fr; /* Stack content vertically */
        width: 90%; /* Adjust width */
        text-align: center; /* Center-align text */
    }

    .about-img img {
        max-width: 60%;
    }
}

@media (max-width: 620px) {
    .about-content {
        padding: 1rem;
        gap: 1rem;
    }

    .matter-section h2 {
        font-size: 1.8rem;
    }

    .matter-section p {
        font-size: 0.9rem;
    }

    .about-img img {
        max-width: 70%;
    }
}

/* Rentals Section */
.rentals .heading {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 1.5rem;
}

.heading p {
    max-width: 550px;
    width: 100%;
    font-size: 0.9rem;
    font-family: var(--poppins-font);
    margin: 1rem auto;

}

/* .rentals-content {
    display: flex;
    overflow-x: auto;
    gap: 1.5rem;
    padding-bottom: 1rem;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth; 
}

.rental-box {
    background: var(--container-color);
    padding: 15px;
    border-radius: 10px;
    transition: transform 0.5s ease;
} */


@keyframes scrollClients {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .scrolling {
    animation: scrollClients linear infinite;
  }


.rentals-content {
    display: flex;
    /* grid-template-columns: repeat(auto-fit, minmax(240px, auto)); */
    gap: 1.5rem;
}

.rental-box {
    background: var(--container-color);
    padding: 15px;
    border-radius: 10px;
    transition: transform 0.5s ease;
}

.rental-box:hover {
    transform: translateY(-10px);
    transition: transform 0.5s ease;
    /* background-color: #ffd6d9; */
}

.rental-box:hover {
    transform: translateY(-10px);
    background-color: #F57B73;
}

.rental-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rental-top h3 {
    display: inline-block;
    font-family: var(--poppins-font);
    background: #fff;
    font-size: 0.77rem;
    padding: 4px 7px;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.rental-top .bx {
    font-size: 20px;
    color: var(--text-alter-color);
    cursor: pointer;
}

.rental-top .bx:hover {
    color: var(--main-color);
    transition: 0.3s ease;
}

.rental-box img {
    margin: 1.8rem 0 1rem;
    height: 100px;
    object-fit: contain;
    object-position: center;
}

.rental-box h2 {
    font-size: 1.4rem;
    font-weight: 500;
}

.rental-box h4 {
    font-size: 0.94rem;
    font-weight: 500;
    color: var(--text-color);
    margin-top: 5px;
    letter-spacing: 0.4px;
}


.price-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.price-btn p {
    font-size: 0.97rem;
}

.price-btn p span {
    color: var(--text-alter-color);
}

.rental-btn {
    background: var(--text-color);
    /* background: #fa7104; */
    color: var(--bg-color);
    padding: 7px 10px;
    font-size: 0.97rem;
    border-radius: 5px;
}

.rental-btn:hover {
    background: var(--main-color);
    transition: 0.4s ease;
}


/* stores */






/* Styling for subimages */
table{
    font-size: 16px;
    width: 280px;
    color: #ededed;
}
td{
    padding: 0px;
    background-color: #b7b6b6;
    text-align: center;
}
.subimages {
    display: flex;
    gap: 10px;
  }
  .shopstsubimage {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .shopstsubimage:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  /* Modal Styling */
  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
  }
  
  .modal-content {
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  
  .close:hover {
    transform: scale(1.2);
  }
  
.reviews {
    /* border: 2px solid green; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reviews .heading {
    text-align: center;
}
.heading {
    padding: 20px;
}
.headingh2{
    font-size: 1.9rem;
    font-weight: 700;
}
.shopstbimage {
    height: 210px;
    width: 220px;
    border-radius: 5px;
}

.reviews-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 2px solid green;
}

.t-box {
    background: var(--container-color);
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    width: 610px;
    justify-content: space-between;
    align-items: center;
}

.shopstsubimage {
    height: 35px;
    width: 35px;
}

.t-box p {
    font-size: 1rem;
    margin: 10px 0;
}

.shopbtn a{
    width: 200px;
    padding: 5px;
    background-color: #fcbf9c;
    color: #f7f7f7;
    border: none;
    border-radius: 5px;
}
.shopbtn a{
    color: inherit;
    text-decoration: none;
}

.shopbtn a :hover {
    background-color: #f7f7f7;
    color: #fcbf9c;
    cursor: pointer;
}

.maincontent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.subimages {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.subimages {
    padding: 4px;
}

.shopstext {
    width: 280px;
    color: #818181;
    font-size: small;
}

.shopgrid {
    /* border: 2px solid red; */
    width: 82%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
@media (max-width: 1245px){
    .reviews {
        /* border: 2px solid green; */
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .reviews .heading {
        text-align: center;
    }
    .heading {
        padding: 20px;
    }
    .headingh2{
        font-size: 1.9rem;
        font-weight: 700;
    }
    .shopstbimage {
        height: 200px;
        width: 210px;
    }
    
    .reviews-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        /* border: 2px solid green; */
    }
    
    /* .t-box {
        background: var(--container-color);
        padding: 30px;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        width: 550px;
        justify-content: space-between;
        align-items: center;
    
        
    } */
    
    .shopstsubimage {
        height: 35px;
        width: 35px;
    }
    
    .t-box p {
        font-size: 1rem;
        margin: 10px 0;
    }
    
    .shopbtn {
        width: 80px;
        padding: 5px;
        background-color: #fcbf9c;
        color: #f7f7f7;
        border: none;
        border-radius: 5px;
    }
    
    .shopbtn:hover {
        background-color: #f7f7f7;
        color: #fcbf9c;
        cursor: pointer;
    }
    
    .maincontent {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .subimages {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }
    
    .subimages {
        padding: 4px;
    }
    
    .shopstext {
        width: 280px;
        color: #818181;
        font-size: small;
    }
    
    .shopgrid {
        /* border: 2px solid red; */
        width: 82%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    
    
}
@media (max-width: 1235px){
    .reviews {
        /* border: 2px solid green; */
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .reviews .heading {
        text-align: center;
    }
    .heading {
        padding: 20px;
    }
    .headingh2{
        font-size: 1.9rem;
        font-weight: 700;
    }
    .shopstbimage {
        height: 210px;
        width: 220px;
    }
    
    .reviews-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        /* border: 2px solid green; */
    }
    
    .t-box {
        background: var(--container-color);
        padding: 30px;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        width: 610px;
        justify-content: space-between;
        align-items: center;
        /* border: 2px solid green; */
        
    }
    
    .shopstsubimage {
        height: 35px;
        width: 35px;
    }
    
    .t-box p {
        font-size: 1rem;
        margin: 10px 0;
    }
    .shopbtn {
        width: 100px;
        padding: 5px;
        background-color: #fcbf9c;
        color: #f7f7f7;
        border: none;
        border-radius: 5px;
    }
    
    .shopbtn:hover {
        background-color: #f7f7f7;
        color: #fcbf9c;
        cursor: pointer;
    }
    
    .maincontent {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .subimages {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }
    
    .subimages {
        padding: 4px;
    }
    
    .shopstext {
        width: 280px;
        color: #818181;
        font-size: small;
    }
    
    .shopgrid {
        /* border: 2px solid red; */
        width: 82%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    table{
        font-size: 16px;
        width: 280px;
        color: #ededed;
    }
    td{
        padding: 0px;
        background-color: #b7b6b6;
        text-align: center;
    }
    
}
@media (max-width: 590px) {
    .reviews {
        /* border: 2px solid green; */
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .reviews .heading {
        text-align: center;
    }
    
    .shopstbimage {
        height: 150px;
        width: 150px;
        margin-left: 10px;
        /* border: 2px solid red; */
    }
    
    .reviews-content {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }
    
    .t-box {
        background: var(--container-color);
        padding: 5px;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        width: 400px;
        height: 250px;
        justify-content: space-around;
        align-items: center;
    }
    
    .shopstsubimage {
        height: 25px;
        width: 25px;
        /* border: 2px solid red; */
    }
    
    .t-box p {
        font-size: 0.7rem;
        margin: 10px 0;
    }
    
    .shopbtn {
        width: 70px;
        padding: 5px;
        background-color: #fcbf9c;
        color: #f7f7f7;
        border: none;
        border-radius: 5px;
        font-size: 0.7rem;
    }
    
    .shopbtn:hover {
        background-color: #f7f7f7;
        color: #fcbf9c;
        cursor: pointer;

    }
    
    .maincontent {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 15px;
    }
    
    .subimages {
        display: flex;
        flex-direction: row;
        gap: 10px;
        /* border: 2px solid red; */
    }
    
    .subimages {
        padding: 4px;
        /* border: 2px solid red; */
    }
    
    .shopstext {
        /* border: 2px solid red; */
        width: 220px;
        color: #818181;
        font-size: small;
    }
    table{
        font-size: 10px;
        width: 200px;
        color: #ededed;
    }
    td{
        padding: 0px;
        background-color: #b7b6b6;
        text-align: center;
    }
}
@media (max-width: 395px) {
    .reviews {
        /* border: 2px solid green; */
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .reviews .heading {
        text-align: center;
    }
    
    .shopstbimage {
        height: 120px;
        width: 120px;
        margin-left: 8px;
        /* border: 2px solid red; */
    }
    
    .reviews-content {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }
    
    .t-box {
        background: var(--container-color);
        padding: 5px;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        width: 340px;
        height: 250px;
        justify-content: space-around;
        align-items: center;
        /* border: 2px solid red; */
    }
    
    .shopstsubimage {
        height: 25px;
        width: 25px;
        /* border: 2px solid red; */
    }
    
    .t-box p {
        font-size: 0.6rem;
        margin: 10px 0;
        /* border: 2px solid red; */
    }
    
    .shopbtn a {
        width: 70px;
        padding: 4px;
        background-color: #fcbf9c;
        color: #f7f7f7;
        border: none;
        border-radius: 5px;
        font-size: 0.7rem;
    }
    
    .shopbtn a:hover {
        background-color: #f7f7f7;
        color: #fcbf9c;
        cursor: pointer;

    }


    
    .maincontent {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* border: 2px solid red; */
        margin-left: 15px;
    }
    
    .subimages {
        display: flex;
        flex-direction: row;
        gap: 10px;
        /* border: 2px solid red; */
    }
    
    .subimages {
        padding: 4px;
        /* border: 2px solid red; */
    }
    
    .shopstext {
        /* border: 2px solid red; */
        width: 220px;
        color: #818181;
        font-size: small;
    }
    .shopgrid{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    table{
        font-size: 8px;
        height: 30px;
        width: 150px;
        color: #ededed;
    }
    td{
        padding: 0px;
        background-color: #b7b6b6;
        text-align: center;
    }
}

/* Footer */

.footer{
    background: var(--text-color);
    color: var(--secondary-text-color);
}

.footer-content{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    padding: 40px 0 30px;
}

.footer-box{
    display: flex;
    flex-direction: column;
}

.social {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.social a .bx{
    font-size: 20px;
    background: var(--main-color);
    color: var(--bg-color);
    border-radius: 50%;
    padding: 8px;
    margin-right: 0.8rem;
}

.social a .bx:hover{
    color: var(--text-color);
    background: var(--bg-color);
    transition: background 0.4s ease-in-out;
}

.footer-box h3{
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--secondary-text-color);
    margin-bottom: 1rem;
}

.footer-box p{
    margin-bottom: 8px;
}

.footer-box p span {
    display: inline-block;
    width: 50px;
}
.footer-box a{
    color: var(--secondary-text-color);
    margin-bottom: 10px;
}

.footer-box div{
    color: var(--secondary-text-color);
    margin-bottom: 10px;
}
/* --secondary-text-color: #fff; */
.copyrights{
   padding: 30px;
   color: var(--secondary-text-color);
   text-align: center;
}

/* Making Responce */

@media (max-width:1080px){
    .container{
        width: 90%;
        margin: 0 auto;
    }
}
@media (max-width:970px){
    .section{
         padding: 2rem 0;
    }
    /* .home-img::before {
        font-size: 8rem;
        top: -60px;
    
    } */
    /* .about-content{
        grid-template-columns: 1fr;
        width: 70%;
    }
    .about-img img{
        padding: 10px;
        padding-left: 5rem;
    } */
}
@media (max-width:880px){
    .nav {
        padding: 12px 20px;
        border-radius: 0.6rem;
    }
    .logo{
        font-size: 1.5rem;
    }
    /* .home {
        min-height: 500;
        padding-top: 12rem !important;
    }
    .home-img::before{
        font-size: 6rem;
        top: -38px;
    } */
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
  
    }
 
}

@media (max-width:620px){
    header{
        top: 15px;
    }
    .nav-icons .bx{
        font-size: 17px;
    }
    .menu-icon{
        display: flex;
    }
    .navBar{
        position: absolute;
        top: 110%;
        left: 50%;
        transform: translate(-50%);
        width: 90vw;
        background: var(--text-color);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        border-radius: 1rem;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        transition: 0.5s all cubic-bezier(0.75, 0.82, 0.165, 1);
    }
    .open-menu{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100% );
        transition: 0.5s all cubic-bezier(0.75, 0.82, 0.165, 1);
    }
    .nav-link{
        display: block;
        margin: 1rem 0;
    }
    /* .home{
        min-height: 440px;
        padding-top: 8rem !important;
    }
    .home-img::before{
        font-size: 5rem;
        top: -34px;
        letter-spacing: 1.2rem;
    } */
    .newsletter h2{
        font-size: 2.1rem;
    }
    .newsletter p{
        font-size: 0.94rem;
    }
    .rentals-content{
        display: flex;
        flex-direction: column;
    }

}

@media (max-width:477px){

  /* .home-img{
    width: 95%;
    margin: auto;
  }
  .home-img::before{
    font-size: 4rem;
    top: -32px;
    letter-spacing: 1rem;
  } */
  .input-form{
    flex-direction: column;
    align-items: normal;
  }
  .input-box{
    flex: none;
  }
  .input-border{
    border-right: none;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--text-alter-color);
  }
  .heading h2{
    font-size: 2rem;
  }
  .reviews-content,
  .footer-content{
    grid-template-columns: 1fr;
  }
}

@media (max-width:380px){
    .home-img::before{
        font-size: 3.5rem;
        top: -32px;
        letter-spacing: 0.8rem;
    }

}


/* stores */


