/*
-----------------------------
NAVIGARE
-----------------------------
*/

.header{
    background: linear-gradient(to bottom right, var(--dark-color), var(--first-color), var(--first-color));
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.wrap-navbar{
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logo-navbar{
    padding-top: 30px;
}

.navbar{
    padding: 50px 0;
}

.secondary-navbar{
    text-align: right;
}

.contact-seconday-navbar{
    padding-bottom: 8px;
}

.contact-seconday-navbar a{
    font-size: var(--font-size-xs);
    color: var(--second-color);
    padding-left: 10px;
}

.contact-seconday-navbar a:not(:last-child){
    border-right: 1px var(--second-color) solid;
    padding-right: 10px;
}

.social-media-secondary-navbar{
    padding-bottom: 14px;
}

.social-media-secondary-navbar a{
    font-size: var(--font-size-xs);
    padding-left: 10px;
}

.social-media-secondary-navbar a:not(:last-child){
    border-right: 1px var(--dark-color) solid;
    padding-right: 10px;
}

.primary-navbar{
    text-align: right;
    padding-bottom: 50px;
}

.primary-menu-navbar a{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-m);
    font-weight: 400;
}

.primary-menu-navbar li:not(:last-child){
    padding-right: 15px;
}

.primary-menu-navbar{
    display: inline-flex;
    flex-wrap: wrap;
}

.primary-menu-link-navbar:hover {
    cursor: pointer;
    color: var(--second-color);
    transition: .8s;
}

.contact-social-on-mobile{
    display: none;
}

.on-home-page{
    color: var(--second-color);
}

.btn-menu-hamburger{
    display: none;
}

@media only screen and (max-width: 1240px) {
	.wrap-navbar {
        width: 90%;
    }
}

@media only screen and (max-width: 920px) {
    .logo-navbar{
        width: 130px;
        padding-top: 10px;
    }

    .secondary-navbar{
        display: none;
    }

    .primary-navbar{
		height: 100vh;
		width: 100%;
		background-color: var(--first-color);
		display: inline-flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
		opacity: 0;
		transform: scale(0);
		position: absolute;
		top: 0;
		left: 0;
	}

    #primary-navbar.activated{
        opacity: 1;
        transform: scale(1);
    }

    .primary-menu-navbar {
        display: inline-flex;
        flex-direction: column;
        text-align: right;
        margin-right: 40px;
    }

    .contact-social-on-mobile{
        display: inline-flex;
        flex-direction: column;
        margin-right: 40px;
        margin-top: 50px;
    }

    .contact-seconday-navbar-on-mobile{
        margin-bottom: 14px;
    }

    .contact-seconday-navbar-on-mobile a{
        font-size: var(--font-size-s);
        color: var(--second-color);
        padding-left: 15px;
        font-weight: 600;
    }

    .social-media-secondary-navbar-on-mobile a{
        font-size: var(--font-size-s);
        padding-left: 15px;
        font-weight: 600;
    }

    .primary-menu-navbar a{
        font-size: var(--font-size-xl);
    }

    .primary-menu-navbar li{
        padding: 5px;
    }

    .primary-menu-navbar li:not(:last-child){
        padding-right: 0;
    }

    .btn-menu-hamburger{
        display: inline-block;
        z-index: 50;
        position: absolute;
        top: 40px;
        right: 40px;
    }

    .btn-menu-hamburger:hover {
        cursor: pointer;
	}

	.close-button-hamburger {
		display: none;
	}

	.open-button-hamburger {
		display: block;
	}

    #btn-menu-hamburger.activated .open-button-hamburger{
        display: none;
    }

    #btn-menu-hamburger.activated .close-button-hamburger{
        display: block;
    }
}

/*
-----------------------------
HEADER
-----------------------------
*/

.wrap-header{
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

.content-header-section{
    text-align: left;
    width: 42%;
}

.content-header-section h1{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-xxl);
    color: #ffffff;
    font-weight: 500;
    line-height: 5rem;
    padding-top: 30px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}

.content-header-section h2{
    font-size: var(--font-size-m);
    color: var(--second-color);
    padding-top: 14px;
    padding-bottom: 24px;
}

.img-content-header-section {
    display: none;
}

.content-header-section p{
    color: #ffffff;
    padding-bottom: 14px;
}

.btn-content-header-section{
    margin-top: 36px;
}

.img-header-section{
    width: 57%;
    padding-bottom: 50px;
}

@media only screen and (max-width: 1240px) {
	.wrap-header {
        width: 90%;
    }

    .content-header-section button{
        margin-bottom: 50px;
    }

    .img-header-section{
        padding-top: 50px;
    }
}

@media only screen and (max-width: 920px) {
    .wrap-header{
        width: 100%;
    }
    
    .content-header-section{
        width: 90%;
        text-align: center;
        margin: 0 auto;
        padding: 20px 0 50px;
    }
    
    .content-header-section h1{
        font-size: var(--font-size-xl);
        line-height: 3.8rem;
    }
    
    .content-header-section h2{
        font-size: var(--font-size-s);
        line-height: 1.8rem;
    }

    .img-content-header-section {
        display: inline-block;
        padding-bottom: 36px;
    }
    
    .img-header-section{
        display: none;
    }
}

/*
-----------------------------
CASH4CASH
-----------------------------
*/

.important-campaigns-section {
    width: 100%;
    text-align: center;
    background: linear-gradient(to right, #2d3142 50%, #9e2c2b 50%);
}

.wrap-important-campaigns-section {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.left-important-campaigns-section {
    width: 50%;
    background-color: var(--dark-color);
    text-align: left;
}

.wrap-da-i-un-plus {
    padding: 50px 100px 50px 0;
}   

.text-da-i-un-plus h2{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-xl);
    color: #ffffff;
    font-weight: 500;
    line-height: 3.4rem;
    padding: 8px 0;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}

.text-da-i-un-plus h4 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8rem;
    color: #ffffff;
}  

.text-da-i-un-plus p {
    color: #ffffff;
    margin: 24px 0;
}  

.right-important-campaigns-section {
    width: 50%;
    background-color: var(--identity-color);
    text-align: left;
} 

.wrap-cash-four-cash {
    padding: 50px 0 50px 50px;
}    

.text-cash-four-cash h2{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-xl);
    color: #ffffff;
    font-weight: 500;
    line-height: 3.4rem;
    padding: 8px 0;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}

.text-cash-four-cash p {
    color: #ffffff;
}    

.btn-cash-four-cash-section {
    margin-top: 20px;
}    

@media only screen and (max-width: 1240px) {
	.wrap-important-campaigns-section {
        width: 90%;
    }
}

@media only screen and (max-width: 920px) {
    .important-campaigns-section {
        background: var(--dark-color);
    }

    .wrap-important-campaigns-section {
        width: 100%;
    }

    .left-important-campaigns-section {
        width: 100%;
    }

    .right-important-campaigns-section {
        width: 100%;
    }

    .wrap-da-i-un-plus,
    .wrap-cash-four-cash {
        padding: 50px 0;
        width: 90%;
        margin: 0 auto;
    }
}

/*
-----------------------------
ABOUT ME
-----------------------------
*/

.about-me{
    width: 100%;
    background-color: var(--second-color);
    text-align: center;
}

.wrap-about-me{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 70px 0;
}

.about-me-section{
    width: 49%;
    text-align: left;
}

.about-me-section h2{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-xl);
    color: var(--dark-color);
    font-weight: 500;
    line-height: 3.4rem;
    padding: 8px 0;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}
.about-me-section h4{
    font-family: var(--pharagraph-font-famlily);
    font-size: var(--font-size-m);
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 14px;
}

.about-me-section button{
    margin-top: 24px;
}

.projects-counter-section{
    width: 40%;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 5px 12px 4px rgba(0,0,0,0.4);
}

.wrap-projects-counter-section{
    padding: 36px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.wrap-projects-counter-section h3{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-l);
    color: var(--dark-color);
    font-weight: 500;
    line-height: 2.4rem;
}

.wrap-projects-counter-section h4{
    font-family: var(--pharagraph-font-famlily);
    font-size: var(--font-size-s);
    color: var(--dark-color);
    font-weight: 600;
    line-height: 2rem;
}

.wrap-projects-counter-section p{
    font-size: var(--font-size-xs);
    color: var(--dark-color);
    font-weight: 400;
    line-height: 1.2rem;
}

.header-projects-counter-section{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.title-header-projects-counter-section{
    text-align: left;
    padding-left: 10px;
}

.content-projects-counter-section{
    text-align: left;
    padding-top: 24px;
}

.one-project-counter-section{
    padding-bottom: 14px;
}

@media only screen and (max-width: 1240px) {
	.wrap-about-me{
        width: 90%;
    }
}

@media only screen and (max-width: 920px) {
    .wrap-about-me{
        display: inline-flex;
        flex-direction: column;
        padding: 50px 0 0;
        width: 100%;
    }
    
    .about-me-section{
        width: 90%;
        text-align: center;
        padding-bottom: 50px;
        margin: 0 auto;
    }

    .img-about-me-section img{
        margin: 0 auto;
    }
    
    .projects-counter-section{
        width: 100%;
        background-color: var(--first-color);
        border-radius: 0;
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
    
    .wrap-projects-counter-section{
        padding: 36px;
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    
    .header-projects-counter-section{
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    
    .title-header-projects-counter-section{
        text-align: left;
        padding-left: 10px;
    }
    
    .content-projects-counter-section{
        text-align: left;
        padding-top: 24px;
    }
    
    .one-project-counter-section{
        padding-bottom: 14px;
    }
}

/*
-----------------------------
SERVICES
-----------------------------
*/

.services{
    width: 100%;
    text-align: center;
}

.wrap-services{
    padding: 100px 0;
}

.img-header-services-section img{
    margin: 0 auto;
}

.content-header-services-section{
    width: 49%;
    margin: 0 auto;
}

.content-header-services-section h2{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-xxl);
    color: var(--dark-color);
    font-weight: 500;
    line-height: 4.8rem;
    padding: 24px 0 14px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}

.content-services-section{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}

.category-content-services-section{
    width: 32%;
}

.title-category-content-services-section h3{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-xl);
    font-weight: 500;
    line-height: 3.4rem;
    padding: 14px 0 0;
}

.visual-identity-service-title {
    color: var(--identity-color);
}

.communication-materials-service-title{
    color: var(--materials-color);
}

.presentation-website-service-title{
    color: var(--website-color);
}

.img-title-category-content-services-section img{
    margin: 0 auto;
}

.img-category-content-services-section{
    padding: 24px 0;
}

.paragraph-category-content-services-section{
    padding-bottom: 36px;
}

@media only screen and (max-width: 1240px) {
	.wrap-services{
        padding: 70px 0;
        width: 90%;
    }
    
    .content-header-services-section{
        width: 80%;
    }
}

@media only screen and (max-width: 920px) {
    .wrap-services{
        padding: 100px 0;
        width: 90%;
    }
    
    .content-header-services-section{
        width: 80%;
    }
    
    .content-services-section{
        display: inline-flex;
        flex-direction: column;
    }
    
    .category-content-services-section{
        width: 90%;
        margin: 0 auto;
        padding: 50px 0;

    }

    .img-category-content-services-section img{
        margin: 0 auto;
    }
}

/*
-----------------------------
BENEFITS
-----------------------------
*/

.benefits{
    width: 100%;
    background-image: url("../img/homepage/homepage-background-benefits-desktop-radum-grafix.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wrap-benefits{
    padding: 100px 0;
    text-align: center;
}

.img-header-benefits-section img{
    margin: 0 auto;
}

.content-header-benefits-section{
    width: 66%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.content-header-benefits-section h2{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-xxl);
    color: var(--dark-color);
    font-weight: 500;
    line-height: 4.8rem;
    padding: 8px 0;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}

.content-header-benefits-section h4{
    font-family: var(--pharagraph-font-famlily);
    font-size: var(--font-size-m);
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 14px;
}

.content-benefits-section{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category-content-benefits-section{
    width: 15%;
}

.category-content-benefits-section h3{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-l);
    color: var(--dark-color);
    font-weight: 400;
    line-height: 2.4rem;
    padding: 14px 0 14px;
}

.img-category-content-benefits-section img{
    margin: 0 auto;
}

@media only screen and (max-width: 1240px) {
    .wrap-benefits{
        width: 90%;
    }
    
    .content-header-benefits-section{
        width: 80%;
    }

    .content-benefits-section{
        justify-content: center;
    }
    
    .category-content-benefits-section{
        width: 200px;
        margin: 20px 10px;
    }
}

@media only screen and (max-width: 920px) {
    .category-content-benefits-section{
        width: 80%;
        margin: 20px 10px;
    }

    .content-header-benefits-section{
        width: 100%;
    }

    .content-header-benefits-section p{
        width: 80%;
        margin: 0 auto;
    }
}


/*
-----------------------------
COLLABORATION
-----------------------------
*/

.collaboration{
    width: 100%;
    background-color: var(--dark-color);
}

.wrap-collaboration{
    text-align: center;
    padding: 100px 0;
}

.collaboration-types{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.collaboration-first-types{
    width: 48%;
    height: 650px;
    background-image: url("../img/homepage/background-social-media-collaboration-radum-grafix.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 5px 12px 4px rgba(0,0,0,0.4);
    border-radius: 20px;
}

.content-collaboration-first-types, 
.content-collaboration-second-types {
    text-align: left;
    padding: 220px 80px 0;

}

.content-collaboration-first-types h2, 
.content-collaboration-second-types h2{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-xxl);
    color: var(--second-color);
    font-weight: 500;
    line-height: 4.8rem;
    padding-bottom: 24px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}

.content-collaboration-first-types h4, 
.content-collaboration-second-types h4{
    font-family: var(--pharagraph-font-famlily);
    font-size: var(--font-size-m);
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 0;
}

.content-collaboration-first-types p, 
.content-collaboration-second-types p{
    color: #ffffff;
}

.content-collaboration-first-types button, 
.content-collaboration-second-types button{
    margin-top: 36px;
}

.collaboration-second-types{
    width: 48%;
    background-image: url("../img/homepage/background-marketing-collaboration-radum-grafix.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 5px 12px 4px rgba(0,0,0,0.4);
    border-radius: 20px;
}

.collaboration-call-to-action{
    padding: 70px 0 0;
}

.collaboration-call-to-action h2{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-xxl);
    color: var(--identity-color);
    font-weight: 500;
    line-height: 4.8rem;
    padding-bottom: 24px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}

.collaboration-call-to-action p{
    color: #ffffff;
}

.collaboration-call-to-action button{
    margin-top: 36px;
}

@media only screen and (max-width: 1240px) { 
    .wrap-collaboration{
        width: 96%;
    }
    
    .collaboration-first-types, 
    .collaboration-second-types {
        width: 49%;
    }

    .content-collaboration-first-types, 
    .content-collaboration-second-types {
        padding: 180px 60px 0;
    }
    
    .collaboration-call-to-action{
        width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 920px) {
    .collaboration-types{
        flex-direction: column;
        justify-content: center;
    }
    
    .collaboration-first-types{
        width: 96%;
        height: inherit;
        margin: 0 auto 50px;
    }
    
    .content-collaboration-first-types, 
    .content-collaboration-second-types {
        padding: 220px 30px 50px;
    
    }
    
    .collaboration-second-types{
        width: 96%;
        height: inherit;
        margin: 0 auto;
    }
}

/*
-----------------------------
STAGES
----------------------------
*/

.stages{
    width: 100%;
    text-align: center;
}

.wrap-stages{
    padding: 100px 0;
}

.img-header-stages-section img{
    margin: 0 auto;
}

.content-header-stages-section{
    width: 49%;
    margin: 0 auto;
}

.content-header-stages-section h2{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-xxl);
    color: var(--dark-color);
    font-weight: 500;
    line-height: 4.8rem;
    padding: 24px 0 14px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}

.content-stages-section{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.stage-content-stages-section{
    width: 28%;
    margin-top: 50px;
}

.description-stage-content-stages-section{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 24px;
}

.stage-number-section{
    width: 20%;
    text-align: right;
}

.stage-number-section p {
    font-family: var(--headlines-font-family);
    font-size: 50px;
    color: var(--dark-color);
    font-weight: 800;
    padding: 0 10px 0;
    line-height: 40px;
}

.stage-description-section{
    width: 80%;
    text-align: left;
}

.stage-description-section h3{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-m);
    color: var(--first-color);
    font-weight: 500;
    padding-bottom: 14px;
    line-height: 1.6rem;
}

.stage-description-section h4{
    font-family: var(--pharagraph-font-famlily);
    font-size: var(--font-size-s);
    font-weight: 400;
    padding-bottom: 4px;
}

@media only screen and (max-width: 1240px) {
    .wrap-stages{
        width: 96%;
    }
    
    .img-header-stages-section img{
        margin: 0 auto;
    }
    
    .content-header-stages-section{
        width: 80%;
    }
    
    .content-stages-section{
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .stage-content-stages-section{
        width: 32%;
    }
    
    .stage-number-section{
        width: 30%;
    }
    
    .stage-description-section{
        width: 70%;
    }
}

@media only screen and (max-width: 920px) {
    .wrap-stages{
        width: 96%;
    }
    
    .content-header-stages-section{
        width: 100%;
    }

    .content-header-stages-section p{
        width: 80%;
        margin: 0 auto;
    }

    .img-stage-content-stages-section img{
        margin: 0 auto;
    }
    
    .stage-content-stages-section{
        width: 80%;
        margin: 24px auto;
    }
    
    .stage-number-section{
        width: 25%;
    }
    
    .stage-description-section{
        width: 75%;
    }
}

/*
-----------------------------
QUICK FORM
-----------------------------
*/

.quick-form{
    width: 100%;
    background-color: var(--identity-color);
    text-align: center;
}

.wrap-quick-form{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.img-quick-form-section{
    width: 55%;
}

.content-quick-form-section{
    width: 40%;
    text-align: right;
    padding: 70px 0;
}

.description-quick-form h2{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-xxl);
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 14px;
    line-height: 4.8rem;
}

.description-quick-form p{
    color: #ffffff;
}

.quick-form-style{
    padding-top: 24px;
}

.quick-form-style input[type=text]{
    height: 30px;
    margin-bottom: 8px;
}

.quick-form-style textarea{
    height: 90px;
}

.quick-form-label{
    background-color: #ffffff;
    width: 100%;
    font-family: var(--pharagraph-font-famlily);
    font-size: var(--font-size-s);
    font-weight: 400;
    color: #e3e3e3;
    padding-left: 20px;
}

.checkbox-quick-form{
    padding: 8px 0 14px;
}

.acord-quick-form {
    color: #ffffff;
    padding-bottom: 10px;
}

@media only screen and (max-width: 1240px) {
    .wrap-quick-form{
        width: 96%;
    }
}

@media only screen and (max-width: 920px) {
    .img-quick-form-section{
        display: none;
    }

    .content-quick-form-section{
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }
}

/*
-----------------------------
PROJECTS
-----------------------------
*/

.projects{
    width: 100%;
    text-align: center;
}

.wrap-projects{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 0;
}

.title-projects-section{
    width: 23.5%;
    text-align: left;
    padding-top: 80px;
}

.title-projects-section h2{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-xl);
    color: var(--first-color);
    font-weight: 500;
    line-height: 3.4rem;
}

.content-projects-section{
    width: 74.5%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.project-category-projects-section{
    width: 300px;

}

.project-category-projects-section h3{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-l);
    color: var(--first-color);
    font-weight: 500;
    line-height: 2.4rem;
}

.img-project-category-section{
    box-shadow: 0 5px 12px 4px rgba(0,0,0,0.4);
}

.project-category-projects-section:hover > .img-project-category-section{
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.project-category-projects-section h4{
    font-family: var(--pharagraph-font-famlily);
    font-size: var(--font-size-m);
    color: var(--dark-color);
    font-weight: 500;
    line-height: 2rem;
    padding-top: 24px;
}

.over-project-category-projects-section{
    position: relative;
    top: -200px;
    left: 0;
}

.project-category-projects-section .over-project-category-projects-section{
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
}

.project-category-projects-section:hover > .over-project-category-projects-section{
    visibility: visible;
    opacity: 0.9;
    cursor: pointer;
}

.in-over-projects{
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 200px;
    background-color: var(--first-color);
}

.in-over-projects a{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-l);
    color: var(--second-color);
    font-weight: 500;
    line-height: 20rem;
}

@media only screen and (max-width: 1240px) {
    .wrap-projects{
        display: inline-flex;
        flex-direction: column;
        padding: 100px 0;
    }

    .title-projects-section{
        width: 80%;
        text-align: center;
        padding-top: 0;
        margin: 0 auto;
        padding-bottom: 24px;
    }

    .content-projects-section{
        width: 90%;
        margin: 0 auto;
        justify-content: center;
    }

    .project-category-projects-section{
        margin: 36px 10px;
    }
}

/*
-----------------------------
TESTIMONIALS
-----------------------------
*/

.testimonials{
    width: 100%;
    background-color: var(--second-color);
    text-align: center;
}

.wrap-testimonials{
    padding: 100px 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-testimonials-section{
    width: 32%;
    padding: 70px 70px 0 0;
    text-align: left;
}

.content-header-testimonials-section h2{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-xl);
    color: var(--dark-color);
    font-weight: 500;
    line-height: 3.4rem;
    padding: 8px 0;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}

.content-header-testimonials-section h4{
    font-family: var(--pharagraph-font-famlily);
    font-size: var(--font-size-m);
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 14px;
}

.clients-testimonials-section{
    width: 66%;
    height: 400px;
    border: #ffffff solid 4px;
    border-radius: 20px;
}

.clients-testimonials-slider{
    height: 100%;
    display: flex;
    align-items: center;
}

.content-clients-testimonials-section{
    display: none;
}

.content-clients-testimonials-section.active{
    padding: 0 50px;
    height: 300px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.profile-clients-testimonials-section{
    width: 30%;
    text-align: center;
}

.profile-clients-testimonials-section h3{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-m);
    color: var(--dark-color);
    font-weight: 500;
    line-height: 1.6rem;
    padding: 8px 0;
}

.profile-clients-testimonials-section h4{
    font-family: var(--pharagraph-font-famlily);
    font-size: var(--font-size-xs);
    color: var(--first-color);
    font-weight: 400;
}

.img-profile-client-testimonials-section img{
    margin: 0 auto;
}

.opinion-clients-testimonials-section{
    width: 70%;
    text-align: left;
}


.container-btn-next-slide-testimonials{
    position: relative;
    top: -65%;
    left: -37px;
}

.container-btn-next-slide-testimonials:hover{
    cursor: pointer;
}

.btn-next-slide-testimonials{
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--second-color);
    padding: 8px;
    border-radius: 25px;
}

@media only screen and (max-width: 1240px) {
    .wrap-testimonials {
        width: 90%;
        margin: 0 auto 50px;
    }

    .opinion-clients-testimonials-section{
        width: 68%;
        text-align: left;
    }

    .clients-testimonials-section{
        width: 66%;
        height: auto;
        border: #ffffff solid 0;
        border-left: #ffffff solid 4px;
        border-radius: 0;
    }
}

@media only screen and (max-width: 920px) {
    .testimonials {
        display: none;
    }
    
    /*.wrap-testimonials{
        display: inline-flex;
        flex-direction: column;
        padding-bottom: 450px;
    }
    
    .header-testimonials-section{
        width: 80%;
        padding: 0 0 50px 0;
        text-align: center;
        margin: 0 auto;
    }

    .img-testimonials-section img{
        margin: 0 auto;
    }
    
    .clients-testimonials-section{
        width: 95%;
        border-left: #ffffff solid 0px;
        border-top: #ffffff solid 4px;
    }

    .clients-testimonials-slider{
        padding-top: 50px;
    }

    .content-clients-testimonials-section .active{
        display: inline-flex;
        flex-direction: column;
        align-content: space-between;
        justify-content: center;
        padding: 0;
        margin: 0 auto;
    }

    .profile-clients-testimonials-section{
        width: 80%;
        margin: 0 auto;
    }
    
    .opinion-clients-testimonials-section{
        width: 100%;
        text-align: center;
    }
    
    .container-btn-next-slide-testimonials{
        position: relative;
        top: -380px;
        left: 43%;
    }
    
    .container-btn-next-slide-testimonials:hover{
        cursor: pointer;
    }

    .clients-testimonials-section{
        width: 100%;
    }
    
    .btn-next-slide-testimonials{
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 auto;
        background-color: var(--second-color);
        padding: 8px;
        border-radius: 25px;
    }*/
}

/*
-----------------------------
NEWSLETTER
-----------------------------
*/

.newsletter{
    width: 100%;
    text-align: center;
}

.wrap-newsletter{
    padding: 100px 0;
}

.header-newsletter-section{
    width: 49%;
    margin: 0 auto;
}

.img-newsletter-section img{
    margin: 0 auto;
}

.content-header-newsletter-section h2{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-xl);
    color: var(--dark-color);
    font-weight: 500;
    line-height: 3.4rem;
    padding: 8px 0;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}

.content-header-newsletter-section h4{
    font-family: var(--pharagraph-font-famlily);
    font-size: var(--font-size-m);
    color: var(--second-color);
    font-weight: 400;
    padding-bottom: 24px;
}

.newsletter-form-style{
    width: 49%;
    text-align: center;
    margin: 0 auto;
}

.newsletter-options-form-style{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0;
}

.checkbox-newsletter-form:not(:last-child){
    padding-right: 20px;
}

.acord-options-newsletter-form{
    font-family: var(--pharagraph-font-famlily);
    font-size: var(--font-size-s);
    color: var(--dark-color);
    font-weight: 400;
    padding-bottom: 14px;
}

.newsletter-form-label{
    width: 100%;
    background-color: var(--second-color);
    text-align: center;
    font-family: var(--pharagraph-font-famlily);
    font-size: var(--font-size-s);
    color: var(--dark-color);
    font-weight: 400;
    padding: 8px;
    margin: 4px 0;
}

.newsletter-form-style .btn-dark{
    margin-top: 24px;
}

.checkbox-newsletter-form-recaptcha {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.g-recaptcha-newsletter {
    margin-top: 10px;
}

.error-newsletter {
    margin-top: 20px;
    text-align: center;
    font-family: var(--pharagraph-font-famlily);
    font-size: var(--font-size-m);
    color: var(--identity-color);
    border: 2px var(--identity-color) solid;
    padding: 10px 20px;
    border: 2px var(--identity-color) solid;
    padding: 10px 20px;
}

@media only screen and (max-width: 920px) {
    .header-newsletter-section{
        width: 80%;
    }

    .newsletter-form-style{
        width: 80%;
    }

    .newsletter-options-form-style{
        flex-direction: column;
        align-items: flex-start;
    }
}

/*
-----------------------------
CLIENTS
-----------------------------
*/

.clients{
    width: 100%;
    background-color: var(--dark-color);
    text-align: center;
}

.wrap-clients{
    padding: 100px 0;
}

.wrap-clients h2{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-xl);
    color: #ffffff;
    font-weight: 500;
    line-height: 3.4rem;
    padding-bottom: 14px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}

.content-clients-logos-section{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.client-logo-clients-section{
    margin: 10px 20px;
}

/*
-----------------------------
FOOTER
-----------------------------
*/

.footer{
    width: 100%;
    background-color: #000000;
    text-align: center;
}

.wrap-footer{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 0;
}

.wrap-footer p{
    font-family: var(--pharagraph-font-famlily);
    font-size: var(--font-size-s);
    color: #ffffff;
    font-weight: 400;
}

.wrap-footer a{
    font-family: var(--pharagraph-font-famlily);
    font-size: var(--font-size-s);
    color: #ffffff;
    font-weight: 400;
    padding-top: 4px;
    padding-bottom: 4px;
}

.wrap-footer a:hover{
    color: var(--second-color);
}

.wrap-footer h3{
    font-family: var(--headlines-font-family);
    font-size: var(--font-size-m);
    color: var(--first-color);
    font-weight: 500;
    line-height: 2rem;
    padding-bottom: 14px;
}

.about-me-footer-section{
    width: 40%;
}

.about-me-footer-section p{
    padding: 14px 0 24px;
    width: 70%;
    margin: 0 auto;
}

.about-me-footer-section h3{
    padding-bottom: 8px !important;
}

.logo-radum-grafix-footer-section{
    width: 90px;
    margin: 0 auto;
}

.social-media-footer-section{
    padding: 8px 0;
}

.link-social-media-footer-section{
    padding-left: 10px;
}

.link-social-media-footer-section:not(:last-child){
    padding-right: 10px;
    border-right: 2px #ffffff solid;
}

.links-footer-section{
    width: 18%;
    text-align: left;
    display: inline-flex;
    flex-direction: column;
}

.contact-data-footer-section{
    width: 18%;
    text-align: left;
    display: inline-flex;
    flex-direction: column;
}

.btn-contact-footer-section{
    margin-top: 24px;
}

.contact-data-footer-section a .btn-visual-identity:hover{
    color: #ffffff !important;
}

.leagal-links-footer-section{
    width: 18%;
    
}

.site-leagal-links-footer-section{
    text-align: left;
    display: inline-flex;
    flex-direction: column;
}

.leagal-banners-footer-section{
    padding-top: 24px;
}

.leagal-banners-footer-section img{
    padding-bottom: 8px;
}

@media only screen and (max-width: 1240px) {
   .wrap-footer{
        width: 90%;
        padding: 50px 0;
    }
    
    .about-me-footer-section{
        width: 30%;
    }
    
    .about-me-footer-section p{
        width: 70%;
    }
    
    .links-footer-section{
        width: 24%;
    }
    
    .contact-data-footer-section{
        width: 24%;
    }
    
    .leagal-links-footer-section{
        width: 18%;
        
    }
}

@media only screen and (max-width: 920px) {
    .about-me-footer-section{
        width: 100%;
    }
    
    .about-me-footer-section p{
        width: 80%;
    }
    
    .links-footer-section{
        width: 100%;
        text-align: center;
        margin: 36px 0;
    }
    
    .contact-data-footer-section{
        width: 45%;
    }

    .leagal-links-footer-section{
        width: 45%;
        
    }

    .btn-contact-footer-section{
        visibility: hidden;
    }
}