body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

/* header area css*/

.nav {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.88);
    transition: all 0.4s ease-in-out;
    color: #fff;
}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-top: 0;
    background-color: #fff !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}



.navbar li.nav-item {
    padding: 0 12px;
}

.navbar-brand {
    color: #E46200;
}

.navbar a.nav-link {
    color: #fff;
    font-weight: 500;
    transition: all 0.2s;
}

.sticky a.nav-link {
    color: #000;
}

.navbar a.nav-link:hover {
    color: #E46200;
    transition: all 0.2s;
}


.navbar-nav {
    align-items: center;
}

.nav-btn {
    background-color: #E46200;
    border: solid 2px #E46200;
    padding: 6px 20px;
    border-radius: 7px;
    color: #fff;
    transition: all .5s;
}

.nav-btn:hover {
    background-color: #fff;
    transition: all .5s;
}

a {
    color: #E46200;
}

.banner-btn {
    background-color: #E46200;
    border: solid 2px #E46200;
    padding: 14px 30px;
    border-radius: 7px;
    color: #fff;
    transition: all .5s;
}

.banner-btn:hover {
    background-color: #fff;
    color: #E46200;
    transition: all .5s;
}

.banner-bg {
    background: rgba(20, 16, 16, 0.9) url(img/background1jpg.jpg);
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    animation: change 20s infinite ease-in-out;
}

@keyframes change {
    0% {
        background-image: url(img/banner4.jpg);
    }

    20% {
        background-image: url(img/banner6.jpg);

    }

    40% {
        background-image: url(img/background2.jpg);
    }

    60% {
        background-image: url(img/banner2.jpg);
    }
}




h1 {
    color: #E46200;
}

.featured-img {
    border: solid 2px #000;
    padding: 20px;
    border-radius: 7px;
    height: 100%;
}

.featured-img h4 {
    background-color: #000;
    padding: 10px;
    color: #fff;
    border-radius: 7px;
    text-align: center;

}

.amount {
    text-decoration: none;

}

.discount {
    color: rgba(0, 0, 0, 0.63);
}

.popular-bg {
    background-color: rgba(0, 0, 0, 0.74);
}

.popular-card {
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 7px;
    height: 100%;
}

.popular-card:hover h3 {
    color: #E46200;
}

.popular {
    border: solid 2px #000;
    padding: 20px;
    border-radius: 7px;
}

.popular-price {
    color: #E46200;
    text-decoration: none;

}

.popular img:hover {
    /*    transform:rotate(90deg);*/
    transition: all 3s;
}

.img-style {
    position: relative;
}

.img-style .img-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    opacity: 0;
    transition: all .6s;

}

.img-style:hover .img-2 {
    opacity: 1;
    transition: all .6s;

}


.img-style:hover .img-1 {
    opacity: 0;
    transition: all .6s;

}

.photo-album {
    display: flex;
    flex: wrap;
    padding-bottom: 30px;
}

.photo-frame {
    width: 300px;
    height: 206px;

    border-radius: 7px;
    position: relative;
    margin: 10px;
    overflow: hidden;
    border: solid 2px rgba(121, 114, 109, 0.28);



}

.photo-frame .photo img {
    width: 100%;
    transition: all .6s;
}

.photo-frame:hover .photo img {
    transform: scale(1.2);
    transition: transform 1s;
    transition: all .6s;
}

.photo-details {
    position: absolute;
    display: none;
    width: 285px;
    height: 190px;
    top: 0;
    border-radius: 7px;
}

.photo-frame:hover .photo-details {
    display: block;
    background-color: rgba(21, 18, 18, 0.41);
    width: 100%;
    height: 100%;
    transition: all .6s;

}

.photo-frame:hover .photo-details h3 {
    padding: 20px;
    color: #E46200;
    text-align: center;


}

.photo-frame:hover .photo-details ins {
    color: rgba(228, 98, 0, 0.8);
    text-align: center;
    padding: 120px 100px;


}

ins {
    text-decoration: none;
}

.top-gun-bg {
    background-color: rgba(0, 0, 0, 0.83);
    padding-bottom: 20px;
}

.top-rate-icon i {
    color: #E46200;
    text-align: center;
}

.logo-img img {
    filter: grayscale(1);
    margin: 0 auto;

}

.logo-img img:hover {
    filter: grayscale(0);
    transition: .4s all;
}


.logo-img {
    width: 180px;

}

.about-bg {
    background: rgba(20, 16, 16, 0.9) url(img/photo3.jpg);
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    height: 90vh;
    display: flex;
    align-items: center;
    color: #fff;
    background-attachment: fixed;

}



.img-box2 {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.img-box2 h5 {
    text-align: center;
}

.blog-btn {
    border: solid 2px #E46200;
    padding: 10px 20px;
    border-radius: 7px;
    background-color: #E46200;
    color: #fff;
    text-align: center;
    transition: all 0.4s;

}

.blog-btn:hover {
    background-color: #fff;
    color: #E46200;
    transition: all 0.4s;
}


.blog-text {
    border-left: solid 2px rgba(188, 106, 44, 0.39);
    border-right: solid 2px rgba(188, 106, 44, 0.39);
    border-bottom: solid 2px rgba(188, 106, 44, 0.39);
    padding: 20px 10px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;

}

.img-box2 {
    overflow: hidden;
    transition: all 0.4s;


}

.img-box2 img {
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 5px;
    transition: all 0.4s linear;


}

.img-box2 img:hover {
    transform: scale(1.2);
    transition: all 0.4s linear;
    display: block;
    border-radius: 7px;

}

h5 {
    color: #E46200;
}





.testimonial-img {

    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin-top: -50px;
}

.testimonial {
    border-radius: 80%;
    margin-left: 102px;
}

span {
    color: #E46200;
}

.testimonial-card {
    border: solid 2px rgba(178, 121, 79, 0.20);
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    transition: all .6s;
    height: 100%;
}

.testimonial-card:hover {
    border: solid 2px rgba(228, 98, 0, 0.66);
    border-radius: 5px;
    transition: all .6s;
}

.testimonial-card:hover h4 {
    color: #E46200;
    transition: all .6s;
}

.testimonial-icon i {
    color: #E46200;
}

.footer-bg {
    background-color: rgba(0, 0, 0, 0.86);
    color: #fff;
    padding: 40px 0;
}

.footer-icon {
    font-size: 25px;

}

.icon {
    background-color: #2e2b2b;
    padding: 6px 10px;
    border-radius: 50%;
    margin-right: 10px;
    transition: all .4s;
}

.icon:hover {
    background-color: #E46200;
    transition: all .4s;
}

h2 {
    color: #E46200;
}

.footer-list a {
    color: #fff;
}

.footer-item {
    transition: all .4s;
}

.footer-item:hover a {
    color: #E46200;
    transition: all .4s;

}

.contact-menu i {
    font-size: 25px;
    padding: 6px 11px;
}

.contact-menu a {
    color: #fff;
}

.contact-menu a:hover {
    color: #E46200;
}

@media screen and (max-width: 600px) {

    .about-bg {
        height: auto;
    }

}
