/* Hide the dropdown menu by default */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    color: black;
    border: 1px solid #ccc;
    padding: 10px;
    list-style: none;
}

/* Style for the parent list item */
.dropdown {
    position: relative;
    display: inline-block;
}

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

/* menu color header */
.menucolor {
    color: black;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.chattext {
    margin-right: 18px;
    padding-top: 59px;
    font-size: 16px !important;
    color: green !important;
    font-weight: 700 !important;
}

.my-float {
    margin-top: 30px;
}

.whtasp a:hover {
    color: #cc2020;
}

.headingfont {
    font-family: "Exo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bolder;
}

.underline-center {
    font-family: "Exo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center; /* Center the text horizontally */
    text-decoration: none; /* Remove the default underline */
    font-weight: bolder; /* Make sure the width only covers the text */
    position: relative; /* Required for positioning */
}

.underline-center::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%; /* Center the underline under the text */
    transform: translateX(-50%); /* Center the underline horizontally */
    width: 50%; /* Adjust the width as needed */
    height: 2px; /* Adjust the thickness of the underline */
    background-color: #000; /* Adjust the color of the underline */
}

.fooertenq {
    background-color: #f0f0f0;
    height: 116px;
}

.underline-centerconsn {
    font-family: "Exo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center; /* Center the text horizontally */
    text-decoration: none; /* Remove the default underline */
    font-weight: bolder; /* Make sure the width only covers the text */
    position: relative; /* Required for positioning */
}

.underline-centerconsn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%; /* Center the underline under the text */
    transform: translateX(-50%); /* Center the underline horizontally */
    width: 50%; /* Adjust the width as needed */
    height: 2px; /* Adjust the thickness of the underline */
    background-color: #000; /* Adjust the color of the underline */
}

/* categoary image effect in :hover */

a {
    text-decoration: none;
}

.cards {
    position: relative;
    width: 350px;
    height: 350px;
    border-radius: 13px !important;
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s;
}

.cards .front {
    transform: perspective(600px) rotateY(0deg);
    box-shadow: 0 5px 10px #555;
}

.cards .front img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cards .back img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-h1 {
    padding-top: 9px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: rgb(28 97 188);
    text-align: center;
}

.cards .back {
    display: flex;
    justify-content: space-between;
    transform: perspective(600px) rotateY(180deg);
    background: rgb(3, 35, 54);
    color: crimson;
    text-align: center;
    box-shadow: 0 5px 10px #555;
}

.links {
    border-top: 1px solid crimson;
    height: 50px;
    line-height: 50px;
}

.link-a {
    color: crimson;
}

.cards .back .text-h2 {
    font-size: 30px;
    letter-spacing: 2px;
}

.cards .back .text-p {
    letter-spacing: 1px;
}

.cards:hover .front {
    transform: perspective(600px) rotateY(180deg);
}

.cards:hover .back {
    transform: perspective(600px) rotateY(360deg);
}

.producthoveimg {
    width: 100%;
  
}

.swap img:last-child {
    display: none;
}
.swap:hover img:first-child {
    display: none;
}
.swap:hover img:last-child {
    display: inline-block;
}

.bullet {
    list-style-type: square;
    font-size: 13px;
}

.eapps-widget-toolbar {
    display: none !important;
}

.huflDf {
    font-family: "Exo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100px;
    margin: 0 auto;
    display: inline;
    border-bottom: 3px solid black;
    padding-bottom: 8px;
    text-transform: Uppercase !important;
}

/* price range !!! */

/* // doesnt work funnly on firefox or edge, need to fix */

.range-slider {
    width: 300px;
    text-align: center;
    position: relative;

    .rangeValues {
        display: block;
    }
}

input[type="range"] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 255px;
    position: absolute;
    left: 0;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #0197d6;
    margin-top: -4px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type="range"]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type="range"]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
}

/*hide the outline behind the border*/

input[type="range"]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type="range"]::-ms-track {
    width: 300px;
    height: 5px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
    z-index: -4;
}

input[type="range"]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

input[type="range"]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

input[type="range"]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
}

input[type="range"]:focus::-ms-fill-lower {
    background: #888;
}

input[type="range"]:focus::-ms-fill-upper {
    background: #ccc;
}

/* add to cart css */

.buttons {
    margin-top: 32px;
    padding: 10px 25px;
    background-color: #2574b9;
    border: 2px solid transparent;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 1px 2px #aaa;
    transition: all 250ms ease-in-out;
    outline: none;
}

.buttons:hover {
    border: 2px solid #2575bc;
    background-color: #fff;
    color: #2575bc;
    transform: scale(0.9);
}
.appear {
    animation: appear 250ms ease-in 1 forwards;
}

.flicker {
    animation: appear 150ms ease-in 1 forwards;
}

@keyframes appear {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes flicker {
    0% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

.sizenew {
    font-size: 16px;
}
.brandphy {
    font-weight: 800;
}
.brandfont {
    font-size: 29px;
    color: #1e73be;
}
.sehdulecall {
    position: relative;
    left: -89.5px;
    box-sizing: border-box;
    width: 1349px;
    padding-left: 89.5px;
    padding-right: 89.5px;
    background: -webkit-linear-gradient(
        left,
        rgb(227, 227, 227) 0%,
        rgb(161, 21, 161) 17%,
        rgb(71, 54, 10) 55%,
        rgb(56, 147, 207) 91%
    );
    min-width: 1349px;
    left: 0px;
    border: 2px solid #33c3e0;
}
.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: "";
    background: linear-gradient(
        45deg,
        #ff0000,
        #ff7300,
        #fffb00,
        #48ff00,
        #00ffd5,
        #002bff,
        #7a00ff,
        #ff00c8,
        #ff0000
    );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000;
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e83e8c;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

/* share icon  */

.shareit a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #fff;
    opacity: 0.75;
    transition: opacity 0.15s linear;
    text-decoration: none;
}

.shareit a:hover {
    opacity: 1;
}

.facebook {
    background: #3b5998;
}

.twitter {
    background: #55acee;
}

.linkedin {
    background: #0077b5;
}

.reddit {
    background: #58c042;
}

.uls {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(60rem, 90%);
    margin-inline: auto;
}

/* line */
.uls::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.uls .lis:not(:last-child) {
    margin-bottom: var(--row-gap);
}

/* card */
.uls .lis {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
}

/* date */
.uls .lis .date {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);

    text-align: center;
    background-color: var(--accent-color);

    color: white;
    font-size: 1.25rem;
    font-weight: 700;

    display: grid;
    place-content: center;
    position: relative;

    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.uls .lis .date::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;

    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
}

/* circle */
.uls .lis .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--bgColor);
    border: 0.3rem solid var(--accent-color);
    border-radius: 50%;
    top: 50%;

    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.uls .lis .title,
.uls .lis .descr {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.5rem;
}

.uls .lis .title {
    font-size: 17px;
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500;
}

.uls .lis .descr {
    padding-block-end: 1.5rem;
    font-weight: 300;
}

/* shadows */
.uls .lis .title::before,
.uls .lis .descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
}

.uls .lis .title::before {
    bottom: calc(100% + 0.125rem);
}

.uls .lis .descr::before {
    z-index: -1;
    bottom: 0.25rem;
}

@media (min-width: 40rem) {
    .uls {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }

    .uls::before {
        grid-column: 2;
    }

    .uls .lis:nth-child(odd) {
        grid-column: 1;
    }

    .uls .lis:nth-child(even) {
        grid-column: 3;
    }

    /* start second card */
    .uls .lis:nth-child(2) {
        grid-row: 2/4;
    }

    .uls .lis:nth-child(odd) .date::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        left: 0;
    }

    .uls .lis:nth-child(odd) .date::after {
        transform: translate(-50%, -50%);
        left: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }

    .uls .lis:nth-child(odd) .date {
        border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    }
}

.credits {
    margin-top: 1rem;
    text-align: right;
}

.credits a {
    color: var(--color);
}
