* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins";
}

/* -----------------------------------------------nav bar */
.logo {
  margin-right: 20px;
  width: 80px;
  filter: invert(1);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 15px 10px;
}

.whatsappfloat{
  position: fixed;
  background-color: white;
  border-radius:50px;
  bottom: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: transform 0.2s ease-in-out;
}
.whatsappfloatimg{
  width: 80px;       
  height: 80px;
}

.whatsappfloat:hover {
  transform: scale(1.1);
}

.navbar ul {
  display: flex;
  list-style: none;
  align-items: center;
  width: 60vw;
  justify-content: space-evenly;
}

.navbar ul li a {
  text-decoration: none;
  color: black;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  &:hover {
    text-decoration: underline;
  }
}

/* -------------------------------------main */

.div-img {
  display: flex;
  justify-content: center;
  background-color: #f2e6da;
}

.div-img img {
  animation: myAnim 1s ease 0s 1 normal forwards;
  width: 45vw;
}

.main {
  margin: 30px;
  border: 2px solid lightgray;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 10px;
  animation: myAnim 1s ease 0s 1 normal forwards;
}

.main p {
  justify-content: center;
  text-align: center;
  font-size: 150%;
  padding: 0px 100px;
}

.main h1 {
  font-size: 400%;
  padding: 50px;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.parentslide {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.parentslide ul {
  margin: 10px;
  list-style: none;
  display: flex;
  justify-content: center;
}

.parentslide ul li {
  font-size: medium;
  padding: 5px 10px;
  margin: 10px 30px;
  background-color: #f2e6da;
  border-radius: 50px;
}

.slide-track {
  display: inline-block;
  animation: 15s slide linear infinite;
}

/* ------------why choose us------------------ */

.choosebox {
  margin: 30px;
  font-size: x-large;
  background-color: #f2e6da;
  text-align: center;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 50px;
}

.insidechoosebox {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}

.choosecard {
  background-color: #eedccb;
  border-radius: 5px;
  padding-top: 40px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 350px;
  height: 200px;
  transition: transform 1s ease 0s;
  &:hover {
    cursor: pointer;
    transform: scale(110%);
  }
}

.parent-container h2 {
  text-align: center;
  font-size: xx-large;
}

.container-boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 47px;
}
.button {
  margin-left: 45vw;
  padding: 20px 25px;
  width: 145px;
  border: none;
  font-size: large;
  background-color: #f2e6da;
  border-radius: 10px;
}
.button a {
  text-decoration: none;
  color: black;
}
.button:hover {
  border: 1px solid;
  background-color: #eedccb;
}
.box {
  width: 350px;
  min-height: 395px;
  margin: 20px;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: transform 1s ease 0s;
  &:hover {
    cursor: pointer;
    transform: scale(110%);
  }
}

.box p {
  word-wrap: break-word;
  padding: 0px 30px;
  font-size: x-large;
  font-weight: 600;
}

.box img {
  width: 280px;
  height: 240px;
  margin: 20px;
  justify-content: center;
  border-radius: 10px;
  object-fit: fill;
}

/* -----------------------------------------------footer */
footer {
  background-color: #f2e6da;
  display: flex;
  justify-content: space-around;
}

.links {
  padding: 52px;
}

/* link headings */
.hlink {
  margin: 0px 20px;
  color: black;
}

.links li {
  padding: 5px;
  color: black;
  font-size: small;
  list-style: none;
}

.logo2 {
  background-color: #f2e6da;
  margin: 50px;
  width: 100px;
  filter: invert(1);
}

.copyright {
  padding: 20px;
  text-align: center;
}

/* ----------------------Contact-US----- */

.contactUs {
  display: flex;
  justify-content: space-around;
  background-color: #f0e3d5;
}

.contactinfo {
  margin: 110px 0px 100px 50px;
  animation: myAnim 1s ease 0s 1 normal forwards;
}

.contactinfo h1 {
  padding-bottom: 15px;
  font-size: 300%;
}

.contactinfo p {
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: large;
}

.social li ion-icon {
  margin: 15px;
  height: 30px;
  width: 40px;
}

.social ul {
  justify-content: center;
  list-style: none;
}

.social ul a {
  text-decoration: none;
  color: black;
  display: flex;
}

.social ul span {
  padding-top: 20px;
}

/* ---------------------------about-us------------- */
.about {
  background-color: black;
}
.aboutsection {
  display: flex;
  color: white;
}

.rightabout img {
  width: 50vw;
}
.leftabout {
  padding: 30px 50px 0px 50px;
  animation: myAnim 1s ease 0s 1 normal forwards;
}
.leftabout h1 {
  padding-bottom: 15px;
  font-size: 300%;
}

.leftabout p {
  padding-left: 15px;
  font-size: large;
}
.leftabout2 img {
  width: 49vw;
}
.rightabout2 h2 {
  animation: myAnim 1s ease 0s 1 normal forwards;
  margin-top: 20px;
  margin-left: 50px;
}
.rightabout2 p {
  animation: myAnim 1s ease 0s 1 normal forwards;
  padding: 0px 15px 20px 50px;
  font-size: large;
}

/* ----------------servicepages--------- */
.servicespage {
  background-color: #f2e6da;
}
.parent-container {
  padding-top: 50px;
}
.parent-container h2 {
  font-size: 300%;
}
.detailButton {
  padding: 10px;
  margin: 10px 90px;
  width: 50%;
  border: none;
  font-size: large;
  background-color: #efceac;
  border-radius: 10px;
}
.detailButton a {
  text-decoration: none;
  color: black;
}

/* ------------------detail-services-page */
.myButton {
  padding: 10px;
  margin: 30px 20px;
  width: 16%;
  border: none;
  font-size: large;
  background-color: #efceac;
  border-radius: 10px;
}
.myButton:hover {
  border: 1px solid;
}
.box .des {
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
}
.des ul {
  list-style-type: disc;
  padding-left: 55px;
  margin: 10px 0px;
}

/* ----------------------animation-------- */
@keyframes myAnim {
  0% {
    opacity: 0;
    transform: translateX(-250px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* --------------------------mobile screen responsive design */
@media only screen and (max-width: 768px) {
  .logo {
    width: 40px;
  }
  .navbar {
    flex-direction: column;
    align-items: center;
  }
  .navbar ul {
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 35px;
    margin-top: 10px;
  }
  .navbar ul li a {
    font-size: 16px;
  }
  .logo {
    margin-left: 15px;
  }
  .main {
    margin: 10px;
    border-radius: 30px;
    padding: 5px;
  }
  .main p {
    font-size: 100%;
    padding: 0px 25px;
  }
  .main h1 {
    font-size: 150%;
    padding: 15px;
  }
  .div-img img {
    padding: 50px;
    width: 100vw;
  }
  .parentslide ul li {
    font-size: x-small;
  }
  .parent-container h2 {
    font-size: x-large;
  }
  .choosebox {
    font-size: large;
    padding-top: 20px;
  }

  .insidechoosebox {
    flex-direction: column;
    justify-content: center;
  }

  .choosecard {
    width: 235px;
    margin-top: 20px;
  }

  footer {
    background-color: #f2e6da;
    display: flex;
    justify-content: space-evenly;
  }
  .links {
    padding: 20px;
  }

  /* --------------------mobile responsive about page */
  .aboutsection {
    display: inline;
  }
  .rightabout img {
    padding-top: 15px;
    padding-left: 15px;
    width: 95vw;
  }
  .leftabout2 img {
    padding-top: 25px;
    padding-left: 15px;
    width: 95vw;
  }

  /*-------------------------- link headings */
  .hlink {
    margin: 0px 10px;
    font-size: medium;
  }
  .links li {
    font-size: x-small;
  }
/* -------------------------whatsapp responsive logo */
.whatsappfloatimg{
  width: 50px;       
  height: 50px;
}
  /*------------------------- home-boxes*/
  .box {
    width: 260px;
    min-height: 230px;
    margin: 16px;
    border-radius: 20px;
  }
  .box p {
    font-size: medium;
  }
  .box img {
    width: 230px;
    height: 210px;
    margin: 10px;
  }
  .detailButton {
    margin: 30px 60px;
    font-size: medium;
  }
  /* ----------mobile---detailservices */
  .myButton {
    margin: 10px 20px;
    width: 38%;
  }
  /* ----------------------------- */
  .contactUs {
    flex-direction: column-reverse;
  }
  .contact-img img {
    width: 85vw;
    margin-left: 30px;
    margin-bottom: -120px;
  }
  .contactinfo h1 {
    font-size: 250%;
  }
}
