:root {
    --primary: #4294E3;
    --secondary: #8F12FD;
    --light: #F0F6FF;
    --dark: #262B47;
}


.bg-orange {
    background: #FF6147 !important;
    color: #fff !important;
}

.bg-green {
    background: #009943 !important;
    color: #fff !important;
}

.bg-blue {
    background: #0D1C8E !important;
    color: #fff !important;
}

.bg-green-light {
    background: #00D77C !important;
    color: #fff !important;
}

.txt-orange {
    color: #FF6147;
}

.txt-yellow {
    color: #FFF847;
}


/*** Hero Header ***/
.hero-header__lp {
    padding: 10rem 0 6rem 0;
    background-image: url(../images/landing-page/bg_header.webp);
    background-size: cover;
    background-repeat: no-repeat;
}


.hero-header__lp .bg-laptop img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-header__lp .box-watch-video {
    position: absolute;
    width: max-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.hero-header__lp .box-watch-video .bgvideo {
    width: 25px;
    position: relative;
    z-index: 3;
}

.hero-header__lp .box-watch-video span {
    display: none;
}



@media (max-width: 991.98px) {
    .hero-header__lp {
        padding: 6rem 0 9rem 0;
    }
}

/*** features-header ***/
.features-header__lp p {
    font-size: 14px;
}


/*** Landing Page2 ***/
.landing-page2__lp h2 {
    text-transform: capitalize;
}




/*** Feature ***/
.feature-item__lp {
    transition: .5s;
    background: #D9D9D9;
    height: 100%;
}


.feature-item__lp:hover {
    background: #FF6147;
    margin-top: -15px;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08);
}


.feature-item__lp .img {
    width: 100%;
    overflow: hidden;
    height: 20vh;
    padding: 25px;
}

.feature-item__lp .img img {
    height: 100%;
}

.feature-item__lp:hover .img img {
    filter: brightness(0) invert(1);
}

.feature-item__lp:hover h5 {
    color: #fff;
}

.feature-item__lp:hover p {
    color: #fff;
}


/*** Features ***/

.features__lp .features-item img {
    width: auto;
    height: 10vw;
    
}
.features__lp .features-item h5 {
    color: #FF6147;
    font-weight: 700 !important;
}

.features__lp .features-item p {
    text-align: center;
}


/*** creativity ***/
.creativity__lp .bg-orange h1 {
    font-size: calc(1.375rem + 1.5vw);
    text-transform: capitalize;
}

.creativity__lp .content i {
    color: #FF6147;
    font-size: 50px;
}



/*** Features-2 ***/
.features-2__lp .box-item {
    background: #D9D9D9;
    padding: 40px 20px;
    text-align: center;
    border-radius: 20px;
    height: 100%;
    transition: .5s;
}

.features-2__lp .box-item:hover {
    background: #FF6147;
}

.features-2__lp .box-item h1 {
    font-size: 50px;
}

.features-2__lp .box-item:hover h1 {
    color: #fff;
}

.features-2__lp .box-item p {
    margin-top: 20px;
    font-size: 0.9rem;
    text-transform: capitalize;
}

.features-2__lp .box-item:hover p {
    color: #fff;
}



/*** Testimoni ***/
.testimoni__lp .testimoni_lp-slider {
    padding: 100px 0;
}
.testimoni__lp .swiper-slide {
    transition: .5s;
}
.testimoni__lp .swiper-slide.swiper-slide-next {
    transform: scale(1.3);
    background: linear-gradient(90.77deg, #FF5F3A 2.08%, #FF443C 84.4%);
    position: relative;
    z-index: 1;
}
.testimoni__lp .box-testimoni {
    background: #FFFFFF;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
}

.testimoni__lp .box-testimoni:hover {
    background: linear-gradient(90.77deg, #FF5F3A 2.08%, #FF443C 84.4%);
}

.testimoni__lp .box-testimoni .img {
    height: 12vw;
}

.testimoni__lp .box-testimoni .img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.testimoni__lp .box-testimoni h5 {
    font-weight: 700px  ;
}

.testimoni__lp .box-testimoni:hover h5 {
    color: #fff;
}

.testimoni__lp .box-testimoni small {
    font-size: 12px;
    color: #FDCE0B;
}

.testimoni__lp .box-testimoni p {
    font-size: 14px;
    line-height: 14px;
}

.testimoni__lp .box-testimoni:hover p {
    color: #fff;
}


/*** Service Price ***/
.service-price__lp .price {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    border-radius: 60px;
}

.service-price__lp .price .header-price h5 {
    text-transform: capitalize;
    font-weight: 600 !important;
}

.service-price__lp .price .box-price {
    transition: .5s;
    padding: 1rem 1rem 4rem;
    height: 100%;
    position: relative;
}

.service-price__lp .price .box-price:hover {
    background: #FF6147;
    border-radius: 20px;
}

.service-price__lp .price .box-price .header {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.service-price__lp .price .box-price:hover .header {
    background: #FF6147;
}

.service-price__lp .price .box-price .header h4 {
    font-weight: normal !important;
}

.service-price__lp .price .box-price:hover .header h4 {
    color: #fff;
}

.service-price__lp .price .box-price .header p {
    text-decoration-line: line-through;
}

.service-price__lp .price .box-price:hover .header p {
    color: #fff;
}

.service-price__lp .price .box-price:hover .header h3 {
    color: #fff;
}

.service-price__lp .price .box-price .content li {
    font-size: 14px;
    margin-bottom: 10px;
}

.service-price__lp .price .box-price ul {
    padding-left: 0;
    transition: .3s;
}

.service-price__lp .price .box-price:hover ul {
    padding-left: 1rem;
    list-style: disc;
    color: var(--light);
}

.service-price__lp .price .box-price:hover .content li {
    color: #fff;
    list-style: disc;
}

.service-price__lp .price .box-price .order a {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    font-size: 12px;
    background: #FF602A;
    color: #fff;
    transition: .3s;
}

.service-price__lp .price .box-price:hover a {
    background: #ffffff;
    color: #000000;
}


/*** Consultation ***/
.consultation__lp .chat .fa {
    font-size: 24px;
}


/*** Needs ***/

.needs__lp {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.needs__lp::before {
    content: '';
    background: #FF6147;
    width: 57%;
    height: 58%;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.needs__lp .header-title .offer {
    position: relative;
}

.needs__lp .slider-container {
    position: relative;
}

.needs__lp .needs__lp-slider {
    position: static;
    padding-bottom: 50px;
}

.needs__lp .swiper-button-prev {
	left: -140px;
	background-image: url("../images/landing-page/arrow-left.svg");
	background-size: 46px;
    width: 50px;
}

.needs__lp .swiper-button-next {
	right: 0;
	background-image: url("../images/landing-page/arrow-right.svg");
	background-size: 46px;
    width: 50px;
}

.needs__lp .box-free {
    background: #FFFFFF;
    box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.1  );
    border-radius: 16px;
    margin: 10px;
}

.needs__lp .box-free h5 {
    color: #FF6147;
    font-size: 14px;
}

.needs__lp .box-free .icon img {
    background: #FF6147;
    padding: 20px;
    border-radius: 10px;
}

.needs__lp .box-free p {
    color: #FF6147;
    font-size: 12px;
}


/*** NOTE ***/
.note__lp {
    background: #575757;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
}

.note__lp h2 {
    color: #fff;
}
.note__lp p {
    color: #fff;
    padding: 3rem 0;
}




/*** FAQ ***/
.faq__lp .custom-accordion .accordion-item {
    margin-bottom: 20px;
    position: relative;
    border-radius: 0px;
    overflow: hidden; 
    background: #FFFFFF;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
    border: none;
}

.faq__lp .custom-accordion .accordion-item .btn-link {
    display: block;
    width: 100%;
    padding: 15px 40px;
    text-decoration: none;
    text-align: left;
    color: #000;
    background: transparent;
    border: none;
    padding-left: 40px;
    border-radius: 0;
    position: relative;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; 
}

.faq__lp .custom-accordion .accordion-item .btn-link:before {
    font-family: 'icomoon';
    content: "\f062";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px; 
    border: 1px solid #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq__lp .custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
    font-weight: 700;
    color: #FF6147 !important;
    
}

.faq__lp .custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
    font-family: 'icomoon';
    content: "\f063";
    position: absolute;
    color: #FF6147;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    border: 1px solid #FF6147;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq__lp .custom-accordion .accordion-item.active {
    z-index: 2; 
}

.faq__lp .custom-accordion .accordion-item.active .btn-link {
    color: #000;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1); 
}

.faq__lp .custom-accordion .accordion-item .accordion-body {
    padding: 20px 20px 20px 40px; 
}



/*** Feature ***/
.feature__lp .bg1 {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 33%;
}
.feature__lp .bg2 {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 33%;
}

.feature__lp .header-title-feature p {
    color: #130F497A;
}

.feature__lp .content + .content {
    margin-top: 2.4rem;
}


.feature__lp .content .title p {
    color: #130F497A;
}

.feature__lp .content .img {
    position: relative;
}

.feature__lp .content .img img {
    position: absolute;
    left: 0;
    top: 5px;
}



/* .feature .bg-laptop {
    position: relative;
    width: 530px;
    height: 300px;
    padding: 20px 64px 36px 64px;
    margin-right: 30px;
    overflow: hidden;
} */

/* .feature .bg-laptop::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/landing-page/bg_laptop.png) center top no-repeat;
    background-size: auto;
    background-size: 530px 300px;
    z-index: 1;
} */

.feature__lp .bg-laptop img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/*** Contact ***/
.contact__lp .content h3 {
    color: #FF6147;
    margin-bottom: 10px;
}

.contact__lp .content p {
    color: #FF6147;
}


/*** Visitor ***/
.visitor__lp .box-visitor {
    border: 2px solid #dbdbdb;
    padding: 0px 10px;
    background: #f0f0f0;
    height: 100%;
}

.visitor__lp .box-visitor .icon i {
    color: #FF6147;
    font-size: 50px;
}

.visitor__lp .box-visitor .total h4 {
    color: #FF6147;
    margin-left: 10px;
}

.visitor__lp .box-visitor .text p {
    font-size: 14px;
    color: #FF6147;
    margin-left: 10px;
}




/*** MIN WIDTH ***/
@media only screen and (min-width: 992px)  {
    .needs__lp .header-title .offer {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .needs__lp::before {
        height: 90%;
    }
}





/*** MAX WIDTH ***/
@media only screen and (max-width: 991px) {
    .feature__lp .bg1 {
        opacity: 0.2;
    }

    .feature__lp .bg2{
        opacity: 0.2;
    }
}
@media only screen and (max-width: 767px) {

    .testimoni__lp .swiper-slide.swiper-slide-next {
        transform: none;
    }
}
@media only screen and (max-width: 600px) {
    .features-header__lp img {
        max-width: 80%;
        margin-bottom: 10px;
    }


    .features__lp .features-item img {
        height: 15vw;
        
    }
}