@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: black;
}

.main {
    background-image: url(assets/images/backgroundimage1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    position: relative;

}

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

}

nav {
    display: flex;
    justify-content: center;
    max-width: 75vw;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

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

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

.h {
    font-family: "Martel Sans", sans-serif;
    /* height: calc(100%-60px); */
    height: calc(100% - 100px);
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    position: relative;
    gap: 10px;
    padding: 0 30px;
}

.h>:first-child {
    font-weight: 900;
    font-size: 42px;
    text-align: center;
}

.h>:nth-child(2) {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
}

.h>:nth-child(3) {
    font-weight: 400;
    font-size: 16px;
    text-align: center;

}

.redline {
    height: 5px;
    background-color: rgb(168, 31, 31);
}

.btn {
    padding: 6px 10px;
    font-weight: bold;
}

.btn-red {

    background-color: red;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid red;
}

.btn-red2 {
    background-color: red;
    color: white;
    padding: 4px 20px;
    font-size: 25px;
    border-radius: 5px;
    cursor: pointer;

}

.hero-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.main input {
    padding: 7px 101px 8px 14px;
    font-size: 15px;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    background-color: rgba(23, 23, 23, 0.7);
    border: 1px solid rgba(192, 179, 179, 0.4);
    font-weight: 900;
    color: whitesmoke;
}

.first {
    font-family: "Martel Sans", sans-serif;
    font-weight: 1000;
    margin-top: 50px;
    color: white;
    font-size: 22px;
    margin-left: 170px;
    margin-right: 170px;
}

@media screen and (max-width: 1300px) {
    .first {
        flex-wrap: wrap;
    }
}

.q {
    color: white;
    font-size: 22px;
    font-family: "Martel Sans", sans-serif;
    font-weight: 1000;
    margin-top: 50px;
    color: white;
    margin-left: 173px;
    margin-right: 173px;

}

.style {

    display: flex;
    overflow-y: auto;
}

.second {
    display: flex;
    margin-left: 173px;
    margin-right: 173px;
    gap: 20px;
    position: relative;

}

/* l ko mitao or  */
h1 {
    color: white;
    font-family: "Martel Sans", sans-serif;
    margin-top: 22px;
    text-align: center;
}

.r {
    text-align: center;
    color: white;
    font-family: "Martel Sans", sans-serif;
    font-size: 15px;
}

.m {
    height: 50vh;
    width: 30vw;
    border: 2px solid black;
    /* background-color: rgb(74, 3, 95); */
    background-color: rgba(37, 1, 48, 0.9);
    border-radius: 17px;

}

.d {
    display: flex;
    align-items: end;
    float: right;
    bottom: 0px;
    position: absolute;
}

.x {

    padding: 13px;
}

.y {

    padding: 13px;

}

.z {

    padding: 13px;

}

.o {

    padding: 13px;

}

.faq {

    font-size: 17px;
    font-family: "Martel Sans", sans-serif;
    font-weight: 1000px;
    margin-top: 50px;
    color: white;
    margin-left: 173px;
    margin-right: 173px;
}

.faq {
    display: flex;
    flex-direction: column;
    gap:  8px;
}
    .faqbox:hover {
        background-color: rgb(66, 66, 66);
    }

    .faqbox {
        transition: all 1s ease-out;
        font-size: 17px;
        display: flex;
        justify-content: space-between;
        background-color: rgb(46, 45, 45);
        font-weight: 600;
        padding: 24px;
        cursor: pointer;
    }

    .faqbox svg {
        filter: invert(1);
    }

    footer span {
        margin-top: 50px;
        margin-left: 173px;
        margin-right: 173px;
    }

    footer {
        margin-top: 90px;
        color: white;
        font-family: "Martel Sans", sans-serif;
    }

    .footer {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        color: white;
        /* max-width: 60vw;
    margin: auto; */
        margin-top: 30px;
        margin-left: 173px;
        margin-right: 173px;
    }

    .footer-item {
        display: flex;
        flex-direction: column;
        /* color: white; */
        font-family: "Martel Sans", sans-serif;
        text-decoration: underline;
    }

    footer a {
        text-decoration: none;
        color: white;
        font-family: "Martel Sans", sans-serif;
        gap: 23px;
        font-size: 14px;
    }


    /* Responsive Design Starts */

    @media (max-width: 1024px) {
        nav {
            flex-direction: column;
            height: auto;
            gap: 10px;
        }

        .h {
            font-size: 28px;
            padding: 0 10px;
        }

        .hero-buttons {
            flex-direction: column;
            gap: 10px;
        }

        .main input {
            width: 90%;
            padding: 10px;
        }

        .btn-red2 {
            font-size: 18px;
            padding: 10px 20px;
        }

        .first,
        .q,
        .faq,
        footer span,
        .footer {
            margin-left: 20px;
            margin-right: 20px;
        }

        .second {
            flex-direction: column;
            align-items: center;
            gap: 40px;
            margin-left: 20px;
            margin-right: 20px;
        }

        .m {
            width: 90%;
            height: auto;
        }

        .d {
            position: static;
            justify-content: center;
        }

        .style {
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
        }

        .style .f {
            width: 45%;
        }

        .footer {
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-left: 20px;
            margin-right: 20px;
        }
    }

    @media (max-width: 1024px) {

        .first,
        .q,
        .faq,
        footer span {
            margin-left: auto;
            margin-right: auto;
            padding: 0 20px;
        }
    }


    @media (max-width: 600px) {
        .style .f {
            width: 100%;
        }

        .footer {
            grid-template-columns: 1fr;
        }

        .btn-red2 {
            width: 100%;
        }
    }

    /* Responsive Design Ends */