@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;

}

/* body {
    display: grid;
    place-content: center;
    height: 100vh;
    width: 100vw;
	overflow: hidden;
	background:white;
} */

body {
  background-color: white;
  position: relative;
  overflow-x: hidden;
}




/* Floating animation */
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}



.whatsapp {
  width: 4rem; 
  animation: floating 3s infinite ease-in-out;
}


@media screen and (min-width: 600px) {
  .whatsapp {
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-timing-function: ease-in-out;
    bottom: .5rem;
    margin-left: 30px;
    margin-top: 5px;
    position: fixed;
    right: 1rem;
    width: 5.7rem;
    z-index: 1;
  }
}

@media screen and (max-width: 599px) {
  .whatsapp {
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-timing-function: ease-in-out;
    bottom: 1rem;
    margin-left: 10px;
    margin-top: 5px;
    position: fixed;
    right: 0.5rem;
    width: 4rem;
    z-index: 1;
  }
}


/* Purchuse Button */


/* CSS */
.btn-purchase {
  --text-color: #fff;
  /* Text color */
  background: linear-gradient(90deg, transparent 33%, #fff5, transparent 67%) var(--bg-pos, 100%)/300% no-repeat,
  #001f3f;
  /* Green background */
  color: transparent;
  border: none;
  transform: perspective(500px) rotateY(calc(20deg * var(--rotate-index, -1)));
  text-shadow: calc(var(--rotate-index, -1) * 0.08em) -0.01em 0 var(--text-color),
    calc(var(--rotate-index, -1) * -0.08em) 0.01em 2px #0004;
  outline-offset: 0.1em;
  transition: 0.3s;
  font-weight: bold;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5em 1.5em;
  border-radius: 8px;
  margin-top: 3.3%;
}

.btn-purchase:hover,
.btn-purchase:focus-visible {
  --bg-pos: 0%;
  --rotate-index: 1;
}

.btn-purchase:active {
  text-shadow: none;
  color: var(--text-color);
  box-shadow: inset 0 0 9em #0005;
  transition: 0s;
}


/* .................................................................................. */




.ojectimage {
  display: none;
}

.BooksDiv {
  width: 100%;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.flipbook {
  width: 1000px;
  height: 600px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.flipbook .hard {
  background: #c0392b !important;
  color: #fff;
  font-weight: bold;
  border: none;
}

.flipbook .hard small {
  font-style: italic;
  font-weight: lighter;
  opacity: 0.7;
  font-size: 14px;
}

.flipbook .page {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.11);
}

.page img {
  width: 70%;
  object-fit: cover;
  margin: auto;
}

.flipbook .page small {
  font-size: 14px;
  margin-bottom: 10px;
}

/* .............First Page Css................. */

.FirstPage {
  width: 100%;
  height: 100%;
  /* border: 1px solid; */
  /* margin: 50px 0 0 0; */
  display: flex;
  align-items: center;
}

/*  */

/* Navigation Bar */
/* .navbarcss {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-right: 10px;
}

nav {
    background-color: black;
    padding: 12px 50px;
    border-radius: 30px;
    width: 60%;
}

.nav-links {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 20px;
} */

.navbarcss {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  z-index: 1000;
  background-color: transparent;
  margin-left: 10%;
  background-color: white;
  border-radius: 0 0 10px 10px;
}

nav {
  background-color: black;
  padding: 12px 50px;
  border-radius: 30px;
  width: 90%;
  margin-bottom: 10px;
  
}

.nav-links {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-size: 20px;
}

/* Base navbar style */
.navbarcss {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  z-index: 0;
  background-color: white;
  margin-left: 10%;
  border-radius: 0 0 10px 10px;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
  .navbarcss {
    width: 90%;  /* Increased width for mobile */
    margin-left: 5%;  /* Reduced margin as requested */
    padding-top: 0;   /* Removed padding */
  }
}

/* Small mobile styles */
@media screen and (max-width: 480px) {
  .navbarcss {
    width: 90%;
    margin-left: 5%;
    padding-top: 0;
  }
  .FinalDiv {
    padding: 15px 0;
  }

  .FooterText1 img {
    width: 20px;
    height: 20px;
    margin: 8px;
  }

  .address {
    font-size: 12px;
    margin: 3px 0;
  }

  .ojectimage {
    width: 90%;
    margin: -25px 0;
    align-items: center;
  }

  .FooterText2 {
    margin-top: -00px;
    margin-left: -2rem ;
  }

  .FooterText2 .FinalImg {
    width: 30px;
    height: 20px;
    margin-bottom: 10px;
  }

  .faqQuestion,
  .faqs {
    margin: 6px 0;
    font-size: 12px;
  }

  .FooterText3 {
    margin: 28rem 0;
    font-size: 11px;
  }
}


/* Add padding to the content to prevent it from hiding behind the fixed navbar */
.aboutuscontents {
  padding-top: 100px; 
}

/* ...................................................................... */
.FirstImgDiv {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.firstImg {
  width: 900px;
  margin-top: 50px;
}

/* ...............seecond page................... */







/* .FooterText {
        position: absolute;
        display: flex;
        flex-direction: column;
        gap: 40px; 
        margin: 100px 0 0 500px;
        padding: 20;
      
      } */


.fifthMainSection {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
  padding: 50px;
}

.Fifthimg {
  width: 50%;

}

.Fifthimg1 {
  width: 50%;

}

/* .... */
.FinalDiv {
  width: 100%;
}

.FinalImg {
  width: 100%;

}

.FooterText {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* Add a 20px gap between the <p> tags */
  margin: 100px 0 0 500px;
  padding: 20;
  

}

.FooterText2 p {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  /* width: 150px; */
}


.FooterText1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10rem;
  width: 100%;

}

.FooterText2 {
  margin-top: 19rem;
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 180%;
  justify-content: space-evenly;


}

.FooterText3 {
  font-weight: bold;
  width: 100%;
  padding: 10px;
  background-color: gray;
  text-align: center;
  position: absolute;
  margin-top: 26%;
}

.faqQuestion{
  padding-left: 40px;
  }

  .tcQuestion{
    padding-left: 26px;
  
  }

.address {
  color: white !important;
  font-size: large !important;
  font-weight: lighter;
}



/*-- ..............................BG............................................................ */



.background {

  z-index: -1;
  position: static;
}

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
  position: fixed;
  /* Fixed position so particles stay in place */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Cover the whole viewport */
  background-color: #ffffff00;
  /* Transparent background */
  z-index: -1;
  /* Ensure particles stay behind content */
}

/* Style for the overlaymask, making sure it stays on top */
.overlaymask {
  position: fixed;
  /* Ensure the mask is in a fixed position */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* Make sure the overlay is above particles */
  /* background-color: black; */
}



/* ---- stats.js ---- */
.count-particles {
  background: #000000;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}








/* Carousel container that holds the images */
.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 70%;
  justify-content: center;
  /* Ensure images are centered */
}

/* Carousel images - Set width to 70% */
.carousel-image {
  width: 70%;
  /* Set image width to 70% */
  max-width: 100%;
  flex-shrink: 0;
  /* Prevent images from shrinking */
  display: none;
  /* Hide images initially */
  margin: 0 auto;
  /* Center images horizontally */
}

/* Only show the active image */
.carousel-image.active {
  display: block;
}

/* Buttons for previous and next navigation */
button {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 30px;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  transform: translateY(-50%);
}

/* Position for the previous button */
.prev {
  left: 268px;
}

/* Position for the next button */
.next {
  right: 268px;
}

/* Hover effect for the buttons */
button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Second page section */
.secondpage {
  position: relative;
  width: 70%;
  max-width: 1200px;
  /* Adjust this to your desired width */
  margin: 0 auto;
  overflow: hidden;
  /* Hide images that go out of the container */
}

/* Image slider container styling */
.imageslider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: 200px;
  /* Adjust as necessary */
}


.FooterText .address {
  font-size: 14px;
  color: #666;
  /* Example color */
  margin-bottom: 10px;
  /* Spacing between address and other elements */
}





/* --------------------contents ------- */
.aboutuscontents {
  display: flex;
  justify-content: center;
}

.container {
  /* max-width: 1200px; */
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  padding: 2rem;
}

.left-section {
  flex: 0 0 400px;
  /* margin-right: 10rem; */
}



.right-section {
  /* flex: 1; */

  max-width: 70% !important;

}

.title {
  font-size: 3rem;
  margin-bottom: 2rem;
  color: #333;
}

.title span {
  color: #3498db;
  margin-right: 87px;
}

.illustration {
  /* width: 50%; 
    height: auto; */
  /* background-color: #e8f4fc; */
  border-radius: 20%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;

}

.container img {
  width: 30%;
  height: auto;
  display: block;
  margin-left: 6%;
}

/* Aligning items in the list */
.features li {
  margin-bottom: 10px;
  /* Space between list items */
}

/* Custom styling for unordered lists (inside ordered items) */
.features li {
  text-align: left; /* Aligns main points to the left */
}


.custom-list {
  list-style-type: disc;
  padding-left: 30px;
  font-size: 14px;
  padding-top: 10px;
  text-align: center; /* Center-aligns sublist text */
}

.custom-list li {
  margin-bottom: 5px;
  padding-right: 30px;
  display: inline-block; /* Helps center sublist items properly */
  width: 100%; /* Ensures full width for proper centering */
}

.description {
  /* color: #444; */
  line-height: 2;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  width: 700px;
  text-align: justify;
  text-justify: inter-word;
}

@media (max-width: 968px) {
  .container {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .left-section {
    flex: 0 0 300px;
    max-width: 300px;
  }
}




.header {
  padding-block: 30px;
}

.container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}



.playwrite-au-sa {
  font-family: "Playfair Display", serif;
}




/* ----------------mobile ------------- */

@media screen and (max-width: 768px) {
 


  .nav-links a {
    font-size: 16px;
  }

  .navbarcss {
    width: 100%;
    display: flex;
    justify-content: start !important;
    margin-top: 20px;
  }

  nav {
    background-color: black !important;
    padding: 3px 26px !important;
    /* border-radius: 30px; */
    width: 10%;
    border-radius: 20px !important;
    /* color: black; */
    display: flex;
    justify-content: center;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 48px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    text-align: left;
    padding: 20px;
    border-radius: 0 10px;
  }

  .nav-links.active {
    display: block;
    width: 150px;
    height: -webkit-fill-available;
    z-index: 1;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-links li {
    font-size: 16px;
    padding-top: 1rem !important;
  }

  .aboutuscontents {
    padding-top: 15px; 
  }


  .btn-purchase {
    margin-top: 22%;
    font-weight: bold;
    font-size: 1rem;
    position: sticky;
  }

  .popup-content {
    /* Adjust the width of the popup to 80% of the screen */
    padding: 15px;
    /* Adjust padding for smaller screens */
    zoom: 80%;

  }

  .close{
    left: 85%;
    width: 9%;
  }


  .FooterText {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 31px;
    /* Add a 20px gap between the <p> tags */
    margin: 100px 0 0 500px;
    padding: 20;
    
  
  }

  .container img {
    width: 30%;
    height: auto;
    display: block;
    /* margin-left: 10%; */
    margin-right: 70px;
  }

  /* About Us Content */
  .container {
    flex-direction: column;
    padding: 1rem;
    gap: 2rem;

  }

  .left-section {
    flex: 0 0 auto;
    width: 100%;
    max-width: 300px;
  }

  .right-section {
    width: 100%;
  }

  .title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .description {
    width: 100%;
    font-size: 1rem;
    text-align: left;
    padding: 0 1rem;
    text-align: justify;
    text-justify: inter-word;
  }

  /* Footer Section */
  .FooterText {
    margin: 50px 0 0 0;
    padding: 1rem;
    width: 100%;
    align-items: center;
  }

  .FooterText1 {
    width: 100%;
    text-align: center;
  }

  .FooterText2 {
    margin-top: 12rem;
    margin-left: 0;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }

  .FooterText2 p {
    width: auto;
    margin: 0 10px;
  }

  .FooterText3 {
    margin: 6rem 0 0 0;
    text-align: center;
    width: 100%;
  }

  .address {
    font-size: 14px !important;
  }

  /* Final Image */
  .FinalImg {
    width: 100%;
    height: auto;
  }

  /* Illustration */
  .illustration {
    padding: 1rem;
  }

  /* Background */
  #particles-js {
    height: 100vh;
  }


  /* ----------------------footer --------------------- */

  /* Third Page Section */
  .SeclogoSection {
    justify-content: center;
  }

  .seclogoimg {
    width: 90%;
    margin-right: 0;
  }

  .thirdpage {
    flex-direction: column;
    gap: 30px;
  }

  .thirdimg1,
  .thirdimg2 {
    width: 90%;
    margin: 0 1.2rem;
  }

  .thirdmainlogo,
  .thirdmainlogo1 {
    /* width: 90%; */
    margin: 20px 1.5rem;
  }

  .thirdimgdiv {
    margin-bottom: 50px;
    text-align: center;
  }

  .thirdimg3 {
    width: 150px;
  }

  /* Fourth and Fifth Sections */
  .fourthimgdiv {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }

  .fifthMainSection {
    padding: 20px;
  }

  .Fifthimg,
  .Fifthimg1 {
    width: 90%;
  }

  /* Footer */
  .FooterText {
    margin: -11px 0;
    /* position: relative; */
    align-items: center;
    text-align: center;
  }

  .FooterText1 {
    margin-right: 0;
  }

  .FooterText2 {
    margin-top: 65px;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .FooterText3 {
    margin: 28rem 0;
    text-align: center;
  }

  .address {
    font-size: 14px !important;
  }

  .fourthimg {
    width: 220px;
    display: none !important;
  }

  .FinalDiv {
    /* border: 2px solid black; */
    height: 490px;
    background-color: rgba(59, 121, 255, 0.808);
  }

  .FinalImg {
    display: none;
  }

  .footerimages {
    display: flex;
    flex-direction: row;
    align-items: center;
  }


 
}



/* Dropdown Container */
.dropdown {
  position: relative;
}

/* Dropdown Menu Hidden by Default */
.dropdown-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: black;
  border-radius: 10px;
  padding: 5px 0;
  min-width: 120px;
  box-shadow: 0px 4px 6px rgba(255, 255, 255, 0.1);
}

/* Dropdown Menu Items */
.dropdown-menu li {
  padding: 8px 15px;
  text-align: start;

}

/* Show Dropdown on Hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* Style Links Inside Dropdown */
.dropdown-menu a {
  color: white;
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  font-size: 18px;
}

/* Hover Effect for Dropdown Items */
.dropdown-menu a:hover {
  background: gray;
  border-radius: 5px;
}


/* Mobile Menu Styles */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1000;
  position: relative;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 2px 0;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}

/* Mobile Menu Animation */
.menu-toggle.active .bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.menu-toggle.active .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active .bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}



.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  border-radius: 10px;
  padding: 10px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

.ojectimage {
  display: none;
}

.dropdown-content a:hover {
  background-color: #333;
  border-radius: 5px;
}





/*..........................  */
.offer-card {
  font-family: Arial, sans-serif;
  max-width: 810px;
  padding: 20px;
  border: 2px solid #e0e0e0;
  border-radius: 15px;
  margin: 20px auto;
  background-color: #f8f9fa;
}

.offer-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.left-section {
  flex: 1;
}

.right-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif !important;

}

h2 {
  color: #333;
  margin-bottom: 15px;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
  font-family: 'Roboto', sans-serif;

}

.features {
  padding-left: 20px;
  margin: 0;
}

.features li {
  margin-bottom: 8px;
  color: #444;
}

.price {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin: 10px 0;
}

.discount {
  background: linear-gradient(45deg, #ff6b6b, #ffd93d);
  padding: 10px 20px;
  border-radius: 25px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transform: rotate(-5deg);
}

.footer-note {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  background-color: #e3f2fd;
  border-radius: 8px;
  font-size: 14px;
  color: #555;
}

.assessment-section {
  margin-top: 10px;
}

.popup {
  display: none;
  /* Ensures it starts hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
}

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  width: 870px;
  /* You can change this value for the width of the popup */
  height: auto;
  /* Automatic height depending on content */
  max-width: 90%;
  /* Maximum width to prevent it from being too large on small screens */
  max-height: 80%;
  /* Maximum height, you can adjust to suit your design */
  overflow-y: auto;
  /* Add scroll if the content overflows */
  text-align: center;
}

.close {
  position: absolute;
  top: 25.5%;
  right: 28%;
  font-size: 30px;
  color: #000;
  cursor: pointer;
  padding: 10px;
  background-color: rgb(255, 22, 22);
  border-radius: 10px;
}





.Resgisteonly{
  display: none;
}



.RegisterNav{
  background-color: black;
  padding: 12px 50px;
  border-radius: 30px;
  width: 20%;
  margin-bottom: 10px;
  margin-left: 10px;
}





.RegisterNav {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.RegisterNav.hide {
  opacity: 0;
  pointer-events: none;
}


/* Mobile View */
@media screen and (max-width: 768px) {
  .RegisterNav {
    display: block;
    transition: all 0.5s ease-in-out;
  }

  .RegisterNav {
    display: none; /* Hide RegisterNav on menu open */
  }

  .nav-links.active {
    display: block; /* Show Navbar Links */
  }

  .Resgisteonly{
    display:block;
  }
}


/*  */

/* -------------------------mobile screen ------------------- */

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {

  .navbarcss {
    width: 13%;
    display: flex;
    justify-content: start !important;
    margin-top: 20px;
    background-color: transparent;
    box-shadow: 0;

  }

  nav {
    background-color: black !important;
    padding: 3px 26px !important;
    /* border-radius: 30px; */
    width: 10%;
    border-radius: 20px !important;
    /* color: black; */
    display: flex;
    justify-content: center;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 48px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    text-align: left;
    padding: 20px;
    border-radius: 0 10px;
  }

  .nav-links.active {
    display: block;
    width: 162px;
    height: -webkit-fill-available;
    z-index: 1;
    height: 275px;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-links li {
    font-size: 16px;
    padding-top: 1rem !important;
  }


}
/* Small Mobile Screens */
@media screen and (max-width: 480px) {
  .FinalDiv {
    padding: 15px 0;
  }

  .FooterText1 img {
    width: 20px;
    height: 20px;
    margin: 8px;
  }

  .address {
    font-size: 12px;
    margin: 3px 0;
  }

  .ojectimage {
    width: 90%;
    margin: -25px 0;
    display: flex;
  }

  .FooterText2 {
    margin-top: -00px;
    margin-left: -2rem ;
  }

  .FooterText2 .FinalImg {
    width: 30px;
    height: 20px;
    margin-bottom: 10px;
  }

  .faqQuestion,
  .faqs {
    margin: 6px 0;
    font-size: 12px;
  }

  .FooterText3 {
    margin: 28rem 0;
    font-size: 11px;
  }
}

/* laptop screen ---- */
@media only screen and (min-width: 768px) and (max-width: 1600px) and (orientation:landscape) {
  body {
    /* background-color: white; */
    /* background-image: url(./Edcut.png); */

    /* background-image: url('./Edcut.png'); */
    position: relative;
    overflow-x: hidden;
    zoom: 80% !important;
  }

  
}