
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* h4 {
    font-size: 35px;
    font-weight: bold;
    text-transform: capitalize;
} */


/*
============
Scroll button
============
 */

 #scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 10px;
    border: none;
    outline: none;
    background-color: #e9af12;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
  }

  #scrollToTopBtn:hover {
    background-color: #603506;
  }

  #scrollToTopBtn .bi {

    font-size: 15px;
    padding: 5px;
    font-weight: bold;
  }

  #logo-info {
    padding: 10px;
    background-color: #fff;
    color: #000;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
#logo-info .slideitem{
    /* padding: 10px; */
}

#logo-info .center-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo-info .logo img {
    height: 150px;
    width: auto;
}

#logo-info .flex-column .fas {
    color: #2454f0;
    font-size: 20px;
}

#logo-info span{
    margin: 10px;
}

#logo-info .contact-text {
    width: fit-content;
    font-size: 20px;
    font-weight: 550;
    /* border-bottom: 3px solid rgb(77, 147, 233); */
}


#logo-info .contact-info-sub {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    color: #000;

}

#logo-info .underline {
    border-left: 2px solid #18d26e;
    /* width: fit-content; */
    height: 35px;
    margin: auto;
}

#logo-info .email-text {
    width: fit-content;
    font-size: 20px;
    font-weight: 550;
    /* border-bottom: 3px solid rgb(77, 147, 233); */
}

#logo-info .email-info-sub {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

/*
===================
Slider-info offer
===================
*/


#slider-offer-product {
    background-color: #fff;
    text-align: center;
    padding: 2rem;
    /* margin-bottom: 20px; */
    font-family: 'Poppins', sans-serif;
}

#slider-offer-product .container-fluid .text-header {
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
}

#slide-info .item .card img {
    height: -webkit-fill-available;
    width: 100%;
    filter: brightness(.6);
}

#slide-info .item .card {
    height: 35vh;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
}

#slide-info .item .card .carousel-caption {
    top: 15%;
}

#slide-info .item .card .carousel-caption .name {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#slide-info .item .card .carousel-caption .star-info {
    /* font-size: 8px; */
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: yellow;
    /* padding: 5px; */
}

#slide-info .item .card .carousel-caption small {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#slide-info .item .card .carousel-caption del {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}



#slide-info .item .card .carousel-caption .btn {
    margin: 10px;
    background: rgba(4, 114, 248, 0.4);
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

#slide-info .item .card .carousel-caption .btn:hover {
    /* color: #89d42e; */
    /* box-shadow: 1px 2px 4px #7f2ee8; */
    -webkit-transition: box-shadow .4s ease-in;
    /* font-size: 19px; */
    background-color: #1d2ee8;
}

/*
===============
Top Nav
===============
*/



#top-nav {
    background-color: #25296e;
    font-family: 'Poppins', sans-serif;
}

#top-nav .navbar-nav .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

#top-nav .nav-item:hover > .dropdown-menu {
    display: block;
}

#top-nav .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#top-nav .dropdown-menu .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

/* #top-nav a {
    color: white;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
#top-nav a:hover {
    color: #000;
}

#top-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.4);
    /* background-color: rgba(251, 240, 240, 0.4); */
    color: #000;
}

#top-nav .dropdown-menu a:hover {
    background-color: rgba(40, 40, 157, 0.81);
}

#top-nav .dropdown:hover .dropdown-menu {
    display: block;
} */

.fa-bars{
    color: white;
}
/*
===========
Slider
===========
*/

#slider {
    color: #000;
    font-family: 'Poppins', sans-serif;
}

#slider img {
    height: 82vh;
    width: 100%;
    filter: brightness(.6);
}

#slider .carousel-caption {
    top: 45%;
    font-family: 'Poppins', sans-serif;
}

#slider .carousel-caption p {
    font-size: 25px;
    text-transform: capitalize;
    margin: 0px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

#slider .carousel-caption h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

#slider .carousel-caption .btn {
    margin: 10px;
    background: rgba(0, 0, 0, 0.4);
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#slider .carousel-caption .btn:hover {
    /* color: #89d42e; */
    background-color: #1d2ee8;
    /* box-shadow: 1px 2px 5px #7f2ee8; */
    -webkit-transition: box-shadow .4s ease-in-out;
    /* font-size: 20px; */
}


/*
==============
Info services
==============
*/

#info-services {
    background-color: #fff;
    text-align: center;
    padding: 2rem;
}

#info-services .text-header {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

#info-services .card {
    height: 30vh;
    overflow: hidden;

}

#info-services .card:hover {
    box-shadow: 1px 5px 10px grey;
    -webkit-transition: box-shadow .4s ease-in;
}

#info-services .card-body {
    /* padding: 30px; */
    /* height: 20vh; */
    overflow: hidden;
}


#info-services .card img {
    /* height: --webkit-fill-available; */
    height:20vh;
    width: 100%;

}

#info-services a {
    text-decoration: none;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

#info-services a:hover {
    text-decoration: none;
    color: #4b27ff;
}

#info-services .card-body .name {
    font-size: 15px;
    font-weight:lighter;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}



/*
=============
new available
=============
*/

#new-available {
    background-color: #b49ecfb0;
    text-align: center;
    padding: 2rem;
}

#new-available .container .text-header {
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

#new-available .container a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

#new-available .container .card {
    border-radius: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 0px;
    height: 45vh;
    overflow: hidden;
}

#new-available .container .card:hover {
    box-shadow: 1px 8px 20px grey;
    -webkit-transition: box-shadow .4s ease-in;
}

/* #new-available .container .card img {
    border-radius: 0px;
    height: 25vh;
} */

#new-available .container .card-img-top {
    border-radius: 0px;
    width: 100%;
    height: 25vh; 
    object-fit: cover; 
}

#new-available .container .card .card-body {
    padding: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    overflow: hidden;
    height: 20vh;
}


#new-available .container .card .card-body .name {
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#new-available .container .card .star-info {
    font-size: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: yellow;
    padding: 5px;

}

#new-available .container .card .card-body small {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#new-available .container .card .card-body del {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#new-available .container .card .card-body .btn {
    margin: 10px;
    margin-bottom: -10px;
    background: rgb(46, 211, 5);
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#new-available .container .card .card-body .btn:hover {
    background: #1d2ee8;
}

#new-available .container .link-info {
    font-size: 20px;
    margin-top: 40px;
    font-family: 'Poppins', sans-serif;
}

#new-available .container .link-info .btn {
    margin: 10px;
    text-transform: capitalize;
    background: rgba(4, 114, 248, 0.4);
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#new-available .container .link-info .btn:hover {
    box-shadow: 1px 8px 20px grey;
    -webkit-transition: box-shadow .4s ease-in;
}

/* featured */



/*
=================
Special Product
=================
*/

#special-product {
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
    padding: 2rem;
    font-family: 'Poppins', sans-serif;
}

#special-product .container-fluid .text-header {
    margin-bottom: 30px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 30px;

}

/*
slider
 */

 #customers-testimonials .item .card img {
    height: -webkit-fill-available;
    width: 100%;
    filter: brightness(.6);
}



#customers-testimonials .item .card {
    height: 60vh;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    overflow: hidden;
}

#customers-testimonials .item .card .carousel-caption {
    top: 45%;
}

#customers-testimonials .item .card .carousel-caption .name {
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#customers-testimonials .item .card .carousel-caption .star-info {
    font-size: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: yellow;
    padding: 5px;
}

#customers-testimonials .item .card .carousel-caption small {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#customers-testimonials .item .card .carousel-caption del {
    font-size: 19px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}



#customers-testimonials .item .card .carousel-caption .btn {
    margin: 10px;
    font-size: 19px;
    background: rgba(50, 141, 252, 0.4);
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;

}

#customers-testimonials .item .card .carousel-caption .btn:hover {
    background: #2d39bf;
    -webkit-transition: box-shadow .4s ease-in;
}




/*
=============
all-product
=============
*/

#all-product {
    background-color: #dad0d0;
    text-align: center;
    padding: 2rem;
    /* margin-bottom: 20px; */
}

#all-product .container .text-header {
    margin-bottom: 30px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 30px;

}

#all-product .container a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}


#all-product .container .card {
    border-radius: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 0px;
    height: 45vh;
    overflow: hidden;

}

#all-product .container .card:hover {
    box-shadow: 1px 8px 20px grey;
    -webkit-transition: box-shadow .4s ease-in;
}

#all-product .container .card .card-img-top {
    border-radius: 0px;
    width: 100%;
    height: 25vh; 
    object-fit: cover; 
}

#all-product .container .card .card-body {
    padding: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 20vh;
}


#all-product .container .card .card-body .name {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#all-product .container .card .star-info {
    font-size: 16px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: yellow;
    padding: 5px;
}

#all-product .container .card .card-body small {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#all-product .container .card .card-body del {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#all-product .container .card .card-body .btn {
    margin: 10px;
    margin-bottom: -10px;
    background: rgb(46, 211, 5);
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#all-product .container .card .card-body .btn:hover {
    background: #1d2ee8;
}

#all-product .container .link-info {
    font-size: 20px;
    margin-top: 40px;
    font-family: 'Poppins', sans-serif;
}

#all-product .container .link-info .btn {
    margin: 10px;
    text-transform: capitalize;
    background: rgba(4, 114, 248, 0.4);
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#all-product .container .link-info .btn:hover {
    box-shadow: 1px 8px 20px grey;
    -webkit-transition: box-shadow .4s ease-in;
}



/*
===========
Footer
===========
*/
#footer {
    background: #25296e;;
    text-align: center;
    padding: 2rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

#footer .container .text-header {
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 30px;
}

#footer .container .info-link {
    text-align: start;
    font-family: 'Poppins', sans-serif;
}

#footer .container .info-link .title {
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    /* margin-bottom: 20px; */
}

#footer .container .info-link .sub-title {
    font-size: 25px;
    border-bottom: 2px solid rgb(231, 239, 92);
    font-weight: 500;
    width: fit-content;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

#footer .fas {
    color: #fff;
    font-size: 20px;
}
#footer .container .info-link .bi{
    font-size: 19px;
    margin: 3px 0px;

}

#footer .container .info-link span {
    font-size: 19px;
    margin: 5px 0px;
    font-family: 'Poppins', sans-serif;
}

#footer .container .info-link .email {
    font-size: 19px;
    text-transform: lowercase;
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

#footer .container .info-link .email:hover {
    color: #858df1;
}

#footer .container .info-link a {
    font-size: 19px;
    text-transform: capitalize;
    margin-top: 0px;
    margin: 3px 0px;
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

#footer .container .info-link a:hover {
    color: #8a8bf6;
}

/*
=============
Copy-right
=============
*/

#copy-right {
    padding: 10px;
    background:#25296e;
    color: #fff;
    border-top: 1px solid #fff;
    font-family: 'Poppins', sans-serif;
}

#copy-right small {
    font-size: 0.80rem;
}

#copy-right a {
    color: #eeb415;
    text-decoration: none;
    font-size: 0.80rem;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#copy-right a:hover {
    color: #4edf10;
}
