* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: black;
}

@media (max-width:1000px) {
    footer .item ul {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media (max-width: 768px) {
    nav {
        padding: 10px 5%;
    }

    .logo {
        margin-top: 2%;
    }

    .logo img {
        width: 5.5625rem !important;
    }

    .langoption {
        max-width: 80px;
    }

    .intro .text {
        max-width: 100vw;
        margin: -80px 0 0 0;
        padding: 0;
    }

    .intro .email {
        flex-direction: column;
    }

    .intro .email #emailbox {
        min-width: 90% !important;
    }

    .first {
        flex-direction: column;
        padding: 40px 0;
    }

    .emailadd .email #emailbox {
        min-width: 100px;
    }

    section .text {
        max-width: 50vw !important;
    }

    section .text h1 {
        font-size: clamp(1.5rem, 2vw + 1rem, 2.3rem) !important;
    }

    section .text h5 {
        font-size: clamp(0.6rem, 1vw + 0.5rem, 1rem) !important;
    }

    .first .secimg img {
        width: 300px;
    }

    .one .secimg video {
        max-width: 222px !important;
        top: 16% !important;
    }

    .third .secimg video {
        width: 250px !important;
        top: 14% !important;
    }

    .second,
    .fourth {
        margin-bottom: 20px;
    }

    footer .item ul {
        grid-template-columns: 1fr !important;
    }
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 10%;
    position: relative;
    z-index: 2;
}

.logo img {
    width: 9.25rem;
}

.langoption {
    background-color: transparent;
    color: white;
    border-radius: 4px;
    font-weight: 540;
    font-size: 16px;
    padding: 3px 20px;
    background-color: rgba(19, 19, 19, 0.615);
}

.menu .signin {
    background-color: rgb(219, 17, 17);
    color: white;
    border-radius: 3px;
    border: none;
    padding: 7px 14px;
    font-weight: 550;
    cursor: pointer;
}

.menu .signin:hover {
    background-color: rgb(200, 3, 3);
}

.main {
    width: auto;
    height: auto;
    background-image: url(assets/img/bgimg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.main .box {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.62);
    box-shadow: inset 0 100px 150px rgba(0, 0, 0, 0.8),
        inset 0 -100px 150px rgba(0, 0, 0, 0.8);
}

.main>* {
    position: relative;
    z-index: 2;
}

.menu {
    display: flex;
    gap: 8px;
}

.intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 120px 20px;
}

.intro .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.intro>* {
    color: white;
    text-shadow: 2px 2px 10px black;
}

.intro .text h1 {
    font-size: clamp(1.8rem, 4vw + 1rem, 3.4rem);
    font-weight: 800;
    max-width: 600px;
    margin: 0 auto;
}

.intro .text h3 {
    font-size: clamp(1rem, 1.5vw, 1.3rem);
}

.intro .text small {
    font-size: clamp(1rem, 1vw, 1rem);
}

.intro .email {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 8px;
}

.intro .email #emailbox {
    background-color: transparent;
    border: 1px solid rgba(211, 211, 211, 0.521);
    padding: 16px;
    padding-right: 100px;
    color: white;
    border-radius: 4px;
    font-size: 1rem;
    min-width: 370px;
    background-color: rgba(25, 25, 25, 0.787);
}

.intro .email #emailbox::placeholder {
    color: rgb(182, 182, 182);
    font-weight: 500;
}

.intro .email .emailbutton {
    background-color: rgb(219, 17, 17);
    color: white;
    border-radius: 3px;
    border: none;
    padding: 12px 24px;
    font-weight: 650;
    font-size: clamp(1rem, 2vw, 1.3rem);
    cursor: pointer;
    min-width: 200px;
}

.intro .email .emailbutton:hover {
    background-color: rgb(200, 3, 3);
}

.separation {
    width: auto;
    height: 5px;
    background-color: rgba(62, 61, 61, 0.679);
}

.first {
    display: flex;
    justify-content: center;
    align-items: center;
}

section .text {
    color: white;
    max-width: 30vw;
    margin: 0 60px;
}

section .text h1 {
    font-size: 2.3rem;
}

section .text h5 {
    font-weight: 350;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.812);
    font-size: 15px;
}

section .secimg {
    position: relative;
}

section .secimg img {
    width: 400px;
    height: auto;
    margin-bottom: 50px;
}

section .secimg video {
    position: absolute;
    top: 11%;
    left: 13%;
    z-index: -1;
}

.one .secimg video {
    max-width: 295px;
    top: 17%;
}

.third .secimg video {
    width: 333px;
    top: 14%;
    left: 8%;
}

.faq {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.faq .faqtext {
    color: white;
    font-size: clamp(1.4rem, 2vw + 1rem, 2.2rem);
    padding: 0 40px;
    font-weight: 750;
    text-align: center;
    margin-bottom: 25px;
}

.faq .que {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 78vw;
    text-align: left;
    padding: 24px;
    margin: 8px auto;
    color: rgba(255, 255, 255, 0.908);
    background-color: rgb(45, 45, 45);
    font-size: clamp(1rem, 1vw + 0.5rem, 1.5rem);
    font-weight: 400;
    cursor: pointer;
}

.faq .que:hover {
    background-color: rgb(60, 60, 60);
}

.emailadd .intro {
    padding: 65px;
}

.emailadd .email #emailbox {
    min-width: auto;
}

.emailadd .email .emailbutton {
    min-width: 220px;
}

footer {
    margin: 40px 10%;
}

footer .call {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 45px;
}

footer .item ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: rgba(255, 255, 255, 0.7);
    list-style: none;
    gap: 13px;
    font-size: 15px;
    margin-bottom: 60px;
}

a {
    color: rgba(255, 255, 255, 0.7);
}

footer .small {
    color: rgba(255, 255, 255, 0.6);
    margin: 40px 0 0 0;
    font-size: 15px;
    margin-bottom: 10px;
}

footer .copyright {
    color: rgba(255, 255, 255, 0.8);
}

footer .copyright img {
    vertical-align: middle;
    margin: 0 4px;
}