:root{
    --primary-color: #2F2D30;
    --secundary-color: #181617;
    --font-tittle-color: #F9D474;
}
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html{
    font-size: 62.5%;
}
a{
    text-decoration: none;
    color: #6a676b;
}
body{
    background-color: #000;
}
body .media-icons-container{
    height: 5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: rgb(15, 15, 15); */
}
body .media-icons-container a :hover{
    color: #fff;
    zoom: 0.9;
}
.icons h3{
    display: none;
}
body .intro-logo-container{
    height: 18rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
body .intro-logo-container img{
    display: flex;
    flex-wrap: wrap;
    width: 13rem;
    height: auto;
    margin-bottom: 1rem;
}
.intro-logo-container h3{
    padding: 2rem 3.5rem 2.5rem 3.5rem;
    font-family: 'Montserrat', sans-serif;
    color: var(--font-tittle-color);
    font-weight: 400;
    font-size: 1.2rem;
}
main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    height: calc(80vh - 9rem);
    min-height: 550px;
     /* background-color: var(--secundary-color); */
    /* background-image: url(https://www.instagram.com/reel/CxIT6STuipG); */
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}
.main-background-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    opacity: 35%;
}
.main-background-video-desktop{
   display:none;
}
.home-video-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 335px;
    margin: 0 auto;
    padding: 1rem 1rem;
    background-color: black;
}
.video-home{
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-home video{
    width: 80%;
    height: auto;
    max-width: 40rem;
    align-items: center;
    box-shadow: 0px -7px 100px -10px #07125f;
}
.container-text-home{
    text-align: center;
}
.container-text-home h1{
    margin: 0 4rem;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 600;
    font-size: 2.6rem;
}
.container-text-home p , .generic-section-container p , .first-generic-section-container p , .left-generic-section-container p{
    margin: 2rem 4rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-weight: 100;
    font-size: 1.8rem;
    text-align: center;
}
.main-cta {
    display: block;
    width: 12rem;
    height: 4rem;
    background-color: var(--font-tittle-color);
    border-radius: 0 0.8rem;
    border: none;
    margin: 20px auto;
}
.main-cta-feed {
    display: block;
    width: 12rem;
    height: 4rem;
    background-color: var(--font-tittle-color);
    border-radius: 0 0.8rem;
    border: none;
    margin: 20px auto 60px;
}
.main-cta a , .main-cta-feed a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-top: 1.2rem;
    width: 12rem;
    height: 4rem;
    color: var(--secundary-color);
}
.main-cta a:hover , .main-cta-feed a:hover{
    background-color: white;
    margin-top: 0rem;
    border-radius: 0 0.8rem;
    padding-top: 1.2rem;
}
.main-separator {
    height: 7px;
    background-color: var(--secundary-color);
}
.generic-section-container , .first-generic-section-container , .left-generic-section-container {
    height: auto;
    margin: 0 auto;
    background-color: black;
}
.left-generic-section-container{
    display: flex;
    flex-direction: column-reverse;
}
.first-generic-section-container{
    box-shadow: 0px -7px 100px -10px #07125f;
}
.generic-section-container div h2 , .first-generic-section-container div h2 , .left-generic-section-container div h2 , .questions-section-container div h2 {
    padding: 80px 40px 0;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 600;
    font-size: 2.6rem;
    text-align: center;
}
.generic-section-container figure , .first-generic-section-container figure {
    width: 100%;
    margin: 0 auto;
    padding: 5rem 4rem 10rem;
    display: flex;
    justify-content: center;
}
.left-generic-section-container figure {
    width: 100%;
    margin: 0 auto;
    padding: 5rem 1rem 10rem;
    display: flex;
    justify-content: center;
}
.generic-section-container figure img , .first-generic-section-container figure img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 20px;
}
.first-generic-section-container figure img {
    box-shadow: 0px -7px 50px -10px #3f075f;
}
.generic-section-container figure img {
    box-shadow: 0px -7px 50px -10px #610241;
}
.left-generic-section-container figure img{
    width: 100%;
    max-width: 450px;
    height: auto;
}
.questions-section-container {
    height: auto;
    max-width: 710px;
    margin: 0 auto;
    background-color: black;
}
.frequent-questions_first summary , .frequent-questions summary , .frequent-questions_last summary {
    background-color: var(--primary-color);
    width: 100%;
    padding: 2rem 3rem;
    height: auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-weight: 400;
    font-size: 1.7rem;
    text-align: left;
}
.frequent-questions_first {
    padding: 8rem 3rem 0;
}
.frequent-questions{
    padding: 0 3rem;
}
.frequent-questions_last {
    padding: 0 3rem 5rem;
}
details>summary {
    list-style-type: none;
    cursor: pointer;
}
  summary::after {
    content: "+";
    color: #fff;
    float: right;
    text-align: center;
    margin-right: -15px;
  }
  details[open] summary::after {
    content: "-";
  }
.frequent-questions hr{
    height: 15px;
    background-color: black;
    border: none;
  }
.frequent-questions_first li , .frequent-questions li , .frequent-questions_last li{
    background-color: var(--secundary-color);
    width: 100%;
    padding: 7rem 5rem;
    height: auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-weight: 300;
    font-size: 1.8rem;
    text-align: left;
    list-style: none;
}
.frequent-questions_first li span , .frequent-questions li span, .frequent-questions_last li span{
    font-weight: 400;
    font-size: 1.3rem;
    padding-top: 20rem;
}
.title-product_360{
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #20afe7;
    font-weight: 700;
    font-size: 3rem;
    line-height: 27px;
}
.title-product_VirtualStage{
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #09b699;
    font-weight: 700;
    font-size: 3rem;
    line-height: 27px;
}
.title-product_Entertainment{
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #cfbb89;
    font-weight: 700;
    font-size: 3rem;
    line-height: 27px;
}
.title-product_Emotion{
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #bc3cc0;
    font-weight: 700;
    font-size: 3rem;
    line-height: 27px;
}
.footer-section-container{
    height: auto;
    width: 100%;
    background-color: black;
}
.footer-section-container div h3{
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-weight: 500;
    font-size: 1.9rem;
    padding: 8rem 2.5rem 0;
}
.footer-section-container div h4{
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--font-tittle-color);
    font-weight: 500;
    font-size: 1.9rem;
    padding: 0 2.5rem 3rem;
}
.footer-section-links{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-weight: 100;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2rem 3rem 1rem;
}
.footer-section-links p{
   min-width: 225px;
   text-align: center;
   text-decoration: underline;
   text-decoration-color: #6a676b;
}
footer{
    display: flex;
    flex-direction: column;
    height: 6rem;
    justify-content: center;
    align-items: center;
    background-color: rgb(15, 15, 15);
}
footer h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    margin: 1rem 0 0.3rem;
    color: white;
}
footer a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #5e5d5f;
    margin: 0.1rem 0 0.5rem;
}
footer a:hover{
    color: var(--font-tittle-color);
}