@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smotthing: antialiased;
    font-family: 'Roboto', sans-serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font {
    font-family: 'Roboto Slab', serif;
}

.size1 {
    font-size: 28px;
}

.bg {
    background-color: #D26501;
}

.bg1 {
    background-color: #FFF7E2;
}

.bg2 {
    background-color: #781A1A;
}

.bg3 {
    background-color: #350E0E;
}

.color {
    color: #781A1A;
}

.color1 {
    color: #2D2D2D !important;
}

.color2 {
    color: #D26501;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}

/****************header */

.line {
    height: 5px;
    opacity: 1;
}

header .top_header .searchbox {
    background-image: url(../images/search-new.png);
    background-repeat: no-repeat;
    background-position: 273px center;
    background-size: 20px 20px;
    width: 305px;
    border: 1px solid #2D2D2D;
}

header .logo {
    width: 107px;
}

nav {
    position: relative;
    z-index: 99;
    width: 100%;
}

nav .wrapper {
    position: relative;
    height: 60px;
    line-height: 60px;
}

nav .wrapper .logo a {
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

nav .wrapper .nav-links {
    display: inline-flex;
}

nav .nav-links li {
    list-style: none !important;
}

a {
    color: var(--bs-link-color);
    text-decoration: none !important; 
}

nav .nav-links li a {
    color: white;
    font-weight: 500;
    padding-right: 44px;
    transition: all 0.5s ease;
}

nav .nav-links li a:hover {
    color: #781A1A;
}

nav .nav-links .mobile-item {
    display: none;
}

nav .nav-links .drop-menu {
    position: absolute;
    width: 280px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    margin-top: -11px;
    visibility: hidden;
    background-color: #FFF7E2;
}

nav .nav-links li:hover .drop-menu,
nav .nav-links li:hover .mega-box {
    transition: all 0.5s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

nav .drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
    color: #2D2D2D !important;
}

nav .mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    /* padding: 0 30px; */
    top: 112px;
    opacity: 0;
    visibility: hidden;
    margin-top: -11px;
    line-height: 24px !important;
    font-family: 'Roboto', sans-serif !important;
}

nav .mega-box .content {
    /* background: #242526; */
    padding: 14px 10px;
    /* display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); */
}

/* nav .mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
    line-height: 0px;
} */

/* nav .content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* nav .content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
} */

nav .content .row .mega-links {
    margin-left: -40px;
    /* border-left: 1px solid rgba(255, 255, 255, 0.09); */
}

nav .row .mega-links li {
    padding: 10px 20px;
}

nav .mega-box .content .border-right {
    border-right: 1px solid #2d2d2d32;
}

nav .mega-box .content li, nav .mega-box .content li a {
    color: #2D2D2D !important;
}

nav .mega-box .content li a {
    padding-left: 10px;
    transition: all 0.5s ease;
    display: inline-block;
    width: 100%;
	font-size: 14px;
}

nav .mega-box .content li a:hover,nav .drop-menu li a:hover {
    color: white !important;
    /* padding-left: 20px; */
    background-color: #781A1A;
   
}

nav .mega-box .content h5 {
    /* background-color: #781A1A;
    padding: 5px 9px; */
    padding: 1px 9px;
    color: #781A1A;
    /* border-radius: 7px; */
     font-family: 'Roboto', sans-serif !important;
}

nav .mega-box .content .her {
    color: #D26501;
}

/* nav .row .mega-links li a {
    padding: 0px;
    padding: 10px 20px;
    display: block;
    color: #2D2D2D !important;
} */

/* nav .row .mega-links li a:hover {
    color: #f2f2f2;
} */

nav .wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

nav .wrapper .btn.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

nav input {
    display: none;
}

/******************banner */

section.banner .card-img-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.43) 33.39%, rgba(0, 0, 0, 0.00) 48.55%);
}

section.banner .card .text {
    width: 41%;
}

section.banner .card img {
    object-fit: cover;
}

.btn1,
.btn2 {
    padding: 7px 12px;
    display: inline-block;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.5s ease;
    border: 1px solid transparent;
}

.btn1:hover {
    background-color: transparent;
    border: 1px solid white;
}

.btn2:hover {
    background-color: transparent;
    border: 1px solid #D26501;
    color: #D26501 !important;
}

.btn2 svg {
    transition: all 0.5s ease;
}

.btn2:hover svg path {
    fill: #D26501;
}

.carousel-indicators [data-bs-target] {
    width: 14px;
    height: 6px;
    border: 1px solid transparent;
    border-radius: 27px;
}

.carousel-indicators .active {
    width: 28px;
}

/*****************about */

section.about, section.arrivals {
    overflow: hidden;
    position: relative;
}

.flower1 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.flower2 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
}

.flower1 img,
.flower2 img, .flower3 img, .flower4 img {
    width: 150px;
}

section.about h2 {
    font-size: 28px;
    width: 90%;
}

section.about p {
    width: 90%;
}

/*****************collection */

section.collection, section.testimonial {
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
}

section.collection .card {
    overflow: hidden;
    border-radius: 20px;
}

section.collection .card img {
    border-radius: 20px;
    object-fit: cover;
    z-index: 2;
    position: relative;
    transition: all 4s ease !important;
}

section.collection .card:hover img {
    transform: scale(1.1) !important;
    /*filter: grayscale(100%);*/
}

section.collection .collec1 {
    height: 100%;
}

section.collection .card-img-overlay {
    padding: 26px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.58) 32.02%, rgba(217, 217, 217, 0.00) 60.09%);
    border-radius: 20px;
    z-index: 2;
}

section.collection .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

.flower3, .flower5 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.flower4 {
    position: absolute;
    right: 0;
    top: 0;
}

.flower5 {
    right: 0;
    left: auto;
}

.flower5 img {
    width: 95px;
}

/*****************arrivals */

section.arrivals .card, section.seller .card {
    box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.17);
    padding: 1rem;
    border-radius: 20px;
}

section.arrivals .card img, section.seller .card img {
    /*object-fit: cover;
    height: 260px;*/
    border-radius: 15px;
}

section.arrivals .card .flex a, section.seller .card .flex a {
    flex: 1;
}

.btn3 {
    background-color: transparent;
    border: 1px solid #2D2D2D;
    padding: 7px 12px;
    display: inline-block;
    border-radius: 8px;
    transition: all 0.5s ease;
}

.btn3:hover {
    background-color: #2D2D2D;
    border: 1px solid transparent;
    color: white !important;
}

.btn3 svg {
    transition: all 0.5s ease;
} 

.btn3:hover svg path {
    fill: white;
}

.slider-indicators-round .slider-indicators>*, .slider-indicators-round.slider-indicators>* {
    width: 14px;
    border: 5px solid transparent;
    border-radius: 17px;
    background-color: #FFA7A7;
}

.slider-indicators>.active {
    background-color: #781A1A;
    width: 20px;
}

/*****************handicraft */

section.handicraft .box {
    padding: 3rem;
}

section.handicraft h2 {
    width: 80%;
}

section.handicraft .btn2, section.get .btn2 {
    background-color: white;
    border: 1px solid transparent;
    width: 174px;
}

section.handicraft .btn2:hover svg path,  section.get .btn2:hover svg path {
    fill: white !important;
}

section.handicraft .btn2:hover, section.get .btn2:hover {
    background-color: transparent;
    border: 1px solid white;
    color: white !important;
}

section.handicraft .card-img-overlay {
    background: rgba(0, 0, 0, 0.27);
}

/*****************testimonial */

section.testimonial .card {
    background-color: transparent;
    border: 1px solid #2D2D2D;
    border-radius: 15px;
    padding: 2rem 1.5rem;
    width: 915px;
    margin: 0 auto;
}

section.testimonial .card-body {
    margin-top: 34px;
}

section.testimonial .card img {
    width: 110px;
}

/*****************map */

section.get .form_box {
    padding: 2rem;
}

section.get .form-control {
    border: 1px solid white;
    background-color: transparent;
    color: white;
}

section.get .form-control::placeholder {
    color: white;
}

/*****************footer */

footer .social a {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

footer .navigation li {
    list-style: disc !important;
    margin-left: 1.2rem;
}