*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    list-style: none;
}
body{
    width: 100%;
    height: 100%;
    background: #3dccc7;
}
.vor-main{
    width: 100%;
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: clamp(20px, 30px, 40px);
    color: #fff;
    text-align: center;
    top: 0;
    position: relative;
}
.videos-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
.videos-container video{
    width: 400px;
    border-radius: 20px;
    border: none;
    outline: none;
}
.btn{
    padding: 2px 0 0 0;
    border-radius: 50%;
    background: none;
    border: none;
    font-size: 1.2em;
    color: #fff;
  }
.app{
 width: 100%;
 padding: 1% 0 0 0 ;   
 height: 100vh;
 background: #9ceaef;
 text-align: center;
}
.custom-shape-divider-top-1720117354 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0;
}

.custom-shape-divider-top-1720117354 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
}

.custom-shape-divider-top-1720117354 .shape-fill {
    fill: #9ceaef;
}
.faq h1{
    font-size: 150%;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
}
.faq-ul{
    width: 100%;
    background:#3dccc7;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    overflow-x: hidden;
}
.faq_item{
    width: 40%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(231, 227, 227, 0.6);
    border-radius: 20px;
    height: 600px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow-y: scroll;
    box-shadow: 1px 1px  10px #ffff;
}
.faq_item video{
    width: 80%;
    border-radius: 7px;
    height: 80%;
}






















@media screen and (max-width: 1300px){
    .main-cards{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}
@media screen and (max-width: 1170px){
    .main-cards video{
        width: 60%;
    }
}
@media screen and (max-width: 600px){
    .main-cards video{
        width: 100%;
    }
    .bottom-cards{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .bottom-cards video{
        width: 100%;
    }
}
@media screen and (max-width: 700px){
    .faq-ul{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .faq_item{
        width: 80%;
    }
}
  
