* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: rgb(196, 178, 197);
    height: 100%;
    width: 100%;
    min-height: 100vh;
}

html {
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
}

/* to top button */

.go-top-btn {
    position: fixed;
    bottom: 35px;
    right: 35px;
    border-radius: 50%;
    cursor: pointer;
    height: 50px;
    width: 50px;
    background: #a8b3f3;
    border: 2px solid #333;
    display: none;
    justify-content: center;
    align-content: center;
}

.go-top-btn img {
    width: 60px;
    height: 60px;
    border-radius: 50px
}

header {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    border-bottom: 2px solid #e5e5e5;
    background-color: #490244;
    border-radius: 5px;
}

.logo {
    font-size: x-large;

}

header .logo {
    width: 15%;
    float: left;
    text-align: center;
    margin-left: -10px;
}

header .logo span img {
    width: 80px;
    height: 80px;
    position: absolute;
    margin-left: -22px;
}

header .logo  span {
    color: white;
    font-size: 60px;
    font-weight: bolder;
    font-family: serif;
}


header .cx {
    width: 80%;
    float: left;
    border-radius: 5px;
    background-color: #490244;
}

header .head,
header .search {
    width: 100%;
    float: left;
    height: 55px;
    display: flex;
    justify-content: left;
}

.youth {
    font-size: x-large;
}

.number {
    color: white;
    font-size: larger;
    background-color: blue;
    padding: 10px;
    border-radius: 5px;
}

header .head {
    padding-left: 100px;
}

header .head ul li {
    list-style: none;
    float: left;
    padding: 15px;
    margin: 10px;
    margin-left: 0px;
}

header .head ul li a {
    text-decoration: none;
    color: white;
    display: block;
    font-family: serif;
}

/* drop down */
header .gate img {
    width: 15px;
    height: 15px;
}


header .gate {
    position: absolute;
    right: 10px;
    top: 80px;
    color: white;
}

header .gate .dropdown li a {
    text-decoration: none;
    color: black;
    z-index: 999;
    display: block;
    margin-bottom: 5px;
}

header .gate .dropdown {
    display: block;
    z-index: 999;
    background-color: white;
    text-decoration: none;
    position: relative;
    padding: 5px;
    border-radius: 5px;
    list-style-type: none;
    display: none;
}

header .gate .dropdown.active {
    display: block;
}

header .gate ul.dropdown li a:hover {
    background-color: blue;
    color: white;
    display: block;
}

header .kitchen img {
    width: 15px;
    height: 15px;
}


header .kitchen {
    position: absolute;
    right: 120px;
    top: 80px;
    color: white;
}

header .kitchen .fork li a {
    text-decoration: none;
    color: black;
    z-index: 999;
    display: block;
    margin-bottom: 5px;
}

header .kitchen .fork {
    display: block;
    z-index: 999;
    background-color: white;
    text-decoration: none;
    position: relative;
    padding: 5px;
    border-radius: 5px;
    list-style-type: none;
    display: none;
}

header .kitchen .fork.active {
    display: block;
}

header .kitchen ul.fork li a:hover {
    background-color: blue;
    color: white;
    display: block;
}

header .door img {
    width: 15px;
    height: 15px;
}


header .door {
    position: absolute;
    right: 10px;
    top: 80px;
    color: white;
}

header .door .movedown li a {
    text-decoration: none;
    color: black;
    z-index: 999;
    display: block;
    margin-bottom: 5px;
}

header .door .movedown {
    display: block;
    z-index: 999;
    background-color: white;
    text-decoration: none;
    position: relative;
    padding: 5px;
    border-radius: 5px;
    list-style-type: none;
    opacity: 0;
}

header .door .movedown.active {
    opacity: 1;
}

header .door ul.movedown li a:hover {
    background-color: blue;
    color: white;
    display: block;
}

header .head ul li a:hover,
a:focus {
    color: black;
}

header .head ul li a:active {
    color: greenyellow;

}

.fa-phone {
    background-color: red;
}


header .head ul:nth-child(1) {
    width: 55%;
}

header .search a {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    position: relative;
    text-decoration: none;
    color: #f5f5f5;
    background: #01c0df;
}

/* search settings */

header form {
    position: absolute;
    right: 0px;
    top: 35px;
}

header form img {
    position: inherit;
    margin-top: 7px;
    margin-left: 2px;
    width: 30px;
    height: 30px;
    border-radius: 20px;
}

form input {
    width: 170px;
    height: 40px;
    border-radius: 20px;
    text-indent: 30px;
}

.kiss {
    color: red;
    position: absolute;
    z-index: -1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
}

nav {
    width: 100%;
    height: 60px;
    background: #490244;
    text-align: center;
    padding-top: 15px;

}

nav ul li {
    list-style: none;
    float: left;
    padding: 5px;
    margin: 0px 20px;
}

nav ul li a {
    text-decoration: solid;
    text-align: center;
    color: #f5f5f5;
}

nav ul li a>i {
    margin-right: 10px;
}

nav ul li a:hover,
a:focus {
    color: black
}

nav ul li a:active {
    color: red;
}

.animated-text3 span {
    left: 5%;
    position: absolute;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: bolder;
    color: white;
    font-size: large;
    font-family: sans-serif;
    letter-spacing: 2px;
    background-color: #490244;
}

.animated-text3 span::before {
    content: "We are the best professional technicians in town.";
    color: white;
    animation: words3 60s infinite;
    display: block;
}

.animated-text3 span::after {
    content: "";
    animation: cursor 1s infinite;
}

@keyframes words3 {

    0%,
    5% {
        content: "Welcome to the new world of ease, comfort & convenience!";
    }

    6%,
    10% {
        content: "We are a one stop solution for many technical services.";
    }

    11%,
    15% {
        content: "Your satisfaction is our commitment!";
    }

    16%,
    20% {
        content: "We connect our clients to top contractors and technicians";
    }

    21%,
    25% {
        content: "Our contractors offer the most affordable and reliable solutions"
    }

    26%,
    30% {
        content: "We offer competent & talented professionals in the industry";
    }

    31%,
    35% {
        content: "Our experts have a decent proven track record in their fields.";
    }

    36%,
    40% {
        content: "Our experts offer free consultations, inspections and quotes";
    }

    41%,
    45% {
        content: "As a mediator we've got your back from start to finish";
    }

    46%,
    50% {
        content: "We ensure transparency, reliability and quality service.";
    }

    51%,
    55% {
        content: "Call us today and experience the difference!";
    }

    61%,
    65% {
        content: "Hire CCTV camera technicians, Access control technicians.";
    }

    66%,
    70% {
        content: "Hire technicians for intruder alarm systems and fire alarms.";
    }

    71%,
    75% {
        content: "Hire experts for telephone, time attendance, access points.";
    }

    76%,
    80% {
        content: "Hire plumbers, painters, electricians, solar experts.";
    }

    81%,
    85% {
        content: "Hire aluminum fabricators, Air conditioning experts, welders.";
    }

    86%,
    90% {
        content: "Don't be afraid to call us, there is a solution for your budget.";
    }

    91%,
    95% {
        content: "We cover new installations, maintenance, upgrades & replacements.";
    }

    96%,
    100% {
        content: "We cover the whole of Juba and beyond.";
    }

}

main {
    width: 98%;
    height: auto;
    margin: 0px auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

main .banner {
    width: 100%;
    height: 600px;
    background: #490244;
    display: flex;
    justify-content: left;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

main.banner div {
    width: 30%;
    text-align: center;
}

main .banner img {
    margin-left: 100px;
    max-width: 1140px;
}

.bottle {
    margin-bottom: 10px;
}

.tree {
    margin-bottom: 20px;
}

/* notification */

.toast-container{
    position: fixed;
    bottom:-140px;
    width: 90%;
    max-width: 720px;
    display: flex;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 0 16px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 24px;
    box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.2);
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
    transition: all 1800ms ease;
}

.toast-container.active{
    bottom: 20px;
}

.toast-container p{
    font-weight: 800;
    line-height: 1.5;
    font-size: 16px;
}

.toast-container .text-content {
    padding: 0 24px;
}
.toast-container .close{

    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    color:yellow;
}

/* auto image slider settings */
.container2 {
    width: 440px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 550px;
    left: 232px;
    overflow: hidden;
    border: 1px solid #ffffff;
    border-radius: 8px;
    box-shadow: 10px 25px 30px rgb(30, 30, 200, 0.3);
    z-index: 1;
}

.wrapper2 {
    width: 450px;
    height: 400px;
    display: flex;
    margin: auto;
    animation: slide1 30s infinite;
}

.wrapper2 img {
    width: 450px;
    height: 400px
}

@keyframes slide1 {
    0% {
        transform: translateX(0);
    }

    5% {
        transform: translateX(0);
    }

    10% {
        transform: translateX(-100%);
    }

    15% {
        transform: translateX(-100%);
    }

    20% {
        transform: translateX(-200%);
    }

    25% {
        transform: translateX(-200%);
    }

    30% {
        transform: translateX(-300%);
    }

    35% {
        transform: translateX(-300%);
    }

    40% {
        transform: translateX(-400%);
    }

    45% {
        transform: translateX(-400%);
    }

    50% {
        transform: translateX(-500%);
    }

    50% {
        transform: translateX(-500%);
    }

    55% {
        transform: translateX(-600%);
    }

    60% {
        transform: translateX(-600%);
    }

    65% {
        transform: translateX(-700%);
    }

    70% {
        transform: translateX(-700%);
    }

    75% {
        transform: translateX(-800%);
    }

    80% {
        transform: translateX(-800%);
    }

    85% {
        transform: translateX(-900%);
    }

    90% {
        transform: translateX(-900%);
    }

    95% {
        transform: translateX(-1000%);
    }

    100% {
        transform: translateX(-1000%);
    }
}

.blog-content {
    margin-left: 10px;
    font-size: xx-large;
    font-weight: 200px;
    font-family: sans-serif;
}

.blogs {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
}

.blogs ul li {
    margin-bottom: 10px;
}

.blogs ul li a {
    text-decoration: none;
    font-size: larger;
    color: blue;
    font-family: sans-serif;
    font-weight: bolder;
    list-style: none;
}

.blogs ul li a:hover,
a:focus {
    color: black
}

.blogs ul li a:active {
    color: red;
}

main .banner div h1 {
    position: relative;
    top: 100px;
    left: 50px;
    letter-spacing: 2px;
    font-size: 30px;
    color: white;
    z-index: 1;
}

main .banner p {
    font-size: 55px;
    display: flex;
    color: white;
    padding-left: 40px;
    padding-top: 15px;
    animation: animate 3s linear infinite;
}

@keyframes animate {
    0% {
        opacity: 0;
        color: gold;
    }

    50% {
        color: gold;
    }




    100% {
        color: gold;
    }
}

main .banner .ban-1 {
    display: block;
    font-size: 25px;
    color: white;
    padding-top: 10px;
    padding-left: 90px;
    text-decoration: italic;
    font-weight: bold;
}

main .banner .ban-2 {
    display: block;
    font-size: 25px;
    color: white;
    padding-top: 10px;
    padding-left: 75px;
    text-decoration: italic;
    font-weight: bold;
}

main .banner .space  {
    padding-top: 10px;
    padding-left: 120px;
    font-size: 25px;
    color: white;
    font-weight: bold;
}


main .banner div button {
    border: none;
    outline: none;
    background: #490244;
    color: white;
    font-weight: bold;
    margin-left: -40px;
    position: 10px;
    padding: 10px;
    top: 200px;
    width: 100px;
}

main img {
    width: 100%;
}

.items3 {
    width: 96%;
    height: 150px;
    display: flex;
    justify-content: space-around;
}

.item3 .inner-3 {
    padding: 20px;
    display: flex;
    justify-content: space-around;
}

.item3 .inner-3 div {
    padding-top: 20px;
}

.items .inner-3 div button {
    border: none;
    outline: none;
    padding: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.item3 .inner-3 img {
    width: 50%;
}

.cl {
    width: 100%;
}

.cl h2 {
    width: 100%;
    background: #490244;
    color: white;
    padding: 10px;
    margin-bottom: 50px;
}

.cl h2 a {
    color: white;
    text-decoration: none;
}

.cl h2 span {
    animation: blink 2s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.cl h2 a:hover,
a:focus {
    color: black
}

.cl h2 a:active {
    color: red;
}

.seller {
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: space-around;
}


.seller .inner-seller {
    width: 20%;
}

.seller .inner-seller img {
    width: 100%;
    height: 300px;
    margin-bottom: 50px;
    border-radius: 30px;
    padding: 10px;
}

.seller .inner-seller .inner-left {
    display: flex;
    justify-content: space-around;
}

.seller .inner-left p,
h3 {
    font-size: small;
    font-weight: bold;
}
.seller .inner-left h3{
    color: red;
}
.seller .inner-seller .inner-left a {
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    color: white;
    background-color: #490244;
    font-size: large;
}

.seller .inner-seller .inner-left a:hover,
a:focus {
    color: black
}

.seller .inner-seller .inner-left a:active {
    color: red;
}


.large {
    width: 96%;
    height: 500px;
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
}

.large .inner-large {
    width: 32%;
    margin: 0px 5px;
}

.large .inner-large:nth-child(1) {
    background: #f2f2f2;
}

.large .inner-large:nth-child(2) {
    background-color: linear-gradient(100deg, #030104 10%, #490244 70%)
}

.large .inner-large:nth-child(3) {
    background-color: linear-gradient(90deg, #030104 10%, #490244 70%)
}

.large .inner- img {
    width: 100%;
}

.large .inner-large div {
    text-align: center;
}

.large .inner-large div h1 {
    margin-top: 10px;
    font-weight: bold;
}

.large .inner-large:nth-last-child(2) div h1 {
    color: #f5f5f5;
}

.call{
    position:fixed;
    left: 5%;
    bottom: 15%;
}

.call img{
    width: 60px;
    height: 60px;
}

.intro{
    color: white;
    background-color:#490244;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.intro h1{
    font-size: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
.intro-1{
    color: white;
    padding: 10px;
}
.intro-1 h1{
    font-size: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
.intro-1 h2{
    font-size: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
#product-list{
    margin-left: 10px;
    margin-right: 10px;
}

footer {
    width: 100%;
    height: 560px;
    margin: 20px auto;
    padding-top: 20px;
    border-top: 2px solid #e5e5e5;
    display: flex;
    justify-content: space-around;
    background-color: #490244;
}


footer div p {
    margin: 30px auto;
    color: #01c0df;
}

footer div input {
    width: 70%;
    padding: 8px;
    border: 1px solid #e5e5e5;
}

footer div button {
    border: none;
    outline: none;
    background: red;
    color: #f5f5f5;
    font-weight: bold;
    padding: 5px;
    margin-top: 10px;
}

footer div i {
    padding: 10px 11.5px;
    border-radius: 50%;
    margin: 0px 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
}

footer div ul li {
    list-style: none;
    margin: 10px auto;
}

footer ul li a {
    text-decoration: none;
    color: white;
    font-family: sans-serif;
}

footer .fa img {
    width: 40px;
    height: 40px;
}

.footerBottom {
    margin-left: 40%
}

.footerBottom p {
    color: black;
    font-size: large;
    padding-bottom: 10px;
    font-weight: bold;
}

.text-box-2 {
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    max-width: 600px;
    margin: auto;
    text-align: center;
    background-color: #f9f9f9;
}
.projects {
    color: blue;
    font-size: 1.5em;
    margin-bottom: 25px;
}
.customers {
    color: green;
    font-size: 1.5em;
}


.text-section {
    margin: 40px; /* Big margin size */
    padding: 20px; /* Moderate padding */
    border: 3px solid #ccc; /* Increased border weight */
    border-radius: 10px;
    max-width: 800px; /* Responsive max-width */
    font-family: Arial, sans-serif;
    background-color: rgb(60, 60, 99); /* Background color in blue */
    color: white; /* Text color in white */
}

.text-section h1 {
    color: yellow;
    margin-bottom: 20px;
    text-align: center;
} 
.text-section .pot-1{
    margin-bottom: 15px;
}

.scroller {
    display: flex;
    overflow-x: auto;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}
.section {
    min-width: 300px; /* Minimum width for each section */
    max-width: 400px; /* Maximum width for each section */
    margin-right: 20px;
    padding: 20px;
    border: 1px solid #000;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    background: #add8e6; /* Light blue background */
}
.section h2 {
    color: blue; /* Blue header text */
}


.review-2-container {
    display: flex;
    overflow-x: auto;
    padding: 10px;
    scroll-behavior: smooth;
}

.review-2 {
    min-width: 300px;  /* Adjusted width */
    max-width: 300px;  /* Fixed width to control the size */
    margin-right: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;  /* Increased padding for better layout */
    background-color: #f0f8ff;  /* Light background color */
    color: #333;  /* Dark text color */
    flex-shrink: 0;
    word-wrap: break-word; /* Ensures long words wrap within the box */
}

.star-rating {
    color: gold;
}

.read-more-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background-color: green;  /* Green button background */
    color: white;  /* White text on the button */
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.read-more-button:hover {
    background-color: darkgreen;  /* Darker green on hover */
}

.about .text-box-3 {
    border: 2px solid #1a90d4;
    border-radius: 10px;
    padding: 20px;
    background-color: black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin: 20px auto;
    text-align: center;
}
.text-box-3 h2 {
    color: #4CAF50;
}
.text-box-3 ul li {
    color: white;
    font-style: oblique;
}
.text-box-3 p {
    color: gold;
    font-style: italic;
    font-weight: bold;
}
.text-box {
    border: 2px solid #4CAF50;
    border-radius: 10px;
    padding: 20px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin: 20px auto;
    text-align: center;
}
.text-box h2 {
    color: #4CAF50;
}
.text-box p {
    color: #555;
    margin-bottom: 15px;
}
.read-more {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}
.text-box-4 {
    border: 2px solid #4CAF50;
    border-radius: 10px;
    padding: 20px;
    background-color: orangered;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin: 20px auto;
    text-align: center;
}
.text-box-4 h2 {
    color: white;
}
.text-box-4 p {
    color: white;
    margin-bottom: 15px;
}
.text-box-11 {
    border: 2px solid yellow;
    border-radius: 10px;
    padding: 20px;
    background-color: green;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin: 20px auto;
    text-align: center;
}
.text-box-11 h2 {
    color: white;
}
.text-box-11 p {
    color: white;
    margin-bottom: 15px;
}
.text-box-4 .read-more {
    background-color: black;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}
.text-box-5 {
    border: 2px solid #4CAF50;
    border-radius: 10px;
    padding: 20px;
    background-color: purple;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin: 20px auto;
    text-align: center;
}
.text-box-5 h2 {
    color: white;
}
.text-box-5 p {
    color: white;
    margin-bottom: 15px;
}
.text-box-5 .read-more {
    background-color: red;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}
.text-box-6 {
    border: 2px solid #4CAF50;
    border-radius: 10px;
    padding: 20px;
    background-color: yellow;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin: 20px auto;
    text-align: center;
}
.text-box-6 h2 {
    color: black;
}
.text-box-6 p {
    color: black;
    margin-bottom: 15px;
}
.text-box-6 .read-more {
    background-color: Green;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}
.text-box-9 {
    border: 2px solid #4CAF50;
    border-radius: 10px;
    padding: 20px;
    background-color: blue;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin: 20px auto;
    text-align: center;
}
.text-box-9 h2 {
    color: white;
}



.scroller-1 {
    display: flex;
    overflow-x: auto;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}	
.section-1 {
    min-width: 300px; /* Minimum width for each section */
    max-width: 400px; /* Maximum width for each section */
    margin-right: 20px;
    padding: 20px;
    border: 1px solid #000;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    background: #f9f9f9;
}

.scroller-article {
    display: flex;
    overflow-x: auto;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: rgb(153, 147, 147);
}	
.section-article {
    min-width: 300px; /* Minimum width for each section */
    max-width: 400px; /* Maximum width for each section */
    margin-right: 20px;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #000;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    background: #f9f9f9;
}


.scroller-article a {
    background-color: purple;
}
.scroller-article h2 {
    Color: purple
}
.about .scroller-article h2 {
    font-size: large;
}
.scroller-article p {
    color:rgb(54, 51, 51);
}
.about .scroller-article p {
    font-size: small;
}
.down-1{
    font-size: x-large;
}
.down-2{
    font-size: x-large;
    margin-bottom: 10px;
}
main .text-box-3{
    width: 80%;
    max-width: 1500px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: white; /* light background */
    margin-bottom: 30px;
}	

main .text-box-3  .good {
    color: purple;
    font-family: sans-serif;
    text-align: center;
    margin-bottom: 30px;
}
main .text-box-3  .good-1 {
    color: purple;
    font-family: sans-serif;
    text-align: center;
}

.figure-1 img{
    max-width: 1000px;
    max-height: 600px;
}
.hamburger-icon {
    margin: auto 0;
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 9%;
}

.hamburger-icon div {
    width: 150px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}

.open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);

}

.open .bar2 {
    opacity: 0;
}

.open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
    background-color: purple;
    height: 380px;
    border-radius: 10px;
    padding: 10px;
    width: 200px;
    z-index: 5;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: -55px;
    height: calc(100vh - 50px);
    width: 100%;
}

.mobile-menu li a {
    color: white;
    list-style-type: none;
    text-decoration: none;
    font-size: x-large;
}

.mobile-menu li {
    margin-bottom: 20px;
}

.hamburger-icon li a:hover,
a:focus {
    border-radius: 3px;
    background-color: #002d80;
}

.hamburger-icon li a:active {
    color: yellow;
}

.hamburger-icon2 {
    margin: auto 0;
    display: none;
    cursor: pointer;
    position: absolute;
    top: 90px;
    left: 5%;
}

.hamburger-icon2 div {
    width: 100px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}

.open .bar4 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);

}

.open .bar5 {
    opacity: 0;
}

.open .bar6 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu2 {
    z-index: 5;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
    background-color: purple;
    height: 650px;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    width: 250px;
}

.mobile-menu2 {
    display: none;
    position: absolute;
    top: 50px;
    height: calc(100vh - 50px);
    width: 100%;
}

.mobile-menu2 li a {
    color: white;
    list-style-type: none;
    text-decoration: none;
    font-size: x-large;
}

.mobile-menu2 li {
    margin-bottom: 20px;

}

.hamburger-icon2 li a:hover,
a:focus {
    border-radius: 3px;
    background-color: #002d80;
}

.hamburger-icon2 li a:active {
    color: yellow;
}


/* car css settings */
h3 {
    font-size: large;
}
.seats h2,
h4 {
    color: black;
    padding-top: 10px;
    padding-left: 10px;
    font-weight: bolder;
}

.engine {
    margin-top: 10px;
}

.engine .professional {
    background-color: rgb(208, 208, 248);
}

.engine .professional img {
    border-radius: 50%;
}

.engine .media-scroller2 .driver img {
    border-radius: 50%;
}

.media-scroller2 {
    display: grid;
    gap: 2rem;
    grid-auto-flow: column;
    grid-auto-columns: 25%;
    background-color: white;
    padding-top: 10px;

    overflow-x: auto;
    overscroll-behavior-inline: contain;
}

.media-scroller2 div img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.snaps-inline {
    scroll-snap-type: inline mandatory;
}

.snaps-inline>* {
    scroll-snap-align: start;
}

/* image slide settings */

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 80%;
    max-width: 1600px;
    height: 90vh;
    max-height: 800px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    overflow: hidden;
    transition: 0.5s;
    opacity: 0;
}

.popup.active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.popup.active .close-btn,
.popup.active .image-name,
.popup.active .index,
.popup.active .large-image,
.popup.active .arrow-btn {
    opacity: 1;
    transition: opacity .5s;
    transition-delay: 0.2s;
}

.top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: 300;
}

.image-name {
    opacity: 0;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    background-color: red;
    opacity: 0;
}

.arrow-btn {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 50%;
    border: none;
    background: none;
    cursor: pointer;
}

.arrow-btn img {
    width: 50px;
    height: 50px;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
    transform: translateY(-50%) rotate(180deg);
}

.arrow-btn:hover {
    background: rgba(0, 0, 0, 0.5);
}

.index {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 80px;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.4);
    overflow: 0;
    opacity: 0;
}

.large-image {
    margin-top: 5%;
    width: 80%;
    height: 80%;
    object-fit: contain;
    opacity: 0;
}


/* table settings */

.wrapper {
    width: min(900px, 100% - 3);
    margin-inline: auto;
}

table {
    width: 25%;
    background-color: rgba(236, 230, 230, 0.925);
    color: black;
    display: block
}

th,
td {
    padding-left: 1.5rem;
    border: 2px solid rgb(158, 155, 155);
}

th {
    text-align: center;
    padding-left: 0rem;
    letter-spacing: 2px;
    font-weight: bolder;
    margin-top: 10px;
    margin-left: 5px;
}

thead {
    display: inline-block;
    width: 100%;
    height: 50px;
}

thead tr {
    display: flex;
    gap: 90px;
}

tbody {
    height: 150px;
    display: inline-block;
    width: 100%;
    overflow: auto;
}

.data {
    font-weight: bold;
}

.table-scroll {
    display: flex;
    gap: 200px;
    margin-top: 10px;
}


/* contact settings */
.contact {
    background-color: #002d80;
    padding: 10px;
    margin-bottom: 200px;
    color: white;
    border-radius: 5px;
}

.contact h4 {
    color: white;
}

.total {
    transform: scale(0.8);
    font-weight: bolder;
}

.thoughts {
    font-size: xx-large;
    font-weight: bolder;
    color: Black;
    margin-bottom: 20px;
    font-family: sans-serif;
}

.Name {
    font-size: x-large;
    font-weight: bolder;
}

.Comment {
    font-size: x-large;
    font-weight: bolder;
}


.post {
    font-size: xx-large;
    font-weight: bolder;
    padding: 20px;
    border-radius: 25px;
    color: white;
    background: blue;
}

.review {
    margin: 15px;
}

.review label {
    display: block;
    margin-bottom: 5px;
}

.review textarea {
    height: 100px;
    width: 90%;
    resize: vertical;
    margin-bottom: 10px;
    text-indent: 5px;
    border-radius: 20px;
}

.review button {
    margin-top: 10px;
}

.comment-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    max-width: 600px; /* Limit the width of the comment box */
    word-wrap: break-word; /* Break long words to fit in the box */
}
.message {
    color: green; /* Green color for the message */
}

.dope .click {
    margin-left: 5px ;
    margin-right: 5px;
}

.dope section {
    display: flex;
    list-style: none;
    padding: 20px;
}


.dope section .shark {
    background-color: rgb(20, 13, 13);
    border-radius: 20px;
}

.dope section .shark li {
    color: white;
    padding: 10px;
    font-size: larger;
    font-family: sans-serif;
    margin: 5px;

}

.dope section .shark li a {
    text-decoration: none;
    color: white;
}

.dope section .shark li a:hover,
a:focus {
    color: gold;
}

.dope section .shark li a:active {
    color: blue;

}

.dope section .cow button p {
    font-size: small;
    font-weight: bold;
    font-family: sans-serif;
}

.dope section .cow li a {
    font-size: large;
    font-weight: bolder;
    color: #000;
}

.dope section .cow {
    margin-left: 50px;
    margin-top: 20px;
}

.dope section .cow li button {
    background-color: red;
    color: white;
    border-radius: 25px;
    font-size: 100px;
    font-weight: bolder;
    padding: 20px;
    margin-bottom: 10px;
}

.dope section .cow .call {
    background-color: blue;
}

.dope section .cow .call a {
    color: white;
    font-size: large;
}

.dope section .cow .whatsapp {
    background-color: green;
}

.dope section .cow .whatsapp a {
    color: white;
    font-size: large;
}



.hours {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.bodi {
    background-color: #f4f4f4;
    font-family: sans-serif, Arial;
    color: black;
    font-weight: 500;

}

.dope {
    background-color: #f4f4f4;
    font-family: sans-serif, Arial;


}

.about h1 {
    margin-left: 5px;
    margin-bottom: 10px;
}

.about {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.about p {
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 25px;
}

.about h2 {
    margin-bottom: 10px;
}

.about ul li {
    margin-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    margin-bottom: 5px;
}

.move {
    margin-left: 20px;
}

.dog-1 {
    margin: 20px;
    background-color: yellow;
    padding: 10px;
    border-radius: 20px;
}

.dog-2 li {
    color: black
}

.dog-2 {
    margin: 20px;
    margin-left: 40px;
}

.about figure {
    padding: 20px;

}

.about figure img {
    width: 600px;
    height: 400px;
    border-radius: 5px;
}

body .dog-3 img {
    border-radius: 100px;
    max-width: 200px;
    max-height: 200px;
}

body .about .design-1 {
    max-width: 300px;
    max-height: 200px;
    background-color: rgba(5, 248, 106, 0.918);
    border-radius: 20px;
    padding: 10px;
}

body .about .design-1 p {
    text-align: center;
    color: black;
    font-weight: bolder;
}

body .about .design-1 button {
    margin-left: 90px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 15px;
    color: black;
    background-color: yellow;
}

body .about .design-2 {
    max-width: 300px;
    max-height: 200px;
    background-color: blue;
    border-radius: 20px;
    padding: 10px;
}

body .about .design-2 p {
    text-align: center;
    color: white;
    font-weight: bolder;
}

body .about .design-2 button {
    margin-left: 90px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 15px;
    color: black;
    background-color: greenyellow;
}

body .about .design-3 {
    max-width: 300px;
    max-height: 200px;
    background-color: purple;
    border-radius: 20px;
    padding: 10px;
}

body .about .design-3 p {
    text-align: center;
    color: white;
    font-weight: bolder;
}

body .about .design-3 button {
    margin-left: 90px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 15px;
    color: white;
    background-color: red;
}

body .about .design-4 {
    max-width: 300px;
    max-height: 200px;
    background-color: yellow;
    border-radius: 20px;
    padding: 10px;
}

body .about .design-4 p {
    text-align: center;
    color: purple;
    font-weight: bolder;
}

body .about .design-4 button {
    margin-left: 90px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 15px;
    color: black;
    background-color: white;
}

body .about .design-5 {
    max-width: 300px;
    max-height: 200px;
    background-color: #002d80;
    border-radius: 20px;
    padding: 10px;
}

body .about .design-5 p {
    text-align: center;
    color: white;
    font-weight: bolder;
}

body .about .design-5 button {
    margin-left: 90px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 15px;
    color: black;
    background-color: yellow;
}

body .about .design-6 {
    max-width: 300px;
    max-height: 200px;
    background-color: black;
    border-radius: 20px;
    padding: 10px;
}

body .about .design-6 p {
    text-align: center;
    color: white;
    font-weight: bolder;
}

body .about .design-6 button {
    margin-left: 90px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 15px;
    color: white;
    background-color: red;
}

.bodi .about .slitly{
    margin-bottom: 15px;
}

.bodi .about a {
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    color: white;
    background-color: #490244;
    font-size: large;
    display: inline-flex;
    margin-bottom: 10px;
}
.about a {
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    color: white;
    background-color: #490244;
    font-size: large;
    display: inline-flex;
    margin-bottom: 10px;
}

.bodi .about a:hover,
a:focus {
    color: black
}

.bodi .about a:active {
    color: green;
}

.bodi .about ol li {
    margin-right: 20px;
    margin-left: 20px;
    font-size: large;
}

.beautiful-1{
    background-color: #c2e1f3;
    padding: 10px;
    border-radius: 5px;
    margin: -5px;
    margin-bottom: 30px;
}
.beautiful-2{
    background-color: #f8c4e7;

    padding: 10px;
    border-radius: 5px;
    margin: -5px;
    margin-bottom: 30px;
}
.beautiful-3{
    background-color: #c4eef8;
    padding: 10px;
    border-radius: 5px;
    margin: -5px;
    margin-bottom: 30px;
}
.beautiful-4{
    background-color: #c4eef8;
    margin: -5px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.beautiful-5{
    background-color: #dff8ce;
    margin: -5px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 40px;
}

.beautiful-7{
    background-color: rgb(206, 206, 250);
    margin: -5px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.beautiful-8{
    background-color: rgb(247, 200, 243);
    margin: -5px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.beautiful-9{
    background-color: rgb(207, 244, 245);
    margin: -5px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.beautiful-10{
    background-color: rgb(248, 247, 186);
    margin: -5px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.beautiful-11{
    background-color: white;
    margin: -5px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.beautiful-12{
    background-color:#a8b3f3;
    margin: -5px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.beautiful-13{
    background-color:#c2e1f3;
    margin: -5px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.beautiful-14{
    background-color:#01c0df;
    margin: -5px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 40px;
}

#holder{
    padding: 10px;
}

h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.faq{
    color: orangered;
    margin-top: 10px;
    margin-bottom: 10px;
}

.green{
    color: blue;
}
.blue{
    color: green;
}
.purple{
    color:#490244;
}
#side-space{
    margin-left: 10px;
    margin-right: 10px;
}
.video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    aspect-ratio: 16 / 9; /* Modern way to maintain ratio */
    background: #000; /* fills space around video */
    overflow: hidden;
    margin-bottom: 10px;
  }

  .video-container video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }


  .whatsapp-chat {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
  }

  .whatsapp-chat img {
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease;
  }

  .whatsapp-chat img:hover {
    transform: scale(1.1);
  }

  .chat-text {
    background-color: #25D366;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 20px;
    margin-left: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    white-space: nowrap;
  }


  
@media only screen and (max-width: 2500px) {
    main .banner img {
        max-width: 1140px;
    }
}

@media only screen and (max-width: 1450px) {
    .seller .inner-seller img {
        width: 100%;
        height: 270px;
    }

    header .head ul li a {
        display: none;
    }

    .hamburger-icon {
        display: block;
        top: 15px;
    }

    header .logo span {
        position: absolute;
        margin-left: -50px;
        font-size: 60px;
    }


    nav ul li a {
        display: none;
    }

    .hamburger-icon2 {
        display: block;
    }

    .seller .inner-seller .inner-left {
        display: block;
    }

    .seller .inner-seller .inner-left h3 {
        padding-bottom: 20px;
    }

    .seller .inner-seller .inner-left p,
    h3 {
        font-size: 25px;
    }


    /*  slider settings */
    .container2 {
        width: 440px;
        top: 550px;
        left: 232px;
    }

    .wrapper2 {
        width: 450px;
        height: 400px;
    }

    .seller .inner-seller img {
        width: 100%;
        height: 250px;
    }

    header form {
        right: 10px;
        top: 45px;

    }

    form input {
        width: 160px;
        height: 25px;
        border-radius: 20px;
    }

    header form img {
        margin-top: 5px;
        width: 20px;
        height: 15px;
        border-radius: 20px;
        margin-left: 10px;
    }

    header .gate form {
        top: 70px;
        transform: scale(0.8);
    }

    header .gate .cap {
        color: white;
        font-size: x-small;
    }

    .hamburger-icon div {
        width: 80px;
        height: 2.5px;
    }

    .animated-text span {
        font-weight: normal;
        font-size: small;
    }

    .animated-text3 span::before {
        display: block;
    }

    header .gate {
        top: 70px;
    }

    header .door {
        top: 70px;
    }

}


@media only screen and (max-width: 1300px) {

    header .head ul li a {
        display: none;
    }

    .hamburger-icon {
        display: block;
        top: 15px;
    }

    header .logo  span {
        position: absolute;
        margin-left: -50px;
        font-size: 60px;
    }

    nav ul li a {
        display: none;
    }

    .hamburger-icon2 {
        display: block;
    }

    .seller .inner-seller .inner-left {
        display: block;
    }

    .seller .inner-seller .inner-left h3 {
        padding-bottom: 20px;
    }

    .seller .inner-seller .inner-left p,
    h3 {
        font-size: 25px;
    }

    /*  slider settings */
    .container2 {
        width: 440px;
        top: 550px;
        left: 232px;
    }

    .wrapper2 {
        width: 450px;
        height: 400px;
    }

    .seller .inner-seller img {
        width: 100%;
        height: 250px;
    }

    header form {
        right: 10px;
        top: 45px;

    }

    form input {
        width: 160px;
        height: 25px;
        border-radius: 20px;
    }

    header form img {
        margin-top: 5px;
        width: 20px;
        height: 15px;
        border-radius: 20px;
        margin-left: 10px;
    }

    header .gate form {
        top: 70px;
        transform: scale(0.8);
    }

    header .gate .cap {
        color: white;
        font-size: x-small;
    }

    .hamburger-icon div {
        width: 80px;
        height: 2.5px;

    }

    .animated-text span {
        font-weight: normal;
        font-size: small;
    }

    .animated-text3 span::before {
        display: block;
    }

    header .gate {
        top: 70px;
    }

    header .door {
        top: 70px;
    }

}

@media screen and (max-width: 1200px) {
    .seller .inner-seller img {
        width: 100%;
        height: 230px;
    }

    footer {
        display: block;
        padding-left: 30%;
        height: 1480px;
    }
}

@media screen and (max-width: 1100px) {
    .seller .inner-seller img {
        width: 100%;
        height: 225px;
    }

    .media-scroller2 div img {
        width: 100%;
        height: 225px;
        border-radius: 10px;
    }

    table {
        width: 75%;
    }

    .contact {
        margin-right: 100px;
    }

    .engine .popup-img img {
        height: 500px;
        width: 700px;
    }

    .footerBottom {
        margin-left: 35%;

    }

    /*  slider settings */
    .container2 {
        width: 438px;
        left: 226px;
    }

    .wrapper2 {
        width: 450px;
        height: 400px;
    }

    .dope section .shark li {

        font-size: 40px;

    }
}


@media screen and (max-width: 1000px) {

    .seller .inner-seller img {
        width: 320px;
        height: 300px;
        margin-bottom: 10px;
    }

    .seller .inner-seller .inner-left a {
        font-size: 30px;
        padding: 3px;
        border-radius: 5px;
    }

    .seller .inner-seller .inner-left p,
    h3 {
        font-size: 30px;
    }

    .seller .inner-seller .inner-left h3 {
        padding-bottom: 20px;
    }

    .seller .inner-seller .inner-left {
        display: block;
    }


    .seller .inner-seller {
        width: 400px;

    }

    .seller {
        display: grid;
        gap: 13rem;
        height: 440px;
        grid-auto-flow: column;
        grid-auto-columns: 15%;

        overflow-x: auto;
        overscroll-behavior-inline: contain;
    }


    .cl h2 {
        margin-bottom: 25px;
    }
    .intro h1{
        font-size: 20px;
    }

    .intro-1 h1{
        font-size: 20px;
    }
    .intro-1 h2{
        font-size: 20px;
    }

    .popup {
        height: 80vh;
        width: 90%;
    }

    .arrow-btn img {
        width: 30px;
        height: 30px;
    }

    .media-scroller2 {
        gap: 3rem;
    }

    main .banner p {
        margin-bottom: 10px;
    }

    main .banner .ban-1 {
        padding-left: 100px;
        font-size: 20px;
    }

    main .banner .ban-2 {

        padding-left: 90px;
        font-size: 20px;
    }

    main .banner .space {
        padding-left: 120px;
        font-size: 20px;
    }

    .animated-text3 span {
        font-size: 20px;
    }
    .seller .inner-seller .inner-left p, h3{
        font-size: medium;
       } 
       .seller .inner-left p{
        max-width: 300px;
    }
    .cl {
        margin-bottom: 5px;
    }

    .bodi .about a {
        text-decoration: none;
        padding: 8px;
        border-radius: 6px;
        color: white;
        background-color: #490244;
        font-size: medium;
    }
    .about a {
        text-decoration: none;
        padding: 8px;
        border-radius: 6px;
        color: white;
        background-color: #490244;
        font-size: medium;
    }
    
}


@media screen and (max-width: 900px) {
    .media-scroller2 div img {
        width: 280px;
        height: 280px;
        border-radius: 10px;
    }

    table {
        width: 75%;
    }

    .contact {
        margin-right: 100px;
    }

    .media-scroller2 {
        gap: 5rem;
    }

    .engine .popup-img img {
        height: 500px;
        width: 700px;
    }

    .footerBottom {
        margin-left: 30%;
    }

    .container2 {
        left: 225px;
    }

    .wrapper2 {
        width: 450px;
        height: 400px;
    }

    .seller {
        height: 450px;
        gap: 14rem;
    }

    .seller .inner-seller img {
        margin-bottom: 10px;
    }

    .cl h2 {
        margin-bottom: 20px;
    }


    .popup {
        height: 60vh;
        width: 90%;
    }

    .seats h3,
    h4,
    h4 {
        font-size: medium;
    }

    main .banner p {
        margin-bottom: 10px;
    }

    main .banner .ban-1 {
        padding-left: 100px;
        font-size: 20px;
    }

    main .banner .ban-2 {

        padding-left: 95px;
        font-size: 20px;
    }

    main .banner .space {
        padding-left: 130px;
    }

    .animated-text3 span {
        font-size: 20px;
    }

    .seller .inner-seller .inner-left p, h3{
        font-size: medium;
       } 
       .seller .inner-left p{
        max-width: 300px;
    }
}


@media screen and (max-width: 850px) {
    .media-scroller2 {
        gap: 5rem;
    }
}


@media screen and (max-width: 800px) {
    .media-scroller2 div img {
        width: 250px;
        height: 250px;
        border-radius: 10px;
    }

    .media-scroller2 {
        gap: 4.5rem;
    }

    table {
        width: 100%;
    }

    .contact {
        margin-right: 50px;
    }

    .engine .popup-img img {
        height: 500px;
        width: 700px;
    }

    .seller .inner-seller img {
        width: 300px;
        height: 280px;
    }

    .seller {
        height: 450px;
        gap: 13rem;
    }

    .cl h2 {
        margin-bottom: 15px;
    }

    .popup {
        height: 75vh;
        width: 90%;
    }

    .arrow-btn img {
        width: 25px;
        height: 25px;
    }


    .dope section {
        display: block;
    }

    .dope section .cow {
        margin-left: 0px;
    }


    footer {
        padding-left: 20%;

    }

    main .banner p {
        margin-bottom: 10px;
    }

    main .banner .ban-1 {
        padding-left: 100px;
        font-size: 20px;
    }

    main .banner .ban-2 {

        padding-left: 95px;
        font-size: 20px;
    }

    main .banner .space {
        padding-left: 130px;
    }

    .animated-text3 span {
        font-size: 20px;
    }

    .dope section .shark li {

        font-size: 30px;
    }

   .seller .inner-seller .inner-left p, h3{
    font-size: medium;
   }
   .seller .inner-left p{
    max-width: 260px;
}
.cl {
    margin-bottom: -20px;
}

#product-list{
    margin-left: 5px;
    margin-right: 5px;
}

.about p {
    font-size: medium;
    font-weight: 400;
}


.text-section {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px; /* Big margin size */
    padding: 10px; 
}



main .text-box-3{
    width: 95%;
}

main .text-box-3  .good {
    font-size: large;
}
main .text-box-3  .good-1 {
    font-size: large;
}
}

@media screen and (max-width: 750px) {
    .media-scroller2 {
        gap: 5rem;
    }
}

@media screen and (max-width: 700px) {
    header .logo span {
        position: absolute;
        margin-left: -20px;
        font-size: 50px;
    }

    .media-scroller2 div img {
        width: 220px;
        height: 220px;
        border-radius: 10px;
    }

    table {
        width: 100%;
    }

    .contact {
        margin-right: 20px;
    }

    .table-scroll {
        gap: 50px
    }

    .seller .inner-seller img {
        width: 270px;
        height: 250px;
    }

    .cl h2 {
        margin-bottom: 15px;
    }

    .seller {
        gap: 13rem;
        margin-left: 10px;
    }

    .seller .inner-seller .inner-left a {
        font-size: 20px;
        padding: 2px;
        border-radius: 2px;
    }

    .seller .inner-seller .inner-left p,
    h3 {
        font-size: 20px;
    }

    .seller .inner-seller .inner-left h3 {
        padding-bottom: 10px;
    }

    .seller .inner-seller .inner-left {
        display: block;
    }


    .engine .popup-img img {
        height: 450px;
        width: 600px;
    }

    .footerBottom {
        margin-left: 25%;
    }

    .footerBottom p {
        font-size: small;
    }

    /*  slider settings */

    .wrapper2 {
        width: 450px;
        height: 400px;

    }

    .animated-text span {
        font-weight: normal;
        font-size: small;
    }

    .animated-text2 span {
        font-weight: normal;
        font-size: small;
    }

    .kiss {
        transform: scale(0.8);
    }

    .animated-text3 span {
        font-size: small;
    }

    .popup {
        height: 65vh;
        width: 90%;
    }

    .arrow-btn img {
        width: 20px;
        height: 20px;
    }

    header .logo span img {
        margin-top: -10px;
    }

    .about p {
        font-size: medium;
    }

    .about h2 {
        margin-bottom: 10px;
    }

    .about ul li {
        font-size: medium;
    }


    .cl h2 span {
        font-size: medium;
    }


    .about figure img {
        width: 400px;
        height: 300px;
        border-radius: 5px;
    }

    .media-scroller2 {
        gap: 4.5rem;
    }

    .animated-text3 span {
        left: 2%;
        right: 2%;
    }

    main .banner p {
        margin-bottom: 10px;
    }

    main .banner h5 {
        padding-left: 100px;
        font-size: 20px;
    }

    main .banner h6 {

        padding-left: 95px;
        font-size: 20px;
    }

    main .banner .space {
        padding-left: 130px;
    }

    body .dog-3 img {
        border-radius: 100px;
        max-width: 200px;
        max-height: 200px;
    }
    .seller .inner-left p{
        max-width: 250px;
    }
    .cl {
        margin-bottom: -80px;
    }

    .bodi .about a {
        text-decoration: none;
        padding: 5px;
        border-radius: 8px;
        color: white;
        background-color: #490244;
        font-size: small;
    }
     .about a {
        text-decoration: none;
        padding: 5px;
        border-radius: 8px;
        color: white;
        background-color: #490244;
        font-size: small;
    }

    h1{
        font-size: 40px;
    }
    .bodi .about ol li {
        margin-right: 10px;
        margin-left: 10px;
        font-size: small;
    }
}

@media screen and (max-width: 600px) {
    .media-scroller2 div img {
        width: 200px;
        height: 200px;
        border-radius: 10px;
    }

    table {
        width: 100%;
    }

    tbody {
        height: 200px;
    }

    .table-scroll {
        display: block;
        margin: 50px;
    }

    .contact {
        margin-top: 20px;
    }

    .media-scroller2 {
        gap: 4.5rem;

    }

    .wrapper h2 {
        margin-bottom: -30px
    }

    .engine .popup-img img {
        height: 400px;
        width: 500px;
    }

    .footerBottom {
        margin-left: 15%;
    }

    .cl h2 {
        margin-bottom: 10px;
    }

    .seller .inner-seller img {
        width: 230px;
        height: 210px;
    }

    .seller {
        gap: 12rem;
        padding-left: 10px;
    }

    .animated-text span {
        font-weight: normal;
        font-size: small;
    }

    .animated-text2 span {
        font-weight: normal;
        font-size: small;
    }

    .popup {
        height: 65vh;
        width: 100%;
    }


    .left-arrow {
        left: 0px;
    }

    .right-arrow {
        right: 0px;
    }

    .hours {
        font-size: 20px;
    }

    .seats h3,
    h4,
    h4 {
        font-size: medium;
    }


    .cl h2 span {
        font-size: small;
    }


    footer {
        padding-left: 15%;
    }

    .animated-text3 span {
        left: 2%;
        right: 2%;
    }

    main .banner p {
        margin-bottom: 10px;
    }

    main .banner .ban-1 {
        padding-left: 110px;
        font-size: 20px;
    }

    main .banner .ban-2 {

        padding-left: 105px;
        font-size: 20px;
    }

    main .banner .space {
        padding-left: 130px;
    }
    .seller .inner-left p{
        max-width: 220px;
    }

    .cl {
        margin-bottom: -120px;
    }

    .text-section h1 {
        font-size: 40px; /* Heading size */
    }

    .text-section p {
        font-size: 25px; /* Paragraph size */
    }
    .review {
        min-width: 250px; /* Adjusted for smaller screens */
    }
   
    .dope section .shark {
        margin-right: -15px;
        margin-left: -15px;
    }

 
    .video-container {
          max-width: 100%;
        }

}

@media screen and (max-width: 550px) {
    .media-scroller2 {
        gap: 5.5rem;
    }
}

@media screen and (max-width: 500px) {
    header .logo span {
        transform: scale(0.8);
        margin-left: -40px;
    }

    .hamburger-icon div {
        width: 50px;
    }

    .hamburger-icon2 div {
        width: 60px;
    }

    .open .mobile-menu {
        height: 330px;
        width: 135px;
    }

    .mobile-menu li a {
        font-size: large;
    }

    .media-scroller2 div img {
        width: 200px;
        height: 200px;
        gap: 300px;
    }

    .media-scroller2 {
        gap: 6rem;
    }

    .engine .popup-img img {
        height: 300px;
        width: 400px;
    }


    /*  slider settings */
    .container2 {
        width: 440px;
        top: 550px;
        left: 225px;
    }

    .wrapper2 {
        width: 440px;
        height: 380px;

    }

    .wrapper2 img {
        width: 440px;
        height: 380px;
    }

    .cl h2 {
        margin-bottom: 10px;
    }

    .intro h1{
        font-size: 15px;
    }

    .intro-1 h1{
        font-size: 15px;
    }
    .intro-1 h2{
        font-size: 15px;
    }

    main .banner p {
        margin-bottom: 10px;
    }

    main .banner .ban-1 {
        padding-left: 100px;
        font-size: 20px;
    }

    main .banner .ban-2 {

        padding-left: 95px;
        font-size: 20px;
        margin-bottom: 5px;
    }

    main .banner .space {
        padding-left: 125px;
    }

    .seller .inner-seller img {
        margin-bottom: 5px;
        margin-left: -10px;
    }

    .seller .inner-left p,
    h5 {
        font-size: small;
    }

    main .banner {
        height: 600px;

    }

    .animated-text span {
        font-weight: normal;
        font-size: x-small;
    }

    .animated-text2 span {
        font-weight: normal;
        font-size: x-small;
    }

    .data {
        font-weight: bold;
        font-size: small;
    }

    header form ::placeholder {
        font-size: x-small;
    }

    .kiss {
        transform: scale(0.6);
    }


    .popup {
        height: 50vh;
        width: 100%;
    }

    .left-arrow {
        left: 0px;
    }

    .right-arrow {
        right: 0px;
    }
    .cl {
        margin-bottom: -120px;
    }

    .cl h2 span {
        font-size: small;
    }

    .about figure img {
        width: 250px;
        height: 200px;
        border-radius: 5px;
    }

    .seller {
        gap: 11rem;
    }

    .animated-text3 span {
        left: 2%;
        right: 2%;
    }

    body .dog-3 img {
        border-radius: 100px;
        max-width: 200px;
        max-height: 200px;
    }
    .seller .inner-left p{
        max-width: 220px;
    }

    .seller .inner-seller .inner-left h3{
        font-size: medium;
    }
    h1{
        font-size: larger;
    }

    .call img{
        width: 50px;
        height: 50px;
    }

    .go-top-btn img {
        width: 40px;
        height: 40px;
    }

    .go-top-btn {
        height: 40px;
        width: 40px;
    }
}

@media (max-width: 480px) {
    .whatsapp-chat img {
      width: 50px;
      height: 50px;
    }

    .chat-text {
      font-size: 13px;
      padding: 8px 12px;
    }
  }

@media screen and (max-width: 445px) {
    .container2 {
        width: 435px;
        top: 550px;
        left: 222px;
    }

    .wrapper2 {
        width: 435px;
        height: 380px;
    }

    .wrapper2 img {
        width: 435px;
        height: 380px;
    }

    .media-scroller2 {
        gap: 7.5rem;
    }

    footer {
        padding-left: 10%;
        height: 1500px;
    }

    footer div .word {
        font-size: 15px;
    }
}

@media screen and (max-width: 440px) {
    main .banner p {
        margin-bottom: 10px;
    }

    .container2 {
        width: 425px;
        top: 550px;
        left: 220px;
    }

    .wrapper2 {
        width: 425px;
        height: 380px;

    }

    .wrapper2 img {
        width: 425px;
        height: 380px;
    }
    
}

@media screen and (max-width: 435px) {
    .container2 {
        width: 415px;
        top: 550px;
        left: 220px;
    }

    .wrapper2 {
        width: 415px;
        height: 380px;

    }

    .wrapper2 img {
        width: 415px;
        height: 380px;
    }

}

@media screen and (max-width: 430px) {
    .container2 {
        width: 405px;
        top: 550px;
        left: 213px;
    }

    .wrapper2 {
        width: 405px;
        height: 380px;

    }

    .wrapper2 img {
        width: 405px;
        height: 380px;
    }
}


@media screen and (max-width: 420px) {
    .engine .popup-img img {
        height: 270px;
        width: 370px;
    }

    /*  slider settings */
    .container2 {
        width: 395px;
        top: 510px;
        left: 205px;
    }

    .media-scroller2 {
        gap: 7rem;
    }

    .wrapper2 {
        width: 395px;
        height: 300px;
    }

    .wrapper2 img {
        width: 395px;
        height: 300px;
    }

    main .banner p {
        padding-left: 20px;
        margin-bottom: 10px;

    }

    main .banner .ban-1 {
        padding-left: 90px;
        font-size: 20px;
    }

    main .banner .ban-2 {

        padding-left: 80px;
        font-size: 20px;
        margin-bottom: 5px;
    }

    main .banner .space {
        padding-left: 110px;
    }

    .cl {
        margin-bottom: -150px;
    }

    .seller {
        gap: 10rem;
    }

    .seller .inner-seller img {
        width: 210px;
        height: 200px;
    }


    .cl h2 {
        margin-bottom: 10px;
    }


    .cl h2 span {
        font-size: small;
    }

    .seller .inner-seller img {
        margin-bottom: 5px;
        margin-left: -15px;
    }

    .seller {
        gap: 10rem;
    }

    .seller .inner-left p,
    h5 {
        font-size: small;
    }

    main .banner {
        height: 520px;
    }

    .animated-text span {
        font-weight: normal;
        font-size: x-small;
    }

    .animated-text2 span {
        font-weight: normal;
        font-size: x-small;
    }

    .engine .slideshow-container .mySlides img {
        width: 100%;
        height: 300px;
    }

    .popup {
        height: 50vh;
        width: 100%;
    }


    header .logo span {
        transform: scale(0.7);
    }

    @keyframes slide {
        0% {
            transform: translateX(0);
        }

        5% {
            transform: translateX(0);
        }

        10% {
            transform: translateX(-100%);
        }

        15% {
            transform: translateX(-100%);
        }

        20% {
            transform: translateX(-200%);
        }

        25% {
            transform: translateX(-200%);
        }

        30% {
            transform: translateX(-300%);
        }

        35% {
            transform: translateX(-300%);
        }

        40% {
            transform: translateX(-400%);
        }

        45% {
            transform: translateX(-400%);
        }

        50% {
            transform: translateX(-500%);
        }

        50% {
            transform: translateX(-500%);
        }

        55% {
            transform: translateX(-600%);
        }

        60% {
            transform: translateX(-600%);
        }

        65% {
            transform: translateX(-700%);
        }

        70% {
            transform: translateX(-700%);
        }

        75% {
            transform: translateX(-800%);
        }

        80% {
            transform: translateX(-800%);
        }

        85% {
            transform: translateX(-900%);
        }

        90% {
            transform: translateX(-900%);
        }

        95% {
            transform: translateX(-1000%);
        }

        100% {
            transform: translateX(-1000%);
        }
    }

    footer {
        padding-left: 10%;
        height: 1650px;
    }



    .about figure img {
        width: 300px;
        height: 200px;
        border-radius: 5px;
    }

    .animated-text3 span {
        left: 2%;
        right: 2%;
    }

    .dope section .shark li {
        font-size: 25px;
    }

    body .dog-3 img {
        border-radius: 100px;
        max-width: 200px;
        max-height: 200px;
    }
    .seller .inner-left p{
        max-width: 200px;
    }

    .seller .inner-seller .inner-left p {
        font-size: small;
    }
    .seller .inner-seller .inner-left h3{
        font-size: medium;
    }
}

@media screen and (max-width: 410px) {

    .container2 {
        width: 385px;
        top: 510px;
        left: 200px;
    }

    .wrapper2 {
        width: 385px;
        height: 300px;
    }

    .wrapper2 img {
        width: 385px;
        height: 300px;
    }
}

@media screen and (max-width: 400px) {
    .container2 {
        width: 375px;
        top: 510px;
        left: 195px;
    }

    .wrapper2 {
        width: 375px;
        height: 300px;
    }

    .wrapper2 img {
        width: 375px;
        height: 300px;
    }

    .seller {
        gap: 10rem;
    }

    main .banner p {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 390px) {
    .container2 {
        width: 365px;
        top: 510px;
        left: 190px;
    }

    .wrapper2 {
        width: 365px;
        height: 300px;
    }

    .wrapper2 img {
        width: 365px;
        height: 300px;
    }

    .media-scroller2 {
        gap: 7.7rem;
    }

    .seller .inner-seller .inner-left p {
        font-size: small;
    }
}

@media screen and (max-width: 380px) {
    .container2 {
        width: 355px;
        top: 510px;
        left: 185px;
    }

    .wrapper2 {
        width: 355px;
        height: 300px;
    }

    .wrapper2 img {
        width: 355px;
        height: 300px;
    }

    .seller .inner-left p{
        max-width: 200px;
    }
}

@media screen and (max-width: 370px) {
    .container2 {
        width: 350px;
        top: 510px;
        left: 182px;
    }

    .wrapper2 {
        width: 350px;
        height: 300px;
    }

    .wrapper2 img {
        width: 350px;
        height: 300px;
    }

    .media-scroller2 {
        gap: 7.7rem;
    }

    main .banner p {
        margin-bottom: 10px;
    }

    body .dog-3 img {
        border-radius: 50px;
        max-width: 100px;
        max-height: 100px;
    }
}

@media screen and (max-width: 360px) {
    .container2 {
        width: 330px;
        top: 510px;
        left: 175px;
    }

    .wrapper2 {
        width: 330px;
        height: 300px;
    }

    .wrapper2 img {
        width: 330px;
        height: 300px;
    }

    .about figure img {
        width: 200px;
        height: 150px;
        border-radius: 5px;
    }

    .media-scroller2 {
        gap: 7.5rem;
    }

    .animated-text3 span {
        left: 2%;
        right: 2%;
    }

    main .banner p {
        padding-left: 20px;
        margin-bottom: 10px;
    }

    main .banner .ban-1 {
        padding-left: 77px;
        font-size: 20px;
    }

    main .banner .ban-2 {

        padding-left: 65px;
        font-size: 20px;
        margin-bottom: 7px;
    }

    main .banner .space {
        padding-left: 97px;
    }

    .seller {
        gap: 10rem;
    }

    body .dog-3 img {
        border-radius: 50px;
        max-width: 100px;
        max-height: 100px;
    }
}

@media screen and (max-width: 340px) {
    .container2 {
        width: 310px;
        top: 510px;
        left: 162px;
    }

    .wrapper2 {
        width: 310px;
        height: 300px;
    }

    .wrapper2 img {
        width: 310px;
        height: 300px;
    }

    .media-scroller2 {
        gap: 7rem;
    }
}