body {
    /* position: relative; */
    margin: 0 !important;
    padding: 0 !important;

}

.container {
    margin: 0 !important;
    padding: 0 !important;
}

.scroll-container {
    overflow: auto;
    /* or overflow: hidden; */
}

.second_sub_container {
    display: grid;
    grid-template-columns: repeat(4, 0.5fr);
    margin: 20px;
    text-align: center;
}


.grid_status {
    border: 1px solid;
    width: 350px;
    height: 200px;
    padding: 10px;
    margin-top: 20px;
}

.grid_status h2 {
    font-size: 16;
}

.third_sub_container {
    display: grid;
    grid-template-columns: repeat(2, 00.5fr);
}

.third_sub_container img {
    margin-top: 40px;
    margin-left: 15%;

}

.third_sub_container_second_part {
    height: 450px;
    width: 700px;
    border: 1px solid red;
    margin-top: 10%;
    padding: 20px;
    border-radius: 10px;
}

.carousal_img {
    width: 100%;
    height: 400px;
}

.third_sub_container_second_part h2 {
    font-weight: bolder;
    font-size: 40px;
}

.third_sub_container_second_part p {
    margin-top: 30px;
}

.forth_sub_container {
    text-align: center;
    margin-top: 5%;
}

.fifth_sub_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 20px;
}

.sixth_sub_container {
    display: grid;
    object-fit: contain;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5%;

}

.sixth_sub_container_part_one {
    /* margin-left: 10%; */
}

.sixth_sub_container_part_two {
    margin-left: 488px;
    margin-top: 30px;
    margin-bottom: 25px;

}

.seventh_sub_container {
    text-align: center;
    /* background-color:rgb(77, 77, 235); */
    width: 100%;
    height: 140px;
}

.seventh_sub_container h4 {
    padding: 20px;
    font-size: 18px;
    color: rgb(101, 101, 175);
}

.seventh_part {
    margin-top: 70px;
    font-size: 18px;
    font-weight: 700;
}

.seventh_part_one {
    font-size: 38px;
    font-weight: bold;
}

.extra_sub_container_part {
    width: 84%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    justify-content: center;
    margin: auto;


}




.extra_sub_container_part>div {
    border-radius: 5px;
    height: 400px;

}


.card-content {
    margin-top: 5px;
    width: max-content;
    margin: auto;

}

.card-content {
    margin-top: 5px;
    width: max-content;
    margin: auto;

}

.card-content>p {
    text-align: center;

}

.extra_sub_container_part img {
    height: 75%;
    object-fit: cover;
    border-radius: 5px;
}

.eight_sub_container_part {
    display: grid;
    grid-template-columns: repeat(4, 0.5fr);
    text-align: center;
}

.eight_sub_container_part img {
    height: 400px;
    width: 350px;

}

.grid_product_part_one {
    display: grid;
    margin: 9%;
    margin-top: 5%;
    margin-left: 15%;
    margin-bottom: 2%;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}
.common_class{
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.hover_common_class:hover>.common_class{
    transform: scale(1.1);
}

.grid_product_part {
    height: 300px;
    width: 300px;
}

.grid_product_part {}

.testimonial_part {
    display: grid;
    grid-template-columns: repeat(4, 0.2fr);
    height: 150px;
    margin: 0 18%;
    height: 150px;
    margin: 0 17%;
    gap: 80px;
    padding-left: 9%;
    margin-top: -50px;
    border-radius: 10px;
    background-color: white;
    padding-top: 25px;
}

.testimonial_part_sub p {
    font-weight: bold;

}

.before_testimonial_part {
    background-image: url('./photos/Blue-Space-detail.jpg');
    height: 550px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.testimonial_part {

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.before_testimonial_part p {
    font-size: 22px;
    margin-left: 12%;
    font-weight: bold;
    color: white;
    padding-top: 80px;
}

.before_testimonial_part h3 {
    font-size: 42px;
    margin-left: 12%;
    color: white;
}

.before_testimonial_part button {
    margin-left: 12%;
    border-radius: 5px;
    background-color: white;
    color: #4287f5;
}

/* 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: 50px;
    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: 10%;
}

.sixth_sub_container_part_two button {

    width: 150px;
    height: 40px;
    border-radius: 5px;
    background-color: #4287f5;
}

.full_part_one {
    /* background-image: url('./photos/office127cc7d8dc790e0.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);
}

.account_part {
    text-align: center;
}

.account_part h4 {
    font-size: 18px;
    color: #4287f5;
    font-weight: bold;
    margin-top: 2%;
}

.account_part p {
    font-size: 40px;
    font-weight: bold;

}

.contact_form {
    margin: auto;
    border: 1px solid black;
    padding: 25px;
    border-radius: 5px;
    width: 490px;
    height: 340px;
}

.theme_image {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border: 1px solid black;
}



.right_sidebar {
    /* border:1px solid black ; */
    padding: 10px;
    margin-right: 2%;
    /* background-color:aqua; */
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 20px;
    width: 1300px;
    height: 450px;
    margin: auto;
    margin-bottom: 20px;


}

.right_sidebar p {
    font-weight: bold;
    font-size: 18px;
    text-align: center;


}




.container_second_part {
    display: flex;
}

.container_second_part_header {
    width: 250px;
    height: 100px;
}


.main_div_class {
    width: 80%;
    padding: 0;
    margin-left: 10%;
    font-family: Arial, Helvetica, sans-serif;
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    justify-content: center;
    align-items: center;
    /* height: 100vh; */



    /* background: #111111; */
}

.main_div_class>.card {
    width: 100%;
    height: 300px;
    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;

}

.main_div_class .card h3 {
    position: relative;
    z-index: 10;
}

.main_div_class .card p {
    position: relative;
    z-index: 10;
}


.main_div_class .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;
}

.main_div_class .card:hover .overlay {
    height: 100%;
}

.main_div_class .card:hover p {
    transition: all 1s ease-in-out;
    color: white;
}

.main_div_class .card:hover h3 {
    transition: all 1s ease-in-out;
    color: white;
}

.main_card {
    padding: 0px;
}





.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%;
}