*{

    margin: 0px;

    padding: 0px;

    box-sizing: border-box;

}

#solvv-header{

    width: 100%;

    float: left;

    padding: 5px 0px;

}

.fix-center{

    max-width: 1800px;

    width: 95%;

    margin: 0 auto;

}

.solvv-header-cls {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.waitlist-button{

    font-family: 'Open Sans', sans-serif;

    font-size: 18px;

    color: #fff;

    background-color: #7B3073;

    padding: 11px 25px;

    border-radius: 6px;

    cursor: pointer;
    text-decoration: none;

}

#solvv-herosection{

    width: 100%;

    float: left;

    padding: 15px 0px;

}

.div-flex{

    display: flex;

    /* justify-content: space-between; */

    align-items: center;

}

.hero-section-contents{

    width: 50%;

}

.hero-section-contents h1{

 font-size: 60px;

 font-family: 'Open Sans', sans-serif;

 color: #000000;

 font-weight: 800;

 margin-bottom: 25px;

}

.hero-section-contents p{

    font-size: 22px;

    font-family: 'Open Sans', sans-serif;

    color: #000000;

    font-weight: 400;

    margin-bottom: 30px;

}

.hero-section-contents a{

    font-family: 'Open Sans', sans-serif;

    font-size: 16px;

    color: #fff;

    background-color: #7B3073;

    padding: 8px 12px;

    border-radius: 6px;

    cursor: pointer;
    text-decoration: none;

}

.hero-image{

    width: 50%;

}

.hero-image img{

    width: 100%;

}

@media (min-width:1500px){

    .hero-section-contents h1 {

        font-size: 70px;

    }

}

#how-to-create-quiz{

    width: 100%;

    float: left;

    padding: 55px 0px;

}

.section-main-heading h2{

    font-size: 35px;

    font-family: 'Open Sans', sans-serif;

    font-weight: 700;

    margin-bottom: 15px;

}

.border-bottom-line{

    width: 195px;

    height: 42px;

    border: solid 0.5px #000;

    border-color: #7B3073 transparent transparent transparent;

       border-radius: 50%/33px 41px 0 0;

    text-align: center;

    margin: 0 auto;

}

.section-main-heading{

    text-align: center;

    margin-bottom: 12px;

}

.quiz-steps-container{

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    grid-gap: 20px;

    align-items: center;

  }

  .card-image{

    width: 75%;

  }

 

  .quiz-cards{

    text-align: center;

  }

  .quiz-cards h3{

    font-size: 30px;

    margin: 8px 0px;

    color: #000000;

    font-family: 'Open Sans', sans-serif;

    font-weight: 600;

  }

  #solvv-set-apart{

    padding: 55px 0px;

    width: 100%;

    float: left;

  }

  .cards-layout-container{

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    grid-gap: 20px;

    align-items: center;

  }

  .cards-bg{

    border: 1px solid #7B3073;

    position: relative;

    left: -7px;

    top: -6px;

    border-radius: 10px;

    padding: 25px;



  }

  .cards-box{

    background-color: #e1ccde4f;

    text-align: center;

    padding: 2px;

    border-radius: 10px;

  }

  .cards-bg img{

    width: 60%;

    margin-bottom: 25px;

  }

  .cards-bg h4 {

   font-size: 26px;

   margin-bottom: 10px;

   color: #000000;

   font-family: 'Open Sans', sans-serif;

   font-weight: 700;

  }

  .cards-bg p{

    font-size: 16px;

    margin-bottom: 10px;

    color: #000000;

    font-family: 'Open Sans', sans-serif;

    font-weight: 400;

  }

  #footer{

    width: 100%;

    float: left;

    background: rgb(225,204,222);

background: linear-gradient(98deg, rgba(225,204,222,1) 40%, rgba(250,250,250,1) 53%);

padding: 25px 0px;

  }

  .footer-div {

    display: flex;

    justify-content: space-between;

    align-items: center;

    border-bottom: 0.5px solid #000;

    padding: 3px;

}

.footer-cta-button{

    border: 1px solid #7B3073;

    color: #7B3073;

    padding: 8px 28px;

    font-family: 'Open Sans', sans-serif;

    font-weight: 600;

    cursor: pointer;
    border-radius:6px;
    text-decoration: none;

}
.footer-cta-button:hover{
    color: #fff;
    background-color: #7B3073;
}

.footer-contact{

    display: flex;

    justify-content: end;

    align-items: center;

    padding: 5px;

}

.footer-contact a{

    font-family: 'Open Sans', sans-serif;

    font-weight: 500;

    font-size: 16px;

    cursor: pointer;
    color: #000;
    text-decoration: none;

}



@media(max-width:992px){

    .div-flex {

        flex-direction: column;

    }

    .hero-section-contents {

        width: 100%;

        text-align: center;

    }

    .hero-image {

        width: 100%;

        text-align: center;

        margin: 40px 0px;

    }

    .hero-image img {

        width: 55%;

    }

    .quiz-steps-container{

        grid-template-columns: repeat(1, 1fr);

    }

    .arrow-image{

        transform: rotate(88deg);

    padding: 88px;

    }

    .cards-layout-container {

        grid-template-columns: repeat(2, 1fr);

    }

}

@media(max-width:768px){

    .hero-section-contents h1 {

        font-size: 35px;

    }

    .cards-layout-container {

        grid-template-columns: repeat(1, 1fr);

    }

    .border-bottom-line {

        width: 135px;

    }

    .arrow-image {

        padding: 50px;

        width: 60%;

    }

}



@media(max-width:380px){

    .footer-div {

        flex-direction: column;

    }

    .footer-cta-button {

        margin: 25px 0px;

    }

}

@media(max-width:580px){

    .hero-section-contents h1 {

        font-size: 24px;

            margin-bottom: 15px;

    }

    .hero-section-contents p {

        font-size: 16px;

    }

    .section-main-heading h2 {

        font-size: 24px;

    }

    .quiz-cards h3{

        font-size: 22px;

    }

    .card-image {

        width: 55%;

    }

    .cards-bg h4 {

        font-size: 20px;

    }

}