
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap');




/*
========================
Header area start
========================
*/
:root {
  --Text-Main: #595959;
  --Heading-Main: #171717;
}
body {	
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;    
    background: #fff;
    color: #000;	
}
p,h1,h2,h3,h4,h5,a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
h1,h2,h3,h4,h5,a {
    font-family: "Sora", sans-serif;
}
a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

/*===== header area style start hare ===== */

.header_area {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    background-color: transparent;
    transition: all linear 0.2s;
  }
  .header_area .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 25px;
    transition: all linear 0.2s;
    border-radius: 50px;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.10);
    background: #fff;
  }
  .header_area .navbar {
    padding: 24px 0;
    transition: all linear 0.2s;
  }
  .header_area .nav-item {
    margin: 0 20px;
  }
  .header_area .navbar-nav {
    margin-right: 23px;
  }
  .header_area .nav-link {
    font-size: 18px;
    color: #595959;
    line-height: 167%;
  }
  .header_area .nav-link:hover {
    color: #004499;
  }
  .navbar-brand img {
      width: 174px;
      max-width: 100%;
  }
  .action_btn a {
    padding: 15px 30px;
    border-radius: 50px;
    background: #343F4B;
    color: #FFF;
    font-family: Sora;
    font-size: 18px;
    font-weight: 600;
  }
  .mobile-menu-area {
    z-index: 999;
    background-color: transparent;
    width: 100%;
    transition: all linear 0.2s;
  }
  .sticky-menu {
    position: fixed;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    border-radius: 0;
    padding: 0 0 !important;
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
  }
  
  .sticky-menu .navbar {
    padding: 16px 0 !important;
  }
  
  .sticky-menu .container {
    box-shadow: none;
    padding: 0;
    border: none;
  }
  .mobile-menu-area .mobile-topbar {
    width: 100%;
    background-color: transparent;
    padding: 10px 0;
  }
  
  .mobile-menu-area .mobile-topbar-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  
  .mobile-menu-area .mobile-topbar .bars {
    cursor: pointer;
  }
  
  .mobile-menu-area .mobile-topbar .icon i {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    cursor: pointer;
    transition: all linear 0.2s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  
  .mobile-menu-area .mobile-topbar .icon i:hover {
    background-color: #031A12;
    color: #fff;
    border-color: #031A12;
  }
  
  .mobile-menu-area .mobile-menu-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  
  .mobile-menu-area .mobile-menu-main {
    width: 320px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -320px;
    z-index: 999;
    overflow-y: scroll;
    transition-duration: 0.3s;
  }
  
  .mobile-menu-area .mobile-menu-main .logo {
    padding: 20px;
  }
  
  .mobile-menu-area .mobile-menu-main .close-mobile-menu {
    position: absolute;
    top: 17px;
    right: 10px;
  }
  
  .mobile-menu-area .mobile-menu-main .close-mobile-menu {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #202020;
    font-size: 17px;
    cursor: pointer;
    transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  
  .mobile-menu-area .mobile-menu-main .menu-body .menu-list {
    padding-top: 0;
    height: calc(100vh - 68px);
    display: flex;
    flex-direction: column;
  }
  
  .mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li {
    margin: 20px 20px;
  }
  
  .mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a {
    font-weight: 700;
    font-size: 18px;
    color: #202020;
    border-top: 0;
    width: 100%;
    padding: 0px 20px;
    line-height: 44px;
    padding-right: 10px;
    transition: all linear 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li:last-child a {
    border-bottom: 1px solid rgba(221, 221, 221, 0.2);
    width: 100%;
  }
  
  .mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a:hover {
    color: #004499;
  }
  
  .mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a i {
    width: 32px;
    height: 32px;
    background-color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    border-radius: 3px;
    background-color: #ddd;
    transition: all linear 0.2s;
  }
  
  .mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a:hover i {
    background-color: #031A12;
    color: #fff;
  }
  
  .mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul {
    padding-left: 0;
    display: none;
  }
  
  .mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul a {
    padding: 0px 20px;
    padding-left: 40px;
  }
  
  .mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul li:last-child a {
    border-bottom: 0;
  }
  
  .mobile-menu-area .mobile-menu-main .menu-body .social-icon ul li {
    display: inline-block;
  }
  
  .mobile-menu-area .mobile-menu-main .social-icon {
    padding: 20px;
    text-align: center;
  }
  
  .mobile-menu-area .mobile-menu-main .social-icon ul li {
    display: inline-block;
    margin: 0 4px;
  }
  
  .mobile-menu-area .mobile-menu-main .social-icon ul li a {
    width: 36px;
    height: 36px;
    color: #031A12;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    border-radius: 3px;
    background-color: #ddd;
  }
  
  .mobile-menu-area .mobile-menu-main .social-icon ul li a:hover {
    background-color: #031A12;
    color: #fff;
    border-color: #031A12;
  }
  
  .mobile-menu-overlay {
    transition-duration: 0.3s;
    visibility: hidden;
    opacity: 0;
  }
  
  .mobile-menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  
  .mobile-menu-main.active {
    right: 0 !important;
  }
  
  .mobile-menu-area .mobile-menu-action-btn {
    padding: 20px;
  }
  
  .mobile-menu-area .mobile-menu-action-btn a {
    color: #fff;
    background-color: #031A12;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    width: 100%;
    text-align: center;
  }
  
  .mobile-menu-area .mobile-menu-action-btn a:hover {
    background-color: #031A12;
  }
  
  .mobile-menu-area .mobile-menu-action-btn a i {
    font-size: 14px;
    margin-left: 8px;
  }


 /*======= header area style end hare ======== */
  .hero-area {
   padding: 230px 0;
    background: url(images/hero-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .speed-version {
    border-radius: 15px;
    background: #DCF5E6;
    width: 567.109px;
    height: 58.116px;
    flex-shrink: 0;
    justify-content: center;
  }
  .speed-version p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 167%;
  }
  .speed-version p a {
    color: #000;
    text-decoration: underline;
  }

  .title {
    padding: 20px 0;
  }
  .title h1 {
    font-size: 70px;
    font-weight: 500;
  }
  .title p {
    padding-top: 10px;
    color:  #595959;
    font-size: 18px;
    line-height: 167%;
  }

.download_action a {
    padding: 15px 36px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid #E6E6E6;
    background:#343F4B;
}

.demo_action a {
    color:  #343F4B;
    font-size: 18px;
    font-weight: 600;
}

.available-box {
    padding: 50px 0;
}
.available-box a {
    color: #595959;
    font-size: 15.258px;
    line-height: 167%;
}
.available-box a.windows,
.available-box a.apple {
    border-radius: 50px;
    border: 1px solid #E8E8E8 !important;
    width: 127.092px;
    height: 40.103px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 10px;
    margin: 0 10px;
}
.available-box a.apple {
    margin: 0;
}

/*====== hero area style end hare ======= */
/*==== features area style start hare ====*/

.features-area {
  margin: 0 80px;
  margin-top: 79px;
  background: linear-gradient(180deg, #EDF0F2 0%, #FCFCFC 100%);
  padding-top: 87px;
  padding-bottom: 65px;
  border-radius: 30px;
  backdrop-filter: blur(50px);
}
.features-top h2 {
  font-size: 50px;
  font-weight: 500;
}
.features-top p {
  max-width: 705px;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 18px;
  color: #595959;
}
.features-main-wapper {
  padding-top: 40px;
}
.features-items {
  background: #fff;
  border-radius: 30px;
  border: 1px solid #E7E7E7;
  backdrop-filter: blur(50px);
  padding: 31px 21px;
  height: 100%;
  transition: 0.3s;
}
.sr-logos {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(52, 63, 75, 0.1);
  border-radius: 50%;
  margin: 0 auto;
}
.ft-logos p {
  color:  #595959;
  font-size: 18px;
  font-weight: 400;
  line-height: 167%;
  transform: rotate(-8.518deg);
}
.ft_logos2 p {
  transform: rotate(0);
}
.ft_logos3 p {
  transform: rotate(5.891deg);
}
.ft-contens {
  padding-top: 58px;
}
.ft-contens h2 {
  color:  #171717;
  font-size: 32px;
  font-weight: 600;
}
.ft-contens p {
  color: #595959;
  font-size: 18px;
  font-weight: 400;
  line-height: 167%; 
  padding-top: 15px;
}
.features-item2 .ft-contens {
  padding-top: 70px;
}
.lang-items h3 {
  color: var(--Heading-Main);
  font-size: 14.836px;
  font-weight: 600;
  padding-left: 8px;
}
.lang-items {
  border-radius: 12px;
  background: rgba(52, 63, 75, 0.10);
  padding: 8px 4px;
}
.ft-conten3 {
	padding-top: 110px;
}
.ft4_items {
  border-radius: 15px;
  border: 1px solid #EEE;
  background:  #F4F5F7;
  backdrop-filter: blur(50px);
  width: 187.799px;
  height: 53.387px;
  transform: rotate(-10.1deg);
  justify-content: center;
}
.features-item3 .ft-items-top {
  padding-top: 20px;
}
.ft4_items p {
  color: var(--Text-Main);
  font-size: 18px;
  font-weight: 400;
  line-height: 167%; /* 30.06px */
}
.ft4_items img {
  transform: rotate(10.1deg);
}
.ft-items-top p {
  color: var(--Text-Main);
  font-size: 18px;
  font-weight: 400;
  line-height: 167%;
  padding: 20px 10px;
}
.ft4-itm2 {
  width: 160.69px;
  height: 53.387px;
  transform: rotate(6.835deg);
  flex-shrink: 0;
  margin: 0 auto;
}
.ft4_items {
  position: relative;
}
.ft4_items::after {
  content: '';
  width: 46px;
  height: 42px;
  position: absolute;
  right: -35px;
  top: 106%;
  background: url(images/icons/affter-red.svg) no-repeat;
  background-size: cover;
}
.ft4-itm2::after {
  content: '';
  width: 46px;
  height: 82px;
  position: absolute;
  right: -50px;
  top: -40px;
  background: url(images/icons/affter-blue.svg) no-repeat;
}

.sp-detec {
  margin-left: 10px;
  border-radius: 30px;
  border: 1px solid #EEE;
  background:  #F4F5F7;
  backdrop-filter: blur(50px);
  padding: 30px;
  transform: rotate(5.688deg);
}
.features-item5 .ft-items-top .sp-detec h4 {
  color: var(--Heading-Main);
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}
.sp-detec .line-1 {
  width: 138.035px;
  height: 10.482px;
  display: block;
  border-radius: 30px;
  background: #E1E3E8;
  backdrop-filter: blur(50px);
  margin-bottom: 5px;
}
.sp-detec .line-2 {
  width: 80px !important;
}
.ft-contens5 {
  padding-top: 120px;
}
.ft-items-top6 {
  width: 139.926px;
  height: 181.171px;
  border-radius: 200px;
  background: #F4F5F7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.ft-contens6 {
  padding-top: 85px;
}
.ft-items-top6 h4 {
  color: var(--Heading-Main);
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
}
.features-item7 .ft-items-top .grammar-correct-example {
  text-decoration: line-through;
}
.ft4-itm3::before {
  content: '';
  width: 46px;
  height: 82px;
  position: absolute;
  left: 16px;
  top: -60px;
  background: url(images/icons/before-blue.svg) no-repeat;
  transform: rotateX(-50deg);
}
.features-item9 .ft-items-top {
  padding-top: 30px;
}
.sp-detec2 {
  position: relative;
}
.sp-detec2 .img-1 {
  position: absolute;
  top: -45px;
  right: -40px;
}
.sp-detec2 .img-2 {
  position: absolute;
  top: -55px;
  right: 25px;
}
.action_btn2 {
  display: block;
  padding-top: 40px;
  text-align: center;
}
.action_btn2 a {
  display: inline-block;
  margin: 0 auto;
}

.features-items:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

/*======= features area style end hare ====== */
/* ===== see demo area style start hare ===== */

.see-demo {
  padding: 40px 0 100px 0;
}
.see-demo-cnt h2 {
  color: var(--Heading-Main);
  font-size: 50px;
  font-weight: 500;
}
.see-demo-cnt p {
  color: var(--Text-Main);
  font-size: 18px;
  font-weight: 400;
  line-height: 167%;
  max-width: 533px;
  margin-top: 20px;
}
.video-area {
  position: relative;
}
.video-area img {
	max-width: 100%;
}
.video-area a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* ===== see demo area style end hare ===== */
/*====== review area style start hare  ==== */

.review-area {
  padding: 80px 0;
  background: linear-gradient(180deg, #EDF0F2 0%, #FCFCFC 100%);
}
.rv-title h2 {
  color:  #030303;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
}
.profile-img {
  width: 58px;
  margin-right: 15px;
}
.profile-img img {
  max-width: 100%;
}
.clints-details h4 {
  color: var(--heading-Main);
  font-size: 18px;
  font-weight: 600;
}
.clints-details p {
  color: var(--Text-Main);
  font-size: 18px;
  font-weight: 400;
  line-height: 167%;
}
.raiting {
  padding-top: 15px;
}
.raiting i {
  color: #FFC46B;
}
.review-content {
  padding-top: 15px;
}
.review-content p {
  color: var(--Text-Main);
  font-size: 18px;
  font-weight: 400;
  line-height: 167%; 
}
.review-items {
  border-radius: 30px;
  background: #FFF;
  padding: 30px;
}
.review-wapper {
  padding-top: 44px;
}

.review-carousel .owl-item {
	padding: 0px 10px;
}
.review-carousel .owl-nav .owl-prev,
.review-carousel .owl-nav .owl-next {
  padding: 15px !important;
  background: #343F4B !important;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.review-carousel .owl-nav .owl-prev i,
.review-carousel .owl-nav .owl-next i {
  font-size: 25px;
  color: #fff;
}
.review-carousel .owl-nav {
  padding-top: 30px;
}
.custom-weidth {
  width: 820px;
}

/*======= review area style end hare ======== */
/*======= faq area style start hare ======== */

.faq-area {
  padding-top: 30px;
  padding-bottom: 50px;
}
.faq-wapper {
  width: 844px;
  max-width: 100%;
  margin: 0 auto;
}
.faq-title h2 {
  color: var(--Heading-Main);
  text-align: center;
  font-size: 50px;
  font-weight: 500;
}
.faq-title p {
  width: 551px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}
.faq-accordion {
  padding-top: 30px;
}
.accordion-list-item {
  padding: 5px 10px !important;
  border-bottom: 1px solid #ddd;
}
.accordion-content {
  padding: 10px;
}
.accordion-list-item.open {
  border-radius: 30px;
  background: #F4F5F7;
}
.accordion-list-item.open span.open {
  display: flex;
}
.accordion-list-item.open span.close {
  display: none;
}
span.close {
  width: 35px;
  height: 35px;
  background: #F4F5F7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
span.open {
  width: 35px;
  height: 35px;
  background: #343F4B;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
span.open {
  display: none;
}
span.open i {
  color: #fff;
}
.faq-quetion {
  padding-top: 30px;
}
.faq-quetion h2 {
  width: 485px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  color: var(--Heading-Main);
  font-size: 40px;
  font-weight: 500;
}
.accordion-title {
  font-size: 25px !important;
  font-weight: 500;
  color: var(--Heading-Main);
}
.accordion-desc p {
  color: var(--Text-Main);
  font-size: 18px;
  line-height: 167%;
}

/*===== faq area style end hare ======= */
/*===== try speech area style start hare ===== */
.try-speech {
  padding-top: 20px;
  padding-bottom: 50px;
}
.try-speech-wapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 531px;
  border-radius: 50px;
  background: #343F4B;
}
.wapper-cnt {
  width: 550px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.wapper-cnt h3 {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
}
.wapper-cnt p {
  color: var(--General-White, #FFF);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 167%; 
  padding-top: 15px;
}
.get-started-btn a {
  background: rgba(255, 255, 255, 0.10);
  border: none;
}
.try-speech-wapper {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.bg-overly {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translate(-50%);
  z-index: -1;
  width: 600px;
  height: 600px;
}
.bg-overly img {
  max-width: 100%;
}

/*===== try speech area style end hare ======= */
/*====== footer area style start hare ====== */

.footer-area {
  padding: 40px 0;
}
.footer-wp-item1 p {
  color: var(--Text-Main);
  font-size: 18px;
  font-weight: 400;
  line-height: 167%;
  padding-top: 15px;
}

.quick-links ul {
  padding-top: 25px;
}
.quick-links ul li {
  margin: 5px 0;
}
.quick-links ul li a {
  display: inline-block;
  padding: 6px 0;
  color: var(--Text-Main);
  font-size: 18px;
  font-weight: 400;
  line-height: 167%;
}
.quick-links h4 {
  color: var(--Heading-Main);
  font-size: 18px;
  font-weight: 600;
}
.social-links ul li a {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  border-radius: 45.536px;
  background:  rgba(52, 63, 75, 0.1);
}
.social-links ul li a i {
  color: #343F4B;
}
.copyright-text p {
  color: var(--Text-Main);
  font-size: 18px;
  font-weight: 400;
  line-height: 167%;
}
.copyright-wapper {
  padding: 40px 0 30px 0;
}


.SMN_effect-14 a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
  position: relative;
}

.SMN_effect-14 a:before {
	position: absolute;
	top: 70%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 13pt;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.SMN_effect-14 a:hover:before, .SMN_effect-14 a:focus:before {
	color: #343F4B;
	text-shadow: 10px 0 #343F4B, -10px 0 #343F4B;
}

.SMN_effect-14 a:hover, .SMN_effect-14 a:focus {
	color: #171717;
}

/*===== BUTTON EFFECT CSS START HARE ====== */
.button-effect a {
  position: relative;
  z-index: 0 !important;
  overflow: hidden !important;
  display: inline-block;
  border: none !important;
}
.button-effect a::after {
content: "";
display: block;
width: 10px;
height: 10px;
border-radius: 50%;
z-index: -1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%), scale(0);
transition: 0.5s;
border: none !important;
}

.action_btn .nav-item a {
	color: #fff !important;
}
/*===== BUTTON EFFECT CSS START HARE ====== */

.btn-primary, .btn-primary:hover {
  color: #fff;
  background-color: #343f4b;
  border-color: #343f4b;
}

#toc_container ul {
  padding-left: 2rem;
}