@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

/* Base CSS */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #07171D;
}

body {
    color: #07171D;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    background: #ECF2FE;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none
}

a,
button,
input,
textarea {
    outline: none !important;
}

.section-padding {
    padding: 80px 0;
}

/* --------------------------- HEADER AREA START ---------------------- */

.logo_area {
    text-align: center;
    padding: 20px 0;
}

.hero__area {
    padding-top: 110px;
    padding-bottom: 70px;
    background: linear-gradient(224.99deg, rgba(255, 255, 255, 0.37) 18.54%, rgba(255, 255, 255, 0) 75%);
}

.header__area {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.hero__content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.3px;
    color: #1A2335;
}

.similar_btn {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.3px;
    color: #FFFFFF;
    background: #FF006E;
    border-radius: 12px;
    display: inline-block;
    padding: 14px 17px;
    transition: .3s all;
    border: 1px solid #FF006E;
}

.hero__btn {
    padding-top: 20px;
}

.mililive__area {
    padding: 40px 0;
    padding-bottom: 60px;
}

.mililive__btn {
    text-align: center;
    margin-top: 35px;
}

.similar_btn:hover {
    border-color: #FF006E;
    background: transparent;
    color: #FF006E;
}

/* --------------------------- HEADER AREA END ---------------------- */


/* --------------------------- MILILIVE AREA START ---------------------- */

.mililive__top__content h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    display: flex;
    align-items: center;
    letter-spacing: -0.2px;
    color: #000000;
    justify-content: center;
}

.mililive__top__content p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #3B4048;
    margin-bottom: 20px;
}

.mililive__content {
    background: #FFFFFF;
    border-radius: 11px;
    padding: 16px;
}

.mililive__content h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.33px;
    color: #000000;
}

.mililive__list ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #222020;
    padding-left: 17px;
    position: relative;
    margin: 4px 0;
}

.mililive__list ul li:after {
    position: absolute;
    left: 0;
    top: 11px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #222020;
    content: '';
}

.mililive__top__content h4 span {
    position: relative;
    top: -3px;
    margin-right: 10px;
}

.mililive__btn a {
    padding: 14px 55px;
}

/* --------------------------- MILILIVE AREA END ---------------------- */


/* --------------------------- SPECIAL AREA START ---------------------- */

.similar__title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.3px;
    color: #000000;
    margin-bottom: 25px;
}

.special__box {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    overflow: hidden;
}

.special__btn {
    text-align: center;
    padding: 24px 10px;
}

.special__btn a {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.2px;
    color: #000000;
}

.special__btn a img {
    margin-right: 5px;
    height: 20px;
}

.special__btn a {
    border: 1px solid #E5E5EA;
    border-radius: 7px;
    padding: 8px 12px;
    display: inline-block;
}

/* --------------------------- SPECIAL AREA END ---------------------- */


/* --------------------------- SERVICE AREA START ---------------------- */

.service__thumb {
    text-align: end;
    padding-bottom: 15px;
    max-width: 253px;
    margin-left: auto;
    position: relative;
    margin-top: -80px;
}

.service__box {
    padding: 32px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    position: relative;
    min-height: 520px;
    margin-top: 59px;
}

.service__content h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.3px;
    color: #000000;
    margin-bottom: 0;
}

.service__content p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #6F7580;
    margin: 0;
}

.service__thumb img {
    background: url(image.png);
    filter: drop-shadow(0px 4px 24px rgba(164, 158, 255, 0.25));
    border-radius: 21px;
}

.service__thumb a {
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    font-style: normal;
    font-weight: 600;
    font-size: 12.044px;
    line-height: 18px;
    color: #FFFFFF;
    background: #05DD9C;
    box-shadow: 0px 6.02198px 22.5824px -4.51648px rgba(19, 102, 15, 0.3);
    border-radius: 45.1648px;
    display: inline-block;
    padding: 11px 17px;
    border: 1px solid #05DD9C;
    width: 134px;
    transition: .3s all;
}

.service__thumb a i {
    margin-right: 6px;
}

.service__thumb a:hover {
    background: #fff;
    color: #05DD9C;
}

.service__area {
    padding: 50px 0;
}

/* --------------------------- SERVICE AREA END ---------------------- */


/* --------------------------- ALTERNATIVE AREA START ---------------------- */

.altternative__content h5 {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.3px;
    color: #000000;
    margin-bottom: 5px;
}

.altternative__content p {
    max-width: 580px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #6F7580;
}

.alt__box {
    display: flex;
    align-items: center;
    background: #F7FAFF;
    border-radius: 20px;
    padding: 16px;
    min-height: 98px;
}

.alt__thumb {
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    margin-right: 15px;
}

.alt__content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin: 0;
}

.alt__content p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #6F7580;
    margin: 0;
}

/* --------------------------- ALTERNATIVE AREA END ---------------------- */


/* --------------------------- TRIAL AREA START ---------------------- */

.trial__content {
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
}

.trial__area {
    padding: 28px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    padding-top: 40px;
}

.trial__content h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FF006E;
    margin-bottom: 7px;
}

.trial__content p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #6F7580;
    margin-bottom: 25px;
}

.trial__btn a {
    padding: 14px 72px;
    margin-bottom: 12px;
}

.trial__content>a {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #8E8E93;
    transition: .3s all;
}

.trial__content>a:hover {
    color: #FF006E;
}
.special__thumb img {
	width: 100%;
}
.center_item {
	margin: 0 auto;
	margin-top: -80px !important;
}
/* --------------------------- TRIAL AREA END ---------------------- */


/* --------------------------- FOOTER AREA START ---------------------- */

.footer__link__content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 18px 0;
}

.footer__link__content a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.footer__content p {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: #9FA1B6;
}

.footer__content span {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: #9FA1B6
}

.footer__content {
    text-align: center;
}

.footer__content span a {
    color: #6A1DB1;
}

.footer__pay__blk {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
}

.footer__pay__blk span {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    margin-right: 10px;
}

.footer__area {
    background: #fff;
}

/* --------------------------- FOOTER AREA END ---------------------- */