@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*** GENERIC CSS ***/
html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #555555;
}

a:hover {
  text-decoration: none;
  color: #24a9e2;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 24px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
}

/* .navbar-expand-lg .navbar-collapse {
  display: flex!important;
  flex-basis: auto;
  justify-content: flex-end;
} */

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.visible-xs {
  display: none;
}

.btn-default.black {
  color: #123821;
  border-color: #123821;
  background: #123821;
  color: #fff;
}

.btn-default.black:hover {
  background: #c29b40;
  border-color: #c29b40;
  color: #fff;
}

.btn-default {
  position: relative;
  line-height: 58px;
  border-radius: 40px;
  text-decoration: none;
  cursor: pointer;
  padding: 0px 15px;
  color: #fff;
  background: #965cff;
  transition: all 0.5s;
  border: 1px solid #965cff;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  min-width: 200px;
  font-size: 19px;
  text-align: center;
}

.btn-default:hover {
  background: none !important;
  border-color: #965cff;
  color: #965cff;
}

ul.bulleted {
  margin: 30px 0px 40px 0px;
  padding: 0px 0px 0px 25px;
  display: block;
}

ul.bulleted li {
  margin: 0px 0px 15px 0px;
  list-style: none;
  position: relative;
}

ul.bulleted li:before {
  color: #d61616;
  speak: none;
  font: normal normal normal 20px/1 FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  left: -25px;
  top: 2px;
}

.section-title.white h2,
.section-title.white h6 {
  color: #fff;
}

.section-title {
  position: relative;
  display: block;
  margin-top: -9px;
  margin-bottom: 47px;
  z-index: 3;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #a79132;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 1;
}

.section-title__title {
  margin: 0;
  color: #123821;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-top: 5px;
}

.bg-red {
  background: #d61616;
}

.white-text {
  color: #fff !important;
}

.ob-cover {
  object-fit: cover;
}

.flush {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* TOP HEADER CSS */
#one_header {
  background-color: #000;
}

#one_header .first_header p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 10px 0px;
  margin-bottom: 0;
}

/* TOP HEADER CSS */

/* SECOND HEADER CSS */
#second_header {
  padding: 10px 0px;
}

#second_header a.navbar-brand {
  width: 160px;
  margin: 0;
}

#second_header a.navbar-brand img {
  max-width: 100%;
}

#second_header a.nav-link {
  color: #101010;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 10px;
  border-bottom: 2px solid #fff;
}

#second_header a.nav-link:hover,
#second_header a.nav-link.active {
  border-bottom: 2px solid #fad7a0;
}

a.dropdown-item {
  color: #fff;
}

a.dropdown-item:hover,
a.dropdown-item.active {
  background: none;
  color: #fff;
}

#second_header li.active a.nav-link {
  color: #3e9e50;
}

#second_header nav.navbar.navbar-expand-lg.nav {
  background-color: #fff;
}

#second_header ul.dropdown-menu.show {
  background-color: #000;
}

#second_header ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
  padding-right: 10px;
  padding-left: 30px;
}

#second_header .ctc-btn a {
  color: #000;
  padding: 10px 27px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #000;
  border-radius: 50px;
}

#second_header .ctc-btn a:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  transition: 0.3s ease;
}
/* SECOND HEADER CSS */

/* BANNER SECTION CSS */
#banner {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)),
    url(../img/banner_new.jpeg) 50% 50% no-repeat;
  background-size: cover;
  max-width: 100%;
  height: 80vh;
}

#banner.small-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)),
    url(../img/pn_banner.jpg) 50% 70% no-repeat;
  background-size: cover;
  max-width: 100%;
  height: 40vh;
}

#banner.small-banner.tw2 {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)),
    url(../img/pyo_banner.jpg) 50% 50% no-repeat;
  background-size: cover;
  max-width: 100%;
  height: 40vh;
}

#banner.small-banner.tw3 {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)),
    url(../img/flowers-banner.jpg) 50% 50% no-repeat;
  background-size: cover;
  max-width: 100%;
  height: 40vh;
}

#banner.small-banner.tw4 {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)),
    url(../img/farm-stand.jpg) 50% 50% no-repeat;
  background-size: cover;
  max-width: 100%;
  height: 40vh;
}

#banner.small-banner .banner-details {
  text-align: center;
  height: 40vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#banner .banner-details {
  text-align: center;
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#banner .banner-details h1 {
  text-transform: capitalize;
  font-weight: 800;
  font-size: 45px;
  line-height: 1.3;
  margin-bottom: 20px;
}

#banner .banner-details a {
  background-color: #000;
  padding: 12px 35px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #000;
  text-decoration: none;
  font-weight: 500;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
}

#banner .banner-details a:hover {
  color: #000;
  border: 1px solid #fff;
  background-color: #fff;
  transition: 0.3s ease;
}
/* BANNER SECTION CSS */

/* CONTENT SECTION CSS */
#content {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#content h2 {
  text-align: center;
  color: #000;
  font-weight: 600;
  margin-bottom: 50px;
}

#content .card-one {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)),
    url("../img/card-one-image.jpeg") 50% 50% no-repeat;
  background-size: cover;
  max-width: 100%;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  padding-top: 60%;
}

#content .card-two {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)),
    url("../img/card-two-image.jpeg") 50% 50% no-repeat;
  background-size: cover;
  max-width: 100%;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  padding-top: 60%;
}

#content h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
  padding-right: 28%;
  line-height: 26px;
}

#content p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

#content .card-three {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)),
    url("../img/card-three-image.jpeg") 50% 50% no-repeat;
  background-size: cover;
  max-width: 100%;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  padding-top: 60%;
}

#content .card-para-icon {
  display: flex;
  align-items: center;
}

#content .card-para-icon i {
  color: #000;
  background-color: #fff5dd;
  padding: 15px 16px;
  border-radius: 10px;
  display: flex;
  transition: 0.3s;
}

#content a:hover .card-para-icon i {
  color: #000;
  background-color: #fff;
}
/* CONTENT SECTION CSS */

/* MAP SECTION CSS */
#map {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#map iframe {
  border-radius: 20px;
}

/* MAP SECTION CSS */

/* CONTACT SECTION CSS */
#contact {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f8f8f8;
}

#contact .contact-title h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 50px;
  color: #000;
}

#contact .contact-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#contact .contact-card a i {
  color: #000;
  background: #fff5dd;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  font-size: 26px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#contact .contact-card:hover a i {
  color: #fff;
  background-color: #000;
  border: none;
  transition: 0.3s ease;
}

#contact .contact-card .card-details {
  padding-top: 20px;
}

#contact .contact-card .card-details h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

#contact .contact-card .card-details a p {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  margin-bottom: 0;
}

#contact .contact-card .card-details p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
}
/* CONTACT SECTION CSS */

.scratch {
  padding: 10vh 0px;
  padding-bottom: 0;
}

.scratch img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  max-height: 100%;
  border-radius: 30px;
}

.scratch .info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 0px 30px;
}

.scratch .info h2 {
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0px;
  text-transform: none;
  font-size: 30px;
  color: #161616;
  line-height: 1.3;
  margin-bottom: 20px;
  margin: 20px 0px;
}

.scratch .info p {
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: rgba(40, 40, 40, 0.7);
  line-height: 1.6;
}

.scratch .info p a {
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #36b3a8;
  line-height: 1.6;
  background: none !important;
  padding: 0px;
}

.scratch .info a {
  background-color: black;
  padding: 12px 35px;
  font-size: 16px;
  color: white;
  text-decoration: none;
  font-weight: 400;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
}

.scratch .info ul,
.scratch .info ol {
  margin-bottom: 30px;
}

.scratch .info ul li,
.scratch .info ol li {
  padding: 3px 0px !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: rgba(40, 40, 40, 0.7);
  line-height: 1.6;
}

.imgFigure {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.scratch .info ul.fs {
  display: grid;
  grid-template-columns: auto auto auto;
  margin: 0;
  justify-items: start;
  gap: 0px 40px;
}

.scratch .info ul.fs li {
  font-size: 15px;
}

.info {
  height: 100%;
}

/* FOOTER SECTION CSS */
#footer {
  padding: 50px 0px;
  background-color: black;
  text-align: center;
}

#footer h2 {
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0px;
  text-transform: none;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  color: white;
  margin-bottom: 30px;
}

#footer a.btn {
  background-color: #fad7a0;
  padding: 12px 35px;
  font-size: 16px;
  color: black;
  text-decoration: none;
  font-weight: 400;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
}

#footer a.btn:hover {
  color: #fad7a0;
  border: 1px solid #fad7a0;
  background-color: transparent;
  transition: 0.3s ease;
}

#footer hr {
  color: white;
  margin: 40px 0px;
  height: 2px;
}

#footer p {
  color: rgb(235, 225, 225);
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: left;
  margin: 0px;
}

#footer ul {
  display: flex;
  list-style: none;
  padding: 0px;
  justify-content: flex-end;
  margin: 0px;
}

#footer ul li {
  padding: 0px 10px;
}

#footer ul li a {
  text-align: right;
  color: rgb(235, 225, 225);
  list-style: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

#footer ul li a:hover,
#footer ul li a.active {
  border-bottom: 2px solid #fad7a0;
}
/* FOOTER SECTION CSS */

#location {
  padding-bottom: 0px;
  position: relative;
  top: -232px;
}

#location .location-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#location .location-info .card {
  text-align: center;
  background-color: #fff;
  border: none;
  padding: 30px 30px;
  height: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  bottom: -100px;
}
#location .location-info .card:hover {
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  transition: 0.09s;
}

#location .location-info .card i.fa-solid.fa-location-dot {
  font-size: 24px;
  color: black;
}

#location .location-info .card h4 {
  font-size: 24px;
  padding: 12px 0px 10px 0px;
  font-size: 400;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0px;
  margin: 0px;
  color: #000;
}

#location .location-info .card p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: rgba(40, 40, 40, 0.7);
  line-height: 1.6;
  margin: 0px;
}

#location .location-info .card i.fa-solid {
  font-size: 24px;
  color: black;
  margin-bottom: 20px;
}

#location .location-info .card p a {
  text-decoration: none;
  color: rgba(40, 40, 40, 0.7);
}

#location .location-info .card h4.open {
  padding: 0px 0px 20px 0px !important;
}

.map-up a i.fa-solid.fa-share {
  position: relative;
  top: -35px;
  text-align: center;
  left: 50%;
  background: black;
  padding: 17px;
  font-size: 25px;
  color: white;
  border-radius: 50%;
}

.scratch .info img.career {
  width: 100px;
  height: 100px;
}

#Get-In-Touch {
  padding-bottom: 100px;
  margin-top: -150px;
}

#Get-In-Touch h1 {
  /* text-transform: uppercase; */
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  line-height: 1.3;
  margin: 0px;
  text-align: center;
  margin-bottom: 40px;
  color: #000;
}

#Get-In-Touch form {
  text-align: center;
}

#Get-In-Touch form label.form-label {
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  float: left;
  color: #000;
}

#Get-In-Touch form .form-control {
  border: none;
  border-bottom: 1px solid black;
  font-size: 18px;
  border-radius: 0;
  color: black;
}

#Get-In-Touch form .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: black;
  outline: 0;
  box-shadow: none;
}

#Get-In-Touch form.form-check-input:focus {
  border-color: black;
  outline: 0;
  box-shadow: none !important;
}
#Get-In-Touch form label.form-check-label {
  float: left;
  color: #000;
}

button {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: space-around;
  border: none;
}
button.btn.btn-primary {
  background-color: black;
  padding: 12px 50px;
  font-size: 16px;
  color: white;
  text-decoration: none;
  font-weight: 400;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  border: none;
}

.btn-primary:focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: none !important;
}

button.btn.btn-primary:hover {
  color: #000;
  background-color: #fad7a0;
  border-color: #fad7a0;
  box-shadow: none !important;
}


/* .map-up {
    position: relative;
    top: -12%;
    z-index: -1;
} */