*{


  margin : 0;
  padding: 0;

 
}


@font-face {
font-family: 'Lato';
src: url('assets/fonts/Lato-Regular.ttf') format('truetype');
font-weight: normal;
}
@font-face {
font-family: 'PlayfairDisplay';
src: url('assets/fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
font-weight: normal;
}
@font-face {
font-family: 'poppins';
src: url('assets/fonts/Poppins-Light.ttf') format('truetype');
font-weight: normal;
}


@font-face {
font-family: 'poppins_reg';
src: url('assets/fonts/Poppins-Regular.ttf') format('truetype');
font-weight: normal;
}

@font-face {
  font-family: 'poppins_med';
  src: url('assets/fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: normal;
  }



@font-face {
font-family: 'poppins_semibold';
src: url('assets/fonts/Poppins-SemiBold.ttf') format('truetype');
font-weight: normal;
}

@font-face {
  font-family: 'work_sans_reg';
  src: url('assets/fonts/WorkSans-Regular.ttf') format('truetype');
  font-weight: normal;
  }

  @font-face {
    font-family: 'worksans_med';
    src: url('assets/fonts/WorkSans-Medium.ttf') format('truetype');
    font-weight: normal;
    }

    @font-face {
      font-family: 'worksans_bold';
      src: url('assets/fonts/WorkSans-Bold.ttf') format('truetype');
      font-weight: normal;
      }

      @font-face {
        font-family: 'worksans_black';
        src: url('assets/fonts/WorkSans-Black.ttf') format('truetype');
        font-weight: normal;
        }
  







.main{

  width: 100%;
  background-color: #ffffff;
  color: #333;
  background-position: center;
  background-size: cover;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  height: 100vh;
  align-items: center;
  overflow-x: hidden;

}




header {
          
  background: #f0efeb;      /* Dark background */
  color: #fff;    
  position: fixed;         /* White text */
  height: 70px;  
  width: 100%;        /* Fixed height */
  text-align: center;    /* Center the text horizontally */
  line-height: 20px;     /* Vertically align the text by matching line height to header height */
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  justify-content: Center;
  padding: 0 20px;



}


    .icon{
  
           position: fixed;
  /*padding-left: 250px;*/
  float: left;
  height:auto;
  display: flex;
  width: 100%;
 /* background-color: rgb(43, 136, 136);*/
  cursor: pointer;
 
 
          }
          



.icon img {
      width: 180px;
            height: auto;
            float: left;
            object-fit: contain; /* Ensures the image fits without distortion */
}



         .menu{
            width: auto;
            position: fixed;
            /*padding-left: 250px;*/
            float: left;
            height:auto;
            display: flex;
            width: 60%;
           /* background-color: rgb(43, 136, 136);*/
}


ul{
 
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  gap: 15px;
  padding: 0;
  margin: 0;
}


ul li{
  list-style: none;
  margin-left: 15px;
  margin-top: 25px;
  
}



ul li a{
  color: #36454F;
  font-family: 'poppins_med', sans-serif;
  transition: 0.4s ease-in-out;
  font-size: 13px;
  text-transform: uppercase;
 /* letter-spacing: 1px;*/
  text-decoration: none;
}


ul li a:hover{
  color: #ff0000;
}


.bottom-nav {
  display: none;
  } 



















/* footer started */

footer {
        
  background: #f0efeb;
  height: auto;
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  box-sizing: border-box;
 
}

footer p{

color: #161c20;
margin: 0;
font-size: 16px;
font-family: 'poppins', sans-serif;
margin-left: 20px;

}

.img_cont_footer img{

width: 350px;   
height: 150px;
margin-bottom: 10px;
margin-left: 10px;
}


.Privacy_button {
width: auto;
    
  font-size: 16px;  
  cursor: pointer;     
  font-family: 'poppins_reg', sans-serif;
  text-decoration: none;
}

.Privacy_button a {

 color: #36454F; /* Ensures the text color stays black */
  font-family: inherit;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  text-decoration: none;
  /* Aligns the text vertically */
}

.tc_button {
 width: auto;    
  font-size: 16px;  
  cursor: pointer;
  font-family: 'poppins_reg', sans-serif;
  text-decoration: none;
}

.tc_button a {

color: #36454F; /* Ensures the text color stays black */
  font-family: inherit;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  /* Aligns the text vertically */
text-decoration: none;
}

.footer_rights p {
  margin: 0; /* Remove extra spacing */
  font-family: 'poppins_reg', sans-serif;
  color: #36454F;
  font-size: 16px;
 

}

.smm_container {
 
  display: flex;
  justify-content: flex-start;
  gap:10px;
 
 
}
.instagram-button {

  width: auto;
  height:auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
/*  background-color: #E4405F; /* Instagram pink color */
 /* color: white;*/
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
/*  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  transition: background-color 0.3s ease, transform 0.2s ease;
}


.instagram-button img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}



.other-icons {
  display: flex;
  gap: 15px; /* Space between other icons */
}



.youtube-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  /* background-color: #FF0000; /* YouTube red */
 /* color: white;*/
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
/*  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  transition: background-color 0.3s ease, transform 0.2s ease;
}



.youtube-button img {
  width: 48px;
  height: 36px;
  margin-right: 10px;

}
  .facebook_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  /*  background-color: #1877F2; /* Facebook blue */
   /* color: white;*/
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
   /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    transition: background-color 0.3s ease, transform 0.2s ease;
 
  }

  .facebook_button img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }



    .pinterest-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
    /*  background-color: #E60023; /* Pinterest red */
     /* color: white;*/
      font-size: 18px;
      font-weight: bold;
      padding: 10px 20px;
      border-radius: 5px;
      /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
      transition: background-color 0.3s ease, transform 0.2s ease;
   
    }

    .pinterest-button img {
      width: 36px;
      height: 36px;
      margin-right: 10px;
    }

    .whatsapp-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
    /*  background-color: #25D366; */
     /* color: white;*/
      font-size: 18px;
      font-weight: bold;
      padding: 10px 20px;
      border-radius: 5px;
     /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
      transition: background-color 0.3s ease, transform 0.2s ease;
      
    }

   

    .whatsapp-button img {
      width: 38px;
      height: 38px;
      margin-right: 10px;
    }


    .linkedin_button {

      width: auto;
      height:auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      /*background-color: #4087e4; /* Instagram pink color */
      /*color: white;*/
      font-size: 18px;
      font-weight: bold;
      padding: 10px 20px;
      border-radius: 5px;
     /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
      transition: background-color 0.3s ease, transform 0.2s ease;
    }

   

    .linkedin_button img {
      width: 36px;
      height: 36px;
      margin-right: 10px;
    }


    /* footer khatam */

 /* Mobile Menu */
 .hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  margin-top: 15px;
}

.hamburger div {
  width: 30px;
  height: 3px;
  background: #000;
  margin: 5px;
  
}

/* Responsive Styles */
@media (max-width: 768px) {
  .menu {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 80px;
      left: 0;
      width: 100%;
      background: #f0efeb;
      padding: 10px 0;
      text-align: center;
  }

  .menu.show {
      display: flex;
  }

  ul {
      flex-direction: column;
      gap: 10px;
  }

  .hamburger {
      display: flex;
  }













 

   /* footer started */

   footer {
        
    background: #f0efeb;
    height: auto;
    width: 100%;
    display: grid;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
   
  }
  
  
  .footer_container {
    
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Left align all items */
    gap: 5px; /* Reduce space between elements */
    text-align: left;
    padding-left: 10px; /* Adjust left padding */

}

.Privacy_button,
.tc_button {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.Privacy_button a,
.tc_button a {
    color: #ffffff;
    text-decoration: none; /* Remove underline */
}

.footer_container p {
    margin: 0; /* Remove extra spacing */
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 16px;
   

}

  
  
  .smm_container {
    display: flex;
    justify-content: center; /* Center align */
    align-items: center; 
    gap: 5px; /* Icons ke beech ka space */
    margin: 0; /* Extra margin remove */
   /* background: aqua; /* Testing ke liye, hata sakte ho */
    padding: 5px; /* Spacing balance karne ke liye */
}

.smm_container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; /* Equal size for all icons */
    height: 40px;
    border-radius: 50%; /* Circular icons */
    overflow: hidden; /* Ensures no extra space */
    padding: 0; /* Extra spacing remove */
    margin: 0; /* Extra margin remove */
}

.smm_container img {
    width: 24px;
    height: 24px;
    display: block; /* Ensures no inline spacing */
}

  
  
      /* footer khatam */
  
      








}
   




       

       





    

    