@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600;800&display=swap");

* {
  margin: 0;
  /* padding: 0; */
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  z-index: 1;
}

/*-------------------------header--------------------------------- */
.header {
  /* min-height: 80vh; */
  min-height: 75vh;
  width: 100%;
  background-image: linear-gradient(
    90deg,
    rgba(0, 5, 36, 1) 0%,
    rgba(9, 22, 121, 1) 32%,
    rgba(0, 212, 255, 1) 100%
  );
  background-image: url(images/back.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

nav {
  display: flex;
  padding: 2% 6%;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(2.5px);
}

nav img {
  width: 160px;
}

.nav-links {
  flex: 1;
  text-align: right;
}

.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}

.nav-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

.nav-links ul li::after {
  content: "";
  width: 0;
  height: 2px;
  background: #00adef;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.current::after {
  width: 100% !important;
}

.nav-links ul li:hover::after {
  width: 100%;
}

.text-box {
  width: 90%;
  color: rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  /* transition: 1s; */
}

.bench {
  color: #fffd83;
}

#new-ben {
  font-size: 62px;
  font-style: italic;
  font-weight: 400;
}

.text-box a {
  display: inline-block;
  text-decoration: none;
  color: white;
  border: 1px solid #fff;
  padding: 12px 34px;
  font-size: 20px;
  background: transparent;
  position: relative;
  border-radius: 9px;
}

.text-box a:hover {
  border: 1px solid white;
  background: #00adef;
  transition: 0.6s;
  color: black;
}

nav .fa {
  display: none;
}

#txtinheader {
  transition: 1s;
}

@media (max-width: 1060px) {
  nav {
    justify-content: space-between;
    flex-basis: auto;
  }

  #new-ben {
    font-size: 40px;
  }

  .nav-links ul li {
    display: block;
  }

  .nav-links {
    position: absolute;
    background: linear-gradient(
      90deg,
      rgba(206, 132, 255, 1) 0%,
      rgba(255, 120, 120, 1) 50%,
      rgba(255, 210, 146, 1) 100%
    );
    background-image: linear-gradient(to right, #434343 0%, black 100%);
    background-image: linear-gradient(
      109.6deg,
      rgba(156, 252, 248, 1) 11.2%,
      rgba(110, 123, 251, 1) 91.1%
    );
    height: 100vh;
    width: 50vw;
    top: 0;
    right: 0;
    text-align: left;
    z-index: 3;
    transition: 0.5s;
    overflow-y: scroll;
    display: none;
  }

  nav .fa {
    display: inline-block;
    color: white;
    font-size: 22px;
    cursor: pointer;
  }

  .nav-links ul {
    padding: 30px;
  }

  .nav-links ul li a {
    color: black;
    font-weight: 400;
  }
}

@media (max-width: 700px) {
  .nav-links {
    width: 80vw;
  }

  #new-ben {
    font-size: 25px;
  }

  .text-box a {
    padding: 5px 5px;
  }
}

/* middle */
.middle {
  width: 80vw;
  margin: auto;
}

.middle p {
  font-size: 20px;
}

#learn_more {
  text-decoration: none;
  color: black;
  /* background: linear-gradient(to left, #f32170, #ff6b08, #cf23cf, #eedd44); */
  background: linear-gradient(
    90deg,
    rgba(206, 132, 255, 1) 0%,
    rgba(255, 120, 120, 1) 50%,
    rgba(255, 210, 146, 1) 100%
  );
  /* border: 1px solid black; */
  padding: 3px;
  border-radius: 10px;
  transition: 0.5s;
}

#learn_more:hover {
  padding: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

#certifi {
  text-decoration: none;
  color: black;
  /*background: linear-gradient(to left, #f32170, #ff6b08, #cf23cf, #eedd44);*/
  /*background: linear-gradient(90deg, rgba(206, 132, 255, 1) 0%, rgba(255, 120, 120, 1) 50%, rgba(255, 210, 146, 1) 100%);
    /* border: 1px solid black; */
  background: rgb(24, 76, 78);
  background: linear-gradient(
    90deg,
    rgba(24, 76, 78, 1) 0%,
    rgba(0, 195, 173, 1) 38%,
    rgba(0, 255, 132, 1) 100%
  );
  padding: 3px;
  border-radius: 10px;
  transition: 0.5s;
  margin-left: 10%;
}

#certifi:hover {
  padding: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

.ser {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
}

.cont {
  width: 19vw;
  /* flex-basis: 20%; */
  height: 30vh;
  color: white;
  z-index: 3;
  border-radius: 15px;
}

/* .cont:hover{backdrop-filter: blur(20px);}*/
.con1 {
  background: url(images/wood.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.con2 {
  background: url(images/coffee.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.cont p {
  margin-top: 10vh;
  text-align: center;
}

.linkmorep {
  width: 100%;
  height: 100%;
}

.linkmorea {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  display: block;
  text-decoration: none;
  color: white;
  width: 100%;
  height: 100%;
  transition: 0.7s;
}

#cen,
#cen1 {
  padding-top: 10vh;
}

.linkmorea:hover {
  padding: 10px;
  background: linear-gradient(
    90deg,
    rgba(206, 132, 255, 1) 0%,
    rgba(255, 120, 120, 1) 50%,
    rgba(255, 210, 146, 1) 100%
  );
  top: -1vw;
  left: -1vw;
  width: 110%;
  height: 110%;
}

/* .cont p{padding:20px;}*/
.head2 {
  text-align: center;
  /* font-size: 40px !important; */
  font-weight: 600;
  /* font-family: Arial, Helvetica, sans-serif; */
  /* background: linear-gradient(to right, #f32170, #ff6b08, #cf23cf, #eedd44); */
  background: rgb(34, 193, 195);
  background: linear-gradient(
    90deg,
    rgba(34, 193, 195, 1) 0%,
    rgba(253, 187, 45, 1) 100%
  );
  background-clip: unset;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#welc,
#welc1,
#welc2 {
  font-size: 40px;
}

.abus,
.ouse,
.oufa {
  padding-top: 10vh;
  padding-bottom: 5vh;
}

@media (max-width: 700px) {
  .ser {
    flex-direction: column;
  }

  .cont {
    margin: 5px;
    width: 50vw;
    height: 25vh;
  }

  #welc,
  #welc1,
  #welc2 {
    font-size: 29px;
  }

  .middle p {
    font-size: 16px;
  }
}

.oufa {
  margin-bottom: 20px;
}

/* services middle */
#serlist {
  margin-left: 5vw;
  list-style-type: disc !important;
  list-style-position: outside;
  font-size: 20px;
}

#serlist li {
  padding: 7px;
}

@media (max-width: 700px) {
  #head2_1 {
    font-size: 30px;
  }

  #serlist {
    margin-left: 5vw;
  }
}

#serlist2 {
  margin-left: 5vw;
  list-style-type: disc !important;
  list-style-position: outside;
  font-size: 20px;
}

#serlist2 li {
  padding: 7px;
}

@media (max-width: 700px) {
  #head2_1 {
    font-size: 30px;
  }

  #serlist2 {
    margin-left: 5vw;
  }
}

/* #middlee{padding-top:15vh;}*/
#paradiv {
  width: 60vw;
  margin: auto;
}

/*gallery*/
#gal {
  width: 70vw;
  margin: auto;
}

#uul {
  width: 80vw;
  display: flex;
  flex-wrap: wrap;

  margin: auto;
}
.ullli {
  width: 50%;
  list-style: none;
  margin: auto;
}

.ullli img {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  border-radius: 30px;
  margin: auto;
}
#lastimg {
  margin: auto;
}
.ullli p {
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: rgb(230, 250, 158);
}
.imheadg {
  width: 50%;
  margin: auto;
}
.imheadgpara {
  border-radius: 10px;
}
@media (max-width: 820px) {
  .ullli p {
    font-size: 1.2rem;
  }
  .ullli {
    width: 100%;
  }
  .imheadg {
    width: 80%;
    margin: auto;
    padding-top: 10px;
  }
}

/*gal end*/

@media (max-width: 700px) {
  #paradiv {
    width: 80vw;
  }
}

.wraper {
  width: 80vw;
  margin: auto;
}

.namecover {
  display: flex;
  flex-direction: row;
  width: 70vw;
  justify-content: space-between;
  margin: auto;
}

.namecovercont {
  width: 30vw;
}

#ctsadd {
  width: 80vw;
  margin: auto;
  margin-bottom: 3vh;
  background: linear-gradient(
    180deg,
    rgba(240, 239, 250, 1) 30%,
    rgba(214, 249, 255, 1) 100%
  );
  padding: 10vh;
  border-radius: 20px;
}

#supp {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 231, 213, 1) 100%
  );
  border-radius: 15px;
  padding: 5vh;
}

@media (max-width: 700px) {
  .namecover {
    flex-direction: column;
  }

  #cts {
    margin-top: 8vh;
  }
}

/*carrers*/

#formm {
  width: 80vw;
  margin: auto;
  background-color: green;
  height: 80vw;
  width: 80vw;
}

.centerr {
  width: 60vw;
  margin: auto;
}

td {
  padding-top: 15px;
}

input {
  width: 30vw;
  height: 30px;
}

#submitt {
  width: 20vw;
}

.rightt {
  text-align: left;
}

#txtarea {
  height: 20vh;
}

@media (max-width: 700px) {
  .centerr {
    width: 90vw;
  }

  input {
    width: 50vw;
  }
}

.parawrap {
  width: 80vw;
  margin: auto;
  line-height: 35px;
}

.trainelig {
  font-size: 25px;
  text-decoration: underline;
  font-style: italic;
}

.hbcon {
  width: 90vw;
  margin: auto;
}

.hcon1 {
  width: 15vw;
}

.hcon2 {
  width: 60vw;
}

.hcon {
  display: flex;
  justify-content: space-evenly;
}

.hconpara {
  font-size: 1.5rem;
  border-radius: 12px;
  padding: 10px;
  width: 40vw;
  background-color: #faaf5a;
}

@media (max-width: 700px) {
  .hcon {
    flex-direction: column;
    align-items: center;
  }

  .hcon1 {
    text-align: center;
    width: 80vw;
  }

  .hcon2 {
    width: 80vw;
  }

  .hconpara {
    width: 80vw;
  }
}

/* footer */
.footer {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  /* align-items: center; */
  height: 80vh;
  /* background-image: linear-gradient(to left bottom, #f7f9f9, #cdd0d0, #a6a9a9, #7f8384, #5b5f60); */
  background: linear-gradient(
    180deg,
    rgba(243, 244, 245, 1) 0%,
    rgba(215, 255, 252, 1) 100%
  );
}

.faddress {
  /* background-color: green; */
  /* font-size: 20px; */
  font-size: 1rem;
  font-weight: 400;
  color: rgb(61, 61, 61);
  width: 30%;
}

iframe {
  border-radius: 20px;
  width: 400px;
  height: 400px;
}

@media (max-width: 1280px) {
  .footer {
    flex-direction: column;
    height: fit-content;
  }
  .gmap {
    margin: auto;
  }

  iframe {
    width: 70vw;
    height: 60vh;
  }

  .faddress {
    font-size: 16px;
    width: 80vw;
    margin-top: 5rem;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1280px) {
  iframe {
    width: 90vw;
    height: 60vh;
  }
}
