
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&family=Paytone+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Open Sans', sans-serif;
}


/* navbar */

.navbar {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
}
.navbar a {
    color: #05034E !important;
    font-size: 16px;
    font-weight: bold;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand img {
    width: 104px;
}
.nav-mid {
    margin-left: 200px;
}
.navbar a {
    color: #05034E !important;
    font-size: 16px;
    font-weight: bold;
}
.scrollEffect {
    background-color: white;
    box-shadow: 0 2px 2px -2px rgb(0 0 0 / 20%);
    transition: background-color 400ms linear;
}
.navLink {
    margin-right: 35px;
    font-size: 18px;
    font-weight: 600 !important;
}
.navLink:hover{
    color: #504EE4 !important;
}


/* hero section */

.landing-section{
    margin-top: 150px;
    margin-bottom: 30px;
    
}


.main-hero-titie1{
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    text-transform: capitalize;
    color: #3B19C2;
    margin-bottom: 15px;
}
.bg-yellow{
    background: url(../images/lp2outreach/bg-yellow.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    padding: 5px 16px;
    background-size: cover;
}
.main-hero-titie2{
    font-size: 49px;
    font-family: 'Paytone One', sans-serif;
    text-align: center;
    color: #141414;
    margin-bottom: 24px;
    width: 70%;
}
.main-hero-titie3{
    width: 65%;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.main-hero-titie2 .blue-color{
    color: #3B19C2;
}
@media only screen and (min-width: 1600px) {
    .main-hero-titie2,.main-hero-titie3{
        width: 50%;
     }


}
.main-hero-titie3 span{
    font-weight: bold !important;
}

/* section2 -------------------------*/


.compare-item{
    margin-top: 48px;
}
.section2-title1{
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.section2-title1-blue{
    color: #3338B9;
}
.section2-title1-red{
    color: #FF1A0F;
}

.section2-title2{
    font-family: 'Paytone One', sans-serif;
    font-size: 25px;
    margin-bottom: 24px;
    color: #2C2C2C;
}
.compare-item ul li{
    font-size: 16px;
    padding-left: 12px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #171717;
    margin-left: 20px;
}


.cross-red{
    list-style-image: url('../images/lp2outreach/red-cross.png');
}

.tick-blue{
    list-style-image: url('../images/lp2outreach/green-tick.png');
}


.hero-form {
    display: flex;
    justify-content: center;
}
.hero-form  form {
    display: flex;
}
.hero-form input[type="text"] {
    background: transparent;
}
.hero-form .form-control {
    width: 250px !important;
    width: 60%;
    padding: 8px 14px !important;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 26px;
    border: 1px solid #504EE4;
    color: #504EE4;
    margin-right: 20px;
}
.hero-form .btn-arrow p{
    font-size: 14px !important;
}
/* section3 --------------------*/


.section3{
    padding-top: 120px;
}

.section3header{
    left: 0;
    font-family: 'Paytone One', sans-serif; 
    font-size: 41px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 130px;
}
.img-star{
    width: 50px;
    position: absolute;
    top: 28px;
    left: -50px;
    z-index: -1;
    position: relative;
}
.feature-img{
    transform: scale(1.6);
}

.feature-item{
    display: inline-block;
    padding: 10px 20px 10px 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    line-height: 24px;
    color: #212121;
    margin-bottom: 25px;
    transition: .3s;
}
.feature-item .img-item{
    transition: .3s;
}
.feature-item:hover{
    box-shadow: 0px 0px 27px rgb(0 0 0 / 18%);
    border-radius: 10px;
}
.item1-img2,.item2-img2,.item3-img2,.item4-img2,.item5-img2,.item6-img2,.item7-img2,.item8-img2{
    display: none;
}
.feature-item1:hover .item1-img1{  
    display: none !important;
} 
.feature-item1:hover .item1-img2{  
    display: inline-block !important;
} 

.feature-item2:hover .item2-img1{  
    display: none !important;
} 
.feature-item2:hover .item2-img2{  
    display: inline-block !important;
} 
.feature-item3:hover .item3-img1{  
    display: none !important;
} 
.feature-item3:hover .item3-img2{  
    display: inline-block !important;
} 
.feature-item4:hover .item4-img1{  
    display: none !important;
} 
.feature-item4:hover .item4-img2{  
    display: inline-block !important;
} 
.feature-item5:hover .item5-img1{  
    display: none !important;
} 
.feature-item5:hover .item5-img2{  
    display: inline-block !important;
} 
.feature-item6:hover .item6-img1{  
    display: none !important;
} 
.feature-item6:hover .item6-img2{  
    display: inline-block !important;
} 
.feature-item7:hover .item7-img1{  
    display: none !important;
} 
.feature-item7:hover .item7-img2{  
    display: inline-block !important;
} 
.feature-item8:hover .item8-img1{  
    display: none !important;
} 
.feature-item8:hover .item8-img2{  
    display: inline-block !important;
} 
.feature-item .img-item{
    margin-right: 15px;
    position: relative;
    bottom:5px;
    width: 50px;
    height: 45px;
}
.info-icon2:hover{
    cursor: pointer;
}
.info-icon2{
    padding-left: 5px;
    margin-right: 10px;
}
.feature-item-section{
    position: relative;
    left: 120px;
}
.feature-img{
    position: relative;
    top: 50px;
}



/* section4 */

.section4{
    padding-top: 150px;
}
.section4header{
    font-family: 'Paytone One', sans-serif; 
    font-size: 39px;
    line-height: 54px;
    text-align: center;
    color: #000000;
    margin-bottom: 120px;
}


.section4header span{
    color: #3B19C2;
}

.section4-icon{
    margin-bottom: 24px;
}
.section4-title{
    font-family: 'Paytone One', sans-serif; 
    font-size: 24px;
    text-transform: capitalize;
    color: #2D2C96;
    margin-bottom: 24px;
}
.section4-pera{
    font-size: 16px;
    color: #3C3C3C;
    line-height: 26px;
}
.section4-pera span{
    font-weight: bold;
}


/* section5 */

.section5{
    padding-top: 150px;
}
.section5-header{
    font-family: 'Paytone One', sans-serif; 
    font-size: 41px;
    text-align: center;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 120px;
}
.section5-header span,.section3header span{
    color: #3B19C2;
}
.section5-para span{
    font-weight: bold;
}
.section5-title{
    font-family: 'Paytone One', sans-serif; 
    font-size: 30px;
    text-transform: capitalize;
    color: black;
    margin-bottom: 40px;
}
.section5-para{
    font-size: 15px;
    color: #3C3C3C;
    margin-bottom: 16px;
}
.section5-item{
    display: flex;
}
.section5 li{
    font-size: 15px;
    color: #3C3C3C;
    margin-bottom: 16px;
    list-style-image: url('../images/lp2outreach/blue-li.png');
    margin-left: 15px;
    padding-left: 10px;
}
.section5-item{ 
    margin-bottom: 20px;
}
.section5-item-box{
    display: flex;
    align-items: center;
    align-content: center;
}
.happy{
    margin-top: 100px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 27px;
    color: #05034E;
}




/* testimonial */
 .section-3 {
    padding: 80px 0 70px;
}

.section-3-pera {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #2E2E2E;
    height: 160px;
    margin-bottom: 40px;
    width: 90%;
}
.section-3-profile-box {
    display: flex;
}
.section-3-profile-img {
    width: 40px;
    margin-right: 24px;
}
.profile-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
    color: #343434;
}
.profile-company {
    font-size: 14px;
    line-height: 19px;
    color: #676767;
}
.border-rig {
    border-right: .7px solid #A6A6A6;
}


/* section6 */


.section6{
    margin-top:70px ;
}
.section6-header{
    font-family: 'Paytone One', sans-serif; 
    font-size: 39px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 24px;
}
.section6-header2{
    font-size: 16px;
    color: #000000;
    margin-bottom: 50px;
}

.section6 form {
    max-width: 450px;
    display: flex;
    padding-bottom: 120px;
}

.section6  form .btn {
    background-color: #504EE4;
    font-size: 14px;
    position: relative;
    left: 5px;
    color: white;
    padding: 12px 25px;
    border: 1px solid #504EE4;
    border-radius: 0px 4px 4px 0px!important;
    font-weight: 600;
}
.section6  input {
    padding: 12px 25px;
    border: 1.5px solid #504EE4 !important;
    margin-right: -5px;
    color: #504EE4 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background: #ffffff;
    border-radius: .25rem 0 0 .25rem !important;
}














.btn-arrow{
    padding: 0px !important;
   background: #504EE4 !important;
}
.btn-arrow p{
  font-weight: 700;
   
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    padding: 12px 16px;
    margin-bottom: 0px !important;
    transition: .3s;
    transform: translateX(5px);  
}
.btn-arrow i{
    transition: .3s;    
    opacity: 0;
    transform: translateX(-3px); 
}

.btn-arrow:hover p{
    transform: translateX(-2px);
}
.btn-arrow:hover i{
    opacity: 1;
    transform: translateX(9px);  
}
.btn-blue p{
    color: white !important;
}

#pricing{
    padding-top: 30px;
}
html {
    scroll-behavior: smooth;
  }
.k-footer {
    padding: 10px 15px 0px;
}
.k-footer-end {
    margin-top: 20px;
}
.arrow-btn-try-outline .btn-arrow{
   
    border-color: #504EE4  !important;
    background-color: white !important;
}
.arrow-btn-try-outline .btn-arrow p{
    color: #504EE4  !important;
}
.landing-section .btn-arrow p{
    padding: 15px 20px;
}
.img-label-section  img{
    width: 100px;
    margin-top: 20px;
    margin-right: 20px;
}
.img-label-section{
    position: relative;
    left: 5px;
}


@media only screen and (max-width: 1050px) {
    .nav-mid {
        margin-left: 82px;
    }
    .main-hero-titie2 {
        font-size: 36px;
    }
    .feature-item-section{
        left: 20px;
    }
    .feature-item {
        font-size: 13px;
        margin-bottom: 18px;
    }
    .img-label-section {
        position: relative;
        left: -30px;
    }
    .section4-pera {
        font-size: 12px;
        line-height: 22px;
    }
    .faq-section {
        margin: 50px !important;
    }
}



@media only screen and (max-width: 800px) {
  .nav-mid{
        display: none;
    }
    .main-hero-titie2,.section3header,.section3header,.section5-header ,.section4header{
        font-size: 30px;
    }
    .img-label-section img {
        width: 60px;
    }    
    .feature-item .img-item {
        margin-right: 5px;
       
        width: 30px;
        height: 30px;
    }
    
}

@media only screen and (max-width:600px) {
    .mobile-hide,.web-version{
        display: none;
    }
    .border-rig{
        border: none;
    }
    .arrow-btn-try{
        display: none;
    }
    .feature-img {
        transform: scale(1);
    }
    .main-hero-titie2, .section3header, .section3header, .section5-header, .section4header ,.section5-title,.section6-header{
        font-size: 24px;
    }
    .main-hero-titie3 {
      line-height: 20px;
    }
   
    .main-hero-titie3,.section2-title1,.compare-item ul li {
        font-size: 12px; 
    }
    .section2-title2{
        font-size: 18px;
    }

    .section2 .justify-content-between{
        display: block !important;
        padding: 20px;
    }
    .compare-item ul li {
        font-size: 16px;
        padding-left: 12px;
        line-height: 18px;
        margin-bottom: 18px;
    }
    .section3 {
        padding-top: 50px;
    }
    .feature-item{
        margin-right: 100px;
    }
    .section3header{
        text-align: center;
        margin-bottom: 30px;
    }
    .feature-item-section{
        margin-top: 70px;
    }
    .feature-item {
        display: block;
    }
    .section4header {
        line-height: 30px;
    }
    .section4{
        text-align: center;
    }
    .section4-pera{
        margin-bottom: 100px;
    }
    .section5{
        padding-top: 50px;
    }
    .compare-item ul li{
        font-size: 14px;
        line-height: 22px;

    }
    .img-label-section {
        position: relative;
        left: 0px; 
        justify-content: center;
    }
    .img-label-section img{
        width: 90px;
        margin-bottom: 50px;
    }
    .order-1{
        order: 2;
    }
    .order-2{
        order: 1;
    }
    video{
        margin-top: 50px;
    }
    .section4-pera {
        font-size: 14px;
        line-height: 28px;
    }

}
@media only screen and (min-width:1300px) {
    .section4 .row{
        position: relative;
        left: 50px;
    }
    .faq-section {
        margin: 50px !important;
    }
}
@media only screen and (min-width:600px) {
.mobile-version{
    display: none;
}
.section5-item-box{
    display: flex;
    height: 100%;
}
}
video::-webkit-media-controls-timeline {
    display:none;
}





/* cmparison section */

.faq-section{
    margin: 200px;
}
.faq-section .faq-title{
    font-family: 'Paytone One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 31px;
    line-height: 40px;
    color: #1F2128;
    margin-top: 70px;
    margin-bottom: 120px;
    color: #05034E;
}
.faq-section h4{
    padding: 10px 0px;
    margin-bottom: 0px !important;
}
.faq-section .panel-body{
    margin-bottom: 10px;
    padding: 20px 15px;
    background: #EFEFFA;
}
.faq-section .panel .active a{
  
    color: #05034E ;
}
.border-top-color{
    border-top: 1px solid #504EE4;
}
.border-bottom-color{
    border-bottom: 1px solid #504EE4;
}
.faq-section .panel2{
    position: relative;
    top: -1px;
}
.faq-section .panel-heading {
    padding: 0;
    border:0;
}
.faq-section .panel-title>a, .panel-title>a:active{
    font-weight: 500;
    display:block;
    padding:15px;
    font-family: 'Open Sans', sans-serif;
    color: #4D4D4D;
    font-size:16px;
    text-decoration:none;
}
.faq-section .panel-heading  a:before { 
    font-family: "FontAwesome";
    content: "\f054";
    float: right;
    transition: all 0.5s;
}
.faq-section .panel-heading.active a:before {
    transform: rotate(90deg);
} 
@media only screen and (max-width:600px) {
  
    .faq-section {
        margin: 100px 20px;
    }
}
