body {
    margin: 0;
}
.container{
    margin-top: 2rem;
}
/* navbar */
#navbar {
    background-color: rgb(152, 166, 255);
}

#logo {
    margin-left: 15px;
    color: white;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 6px;
}

#logo span {
    color: black;
}

#logo #span1 {
    font-size: 30px;
}

.navbar-nav {
    margin-left: 20px;
}

.nav-item {
    margin-left: 10px;
}

.nav-item .nav-link {
    font-size: 20px;
    font-family: "poppins";
    color: white;
    margin-left: 2px;
    text-shadow: 0px 0px 1px gray;
    transition: 0.5s ease;
}

.nav-item .nav-link:hover {
    color: rgb(0, 0, 0);
    border-bottom: 1px solid black;
}

.dropdown-menu li a {
    color: white;
    transition: 0.5s ease;
}

.dropdown-menu li a:hover {
    background-color: gray;
    color: black;
}

#search input {
    border-radius: 50px;
    border: none;
}

#search button {
    border-radius: 50px;
    color: white;
    border: 1px solid black;
    background-color: black;
}

/* nvbar */
.col {
    /* border: 2px solid red; */
    text-align: center;
    justify-content: center;

}

.pri {
    /* border: 2px solid black; */
    display: flex;
    justify-content: center;
}

.price {
    justify-content: center;
    display: flex;
    margin-top: 2rem;
    font-family: "poppins";
    font-size: 25px;
    width: 200px;
    /* border: 3px solid red; */
    border-radius: 20px;
    background-color: #ebebeb;
    padding: 5px;
}

.card-title {
    font-size: 35px;
    font-family: "poppins";
}



.card-text {
    background-color: #e8e8e8;
    font-size: 22px;
    font-family: "poppins";
}


.button-1 {
    display: flex;
    justify-content: center;
}

.button {
    justify-content: center;
    margin-top: 2rem;
    width: 200px;
    height: 60px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #a9a9a9;
    letter-spacing: 1.5px;
    border: 0;
    border-radius: 30px;
}

.button>a {
    text-decoration: none;
    color: #000000;

}


.button:hover {
    background-color: #6a6a6a;
}
.button:hover > a{
    color: white;
}
ul li {
    font-family: "poppins";
    color: rgb(36, 36, 36);
    font-size: 18px;
}

.card {
    border: none;
    background-color:#edf2f3 ; 
}


img:hover {
    transition: 2s;
    transform: scale(1.1);
    border-radius: 30px;
}

h2{
    font-size:40px ;
    font-family: "poppins";
    font-weight: 400;
    text-align: left;
}
.para{
    font-size:16px;
    text-align: left;
    font-family: "poppins";
}
/* offer */
#offer{
    margin-top: 100px;
}
#offer i{
    font-size: 32px;
    color: black;
}
/* offer */

/* newslater */
#newslater{
    margin-top: 100px;
}
#newslater h3{
    font-size: 25px;
    letter-spacing: 3px;
}
.input{
    margin-top: 30px;
}
.input input{
    width: 350px;
    height: 36px;
    letter-spacing: 2px;
    border-radius: 3px;
    border:  1px solid black;
    padding-left: 5px;
}
#subscribe{
    width: 200px;
    height: 36px;
    margin-left: 10px;
    border-radius: 3px;
    border: none;
    background-color: yellow;
    color: white;
    letter-spacing: 3px;
    font-weight: bold;
    text-shadow: 0px 0px 1px black;
}
@media screen and (max-width:465px){
    .input input{
        width: 280px;
    }
    #subscribe{
        margin-top: 10px;
    }
}
@media screen and (max-width:250px){
    .input input{
        width: 150px;
    }
    #subscribe{
        width: 150px;
    }
}
/* newslater */


/* footer */
#footer{
    padding: 0 0 30px 0px;
    color: white;
    font-size: 14px;
    background-color: gray;
    margin-top: 100px;
}
#footer .footer-top{
    padding: 60px 0 30px 0;
    background-color: gray;
    color: white;
}
#footer .footer-top .footer-contact{
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3{
    color: yellow;
}
#footer .footer-top .footer-contact h4{
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}
#footer .footer-top .footer-contact p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: white;
}
#footer .footer-top h4{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links{
    margin-bottom: 30px;
    margin-top: 10px;
}
#footer .footer-top .footer-links h4{
    color: #ffc800;
}
#footer .footer-top .footer-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul li{
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li a{
    text-decoration: none;
    color: white;
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    transition: 0.5s ease;
}
#footer .footer-top .footer-links ul li a:hover{
    color: yellow;
}
#footer .footer-top .socail-links a{
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    background-color: #373737;
    color: white;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    transition: 0.5s ease;
}
#footer .footer-top .socail-links a:hover{
    background-color: yellow;
    color: white;
}
#footer .copyright{
    text-align: center;
    float: left;
}
#footer .credits{
    float: right;
    text-align: center;
    font-size: 13px;
}
#footer .credits a{
    color: yellow;
}