body{
    min-width: 320px;
}

.light-js{
    color: #00e0d0;
}

.center{
    padding-left: 15%;
    padding-right: 15%;
}

header.black{
    background: #09052f;
    height: 80px;
    margin: 0;
    z-index: 100;
    transition: background 0.3s linear ;
}

.container_padding{
    padding-left: 20%;
    padding-right: 20%;
}

.header_wrapper{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    /*padding-top: 15px;*/
    margin: 15px 0;
    flex-wrap: wrap;
}

.logo_wrapper{
    background-image: url(../img/Vector_Smart_Object.png);
    background-repeat: no-repeat;
    height: 50px;
    background-size: contain;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
}

.logo_link{
    height: 100%;
    display: inline-block;
}

.logo_link:after{
    content: "tajam";
    position: relative;
    align-self: center;
    display: inline-block;
    color: #00e0d0;
    font-size: 30px;
    height: 100%;
    padding: 5px 0;
    margin-left: 50px;
    text-transform: lowercase;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.nav_wrapper{
    display: flex;
    flex-wrap: wrap;
}

.nav_item{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 10px;
    white-space: nowrap;
}

.current_item a{
    color: #00e0d0
}

.nav_item a{
    transition: linear 0.2s;
}

.nav_item a:hover{
    color: #00e0d0;
}

                                                /*burger*/
.icon{
    width: 30px;
    height: 25px;
    cursor: pointer;
    display: none;
}

.burger{
    position: relative;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    background: #00e0d0;
    width: 25px;
    height: 2px;
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
    transition: 0.3s;
}

.burger:before,
.burger:after{
    content:'';
    position: absolute;
    width: 25px;
    height: 2px;
    background: #00e0d0;
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
    transition: .5s;
}

.burger:before{
    top: -7px;
}
.burger:after{
    top: 7px;
}

.icon.active .burger{
    background: rgba(0,0,0,0);
    box-shadow: 0 2px 3px rgba(0,0,0,0);

}

.icon.active .burger:before{
    transform: rotate(45deg);
    top:50%;
}

.icon.active .burger:after{
    transform: rotate(135deg);
    top:50%;
}

                                        /*end of burger*/
.section_first{
    height: 100vh;
    min-height: 550px;
    width: 100%;
    text-align: center;
    background-attachment: fixed;
    background-image: linear-gradient(to right, #09052f 0%, #311d5e 100%);
}

.content-wrapper{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.heading{
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    letter-spacing: 0.32px;
    font-family: "Playfair Display";
    font-weight: 900;
    font-size: 32px;
    position: relative;
    z-index: 6;
}

.heading::after{
    display: block;
    margin: 20px auto 25px;
    content: "";
    border-bottom: 1px solid #00e0d0;
    width: 50px;
    height: 10px;
}

.description{
    color: #fff;
    margin-bottom:40px;
    text-align: center;
    letter-spacing: 0.7px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 6;
}

.button_link{
    line-height: 52px;
    position: relative;
    z-index: 6;
}

.button_link a{
    color: #00e0d0;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Hammersmith One', sans-serif;
    font-weight: 400;
    border: 1px solid #00e0d0;
    padding: 15px;
    transition: ease-in-out 0.3s;
    white-space: nowrap;
}

.button_link a:hover{
    background-color: #00e0d0;
    color: #fff;
}



/* 2nd */

.section_second{
    /*margin-top: 70px;*/
    padding-top: 70px;
    display: flex;
    flex-direction: row;
}

.logo_container{
    width: 50%;
    height: 229px;
    background-image: url(../img/logo_container_second.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 5px;
}

.description_dark{
    text-align: left;
    letter-spacing: 0.42px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    opacity: 0.75;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 10px;
}

.wrapper_content{
    width: 50%;
}

.wrapper-content-description{
    margin-top: 0;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    font-family: "Playfair Display";
    color: #413d4b;
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}

.link_section_second{
    margin-top: 40px;
    margin-bottom: 70px;
}

/*  3rd */

.section_third{
    background-image: url(../img/background_section_three.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    width: 100%;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    background-attachment: fixed;
    
}

.section_third::after{
    content: "";
    background: linear-gradient(to right, #09052f 0%, #311d5e 100%);
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.logo_player{
    height: 100px;
    width: 100px;
    border: 3px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    background-image: url(../img/play.png);
    background-repeat: no-repeat;
    background-position: 56% 50%;
}

.player_description{
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0;
    margin: 34px 0 0;
}


/* 4th */

.section_four{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 68px;
}

.section_four_heading{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 47px;
}

.heading_description{
    color: #413d4b;
    font-family: "Playfair Display";
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin-bottom: 16px;
}

.heading_paragraph{
    opacity: 0.75;
    color: #2f2d35;
    font-family: "Playfair Display";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.05px;
    text-align: center;
}

.heading_paragraph:after{
    padding-top: 21px;
    display: block;
    margin: 0 auto;
    content: "";
    border-bottom: 1px solid #413d4b;
    width: 50px;
    height: 10px;
}

.container{
    width: 33.3333%;
    padding: 40px;
    text-align: center;
}


.container:nth-child(3),
.container:nth-child(2){
    border-right: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
}

.container:nth-child(4){
    border-bottom: 1px solid #adadad;
}

.container:nth-child(5),
.container:nth-child(6){
    border-right: 1px solid #adadad;
}


.container__description{
    margin: 35px 0 25px;
    color: #413d4b;
    font-family: "Roboto - Black";
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    height: 36px;
}



.container__icon img{
    height: 50px;;
}

/* 5th */

.section_five{
    display: flex;
    flex-direction: column;
    background-image: url(../img/bg_5_block.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    position: relative;
    background-attachment: fixed;
}

.section_five::after{
    content: "";
    background-image: linear-gradient(to right, #09052f 0%, #311d5e 100%);
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.containerPhoto_wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.containerPhoto{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e1e1e1;
    width: 23%;
}

.containerPhoto__item{
    width: 100%;
    height: 229px;
    background-color: #ccc;
    background-image: url(../img/jobs.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section_five_heading{
    margin-top: 71px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.heading_five_description{
    width: 100%;
    color: #ffffff;
    font-family: "Playfair Display";
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin-bottom: 16px;
    text-align: center;
}

.heading_five_paragraph{
    color: #f9f9f9;
    font-family: "Playfair Display";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.05px;
}

.heading_five_paragraph::after{
    padding-top: 18px;
    display: block;
    margin: 0 auto;
    content: "";
    border-bottom: 1px solid #fff;
    width: 50px;
    height: 2px;
    margin-bottom: 47px;
    opacity: .2;
}

.containerPhoto__heading{
    color: #ffffff;
    font-family: "Roboto - Black", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-top: 23px;
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.containerPhoto__paragraph{
    white-space: nowrap;
    opacity: 0.7;
    color: #fafafa;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 28px;
    width: 100%;
    text-align: center;
}

.descriptionForButton{
    width: 100%;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 26px;
    color: #f3f3f3;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
}

.button_hiring{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 84px;
}
.button_hiring a{ 
    border: 1px solid #00e0d0;
    white-space: nowrap;
    padding: 15px;
    color: #00e0d0;
    font-family: "Hammersmith One";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    transition: ease-in-out 0.3s;
    display: block;
}

.button_hiring a:hover{
    background-color: #00e0d0;
    color: #fff;
}



/* 6th */

.section_six{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.section_six_heading{
    display: flex;
    justify-content: space-between;
    margin-top: 71px;
    margin-bottom: 71px;
    align-items: center;
}

.heading_six_description{
    color: #413d4b;
    font-family: "Playfair Display";
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.photoLibrary__link{
    color: #413d4b;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
    height: 100%;
    display: flex;
    align-items: center;    
}

.photoLibrary__link:after{
    margin-left: 10px;
    margin-top: -4px;
    content: "\203a";
    font-size: 30px;
    font-family: Tahoma;
    opacity: .7;
}

/* animation */

.photoLibrary__wrapper{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap; 
   width: 100%;
}

.figureContainer{
    overflow: hidden;
    width: 16.66%;
    height: 200px;
    background-color: #fff;
}



.figureContainer__item{
    width: 100%;
    height: 100%;
    transition: transform .5s;
}

.figureContainer__link:hover ~ .figureContainer__item {
    transform: scale(1.2);
}

.figureContainer__link{
    position: absolute;
    width: inherit;
    height: inherit;
    display: inline-block;
    z-index: 1;
}

.pic1{
    background-image: url(../img/gallery-photo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

.pic2{
    background-image: url(../img/gallery-photo2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

.pic3{
    background-image: url(../img/gallery-photo3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

.pic4{
    background-image: url(../img/gallery-photo4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

.pic5{
    background-image: url(../img/gallery-photo5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

.pic6{
    background-image: url(../img/gallery-photo6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

.pic7{
    background-image: url(../img/gallery-photo7.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

.pic8{
    background-image: url(../img/gallery-photo8.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

.pic9{
    background-image: url(../img/gallery-photo9.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

.pic10{
    background-image: url(../img/gallery-photo10.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

.pic11{
    background-image: url(../img/gallery-photo11.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

.pic12{
    background-image: url(../img/gallery-photo12.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

/* animation */

.button__load{
    width: 100%;
    display: flex;
    justify-content: center;
}

.button__load a{
    border: 1px solid #00e0d0;
    white-space: nowrap;
    padding: 15px;
    margin-bottom: 70px;
    margin-top: 70px;
    color: #00e0d0;
    font-family: "Hammersmith One";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    transition: ease-in-out 0.3s;
    display: block;
}
    
.button__load a:hover{
    background-color: #00e0d0;
    color: #fff;
}


/* 7th */

.sectionSeven{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../img/bg_7.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    width: 100%;
    background-attachment: fixed;
}

.sectionSeven::after{
    position: absolute;
    content: "";
    z-index: -1;
    background-image: linear-gradient(to right, #09052f 0%, #311d5e 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

.sectionSeven__description{
    margin-top: 29px;
    opacity: 0.9;
    color: #ffffff;
    font-family: "Playfair Display";
    font-size: 100px;
    font-weight: 400;
    letter-spacing: 3px;
}

.headingIntroduce__item{
    margin-bottom: 13px;
    color: #ffffff;
    font-family: "Roboto - Black";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    text-align: center;
}

.headingIntroduce__paragraph{
    opacity: 0.7;
    color: #ffffff;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
}

/* slider-for-mini-photo */

.slider-paragraph-wrapper{
    width: 100%;
    position: relative;
    height: 100px;
    margin-bottom: 50px;
}

.slider-paragraph{
    width: 100%;
    margin-bottom: 52px;
    opacity: 0.85;
    color: #ffffff;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.4px;
    text-align: center;
    position: absolute;
    z-index: 6;
    height: 100px;
    /* visibility: hidden; */
    opacity: 0;
    transition: opacity ease-in-out .8s;
}

.slider-introduce-wrapper{
    width: auto;
    height: 32px;
}

.slider-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider-selector{
    display: none;
}

.hidden-wrapper{
    height: 50px;
    opacity: 0;
    /* visibility: hidden; */
    position: absolute;
    transform: translateX(-50%);
    transition: opacity ease-in-out .8s;
}

.slider-label{
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-label:nth-child(1) label{
    background-image: url(../img/forSlider/1.jpg);
}

.slider-label:nth-child(2) label{
    background-image: url(../img/forSlider/2.jpg);
}

.slider-label:nth-child(3) label{
    background-image: url(../img/forSlider/3.jpg);
}

.slider-label:nth-child(4) label{
    background-image: url(../img/forSlider/4.jpg);
}

.slider-label:nth-child(5) label{
    background-image: url(../img/forSlider/5.jpg);
}

.slider-labels{
    width: 350px;
    height: 70px;
    margin-bottom: 69px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 58px;
}

.slider-label label{
    display: block;
    width: 45px;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; 
    border-radius: 50%;
    cursor: pointer;
    transition: all ease-in-out .5s;
}


#slider-photo1:checked ~ .slider-paragraph-wrapper .slider-paragraph:nth-child(1){
    opacity: 1;
}
#slider-photo2:checked ~ .slider-paragraph-wrapper .slider-paragraph:nth-child(2){
    opacity: 1;
}
#slider-photo3:checked ~ .slider-paragraph-wrapper .slider-paragraph:nth-child(3){
    opacity: 1;
}
#slider-photo4:checked ~ .slider-paragraph-wrapper .slider-paragraph:nth-child(4){
    opacity: 1;
}
#slider-photo5:checked ~ .slider-paragraph-wrapper .slider-paragraph:nth-child(5){
    opacity: 1;
}


#slider-photo1:checked ~ .slider-introduce-wrapper .hidden-wrapper:nth-child(1){
    opacity: 1;
}
#slider-photo2:checked ~ .slider-introduce-wrapper .hidden-wrapper:nth-child(2){
    opacity: 1;
}
#slider-photo3:checked ~ .slider-introduce-wrapper .hidden-wrapper:nth-child(3){
    opacity: 1;
}
#slider-photo4:checked ~ .slider-introduce-wrapper .hidden-wrapper:nth-child(4){
    opacity: 1;
}
#slider-photo5:checked ~ .slider-introduce-wrapper .hidden-wrapper:nth-child(5){
    opacity: 1;
}


#slider-photo1:checked ~ .slider-labels .slider-label:nth-child(1) label{
    width: 70px;
    height: 70px;
}
#slider-photo2:checked ~ .slider-labels .slider-label:nth-child(2) label{
    width: 70px;
    height: 70px;
}
#slider-photo3:checked ~ .slider-labels .slider-label:nth-child(3) label{
    width: 70px;
    height: 70px;
}
#slider-photo4:checked ~ .slider-labels .slider-label:nth-child(4) label{
    width: 70px;
    height: 70px;
}
#slider-photo5:checked ~ .slider-labels .slider-label:nth-child(5) label{
    width: 70px;
    height: 70px;
}


/* slider-for-mini-photo */




/* SLIDER FOR 1st PAGE */

.carousel-wrapper{
    margin: 0 0 20px 0;
    padding: 0 ;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    height: 100vh;
    min-height: 550px;
    overflow: hidden;
    opacity: .5;
    top: 0;
}

.carousel-items {
	width: 100%;
    opacity: .5;
}

.carousel-item {
	width: 100%;
	height: 100%;
    color: #ccc;
    background-attachment: fixed;
    position: absolute;
    opacity: 0;
    transition: opacity .8s ease-in-out;
}

.carousel-item:nth-child(1){
    background-image: url(../img/forSlider/pic4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-item:nth-child(2){
    background-image: url(../img/forSlider/pic2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-item:nth-child(3){
    background-image: url(../img/forSlider/pic1.jpg);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.carousel-item:nth-child(4){
    background-image: url(../img/forSlider/pic3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-labels {
	position: absolute;
	left: 0;
    bottom: 5%;
	height: 20px;
	width: 100%;
	padding: 15px 0;
	text-align: center;
}

.carousel-selector {
    display: none;
}

.carousel-label {
	display: inline-block;
}

.carousel-label label {
	width: 15px;
	height: 15px;
	border-radius: 50%;
    border: 1px solid #fff;
	display: block;
    cursor: pointer;
    margin: 0 1px;
}

#slide1:checked ~ .carousel-items .carousel-item:nth-child(1),
#slide2:checked ~ .carousel-items .carousel-item:nth-child(2),
#slide3:checked ~ .carousel-items .carousel-item:nth-child(3),
#slide4:checked ~ .carousel-items .carousel-item:nth-child(4) {
    opacity: 1;
}
#slide1:checked ~ .carousel-labels .carousel-label:nth-child(1) label,
#slide2:checked ~ .carousel-labels .carousel-label:nth-child(2) label,
#slide3:checked ~ .carousel-labels .carousel-label:nth-child(3) label,
#slide4:checked ~ .carousel-labels .carousel-label:nth-child(4) label {
	background-color: #00e0d0;
}

/* END SLIDER */


/* 8th */

.sectionEight{
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: row;
}

.inputs-wrapper{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-top: 72px;
}

.inputs-title{
    width: 100%;
    color: #413d4b;
    font-family: "Playfair Display";
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin-bottom: 35px;
}

.form-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.form-item{
    width: 100%;
    border: 1px solid #00000020;
    outline: none;
    height: 45px;
    margin-bottom: 21px;
    padding: 0 0 0 21px;
}

.form-item:focus{
    border: 1px solid #00000060;
}


::-webkit-input-placeholder {
    opacity: .5;
    color: #413d4b;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
}

::-moz-placeholder {
    opacity: .5;
    color: #413d4b;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
}/* Firefox 19+ */

:-moz-placeholder {
    opacity: .5;
    color: #413d4b;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
}/* Firefox 18- */

:-ms-input-placeholder {
    opacity: .5;
    color: #413d4b;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
}

.input4{
    height: 200px;
    resize: none;
    padding-top: 22px;
}

.btn-submit{
    width: 120px;
    height: 40px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid #00e0d0;
    color: #00e0d0;
    transition: ease-in-out 0.3s;
    cursor: pointer;
    font-family: "Hammersmith One";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 21px;
    margin-bottom: 70px;
}

.btn-submit:hover{
    background-color: #00e0d0;
    color: #fff;
}

.clients-wrapper{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-left: 100px;
    margin-top: 72px;
}

.clients-title{
    width: 100%;
    color: #413d4b;
    font-family: "Playfair Display";
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    text-align: center;
}

.figure-wrapper{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.clients-item{
    margin-top: 47px;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.clients-item a{
    width: 100%;
    height: 100%;
}

.item1{
    background-image: url(../img/clientsItems/Zara_Logo.png);
    height: 22px;
}

.item2{
    background-image: url(../img/clientsItems/Logo_of_Mango.png);
    height: 22px;
}

.item3{
    background-image: url(../img/clientsItems/Barneys_New_York_Logo.png);
    height: 41px;
}

.item4{
    background-image: url(../img/clientsItems/Gucci_Logo.png);
    height: 21px;
}

.item5{
    background-image: url(../img/clientsItems/Calvin_klein_logo.png);
    height: 24px;
}

.item6{
    background-image: url(../img/clientsItems/Logo_NIKE.png);
    height: 34px;
}

.item7{
    background-image: url(../img/clientsItems/Converse_logo.png);
    height: 69px;
}

.item8{
    background-image: url(../img/clientsItems/Puma_Logo.png);
    height: 56px;
}

.item9{
    background-image: url(../img/clientsItems/Levis_logo.png);
    height: 53px;
}

.item10{
    background-image: url(../img/clientsItems/Billabong.png);
    height: 70px;
}


/* footer */

.footer-wrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    background-image: url(../img/bg-footer.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 70px;
}

.footer-wrapper::after{
    content: "";
    background-image: linear-gradient(to right, #09052f 0%, #311d5e 100%);
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-container{
    width: 30%;
    display: flex;
    flex-direction: column;
}

.footer-container4{
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
}

.footer-information{
    margin-right: 35px;
}

.footer-copyright{
    margin-left: auto;
}

.logo-container{
    background-image: url(../img/Vector_Smart_Object.png);
    background-repeat: no-repeat;
    height: 50px;
    background-size: contain;
    margin-bottom: 27px;
}

.footer-logo-link{
    height: 100%;
    display: inline-block;
}

.footer-logo-link::after{
    content: "tajam";
    color: #00e0d0;
    align-self: center;
    display: inline-block;
    font-size: 30px;
    height: 100%;
    padding: 5px 0;
    margin-left: 50px;
    text-transform: lowercase;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.footer-description{
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.35px;
}

.footer-adress{
    margin-bottom: 27px;
}

.map-link{
    transition: color linear 0.2s;
}

.map-link:hover{
    color: #00e0d0;
}

.footer-adress::before{
    content: "";
    background-image: url(../img/icons/place-localizer.svg);
    height: 19px;
    width: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: absolute;
    transform: translate(-200%, 10%);
}

.number-link{
    transition: color linear .2s;
}

.number-link:hover{
    color: #00e0d0;
}

.footer-number::before{
    content: "";
    background-image: url(../img/icons/phone-call.svg);
    height: 17px;
    width: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: absolute;
    transform: translate(-188%, 30%);
}

.footer-title{
    color: #ffffff;
    font-family: 'Hammersmith One', 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    margin-top: 15px;
    margin-bottom: 36px;
    white-space: nowrap;
}

.input-wrapper{
    display: flex;
    flex-direction: row;
}

.title-email{
    background-color: transparent;
    opacity: 0.75;
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
    margin-right: 2%;
    width: 78%;
    height: 45px;
    display: inline-block;
    outline: none;
    padding: 5px 10px;
    border: 1px solid #ffffff60;
    transition: all linear .2s;
}

.title-email::placeholder{
    color: #fff;
    opacity: 0.75;
}

.title-email:focus{
    border: 1px solid #fff;
    opacity: 1;
}

.container-send{
    background:#fff;
    height: 45px;
    width: 20%;
    display: block;
}

.link-send{
    width: 100%;
    height: inherit;
    display: inline-block;
    background-image: url(../img/icons/send.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    transition: background-color ease-in-out 0.3s;
}

.link-send:hover{
    background-color: #00e0d0;
}

.link-send:active{
    box-shadow: 0px 0px 100px 1px rgb(31, 218, 140);
}

.social-container{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    margin-top: 40px;
}

.social-item{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    padding: 5px;
    margin-right: 8px;
    transition: background-color linear 0.2s;
}

.social-item:hover{
    background-color: #00e0d0;
}

.social-item-link{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 4%;
}

.social-item1 .social-item-link{
    background-image: url(../img/icons/facebook.svg);
}

.social-item2 .social-item-link{
    background-image: url(../img/icons/twitter.svg);
}

.social-item3 .social-item-link{
    background-image: url(../img/icons/dribbble.svg);
}

.social-item4 .social-item-link{
    background-image: url(../img/icons/instagram.svg);
}

.social-item5 .social-item-link{
    background-image: url(../img/icons/google.svg);
}

.social-item6 .social-item-link{
    background-image: url(../img/icons/youtube.svg);
}

.social-item-link{
    width: 100%;
    height: inherit;
    display: inline-block;
    border-radius: 50%;
}

.footer-container4{
    margin-top: 70px;
    margin-bottom: 72px;
}

.footer-information{
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    transition: color linear 0.2s;
}

.footer-information:hover{
    color: #00e0d0;
}

.footer-copyright{
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 26px;
}

.copyright-link{
    transition: color linear .2s;
}

.copyright-link:hover{
    color: #00e0d0;
}

#top{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 111;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-image: url(../img/icons/arrow-up.svg);
    background-position: center;
    background-size: cover;
}





.arrow {
   transform: translateY(0);   
    transition: transform .3s linear;
}

.hide {
    transform: translateY(200px);    
    transition: transform .3s linear;
}



@media only screen and (max-width: 1279px) {
    .section_four .container{
        width: 50%;
        border:none;
    }
    
    .descriptionForButton{
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .container:nth-child(odd){
        border-left: 1px solid #adadad;
    }

    .container:nth-child(2),
    .container:nth-child(3),
    .container:nth-child(4),
    .container:nth-child(5){
        border-bottom: 1px solid #adadad;
    }

    .containerPhoto_wrapper{
        flex-wrap: wrap;
    }

    .containerPhoto{
        width: 40%;
        margin: 20px;
    }

    .figureContainer{
        width: 33.3333%;
    }

    .figureContainer:nth-child(7),
    .figureContainer:nth-child(8),
    .figureContainer:nth-child(9),
    .figureContainer:nth-child(10),
    .figureContainer:nth-child(11),
    .figureContainer:nth-child(12)
    {
        display: none;
    }

    .slider-paragraph-wrapper{
        height: 200px;
    }

    .clients-wrapper{
        margin-left: 40px;
    }

    .figure-wrapper{
        justify-content: space-between;
    }

    .clients-item{
        width: 45%;
    }

    .footer-container{
        width: 45%;
    }

    .footer-container3{
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .footer-adress{
        margin-bottom: 15px;
    }

    .footer-title{
        text-align: center;
        width: 100%;
    }

    .input-wrapper{
        width: 50%;
        order: 2;
    }

    .social-container{
        width: 50%;
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        order: 1;
    }
    
    .footer-container4{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .footer-information{
        margin: 0;
        width: 33.3333%;
        text-align: center;
        margin-bottom: 20px;
    }

   
    .footer-copyright{
        margin-top: 40px;
        text-align: center;
        width: 100%;

    }
}


@media only screen and (max-width: 1023px) {

    /*NAVBAR SLIDER*/
    .logo_wrapper{
        z-index: 1003;
    }

    .hidden{
        transform: translateX(200%);
        transition: transform 0.1ms linear;

    }

    .navigation_menu{
        position: fixed;
        top: 0;
        left: 0;
        background-color: #09052f;
        width: 100vw;
        height: 100vh;
        z-index: 1001;
        transform: translateX(0);
        transition: transform .3s linear;
    }

    .nav_menu_active{
        transform: translateX(100%);
        transition: transform .3s linear;
    }

    .nav_wrapper{
        display: flex;
        flex-direction: column;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        align-items: center;
        justify-content: center;
        height: 100vh;
        padding: 60px 0;

    }

    .nav_item{
        margin: 15px auto;
    }

    .nav_item a{
        font-size: 25px;
    }

    .header_wrapper{
        z-index: 1000;
    }

    .icon{
        display: block;
        z-index: 1002;
    }

    /*NAVBAR SLIDER*/


    .center{
        padding-left: 10%;
        padding-right: 10%;
    }

    .logo_container{
        height: 150px;
        align-self: center;
        margin-bottom: 20%;
    }

    .heading{
        margin-top: 50px;
    }

    .link-center{
        margin-top: 0;
        margin-bottom: 0;
    }

    .button_hiring{
        margin-bottom: 50px;
    }

    .button__load a{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .clients-wrapper{
        margin-left: 27px;
    }

    .wrapper-content-description{
        margin-bottom: 20px;
    }

    .description_dark{
        margin-bottom: 10px;
    }

    .link_section_second{
        margin-top: 40px;
        margin-bottom: 50px;
    }
    
}

@media only screen and (max-width: 829px){
    .carousel-labels{
        display: none;
    }

    .section_second{
        margin-top: 30px;
    }

    .section_third{
        height: auto;
        padding: 50px 0;
    }

    .section_four{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section_five_heading{
        margin-top: 30px;
    }

    .heading_five_paragraph:after{
        margin-bottom: 20px;
    }

    .containerPhoto_wrapper{
        justify-content: center;
    }

    .containerPhoto{
       width: 40%; 
       height: 300px;
       
    }
    
    .containerPhoto__item{
        background-size: cover;
    }

    .descriptionForButton{
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .figureContainer{
        width: 50%;
    }

    .figureContainer:nth-child(5),
    .figureContainer:nth-child(6){
        display: none;
    }

    .button__load a{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .sectionSeven__description{
        margin-top: 45px;
        line-height: 30px;
    }

    .sectionEight{
        flex-direction: column;
    }

    .inputs-title{
        text-align: center;
    }

    .inputs-wrapper{
        width: 100%;
    }

    .form-wrapper{
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .form-item{
        width: 30%;
    }
    
    .form-item:nth-child(4){
        width: 100%;
        height: 100px;
    }

    .btn-submit{
        margin: 0 auto;
        width: 100%;
    }

    .clients-wrapper{
        width: 100%;
        margin-left: 0;
    }

    .figure-wrapper{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .clients-item{
        width: 15%;
        margin-top: 0;
        margin-left: 10px;
    }

    .footer-wrapper{
        padding-top: 30px;
    }

    .footer-container1{
        width: 100%;
    }

    .logo-container{
        align-self: center;
        margin-bottom: 20px;
    }

    .footer-description{
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .footer-container2{
        width: 100%;
    }

    .footer-title{
        color: #00e0d0
    }

    .footer-container2 .footer-title{
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .footer-number{
        margin-top: 30px;
    }

    .input-wrapper{
        order: 0;
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .title-email{
        width: 60%;
    }

    .container-send{
      width: 15%;  
    }

    .social-container{
        width: 80%;
        justify-content: space-around;
        margin: 50px auto 0;
    }

    .social-item{
        width: 45px;
        height: 45px;
        margin-right: 0;
        
    }
    
    .footer-container4{
        margin-top: 60px;
    }

    .footer-copyright{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 674px){
    .section_second{
        flex-direction: column;
    }

    .logo_container{
        height: 80px;
        margin-bottom: 20px;
        align-self: center;
    }

    .wrapper_content{
        width: 100%;
    }

    .wrapper-content-description{
        text-align: center;
    }

    .link_section_second{
        text-align: center;
    }

    .section_four .container{
        width: 100%;
        margin-bottom: 20px;
        border: 1px solid #adadad80;
        background-color: #ece8e880;
    }




    .heading_five_paragraph{
        text-align: center;
    }
    
    .containerPhoto{
        width: 80%;
    }

    .section_six_heading{
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .photoLibrary__link{
        margin-top: 30px;
    }

    .slider-paragraph-wrapper{
        height: 350px;
    }

    .form-item{
        width: 100%;
    }

    .clients-item{
        width: 40%;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .input-wrapper{
        width: 100%;
    }

    .footer-information{
        align-self: center;
    }

    .social-container{
        width: 100%;
    }
}

@media only screen and (max-width: 465px){
    .slider-paragraph-wrapper{
        height: 440px;
    }

    .slider-paragraph{
        text-align: center;
    }

    .title-email{
        width: 100%;
    }

    .container-send{
        width: 20%;
    }
    
    .social-container{
        width: 100%;
        flex-wrap: wrap;
    }

    .social-item{
        margin: 15px 20px;
    }

    .footer-information{
        align-self: center;
    }

    .logo-container{
        align-self: center;
    }
}

@media only screen and (max-width: 380px){
    .heading{
        font-size: 28px;
        padding-top: 60px;
    }

    .section_four .container{
        padding: 40px 10px;
    }

    .section_first{
        min-height: 568px;
    }

    .carousel-wrapper{
        min-height: 568px;
    }

    .slider-paragraph-wrapper{
        height: 520px;
    }

    .slider-labels{
        flex-wrap: wrap;
        height: 170px;
        width: 100%;
    }

    .slider-label{
        margin: 0 0;
    }

    .footer-information:nth-child(1){
        text-align: left;
    }
    
    .footer-information:nth-child(3){
        text-align: right;
    }

    .title-email{
        padding: 5px 5px;
    }

    .logo-container{
        align-self: center;
    }

    .nav_item a{
        font-size: 20px;
    }
}

@media only screen and (max-height: 374px) {
    .heading{
        margin-top: 265px;
    }
}
