/* ==========================================================================
   IMPORT GOOGLE FONTS
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;700&display=swap');

/* ==========================================================================
   GENERAL
   ========================================================================== */
body {
  font-family: 'Poppins', sans-serif;
  color: #a0a6ad;
  font-size: 14px;
  font-weight: 400;
  /*background: #080808;*/
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
}

h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #68687B;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

header {
  padding-bottom: 76px;

}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: #3c9cfd !important;
}

.intro-img-mobile {
  display: none;
}

.navbar-nav {
  width: 744px;
  height: 58px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid #DFDFE4;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(12px);
}

/* ==========================================================================
     Section Title
========================================================================== */
.section {
  padding: 130px 0px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.section-header {
  color: #68687B;
  text-align: center;
  position: relative;
}

.section-header .section-title {
  font-size: 35px;
  margin-bottom: 12px;
  font-weight: 600;
  position: relative;
  line-height: 30px;
}

.desc-text p {
  font-size: 18px;
  color: #68687B;
  line-height: 26px;
  margin-bottom: 0;
  position: relative;
  bottom: 188px;
  left: 7px;
}

.head-title {
  width: 552px;
  margin-top: 24px;
  color: #232329;
  font-family: 'Poppins', sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 67.2px;
  letter-spacing: -1.92px;
}

.header-text {
  margin-top: 33px;
  color: #68687B;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.type {
  width: 368px;
  height: 66px;
}

.cursor {
  border-right: .05em solid;
  animation: caret 1s steps(1) infinite;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

/* ==========================================================================
   Scroll To Up
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background: #5533ff;
  background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  z-index: 9999999;
}

.back-to-top i {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Hero Area
   ========================================================================== */
.hero-area {
  position: relative;
}

.hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-bottom: 0.5px solid #D0D0D7;
  background: #FFF;
  background-size: 100%;
  z-index: -12;
}

.hero-area .contents {
  padding-top: 163px;
}


.hero-area .contents p {
  margin-right: 90px;
  margin-top: 33px;
  margin-left: 109px;
}

.hero-area .contents .btn {
  margin-top: 32px;
  margin-right: 15px;
  margin-bottom: 76px;
}

.hero-area .intro-img {
  padding-top: 146px;
  margin-right: 10px;
}

.hero-area .intro-img img {
  display: block;
  height: auto;
  margin-left: auto;
  padding-bottom: 48px;
}

.line {
  width: 100%;
  height: 1px;
  margin-top: 88px;
  background: rgba(104, 104, 123, 1);
}


.line-features {
  width: 100%;
  height: 1px;
  background: rgba(104, 104, 123, 1);
}

.line-faq {
  border-top: 1px solid #DFDFE4;
}


/* ==========================================================================
   About
   ========================================================================== */
#services .services-item {
  padding-top: 76px;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#services .services-item .icon {
  width: 30px;
  height: 30px;
  margin: 0px auto;
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 16px;
}

.services-item:hover svg path {
  fill: #30BA8EFF;
}

#faq .services-item .icon {
  width: 30px;
  height: 30px;
  margin: 0px auto;

  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 16px;
}


#services .services-item .icon i {
  font-size: 40px;
  color: #3ecf8e;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
}

#services .services-item h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  margin-bottom: 32px;
}

#faq .services-item h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;

  margin-bottom: 32px;
}

#services .services-item p {
  font-size: 16px;
  margin-bottom: 10px;
}

#faq .services-item p {

  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  padding: 16px 24px 16px 24px;
  margin-bottom: 10px;
}

.features-text {
  margin-top: 23px;
}

.container-mode {
  height: 100%;
  width: 100%;
  left: 0px;
  top: 97px;
  border-radius: 8px;
  padding: 16px;
  color: #232329;
  background: #FAFAFA;
}

/* ==========================================================================
   business-plan Section
   ========================================================================== */
#business-plan {
  padding-bottom: 130px;
}

#business-plan .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

#business-plan .business-item-info {
  margin-top: 60px;
}

#business-plan .business-item-info h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
}

#business-plan .business-item-info p {
  font-size: 16px;
  margin-bottom: 20px;
}

/* ==========================================================================
   Features
   ========================================================================== */
#features {
  background: #f9f9f9;
}

#features .featured-bg {
  background: #fff;
}

#features .featured-border1 {
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

#features .featured-border2 {
  border-bottom: 1px solid #ededed;
}

#features .featured-border3 {
  border-right: 1px solid #ededed;
}

#features .feature-item {
  padding: 30px;
  overflow: hidden;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#features .feature-item .feature-icon {
  background: #e3fff2;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-right: 30px;
  border: 1px solid #3ecf8e;
  margin-top: 12px;
}

#features .feature-item .feature-icon i {
  font-size: 40px;
  color: #3ecf8e;
  position: absolute;
  left: 0;
  right: 0;
  top: 32%;
}

#features .feature-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

#features .feature-item p {
  font-size: 16px;
  display: block;
}

#features .feature-item:hover {
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#features .feature-item:hover .feature-icon {
  background: #3ecf8e;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#features .feature-item:hover .feature-icon i {
  color: #fff;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

/* ==========================================================================
   Features
   ========================================================================== */
#download-app {
  padding-bottom: 100px;
}

#download-app .download-info {
  padding-top: 30px;
}

#download-app .download-info h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 44px;
}

#download-app .download-info p {
  font-size: 16px;
  display: block;
  margin-bottom: 35px;
}

#download-app .download-info .downlaod-btn {
  padding-bottom: 50px;
  border-bottom: 1px solid #ff704f;
  margin-bottom: 40px;
}

#download-app .download-info .downlaod-btn a.play-store {
  font-size: 12px;
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  border-radius: 35px;
  text-transform: inherit;
  text-align: left;
  padding: 15px 80px;
  width: 195px;
  height: 65px;
  line-height: 18px;
  margin-right: 35px;
  background: #ff704f;
  background-position-x: left;
  background-position-y: center;
  background-position: 20%;
}

#download-app .download-info .downlaod-btn a {
  position: relative;
}

#download-app .download-info .downlaod-btn a.play-store span {
  font-size: 15px;
  font-weight: 500;
}

#download-app .download-info .downlaod-btn a.play-store i {
  position: absolute;
  left: 40px;
  font-size: 28px;
  color: #fff;
  top: 18px;
}

#download-app .download-info .downlaod-btn a.ios-store i {
  position: absolute;
  left: 40px;
  font-size: 28px;
  color: #000;
  top: 18px;
}

#download-app .download-info .downlaod-btn a.ios-store {
  border: 1px solid #ff704f;
  color: #151948;
  font-size: 12px;
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  border-radius: 35px;
  text-transform: inherit;
  text-align: left;
  padding: 15px 80px;
  width: 195px;
  height: 65px;
  line-height: 18px;
  margin-right: 35px;
  background: #fff;
  background-position-x: left;
  background-position-y: center;
  background-position: 20%;
  position: relative;
}

#download-app .download-info .downlaod-btn a.play-store:hover {
  color: #151948;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#download-app .download-info .downlaod-btn a.ios-store span {
  font-size: 15px;
}

#download-app .download-info .downlaod-btn a.ios-store:hover {
  color: #ff704f;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#download-app .download-statatics h3 {
  color: #151948;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}

#download-app .download-statatics p {
  font-size: 18px;
  color: #5e629c;
}

/* ==========================================================================
   Showcase
   ========================================================================== */
#showcase {
  padding-bottom: 375px;
}

#showcase .right-position {
  position: relative;
}

#showcase .showcase-area {
  position: absolute;
  width: 97%;
  z-index: 12;
  top: 260px;
  margin: 0px auto;
}

#showcase .showcase-text h2 {
  color: #fff;
}

#showcase .showcase-text p {
  color: #fff;
}

#showcase .gradient-bg {
  background: #5533ff;
  background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
  padding: 119px 0px 80px 0px;
}

#showcase .showcase-slider .owl-controls .owl-page.active span, #showcase .showcase-slider .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #3ecf8e;
}

#showcase .showcase-slider .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #3ecf8e;
}

#showcase .showcase-slider .owl-controls .active span {
  width: 15px;
  height: 15px;
}

#showcase .showcase-slider .screenshot-thumb {
  width: 100%;
  height: 100%;
  position: relative;
}

#showcase .showcase-slider .screenshot-thumb .fancy-table {
  padding-top: 72px;
}

#showcase .showcase-slider .screenshot-thumb p {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
}

#showcase .showcase-slider .screenshot-thumb h5 {
  font-size: 20px;
  color: #fff;
  display: block;
  font-weight: 600;
}

#showcase .showcase-slider .screenshot-thumb .zoom-icon a {
  display: inline-block;
  margin: 8px;
}

#showcase .showcase-slider .screenshot-thumb .zoom-icon a:hover i {
  color: #000;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

#showcase .showcase-slider .screenshot-thumb .zoom-icon a i {
  color: #fff;
  font-size: 20px;
}

#showcase .showcase-slider .screenshot-thumb > .hover-content {
  background-color: #3ecf8e;
  opacity: 0.90;
  height: 85%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 83%;
  margin: 25px;
}

#showcase .showcase-slider .screenshot-thumb:hover .hover-content {
  opacity: 0.8;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

#showcase .showcase-slider .owl-wrapper-outer {
  padding: 20px 0px;
}

/* ==========================================================================
   Our Pricing
   ========================================================================== */
#pricing .pricing-table {
  padding: 55px;
  border: 1px solid #ccc;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#pricing .pricing-table h3 {
  font-size: 20px;
  color: #151948;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 11px;
}

#pricing .pricing-table h1 {
  color: #3ecf8e;
  font-size: 50px;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
}

#pricing .pricing-table h1 span {
  font-size: 16px;
  position: absolute;
  left: 20%;
  top: 10px;
}

#pricing .pricing-table ul {
  padding-bottom: 28px;
}

#pricing .pricing-table ul li {
  font-size: 16px;
  font-weight: 400;
  color: #5e629c;
  display: block;
  line-height: 33px;
}

#pricing .pricing-table:hover {
  border: 1px solid #3ecf8e;
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

/* ==========================================================================
   team section
   ========================================================================== */
#team .single-team {
  border: 1px solid #ddd;
  position: relative;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#team .single-team img {
  width: 100%;
}

#team .single-team .team-social-icons {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -20px;
}

#team .single-team .team-social-icons ul.social-list li {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 5px;
  line-height: 30px;
  margin: 4px;
  background: #fff;
}

#team .single-team .team-social-icons ul.social-list li:hover {
  background: #3ecf8e;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  border-color: #3ecf8e;
  transition: all .4s ease;
}

#team .single-team .team-social-icons ul.social-list li:hover a {
  display: block;
}

#team .single-team .team-social-icons ul.social-list li:hover a i {
  color: #fff;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#team .single-team .team-social-icons ul.social-list li a i {
  color: #3ecf8e;
  font-size: 16px;
}

#team .single-team:hover {
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#team .single-team .team-details {
  padding: 45px 0px 30px 0px;
  position: relative;
}

#team .single-team .team-details h5.team-title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
}

#team .single-team .team-details p {
  font-size: 12px;
  color: #5e629c;
}

/* ==========================================================================
   FAQ
   ========================================================================== */
#faq {
  border-bottom: 1px solid #68687BFF;
  padding-bottom: 8px

}

.text-faq {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  color: #FFFFFF;
  left: 290px;
  bottom: 61px;
}

.img-logo-faq {
  position: relative;
  bottom: 68px;
  left: 315px;
}

.text-faq {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  color: #FFFFFF;
  left: 313px;
  bottom: 53px;
}

.img-logo-faq {
  position: relative;
  bottom: 78px;
  left: 317px;
}

.features-item-faq {
  position: relative;
  bottom: 23px;
  right: 97px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;

  color: #D0D0D7;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

.row-faq {
  position: relative;
  bottom: 71px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


/* ==========================================================================
   Footer Integrating GPt Plugin
   ========================================================================== */


.logo-text-plugin {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-family: 'Open Sans', sans-serif;
  line-height: 120%;
  color: #ffffff;
}

.img-plugin {
  position: absolute;
  left: 54%;
  bottom: 31%;
}

.header-button-plugin {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  /*margin-bottom: 135px;*/
}

.btn-border-plugin {
  color: #FFFFFF;
  width: 245px;
  height: 48px;
  padding: 12px 24px 12px 24px;
  border: 1px solid #FFFFFF4C;
  background: linear-gradient(95.29deg, rgba(255, 255, 255, 0.08) 3.5%, rgba(255, 255, 255, 0) 110.01%, rgba(255, 255, 255, 0.0256) 110.01%), rgba(27, 28, 32, 0.2);
  backdrop-filter: blur(32px);
  border-radius: 1000px;
  margin-left: 12px;
}

.btn-border-plugin:hover {
  border: double 2px transparent;
  border-radius: 1000px;
  background-image: linear-gradient(#212226, #212226), radial-gradient(circle at top left, #4285F4 0%, #34A853 29.69%, #FBBC05 62.5%, #EB4335 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: #FFFFFF;
  box-shadow: 0px 0px 40px rgba(251, 188, 5, 0.4);
}


.mobile-faq {
  display: none;
}


