@import url('https://fonts.googleapis.com/css2?family=Freehand&amp;display=swap');
.style-font{
    font-family: 'Freehand', cursive;
    font-weight: 100;
    position: relative;
}
.style-font::before{
    content: '';
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 10px;
    background: url('../img/video-animation/style-border.png') no-repeat right;
    background-size: contain;
}
.service-hero{
    background: url('../img/video-animation/hero-img.png') no-repeat center !important;
    background-size: cover !important;
    min-height: 650px;
    display: flex;
    align-items: center;
    padding: 50px 0px;
}

.hero-text{
    padding-right: 30px !important;
}

.hero-text h2{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

.hero-text p{

    color: #fff !important;  
    font-weight: 300 !important; 
    text-align: left;
    font-weight: 400 !important;
    }
.hero-text img{
    margin: 30px 0px;
    width: 60%;
}

.red-color{
    color: #ff0053;
}
.yellow-color{
    color: #fcb10e
}
.play-btn{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.play-btn::before{
    content: '';
    position: absolute;
    background: url('../img/play-btn.html') no-repeat center;
    background-size: contain;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9;
}
.happy-client-top h2, .happy-client p{
    text-align: center;
    color: #555555;
}

.happy-client-slide{
    width: 100%;
}

.happy-client-slide img{
    width: 100%;
    object-fit: cover;
}

.happy-client-slide h3{
    text-transform: capitalize;
    color: #333;
    font-weight: 900;
    font-size: 24px;
}

.happy-client-slide p{
    font-size: 18px;
    font-weight: 400;
    padding-top: 0px!important;
}

.happy-client-slide .details{
}
.happy-client .support-btn{
    padding: 15px 45px !important;
}

.about-slide .owl-nav{
    display: block !important;
}

.about-slide .owl-nav .owl-prev span{
    position: absolute;
    top: 25%;
    margin-left: -25px;
    background-color: #ff0053 !important;
    padding: 1px 25px !important;
    font-size: 50px !important;
    color: white;
    font-weight: 800 !important;
}


.about-slide .owl-nav .owl-next span{
    position: absolute;
    top: 25%;
    margin-right: -25px;
    right: 0;
    background-color: #ff0053 !important;
    padding: 1px 25px !important;
    font-size: 50px !important;
    color: white;
    font-weight: 800 !important;
}

.bi-button{
    background-color: #ff0053;
    color: #fff;
    padding: 15px 40px;
    transition: .3s;
}

.hero-text .bi-button:last-child{
    background-color: transparent;
    border: none;
}

.bi-button:hover{  
    
    color: #fff;
    background-color: #000;
}

.hero-img{
    width: 100%;
    position: relative;
}

.hero-img img{
    position: absolute;
    top: -100px;
    left: -60px;
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.bi-section{
    padding: 100px 0px;
}

.animate-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5%;
}
.animate-box .box-wrap{
    width: 32%;
    margin-bottom: 20px;

}
.animate-box .box-wrap img{
    width: 100%;
}
.animate-box .box-wrap h3{
    padding-top: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #555;
}

.who-we-img img{
    width: 100%;
}

.who-we-text{
    height: 100%;
    display: flex;
    flex-direction:column;
    justify-content: center !important;
    margin-left: 30px;
}
.who-we-text h2{}
.who-we-text p{
}
.who-we-text button{
    align-self: flex-start;
    text-transform: uppercase;
    font-weight: 600;
}

.process-section{
    background-color: #e6edf5;
}

.process-wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.process-wrap .process-box{
    width: 20%;
    background-color: #e6edf5;
    padding: 0px 15px;
}
.change-color {
    font-style: italic;
    color: #5d5fd2;
    font-weight: 800;
}

.process-box img{
    max-width: 75px;
    height: 80px;
    object-position: left;
    object-fit: contain;
    display: inline-block;
}
.process-box picture {
    display: block;
    text-align: center;
}
.process-box h3{
    color: #333;
    font-size: 18px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.process-box p{
    color: #333;
    font-size: 17px;
    text-align: center;
    margin-bottom: 0px;
}

.top-text{
    text-align: center;
}



.no-gut{
    --bs-gutter-x: 0px !important
}

.bi-no-padding{
    padding-top: 0 !important;
}

.price-wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    /* border-top: 1px solid #555;
    border-bottom: 1px solid #555; */
}

.price-table{
    padding: 50px 25px;
    transition: .6s;
    border: 1px solid #555;
    background-color: #fff;
}

.price-table:hover{
    transform: scale(1.05);
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13)
}

.price-table h5{
    color: #555;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.price-table p{
    font-size: 14px;
    text-align: left;
}

.price-table small{
    font-size: 14px;
    font-weight: 700;
    color: #555;
}

.price-table h2{
    color: #555;
    font-weight: 700;
}

.price-table h2 sub{
    font-size: 14px;
}

.price-table h3{
    background-color: #80ebad;
    padding: 10px;
    color: #000;
    font-size: 14px;
    text-align: center;
}

.price-table button{
    outline: none;
    background-color: transparent;
    text-align: center;
    border: 1px solid #000;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.price-table:hover button{
    border: none;
    background-color: #ff0053;
    color: #fff;
}

.price-table li{
    position: relative;
    color: #999999;
    list-style: none;
    font-size: 18px;
    padding-left: 20px;
    margin: 5px 0px;
    color: black;
}

.price-table li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: url('../img/check-img.png') no-repeat center;
    background-size: contain;
    width: 10px;
    height: 10px;
}


.banner-bg{
    background: url('../img/video-animation/banner-img.png') no-repeat center;
    background-size: cover;
}

.banner-text{
    padding: 0px 0px;
}

.banner-text h1{
    color: #000;
    font-size: 50px;
    margin-bottom: 25px;
}

.banner-text h3{
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
}

.banner-text h3 span{
}

.banner-text p{
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
}

.banner-text h2{
    color: #fcb10e ;
    font-weight: 700;
}

.banner-text button{
    background-color: #ff0053;
    color: #fff;
    padding: 15px 50px;
    border: none;
    border-radius: 5px;
}
.img-wrap img{
    width: 100%;
}

button{
    outline: none !important;
}

.price-table li b {
    color: #555555;
}
@media (max-width: 1260px) and (min-width: 992px)
{
    .who-we-text h2{
        font-size: 42px;
    }
    .who-we-text p{
        font-size: 14px;
        line-height: 24px !important;
    }

    .about-section .top-text h2{
        font-size: 42px;
    }

    .hero-text h2{
        font-size: 35px;
    }
    .process-box img{
        max-width: 60px;
        height: 65px;
    }

    .happy-client-top {
        padding: 0% 15%;
    }

    .happy-client-slide img{
        height: 300px !important;
    }

    .about-slide .owl-nav .owl-prev span{
        top: 25%;
        margin-left: -10px;
    }
    .about-slide .owl-nav .owl-next span{
        top: 25%;
        margin-right: -10px;
    }

    .bi-button{
        padding: 12px 20px;
    }

    .banner-text h1 {
        font-size: 36px;
    }
    .banner-text h2{
        font-size: 32px;
    }
    .banner-text button{
        padding: 10px 35px;
        font-size: 16px;
    }
    .price-table:nth-child(3) p {
        margin-bottom: 35px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px){
    .animate-box .box-wrap h3{
        font-size: 20px;
    }
    .hero-text h2{
        font-size: 30px;
    }
    .bi-button{
        padding: 10px 20px;
    }


    .banner-text h1{
        font-size: 40px;
    }
    .banner-text h2{
        font-size: 28px;
    }
    .hero-text li{
        margin-left: 0;
    }
    .top-text h2{
        font-size: 35px;
    }
    .who-we-text h2{
        font-size: 30px;
    }
    .who-we-text p{
        font-size: 12px;
        line-height: 18px !important;
    }

    .happy-client-top {
        padding: 0% 10%;
    }
    .happy-client-slide img{
        height: 300px ;
    }
    .about-slide .owl-nav .owl-prev span{
        top: 30%;
        margin-left: -15px;
        font-size: 35px !important;
    }
    .about-slide .owl-nav .owl-next span{
        top: 30%;
        margin-right: -15px;
        font-size: 35px !important;
    }
    .happy-client-slide h3 {
        font-size: 20px;
    }
    .process-wrap .process-box{
        width: 46%;
    }
    .process-box img {
        max-width: 65px;
        height: 65px;
    }
    .banner-text button {
        padding: 10px 40px;
    }
    .text-wrap{
        padding: 25px 0px;
    }
    .banner-bg .img-wrap {margin-top: 0px!important;margin-bottom: -55px;}
.banner-bg {
    overflow: hidden;
}
}

@media (max-width: 767px) and (min-width: 576px){

    h2{
        font-size: 28px !important;
    }
    h1{
        font-size: 34px !important;
    }

    .animate-box .box-wrap h3{
        font-size: 16px;
    }
    .who-we-text{
        margin-top: 20px;
        margin-left: 0;
    }
    .who-we-text h2{
        font-size: 46px !important;
    }
    .who-we-text p{
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .happy-client-top {
        padding: 0% 10%;
    }
    .happy-client-slide img{
        height: 280px;
    }
    .about-slide .owl-nav .owl-prev span{
        top: 30%;
        margin-left: -15px;
        padding: 8px 25px !important;
        font-size: 28px !important;
    }
    .about-slide .owl-nav .owl-next span{
        top: 30%;
        margin-right: -15px;
        padding: 8px 25px !important;
        font-size: 28px !important;
    }
    .img-wrap img {
        width: 65%;
        margin-left: 150px;
    }
    .process-wrap .process-box{
        width: 46%;
    }
    .process-box img{
        max-width: 50px;
        height: 55px;
    }

    .price-table:nth-child(3) p {
        margin-bottom: 35px !important;
    }
    .bi-button{
        padding: 10px 20px;
    }
    .hero-text h2{
        font-size: 30px;
    }

    .price-table{
        padding: 30px 15px;
    }
    .price-table h3{
        font-size: 12px;
    }
    .banner-text button {
        padding: 10px 25px;
    }
    .hero-text li{
        margin-left: 0;
    }
    .text-wrap {
        padding: 40px 0px;
    }
}

@media (max-width: 575px) and (min-width: 320px){
    h1{
        font-size: 28px !important;
    }
    h2{
        font-size: 26px !important;
    }

   
    .service-hero{
        padding: 0px;
    }
    .animate-box{
        justify-content: space-between;
    }
    .animate-box .box-wrap{
        width: 49%;
    }
    .animate-box .box-wrap h3{
        font-size: 16px;
    }
    .who-we-img img{
        max-width: 80%;
        margin: auto;
        display: inline-block;
    }
    .who-we-img picture {
        text-align: center;
        display: block;
    }
    .who-we-text{
        margin-top: 20px;
        margin-left: 0;
    }

    .who-we-text p{
        line-height: 24px !important;
    }
    .happy-client-top{
        padding: 0% 6%;
    }
    .happy-client-slide img{
        height: 250px;
    }
    .about-slide .owl-nav .owl-prev span{
        top: 25%;
        margin-left: 0px;
        padding: 1px 15px !important;
        font-size: 30px !important;
    }
    .about-slide .owl-nav .owl-next span{
        top: 25%;
        margin-right: 0px;
        padding: 1px 15px !important;
        font-size: 30px !important;
    }
    .process-wrap .process-box{
        width: 100%;
        margin-top: 0;
        margin-bottom: 25px;
        padding: 0px 50px;
    }
    .process-wrap .process-box:nth-child(odd){
        margin-top: 0;
    }

    .bi-section{
        padding: 50px 0px;
    }
    .txt-find-site{
        height: 40px;
        margin-bottom: 10px;
    }
    .hero-text {
        padding: 130px 20px;
        padding-right: 10px !important;
    }
    .bi-button{
        padding: 10px 20px;
        align-self: flex-start;
    }

    .img-wrap img{
        width: 70%;
        margin-left: 90px;
    }
    .price-table{
        padding: 25px 15px;
        margin-bottom: 10px;
    }
    .banner-text{
        padding: 20px 20px;
    }
    .text-wrap {
        padding: 25px 0px;
    }
    .banner-text button{
        padding: 10px 20px;
        font-size: 14px;
    }

    .hero-text li{
        margin-left: 0;
    }

}
.bi-banner.cta-section .banner-text h1 {
    color: black !important;
}

.bi-banner.cta-section .banner-text h1 span {
    color: #ff0053;
}

.bi-banner.cta-section .banner-text h3 {
    color: black;
}

.bi-banner.cta-section .banner-text p {
    color: black!important;
}

.bi-banner.cta-section .banner-text p {
    text-align: center;
}
.banner-bg .img-wrap {
    margin-top: -70px;
}

.banner-text h2 {
    margin: 15px 0px;
}

.form-merchant {
    text-align: center;
    padding: 40px 40px;
    overflow: hidden;
}

.form-merchant .custom-contain {
    background: rgb(255, 0, 83);
    background-size: cover;
    border-radius: 25px;
    padding: 40px 0 50px;
    max-width: 1520px;
  position: relative;
      z-index: 11;
}
  .inn-merchant h2 {
    font-size: 48px;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    line-height: 35px;
}
.form-merchant .row {
    z-index: 11;
    position: relative;
}
.inn-merchant span {
    color: #ffde00;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
}

.signupForm input {
    height: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #353a4d;
}

.signupForm input::placeholder,
.signupForm textarea::placeholder{
    font-size: 16px;
    font-weight: 500;
    color: #353a4d;
}

.signupForm textarea {
    font-size: 16px;
    font-weight: 500;
    color: #353a4d;
    height: 60px;
}

.signupForm .form-group {
    margin-bottom: 16px;
}
  .signupForm .themebtn-form {
    height: 60px;
    width: 100%;
    background: #000000;
    transition: 0.5s;
}

.signupForm .themebtn-form:hover {
    border: 1px solid black;
    background: white;
    color: black;
}
.form-merchant .custom-contain:after {
    content: '';
    position: absolute;
    background: url(https://logocorps.com/page-content/uploads/2022/09/3docGBiRjDrUi79QaP2fTRiehy4brx69oz6pwG9Y.png) no-repeat;
    width: 165px;
    height: 195px;
    right: -50px;
    top: -30px;
}
  .form-merchant .custom-contain:before {
    content: '';
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    border: 4px solid #ffc609;
    border-radius: 40px;
    right: 20px;
    top: -10px;
}
   @media only screen and (max-width: 1366px) {
    
    .inn-merchant h2 {
    font-size: 40px;
}
    .inn-merchant span {
    font-size: 50px;
 
}
  }
  @media only screen and (max-width: 1199px) {
  .inn-merchant h2 {
    font-size: 30px;
    line-height: 30px;
}
    .inn-merchant span {
    font-size: 40px;
 
}
  }
  @media only screen and (max-width: 991px) {
    .form-merchant .custom-contain:before,
    .form-merchant .custom-contain:after{
    display: none;
    }
   .form-merchant .custom-contain {
    padding: 40px 40px 40px;
   
}
  }  
    @media only screen and (max-width: 767px) {
  .inn-merchant h2 {
    font-size: 22px;
    line-height: inherit;
      }
      .inn-merchant span {
    font-size: 30px;
}
  }
      @media only screen and (max-width: 575px) {
  .form-merchant .custom-contain {
    padding: 20px 10px 20px;
}
        .inn-merchant span {
    font-size: 20px;
              padding-bottom: 10px;
}
  }
