

.gloss{
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.space{
    color: blue;
}

.crust{
    background-color: blue;
}

.energy{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: blue;
}

.btn{
    background-color: blue;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    padding: 10px 25px;
    border-radius: 10px 25px;
    transition: .4s;
}
#btn-login{
    width: 100px;
    border: 2px solid #1c1c50;
    color: #1c1c50;
    font-weight: bold;
    border-radius: 5px;
    height: 5ch;
    transition: 0.5s ease;
    cursor: pointer;
}
#btn-login a{
    text-decoration: none;
    color: #1c1c50;
    transition: 0.5s ease;
}
#btn-login a:hover{
    background-color: #1c1c50;
    color: white;
}
#btn-login:hover{
    background-color: #1c1c50;
    color: #fff;
}

.btn{
    background-color: blue;
    color: whitesmoke;
    text-decoration: none;
    border: 2px solid transparent;
    padding: 10px 25px;
    border-radius: 10px 25px;
    transition: .4s;
}
#btn-signup{
    width: 100px;
    border: 2px solid #1c1c50;
    color: #1c1c50;
    font-weight: bold;
    border-radius: 5px;
    height: 5ch;
    transition: 0.5s ease;
    cursor: pointer;
}
#btn-signup a{
    text-decoration: none;
    color: #1c1c50;
    transition: 0.5s ease;
}
#btn-signup a:hover{
    background-color: #1c1c50;
    color: white;
}
#btn-signup:hover{
    background-color: #1c1c50;
    color: #fff;
}

.btn:hover{
    transform: scale(1.2);
}

#top.cards{
    margin-top: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
#top-cards .card-img{
    height: 60vh;
}
#top-cards h5{
    color: #1c1c50;
    font-weight: bold;
}
#top-cards button{
    width: 150px;
    height: 30px;
    font-weight: bold;
    letter-spacing: transparent;
    color: #1c1c50;
    border: 2px solid #1c1c50;
    transition: 0.5s ease;
    cursor: pointer;
}

#top-cards button:hover{
    background-color: #1c1c50;
    color: white;
}


.cod{
    font-family: Georgia, 'Times New Roman', Times, serif;
}


/* banner */
    .banner{
        width: 100%;
        height: 50vh;
        margin-top: 50px;
        background-image: linear-gradient(rgba(0,0,0,0.3,), rgba(0,0,0,.3)), url();
    }
/* banner */

/* products cards */
    #products-cards{
        margin-top: 100px;
    }
    #products-cards .card{
        box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
    }
    #products-cards h3{
        margin-top: 30px;
        color: #1c1c50;
        text-shadow: 1px 1px 1px #222;
    }
    #products-cards h1{
        letter-spacing: 1px;
        text-shadow: 1px 1px 1px #222;
        font-weight: bold;
    }
    .checked{
        color: #ffff00;
    }
    #products-cards h5 span{
        float: right;
        color: #1c1c50;
        cursor: pointer;
    }
     #viewmorebtn{
        display: flex;
        justify-content: center;
        margin: auto;
        text-decoration: none;
        margin-top: 30px;
        width: 150px;
        letter-spacing: 1px;
        font-weight: bold;
        background: transparent;
        border: 2px solid blue; 
        color: blue;
        transition: 0.5s ease;
    }

    #viewmorebtn:hover{
        background-color: blue;
        color: #fff;
    }

    /* offer */
        #offer{
            margin-top: 50px;
        }
        #offer{
            font-size: 20px;
            color: #1c1c50;
        }
    /* offer */


        

/* products cards */


/* footer */
    #footer{
        padding: 0 0 30px 0;
        color: whitesmoke;
        font-size: 14px;
        background: #1c1c50;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }


    #footer .footer-top{
        padding: 60px 0 30px;
        background: #1c1c50;
        color: white;
    }
    #footer .footer-top .footer-contact h3{
        color: white;
        text-shadow: 1px 1px 1px #0000;
    }
    #footer .footer-top .footer-contact h4{
        font-size: 22px;
        margin: 0 0 300px 0;
        padding: 2px 0 2px 0;
        line-height: 1;
        font-weight: 700;
    }
    #footer .footer-top .footer.contact p{
        font-size: 14px;
        margin: 0;
        color: white;
        line-height: 1;
        font-weight: 700;
    }
    #footer .footer-top h4{
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding-bottom: 12px;
    }
    #footer .footer-top .footer-links{
        margin-bottom: 10px;
    }
    #footer .footer-top .footer-links ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #footer .footer-top .footer-links ul li{
       padding-right: 10px 0;
       display: flex;
       align-items: center;
    }
    #footer .footer-top .footer-links ul li:first-child{
        padding: 0;
    }
    #footer .footer-top .footer-links ul li a{
        color: #fff;
        line-height: 2;
    }
    #footer .footer-top-social-links a{
        font-size: 18px;
        display: inline-block;
        color: #fff;
        line-height: 1;
        padding-right: 4px;
        border-radius: 50px;
        text-align: center;
        width: 35px;
    }

    .footer .copyright{
        text-align: center;
        float: left;
    }
    #footer .credits {
        float: right;
        text-align: center;
    }

    html{
        scroll-behavior: smooth;
    }

    .arrow{
        position: fixed;
        background-color: #1c1c50;
        border-radius: 50px;
        height: 50px;
        bottom: 40px;
        right: 50px;
        text-decoration: none;
        align-items: center;
        line-height: 50px;
    }
/* footer */

.login{
    width: 90%;
    margin: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
#side1{
    background-color: #1c1c50;
    height: 76vh;
    border-radius: 5px;
    box-shadow: rgba(100,100,111,0.2) 0px 7px 20px 0px;
}
#side1 h3{
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
    margin-top: 200px;
    align-items: center;
    text-align: center;
}

#side1 p{
    color: #fff;
    font-weight: bold;
    align-items: center;
    text-align: center;
}
#btn{
    align-items: center;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 10px;
}
#btn a{
    text-decoration: none;
    color: #fff;
}
#side2{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(100,100,111,0.2) 0px 7px 20px 0px;
    align-items: center;
    text-align: center;
}
#side2 h3{
    margin-top: 50px;
    color: #1c1c50;
    font-weight: bold;
}
#side2 input{
    width: 500px;
    margin-top: 20px;
    height: 36px;
    align-items: center;
}
#side2 .inp{
    margin-top: 32px;
}
#side2 p{
    margin-top: 20px;
    cursor: pointer;
}
#side2 .icons i{
    margin-left: 10px;
    cursor: pointer;
}
#login{
    margin-top: 10px;
}
#login button{
    width: 200px;
    height: 32px;
    color: #fff;
    background-color: #1c1c50;
    border: none;
    font-weight: bold;
}

@media screen and (max-width:992px){
    #side1 input{
        width: 300px;

    }

}

@media screen and (max-width:992px){
    #side2 input{
        width: 200px;

    }

}

/* about */
    #about{
        margin-top: 50px;
    }
    #about h1{
        text-align: center;
        font-weight: bold;
        color: #1c1c50;
    }
/* about */

/* contact */
    #contact{
        margin-top: 50px;
    }
    #contact h1{
        color: #1c1c50;
        text-shadow: 0px 0px 1px black;
    }
    #contact .card{
        height: 80px;
        margin-top: 20px;
        box-shadow: rgba(100,100,111,0.2) 0px 7px 20px 0px;
    }
    #contact .card{
        margin-top: 10px;
        margin-left: 10px;
        font-size: 15px;
        color: #1c1c50;
        font-weight: bold;
        letter-spacing: 3px;
    }
    #contact .card h4{
        margin-left: 10px;
        margin-top: 10px;
        letter-spacing: 1px;
        font-weight: bold;
        color: #1c1c50;
    }
    #messagebtn button{
        margin-top: 30px;
        width: 200px;
        height: 33px;
        background: transparent;
        border: 2px solid #1c1c50;
        color: #1c1c50;
        font-weight: bold;
        letter-spacing: 1px;
        transition: 0.5s ease;
    }
    #messagebtn button:hover{
        background-color: #1c1c50;
        color: white;
    }
/* contact */
