/* @import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

* {
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Spartan', sans-serif;
}

/*** Default Styles Sizes **********************************************/
h1 {
    font-size:50px;
    line-height: 64px;
    color: #222;
}

h2 {
    font-size:46px;
    line-height: 54px;
    color: #222;
}

h4 {
    font-size:20px;
    color: #222;
}

h6 {
    font-weight: 700;
    font-size: 12px;
}

p {
    font-size: 16px;
    color: #000;
    margin: 15px 0 20px 0;
}

html {
    height: 100%;
}

body {
   display: flex;
   flex-direction: column;
   width:100%;
   min-height: 100%;
}

main {
    margin: 0;
    padding: 0;
}

.section-p1 {
    padding: 20px 80px;
}

.section-m1 {
    margin: 40px 0;
}

.normalbtn {
    font-size:14px;
    font-weight: 600;
    padding: 12px 20px;
    color: #fff;
    background-color: #675e5e;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2s;

    &:hover {
        background-color: #e1d169;
        color: #000;
    }
}

button.white {
    font-size:13px;
    font-weight: 600;
    padding: 11px 18px;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
    border: solid 1px #ffff;
    outline: none;
    transition: 0.2s;
}

.morebtn {
    background-color: #e0d42a;
    color: #000;
    height: 30px;
    border-radius: 5px;
    padding: 3px;

    font-size: .9rem;
    font-weight:600;
    border: 1px solid #cce7d0;
    transition: 0.2s ease;
    
    &:hover {
        cursor: pointer;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
        color: #088178;
    }
}

/*** IMAGE DRAG NONE  ********************************/
.img_drag_none {
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
}

/*** PRODUCTS SECTION ********************************/
.product-cont {
    width: 100%;

    & a {
        width: 100%;
        height: 100%;
        min-height: 100%;
        text-decoration: none;
    }
}

.product {
    min-height: 100%;
    padding: 0;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.1);
    transition: 0.2s ease;
    text-align: center;

    &:hover {
        box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.3);
    }

    #prd-img-tp{
        & img {
            aspect-ratio: 1/1;
            max-height: 300px;
        }
    }

    .des {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        & h6 {
            color: #606063;
            font-size: 11px;
        }

        & h5{
            color: #088178;
            font-size: 14px; 
            font-weight: 700;
        }
        
        & i{
            font-size: 18px;
            color: rgb(243,181,25);
        }
        
        & a{
            text-decoration: none;
            font-size: 12px;
        }
    }
}

.product .card-body #cost-cart {
    /* border: 1px solid blue; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;

    & h5 {
        font-size: 1rem;
        height: fit-content;
        margin: 0 0 5px 0;
        padding: 0;
    }
}


/*@@@@@@@@@@@@@@@ PHONE RESPONSIVE @@@@@@@@@@@@@@@@@@*/
@media (max-width: 550px){

    h2 {
        font-size: 32px;
    }

    h1{
        font-size: 38px;
    }

    .section-p1 {
        padding: 40px 20px;
    }

    #feature .fe-box {
        width: 155px;
        margin: 0p 0 15px 0;
    }

    #product1 .pro {
        width: 100%;
        height: 350px;
    }
}

@media(min-width: 768px){
    .product-cont {
        min-height: 100%;
    }

    .product {
        width: 100%;
        border: 1px solid greenyellow;
        text-align: left;
        
        .card-body #cost-cart {
            flex-direction: row;
            justify-content: space-between;
        }
    } 
}

@media(min-width:1024px){
    .product #prd-img-tp{

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .morebtn {
        font-size: .8rem;
    }
}

/*** admin_index_page *******************************/
.adminNav {
   width: 100%;
   height: 110px;
   background-color: #e1d169;
   position: relative;

   .logoImage{
        height: 90%;
        width:auto;
        position: absolute;
        top: 6px;
        left: 30px;
    }

    & div img{
        max-width: 100%;
        max-height: 100%;
        border-radius: 50%;
    }

    .welcomeNote{
        position: absolute;
        right: 20px;
        top: 30px;
        text-align: center;
        
        & h3{
            font-size: 18px;
            font-weight: 500;
        }

        .logoutbtn{
            padding: 3px 15px;
            font-size: 15px;
            font-weight: 500;
            border: 1px solid;
            border-radius: 10px;
            transition: 0.4s;
        }

        .logoutbtn:hover{
            background-color: #000;
            color: #e1d169;
            color: #fff;
        }
    }
}

/*** FEATURE SECTION **************************/
#feature .fe-box {
    width:180px;
    text-align: center;
    border:solid 1px #cce7d0;
    box-shadow: 20px 20px 34px rgba(0,0,0,0.03);
    padding: 25px 15px;
    border-radius: 4px;
    margin:15px 0;
}

#feature .fe-box:hover{
     box-shadow: 10px 10px 54px rgba(70,62,221,0.1);
}

#feature .fe-box h6{
    padding: 9px 8px 6px 8px;
    line-height: 1;
    border-radius: 4px;
    color: #088178;
    background-color: #fddde4;
    display: inline-block;
}

#feature .fe-box:nth-child(2) h6 {
    background-color: #cdebbc;
}

#feature .fe-box:nth-child(3) h6 {
    background-color: #d1e8f2;
}

#feature .fe-box:nth-child(4) h6 {
    background-color: #cdd4f8;
}

#feature .fe-box:nth-child(5) h6 {
    background-color: #f6dbf6;
}

#feature .fe-box:nth-child(6) h6 {
    background-color: #fff2e5;
}
