* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}




a {
    text-decoration: none;
}

ul {
    list-style: none;
}

/* Start Nav Bar */
.navbar {
    background-color: #002444;
    padding: 10px;
}

.navbar .navbar-brand {
    font-size: 30px;
    color: aliceblue;
    font-weight: 900;
    margin-right: 80px;

}

.navbar .nav-item a {
    font-size: 25px;
    font-weight: 400;
    color: aliceblue;
    margin-right: 30px;
}

.navbar .dropdown-menu {
    background-color: #002444;
}

.navbar .dropdown-menu li a:hover {
    background-color: transparent;
}

.navbar .dropdown-menu li a:focus {
    background-color: white;
    color: #002444;
}


.navbar form .form-control[type="search"] {
    border-radius: 25px;
}

.navbar form .btn {
    border-radius: 25px;
    width: 40px;
    height: 40px;
    color: white;
    border: white;
    margin-right: 10px;
}

.navbar form .btn:hover,
.navbar .fa-cart-shopping:hover,
.navbar .fa-user:hover {
    background-color: white;
    color: #002444;

}

.navbar .fa-cart-shopping,
.navbar .fa-user {
    padding: 10px;
    border-radius: 25px;
    color: white;


}

.navbar .navbar-toggler .fa-bars {
    color: rgb(245, 250, 255);
}

/* start Pop Cart in navbar */
.Orderproduct {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding: 5px;
    box-shadow: 1px 1px 5px;
    border-radius: 25px;
    margin: 10px 10px;

}

.Orderproduct h2 {
    color: #FFF;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.Orderproduct i {
    font-size: 20px;
}

.Orderproduct .fa-trash {
    color: #ff0202;
}

.Orderproduct .fa-plus {
    color: green;
}

.Orderproduct img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
}

.modal .modal-content {
    border-radius: 25px;
    background: #3C4B66;
}

.modal .modal-content .modal-header {
    background-color: #002444;
    border-radius: 25px 25px 0 0;
    padding: 20px;
    margin: 0;
    border-bottom: none;
}

.modal .modal-content .modal-header h1 {
    color: #FFF;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal .modal-content .modal-footer {
    background-color: #002444;
    border-radius: 0px 0px 25px 25px;
    padding: 20px;
    margin: 0;
    border-bottom: none;
}

.modal .modal-content .modal-footer .Footer-salary h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;


}

.modal .modal-content .modal-footer .Footer-salary span {
    background-color: #FFF;
    margin-left: 15px;
    width: 70px;
    height: 25px;
    border-radius: 1.5625rem;
    text-align: center;
    flex-shrink: 0;
    font-size: 17px;
    font-weight: 600;
}


@media screen and (max-width: 460px) {
    .Orderproduct h2 {
        font-size: 16px;

    }

    .Orderproduct i {
        font-size: 15px;
    }

    .modal .modal-content .modal-footer {
        padding: 5px;
        margin: 0;
    }


}

/* End Pop Cart in navbar */

/* End Nav Bar */
/* Start Responsive Nav Bar */

@media screen and (max-width: 1000px) {
    .navbar {
        padding: 0px 0px;

    }

    .navbar .nav-item a {
        font-size: 20px;
    }

    .navbar .navbar-brand {
        font-size: 25px;
        font-weight: 300;

    }

    .navbar .navbar-brand {
        margin-right: 0px;

    }

    .navbar form .form-control[type="search"] {
        border-radius: 25px;
        width: 200px;
    }

    .collapse {
        background-color: #002444;
        padding-bottom: 10px;
    }

}





/* End Responsive Nav Bar */

/* start carousel  */
.carousel .fa-arrow-left,
.carousel .fa-arrow-right {
    background-color: #002444;
    color: white;
    border-radius: 50px;
    padding: 10px;
    font-size: 20px;

}

@media screen and (max-width: 1000px) {

    .carousel .fa-arrow-left,
    .carousel .fa-arrow-right {

        font-size: 10px;

    }
}

/* End carousel  */
/* Start  Product- Electronic  */
.parentProduct {
    margin: 80px 0;
}

.parentProduct .headerProduct,
.Contact .headerProduct {
    margin: 20px 0;
    color: #002444;
    text-align: center;
    font-family: Jua;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;

}

.Product-Electronic {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
}

.Product-Electronic .cardProduct {
    width: 450PX;
    box-shadow: 0px 0px 8px #85B6FF;
    border-radius: 25px;
}

.Product-Electronic .cardProduct .img-product {
    width: 100%;
    border-radius: 25px 25px 0 0;


}

.Product-Electronic .Cottant-card {
    padding: 20px;
}

.Product-Electronic .cardProduct .NameProduct {
    display: flex;
    justify-content: space-between;
}

.Product-Electronic .cardProduct .NameProduct h3 {
    color: #002444;
    text-align: center;
    font-family: sans-serif;
    font-size: 28px;
    font-weight: 900;

}

.Product-Electronic .cardProduct .NameProduct span {
    background-color: #002444;
    color: #FFF;
    margin-left: 15px;
    width: 70px;
    height: 25px;
    border-radius: 1.5625rem;
    text-align: center;
    flex-shrink: 0;
    font-size: 17px;
    font-weight: 600;
}

.Product-Electronic .cardProduct .CartProduct {
    display: flex;
    justify-content: space-between;

}

.Product-Electronic .cardProduct .CartProduct i {
    font-size: 25px;
    border-radius: 50px;
    margin: 20px 0;
    padding: 10px;
    border: 2px solid #002444;
    color: #002444;
}

.Product-Electronic .cardProduct .CartProduct i:hover {
    background-color: #002444;
    color: #FFF;
}


.CartProduct .modal .modal-dialog .modal-body .card {
    background-color: transparent;
    border: none;

}

.CartProduct .modal .modal-dialog .modal-body .card .ss {
    border-radius: 25px;
    height: 100%;
    width: 100%;
    margin-right: 30px;

}

@media screen and (max-width: 460px) {
    .Product-Electronic .cardProduct {
        width: 80%;
    }

    .Product-Electronic .Cottant-card {
        padding: 8px;
    }

    .Product-Electronic .cardProduct .NameProduct h3 {

        font-size: 20px;
        font-weight: 600;

    }

    .Product-Electronic .cardProduct .CartProduct i {
        font-size: 20px;
        padding: 5px;
    }


}

/* End  Product- Electronic  */
/* Start Contact */
.Contact .row .card {
    border-radius: 25px;
    box-shadow: -3px 6px 2px #d8e9f9;
    margin: 10px;
}


.Contact .row,
.card .infoForm {
    padding: 20px;
}

.Contact .card .card-body {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 0;
}

.Contact .card .card-body .info-icon i {
    font-size: 25px;
    border-radius: 50px;
    margin: 20px 0;
    padding: 20px;
    color: #002444;
    background-color: #12429454;

}

.Contact .card .card-body .info-formtion h2,
.Contact .card .infoForm h2 {
    color: #002444;
    font-family: sans-serif;
    font-size: 1.5625rem;
    font-weight: bold;
}

.Contact .card form input,
.Contact .card form textarea {
    padding: 20px;
    border-radius: 20px;
}

.Contact .card form button {
    border-radius: 0.625rem;
    background: #002444;
    color: #FFF;
    padding: 20px 40px;

}

@media screen and (max-width: 460px) {
    .Contact .card form button {

        padding: 10px 20px;

    }
}

/* start  footer */
.containerfooter {
    max-width: 1170px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}



.footer {
    background-color: #002444;
    padding: 40px 0 20px 20px;
    margin-top: 30px;
}

.footer .row {
    --bs-gutter-x: 0rem;

}

.footer ol,
.footer ul {
    padding-left: 0;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

.footer-col h4 {
    font-size: 32px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #85B6FF;
    height: 2px;
    box-sizing: border-box;
    width: 80px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 20px;
    text-transform: capitalize;
    color: #FFF;
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #85B6FF;
    padding-left: 8px;
}

.footer-col .social-links i {
    display: inline-block;
    font-size: 30px;
    padding: 10px;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff;
    transition: .3s ease-in-out;
}

.footer-col .social-links i:hover {
    color: #85B6FF;
    background-color: #EEEEEE;
}

/*responsive*/
@media(max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .footer-col {
        width: 100%;
    }
}

/* End Footer */
/* start Animation  */