  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  background: #F8FAE5;
  overflow-x: hidden;
  overflow-y: scroll;
}

.main-section {
  background: url(IMG/Ellipse2.png) no-repeat center/cover;
  width: 100%;
  height: 160vh;
  display: flex;
  flex-direction: column;
}

.header {
  width: 100%;
  background: #6D9538;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 170px;
  padding-right: 170px;
  height: 142px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}


.hero {
  margin-top: 160px;
}


.hamburger-menu-container {
  position: relative;
  display: none;
}


.hamburger {
  width: 45px;
  cursor: pointer;
  display: block;
}


.side-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 65%;
  height: 100vh;
  background-color: #6D9538;
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
 
  padding: 60px 25px;
  transition: right 0.4s ease;
  z-index: 200;
}


.menu-logo {
  width: 100px;
  margin-bottom: 40px;
}


.side-menuu {
  color: #F8FAE5;
  font-family: Lalezar;
  font-size: 25px;
  text-decoration: none;
  text-underline-offset: 9px;
  margin-bottom: 25px;
  text-align: right;
  transition: 0.3s;
}

.side-menuu:hover {
  text-decoration: underline;
}


.side-menuuu {
  color: #F8FAE5;
  font-family: Lalezar;
  font-size: 25px;
  text-decoration: underline;
  text-underline-offset: 9px;
  margin-bottom: 25px;
  text-align: right;
  transition: 0.3s;
}


.blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 150;
}


.hamburger-menu-container:hover .side-menu {
  right: 0;
}

.hamburger-menu-container:hover .blur-overlay {
  opacity: 1;
  pointer-events: all;
}


.logo {
  width: 80px;
}


.nav-links {
  display: flex;
  gap: 40px;
}

.link{
  color: #F8FAE5;
  font-family: Lalezar;
  font-size: 25.778px;
  font-weight: 400;
  text-decoration: none;
  text-underline-offset: 9px;
}

.nav-links a:hover {
  text-decoration: underline;
}
.nav-linkk{
  color: #F8FAE5;
  font-family: Lalezar;
  font-size: 25.778px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 9px;
}

.nav-link{
  display: flex;
  flex-direction: column;
 
}
.linkk{
  color: #F8FAE5;
  font-family: Lalezar;
  font-size: 25.778px;
  font-weight: 400;
  text-decoration: none;
  text-underline-offset: 9px;
}

.linkk a:hover {
  text-decoration: underline;
}
.header-icons {
    display: flex
;

    gap: 12px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.heade-icons {
  display: flex
;
width: 30px;
height: 30px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
transition: 0.3s;
  gap: 12px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}




.l{ background-image: url("IMG/charm_person.png"); }
.l:hover { background-image: url("IMG/charm_person1.png"); }

.g { background-image: url("IMG/grommet-icons_language.png"); }
.g:hover { background-image: url("IMG/grommet-icons_language1.png"); }

.b{ background-image: url("IMG/iconamoon_menu-burger-horizontal-bold.png"); }
.b:hover { background-image: url("IMG/iconamoon_menu-burger-horizontal-bold-1.png"); }


.hero-text h1 {
  color: #FFFED1;
  font-family: Lalezar;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}

.hero-text h2 {
  text-align: center;
  color: #F8FAE5;
  font-family: Lalezar;
  font-size: 88.889px;
  font-weight: 400;
}
.hero-image img {
  max-width: 90%;
  height: auto;
}
.section2 {
  width: 100%;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
     padding-left: 170px;
  padding-right: 170px;
  gap: 20px;
  position: relative;
  top: -100px;
}

.section2-title {
  color: #D0011E;
  font-family: Lalezar;
  font-size: 40px;
  font-weight: 400;
  text-align: right;
}

.section2-subtext {
    color: #393939;
    text-align: right;
    font-family: Zain;
    font-size: 29px;
    font-weight: 700;
    max-width: 1248px;
    margin-bottom: 40px;
}

.section2-card-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.section2-card {
width:375.333px ;
height: 606.667px;
  border-radius: 28px;
  background: linear-gradient(180deg, #6D9538 57%, #E4F0CC 100%);
  display: flex;
  flex-direction: column;
  transition: opacity 0.5s ease-in-out;
  justify-content: space-between;
  padding: 10px;
  overflow: hidden;
    position: relative;
  overflow: hidden;
  cursor: pointer;
}

.section2-card-img {
  width: 100%;
  height: auto;
  position: relative;
  bottom: -145px;
  object-fit: contain; 
  

  transition: transform 0.5s ease-in-out;
}


.section2-card-img1 {
  width: 92%;
   height: auto;
  position: relative;
  bottom:-125px;
  object-fit: contain; 
  
  transition: transform 0.5s ease-in-out;
}
.section2-card-text {
      position: relative;
    top: 100px;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  color: #F8FAE5;
  font-family: Lalezar;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
.section2-card-text1 {
      position: relative;
       bottom: 25px;
   opacity: 0;
  transition: opacity 0.5s ease-in-out;
  color: #F8FAE5;
  font-family: Lalezar;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
.section2-card:hover:hover{

background:  linear-gradient(180deg, #FFFED1 0%, #6D9538 71.63%);
}
.section2-card:hover .section2-card-img  {
  transform: translateY(-150px);
  
}
.section2-card:hover .section2-card-img1  {
  transform: translateY(-150px);
  
}
.section2-card:hover .section2-card-text {
  opacity: 0;

}

.section2-card:hover .section2-card-text1 {
  opacity: 1;

}
.big-jam{
    width: 100%;
height: auto;


}
.section3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 40px 100px;
}

.section3-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.section3-container.reverse {
  flex-direction: row-reverse;
}

.section3-img {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section3-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.section3-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: right;
}

.section3-box-title {
  color: #D0011C;
  text-align: right;
  font-family: Lalezar;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}

.section3-box-subtext {
  color: #393939;
  text-align: right;
  font-family: Zain;
  font-size: 29px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 80px;
}

.button {
  width: 180px;
  height: 55px;
  border-radius: 30px;
  background: #E5B739;
  color: #F8FAE5;
  font-family: Lalezar;
  font-size: 24px;
  border: none;
  cursor: pointer;
  text-decoration: none;
 text-decoration-thickness: 10%;
 text-underline-offset: 9px;
}

.button:hover{
  text-decoration:underline ;
}.section4 {
  width: 100%;
padding: 140px 186px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #f9f9e9;
  position: relative;
}

.section4-title {
  color: #D0011E;
  font-family: Lalezar;
  font-size: 50px;
  font-weight: 400;
  text-align: right;
}

.section4-subtext {
  color: #393939;
  text-align: right;
  font-family: Zain;
  font-size: 29px;
  font-weight: 700;
  max-width: 1248px;
  margin-bottom: 40px;
}

.section4-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}


.section4-card {
 width: 32%;
  
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section4-card img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.section4-card:hover img {
  transform: scale(1.05);
}
.section4-card img:hover .section4-text {
  font-size: 50px;
}

.heony{
  width: 34%;
  position: absolute;
  left: -207px;
  bottom: 790px;
}

.section4-text {  color: #fffef0;
  text-align: center;
  font-family: Lalezar;
  font-size: 40px;
  font-weight: 400;
  position: absolute;
  top: 99px;
  right: 128px;
  left: 0;
  pointer-events: none; 
  transition: transform 0.3s ease;
}
.footer {
    width: 100%;
    height: 442.667px;
    background: #6D9538;
    color: #fff;
    font-family: Zain, sans-serif;
    padding: 100px 186px;
    box-sizing: border-box;
    position: relative;
       min-height: 453px;
      

}

.footer-container {
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 240px;
 
}

.logo1 {
width: 129.778px;


  margin-bottom: 10px;
}

.footer-title {
color: #FFFED1;
text-align: right;
font-family: Lalezar;
font-size: 28.444px;
font-style: normal;
font-weight: 400;
line-height: normal;
  margin-bottom: 10px;
}

.footer-subtitle {
color: #F8FAE5;
text-align: right;
font-family: Zain;
font-size: 28.444px;
font-style: normal;
font-weight: 400;
line-height: 140.5%; 
  margin: 0;
}

.footer-box-icons {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.footer-icon {
  width: 37px;
  height: 37px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}


.fb { background-image: url("IMG/proicons_facebook.png"); }
.fb:hover { background-image: url("IMG/proicons_facebook1.png"); }

.yt { background-image: url("IMG/mingcute_youtube-line.png"); }
.yt:hover { background-image: url("IMG/mingcute_youtube-line1.png"); }

.at { background-image: url("IMG/streamline-logos_thread-logo-logo-solid.png"); }
.at:hover { background-image: url("IMG/streamline-logos_thread-logo-logo1-solid.png"); }

.ig { background-image: url("IMG/mdi_instagram.png"); }
.ig:hover { background-image: url("IMG/mdi_instagram1.png"); }


.footer-copy {
  text-align: right;
 color: #F8FAE5;

font-family: Zain;
font-size: 21.333px;
font-style: normal;
font-weight: 400;
line-height: normal;
     margin-top: 80px;
  
  
}

@media (min-width: 900px) and (max-width: 1280px) {

  .main-section {


    height: 116vh;
  }

  .header {
    padding-left: 100px;
    padding-right: 100px;
    height: 120px;
  }

  .hero-text h1 {
    font-size: 42px;
  }

  .hero-text h2 {
    font-size: 70px;
  }

  .section2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section2-title {
    font-size: 42px;
  }

  .section2-subtext {
    font-size: 24px;
  }

  .section3 {
    padding: 60px 80px;
  }

  .section3-box-title {
    font-size: 42px;
  }

  .section3-box-subtext {
    font-size: 24px;
  }

  .section4 {
    padding: 100px 120px;
  }

  .section4-title {
    font-size: 42px;
  }

  .section4-subtext {
    font-size: 24px;
  }

  .footer {
    padding: 80px 120px;
  }

  .footer-title {
    font-size: 24px;
  }

  .footer-subtitle {
    font-size: 20px;
  }
}
@media (min-width: 501px) and (max-width: 900px) {
 

  .main-section {
    height: 80vh;
    background-position: center top;
    background-size: cover;
  }

  .header {
    padding: 20px 50px;
    height: 100px;
  }

  .hero-text h1 {
    font-size: 30px;
  }

  .hero-text h2 {
    font-size: 55px;
  }

  .section2 {
    padding: 40px 60px;
  }

  .section2-title {
    font-size: 32px;
    text-align: center;
  }

  .section2-subtext {
    font-size: 20px;
    text-align: center;
  }

  .section2-card {
    width: 48%;
    height: 420px;
  }

  .section3-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .section3-box,
  .section3-img {
    width: 90%;
  }

  .section3-box-title {
    font-size: 32px;
  }

  .section3-box-subtext {
    font-size: 20px;
  }

  .section4 {
    padding: 80px 60px;
  }

  .section4-title {
    font-size: 32px;
  }

  .section4-subtext {
    font-size: 20px;
  }

  .section4-card {
    width: 45%;
  }

  .footer {
    padding: 60px;
  }

  .footer-title {
    font-size: 20px;
  }

  .footer-subtitle {
    font-size: 18px;
  }
}
@media (max-width:900px) {
  .main-section {
    height: 88vh;
    background-size: contain;   
    background-position: top center;
  }
  .link{
    display: none;
  }
  .nav-linkk{
    display: none;
  }
    .linkk{
    display: flex;
  }
  .hamburger-menu-container {
    display: block;
  }

  .hero-text h1 {
    font-size: 28px;
  }

  .hero-text h2 {
    font-size: 50px;
  }
  .section2 {
    padding: 30px 40px;
    top: -50px;
  }

  .section2-title {
    font-size: 32px;   
    text-align: center;
  }

  .section2-subtext {
    font-size: 18px;  
    text-align: center;
    max-width: 90%;

  }

  .section2-card-box {
    justify-content: center;
    gap: 20px;
  }

  .section2-card {
    width: 45%;             
    height: 360px;
    padding: 14px;
  }

  .section2-card-img,
  .section2-card-img1 {
    width: 100%;
    height: auto;
    bottom: 0;             
    max-height: 200px;
    object-fit: contain;
  }

  .section2-card-text {
    font-size: 24px;
    position: static;       
    margin-top: auto;       
  }

 .section3-container,
  .section3-container.reverse {
    flex-direction: column-reverse; 
    text-align: center;
  }

  .section3-img,
  .section3-box {
    width: 90%;
  }

  .section3-box {
    align-items: center;
    text-align: center;
  }
    .section4-title {
    font-size: 32px;   
    text-align: right;
  }

  .section4-subtext {
    font-size: 18px;   
    text-align: right;
    max-width: 90%;

  }
.section4-card {
    width: 45%; 
  }
.footer-container {
    flex-direction: row;
    gap: 20px;
  
  }
  .footer-title {
    font-size: 20px;
  }
  .footer-subtitle {
    font-size: 15px;
  }
  .logo1 {
    width: 110px;
  }
}

@media (max-width: 500px) {
    .link{
    display: none;
  }
  .nav-linkk{
    display: none;
  }
    .linkk{
    display: flex;
  }
  .hamburger-menu-container {
    display: block;
  }

  .header {
    padding:  20px ;
    height: 70px;
  }

  .main-section {
    height: 49vh;
    background-size: contain;
    background-position: top center;
  }


  .hero-text h1 {
    font-size: 20px;
  }
.hero{
          padding: 0;
        position: relative;
        
        margin-top: 62px;
}
  .hero-text h2 {
    font-size: 28px;
  }

  .logo {
    width: 50px;
  }

  .header-icons img {
    width: 26px;
  }
  .heade-icons {

    width: 25px;
  }
  .header-icon img {
    width: 68px;
  }
 .section2 {
     padding: 15px 20px 0;

  }

  .section2-title {
  color: #D0011E;
font-family: Lalezar;
font-size:24px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .section2-subtext {
  color: #393939;
text-align: right;
font-family: Zain;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
    margin-bottom: 20px;
  }

  .section2-card-box {
    justify-content: center;
    gap: 14px;
  }

  .section2-card {
    width: 45%;            
    height: 280px;
    padding: 10px;
    align-items: center;
  }

  .section2-card-img,
  .section2-card-img1 {
    width: 100%;
    height: auto;
    bottom: 0;
           object-fit: contain;
        bottom: -30px;
    object-fit: contain;
  }

  .section2-card-text {
    font-size: 24px;
    margin-top: 32px;
 
  opacity: 1;

}


.section2-card-text1 {
  opacity: 0;

bottom: 50px;
    font-size: 24px;}


.section2-card:hover .section2-card-img {
  transform: translateY(-80px);
}
.section2-card:hover .section2-card-img1 {
  transform: translateY(-80px);
}
.section2-card:hover .section2-card-text {
  opacity: 0;

}

.section2-card:hover .section2-card-text1 {
  opacity: 1;

}
  .section3-container,
  .section3-container.reverse {
    flex-direction: column-reverse; 
    gap: 25px;
  }
  .section3 {
    padding: 40px 20px;}
  .section3-img {
    width: 100%;}

  .section3-box {
    width: 100%;
     padding: 15px 20px 0;
     
  align-items: flex-start;
  
  }

  .section3-box-title {
    font-size: 24px;
  }

  .section3-box-subtext {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .button {
    font-size: 20px;
    width: 160px;
    height: 50px;
  }
  .section3-container.reverse {
  
    gap: 25px;
  }

  .section3-img, .section3-box {
    width: 100%;
  }


  .section3-box-title {
    font-size: 28px;

  }



  .button {
    font-size: 20px;
    width: 160px;
    height: 50px;
  }
    .section4 {
    padding: 40px;
   
   
  }
  .heony {
    width: 57%;
    position: absolute;
    left: -95px;
    bottom: 1372px;
}
  .section4-title {
    font-size: 32px;
            text-align: right;

  }

  .section4-subtext {
    font-size: 13px;
    margin-bottom: 20px;
   
  }

  .section4-grid {
    justify-content: center;
    gap: 20px;
  }

  .section4-card {
    width: 80%; 
    height: 220px;
  }

  .section4-text {
    font-size: 26px;

    position: absolute;
    top: 54px;
    right: 100px;
  }
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
    gap: 20px;
  }

  .footer-info, .footer-social {
    width: 100%;
  }
.footer{
  padding: 40px;
   min-height: 557px;
   margin-top: 60px;

}
.footer-title{
 color: #FFFED1;

font-family: Lalezar;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal; 
}
.footer-subtitle{
  color: #F8FAE5;
text-align: right;
font-family: Zain;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140.5%; 
}
  .footer-copy {
    text-align: right;
    font-size: 13px;
    margin-top: 50px;
  }
}
