body{
    margin: 0;
    padding: 0;
    font-family: "Montserrat", serif;
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

header{
    /*background: #018EC9;*/
    /*background: #011F47;    */
    background: #213a6b;
    color: #fff;
}
.same-btn {
    display: inline-block;
    color: #E5255E;
    background: #fff;
    padding: 12px 30px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
}
header .same-btn {
    margin-top: 6px;
}
header .same-btn .fa {
    font-size: 18px;
    margin-right: 6px;
}
header .logo {
    width: 250px;
}
header .logo img {
    filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.45));
}

/* banner */

h1 {
    font-size: 40px;
    font-weight: 900;
    margin: 0;
}
.banner h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.same-btn:hover{
    background: #E5255E;
    color: #fff;
}
.same-btn.bg-pink {
    background: #E5255E;
    color: #fff;
}
.same-btn.bg-pink:hover{
    background: #fff;
    color: #E5255E;
}
.banner-wave {
    margin-top: 30px;
}
.banner-wave .banner-btn {
    background: #018EC9;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    padding: 8px 30px;
    display: inline-block;
    margin-top: 15px;
}

/* About */

section{
padding: 70px 0;
}
h3.secTitle img {
    margin-right: 10px;
}
h3.secTitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.about-content {
    height: 300px;
    display: flex;
    align-items: center;
}

/* Case */

ul,li,a{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
.case-based-workshop{
background: #011F47;
color: #fff;
}
.left-case-list li {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}
.left-case-list li img{
    margin-right: 15px;
}
.right-case h5{
    font-size: 16px;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    font-weight: 600;
}

/* registration */

.registration{
    background: url(../images/registration_bg.jpg);
    background-attachment: fixed;
background-size: cover;
    color: #fff;
}
.registration h5 {
    font-size: 16px;
    font-weight: 600;
}
.registration li{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.registration li img{
    margin-right: 15px;
}
.registration h3.secTitle{
    margin-bottom: 10px;
}


/* coordinator */

.coordinator h3.secTitle{
    margin-bottom: 10px;
}

.coordinator h5{
    font-size: 16px;
    font-weight: 600;
}

.coordinator ul li{
    padding: 0 30px;
    font-size: 16px;
    font-weight: 700;
    border-right: 1px solid #000;
}

.coordinator ul li:last-child{
    border: none;
}


@media screen and (max-width: 1199px) {
    header .logo {
        width: 200px;
    }
    .banner h1 {
        font-size: 24px;
    }
    .banner h4 {
        font-size: 18px;
    }
    .banner-wave { margin-top:0; }
    .banner-wave .banner-btn {
        font-size: 15px;
        padding: 6px 20px;
        margin-top: 10px;
    }    
    
}
@media screen and (max-width: 991px) {
    .coordinator ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .coordinator ul li {
        padding: 8px 20px;
        border-right: 0px solid #000;
        background: #f2f2f2;
        border-radius: 5px;
        margin-right: 0 !important;
    }
}

@media screen and (max-width:576px){
    body{
        text-align: center;
    }
    header .logo { margin: auto; }
    /*.banner-content {
        position: initial !important;
        background: #011d50;
    }*/
    header .same-btn {
        margin-top: 6px;
        font-size: 12px;
    }
    h1 {
        font-size: 24px;
        font-weight: 900;
        margin: 0 0 10px;
    }
    .banner {
        height: 400px;
    }
    .banner .bg-mobile {
        object-fit: cover;
        height: 100%;
    }
    .banner h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .banner-wave .banner-btn {
        font-size: 14px;
        padding: 8px 15px;
    }
    .about-content {
        height: initial;
        display: block;
        align-items: center;
        text-align: center;
        margin-top: 30px;
    }
    section{
        padding: 30px 0;
    }
    h3.secTitle {
        font-size: 20px;
    
    }    
    .left-case-list li{
        font-size: 14px;
    }
    .right-case {
        margin-top: 30px;
    }
    .left-case-list {
        text-align: left;
        margin-left: 25px;
    }
    .same-btn.bg-pink.me-4 {
        margin: 0 0 15px !important;
    }
    .coordinator ul { gap: 4px; }
    .coordinator ul li {
        padding: 5px 10px;
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .banner {
        height: 350px;
    }
}