.hero-pages-container{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #1c1c24;
    color: #fff;
}

.hero-pages-sub-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hero-pages-container::after{
    content: '';
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../assets/images/conf-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.hero-pages-container::before{
    content: '';
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 3;
}

.hero-pages-content-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    min-height: 70vh;
}

.hero-pages-body{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.hero-pages-border{
    background-color: #C6D93B;
    width: 10%;
    height: 4px;
    margin: 10px 0 40px;
}

.hero-pages-heading{
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
}

.hero-pages-text-container{
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
}

.hero-pages-button{
    margin-top: 20px;
    padding: 10px 20px;
    /* background-color: #C6D93B; */
    border: #C6D93B solid 1px;
    color: #fff;
    /* border-radius: 5px; */
    font-weight: 700;
    font-size: 16px;
    transition: all linear 0.2s;
}

.hero-pages-button:hover{
    background-color: #C6D93B;
    color: #000;
}

.hero-pages-image-container{
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-pages-image{
    position: absolute;
    width: 500px;
    height: 400px;
    object-fit: cover;
    object-position: 90%;
    z-index: 4;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

/* Our Forte */
.forte-container{
    padding: 50px 0;
    background-color: #000;
    color: #fff;
    overflow: hidden;
}

.forte-heading{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.forte-content-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
    margin-top: 40px;
    gap: 40px;
}

.forte-body{
    width: 100%;
    position: relative;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    transition: all linear 0.3s;
    border: #333 solid 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.forte-bg-img{
    position: absolute;
    z-index: 1;
    max-height: 500px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.forte-content{
    background-color: #000000dd;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    /* top: -100%; */
    transition: all ease 0.6s;
}
/* 
.forte-content-conference::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('../assets/images/about-conference.webp');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.2);
}

.forte-content-bespoke::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('../assets/images/about-bespoke.webp');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.2);
}

.forte-content-webinar::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('../assets/images/about-webinar.webp');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.2);
} */

.forte-sub-heading{
    font-size: 28px;
    position: relative;
    font-weight: 700;
}

.forte-sub-heading::before,
.forte-sub-heading::after{
    content: '';
    position: absolute;
    background-color: #C6D93B;
    width: 120%;
    height: 1px;
}

.forte-sub-heading::before{
    top: -10px;
    left: -10%;
}

.forte-sub-heading::after{
    bottom: -12px;
    left: -10%;
}

.forte-text-container{
    position: relative;
    z-index: 2;
    background-color: #00000068;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 100%;
    transition: all ease 0.6s;
    min-height: 500px;
    padding: 50px 0;
}

.forte-body::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 140px;
    top: -75px;
    left: 0;
    transform: skewY(-5deg);
    background-color: #000000dd;
    z-index: 5;
}

.forte-text{
    text-align: center;
    max-width: 992px;
    padding: 0 20px;
    font-weight: 400;
}

.forte-btn{
    position: absolute;
    z-index: 4;
    background-color: #C6D93B;
    color: #000;
    padding: 10px 20px;
    font-weight: 700;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.forte-btn:hover{
    opacity: 0.9;
}

.forte-body:hover .forte-content{
    top: -100%;
}

.forte-body:hover .forte-text-container{
    top: 0%;
}

/* Sprit */
.about-sprit-container{
    background-color: #333;
}

/* Meet the Team */
.meet-container{
    padding: 80px 0;
    background-color: #000;
    color: #fff;
    overflow: hidden;
}

.meet-sub-container{
    max-width: 1800px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.meet-heading{
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}

.meet-image-container{
    aspect-ratio: 1/1;
}


@media screen and (min-width: 1439px){
    .forte-sub-container{
        max-width: 1200px !important;
    }
}

@media screen and (max-width: 1439px){
    .hero-pages-image{
        right: -15%;
    }
}

@media screen and (max-width: 991px){
    .hero-pages-container::before,
    .hero-pages-container::after,
    .hero-pages-image-container{
        display: none;
    }
    .hero-pages-content-container{
        grid-template-columns: repeat(1, 1fr);
        min-height: 0;
    }
    .hero-pages-border{
        width: 15%;
    }
    .meet-heading{
        font-size: 36px;
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 767px){
    .forte-text-container{
        padding: 100px 0;
    }
    .forte-bg-img{
        max-height: unset;
    }
}

/* @media screen and (max-width: 575px){
    .forte-body{
        min-height: 600px;
    }
} */