.ezPretty-AI-container {
  width: 100%;
}
.ezPretty-AI-container .mbox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.ezPretty-AI-container img {
  width: 100%;
}
.ezPretty-AI-container .c-green {
  color: #90C31B;
  font-weight: bold;
}
.ezPretty-AI-container .info-content {
  width: 100%;
}
.ezPretty-AI-container .top-title {
  padding: 20px 0 40px 0;
  text-align: center;
}
.ezPretty-AI-container .top-title .sub-title {
  font-size: 34px;
  line-height: 1.5;
  font-weight: bold;
}
.ezPretty-AI-container h4 {
  font-size: 18px;
  line-height: 1.2;
  margin: 20px 0;
  display: block;
}
.ezPretty-AI-container h4.bg-title {
  background: #90C31B;
  display: inline-block;
  color: #fff;
  padding: 8px 20px;
  border-radius: 40px;
}
.ezPretty-AI-container .text-info2 {
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}
.ezPretty-AI-container .ai-cover {
  width: 100%;
  min-height: 550px;
  background: url(../img/main_banner.png) center center no-repeat;
  background-size: cover;
  display: flex;
  overflow: hidden;
}
.ezPretty-AI-container .ai-cover .mbox {
  justify-content: right;
  position: relative;
}
.ezPretty-AI-container .ai-cover .mbox .img-aiMD {
  position: absolute;
  width: 100%;
  max-width: 534px;
  left: 3%;
  top: 0px;
  z-index: 0;
}
.ezPretty-AI-container .ai-cover .info-box {
  width: 100%;
  max-width: 50%;
  margin-top: auto;
  padding-bottom: 50px;
  position: relative;
}
.ezPretty-AI-container .ai-cover .info-box h1.main-title {
  color: #2C2C2C;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 20px;
}
.ezPretty-AI-container .ai-cover .info-box h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 25px;
  text-align: center;
}
.ezPretty-AI-container .ai-cover .info-box p {
  font-size: 18px;
  padding-bottom: 15px;
}
.ezPretty-AI-container .ai-cover .info-box .btn {
  max-width: 250px;
}
.ezPretty-AI-container .info-content {
  padding: 20px;
  padding-bottom: 100px;
}
.ezPretty-AI-container .info-content .text h5 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
.ezPretty-AI-container .info-content .text p {
  font-size: 16px;
  line-height: 1.5;
}
.ezPretty-AI-container .for-features .mbox .info-card {
  flex: 25%;
  display: flex;
  justify-content: center;
  position: relative;
}
.ezPretty-AI-container .for-features .mbox .info-card::after {
  content: "";
  left: calc(50% - 118px);
  bottom: -36px;
  width: 236px;
  height: 236px;
  position: absolute;
  border-radius: 50%;
  background-color: #E8F1D2;
  z-index: 0;
}
.ezPretty-AI-container .for-features .mbox .info-card .text {
  z-index: 2;
  text-align: center;
}
.ezPretty-AI-container .for-features .mbox .info-card .text h5 {
  padding-bottom: 5px;
}
.ezPretty-AI-container .for-24hours {
  overflow: hidden;
  background: linear-gradient(to bottom, #ffffff 0%, #f2ffd5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ezPretty-AI-container .for-24hours .info-img {
  flex: 45%;
  padding-left: 18%;
  position: relative;
}
.ezPretty-AI-container .for-24hours .info-img .dialogue {
  position: absolute;
}
.ezPretty-AI-container .for-24hours .info-img .dialogue p {
  font-size: 14px;
  background-color: #D4FA77;
  border-radius: 10px;
  padding: 13px 18px;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
.ezPretty-AI-container .for-24hours .info-img .dialogue p::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #d5fa77 transparent transparent;
}
.ezPretty-AI-container .for-24hours .info-img .dialogue:nth-child(1) {
  left: 14%;
}
.ezPretty-AI-container .for-24hours .info-img .dialogue:nth-child(1) p::after {
  right: 40px;
  bottom: -16px;
  border-width: 0 17px 17px 0;
  border-color: transparent #d5fa77 transparent transparent;
}
.ezPretty-AI-container .for-24hours .info-img .dialogue:nth-child(2) {
  left: 8%;
  top: 45%;
}
.ezPretty-AI-container .for-24hours .info-img .dialogue:nth-child(2) p::after {
  right: -16px;
  top: 20px;
  border-width: 17px 17px 0 0;
  border-color: #d5fa77 transparent transparent transparent;
}
.ezPretty-AI-container .for-24hours .info-img .dialogue:nth-child(3) {
  right: -5%;
  bottom: -5%;
}
.ezPretty-AI-container .for-24hours .info-img .dialogue:nth-child(3) p::after {
  left: 30px;
  top: -16px;
  border-width: 17px 0 0 17px;
  border-color: transparent transparent transparent #d5fa77;
}
.ezPretty-AI-container .for-24hours .mbox {
  gap: 50px;
}
.ezPretty-AI-container .for-24hours .info-card {
  flex: 55%;
}
.ezPretty-AI-container .for-24hours .info-card .text h5 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
}
.ezPretty-AI-container .for-AI {
  position: relative;
}
.ezPretty-AI-container .for-AI::after {
  position: absolute;
  content: "";
  width: 33vw;
  max-width: 572px;
  height: 30vw;
  max-height: 500px;
  background: url(../img/bg_03.png) left bottom no-repeat;
  background-size: cover;
  left: 0;
  bottom: -228px;
  z-index: -1;
}
.ezPretty-AI-container .for-AI .mbox {
  display: inherit;
  margin: 0 auto;
  max-width: 900px;
}
.ezPretty-AI-container .for-AI .the-btn {
  padding: 20px 0;
  text-align: center;
}
.ezPretty-AI-container .for-AI .the-btn .main-btn {
  max-width: 250px;
}
.ezPretty-AI-container .for-AI .group {
  width: 100%;
  display: flex;
  gap: 50px;
  position: relative;
}
.ezPretty-AI-container .for-AI .group::after {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background: linear-gradient(to right, #ED6125 1%, #90C31B 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.ezPretty-AI-container .for-AI .group .a-card {
  flex: 50%;
  border-style: solid;
  border-width: 1px;
  margin: 10px 0;
  position: relative;
  align-items: stretch;
  align-content: center;
  border-radius: 20px;
  overflow: hidden;
  padding-left: 43px;
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.ezPretty-AI-container .for-AI .group .a-card .label {
  position: absolute;
  width: 43px;
  min-width: 43px;
  padding: 10px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0 0 20px 0;
}
.ezPretty-AI-container .for-AI .group .a-card .text {
  padding: 15px;
  line-height: 1.3;
}
.ezPretty-AI-container .for-AI .group .a-card .text span {
  padding-bottom: 5px;
  display: inline-block;
}
.ezPretty-AI-container .for-AI .group .a-card:first-child {
  border-color: #ED6125;
}
.ezPretty-AI-container .for-AI .group .a-card:first-child .label {
  background-color: #ED6125;
}
.ezPretty-AI-container .for-AI .group .a-card:last-child {
  border-color: #90C31B;
}
.ezPretty-AI-container .for-AI .group .a-card:last-child .label {
  background-color: #90C31B;
}
.ezPretty-AI-container .for-developer .mbox {
  max-width: 900px;
}
.ezPretty-AI-container .for-developer .mbox .info-card {
  flex: 33.33%;
  display: flex;
  justify-content: center;
  position: relative;
}
.ezPretty-AI-container .for-developer .mbox .info-card::after {
  content: "";
  left: calc(50% - 118px);
  bottom: -36px;
  width: 236px;
  height: 236px;
  position: absolute;
  border-radius: 50%;
  background-color: #E8EAE2;
  z-index: 0;
}
.ezPretty-AI-container .for-developer .mbox .info-card .text {
  z-index: 2;
  text-align: center;
}
.ezPretty-AI-container .for-developer .mbox .info-card .text h5 {
  padding-bottom: 5px;
}
.ezPretty-AI-container .for-form {
  background: url(../img/bg_02.jpg) center center no-repeat;
  background-size: cover;
}
.ezPretty-AI-container .for-form .mbox {
  padding: 0;
}
@media (max-width: 1080px) {
  .ezPretty-AI-container .ai-cover {
    position: relative;
  }
  .ezPretty-AI-container .ai-cover .mbox {
    position: initial;
  }
  .ezPretty-AI-container .ai-cover .mbox .img-aiMD {
    width: 48%;
    top: initial;
    bottom: 0;
  }
  .ezPretty-AI-container .ai-cover .info-box h1.main-title {
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  .ezPretty-AI-container .ai-cover {
    padding: 0;
    min-height: initial;
  }
  .ezPretty-AI-container .ai-cover .mbox {
    position: initial;
    display: initial;
  }
  .ezPretty-AI-container .ai-cover .mbox .img-aiMD {
    width: 50%;
    top: initial;
    bottom: 0;
    position: initial;
    margin: 0 auto;
  }
  .ezPretty-AI-container .ai-cover .mbox .info-box {
    text-align: center;
    max-width: 100%;
    margin-top: initial;
    padding: 0;
  }
  .ezPretty-AI-container .for-features .mbox {
    flex-wrap: wrap;
  }
  .ezPretty-AI-container .for-features .mbox .info-card {
    flex: 47%;
    margin-bottom: 50px;
  }
  .ezPretty-AI-container .for-features .mbox .info-card::after {
    width: 42vw;
    height: 42vw;
    left: calc(50% - 21vw);
  }
}
@media (max-width: 991px) {
  .ezPretty-AI-container .ai-cover {
    padding-top: 55px;
  }
}
@media (max-width: 850px) {
  .ezPretty-AI-container .info-content {
    padding-bottom: 50px;
  }
  .ezPretty-AI-container .ai-cover {
    padding-bottom: 0;
  }
  .ezPretty-AI-container .ai-cover .mbox .img-aiMD {
    width: 75%;
  }
  .ezPretty-AI-container .for-24hours .mbox {
    display: initial;
  }
  .ezPretty-AI-container .for-24hours .mbox .info-img {
    width: 75%;
    max-width: 400px;
    margin: 0 auto;
    padding-left: 0;
  }
  .ezPretty-AI-container .for-24hours .mbox .info-img .dialogue:nth-child(1) {
    left: -15%;
    top: -5%;
  }
  .ezPretty-AI-container .for-24hours .mbox .info-img .dialogue:nth-child(2) {
    left: -18%;
    top: 36%;
  }
  .ezPretty-AI-container .for-24hours .mbox .info-img .dialogue:nth-child(3) {
    bottom: 5%;
  }
  .ezPretty-AI-container .for-24hours .mbox .info-card {
    padding: 30px;
    text-align: center;
  }
  .ezPretty-AI-container .for-AI .group {
    gap: 35px;
  }
  .ezPretty-AI-container .for-AI .group::after {
    top: calc(50% - 13px);
    left: calc(44% - 7px);
    width: 14px;
    height: 26px;
  }
  .ezPretty-AI-container .for-AI .group .a-card {
    padding-left: 0;
    padding-top: 25px;
  }
  .ezPretty-AI-container .for-AI .group .a-card:first-child {
    flex: 38%;
  }
  .ezPretty-AI-container .for-AI .group .a-card .label {
    width: initial;
    height: initial;
    padding: 7px 10px;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .ezPretty-AI-container .for-AI .group .a-card .text {
    padding: 10px 10px 15px 10px;
    line-height: 1.5;
  }
  .ezPretty-AI-container .for-developer .mbox {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ezPretty-AI-container .for-developer .mbox .info-card .text img {
    max-width: 375px;
  }
}
@media (max-width: 768px) {
  .ezPretty-AI-container .top-title {
    padding: 15px 0 20px;
  }
  .ezPretty-AI-container .top-title .sub-title {
    font-size: 30px;
  }
  .ezPretty-AI-container .ai-cover .info-box h1.main-title {
    padding-top: 10px;
    font-size: 38px;
  }
  .ezPretty-AI-container .ai-cover .info-box p span.mob {
    display: block;
  }
  .ezPretty-AI-container .for-AI::after {
    bottom: -140px;
  }
}
@media (max-width: 600px) {
  .ezPretty-AI-container .for-developer .mbox .info-card .text img {
    max-width: 255px;
  }
}
@media (max-width: 550px) {
  .ezPretty-AI-container .top-title .sub-title {
    font-size: 26px;
  }
  .ezPretty-AI-container .for-developer .mbox .info-card {
    flex: initial;
    margin-bottom: 20px;
  }
  .ezPretty-AI-container .for-developer .mbox .info-card::after {
    width: 50vw;
    height: 50vw;
    left: calc(50% - 25vw);
  }
  .ezPretty-AI-container .for-developer .mbox .info-card .text img {
    max-width: 255px;
  }
}

.logo {
  padding-bottom: 5px;
}

.copy-right-text p {
  font-size: 14px;
  line-height: 1.8;
  padding-top: 10px;
}

.paperbox {
  padding: 60px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 550px) {
  .paperbox {
    padding: 30px;
  }
}

.mean-container .mean-bar {
  border-bottom: 1px solid rgba(144, 195, 32, 0.231372549);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.navbar-area {
  border-bottom: 1px solid rgba(144, 195, 32, 0.231372549);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 991px) {
  .mobile-nav .logo {
    top: 15px;
    left: calc(50% - 73px);
  }
}
@media (max-width: 767px) {
  .top-header .align-items-center {
    padding-top: 8px;
  }
}
.add-line {
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 99;
  right: 10px;
  bottom: 85px;
}

#ezpretty-ai-room .ezpretty-icon {
  bottom: 160px !important;
  z-index: 99;
}/*# sourceMappingURL=ai-style.css.map */