* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "proximanova-extrabold";
  /* src: url("../assets/Fonts/proximanova-extrabold.otf"); */
  src: url("../assets/Fonts/trebuc.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "proximanova-bold";
  /* src: url("../assets/Fonts/proximanova-bold.otf"); */
  src: url("../assets/Fonts/trebuc.ttf");
   font-weight: 700;
}
@font-face {
  font-family: "proximanova-semibold";
  /* src: url("../assets/Fonts/proximanova-semibold.otf"); */
 src: url("../assets/Fonts/trebuc.ttf");
   font-weight: 500;
}
@font-face {
  font-family: "proximanova-regular";
  /* src: url("../assets/Fonts/proximanova-regular.otf"); */
  src: url("../assets/Fonts/trebuc.ttf");
   font-weight: 400;
}

.font-gen {
  font-family: "Gentium Plus", serif;
}
.font-play {
  font-family: "Playfair Display", serif;
}
body {
  background: #f1eee3;
}
a {
  text-decoration: none;
}

ul {
  list-style: none;
}
.main-color {
  color: #3a4a01;
}
/* Button animation  */
.button-ani {
  transition: 0.3s;
}
.button-ani:hover {
  /* animation: pulse 1s infinite; */
  /* transition: 0.3s; */
  box-shadow: 0 5px 12px 0 rgba(45, 57, 0, 0.5);
  transform: scale(10);
}
/* @keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
} */
/* navbar css */
.offcanvas {
  height: fit-content !important;
}
.offcanvas-body {
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background-color: #2d3900;
}
.nav-links {
  padding: 0px;
}
.nav-links li {
  margin: 20px 0px;
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #2d3900;
}
.nav-links li:hover {
  border: 1px solid #c89914;
  border-radius: 25px;
}
.nav-links li a {
  color: white;
  font-family: "proximanova-regular";
  font-size: 20px;
}
nav {
  background: #3a4a01;
  align-items: center;
  overflow: hidden;
}
.nav-button:hover {
  transform: scale(1.2);
}
.nav-center-div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-right-div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-right-div a {
  margin-right: 20px;
}
.nav-phone {
  color: white;
  font-family: "proximanova-regular";
  font-size: 18px;
}
.nav-phone:hover {
  color: white;
}
.site-log {
  height: 75px;
}
/* Slider Css  */
.hero-slider .slider-image {
  /* height: 720px; */
  height: 70vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: 5%;
}

.owl-nav .owl-next {
  right: 5%;
}
.slider-nav {
  height: 40px;
  width: 40px;
  padding: 10px;
  border: 1px solid #3a4a01;
  border-radius: 100%;
  color: #3a4a01;
}
.slide-text {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 60%;
  background-color: #f1eee39c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 43px 43px;
}
.slide-text img {
  width: 166px !important;
}
.s-text-div {
  padding: 0px 65px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.s-text-div .s-heading {
  font-size: 30px;
  font-family: "proximanova-extrabold";
  color: #212121;
  text-transform: uppercase;
  line-height: 30px;
}
.s-text-div .s-sub-heading {
  font-size: 13px;
  font-family: "proximanova-bold";
  color: #3a4a01;
  text-transform: uppercase;
}
.s-text-div p {
  font-size: 14px;
  font-family: "proximanova-regular";
  color: #212121;
}
.s-link {
  color: #3a4a01;
}
.s-link:hover {
  color: #3a4a01;
}
/* arrivals-card css  */
.arrivals-card {
  position: relative;
  height: 520px;
  overflow: hidden;
}
.arrivals-card img {
  width: 100%;
  object-fit: cover;
}
.arrivals-text {
  height: 140px;
  position: absolute;
  bottom: 0;
  left: 0;
  /* background: #fffdf7e4; */
  background: #fffdf7cc;
  width: 100%;
  max-width: 360px;
}

.arrivals-text h6 {
  color: #3a4a01;
  font-family: "Gentium Plus", serif;
  font-weight: 700;
  font-size: 14px;
}

.arrivals-text h1 {
  color: #212121;
  font-size: 30px;
  font-family: "proximanova-extrabold";
}
.arrivals-text p {
  font-family: "proximanova-regular";
  font-size: 16px;
}
.arrivals-card:hover .arrivals-text {
  background: #3a4a01f0;
}
.arrivals-card:hover .arrivals-text h6 {
  color: #c89914;
}
.arrivals-card:hover .arrivals-text h1,
.arrivals-card:hover .arrivals-text p {
  color: #f1eee3;
}

/* Articles section CSS */
.articles-heading h1 {
  font-size: 44px;
  color: #212121;
  font-family: "proximanova-extrabold";
  text-transform: uppercase;
}
.articles-button {
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  justify-content: flex-end;
}
.articles-button::-webkit-scrollbar {
  width: 0em; /* Adjust the width as needed */
  background-color: transparent; /* Set the background color to match the container */
}
.articles-button button {
  padding: 10px 20px;
  border-radius: 25px;
  border: 1px solid #3a4a01;
  color: #3a4a01;
  font-family: "proximanova-semibold";
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 10px;
}
.articles-button button:hover {
  border: 1px solid #c89914;
}
#articles {
  background-color: #fffdf7;
}
.articles-card {
  overflow: hidden;
}
.articles-card img {
  object-fit: cover;
  width: 100%;
}
.articles-img {
  height: 190px;
}
.articles-img-center {
  height: 350px;
}
.articles-text {
  background: #f1eee3;
  padding: 34px;
  display: flex;
  flex-direction: column;
}
.articles-text .date {
  color: #3a4a01;
  font-family: "proximanova-semibold";
  font-size: 13px;
}
.articles-text .excerpt {
  color: #212121;
  font-family: "Gentium Plus", serif;
  font-weight: 500;
  font-size: 17px;
}
.center-cards .articles-text .date {
  color: #3a4a01;
  font-family: "proximanova-semibold";
  font-size: 13px;
}
.center-cards .articles-text .excerpt {
  color: #212121;
  font-family: "Gentium Plus", serif;
  font-weight: 500;
  font-size: 24px;
}
.laod-button {
  padding: 15px 30px;
  color: white;
  font-family: "proximanova-bold";
  font-size: 13px;
  background-color: #3a4a01;
}
.laod-button:hover {
  color: white;
}

/* About section CSS */
.about-text h1 {
  color: #212121;
  font-size: 44px;
  font-family: "proximanova-extrabold";
}
.about-text p {
  color: #212121;
  font-family: "Gentium Plus", serif;
  font-weight: 400;
  font-size: 17px;
}
.about-button {
  background: #c89914;
  padding: 15px 30px;
  font-size: 13px;
  font-family: "proximanova-bold";
  color: white;
}
.about-button:hover {
  cursor: pointer;
  color: white;
}
.location-img {
  position: relative;
}
.location-btn {
  position: absolute;
  top: 40px;
  right: 30px;
}
#partner {
  background: #fffdf7;
}

/* Footer Css  */
footer {
  background: #3a4a01;
}
footer .row {
  align-items: center;
}
.footer-link a {
  color: white;
  font-family: "proximanova-regular";
  font-size: 18px;
}
.footer-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-divider {
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
}
.footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding-left: 0px;
}
.footer-menu a {
  color: white;
  font-size: 13px;
  font-family: "proximanova-regular";
  padding-right: 52px;
  text-transform: uppercase;
}
.copy-right {
  color: white;
  font-size: 13px;
  font-family: "proximanova-regular";
}

/* *********** Product page Header ************ */
#page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header {
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-title {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
}
.product-card {
  background-color: #f1eee3;
  padding: 70px 15px;
  height: 448px;
}
.product-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card .product-img img {
  height: 160px;
  object-fit: cover;
}
.product-row {
  padding: 5rem 0px;
}
.product-body {
  padding: 30px 15px 0px 15px;
}
.product-body h3 {
  color: #212121;
  font-size: 27px;
}

.product-body h4 {
  color: #93a738;
  font-size: 21px;
}
.product-banner-body {
  padding: 0px 30px;
}
.product-banner-body h1 {
  color: #fff;
}
.product-banner-body p {
  color: #fff;
  margin-top: 20px;
}
.white-bg {
  background: #fffdf7 !important;
}

/* contact apge css satrt  */
.contact-page {
  background-image: url(../assets/contact/page-header.jpg) !important;
}
.form-div {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  height: 100%;
  padding: 0px 10%;
  flex-direction: column;
}
.contact-heading h1 {
  font-size: 40px;
}
.contact-heading hr {
  border: 2px solid #dddddc;
  margin: 50px 0px;
}
.form-div .form-label {
  font-size: 20px;
  color: #242d34;
  font-weight: 500;
}

.form-div .form-control {
  border-radius: 0px;
  border-color: #dddddc;
  border-left: 6px solid #93a738;
}

.form-div .form-control:focus {
  box-shadow: none;
}

.form-div .submit-btn {
  background: transparent;
  color: #93a738;
  border: 1px solid #93a738;
  border-radius: 100px;
  padding: 10px 50px;
  font-size: 22px;
  font-family: "proximanova-bold";
  margin-top: 20px;
}
.form-div .submit-btn:hover {
  background: #93a738;
  color: white;
}
.contact-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-card .card {
  width: 500px;
  height: 500px;
  border-radius: 0px;
  border: none;
}
.contact-card .card-img-overlay {
  top: auto;
  padding: 30px;
}
.contact-card .card-img-overlay .card-title {
  font-size: 36px;
  line-height: 30px;
  color: #93a738;
}

.contact-card .card-img-overlay .card-text {
  color: white;
  font-size: 20px;
  padding-top: 30px;
  font-weight: 300;
  line-height: 22px;
}
.contact-card .card-img-overlay .tigger {
  display: flex;
  justify-content: end;
}

/* articles page Css  */
/* .blog:nth-child(even){
  flex-direction: row-reverse;
} */
.blog-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.blog-1 img{
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.blog-1 .sub-heading {
  color: #93a738;
  font-size: 36px;
}
.blog-1 .heading {
  color: #242d34;
  font-size: 48px;
}

.blog-1 .paragrah {
  font-size: 22px;
  color: #242d34;
}

.blog-text .heading {
  font-size: 40px;
  color: #242d34;
}
.blog-text .paragrah {
  font-size: 22px;
  color: #242d34;
}
.blog-text p {
  font-size: 22px;
  color: #242d34;
}
.r-heading {
  font-size: 48px;
  color: #242d34;
}

.p-div h1 {
  font-size: 48px;
  color: #242d34;
}
.p-div h6 {
  font-size: 20px;
  color: #93a738;
}
.p-div .star-div i {
  color: #f9a745;
  font-size: 20px;
}
.p-div .star-div span {
  color: #242d34;
  font-size: 20px;
}
.p-div p {
  font-size: 20px;
  color: #242d34;
}
.p-div img {
  width: 100%;
}

.p-text ul li {
  display: flex;
  font-size: 22px;
  color: #242d34;
  margin-bottom: 40px;
}

.open-hr hr {
  border: 3px solid #d7d4cb;
}

.white-bg-2 {
  background-color: #f7f7f6;
}
.p-v-btn a {
  color: #93a738;
  font-size: 17px;
  border: 1px solid #93a738;
  padding: 8px 20px 10px 20px;
  border-radius: 100px;
  line-height: 17px;
}
.p-v-btn a:hover {
  background-color: #93a738;
  color: white;
}

/* product detail Css  */
.p-thumbnail {
  width: 100px;
 height: 100px;
  padding: 10px;
  cursor: pointer;
  background-color: #f1eee3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-thumbnail img {
  width: 100%;
}

.p-div table tbody tr td {
  font-size: 20px;
}
.p-div table tbody tr .dec {
  font-size: 20px;
  color:#93a738 ;
}

.btns a{
  color: #242d34;
  margin-right:70px;
  padding: 8px 20px 10px 20px;
  font-size: 17px;
}
.btns a:hover{
  color: #93a738;
 border: 1px solid #93a738;
 border-radius: 100px;
}
.card-full img{
  border-radius: 0px;
}
.card-full .card-img-overlay{
padding: 100px;
width: 60%;
}
.card-full .card-img-overlay p{
  color: #d7d4cb;
  font-size: 22px;
}

.news-row p{
  font-size: 22px;
  color: #242d34;
}
.p-main-img{
  width: 100%;
  height: 550px;
  max-height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1eee3;
}

