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

* {
    margin: 0%;
    padding: 0%;
    font-family: "Poppins", sans-serif;
    color: white;
}

html,
body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
}

body {
    background-color: #121212;
}

header {
    background-color: #000000;
    font-family: "Poppins", sans-serif;
    height: 45px;
    display: flex;
    justify-content: space-between;
    color: white;
    font-weight: 700;
    padding: 15px 290px;
    font-size: 15px;


}

.side {
    display: flex;
    justify-content: space-evenly;
    align-content: space-evenly;
    gap: 40px;
    cursor: pointer;
    margin-top: 10px;
}

div a:hover {
    color: #1db954;
}


.vl {
    border-left: 1px solid rgb(255, 255, 255);
    height: 20px;
}

.light {
    color: #d0dadc;
}


/* Main Code Starting */
main {
    background-color: #121212;
    color: white;
    /* height: 100vw; */
}

.hero {
    position: absolute;
    right: 0px;
    top: 75px;

}

.big {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1px;
}

.combo {
    position: absolute;
    top: 136px;
    left: 245px;
}

#grad {
    background: linear-gradient(rgba(153, 127, 130, 1), rgba(130, 109, 111, 0.7), rgba(108, 91, 93, 0.5), rgba(70, 60, 61, 0));
    color: white;
    height: 130px;
}

.pinkbtn {
    background-color: #ffd2d7;
    border-radius: 500px;
    color: black;
    display: inline-block;
    padding: 12px 32px;
    font-weight: 600;
    margin-top: 175px;
    margin-left: 245px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
}

.whitebtn {
    font-weight: 600;
    color: white;
    cursor: pointer;
    display: inline-block;
    border-radius: 500px;
    padding: 12px 32px;
    background-color: #000000;
    border: #3f3f3f solid 2px;
    margin-left: 16px;
    text-align: center;
    font-size: 16px;
}
.whitebtn:hover{
    transform: scale(1.06);
    transition: all 0.2s ease;
}
.pinkbtn:hover{
    transform: scale(1.06);
    transition: all 0.2s ease;
    background-color: white;
}

.terms {
    font-size: 11px;
    position: absolute;
    left: 248px;
}

.diff {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.sub {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

.beni table {
    margin: 0 auto;
    width: 460px;
}

table {
    text-indent: initial;
}

thead {
    vertical-align: middle;
}

tr {
    display: table-row;
}

.under {
    text-decoration: underline dashed #c5c5c5 1px;
    text-underline-offset: 3px;
}

.ticks,
.emdash img {
    height: 24px;
    width: 24px;
}

table,
td,
th {
    height: auto;

}

td,
th {
    padding: 8px 16px;
}

td {
    vertical-align: middle;
}

.tablerow:hover .under {
    background-color: #242424;
}

.tablerow:hover .emdash {
    background-color: #242424;
}

.tablerow:hover .ticktick {
    background-color: #3d3d3dc6;
}

td {
    height: 10px;
    vertical-align: middle;
    padding: 12px 16px;
}

th,
td {
    border-bottom: 1px solid white;
}

table {
    border-collapse: collapse;
}

.affo {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 16px;
}

.afoosmall {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 24px;
}

.upi {
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.Pay {
    height: 24px;
    width: auto;
    max-width: 36px;
    display: block;
    background-color: white;
    border-radius: 4px;
    padding: 2px 10px;
    margin: 12px 4px;
    object-fit: contain;
}


.plus {
    text-decoration: underline;
    text-align: center;
}

#all1 {
    display: flex;
    flex-direction: column;
    font-size: 16px;

}

.allp {
    font-size: 32px;
    font-weight: 600;
    padding-top: 60px;
}

.HSSH {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 45px;
    gap: 30px;
    align-items: center;
    margin-bottom: 75px;

}

.beni th {
    text-align: left;
    font-weight: 700;
    padding: 10px 16px;
    font-size: 14px;
    color: #edfcfb;
}

.beni th:nth-child(2),
.beni th:nth-child(3),
.beni td:nth-child(2),
.beni td:nth-child(3) {
    text-align: center;
}

.beni {
    margin-bottom: 150px;
    margin-top: 50px;
}
.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    margin-bottom: 40px;
}

.card1 {
    background-color: #242424;
    height: 530px;
    width: 350px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin: 0;
    justify-content: space-between;
    box-sizing: border-box;
}

.c4ard {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 70px;
}

.corner {
    border-radius: 6px 0px;
    width: 40%;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 13px;
    line-height: 13.75px;
    color: rgb(0, 0, 0);
    background: rgb(255, 210, 215);
}



.logotype {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-top: 10px;
}

.chotulogo {
    height: 25px;
    width: auto;
}

.Premium {
    margin-left: 5px;
}

.Typoplan {
    font-size: 31px;
    color: #ffd2d7;
    font-weight: 600;
    padding: 0px 16px;
    position: relative;
    bottom: 12px;
}

.one {
    font-weight: 600;
    font-size: 15px;
    padding-left: 16px;
    position: relative;
    bottom: 20px;
}

.two {
    font-size: 11px;
    font-weight: 500;
    color: rgb(167, 167, 167);
    padding-left: 16px;
    position: relative;
    bottom: 32px;
}

#line {
    border: none;
    border-top: 1.5px solid #474747;
    width: 90%;
    display: block;
    align-self: center;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    bottom: 38px;

}

.benifits {
    padding-left: 35px;
    position: relative;
    bottom: 42px;
}

.btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 0px;
    align-self: center;
    position: relative;
    bottom: 50px;
}
.pinkbtn2:hover{
    transform: scale(1.02);
    transition: all 0.3s ease;
}
.whitebtn2:hover{
    transform: scale(1.02);
    transition: all 0.3s ease;
}


.pinkbtn2 {
    background-color: #ffd2d7;
    border-radius: 500px;
    color: black;
    display: inline-block;
    justify-self: center;
    padding: 14px 32px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
    width: 330px;
    box-sizing: border-box;

}

.whitebtn2 {
    font-weight: 600;
    color: white;
    cursor: pointer;
    display: inline-block;
    border-radius: 500px;
    padding: 12px 32px;
    border: #424242 solid 2px;
    text-align: center;
    font-size: 15px;
    width: 330px;
    box-sizing: border-box;
}

.six {
    font-size: 11px;
    font-weight: 400;
    color: rgb(167, 167, 167);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
    height: 40px;
    position: relative;
    bottom: 28px;
}

#under {
    font-size: 12px;
    font-weight: 400;
    color: rgb(167, 167, 167);
}



.family .corner {
    background: #a5bbd1;
}

.family .Typoplan {
    color: #a5bbd1;
}

.family .pinkbtn2 {
    background-color: #a5bbd1;
}

.duo .corner {
    background: #ffc862;
}

.duo .Typoplan {
    color: #ffc862;
}

.duo .pinkbtn2 {
    background-color: #ffc862;
}

.student .corner {
    background: #c4b1d4;
}

.student .Typoplan {
    color: #c4b1d4;
}

.student .pinkbtn2 {
    background-color: #c4b1d4;
}

.ques {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.48px;
}

.weans {
    font-size: 16px;
    font-weight: 400;
}

.find {
    font-size: 16px;
    font-weight: 400;
}

.qwf {
    text-align: center;
}

.allfaqs {
    margin-bottom: 80px;
}

.faqstotal {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Faqs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 18px 145px;
    width: 66%;
    gap: 12px;

}

.trial:hover {
    text-decoration: underline;
}

.trial {
    font-size: 16.5px;
    font-weight: 700;
}

.arrow {
    height: 25px;
    width: auto;
    transform: rotate(180deg);
    cursor: pointer;
}

.faqline {
    border: none;
    border-top: 1px solid #383838;
    width: 1174px;
    align-self: center;
    margin: -6px;
    margin-bottom: 10px;
}

footer {
    background-color: #000000;
}

.footcontainer {
    display: grid;
    grid-template-columns: auto auto auto auto;
    color: white;
    padding: 0px 150px;
    /* gap: 64px; */
    column-gap: 25px;
}

.footer-column {
    display: grid;
    gap: 15px;
}

.footer-columnb {
    display: grid;
    gap: 20px;
}

.grey {
    color: #919496;
    size: 12px;
    font-weight: 500;
}

.whitee {
    color: white;
    size: 16px;
    font-weight: 400;
}

.whitee a {
    text-decoration: none;
}

.whitee a:hover {
    text-decoration: none;
}

.footlogo {
    height: 35px;
    width: auto;
    padding: 5px 50px;
}

.logologo {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 15px;
    padding: 4px 0px;
}

.instad,
.twitterd,
.facebookd {
    width: 60px;
    height: 60px;
    background-color: #1e1e1e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.insta,
.twitter,
.facebook {
    width: 24px;
    height: 24px;

}

.footfoot {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 85px 10px;
    padding-left: 0;
}

.lightgrey1 {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.lightgrey1 div {
    font-size: 12px;
    font-weight: 400;
    color: #919496;
}

.last {
    color: #919496;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px 72px;
    margin-bottom: 50px;
}

.india {
    display: flex;
    flex-direction: row;
    gap: 6px;
}

.rightlast div {
    color: #919496;
}