@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&family=Poppins:wght@300;400;700&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: black;
    color: white;
     font-family: 'Poppins', sans-serif;
}

header {
    background-image: url(Assets/Images/newbg.jpg);
    height: 80vh;
    width: 100%;
    position: relative;
    background-size: cover;
}

header .box {
    height: 80vh;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    position: absolute;
    z-index: 1;
}

nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 80vw;
    margin: 0px 150px 0px 100px;
    height: 30px;
    top: 20px;
    z-index: 10;
}

nav img {
    z-index: 10;
}

.language-select {
    position: relative;
    display: inline-flex;
    top: 10px;
    align-items: center;
    justify-content: center;
    background-color: rgba(23, 23, 23, 0.5);
    border-radius: 5px;
    border: 1px solid white;
    padding: 0px 19px 0px 14px;
}

select {
    color: white;
    background-color: rgba(23, 23, 23, 0.5);
    border: none;
    font-size: 1.2rem;
}

.language-select select option {
    background-color: white;
    color: black;
}

.btn {
    padding: 3px 15px;
    background-color: rgba(25, 25, 25, 0.5);
    color: white;
    border: 4px;
    font-size: larger;
    font-weight: 500;
}

.btn-sign {
    background-color: red;
    color: white;
    border-radius: 6px;
    padding: 4px 14px;
    font-size: larger;
    font-weight: bold;
}

.content {
    display: flex;
    max-width: 38vw;
    height: 100%;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 10;
    position: relative;
    gap: 10px;
    font-family: 'Martel Sans',sans-serif;
}

.content> :nth-child(1) {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin: 0px 0px 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
}

.content> :nth-child(2) {
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    margin: 0px 0px 10px
}

.content> :nth-child(3) {
    /*font-family: 'Poppins', Helvetica, sans-serif;*/
    font-size: 15px;
    margin: 0px 0px 10px;

}

.search {
    display: flex;
    gap: 2px;
}

.btn-start {
    background-color: red;
    color: white;
    padding: 12px 30px 12px 16px;
    border: 4px;
    text-align: left;
    font-size: 25px;
}

.content input {
    padding: 5px 60px 8px 16px;
    border-radius: 4px;
    background-color: rgba(25, 25, 25, 0.5);
}

.curved-section {
    position: relative;
    height: 50px;
    background: radial-gradient(ellipse at top, #0a0f2c 0%, #000 70%);
    overflow: hidden;

}

.curved-section::before {
    position: absolute;
    background: radial-gradient(ellipse at top, rgba(255, 0, 76, 1)0%, rgba(255, 0, 76, 0.8)40%, rgba(255, 0, 76, 0.1)100%);
    height: 6px;
    content: "";
    top: 10px;
    left: 0;
    right: 0;
}

.container {
    height: 350px;
    width: calc((190px * 5.5) + (15px * 5));
    ;
    margin: 30px auto;
}

.section-title {
    font-size: 25px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    margin-bottom: 25px;
    color: white;
}

.slider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;

}

.slider::-webkit-scrollbar {
    display: none;
}

.card {
    position: relative;
    flex: 0 0 auto;
    width: 190px;
    height: 280px;
    scroll-snap-align: start;
    border-radius: 8px;
    overflow: visible;
    padding: 15px 10px;
    transition: transform 0.3s ease-in-out, box shadow ease;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.card:hover {
    transform: scale(1.1);
    z-index: 10;
    box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.2);

}

.number {
    position: absolute;
    bottom: 15px;
    left: -15px;
    font-size: 75px;
    color: black;
    -webkit-text-stroke: 2px white;
    font-weight: bold;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

.container2 {
    margin: 30px auto;
    height: 380px;
    width: 75vw;
    overflow: hidden;

}

.section {
    display: flex;
    gap: 10px;
    height: 350px;
    width: 75vw;
}

.card2 {
    height: 325px;
    width: 40vw;
    flex: 10px 10px 10px 10px;
    background: linear-gradient(180deg, #1e1e3f 50%, #330333 100%);
    border-radius: 20px;
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

.card2 h3 {
    font-size: 1.3rem;
}

.card2 p {
    color: rgba(255, 255, 255, 0.7);
}

.smallimg {
    position: relative;
    left: 170px;
    top: 20px;
}

.container3 {
    margin: 30px auto;
    height: 650px;
    width: 75vw;

}

.questionbox {
    background-color: #2d2d2d;
    width: 75vw;
    margin: 10px auto;
}

.faq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 22px;
    font-weight: 400;
    font-size: 1.5rem;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

.faq img {
    filter: invert(1);
}

.questionbox:hover {
    background-color: #4d4d4d;
}

.content2 {
    width: 80vw;
    margin-left: 10vw;

}

.content2 p {
    /*font-family: Arial, Helvetica, sans-serif;*/
    text-align: center;
    margin: 0px 0px 18px;
}

.content2 .search {
    display: flex;
    gap: 5px;
    justify-content: center;
}

#search input {
    padding: 20px 350px 20px 10px;
    font-size: 1.2rem;
    background-color: rgba(23, 23, 23, 0.5);
    border-radius: 5px;
    border: 1px solid gray;
    color: white;
}

#search .btn-start {
    border-radius: 5px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    padding: 3px 35px 3px 20px;
}

footer {
    /*font-family: Arial, Helvetica, sans-serif;*/
    margin-top: 70px;
    margin-left: 12vw;
    margin-right: 12vw;
    height: 650px;
    width: 75vw;
}

.call {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.call a {
    color: rgba(255, 255, 255, 0.7);
}

.foot-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.foot {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

.foot a {
    color: rgba(255, 255, 255, 0.7);
    padding-top: 20px;
}

footer p {
    color: rgba(255, 255, 255, 0.7);
    padding-top: 30px;
}

#btn2 {
    margin-top: 50px;
}
/* =========================
   GLOBAL FIXES
========================= */

nav {
    margin: 0 auto;
    padding: 0 20px;
}

header {
    min-height: 80vh;
}

/* =========================
   TABLET VIEW (≤1024px)
========================= */

@media (max-width: 1024px) {

    nav {
        margin: 0 auto;
        padding: 0 30px;
    }

    .content {
        max-width: 70vw;
        text-align: center;
    }

    .content > :nth-child(1) {
        font-size: 38px;
    }

    .container {
        width: 90vw;
    }

    .container2 {
        width: 90vw;
        height: auto;
    }

    .section {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }

    .card2 {
        width: 45%;
    }

    .smallimg {
        left: auto;
        align-self: flex-end;
    }

    .container3 {
        width: 90vw;
        height: auto;
    }

    .questionbox {
        width: 100%;
    }

    footer {
        width: 90vw;
        margin: auto;
        height: auto;
    }

    .foot-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

