/* Second Page css */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  color: #020101;
}
/* global*/
h1 {
  font-size: 25px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 25px;
  font-weight: 700;
}
h4 {
  font-size: 16px;
  font-weight: 400;
}
h5 {
  font-size: 14px;
  font-weight: 500;
  color: #020101;
}
h6 {
  font-size: 10px;
  font: 400;
  color: #020101;
}
p {
  font-size: 18px;
  letter-spacing: 0.008em;
  word-spacing: 0.1em;
  line-height: 1.5em;
}
.padding-bottom-sec-heading {
  padding-bottom: 35px;
}
/* global end */

/* sec1 css start */
.parent-div-sec1 {
  max-width: 1600px;
  margin: 0 auto;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #00ffa3;
  background-image: url(image/12414863-0-top.webp);
  background-position: bottom center;
  background-repeat: repeat;
  background-size: cover;
}
.child-div-sec1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  gap: 20px;
}
.child-div-sec1 img {
  width: 350px;
}
.child-div-sec1 .arrow-sign {
  width: 22px;
}
.child-div-sec1 h1 {
  color: #fff;
}
/* sec1 css end */

/* sec2 css start */
.parent-div-sec2 {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 5% 0;
}
.child-div-sec2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  gap: 20px;
}
.child-div-sec2 p {
  color: #747474;
  text-align: center;
  font-weight: 400;
}
/* sec2 css end */

/* sec3 css start */
.parent-div-sec3 {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.child-div-sec3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  gap: 20px;
}

.subchild-div-sec3 {
  width: 100%;
  column-gap: 14px;
  row-gap: 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.grandchild-div-sec3 {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 6px;
  overflow: hidden;
}
.grandchild-div-sec3 h6 {
  padding-bottom: 12px;
}
.grandchild-div-sec3 h5,
h6 {
  text-align: center;
}
.grandchild-div-sec3 .grandchildimg {
  width: 250px;
  height: 135px;
  object-fit: fill;
  margin-bottom: 12px;
}
.sub-grandchild-div-sec3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 14px 10px 10px 2px;
}
.sub-grandchild-div-sec3 :nth-child(4) {
  padding-bottom: 12px;
}
/* sec3 css end */

/* sec4 css start */
.parent-div-sec4 {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 5% 0;
}
/* sec4 ccss end */

/* sec5 css start */
.parent-div-sec5 {
  max-width: 1600px;
  margin: 0 auto;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.child-div-sec5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  gap: 20px;
}
.child-div-sec5 button {
  font-size: 20px;
  font-weight: 700;
  background-color: #ecb308;
  border-radius: 5px;
  box-shadow: 0px 25px 30px -18px rgba(0, 0, 0, 0.5);
  padding: 20px;
  border: none;
  color: white;
}
.child-div-sec5 button:hover {
  background-color: #51bd68;
}
/* sec5 css end */

/* sec6 start */
.parent-div-sec6 {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-image: url(image/24839806-0-eyeem-114520335.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.child-div-sec6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
  min-height: 85px;
  background-color: #51bd68e0;
}
/* sec6 end */

/* sec7 start */
.parent-div-sec7 {
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1600px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.child-div-sec7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 40px;
  gap: 20px;
}
.child-div-sec7 p {
  color: #888888;
  text-align: center;
  font-size: 15px;
}
/* sec7 end */

/* lightbox css start */

.lightbox-parent button {
  background-color: #179c6c;
  padding: 12px;
  border: none;
  color: #fff;
  width: max-content;
  font-size: 15px;
  border-radius: 3px;
}

.lightbox-parent .lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.lightbox-parent .lightbox img {
  max-width: 80%;
  max-height: 90%;
  text-align: center;
  margin-top: 2%;
}

.lightbox-parent .lightbox:target {
  outline: none;
  display: block;
}

.lightbox-parent .exit {
  position: fixed;
  top: 4px;
  right: 25px;
  width: 25px;
}
/* lightbox end */

/* media query start */
@media only screen and (max-width: 480px) {
  .parent-div-sec1 {
    padding: 40px 20px 40px 20px;
  }
  .child-div-sec1 {
    text-align: center;
  }
  .parent-div-sec2 {
    max-width: 480px;
    padding: 40px 20px 40px 20px;
  }
  .child-div-sec2 {
    width: 100%;
  }
  .parent-div-sec3 {
    padding: 0px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .parent-div-sec4 {
    padding: 60px 20px 60px 20px;
  }
  .child-div-sec3,
  .child-div-sec1 {
    width: 100%;
  }
  .grandchild-div-sec3 {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .grandchild-div-sec3 .grandchildimg {
    width: 330px;
    height: 199px;
  }
  .sub-grandchild-div-sec3 {
    align-items: center;
  }
  .child-div-sec5 {
    width: 80%;
  }
  .padding-bottom-sec-heading {
    text-align: center;
  }
  .lightbox-parent .lightbox img {
    margin-top: 40%;
  }
  .lightbox-parent .exit {
    top: -101px;
  }
  .padding-bottom-sec-heading {
    padding-bottom: 5px;
  }
}
/* media query end */
