@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.container{
    max-width: 1400px;
    margin: 0 auto;
}
body{
    font-family: "Montserrat", sans-serif;
    background: radial-gradient(
            circle at 40% -20%,
            rgba(248, 114, 199, 0.62) 5%,
            rgba(18, 3, 48, 0) 20%
    ),
    radial-gradient(
            circle at 60% -50%,
            rgba(220, 187, 111, 0.77) 1%,
            rgba(12, 2, 28, 0) 35%
    ),
    radial-gradient(
            circle at 50% -30%,
            rgb(86, 66, 198) 15%,
            #0c021c 30%
    );
    background-repeat: no-repeat;
}
.header{
    margin: 0;
}
.line{
    height: 1px;
    background: linear-gradient(
            to right,
            rgba(186, 63, 63, 0),
            rgba(255, 255, 255, 0.22),
            rgba(209, 186, 186, 0)
    );
}
.line_card{
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.06),
            rgba(255, 255, 255, 0.22),
            rgba(255, 255, 255, 0.09)
    )
}
.header .container{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__menu{
    display: flex;
}
.header__menu li {
    padding: 10px;
    list-style: none;
    color: aliceblue;
    display: flex;
    align-items: center;
    gap: 10px;

}
.header__menu a:not(.start-btn){
    color: white;
    text-decoration: none;
    font-size: 20px;
}
.logo{
    display: flex;
    height: 80px;
    text-align: center;
}
.start-btn{
    border-radius: 20px;
    background: linear-gradient(
            to right,
            #e274fb 0%,
            #e151d7 40%,
            #eac176 100%
    );
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    text-decoration: none;
}
.logo_text{
    color: #e6e6e6;
    font-weight: bold;
    font-size: 40px;
    height: 60px;
    align-self: center;
}
    .arrow img{
        height: 15px;
        color: white;
}
.badge{
    color: rgb(239, 111, 214);
    padding: 20px;
}
.suprises{
    color: aliceblue;
    padding: 20px;
    font-size: 50px;
}
.no_life{
    color: aliceblue;
    padding: 20px;
}
.services{
    text-align: center;
}
.text_in_the_middle{
    margin-top: 100px;
}
.pricing{
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 40px 40px;
}

.pricing__cards{
    display: flex;
    justify-content: space-between;
}
.pricing__card{
    width: 30%;
    background: linear-gradient(180deg, #1a0d2e, #642b9f);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,.4);
    color: rgba(255, 255, 255, 0.4);
}
.price{
    padding: 20px;
    display: flex;
    align-items: center;
}
.money{
    display: inline;
    color: white;
    font-size: 50px;
    font-weight: bold;
    margin-right: 20px;
}
.MONTHLY{
    color: #e151d7;
}
.list{

}
.list h3{
    color: white;
}
.category{
    color: rgba(240, 248, 255, 0.3);
    margin-left: 18px;
}
.category li{
    padding: 10px;
}
.confirmation_button{
    display: flex;
    align-items: center;
    margin-top: 40px ;
}
.confirmation_button button{
    font-size: 15px;
    font-weight: bold;
    color: white;
    width: 400px;
    height: 45px;
    border-radius: 30px;
    background: linear-gradient(
            to right,
            #e274fb 0%,
            #e151d7 40%,
            #eac176 100%
    );
}
.extra_information{
    padding: 20px;
    color: rgba(240, 248, 255, 0.3);
}

.text_in_the_middle_02{
    background: radial-gradient(
            circle at 45% 45%,
            rgba(248, 114, 199, 0.39) 0%,
            rgba(18, 3, 48, 0) 10%
    ),
    radial-gradient(
            circle at 50% 40%,
            rgba(220, 187, 111, 0.46) 0%,
            rgba(12, 2, 28, 0) 12%
    ),
    radial-gradient(
            circle at 50% 60%,
            rgba(86, 66, 198, 0.38) 1%,
            #0c021c 20%
    );
    width: 1400px;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.47);
    height: 450px;
    text-align: center;
}

.k1_text{
    font-size: 45px;
    font-weight: bold;
    color: white;
}
.k2_text{
    font-size: 35px;
    font-weight: bold;
    color: white;
}
.subtitle{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.subtitle p{
    color: rgba(255, 255, 255, 0.72);
    font-size: 30px;
    padding: 60px;
}
.common{
    width: 505px;
    margin-top: 80px;
}
.pink{
    color: #e151d7;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.common h3{
    color: white;
    font-size: 40px;
}
.k003_text{
    color: rgba(255, 255, 255, 0.72);
    margin-top: 20px;
}
.k004_text{
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 20px;

}
.last-btn{
    border-radius: 20px;
    background: linear-gradient(
            to right,
            #e274fb 0%,
            #e151d7 40%,
            #eac176 100%
    );
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
}
.question .container{
    display: flex;
}
.all_questions{
    display: flex;
    margin-top: 30px;
}
.no1{
    color: aliceblue;
    background-color: #000000;
    height: 50px;

}
.question .container{
    display: flex;
    margin-top: 120px;
}


.all_questions{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.faq_card{
    background: linear-gradient(
            180deg,
            rgba(255,255,255,0.06),
            rgba(255,255,255,0.03)
    );
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 22px 26px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    box-shadow: 0 18px 45px rgba(0,0,0,0.35);
}


.faq_card p{
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    font-weight: 500;
}


.faq_card::after{
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(255,255,255,0.6);
    border-bottom: 2px solid rgba(255,255,255,0.6);
    transform: rotate(45deg);
}
.line01{
    margin-top: 160px;
    margin-bottom: 80px;
    height: 1px;
    background: linear-gradient(
            to right,
            rgba(186, 63, 63, 0),
            rgba(255, 255, 255, 0.22),
            rgba(209, 186, 186, 0)
    );
}
.digimax_explain{
    color: rgba(255,255,255,0.6);

}
.logo02{
    display: flex;
    width: 80px;
    height: 80px;
    text-align: center;

}
.media img{
    width: 50px;
    height: 100px;
}
.sevicnes{
    color: aliceblue;
    font-size: 20px;
}
.supports{
    color: aliceblue;
    font-size: 20px;
    margin-bottom: 20px;
}
.last .container{
    display: flex;
}
.service{
    margin-left: 100px;
    margin-right: 100px;
}
.sevicnes{
    margin-bottom: 20px;
}
.support{
    margin-right: 100px;
}
.explanation01{
    color: rgba(255,255,255,0.6);
}
.compay_last{
    color: aliceblue;
    font-size: 20px;
    margin-bottom: 20px;
}
.explanation02{
    color: rgba(255,255,255,0.6);
}

.title{
    text-align: center;
    margin-top: 120px;
    margin-bottom: 70px;
}

.title h1{
    color: aliceblue;
    font-size: 42px;
}

.title p{
    color: #e151d7;
    font-size: 42px;
    font-weight: bold;
}

.oneboxques{
    background-color: rgba(56, 6, 131, 0.25);
    width: 500px;
    height: 250px;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.twoboxques{
    background-color: rgba(56, 6, 131, 0.25);
    width: 500px;
    height: 250px;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.response{
    color: white;
}
.profile{
    display: flex;
    color: white;
}

.profile p{
    margin-top: 20px;
    margin-left: 20px;
}
.swiper {
    height: 300px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    background: transparent;
}


.swiper-slide img {
    display: block;
    object-fit: cover;
    width: 60px;
    height: 60px;
    border-radius: 100%;

}
.swiper-pagination-bullet{
    background: #fa70f2;
    width: 20px;
    height: 20px;
}
.feature-card{
    width: 100%;
    background: rgba(48, 15, 89, 0.43);
    border-radius: 16px;
    padding: 25px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.6);
    position: relative;
    transition: 0.3s ease;
}


.feature-card::before{
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 60px;
    background: #ff00f2;
    border-radius: 16px 0 0 16px;
}

.feature-card:hover{
    transform: translateY(-6px);
}
.icon01{
    display: block;
    object-fit: cover;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.title_csio{
    display: flex;
    justify-content: left;
    font-size: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.star{
    display: flex;
    justify-content: left;
    font-size: 15px;
}
.top{
    display: flex;

}
.icon02{
    display: block;
    object-fit: cover;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.feature-card01{
    display: flex;
    width: 480px;
    height: 140px;
    background: rgba(48, 15, 89, 0.43);
    border-radius: 16px;
    padding: 25px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.6);
    position: relative;
}
.slade-img{
    margin-right: 20px;
}
.name_icon{
    padding: 10px;
}
.swiper-wrapper{
    height: 260px;
}