@import url('https://pro.fontawesome.com/releases/v5.15.4/css/all.css');

html,
body {
    background-color: #f0f0f0;
    padding: 0;
    margin: 0;
}

.massive-section {
    display: block;
    min-height: 500px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    position: relative;
}
/* 
.massive-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #7650ff;
    opacity: 0.3;
} */

.massive-image-main {
    background-color: #eef;
    border: 1px solid #ccc;
    padding-top: 50%;
}

.massive-image-main {
    background-size: cover;
    background-position: center;
}

.bg-gtu-purple {
    background-color: #7650ff;
}


.container {
    max-width: 1130px;
}

.logotext {
    font-family: 'FiraGO';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    max-width: 360px;
    margin-left: 10px;
    color: #333;
}

.imsconf-section {
    background-color: #fff;
    padding: 40px 50px;
    min-height: 100px;
    margin-top: 20px;
}

.ims-sections-wrapper {
    margin-top: -280px;
    position: relative;
    z-index: 15;
}

.section p:last-child {
    margin-bottom: 0px !important;
}

.footer-logo {
    max-width: 90px;
    display: block;
}


.footer-logo {
    max-width: 90px;
    display: block;
}

.footer-logo img {
    max-width: 100%;
}

.infoItem {
    display: flex;
    align-items: center;
    color: #333 !important;
    text-decoration: none !important;
    width: fit-content;
    margin-bottom: 5px;
}

.infoIcon {
    color: #fff;
    background: rgb(118, 80, 255);
    --infoiConBodySize: 38px;
    min-width: var(--infoiConBodySize);
    min-height: var(--infoiConBodySize);
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infotext {
    font-family: 'FiraGO';
    padding: 10px;
}

.ifi-lineawesome {
    font-size: 22px;
    line-height: 1;
    margin-top: 2px;
    margin-left: 1px;
}

.p-9-15 {
    padding: 9px 15px;
}

.viewPage {
    max-height: 170px !important;
    min-height: 170px;
}

.partners-section {
    background-color: #f3f3ff;
    padding: 30px;
}

.text-upper {
    text-transform: uppercase;
}

.bottom-partners {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
}

.partner-item img {
    max-height: 65px;
}

.page-decor {
    background-color: #333333;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;


}

.page-decor-h {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 11;
}

.page-decor::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: linear-gradient(to bottom, transparent, #000000d1);
}


.amex-title {
    font-family: 'FiraGO';
    font-feature-settings: 'case';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.822);
    padding: 30px;
    max-width: 700px;
    width: fit-content;
    min-width: 450px;
    color: #000;
}

.workshops-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 20px;
}

.workshop-item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 40px;
    transition: 200ms ease-in-out;
}

.workshop-item:hover {
    outline: 1px solid #7650ff;
}

.workshop-lead-image {
    --wh: 150px;
    min-width: var(--wh);
    max-width: var(--wh);
    min-height: var(--wh);
    max-height: var(--wh);
    border-radius: 50%;
    background-color: #ccf;
    outline: 5px solid #7650ff;
    margin: auto;
    background-size: cover;
    background-position: center;
}

.workshop-name {
    font-weight: 600;
}

.workshop-lead {
    font-weight: 400;
}

.workshop-text {
    text-align: justify;
    text-indent: 20px;
}

.panel-discussion-members {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.panel-discussion-member {
    padding: 10px;
}

.discussion-member-name {
    padding: 10px;
    font-family: 'FiraGO';
    font-weight: 600;
    margin-top: 10px;
}

.discussion-name {
    font-family: 'FiraGO';
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 10px;
}

.contestant-image {
    --wh: 150px;
    min-width: var(--wh);
    max-width: var(--wh);
    min-height: var(--wh);
    max-height: var(--wh);
    border-radius: 0px;
    background-color: #ccf;
    outline: 5px solid #7650ff;
    margin: auto;
    background-size: cover;
    background-position: center;
}

.contestant-item {
    background-color: #fff;
    padding: 50px;
    display: grid;
    grid-template-columns: 200px 1fr;
    margin-bottom: 20px;
    border: 1px solid #eef;
}

@media (max-width: 768px) {

    .contestant-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

}

.contestant-item-right {
    background-color: #fff;
    padding: 50px;
    display: grid;
    grid-template-columns: 1fr 200px;
    margin-bottom: 20px;
}

.contestant-name {
    font-family: 'FiraGO';
    font-weight: 600;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 14 !important;
}

.carousel-control-next i,
.carousel-control-prev i {
    font-size: 18px;
}

.carousel-item.active {
    animation: I forget how to do it;
}

.carousel-item.active h1 {
    transform: translateY(0);
    animation: textFadeUp 0.5s ease-out;
}

@keyframes textFadeUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}