/* /* Start Global Rules */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100&display=swap");

* {
  box-sizing: border-box;
}
body {
  font-family: "Inter", sans-serif;
  background-color: #efeae7;
  /*   background-color: #999999; */
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
/* Small */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
/* Medium */
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
/* Large */
@media (min-width: 1200px) {
  .container {
    width: auto;
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
/* End Global Rules */

/* Start Landing Page */

.menu {
  margin-left: 10rem;
  margin-right: 10rem;
  margin-top: 3rem;
  font-size: 1.5rem;
}

.price {
  font-size: 1rem;
  color: red;
}

.landing-page header {
  min-height: 80px;
  /*  display: flex; */
}

header a img {
  height: 60px;
}

.landing-page .content .info h1 {
  color: #5d5d5d;
  font-size: 55px;
  font-weight: 200;
}

.col-xxl-6 img {
  margin-bottom: 1rem;
}

@media (max-width: 1200px) {
  .landing-page header {
    min-height: auto;
    display: initial;
  }
  .landing-page .content .info h1 {
    color: #5d5d5d;
    font-size: 45px;
    font-weight: 200;
  }
  .menu {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  header a img {
    height: 57px;
  }
}

@media (max-width: 821px) {
  .landing-page header {
    min-height: auto;
    display: initial;
  }
  .menu {
    margin-left: 2rem;
    margin-right: 1rem;
  }

  header a img {
    height: 45px;
  }
}
.landing-page header .container {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .landing-page header .container {
    flex-direction: column;
    justify-content: center;
  }
  .menu {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .landing-page header .logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.landing-page header .links {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .landing-page header .links {
    text-align: center;
    gap: 10px;
  }
}
.landing-page header .links li {
  margin-left: 30px;
  color: #5d5d5d;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .landing-page header .links li {
    margin-left: auto;
  }
}
.landing-page header .links li:last-child {
  border-radius: 20px;
  padding: 10px 20px;
  color: #fff;
  background-color: #6c63ff;
}
.landing-page header .links li:not(:last-child):hover {
  color: #6c63ff;
}
.landing-page .content .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 140px;
  min-height: calc(60vh - 80px);
}
@media (max-width: 767px) {
  .landing-page .content .container {
    gap: 0;
    min-height: calc(40vh - 101px);
    justify-content: center;
    flex-direction: column-reverse;
  }

  .landing-page .content .info h1 {
    color: #5d5d5d;
    font-size: 40px;
    font-weight: 200;
  }
}
@media (max-width: 767px) {
  .landing-page .content .info {
    text-align: left;
    margin-bottom: 15px;
  }
}

.landing-page .content .info p {
  margin: 0;
  line-height: 1.6;
  font-size: 30px;
  font-weight: 200;
  color: #f48282;
}
.landing-page .content .info button {
  border: 0;
  border-radius: 20px;
  /* padding: 12px 30px;
  margin-top: 30px; */
  cursor: pointer;
  color: #fff;
  background-color: #6c63ff;
}
.landing-page .content .image img {
  max-width: 100%;
}

.reveal-text {
  visibility: hidden;
}
.line {
  position: relative;
  overflow: hidden;
  display: flex;
}
section {
  /* background: #c9c7b4; */
  display: grid;
  place-items: center;

  width: 100%;
  padding: 10vw;
}
section:nth-child(2) {
  background: #efeae7;
}
section:nth-child(3) {
  background: #d3a488;
}

.mailto {
  text-decoration: underline;
  color: #5d5d5d;
}

.mailto:hover {
  color: #5d5d5d;
}
/* 
--------------------------------------------------------- */
.header {
  color: #5d5d5d;
  font-size: 55px;
  font-weight: 200;
  margin-top: 5rem;
  text-align: center;
}

.pitch {
  color: #5d5d5d;
  font-size: 35px;
  font-weight: 200;
  margin-top: 7rem;
  margin-left: 4rem;
  margin-right: 4rem;
  text-align: left;
}

.text {
  color: #5d5d5d;
  font-size: 20px;
  font-weight: 200;
  margin-top: 3rem;
  margin-left: 4rem;
  margin-right: 4rem;
  text-align: left;
}

.team {
  padding: 60px 0;
  margin-bottom: 90px;
}

.team h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* .team h2 span {
  color: #ff9100;
} */

.team p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #999999;
  margin: 20px 0 60px;
  padding: 0;
}

.team .box {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}

.team .box .image {
  position: relative;
  height: 100%;
}

.team .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  /*  background: linear-gradient(135deg, #ff9100 1%, #56dc1 100%); */
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 15;
}

/* .team .box .image .social-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 20;
  text-decoration: none;
  opacity: 0;
  margin-top: 100px;
  padding: 8px 15px;
  background: #ffffff;
  border-radius: 35px;
  transition: all 0.5s ease-in-out;
}

.team .box .image .social-icons i {
  font-size: 18px;
  padding: 0 7px;
  color: #ff9100;
}

.team .box:hover .overlay {
  opacity: 0.85;
}

.team .box:hover .social-icons {
  margin-top: 0;
  opacity: 1;
} */

.team .box h3 {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 600;
}

.team .box h4 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #999999;
  font-weight: 400;
  margin-top: 5px;
  padding-bottom: 25px;
}

.team .box:hover {
  transform: translateY(-15px);
}

/* ---- UI Style Ent ----- */
.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 30px 20px 30px;
  color: #2f2f2f;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}

.footer > * {
  flex: 1 100%;
}

.footer__addr {
  margin-right: 1.25em;
  margin-bottom: 2em;
}

.footer__logo {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 1.5rem;
}

.footer__addr h2 {
  margin-top: 1.3em;
  font-size: 15px;
  font-weight: 400;
}

.nav__title {
  font-weight: 400;
  font-size: 15px;
}

.footer address {
  font-style: normal;
  color: #999;
}

.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgb(33, 33, 33, 0.07);
  border-radius: 100px;
  color: #2f2f2f;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer li {
  line-height: 2em;
}

.footer a {
  text-decoration: none;
}

.footer__nav {
  display: flex;
  flex-flow: row wrap;
}

.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}

.nav__ul a {
  color: #999;
}

.nav__ul--extra {
  column-count: 2;
  column-gap: 1.25em;
}

.legal {
  display: flex;
  flex-wrap: wrap;
  color: #999;
}

.legal__links {
  display: flex;
  align-items: center;
}

.heart {
  color: #2f2f2f;
}

@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1;
  }

  .nav__item--extra {
    flex-grow: 2;
  }

  .footer__addr {
    flex: 1 0px;
  }

  .footer__nav {
    flex: 2 0px;
  }
}

/* ------------------------ */

.section-title {
  text-align: center;
  margin-bottom: 57px;
  font-family: "Inter", sans-serif;
}
.section-title .subtitle {
  font-size: 20px;
  font-weight: 200;
  color: #197beb;
  line-height: 26px;
  display: block;
}
.section-title .title {
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 18px;
  font-weight: 200;
}
.section-title p {
  font-size: 16px;
  color: #818181;
  max-width: 720px;
  margin: 0 auto;
}
.video-tutorial {
  padding: 110px 0 0 0;
}
.video-tutorial .demo-wrapper {
  margin-bottom: 40px;
}
.video-tutorial .demo-wrapper .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  font-weight: 300;
}
.price-plan-wrapper {
  padding: 0 0 60px 0;
}

.pricing-table-11 {
  text-align: center;
  transition: 0.3s ease-in;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #e5e3e3;
  margin-bottom: 30px;
}
.pricing-table-11 .price-header {
  position: relative;
  padding: 10px 0 25px;
}
.pricing-table-11 .price-header .subtitle {
  font-size: 14px;
}
.pricing-table-11 .price-header .title {
  color: #282828;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  transition: 0.3s ease-in;
  margin-bottom: 5px;
}
.pricing-table-11.active .price-header {
  position: relative;
}
.pricing-table-11.active .popular {
  position: absolute;
  right: -20px;
  top: 25px;
  background-color: #197beb;
  padding: 5px 25px;
  color: #efeae7;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  transform: rotate(90deg);
}
.pricing-table-11.active .popular:after {
  position: absolute;
  right: -8px;
  bottom: 5px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #efeae7;
  content: "";
  transform: rotate(88deg);
}
.pricing-table-11 .price {
  font-size: 50px;
  line-height: 60px;
  color: #282828;
  font-weight: 400;
  text-align: center;
  position: relative;
  transition: 0.3s ease-in;
  padding: 25px 0 10px;
  border-top: 2px solid #e5e3e3;
  margin: 0 20px;
}
.pricing-table-11 .price .dollar {
  font-size: 33px;
  line-height: 33px;
  position: relative;
  top: -12px;
  transition: 0.3s ease-in;
}
.pricing-table-11 .price .month {
  font-size: 20px;
  line-height: 20px;
  transition: 0.3s ease-in;
  font-weight: 400;
}
.pricing-table-11 .price-footer {
  margin-top: 40px;
}
.pricing-table-11 .price-footer .order-btn {
  display: inline-block;
  width: 165px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 25px;
  color: #282828;
  transition: 0.5s ease-in;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border: 2px solid #197beb;
}
.pricing-table-11 .price-footer .order-btn:hover {
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.35);
  background-color: #197beb;
  color: #fff;
}
.pricing-table-11 .price-body ul {
  margin: 0;
  padding: 0;
}
.pricing-table-11 .price-body ul li {
  list-style: none;
  display: block;
  color: #282828;
  margin: 0 30px;
  padding: 15px 0;
  transition: 0.3s ease-in;
}
.pricing-table-11 .price-body ul li:first-child {
  margin-top: 0;
}
.pricing-table-11 .price-body ul li:last-child {
  margin-bottom: 0;
}
