
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    
}
.banner_d{
    overflow: hidden;
    margin:120px 0px;
}
.drinktech img{
    width: 100%;
    height: auto;
}
.drinktech_c{
    display: flex;
    background-image: linear-gradient(#4591A3,rgb(255, 255, 246));
    border-radius: 20px;
    justify-content: space-around;
    padding: 30px 60px;
    margin: 10px 30px;
    flex-wrap: wrap;
    align-items: center;
}
.drinktech_c .c_f1{
    display: flex;
    width: 200px;
    color:#000;
}
.drinktech_c .c_f1 .i_c{
    height: 50px;
    width: 50px;
    box-sizing: border-box;
    color:#000;
    
}

.c_f1 i{
    font-size: 30px;
    margin: 15px;
    /* background-position: center;
    background-position: cover;
    background-repeat: no-repeat; */
    box-sizing: border-box;

}
.c_f1 p{
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
}
.smart_ro{
    display: flex;
    padding: 20px 30px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.smart_ro .smart_ro1{
    width: 680px;
}
.smart_ro1 h2{
    
    font-size: 62px;
} 
.smart_ro1 h2 span{
    color: #2F4463;
}
.ro_p1{
    color: rgb(94, 94, 94);
    font-size: 20px;
    font-weight: 600;
}
.ro_p2{
    color:#2F4463;
    font-size: 20px;
    font-weight: 600;
}
.ro_p3{
    color: #2F4463;
    font-size: 22px;
    font-weight: 600;
}
.smart_ro1 button{
    color: #fff;
    background-color: #2F4463;
    padding: 10px 40px;
    border-radius: 25px;
    border: none;
    font-size: 18px;
    margin-top: 10px;
}
.smart_ro2{
    overflow: hidden;
    
}
.smart_ro2 img{
    
    width: 100%;
    height: auto;
}

.pricing{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 30px;
    /* border: 2px solid #4548b9; */
    /* padding: 40px 40px; */
    margin: 20px 20px;
}

.accordion {
    max-width: 800px;
    margin: auto;
}

.accordion-header-container {
    display: flex; /* Align items in a row */
    justify-content: center; /* Space items evenly */
}

.accordion-header {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
    margin-right: 5px; /* Spacing between buttons */
    position: relative; /* For absolute positioning of the triangle */
    transition: background-color 0.3s; /* Smooth transition for color change */
}

.accordion-header:last-child {
    margin-right: 0; /* Remove margin from the last button */
}

/* Active header style */
.accordion-header.active {
    background-color: #2F4463; /* Active color */
    color: white; /* Change text color when active */
}

/* Triangle shape for active header */
.accordion-header.active::after {
    content: "";
    position: absolute;
    top: 100%; /* Position below the header */
    left: 50%; /* Center it */
    transform: translateX(-50%); /* Shift to center */
    border-width: 10px; /* Triangle size */
    border-style: solid;
    border-color: #4548b9 transparent transparent transparent; /* Triangle color */
}

.accordion-content {
    margin-top: 15px;
    padding: 15px;
    display: none; /* Hidden by default */
    border-top: 1px solid #ccc;
    
}

.accordion-content.active {
    display: flex; /* Show only the active content */
    flex-wrap: wrap;
    justify-content: space-between;
}
.accordion-content .col_a1{
    width: 300px;
}
.accordion-content .a2_data{
    border-radius: 15px;
    margin: 5px;
    padding: 10px 5px;
    border: 2px solid #4548b9;
}
.col_a1 .a1_data_1{
    border-bottom: 2px solid #4548b9;
    padding: 10px;
}
.accordion-content .a1_data{
    border-radius: 15px;
    margin: 5px;
    /* padding: 10px 15px; */
    border: 2px solid #4548b9;
}
.container2 {
    margin: 10px 10px;
    background-color: #EDFFE2;
    position: relative;
    height: 40px; /* Adjust height as needed */
    overflow: hidden; /* Hide overflow for the sliding effect */
}

.sliding-text {
    position: absolute;
    white-space: nowrap; /* Prevent text wrapping */
    font-size: 15px;
    color: #333;
    padding: 10px 10px;
    animation: slide 25s linear infinite; /* Duration and repetition */
}
.sliding-text i{
    color: #79fd27;
    font-size: 15px;
    margin: 0 5px;
}

.thumbnail_slider {
    max-width: 400px;
    margin: 30px auto;
}

.mm .splide__slide  {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 304px !important;
    width: 100%;
    overflow: hidden;
    transition: .2s;
    border-width: 2px !important;
    margin: 10px 4px;
}
.ss {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
    width: 100%;
    overflow: hidden;
    transition: .2s;
    border-width: 2px !important;
    margin: 10px 4px;
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border: 2px solid #4548b9 !important;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    box-shadow: 2px 3px 8px #4548b9;
}

.splide__slide img {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}
/* Slider CSS End  */


.product-selection {
    padding: 20px;
    border-radius: 8px;
    width: 300px;
}

.product-selection h2 {
    text-align: center;
    margin-bottom: 20px;
}

.option {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
}

select {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    margin-top: 5px;
}

.botm{
    display: flex;
}
.price {
    font-size: 15px;
    text-align: center;
    margin: 5px;
}

.price-value {
    background-color: #45cb2b;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}
.subscribe a{
    padding: 10px 15px;
    text-decoration: none;
    background-color: #79fd27;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
}
.comparison .comparison_c{
    text-align: center;
}
.comparison_c h2 span{
    color: #4548b9;
}
@keyframes slide {
    0% {
        transform: translateX(100%); /* Start off-screen to the right */
    }
    100% {
        transform: translateX(-100%); /* End off-screen to the left */
    }
}
@media screen and (max-width:1200px){
    .smart_ro1{
        width: 600px !important;
    }
    .smart_ro1 h2{
        font-size:50px
    }
    .ro_p1{
        font-size: 18px;
    }
    .ro_p2{
        font-size: 18px;
    }
    .ro_p3{
        font-size: 18px;
    }
    .smart_ro2{
        width: 350px;
    }
}
@media screen and (max-width:900px) {
    .smart_ro{
        justify-content: center;
    }
    .smart_ro1{
        width: 500px;
    }
    .smart_ro1 h2{
        font-size: 28px;
    }
    br{
        display: none;
    }
    .smart_ro2{
        width: 280px;
    }
}
@media screen and (max-width:600px) {
    .accordion-header{
        padding: 10px !important;
        font-size: 13px !important;
    }
}


