@import "testimonial.css";
@import "contactus.css";
@import "footer.css";

/* --#9d66bc; --navcolor: blueviolet; --primary-text: #192a4e;6558d3 */
:root {
  --primary-text: #425675;
  --secondary-text: #d4b754;
  --white-text-white: #ffffff;
  --black-text-black: #697e91;
  --body-bg-color: #fafafa;
  --testimonial: #f6f4f4;
  --navcolor: #31607b;
  --testi-bg: #ecf0ff;
  /* --gray-text: #464646;    --light-white: #c8c8c8; */
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--body-bg-color);
}

h2 {
  color: var(--primary-text) !important;
}

.navcontainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(43, 226, 43);
  height: 80px;
  padding: 0px 2%;
}

.navcontainer > div:nth-child(1) {
  justify-content: flex-start !important;
}

ul {
  display: contents;
  align-items: center;
}

ul > li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0px 17px;
  float: right;
}

ul > li > a {
  color: white !important;
  font-size: medium;
  text-decoration: none !important;
}

.logocontainer {
  display: flex;
  margin-left: 10px;
  border: 3px solid #fff;
  height: 60px;
  align-items: center;
  border-radius: 3px;
}

.logoempty {
  background-color: #fff;
  flex-basis: 40%;
  width: 50px;
  align-items: center;
  height: 56px;
  padding: 8px 6px;
}

.logoempty h3 {
  color: black !important;
}

.logotext {
  flex-basis: 60%;
  color: white !important;
  padding: 10px 10px;
}

.navcolor {
  background-color: var(--navcolor);
}

.ulli {
  position: relative;
}

/* Tab */
@media screen and (min-width: 992px) {
  .ulli {
    position: absolute;
    right: 0;
  }

  .w50 p {
    font-size: 16px !important;
  }

  .tr-container {
    padding: 1rem 2rem !important;
  }

  .tr-container div {
    width: 4rem !important;
  }
}

@media (max-width: 800px) {
  .dfjcc,
  .dfjcc_reverse {
    flex-direction: column !important;
    width: 100%;
    height: auto !important;
  }

  .section-title::before,
  .section-title::before {
    left: 10% !important;
    right: 10% !important;
  }

  .section-title::after {
    right: 10% !important;
  }

  .w50 {
    width: 100% !important;
  }

  .w50 p {
    font-size: 11px !important;
  }

  .w50 img {
    height: 100% !important;
  }

  .tr-container {
    padding: 1rem 2rem !important;
  }
}

#content {
  padding: 2em;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.dfalc {
  display: flex;
  align-items: center;
  row-gap: 3%;
}

.dfjcc {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: row;
  height: 50vh;
}

.dfjcc_reverse {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: row-reverse;
  height: 50vh;
}

.w50 {
  width: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 4px;
  background-image: url("./images/bg_2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#aboutus p {
  line-height: 2.8;
  color: #fff;
}

#Training .dfjcc p {
  line-height: 2.4;
  color: #fff;
}

#Training .w50:nth-child(1) {
  background: none !important;
}
.splide__list li {
  padding: 0% !important;
}

.tr-container p {
  line-height: 1 !important;
  color: #000 !important;
}

.w50 img {
  width: 100%;
  border-radius: 4px;
  height: 50vh;
}

.w50 p {
  padding: 3%;
  font-size: 14px;
  overflow: hidden;
  line-height: 2;
}
.line {
  border-width: 1em;
  background-color: rgb(196, 20, 20);
  height: 3px;
  width: 8em;
  margin-left: 1em;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.splide__slide > img {
  height: 400px;
  width: 100%;
}

.tr-container {
  display: flex;
  flex-direction: row;
  flex-basis: 25%;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 7% 0% !important;
}

.tr-container div {
  border-radius: 5px;
  width: 6rem;
  padding: 1rem;
  flex-basis: 20%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  font-size: 1rem;
  gap: 10px;
  background-color: var(--testimonial);
}

.tr-container div img {
  padding-top: 5px;
  height: 32px !important;
  width: 32px;
}

.tr-container div p {
  font-size: 1.1rem !important;
  color: var(--primary-text);
  font-weight: 500;
  width: 100px;
  text-align: center;
}

/* .splide {
  margin-top: 0.5em;
} */

/* #products{    display: flex;    flex-direction: row;    flex-basis: 25%;    gap: 25px;    flex-wrap: wrap;    padding: 3rem 2rem;    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;  } */
/* #products div {    border-radius: 5px;    width: 6rem;    padding: 1rem;    flex-basis: 20%;    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;    align-items: center;    flex-direction: column;    justify-content: center;    display: flex;    font-size: 1rem;    gap: 10px;    border: 1px;    background-color: var(--testimonial);   } 
  */
.plan {
  border-radius: 16px;
  box-shadow: 0 30px 30px -25px rgba(0, 38, 255, 0.205);
  padding: 10px;
  background-color: #fff;
  color: #697e91;
  max-width: 300px;
}

.plan strong {
  font-weight: 600;
  color: #425275;
}

.plan .inner {
  align-items: center;
  padding: 20px;
  padding-top: 40px;
  background-color: #ecf0ff;
  border-radius: 12px;
  position: relative;
}

.plan .pricing {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #bed6fb;
  border-radius: 99em 0 0 99em;
  display: flex;
  align-items: center;
  padding: 0.625em 0.75em;
  font-size: 1.25rem;
  font-weight: 600;
  color: #425475;
}

.plan .pricing small {
  color: #707a91;
  font-size: 0.75em;
  margin-left: 0.25em;
}

.plan .title {
  font-weight: 600;
  font-size: 1.25rem;
  color: #425675;
}

.plan .title + * {
  margin-top: 0.75rem;
}

.plan .info + * {
  margin-top: 1rem;
}

.plan .features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.plan .features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.plan .features li + * {
  margin-top: 0.75rem;
}

.plan .features .icon {
  background-color: #1fcac5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.plan .features .icon svg {
  width: 14px;
  height: 14px;
}

.plan .features + * {
  margin-top: 1.25rem;
}

.plan .action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.plan .button {
  background-color: #6558d3;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
  border: 0;
  outline: 0;
  width: 100%;
  padding: 0.625em 0.75em;
  text-decoration: none;
}

.plan .button:hover,
.plan .button:focus {
  background-color: #4133b7;
}

.plan-container {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

#service p {
  line-height: 1.5;
  color: #fff;
}

#service .features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0em 3em;
}

#service .features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
}

#service .features li + * {
  margin-top: 0.75rem;
}

#service .features .icon {
  background-color: #1fcac5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

#service .features .icon svg {
  width: 14px;
  height: 14px;
}

.plan .features + * {
  margin-top: 1.25rem;
}
