/*
======================================
DEZVOLTARE PERSONALA - CSS STYLES
======================================
*/


/*INTRO SECTION*/

.intro-section {
	background-color: #fff;
	width: 100%;
	min-height: 100vh;
	position: relative;
	transition: 0.2s all ease;
	padding-top: 100px;
}

.intro-section__bg {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50rem;
	background-image: url('../images/bg-pattrens/holding-hands-2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background-image .3s ease-in .6s;
}

.intro-section__bg:after {
	content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,.8)),color-stop(55%, rgba(255,255,255,.8)), to(#fff));
    background: -webkit-linear-gradient(rgba(255,255,255,.8),rgba(255,255,255,.8) 55%, #fff);
    background: -o-linear-gradient(rgba(255,255,255,.8),rgba(255,255,255,.8) 55%, #fff);
    background: linear-gradient(rgba(255,255,255,.8),rgba(255,255,255,.8) 55%, #fff);
    top: 0;
    left: 0;
    z-index: 0;
}

.intro-section__copy-outer {
    margin: auto;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    position: relative;
    z-index: 10;

}

.intro-section__copy-inner {
	position: relative;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
	height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.intro-section__title,
.help-section__title {
	font-size: 68px;
	line-height: 78px;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}
	
.intro-section__subtitle {
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 72px;
    font-weight: 200;
}
.intro-section__copy {
	margin-bottom: 30px;
	max-width: 700px;
	text-align: center;
}

.intro-section__copy p {
    font-size: 20px;
    letter-spacing: -1.5px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 400;
}

.intro-section__copy p span {
    font-weight: 700;
}


/*HELP SECTION*/

.help-section {
	position: relative;
	min-height: inherit;
	width: 100%;
	overflow: hidden;
	background-image: url('../images/bg-pattrens/holding-hand-3.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


.help-section__copy-outer {
	margin-left: 15vw;
	padding-top: 15vh;
	padding-bottom: 15vh;
	max-width: 560px;
}

.help-section__copy-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;

}

.help-section__subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: -1px;
}


.help-section__copy p {
    font-family: "Open Sans";
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 36px;
    font-weight: 200;
    text-transform: none;
    opacity: 0.9;
}


/*vertical detail*/

.section__intro {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    padding: 0 1.25rem;
    left: 0;
    position: absolute;
    width: 100%;
 }
.section-intro__inner {
    max-width: 600px;
    position: relative;
    text-align: left;
    float: left;
    width: 50%;
    margin-left: 18.66667%;
}


.vertical-detail--top {
	height: 125px;
}

.vertical-detail--bottom {
    height: 125px;
}


.section-detail {
	position: absolute;
	background-color: #fff;
    height: 150px;	
    left: 33px;
    width: 2px;
    z-index: 98;
    margin-left: 18.66667%;
}

.section-detail--arrow:after {
    border: 2px solid #fff;
    content: '';
    height: 10px;
    left: -4px;
    position: absolute;
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -10px;
}

.section-detail--gray {
	background-color: #afafaf;
	height: 100px;
}

.section-detail--gray:after {
    border: 2px solid #afafaf;
    content: '';
    height: 10px;
    left: -4px;
    position: absolute;
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -10px;
}

.section-detail--arrow-gray:after {
	border: 2px solid #afafaf;
}


.about-section__inner {
    position: relative;
}

.about-section__title {
    font-family: "Open Sans";
    font-size: 46px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 54px;
    margin-bottom: 42px;
    font-weight: 500;
    color: #111;
    text-transform: none;
}

.about-section__copy p {
    font-family: "Open Sans";
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 34px;
    font-weight: 200;
    text-transform: none;
    margin-bottom: 30px;
}

.about-section__link {
    color: #cd1316;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.about-section__link--skype {
    font-weight: 600;
    color: #12A5F4;
}

.about-section__link:after {
    
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    height: 1px;
    background-color: #cd1316;
    width: 100%;
}

.about-section__link:hover:after {
    background-color: #111;
}


.about-section__link--skype:after {
    height: 0px;
}


.about-section__divider {
    position: relative;
    display: block;
    height: 1px;
    background-color: #afafaf;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-section__social-media {
    position: absolute;
    display: inline-block;
    right: 90px;
    top: 10px;
}

.about-section__social-media a {
    display: block;
    color: #7e7e7e;
    font-size: 20px;
    margin-top: 8px;
}


/* ---------- MAX 768PX ---------- */


@media screen and (max-width: 768px)  {

    .intro-section__title {
        font-size: 54px;
        line-height: 64px;
    }

    .about-section__img-wraper {
        padding: 10px;
    }

    .about-section__social-media {
        display: none;
    }

}





/* ---------- MAX 640PX ---------- */

@media screen and (max-width: 640px)  {

    .intro-section__title {
        font-size: 48px;
        line-height: 54px;
    }
    
    .intro-section__subtitle{
        font-size: 32px;
        line-height: 40px;
    }

}


/* ---------- MAX 560PX ---------- */


@media screen and (max-width: 560px) { 
    
    .intro-section__title {
        font-size: 38px;
        line-height: 46px;
    }
    
    .intro-section__subtitle{
        font-size: 30px;
        line-height: 32px;
    }

    .help-section__copy-outer {
        margin-left: 0px;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .vertical-detail--bottom {
        height: 50px;
    }

    .vertical-detail--top {
        height: 90px
    }

    .section-detail{
        height: 50px;
    }

    .help-section__copy-outer {
        padding-top: 4vh;
        padding-bottom: 4vh;
    }


    .about-section__copy p {
        font-size: 22px;
        line-height: 28px;
    }

    .about-section__link {
        text-decoration: underline;
        display: inline;
    }

    .about-section__link:after {
        height: 0px;
    }

}


/* ---------- MAX 480PX ---------- */


@media screen and (max-width: 480px) {

    .intro-section__title {
        font-size: 30px;
        line-height: 42px;
    }
    
    .intro-section__subtitle{
        font-size: 26px;
        line-height: 32px;
    }

    .intro-section__copy p {
        font-size: 18px;
        line-height: 22px;
        text-transform: none;
    }
    

    .help-section__copy p {
        font-size: 21px;
        line-height: 31px;
        font-weight: bold;
    }

    .about-section__title {
        font-size: 36px;
        line-height: 42px;
        text-align: left;
        margin-bottom: 24px;
    }

    .about-section__copy p {
        font-size: 19px;
        line-height: 28px;
    }


}




/* ---------- MAX 360PX ---------- */

@media screen and (max-width: 360px) {

    .intro-section {
        padding-top: 37px;
    }

    .intro-section__title {
        font-size: 26px;
        line-height: 34px;
    }
    
    .intro-section__subtitle {
        font-size: 22px;
        line-height: 26px;
    }

}