.summit-img {
    /* height: calc(100vh - 70px); */
    overflow: hidden;
}

.intro-section {
    margin-bottom: 75px;
}

.bg-grey {
    background: #f2f2f2;
}

#intro-section {
    height: 100vh;
    display: flex;
    align-items: center;
}

#testimonial-block {
    padding: 60px 0 70px;
}

.testimonial-content h4 {
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 30px;
    color:#CF2030;
}

.testimonial-desc p  {
    color:#CF2030;
}

.testimonial-desc p.main-data {
    font-size: 35px;
    font-weight: bold;
    color: #CF2030;
    margin-bottom: 20px;
}

.testimonial-desc p.small-data {
    font-size: 27px;
}

.testimonial-desc a {
    background: #CF2030;
    padding: 5px 15px;
    font-size: 27px;
    border: 2px solid transparent;
    text-decoration: none;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
}

.testimonial-desc a:hover {
    background: #FFFFFF;
    border:2px solid #CF2030;
    color: #CF2030;
}

/*  */
.scroll-text span {
    display: block;          /* stack lines */
    color: #C8C8C8;          /* default gray */
    transition: color 0.3s ease;
    font-weight: Bold;
    font-size: 120px;
    line-height: 100%;
    letter-spacing: 0.25px;
}

/*  */

#agenda-section {
    margin: 75px 0 100px;
}

#agenda-section h4 {
    font-size: 80px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 50px;
}


.gallery_block {
    padding: 175px 0 0;
    position: relative;
}

.gallery_block::before {
    content: 'TEAM';
    font-family: Roboto;
    font-weight: 700;
    font-size: 300px;
    line-height: 100%;
    letter-spacing: 0.25px;
    vertical-align: middle;
    color: #ECECEC;
    position: absolute;
    top: 0;
}

.gallery_block::after {
    content: 'MEMORIES';
    font-family: Roboto;
    font-weight: 700;
    line-height: 100%;
    font-size: 200px;
    color: #ECECEC;
    letter-spacing: 0.25px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
}

button.accordion-button {
    display: block;
}

.accordion-body {
    padding: 60px 0;
}

#heading_1 button.accordion-button {
    background: #f2f2f2 !important;
}

#heading_2 button.accordion-button {
    background: #e7e7e7 !important;
}

#heading_3 button.accordion-button {
    background: #dfdfdf !important;
}

#heading_4 button.accordion-button {
    background: #c3c3c3 !important;
}

#heading_5 button.accordion-button {
    background: #b0b0b0 !important;
}

section#gallery_section #wonderplugingridgallery-1 .wonderplugin-gridgallery-loadmore-btn {
    padding: 8px 20px;
    border-radius: 5px;
    margin: 25px 0;
}

.gallery_block .container {
    width: 75vw;
    margin: 0 auto;
}
.accordion-item {
    border: 0 !important;
}
.the-memoire {
    font-family: Roboto;
    font-weight: 700;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: 0.25px;
    vertical-align: middle;
    color: #CF2030;
    text-align: center;
    margin: 150px auto;
}

.foot-info-text {
    font-family: Roboto;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.25px;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    position: absolute;
    color: #fff;
}

section.footer-info-tag {
    position: relative;
}

.info-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.duration_block {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #c2c2c2;
    border-radius: 15px;
    min-height: 100px;
    display: flex;
    align-items: center;
}

.duration_time {
    color: #cf2030;
}

@media only screen and (max-width: 1200px) {
    .gallery_block .container {
        width: auto;
    }

    .testimonial-content h4 {
        font-size: 40px;
    }
    .testimonial-desc p.main-data {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .testimonial-desc p.main-data {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .testimonial-desc a {
        font-size: 20px;
    }
    .summit-img {
        height: auto;
    }
    .scroll-text span{
        font-size: 100px;
    }

    .foot-info-text {
        font-size: 24px;
    }
    .duration_time {
        font-size: 18px;
    }
     #intro-section {
        height: auto;
        padding: 75px 0;
    }
}

@media only screen and (max-width: 992px) {
    .testimonial-content h4 {
        font-size: 32px;
    }

    .testimonial-desc p.main-data {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .testimonial-desc p.main-data {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .testimonial-desc a {
        font-size: 18px;
    }
    .scroll-text span{
        font-size: 75px;
    }
    .foot-info-text {
        font-size: 20px;
    }
    .gallery_block::before{

    }
     #intro-section {
        height: auto;
        padding: 50px 0;
    }
}

@media only screen and (max-width: 767px) {
    h4.heading-block,
    .testimonial-content h4 {
        font-size: 24px;
    }

    .site-branding img {
        width: 130px;
    }
    .testimonial-img {
        width: 70%;
        margin: 50px auto 0;
        display: block;
    }
    .scroll-text span{
        font-size: 40px;
    }
    .gallery_block {
        padding: 30px 0 0;
    }

    .the-memoire {
        font-size: 25px;
        margin: 0 0 40px 0;
    }

    .gallery_block::before {
        font-size: 75px;
        top: 0;
    }

    .gallery_block::after {
        font-size: 40px;
    }
    .wonderplugin-gridgallery-item-container {
        padding: 3px;
    }
    .foot-info-text {
        font-size: 10px;
    }
    #agenda-section h4{font-size: 36px;margin: 0 0 40px;}
    #intro-section {
        height: auto;
        padding: 50px 0;
    }
    .duration_detail,
    .duration_time {
        font-size: 14px;
    }
    .accordion-body {
        padding: 25px 0;
    }
    #agenda-section {
        margin: 50px 0;
    }
    .accordion-body .duration_block:last-child {
        border-bottom: 1px solid #c2c2c2;
    }
}