@font-face {
  font-family: 'Nunito';
  src:url('nunito-font/static/Nunito-Regular.ttf') format('truetype');
  src:url('nunito-font/static/Nunito-Bold.ttf') format('truetype');
  src:url('nunito-font/static/Nunito-SemiBold.ttf') format('truetype');
}

* { 
	margin: 0; 
	padding: 0; 
	box-sizing: border-box; 
	
} 
body {
    font-family: 'Nunito';
    margin: 0;
    padding: 0;
}
header {
    background-color: #ffffff;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    height: 100px;
  }
  
  .logo {
    display: inline-block; 
  
  }
  .logo img{
    width: 180px;
    height: auto;
    margin-left: 150px;
  }
  
  
  .list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 16px;
    align-items: center;
    text-transform: uppercase;
  
  }
  
  
 a {
      color: black;
      text-decoration: none;
      padding: 1px 11px;
      font-size: 18px;
      font-weight: 500;
      margin-right: 10px; /* Adjust the margin to create space between the anchor tag and the buttons */
  }
  
  
  button {
    padding: 1em 3em;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 15.5px;
    color: #000;
    border: 1px solid #000000;
    background-color: #fff;
     border-radius: 45px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    
   
  }
  .buttons1{
   background-color: #F9C61B;
   border: #F9C61B;
   font-weight: 700;
  }
  
  button:hover {
    background-color: #F9C61B;
    transform: translateY(-7px);
  }
  
  button:active {
    transform: translateY(-1px);
  }
  
  .checkbtn {
    font-size: 30px;
    color: #000;
    cursor: pointer;
    display: none;
  }
  
  #check {
    display: none;
  }
  
  @media (max-width: 768px) {
    .checkbtn {
      display: block;
      order: 1;
      margin-right: 20px;
    }
  
.list {
      position: fixed;
      top: 100px;
      right: -100%;
      background :rgb(252, 230, 147) url(/Homepage/images/Frame8.png);
     width: 100%;
      height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      transition: all 0.3s;
      z-index: 9999; 
    }
a.nav-link {
      font-size: 20px;
	margin-top: 75px;
    }
  
    #check:checked ~ ul {
      right: 0;
    }
   
      .logo img {
        max-width: 200px; /* Adjust the maximum width for larger screens */
        margin-left: 0px; /* Adjust the left margin for larger screens */
      }
    
   
  }
  @media only screen and (max-width: 600px) {
   
    .logo img {
      max-width: 200px; /* Adjust the maximum width for larger screens */
      margin: 0 auto; /* Adjust the left margin for larger screens */
    }
  }
  @media only screen and (max-width: 258px) {
    .logo img {
      width: 120px; /* Adjust the width for smaller screens */
      margin-left: 0; /* Remove the left margin */
      margin-right: auto; /* Center the image horizontally */
      display: block; /* Ensure the image takes full width */
    }
  }
  
 /* under the navbar rectangle1 */
nav {
    background: rgba(255, 199, 0, 1); /* Orange color */
    padding: 10px 20px;
}
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-left p {
    font-family: 'Nunito';
    font-weight: 800;
    font-size: 54px;
    color: #000000;
    margin-top: 2px;
    margin-left: 101px;
}
.frame {
    top: 340px;
    padding: 5px 17px;
    background-color: #000000;
    position: absolute;
    display: flex;
    font-size: 16px;
    align-items: center;
    white-space: nowrap;
    color: #FFFFFF;
    margin-left: 101px;
}
/* this is te section style for all */
.section {
    padding: 100px 20px; 
    text-align: center;
    color: white; 
}
.section-content {
    text-align: center;
}
.section-content h1 {
    font-family: 'Nunito';
    margin-top: -4%;
    font-size: 33px;
    font-weight: 800;
    color: black;
}
.section-content p {
    font-family: 'Nunito';
    font-weight: 500;
    font-size: 20px;
    margin-top: 25px;
    color: black;
}
.image-container {
    display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -46px;
}
.image-container img {
     margin: 10px; /* Adjust spacing between images */
}
#section1 {
    background-image: url('/images/Frame9.png'); /* Replace 'background1.jpg' with the path to your first background image */
    background-size: cover;
    background-position: center;
}
/* Cards styles */
#rectangle-card {
    background-color: #FFF9E3; 
    align-items: center;
    justify-content: center;
    display: flex;
   
}

.card-list {
  display: flex;
   justify-content: center;
  
  cursor: pointer;
  gap: 50px;
}

.card-item {
  width: 300px;
  height: 453px;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin: 20px;
}

.card-item:hover,
.card-item:focus {
  transform: translateY(-10px);
  outline: none; /* Remove outline when card is focused */
  border: 2px solid #FFC700 ; /* Add border when card is focused */
}

.card-item img {
  width: 300px;
  border-radius: 50%;
}

.card-item h3 {

  font-size: 1.8rem;
  color: #000;
  text-align: left;
}

.card-item p {
  margin-top: 20px;
  color: #000;
  font-family: 'Nunito';
font-size: 15px;
font-weight: 600;
line-height: 18px;
text-align: justified;
text-align: left;

}
/* Media query for tablets */
@media screen and (max-width: 768px) {
  .card-list {
    flex-direction: column;
    align-items: center;
  }

  .card-item {
    width: 80%;
    margin-bottom: 30px;
  }
}

/* Media query for mobile phones */
@media screen and (max-width: 480px) {
  .card-item {
    width: 90%;
  }
}
/* Media query for screens with a maximum width of 350px */
@media screen and (m-width: 350px) {
  .card-item {
    max-width: 90%; /* Adjusting card width for smaller screens */
    margin: 10px; /* Adjusting margin for smaller screens */
   
  }
}
/* Media query for screens with a maximum width of 350px */
@media screen and (max-width: 350px) {
  .card-item { max-width: 90%; margin: 10px; height: auto;}
.card-item img {max-width: 150px; }

  .card-item h3 {
    font-size: 1.4rem; /* Decreasing font size of headings for smaller screens */
  }

  .card-item p {
    font-size: 14px; /* Decreasing font size of paragraphs for smaller screens */
  }
}
.cards-container{
    display: flex;
    justify-content: center;
}

.card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
#section2 {
    background-image: url('images/Frame8.png'); 
    background-size: cover;
    background-position: center;
}


.card-header {
    display: flex;
    align-items: center;
    background-color: #FFF9E3;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.card-header-right h2 {
    font-family: 'Nunito';
    font-weight: 600;
    margin: 0;
    margin-left: 10px;
    color: #000000; 
}

.card-content {
    padding: 20px;
    text-align: center;
}
.card-content li{
    text-align: center;
    font-family: 'Nunito';
    margin-left: 16px; 
    margin-bottom: 16px; 
    font-weight: 600;
    color: black;
}
.card-content ul {
    list-style-type: none;
    padding-left: 0;
}

.card-content li {
    margin-bottom: 10px;
    padding-left: 25px; /* Adjust as needed */
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="orange"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 16.2l-3.5-3.5 1.4-1.4 2.1 2.1 4.5-4.5 1.4 1.4z"/></svg>'); /* Orange tick mark SVG */
    background-repeat: no-repeat;
    background-position: 0 50%; /* Adjust position if needed */
    
}  
.tick-list li {
    background-size: 20px;
    
}
.tick-icon {
    color: #F9C61B;
    font-weight: 30px; 
    
}
#rectangle-card {
    padding: 20px;
  }
  
  .card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .card {
    width: calc(30% - 25px); /* Adjust the width of the cards as needed */
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }
  .card-content {
    padding: 20px;
  }
  

  
    /* Your CSS styles for cards and buttons */
    .cards-container1 {
        overflow: hidden;
        position: relative;
        max-width: 1000px; /* Adjust as needed */
        margin: 0 auto;
         text-align: left;
      
     
    }
    .card-container1 {
        display: flex;
        transition: transform 0.5s ease;
        
    }
    .card1 {
        width: 250px; /* Adjust as needed */
        margin-right: 20px; /* Adjust spacing */
        background: rgba(255, 255, 255, 1);
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        flex-shrink: 0;
    }
    .card1.active {
        display: block;
    }
    .image {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #ccc;
    }
    .card-content {
        padding: 20px;
        margin-left: -40px;
    }
    
    h2 {
        font-size: 18px;
        margin-top: 0;
    }
    p {
        font-size: 14px;
        color: #000000;
    }
    .wrapper { 
        max-width: 1000px; 
        width: 100%; 
        position: relative; 
    
    } 
    .body-heading{
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        font-family: 'Nunito';
        font-weight: 800;
        color: #000000;
        font-size: 1.5rem;
        background-color: #F9C61B;
        border-radius: 50px;
        height: 50px;
        width: 30%;
        margin: 0 auto; /* Adjust the width as needed */
}
/* Media Queries */
@media (max-width: 1200px) {
    .body-heading {
      font-size: 1.4rem; /* Slightly smaller font size */
      width: 40%; /* Adjust width */
    }
  }
  
  @media (max-width: 992px) {
    .body-heading {
      font-size: 1.3rem; /* Slightly smaller font size */
      width: 50%; /* Adjust width */
    }
  }
  
  @media (max-width: 768px) {
    .body-heading {
      font-size: 1.2rem; /* Smaller font size */
      width: 60%; /* Adjust width */
    }
  }
  
  @media (max-width: 576px) {
    .body-heading {
      font-size: 1rem; /* Smaller font size */
      width: 80%; /* Adjust width */
      height: 40px; /* Adjust height */
      border-radius: 25px; /* Adjust border radius */
    }
  }
    .body{
         
        display: flex; 
	align-items: center; 
	justify-content: center; 
	padding: 60px 20px; 
	background: #FFF9E3;

    }
    
   

.wrapper i {
    height: 50px;
    width: 50px;
    background: #FFC700;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 2rem;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wrapper i:first-child {
    left: -22px;
}

.wrapper i:last-child {
    right: -22px;
}

.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel .card {
    scroll-snap-align: start;
    height: 500px; /* Fixed height */
    list-style: none;
    background: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 98%;
    padding: 20px;
    box-shadow: 9px 3px 21px 0px #7D640D1A, 35px 13px 38px 0px #7D640D17, 79px 30px 51px 0px #7D640D0D, 140px 53px 60px 0px #7D640D03, 219px 83px 66px 0px #7D640D00;
}

.card .img {
    width: 100%;
    max-width: 250px;
    height: 225px; /* Fixed height for images */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.card .img img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensures the image fits within the fixed dimensions */
}

.card_heading {
    width: 100%;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 10px;
}

.card_heading h2 {
    font-weight: 500;
    font-size: 1.56rem;
    color: black;
    margin: 0;
}

.card_description {
    width: 100%;
    text-align: left;
    padding: 0 20px;
    flex-grow: 1; /* Ensures all cards grow equally */
    display: flex;
    align-items: center;
}

.card_description p {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
    margin-top: 10px;
}

@media screen and (max-width: 900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }
}
 
    footer {
        background: #FFC700;
        padding: 30px;
        
      }
      
      .footer {
        max-width: 900px; /* Set maximum width for content */
        margin: 0 auto; /* Center align content */
        display: flex;
        justify-content: space-between; /* Space items evenly */
        flex-wrap: wrap; /* Wrap items on smaller screens */
      }
      
      .footer .col-1,
      .footer .col-2 {
        width: 45%; /* Set width for columns */
        margin-bottom: 20px; /* Add some space between columns */
      }
      .footer .col-1{
        margin-top: 20px;
        font-size: 18px;
      }
      
      .footer .col-1 ul {
        list-style: none; /* Remove default list style */
      }
      
      .footer .col-1 ul li {
        margin-bottom: 10px; /* Add space between list items */
      }
      
      .footer .col-2 p {
        margin-bottom: 20px; /* Add space between paragraphs */
        font-size: 18px;
        color: #000000;

      }
      
      .footer .col-2 input[type="email"] {
        width: 50%; /* Adjust width of input field */
        padding: 10px; /* Add some padding */
        margin-bottom: 10px; /* Add space below input */
        border-radius: 10px;
        background: #000E31;
        opacity: 15%;
        color: #fff;
    
      }
      
      .footer .col-2 button {
        padding: 8px 20px; /* Add padding to button */
        background-color: #000; /* Set button background color */
        
        color: #FFC700;
        border: none; /* Remove border */
        cursor: pointer; /* Add cursor pointer on hover */
        border-radius: 10px;
      }
      
      .footer .col-2 button:hover {
        background-color: #000; /* Change background color on hover */
      }
      
      .footer .col-2 .social-container {
        display: flex;
        align-items: center; /* Center align items vertically */
        margin-top:10px;
      }
      
      .footer .col-2 .social-container p {
        margin-right: 10px; /* Add space between text and icons */
	margin-top: 15px;
      }
      
      .footer .col-2 .social-container a {
        margin-right: 10px; /* Add space between social icons */
        text-decoration: none; /* Remove default underline */
        font-size: 20px;
        display: inline-block; /* Ensure a tags are block level */
        width: 40px; /* Fixed width for icons */
        height: 40px; /* Fixed height for icons */
        margin-right: 10px; /* Add space between social icons */
        text-decoration: none; /* Remove default underline */
       text-align: center; /* Center icon text */
        line-height: 40px; /* Center icon vertically */
        border-radius: 30%; /* Make icons circular */
      }
      
      
      .footer .col-2 .social-container a.facebook {
        background-color: #000000; /* Facebook color */
        
        color: #FFC700;
      }
      
      .footer .col-2 .social-container a.instagram {
        background-color: #000; /* Instagram color */
        
        color: #FFC700;
      }
      
      .footer .col-2 .social-container a.linkedin {
        background-color: #000000; /* LinkedIn color */
       color: #FFC700;

      }
      
      .footer .col-2 .social-container a.whatsapp {
        background-color: #000000; /* WhatsApp color */
        color: #FFC700;
      }
      /* Media Queries */
    @media (max-width: 768px) {
        .footer {
          flex-direction: column; /* Stack columns vertically */
          align-items: center; /* Center align items */
        }
        
        .footer .col-1,
        .footer .col-2 {
          width: 100%; /* Full width for columns */
          text-align: center; /* Center align text */
        }
        
        .footer .col-2 input[type="email"] {
          width: 60%; /* Full width input field */
        }
      
        .footer .col-2 .social-container {
          justify-content: center; /* Center align social icons */
        }
      
        .footer .col-2 .social-container p {
          margin-bottom: 10px; 
          font-size: 12px;/* Add space below text */
        }
      } 
  @media screen and (max-width:1023px){
    .header-container{display: block;padding: 10px 30px 20px 10px;text-align: center;}
    .logo img{width: 150px;padding: 0;}
    .nav-container{display: block;}
    .nav-left{margin: 0px 0px 30px 0px;}
    .nav-left p{margin: 0px; font-size: 33px; text-align: center; }
    .nav-right img{width: 100%;}
    .frame{left: 50%; margin: 0px; transform: translateX(-50%); top: 192px;}
    .section{padding: 50px 20px;}
    .section-content h1{font-size: 25px;}
    .section-content p{font-size: 18px;}
    .image-container img{width: 100%;}
    .rectangle,
    .cards-container{display: block;}
    .card-content{margin-left: 0px;}
    .card{width: 100%; max-width: 98%; display: block; margin: 0 0 30px 0; padding: 0 ; text-align:left;}
    .card img{max-width: 800px;}
    .footer-content p{width: 100%;}
    
}




/*Only for slider responsive*/
@media only screen and (max-width: 1000px) and (min-width: 800px) {
    .card-container1 {
        width: 95%; /* Adjust the width */
    }
    .card1 {
        width: calc(40% - 20px); /* Two cards per row */
    }
}
@media only screen and (max-width: 900px) and (min-width: 100px) {
    .card-container1 {
        width: 95%; /* Adjust the width */
    }
    .card1 {
        width: calc(30% - 25px); /* Two cards per row */
    }
    
}
@media only screen and (max-width: 600px) and (min-width: 500px) {
    .card-content h2 {
        font-size: 13px; /* Adjust h2 font size */
    }
    .card-content p {
        font-size: 12px; /* Adjust p font size */
    }
}

@media only screen and (max-width: 499px) and (min-width: 100px) {
    .card-content h2 {
        font-size: 9px; /* Adjust h2 font size */
    }
    .card-content p {
        font-size: 9px; /* Adjust p font size */
        font-style: bold;
    }
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Card styling */
.section-card {
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 100px;
  margin-left: 20px;
  gap: 20px;
}

.card-header {
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  background: #FFF9E3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #000;
  padding: 40px 0px;
  position: relative; /* Ensure absolute positioning works within this container */
}

.header-image {
  width: 198px;
  position: absolute;
  left: 54%;
  transform: translateX(-137%) translateY(-31%);
  top: 17px;
}


.image {
  width: 278px;
  position: absolute;
  left: 50%;
  transform: translateX(-99%) translateY(-50%);
  top: 40px; /* Adjust the position vertically */
}

.card-header h2 {
  font-size: 1.8rem;
  margin: 0 20px;
  margin-left: 250px;
  margin-top: -9px; /* Adjusted for better spacing */
  color: #000000;
}


.para h2 {
  font-size: 10px;
}

.card-body ul {
  list-style: none;
  padding: 20px;
  color: #000000;
}

.card-body ul li {
  padding: 10px 0;
  display: flex;
  text-align: left;
}

.card-body ul li i {
  color: #FFC700;
  margin-right: 10px;
}

/* Font Awesome CSS link */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

/* Media Query for larger screens */
@media only screen and (min-width: 900px) {
  .container {
    display: flex;
    justify-content: space-between;
  }

  .section-card {
    width: 48%;
  }
}

/* Media Query for smaller screens */
@media only screen and (max-width: 900px) {
  .section-card {
    margin: 20px auto;
    width: calc(100% - -17px);
  }

  .card-header {
    padding: 20px 0; /* Reduce padding for smaller screens */
  }

  .card-header h2 {
    font-size: 1.5rem;
    margin: 0 10px;
    margin-top: 20px; /* Adjust for better spacing */
    margin-left: 168px;
  }

  .header-image {
    width: 170px;
    top: 17px;
    margin-left: 66px;
  }

  .image {
    width: 199px;
    top: 43px;
    margin-left: 28px;
  }
  }

  /*.card-body ul {
    padding: 10px; /* Reduce padding for smaller screens 
  }

  .card-body ul li {
    padding: 5px 0; /* Reduce padding for smaller screens 
  }

  .card-body ul li i {
    margin-right: 5px; /* Adjust spacing for smaller screens 
  }
*/
