@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
/* body {
  overflow-x: hidden;
  width: 100vw;
  max-width: 100vw;
} */

body {
  scroll-behavior: smooth;
}
header nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
  padding: 40px 100px;
  z-index: 2;
}

.sticky {
  background-color: white;
  padding: 4px 100px;
  box-shadow: 5px 9px 30px -25px;
}

p {
  font-size: 14px;
}

nav .logo {
  position: relative;
  margin-top: 5px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.6s;
}

nav ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav ul li {
  position: relative;
  list-style: none;
}

header ul li a {
  position: relative;
  margin: 0 15px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500px;
  transition: 0.5s;
}

header .guy {
  color: #fff;
  font-size: 30px;
  display: none;
}

.sticky ul li a {
  color: #162055;
}

.sticky .guy {
  color: #162055;
}

.sticky .logo {
  color: #162055;
}

.nav-link:hover {
  color: #6a6a6a;
}

@media (min-width: 991px) {
  .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: #efeb09;
    visibility: hidden;
    transition: 0.2s ease-in-out;
  }

  .nav-link:hover::before {
    width: 100%;
    visibility: visible;
  }
  /* .test-container {
    overflow-x: scroll;
  } */
}

.hero-section {
  padding: relative;
  height: 100vh;
  background: url(../images/maids.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
}

.hero-section .damn {
  display: flex;
  flex-direction: column;
  height: 100vh;
  z-index: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
  left: auto;
}

.damn h1 {
  color: white;
  font-size: 35px;
  font-weight: 300;
}

.big {
  font-weight: 500;
}

.damn p {
  color: white;
  font-weight: 300;
  font-size: 14px;
}

.click {
  text-decoration: none;
  color: white;
  display: flex;
  border: 1px solid #efeb09;
  margin: 20px;
  border-right: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.clicky {
  text-decoration: none;
  color: #162055;
  display: flex;
  border-right: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 20px;
}

.clicky p {
  padding: 15px;
  padding-left: 15px;
  border: 1px solid #efeb09;
  font-weight: 500;
}

.clicky button {
  background-color: #efeb09;
  border: none;
  width: 90px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  color: white;
  cursor: pointer;
}

.click p {
  padding: 15px;
  padding-left: 20px;
}

.click button {
  background-color: #efeb09;
  border: none;
  width: 90px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  color: white;
  cursor: pointer;
  font-size: 25px;
}

.click button i {
  padding: 5px;
  margin-top: 5px;
}

.clicky button i {
  padding: 5px;
  font-size: 25px;
}

.about {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  margin-bottom: 20px;
}

.first-half {
  width: 100%;
  padding: 50px;
}

.second-half {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 50px;
}

.second-half .talk-about {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.talk-about h1 {
  font-weight: 500;
  font-size: 35px;
  color: #162055;
}

.second-half .talk-about p {
  padding-right: 40px;
}

.omg {
  font-size: 20px;
  color: #efeb09;
  font-weight: 500;
}

.head-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.head-text span {
  display: inline;
  height: 3px;
  width: 10%;
  background-color: #efeb09;
}

.service {
  width: 100%;
  display: grid;
  text-align: center;
  justify-content: center;
  background: url(../images/fuck.jpg);
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
}

.screen {
  margin-top: 10px;
}

.screen img {
  width: 40px;
  height: 40px;
}

.first-leg {
  padding: 20px;
  display: flex;
  height: 20vh;
  width: 100%;
  background-color: #6a6a6a;
  justify-content: space-between;
}

.second-leg {
  display: flex;
  width: 100%;
  height: 80vh;
}

.service .headies {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  margin-top: 60px;
}

.pick {
  color: #fff;
}

.one-corner {
  width: 100%;
  background-color: red;
}

.two-corner {
  width: 100%;
  background-color: blue;
}

.why-choose-us {
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.wu-pic {
  width: 100%;
  padding: 50px;
  display: grid;
  align-items: center;
}

.wu-reason {
  width: 100%;
  display: grid;
  align-items: center;
  padding: 20px;
}

.middle {
  width: 100%;
  display: flex;
  height: 100%;
  background: url(../images/live.jpg);
  padding: 40px;
  justify-content: space-between;
  gap: 40px;
}

.reason {
  display: flex;
  gap: 5px;
}

.bullet {
  color: #efeb09;
  font-size: 24px;
  margin-top: 2px;
}

.point h1 {
  color: #162055;
  font-size: 22px;
  margin-bottom: 5px;
}

.point p {
  font-size: 14px;
  margin-bottom: 10px;
}

.contex {
  display: grid;
  justify-items: center;
}

.contex i {
  font-size: 40px;
  color: white;
}

.look {
  display: grid;
  justify-items: center;
  padding: 10px;
}

.look h1 {
  color: white;
  font-weight: 600;
}

.look p {
  color: white;
  font-size: 14px;
}

.middle span {
  width: 2px;
  height: 110px;
  margin-bottom: 5px;
  background-color: white;
}

.testimoni {
  width: 100%;
  height: 100%;
}

.contact-us {
  display: flex;
  width: 100%;
  height: 100%;
}

.under {
  display: flex;
}

.ask {
  display: flex;
  gap: 3px;
  margin-top: 10px;
}

.ask i {
  color: #fff;
  font-size: 20px;
  background-color: #efeb09;
  padding: 10px;
}

.ask p {
  padding: 10px;
}

.agogo {
  display: flex;
  gap: 10px;
}

.agogo input {
  width: 100%;
  border: none;
  background-color: #d8dcef;
  padding: 10px;
  outline-color: #162055;
  transition: 0.6s;
}

.udu {
  display: grid;
  gap: 10px;
  margin-top: 40px;
}

.contact-us .first-half {
  display: block;
  width: 100%;
  align-self: center;
}

.udu textarea {
  background-color: #d8dcef;
  padding: 10px;
  border: none;
  outline-color: #162055;
  transition: 0.6s;
}

.ndu {
  cursor: pointer;
  display: flex;
  padding: 10px;
  width: 160px;
  background-color: #efeb09;
  border: 1.5px solid #efeb09;
  color: #fff;
}

.ndu i {
  font-size: 20px;
  color: #fff;
  margin-left: 1.5px;
}

.ndu:hover {
  background: transparent;
  color: #162055;
  border: 1px solid #162055;
}

.faq {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #162055;
}

.first-faq {
  display: grid;
  width: 100%;
  align-content: center;
  margin: 50px;
  color: white;
}

.first-faq .talk-about h1 {
  color: white;
}

.first-faq .talk-about .head-text .omg {
  font-size: 15px;
  color: white;
}

.first-faq .kala {
  background-color: white;
}

.first-faq .clicky {
  color: white;
}

.second-faq {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-self: center;
  padding-right: 50px;
}

.accordion {
  background-color: #162055;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.6s;
  font-weight: 500;
  font-size: 20px;
}

.panel {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  transition: 0.6s;
}

.panel p {
  color: white;
  margin-bottom: 15px;
}

.second-faq span {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

footer {
  width: 100%;
  background-color: #162055;
  padding: 40px;
  position: relative;
}

.top-tier {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
}

.one-four {
  width: 20%;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 10px;
}

.feel {
  font-size: 10px;
  display: none;
}

.socials {
  background-color: #6a6a6a;
  width: auto;
  height: 40px;
  margin-top: 5px;
}

.bankai {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 5px;
}

.two-four ul {
  color: #efeb09;
}

.two-four ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

.three-four ul {
  color: #efeb09;
}

.three-four ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

.top-head {
  color: white;
  font-size: 20px;
  font-weight: 500;
}

.four-four p {
  font-size: 12px;
  margin-bottom: 10px;
}

.copy {
  display: grid;
  justify-content: center;
  margin-top: 10px;
}

footer p {
  color: white;
}

/* gggggg */

.content-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  margin-top: 30px;
}

.card {
  max-height: 250px;
  width: 250px;
  padding: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  margin: 10px 4px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
}

.card h2 {
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
}

.card p {
  color: #6c757d;
  text-align: center;
  font-size: 12px;
}

.card:hover i,
.card:hover p {
  color: #fff;
}

.card:hover h2 {
  font-weight: 600;
}

.card:nth-child(1):hover {
  background: linear-gradient(
      45deg,
      rgba(58, 65, 155, 0.7) 0%,
      rgba(113, 126, 199, 0.7) 100%
    ),
    url("../images/bos.jpg");
  background-size: cover;
}

.card:nth-child(2):hover {
  background: linear-gradient(
      45deg,
      rgba(58, 65, 155, 0.7) 0%,
      rgba(113, 126, 199, 0.7) 100%
    ),
    url("../images/di.jpg");
  background-size: cover;
}

.card:nth-child(3):hover {
  background: linear-gradient(
      45deg,
      rgba(58, 65, 155, 0.7) 0%,
      rgba(113, 126, 199, 0.7) 100%
    ),
    url("../images/viv.jpg");
  background-size: cover;
}

.card:nth-child(4):hover {
  background: linear-gradient(
      45deg,
      rgba(58, 65, 155, 0.7) 0%,
      rgba(113, 126, 199, 0.7) 100%
    ),
    url("../images/bg.jpg");
  background-size: cover;
}

.card:nth-child(5):hover {
  background: linear-gradient(
      45deg,
      rgba(58, 65, 155, 0.7) 0%,
      rgba(113, 126, 199, 0.7) 100%
    ),
    url("../images/bg.jpg");
  background-size: cover;
}

.card:nth-child(6):hover {
  background: linear-gradient(
      45deg,
      rgba(58, 65, 155, 0.7) 0%,
      rgba(113, 126, 199, 0.7) 100%
    ),
    url("../images/bg.jpg");
  background-size: cover;
}

.card:nth-child(7):hover {
  background: linear-gradient(
      45deg,
      rgba(58, 65, 155, 0.7) 0%,
      rgba(113, 126, 199, 0.7) 100%
    ),
    url("../images/bg.jpg");
  background-size: cover;
}

.card:nth-child(8):hover {
  background: linear-gradient(
      45deg,
      rgba(58, 65, 155, 0.7) 0%,
      rgba(113, 126, 199, 0.7) 100%
    ),
    url("../images/bg.jpg");
  background-size: cover;
}

.card:nth-child(9):hover {
  background: linear-gradient(
      45deg,
      rgba(58, 65, 155, 0.7) 0%,
      rgba(113, 126, 199, 0.7) 100%
    ),
    url("../images/bg.jpg");
  background-size: cover;
}

@media (max-width: 991px) {
  .wrapper {
    padding: 25px;
  }

  .wrapper h1 {
    font-size: 2.5em;
    font-weight: 600;
  }

  .content-box {
    flex-direction: column;
    width: 100%;
  }

  .card {
    min-width: 300px;
    margin: 10px auto;
  }
}

.testimonials {
  padding: 40px 0;
  background: #ffffff;
}

.testimonials h1 {
  color: #efeb09;
  text-align: center;
}

.inner {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}

.border {
  width: 160px;
  height: 5px;
  background: #6ab04c;
  margin: 26px auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col {
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
  padding: 15px;
}

.testimonial {
  background: #162055;
  padding: 30px;
}

.testimonial img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.name {
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}

.stars {
  color: #6ab04c;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .col {
    flex: 100%;
    max-width: 80%;
  }
}

@media screen and (max-width: 600px) {
  .col {
    flex: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .four-four {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 30px 0px 20px;
  }

  .about {
    flex-wrap: wrap;
  }

  .why-choose-us {
    flex-wrap: wrap;
  }

  .middle {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .middle span {
    display: none;
  }

  .contex {
    width: 150px;
  }

  .faq {
    flex-wrap: wrap;
  }

  .second-faq {
    padding-left: 20px;
    margin-bottom: 20px;
  }

  .contact-us {
    flex-wrap: wrap;
  }

  .under p {
    font-size: 10px;
  }

  .ask i {
    padding: 5px;
  }

  .ask p {
    padding: 5px;
    padding-left: 0;
  }

  .top-tier {
    flex-wrap: wrap;
  }

  .feel {
    display: none;
  }

  .copy {
    text-align: center;
  }

  .one-four p {
    display: none;
  }

  .socials {
    display: none;
  }

  header .guy {
    display: block;
  }

  nav ul {
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: -100%;
    width: 270px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 80px;
    z-index: -1;
    transition: 0.6s;
  }

  .nav-link {
    display: flex;
  }

  header nav {
    padding: 20px;
  }

  .sticky {
    padding: 4px 20px;
  }

  .sticky ul {
    background-color: #fff;
    padding: 40px 40px;
    box-shadow: 5px 9px 10px 4px;
  }

  .open {
    right: -1%;
    justify-content: start;
    background-color: #fff;
    padding: 50px;
  }

  .open .nav-link {
    color: #162055;
  }

  .open .nav-link:hover {
    color: #6a6a6a;
  }

  .dim .guy {
    color: #fff;
  }

  .dim {
    background-color: #162055;
    transition: 0.6s;
  }

  .fade img {
    height: 100%;
  }
}
.quote {
  color: brown;
  font-size: 30px;
}
.test-block {
  display: flex;
}
.test-container {
  min-width: 250px;
  height: 300px;
  overflow-x: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 20px 10px;
  padding: 10px 20px;
  border-radius: 10px;
  overflow-y: hidden;
  position: relative;
}

.test-container img {
  width: 65px;
  height: 65px;
  border-radius: 50px;
}

.test-footer {
  bottom: 0;
  position: absolute;
  margin-bottom: 10px;
  font-style: italic;
  color: rgba(128, 128, 128, 0.614);
  font-size: 14px;
}

@media screen and (max-width: 900px) {
  .test-block {
    overflow-x: scroll;
  }
  .service-section {
    overflow-y: scroll;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .test-block::-webkit-scrollbar {
    /* width: 10px; */
    height: 7px;
    border-radius: 5px;
  }

  .test-block::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: rgba(128, 128, 128, 0.604);
  }

  .test-container {
    height: 340px;
  }
}

.new-service {
  margin: 0px 20px 20px;
}
.service-section {
  display: flex;
}
.service-section img {
  width: 200px;
  vertical-align: bottom;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.service-card {
  margin-right: 10px;
  margin-bottom: 15px;
}
.service-card-info,
.service-card-info-d {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 230px;
}
.service-card-header {
  font-weight: bold;
  text-align: center;
}
.service-card-button {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.service-card-button a {
  text-decoration: none;
  color: black;
  font-size: 15px;
  border: 1.5px solid black;
  border-radius: 5px;
  padding: 0px 5px;
}
.service-card-p {
  font-size: 14px;
  color: black;
  margin-top: 5px;
}
.service-card-info-d {
  background-color: #162055;
  color: white;
}
.service-card-info-d p {
  color: white;
}
.service-card-info-d a {
  background-color: #efeb09;
}
.header22 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  color: #efeb09;
  letter-spacing: 1px;
  font-weight: bold;
}
.appointment {
  background: url(../images/live.jpg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0px;
  padding: 20px 10px;
  color: white;
  font-size: 18px;
  /* position: absolute; 
   bottom: 1000px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;  */
}

.appointment a {
  text-decoration: none;
  font-weight: bold;
  color: black;
  font-size: 10px;
}

.blocka {
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* services */

.dsd {
  display: flex;
  justify-content: center;
}

.menu {
  background: transparent;
  display: flex;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  justify-content: center;
  margin-bottom: 10px;
  width: 360px;
  align-items: center;
  background-color: #162055;
  border-radius: 10px;
}

.menu button {
  color: white;
  text-transform: uppercase;
  display: flex;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  height: 100%;
  gap: 2px;
  padding: 0.8rem;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 10px;
  justify-content: center;
  transition: background-color 500ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  text-align: center;
}

.single {
  position: relative;
  background: transparent;
}

.clicked {
  background-color: #2d3971;
}

.menu button p {
  text-align: center;
  align-self: center;
  font-size: 13px;
}

.menu a,
#showall {
  /* margin: 0.1%;
  padding: 3%;
  border-radius: 11%; */
  -webkit-box-shadow: 0 3px 12px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 12px 3px rgba(0, 0, 0, 0.2);
}

#clen {
  cursor: pointer;
  color: #fff;
  width: 300px;
  text-align: center;
  padding: 10px;
}

#mov {
  cursor: pointer;
  width: 300px;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.target {
  margin: 6% 0%;
  background-color: transparent;
}
#div2 {
  display: none;
}
#div1 {
  display: block;
}
