.container1 {
  margin-top: 0px;
}

.banner {
  max-width: 100%; /* Set the maximum width to full screen width */
  position: relative;
  overflow: hidden;
}

.banner img {
  width: 100%; /* Set the image width to 100% */
  height: auto; /* Allow the image to adjust its height accordingly */
  opacity: 1;
  background-position: 50% 50%;
}

.contact{
  font-family: sans-serif;
  font-weight: 400;
  position: fixed;
  bottom: 30px;
  padding-right: 5px;
  font-size:25px;
  font-weight:700;
  background:#D9D9D9;
  color:#47823D;
  align-items: center;
  text-align: center;
  z-index: 999;
  border-radius: 5px;
  left:65px;
  padding:0;
  margin-left: 5px;
  border: 1px solid #47823D;
 
}

.quick-connect {
  position: fixed;
  bottom: 20px;
  border: none;
  background-color: #ffffff;
  color:#ffffff;
  border: none;
  padding: 0;
  width:55px;
  height:55px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.8s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  left:10px;
  border: 1px solid black;
  
}

.quick-connect img{
  width:40px;
  height:auto;
  object-fit: cover;

}

.contact-options a {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 10px;
  text-decoration: none;
  border-radius: 50%;
  padding: 10px;
  left:10px;
  transition: transform 0.8s ease;
}

.contact-options {
  display: none;
  position: fixed;
  bottom: 90px;
  left:5px;
  z-index: 999;
  transition: transform 0.8s ease;
}





.contact-options a {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  text-decoration: none;
  border-radius: 50%;
}

.contact-options a:nth-child(1) { /* WhatsApp */
  background-color:#32CD32;
  color: white;
}

.contact-options a:nth-child(2) { /* Phone */
  background-color: #3F00FF;
  color: white;
}

.contact-options a:nth-child(3) { /* Email */
  background-color:#FF5733;
  color: white;
}


@media only screen and (max-width:5000px) {
  .banner img {
    height: auto; /* Set height to auto for screens smaller than 1800px */
  }
  .rectangContainer {
    height: auto; /* Auto height for smaller screens */
    margin: 10px; /* Reduce margin for smaller screens */
    border-radius: 10px; /* Adjust border radius for smaller screens */
  }

}

@media only screen and (max-width: 768px) {
  .banner img {
   aspect-ratio:2/1;
  }
  .container1 {
    margin-top: 0px;
  }
}

.rectangContainer {
  padding:5px;
  background-image: url("asset/wordmap.png");
  background-color: #47823d;
  background-blend-mode: color-burn;
  margin:20px;
  margin-top: 50px;
  border-radius: 15px;
  min-height: 250px;
  max-height:auto;

}


@keyframes slideIn {
  to {
      transform: translateX(0);
  }
}

.recElements {
  display: flex;
  gap: 10px;
  padding: 20px 0;
  justify-content: space-around;
}
.recItem {
  font-family: Anton, sans-serif; /* Added a fallback font */
  font-size:21px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
  align-items: center; /* Centers the content vertically */
  text-align: center;
  padding:5px 0;
  flex-direction: column; /* Added for column direction */
  width: fit-content; /* Ensures the width fits the content */
}


.recItem:first-child
/* .recItem:hover */ {
  border-bottom: 5px solid #ffffff;
  width: fit-content; /* Ensures the width fits the content */
}


.my-input-container {
  position: relative;
  width: 95%;
  margin-left: 35px;
}

.my-input-container input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  padding: 12px 40px 12px 20px;
  outline: none;
}

.my-input-container .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
  z-index: 1;
}

.featuredCategories {
  margin-top: 40px;
}
.topPromtion {
  margin-top: 20px;
}



.belowtext {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  overflow: hidden; /* Ensures content stays within the container */
  width: 100%; /* Make sure the container takes full width */
  box-sizing: border-box; /* Include padding and border in the element's total width and height */

  text-align: center;
  font-family: Inter;
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  margin-top: 20px;
}
.btext {
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.typewriter {
  overflow: hidden;
  white-space: nowrap;
  display: inline-flex;
  color: orange;
  font-size: 25px;
  box-sizing: border-box;
  flex-shrink: 0;
  border-right: 2px solid orange;
}
.typewriter span {
  display: inline-block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.copyRight {
  text-align: center;
  background-color: #47823d;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyRight p {
  text-align: center;
  align-items: center;
  width: auto;
  font-size: 18px;
}

.upload-container {
  display: flex;
  align-items: center;
  justify-content:space-between;
  gap: 10px;
  background-color:transparent;
  padding:40px;

  border: 2px ;
  min-height:200px;
  border: 2px solid white; /* White border */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Light box shadow */
  border-radius: 8px; /* Rounded corners */

  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.upload-template-download {
  display: flex;
  align-items: center;
}

.upload-template-download img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.upload-template-download a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.upload-file-upload {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload-box {
  max-width:400px;
  width: 100%;
  height:150px;
  border:3px dashed #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.upload-box a {
  color: #fff;
  text-decoration: underline;
}

.upload-search-button {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: not-allowed;
  font-weight: bold;
}

.bestSellerText {
  margin-left: 100px;
  max-width: 113px;
  height: auto;
  font-family: Inter;
  font-size: 24.95px;
  font-weight: 700;
  line-height: 30.2px;
  text-align: left;
  color: #47823d;
  border-bottom: 2.08px solid #47823d;
}
.product-container {
  position: relative;
  overflow: hidden;
  height: 445px;
  top: 40px;
}

.product-wrapper {
  display: flex;
  overflow: hidden;
  margin: 0 70px;


}

@media (max-width: 420px) {
  .product-wrapper {
    margin: 0 10px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
  }
}

.product {
  flex: 0 0 auto;
  width: 275px; /* Adjust as needed */
  margin:10px 10px 10px 15px;
  box-sizing: border-box;
  text-align: center;
  background-color: white;
  padding: 1rem;
  border-radius: 15px;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  overflow:hidden;

  
}

.product img {
  background-position: top; /* Aligns the image at the top */
  width: 100%;
  background-position: 0px 0;
  height:150px;
   border-radius: 10px;
   background-color:#D9D9D9;
   object-fit: contain;
}

.prouductDescription{
  text-align: justify !important;
}

.Heart {
  font-size: 18px;
  position: absolute; /* Position heart icon absolutely */

  right:0%; /* Align to the center */
  transform: translateX(-50%); /* Center horizontally */
  background-color: black;
  border-radius: 50%;
  color: white;
  padding: 5px;
  display: flex;
  justify-content: center;
  z-index: 1; 
}


.scroll-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #47823d;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}

.scroll-button.prev {
  left: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  padding: 10px; /* Adjust padding as needed */
  width: 37px; /* Adjust size as needed */
  height: 37px; /* Adjust size as needed */
  background-color: #47823d; /* Adjust background color as needed */
  color: #fff;
}

.scroll-button.next {
  right: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  padding: 10px; /* Adjust padding as needed */
  width: 37px; /* Adjust size as needed */
  height: 37px; /* Adjust size as needed */
  background-color: #47823d; /* Adjust background color as needed */
  color: #fff;
}

.product h3 {
  /* Ensure the h3 does not wrap */
  white-space: nowrap;
  /* Align text to the left */
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.ratings,
.rating-count,
.comments {
  /* Decrease the font size */
  font-size: 0.8em; /* Adjust as needed */
  /* Align to the right */
  float: right;
  margin-left: 10px; /* Add some space between elements */
}

.ratings::before {
  content: "\2605"; /* Unicode character for star */
  /* Increase space between rating number and star */
  margin-right: 3px;
  /* Set star color to green */
  color: green;
}
.prouductDescription {
  max-width: 250px;
  text-align: justify;
  padding-left: 10px;
}
.MainDetails {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 20px;
}
.mainPrice {
  font-weight: 700;
}
.strikePrice {
  color: #d9d9d9;
}
.offPrice {
  color: green;
  font-weight: 600;
}
.addCart {
  text-align: left;
  padding-left: 10px;
  padding-top: 18px;
}
.button-container1{
position: absolute;
bottom: 20px;
right:50px;
text-align: right;
color: white;
}
.addCart button {
  background-color: transparent;
  border-width: 0.61px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-image: initial;
  border-radius: 15px;
  padding: 10px;
}
.addCart button:hover {
  background-color: #ff5f1f;
}

  .featuredCategories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 40px;
  }

  .grid-item {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    border-radius:15px;
  }

  .grid-item img {
    max-width:180px;
    height:auto;
    object-fit: cover;
  }

  .featureCategoreisText {
    color: #666666;
    font-size: 14px;
  }

.load-more-btn {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 17.37px;
  text-align: center;
  background-color: #47823d;
  color: white;
  border: none;
  outline: none;
  width: 141px;
  height: 45px;

  border-radius: 5px 0px 0px 0px;
  opacity: 0px;
}

.CartAndWish {
  position: relative;
  float: right;
  top: 0;
  right: 10px;
}

.CartAndWish span i {
  margin: 2px;
  padding-right: 10px;
  border: 0.91px solid #00000029;
  padding: 5px;
  border-radius: 50%;
}

.featureCategoreisText {
  font-family: Inter;
  font-size: 18.29px;
  font-weight: 600;
  line-height: 17.37px;
  text-align: center;
}



footer {
  background-color:#333333;
  color: #fff;
  padding: 20px 0;
  font-family:inter;
  margin-top: 20px;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
 
  margin: 0 auto;
}

.footer-section {
  flex: 1;
  margin:10px 30px;
}

.footer-section h3 {
  border-bottom: 1px solid #555;
  padding-bottom: 10px;
  font-family: 'Inter', sans-serif;
}

.footer-section ul {
  list-style-type: none;
  padding: 0;
}

.footer-section ul li {
  margin: 5px 0;
}

.footer-section ul li a {
  color:#FFFFFF;
  text-decoration: none;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
}

.footer-section ul li a:hover {
  color: #fff;
}

#adrs{
  color: #bbb;
}
address {
  margin-top:10px;
  line-height: 1.5;
  font-family: Arial, sans-serif;
}

.footer-section a {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #bbb;
  text-decoration: none;
}

.footer-section a:hover {
  color: #fff;
}


.footer-bottom {
  text-align: left;
  margin-top: 20px;
}

.footer-bottom p {
  margin: 10px 0;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;

}

.social-icons a {
  margin: 10px;
  color:#47823d;
  font-size: 24px;
  text-decoration: none;
  background-color: #fff;
  padding: 10px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 50%;
}
.social-icons a:hover {
  background-color: #555;
  color: #fff;
}



.footer-section i.icon-circle {
  background-color: #fff;
  color: #333333;
  padding: 10px;
  border: 2px solid #fff;
  transition: background-color 0.3s, color 0.3s;

  align-items: center;
}

.footer-section a i.icon-circle:hover {
  background-color: #555;
  color: #fff;
}

.contact-section {
  padding: 20px;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-around;
  gap: 20px;
}

.address, .contact-details, .social-links {
 

  color: #bbb;
  margin-top: 10px;
  font-family: 'Inter', sans-serif;

}
.mny{
  width:66.66%;
}
.xyz{
  display: flex;
  justify-content:space-between;
}
.address p, .contact-details a{
  font-family: 'Inter', sans-serif;
  font: size 18px;
  text-align:center;
  line-height:24.05px;
  color: #FFFFFF;
}
.contact-container h4{
  padding-bottom: 10px;
  color:#fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
}
 .contact-section h3 {
  border-bottom: 1px solid #555;
   padding-bottom:10px;
   color: #fff;
   text-align:left;
   font-family: 'Inter', sans-serif;
}

.contactEmailAndNumber a{
  display: flex;
  align-items: center;
  color:#FFFFFF;
  text-decoration: none;

   text-align: center;
   justify-content: center;
   

   color: #ffffff;
   font-family: 'Inter', sans-serif;
 
}
.map {
  margin-top: 20px;
}

.socialIconlink {
  display: flex;
 
  align-items: center;

}

.socialIconlink a {
  display: flex;
  color:#47823d;
  font-size: 24px;
  text-decoration: none;
  background-color: #fff;
  padding: 10px;
  border: 2px solid #fff;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 50%;
  margin-right: 10px;


}

.socialIconlink a:hover {
  background-color: #555;
  color: #fff;
}



  .socialIconlink i.icon-circle {
  background-color: #fff;
  color: #333;
  padding: 10px;
  border: 2px solid #fff;
  transition: background-   color 0.3s, color 0.3s;

  align-items: center;
}

.socialIconlink a i.icon-circle:hover {
  background-color: #555;
  color: #fff;
}

.footerDownloadImage img{
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center
}
@media (max-width: 768px) {
  
  .footer-section {
 
    margin:10px;
}
 .contact-container {
      flex-direction: column;
      gap:0;
  }
  .mny{
    width: 100%;
  }
  .xyz{
  
    flex-direction: column;
  }
  .footerDownloadImage{
    justify-content: center;
  }
  .address, .contact-details, .social-icons {
      flex: 1 1 auto;
      text-align: center;
      margin:10px 0;
  }
  .contactEmailAndNumber a{
    text-align: center;
    align-items: center;
    justify-content: center;
  }
   .social-links{
    text-align: center;
    justify-content: center;
    align-items: center;
   }
   .socialIconlink{
    justify-content: center;
    align-items: center;
  }
   
  .map iframe {
      
      height: 300px;
  }
  
  .whyChoose p {
    padding:5px !important;
  }
  .subChoose p{
    padding:5px !important;
  } #footerText{
    padding:5px !important;
  }
   #ThankYouFooter{
    padding:5px !important;
  }
}
.horizontal-section {
  background-color:#333333;
  padding: 20px;
  margin: 20px 0;
  color: #ffffff;
  margin: 0 auto;
}

.horizontal-section h3 {
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
  margin-bottom: 10px;
  

  color: #ffffff;
  font-family: 'Inter', sans-serif;

}

.horizontal-section ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.horizontal-section ul li {
  margin: 3px 8px;
  border-right: 1px solid white;
}

.horizontal-section ul li a {

  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 5px;
}

.horizontal-section ul li a:hover {
  color: #fff;
}

.horizontalLine {
  max-width: 1800px;
  border-bottom: 1px solid #ffffff63;
}

.whyChoose {
  padding: 20px;
  margin: 20px 0;
}

.whyChoose h3 {
  color: #47823d;
  font-family: Inter;
font-weight: 700;
line-height: 22.05px;
text-align: left;

}
.whyChoose p {

font-size:18px;
font-weight: 400;

text-align: left;


color: #ffffff;
font-family: 'Inter', sans-serif;

font-weight: 400;
line-height: 24px;



padding: 20px; /* Space inside the footer */
margin-top:10px; /* Space above the footer */

}

.subChoose p {
 
  color:rgba(255, 255, 255, 0.42);;

  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
 

  padding: 20px; /* Space inside the footer */
  margin-top: 20px; /* Space above the footer */

}
.subHead {
  font-size: 16px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  line-height: 24px;
}

#footerText {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
 

  padding: 20px; /* Space inside the footer */
  margin-top: 20px; /* Space above the footer */
}


#ThankYouFooter {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
 

  padding: 20px; /* Space inside the footer */
  margin-top: 20px; /* Space above the footer */

}




@media only screen and (max-width: 1200px) and (min-width:769px) {
  .recItem {
    font-size:13px;
    text-align: left;
  }
}


@media only screen and (max-width: 768px)  {
  .featuredCategories {
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    gap:10px;
    margin:20px;
  }

  .grid-item {
    padding:20px;
   
  }

  .grid-item img {
    width:150px;
    height:150px;
  }

   .recItem{
    font-size:10px;
    text-align:center;
   }
  .rectangContainer {
    height: auto; /* Auto height for smaller screens */
    margin: 10px; /* Reduce margin for smaller screens */
    border-radius: 10px; /* Adjust border radius for smaller screens */
  }

  .my-input-container {
    margin-left: 10px;
  }
  .my-input-container {
    width: 95%; /* Adjust width for smaller screens */
  }

  .my-input-container input[type="text"] {
    padding: 8px; /* Reduce padding for smaller screens */
    font-size: 14px; /* Adjust font size for smaller screens */
  }

  .world-map {
    height: 300px; /* Adjust the height for smaller screens */
  }
}


@media only screen and (max-width: 900px) {
  .bestSellerText {
    margin-left: 20px; /* Adjust as needed */
    max-width: 100px; /* Adjust as needed */
    font-size: 20px; /* Adjust as needed */
    line-height: 28px; /* Adjust as needed */
  }
  .featuredCategories {
    flex-direction: column;
    align-items: center; /* Optional: Centers items horizontally */
  }

  .grid-item {
    margin-bottom: 20px; /* Optional: Adds space between items in column layout */
  }


}

@media screen and (max-width: 600px) {
  .recItem:nth-of-type(4) ,.recItem:nth-of-type(5) {
    display: none;
}
 .upload-container{
  display:none !important;
 }
.recItem:first-child{
  border: none;
}
  .featuredCategories {
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    gap:20px;
    margin:10px;
  }

  .grid-item {
    padding:10px;
   
  }

  .grid-item img {
    max-width:100px;
    width: 100%;
    object-fit: cover;
    height: auto;
  }
  
  .belowtext {
    font-size: 20px;
  }
  .typewriter {
    font-size: 20px;
  }


  .button-container1 button{
    border-radius: 50%;
    font-size: 15px;
  }
  .button-container1{
    position: absolute;
    bottom:10px;
    right:50px;
    text-align: right;
    color: white;
    border-radius: 50%;
  }
  #pemlearnsMore, #pemshop{
    display: none;
  }

}
@media screen and (max-width: 460px) {
  .belowtext {
    font-size: 18px;
  }
  .typewriter {
    font-size: 18px;
  }
  .recItem:nth-of-type(4) ,.recItem:nth-of-type(5) {
    display: none;
}
}
@media screen and (max-width: 390px) {
  .belowtext {
    font-size: 12px;
  }
  .typewriter {
    font-size: 12px;
  }
  .recItem:nth-of-type(4) ,.recItem:nth-of-type(5) {
    display: none;
}
}
