




.container_first_part{
    background-image: url('./photos/ner-bannearound-table\ \(1\).jpg ');
    height: 500px;
}

.container_first_part h1{
    text-align: center;
    font-size: 60px;
    padding-top: 15%;
}
.container_first_part h3{
    text-align: center;
}


.container_second_part{
    display: flex;
}
.container_second_part_header{
width: 250px;
height: 100px;
}


.main_div_class{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    
    /* background: #111111; */
}

.card{
    width: 250px;
    height: 250px;
    position: relative;
    margin: 0 1em;
    background-color:white;
    background-size: cover;
    border-radius: 18px;
    box-shadow: #000 0px 11px 15px 0px;
    transition: all 1s ease-in-out;

}
.card h3{
    position: relative;
    z-index: 10;
}
.card p{
    position: relative;
    z-index: 10;
}


.card .overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height:0%;
    background: #ED2C41;
    border-radius: 18px;
    transition: all 1s ease-in-out;
}

.card:hover .overlay{
    height: 100%;
}
.card:hover p{
    transition: all 1s ease-in-out;
   color: white;
}
.card:hover h3{
    transition: all 1s ease-in-out;
   color: white;
}

.main_card{
    padding: 20px;
}





.full_part_one{
    /* background-image: url('./photos/Frame\ 427320513\ \(1\).jpg'); */
    padding-bottom: 0px;
}
.forth_sub_container{
    text-align: center;
    margin-top: 5%;
}

.flip_second_side_container{
    display: grid;
    grid-template-columns: repeat(3,0.3fr);
    margin-left: 10%;
    gap: 50px;
    margin-left: 14%;
}


/* styles.css */

/* Basic styles for the flip container */
.flip-container {
    width: 200px;
    height: 200px;
    perspective: 1000px; /* Sets the 3D perspective */
    position: relative;
    border-radius: 10px;
    }
    
    /* Front and back sides of the flipping element */
    .flip-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden; /* Hides the back side initially */
    transition: transform 0.6s ease; /* Add transition for smooth animation */
    }
    
    /* Front side styles */
    .flip-front {
    background-color: grey;
    border-radius: 10px;
    }
    
    /* Back side styles */
    .flip-back {
    background-color: rgb(101, 101, 175);
    transform: rotateX(180deg); /* Initial flip, upside down */
    }
    
    /* Flip effect on hover */
    .flip-container:hover .flip-front {
    transform: rotateX(180deg); /* Rotate front side upside down on hover */
    }
    
    .flip-container:hover .flip-back {
    transform: rotateX(0); /* Reveal the back side */
    }



 /* Container to position the overlay */
.image-container {
    position: relative;
    display: inline-block; /* Adjust this if you want it inline with other elements */
}

/* The overlay */
.overlay {
    position: absolute;
    bottom: 0; /* Position the overlay at the bottom */
    left: 0;
    width: 95%;
    height: 0; /* Start with height 0, it will expand on hover */
    background-color: rgba(23, 4, 134, 0.5); /* Change the color and transparency as needed */
    color:white; /* Text color on the overlay */
    overflow: hidden; /* Hide any content that overflows */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height 0.3s ease-in-out; /* Add a smooth transition effect */
}

/* Show the overlay on hover */
.image-container:hover .overlay {
    height: 100%; /* Expand the height to show the overlay on hover */
}

/* Additional styling for the image wrapper */
.image-wrapper {
    width: 300px; /* Set a width and height to your desired image size */
    height: 200px;
}

/* Add any additional styling as needed */




.flip_dubble_side_container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: -90px;
    margin-left: 8%;
}
.flip-container{
    text-align: center;
    margin-top: 20px;
    padding: 30px;
}
.flip-item{
    border-radius: 10px;
    text-align: center;
    width: 260px;
    height: 210px;
    
}
.flip-item flip-front{
    background-color: gray;
}
.flip-item flip-front p{
    margin-top: 40px;
}

.flip-item flip-back {
   

}

.flip-item flip-back h3{
    margin-top: 5%;
    margin-left: 12%;
}

.force_containt{
    margin-top:12% ;
}


.flip_second_side_container{
    display: grid;
    grid-template-columns: repeat(3,0.3fr);
    margin-left: 10%;
    gap: 50px;
    margin-left: 14%;
}

.team_member{
    color: rgb(68, 150, 150);
    font-size: 18px;
    /* text-align: left; */
    margin-left: 90px
}

.team_member_part_0ne{
    margin-left: 20px
}

.sixth_sub_container_part_two button{

    width: 150px;
    height: 40px;
    border-radius: 5px;
    background-color: #4287f5;
}

.full_part_one{
    /* background-image: url('./photos/Frame\ 427320513\ \(1\).jpg'); */
    padding-bottom: 0px;
}


.slider_card_one{
    /* width: 90%; */
    border: 1px solid red;
}
.card-wrapper{
    display: flex;
    flex-direction: row;
}
.card{
    margin: 0.05em;
    width: calc(100%/3);
}