
.intro{
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.boy-scroll{
    z-index: -3;
}

.stickem-container {
    position: relative;
    height: 80vh;
    overflow: hidden;
    margin-bottom: 50px;
}

.stickem{
    z-index: -3;
    position: fixed;
    right:100px;
    top: 20%;
    width: 100%;
}

.stickit {
    z-index: -3;
    position: fixed;
    right:100px;
    width: 100%;
}

.stickit-end {
    z-index: -5;
    width: 100%;
    bottom: -9%;
    top: unset;
    position: absolute;
    right: 100px;
}

/*workshop page*/
.header{
    padding: 50px 0 50px 0;
}

.header-wave{
    text-align: center;
}

.background{
    background-color: var(--background-color);
}
/*.waves{
    min-height: 560px;
    position: relative;
    overflow: hidden;
    background: var(--background-color);
}

.waves :before {
    content: '';
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    left: -8%;
    width: 127%;
    height: 295px;
    background: url("/media/workshop/wave.png") no-repeat;
    background-size: cover;

}*/

.wave{
    margin: 0 -50px 0 -3%;
    width: 105%;
    position: absolute;
    z-index: -1;
}

.hero-workshop{
    height: inherit;
    top: 15%;
    width: auto;
    z-index: 40;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 51px;
}

.hero-workshop .vedic-abacus{
    font-size: 2rem;
    letter-spacing: 5px;
    padding: 0% 26%;
}

/*tab beginners and advance*/

.workshop-container{
    width: 40%;
    text-align: center;
    margin: 0 auto;
    max-width: 1280px;
    box-sizing: inherit;
}

.tab {
    display: flex;
    overflow: hidden;
    justify-content: space-around;
}
.tab-div{
    display: flex;
    flex-direction: column;
    /*flex: 1;*/
    width: 45%;
    text-align: -webkit-center;
}
.tab button {
    width: 100%;
    background-color: inherit;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 14px 0px;
    transition: 0.3s;
    font-size: 17px;
    color: #388492;
    font-weight: bold;
    border: 1px;
    box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.08), 5px 5px 9px rgba(0,0,0,0.08);
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    box-shadow: inset 0px 0px 0px 4px rgb(56, 132, 146), 5px 5px 9px rgba(0,0,0,0.08);
    background-color: #FFF5E5;
}

.tabcontent {
    display: none;
    padding: 6px 20px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.arrow-top{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #388592 transparent;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

#content-tab{
    background-color: #FFF5E5;
    border: 3px solid #388492;
    margin: -2px 0px 20px 0px;
}

@media (max-width : 885px) and (min-width: 571px){
    .workshop-container{
        width: 65%;
    }
}

@media (max-width : 571px){
    .workshop-container{
        width: 80%;
    }
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.scroll-boy{
    z-index: -3;
    position: absolute;
    top: 20vh;
    right:100px;
    width: 100%;
}

/*gallery*/

#gallery{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 50px 0 50px 0;
}

#gal-row1{
    display: flex;
    flex-direction: row;
    flex-wrap:  wrap;
    justify-content: center;
}

.gal-row1-col{
    width: 200px;
    height: 200px;
    background: var(--accent-color);
}

#gal-row1-img{
    width: 400px;
    height: 200px;
    margin: auto 20px;
}

#gal-row2{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 10px;
}

.gal-row2-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#gal-row2-col2{
    margin: auto 21px;
}

#gal-row2-col2 img{
    width: 400px;
}

.gal-row-imgbox{
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.gal-row-imgbox img{
    position: absolute;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
}

.gal-row2-col-box{
    width: 200px;
    height: 200px;
    background: var(--primary-color);
}


@media (max-width : 855px){

    .gal-row1-col{
        width: 40%;
        order: 1;
        margin: 0px 10px 20px 0px;
    }

    #gal-div-row1-img{
        order: 3;
        width: 90%;
    }

    #gal-row1-img {
        width: 90%;
        height: auto;
    }

    .gal-row2-col-box{
        width: 40%;
    }

    #gal-row2{
        flex-direction: column;
    }

    .gal-row-imgbox{
        margin: 0px 10px 20px 0px;
        width: 40%;
    }

    .gal-row2-col{
        flex-direction: row;
    }
    .hero-workshop .vedic-abacus{
        letter-spacing: 0px;
    }
    #gal-row2-col2 img{
        width: 85%;
        padding: 2% 0 11px 0;
    }
}

@media (max-width : 423px){
    .gal-row1-col{
        width: 90%;
        order: 1;
        margin: 0px 0px 20px 0px;
    }

    .gal-row2-col-box{
        width: 90%;
    }

    .gal-row-imgbox{
        margin: 0px 10px 20px 0px;
        width: 90%;
    }

    .gal-row2-col{
        flex-direction: column;
        align-items: center;
    }

    #gal-row2-col2 img{
        width: 85%;
        padding: 5% 0 11px 0;
    }
}

/*gallery end*/
@media (max-width : 571px){

    .wave {
        margin: 0 -61px 0 -118%;
        width: 335%;
    }
    .hero-workshop .vedic-abacus {
        padding: 0 10px 0 10px;
    }
    .hero-workshop

}

@media (max-width : 775px) and (min-width: 571px){
    .intro{
        height: 60vh;
    }

    .wave{
        margin: 0px -61px 0 -60%;
        width: 224%;
    }

}

@media (max-width : 992px){
    .scroll-boy{
        visibility: hidden;
    }
}

#deliverables{
    padding: 50px 0 50px 0;
}