

html {
  scroll-behavior: smooth;
}
/* navbar */

.container1{
  width: 100%;
}

.img-relative{
  position: relative;
  margin-top: 100px;
}

.navbar{
  position: fixed;
  
  width: 100%;
  z-index: 100;
  top: 0;
}
.watch-btn img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  margin-top: -2px;
}
.watch-btn {
  font-weight: 600;
  font-size: 18px;
  color: #504EE4 !important;
  cursor: pointer;
  margin-bottom: 0;
  margin-left: 30px;
}
.watch-btn:hover {
  text-decoration: underline !important;
}
.main-header{
  padding-top: 150px;
  height: 720px;
}
.navbar-brand img{
  width: 100px !important;
}

.btn-outline-danger{
  transition: .5s;
}

.main-header .btn-danger:hover{
  transform: scale(1.08);

 text-decoration:none;
}

.margin-none{
  margin: 3px !important;
}

.navbutton{
  width: 100%;
}
.navbutton .btn{
  padding: 9px 25px;
  font-weight: bold;
}

.navbutton i{
  padding-left: 7px;
  position: relative;
  transition: .3s ease;
  font-weight: 300;
 
}
.btn-outline-blue:hover{
  background-color: #504EE4;
  color: white;
}
.navbutton:hover i{

  transition: .3s ease;
  animation: navbarButtonArrow 1.5s infinite;
}
.btn-blue{
  background-color: #504EE4 !important;
  color: white;
  font-weight: 600 !important;
}
.btn-blue:hover{
  text-decoration: none;
}
.btn-outline-blue{
  transition: .3s;
  color: #504EE4;
  border:1px solid  #504EE4;
  background-color: white;
}
.nav-float-right .navLink {
  margin-right: 35px;
}
.navbar a {
  color: #05034E !important;
  font-size: 16px;
  font-weight: bold;
}
.navbar .btn{
  font-size: 14px !important;
}
.margin-none{
  margin-top: 0px !important;
} 
@media only screen and (max-width: 780px){
  .navbutton .btn {
      padding: 7px 16px;
      font-weight: bold;
  }
  .talk-section {
      padding: 150px 100px 20px !important;
  }
}
.navbutton .btn-outline-blue{
  background-color: white !important;
  color: #504EE4;
  transition: .3s;
  font-weight: 600 !important;
}
.navbutton .btn-outline-blue:hover{
  background-color: #504EE4 !important;
  color: white;
}
.web-hide svg{
  font-size: 35px;
  padding-top: 7px;
}

.container1 {
  max-width: 1304px !important;
}
.navbar{
  padding: .2rem 1rem !important;
}
.scrollEffect{
  background-color: white;
  box-shadow: 0 2px 2px -2px rgb(0 0 0 / 20%);
  transition: background-color 400ms linear;
}

/* video box */
  .video-box {
    position: fixed;
    top: 0px;
    z-index: 1000;
    left: 0px;
    background-color: #504EE4e1;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-cross svg {
    color: white;
    width: 40px;
    height: 40px;
  }
  .video-box {
    display: none;
    top: 0px;
  }
  .pos-relative {
    z-index: 10;
    position: relative;
  }
  .video{
      width: 70vw !important;
      height: 80vh !important ;
  }
  .video-box .pos-relative {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-box video {
    width: 70vw;
  }
  .btn-cross {
    cursor: pointer;
    z-index: 1001;
    position: absolute;
    top: 5%;
    right: 12%;
  }
  .stop-scrolling {
    height: 100%;
    overflow: hidden;
  }
  /* video box */





/*  navbar end ---------------------*/



/* navbar */

.navbar-brand img {
width: 104px;
}

.navbar a {
color: #05034e !important;
font-size: 16px;
font-weight: bold;
}

.navLink {
margin-right: 35px;
font-size: 18px;
font-weight: 600 !important;
}

.nav-mid {
margin-left: 200px;
}

/* Hero */

.landing-section {
  background: #F7F4FF;
  padding-bottom: 70px;
  margin-bottom: 50px;
  height: 670px;
}

.main-hero-titie1 {
  margin-top: 160px;
  font-family: var(--paytone);
  margin-bottom: 20px !important;
  font-size: 38px;
  line-height: 60px;
  color: var(--color-dark-blue);
  width: 108%;
}
.txt-blue{
  color: var(--color-blue);
}
.landing-section ul{
  margin-left: 20px;
  list-style: none;
  margin-bottom: 30px;
}
.landing-section ul li{
  margin-bottom: 10px;
  padding-left: 10px;
  list-style: url('../images/lpMixmax/tick-green.png');
  font-size: 16px;
  color: #343434;
}
.credit-card{
  margin-top: 24px;
  font-size: 14px;
  line-height: 21px;
  color: var(--color-gray);
}
.credit-card img{
  margin-right: 15px;
}
.mob-clients{
  width: 100%;
  display: none ;
}
.hero-img-section1{
  position: absolute;
  top: 100px;
  left: 18px;
  animation:landing1  10s ;
  animation-iteration-count: infinite;
  opacity: 0;
  max-width: 230px;
}
.hero-img-section2{
  position: absolute;
  top: 300px;
  left: 0px;
  animation:landing2  10s ;
  animation-iteration-count: infinite;
  opacity: 0;
  max-width: 230px;
}
.hero-img-section3{
  position: absolute;
  top: 80px;
  right: -30px;
  animation:landing3  10s ;
  animation-iteration-count: infinite;
  opacity: 0;
  max-width: 230px;
}
.hero-img-section4{
  position: absolute;
  top: 250px;
  right: -20px;
  animation:landing4  10s infinite;
  animation-iteration-count: infinite;
   opacity: 0;
   max-width: 230px;
}
@keyframes landing1 {
  5%   {
      opacity: 0;
    
  }
  7%{
      opacity: 1;
     
  }
  24%{
      opacity: 1;
  }
  27%  {
      opacity: 0;
  }
  50%  {}
  75%  {}
  100% {}
}
@keyframes landing2 {
  0%   {
      opacity: 0;
  }
  20%   {
      opacity: 0;
  }
  24%{
      opacity: 1;
  }
  49%{
      opacity: 1;
  }
  55%  {
      opacity: 0;
  }
  75%  {}
  100% {}
}
@keyframes landing3 {
  0%   {
  }
  45%   {
      opacity: 0;
  }
  49%{
      opacity: 1;
  }
  74%{
      opacity: 1;
  }
  80%  {
      opacity: 0;
  }
  75%  {}
  100% {}
}
@keyframes landing4 {
  0%   {
  }
  70%   {
      opacity: 0;
  }
  74%{
      opacity: 1;
  }
  96%{
      opacity: 1;
  }
  100%  {
      opacity: 0;
  }
}

.trust-title{
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #343434;
}
.trust-title span{
  font-weight: 700;
}
/* Section 2  */



.padding50{
  padding-left: 120px;
}

#pricing{
  padding-top: 30px;
}
#Features{
  margin-top: 70px;
}


/* sticky nav tab --start */

.sticky-nav-tab-box{
  z-index: 30;
  position: sticky;
  background-color: white;
  top: 60px;
  height: 45px;
}

.sticky-nav-tab{
  z-index: 10;
  background: white;
  display: flex;
  justify-content: center;
  padding: 0px 0px;
}

.sticky-nav-tab a{
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #9B9B9B;
}

.sticky-nav-tab .active a{
  color: #504EE4 !important;
  text-decoration: none !important;
}

.sticky-nav-tab a:hover{
  color: #504EE4;
  text-decoration: none !important;
}

.sticky-nav-tab-item{
  border-bottom: 2px solid #CACACA;
  padding: 10px 0px;
  color: #9B9B9B;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.sticky-slider{
  border: 2px solid  #504EE4;
  width: 270px;
  border-radius: 4px;
  position: relative;
  top: -3px;
  transition: .07s;
  z-index: 10;
}

.sticky-nav-tab .active a{
  text-decoration: underline;
}

/* sticky nav tab --end */

/* section 3 */

.section3 {
padding-top: 60px;
}

.section3-title {
  font-size: 40px;
  text-align: center;
  font-family: var(--paytone);
  color: var(--color-dark-blue);

  margin-bottom: 70px;
}
.img-sequence{
  transform: scale(.9);
}

.section3-item {
height: 100%;
padding: 70px 0px;
}

.sec3head1 {
background: rgba(59, 20, 167, 0.09);
border-radius: 30px;
display: inline-block;
padding: 5px 13px;
margin-bottom: 10px !important;
font-weight: 600;
font-size: 14px;
line-height: 19px;
margin-bottom: 5px;
color: #3b14a7;
}
.section3-item ul {
  list-style: none;
}

.section3-item li{
  list-style: url(../images/lpMixmax/tick-green.png);
  padding-left: 10px;
}
.bg-violet{
  background: #F7F4FF;
}

.boldtex{
  font-weight: 600;
}
.main-img2{
  position: relative;
  left: -70px;
  transform: scale(1.1);
  top: 30px;
}
.mid-border{
  border-top: 1px solid #EEEEEE !important;
  border-bottom: 1px solid #EEEEEE !important;

}
.tex-bg-yellow{
  background: #FCF4DC;
  border-radius: 20px;
  padding: 0px  5px;
}
.text-bg-green{
  background: #99ffcec7;
  border-radius: 20px;
  padding: 0px  5px;
}
.tex-bg-violet{
  background: #ded5fd;
  border-radius: 20px;
  padding: 0px  5px;
}
.main-img3{
position: relative;
right: 0px;
transform: scale(1.2);

}
.sec3head2 {
  font-size: 28px !important;
  line-height: 40px;
  color: #120155;
  font-size: 31px;
  line-height: 140%;
  font-family: "Paytone One", sans-serif;
  color: #151516;
  margin-top: 60px;
  margin-bottom: 24px;
}

.section3-item p {
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #454545;
margin-bottom: 16px;
width: 87%;
}

.section3-item ul {
margin-left: 30px !important;
margin-bottom: 24px;
}

.section3-item li {
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #454545;
margin-bottom: 16px;
width: 87%;
}






















/* section 6 */

.section6 {
  background: #F7F4FF;
  padding:60px 0px 30px !important;
}

.section6-header {
  font-family: 'Paytone One';
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.01em;
  color: #120155;
  margin-bottom: 48px;

}

@media screen and (max-width: 1100px){
  .sticky-nav-tab-box{
      display: none;
  }

  .sticky-nav-tab a {
    font-size: 10px;
  }
}

@media (max-width: 600px) {
.sec3head1 {
  margin-top: 70px;
}
.sec3head2 {
  font-size: 23px;
}
.sec5heading {
  font-size: 30px;
  line-height: 140%;
}
.section3-title {
  margin-bottom: 0px;
}

.section3-item img {
  margin: 40px 0px 0px;
}
.col-revers {
  flex-direction: column-reverse;
}

.padding50{
  padding-left: 30px;
}
.s21-title{
  margin-bottom: 30px;
}
.main-img1,.main-img2,.main-img3{
  transform: scale(1);
  position: static !important;
}
}
.kt-btn-primary{
  border: none;
}

.testimonial-heading{
  font-family: 'Paytone One';
  font-weight: 400;
  font-size: 34px;
  line-height: 48px;
  padding: 0px 26%;
  letter-spacing: 0.01em;
  color: #120155;
  margin-top: 30px;
  margin-bottom: 70px;
}







@media only screen and (max-width: 600px){
  .cta-mobile{
    flex-direction: column;
    row-gap: 16px;
    width: fit-content;
    margin-left: 4px;
  }
  .watch-btn{
    margin-left: -4px;
  }
  .table-headings {
      top: 45px;
  }
  .table-title {
      top: 155px;
  }
  .badge-img {
      width: 90px;
      margin-right: 20px;
  }
  .gif-img-mob{
      width: 100%;
      margin-top: 60px;
  }
  .landing-btn-arrow {
      top: 440px;
  }
  .sticky200 {
    top: 145px;
  }
  .testimonial-heading{
    padding: 0px 0%;
  }
}


@media only screen and (max-width: 450px){

  .Cadences_img{
      height: 100% !important;
  }
  

  .arrow-title {
      position: relative;
      padding-left: 30px;
  }
  .plan-heading {
      font-size: 20px;
  }
  .Features {
    width: 42vw;
      font-size: 20px;
      padding: 40px 20px;
  }
  .landing-btn-arrow {
      top: 284px;
  }
  .section-e-header {
      font-family: 'Paytone One', sans-serif;
      font-size: 24px;
      padding: 0px 30px;
  }
  .for-details {
      font-size: 13px;
  }
  .section-3 {
      padding: 0px 0 40px;
  }
  .section-2-header{
      margin-top: 0;
  }
  .arrow-img-first {
      left: 5px;
  }
  .panel-collapse td {
      font-size: 14px;
  }
  .panel-collapse .col-40 {
      padding: 10px 10px 10px 20px !important;
  }
  .down-arrow {
      left: 5px;
  }
  .compare-img{
      margin-top: 30px;
  }

  .toggle-container{
      right: 0;
      top: -96px;
  }
  .toggle-container-wrapper {
      display: flex;
      position: relative;
      justify-content: center;
  }
}
@media only screen and (max-width: 375px){
  .main-hero-titie1 {
      font-size: 21px;
      line-height: 26px;
      padding: 0px 20px;
  }
}

@media only screen and (min-width: 1700px){
  .k-main-nav {
      padding-left: 550px;
  }
}


/* scroll animation */




.scroll-box{
  position: fixed;
  bottom: 30px;
  left: 48%;
  z-index: 101;
}
.scroll-box:hover{
  cursor: pointer;
}
.scroll-box img{
  width: 70px;
  height: 70px;
}
.scroll-box button{
  border: none !important;    
}
.display-hide-scroll{
  display: none;
}


@media only screen and (min-width: 1300px){
  .k-main-nav {
      padding-left:430px !important;
  }
}

@media only screen and (min-width: 1800px){
  .k-main-nav {
      padding-left: 550px !important;
  }
}





.t4-owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 40% !important;
  left: 0% !important;
}
.t4-owl-carousel .owl-nav .owl-next{
  position: absolute;
  top: 40% !important;
  right: 0% !important;
}
/* testimonail */





.t4-wrapper{
  padding-top: 60px;
  background: linear-gradient(106.67deg, #FDE7E4 14.39%, rgba(253, 231, 228, 0.19) 89.24%);;
  overflow: hidden;
}

.t4-wrapper  .owl-nav button{
  background-color: white !important;
  padding: 15px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.t4-wrapper  .owl-nav button svg{
  width: 30px;
  height: 30px;
}
.t4-qoute{
  margin-top: 40px;
  width: 44.48px !important;
}
.t4-comment{
  margin-top: 25px;
  margin-bottom: 20px;
  position: relative;
  top: 120px;
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  color: #120155;
  width: 110%;
}
.t4-profile-box{
  background-image: url(../images/lp2email-sequence-software/test-box.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  width: 400px;
  height: 140px;
  align-items: center;
  padding-left: 50px;
  position: relative;
  top: -200px;
  left: -100px;
}
.t4-profile-box-1{
  top: -232px !important;
}
.t4-profile-box-2{
  top: -204px !important;
}
.profile-com{
margin-right: 25px;
}
.profile-com1{
  width: 70px !important;
  
}
.profile-com2{
  width: 68px !important;
  height: 25px;
  position: relative;
  top: 23px;
}

.profile-com3{
  width: 68px !important;
  height: 40px;
  position: relative;
  top: 15px;
}

.t4-profile-box-right{
  margin-top: -8px;
}
.t4-profile-name{
  font-family: var(--paytone);
  font-size: 32px;
  color: #7443FF;
  margin-bottom: 7px;
}
.t4-profile-post{
  margin-bottom: 0px ;
  font-size: 14px;
  color: #303030;
}
.t4-profile-img{
  margin-bottom: 70px;
}

.t4-owl-carousel .owl-nav{
  left: 0px;
}

.t4-owl-carousel svg:hover{
  color:#05034E !important ;
}   
.t4-owl-carousel button:focus{
  outline: none !important;
}



@media only screen and (max-width: 800px) {

  .t4-carousel-item{
      padding-left: 0px;
  
  }
  .t4-comment {
      font-size: 21px;
      margin-bottom: 20px;
  }    

  .sticky-nav-tab {
    padding: 5px 0px;
}

}
@media only screen and (max-width: 600px) {
  .t4-profile-img{
      width: 300px;
      top: 50px;
  }
  .t4-profile-img-box{
      display: flex;
      width: 100%;
      justify-content: center;
  }
  .t4-carousel-item-box{
      padding: 0px 20px;
  }
  .sticky-nav-tab{
    display: none;
  }

}
.btn-blue-outline p{
  font-size: 14px !important;
}


@media only screen and (max-width: 500px) {
  .main-hero-titie1 {
    font-size: 22px;
  }
  .bg-yellow {
    background-size: contain;
  }
  .hero-product {
    margin-top: 50px;
    transform: scale(1);
    position: static;
  }
 
  .s21-title {
    font-size: 22px;
  }
  .s21-icon , .s22-icon , .s23-icon , .s24-icon , .s25-icon , .s26-icon, .extra-top-box{
    display: none;
  }
  .section3-title {
    font-size: 24px;
  }
  .main-img1, .main-img2, .main-img3 {
    transform: scale(1);
    margin-top: 50px;
  }
  .section5 {
    padding: 60px 20px;
    margin-top: 0px;
  }
  .table-headings .h150px {
    height: 100px;
    width: 100px;
  }
  .yesware-logo {
      width: 100px;
  }
  .Features {
      height: 100px;
      font-size: 19px;
  }
  .table-cell p {
  padding: 12px 0px 12px 5px;
  }
  .table-title , .panel-collapse td{
      font-size: 12px;
  }
  .section6 {
    margin-top: 50px !important;
  }
  .section6 .col-md-8 {
    padding-left: 20px;
    margin-top: 50px;
  }
  .t4-wrapper {
    padding-top: 0px
  }





}





/* mobile */
@media only screen and (max-width: 500px) {

  .main-hero-titie1{
    font-size: 24px;
    line-height: 38px;
    width: 94%;
    margin-top: 100px;
  }
  .landing-section ul {
    margin-left: 28px;
  }
  .landing-section ul li {
    font-size: 12px;
    width: 90%;
  }
  .landing-section{
    height: 100%;
  }
  .hero-img-section1, .hero-img-section2,.hero-img-section3,.hero-img-section4 {
    max-width: 200px;
  }
  .hero-img-section3,.hero-img-section4 {
    right: 0px;
  }
  .img-relative {
    position: relative;
    margin-top: 50px;
  }
  .img-relative {
    margin-top: 50px;
  }
  .sec3head2{
    margin-top: 20px;
  }
  .sec3head2 {
    font-size: 20px !important;
  }
  .section3-item li {
    font-size: 12px;
  }
  .testimonial-heading{
    font-size: 24px;
  }
  .t4-wrapper .owl-carousel .owl-item img {
    display: block;
    width: 50% !important;
    position: relative;
    left: -60px !important;
  }
  .t4-profile-box {
    background-size: cover;
    width: 270px;
    height: 82px;
    padding-left: 30px;
    position: relative;
    top: -300px;
    left: 70px;
}
.t4-comment {
  font-size: 14px !important;
  margin-top: 0px;
  margin-bottom: 20px;
  top: 30px;
  text-align: center;
  line-height: 180%;
  width: 100%;
  padding: 0px 30px;
}

.t4-owl-carousel .owl-nav {
  top: 70% !important;
  left: 0% !important;
}
  .t4-profile-name {
    font-family: var(--paytone);
    font-size: 16px;
  }
  .t4-profile-post {
    margin-bottom: 0px;
    font-size: 10px;
  }
  .t4-owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0% !important;
    right: 0% !important;
  }
  .t4-wrapper .owl-nav button {
    width: 38px;
    height: 38px;
  }
  .t4-profile-box {
    top: -228px !important;
    left: 28px;
  }
  .t4-profile-box-mt{
    top:-278px !important;
  }
  .section6-header {
    text-align: center;
    font-size: 24px;
  }
  .badges{
    margin-top: 40px;
  }
  .mob-clients{
    display: block !important;
  }
  .web-client{
    display: none !important;
  }
}


















