.elementor-1701 .elementor-element.elementor-element-4da5ce2 > .elementor-container{max-width:1380px;}.elementor-1701 .elementor-element.elementor-element-4da5ce2{margin-top:0px;margin-bottom:0px;padding:0px 0px 50px 0px;}/* Start custom CSS for column, class: .elementor-element-38213cb */* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Raleway", sans-serif;
        scroll-behavior: smooth;
    }
    
    html {
        font-size: 62.5%;
    }
    
    .flex-container {
        /* position: absolute; */
        max-width: 1380px;
        height: 60vh;
        width: 100%;
        display: flex;
        overflow: hidden;
        margin: 0 auto;
    }
    /* @media screen and (max-width:768px) {
        .flex-container {
            flex-direction: column;
        }
    } */
    
    .flex-slide {
        flex: 1;
        cursor: pointer;
        transition: all 500ms ease;
        width: 100%;
        height: 60vh;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        position: relative;
        justify-content: end;
        border-right: 2px solid white;
    }
    
    .flex-title {
        width: 100%;
        display: flex;
        height: 0;
        position: absolute;
        color: #f1f1f1;
        font-size: 26px;
        transform: rotate(270deg);
        transition: all 500ms ease;
        top: 65%;
        align-items: center;
        font-weight: 600;
        text-transform: uppercase;
    }
    /* @media screen and (max-width:768px) {
        .flex-title {
            transform: rotate(0deg) !important;
        }
    } */
    
    .flex-content-slide {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 20px;
        transform: rotate(180deg);
        transition: all 500ms ease;
        backface-visibility: hidden;
    }
    
    .flex-slide:hover .flex-content-slide {
        transform: rotate(0deg);
        transition: all 500ms ease;
        backface-visibility: hidden;
    }
    
    .flex-about {
        color: #f1f1f1;
        width: 100%;
        /* height: 100%; */
        /* line-height: 1.3; */
        /* transform: rotate(0deg); */
        /* transition: all 500ms ease; */
    }
    
    .image-icon {
        width: 64px;
        height: 64px;
        object-fit: contain;
    }
    
    .image-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .main-text-heading {
        padding-top: 10px;
        font-size: 24px;
        line-height: 28px;
        font-weight: 600;
        letter-spacing: 1.2px;
    }
    
    .main-para {
        padding-top: 10px;
        font-size: 13px;
        line-height: 16px;
        font-weight: 400;
    }
    
    .arrow-icon {
        width: 52px;
        height: 52px;
    }
    
    .arrow-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    /* @media screen and (max-width:768px) {
        .flex-about {
            padding: 0%;
            border: 0px solid #f1f1f1;
        }
    } */
    /* .about .flex-about:hover {
        opacity: 1;
    } */
    /* @media screen and (max-width:768px) {
        .flex-slide {
            overflow: auto;
            overflow-x: hidden;
        }
        .flex-slide p {
            font-size: 2em;
        }
        .flex-slide ul li {
            font-size: 2em;
        }
    } */
    
    .flex-slide:hover {
        flex-grow: 3;
    }
    
    .flex-slide:hover .flex-title {
        display: none;
    }
    
    .flex-slide:hover .flex-about-home {
        opacity: 1;
    }
    
    .home {
        /*height: 60vh;*/
        object-position: center;
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 50%), url(https://karatejharkhand.com/gemax/wp-content/uploads/2023/11/Mask-Group-8-1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    
    @media screen and (max-width:768px) {
        .home {
            animation: aboutFlexSlide 3s 1;
            animation-delay: 0s;
        }
    }
    
    .flex-about-home {
        opacity: 0;
    }
    
    .about {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 50%), url(https://karatejharkhand.com/gemax/wp-content/uploads/2023/11/Mask-Group-9-1.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .contact {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 50%), url(https://karatejharkhand.com/gemax/wp-content/uploads/2023/11/Mask-Group-10-1.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .work {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 50%), url(https://karatejharkhand.com/gemax/wp-content/uploads/2023/11/Mask-Group-11-1.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .bunkering {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 50%), url(https://karatejharkhand.com/gemax/wp-content/uploads/2023/11/Mask-Group-12-1.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    
    @keyframes aboutFlexSlide {
        0% {
            flex-grow: 1;
        }
        50% {
            flex-grow: 3;
        }
        100% {
            flex-grow: 1;
        }
    }
    /* @media screen and (max-width:768px) {
        .flex-about-home {
            transform: rotate(90deg);
            top: 15%;
            animation: aboutFlexSlide 3s 1;
            animation-delay: 0s;
        }
    } */
    
    @keyframes homeFlextitle {
        0% {
            transform: rotate(90deg);
            top: 15%;
        }
        50% {
            transform: rotate(0deg);
            top: 15%;
        }
        100% {
            transform: rotate(90deg);
            top: 15%;
        }
    }
    /* @media screen and (max-width:768px) {
        .flex-about-home {
            animation: aboutFlexSlide 3s 1;
            animation-delay: 0s;
        }
    } */
    
    @keyframes FlexAboutHome {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }/* End custom CSS */