* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  margin: 0;
}
a {
  text-decoration: none;
}

select {
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
p{
  font-family: "Roboto Slab", serif;
}
h1{
  font-family: "Cinzel", serif;
  font-size: 48px;
}
h2{
  font-family: "Cinzel", serif;
  font-size: 40px;
}
h3{
  font-family: "Cinzel", serif;
  font-size: 32px;
}
h4{
  font-family: "Oswald", sans-serif;
  font-size: 28px;
}
h5{
  font-family: "Cinzel", serif;
  font-size: 28px;
}
h6{
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
input:focus,select:focus {
  outline: none;
  box-shadow: none;
}
a{
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}
.form-control:focus,input,button,.form-select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

input:focus,button:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}
.header-main {
  padding: 10px 0;
}
.top-search span#basic-addon1 {
  padding: 0;
  border: none;
  background: transparent;
}
.top-search input.form-control {
  border: none;
  height: 27px;
  color: #443B3B;
  font-size: 16px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
::placeholder {
  color: #443B3B;
  font-size: 16px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #443B3B;
  font-size: 16px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
.logo {
  text-align: center;
}
.top-right {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 30px;
}
ul.listoficons {
  display: flex
;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
ul.listoficons li a{
  color: #443B3B;
  font-size: 16px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
li.nav-item .nav-link{
  color: #443B3B;
  font-size: 20px;
  font-weight: 600;
  font-family: "Oswald", sans-serif; 
}
li.nav-item  a.nav-link.active,li.nav-item  a.nav-link:hover {
  color: #B4A77A;
}
ul.navbar-nav li.nav-item .nav-link {
  padding: 0 25px;
}
.menu-section {
  background: url(../images/grass-up.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 0px 30px 0px;
}
.slide-content {
  padding: 130px 0;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.brown-color{
   color: #B4A77A;
}
.slide-content h1 {
  color: white;
  font-weight: 700;
}
.slide-content p {
  color: white;
  font-size: 18px;
  font-weight: 300;
}
.slide-content a.btn-join {
  background: #B4A77A;
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 13px 30px;
  border-radius: 100px;
  display: table;
  margin: 0 auto;
  margin-top: 20px;
  text-transform: uppercase;
}
.prim-btn {
  background: #B4A77A;
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 9px 30px;
  border-radius: 100px;
  text-transform: uppercase;
}

.prim-btn:hover {
  background: #443B3B;
}
.slide-content a.btn-join {
  display: table;
  margin: 0 auto;
  margin-top: 20px;
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  border: none;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  transition: background 0.3s;
  background: #b4a77a7d !important;
  opacity: 1 !important;
}
.owl-nav button.owl-prev i, .owl-nav button.owl-next i {
  color: white;
  padding: 20px 20px;
}
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.owl-nav button.owl-prev {
  left: 20px; /* Distance from left */
}

.owl-nav button.owl-next {
  right: 20px; /* Distance from right */
}
.owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.owl-theme .owl-dots .owl-dot span {
  background: #86979100;
  border: 1px solid #b4a77a;
  border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #b4a77a;
}
.clients-logo-section {
  padding-top: 50px;
  padding-bottom: 60px;
  background: url(../images/grass-down.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.client-logos .item img {
    width: 150px !important;
    margin: 0 auto;
}
.register-join-sec .card.reg-card{
  background: url(../images/reg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; 
  /*height: 500px;*/
}
.register-join-sec .card.seller-card{
  background: url(../images/seller.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;  
}
.register-join-sec .card {
  padding: 100px 15px;
  border: none;
  border-radius: 10px;
  text-align: center;
}
.register-join-sec .card h3, .register-join-sec .card p{
  color: white;
}
.register-join-sec .card .prim-btn {
  display: table;
  margin: 0 auto;
  margin-top: 30px;
}
.register-join-sec {
  padding: 80px 0;
}
.farmaracution-sec{
  padding-top: 80px;
  padding-bottom: 40px;
  background: url(../images/grass-up.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; 
}
.farmtopheader h2 {
  font-weight: 700;
}
.farmtopheader {
  text-align: center;
}
.farmtopheader p {
  font-weight: 300;
  width: 60%;
  margin: 0 auto;
  color: #1E1E1E;
  margin-top: 20px;
}
/*Isotops*/
.prd-item h3.card-title {
  font-weight: 600;
  font-size: 22px;
  color: #443B3B;
  font-family: "Roboto Slab", serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prd-item {
  text-align: center;
  border: none;
  position: relative;
}
.price-wrapper {
  font-size: 24px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
.price-wrapper small {
  font-size: 14px;
  font-weight: 600;
}
.price-wrapper .sale-price {
  color: #B1B1B1;
}
.price-wrapper .regular-price{
  color: #B4A77A;
}
.prd-cart-atc img {
  width: 24px;
}

.prd-cart-atc a {
  border: 1px solid #443B3B;
  padding: 10px 50px;
  border-radius: 100px;
  display: table;
  margin: 0 auto;
}
.sale-price {
  position: relative;
  display: inline-block;
}

.sale-price::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #B1B1B1;
  top: 50%;
  left: 0;
}
.tabfilers-cards {
  background: #F1EEE9;
}
.prd-cart-atc {
  margin-top: 10px;
}
.prd-categ h3 {
  background: #B4A77A;
  font-size: 10px;
  color: white;
  padding: 10px 20px;
  border-bottom-right-radius: 7px;
  font-family: "Roboto Slab", serif;
}

.prd-categ {
  position: absolute;
  top: 0;
  left: 0;
}
.ist-icon {
  width: 28px;
}
button.iso-btn img {
  margin-right: 10px;
}

button.iso-btn {
  background: #443B3B;
  padding: 10px 30px;
  border-radius: 100px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}
.search-filters-fo {
  margin-bottom: 40px;
}
.search-filters-fo .form-select,.search-filters-fo input.form-control {
  font-size: 18px;
  color: black;
}
.search-filters-fo button.btn.btn-primary {
  background: #B4A77A;
  padding: 10px 15px;
  border: none;
}
.search-filters-fo button.btn.btn-primary i {
  margin: 0 0 !important;
}
.tfc-bottom {
  padding-top: 20px;
  padding-bottom: 60px;
  background: url(../images/grass-down.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.tfbc-btn {
  text-align: center;
}
/*isotops end*/
.manuar-tractor {
  padding: 80px 0;
}
.manuar-tractor .card.mb-3 {
  background: #F1EEE9;
  border: none;
}
.manufacture-tractor .owl-dots .owl-dot span {
  background: #ffffff00;
  border: 1px solid #fff;
  border-radius: 0px;
}
.manufacture-tractor .owl-dots .owl-dot.active span, .manufacture-tractor .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
.manutr-text {
  text-align: center;
}
.manutr-text p.card-text {
  font-size: 16px;
  font-weight: 300;
  color: #1E1E1E;
}
.mantr-prd-price h3 {
  font-size: 18px;
  color: #1E1E1E;
  font-weight: 600;
}
.mantr-prd-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0px;
}
.mantr-prd-price h2 {
  font-size: 28px;
  color: #B4A77A;
  font-weight: 600;
}
.countdown-number {
  font-size: 30px;
  color: #B4A77A;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
.countdown-label{
  font-size: 12px;
  color: #443B3B;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}
.countdown-box {
  width: 100px;
  height: 100px;
  position: relative;
  transform: rotate(45deg);
  border: 1px solid #443B3B;
  background-color: transparent;
  border-radius: 10px;
  margin: 0 8px;
}
.countdown-con {
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.countdown-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.bbtn {
  flex: 1 1 0;
}
.biqtybtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 80%;
  margin: 0 auto;
}
.biqtybtn input.form-control.bbtn {
  text-align: center;
  padding: 7px 0px;
  font-size: 28px;
  border-radius: 100px;
      margin: 0 !IMPORTANT;
    height: 47px !important;
}
.biqtybtn input.form-control.bbtn::placeholder {
  color: #B1B1B1;
  font-size: 28px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  opacity: 1; /* Firefox */
}

.biqtybtn input.form-control.bbtn::-ms-input-placeholder { /* Edge 12-18 */
  color: #B1B1B1;
  font-size: 28px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.slide-item {
    height: 600px;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.Register-section .form {
    max-width: 500px !IMPORTANT;
}

.Register-section form {
    max-width: 700px;
    margin: 0 auto;
}

.Register-section h2 {
     text-align: center;
    margin-bottom: 50px ! IMPORTANT;
    font-size: 30px;
    font-weight: bold;
}

.Register-section form input {
    height: 55px;
}

.Register-section form h4 {
    margin-bottom: 25px;
}

.Register-section .container {margin-bottom: 50px;}

.Register-section form button {
    width: 100%;
    height: 55px;
    font-size: 25px;
    background: #b4a77a;
    border: none;
}



.vendorlogin_section .form {
    max-width: 500px !IMPORTANT;
}

.vendorlogin_section form {
    max-width: 700px;
    margin: 0 auto;
}

.vendorlogin_section h2 {
     text-align: center;
    margin-bottom: 50px ! IMPORTANT;
    font-size: 30px;
    font-weight: bold;
}

.vendorlogin_section form input {
    height: 55px;
}

.vendorlogin_section form h4 {
    margin-bottom: 25px;
}

.vendorlogin_section .container {margin-bottom: 50px;}

.vendorlogin_section form button {
    width: 100%;
    height: 55px;
    font-size: 25px;
    background: #b4a77a;
    border: none;
}


.contactform_div form input {
    height: 55px;
        margin-bottom: 15px;
}


.contactform_div form button {
    width: 100%;
    height: 55px;
    font-size: 25px;
    background: #b4a77a;
    border: none;
}

.info-item img {
    margin-right: 25px;
}

.contact-info h5 {
    font-weight: bold;
    font-size: 24px;
}

.contact-info p {
    font-size: 18px;
}

.contact-section {
    padding: 80px 0 !IMPORTANT;
}

input#remember {
    height: 20px !important;
}
section.contact-section.py-5 button {
    background: #b4a77a;
    border: navajowhite;
}

section.contact-section.py-5 input {
    height: 45px;
    margin: 1px 0 15px;
}

form button {
    background: #b4a77a !important;
    border: none !important;
    width: 100% !important;
    height: 45px !important;
}

form input {
    height: 45px !important;
    margin: 1px 0 15px !important;
}

.main-content.w-100 table {
    width: 100%;
}

.main-content.w-100 button {
    background: black ;
}

.bg-white {
    padding: 25px;
}

button.iso-btn img {
    display: none !important;
}

.livestock-card .card .card-img-top {
    height: 300px !important;
    object-fit: cover;
    object-position: center;
}

section.livestock-sec {
    padding: 70px 0;
    background: #e7dcb7;
}

.white-color{
    color:white;
}

.prd-item ul {
    text-align: left;
    margin-top: 10px;
}

.card.mb-3.prd-item b {
    background: #e7dcb7;
    padding: 5px;
    margin: 5px;
    border-radius: 6px;
}

.card.mb-3.prd-item ul li {
    margin-bottom: 16px;
    font-size: 12px;
    display: inline-block;
}

a.showdetialsbtn {
    display: block;
    width: 100%;
    background: black;
    color: white;
    font-size: 14px;
    padding: 10px;
    margin-top: 15px;
    border-radius: 6px;
    text-transform: uppercase;
}

.card-img-top {
    height: 250px !important;
    object-fit: cover !important;
}
.prd-item img {
    height: 250px !IMPORTANT;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.add-to-cart-btn img {
    height: 30px ! IMPORTANT;
}

nav.flex.items-center.justify-between p {
    text-align: center !important;
    margin: 10px 0 !important;
}

nav.flex.items-center.justify-between {
    margin-top: 10px !important;
    text-align: center !important;
}

.main-content.w-100 .btn {
    background: black !important;
    border: none;
    padding: 4px 3px !important;
    color: white;
    font-size: 12px !important;
}