@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@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');

.fbtech_header{
    margin-top:50px;
    background-size: cover;
    height: 60vh !important;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    overflow: hidden; /* Ensure video doesn't overflow the container */
    height: 60vh !important;
}

.fbtech_header video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Ensure the video fills the entire width of its container */
    height: 100%; /* Ensure the video fills the entire height of its container */
    object-fit: cover; /* Ensure the video covers the entire container */
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Keep the video behind the text */
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.video-container::after{
    content: 'asdasd';
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 2;
    background: #0093C1;
    opacity: 0.5;
}
.feature-block {
    background-color: #051769; /* Blue color */
    color: #ffffff; /* White text color */
    padding: 20px;
    margin-bottom: 20px;
    height: 100%;
    transition: transform 0.5s;
}

.feature-block:hover {
    transform: rotateY(180deg);
}

.feature-block.flip {
    transform-style: preserve-3d;  
}

.ciyara_header{
    margin-top:50px;
    background-size: cover;
    height: 60vh !important;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    overflow: hidden; /* Ensure video doesn't overflow the container */
    height: 60vh !important;
}

.ciyara_header video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Ensure the video fills the entire width of its container */
    height: 100%; /* Ensure the video fills the entire height of its container */
    object-fit: cover; /* Ensure the video covers the entire container */
}

.aqua_header{
    margin-top:50px;
    background-size: cover;
    height: 60vh !important;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    overflow: hidden; /* Ensure video doesn't overflow the container */
    height: 60vh !important;
}

.aqua_header video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Ensure the video fills the entire width of its container */
    height: 100%; /* Ensure the video fills the entire height of its container */
    object-fit: cover; /* Ensure the video covers the entire container */
}


.sdi_header{
    margin-top:50px;
    background-size: cover;
    height: 60vh !important;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    overflow: hidden; /* Ensure video doesn't overflow the container */
    height: 60vh !important;
}

.sdi_header video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Ensure the video fills the entire width of its container */
    height: 100%; /* Ensure the video fills the entire height of its container */
    object-fit: cover; /* Ensure the video covers the entire container */
}

#about{
    z-index: 100;
}
.small-img{
    border-radius: 10px;
    height:50px;
    cursor:pointer;
}

/* Unit Economics */

.design-wrapper h4 {
    font-weight: 500;
}

.fbtech-container{
    position: relative;
    display: flex;
    justify-content: center;
}

.fbtech-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50vh;
    height: 50vh;
    border: 6px solid #00ADCD;
    padding: 40px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    background: #fff;
}

.fbtech-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(15px 15px 25px #5f5f5f);
}

.content-box{
    position: absolute;
    padding: 15px 15px;
    width: 40vh;
} 
.content-box h4{
    font-size: 0.9rem;
}

.box-first{
    top: 0;
}
.box-second{
    top: 25%;
    transform: translateY(-25%);
}
.box-third{
    top: 50%;
    transform: translateY(-50%);
}
.box-left{
    left: -100%;
    z-index: -1;
    text-align: right;
}
.box-right{
    right: -100%;
    z-index: -1;
}
.box-four{
    top: 75%;
    transform: translateY(-75%);
}
.box-five{
    top: 100%;
    transform: translateY(-100%);
}
.border-on-right::after{
    content: '';
    position: absolute;
    border-top: 2px dashed #1A4959;
    width: 100%;
    top: 40%;
    left: 100%;
    margin-right: 20px;
}
.border-on-left::after{
    content: '';
    position: absolute;
    border-top: 2px dashed #1A4959;
    width: 100%;
    top: 40%;
    right: 100%;
    margin-left: 20px;
}
@media(max-width:600px){
    .design-wrapper{
        overflow: scroll;
        width: 100%;
        padding: 0 40px;
    }
    .content-box{
        position: absolute;
        padding: 0px 5px;
        width: 40vh;
    } 
    .fbtech-container{
        width: 250%;
    }
}

.aqua-as-wrapper .card .card-header i{
    font-size: 1.8rem;
    color: #003366;
}
.ciyara-product{
    width: 90%;
    margin: 0 auto;
}
.img-container{
    width: 90%;
    height: 40vh;
    margin: 0 auto;
    border-radius: 10px;
    /* background-color: #0093C1; */
}
.img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px !important;
} 
.ciyara-content{
    line-height: 2;
}
.img-slider{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 0.8px solid #969696;
    cursor: pointer;
}
.img-slider img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
    cursor: pointer;
}
.bg-nature{
    background: linear-gradient(rgba(0, 147, 193, 0.3) , rgba(0, 147, 193, 0.5)), url('https://assets.weforum.org/article/image/n6CNvdpAZwG8QE79m4jCbZ1Ss-fxXgHDzIywNK6eu0U.jpg');
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
    background-attachment: fixed;
}

.ciyara-card{
    position: relative;
    z-index: 10;
    transition: all 500ms ease-in-out ;
    cursor: pointer;
}
.ciyara-card:hover{
    transform: scale(1.1);
}
.scale-l{
    transform: scale(1.1);
    transition: transform 300ms ease-in-out ;
}
.sdi-metre-container img{
    object-fit: contain !important;
}
.aqu-img{
    height: 30vh !important; 
    object-fit: contain !important;
    background: #fff !important;
}

.aqua-card{
    position: relative;
    z-index: 10;
    transition: all 500ms ease-in-out ;
    cursor: pointer;
}
.aqua-card:hover{
    transform: scale(1.1);
}