body {
    text-align: center;
    background-color: #2c1338;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

#plans {
    font-size: 50px;
}

#plans+p,
#plans+p+p {
    font-size: 20px;
}

#plans+p+p {
    margin-top: 80px;
    margin-bottom: 5px;
}

#save {
    background-color: white;
    border-radius: 50px;
    width: 300px;
    display: flex;
    justify-content: space-around;
    font-size: 18px;
    font-weight: bold;
    margin: auto;
    margin-bottom: 80px;
}

#save>div:first-child {
    /* background-color: rgb(80, 59, 80); 
   color: white;  */
    width: 50%;
    border-radius: 50px;
    padding: 20px 25px;
    color: black;

}

#save>div+div {
    color: black;
    width: 50%;
    border-radius: 50px;
    padding: 20px 15px;
}

#save>div:first-child:hover {
    background-color: #E57CD8;
}

#save>div+div:hover {

    background-color: #E57CD8;

}

#biling {
    background-color: white;
    border-radius: 50px;
    color: black;
    width: 8%;
    margin-left: 30%;
    /* margin-bottom: 250px; */
    padding: 10px;
    transform: rotate(-30deg)
}

/* check-icon */

.bx {
    font-size: 40px;
    color: #E57CD8;
}

#target {
    font-size: 50px;
    margin-top: 5px;
}

#container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* border: 5px solid white; */
    gap: 20px;
    /* margin-top: 500px; */
    width: 94%;
    margin: auto;
}

#free>div>span {
    font-size: 50px;
    color: #E57CD8;
}

#free {
    /* border: 3px solid white; */
    background-color: #412A4C;
    margin-top: 50px;
}

.tick_one>div {
    text-align: left;
    /* border: 1px solid  green; */
    display: flex;
}

.tick_one>div>div:nth-child(1) {
    margin: 0px 15px;
}

.tick {
    display: flex;
    /* border: 2px solid yellowgreen; */

}

.tick>div+div {
    margin-left: 15px;
    margin-top: 20px;

}

.tick>span {
    margin-left: 20px;
}

#container hr {
    width: 60%;

}

.btn {
    margin-top: 50px;
    padding: 15px 55px;
    background-color: #2c1338;
    color: white;
    border-radius: 50px;
    margin-bottom: 30px;
    font-size: 16px;
    border: 0;
}


/* 2nd div */


#starter>div>span {
    font-size: 50px;
    color: #E57CD8;
}

.tick>span+div {
    color: #E57CD8;
    margin-left: 5px;
    font-size: 50px;
}

#starter {
    background-color: #412A4C;
    /* border: 2px solid white; */
    margin-top: 50px;
}

#starter .tick_one {
    margin-bottom: 90px;
}


/* 3rd div */

#best_value>div>span {
    font-size: 50px;
    color: #E57CD8;
}

#best_value {
    background-color: white;
    border: 10px solid #E57CD8;
    ;
    color: black;
}

#best_value>h3 {
    background-color: #E57CD8;
    margin-top: -5px;
    padding: 12px 0px;
}

#best_value .btn {
    background-color: #E57CD8;
}



/* 4th div */

#enterprise {
    background-color: #412A4C;
    /* border: 2px solid white; */
    margin-top: 50px;
}

#enterprise .tick>div:nth-child(1) {
    font-size: 50px;
    font-weight: bold;
    color: #E57CD8;
    margin: 0px 15px;
}

#enterprise .tick_one {
    margin-bottom: 240px;
}


#free>h2+p {
    width: 75%;
    margin: auto;
    margin-bottom: 30px;
    text-align: left;
    line-height: 25px;
}

#starter>h2+p {
    width: 75%;
    margin: auto;
    margin-bottom: 30px;
    text-align: left;
    line-height: 25px;
}

#best_value>h2+p {
    width: 75%;
    margin: auto;
    margin-bottom: 30px;
    text-align: left;
    line-height: 25px;
}

#enterprise>h2+p {
    width: 75%;
    margin: auto;
    margin-bottom: 30px;
    text-align: left;
    line-height: 25px;
}

#enterprise hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#compare{
    align-items: center;
    width: 60%;
    margin: auto;
    margin-top: 70px;
    line-height: 25px;
    margin-bottom: 100px;
}
#compare>button{
    padding: 18px 35px;
    font-size: 16px;
    border-radius: 50px;
    background-color: #2c1338;
    color: white;
    border: 1px solid white;
    font-weight: bold;
}
#compare>button:hover{
    background-color: antiquewhite;
    color: #E57CD8;
 
}
#profit{
    display: flex;
    gap: 10px;
    width: 85%;
    background-color: #FFF3ED;
    color: black;
    margin: auto;
    justify-content: space-around;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  align-items: left;
}
#profit>div:nth-child(2){
    width: 25%;
    margin-top: -35px;
}
#profit img{
    width: 100%;
}
#profit>div:nth-child(1){
    width: 70%;
    /* border: 2px solid red; */
    text-align: left;
    margin-left: 20px;
}
#profit>div:nth-child(1) span:hover{
  color: #E57CD8;
  font-weight: bold;
}

#track{
    display: flex;
    width: 85%;
    margin: auto;
    padding: 15px 0px;
    background-color: #FCE5D8;
    color: black;
    justify-content: space-around;
}

#track button{
    padding: 15px 35px;
    background-color: #E57CD8;
    border: 0px;
    color: white;
    font-size: 15px;
    border-radius: 50px;
    margin-top: 10px;
}
#track button:hover{
    background-color: #412A4C;
}
#images{
    width: 85%;
    margin: auto;
   /* border: 1px solid red; */
   margin-top: 35px;
}
#images img{
    width: 100%;
}
#ques{
    width: 90%;
    margin: auto;
    /* border: 1px solid white; */
    text-align: left;
    margin-top: 20px;
}
#ques h1{
    text-align: center;
    font-size: 45px;
}
.question{
    cursor: pointer;
    display: flex;
    border: 1px solid black;
    padding-left: 25px;
}
.question>h2{
    margin-right: 10%;
    
}
.answer{
    display: none;
    background-color: #E57CD8;
    padding: 10px 0px;
    line-height: 25px;
    padding-left: 25px;
    font-size: 18px;
}


#ques2{
    cursor: pointer;
    display: flex;
    border: 1px solid black;
    padding-left: 25px;
}
#ques2>h2{
    margin-right: 10%;
    
}
#ans2{
    display: none;
    background-color: #E57CD8;
    padding: 10px 0px;
    line-height: 25px;
    padding-left: 25px;
    font-size: 18px;
}

/* //3rd .question */


#ques3{
    cursor: pointer;
    display: flex;
    border: 1px solid black;
    padding-left: 25px;
}
#ques3>h2{
    margin-right: 10%;
    
}
#ans3{
    display: none;
    background-color: #E57CD8;
    padding: 10px 0px;
    line-height: 25px;
    padding-left: 25px;
    font-size: 18px;
}

/* //4th */
#ques4{
    cursor: pointer;
    display: flex;
    border: 1px solid black;
    padding-left: 25px;
}
#ques4>h2{
    margin-right: 10%;
    
}
#ans4{
    display: none;
    background-color: #E57CD8;
    padding: 10px 0px;
    line-height: 25px;
    padding-left: 25px;
    font-size: 18px;
}

/* //5th ques */
#ques5{
    cursor: pointer;
    display: flex;
    border: 1px solid black;
    padding-left: 25px;
}
#ques5>h2{
    margin-right: 10%;
    
}
#ans5{
    display: none;
    background-color: #E57CD8;
    padding: 10px 0px;
    line-height: 25px;
    padding-left: 25px;
    font-size: 18px;
}

/* //6th ques */
#ques6{
    cursor: pointer;
    display: flex;
    border: 1px solid black;
    padding-left: 25px;
}
#ques6>h2{
    margin-right: 10%;
    
}
#ans6{
    display: none;
    background-color: #E57CD8;
    padding: 10px 0px;
    line-height: 25px;
    padding-left: 25px;
    font-size: 18px;
}

/* //7th ques */
#ques7{
    cursor: pointer;
    display: flex;
    border: 1px solid black;
    padding-left: 25px;
}
#ques7>h2{
    margin-right: 10%;
    
}
#ans7{
    display: none;
    background-color: #E57CD8;
    padding: 10px 0px;
    line-height: 25px;
    padding-left: 25px;
    font-size: 18px;
  
}

/* //8th ques */
#ques8{
    cursor: pointer;
    display: flex;
    border: 1px solid black;
    padding-left: 25px;
}
#ques8>h2{
    margin-right: 10%;
    
}
#ans8{
    display: none;
    background-color: #E57CD8;
    padding: 10px 0px;
    line-height: 25px;
    padding-left: 25px; 
    font-size: 18px;
}


#sign{
    background-color: #FCE5D8;
    width: 95%;
    color: black;
    margin: 40px auto;
}
#sign>h1{
    padding-top: 40px;
    margin-bottom: 30px;
}
#sign>input{

    font-size: 20px;
    padding: 10px 20px;
    margin-bottom: 20px;
}
#sign>button{
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #E57CD8;
    color: white;
    margin: 0px 10px;
    border: none;
}
#sign>p, #sign>div{
    display: inline;
}
#sign>h4{
    font-weight: 100;
    padding-bottom: 40px;
}
#sign .bx{
    border: 1px solid white;
}

#sign+h3>span{
    color: #E57CD8;
}

#app{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
    width: 90%;
    margin: auto;
    /* border: 2px solid green; */
    padding-bottom: 20px;
    margin-bottom: 150px;
   
}
#app img{
    width: 180px;
    height: 160px;
    margin-top: 25px;
}
#app>#mobile{
    margin-top: 10px;
}
#online{
    background-color: #F7D8F3;
    margin-bottom: 50px;
    color: black;
}
#online>h1{
   padding-top: 80px;
   padding-bottom: 20px;
   width: 40%;
   margin: auto;
   
}
#online>h1+p{
    margin-bottom: 50px;
}
#web>div>button{
    background-color: #E57CD8;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
}



















/* media querry */

@media screen and (min-width: 800px) and (max-width: 1200px) {

    #container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;      
    }

    #app{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;}

}


@media screen and (min-width: 350px) and (max-width: 800px) {

    #container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;      
    }

    #app{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 10px;}

}