/*
============================
Name:
Version: 1.0.0
Description:
Author: Sujon mahamud
Author URI:
Location:
============================
*/



.header-elements {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu li {
    display: inline-block;
}

.main-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #59656A;
}





.header-area {
    padding: 15px 0;
}

.main-menu li {
    position: relative;
}

.main-menu li ul {
    position: absolute;
    left: 0;
    padding: 20px;
    top: 80px;
    background: #fff;
    width: 250px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transition: all .3s;

}
.main-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transition: all .3s;
  top: 50px;
}

.main-menu li a {
    padding: 13px 15px;
    transition: all .3s;
    position: relative;
    z-index: 2;

}
.main-menu li > a:after{
  position: absolute;
  content: "";
  height:5px;
  width: 5px;
  background: #29B5E5;
  left: 50%;
  bottom: 0;
  z-index: 2;
  margin-left: -2.5px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  border-radius: 50px;
}
.main-menu li > a:hover:after,
.main-menu li.active > a:after{
  visibility: visible;
  opacity: 1;
  transition: all .3s;
}

.main-menu li a:hover,
.main-menu li.active > a{
  color: #29B5E5;
  transition: all .3s;
}
.main-menu li.active > a {
  font-weight: 600;
}
.main-menu li ul li a:after{
  display: none
}
.main-menu li ul li a {
    padding: 8px 0;
    display: block;
}





a.action-btn {
    background: #29B5E6;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 15px 52px;
    transition: all .3s;

}
a.action-btn:hover{
  background: #041015;
  transition: all .3s;
}



.title {
    text-align: center;
}

.title h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;

/* Primary/01 */
    color: #29B5E6;
}

.title h1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 72px;
/* or 129% */
    text-align: center;

/* Gray/ 80 */
    color: #041015;
    margin-bottom: 30px;
}

.title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
/* or 24px */
    text-align: center;

/* Gray/ 40 */
    color: #59656A;
    margin-bottom: 50px;
}

.welcome-area {
    padding: 60px 0 0;
}


.search-box {
    width: 75%;
    margin: 0 auto;
}

.search-box input {
    width: 100%;
    padding: 23px;
    color: #828B8F;
    border-radius: 8px;
    background: rgba(21, 156, 203, 0.04);
/* Primary/01 */
    border: 1px solid #29B5E6;
    border-radius: 12px;
}

.search-box input:focus{
  outline: none;
}



.search-box {
    position: relative;
    z-index: 2;
}

button.subnut-btn {
    position: absolute;
    right: 4px;
    top: 4px;
    background: #29B5E6;
    border-radius: 10px;
    border: none;
    padding: 18px;
}

.seach-text p a {
    color: #29B5E6;
}


.seach-text p {
    font-size: 14px;
    line-height: 16px;
    color: #828B8F;
    margin-top: 15px;
    margin-bottom: 0;
}

.webhook-area {
    background: #323438;
    padding: 220px 0 100px;
}



.heading2 h3 {
    font-weight: 500;
    font-size: 44px;
    line-height: 53px;
    color: #000000;
    margin-bottom: 30px;
}

.heading2.white-elements h3{
  color: #fff;
  font-weight: 700;
}

p.start {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.white-elements ul.service-list li a, .white-elements ul.service-list li {
  color: #fff;
}

ul.service-list li a, ul.service-list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #828B8F;
}

ul.service-list li a img, ul.service-list li img {
    max-width: 14px;
    margin-right: 12px;
}


.price-feature-list ul.service-list li {
    margin-bottom: 20px;
}

ul.service-list li {
    margin-bottom: 24px;
}
ul.service-list strong {
    color: #29B5E6;
}

a.custom-btn {
    background: #29B5E6;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    padding: 20px 46px;
    transition: all .3s;
}
a.custom-btn:hover{
  transition: all .3s;
  background: #041015;
  color: #fff;
}
a.custom-btn.btn2:hover{
  transition: all .3s;
  color: #041015;
  background: #fff;
}
.webhook-img{
  padding-right: 100px;
}

.webhook-img {
    position: relative;
    z-index: 2;
}

img.webhook-arrow {
    position: absolute;
    bottom: -139px;
    right: 30px;
    width: 190px;
}


span.heading-heighlight {
    position: relative;
    z-index: 2;
}

span.heading-heighlight:after {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    background: url(../img/shape/heading1.png) no-repeat;
    background-size: cover;
    background-position: center;
    top: -16px;
    right: -32px;
}


.data-area {
    padding: 100px 0 70px;
}

.single-data {
    background: #FAFAFA;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 48px;
    min-height: 330px;
}

.single-data p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;

    color: #59656A;
}

.single-data-heading {
    position: relative;
    z-index: 2;
    padding-left: 105px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
}

.single-data-icon {
    width: 88px;
    position: absolute;
    left: 0;
    top: 0;
}

.single-data h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #000000;
    margin-top: 27px;
}

.heading{
  margin-bottom: 60px;
}

.heading h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 53px;
    text-align: center;
margin-bottom: 15px;
    color: #041015;
}

.heading p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #59656A;
}


p.usecase-btn {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
/* or 27px */


/* Gray/ 30 */
    color: #828B8F;
    width: 80%;
    margin-bottom: 40px;
}

ul.service-list li a {
    position: relative;
    z-index: 2;
    padding-left: 28px;
    display: block;

}

ul.service-list li a img {
    position: absolute;
    left: 0;
    top:4px;
}


.application-area {
    padding: 100px 0;
}


.footer-area {
    background: #323438;
    padding: 60px 0;
}

.copyright-area {
    background: #323438;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #CDD1D2;
}

.copyright p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
/* identical to box height, or 24px */


/* Gray/ 10 */
    color: #CDD1D2;
}

.single-footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
/* or 24px */


/* Gray/ 10 */
    color: #CDD1D2;
}


.footer-logo {
    width: 60%;
}

.footer-logo a {
    margin-bottom: 15px;
    display: block;
}

.single-footer h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
/* identical to box height, or 33px */
    color: #FFFFFF;
    margin-bottom: 20px;
}

.single-footer ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
/* identical to box height, or 27px */


/* Gray/ 10 */
    color: #CDD1D2;
    padding: 6px 0;
    display: block;
}

.single-footer ul li:first-child a {
    padding-top: 0;
}

.single-footer p a {
    color: #29B5E6;
}

.video-box video {
    width: 100%;
    height: 640px
}
.video-box video[poster] {
    object-fit: cover;
}

.video-box {
    margin-bottom: -120px;
    margin-top: 60px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2)
}

.subscibe-form input {
    width: 100%;
    background: no-repeat;
    border: none;
    border-bottom: 1px solid #29B5E6;
    padding: 14px 14px 14px 0;
}

.subscibe-form {
    width: 60%;
}

.subscibe-form {
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

button.subscibe-btn {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    z-index: 2;
}

button.subscibe-btn img {
    width: 30px;
}

.subscibe-form input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ACB2B4;
}

span.title-signature {
    position: relative;
    z-index: 2;
}

span.title-signature:after {
    position: absolute;
    content: "";
    height: 80px;
    width: 100%;
    background: url(../img/shape/title-shape.png) no-repeat;
    bottom: -31px;
    left: 40%;
    background-size: contain;
    background-position: center;
    z-index: -1;
}

.app-paginations {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-paginations > div {
    margin: 0 10px;
    width: 48px;
    height: 48px;
    background: #29B5E6;
    box-shadow: 3px 8px 17px rgba(0, 174, 239, 0.22);
    color: #fff;
    transition: all .3s;
    border-radius: 50px;
    line-height: 48px;
}

.app-paginations > div svg {
    width: 24px;
    height: 24px;
}

.pprev.swiper-button-disabled, .pnext.swiper-button-disabled{
  margin: 0 10px;
  width: 48px;
  height: 48px;
  background: #FAFAFA;
  line-height: 48px;
  border-radius: 50px;
  transition: all .3s;
  cursor: no-drop;
}
.app-paginations > div:hover svg{
  color: #fff;
}
.swiper-slide{
  transition: all .3s;
}
.swiper-slide.swiper-slide-active {
    transform: scale(1.2);
    transition: all .3s;
}
.app-paginations {
    margin-top: 20px;
}

.app-paginations {
    padding: 20px;
}

.welcome-area {
    position: relative;

}
.hero-inner {
    padding-bottom: 100px;
}
.welcome-shape {
    position: absolute;
    bottom: -17%;
    width: 700px;
    left: -21%;
    z-index: -1;
}

.data-area {
    position: relative;
    z-index: 2;
}

img.data-shape2 {
    position: absolute;
    right: 5%;
    width: 100px;
    bottom: 6%;
    z-index: -1;
}

img.data-shape1 {
    position: absolute;
    bottom: 20%;

    width: 120px;
    transform: rotate(-45deg);
    z-index: -1;
}

span.heading-signature {
    position: relative;
    z-index: 2;
}

span.heading-signature:after {
    position: absolute;
    content: "";
    height: 50px;
    width: 150px;
    background: url(../img/shape/title-shape.png) no-repeat;
    bottom: -21px;
    right: -51%;
    background-size: contain;
    background-position: center;
    z-index: -1;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.login-area {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

.login-area:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    background: #EFFBFF;
    z-index: -1;
    left: 0;
    top:0
}

.login-img {
    padding-right: 100px;
}

.login-form input {
    width: 100%;
    padding: 23px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
/* identical to box height */


/* Gray/ 30 */
    color: #828B8F;
    border-radius: 8px;
    border: 1px solid #CDD1D2;
    margin-bottom: 20px;
}

.login-form {
    padding-left: 60px;
}

.login-form h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #323438;
    margin-bottom: 10px;
}

.login-form p {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #828B8F;
    margin-bottom: 70px;
}

.login-form label {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;

/* Primary/02 */
    color: #323438;
    margin-bottom: 15px;
}

.login-form {}

.login-form input::placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #828B8F;
}

.forget {
    text-align: right;
}

.forget a {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #29B5E6;
}

button.login-btn {
    background: #29B5E6;
    border: 1px solid #29B5E6;
    border-radius: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 22px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

p.another-account {
    text-align: center;
}

.login-form p a {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;

/* Primary/01 */
    color: #29B5E6;
}


.header-shadow {
    box-shadow: 0px 8px 24px rgb(0 0 0 / 3%);
}


.about-area {
    display: flex;
    align-items: center;
    height: 100%;
}

.about-heading h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
/* identical to box height */


/* Primary/01 */
    color: #29B5E6;
    margin-bottom: 10px;
}

.about-heading p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #59656A;
}

.about-heading {
    margin-bottom: 40px;
    width: 72%;
}

.about-content h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #041015;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 18px;
    line-height: 150%;
    color: #59656A;
    font-weight: 300;
}

.info {
    margin-top: 40px;
}

.single-info p {
    font-size: 18px;
    line-height: 21px;
    color: #59656A;
    margin-bottom: 10px;
}

.single-info h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #041015;
    margin-bottom: 20px;
}

.single-info a {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #59656A;
    display: inline-block;
    margin-bottom: 10px;
}

.about-img {
    padding-right: 50px;
}

.about-content {
    padding-left: 50px;
}


.single-pricing {
    background: #FAFAFA;
    padding: 32px;
    border-radius: 16px;
}

.single-pricing.active{
  background:#323438;
}

.price-head h4 {
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #041015;
    margin-bottom: 20px;
}
.single-pricing.active .price-head h4, .single-pricing.active .price-head h3{
  color: #fff;
}

.single-pricing.active .price-head h3 span{
  color: #CDD1D2;
}
.single-pricing.active  ul.service-list li {
    color: #CDD1D2;
}


.price-head h3 {
    font-weight: 600;
    font-size: 48px;
    line-height: 57px;
    color: #041015;
}

.price-head h3 span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #59656A;
}

.price-head {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CDD1D2;
}

a.price-btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #29B5E6;
    border: 1px solid #29B5E6;
    background: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 19px;
    border-radius: 8px;
    margin-top: 48px;
}
.single-pricing.active a.price-btn {
  background: #29B5E6;
  color: #fff;
}
.pricing-heading {
    padding: 80px 0 70px;
}

.pricing-heading h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
/* identical to box height */


/* Primary/01 */
    color: #29B5E6;
}

.pricing-area{
  padding-bottom: 70px;
}
.single-pricing{
  margin-bottom: 30px;
}




.faq-area {
    padding: 100px 0;
}

.faq-img {
    padding-right: 50px;
}


.faqs button.accordion-button {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;

/* Gray/ 80 */
    color: #041015;
}

.faqs .accordion-body {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #59656A;
    border: none;
}

.faqs .accordion-item {
    border: none;
}

.faqs button.accordion-button {
    background: none;
}

.faqs .accordion-button:not(.collapsed) {
  box-shadow: none;
  background: none
}
.faqs .accordion-button:focus, .accordion-button.collapsed:focus{
  outline: none;
  border: none;
  box-shadow: none;
}

.faqs button.accordion-button {
    padding: 20px 0;
}

.faqs .accordion-item {
    border-bottom: 1px solid #E6EAEB;
}

.faqs .accordion-body {
    padding: 0  0 20px 0;
}

.faqs .accordion-button::after{
  background: url(../img/icons/add-circle.png) no-repeat;
  object-fit: contain;
      background-size: contain;
}

.faqs .accordion-button:not(.collapsed)::after {
  background: url(../img/icons/minus-cirlce.png) no-repeat;
  object-fit: contain;
      background-size: contain;
}

.faq-heading h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
/* identical to box height */


/* Primary/01 */
    margin-bottom: 40px;
    color: #29B5E6;
}

.faq-heading h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
/* identical to box height */


/* Gray/ 80 */
    color: #041015;
    margin-bottom: 10px;
}

.faq-heading p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
/* or 24px */


/* Gray/ 40 */
    color: #59656A;
}

.faq-heading p a {
    color: #29B5E6;
}

.faq-heading p a {
    color: #29B5E6;
}

.faq-heading {
    margin-bottom: 40px;
}



.title h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
/* identical to box height, or 36px */
    text-align: center;

/* Gray/ 70 */
    color: #05141A;
}

.hero-inner .seach-text {
    width: 70%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #828B8F;
}

.hero-inner .seach-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #828B8F;
}


.tutorial-heading h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #29B5E6;
    margin-bottom: 15px;
}

.tutorial-heading h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 5px;
}

.tutorial-heading p {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #828B8F;
}
.tutorial-img {
    box-shadow: 7px 25px 43px rgba(106, 104, 104, 0.15);
    border-radius: 16px;
}

.tutorial-right {
    margin-left: 50px;
}

.tutorial-left {
    margin-right: 50px;
}

.tutorials {
    padding-bottom: 100px;
}

span.menu-arrow {
    width: 14px;
    display: inline-block;
}

.inner-bg {
    position: relative;

}
button.login-btn {
    margin-top: 30px;
}
img.cirlce-top {
    width: 200px;
    height: 200px;
    position: absolute;
    right: -30px;
    top: -50px;
    z-index: -1;
}
.login-form input#password {
    margin-bottom: 5px;
}

img.cirlce-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
    margin-left: -150px;
    margin-bottom: -37px;
    z-index: -1
}

.circle-bg{
  position: relative;
  z-index: 2
}
img.circle-bg-left-bottom {
    position: absolute;
    content: "";
    height: 640px;
    width: 640px;
    z-index: -1;
    left: -44%;
    bottom: -25%;
}
img.circle-bg-right-bottom{
  position: absolute;
  content: "";
  height: 640px;
  width: 640px;
  z-index: -1;
  right: -44%;
  bottom: -25%;

}

.tutorials {
    overflow: hidden;
}
button.login-btn{
  transition: all .3s;
}

button.login-btn:hover {
    background: #323438;
      transition: all .3s;
}


.subscibe-form input:focus {
    outline: none;
}

.subscibe-form input {
    color: #fff;
}

.faqs {
    min-height: 618px;
}

.article p{
    line-height: 1.5em;
    margin-top: 1.5em;
}
