body {
    font-family: "Poppins", sans-serif !important;
}

.sec {
    padding-top: 50px;
}

.f-700 {
    font-weight: 700;
}

.grey-text {
    color: #979797;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.border-box {
    border: 1px solid #e0e0e0a1;
}

.pricing-card {
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    border-color: #007bff;
}

.max-9 {
    max-width: 900px;
    margin: auto;
}

.c-orange {
    color: #ff5600;
}

.c-blue {
    color: #050f2b;
}

.btn-w {
    background-color: #fff !important;
    border-radius: 24px !important;
    padding: 12px 24px !important;
    border: 1px solid #fff;
}
.btn-w:focus{
    box-shadow: none;
}
.btn-w:hover{
    box-shadow: inset 0 0 0 50px #fff;
    transition: 0.5s ease-in-out;
    color: #ff5600 !important;
    border-color: #ff5600;
}

.btn-o {
    background-color: #ff5600 !important;
    border-radius: 24px !important;
    padding: 12px 24px !important;
}

.btn-d {
    border-radius: 24px !important;
    padding: 12px 24px !important;
    background-color: #270607 !important;
}

/* Section 1 */
.mal-sec1-title {
    max-width: 100%;
    line-height: 42px;
    font-weight: 700;
    margin: 18px 0;
}

.mal-sec1-desc {
    max-width: 100%;
    line-height: 28px;
}

.mal-sec1-content {
    padding-left: 50px;
}

.mal-sec1-title2 {
    max-width: 400px;
    font-weight: 700;
    line-height: 1.2;
}

.mal-sec1-desc2 {
    max-width: 520px;
}

.mal-sec2-content {
    position: relative;
    z-index: 1;
}

.mal-sec2-content::before {
    content: "";
    position: absolute;
    top: 50px;
    bottom: 0;
    width: 100%;
    height: 90%;
    background-image: url(../img/sec2-img2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.mal-sec2-desc {
    max-width: 550px;
}

.mal-sec2-c {
    position: relative;
    z-index: 1;
}
.mal-sec1 .mal-sec1-desc a{
    color: #ff5600;
    text-decoration: none;
}

/* .mal-sec2-c::before{
    content: "";
    position: absolute;
    top: 42px;
    right: -20px;
    width: inherit;
    height: 100%;
    background-image: url(../img/sec2-img3.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
} */

/* .mal-sec2-c::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/sec2-img4.png);
    background-position:left bottom;
    background-size: contain;
    z-index: -1;
} */



/* Scetion 3 */
.mal-sec3 {
    background-image: url(../img/sec3-img1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 80px;
}
.mal-sec3 .btn-d{
    border: 1px solid #fff;
}
.mal-sec3 .btn-d:hover{
    color: #fff;
    box-shadow: inset 0 0 0 50px #ff5600;
    transition: 0.5s ease-in-out;
    border-color: #ff5600;
}
.mal-sec3 .btn-o{
    border-color: #ff5600;
}
.mal-sec3 .btn-o:hover{
    color: #ff5600;
    box-shadow: inset 0 0 0 50px #fff;
    transition: 0.5s ease-in-out;
    border-color: #ff5600;
}

.mal-sec2-btn{
    justify-content: flex-end;
}


/* section 4 */
.client-review {
    padding: 50px 0;
    position: relative;
}

.review-card {
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 50px;
    overflow: hidden;
}

.review-image {
    flex: 0 0 220px;
    margin-right: 30px;
}


.review-image img {
    width: 100%;
    height: auto;
    display: block;
}

.review-content {
    flex: 1;
}

.review-title {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 700;
}

.divider {
    width: 300px;
    height: 3px;
    background: #ff5600;
    margin: 20px 0;
    color: #ff5600;
}

.review-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 800px;
}

.client-name {
    font-size: 24px;
    margin-bottom: 5px;
}

.client-title {
    font-size: 14px;
    color: #888;
}

.owl-dots {
    position: absolute;
    bottom: 15%;
    left: 25%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    z-index: 10;
}

.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #999;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.owl-dot.active span {
    background-color: #ff5600 !important;
}


.mal-sec5-box1 {
    background-image: url(../img/sec5-img1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mal-sec5-box2 {
    background-image: url(../img/sec5-img2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mal-sec5-box1 h2,
.mal-sec5-box2 h2 {
    max-width: 400px;
    font-weight: 700;
    line-height: 44px;
}

.mal-sec5-box1 p,
.mal-sec5-box2 p {
    max-width: 320px;
}

.mal-sec5-f {
    background-color: #03030F;
    padding: 15px;
}
.mal-sec5 .mal-sec5-box1, .mal-sec5 .mal-sec5-box2{
    height: 288px !important;
}

/*     <!-- ===============================
Subscription  ===================--> */

.subscription-bg {
	background-image: url(../../images/subscription-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 100px 0;
}

.sub01 {
	position: relative;
	/* margin-right: 27px; */
}

.sub-detail {
    position: absolute;
    text-align: center;
    top: 16px;
    width: 100%;
    height: 100%;
}

.basic {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 28px;
	margin-top: 48px;
	margin-bottom: 36px;
}

.price {
	display: flex;
	justify-content: center;
	color: #fff;
}

.currency {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 45px;
}

.USD {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 46px;
}

.lastprice {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 20px;
	padding-top: 27px;
	padding-left: 5px;
}


.free {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: var(--clr-white);
	margin-bottom: 50px;
}

.Plan-detail {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 35px;
    /* margin-bottom: 70px; */
    padding-top: 35px;
	height: 47%;
}
.buynow {
	width: 200px;
	height: 58px;
	background-color: #0522BD;
	border-radius: 4rem;
	border: 0px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	box-shadow: 0px 4px 30px rgba(72, 72, 72, 0.522);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: auto;
    transition: 0.4s;
}
.buynow:hover{
    box-shadow: none;
    color: #fff;
}

.subscription-bg .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.subscription-bg .owl-nav .owl-prev i, .subscription-bg .owl-nav .owl-next i {
    background: var(--primary-color);
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	color: #fff;
}
.subscription-bg .owl-nav .owl-next {
    float: right;
    margin-right: -24px;
}
.Plan-detail ul {
    line-height: 22px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
    font-weight: 600;
}
.Plan-detail ul li {
    font-size: 15px;
    list-style: none;
}

/* cta04 */

.cta04 {
    background-image: url(../img/cta04.png);
	margin-top: 80px;
}
.cta04 .cta04-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	color: #fff;
	padding: 80px 0;
}
.cta04 .contact-mail, .cta04 .topsubtext03 {
    font-size: 14px;
}
.cta04 .Ctasubheading03, .cta04 .contact-mail, .cta04 .topsubtext03, .cta04 .white-bar {
    font-weight: 400;
    font-family: Poppins, sans-serif;
}
.cta04 .id {
    font-family: Poppins, sans-serif;
    font-size: 48px;
}
.cta04 .id, .cta04 .topsubtext03 span {
    color: #ff5600;
    font-weight: 600;
}
.cta04 .Success {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 22px;
}
.cta04 .contact-detail{
	line-height: 2;
}

.header-section .animate h1 {
    opacity: 1;
    animation: 1.1s both fadeInDown;
}
.slide-item-content-left h1 {
    font-size: 40px;
    position: relative;
	font-weight: 500;
	margin-bottom: 0;
}
.mal-sec1 .mal-sec1-title{
    font-size: 32px;
}

/* ---------------------------------responsive css---------------------------- */

@media screen and (min-width: 992px){
	.subscription-mobile{
		display: none;
	}
}

@media (min-width: 436px) and (max-width: 575.98px){
	.basic {
		position: relative;
		margin-top: 0;
		top: 6%;
	}
	.price {
		position: relative;
		top: 7%;
	}
	.Plan-detail ul li {
		font-size: 21px;
		list-style: none;
	}
	.Plan-detail {
		padding-top: 50px;
		height: 49%;
		position: relative;
		bottom: -5%;
	}
}

@media (min-width: 576px) and (max-width: 767.98px){
	.subscription-desktop .col-lg-4 img{
		width: 100%;
	}
	.subscription-desktop .col-lg-4:last-child {
		margin-top: 35px;
	}
	.subscription-desktop .col-lg-4:first-child {
		margin-bottom: 35px;
	}
	.basic {
		font-size: 36px;
		margin-top: 62px;
		margin-bottom: 55px;
		line-height: 1.4;
	}
	.Plan-detail ul li {
		font-size: 20px;
	}
	.Plan-detail {
		padding-top: 69px;
		height: 51%;
	}
}

@media (min-width: 768px) and (max-width: 991.98px){
    .mal-sec5-box1 h2, .mal-sec5-box2 h2{
        min-height: 308px;
    }
	.top_box {
		width: 318px;
	}
	.basic {
		margin-top: 24px;
		margin-bottom: 18px;
	}
	.Plan-detail {
		padding-top: 10px;
		height: 44%;
	}
	.USD {
		font-size: 40px;
	}
	.subscription-desktop .col-lg-4:last-child {
		margin-top: 35px;
	}
	.subscription-mobile .col-lg-4{
		width: 100%;
	}
}

@media (min-width:992px) and (max-width:1199px){
    .mal-sec5-box1 h2, .mal-sec5-box2 h2{
        min-height: 220px;
    }
    .basic {
		font-size: 23px;
		margin-top: 21px;
		margin-bottom: 18px;
		line-height: 36px;
	}
	.USD {
		font-size: 34px;
	}
	.lastprice {
		font-size: 18px;
		padding-top: 22px;
	}
	.Plan-detail {
		padding-left: 22px;
		padding-right: 22px;
		line-height: 35px;
		padding-top: 5px;
		height: 45%;
	}
	.Plan-detail ul {
		gap: 12px;
	}
}

@media (min-width: 1366px) and (max-width: 1399.98px){
	.basic {
		margin-top: 39px;
		margin-bottom: 13px;
	}
	.Plan-detail {
		margin-bottom: 0px;
	}
}

@media (min-width: 1200px) and (max-width: 1365.98px){
	.basic {
		margin-top: 31px;
		margin-bottom: 21px;
	}
}

@media screen and (min-width: 992px){
	.subscription-mobile{
		display: none;
	}
}

@media (max-width:991px){
    .subscription-desktop{
		display: none;
	}
    .cta04 {
        margin-top: 65px;
    }
    .slide-item-content-left h1 {
        font-size: 32px;
    }
    .mal-sec5 .mal-sec5-box1, .mal-sec5 .mal-sec5-box2{
        height: 365px !important;
    }
}

@media (max-width:767px) {
    .review-image {
        flex: 0 0 auto;
        margin-bottom: 10px;
    }

    .review-card {
        flex-wrap: wrap;
    }

    .mal-sec1 .col-md-6 {
        margin-bottom: 20px;
    }

    .mal-sec1-content {
        padding-top: 20px;
    }

    .sec {
        padding-top: 30px;
    }

    .mal-sec1-title2 {
        line-height: 38px;
    }

    .mal-sec5-box1 h2,
    .mal-sec5-box2 h2 {
        line-height: 37px;
    }

    .mal-sec2-btn{
        justify-content: flex-start;
    }
    .cta04 .cta04-content {
        padding: 50px 12px;
    }
    .cta04 {
        margin-top: 35px;
    }
    .mal-sec5 .mal-sec5-box1, .mal-sec5 .mal-sec5-box2 {
        height: 100% !important;
    }
}

@media (max-width:575px){
    .subscription-bg{
        margin-top: 50px;
        padding: 50px 0;
    }
    .sub01 {
        margin-right: 0;
    }
    .subscription-bg .col-md-4:not(:last-child) .sub01 {
        margin-bottom: 25px;
    }	
    .subscription-desktop{
        display: none;
    }
    .basic {
        margin-bottom: 29px;
    }
    .Plan-detail {
        height: 38%;
    }
    .slide-item-content-left {
        padding-left: 12px;
        padding-right: 12px;
    }
    .slide-item-content-left .partners img {
        max-width: 480px;
        max-height: 110px;
        width: 100%;
        object-fit: cover;
    }
    .cta04 .id {
        font-size: 32px;
    }
    .slide-item-content-left h1 {
        font-size: 30px;
    }
}
