* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: var(--withe);
}
:root {
  --withe: #fff;
  --black: #000000;
  --black-withe: #fffdfd;
  --Gunsmoke: #878787;
  ---fontBold: Arial, Helvetica, sans-serif;
  --font-poppins: "Roboto", sans-serif;
}
.crescent-moon {
  --black-withe: #a6a2a2;
  --black: #ffffff;
  --withe: #000000;
  --Gunsmoke: #878787;
}
section {
  padding-top: 70px;
}
header {
  position: sticky;
  top: 0;
  background-color: #0000009c;
  z-index: 99;
}
.container {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: var(---fontBold);
}
:root {
  --withe: #fff;
  --black: #000000;
  --black-withe: #fffdfd;
  --Gunsmoke: #878787;
  ---fontBold: Arial, Helvetica, sans-serif;
  --font-poppins: "Roboto", sans-serif;
}
.crescent-moon {
  --black-withe: #a6a2a2;
  --black: #ffffff;
  --withe: #000000;
  --Gunsmoke: #878787;
}
.drek {
  cursor: pointer;
}
.home {
  position: relative;
  right: 40%;
}
.logo img {
  height: 60px;
}
.home-and-about a {
  text-decoration: none;
  color: var(--withe);
  font-size: 15px;
  font-family: var(---fontBold);
}
nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.nav-links li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

.arrow {
  margin-left: 5px;
  font-size: 0.7em;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  list-style: none;
  padding: 10px 0;
  margin: 5px 0 0 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
  min-width: 160px;
  border-radius: 5px;
}

.dropdown-menu li {
  padding: 8px 20px;
}

.dropdown-menu li a {
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.dropdown-menu li a:hover {
  background-color: #8f0000;
}

.custom-dropdown:hover .dropdown-menu {
  display: block;
}
.custom-dropdown select {
  background-color: #00000000;
  color: var(--withe);
  font-family: var(---fontBold);
  outline: none;
  border: none;
  padding: 8px 15px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-dropdown select:focus {
  color: rgb(0, 0, 0);
}

.arrow {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.custom-dropdown label:hover .arrow {
  transform: rotate(180deg);
}
#check {
  display: none;
}

label {
  display: none;
}

label i {
  font-size: 26px;
  cursor: pointer;
  padding: 10px;
}

nav {
  display: flex;
  justify-content: flex-end;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}

.nav-links img {
  width: 24px;
}
@media (max-width: 991px) {
  label {
    display: block;
    z-index: 1001;
    position: relative;
  }

  label .fa-xmark {
    display: none;
  }

  label .fa-bars {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
  }

  #check:checked + label .fa-bars {
    display: none;
  }

  #check:checked + label .fa-xmark {
    display: inline-block;
  }
  .fa-bars,
  .fa-xmark {
    color: #fff;
  }
  nav {
    display: none;
  }

  #check:checked ~ nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 75%;
    top: 20px;
    left: 25%;
    z-index: 1000;
    padding-top: 80px;
    margin-top: -20px;
    background-color: #2e2e2e;
  }

  .nav-links {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .custom-dropdown select {
    width: 100%;
    font-size: 16px;
    padding: 10px;
  }
}
.img {
  background-position: center;
  background-image: url(../../assets/image/unsplash_rjfOdiB7k-E.png);
  height: 100vh;
  margin-top: -195px;
}
.about-us {
  flex: 1;
  flex-wrap: wrap;
  text-align: center;
  margin-top: -500px;
}
.about-us h1 {
  font-size: 65px;
  color: var(--withe);
  font-family: var(--font-poppins);
}
.about-us p {
  color: var(--withe);
  font-family: var(--font-poppins);
}
.best img {
  background-color: var(--black-withe);
}
.best-service p {
  color: var(--Gunsmoke);
}
.best-service {
  margin-top: 400px;
}
.best {
  text-align: center;
}
.choose {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.choose h3 {
  color: var(--black);
}
.aboutus {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-around;
}
.unsplash img {
  max-width: 100%;
  background-size: cover;
  width: 557px;
  height: 549px;
}
.Vector {
  margin-left: 15px;
}
.Vector img {
  background-color: var(--black-withe);
}
.aboutus p {
  color: var(--Gunsmoke);
}
.stats-section {
  background-image: url(../../assets/image/unsph_okVXy9tG3KY.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 200px;
  color: white;
}

.overlay {
  padding: 40px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.stat-box {
  text-align: center;
  padding: 20px;
  min-width: 150px;
}

.stat-box i {
  font-size: 40px;
  margin-bottom: 10px;
}

.stat-box h2 {
  font-size: 32px;
  margin: 10px 0;
}

.stat-box p {
  font-size: 16px;
}
.gallery-section .title {
  text-align: center;
  margin-bottom: 30px;
}

.gallery-section .title p {
  color: var(--Gunsmoke);
  font-size: 30px;
}

.gallery-section .title h2 {
  font-size: 50px;
  font-weight: var(---fontBold);
  color: var(--black);
  margin: 5px 0;
}

.gallery-section .title .underline {
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #f06292;
  margin-top: 10px;
  border-radius: 2px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  gap: 30px;
  margin-left: 15px;
}

.gallery-item.large {
  grid-row: span 2;
  margin-left: 20px;
}

.gallery-item img {
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item .caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: var(--withe);
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.site-footer {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  color: #000;
}

.subscribe-section {
  background: url(../../assets/image/unsplash_TejFa7VW5e4.png) no-repeat;
  background-size: cover;
  height: 500px;
  background-position: center;
  text-align: center;
  padding: 60px 20px;
  color: white;
}

.subscribe-section h2 {
  font-size: 40px;
  color: var(--withe);
}

.subscribe-section p {
  font-size: 16px;
  color: var(--withe);
}

.subscribe-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 100px;
}

.subscribe-form input {
  padding: 15px;
  border: none;
  border-radius: 30px;
  width: 500px;
  max-width: 80%;
}

.subscribe-form button {
  padding: 15px 25px;
  background-color: #000;
  color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 20px;
  background-color: var(--withe);
  gap: 20px;
}

.footer-box {
  flex: 1 1 200px;
  min-width: 200px;
  color: var(--black);
}

.footer-logo {
  max-width: 250px;
  margin-bottom: 10px;
}

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

.footer-box ul li {
  margin: 8px 0;
}

.footer-box ul li a {
  text-decoration: none;
  color: var(--black);
}

.social-icons a {
  color: var(--black);
  font-size: 18px;
  margin-right: 10px;
}

.copyright {
  background-color: #000;
  color: white;
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
}
