@font-face {
    font-family: 'myriad_prolight';
    src: url('./fonts/myriadpro-light-webfont.woff2') format('woff2'),
        url('./fonts/myriadpro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'myriad_proregular';
    src: url('./fonts/myriadpro-regular-webfont.woff2') format('woff2'),
        url('./fonts/myriadpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'myriad_prosemibold';
    src: url('./fonts/myriadpro-semibold-webfont.woff2') format('woff2'),
        url('./fonts/myriadpro-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'cormorant_garamondLtIt';
    src: url('./fonts/cormorantgaramond-italic-variablefont_wght-webfont.woff2') format('woff2'),
        url('./fonts/cormorantgaramond-italic-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'myriad_proregular';
    font-size: 14px;
    overflow-x: hidden;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tslas-logo img {
    max-width: 400px;
}

a.btn.btn-primary,
.btn.btn-primary {
    padding: 11px 40px;
    font-size: 14px;
    border-radius: 0;
    background: #f89b3e;
    font-family: 'myriad_prosemibold';
    border: none;
    color: #000;
    text-transform: uppercase;
}

.btn.btn-primary:hover {
    background: #c16b1e;
    color: #000;
}

h2 {
    font-size: 48px;
    font-family: 'myriad_prolight';
}

.pageSec {
    margin-top: 100px;
}

.headerLink {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.headerLink a {
    color: #000;
    text-decoration: none;
}

.topWrap {
    padding: 20px 14px;
}

.bannerWrap {
    width: 100%;
    background: url(../images/Banner.png) center center/cover no-repeat;
    height: 90vh;
}

.bannerDesc {
    padding-top: 113px;
}

.bannerDesc img {
    max-width: 438px;
    display: block;
    margin-left: -28px;
}

.bannerDesc h1 {
    font-size: 23px;
    font-family: 'myriad_prosemibold';
}

.bannerDesc p {
    font-size: 18px;
}

.bannerDesc p span {
    display: block;
    font-size: 14px;
    font-family: 'myriad_prosemibold';
}

.contsize_1 {
    font-size: 18px;

}

.conferenceWrap ul li {
    background: #e4ab5b;
    width: 20%;
    min-height: 380px;
    padding: 124px 0 124px 38px;

}

.conferenceWrap ul li:nth-child(2) {
    background: #929c75;
}

.conferenceWrap ul li:nth-child(3) {
    background: #7b8f98;
}

.conferenceWrap ul li:nth-child(4) {
    background: #2b6065;
}

.conferenceWrap ul li:nth-child(5) {
    background: #f99b3f;
}

.conferenceWrap ul {
    display: flex;
    gap: 10px;

}

.conferenceWrap ul li img {

    max-width: 92px;
    height: 66px;
    margin-bottom: 30px;
}

.conferenceWrap ul li p {
    font-size: 22px;
    color: #fff;
    max-width: 220px;
    line-height: 28px;
}

.ConferenceBox2 {
    background: url(../images/sectionbg-2.png) center center/cover no-repeat !important;
    padding: 40px;
}

.ConferenceBox {
    background: url(../images/sectionbg-1.png) center center/cover no-repeat;
    padding: 40px;
}

.ConferenceDesc {
    background: #e4ab5bbf;
    padding: 70px 30px;
    min-height: 400px;
}

.ConferenceDesc2 {
    background: #929c75e8 !important;
}

.ConferenceDesc p {
    color: #fff;
}

.ConferenceDesc p span {
    display: block;
    font-size: 18px;
    color: #000;
    font-family: 'myriad_prosemibold';
}

.ConferenceDesc ul {
    background: url(../images/timeline-icon.png) left top repeat-y;
    padding: 0 0 0 29px;
    margin: 0;
    background-size: 12px;
}

.ConferenceDesc ul li {
    line-height: 29px;
}


.grid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.info-box {
    background-color: #929c75;
    color: #222;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.info-box h5 {
    font-weight: 700;
    margin-bottom: 6px;
}

.info-box p {
    margin-bottom: 14px;
    font-size: 15px;
}

.discoverWrap .row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

/* Optional aspect ratios for consistency */
.col-half {
    aspect-ratio: 2 / 1;
}

.col-quarter {
    aspect-ratio: 1 / 1;
}

/* Fix for small images (equal height) */
.small-img {
    height: 100%;
}

.collageimg6 img {
    height: 98.2% !important;
}

@media (max-width: 768px) {

    .col-half,
    .col-quarter {
        aspect-ratio: auto;
    }

    .small-img {
        height: auto;
    }
}







.footerWrap {
    padding: 90px 0;
    background: #ed1b24;
}

.footerWrap p {
    color: #fff;
}

.footerWrap p span {
    font-family: 'myriad_prosemibold';
}

.footerWrap p a {
    text-decoration: none;
    color: #fff;
}

.footerWrap p+p {
    margin-bottom: 0;
}

.footerLogo img {
    max-width: 180px;
}


@media (max-width: 1199px) {
    .topWrap {
        padding: 14px 0 3px;
    }

    .conferenceWrap ul {
        display: block;
    }

    .collageimg6 img {
        height: 100% !important;
    }

    .conferenceWrap ul li {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .conferenceWrap ul li p {
        margin: auto;
    }

    h2 {
        font-size: 34px;
    }

    .ConferenceBox {
        margin-bottom: 20px;
        padding: 18px;
    }

    .ConferenceBox2 {
        margin-bottom: 0 !important;
    }

    .headerLink {
        justify-content: center;
        display: none;
    }

    .tslas-logo img {
        max-width: 352px;
        margin-bottom: 20px;
    }

    .tslas-logo {
        text-align: center;
    }

    .bannerDesc img {
        max-width: 280px;
        margin: auto;
    }

    .bannerDesc {
        text-align: center;
    }

    section.pageSec {
        text-align: center;
    }

    .ConferenceDesc {
        text-align: left;
    }

    .footerLogo {
        margin-bottom: 24px;
    }

}
