@import url(./header.css);
@import url(./footer.css);
@import url(./booklet.css);

.section {
    padding: 30px 0;
}

.green-btn {
    position: relative;
    background-color: #BAFC9D;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 1px 1px 1px 1px #000;
    letter-spacing: 1px;
    padding: 10px 20px;
    min-width: 210px;
    text-align: right;
}

.result::before {
    content: '';
    display: block;
    background-image: url('../images/gallery.svg');
    width: 30px;
    height: 35px;
    position: absolute;
    left: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}

.btn-block-banner {
    position: absolute;
    bottom: 25px;
    left: 3%;
}

.banner-slider-section {
    padding-top: 100px;
    background-color: #f59b3e;
}

.section .title-section h2 {
    font-size: 26px;
    line-height: 1.4;
    font-family: "Poppins";
    font-weight: 500;
    margin-bottom: 0;
}

.title-section h4 {
    font-size: 20px;
    line-height: 36px;
    font-family: "Poppins";
    font-weight: 600;
    color: #2f0063;
    text-transform: uppercase;
    margin-bottom: 0;
}

.school-details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ideas {
    font-size: 18px;
    font-weight: 500;
}


.bg-box {
    position: relative;
    border-radius: 5px;
    border: 1px solid #ECECEC;
    -webkit-box-shadow: 0px 4px 4px 0px rgb(204, 204, 204);
    -moz-box-shadow: 0px 4px 4px 0px rgb(204, 204, 204);
    box-shadow: 0px 4px 4px 0px rgb(204, 204, 204);
    border: 1px solid rgba(0, 0, 0, 0.13);
    background: #EBDEFA;
}

.img-wrapper-outer {
    padding: 10px;
}

.speaker-details {
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 45px;
}

.speaker-details h6 {
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
}

.speaker-details p {
    font-size: 12px;
    line-height: 1.5;
    font-family: "Poppins";
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
}

.image-block {
    text-align: center;
    padding: 10px;
    padding-left: 20px;
}

.img-border {
    border: 1px solid #0f09cc;
}

.speaker-img {
    margin-top: -10px;
    margin-left: -20px;
    padding-bottom: 10px;
    width: 100%;
    height: 207px;
}

a:hover {
    text-decoration: none;
}

@media(max-width:768px) {
    .img-wrapper-outer {
        margin: 20px 0;
    }

    .btn-block-banner {
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media(max-width:468px) {
    .img-wrapper-outer {
        margin: 10px 0;
    }
}