@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

html body {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #F7F7F7;
}
.hero_banner{
    background-image: url('/asset/images/hero_banner_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.hero_banner .content {
    color: var(--white);
}
.hero_banner .content h1 {
    font-weight: 800;
    font-size: 57px;
    text-align: center;
    margin: 27px 0 17px;
    line-height: 98%;
}
.hero_banner .content h6 {
    font-weight: 500;
    font-size: 26px;
    line-height: 138%;
    letter-spacing: -0.28px;
    text-transform: capitalize;
    color: #FFCC00;
    margin-bottom: 22px;
}
.hero_banner .content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    letter-spacing: -0.28px;
    margin-bottom: 47px;
}
html .main .btn{
    font-weight: 700;
    font-size: 18px;
    line-height: 48px;
    letter-spacing: -0.25px;
    text-align: center;
    vertical-align: middle;
    padding: 0 48px;
    text-transform: none;
    border-radius: 12px;
    box-shadow: 0px 0px 0px 1px #00000026 inset;
}
html .main .btn-white{
    color: #000 !important;
}
html .main .btn-dark{
    background-color: #000 ;
    color: var(--white);
}
.agile_thirty_sec{
    background-image: url('/asset/images/agile_thirty_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0;
}
html .main .container {
    width: 1170px;
    padding: 0 25px;
    max-width: 100%;
}
.agile_thirty_sec .try_agile .icon {
    border-radius: 12px;
    background-color: var(--white);
    height: 77px;
    width: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agile_thirty_sec .try_agile h3 {
    font-weight: 800;
    font-size: 36px;
    line-height: 134%;
    margin-bottom: 12px;
    color: #040404;
}
.agile_thirty_sec .try_agile h6 {
    font-weight: 500;
    font-size: 22px;
    line-height: 146%;
    letter-spacing: -0.25px;
    margin-bottom: 28px;
    color: #040404;
}
.agile_thirty_sec .try_agile p {
    font-size: 18px;
    line-height: 157%;
    letter-spacing: -0.25px;
    margin-bottom: 48px;
    color: #040404;
}
.agile_thirty_sec .agile_msg > p {
    margin: 43px 0 72px;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
}
.agile_thirty_sec .agile_msg .image img {
    border: 1px solid #FFDA98;
    border-radius: 17px;
    height: 57px;
    width: 57px;
    object-fit: contain;
}
.agile_thirty_sec .agile_msg .msg b {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: block;
}
.agile_thirty_sec .agile_msg .msg p {
    font-weight: 400;
    font-size: 14px;
    line-height: 165%;
}
.agile_thirty_sec .agile_msg:before {
    content: "";
    width: 0.5px;
    height: 282px;
    background-color: #000;
    display: inline-block;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -100px;
}
html .title h2 {
    font-weight: 800;
    font-size: 42px;
    line-height: 116%;
    color: #090C1D;
    margin-bottom: 12px;
}
html .title h6 {
    color: #090C1D;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    margin: 0;
    letter-spacing: -0.25px;
}
.events_box {
    background-color: var(--white);
    padding: 25px;
    border-radius: 24px;
}
.events_box ul#myTab {
    border: 0;
    box-shadow: none;
    margin-bottom: 30px;
    gap: 10px;
}
.events_box ul#myTab button {
    box-shadow: none;
    border: 1px solid #6060A34D;
    padding: 0px 18px;
    line-height: 43px;
    border-radius: 14px;
    color: #514B81;
    font-size: 16px;
    font-weight: 500;
}
.events_box ul#myTab button:hover,
.events_box ul#myTab button.active{
    background-color: #EF802E;
    border: 1px solid #0000001A;
    color: var(--white);
}
.evnt_lst .item {
    background: #F7F7F7;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 10px;
}
.evnt_lst .item:last-child{
    margin-bottom: 0px;
}
.evnt_lst .item h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 12px;
    color: #20104B;
}
.evnt_lst .item h4:hover {
    color: var(--primary);
}
.evnt_lst .item h4 a{
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}
.evnt_lst .item ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.evnt_lst .item ul li {
    border: 1px solid #E1EAEB;
    background-color: var(--white);
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #464A4B;
}
.evnt_lst .item .link {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #EF802E;
    display: flex;
    align-items: center;
    gap: 10px;
}
.evnt_lst .item .link:hover {
    color: var(--primary);
}
.evnt_lst .item .link svg {
    margin-bottom: -3px;
}
.events_box .evnt_lst > h3 {
    color: #514B81;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 24px;
    line-height: 105%;
}
.evnt_lst .item .online {
    border: 1px solid #B1E3CF;
    background-color: #EBF9EF;
    color: #0199AE;
}
.evnt_lst .item .offline {
    border:1px solid #ff4141;
    background-color: #ff000012;
    color: red;
}
.upcmng_mtps .item .link {
    margin-top: 12px;
}
.upcmng_mtps .evnt_lst{
    margin-bottom: 20px;
}
html .upcmng_mtps {
    padding: 42px 40px;
    height: 100%;
}
html .upcmng_mtps .item {
    padding: 24px 20px;
}
.join_glbl_sec{
    background-image: url('/asset/images/join_comunity_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
html .title-white > h6,
html .title-white > h2{
    color: var(--white);
}
.join_glbl_sec h6 {
    font-weight: 600;
    font-size: 28px;
    line-height: 136%;
    letter-spacing: -0.25px;
    color: var(--white);
    width: 360px;
    margin-bottom: 0;
    max-width: 100%;
}
.counter_box {
    background: #FFEAEA;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    padding: 30px;
}
.counter_box .number {
    font-weight: 800;
    font-size: 36px;
    line-height: 134%;
    color: #000;
    margin-bottom: 5px;
}
.counter_box .label {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #000;
}
.mnw_your_sec .gurdners_box {
    text-align: center;
    padding: 0 14px;
}
.mnw_your_sec .gurdners_box .img {
    display: block;
    height: 235px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.mnw_your_sec .gurdners_box .img:before {
    content: "";
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient( 0deg, transparent, transparent 30%, rgba(0,255,255,0.2));
    transform: rotate(-45deg);
    transition: all 0.6s ease;
    opacity: 0;
    z-index: 2;
}
.mnw_your_sec .gurdners_box:hover .img::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
}
.mnw_your_sec .gurdners_box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}
.mnw_your_sec .gurdners_box:hover .img img {
    transform: scale(1.05);
}
.mnw_your_sec .gurdners_box > a {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #202020;
}
.mnw_your_sec .gurdners_box > a:hover{
    color: var(--primary);
}
html .link_txt {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #304CEB;
    display: flex;
    align-items: center;
    gap: 10px;
}
html .link_txt:hover{
    color: var(--primary);
}
.insight_box {
    border-radius: 24px;
    overflow: hidden;
    height: 225px;
    position: relative;
    margin-bottom: 24px;
    transition: all 0.4s;
}
.insight_box:last-child{
    margin-bottom: 0;
}
.insight_box .image{
    display: block;
    position: absolute;
    inset: 0;
}
.insight_box .image:before {
    content: "";
    background: #000000B2;
    position: absolute;
    inset: 0;
    transition: all 0.4s;
}
.insight_box:hover .image::before {
    background: #090356CF;
}
.insight_box .cntnt {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    height: 100%;
}
.insight_box .cntnt h5 {
    font-weight: 800;
    font-size: 20px;
    line-height: 140%;
    margin: 0;
    color: var(--white);
}
.insight_box .cntnt h5:hover {
    color: var(--secondary);
}
.insight_box .cntnt h5 a{
    font-weight: inherit;
    font-size: inherit;
    color:inherit;
}
.insight_box .cntnt p {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--white);
}
.insight_box .cntnt .v_icn {
    background: #00000063;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: var(--white);
    padding: 12px;
    margin: 8px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.6s;
    transform-origin: top left;
}
.insight_box:hover .cntnt .v_icn {
    background: #FF9501;
    transform: rotate(45deg);
    margin: 0;
    right: -2px;
}
.insight_box:hover .cntnt .v_icn {
    background: #FF9501;
}
.insight_box.h-100 .cntnt {
    justify-content: end;
}
.insight_box.h-100 .cntnt > svg {
    margin-bottom: 26px;
}
.insight_box.h-100 .cntnt > h5 {
    margin: 26px 0 10px;
}
.insight_box.h-100 .cntnt > p {
    margin: 0;
}
.insight_box.h-100 .cntnt > .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
}
.insight_box.h-100:hover{
    background-color: #201717 !important;
}
.redy_cnct_sec {
    background-image: url('/asset/images/ready_connect_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.redy_cnct_sec img {
    border: 4px solid #FFD9A3;
    border-radius: 24px;
    margin-bottom: 8px;
    display: block;
}
.redy_cnct_sec .h-100 {
    height: 100%;
    object-fit: cover;
}
.redy_cnct_sec img:last-child{
    margin-bottom: 0;
}
.redy_cnct_sec .img_wrpr {
    margin-right: -121px;
}
.insight_box.video:hover .cntnt .v_icn svg {
    transform: rotate(-45deg);
}
.insight_box.video .cntnt .v_icn svg {
    transition: all 0.4s;
}
@media (max-width:1024px){
    .redy_cnct_sec .img_wrpr {
        margin-right: 0;
    }
    .hero_banner {
        padding: 70px 0;
    }
    .hero_banner .content h1 {
        font-size: 40px;
        margin: 18px 0 16px;
    }
    .hero_banner .content h6 {
        font-size: 22px;
        margin-bottom: 14px;
    }
    .hero_banner .content p {
        font-size: 16px;
        margin-bottom: 26px;
    }
    html .main .btn {
        font-size: 16px;
        line-height: 44px;
        padding: 0 25px;
        border-radius: 10px;
    }
    .agile_thirty_sec .try_agile .icon {
        border-radius: 8px;
        height: 50px;
        width: 50px;
        padding: 10px;
    }
    .agile_thirty_sec .try_agile h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .agile_thirty_sec .try_agile h6 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .agile_thirty_sec .try_agile p {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .agile_thirty_sec .agile_msg:before {
        left: -40px;
    }
    .agile_thirty_sec .agile_msg > p {
        margin: 22px 0 40px;
        font-size: 17px;
    }
    .agile_thirty_sec .agile_msg .image img {
        border-radius: 8px;
        height: 50px;
        width: 50px;
    }
    html .title h2 {
        font-size: 28px;
    }
    html .title h6 {
        font-size: 17px;
    }
    .events_box {
        padding: 15px;
        border-radius: 14px;
    }
    html .upcmng_mtps {
        padding: 18px;
    }
    .events_box .evnt_lst > h3 {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .events_box ul#myTab button {
        padding: 0px 14px;
        line-height: 38px;
        border-radius: 8px;
        font-size: 15px;
    }
    .events_box ul#myTab {
        margin-bottom: 22px;
    }
    .evnt_lst .item {
        border-radius: 8px;
        padding: 12px;
        margin-bottom: 10px;
    }
    .evnt_lst .item h4 {
        font-size: 18px;
    }
    .evnt_lst .item .link {
        font-size: 16px;
        gap: 8px;
    }
    .evnt_lst .item ul {
        gap: 6px;
    }
    .evnt_lst .item ul li {
        border-radius: 4px;
        padding: 5px 10px;
        font-size: 12px;
    }
    html .upcmng_mtps .item {
        padding: 15px;
    }
    .evnt_lst .item ul li {
        padding: 4px 8px;
        font-size: 12px;
    }
    .join_glbl_sec h6 {
        font-size: 20px;
        width: 100%;
    }
    .counter_box {
        border-radius: 8px;
        padding: 16px;
        height: 100%;
    }
    .counter_box .number {
        font-size: 26px;
    }
    .counter_box .label {
        font-size: 16px;
    }
    .mnw_your_sec .gurdners_box {
        padding: 0;
    }
    .mnw_your_sec .gurdners_box .img {
        height: 180px;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .mnw_your_sec .gurdners_box > a {
        font-size: 18px;
    }
    .redy_cnct_sec img {
        border: 3px solid #FFD9A3;
        border-radius: 10px;
    }
    .insight_box .cntnt h5 {
        font-size: 15px;
    }
    .insight_box .cntnt {
        padding: 14px;
    }
    .insight_box {
        border-radius: 12px;
        height: 180px;
        margin-bottom: 16px;
    }
    .insight_box .cntnt .v_icn {
        height: 36px;
        width: 36px;
        padding: 10px;
    }
    .insight_box.h-100 .cntnt > .desc {
        font-size: 12px;
        line-height: 155%;
    }
    .insight_box.h-100 .cntnt > h5 {
        margin: 16px 0 10px;
    }
    .insight_box.h-100 .cntnt > svg {
        margin-bottom: 18px;
    }
}


@media (max-width:767px){
    .hero_banner {
        padding: 50px 0;
    }
    .hero_banner .content h1 {
        font-size: 30px;
    }
    .hero_banner .content h6 {
        font-size: 17px;
        margin-bottom: 12px;
    }
    .hero_banner .content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    html .main .container {
        padding: 0 20px;
    }
    html .main .btn {
        font-size: 15px;
        line-height: 42px;
        padding: 0 20px;
        border-radius: 8px;
    }
    .agile_thirty_sec {
        padding: 50px 0;
        background-size: contain;
        background-position: bottom center;
        background-color: #ffc938;
    }
    .agile_thirty_sec .agile_msg {
        text-align: center;
    }
    .agile_thirty_sec .agile_msg .msg p {
        text-align: left;
    }
    .agile_thirty_sec .agile_msg > p {
        margin: 15px 0 26px;
        font-size: 16px;
    }
    .agile_thirty_sec .agile_msg:before {
        left: 0;
        width: 90%;
        height: 1px;
        max-width: 100%;
        right: 0;
        bottom: auto;
        top: -24px;
    }
    .agile_thirty_sec .try_agile h3 {
        font-size: 24px;
    }
    .agile_thirty_sec .try_agile h6 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .agile_thirty_sec .try_agile p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .agile_thirty_sec .try_agile .icon {
        border-radius: 6px;
        height: 44px;
        width: 44px;
        padding: 8px;
    }
    html .title h2 {
        font-size: 25px;
    }
    html .title h6 {
        font-size: 15px;
    }
    .events_box ul#myTab {
        margin-bottom: 20px;
        justify-content: center;
    }
    html .events_box .tab-content>.tab-pane {
        display: none;
    }
    html .events_box .tab-content>.tab-pane.active {
        display: block;
        border: 0;
    }
    .evnt_lst .item {
        padding: 14px;
    }
    .events_box .evnt_lst > h3 {
        text-align: center;
    }
    html .upcmng_mtps {
        padding: 15px;
    }
    html .join_glbl_sec h2 {
        font-size: 23px;
    }
    .join_glbl_sec h6 {
        font-size: 17px;
        width: 100%;
        text-align: center;
    }
    .counter_box .number {
        font-size: 24px;
    }
    .counter_box .label {
        font-size: 15px;
    }
    .mnw_your_sec .gurdners_box > a {
        font-size: 16px;
    }
    .mnw_your_sec .gurdners_box .img {
        height: 170px;
        border-radius: 8px;
        margin-bottom: 10px;
    }
    html .link_txt {
        font-size: 16px;
        gap: 8px;
        justify-content: center;
    }
    .insight_box .cntnt h5 {
        font-size: 17px;
    }
    .insight_box .cntnt h5 {
        font-size: 17px;
    }
    .insight_box.h-100 .cntnt > svg {
        margin-bottom: 12px;
        width: 40px;
    }
    .evnt_lst .item .link {
        font-size: 15px;
    }
    .evnt_lst .item .link svg {
        width: 8px;
        margin-bottom: -2px;
    }
}