* {
  transition: 0.5s ease-in-out all;
}
.wholeVideoDiv {
  position: relative;
}
.videoMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  background-color: #02020290;
  content: "";
}
video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -2;
}
/* scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #3a3a3c;
}
::-webkit-scrollbar-thumb {
  background: #77b347;
}
::-webkit-scrollbar-thumb:hover {
  background: #77b347;
}
/* scrollbar */
.whatsappBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #77b347;
  border-radius: 50%;
  position: fixed;
  z-index: 999;
  bottom: 5%;
  right: 5%;
}
.phoneBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #c9a470;
  border-radius: 50%;
  position: fixed;
  z-index: 999;
  bottom: 20%;
  right: 5%;
}
.whatsappBtn i,
.phoneBtn i {
  color: #3a3a3c;
}
body {
  background-color: #ffffff;
}
.sectionHead {
  color: #F1592A;
  text-align: center;
  font-family: "Boldonse";
  font-size: 45px;
  margin-bottom: 50px;
}
.sectionHead span {
  color: #77b347;
}
.sectionTag {
  color: #77b347;
  text-align: center;
  font-family: "Sora";
  font-weight: 600;
  margin-bottom: 30px;
}
/* navcontainer */
.navContainer {
  padding: 5px 0;
  background-image: url("./assets/bgNavFooter.jpg");
  background-size: cover;
  background-position: 80% 40%;
}
.navContainer .navBar {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.navContainer .navBar .logo img {
  width: 250px;
}
.navContainer .navBar .navList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.navContainer .navBar .navList .inputField {
  position: relative;
  width: 100%;
}
.navContainer .navBar .navList .inputField input {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #3a3a3c;
  border-left: 4px solid #77b347;
  border-right: 4px solid #77b347;
  padding: 10px 5px;
  overflow: hidden;
  font-family: "Sora";
}
.navContainer .navBar .navList .inputField input:focus {
  outline: none;
  border: 2px solid #3a3a3c;
  border-left: 4px solid #77b347;
  border-right: 4px solid #77b347;
}
.navContainer .navBar .navList .inputField input::placeholder {
  padding-left: 20px;
}
.searchIconDiv {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0%;
  height: 100%;
  background-color: #77b347;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.searchIconDiv i {
  color: #3a3a3c;
}
.navContainer .navBar .navList ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.navContainer .navBar .navList ul li {
  list-style-type: none;
}
.navContainer .navBar .navList ul li a {
  text-decoration: none;
  font-family: "Sora";
  font-weight: 500;
  color: #3a3a3c;
  font-size: 18px;
  position: relative;
}
.navContainer .navBar .navList ul li a:hover {
  color: #77b347;
}
.navContainer .navBar .navList ul li a::after {
  background-color: #77b347;
  content: "";
  height: 2px;
  width: 0%;
  left: 50%;
  top: 120%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.navContainer .navBar .navList ul li a:hover::after {
  width: 50%;
}
.navContainer .navBar .btnContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.navContainer .navBar .btnContainer i {
  color: #ffffff !important;
}
.navIconBg {
  width: 40px;
  height: 40px;
  background-color: #77b347;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 50%; */
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0% 80%,
    0% 20%
  );
}
.navIconBg i {
  color: #ffffff !important;
}
.toggleBtn {
  display: none;
}
.mobileContainer {
  display: none;
}
/* navcontainer */
/* carousalPage */

.sideImg1 {
  position: fixed;
  z-index: 0;
  left: 0;
  top: 50%;
  transform: rotate(180deg);
  animation: glow 5s linear forwards;
}
.sideImg2 {
  position: fixed;
  z-index: 0;
  right: 0;
  top: 50%;
  animation: glow 5s linear forwards;
}
@keyframes glow {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.carContainer {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
/* .slideData {

} */
.carSlide {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
.slideImage {
/*  display: none;*/
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.slideImage img {
  border: 3px dashed #77b347;
  padding: 5px;
  border-radius: 50px;
  backdrop-filter: blur(10px);
  animation: fade 3.5s ease-in-out;
  width: 380px;
  aspect-ratio: 4/5;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slideData {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0;
  gap: 20px;
  overflow: hidden;
}
.slideData h1 {
  font-family: "Boldonse";
  font-size: 45px;
  line-height: 90px;
  color: #77b347;
  margin: 0;
  animation: comeout 2s ease-in-out;
  text-align: center;
}
@keyframes comeout {
  0% {
    transform: translateY(-500px);
    opacity: 0;
  }
  90% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
.slideData h1 span {
  color: #F1592A;
  border-bottom: 2px dashed #F1592A;
}
.slideData small {
  font-family: "Sora";
  text-align: center;
  margin: 0;
  font-weight: 500;
  color: #77b347;
  animation: comeleft 3s ease-in-out;
}
.slideData p {
  font-family: "Sora";
  font-size: 18px;
  color: #77b347;
  text-align: center;
  margin: 0;
  font-weight: 500;
  animation: comeleft 2s ease-in-out;
}
@keyframes comeleft {
  0% {
    transform: translateX(-500px);
    opacity: 0;
  }
  90% {
    transform: translateX(0);
  }
  100% {
    opacity: 1;
  }
}
.slideData button {
  font-family: "Sora";
  color: #77b347;
  padding: 10px 30px;
  text-align: center;
  border-radius: 10px;
  border: transparent;
  border-left: 15px solid #77b347;
  border-right: 15px solid #77b347;
  background-color: transparent;
  animation: fade 3.5s ease-in-out;
}
.slideData button:hover {
  letter-spacing: 4px;
}
/* carousalPage */

/* productsContainer */
.productsContainer {
  padding: 50px 0;
  background-color: #ffffff;
}
.productsBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.innerProductBox {
/*  padding: 20px 10px;*/
  border-radius: 15px;
/*  display: flex;*/
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  backdrop-filter: blur(2px);
  border: none;
  position: relative;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.productFooter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.productIconContainer {
  position: absolute;
  z-index: 5;
  right: 5%;
  top: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.productIconContainer .productIcon {
  background-color: #77b347;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.innerProductBox:hover .productIcon:nth-child(even) i {
  transform: rotate(360deg);
}
.innerProductBox:hover .productIcon:nth-child(odd) i {
  transform: rotate(-360deg);
}
.productIconContainer .productIcon i {
  color: #ffffff;
}
.innerProductBox::after {
  background: linear-gradient(
    180deg,
    #77b347aa,
    #77b34799,
    #77b34790,
    #77b34790,
    #77b34780,
    #77b34770,
    #77b34760,
    #77b34750,
    #77b34740,
    #77b34730,
    #77b34720,
    #77b34710,
    #77b34705,
    #77b34700
  );
  width: 100%;
  height: 50%;
  top: 0%;
  left: 0%;
  position: absolute;
  z-index: 1;
  content: "";
  transition: all 0.5s ease-in-out;
}
.innerProductBox h4 {
  font-family: "Sora";
  color: #F1592A;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 2;
}
.innerProductBox p {
  margin: 0;
  color: #3a3a3c;
  text-align: center;
  font-family: "Sora";
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.innerProductBox small {
  text-align: center;
  color: #3a3a3cbb;
  font-family: "Sora";
  font-weight: 500;
}
.innerProductBox button {
  font-family: "Sora";
  color: #ffffff;
  border: none;
  font-size: 14px;
  position: relative;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 30px;
  background-color: #77b347;
  border: 2px solid transparent;
}
.innerProductBox button:hover {
  transform: translateY(-5px);
  border: 2px solid #77b347;
  background-color: transparent;
  color: #77b347;
}
.innerProductBox .productImageBox img {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  aspect-ratio: 5/6;
   border-radius: 35px;
    padding-bottom: 40px;
}
.innerProductBox .productImageBox:hover img {
  transform: scale(1.1);
}
/* productsContainer */
/* choosecontainer */
.chooseContainer {
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
}
.chooseBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.chooseFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.innerChooseBox1.bonsai {
  background-image: url("./assets/gopala krishna bonsai Trees.jpg");
  background-size: cover;
  background-position: center;
  aspect-ratio: 4/2;
  border-radius: 10px;
  width: 100%;
  margin: 15px 0;
}
/*.chooseBox.bonsai .innerChooseBox {*/
.chooseBox:nth-child(1) .innerChooseBox {
  background-image: url("./assets/chooseImage1.jpg");
  background-size: cover;
  background-position: center;
  aspect-ratio: 4/2;
  border-radius: 10px;
  width: 100%;
  margin: 15px 0;
}
/*.chooseBox.topiary .innerChooseBox {*/
.chooseBox:nth-child(2) .innerChooseBox {
  background-image: url("./assets/chooseImage3.jpg");
  background-size: cover;
  background-position: center;
  aspect-ratio: 4/2;
  border-radius: 10px;
  width: 100%;
  margin: 15px 0;
}
.innerChooseBox1.topiary {

  background-image: url("./assets/gopala krishna topiary plants.jpg");
  background-size: cover;
  background-position: center;
  aspect-ratio: 4/2;
  border-radius: 10px;
  width: 100%;
  margin: 15px 0;
}

.innerChooseBox1.aquatic {
  background-image: url("./assets/gopala krishna aquatic plants.jpg");
  background-size: cover;
  background-position: center;
  aspect-ratio: 4/2;
  border-radius: 10px;
  width: 100%;
  margin: 15px 0;
}

.innerChooseBox1.cactus {
  background-image: url("./assets/gopala krishna cacti & succulents plants.jpg");
  background-size: cover;
  background-position: center;
  aspect-ratio: 4/2;
  border-radius: 10px;
  width: 100%;
  margin: 15px 0;
}
.innerChooseBox1 h5 {
  text-align: center;
}
.innerChooseBox1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
/*  height: 200px;  Set a fixed height if needed */
}

.innerChooseBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.innerChooseBox:hover {
  transform: translateY(10px);
}
.chooseBox .chooseIconBg {
  background-color: #3a3a3c;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.chooseBox .chooseIconBg i {
  color: #77b347;
}
.chooseBox h5 {
  font-family: "Sora";
  text-align: center;
  color: black;
  font-weight: 600;
  font-size: 30px;
}
/* choosecontainer */
/* platvariety */
.plantCategoryContainer {
  padding: 50px 0;
  background-color: #ffffff;
}
.swiper {
  padding: 15px 0;
}
.sliderBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.sliderBox h5 {
  font-family: "Sora";
  color: #3a3a3c;
  font-weight: 600;
  margin: 0;
  font-size: 22px;
}
.sliderBox p {
  color: #3a3a3cbb;
  font-family: "Sora";
  text-align: center;
  font-weight: 500;
  margin: 0;
  font-size: 15px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sliderBox img {
  width: 100%;
  aspect-ratio: 6/5;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sliderBox a {
  text-align: center;
  text-decoration: none;
  color: #77b347;
  font-weight: 600;
  font-family: "Sora";
}
/* platvariety */
/* testmonials */
.testimonialsContainer {
  background-image: url("bgBackgroundImage.jpg");
  background-size: cover;
  background-position: 0% 100%;
  background-attachment: fixed;
}
.testCon {
  padding: 50px 0;
  background-color: #3a3a3caa;
}
.testimonialData {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.testimonialData h3 {
  text-align: center;
  font-family: "Sora";
  color: #ffffff;
}
.testimonialData p {
  text-align: center;
  font-family: "Sora";
  width: 80%;
  color: #ffffffbb;
}
.testIconBg {
  width: 80px;
  height: 80px;
  background-color: #77b347;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 50%; */
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0% 80%,
    0% 20%
  );
}
.testIconBg i {
  color: #3a3a3c !important;
}
/* testmonials */
/* footer */
.footerContainer {
  padding: 50px 0;
  /* border-top: 2px solid #3a3a3c50; */
  background-image: url("./assets/bgNavFooter.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}
.footerLogo .logo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.footerLogo .logo img {
  width: 300px;
}
.footerLogo p {
  font-family: "Sora";
}
.footerLogo .knowMoreBtn {
  font-family: "Sora";
  color: #77b347;
  padding: 10px 30px;
  text-align: center;
  border-radius: 10px;
  border: transparent;
  border-left: 15px solid #77b347;
  border-right: 15px solid #77b347;
  background-color: transparent;
  text-decoration: none;
  margin-bottom: 30px;
}
.footerList h3 {
  font-family: "Sora";
  font-weight: 600;
  color: #77b347;
}
.footerList ul {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footerList ul li {
  list-style-type: none;
}
.footerList ul li a {
  color: #3a3a3c;
  text-decoration: none;
  font-family: "Sora";
  font-weight: 500;
}
.footerList ul li a:hover {
  color: #77b347;
}
.footerAddress h3 {
  font-family: "Sora";
  font-weight: 600;
  color: #77b347;
}
.footerAddress p {
  color: #3a3a3c;
  font-family: "Sora";
}
.socialIcons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.iconBg {
  width: 40px;
  height: 40px;
  background-color: #77b347;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 50%; */
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0% 80%,
    0% 20%
  );
}
.iconBg i {
  color: #3a3a3c !important;
}
.copy {
  font-family: "Sora";
  text-align: center;
  margin: 0;
  font-weight: 500;
}
.copy span {
  color: #77b347;
  font-weight: 500;
}
/* footer */
@keyframes comeLeft {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@media (max-width: 1690px) {
  .slideData h1 {
    font-size: 45px;
  }
  .slideData {
    gap: 25px;
  }
}
@media (max-width: 1280px) {
  .navContainer .navBar .navList ul li {
    font-size: 16px;
  }
  .navContainer .navBar .navList ul {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .sideImg1 {
    left: -5%;
  }
  .sideImg2 {
    right: -15%;
  }
  .mobileContainer {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0%;
    background-color: #ffffff;
    width: 100%;
    height: 100vh;
    animation: 0.5s linear comeLeft;
  }
  .mobileContainer.active {
    display: flex;
  }
  .mobileContainer .logo {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .mobileContainer .logo img {
    width: 250px;
  }
  .mobileContainer .navList {
    margin-bottom: 30px;
  }
  .mobileContainer .navList ul {
    padding-left: 30px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .mobileContainer .navList ul li {
    list-style-type: none;
  }
  .mobileContainer .navList ul li a {
    text-decoration: none;
    color: #3a3a3c;
    font-family: "Sora";
  }
  .mobileContainer .btnContainer {
    padding-left: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
  }
  .slideData p {
    font-size: 16px;
  }
  .chooseBox h5 {
    font-size: 18px;
  }
  .chooseBox {
    margin-bottom: 20px;
  }
  .slideImage img {
    width: 400px;
  }
  .navContainer .navBar .navList ul {
    display: none;
  }
  .carSlide {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0;
  }
  .slideImage {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .slideData {
    gap: 20px;
    margin-bottom: 30px;
  }
  .toggleBtn {
    display: block;
  }
  .testimonialData p {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .chooseBox:nth-child(1) .innerChooseBox {
    aspect-ratio: 1;
  }
  .chooseBox:nth-child(2) .innerChooseBox {
    aspect-ratio: 1;
  }
   .chooseBox:nth-child(3) .innerChooseBox {
    aspect-ratio: 1;
  }
   .chooseBox:nth-child(4) .innerChooseBox {
    aspect-ratio: 1;
  }
  .sideImg1 {
    left: -5%;
  }
  .sideImg2 {
    right: -20%;
  }
  .chooseBox h5 {
    font-size: 16px;
  }
  .innerChooseBox {
    width: 100%;
  }
  .sectionHead {
    font-size: 40px;
  }
  .navContainer .navBar .btnContainer {
    display: none;
  }
  .slideImage img {
    width: 350px;
  }
  .slideData h1 {
    font-size: 40px;
    line-height: normal;
  }
  .slideData {
    gap: 15px;
    padding: 10px 0;
  }
  .testimonialData p {
    width: 100%;
  }
}
@media (max-width: 569px) {
  .sideImg1 {
    left: -15%;
  }
  .sideImg2 {
    right: -65%;
  }
  .slideData p {
    font-size: 15px;
  }
  .chooseBox h5 {
    font-size: 15px;
  }
  .sectionHead {
    font-size: 35px;
  }
  .navContainer {
    padding: 0;
  }
  .navContainer .container-fluid {
    padding: 0;
  }
  .navContainer .navBar {
    backdrop-filter: blur(2px);
  }
  .slideData {
    gap: 10px;
  }
  .slideData h1 {
    font-size: 35px;
  }
  .slideImage img {
    width: 300px;
  }
}
@media (max-width: 441px) {
  .slideImage {
    justify-content: center;
    align-items: center;
  }
  .slideData {
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .slideData small {
    text-align: center;
  }
  .slideData p {
    font-size: 14px;
    text-align: center;
  }
  .sectionHead {
    font-size: 30px;
  }
  .slideData h1 {
    font-size: 25px;
    text-align: center;
  }
  .slideImage img {
    width: 100%;
  }
}
