/*from project css*/
body {
    font-size: 10px;
    font-family: var(--theme-font);
    overflow: visible;
    font-optical-sizing: auto;
    font-style: normal;
}


* {
    margin: 0px;
}
:root {
    --color-dark: #27272a;
}
/*from project css*/

.animate__animated {
    --animate-duration: 2s;
}


.small-icon{
    font-size: 15px !important;
    color: gray;
}

/*hero section*/

.hidden {
    visibility: hidden;
}

.heroSection {
    position: relative;
    max-height: 100vh;
    overflow: hidden;
}

.heroSection .slide {
    position: absolute;
    top: 0;
    width: 100%;
}

.slide h2 {
    color: inherit;
    font-size: 27px;
    word-wrap: break-word;
    margin: 30px;
    margin-left: 20%;
    line-height: 2.1rem;
    position: relative;
}

.slider {
    width: 100%;
    height: 80vh;
    /* background: linear-gradient( to right, #061F30 0%, #2CB093 50%, #061F30 50%, #072B43 100%);*/
    background: linear-gradient( to right, #061F30 0%, #06131c 50%, #06131c 50%, #020f14 100%);
    /*  background-color: #061F30;*/
    overflow: hidden;
    background-image: url(../res/teafweb-background.png);
    color: var(--color-dark) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color-burn;
    
}

#small-gear {
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}


/*product section*/

.products h1 {
    font-size: 5rem;
}

details {
    background-color: #ffffffb0;
    border:solid 1px  #020f14 ;
    border-radius: 10px;
    padding: 0.5em 2em;
    margin: 1em;
}
details summary {
    cursor: pointer;
}
details li{}



.product-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
}

s {
    margin: 0 10px;
    color: red;
}
.unl{
text-decoration: underline;
}

.newPrice {
    color: rgb(9, 246, 9);
}


.details1 {
    background-color: #ffffffb0;
    border:solid 1px  #ffffff ;
    border-radius: 10px;
    padding: 0.5em 2em;
    margin: 1em;
}

/*product section*/

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*hero section*/


/*testimonial*/

.brands img {
    padding: 20px;
    background-color: rgb(246, 248, 253);
    border-radius: 10px;
    width: 100em;
    height: 100px;
    object-fit: contain;
    box-sizing: border-box;
}


/*testimonial*/


/*common*/

.dark {
    background-color: #061F30;
}

.max-thumbnail {
    max-width: 400px;
}

.width-50 {
    width: 50%;
}

.width-75 {
    width: 75%;
}

.p {
    font-family: var(--theme-font-light);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    margin: 1rem 0;
}

.p1 {
    font-family: var(--theme-font-light);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    margin: 1rem 0;
}

body::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.mr-50 {
    margin: 50px;
}

.header {
    color: white;
}


/*common*/

a img:hover {
    color: grey;
    transition-duration: 0.5s;
    transform: scale(1.1);
}

a {
    color: inherit !important;
}

.sitemap a:hover {
    color: gray !important;
}

.about {
    position: relative;
    width: 100%;
    margin: auto;
    background-image: url(../res/teafweb-background.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.fix {
    position: absolute;
}

.container-background {
    /*about container*/
    height: 100%;
    position: relative;
    background-color: #1d24acb4;
}

.about video {
    position: absolute;
    object-fit: cover;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.about .cover-content {
    color: white;
    z-index: 4;
    align-items: center;
    text-align: center;
    padding: 50px;
    margin: auto;
    background-color: rgba(12, 12, 12, 0.527);
    position: relative;
    height: 100%;
}

.about .h1 {
    text-align: center;
}

.about .left_align {
    text-align: left !important;
}

.about details {
    background-color: #072b4398;
}

details summary {
    margin-bottom: 0.5rem;
    padding: 0.5rem;
}

.about li {
    margin: 0.5rem 0;
}


/*CONTAINERS*/

.container-med {
    width: 50%;
    margin: auto;
}

.flex1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex1 div {
    width: 45%;
}

.grid2 {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 1rem;
}

.grid2 div {
    background-color: gray;
    padding: 2px;
    margin: 50px;
}

.grid2 div>img {
    object-fit: cover;
    width: 100%;
}


/*CONTAINERS*/

.logo img {
    margin: auto;
    width: 70px;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

button:focus {
    outline: 0 !important;
}

button[disabled] {
    background-color: gray;
}

button[disabled]:hover {
    filter: grayscale(80%);
    background-color: gray;
}

summary:focus {
    outline: 0 !important;
}


input {
    box-sizing: border-box;
}

.form {
    text-align: end;
}

.teaf-row {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-items: center;
    justify-content: center;
}

.teaf-card {
    box-shadow: 4px 10px 15px 0 rgba(0, 0, 0, 0.2);
    margin: 20px 20px;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
}

hr {
    background-color: #d6d6d6;
    height: 1px;
    border: none;
    margin: 20px 0px;
}

.limit-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.mid-container {
    text-align: center;
    padding: 5px;
    align-items: center;
    margin: auto;
}

.grid-container-4 {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 10px;
    width: 70%;
    margin: auto;
}

.grid-container-3 {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    width: 70%;
    margin: auto;
}
.grid-container-2 {
    display: flex;
    width: 90vw;
    margin: auto;
    vertical-align: center;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    justify-items: center;
    gap: 5vw;
}
.grid-container-2 div {
   align-content: center;
    
}

.modal-container {
    position: fixed;
    overflow: scroll;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    display: none;
}

.modal {
    position: sticky;
    width: 50%;
    min-height: 30vw;
    border-radius: 15px;
    padding: 25px;
    margin: 50px auto;
}

.alert {
    color: crimson;
    font-size: 18px;
    text-align: center;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.half {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
}


/*animation /*/

@keyframes bouncing-loader {
    to {
        opacity: 0.1;
        transform: translate3d(0, -1rem, 0);
    }
}

.bouncing-loader {
    display: flex;
    justify-content: center;
}

.bouncing-loader>div {
    width: 1rem;
    height: 1rem;
    margin: 3rem 0.2rem;
    background: #8385aa;
    border-radius: 50%;
    animation: bouncing-loader 0.6s infinite alternate;
}

.bouncing-loader>div:nth-child(2) {
    animation-delay: 0.2s;
}

.bouncing-loader>div:nth-child(3) {
    animation-delay: 0.4s;
}


/*footer*/

.copyright {
    margin: 10px 0 20px 0px;
    text-align: center;
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 300;
    color: #797979;
    width: 85%;
    margin: auto;
    padding: 1rem;
}

input[type="date"] {
    min-width: 95.6%;
    -webkit-appearance: none;
    min-height: calc(var(--lwc-heightInput, 1.875rem) + (1px * 2) + 24px) !important;
}
input:focus {
    outline: none;
}

/*animation ends*/


/* large screen desktop*/



.small-nav {
    background-color: #16191F;
    color: white;
    text-align: center;
    padding: 0.7rem;
}

.small-nav p {
    letter-spacing: 0.2rem;
}

@media only screen and (min-width: 992px) {
    .text-box .h3 {
        font-size: 15lvw;
        opacity: 0.25;
    }
    .h2 {
        font-family: var(--theme-font);
        font-style: normal;
        font-weight: normal;
        font-size: 2.8em;
        line-height: 27px;
    }
    .slider h1 {
        margin-left: 300px;
        padding-top: 100px;
    }
    .slider .h3 {
        font-size: 18lvw;
        opacity: 0.25;
    }
    img[alt="social icon small"] {
        width: 24px;
    }
    img[alt="social icon medium"] {
        width: 48px;
    }
    .hide-lg {
        display: none;
    }
    .small {
        font-size: 10px;
        line-height: 1rem;
    }
    .medium {
        font-size: 14px;
        line-height: 1rem;
    }
    .h6 {
        font-size: 3.5lvw;
    }
    .container {
        width: 70%;
        margin: 70px auto;
    }
}


/*mobile*/

@media only screen and (max-width: 900px) {
    .homeHeader {
        padding-top: 10px !important;
    }
    .container-med {
        width: 90%;
        margin: auto;
    }
    /*hero section*/
    .heroSection {
        height: 75svh;
        text-align: center;
    }
    .slider {
        height: 100%;
    }
    .slide img{
        align-items: center;
        align-content: center;
    }
    .slider h2 {
        font-size: 1.5rem !important;
        margin: 20px;
        text-align: center;
        
    }
    /*hero section*/
    img[alt="social icon small"] {
        width: 18px;
    }
    img[alt="social icon medium"] {
        width: 24px;
    }
    .small {
        font-size: 8px;
        line-height: 1rem;
    }
    .medium {
        font-size: 12px;
        line-height: 1rem;
    }
    .h6 {
        font-size: 24px;
        letter-spacing: 1.5px;
    }
    .h5 {
        letter-spacing: 1.2px;
    }
    .container {
        width: 90%;
        margin: auto;
    }
    .menu-icon {
        margin: 0px 0;
        color: inherit;
        cursor: pointer;
    }
    .hide-sm {
        display: none;
    }
    .logo img {
        width: 50px;
        margin: auto;
        z-index: 1000;
    }
    .menu {
        font-size: 3em;
        color: gray;
        position: absolute;
        top: 0;
        left: 0;
        margin: 20px;
        z-index: 0;
    }
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        padding: 30px 50px;
        z-index: 50;
        display: none;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.9);
        width: 100%;
    }
    .sidebar li{
        list-style-type: none !important;
    }
    .sidebar hr {
        width: 80%;
    }
    .grid-container-4 {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: auto;
        align-content: center;
        text-align: center;
    }
    .modal {
        width: 70%;
        min-height: 30vw;
        border-radius: 15px;
        padding: 25px;
        margin: 50px auto;
    }
    .half {
        display: grid;
        grid-template-columns: auto;
        grid-column-gap: 10px;
    }
}