*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* font-family: 'Poppins', sans-serif;
font-family: 'Space Grotesk', sans-serif; */

body{
    font-family:'Poppins', sans-serif;
    background-color: #6FC3DF;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}

body::-webkit-scrollbar{
    display: none;
}

header{
    background: #030504;
    color: #fffffe;
    height: 100px;
    display: flex;
    text-align: centesr;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid white;
}

header span{
    color: #f4af2d;
}

header img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100px;
    margin-left: 20px;
}

.bh{
    position: absolute;
    font-size:160px;
    font-family: 'Space Grotesk', sans-serif;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    z-index:0;
    margin-top: 150px;
    color: 	#f4af2d;
}

.bh2{
    position: absolute;
    font-size:160px;
    font-family: 'Space Grotesk', sans-serif;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    z-index:0;
    margin-top: 150px;
    color: 	rgb(0, 102, 236);
}


model-viewer{
    height: 1000px;
    width: 100%;
    position:absolute;

}

body section{
    width: 80%;
    background-color: #030504;
    height: fit-content;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0px 150px;
}

.swiper {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index:999;
  }

.text_container{
    position: relative; 
    margin-top: 900px;
}  

.heading {
    color: white;
    font-size: 30px;
    margin-bottom: 30px;
}

.description{
    color: white;
    font-size: 30px;
}

.img_container{
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 0px 50px;
    gap: 50px;
    margin-top: 100px;
}

.img_container img{
    width: 100%;
    height: auto;
}

.img_container video{
    width: 100%;
    height: auto;
}

footer{
    background: #030504;
    color: #fffffe;
    height: 100px;
    display: flex;
    text-align: centesr;
    align-items: center;
    justify-content: center;
    border-top: 1px solid white;
}