* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

/* Navbar Start */

.sm-icons {
  flex-direction: row;
}

.sm-icons .nav-link {
  padding-right: 1em;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #000000 !important;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

ul.dropdown-menu.show {
  border: none;
}

.navbar-expand-md {
  background: #ffe8a5;
  width: 100%;
  height: 40px;
  top: -3px;
  margin: 0;
  padding: 0;
}

.navbar-tittle {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  color: #7a0000 !important;
}

.btn-successs {
  width: 120px;
  background-color: #7a0000;
  color: white;
  height: 36px;
  padding: 0px;
}

.btn-successs:hover {
  border: 1px solid #7A0000;
  color: #7A0000;

}

.nav-logo-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  color: #7a0000;
  margin-top: 5px;
}

.about-Us {
  margin-top: 14px;
  color: black;
}

/* .dropdown-toggle {
  margin-top: 14px;
  color: black;
} */

/* Navbar End */

/* Banner Section Start */
.ban_sec {
  width: 100%;
}

.ban_img {
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ban_img img {
  width: 100%;
  height: 500px;
}
.ban_text-new{
  top: 50%;
  left: 6%;  
}
.ban_text {
  position: absolute;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ban_text strong {
  color: #fff;
  text-transform: uppercase;
}

.banner-p {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.ban_text strong span {
  font-size: 44px;
  font-weight: 600;
  line-height: 66px;
}

.ban_text p {
  font: 400 25px/30px "Montserrat", sans-serif;
  color: #fff;
  margin: 7px 0 25px;
}

.ban_text a {
  display: inline-block;
  font: 800 19.39px/24px "Montserrat", sans-serif;
  background: #282828;
  border-radius: 26px;
  color: #fff;
  padding: 12px 28px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.ban_text a:hover {
  background: #50af47;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ban_text p {
    font-size: 21px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ban_text p {
    font-size: 17px;
  }

  .ban_text strong {
    font-size: 50px;
    line-height: 60px;
  }

  .ban_text strong span {
    font-size: 37px;
  }

  .ban_text a {
    font-size: 16px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .ban_text strong {
    font-size: 35px;
    line-height: 40px;
  }

  .ban_text strong span {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 2px;
  }

  .ban_text p {
    font-size: 14px;
    line-height: 20px;
  }

  .ban_text a {
    font-size: 13.39px;
    line-height: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .ban_img img {
    min-height: 290px;
    object-fit: cover;
  }
}

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

  .ban_text strong {
/*    background: rgba(0, 0, 0, 0.8);*/
    padding: 10px;
    width: 100%;
    display: block;
  }

  #contact-us {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background-size: cover;
    background-image: url(img/thinly-sliced-onions-reveal-delicate-lines-varying-shades-purple-within\ 1.png);
  }

  .readmore-btn::before {
    content: "\f140";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    width: 90px;
    height: 90px;
    background: #c66c6c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 4% !important;
    border: 10px solid #fff;
    color: #fff;
    margin-top: 10px;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 34%;
  }
}

@media only screen and (max-width: 480px) {
  #clockdiv>div {
    font-size: 26px !important;
  }

  .ban_text {
    position: absolute;
    top: 36% !important;
    left: 6%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .ban_imgg img {
    width: 100%;
    height: 202px !important;
  }

  .ban_img img {
    width: 100%;
    height: 100px;
  }

  /* .dropdown-toggle{
    display: inline-block;
    margin-left: 74% !important;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
} */
  .navbar-tittle {
    display: none;
  }

  /* .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding-top: 32px;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
} */
  .sm-icons {
    flex-direction: row;
    justify-content: center;
  }

  img.d-inline-block {
    height: 60px !important;
    width: 80px !important;
  }

  .nav-logo-text {
    font-size: 11px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    color: #7a0000;
    margin-top: 0px;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 36%;
  }

  .ban_text strong span {
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 1px;
  }

  #footer ul {
    list-style-type: none;
    margin: 1em auto;
    margin-left: 0px;
    display: flex;
    /* justify-content: center; */
  }

  .ban_text {
    left: 2%;
  }
}

/* Banner Section End */

/* Choose Your Preference Section Start */
#chooseYourPreference {
  margin-top: 100px;
}

.heading-h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 45px;
  letter-spacing: 0em;
}

.business-acc {
  background-image: url("img/Rectangle\ 29.png");
  padding-top: 40px;
  height: 300px;
  text-align: center;
  background-repeat: no-repeat;
}

.margin-h1 {
  text-align: center;
  color: white;
  font-size: 36px;
  font-weight: 500;
  padding-bottom: 40px;
  line-height: 54px;
  letter-spacing: 0em;
}

.busines-tet {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

/* Choose Your Preference Section End */

/* Choose Your Auction Start */

#chooseYourAuction {
  margin-top: 50px;
}

.card-bg-countdown {
  background-repeat: no-repeat;
  background-image: url("img/Rectangle\ 31.png");
}

.count-down-box {
  place-items: center;
  text-align: center;
  display: grid;
  height: 100%;
  width: 100%;
}

.count-down-box h1 {
  font-size: 60px;
  color: black;
}

.count-down-container {
  margin-top: 170px !important;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  width: 320px;
  text-align: center !important;
  height: 110px;
  margin: 0 auto;
  text-align: center;
}

.count-down-box h1 {
  font-size: 20px;
  color: rgb(0, 0, 0);
}

.count-down-box {
  background-color: #f4f5fce5 !important;
  place-items: center;
  color: black !important;
  text-align: center;
  display: grid;
  height: 80px;
  width: 100%;
  padding: 10px;
}

.card-title {
  font-size: 24px;
  color: #7a0000;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0em;
}

.body-onion-card {
  background-color: #fff6d9;
  /* width: 350px; */
}

.higest-bid {
  color: #7a0000;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0em;
}

.higest-bidd {
  color: #7a0000;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
}

.onion-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
}

.bi-arrow-up-right-circle-fill {
  font-size: 42px;
  margin: 0px 5px 2px 0px;
}

.btn-viewall {
  background: #990033;
  text-decoration: none;
  color: white;
  padding: 24px 30px 4px 5px;
  border-radius: 25px 5px 5px 25px;
}

/* Choose Your Auction End */

/* About Onion Section Start */
#aboutonion {
  margin-top: 40px;
  margin-bottom: 40px;
}

.our-board {
  background-color: #fff6d9;
  border: transparent;
  border-radius: 25px !important;
}

.card-image-mid {
  height: 120px;
  width: 120px;
  margin-top: 20px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 24%;
}

.btn-primaryy {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0em;
}

.block {
  border-radius: 18px;
  display: block;
  height: 38%;
  width: 100%;
  border: none;
  background-color: #c66c6c;
  padding: 0px 10px 10px 9px;
  font-size: 30px;
  cursor: pointer;
  text-align: center;
}

.icon-read {
  color: #c66c6c;
  font-size: 92px;
}

.onion-box {
  position: relative;
}

.readmore-btn::before {
  content: "\f140";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px !important;
  width: 90px;
  height: 90px;
  background: #c66c6c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 55%;
  border: 10px solid #fff;
  color: #fff;
  margin-top: 10px;
}

/* .readmore-btn:hover{
background-color: #7a0000;
} */
a.btn.btn-primaryy.my-2.py-4.block.mx-auto.text-white:hover {
  background: #FFE8A5;
  color: #7a0000 !important;
  font-size: 30px;
}


/* About Onion Section End */

/* Contact Us Section Start */
#contact-us {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 150px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background-size: cover;
  background-image: url(img/thinly-sliced-onions-reveal-delicate-lines-varying-shades-purple-within\ 1.png);
}


#contact-us .container {
  /* margin-bottom: 20px; */
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 100%);
  padding: 40px;
  border-radius: 10px;
  /*  height:450px;*/
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  max-width: 877px;
  width: 100%;
  text-align: center;
}

#contact-us .form-group {
  margin-bottom: 25px;
  position: relative;
}

#contact-us label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}

#contact-us input,
textarea {
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#contact-us input:focus,
textarea:focus {
  outline: none;
  background-color: #EEEEEEE5;
}

#contact-us button {
  background-color: rgb(179, 119, 42);
  color: white;
  padding: 12px 30px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}

#contact-us button:hover {
  background-color: #ffe8aa;
  border: 1px solid #7A0000;
  color: #7A0000;
/*  background: linear-gradient(to right, #e74c4f, rgb(211, 134, 33));*/
/*  transition: 1s ease;*/
}

#contact-us .submit-btn {
  background-color: #7A0000;
  border: 1px solid #7A0000;
}

.contact-h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0em;

}

/* Contact Us Section Start */

/* Footer Start */
#footer {
  padding-top: 50px;
  background-color: #FFF0C2;
  justify-content: center;
}

#footer .d-flex {

  margin: 1em auto;
  display: flex;
  justify-content: center;
}

#footer ul {
  list-style-type: none;
  margin: 1em auto;
  display: flex;
  justify-content: center;
}

#footer ul li {
  margin-left: 0px;
  margin-right: 2px;
}

.footer-end {
  height: 40px;
  background: #FFE8A5;
}

/* Footer End */

/* ////////////////////////////////////////////////////////// Proudct PAGE CSS ////////////////////////////////////////////////////////// */

/* product-page-banner */

.product-page-banner {
  width: 100%;
}

.product-page-banner_img {
  width: 100%;
  position: relative;
}

.product-page-banner img {
  width: 100%;
  height: 668px;
}

.ban_text-p {
  position: absolute;
  top: 50%;
  left: 6%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ban_text strong {
  color: #fff;
  text-transform: uppercase;
}

.banner-pro {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.onion-span-text {
  font-size: 83px;
  font-weight: 600;
  line-height: 125px;
  letter-spacing: 0em;
  color: white;
}

.ban_text-p p {
  font: 400 25px/30px "Montserrat", sans-serif;
  color: #fff;
  margin: 7px 0 25px;

}

.ban_text-p a {
  display: inline-block;
  font: 800 19.39px/24px "Montserrat", sans-serif;
  background: #282828;
  border-radius: 26px;
  color: #fff;
  padding: 12px 28px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.ban_text-p a:hover {
  background: #50af47;
}

.btn-days {
  background-color: white;
  color: rgba(122, 0, 0, 1);
  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0em;
  border: 1px solid #7A0000;

}

.btn-days:hover {
  border: 1px solid white;
  color: white;

}

/* ////////////////////////////////////////////////////////// Proudct PAGE CSS End ////////////////////////////////////////////////////////// */


/* ////////////////////////////////////////////////////////// Proudct Details PAGE CSS Start ////////////////////////////////////////////////////////// */
/* product-details-page-banner */


#clockdiv {
  color: rgba(0, 0, 0, 1);
  display: inline-block;
  font-weight: 600;
  background: rgb(244 245 252 / 48%) !important;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0em;
  height: 75px;
}

#clockdiv>div {
  padding: 10px;
  font-size: 30px;
  border-radius: 3px;
  background: transparent !important;
  display: inline-block;
}

#clockdiv div>span {
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  background: transparent;
  /* display: inline-block; */
}

.smalltext {
  /* padding-bottom: -10px; */
  font-size: 14px;
}

.ban_imgg img {
  width: 100%;
  height: 500px;
}

/* Image gallery Section  */
#image-gallery {
  margin-top: 50px;
  margin-bottom: 50px
}

.slideshow-items {
  width: 100%;
}

.slideshow-thumbnails {
  width: 100px;
}

#slideshow-items-container {
  display: inline-block;
  position: relative;
}

#lens {
  background-color: rgba(233, 233, 233, 0.4)
}

#lens,
#result {
  position: absolute;
  display: none;
  z-index: 1;
}

.slideshow-items {
  display: none;
}

.slideshow-items.active {
  display: block;
}

.slideshow-thumbnails {
  opacity: 0.5;
}

.slideshow-thumbnails.active {
  opacity: 1;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
  border: solid var(--light-grey-2) 1px;
}

.h1-onion-heding {
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0em;
  color: rgba(122, 0, 0, 1);

}

img.slideshow-thumbnails {
  width: 25%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.para-onion-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: rgba(76, 76, 76, 1);

}

.h2-para-onion {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  color: #000;
}

#clockdivv {
  color: rgba(0, 0, 0, 1);
  display: inline-block;
  font-weight: 600;
  background: #eeeeee94 !important;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0em;
  height: 75px;
}

#clockdivv>div {
  padding: 10px;
  font-size: 30px;
  border-radius: 3px;
  background: transparent !important;
  display: inline-block;
}

#clockdivv div>span {
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  background: transparent;
  /* display: inline-block; */
}

.tabsectioon {
  margin-top: 80px;
}

.tabsectioon .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: rgba(45, 45, 45, 1);
  background-color: rgba(255, 217, 102, 1);
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0em;


}

.tabsectioon .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  color: black;
  border-radius: 0.25rem;
}

.tabsectioon li.nav-item {
  background: rgba(245, 246, 252, 1);
  font-size: 22px;
  margin-right: 44px;
  color: black !important;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0em;
}

div#pills-tabContent {
  margin-top: 50px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  padding: 40px;
}

.dt-length {
  display: none;
}

.dt-search {
  display: none;
}

.auction-h1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0em;

}

#example tr.head-auc {
  background: #D0D0D0;
}

.auction-li {
  margin-top: 30px;
  list-style-type: none;
  gap: 10px;
  color: #4C4C4C !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.auction-li li b{
  color: #000000 !important;
}

ul li a {
  color: #000000;
  text-decoration: none;
}

.number span {
  cursor: pointer;
}

.number {
  margin-top: 10px;
}

.number .minus,
.plus {
  width: 55px;
  height: 38px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 8px 5px 8px 5px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.number input {
  height: 40px;
  width: 228px;
  text-align: center;
  font-size: 26px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

.btn-bid {
  height: 60px;
  background: #7A0000;
  color: white;
  width: 335px;

}

.btn-bid:hover {
  height: 60px;
  border: 1px solid #7A0000;
}


/* ////////////////////////////////////////////////////////// Proudct Details PAGE CSS End ////////////////////////////////////////////////////////// */

/* SIGN UP FOR SALE START */

#back-imges {
  /* image url  */

  background-image: url("/assets/img/image2.png");
  /* make the image full height */
  height: 365px;
  /* center and scale the image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* use the following only if if you are able to scroll past the image to see a white area (this is the <body> peeking out) above or below the image */
  overflow: hidden;
}

#back-imge .background {
  /* image url  */
  background-image: url("/assets/img/red-onion-from-your-favorite-garden_181303-6297-1.png");
  /* make the image full height */
  height: 365px;
  /* center and scale the image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* use the following only if if you are able to scroll past the image to see a white area (this is the <body> peeking out) above or below the image */
  overflow: hidden;
}

#back-imge h1 {
  color: white;
  font-size: 73px;
  font-weight: 600;
  line-height: 110px;
  letter-spacing: 0em;
}

#back-imge p {
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0em;
  color: white;

}

#form-secon h3 {
  margin-top: 100px;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0em;
}

#form-secon h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;

}

#form-secon h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
}

#formwithimg .container {
  box-shadow: 0px 0px 18px 0px #00000026;
  margin-top: 100px;
  margin-bottom: 50px;
  padding-bottom: 40px;

}

#formwithimg .form-control {
  display: block;
  border-radius: none !important;
/*  width: 100%;*/
  height: 62px;
  background: #EEEEEEE5;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  border: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-submitt {
  background-color: #7A0000;
  width: 328px;
  height: 60px;
  color: white;
  border-radius: 4px;
  border: 1px;

}

.plus-icon {
  position: relative;
  width: 171px;
  height: 135px;
  border-radius: 4px;
  margin: 5px;
  background-color: white;

}

.upload-img {
  background-color: #EEEEEEE5;
  padding: 12px;
}

.pict-up {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;


}

.upload-pic {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
}

svg.bi.bi-plus-lg {
  position: absolute;
  top: 58px;
  left: 76px;
}

@media screen and (max-width: 480px) {
  .plus-icon {
    position: relative;
    width: 128px;
    height: 107px;
    border-radius: 4px;
    background-color: white;

  }

  #back-imge h1 {
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 92px;
    letter-spacing: 0em;
  }

  #back-imge .background {
    background-image: url(https://expansive1.omkatech.in/wp-content/uploads/2024/03/red-onion-from-your-favorite-garden_181303-6297-1.png);
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  #back-imge p {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    color: white;
  }

  form.row {
    padding: 0 !important;
  }

  svg.bi.bi-plus-lg {
    position: absolute;
    top: 40px;
    left: 53px;
  }

  #back-imge h1 {
    text-align: start !important;
    color: white;
    font-size: 20px;
    padding-right: 120px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
  }

  #back-imge p {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    margin-bottom: -11px;
    font-weight: 400;
    padding-right: 84px;
    line-height: 15px;
    letter-spacing: 0em;
    color: white;
    text-align: start !important;
  }

  #form-secon h3 {
    margin-top: 24px;
  }
}

/* SIGN UP FOR SALE END */


/* WHy Sell Using Section Start */
#back-imges {
  /* image url  */
  background-image: url("/assets/img/image2.png");
  /* make the image full height */
  height: 365px;
  /* center and scale the image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* use the following only if if you are able to scroll past the image to see a white area (this is the <body> peeking out) above or below the image */
  overflow: hidden;
}

#back-imges h1 {

  color: white;
  font-family: Poppins;
  font-size: 73px;
  font-weight: 600;
  line-height: 110px;
  letter-spacing: 0em;

}

#back-imges p {
  font-family: Inter;
  font-size: 34px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0em;
  color: white;

}

.dropdown-item {
  display: block;
  width: 100%;
  height: 44px;
  clear: both;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  color: black;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;

}

.dropdown-item:hover {
  color: #7A0000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  background: #FFF4D3;
}

.navbar-expand-lg .nav-link {
  display: block;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  padding: 0.5rem 1rem;
  color: #000000 !important;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.modal-btn {
  width: 140px;
}

.modal-btn:hover {
  background-color: #ffe8aa;
}

.btn-submitt:hover {
  background-color: #ffe8aa;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(122 4 7 / 30%);
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(122 4 7 / 18%);
}

.file-input-container {
  position: relative;
  width: 150px;
  height: 150px;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.file-input-container img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  display: none;
}

.file-input-container input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.plus-sign {
  font-size: 37px;
  font-weight: 200;
}

.error {
  color: red;
  font-size: 12px;
}

.col-6 {
  margin-bottom: 16px;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #7A0000;
  color: white;
}

/*.btn-check:focus:hover+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 232 174 / 40%);
}*/

/*.close-btn {
  position: absolute;
  right: 17px;
}

.toast-header {
  position: relative;
}

div#liveToast {
  background-color: white;
}*/

.contactus-div-radio {
  text-align: justify;
  padding-left: 22px;
}

.contactus-div-radio>span {
  margin-left: 6px;
}

a:hover {
  color: #ffe8aa;
}

.onion-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  max-height: 3.6em;
  width: 92%;
}

.bacground-img {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat !important;
  overflow: hidden;
  padding: 50px 50px 20px 50px;
  background: linear-gradient(180deg, rgba(122, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.78) 81.48%);
  background: linear-gradient(180deg, rgba(122, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.78) 81.48%),
  url({{asset('/assets/web/img/Rectangle651.png')
}
});
background-size: cover !important;
}

hr.new5 {
  border: 5px solid #C3762C;
  border-radius: 5px;
  width: 104px;
}

#get-in-touch p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  color: #FFFFFF80;
}

.con-h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0em;
  color: white;
}

.con-h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  color: white;
}

.btn-submitto {
  background-color: #7A0000;
  width: 100%;
  height: 60px;
  color: white;
  border-radius: 4px;
  border: 1px;
}

.box-sh {
  box-shadow: 0px 0px 18px 0px #00000026;
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px;
}

.btn-submitto:hover {
  background-color: white;
  width: 100%;
  height: 60px;
  color: #7A0000;
  border-radius: 4px;
  border: 1px solid #7A0000;
}

.bacground-img .nav-link {
  display: block;
  padding: 1rem 1.5rem !important;
  color: #000000 !important;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.icon-i {
  height: 56px !important;
  width: 56px !important;
}


.viewall-btn {
  background-color: #7A0000;
  height: 56px;
  border-radius: 50px 7px 7px 50px;
  width: 200px;
}
.icon-o {
  color: white;
  padding-top: 3px;
  margin-left: -9px;
}
.btn-texto {
  font-size: 24px;
  padding-left: 18px;
  font-weight: 600;
  line-height: 33.05px;
  color: white;
  padding-top: 10px;
}


/* WHy Sell Using Section End */