body{

    margin:0;
}
.file-link {
    display: inline-block;
    color: var(--main-color);
    padding: 3px 12px;
    text-align: center;
    border: 2px solid var(--main-color);
    border-radius: 15px;
}

.banner2 img {
    max-width: 100%;
    height: 600px;
}
.banner4 img {
    max-width: 100%;
    height: auto;
}


.column {
    flex: 1;
    padding: 20px;

}


.dropbtn {
    background-color:white;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.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;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    color: black;
}

/* Optional: Add space between columns */
.column + .column {

}

.column img{
    height: 500px;
    width: 400px;
    border-radius: 20px;
    box-shadow: 9px 9px 9px rgba(5, 5, 5, 0.6);
    margin-left: auto;
    margin-right: auto;
}

#carousel,
.carousel,
.slide {
    width: 100%;
    max-width: 1080px;
    height: 600px;
    position: relative;
    margin: 0 auto;
}

span {
    display: none;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    height: 800px;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

/*Duração da transição entre as imagens*/
.carousel .carousel-item {
    transition-duration: 1.5s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

@media (max-width: 450px){
    .imgg img{
        width: 450px;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 7%;
    color: #fff;
    text-align: center;
    /*opacity: 0.8;
    transition: opacity 0.15s ease;*/
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 2%;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    /*text-indent: -999px;*/
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

/*Texto das imagens*/
.titulo {
    width: 70%;
    height: auto;
    padding: 3%;
    background-color: rgba(255,255,255, .8);
    color: rgba(70,70,70,1);
    position: absolute;
    bottom: 20%;
}

/* Paragrafo de texto não aparece em tela menor que 720px */
@media (max-width: 720px) {
    .titulo {
        width: 100%;
        padding: 1%;
        bottom: 0;
        font-size: .8em;
    }

    .titulo p {
        display: none;
    }
}

.contador {
    width: 7%;
    height: auto;
    padding: .3%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    color: rgba(255,255,255,1);
    text-shadow: 1px 2px 3px rgba(0,0,0,1);
}

/* Contador não aparece em tela menor que 720px */
@media (max-width: 720px) {
    .contador {display: none;}
}

.container4{
    display: flex;
}

.column4{
    flex: 1;
    padding:20px;
    text-align: center;
}

.column4 img{
    max-width: 100%;
    height: auto;

}

.column p{
    margin-top: 10px;
    font-size: 20px;
}

@media screen and (max-width: 768px){
    .column p{
        margin-top: 10px;
        font-size: 3vw;
    }
}

.column5 img{
    width: 23%;
    max-width: 100%;
    height: 400px;
    margin-left: auto ;
    margin-right: auto;
    justify-content: center;
    align-items: center;
}

body {
    margin: 0; !important;
    padding: 0; !important;
}

.banner3 img{

    max-width: 100%; !important
    height: 400px; !important

}




.container5 {
    padding: 0 80px;
    /*background-image: url(/img/ecolo.png);*/
    background-repeat: no-repeat;
    margin-left: 40px;
    margin-right: 40px;
}
.container6 {
    background-image: url(/img/ecolo.png);
    background-repeat: no-repeat;

}

@media (max-width: 600px) {
    .container5 {
        padding: 0 10px;
    }
}


.green2{
    background-color: #ddd;
    width: 460px;
    height: 400px;
}
.green2 h1{
    align-items: center;
    justify-content: center;
    display: flex;
}

.float-child2 {
    width: 30%;
    float: left;
    padding: 20px;
    margin-left: 10px;
}

.container3 {
    display: flex;
}

/* Styling for the container */
.container2 {
    display: flex;
}

.container2,
.container3 {
    display: flex;
    flex-wrap: wrap;
}

.column {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
    .title2, h1 {
        text-align: center;
        font-size: 40px;
    }

    .container2,
    .container3 {
        flex-direction: column;
    }

    .column {
        width: 100%;
    }

    .column img{
        margin-right: 0;
        margin-left: 0;
    }
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}



.file-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: var(--main-color);
}

.dasheded{
    border: 2px solid var(--main-color);
    width: 300px;
}

#print-link, #filter-link {
    display: block;
    margin-bottom: 20px;
    padding: 6px 12px;
}

.btn-add {
    width: 100%;
    text-transform: uppercase;
}

.btn-add:hover {
    border-color: 3px solid var(--secondary-green);
    background-color: #fff;
    color: var(--secondary-green);
}

.salesman-img {
    display: block;
    margin: 0 auto;
    width: 150px;
    margin-bottom: 25px;
}

.labelParish{
    width: 60%;
    height: 35px;
    float: right;
    vertical-align: middle;
    margin-right: 0%;
    margin-top: -11%;
    padding:7px;
    text-align: center;
    border-style: ridge;
}
#invoicePostalCode{
    width: 40%;
}
#postal_code{
    width: 40%;
}

.divChart1{
    width: 30%;
    height: 30%;
    float: right;
}

.file-link{
    width:100%;
}

.comentarios{

    width: 300px;
    height: 100px;
    float: left;

}

.footer-social-links{
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}
.footer-social-links a{
    width: 40px;
    height: 40px;
    line-height: 25px !important;
    position: relative;
    margin: 0 5px;
    margin-top: 4px;
    text-align: center;
    display: inline-block;
    color: #fff;

    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.footer-social-links a i,
.footer-social-links a span{
    position: relative;
    top: 2px;
    left: 1px;
}
.footer-social-links a:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 50%;
    margin-top: -8px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);

}
.footer-social-links a:hover{
    color: #111;
}
.footer-social-links a:hover:before{
    background: #fff;
}

.prev::before {
    content: " ";
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-top: 15px;
    margin-left: 20px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
}

.next::before {
    content: " ";
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    width: 20px;
    height: 20px;
    margin-top: 15px;
    margin-left: 13px;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
}
@media (max-width: 480px) {
    .container5 .titulo1 {
            font-size: 24px;
    }
}



/*@media (max-width: 480px){*/
/*    .next{*/
/*        margin-right: 30px;*/

/*    }*/
/*    .prev{*/
/*        position: relative;*/
/*        float: left;*/
/*    }*/
/*}*/
@media (max-width: 480px){
    .next{
        display: none;

    }
    .prev{
        display: none;
    }
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.arrow .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.open-button {
    background-color: #0d3625;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    border-radius: 30px;
    bottom: 23px;
    right: 28px;
    width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
    border: 3px solid lightgrey;
    margin: auto;
    width: 75%;
    display: none;
    padding: 10px;
}

.titlebanner{
    width: 500px;
    height: 80px;
    background-color: #0d3625;
}

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}


:root {
    --purple: #0d3625;
    --aqua: rgba(5, 5, 5, 0.44);
    --violet: #ffffff;
    --fuchsia: #fd49a0;
    --white: #efefef;
    --black: #222;
    --trueBlack: #000;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


.main {
    max-width: 1200px;
    margin: 0 auto;
}

.cards {
    display: grid;
    flex-wrap: wrap;
    list-style: none;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

@media screen and (max-width: 768px){
    .card2 .img img{
        width: 260px;
        height: 500px;
        object-fit: cover;
        border-radius: 30px;
        box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.56);
    }
}


@media screen and (max-width: 768px) {
    .container6 {
        text-align: center; /* Center align the content */
        background-position-x: center;
    }
    .container6 p {
        color: black;
    }

    /* Adjust margins and paddings as needed */
    .container2, .container3 {
        margin-top: 10px;
    }

    .title2, h1 {
        font-size: 5vw; /* Reduce the font size for headings */
    }

    p {
        font-size: 16px; /* Reduce the font size for paragraphs */
    }
}

@media screen and (max-width: 768px) {
    .column3 p{
        font-size: 3vw;
    }
    .column3 h1{
        font-size: 4vw;
    }
    .footerdiv p{
        font-size: 3vw;
    }
}

.cards_item {
    display: flex;
}

.card4_image {
    display: flex;
    height: 250px;
    box-shadow: 0 50px 100px 0 var(--violet);
}

.card4_image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card4 {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background-color: #1c5210;
    border-radius: 5px 25px 5px 50px;
    transition: transform 0.1s linear, box-shadow 0.2s;
}

.card4_text:focus,
.card4:focus {
    outline: 2px dashed var(--aqua);
}

.card4:focus,
.card4:hover {
    transform: scale(1.01);
    box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
}

.card4_content {
    padding: 0.5rem 1rem 1rem;
    color: black;
    background-color: white;
    border: 1px solid lightgrey;
}


.card4_title {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: auto;
    color: white;
    padding: 0.5rem;
    border-radius: 5px 0 0 5px;
    transform-origin: left top;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 1.325rem;
    postition: relative;
    overflow: hidden;
    z-index: 1;
    background-color: rgb(24, 64, 15);
    animation: 0s 0s fly-in 0 reverse both;
}

@media (min-width: 535px) {
    .card4_title {
        animation: 0.5s 0.25s fly-out 1 both;
        font-size: 10px; !important
    }
}

.card4:focus .card4_title,
.card4:hover .card4_title {
    animation: 0.5s ease-in 0s fly-in 1 both;
}

.card4_text {
    font-family: sans-serif;
    line-height: 1.5;
    text-size-adjust: 0.2px;
    padding: 0 1rem;
}

.card4_text p:first-of-type:first-letter {
    font-size: 1.8em;
    font-family: sans-serif;
    margin-right: 0.05em;
}

@media (min-width: 480px) {
    .card4_text {
        overflow: auto;
        max-height: 20rem;
        scrollbar-width: thin;
        scrollbar-color: var(--aqua) var(--violet);
    }

    .card4_text::-webkit-scrollbar {
        width: 12px;
    }

    .card4_text::-webkit-scrollbar-track {
        background: var(--violet);
    }

    .card4_text::-webkit-scrollbar-thumb {
        background-color: var(--aqua);
    }
}

.card4_text strong {
    color: white;
}

.upcharge {
    position: relative;
    font-weight: 600;
    background-color: #0d3625;
    padding: 0.5rem 0.75rem;
    color: white;
    border-radius: 0 10px;
    z-index: 0;
    overflow: hidden;
}

.upcharge::after,
.upcharge::before {
    content: "+";
    display: block;
    line-height: 0;
    font-size: 3rem;
    position: absolute;
    color:white;
    z-index: -1;
    opacity: 0.3;
}

.upcharge::before {
    left: 0;
    top: 0.5rem;
}

.upcharge::after {
    right: 0;
    bottom: 1.25rem;
}

.note {
    display: block;
    text-align: center;
    padding: 0.5rem;
    font-weight: 900;
    background-image: linear-gradient(
        -45deg,
        transparent 10%,
        var(--aqua) 10.5%,
        var(--aqua) 90%,
        transparent 90.5%
    );
    color: white;
    font-size: 1.3em;
    font-style: italic;
    margin-top: 1rem;
}

@keyframes fly-in {
    0% {
        top: 0;
        right: 0;
        font-size: 1.325rem;
    }

    25% {
        top: 0;
        right: -200%;
        font-size: 1.325rem;
    }

    26% {
        font-size: 2rem;
    }

    100% {
        top: 2rem;
        right: 0;
        font-size: 2rem;
    }
}

@keyframes fly-out {
    0% {
        top: 2rem;
        right: 0;
        font-size: 2rem;
    }

    50% {
        top: 0;
        right: -200%;
        font-size: 1.325rem;
    }

    100% {
        top: 0;
        right: 0;
        font-size: 1.325rem;
    }
}

/*.face {*/
/*    background: #3B5998;*/
/*    color: white;*/
/*}*/
/*.link {*/
/*    background: #3B5998;*/
/*    color: white;*/
/*}*/

/*.fa {*/
/*    padding: 20px;*/
/*    font-size: 30px;*/
/*    width: 30px;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*    border-radius: 50%;*/
/*}*/

.total{
    --s: 50px;
    --c: #1e7551;
    --_s: calc(2*var(--s)) calc(2*var(--s));
    --_g: 35.36% 35.36% at;
    --_c: #0000 66%, #ffffff 68% 70%,#0000 72%;
    background:
        radial-gradient(var(--_g) 100% 25%,var(--_c)) var(--s) var(--s)/var(--_s),
        radial-gradient(var(--_g) 0 75%,var(--_c)) var(--s) var(--s)/var(--_s),
        radial-gradient(var(--_g) 100% 25%,var(--_c)) 0 0/var(--_s),
        radial-gradient(var(--_g) 0 75%,var(--_c)) 0 0/var(--_s),
        repeating-conic-gradient(var(--c) 0 25%,#0000 0 50%) 0 0/var(--_s),
        radial-gradient(var(--_c)) 0 calc(var(--s)/2)/var(--s) var(--s) var(--c);
    background-attachment: fixed;
    /*background: radial-gradient(circle, rgba(0,36,0,0.7876400560224089) 0%, rgba(24,121,9,0.8016456582633054) 41%, rgba(0,255,12,0.7344187675070029) 100%);*/
}


@media (max-width: 480px){
   .column p{
        font-size: 15px;
    }
}

@media (max-width: 480px){
    .cards_item{
        margin-bottom: 40px;
    }
}

/*@media (max-width: 480px){*/
/*    .painel {*/
/*        margin-bottom: 400px;*/
/*    }*/
/*}*/


.tittle{
    justify-content: center;
    margin-top: 100px;
    text-align: center;
    display: flex;
    font-weight: bold;
    color: #0d3625;
    font-size: 40px;
    font-family: sans-serif;
}

.tittle2{
    justify-content: center;
    text-align: center;
    display: flex;
    color: #0d3625;
    font-size: 30px;
    margin-top: 20px;
    font-family: sans-serif;
}

@media screen and (max-width: 900px) {
    .tittle {
      font-size: 5vw;
        margin-top: 30px;
    }
}

@media screen and (max-width: 900px) {
    .tittle2 {
      font-size: 4vw;
    }
}

@media screen and (max-width: 700px) {
    .nav-bar1 {
        display: none;
        position: absolute;
        top: 3.7rem;
        left: 0;
        width: 100%;
        background-color: white;
        text-align: center;
    }

    .nav-bar1.responsive {
        display: block;
    }

    .nav-bar1 a {
        display: block;
    }

    .menu-icon1 {
        display: block;
        z-index: 1;
    }

    button {
        padding: 0.4rem;
    }
    .logo1 {
        font-size: 1.4rem;
    }
}

:root {
    --bgcolor: #1a79cf;
}

* {
    margin: 0;
    padding: 0;
}

.page-header1 {
    background-color: white;
    padding: 1.3rem;
    display: flex;
    justify-content: space-between;
}
.logo1 {
    color: white;
    align-self: center;
    margin-left: 1.2rem;
    font-size: 2.5rem;
}

.nav-bar1 {
    margin: auto;
}

.nav-bar1 a {
    color: black;
    padding: 1.5rem;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.2rem;
}

.menu-icon1 {
    color: black;
    cursor: pointer;
}

button {
    font-size: 1rem;
    border: 1px solid black;
    border-radius: 5px;
    padding: 0.9rem;
}

.logo {
    order: 1; /* Adjust the order to place it on the left */
    flex: 1;  /* Occupy all available space on the left */
}

.container7{
    max-width: 1200px;
    width: 95%;
}
.slider-wrapper{
    position: relative;
}

.slider-wrapper .image-list li {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center the content */
    align-items: center; /* Horizontally center the content */
}

.slider-wrapper .slide-button{
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    color: #fff;
    border:none;
    outline: none;
    background: #000;
    cursor:pointer;
    border-radius: 50%;
    transform: translateY(-50%);
}

.slider-wrapper .slide-button:hover{
    background: #444;
}

.slider-wrapper .slide-button#prev-slide{
    left: -20px;
    display: none;
}
.slider-wrapper .slide-button#next-slide{
    right: -20px;
}

.slider-wrapper .image-list{
    display: grid;
    gap: 18px;
    overflow-x: auto;
    font-size: 0;
    grid-template-columns: repeat(11,1fr) ;
    margin-bottom: 20px;
}

.slider-wrapper .image-list .image-item{
    width: 325px;
    height: 400px;
    object-fit: cover;
}

.container7 .slider-scrollbar{
    height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

.slider-scrollbar .scrollbar-track{
    height: 2px;
    width: 100%;
    background: white;
    position: relative;
    border-radius: 4px;
}

.slider-scrollbar:hover .scrollbar-track{
    height: 4px;
}

.slider-scrollbar .scrollbar-thumb{
    position: absolute;
    height: 100%;
    width: 50%;
    background: #000;
    border-radius: inherit;
    cursor: grab;
}

.slider-scrollbar .scrollbar-thumb:active{
    cursor: grabbing;
    height: 8px;
    top: -2px;
}



.slider-scrollbar .scrollbar-thumb::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
}

@media (max-width: 1023px){
    .slider-wrapper .slide-button{
        display: none;!important
    }
    .slider-wrapper .slide-list{
        gap: 10px;
        margin-bottom: 15px;
            }
    .slider-wrapper .image-list .image-item{
        width: 280px;
        height: 380px;
    }
    .slider-scrollbar .scrollbar-thumb{
        width: 20%;
    }
}





