body {
  background-color: #e2ded2;
  background-image: url(../img/bodyimage.png);
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html ::-webkit-scrollbar {
  width: 0.5vw !important;
}
html ::-webkit-scrollbar:hover {
  width: 0.8vw !important;
}
html ::-webkit-scrollbar-track {
  background-color: #ddc57c;
}
html ::-webkit-scrollbar-thumb {
  background-color: #765a33;
  border-radius: 15px;
}
html ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: linear-gradient(#c87e6b, #765a33);
  border: 1px solid white;
}
#Navbar {
  background-color: #c87e6b;
}
#Navbar .navdiv {
  position: relative;
  padding: 15px 0;
}
#Navbar .navdiv .logo {
  display: inline-block;
  margin-right: 30px;
}
#Navbar .navdiv .logo img {
  width: 100%;
  object-fit: contain;
}
#Navbar .navdiv ul {
  display: inline-block;
  list-style: none;
  text-align: center;
  transition: 0.5s ease-in-out;
}
#Navbar .navdiv ul li {
  display: inline-block;
  margin-right: 12px;
  transform: scale(1);
  transition: .3s;
  padding: 3px 18px;
  border-radius: 27px;
  border: 2px solid #c87e6b;
}
#Navbar .navdiv ul li a {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
}
#Navbar .navdiv ul .active {
  border: 2px solid white;
}
#Navbar .navdiv ul li:hover {
  border: 2px solid white;
  transform: scale(1.2);
}
#Navbar .navdiv #navbut {
  display: inline-block;
  float: right;
  color: white;
  margin-right: 8px;
  padding: 4px 0;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
#Navbar .navdiv #navbut span {
  display: block;
  margin: 4px 0;
  width: 30px;
  height: 5px;
  background-color: white;
  border-radius: 4px;
  transition: 0.5s;
}
#Navbar .navdiv .shop {
  display: inline-block;
  float: right;
  color: white;
  margin-right: 20px;
  font-size: 1.313rem;
  padding: 4px 0;
}
#Navbar .navdiv .user {
  display: inline-block;
  float: right;
  color: white;
  margin-right: 20px;
  font-size: 1.313rem;
  padding: 4px 0;
}
#navhead .col-md-6 {
  padding: 0;
}
#navhead .navhead-left {
  position: relative;
  text-align: center;
  padding: 47px 15px;
  margin-top: 62px;
}
#navhead .navhead-left h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(2.6rem, 5vw, 3.625rem);
  text-transform: capitalize;
  color: #484a4b;
}
#navhead .navhead-left h4 {
  margin-top: 15px;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 600;
  font-size: clamp(1rem, 5vw, 1.563rem);
  color: #765a33;
}
#navhead .navhead-left p {
  font-family: 'Josefin Slab', serif;
  font-weight: 400;
  font-size: clamp(1rem, 5vw, 1.563rem);
  color: #765a33;
  padding: 5px 70px;
  overflow: hidden;
  height: 150px;
}
#navhead .navhead-left a {
  display: inline-block;
  padding: 9px 24px;
  margin-top: 20px;
  border-radius: 20px;
  transition: 0.3s;
}
#navhead .navhead-left a:hover {
  background-color: #484a4b;
  color: white;
  transform: scale(1.1);
  box-shadow: 0 0 3px black;
}
#navhead .navhead-left .shop {
  margin-right: 15px;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #484a4b;
  text-decoration: none;
}
#navhead .navhead-left .active {
  background-color: #484a4b;
  color: white;
}
#navhead .navhead-left .read {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #484a4b;
  text-decoration: none;
}
#navhead .navhead-left .leafs1 {
  display: block;
  position: absolute;
  left: -60px;
  bottom: -285px;
  z-index: -1;
}
#navhead .navhead-left .leafs1 img {
  object-fit: cover;
}
#navhead .navhead-left .leafs2 {
  display: block;
  position: absolute;
  right: 60px;
  top: -30px;
}
#navhead .navhead-left .leafs2 img {
  object-fit: cover;
}
#navhead .navhead-right img {
  width: 100%;
  height: 665px;
  object-fit: cover;
}
#numb {
  background-color: #765a33;
  background-image: url(../img/bodyimage.png);
}
#numb .row {
  padding: 25px 0;
}
#numb .numb-desing {
  padding: 35px 0;
  text-align: center;
}
#numb .numb-desing span {
  display: block;
  color: white;
}
#numb .numb-desing .desing1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 3rem);
  font-weight: 700;
}
#numb .numb-desing .desing2 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 1.063rem;
  font-weight: 600;
  text-transform: capitalize;
}
#our .our-head {
  text-align: center;
  position: relative;
  margin-top: 30px;
  padding: 25px 0;
}
#our .our-head h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 5vw, 3.625rem);
  font-weight: 700;
  text-transform: capitalize;
  color: #484a4b;
}
#our .our-head p {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: clamp(1rem, 5vw, 1.563rem);
  font-weight: 600;
  color: #765a33;
}
#our .our-head .leaf1 {
  position: absolute;
  top: 50%;
  top: 30px;
  z-index: -1;
  left: 0;
}
#our .our-head .leaf2 {
  position: absolute;
  top: 50%;
  top: 30px;
  z-index: -1;
  right: 0;
}
#our .our-body .col-md-3 {
  width: 100%;
}
#our .our-body .owl-theme .owl-nav .owl-prev {
  font-size: 4rem !important;
}
#our .our-body .our-card {
  margin: 35px 0;
  box-shadow: 0 0 5px #484a4b;
}
#our .our-body .our-card img {
  width: 100%;
  object-fit: contain;
}
#our .our-body .our-card .heart {
  text-align: right;
  color: #c87e6b;
  background-color: #e6e3da;
  padding: 0 15px;
  padding-top: 15px;
}
#our .our-body .our-card .card-text {
  padding: 2px 25px;
  padding-bottom: 15px;
  background-color: #e6e3da;
}
#our .our-body .our-card .card-text h1 {
  margin-bottom: 0;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(0.9rem, 5vw, 1.875rem);
  color: #484a4b;
}
#our .our-body .our-card .card-text p {
  margin-bottom: 0;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 400;
  font-size: clamp(0.6rem, 5vw, 0.75rem);
  color: #765a33;
  text-align: justify;
  overflow: hidden;
  height: 70px;
}
#our .our-body .our-card .card-text a {
  display: inline-block;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 400;
  font-size: clamp(0.59rem, 5vw, 0.625rem);
  background-color: #454545;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  padding: 5px 20px;
  border-radius: 15px;
}
#how {
  margin: 100px 0;
  position: relative;
  overflow: hidden;
}
#how .howdesing1 {
  position: absolute;
  display: inline-block;
  left: -90px;
  top: 35px;
}
#how .howdesing2 {
  position: absolute;
  display: inline-block;
  right: -65px;
  bottom: -60px;
}
#how .how-head {
  text-align: center;
  position: relative;
  margin-top: 30px;
  padding: 25px 0;
}
#how .how-head h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 5vw, 3.625rem);
  font-weight: 700;
  color: #484a4b;
}
#how .how-head p {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: clamp(1rem, 5vw, 1.563rem);
  font-weight: 600;
  color: #765a33;
}
#how .how-body {
  padding: 30px 15px;
}
#how .how-body .how-video {
  position: relative;
}
#how .how-body .how-video .divtop {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 50%;
  height: 45%;
  border: 4px solid #765a33;
  z-index: -1;
}
#how .how-body .how-video .divright {
  position: absolute;
  bottom: -10px;
  left: -15px;
  width: 25%;
  height: 30%;
  background-color: #c87e6b;
  z-index: -1;
}
#offer .col-md-6 {
  padding: 0;
}
#offer .offerleft {
  background-color: #ddc57c;
  text-align: center;
  height: 390px;
  padding: 40px 0;
  position: relative;
}
#offer .offerleft span {
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(1rem, 5vw, 1.625rem);
  color: white;
  padding: 5px 28px;
  border-radius: 25px;
  text-transform: uppercase;
  background-color: #424242;
}
#offer .offerleft h1 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 900;
  font-size: clamp(8.5rem, 5vw, 10.25rem);
  color: #424242;
}
#offer .offerleft p {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 600;
  font-size: clamp(0.9rem, 5vw, 1.875rem);
  color: #424242;
  padding: 0 120px;
}
#offer .offerleft .offer1 {
  position: absolute;
  left: 10px;
  top: 100px;
}
#offer .offerleft .offer2 {
  position: absolute;
  right: 10px;
  top: 90px;
}
#offer .offerright {
  height: 390px;
}
#offer .offerright img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#flowerlist1 {
  margin: 100px 0;
}
#flowerlist1 .row {
  padding: 60px 0;
}
#flowerlist1 .col-md-7 {
  padding: 0;
}
#flowerlist1 .col-md-5 {
  padding: 0;
}
#flowerlist1 .flist-left {
  padding: 24px 24px;
  height: 580px;
  position: relative;
}
#flowerlist1 .flist-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 100%;
}
#flowerlist1 .flist-left .decor1 {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 15%;
  width: 25%;
  background-color: #c87e6b;
  z-index: -1;
}
#flowerlist1 .flist-left .decor2 {
  position: absolute;
  left: 5px;
  bottom: 5px;
  height: 40%;
  width: 40%;
  border: 3px solid #765a33;
  z-index: -1;
}
#flowerlist1 .flist-right {
  padding-left: 50px;
  padding-right: 10px;
  padding-top: 105px;
  height: 580px;
}
#flowerlist1 .flist-right h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 5vw, 3.625rem);
  font-weight: 700;
  color: #484a4b;
}
#flowerlist1 .flist-right p {
  font-family: 'Josefin Slab', serif;
  font-size: clamp(1rem, 5vw, 1.563rem);
  font-weight: 400;
  color: #765a33;
  overflow: hidden;
  height: 108px;
}
#flowerlist1 .flist-right a {
  display: inline-block;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: clamp(0.59rem, 5vw, 0.625rem);
  font-weight: 400;
  color: white;
  background-color: #454545;
  padding: 4px 12px;
  text-decoration: none;
  border-radius: 12px;
  text-transform: uppercase;
}
#flowerlist2 {
  margin: 100px 0;
}
#flowerlist2 .row {
  padding: 60px 0;
}
#flowerlist2 .col-md-5 {
  padding: 0;
}
#flowerlist2 .col-md-7 {
  padding: 0;
}
#flowerlist2 .flist-left {
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 105px;
  height: 580px;
}
#flowerlist2 .flist-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 5vw, 3.625rem);
  font-weight: 700;
  color: #484a4b;
}
#flowerlist2 .flist-left p {
  font-family: 'Josefin Slab', serif;
  font-size: clamp(1rem, 5vw, 1.563rem);
  font-weight: 400;
  color: #765a33;
  overflow: hidden;
  height: 108px;
}
#flowerlist2 .flist-left a {
  display: inline-block;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: clamp(0.59rem, 5vw, 0.625rem);
  font-weight: 400;
  color: white;
  background-color: #454545;
  padding: 4px 12px;
  text-decoration: none;
  border-radius: 12px;
  text-transform: uppercase;
}
#flowerlist2 .flist-right {
  padding: 24px 24px;
  height: 580px;
  position: relative;
}
#flowerlist2 .flist-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 10%;
}
#flowerlist2 .flist-right .decor1 {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 15%;
  width: 25%;
  background-color: #c87e6b;
  z-index: -1;
}
#flowerlist2 .flist-right .decor2 {
  position: absolute;
  right: 5px;
  bottom: 5px;
  height: 40%;
  width: 40%;
  border: 3px solid #765a33;
  z-index: -1;
}
#flowerlist3 {
  margin: 100px 0;
}
#flowerlist3 .row {
  padding: 60px 0;
}
#flowerlist3 .col-md-7 {
  padding: 0;
}
#flowerlist3 .col-md-5 {
  padding: 0;
}
#flowerlist3 .flist-left {
  padding: 24px 24px;
  height: 580px;
  position: relative;
}
#flowerlist3 .flist-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 19%;
}
#flowerlist3 .flist-left .decor1 {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 15%;
  width: 25%;
  background-color: #c87e6b;
  z-index: -1;
}
#flowerlist3 .flist-left .decor2 {
  position: absolute;
  left: 5px;
  bottom: 5px;
  height: 40%;
  width: 40%;
  border: 3px solid #765a33;
  z-index: -1;
}
#flowerlist3 .flist-right {
  padding-left: 50px;
  padding-right: 10px;
  padding-top: 105px;
  height: 580px;
}
#flowerlist3 .flist-right h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 5vw, 3.625rem);
  font-weight: 700;
  color: #484a4b;
}
#flowerlist3 .flist-right p {
  font-family: 'Josefin Slab', serif;
  font-size: clamp(1rem, 5vw, 1.563rem);
  font-weight: 400;
  color: #765a33;
  overflow: hidden;
  height: 108px;
}
#flowerlist3 .flist-right a {
  display: inline-block;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: clamp(0.59rem, 5vw, 0.625rem);
  font-weight: 400;
  color: white;
  background-color: #454545;
  padding: 4px 12px;
  text-decoration: none;
  border-radius: 12px;
  text-transform: uppercase;
}
#Form {
  text-align: center;
  margin: 30px 0;
}
#Form h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 5vw, 3.625rem);
  font-weight: 700;
  color: #484a4b;
  padding: 0 10vw;
}
#Form p {
  font-family: 'Josefin Slab', serif;
  font-size: clamp(1rem, 5vw, 1.563rem);
  font-weight: 400;
  color: #484a4b;
  padding: 0 11vw;
}
#Form form {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
#Form form input {
  height: 44px;
  padding-left: 25px;
  margin-top: 12px;
  width: 100%;
  display: block;
  background-color: #efefef;
  border: 2px solid #b0b0b0;
  outline: none;
  transition: 0.3s;
}
#Form form input:focus {
  border: 2px solid #c87e6b;
}
#Form form textarea {
  padding-left: 25px;
  padding-top: 20px;
  margin-top: 12px;
  display: block;
  width: 100%;
  background-color: #efefef;
  border: 2px solid #b0b0b0;
  outline: none;
  transition: 0.3s;
}
#Form form textarea:focus {
  border: 2px solid #c87e6b;
}
#Form form button {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: white;
  background-color: #c87e6b;
  padding: 10px 25px;
  border-radius: 22px;
  text-transform: uppercase;
  border: none;
  margin-top: 24px;
}
#fouter {
  background-color: #424242;
  padding: 50px 0;
}
#fouter .fouter-desing {
  padding: 28px 0;
}
#fouter .fouter-desing h1 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.313rem);
  font-weight: 700;
  color: white;
  text-transform: capitalize;
}
#fouter .fouter-desing ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
#fouter .fouter-desing ul li {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: clamp(1rem, 5vw, 1.563rem);
  font-weight: 400;
  transition: 0.3s;
}
#fouter .fouter-desing ul li a {
  text-decoration: none;
  color: white;
}
#fouter .fouter-desing ul li:hover {
  transform: translateX(10px);
}
#fouter .fouter-social {
  text-align: right;
}
#fouter .fouter-social span {
  display: inline-block;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 5vw, 1.563rem);
  color: white;
  margin-right: 26px;
}
#fouter .fouter-social .social-icon {
  display: inline-block;
}
#fouter .fouter-social .social-icon a {
  margin-left: 15px;
  font-size: 1.563rem;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: white;
  width: 45px ;
  height: 45px;
  border-radius: 50%;
  border: 3px solid white;
  transition: 0.3s;
}
#fouter .fouter-social .social-icon i {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#fouter .fouter-social .social-icon a:hover {
  color: #424242;
  border: 3px solid #424242;
  background-color: white;
}
@media screen and (max-width: 992px) {
  #Navbar {
    transition: 0.5 ease-in-out;
  }
  #Navbar .navdiv {
    position: relative;
  }
  #Navbar .navdiv ul {
    position: absolute;
    left: -1000px;
    width: 100%;
    display: block;
    list-style: none;
    text-align: center;
    background-color: rgba(200, 126, 107, 0.9);
    padding: 15px;
    border-radius: 0 0px 24px 24px;
    z-index: 9;
  }
  #Navbar .navdiv ul li {
    display: block;
    margin: 15px 10px;
    transform: scale(1);
    transition: .3s;
    padding: 3px 18px;
    border-radius: 27px;
    border: 2px solid rgba(200, 126, 107, 0);
  }
  #Navbar .navdiv ul li a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    color: white;
  }
  #Navbar .navdiv ul .active {
    border: 2px solid white;
  }
  #Navbar .navdiv ul li:hover {
    border: 2px solid white;
    transform: scale(1.05);
  }
  #Navbar .navdiv .menu-responsive {
    left: 0;
  }
  #Navbar .navdiv .is-active span:nth-child(2) {
    opacity: 0;
  }
  #Navbar .navdiv .is-active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  #Navbar .navdiv .is-active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  #navhead .navhead-left {
    margin-top: 0;
  }
  #offer .offerleft p {
    padding: 0 70px;
  }
}
@media all and (max-width: 768px) {
  #navhead .navhead-left {
    margin-top: 90px;
  }
  #navhead .navhead-left p {
    padding: 5px 30px;
  }
  #offer .offerleft {
    padding: 50px 0;
  }
  #offer .offerleft p {
    padding: 0 50px;
  }
  #Form h1 {
    padding: 0 5vw;
  }
  #Form p {
    padding: 0 2vw;
  }
}
