@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


/* media query */


@media (max-width: 768px) {

    /* <--home banner --> */
    .hero {
        height: 60vh;
        padding: 40px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .content h5 {
        font-size: 20px !important;
        text-align: center;
    }
    .content h1 {
        font-size: 78px !important;
    }
    /* <--home banner --> */

     /* 3 section  */
     .grid {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }

    .container h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .container2 p {
        padding: 10px;
    }
    .style_p {
        font-size: 18px;
        line-height: 28px;
    }

    .grid {
        flex-direction: column;
        align-items: center;
    }

    .card {
        flex-direction: column; /* Stack image and content */
        width: 100%;
        max-width: 300px; /* Ensure good mobile sizing */
    }

    .card img {
        width: 400px !important;
        height: 50% !important;
        border-radius: 8px 8px 0 0;
    }

    .card-content {
        width: 400px !important;
        height: 50% !important;
        border-radius: 0 0 8px 8px;
        text-align: center;
    }
    .card-content h3{
        font-size: 20px;
        font-weight: 700;
        padding-right: 60px;
    }
    .card-content p{
        font-size: 15px;
        font-weight: 400;
        padding-right: 90px;
    }
    /* 3 end section  */

    /* 4 section */
    .grid2 {
        grid-template-columns: 1fr;
    }
    /* 4 end section */

    /* 5 section strat */
    .culture-content h2 {
        font-size: 28px;
    }
    .culture-content h3 {
        font-size: 20px;
    }
    .culture-content p {
        font-size: 14px;
    }
    .main_layout{
        width: 200px !important;
    }
    .background_image1{
        height: 200px;
    }    
    .main_container_section{
        display: none !important;
    } 
    .main_container_section2{
        display: flex !important;
    }                                          
       /* 5 end section strat */
       .culture-section {
       height: 750px !important;
        
    }
    .flex-container {
        flex-direction: column;
        align-items: center;
    }

    .left-images, .right-image {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .image-box {
        max-width: 80% !important; /* Allow images to be full-width on smaller screens */
    }
}

:root {
    --primary-font: 'Poppins', sans-serif;
    --secondary-font: Arial, sans-serif;

    --primary-color: #193664;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
    body {
        font-family: var(--primary-font);
        overflow-x: hidden;
    }

/* <--home banner --> */
.main_container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.hero { 
    width: 1300px;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 20px;
    overflow: hidden;
    border: 2px solid white;                                                                                                                                                
}
.hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 50, 0.5);
}
.content {
    position: relative;
    max-width: 600px;
    color: white;
}
.content h5 {
    font-family: var(--primary-font);
    font-size: 36px;
    font-weight: 400;
    font-weight: bold;
}
.content h1 {
    font-family: var(--primary-font);
    font-size: 128px;
    font-weight: 400;
    line-height: 120px;
    font-weight: bold;
}
.content p {
    font-size: 18px;
    margin: 10px 0;
}
.btn {
    display: inline-block;
    background: #193664;
    color: white;
    padding: 10px 20px;
    font-size: 22px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 10px;
}
/* <--home banner end --> */

/* 2 section start */

.main_container_section{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   

}
.main_container_section h2{
   font-size: 48px;
   font-family: 500;
   color: #193664;
   padding-top: 80px;
}
.main_container_section{
        font-size: 27px;
   font-family: 500;
}
.main_layout{
    width: 1300px;
    height: 800px;
    position: relative;
                                                                                                                           ;
}
.postion_image1{
    width: 160px;
    position: absolute;
    top: 238px;
    left: 480px;
    z-index: 2;
}
.postion_image2{
    width: 160px;
    position: absolute;
    top: 238px;
    left: 639px;
    z-index: 2;
}                                                                                                                               
.postion_image3{
    width: 160px;
    position: absolute;
    bottom: 241px;
    left: 480px;
    z-index: 2;
}
.postion_image4{
    width: 160px;
    position: absolute;
    bottom: 241px;
    left: 639px;
    z-index: 2;
}
.postion_center_white{
    z-index: 6;
    width: 220px;
    position: absolute;
    top: 288px;
    left: 528px;
}
.heading_style{
    font-size: 28px;
    font-weight: 500;
}
.para_style{
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

/* box 1 */
.box1 {
    position: absolute;
    z-index: 3;
    top: 230px;
    left: 500px;
    width: 80px;
    height: 80px;
    border: 6px solid rgb(255, 255, 255);
    border-radius: 50%;
    background: linear-gradient(135deg, #FF0000, #B00000);
}
.box1 img {
    z-index: 6;
    position: absolute;
    width: 40px;
    top: 35%;
    left: 22%;
}
.background_image1{
    position: absolute;
    top: 135px;
    left: 88px;
    z-index: 1;
}
.heading_postion1{
    color: #D70000;
    position: absolute;
    top: 150px;
    left: 120px;
    z-index: 10;
}
.para_postion1{
    width: 300px;
    position: absolute;
    top: 220px;
    left: 120px;
    z-index: 10;
    text-align: start;
}
/* box 2 */
.box2 {
    position: absolute;
    z-index: 3;
    top: 230px;
    right: 510px;
    width: 80px;
    height: 80px;
    border: 6px solid rgb(255, 255, 255);
    border-radius: 50%;
    background: linear-gradient(135deg, #FFD300, #FF8100);

}
.box2 img {
    position: absolute;
    width: 40px;
    top: 20%;
    left: 21%;
    z-index: 6;
}
.background_image2{
    position: absolute;
    z-index: 1;
    top: 135px;
    right: 88px;
}
.heading_postion2{
    color: #FF8100;
    position: absolute;
    top: 150px;
    right: 110px;
    line-height: 32px;
    z-index: 10;
    text-align: end;
}
.para_postion2{
    width: 300px;
    position: absolute;
    top: 220px;
    right: 110px;
    z-index: 10;
    text-align: end;
}

/* box 3 */
.box3 {
    position: absolute;
    z-index: 3;
    top: 480px;
    left: 500px;
    width: 80px;
    height: 80px;
    border: 6px solid rgb(255, 255, 255);
    border-radius: 50%;
    background: linear-gradient(135deg, #B571FF, #7E00CE);

}
.box3 img {
    position: absolute;
    width: 40px;
    top: 15%;
    left: 22%;
}
.background_image3{
    position: absolute;
    z-index: 1;
    top: 440px;
    left: 88px;
}
.heading_postion3{
    color: #B571FF;
    position: absolute;
    top: 465px;
    left: 120px;
    line-height: 32px;
    z-index: 10;
}
.para_postion3{
    width: 300px;
    position: absolute;
    top: 525px;
    left: 120px;
    z-index: 10;
    text-align: start;
}
/* box 4  */

.box4 {
    position: absolute;
    z-index: 3;
    top: 475px;
    right: 510px;
    width: 80px;
    height: 80px;
    border: 6px solid rgb(255, 255, 255);
    border-radius: 50%;
    background: linear-gradient(135deg, #0088FF, #003DDB);
}
.box4 img {
    position: absolute;
    width: 40px;
    top: 20%;
    left: 22%;
}
.background_image4{
    position: absolute;
    z-index: 1;
    top: 440px;
    right: 88px;
}
.heading_postion4{
    color: #0088FF;
    position: absolute;
    top: 465px;
    right: 110px;
    line-height: 32px;
    z-index: 10;
}
.para_postion4{
    width: 300px;
    position: absolute;
    top: 525px;
    right: 110px;
    z-index: 10;
    text-align: start;
}

/* 2 end section start */

/* 2 section layout  */


.main_container_section2{
    text-align: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   

}
.main_container_section2 h2{
   font-size: 48px;
   font-family: 500;
   color: #193664;
   padding-top: 80px;
}
.main_container_section2{
        font-size: 27px;
   font-family: 500;
   padding: 15px;
}
.innner_section_value{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
}
.main_layout2{
    width: 100%;
    height: 150px;
    position: relative;
                                                                                                                           ;
}
.heading_style2{
    font-size: 28px;
    font-weight: 500;
}
.para_style2{
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

/* box 1 */
.box12 {
    position: absolute;
    z-index: 3;
    top: 60px;
    left: 250px;
    width: 80px;
    height: 80px;
    border: 6px solid rgb(255, 255, 255);
    border-radius: 50%;
    background: linear-gradient(135deg, #FF0000, #B00000);
}
.box12 img {
    z-index: 6;
    position: absolute;
    width: 40px;
    top: 35%;
    left: 26%;
}
.background_image12{
    height: 120px;
    position: absolute;
    top: 10px;
    left: 35px;
    z-index: 1;
}
.heading_postion12{
    color: #D70000;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 38px;
    z-index: 10;
}
.para_postion12{
    font-size: 9px;
    width: 190px;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 10;
    text-align: start;
    line-height: 16px;
}
/* box 2 */
.box22 {
    position: absolute;
    z-index: 3;
    top: 60px;
    left: 250px;
    width: 80px;
    height: 80px;
    border: 6px solid rgb(255, 255, 255);
    border-radius: 50%;
    background: linear-gradient(135deg, #FFD300, #FF8100);

}
.box22 img {
    position: absolute;
    width: 40px;
    top: 20%;
    left: 21%;
    z-index: 6;
}
.background_image22{
    position: absolute;
    z-index: 1;
    top: 135px;
    right: 88px;
}
.heading_postion22{
    color: #FF8100;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 38px;
    z-index: 10;
    line-height: 14px;
    text-align: start;
}

/* box 3 */
.box32 {
    position: absolute;
    z-index: 3;
    top: 60px;
    left: 250px;
    width: 80px;
    height: 80px;
    border: 6px solid rgb(255, 255, 255);
    border-radius: 50%;

    background: linear-gradient(135deg, #B571FF, #7E00CE);

}
.box32 img {
    position: absolute;
    width: 40px;
    top: 15%;
    left: 22%;
}
.heading_postion32{
    color: #B571FF;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 38px;
    z-index: 10;
}

/* box 4  */

.box42 {
    position: absolute;
    z-index: 3;
    top: 60px;
    left: 250px;
    width: 80px;
    height: 80px;
    border: 6px solid rgb(255, 255, 255);
    border-radius: 50%;
    background: linear-gradient(135deg, #0088FF, #003DDB);
}
.box42 img {
    position: absolute;
    width: 40px;
    top: 20%;
    left: 22%;
}
.heading_postion42{
    color: #0088FF;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 38px;
    z-index: 10;    
}


/* 2 end section layout */



/* start 3 section css */

.container {
    max-width: 1300px;
    margin: auto;
    text-align: center;
    padding-bottom: 100px;
    padding: 0 20px; /* Add padding for mobile */
}

.container h2 {
    font-size: 48px;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 10px;
}

.style_p {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: var(--text-color);
    margin-bottom: 20px;
}

/* Flexbox Layout */
.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.card {
    display: flex;
    flex: 1 1 500px; /* Flex-grow, flex-shrink, and base size */
    flex-wrap: wrap; /* Allows content wrapping */
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    align-items: center;
    max-width: 600px; /* Prevents too much stretching */
    flex-direction: row;
}

.card img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.card-content {
    width: 50%;
    height: 100%;
    background: var(--primary-color);
    color: white;
    padding: 20px;
    text-align: left;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
 
/* end 3 section css */

/* strat 4 section */

    .container2 {
        max-width: 1300px;
        margin: auto;
        text-align: center;
    }

    .container2 h2 {
        font-size: 48px;
        font-weight: 700;
        line-height: 50px;
        color: var(--primary-color);
        margin-bottom: 10px;
        margin-Top: 35px;
    }

    .container2 p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: var(--text-color);
        margin-bottom: 20px;
    }

    /* Flexbox Layout */
    .flex-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin: 80px 0;

    }

    .left-images {
        
        flex-direction: column;
        gap: 20px;
    }

    .right-image {
        display: flex;
        align-items: center;
    }

    /* Image Styling */
    .image-box {
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        width: 100%; /* Default to full width */
        max-width: 500px; /* Prevent excessive stretching */
    }
    
    .image-box img {
        width: 100%; /* Ensures images fit inside their container */
        height: 100%; /* Ensures a fixed height */
        object-fit: cover; /* Crops the image to fit */
        border-radius: 8px;
    }
    
    /* Adjust specific image sizes */
    .left-images .image-box {
        height: 235px; /* Adjust as needed */
    }
    .left-images .image-box  {
        height: 235px; /* Adjust as needed */
    }
    .right-image .image-box {
        height: 500px; /* Adjust height for larger image */
    }
    
    /* Responsive Design */
/* 4 end section */

/* 5 start section  */

.culture-section {
    width: 100%;
    height: 400px;
    position: relative;
    background: url('background-image.jpg') center/cover no-repeat;
    color: var(--text-color);
    padding: 80px 20px;
}
.culture-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}


.culture-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #193664CC;
}

.culture-content {
    max-width: 1300px;
    text-align: center;
    margin: auto;
    z-index: 2;
    padding: 80px 20px;
}

.culture-content h2 {
    font-size: 48px;
    font-weight: 500;
    color: white;
}

.culture-content h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    color: white;
}

.culture-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: white;
}

/* 5 end start section  */

.gaps{
    padding: 200px;
}
