@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap');
* {
    margin: o;
    padding: o;
    box-sizing: border-box;
}

.background1 {
    background-image: url(image/IN-en-20240101-popsignuptwoweeks-perspective_alpha_website_large.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;



}


.blur {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: -1;
}
.height{
    height: 28vh;
}
.page1 {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center
}

.background2 {
    width: 100%;
    height: 1vh;
    background-color: rgb(35, 35, 35);
}

.background3 {
    width: 100%;
    height: fit-content;
    background-color: black;
}

body {
    background-color: black;
}

.background4 {
    width: 100%;
    height: 1vh;
    background-color: rgb(35, 35, 35);
}

.background5 {
    width: 100%;
    height: fit-content;
    background-color: black;
}

.background6 {
    width: 100%;
    height: 1vh;
    background-color: rgb(35, 35, 35);
}

.background7 {
    width: 100%;
    height: fit-content;
    background-color: black;
}

.background8 {
    width: 100%;
    height: 1vh;
    background-color: rgb(35, 35, 35);
}

.background9 {
    width: 100%;
    height: fit-content;
    background-color: black;
}

.background10 {
    width: 100%;
    height: 1vh;
    background-color: rgb(35, 35, 35);
}

.background11 {
    width: 100%;
    height: fit-content;
    background-color: black;
}

.pad {
    padding: 10px 0px;
}


.accordion {
    --bs-accordion-active-bg: rgb(45, 45, 45);
    color: white;

}

.accordion-item {
    background-color: rgb(45, 45, 45);
    color: white;
}

.accordion-button {
    background-color: rgb(45, 45, 45);
    color: white;

}

.background12 {
    width: 100%;
    height: 1vh;
    background-color: rgb(35, 35, 35);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 449px !important;
    height: 45px;

}

.footer-search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.firstbutton {
    background-color: transparent;

}



/* .jk ::placeholder{
  color: #000;
} */
@media (max-width:992px) {
    .moblie .moblie1 {
        order: 2;
    }

    .pic .pic1 {
        order: 2;
    }

    .input-group {


        width: 360px !important;
        height: 35px;

    }
    
.background11 {
    width: 100%;
    height: fit-content !important;
    background-color: black;
}

}

@media (max-width:771px) {
    nav img{
        width: 120px;
    }
    ul {
        align-items: center;
    }

}

ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    
}

li {
    list-style: none;

}

a {
    color: rgb(245, 243, 243);
}

.black {
    background-color: black;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}