.symf_area--rgt{
    background-image: url(../img/detal/banner.png);
}

.sc1detal{

}

.sc1detal-holder{
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
}

.sc1detal-title{
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    line-height: normal;
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
}

.sc1detal-grabber{
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem;
    justify-content: space-around;
}

.sc1detal-box{
    max-width: 20rem;
    
}

.sc1detal-box img{
    width: 20rem;
    height: 20rem;
}

.sc1detal-box p{
    font-size: 1rem;
    margin: 0;
    margin-top: 2rem;
}

.blobgrabber{
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
}

.blobgrabber img{
    width: 100%;
    height: auto;
    max-width: 30rem;
}

.section1-box img{
    height: 7.5rem;
}

.screenSection{
    display: flex;
    justify-content: center;
    align-items: center;
}

.screenSection-holder{
    width: 100%;
    max-width: 85rem;
}

.screenSection-holder h4{
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    line-height: normal;
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
}

.screenSection-imgs{
   
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    margin-top: 4rem;
}

.screenSection-img{
   margin: .5rem;
   cursor: pointer;
}

.screenSection-img img{
    width: 17rem;
    height: auto;
}

.hiddenScreenSection{
    display: none;
}

.hiddenScreenSection.active{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .9);
    left: 0;
    top: 0;
    z-index: 9999;
}

.hiddenScreenSection-holder{
position: relative;
}

.hiddenScreenSection-closeButton{
border-radius: 50%;
width: 4rem;
height: 4rem;
transform: rotate(45deg) translate(-100%,-100%);
font-size: 3rem;
font-family: monospace;
background-color: transparent;
position: absolute;
right: 0;
top: 0;
color: white;
border: none;

}

.hiddenScreenSection-content{
    width: 100%;
    max-width: 75rem;
    height: auto;
}

.hiddenScreenSection-content .bigScreenshoot{
    display: none;
}
.hiddenScreenSection-content .bigScreenshoot.active{
    display: inline-block;
    width: 100%;
    height: auto;
}


.section3{
    background-color: #F4F4F4;
    background-image: url(../img/symfoniaDetal/bg2.png);
    background-repeat: no-repeat;
    background-position: 110% 50%;
    background-size: 40rem;
    border-bottom-right-radius: 5rem;
    margin-top: 4rem;
}

.section3-holder{

}

.section3-lft{
    width: 100%;
    max-width: 85rem;
    margin: 0 auto;
}

.section3-grabber{
    width: 100%;
    max-width: 50rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.section3-box{
    background-color: white;
    border-top: 0.5rem solid #009A00;
    width: 22rem;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 1rem;
    border-bottom-right-radius: 5rem;
}

.section3-box h5{
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    margin: 1rem 0;
    height: 3.2rem;
    line-height: normal;
}

.section3-box p{
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.section3-box a{
    margin-top: 2rem;
}


@media (max-width: 700px){
    .section3{
        background-image: none;
    }
}