/* Header */

header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    background: transparent;
    padding: 8px 0;
}



header .logo img{
    transition: 0.3s all cubic-bezier(0.19, 1, 0.22, 1);
    width: 132px;
}

header .logo .icc-logo {
    margin-left: 20px;
    width:110px;
}




header.fixed{
background-color: #fff;
box-shadow: rgb(122 117 117 / 50%) 0px 0px 5px;
}



/* Header */

/* Banner */
.banner-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 167px 0px;
    background-attachment: fixed;
    
}

.about-text {
    font-size: 50px;
    color: var(--primary-color);
    font-weight: 800;
}

.about-wrapper{
    position: relative;
    padding-bottom: 55px;
}

.about-content>p {
    line-height: 1.4;
}

/* .banner-image::after {
    content: '';
    display: block;
    width: 100%;
    background: rgb(231 227 221 / 64%);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
} */

.circle {
    width: 400px;
    height: 400px;
    position: absolute;
    left: -310px;
    top: 60px;
    background:var(--yellow-color);
    border-radius: 100%;
    z-index: 1;
}

.banner-heading {
    padding-top: 145px;
    position: relative;
    z-index: 1;
    padding-bottom: 130px;
}




.banner-heading h1 {
    font-weight: 800;
}

.banner .banner-subheading {
    font-size: 40px;
    margin-top: 14px;
    display: block;
}

.banner p {
    font-size: 22px;
}
.banner .e-summit-date{
    font-weight: 800;
    font-size: 27px;
}

.section-line {
    display: block;
    width: 44px;
    height: 3px;
    background:var(--yellow-color);
    position: relative;
    left: 3px;
}

.banner .line {
    background: var(--yellow-color);
    width: 100px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 9px;
}

.banner-heading>.icc-logo {
    max-width: 200px;
}

.design1 {
    position: absolute;
    top: 82px;
    right: 0;
    max-width: 280px;
    z-index: 2;

}

.e-line {
    max-width: 218px;
    height: 7px;
    background: #fbac29;
    display: block;
    position: relative;
    left: 5px;
}

.banner {
    background: #fff;
    position: relative;
}

/* Banner */

/* About us  */

.traingle {
    width: 200px;
    height: 200px;
    background: var(--primary-color);
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: -230px;
    top: -199px;
z-index: -1;
}

.about , .track{
    position: relative;
    width: 100%;
}

.track-shadow, .track-shadow1,.track-shadow2,.track-shadow3,.track-shadow4 ,.track-shadow5 ,
.track-shadow6, .track-shadow7 {
    width: 100%;
    height: 142px;
    display: block;
}

.track-shadow {
    background: linear-gradient(175deg, transparent 50%, rgb(215 227 240) 51%);
  

}

.track-shadow1 {
    background: linear-gradient(175deg, #d7e3f0  50%, rgb(47 58 144 / 29%) 51%);
}


.track-shadow3 {
    /* background: linear-gradient(356deg, transparent 50%, #e7ca96 51%); */
    background: linear-gradient(356deg, transparent 50%, rgb(195 198 223) 51%);
}

.track-shadow4 {
    background: linear-gradient(175deg, transparent 50%, #2f3a90 51%);
}

.track-shadow5 {
    background: linear-gradient(175deg, transparent 50%, #2f3a90 51%);
}

.track-shadow6 {
    background: linear-gradient(175deg, transparent 50%, #fff 51%);
    position: absolute;
    top: -141px;
}
.track-shadow7 {
    background: linear-gradient(175deg, transparent 50%, #d7e3f0 51%);
    position: absolute;
    top: -141px;
}


.icc-wrapper.mt-1.mt-sm-4 {
    background: #d7e3f0;
    padding-top: 41px;
}



.track-wrapper   {
    background: #b8cde591;
    padding-top: 50px;
    padding-bottom: 50px;
}
.track-contnet>span {
    font-size: 20px;
    display: block;
    color: var(--yellow-color);
    font-weight: 800;
}

.track-image>img {
    width: 100%;
    max-width: 386px;
}

.track-image2>img {
    display: block;
    max-width: 540px;
}

.track-img>img {
    margin-left: auto;
    display: block;
}

.track-shadow2 {
    background: linear-gradient(356deg, transparent 50%, #d7e3f0 51%);
    width: 100%;
    height: 142px;
    display: block;
    top: 134px;
}

/* About us  */


/* -------- Track --------*/

.track {
    padding-top: 0;
}
/* -------- Track --------*/


/*------------- Speakers ------------------*/

.spk-jims-wrp {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding:20px 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px rgb(177 169 169 / 50%);
    height: 100%;
}

.spk-jims-mem-img , .spk-jims-mem-col{
    width: 100%;
}

.spk-jims-mem-img>img {
    border-radius: 50%;
    border: 5px solid #034da2;
    display: block;
}

.spk-jims-mem-img {
    max-width: 110px;
}

.spk-jims-content>p {
    font-size: 15px;
}

#speakers {
    padding-bottom: 160px;
}

/*------------- Speakers ------------------*/


/* Schedule */

.schedule{
    position: relative;
}

.schedule-wrapper {
    padding-top: 50px;
    background: rgb(47 58 144 / 29%) 51%;
    padding-bottom: 50px;
}


.schedule-table-col {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 10px 10px;
    background-color: #fff;
    box-shadow: 0 0 0px 5px rgb(195 192 192 / 40%);
    border-radius: 5px;
    margin-bottom: 10px;
    transition: 300ms all cubic-bezier(.17,.67,.75,.41);
}

.sch-table-heading>span {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 16px;
    display: block;
    border-radius: 10px;
}

.schedule-table tbody>tr{
    background-color: #fff;
    box-shadow: 0 0 0px 5px rgb(195 192 192 / 40%);
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
    transition: 300ms all cubic-bezier(.17,.67,.75,.41);
}

.schedule-table tbody>tr:hover{
    box-shadow: 0 0 0px 5px rgb(157 152 152 / 40%);

}


.schedule-table tbody>tr>td {
    padding: 5px 10px;
}

.schedule-table tbody>tr>td>span {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 16px;
    display: block;
    border-radius: 10px;
}

.track-contnet>p {
    line-height: 1.4;
}

/* Schedule */

/*  ------------ icc --------------*/

.icc , .schedule{
    position: relative;
}

.icc-image>img {
    width: 100%;
    max-width: 440px;
}

/*  ------------ icc --------------*/

/* About Jims */

.about-jims {
    padding-top: 0;
    background-image:url(../images/jims.webp);
    background-attachment: fixed;
    background-size:cover;
    box-shadow: inset 0 0 0 2000px rgb(231 202 150 / 77%);
}

.about-jims .about-wrapper{
    padding-bottom: 140px;
}



/* About Jims */

/* Members  */

.members {
    padding: 0;
}

.jims-mem-img>img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    border: 10px solid #2f3a90;
    box-shadow: 0px 0px 10px 5px rgb(191 191 191);
    margin: 0 auto;
    display: block;
}

.jims-members {
    padding-bottom: 60px;
    padding-top: 0;
    position: relative;
}

.jims-mem-col {
    background: #fff;
    text-align: center;
    box-shadow: 0 0 10px 5px rgb(177 169 169 / 50%);
    transition: 300ms all cubic-bezier(0.215, 0.610, 0.355, 1);
    border-radius: 10px;
    padding: 20px 10px;
    position: relative;
    padding-top: 75px;
    height: 100%;
    padding-bottom: 40px;
    overflow: hidden;
}

.jims-mem-col:hover{
    box-shadow: 0 0 10px 12px rgb(177 169 169 / 50%);
}

.jims-mem-iner {
    margin-top: 100px;
}

.jims-members-wrapper {
    padding-top: 40px;
}

.jims-wrp {
    position: relative;
    height: 100%;
}

.jims-mem-img {
    position: absolute;
    top: -46px;
    left: 0;
    right: 0;
    z-index: 1;
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #2f3a90;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.jims-mem-col:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -16px;
    right: -16px;
    background-color: #2f3a90;
    height: 37px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 1s cubic-bezier(.175,.885,.32,1.275);
}

.jims-mem-col:hover .jims-content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.jims-mem-col:hover .jims-content>h5{
    color: #fff;
}

.jims-mem-col:hover:before {
    transform: scale(40);
    top: 0px;
    right: 0px;
}

/* Members  */

/*  ---------- footer  ---------*/

.jims-wrap-inner {
    display: flex;
    column-gap: 48px;
}
.jims-wrap-inner ul>li , .jims-memners-wrap>ul>li {
    line-height: 1.5;
}



.footer-wrapper {
    padding: 30px 0;
    padding-top: 60px;
}

footer {
    position: relative;
}

/*  ---------- footer  ---------*/












/* ------------ Media Query --------- */

@media(min-width:1390px){
    header .logo .icc-logo {
        margin-left: 70px;
    }
}

@media(min-width:992px){
    .menu-list>ul {
        display: flex;
        align-items: center;
        column-gap: 23px;
        justify-content: flex-end;
    }
    
    .menu-list>ul>li>a{
        color: #034da2;
        font-weight: 600;
        font-size: 16px;
    }
    .ms-margin{
        margin: 0 auto;
    }

    .mt-lg {
        margin-top: 25px;
    }
    
}


@media(min-width:768px){
  /* Header */



header.fixed .logo img {
    width: 128px;
}

  /* Header */
}

@media(max-width:1024px){
    .logo {
        display: flex;
        align-items: center;
    }

    .jims-mem-iner>.row>div {
        margin-bottom: 80px;
    }

    header .logo img{
        width: 100px;
    }
}

@media(max-width:991.98px){
    .menu-list>ul{
        column-gap: 25px;

    }

    .mt-md {
        margin-top: 25px;
    }

    .menu-list>ul>li>a {
        font-size: 15px;
    }


    /* hemburger */
    .btn2 {
        position: absolute;
        width: 35px;
        height: 65px;
        top: 2px;
        right: 15px;
        transition-duration: 0.5s;
        cursor: pointer;
    }
    .btn2 .icon {
        transition-duration: 0.5s;
        position: absolute;
        width: 35px;
        height: 4px;
        top: 30px;
        background-color: #034da2;
    }
    .btn2.open .icon {
        transition-duration: 0.5s;
        background: transparent;
    }
    .btn2 .icon:before {
        transition-duration: 0.5s;
        position: absolute;
        width: 35px;
       height: 4px;
        background-color: #034da2;
        content: "";
        top: -11px;
        left: 0;
        transform-origin: left;
    }

    .btn2 .icon:after {
        transition-duration: 0.5s;
        position: absolute;
        width: 35px;
        height: 4px;
        background-color: #034da2;
        content: "";
        top: 11px;
        left: 0;
        transform-origin: left;
    }

    .btn2.open .icon:before {
        transform: rotate(45deg);
    }
    .btn2.open .icon:after {
        transform: rotate(-45deg);
        top: 13px;
    }

   


    .menu-list-items {
        position: fixed;
        width: 220px;
        background: #fff;
        top: 0;
        z-index: 1;
        height: 100%;
        left: -220px;
        box-shadow: 0 0 5px rgb(221 217 217 / 40%);
        padding-top: 30px;
        transition:  1s cubic-bezier(.175,.885,.32,1.275);
    }

    .menu-list-items.show{
        left: 0;
        
    }

    .menu-list>ul>li>a{
        display: block;
        text-align: left;
        color: #2f3a90;
        font-weight: 600;
        padding: 10px 15px;
        transition: 0.4s all ease-in;
    }

    .menu-list>ul>li>a:hover{
        background-color: #2f3a90;
        color: #fff;
    }

    .menu-list-items>li:not(:last-child) {
        margin-bottom: 5px;
    }

    section {
        padding-top: 35px;
    }
 
    .back-drop-shadow {
        position: fixed;
        width: 100%;
        top: 0;
        right: -100%;
        background: rgb(149 144 144 / 50%);
        bottom: 0;
        transition: 0.4s all ease-in;
        z-index: 1;
    }

    .back-drop-shadow.show-drop{
        right: 0;
    }
}


@media(max-width:767.98px){
    .banner-heading{
        padding-bottom: 50px;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 25px;
    }

    .banner .banner-subheading {
        margin-top: 9px;
       
    }

    .banner .banner-subheading {
        font-size: 30px;
    }

    .banner .e-summit-date {
        font-size: 21px;
    }

    .banner p {
        font-size: 18px;
    }
    .e-line {
        max-width: 140px;
    }
    /* logo */

    .logo {
        display: flex;
        align-items: center;
    }


       /* logo */
       .banner-image{
        background-image: none !important;
    }

    .mt-sm {
        margin-top: 25px;
    }


    .schedule-table-col {
        flex-direction: column;
        align-items: self-start;
        row-gap: 15px;
    }
    

}

@media(max-width:530px){
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 31px;
    }

    .banner-heading {
        padding-top: 126px;
        padding-bottom: 0px;
    }
    .banner .line{
        height: 5px;
        width: 55px;
    }

    .about-wrapper{
    padding-bottom: 0px;
    }

    .track-wrapper , .schedule-wrapper , .jims-members-wrapper{
        padding: 0;
    }

    .jims-members{
        padding-bottom: 0;
    }

   
    .banner .banner-subheading {
        font-size: 25px;
    }

    .banner .e-summit-date {
        font-size: 18px;
    }
    .banner p {
        font-size: 15px;
    }

    .circle {
        width: 250px;
        height: 250px;
        left: -156px;
        top: 104px;
    }

    .footer-wrapper{
        padding-top: 0;
    }



}

@media(max-width:420px){
    .spk-jims-wrp{
        flex-direction: column;
        row-gap: 18px;
        text-align: center;
    }
}

@media(max-width:360px){
    header .logo img{
        width: 110px;
    }
    
    .jims-wrap-inner {
        flex-direction: column;
        row-gap: 24px;
    }
}
