/* start : css reseter */

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html:focus-within {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}
img,
picture,
svg,
video {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}

/* end : css reseter */

/* start : body and header css */

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: Arial, sans-serif;
}
header {
  max-width: 100%;
  padding: 15px 20px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: #c60d0d;
}
.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  max-width: 1240px;
}
.menu-yacine {
  font-size: 22px;
  font-weight: bold;
}
.header img {
  width: 180px;
}
.navbar ul {
  display: flex;
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar ul a {
  color: white !important;
  font-size: 18px;
}
.hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: white;
}

.navbar ul li a {
  color: white !important;
  font-size: 18px;
  text-decoration: none;
}
/* 
.navbar {
  display: block;
} */

.navbar-mobiel {
  display: none;
}
/* end : body and header csss */

/* start : footer css */

.footer {
  width: 100%;
  background: #c60d0d;
  text-align: center;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer .footer-row {
  font-weight: 100;
  display: flex;
  justify-content: center;
  gap: 2rem;
  color: white;
}
.footer .footer-row a {
  text-decoration: none;
  color: white;
  margin: 0 10px;
}
.footer .footer-row a:hover {
  text-decoration: underline;
}
.footer .copyright {
  margin-top: 5px;
  font-size: 14px;
  color: white;
}

/* ebd : footer css */

/* start : new footer css */

.footer-new {
  background-color: #c60d0d;
  color: white;
  padding: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid white;
  padding-inline: 13%;
  gap: 1rem;
}

.footer-section {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}
.footer-section p {
  font-size: 18px;
  line-height: 28px;
  font-family: "Roboto", Sans-serif;
}

.footer-logo img {
  width: 70%;
  margin-bottom: 30px;
}

.footer-section h3 {
  color: white;
  margin-bottom: 10px;
  font-size: 22px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
  font-family: "Roboto", Sans-serif;
}
.footer-section ul a {
  color: white;
}

.footer-social a {
  margin-right: 10px;
  color: white;
  text-decoration: none;
  font-size: 20px;
}
.subscription {
  display: flex;
  flex-direction: column;
}
.subscription input[type="email"] {
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-top: 10px;
}

.subscription button {
  background-color: white;
  border: none;
  padding: 10px 15px;
  margin-top: 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 50%;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #ccc;
}
.fa-paper-plane {
  font-style: normal;
}
.copyright-site {
  background-color: #c60d0d;
  color: white;
  text-align: center;
  padding-block: 20px;
}
.footer-margin {
  margin-left: 130px;
}
/* end : new footer css */

/* start : home page */

.container {
  height: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.main-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container-wrap {
  display: flex;
  padding: 50px;
  align-items: center;
  width: 1500px;
}
.hero-container-wrap {
  display: flex;
  padding: 50px;
  align-items: center;
  width: 100%;
}
.left-container {
  flex-basis: 50%;
  padding: 30px;
}
.right-container {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
}
.hero-title {
  font-size: 86px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 6.5rem;
  margin-block-end: 20px;
}
.hero-title span {
  display: inline-block;
}
.hero-content {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-block-end: 26px;
}
.vision-content {
  flex-basis: 50%;
}

.vision-content h2 {
  font-size: 28px;
  color: black; /* red */
  margin-bottom: 20px;
}

.vision-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: black;
  margin-bottom: 20px;
}

.vision-image {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
}

.vision-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

/* end : home page */

/* start : contact-us page css */

.contact-container-wrap {
  display: flex;
  padding: 30px;
  align-items: center;
  justify-content: center;
  width: 1500px;
  gap: 5rem;
}
.contact-heading {
  padding-top: 30px;
  font-size: 34px;
}
.left {
  color: black;
  /* background-color: #c60d0d4a; */
  padding: 40px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* height: 500px; */
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  /* border-radius: 15px; */
}

.left h2 {
  display: flex;
  align-items: center;
  font-size: 34px;
  margin-bottom: 20px;
}

.left h2 span {
  color: #3b82f6;
  font-weight: bold;
  margin-right: 10px;
}

.left .info {
  margin: 20px 0;
}

.info p {
  margin: 10px 0;
  display: flex;
  font-size: 18px;
  line-height: 28px;
  font-family: "Roboto", Sans-serif;
}

.info i {
  margin-right: 10px;
}
.left .footer {
  margin-top: 30px;
  font-size: 12px;
  color: #ccc;
}

.right {
  padding: 40px 30px;
  flex: 1;
}

.right h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.half {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.full {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

textarea {
  height: 100px;
  resize: vertical;
}

.form-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 5px;
  transition: background 0.3s;
}

.form-btn:hover {
  background: #c60d0d;
}

.contact-section {
  max-width: 600px;
  margin: auto;
}

.contact-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  gap: 1.5rem;
  width: 300px;
  height: 250px;
}

.contact-icon {
  font-size: 63px;
  margin-right: 20px;
  color: black;
  width: 40px;
}
.contact-info {
  text-align: center;
}
.contact-info h3 {
  margin: 0;
  font-size: 18px;
}

.contact-info p {
  margin: 5px 0 0;
  font-size: 16px;
  color: #333;
}

.contact-info a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  display: inline-block;
  margin: 5px 0;
}

/* end: contact-us page css */

/* start : testimonial page css */

/* .slider-container {
  position: relative;
  width: 100%;
  max-width: 80%;
  margin: auto;
  overflow: hidden;
}

.slider-wrapper {
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider {
  display: flex;
  gap: 2rem;
  transition: transform 0.5s ease-in-out;
  padding-inline: 20px;
}

.slide {
  min-width: 25%;
  height: 300px;
  box-sizing: border-box;
  padding: 20px;
  background-color: #c60d0d26;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.slide img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.slide h3 {
  margin: 10px 0 5px;
  font-size: 1.1rem;
  font-weight: 600;
}

.slide p {
  font-size: 0.95rem;
  color: #555;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: #c60d0d;
  border: none;
  font-size: 24px;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
}

.nav.prev {
  left: 10px;
}

.nav.next {
  right: 10px;
} */

/* end : testimonial page css */

/* start : terms & privacy page css */

.content {
  padding-inline: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: fit-content;
  max-width: min(100%, 1140px);
  margin-inline: auto;
}

.content h1 {
  margin-bottom: 30px;
}

.content h2 {
  margin-bottom: 20px;
}

.content h3 {
  margin-bottom: 20px;
}

.content h4 {
  margin-bottom: 20px;
}

.content p {
  margin-bottom: 20px;
  /* margin-left: 35px; */
}

.content ul {
  margin-bottom: 20px;
}

.content li {
  margin-bottom: 15px;
  margin-left: 18px;
}

/* end : terms & privacy page css */

/* start : Faq page css */

.faq-container {
  max-width: 700px;
  margin: 40px auto;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-container h1 {
  text-align: left;
  margin-bottom: 30px;
  color: #333;
}

.faq {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  padding: 15px;
  text-align: left;
  font-size: 18px;
  border: none;
  background: #f1f1f1;
  cursor: pointer;
  outline: none;
  transition: background 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  background: #e2e2e2;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fafafa;
  padding: 0 15px;
}

.faq-answer p {
  padding: 10px 0;
  margin: 0;
}

.icon {
  font-size: 20px;
  transition: transform 0.3s;
}

.open .icon {
  transform: rotate(180deg);
}

.open .faq-answer {
  max-height: 500px;
}

/* end : Faq page css */

/* start : media querry */

@media only screen and (max-width: 426px) {
  .container-wrap {
    flex-direction: column;
    padding-inline: 30px;
    width: 100%;
  }
  .left-container {
    padding-block: 15px;
    padding-inline: 0px;
    /* text-align: center; */
  }
  .right-container {
    padding-block: 15px;
  }
  .right-container img {
    width: 200px;
    height: 400px;
  }
  .hero-title {
    font-size: 38px;
    line-height: 3.5rem;
  }
  .hero-content {
    font-size: 20px;
    margin-block-end: 0px;
  }
  .contact-container-wrap {
    width: 100%;
    flex-direction: column;
  }
  .contact-item {
    height: 150px;
  }
  .contact-container-wrap .right {
    padding: 0px;
  }
  .half {
    width: 100%;
  }
  .footer-margin {
    margin: 10px;
  }
  .vision-content h1 {
    font-size: 38px;
  }

  .navbar-mobiel ul {
    display: flex;
    flex-direction: column;
    background-color: #c60d0d;
    position: absolute;
    top: 70px;
    right: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .navbar-mobiel ul li a {
    color: white !important;
    font-size: 18px;
    text-decoration: none;
  }
  .navbar-mobiel.show {
    display: flex;
  }
  .navbar {
    display: none;
  }

  .navbar-mobiel {
    display: none;
  }

  .hamburger {
    display: block;
    font-size: 24px;
    cursor: pointer;
  }
}

@media screen and (min-width: 426px) and (max-width: 769px) {
  .container-wrap {
    padding-inline: 30px;
    gap: 2rem;
    width: 100%;
  }

  .right-container img {
    width: 260px;
    height: 670px;
  }
  .hero-title {
    font-size: 46px;
    line-height: 3.5rem;
  }
  .hero-content {
    font-size: 24px;
    margin-block-end: 0px;
  }
  .contact-container-wrap {
    width: 100%;
    display: block;
  }
  .footer-margin {
    margin: 10px;
  }
}

@media (max-width: 768px) {
  .slide {
    min-width: 50%;
  }
}

@media (max-width: 480px) {
  .slide {
    min-width: 100%;
  }
}
/* 
@media (min-width: 769px) {
  .hamburger {
    display: none;
  }

  .navbar {
    display: block;
  }

  .navbar-mobiel {
    display: none !important;
  }
} */

/* end : media querry */
