/* @copyright Tarique Alam */

* {
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    width: 5px;
    background: transparent;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #8b6445;
    border-radius: 0px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body {
    font-family: 'Poppins', sans-serif;
}

.navbar {
    padding: 0;
}

.header-top {
    background-color: #8b6445;
}

.header-top p {
    color: #ffffff;
    text-align: center;
    margin: 0;
    font-size: 14px;
    padding: 6px 0;
    display: block;
}

header {
    padding: 0 40px;
}

.navbar-collapse {
    justify-content: end;
}

.navbar-collapse .nav-item .nav-link {
    color: #565656;
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
}

.navbar-brand {
    font-size: 32px;
    color: #8b6445;
    font-weight: 700;
}

.navbar-brand:hover {
    color: #8b6445;
}

.carousel-indicators [data-bs-target] {
    width: 18px;
    border-radius: 50% !important;
    height: 17px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #8b6445;
    opacity: 1 !important;
}

.carousel-indicators .active {
    background-color: #ffffff !important;
}

.btn-book {
    background-color: #8b6445;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    border: none;
    line-height: 0;
    height: 36px;
    border-radius: 6px;
    margin-left: 10px;
}

.btn-list {
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 500;
    color: #3a3a3a;
    line-height: 0;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #b7b7b7;
    margin-left: 8px;
    background-color: #f6f6f6;
}

.banner-slider .carousel-item img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    object-position: center;
}

.navbar-toggler {
    padding: 0 !important;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 30px;
    height: 21px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-color: transparent;
    background-size: 100% 100%;
    background-image: url(../img/hamburger.png);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.banner-text {
    position: absolute;
    z-index: 99999;
    top: 35%;
    margin: 0 40px;
    width: 600px;
}

.banner-text span {
    font-size: 34px;
    font-weight: 500;
}

.carousel-item h1 {
    color: white;
    font-size: 42px;
    font-weight: 600;
    text-shadow: 2px 2px 13px #272727a8;
}

.categories {
    padding: 70px 0;
}

.heading-section {
    margin-bottom: 20px;
}

.heading-section h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #8b6445;
    margin-bottom: 15px;
}

.heading-section p {
    text-align: center;
    margin: 0;
    font-size: 16px;
    color: #898989;
    font-weight: 500;
    margin-bottom: 55px;
}

.draftone h3 {
    font-size: 22px;
    font-weight: 600;
    color: #8b6445;
    padding-left: 15px;
    padding-top: 15px;
}

.draftone p {
    font-size: 14px;
    font-weight: 400;
    color: #5e5e5e;
    padding-right: 20px;
    padding-left: 15px;
    padding-top: 5px;
}

.draftone img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.padding0 {
    padding: 0;
}

.bestseller {
    padding: 10px 0 55px 0;
}

.sellerdiv {
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px 0px #d0d0d0b8;
    border-radius: 15px;
}

.sellerinner {
    background-color: #e8e8e880;
    padding: 20px 20px;
    text-align: left;
    border-radius: 0px 0px 15px 15px;
}

.sellerdiv img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
}

.sellerdiv span {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0;
}

.sellerdiv p {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0;
}

.offer-heading {
    margin-bottom: 55px;
}

.offers {
    padding: 0px 0 55px 0;
}

.offersdev {
    margin-bottom: 30px;
}

.offersdev img {
    width: 100%;
    object-fit: cover;
    height: 380px;
    object-position: top;
}

.Services {
    padding: 55px 0;
    background-color: #f3f3f39c;
}

.servicesDev {
    text-align: center;
    padding: 35px;
    box-shadow: 0px 0px 20px 0px #b6b6b65c;
    border-radius: 15px;
    background-color: #ffffff;
    margin-bottom: 30px;
    transition: transform 250ms;
    height: 300px;
}

.servicesDev:hover {
    box-shadow: 0px 20px 22px 0px #b6b6b69c;
    transition: 0.5s;
    transform: translateY(-5px) !important;
}

.servicesDev img {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    object-fit: cover;
}

.servicesDev h4 {
    margin: 22px 0 5px 0;
    font-size: 18px;
    font-weight: 600;
}

.servicesDev p {
    margin: 12px 0 5px 0;
    font-size: 14px;
    font-weight: 500;
}

.arrivals {
    padding: 55px 0 60px;
}

.testimonials {
    padding: 55px 0 85px;
    background-color: #f3f3f39c;
}

.testimonials .carousel-control-prev-icon {
    background-image: url(../img/right.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    transform: rotate(180deg);
}

.testimonials .carousel-control-next-icon {
    background-image: url(../img/right.png);
    background-size: contain;
    width: 30px;
    height: 30px;
}

.testimonials .carousel-control-next,
.carousel-control-prev {
    background-color: #f8f8f8;
    opacity: 1 !important;
}

.testimonialsPara p {
    text-align: center;
    padding: 0 30px;
    margin-bottom: 20px;
}

.testimonialsPara img {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 45px;
    width: 30px;
}

.testimonials .carousel-indicators [data-bs-target] {
    width: 10px;
    border-radius: 50% !important;
    height: 9px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #8b6445;
    opacity: 1 !important;
}

.testimonials .carousel-indicators .active {
    background-color: #ffffff !important;
    border: 1px solid #8b6445;
    top: 9px;
    width: 9px;
    height: 9px;
    position: relative;
}

.testimonials .carousel-indicators {
    bottom: -50px;
}

.testimonialsPara span {
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #8b6445;
    color: white;
    cursor: pointer;
    padding: 4px 9px;
    border-radius: 25%;
    width: 40px;
    text-align: center;
    height: 40px;
    box-shadow: 0px 0px 10px 0px #acacac91;
    transition-duration: 0.3s;
    transform: translateY(3px);
}

#myBtn:hover {
    background-color: #8b6445;
    transform: translateY(-3px);
}

footer {
    padding: 60px 0 0;
}

.footerdev {}

.footerdev h5 {
    font-size: 32px;
    color: #8b6445;
    font-weight: 700;
    margin-bottom: 20px;
}

.footerdev p {
    font-size: 14px;
    font-weight: 400;
    color: #5e5e5e;
    padding-right: 25px;
}

.footerlink h4 {
    font-size: 18px;
    color: #8b6445;
    margin-bottom: 30px;
    font-weight: 600;
}

.footerlink ul {
    padding: 0;
}

.footerlink ul li {
    display: block;
}

.footerlink ul li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 12px;
    display: block;
    color: #000000;
}

.social-icon ul {
    padding: 0;
}

.social-icon ul li {
    display: inline-block;
    margin: 0 12px 0 0;
}

.social-icon ul li a img {
    width: 24px;
}

.copyright {
    border-top: 1px solid #d5d5d5;
    margin-top: 25px;
}

.copyright p {
    display: block;
    text-align: center;
    margin: 20px auto;
    font-size: 14px;
}

.appstore {
    padding: 60px 0 10px;
    background-color: #ffffff;
    border-bottom: 1px solid #8b644524;
}

.appstore ul {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.appstore ul li {
    display: inline-block;
}

.appstore a img {
    transition-duration: 0.3s;
    transform: translateY(3px);
    margin: 0 5px;
}

.appstore a img:hover {
    transform: translateY(-3px);
}

.downlode-sec {
    padding: 0;
    margin: 0;
}

.downlode-sec img {
    width: 35px;
    height: 35px;
    position: relative;
    object-fit: cover;
    transition-duration: 0.3s;
    transform: translateY(2px);
    top: -2px;
}

.downlode-sec img:hover {
    transform: translateY(-3px);
}

.downlode-sec li {
    display: block;
    margin-left: 20px;
}

@media screen and (max-width: 1600px) {
    .banner-slider .carousel-item img {
        height: 620px;
    }
}

@media screen and (max-width: 1400px) {
    .banner-slider .carousel-item img {
        height: 620px;
    }
}

@media screen and (max-width: 1100px) {
    header {
        padding: 0 10px;
    }
    .navbar-collapse .nav-item .nav-link {
        padding: 0 10px;
    }
}

@media screen and (max-width: 991px) {
    header {
        padding: 0 0px;
    }
    .navbar-collapse .nav-item .nav-link {
        padding: 10px 0px;
    }
    .downlode-sec li {
        display: block;
        margin-right: 20px;
        margin-top: 20px;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .navbar-brand {
        font-size: 28px;
    }
    .banner-slider .carousel-item img {
        height: 400px;
    }
    .carousel-indicators [data-bs-target] {
        width: 10px;
        border-radius: 50% !important;
        height: 10px;
    }
    .top-btn {
        margin-top: 10px;
    }
    .banner-text {
        top: 35%;
        margin: 0 20px;
        width: 90%;
    }
    .carousel-item h1 {
        font-size: 36px;
    }
    .btn-book {
        margin-left: 0px;
    }
    .categories {
        padding: 55px 0;
    }
    .heading-section h2 {
        font-size: 28px;
        margin-bottom: 14px;
    }
    .col-margin {
        margin-bottom: 15px;
    }
    .padding0 {
        padding: 0 15px;
    }
    .draftone h3 {
        padding-left: 0px;
    }
    .draftone p {
        padding-left: 0px;
    }
}

@media screen and (max-width: 768px) {
    .offersdev img {
        object-position: left;
    }
    .testimonials .carousel-control-next,
    .carousel-control-prev {
        width: 5%;
    }
    .banner-text {
        top: 25%;
    }
}

@media screen and (max-width: 551px) {}