@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
:root {
  --primary-color: #e00034;
  --secondary-color: #f5f5f5;
  --dark-color: #1e1e1e;
  --light-color: #fff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", sans-serif;
  color: #1e1e1e;
}

a {
  text-decoration: none;
  color: var(--dark-color);
}

ul {
  list-style: none;
}

.navbar {
  color: var(--dark-color);
  padding: 2rem 0 1rem;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  top: 0;
}

.navbar .container {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .menu-icon {
  display: none;
  position: absolute;
  right: 35px;
  z-index: 99;
}

.navbar .active {
  right: 0;
}

.navbar ul {
  display: flex;
  font-size: 19px;
  gap: 50px;
}
.navbar .flex-container {
  justify-content: space-between;
}

.navbar a {
  padding: 0 10px 2px 0;
}

.navbar nav a {
  border-bottom: 1px #1e1e1e solid;
}

.navbar .btn {
  display: flex;
  gap: 10px;
  padding: 1rem;
}

.navbar .logo {
  flex: 1;
}

.navbar nav {
  flex: 3;
}

.landing-section {
  padding-top: 120px !important;
}
.landing-title {
  grid-column: span 2;
  font-size: 6rem;
  text-align: start;
}

.landing-section .landing-text {
  font-size: 19px;
}

.landing-section .stats {
  font-size: 42px;
}

.stats {
  display: flex;
  gap: 2rem;
}

/* .landing-banner {
  margin-top: 4rem;
  margin-bottom: 5rem;
} */

.banner {
  min-height: 400px;
  background-size: cover;
  background-position: center;
  padding: 2rem;
}

.landing-banner .banner {
  background-image: url(../images/landingBanner.png);
}

.banner-text {
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.banner-title {
  font-size: 42px;
  color: #fff;
}

.banner .description {
  color: #fff;
}

.banner .description span {
  background-color: var(--primary-color);
  padding-top: 1px;
  padding-bottom: 1px;
}

.growth-section {
  /* margin-bottom: 10rem; */
  overflow: unset;
}

.growth-container {
  display: flex;
  background-image: url(../images/phone.png);
  min-height: 675px;
  background-repeat: no-repeat;
  background-position-x: 115%;
}

.growth-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.growth-section .title {
  width: 80%;
}

.title span {
  background-color: var(--primary-color);
  color: #fff;
}

.growth-text {
  position: relative;
}

.growth-content .description {
  width: 50%;
}

.growth-text img {
  position: absolute;
  top: 0;
  right: 0;
}

.service-section {
  /* margin-bottom: 10rem; */
}

.service-section .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.service-content {
  display: flex;
  flex-direction: column;
  grid-template-columns: 1fr 45%;
  gap: 1rem;
  min-height: 100%;
}

.service-content .number {
  font-size: 106px;
  text-align: center;
}

.service-content .name {
  font-size: 20.5px;
  margin-top: 1rem;
}

.service-content .desc {
  grid-column: span 2;
  color: #58595d;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.services div:nth-child(even) .number {
  color: var(--primary-color);
}

.why-section {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin-bottom: 5rem;
}

.why-container {
  display: flex;
  justify-content: end;
  min-height: 800px;
  background-image: url(../images/man.png);
  background-repeat: no-repeat;
  background-position-x: -100px;
}

.why-content {
  width: 75%;
  display: flex;
  align-items: end;
  flex-direction: column;
  justify-content: space-around;
}
.why-content .description {
  width: 60%;
}

.achievements {
  display: flex;
  gap: 4rem;
  text-align: center;
}

.achievements .number {
  font-size: 96px;
}

.achievements div:nth-child(even) .number {
  color: var(--primary-color);
}

.achievements .text {
  font-size: 17px;
  color: var(--dark-color);
}

.testimonial-section {
  /* margin-bottom: 10rem; */
  /* /* width: 100vw; */
  margin: 0 auto;
  overflow: hidden;
  /* margin-bottom: 10rem; */
}

.swiper-button {
  color: white !important;
}
.swiper-slide {
  height: unset !important;
}

.testimonial-card {
  min-width: 600px;
  max-width: 600px;
  width: 600px;
  display: flex;
  background-color: var(--dark-color);
  padding: 2rem;
}

.testimonial-card .content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 2rem;
  gap: 2rem;
  color: #fff;
}

.testimonial-card .content .message {
  line-height: 2rem;
  font-size: 17px;
}

.testimonial-card .content .name {
  font-size: 17px;
  font-weight: 700;
}

.testimonial-card .content .name span {
  font-weight: 400;
  color: var(--primary-color);
}

.story-container {
  display: flex;
  background-image: url(../images/voting.png);
  min-height: 550px;
  background-repeat: no-repeat;
  background-position-x: 115%;

  /* margin-bottom: 10rem; */
}

.story-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.story-content .description {
  width: 60%;
}

.info-section {
  /* margin-bottom: 10rem; */
}

.card {
  flex: 1;
  max-width: 100%;
  box-sizing: border-box;
}

.card img {
  width: 100%;
  height: auto;
}

.info-content {
  padding: 1rem 0;
  gap: 1rem;
}

.info-content {
  padding: 1rem 0;
  gap: 2rem;
}
.info-title {
  font-size: 22px;
}

.info-desc {
  font-size: 20px;
}

.quote-banner {
  /* margin-bottom: 10rem; */
}

.quote-content {
  display: grid;
  grid-template-columns: 1fr 25% 20%;
  align-items: center;
  justify-items: center;
}

.quote-banner .banner {
  padding: 1rem;
  background-image: url(../images/quote-banner.png);
}

.quote-banner .banner-text {
  width: 75%;
}

.quote-banner img {
  opacity: 0.5;
}

.quote-banner .btn {
  place-self: end;
  margin-bottom: 1rem;
}

.contact-us {
  /* margin-bottom: 10rem; */
}

.form-wrapper {
  display: flex;
  justify-content: flex-end;
  background-image: url(../images/contact-us-logo.png);
  background-repeat: no-repeat;
  background-position-y: 50%;
}

.contact-form {
  width: 75%;
  display: flex;
  place-self: end;
  flex-direction: column;
  gap: 2rem;
  overflow: hidden;
}

.input-container {
  width: 100%;
  margin-bottom: 10px;
}

.privacy {
  width: 70%;
}

.footer {
  overflow: hidden;
  background-color: var(--dark-color);
  color: #fff;
  margin-top: 8rem;
}

.footer-container {
  display: flex;
  flex-direction: column;
  padding: 5.5rem 10rem;
  gap: 2rem;
}

.footer-content {
  display: flex;
  justify-content: space-between;
}

.footer-text {
  display: flex;
  justify-content: space-between;
}

.footer-text a {
    border-bottom: #fff 1px solid;
    
}

.footer  a {
  color: #bcbcbc;
}

.footer .footer-title {
  font-size: 15px;
  line-height: 24px; /* 160% */
  letter-spacing: 0.53px;
  text-transform: uppercase;
}

.footer nav li {
  margin: 10px 0;
  text-transform: capitalize;
  font-size: 14px;
}

.footer-text {
  color: #bcbcbc;
  font-size: 14px;
}


.policy-section {
  margin-top: 1rem !important;
}





.loader {
  border: 6px solid #e00034;
  border-radius: 50%;
  border-top: 6px solid #cccccc;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}


.not-fount-section .navbar {
  position: unset;
}


.not-fount-section .content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 388px);
  gap: 20px;
}

.not-fount-section .footer {
  margin-top: 0;

}
.not-fount-section .footer .footer-container {
  padding: 2.5rem 10rem;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media (max-width: 1024px) {
  .navbar .btn {
    gap: 0;
  }

  .navbar ul {
    gap: 40px;
  }

  .achievements {
    gap: 3rem;
  }
}

@media (max-width: 800px) {

  .flex {
    flex-direction: column;
  }

  img {
    width: 100%;
  }

  .img-container {
    width: 50px;
  }

  .navbar .container {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar .logo {
    width: 149px !important;
    flex: unset;
    display: block;
    height: 56px;
  }

  .navbar .logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .navbar .btn {
    display: none;
  }

  .navbar .menu-icon {
    display: block;
    cursor: pointer;
    width: 35px;
    color: var(--dark-color);
  }

  .navbar .menu-icon img {
    width: 100%;
  }

  .navbar nav {
    position: fixed;
    height: 100vh;
    width: 320px;
    background-color: #fff;
    top: 0;
    right: -320px;
    box-shadow: 4px 13px 31px rgba(0, 0, 0, 0.4);
    transition: all 0.3s linear;
  }

  .navbar nav ul {
    display: flex;
    gap: 38px;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-left: 30px;
  }

  .navbar nav ul li {
    width: 100%;
  }

  .grid {
    display: flex;
    flex-direction: column;
  }

  .landing-title {
    font-size: 4rem;
  }

  .landing-section .flex {
    flex-direction: row;
  }

  .landing-banner .banner {
    align-items: flex-start;
    background-position: -300px;
  }

  .landing-banner .grid > div:nth-child(2) {
    margin-top: 20px;
  }

  .landing-banner.grid > div:nth-child(3) {
    order: 1; /* Move to the top */
    margin-bottom: 20px; /* Adjust spacing as needed */
  }

  .growth-container {
    background-position-x: 50%;
  }

  .growth-content .description {
    width: 100%;
  }

  .growth-text img {
    display: none;
  }

  .why-section {
    gap: 3rem;
  }

  .service-content {
    gap: 1rem;
  }

  .service-content .name {
    text-align: start;
    font-weight: bold;
  }

  .why-container {
    background-image: none;
    min-height: unset;
    margin-top: 3rem;
  }

  .why-content {
    width: 100%;
    gap: 2rem;
  }

  .achievements {
    flex-direction: column;
  }

  .testimonial-card {
    min-width: 100%;
  }

  .story-container {
    background-image: none;
    min-height: unset;
    margin-top: 3rem;
  }

  .story-content {
    width: 100%;
    gap: 2rem;
  }

  .quote-banner .banner {
    padding: 1rem;
  }

  .quote-content {
    gap: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .quote-content img {
    display: none;
  }

  .form-wrapper {
    background-position-y: unset;
  }

  .contact-form {
    width: 100%;
  }

  .privacy {
    width: 100%;
  }

  .privacy div {
    flex-direction: row;
  }

  .form-footer .form-btn {
    align-self: center;
  }

  .footer {
    margin-top: 2rem;
  }

  .footer-container {
    padding: 50px 50px;
  }
}

@media (max-width: 460px) {
  .btn {
    padding: 0.6rem 1rem;
    font-size: 14px;
  }

  img {
    width: 100%;
  }

  .img-container {
    width: 50px;
  }

  .navbar .container {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar .logo {
    width: 149px !important;
    flex: unset;
    display: block;
    height: 56px;
  }

  .navbar .logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .navbar .btn {
    display: none;
  }

  .navbar .menu-icon {
    display: block;
    cursor: pointer;
    width: 35px;
    color: var(--dark-color);
  }

  .navbar .menu-icon img {
    width: 100%;
  }

  .navbar nav {
    position: fixed;
    height: 100vh;
    width: 320px;
    background-color: #fff;
    top: 0;
    right: -320px;
    box-shadow: 4px 13px 31px rgba(0, 0, 0, 0.4);
    transition: all 0.3s linear;
  }

  .navbar nav ul {
    display: flex;
    gap: 38px;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-left: 30px;
  }

  .navbar nav ul li {
    width: 100%;
  }

  .grid {
    display: flex;
    flex-direction: column;
  }

  .landing-title {
    font-size: 3rem;
  }

  .landing-section .flex {
    flex-direction: row;
  }

  .landing-section .landing-text {
    font-size: 16px;
  }

  .landing-banner .banner {
    align-items: flex-start;
    background-position: -300px;
  }

  .landing-banner .grid > div:nth-child(2) {
    margin-top: 20px;
  }

  .landing-banner.grid > div:nth-child(3) {
    order: 1; /* Move to the top */
    margin-bottom: 20px; /* Adjust spacing as needed */
  }

  .growth-container {
    background-position-x: 50%;
  }

  .growth-content .description {
    width: 100%;
  }

  .growth-text img {
    display: none;
  }

  .service-content {
    grid-template-columns: 1fr 55%;
    gap: 0;
  }

  .service-content {
    gap: 1rem;
  }

  .service-content .name {
    text-align: start;
    font-weight: bold;
  }

  .why-section {
    gap: 3rem;
  }

  .why-container {
    background-image: none;
    min-height: unset;
    margin-top: 3rem;
  }

  .why-content {
    width: 100%;
    gap: 2rem;
  }

  .achievements {
    flex-direction: column;
  }

  .testimonial-card {
    min-width: 100%;
  }

  .story-container {
    background-image: none;
    min-height: unset;
    margin-top: 3rem;
  }

  .story-content {
    width: 100%;
    gap: 2rem;
  }

  .info-title {
    font-size: 20px;
  }

  .info-desc {
    font-size: 18px;
  }

  .quote-banner .banner {
    padding: 1rem;
  }

  .quote-content {
    gap: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .quote-content img {
    display: none;
  }

  .form-wrapper {
    background-position-y: unset;
  }

  .contact-form {
    width: 100%;
  }

  .privacy {
    width: 100%;
  }

  .privacy div {
    flex-direction: row;
  }

  .form-footer .form-btn {
    align-self: center;
  }

  .footer {
    margin-top: 2rem;
  }

  .footer-container {
    padding: 50px 25px;
  }
}