@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.header-top {
    padding: 5px 15px;
}

.header-top img {
    width: 120px;
    height: 70px;
}

.header-top .input_search input {
    width: 55%;
    height: 50px;
    outline: 0;
    border: 1px #0dcaf0 solid;
    border-radius: 100px 0 0 100px;
}

.header-top .input_search i {
    padding: 17px 20px;
    cursor: pointer;
    translate: -4px 0;
    border-radius: 0 100px 100px 0;
}

.header-top .icons .Cart div{
    height: 20px;
    width: 20px;
}

.header-top .icons .Cart div {
    left: 33px;
}

.header-botton .navbar {
    padding: 0px 30px;
}

.header-botton .navbar ul li a {
    padding: 14px 12px !important;
    font-size: 18px;
    transition: .5s ease, color 0s;
}

.header-botton .navbar ul li a:hover {
    background-color: #f4f8fc;
    color: #0dcaf0 !important;
}


.header-botton .navbar .login {
    padding: 6px 15px;
}

.carousel {
    width: 96%;
    height: auto;
    margin: 180px 0 50px 0;
    padding: 60px 0px;
    background-color: #e8fcff;
}

.carousel .carousel-inner .carousel-item img {
    height: 350px;
    width: 40%;
}

.carousel .carousel-inner .carousel-item a {
    transition: .5s ease;
}

.carousel .carousel-inner .carousel-item a:hover {

}

.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
    background-color: #0dcaf0 !important;
}

.image-style dotlottie-wc {
    height: 470px;
    width: 100%;
    background-color: #e8fcff;
    border-radius: 5px;
    margin: 180px 0 0 0;
}

@media (max-width: 800px) {
    .image-style dotlottie-wc {
        margin: 20px 0;
    }
}

#Labats,
#Witch,
#Scents,
#about {
    width: 90%;
    margin: 50px 0;
}

#Labats {
    padding-top: 145px;
}

@media (max-width: 800px) {
    #Labats {
    padding-top: 45px;
   }
}

.discount {
    width: 70px;
    height: 40px;
    top: 7px;
    right: 7px;
}

.card {
    overflow: hidden;
    transition: .5s ease;
    position: relative;
}

.card:hover {
    border: #0dcaf0 2px solid;
}

.card img {
    border-bottom: #0dcaf0 1px solid;
    transition: .5s ease;
}

.card:hover img {
    transform: scale(1.1);
}

.card .icons {
    position: absolute;
    bottom: 180px;
    right: 0;
    left: 0;
    opacity: 0;
    transition: 0.6s ease;
}

.card:hover .icons {
    opacity: 1;
    translate: 0 -13px;
}

footer .row h3 {
    translate: -22px 0;
}

footer .row h3 img {
    width: 120px;
    height: 100px;
}

.icons_link a {
    width: 50px;
    height: 50px;
    display: inline-block;
}

footer ul {
    list-style: none;
}

.input-group button {
    border-radius: 0 5px 5px 0;
}

footer .icons_link a {
    transition: .5s;
}

footer .icons_link a:hover {
    scale: 1.1;
    translate: 0 10px;
}

footer .icons_link a:hover .fa-facebook {
    color: blue;
}

footer .icons_link a:hover .fa-youtube {
    color: red;
}

footer .icons_link a:hover .fa-instagram {
    color: #ff6f00;
}

footer .icons_link a:hover .fa-twitter {
    color: #3888ff;
}

.Links {
    translate: -26px;
    margin: 35px 0 20px 0;
}

/* About As */
#about {
    width: 90%;
    margin: 220px 0 60px 0;
}

@media (max-width: 800px) {
    #about {
    width: 100%;
    padding: 10px;
}
}

@media (max-width: 800px) {
.dotlottie-wc_1 {
    margin: 60px 0 0 0;
}
}

#about .row {
    row-gap: 150px !important;
}

#about dotlottie-wc {
    width: 400px;
    height: 400px;
    background-color: #c2f5ff;
}

#about p {
    width: 100%;
}

#about .feature .icon {
    display: block;
    height: 50px;
    width: 50px;
    background-color: #0dcaf0;
}

/* sign_up */
#sign_up,
#login {
    margin: 145px 0 50px 0;
}

#sign_up .container_text {
    background-color: #e0faff;
    padding: 50px 40px;
}

#sign_up .container_text .text {
    width: 60%;
}

.sign_up {
    width: 90%;
}

@media (max-width: 800px) {
.sign_up{
    width: 100%;
}
}

.Contact_information {
    position: relative;
    width: auto;
    height: 140px;
    transition: .5s ease;
}

.Contact_information:hover {
    translate: 0 10px;
}

.Contact_information::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    width: 0;
    border-top: #0dcaf0 5px solid;
    border-radius: 10px;
}

.Contact_information:hover::after {
    animation: information 1.3s ease forwards;
}

@keyframes information {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.Contact_information i {
    width: 50px;
    height: 50px;
    padding: 30px;
}

.Contact_information_1 p {
    font-size: 18px;
}

.contact_form input,
textarea {
    height: 50px;
    border-radius: 10px;
    padding: 0 10px;
    border: none;
    outline: none;
    background-color: #e0faff;
}

.contact_form textarea {
    height: 150px;
}

.contact_form button {
    transition: .5s ease;
}

.contact_form button:hover {
    scale: 1.02;
}

::placeholder {
    color: #000000;
    font-size: 18px;
}

@media (max-width: 800px) {
    #sign_up .container_text .text {
        width: 100%;
        margin-top: 100px;
    }
}

/* login */
#login {
    margin: 210px 0 70px 0;
}

.login_information {
    height: 415px;
    width: 55%;
}

.login_information button {
    transition: .5s ease;
}

.login_information button:hover {
    scale: 1.03;
}

.login_form input {
    height: 50px;
    outline: 0;
    background-color: #e0faff;
}

@media (max-width: 800px) {
    .login_information {
        margin: 330px 0 50px 0;
        width: 95% !important;
    }
}

/* Cart */
.btn-close {
    color: #f4f8fc !important;
}

.cart .cart-box .fa-trash-can {
    cursor: pointer;
}




















.content_fixed {
    z-index: 999 !important;
    background-color: #0dcaf0;
}

.Available_now {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #0dcaf0;
}

/* Fixed_message */
.Fixed_message {
    top: 55%;
    left: 50%;
}

.Fixed_message img {
    height: 40% !important;
    display: block;
}














/* color scrol */
::-webkit-scrollbar {
    width: 10px;
    padding: 20px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #0dcaf0;
}