html {
  scroll-behavior: smooth;
}

body {
    font-family: 'Poppins';
    margin: 0;
    padding: 0;
}

.container-h {
    display: flex;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
}



header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.text {
    max-width: 450px;
    color: white;
    margin-right: auto;
    margin-left: auto;
}



.main {
    overflow: hidden;
    background: radial-gradient( circle at top left, #4f1679 0px, #3a0f59 30%, #20052e 40%, black 50%);
}

.hero-image {
    /* width: 450px;
    height: 550px; */
    /* background-color: yellow; */
    /* margin-left: 50px; */
}


/* .text h2 {
    color: var(--Neutral-White, #FFF);
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 68px;

    letter-spacing: -1.08px;
} */

.logo {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
    flex-wrap: wrap;
}

/* .logo img {
    width: 144px;
    height: 96px;
} */

.F-text {
    margin-left: auto;
    margin-right: auto;
}

.F-text h2 {
    font-weight: 500;
}

.h-12 {
    width: 132px;
}

.h-12:hover {
    cursor: pointer;
    scale: 1.02;
}

.box1 {
    padding: 15px;
    border-left: 5px solid #680daa;
    margin-top: 25px;
}

.box {
    padding: 15px;
    border-left: 5px solid white;
    margin-top: 15px;
}




/* .frame {
    width: 45%;
    max-height: 600px;
    max-width: 550px;
} */



/* .S-Featured {
    background: radial-gradient( circle at top left, #4f1679 0px, #3a0f59 300px, #20052e 400px, black 500px);
} */


/* .Pricing .box {
    border: 1px solid #CBD5E1;
    width: 368px;
    border-radius: 20px;
    padding: 24px;
} */



.B-btn {
    background-color: #680daa;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 10px;
}

.B-btn:hover {
    background-color: #7c0fca;
}

.Q-content {
    /* width: 80%; */
        /* margin-left: auto;
        margin-right: auto; */
    /* width: 70%; */
}

.footer {
  color: white;
  background-image: url(./Images/colore.png);
  background-repeat: no-repeat;
  background-size: cover;      /* optional: stretch to fill */
  background-position: center; /* optional: center the image */
  width: 100%;
  background-color: black;
}


.Footer-C {
    /* width: 90%; */
    /* margin-left: auto;
    margin-right: auto; */
}

.h-13 {
    width: 120px;
    height: 45px;
}





.hide {
    margin-left: 97%;
    border: 1px white solid;
    border-radius: 55%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-top: -10px;
    padding: 5px;
}

.answer1,
.answer2,
.answer3,
.answer4,
.answer5 {
    display: none;
}

@media (max-width:768px) {
    .text h2 {
        font-size: 22px;
    }
    .text p {
        font-size: 14px;
    }
    .hero-image {
        width: 300px;
        margin-left: 0px;
        height: auto;
    }
    .text {
        margin-left: -20px;
    }
    .frame {
        width: 50%;
        margin-left: 10px;
    }
}