p{
    font-size:16px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-65 {
    font-size: 48px !important;
}

@media screen and (max-width: 1366px) {

    p, ul li, .font-16{
        font-size:14px !important;
    }
    .font-24{
        font-size:20px !important;
    }
    .font-50{
        font-size:35px;
    }
    .font-65 {
        font-size: 50px !important;
    }
    .font-70{
        font-size:60px;
    }
}

/* Banner */

div#home {
    height: 150vh;
    background: url('https://imagedelivery.net/nJwaBs__P2JfMUeYJ4vmjQ/5b7be628-902c-46cb-cc95-6226622dac00/public');
    background-color: rgb(26, 26, 26);
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-dark-hover-white:hover{
    color: black;
    background-color: #fff;
    border: 1px solid #fff;
    font-weight: 500;
}



/* Second Section */

.second-back {
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
}

.padding-top-200-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}
.animated-line {
    width: max-content;
}
.animated-line:after{
    content: "";
    position: absolute;
    bottom: 0px;
    display: block;
    width: calc(100% - 100%);
    height: 6px;
    background-color: #fff;
    left: 0;
    right: 0;
    border-radius: 50px;
    transition: all 0.7s;
}

.animated-line:hover:after{
    width: calc(100% - 0%);
}


@media screen and (max-width: 1366px) {
    .padding-top-200{
        padding-top:400px;
    }
  }


img.center-larki {
    bottom: 30px;
    left: 480px;
    transition: .5s ease;
}

.formobilehover:hover img.center-larki{
    bottom: 280px;
}

img.center-right {
    bottom: 200px;
    left: 160px;
    transition: .5s ease;
}

.formobilehover:hover img.center-right{
    left:330px;
}

img.center-left {
    bottom: 180px;
    right: 150px;
    transition: .5s ease;
}

.formobilehover:hover img.center-left{
    right:300px;
}

img.yellow-girl {
    bottom: 325px;
    right: -15px;
    transition: .5s ease;
}

img.yellow-mobile {
    bottom: 200px;
    right: -100px;
    transition: .5s ease;
}

img.pink-girl {
    bottom: 325px;
    left:-15px;
    transition: .5s ease;
}

.formobilehover:hover img.pink-girl, .formobilehover:hover img.yellow-girl{
    transform: scale(1.6);
    bottom: 420px;
}

img.pink-mobile {
    bottom: 200px;
    left: -100px;
    transition: .5s ease;
}

.gradient{
    background-image: var(--gredient-color3);
    border-radius: 10px;
}
.gradient input{
    border-radius: 5px;
    border: 0px;
    padding-left: 20px !important;
    height: 45px;
}

/* form */


a.btn.btn-primary {
    background: none;
    border: 1px solid #fff !important;
    box-shadow: none;
}

/* ul */

ul.ul-tick{
    padding-left: 20px;
}

ul.ul-tick {
    list-style-image: url('https://imagedelivery.net/nJwaBs__P2JfMUeYJ4vmjQ/79002d3e-90da-4e55-0a99-b41ce14ecc00/public');
}

ul.ul-tick li{
    line-height: 30px;
}


/* button */

.btn-border-dark{
    background: transparent;
    border: 1px solid black;
    color: black;
    width: 220px;
    transition: all .4s;
    padding: 10px;
    border-radius: 5px;
}

.btn-border-dark:hover{
    border: 1px solid #338FF1;
    color: #338FF1;
}
.sphover{
    transition:all .5s ease;
}
.sphover:hover{
    font-weight: 600;
    color:#fff;
    background-image:var(--gredient-color3);
}

/* rocket & smoke */

img.rocket {
    left: 300px;
    transition: all 0.8s ease;
}

img.smoke {
    left: 400px;
    top: 250px;
    transition: all 0.8s ease;
}

.forrocket:hover img.rocket{
    left: 200px;
}

.forrocket:hover img.smoke{
    left: 290px;
    top: 210px;
}

.scale{
    transition: all 0.5s ease;
}

.scale:hover{
    transition: all 0.5s ease;
    transform: scale(1.2);
}

.ml-20{
    margin-left:20px;
}

.ptb-80{
    padding:80px 0 !important;
}

#influe{
    display: block;
    width: 87%;
    position: absolute;
    left: 0;
    right: 0;
    top: 3.5%;
    height: 90%;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .absolute, .mobile{
        display:none;
    }

    p, ul li, .font-16{
        font-size:12px !important;
    }
    .font-24{
        font-size:18px !important;
    }
    .font-50{
        font-size:25px;
    }
    .font-65 {
        font-size: 40px !important;
    }
    .font-70{
        font-size:40px;
    }

    .padding-top-200 {
        padding-top: 30px;
    }

    .second-back{
        height: unset;
    }

    .animated-line {
        text-align: center;
        padding: 20px;
    }
    .animated-line img {
        width: 130px;
    }

    img.absolute.befo-img3 {
        top:25px;
        display: block !important;
    }

    .form .btn-input {
        margin-top: 10px;
        width: 100% !important;
    }
    .form .input {
        padding: 10px;
    }
    .ml-20{
        margin-left:0px;
        margin-top:10px;
    }
    .m-justify{
        justify-content: center;
    }

}