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

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Ubuntu", sans-serif;
}

body {
    background-color: black;
}

.main {
    background-image: url("assets/images/bg.jpg");
    height: 90vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: max(1600px, 100vw);
    position: relative;
}

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

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

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

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

.hero {
    font-family: "Poppins", sans-serif;
    height: calc(100% - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    gap: 23px;
    padding: 0 30px;
}

.hero> :first-child {
    font-weight: 900;
    font-size: 56px;
    line-height: 70px;
    text-align: center;
}

.hero> :nth-child(2) {
    font-weight: 900;
    font-size: 56px;
    line-height: 70px;
    text-align: center;
}

.hero> :nth-child(3) {
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    text-align: center;
}

.hero> :nth-child(4) {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.separation {
    height: 7px;
    background-color: purple;
}

.btn {
    padding: 3px 8px;
    font-weight: bold;
    color: white;
    background-color: #605e5e42;
    border-radius: 4px;
    cursor: pointer;
}

.btn-english {
    border: 1px solid white;
    padding: 7px 20px;

}

.btn-red {
    background-color: red;
    color: white;
    padding: 17px 26px;
    border-radius: 7px;
    font-size: 22px;
}

.btn-sn {
    background-color: red;
    color: white;
    font-size: 17px;
}

.hero-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.hero input {
    padding: 17px 149px 23px 17px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 900;
    color: white;
    background-color: rgba(23, 23, 23, 0.7);
    border: 1px solid #ddd;
}

.trending, .sec2-txt{
    font-family: "Ubuntu", sans-serif;
    padding: 31px 76px;
    font-size: 28px;
    font-weight: 500;
    color: white;
}

.first {
    display: flex;
    max-width: 90vw;
    margin: auto;
    gap: 44px;
    overflow: auto;
    position: relative;
}

.first::-webkit-scrollbar {
    /* isse scrollbar gayab ho jayega */
    display: none;
}

section img {
    border-radius: 9px;
    width: 182px;
    cursor: pointer;
}

section img:hover {
    transform: scale(1.1);
}

.num {
    position: absolute;
    color: black;
    font-weight: 600;
    font-size: 100px;
    -webkit-text-stroke: 4px white;
    bottom: -4px;
    text-shadow: -7px 6px 15px rgb(0 0 0 / 50%);
}

.first div button {
    position: absolute;
    height: 136px;
}

.second{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    gap: 10px;
}

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

.box2{
    border: 2px solid white;
    background: linear-gradient(180deg, #1E1B3A, purple, grey);;
    width: 338px;
    height: 278px;
    border-radius: 35px;
    padding: 30px;
}

.second div span:first-child{
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 500;
    padding: 11px 40px;
}

.faq{
    background-color: black;
    color: white;
}

.faq h2{
         max-width: 79vw;
    margin: auto;
    padding: 28px;
}

.faqbox:hover{
    background-color: #414141;
}
.faqbox {
    transition: all 1s ease-out;
display: flex;
    background-color: #2d2d2d;
    padding: 27px;
    width: 100vw;
    max-width: 76vw;
    margin: 20px auto;
    justify-content: space-between;
    cursor: pointer;
}

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

.faq span{
    font-size: 24px;
}

footer{
    color: white;
    max-width: 60vw;
    margin: auto;
    padding: 34px;
}

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

@media screen and (max-width: 700px){
   .footer{
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: white;
}
}

footer a{
    font-size: 14px;
    color: white;
}

.footer-item{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.question{
    padding: 34px 0px;
}