* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    box-sizing: border-box;
    background-color: black;
}

.main {
    background-image: url(Assets/img/bg.jpg);
    height: 90vh;
    width: 100%;
    position: relative;
    background-position: center center;

}

.main .box {
    background-color: black;
    height: 90vh;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.6;
}

nav {
    height: 100px;
    width: 75%;
    margin: auto;
    /* background-color: aliceblue; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav img {
    position: relative;
    z-index: 10;
}

nav button {
    position: relative;
    z-index: 10;
    margin: 9px;
}

.text {
    /* background-color: black; */
    height: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: aliceblue;
    z-index: 10;
    gap: 5px;
    padding: 0 3px;
    position: relative;
}

.text span {
    z-index: 10;
}

.text span h1 {
    z-index: 10;
    font-size: 4em;
    text-align: center;
}

.text>:nth-child(3) {
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.text>:nth-child(4) {
    text-align: center;
    margin-top: 30px;
}

.btn1 button {
    padding: 5px 22px;
    color: white;
    background-color: red;
    border: 1px solid red;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
}

.btn1 .btn-en {
    background-color: rgba(23, 23, 23, 0.021);
    color: white;
    border: 1px solid white;
}

div .btn2 {
    z-index: 10;
}

.btn2 {
    display: flex;
    justify-content: center;
    align-items: center;

}

.btn2 button {
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px;
    padding: 14px 24px;
    color: white;
    background-color: red;
    border: 1px solid red;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    font-size: 23px
}

.btn2 input {
    background-color: rgba(23, 23, 23, 0.7);
    padding: 15px 35px;
    border: 1px solid rgb(88, 86, 86);
    font-size: 20px;
    color: white;
    border-radius: 5px;
}

.sepration {
    width: 100%;
    height: 5px;
    background-color: rgb(86, 3, 3);
}

.first {
    width: 100%;
    height: 450px;
    padding-top: 80px;

    /* background-color: aqua; */
    background: linear-gradient(to bottom,
            #190144f7,
            #03011c,
            #000000);
}


.first h1 {
    margin: 0 0 20px 110px;
    color: white;
}

.scroll-img {
    margin: 0px 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 20px 90px;
    scroll-behavior: smooth;
    /* gap: 20px; */
    box-sizing: border-box;
}

.scroll-img::-webkit-scrollbar {
    height: 10px;
}

.scroll-img::-webkit-scrollbar-corner {
    background: gray;
    border-radius: 10px;
}

.first-img {
    flex: 0 0 200px;
    width: 200px;
    height: 280px;
    background-image: url("https://occ-0-1917-58.1.nflxso.net/dnm/api/v6/mAcAr9TxZIVbINe88xb3Teg5_OA/AAAABbE-aqdsqRmyYnXCf6e7YYDOAHgqt8MSvH0ZIMwjVJevBD9kQ6k0n78Pb_LKgCRqfH8743s-jNbmqABNvi3AQk3-C4hF362WOk1VXkSrpaYiBgJ6mpEmEPLzdOj95GKPa7h5.webp?r=7ba");
    background-repeat: no-repeat;
    /* padding: 10px; */
    margin: 20px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 20px;
    position: relative;
    left: 0;
    font-weight: 700;
    font-size: 100px;
    -webkit-text-stroke: 1px white;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;

    /* display: flex;
justify-content: left;
align-items: end; */
    transition: transform 0.3s ease;
    cursor: pointer;
}

.first-img:hover {
    transform: scale(1.1);
    z-index: 10;
}

.second {
    width: 100%;
    height: 450px;
    /* background-color: antiquewhite; */
    padding-top: 50px;


}

.sec-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.second h2 {
    margin: 0 0 20px 90px;

    /* margin: 50px 0 20px 160px; */
    color: white;
}

.sec-block .block {
    width: 200px;
    height: 300px;
    /* border: 2px solid rgb(241, 226, 226); */
    border-radius: 15px;
    margin: auto 20px;
    padding: 20px;
    position: relative;
    background: linear-gradient(to bottom,
            #150238f7,
            #09035a,
            #5d040489);
}

.block h3 {
    color: white;
}

.block img {
    position: absolute;
    top: 240px;
    left: 140px;
}

.sec-block .block p {
    color: white;
    padding-top: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.faq-box h1 {
    color: white;
    margin: 0 0 20px 100px;

    /* width: 100%;
    height: 450px; 
    background-color: aqua; */
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */

}

.boxes {
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.faq-box .bx1 {
    font-size: 30px;
    padding: 20px;
    margin: 5px;
    width: 80vw;
    min-height: 25px;
    border: 2px solid rgb(51, 49, 49);
    background-color: rgb(51, 49, 49);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-box span {
    color: white;
    padding-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.faq-box .lbtn input {
    padding: 10px 100px;

}

.list {
    margin-top: 90px;
    width: 100%;
    height: 350px;
    text-decoration: underline;
    text-decoration-color: white;
}

.list1 ul li {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    font-size: 15px;
    margin: 30px 0px 0px 80px;
    padding-right: 70px;
}

.list1 ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0px 0px 10px 40px;
}

.list h4 {
    color: white;
    margin-left: 120px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;


}

.list .end1 {
    margin-left: 110px;
    margin-top: 40px;
    background-color: rgba(23, 23, 23, 0.021);
    color: white;
    /* border: 1px solid white; */

    padding: 10px 22px;
    color: white;
    /* background-color: red; */
    /* border: 1px solid red; */
    font-weight: 700;
    /* border-radius: 5px; */
    cursor: pointer;
}

footer {
    height: 200px;
    min-width: 200px;
    color: white;
    margin-left: 110px;
}

footer h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding-left: 19px;

}

footer p {
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px;
    font-size: 13px;
}

@media (max-width: 768px) {


    .main,
    .main .box {
        height: 75vh;
    }

    nav {
        width: 90%;
        height: 80px;
    }

    nav img {
        width: 100px;
    }

    nav button {
        margin: 5px;
    }

    .text {
        height: 75%;
        padding: 0 20px;
    }

    .text span h1 {
        font-size: 2.2em;
    }

    .text> :nth-child(3) {
        font-size: 16px;
    }

    .text> :nth-child(4) {
        margin-top: 20px;
    }

    .btn2 {
        flex-direction: column;
        width: 100%;
    }

    .btn2 input {
        width: 80%;
        padding: 13px;
        font-size: 16px;
    }

    .btn2 button {
        font-size: 18px;
        padding: 12px 20px;
    }


    .first {
        height: auto;
        padding: 50px 0;
    }

    .first h1 {
        margin: 0 20px 20px;
        font-size: 24px;
    }

    .scroll-img {
        margin: 0;
        padding: 20px;
    }

    .first-img {
        flex: 0 0 150px;
        width: 150px;
        height: 210px;
    }


    .second {
        height: auto;
        padding: 40px 0;
    }

    .second h2 {
        margin: 0 20px 25px;
        font-size: 24px;
    }

    .sec-block {
        flex-direction: column;
        gap: 20px;
    }

    .sec-block .block {
        width: 75%;
        height: 200px;
        margin: 0;
    }

    .block img {
        top: 140px;
        left: auto;
        right: 20px;
    }


    .faq-box h1 {
        margin: 0 20px 20px;
        font-size: 24px;
    }

    .boxes {
        height: auto;
    }

    .faq-box .bx1 {
        width: 80%;
        font-size: 18px;
        padding: 15px;
    }


    .list {
        height: auto;
        margin-top: 50px;
    }

    .list h4 {
        margin-left: 20px;
    }

    .list1 ul {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 20px;
    }

    .list1 ul li {
        margin: 15px 0 0;
        padding-right: 0;
    }

    .list .end1 {
        margin-left: 20px;
    }

    footer {
        height: auto;
        margin-left: 20px;
    }

}