@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');
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}
/* Home */
.navbar-expand-lg {
    padding: 20px 0px;
}
.navbar-expand-lg .navbar-brand span {
    color: #fc561a;
}
.navbar-nav .nav-item .active {
    color: #fc561a;
}
.navbar-nav .nav-item .nav-link {
    font-size: 18px;
    transition:  .6 ease;
}
.navbar-nav .nav-item .nav-link:hover {
    color: #fc561a !important;
}
.navbar-collapse .dropdown button {
    background-color: #fc561a;
}
/*  */
#Home {
    padding: 95px 0 0px 0;
}
.div-container-1 .carousel-inner .carousel-item img {
    height: 650px;
}
.div-container-1 .carousel-inner .carousel-item .carousel-caption {
    margin-bottom: 150px;
}
.div-container-1 .carousel-inner .carousel-item .carousel-caption .logo-1 {
    background-color: #fc561a;
}
.div-container-1 .carousel-inner .carousel-item .carousel-caption h2 .logo-2 {
    color: #fc561a;
}
.div-container-1 .carousel-inner .carousel-item .carousel-caption .buttons .button-1 {
    background-color: #fc561a; 
    padding: 10px 20px;
    transition:  .6s ease;
}
.div-container-1 .carousel-inner .carousel-item .carousel-caption .buttons .button-1:hover {
    box-shadow: 0 1px 20px #fc561a ;
    translate: 0 5px;
}
.div-container-1 .carousel-inner .carousel-item .carousel-caption .buttons .button-2 {
    color: #ffffff; 
    padding: 10px 20px;
    border: #ffffff 2px solid;
    transition:  .6s ease;
}
.div-container-1 .carousel-inner .carousel-item .carousel-caption .buttons .button-2:hover {
     box-shadow: 0 1px 20px #ffffff ;
    translate: 0 5px;
}
marquee {
    margin: 50px 0;
}
marquee img {
    width: 200px;
    height: 140px;
    margin: 80px 0;
}
.marquee a {
    background-color: #fc561a;
    transition:  .5s ease;
}
.marquee a:hover {
    box-shadow: 0 1px 20px #fc561a !important;
}
.div-container-2 .div-text-2 h3 {
    color: #fc561a;
}
.div-container-2 .div-text-2 i {
    background-color: #fc561a;
    padding: 14px 30px;
}
.div-container-2 .div-text-2 {
    transition:  .5s ease;
}
.div-container-2 .div-text-2:hover {
    translate: 0 5px;
    box-shadow: 0 1px 30px #fc561a !important;
}
.div-container-2 .div-text-2:hover i {
    box-shadow: 0 1px 10px #fc561a !important;
}
.progress-bar {
    background-color: #fc561a;
}
/* Clock */
.div-container-3 {
    width: 90%;
    margin: auto;
}
.div-container-3 h2 {
    color: #fc561a;
}
.div-container-3 .row .div-text-3 img {
    height: 260px;
    width: 100%;
}
.div-container-3 .row .div-text-3 img {
    height: 290px;
    width: 100%;
}
.div-container-3 .row .div-text-4 img {
    height: 160px;
    width: 100%;
    transition:  1s ease;
}
.div-container-3 .row .div-text-4:hover img {
    scale: 1.06;
    z-index: -1;
}
.div-container-3 .row .div-text-3 .data .data-1 h4 {
    background-color: #fc561a;
}
.div-container-3 .row .div-text-3 h2,.div-container-3 .row .div-text-4 h2 {
    color: #fc561a;
}
.div-container-3 .row .div-text-3 s,.div-container-3 .row .div-text-4 s {
    color: #fc561a;
}
.div-container-3 .row .div-text-4 {
    transition: .6s ease;
}
.div-container-3 .row .div-text-4:hover {
    box-shadow: 0 1px 20px #fc561a !important;
}
.div-container-3 .row .div-text-4 .icon {
    background-color: #fc561a;
    opacity: 0;
    cursor: pointer;
    z-index: 99;
    transition: 1s ease;
}
.div-container-3 .row .div-text-4:hover .icon {
    opacity: 1;
}
.div-container-3 .row .div-text-4 .button-3 {
    background-color: #fc561a;
    transition:  .5s ease;
}
.div-container-3 .row .div-text-4 .button-3:hover {
    box-shadow:  0 4px 20px #fc561a;
}
.div-container-3 .col-md-6 .div-text-4 {
    height: 428px;
}
.div-container-4 h1 {
    color: #fc561a;
}
.div-container-4 .row .div-text-5 img {
    height: 200px;
    width: 35%;
    transition:  1s ease;
}
.div-container-4 .row .div-text-5:hover img {
    scale: 1.04;
    z-index: -1;
}
.div-container-4 .row .div-text-6 h2 {
    color: #fc561a;
}
.div-container-4 .row .div-text-6 s {
    color: #fc561a;
}
.div-container-4 .row .div-text-6 .button-4 , .div-container-4 .row .div-text-7 .button-4 {
    background-color: #fc561a;
    transition:  .5s ease;
}
.div-container-4 .row .div-text-6 .button-4:hover , .div-container-4 .row .div-text-7 .button-4:hover {
    box-shadow:  0 4px 20px #fc561a;
}
.div-container-4 .row .div-text-5 {
    transition:  1s ease;
}
.div-container-4 .row .div-text-5:hover {
    box-shadow:  0 4px 20px #fc561a !important;
}
.div-container-4 .row .div-text-5 .icon {
    width: 32%;
    color: #fc561a;
    opacity: 0;
    cursor: pointer;
    transition: 1s ease;
}
.div-container-4 .row .div-text-5:hover .icon {
    opacity: 1;
}
.div-container-4 .row .div-text-7 h2 {
    color: #fc561a;
}
.div-container-4 .row .div-text-7 img {
    height: 448px;
    width: 100%;
}
.div-container-4 .row .div-text-7 .img-Clothes {
    height: 340px;
    width: 100%;
}
.div-container-4 .col-md-6 .div-text-5 {
    height: 370px;
}
.div-container-5 .row .div-text-8 img {
    height: 300px;
    width: 100%;
}
#container-10 {
background-color: #ff6c37;
}
.div-container-10 {
    height: 220px;
}
.div-container-10 p {
font-size: 18px;
}
.div-container-10 h2 {
text-shadow: #000000 1px 1px 10px;
}
/* footer */
footer .row h2 {
    color: #fc561a;
}
footer .row p {
    font-size: 20px;
}
footer .row .links i {
    width: 50px;
    height: 50px;
}
footer .row ul li {
    list-style: none;
}
footer .row input[type="email"] {
    padding: 12px 20px;
    width: 70%;
}
footer .row .btn {
    background-color: #fc561a;
    padding: 8px 10px;
}
footer .row i {
    width: 50px;
    height: 50px;
}





















/* color scrol */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #fc561a;
}