
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');

.category-container {
    border-image: linear-gradient(45deg, #0f172a, #ffaa17) 1;
    border-radius: 10px;
    padding: 10px;
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.category2-containe2 {
    border-image: linear-gradient(45deg, #fdfdfe, #fdfdfe) 1;
    border-radius: 10px;
    padding: 10px;
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.category:hover {
    border-image: linear-gradient(45deg, #0f172a, #ffaa17) 1;
}
.bottom-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 999;
}
.bottom-panel {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: #f2f3f5;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.category-container {
    border-image: linear-gradient(45deg, #0f172a, #ffaa17) 1;
    border-radius: 10px;
    padding: 10px;
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.category2-container2 {
    border-radius: 10px;
    padding: 10px;

}
.category {
    background-color: #f6f7f8;
    color: #333;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}
.category:hover {
    border-image: linear-gradient(45deg, #0f172a, #ffaa17) 1;
}
.flag-container {
    display: flex;
    justify-content: center;
    border: 2px solid #ddd;
    border-radius: 20px;
    padding: 10px;
}
.flag-container a {
    display: inline-block;
    margin: 0 10px;
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: 2px solid #ddd;
}
.flag-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Translate */
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}
.goog-te-banner-frame {
    display: none !important;
}
body {
    font-family: 'Raleway', sans-serif;
}
body hr {
    background: -webkit-gradient(linear, left top, right top, from(#fda917), to(#fda917));
    background: linear-gradient(to right, #fda917, #fda917);
    height: 10px;
    margin:10px 0px;
    width: 100%;
    border: none;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    border: 1px solid transparent;
    border-radius: 10px;
    background-clip: padding-box;
    border-image: linear-gradient(45deg, #fda917, #0f172a) 1;
}
.swiper {
    width: 240px;
    height: 280px;

}

.swiper-slide {
    border-radius: 18px;
    border-style: solid;
    border-width: 2px;
    border-image: linear-gradient(45deg, #0f172a, #ffaa17) 1;
}


a {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #262425;
    text-decoration: none;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #f2f3f5;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
a:hover {
    color: #262425;
}
.category-box {
    width: calc(100% / 4);
    border-image: linear-gradient(45deg, #0f172a, #ffaa17) 1;
    height: 0;
    padding-bottom: calc(100% / 4);
    position: relative;
}
.category-box > * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}