/* *{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;} */

body{
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    background-repeat: no-repeat;
    min-height: 100vh;
    color: white;
}

/* Ensure all text is white by default */
h1, h2, h3, h4, h5, h6, p, span, a, label, li {
    color: white;
}

/* Links should be blue on hover */
a:hover {
    color: #60a5fa;
}

#topBox{
    width: 80%;
    margin: auto;
    display: flex
    /* border: 1px solid black; */
    ;
    justify-content: space-between;
    margin-top: 20px;



}


#tleft{
    width: 65%;
    /* border: 1px solid black; */
}
#slideShow{
    width: 100%;
    margin-bottom: 10px;
}

#slideShow>img{
    width: 100%;
    /* border: 1px solid black; */
    border-radius: 10px;
}

.tCard{
    display: flex;
    justify-content: space-between;
    gap: 1%;
}

#ranking, #Clearance{
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
    width: 49%;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    color: white;
}

#ranking h2, #Clearance h2 {
    color: white;
}

.timg{
    display: flex;
    gap: 5px;

}

.timg img{
    width: 100%;
    /* border: 1px solid black; */

}
.timg > div{
    position: relative;
}

.timg>div:hover {
    border: 1px solid red;
}

.timg h3{
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    padding: 2px 4px;
    border-bottom-right-radius: 10px;
}
.timg p{
    text-align: center;
    color: white;
}


/* Top Right */


#tright{
    width: 32%;
    height: auto;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

/* Welcome Card */
#welcome{
    padding: 30px 15px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    color: white;
}
#welcome >#welcometo{
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 2fr;
}
#welcome img{
    width: 65%;
    border-radius: 50%;
}

#welcometo >div>h3{
    display: block;
    color: white;
}


#welcome button{
    font-size: auto;
    /* font-size: 80%; */
    padding: 5px 20px;
    margin-top: 10px;
    border-radius: 20% / 50%;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border: none;
    font-weight: bolder;
    color: white;
    transition: all 0.3s ease;
}

#welcome button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}
#policy{
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* column-gap:  */
    grid-column-gap: 10px;
    grid-row-gap: 15px;
}

#policy p {
    color: white;
}

#policy h4 {
    color: white;
}

/* User benifits */
#benifits{
    padding: 30px 15px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    color: white;
}
#benifits img{
    width: 100%;
}

#benifits h3 {
    color: white;
}

/* ////////////////////////////////////////////////// */

#_1stRow{
    width: 75%;
    margin: auto;
    /* border: 1px solid black; */

    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
}




.pCard{
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    width: 15%;
    text-align: center;
    border-radius: 10px;
    padding-bottom: 5px;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    transition: transform 0.3s ease;
}

.pCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5);
}
.pCard img{
    width: 100%;
    border-radius: 10px;
}
.pCard  h3{
    margin-top: 2px;
    font-size: 16px;
    color: white;
}


#hobbySale >img{
    width: 100%;
    position: relative;
    top: 0px;
    z-index: -1;
}

#getTips{
    position: absolute;
}
#lowPrce{
    position: absolute;
    top: 0px;
    right: 0px;
}
#hobbyCard{
    width: 30%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    
}
#hobbyCard >img{
    border-radius: 10px;
    width: 100%;
}
#hobbyCardText{
    position: absolute;
    top: 50%;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    color: white;
    /* border: 1px solid black; */
}

#hobbyCardText > h4{
    text-align: center;
    margin-top: 20px;
    color: white;
}
#hobbyCardText > h1{
    text-align: center;
    font-size: 25px;
    color: white;
}

/* ////////2nd roow */
#_2ndRow{
    width: 75%;
    margin: auto;
    margin-top: 35px;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

/* /////////flashDeals///////// */
#flashDeals_{
    width: 80%;
    margin: auto;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    color: white;
}
#flash_{
   display: grid;
   grid-template-columns: repeat(6,1fr); 
   gap: 10px;
   text-align: center;
}




/* //////Discover */
#Discover{
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 40px;
}




#discoverNew{
    width: 49%;
    padding: 20px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    color: white;
}

#discoverNew> h4,h3 ,#_2ndBox>h4,#flashDeals>h4{
    display: inline;
    color: white;
}

#discoverNew >h4 ,#_2ndBox >h4,#flashDeals>h4{
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-sizing: border-box;
    padding: 2px 10px;
    border-radius: 10% /50%;
    margin-left: 20px;
    font-size: 14px;
    color: white;
}

#discoverNew h3, #_2ndBox h3, #flashDeals_ h3 {
    color: white;
}

#flashDeals_ h3, #flashDeals_ h4 {
    color: white;
}
#discoverNew > .timg{
    margin: auto;
    position: static;
    margin-top: 10px;
    justify-content: space-between;
}

#_2ndBox{
    width: 49%;
    padding: 20px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    color: white;
}
#_2ndBox > .timg >div >img{
    height: 120%;
    width: 120%;
}

._2ndBoxProduct{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}
._2ndBoxProduct >div{
    width: 30%
}
._2ndBoxProduct >div>img{
    width: 100%
}
._2ndBoxProduct>div:hover{
    border: 1px solid red;
}



/* <!-- //////////////Picks For You --> */



#picksForYou{
    width: 80%;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px;
    row-gap: 15px;
    margin: auto;
}

.card{
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 5px;
    color: white;
}
.card>img{
    width: 100%;
}

.card > p:nth-child(3){
    display: inline;
    text-decoration: line-through;
    color: #9ca3af;
}
.card > p:nth-child(4){
    display: inline;
    margin-left: 10px;
    color: white;
}
.card > p:nth-child(2){
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.card:hover{
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
    border-color: rgba(59, 130, 246, 0.5);
    transform: translateY(-3px);
}

#topPicks{
    margin-top: 25px;
    margin-bottom: 25px;
}
#topPicks >h2{
    display: inline;
    margin-left: 10%;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    margin-right: 30px;
    color: white;
    animation: neon 5s infinite;
}
#topPicks >h2+h3{
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    padding: 5px 10px;
    margin-bottom: 20px;
    border-radius: 10% / 50%;
    color: white;
}
@keyframes neon{
    0% ,39%,41%,59%,61%,100%{
        text-shadow:
        #3b82f6 0 0 12px,
        #60a5fa 0 0 24px,
        #60a5fa 0 0 3px;
    }
    40% ,60% {
        text-shadow :none;
    }
}

#footer_ {
    width: 100%;
    margin-top: 50px;
}

#footer_ #footer {
    width: 100%;
    display: block;
}