* {
    margin: 0;
    padding: 0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    box-sizing: border-box;

}

body {
    background: black;
    color: white;
}

.video-bg {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    background-size: cover;
}

.navbr {
    background-color: rgb(12, 1, 1, 0.4) !important;
    height: 6rem !important;
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 9%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    transition: all 0.5s ease;
}

.nav-cont {
    color: white !important;
    font-size: 18px !important;
    margin-top: 0.8rem !important;
    padding: 1.5rem !important;

}

.nav-cont:hover {
    background-color: white !important;
    color: black !important;
    transition: 0.6s !important;
    border-radius: 0.6rem !important;
}

.navbutn {
    width: 180px !important;
    margin-left: 60px !important;
    background-color: transparent !important;
    color: white !important;
    font-size: 1.5vw;
    padding: 12px !important;
    border-color: white !important;
}

.navbutn:hover {
    background-color: white !important;
    color: rgb(63, 104, 239) !important;
    box-shadow: 0 0 18px rgb(63, 104, 239) !important;
    transition: 0.6s !important;
}

.logo {
    font-size: 3rem !important;
    color: var(--text-color) !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    transition: 0.3s ease-in-out !important;
}

.logo:hover {
    transform: scale(1.1);
}

.accordion {
    margin: 80px 0px;
    width: 90%;
    max-width: 800px;

}

.accordion li {
    list-style: none;
    width: 100%;
    margin: 20px 0;
    padding: 10px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 28px;
    background: #e3edf7;
    color: black;
}

.accordion li label {
    display: block;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.accordion li label:hover {
    font-weight: bold;
    transition: 0.3s;
}

label::before {
    content: "+";
    margin-right: 10px;
    font-size: 24px;
    font-weight: 600;
}

input[type='radio'] {
    display: none;
}

.accordion .content {
    padding: 0 10px;
    line-height: 26px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
}

.accordion input[type="radio"]:checked+label+.content {
    max-height: 400px;
    padding: 10px 10px 20px;
}

.accordion input[type='radio']:checked+label::before {
    content: "-";
}

.header {
    text-align: center;
    font-size: 70px;
    margin: 0px 0;
}

.faq-container {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.faq-image {
    width: 90%;
    max-width: 600px;
    margin: 80px auto;
}

.faq-content {
    width: 100%;
    max-width: 1800px;
    transition: 0.7s;
}

.foter {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px) !important;
    color: azure !important;

}

@media(max-width:600px) {
    .navbr {
        width: 100% !important;
        min-width: 400px !important;
        height: 480vh !important;
        position: relative !important;
        padding: 1rem !important;
    }

    .nav-cont {
        margin-top: 0.3rem !important;
        padding: 0.6rem !important;
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .navshrk {
        margin-right: 200px !important;
        position: relative !important;
    }

    .navbrbk {
        background-color: rgb(5, 0, 0, 0.8) !important;
        z-index: -1 !important;
        backdrop-filter: blur(20px) !important;
        width: 200px !important;
    }

    .navbutn {
        width: 200px !important;
        font-size: 18px !important;
    }

    .logo {
        font-size: 3rem !important;
        color: white !important;
        font-weight: 800 !important;
        cursor: pointer !important;
        transition: 0.3s ease-in-out !important;
        margin: 0.8rem !important;
    }

    .logo:hover {
        transform: scale(1.1);
    }

    .frmbtn {
        width: 140px !important;
        transition: 0.6s !important;
    }

    .foter {
        width: 100% !important;
        max-width: 991px !important;
    }
}

@media (min-width: 768px) {
    .faq-container {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .faq-image {
        width: 80%;
        height: auto;
    }

    .faq-content {
        width: 45%;
        max-width: 2000px;
        margin-left: 20px;
    }
}

@media(min-width:600px) and (max-width:767px) {
    .navbr {
        width: 100% !important;
        min-width: 400px !important;
        height: 30vh !important;
        position: relative !important;
    }

    .nav-cont {
        margin-top: 0.3rem !important;
        padding: 0.6rem !important;
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .navshrk {
        margin-right: 200px !important;
        position: relative !important;
    }

    .navbrbk {
        background-color: rgb(5, 0, 0, 0.8) !important;
        z-index: -1 !important;
        backdrop-filter: blur(20px) !important;
        width: 200px !important;
    }

    .navbutn {
        width: 200px !important;
        font-size: 18px !important;
    }

    .logo {
        font-size: 3rem !important;
        color: white !important;
        font-weight: 800 !important;
        cursor: pointer !important;
        transition: 0.3s ease-in-out !important;
        margin: 0.8rem !important;
    }

    .logo:hover {
        transform: scale(1.1);
    }

    .frmbtn {
        width: 140px !important;
        transition: 0.6s !important;
    }

    .foter {
        width: 100% !important;
        max-width: 991px !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .navshrk {
        margin-right: 200px !important;
        position: relative !important;
        background-color: rgb(5, 0, 0) !important;
        padding: 5rem !important;
    }

    .navbutn {
        width: 200px !important;
        font-size: 18px !important;
        margin-left: 26rem !important;
    }
}

@media(min-width:992px) and (max-width:1236px) {
    .navbr {
        width: 100% !important;
        min-width: 1200px !important;
        height: 30vh !important;
        position: relative !important;
    }

}

@media(max-width:991px) {
    .navbr {
        width: 100% !important;
        min-width: 400px !important;
        height: 30vh !important;
        position: relative !important;

    }

    .nav-cont {
        margin-top: 0.3rem !important;
        padding: 0.6rem !important;
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .navshrk {
        margin-right: 200px !important;
        position: relative !important;
    }

    .navbrbk {
        background-color: rgb(5, 0, 0, 0.8) !important;
        z-index: -1 !important;
        backdrop-filter: blur(20px) !important;
        width: 200px !important;
    }

    .navbutn {
        width: 200px !important;
        font-size: 18px !important;
    }

    .logo {
        font-size: 3rem !important;
        color: white !important;
        font-weight: 800 !important;
        cursor: pointer !important;
        transition: 0.3s ease-in-out !important;
        margin: 0.8rem !important;
    }

    .logo:hover {
        transform: scale(1.1);
    }

    .faq-content {
        margin-left: 200px !important;
        margin-right: 200px !important;
        position: relative !important;
        transition: 0.7s !important
    }

    .frmbtn {
        width: 140px !important;
        transition: 0.6s !important;
    }

    .foter {
        width: 100% !important;
        max-width: 991px !important;
    }
}

@media(min-width:1237px) {
    .foter {
        width: 100% !important;
        max-width: 1600px !important;
    }
}