.hero-container{
    position: relative;
    height: 850px;
    width: 100%;
    background-color: #222;
}

.hero-sub-container{
    height: 100%;
}

.hero-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    filter: brightness(0.3);
}

.hero-content-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-main-text{
    font-size: 28px;
    margin-bottom: 25px;
    color: #fff;
    text-align: center;
}

.ciso-logo{
    width: 480px;
}

.hero-sub-heading-container{
    color: #fff;
}

.hero-slogan{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 20px 0 10px;
}

.hero-slogan-text{
    margin-bottom: 0;
    background-color: #fff;
    color: #000;
    padding: 7px 16px;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    text-transform: capitalize;
}

.hero-slogan-icon{
    width: 30px;
    /* margin: 0 15px; */
}

.hero-sub-heading{
    font-weight: 600;
    font-size: 20px;
    margin: 1rem 0 0.5rem;
    color: #fff;
    text-align: center;
}

.co-presented-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.co-presented-text-hero{
    color: #fff;
    font-size: 28px;
    margin-top: 30px;
    text-align: center;
}

.jio-hero-logo{
    width: 250px;
}

.hero-dl{
    margin-top: 50px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}

.hero-content-dl{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.location-dl{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.hero-icon-dl{
    width: 25px;
}

.dl-text{
    margin-bottom: 0;
    font-size: 18px;
}

.button-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
    gap: 30px;
}

.hero-btn{
    background-color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    color: #000;
    border-radius: 50px;
    box-shadow: 0px 10px 15px 7px rgba(0,0,0,1);
}

.hero-btn:nth-child(2){
    background-color: #fff;
    color: #000;
}

.hero-btn:hover{
    background-color: #222222;
    color: #FFF;
}

/* .hero-btn:nth-child(2):hover{
    background-color: #FFF;
    color: #000;
} */

/* About Us */
.about-us-container{
    padding: 50px 0;
    /* background-color: #222222; */
    position: relative;
}

.about-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.3) blur(2px);
    z-index: -1;
}

.about-us-heading{
    /* color: #16D2E1; */
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.about-us-text-container{
    color: #fff;
    text-align: justify;
}

.about-us-text{
    margin-bottom: 0.7rem;
}

/* attend-1 */
.attend-1-container{
    padding: 50px 0 30px;
    color: #fff;
    overflow: hidden;
    /* background-color: #031C26; */
    position: relative;
}

.full-div{
    width: 100%;
    height: 100%;
    background-color: #031C26;
    z-index: -2;
    left: 0;
    top: 0;
    position: absolute;
}

.half-div{
    width: 100%;
    height: 100%;
    clip-path: polygon(100% 0, 51% 100%, 100% 100%);
    background-color: #222222;
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
}

.attend-1-heading{
    /* text-align: center; */
    margin-bottom: 40px;
}

.attend-1-sub-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.attend-1-content-sub-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-left: 20px;
}

.attend-1-body{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.attend-1-text{
    background-color: #FFF;
    color: #000;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    font-size: 16px;
}

.attend-1-number{
    margin-bottom: 0;
    position: absolute;
    background-color: #fff;
    color: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    top: -30px;
    left: -25px;
    font-weight: 600;
    font-size: 24px;
    border: #031C26 solid 7px;
}

.attend-1-icon{
    margin: auto;
    width: 30px;
    color: #000;
}

.attend-1-image-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.attend-1-img{
    width: 500px;
}

/* Focus */
.focus-container{
    padding: 50px 0;
    overflow: hidden;
    background-color: #222222;
}

.focus-heading{
    color: #FFF;
    text-align: center;
    color: #16D2E1;
    margin-bottom: 40px;
}

.focus-sub-heading{
    font-size: 20px;
}

.focus-content-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.focus-body{
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #444;
    color: #fff;
    justify-content: flex-start;
    border-radius: 5px;
}

.focus-body:hover .focus-img{
    transform: scale(1.2);
    filter: brightness(0.8);
}

.focus-img-container{
    overflow: hidden;
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
}

.focus-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all ease 0.3s;
}

.focus-text{
    margin-bottom: 0;
}

/* Attend 2 */
.attend-2-container{
    padding: 50px 0;
    overflow: hidden;
    background-color: #000;
    color: #FFF;
}

.attend-2-heading{
    margin-bottom: 40px;
    text-align: center;
    color: #16D2E1;
}

.attend-2-content-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.attend-2-body{
    color: #FFF;
    background-color: #222;
    padding: 0px 20px;
    border-radius: 5px;
    position: relative;
}

.attend-2-hr{
    margin: 20px 0;
    width: 70%;
    height: 4px !important;
    background-color: #16D2E1;
}

.attend-2-body:nth-child(2) .attend-2-hr{
    width: 20%;
}

.attend-2-body:nth-child(3) .attend-2-hr{
    width: 80%;
}

.attend-2-body:nth-child(4) .attend-2-hr{
    width: 40%;
}

.attend-2-body:nth-child(5) .attend-2-hr{
    width: 40%;
}

.attend-2-sub-heading{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.attend-2-text{
    font-size: 16px;
}




@media (max-device-width: 1200px) {
    .attend-1-img{
        width: 100%;
    }
    .focus-content-container{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-device-width: 992px) {
    .attend-1-sub-container{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    .attend-2-content-container{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-device-width: 768px) {
    .ciso-logo{
        width: 400px;
    }
    .hero-slogan{
        gap: 15px;
    }
    .button-container{
        gap: 15px;
    }
    .hero-slogan-text{
        font-size: 15px;
    }
    .button-container{
        flex-wrap: wrap;
    }
    .attend-1-content-sub-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .focus-content-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .attend-2-content-container{
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-device-width: 576px){
    .ciso-logo{
        width: 350px;
    }
    .hero-dl{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .location-dl{
        flex-direction: row;
        gap: 5px;
    }
    .hero-container{
        height: 1000px;
    }
    .jio-hero-logo{
        width: 200px;
    }
    .co-presented-text-hero,
    .hero-main-text{
        font-size: 22px;
    }
}

@media (max-device-width: 400px) {
    .ciso-logo{
        width: 300px;
    }
}

@media (max-device-width: 320px) {
    .ciso-logo{
        width: 250px;
    }
}