@import url('https://fonts.googleapis.com/css2?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');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-css{
    width: 100%;
    min-height: 100px;
    /* background-color: orange; */
    margin: auto;
    display: flex;
    flex-direction: column;
}

.section1{
    width: 100%;
    min-height: 73.5vh;
    /* min-height: 80vh; */
    background-image:linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%),url(Assets/header-image.png);
    display: flex;
    flex-direction: column;
}
header{
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: row;
}

.logo{
   width: 50%;
   display: flex;
   align-items: center;
   justify-content: center;

}

.logo img{
    width: 115px;
    height: 35px;
}

.signin{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.dropdown-languare{
    background-color: rgba(30, 30, 30, 0.952);
    margin-right:2.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 5px;
}

.dropdown-languare span{
    border-right: none;
    font-size: 20px;
    color: white;
    padding: 8px 0px;
}
.btn-sm{
    border: none;
}
.sample{
    margin-left: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.signin-button button{
    padding:5px 8px;
    background-color: red;
}

.lang{
    padding: 3px 10px;
    background-color: transparent;
    color:white;
    margin-right: 5px;   
}

.lang option{
    color: black;
}

.section11{
    color: white;
}

.searchbox input{
  padding: 6px 34px;
  border: 1px solid white;
}

.section1 > .section11{
    min-height: 63.3vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section11-header1 h1{
    font-size: 3rem;
    font-weight: 900;
}

.section11-header2 {
    min-height: 13vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
   
}

.searchbox{
    display: flex;
    flex-direction: row;
}
.searchbox input{
    width: 450px;
    padding: 24px 16px 18px;
    background-color: transparent;
    color: white;
    font-size: 1rem;
}

.searchbox button{
    width: 235px;
    margin-left: 9px;
   background-color: red;
   font-size: xx-large ;
}

.searchboxbtn{
    margin-top: 15px;;
}


/* border section  */
.eachsectionborder{
    width: 100%;
    min-height: 10px;
    background-color: rgb(31, 29, 29);
}
/* section 2 css  */

.section2{
    width: 100%;
    min-height: 70vh;
    background-image:linear-gradient(to top, rgba(9, 1, 1, 0.954) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    flex-direction: row;
}

.section2-left-div{
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    background-color:black;
    align-items: center;
    justify-content: center;
    color: white;

}

.section2-left-div h1{
    font-size: 3rem;
    font-weight: 900;
}

.section2-left-div h3{
    padding-left: 218px;
    font-size: 1.5rem;
    font-weight: 400;
}

.section2-right-div{
    flex-basis: 50%;
    background-image: url(Assets/feature-1.png);
}

/* section 3  */
.section3{
    width: 100%;
    min-height: 70vh;
    background-image:linear-gradient(to top, rgba(9, 1, 1, 0.954) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    flex-direction: row;
}


.section3-left-div{
    flex-basis: 50%;
    background-color: black;
    padding-left: 80px;
}

.section3-left-image-div{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(Assets/feature-2.png);
    margin-left: 100px;
    margin-top: 40px;

}
.section3-right-div{
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    background-color:black;
    align-items: center;
    justify-content: center;
    color: white;
}

.section3-right-div h1{
    font-size: 3rem;
    font-weight: 900;
}

.section3-right-div h3{
    font-size: 1.5rem;
    font-weight: 400;
    padding-right: 160px;
}

/* section 4 css  */


.section4{
    width: 100%;
    min-height: 70vh;
    background-image:linear-gradient(to top, rgba(9, 1, 1, 0.954) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    flex-direction: row;
}

.section4-left-div{
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    background-color:black;
    align-items: center;
    justify-content: center;
    color: white;

}

.section4-left-div h1{
    font-size: 3rem;
    font-weight: 900;
}

.section4-left-div h3{
    padding-left: 218px;
    font-size: 1.5rem;
    font-weight: 400;
}

.section4-right-div{
    flex-basis: 50%;
    padding: 40px;
    background-color: black;
}

.section4-right-image{
    height: 100%;
    width: 100%;
    background-image: url(Assets/feature-3.png);
    margin-left: 30px;
}


/* section 5  */
.section5{
    width: 100%;
    min-height: 70vh;
    background-image:linear-gradient(to top, rgba(9, 1, 1, 0.954) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    flex-direction: row;
}


.section5-left-div{
    flex-basis: 50%;
    background-color: black;
}

.section5-left-image-div{
    background-repeat: no-repeat;
    margin-top: 10px;

}

.section5-right-div{
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    background-color:black;
    align-items: center;
    justify-content: center;
    color: white;

}

.section5-right-div h1{
    font-size: 3rem;
    font-weight: 900;
    margin-right: 220px;
}

.section5-right-div h3{
    font-size: 1.5rem;
    font-weight: 400;
    padding-right: 160px;
}

/* section 6 */
.question-answer{
    width: 100%;
    min-height: 115vh;background-color: black;
    background-image:linear-gradient(to top, rgba(9, 1, 1, 0.954) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}
.question-heading{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.question-heading h1{
    font-size: 3rem;
    font-weight: 900;
    color: white;
}

.box-arrangement{
    background-color:black;
    width: 80%;
    margin: 0 auto;
    
}

.q button{
    margin-top: 1px;
    width: 100%;
    min-height: 70px;
    background-color: rgb(45,45,45);
    text-align: left;
    padding: 1.5em;
    font-size:18px;
}

.searchbox-q{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.searchbox-q h3{
    font-size: 1.5rem;
    font-weight: 400;
    color: white;
}
/* section 7 */
.footer-div{
    width: 100%;
    min-height: 60vh;
    background-color: black;
    background-image:linear-gradient(to top, rgba(9, 1, 1, 0.954) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    flex-direction: row;
}

.footer-box{
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    flex-direction: column;

}
.footer-box p{
    color: rgba(255,255,255,0.7);;
}
.footer-items{
    width: 100%;
    margin: 0 auto;
    padding: 15px;
}

.footer-items{
    display: flex;
    flex-direction: row;
}

.items{
    width: 25%;
    display: flex;
    flex-direction: column;
}

.items a{
    padding: 5px;
    color: rgba(255,255,255,0.7);;
}

/* .items> .btn-sm{
    border: 1px solid white;
    width: 120px;
    height: 28px;
} */

.items> .dropdown-languare{
    width: 115px;
    height: 28px;
    margin-top: 7px;
    margin-bottom: 7px;
}