body {
    padding: 0;
    margin: 0;
}

.navbar-brand {
    font-family: 'Righteous', cursive;
    text-shadow: 3px 4px 4px black;
}

ul li a:hover {
    background-color: red;
    border-top-left-radius: 13px;
    border-bottom-right-radius: 13px;
    transition: 0.6s;
}

ul li a {
    font-family: 'Righteous', cursive;
    text-shadow: 3px 4px 4px black;
}

.menu-icon {
    text-shadow: 3px 4px 4px black;
    color: white;
}

#open-menu {
    transition: 0.7s;
}

.icon {
    color: red;
    font-size: 21px;
    text-shadow: 1px 2px 2px black;
}

.img-box {
    width: 100%;
    height: 700px;
}

.carousel-item img {
    width: 100%;
    height: 700px;
}

.tag {
    position: absolute;
    top: 170px;
    left: 260px;
}

.tag h1 {
    color: red;
    font-family: 'Righteous', cursive;
}

.tag h2 {
    font-family: 'Righteous', cursive;
}

.tag div {
    margin-left: -40px !important;
}

.tag button {
    position: absolute;
    left: 10px;
    font-family: 'Righteous', cursive;
}


/* hero-two */

.hero-two {
    background-color: #fff;
    z-index: 1;
    margin-top: -65px;
}

.hero-two h1 {
    font-family: 'Righteous', cursive;
}

.shop-with-us {
    background-color: navy;
    width: 100%;
    height: 100%;
    box-shadow: 3px 4px 4px black;
}

.shop-with-us h2 {
    color: white;
    font-size: 16px;
    font-family: 'Righteous', cursive;
    text-shadow: 3px 4px 4px black;
}

.shop-with-us span {
    color: white;
    font-family: sans-serif;
    font-family: 'Righteous', cursive;
}


/* new arrival coding */

.new-arrive {
    background-color: dodgerblue;
}

.new-arrive h1 {
    font-family: 'Righteous', cursive;
    text-shadow: 3px 4px 4px black;
}

.new-arrive button {
    font-family: 'Righteous', cursive;
}

html {
    scroll-behavior: smooth;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 700px;
}


/* product section */

.product {
    background-color: white;
}

.product button {
    font-family: 'Righteous', cursive;
}

.img-box-filter {
    width: 100%;
    border: 10px solid white;
    box-shadow: 0px 0px 10px grey;
}

.img-col {
    padding-top: 20px;
    padding-bottom: 20px;
}

.img-box-filter span {
    font-size: 25px;
}

.img-box-filter h4 {
    font-family: 'Righteous', cursive;
}

.btn-group .btn {
    box-shadow: 0px 0px 3px black;
    border-style: none !important;
}

.btn:focus {
    box-shadow: none;
    background-color: black;
    color: white;
}


/* footer */

.footer {
    background-color: #17a2b8;
}

.footer h4 {
    font-family: 'Righteous', cursive;
    text-shadow: 3px 4px 4px black;
}

.f-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.f-ul li a {
    color: white;
    text-decoration: none;
    line-height: 35px;
}

.f-ul li a:hover {
    border-radius: none;
    background: none !important;
}

.footer .btn {
    position: absolute;
    right: 10px;
    background-color: red;
    color: white;
}

.input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.start {
    position: absolute;
    left: 140px;
    margin-top: 20px;
}

.main-font {
    font-family: 'Righteous', cursive;
}


/* furniture and electronic */

.furniture {
    background-image: linear-gradient(white, red);
}

.img-box-filter-furniture {
    width: 100%;
    background-color: white;
    border: 10px solid white;
    box-shadow: 0px 0px 10px grey;
}

.laptop {
    background-image: linear-gradient(white, blue);
}


/* newsletter */

.newsletter {
    background-color: white;
}