
.hero__conteainer{
    justify-content: center;

}
.hero__desc{
    text-align: center;
}
.portfolio {
    background-color: #f3f3f5;
}
.job__item {
    margin-bottom: 100px;

}
.job__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.job__imajes {
    max-width: 700px;
}
.job__big-img {
    max-width: 600px;
    max-height: 500px;
    margin-bottom: 50px;
    border-radius:15px;
}
.job__imajes-list {
    display: flex;
    max-width: 600px;
    gap: 10px;
    flex-wrap: wrap;

}
.job__imajes-img {
    width:100px ;
    height: 100px;
    border-radius: 10px;
}
.top{
    margin-top: 30px;
}
.job__desc-title {
    margin-bottom: 25px;
    color: #593F0D;
    font-size: 38px;
}
.portfolio__card-list {
    flex-direction: column;
}

.portfolio__question {
    padding: 50px;
    background-color: #fff;
    box-shadow: inset 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.question__link {
    margin-top: 10px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0), 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color:rgba(0, 151, 36, 0.8);
    color: #FFF;
    padding: 18px;
}
.question__subtitle {
    font-weight: 700;
    color: #593F0D;
    font-size: 30px;
}
.question__title {
    font-size: 30px;
    font-weight: 500px;
    margin-bottom: 25px;
    color: #593F0D;
}
.job__desc-text {
    color: #593F0D;
    font-size: 20px;
    max-width: 400px;
    text-align: left;
    margin-top: 15px;
}
.portfolio__question {
    padding: 50px;
    background-color: #fff;
    box-shadow: inset 
    0 0 0 2px rgb(255, 255, 255),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;   
    margin-top: 50px;
  
}
.item__line{
    margin: 0;
    margin-top: 50px;
    border: 1px solid white;
}

@media (max-width:1260px) {
    .job__imajes,
    .job__big-img{
        max-width: 580px;
    }
}
@media (min-width:1108px) {
    .mb{
        display: none;
    }
}
@media (max-width:1107px) {
    .job__imajes,
    .job__big-img{
        max-width: 400px;
        
    }
    .pc{
        display: none;
    }
    .mb{
        max-width:305px ;
        margin: 0 auto;
        margin-top: 50px;
        padding: 10px;
    }
    .job__desc-text{
        margin-bottom: 10px;
    }
}
@media (max-width:768px) {
    .job__big-img{
        max-width: 400px;
        max-height: 450px;
    }
}
@media (max-width:902px) {
    .job__content {
        display: grid;
    }
    .job__desc-text {
        margin-bottom: 10px;
    }
    .job__desc{
        order: 0;
        margin-bottom: 50px;
    }
    .job__imajes {
        order: 1;
    }
    .job__imajes-img {
        width:50px ;
        height: 50px;
    }
    .question__link{
        margin-bottom: 10px;
    }
}

@media (max-width:320px) {
    .job__desc-text {
        max-width: 310px;
    }
    .job__desc,
    .job__imajes,
    .job__big-img{
       max-width: 300px;
    }
}


.slideshow {
	position: relative;
	width: 100%;
	&:after {
		content: '';
		display: block;
		padding-bottom: calc((100% / 6) * 4);
	}
	&:hover a {
		opacity: 1;
	}
	a {
		opacity: 0;
		position: relative;
		text-decoration: none;
		transition: opacity 0.5s;
		&:after {
			border-color: #FFF #FFF transparent transparent;
			border-style: solid;
			border-width: 2px;
			color: #FFF;
			display: block;
			height: 10px;
			position: absolute;
			top: calc(50% - 5px);
			width: 10px;
		}
		&:first-child:after {
			content: '';
			left: 10px;
			transform: rotate(-135deg);
		}
		&:nth-child(2):after {
			content: '';
			right: 10px;
			transform: rotate(45deg);
		}
	}
	.slide {
		background-color: #FFF;
		box-sizing: border-box;
		display: none;
		height: 100%;
		position: absolute;
		width: 100%;
		&:first-child,
		&:target {
			display: block;
		}
		a {
			display: block;
			height: 100%;
			position: absolute;
			width: 50%;
			&:nth-child(2) {
				left: 50%;
			}
		}
		img {
      border-radius: 5px;
			width: 100%;
		}
	}
}
.pagination {
  display: flex;
  bottom: 10px;
  justify-content: center;
  position: absolute;
  width: 100%;
  a {
    background: rgba(#FFF,0.75);
    border-radius: 50%;
    display: block;
    height: 10px;
    width: 10px;
    &:not(:last-child) {
      margin-right: 5px;
    }
    span {
      display: none;
    }
  }
}
    @media (max-width:425px) {
        .top {
            margin-top: 40px;
        }
        .portfolio__title{
            margin-bottom: 50px;
        }
        
    .job__desc-title {
        font-size: 1.75rem;
        line-height: 1.2;
        font-weight: 700;      
    }
    .job__desc-text {
        font-size: 16px;
    }
    .portfolio__question {
    padding: 30px;
    justify-content: center;
    }
    .question__title {
    font-size: 18px;
    font-weight: 500px;
    margin-bottom: 25px;
    color: #593F0D;
    }
    .question__subtitle {
    font-size: 18px;
    }
    .hero__img,
    .none-btn,
    .hero__img-wrap{
        display: none;
    }
    .hero__name-company{
        font-size: 35px;
    }
    }
    .hero__conteainer {
        padding-top: 0px;
    }
    @media (max-width:375px) {
    .job__imajes, .job__big-img {
        max-width: 355px;
    }
}
@media (max-width: 320px){
    .job__imajes, .job__big-img {
    max-width: 300px;
    }
}





.slider{
    max-width: 600px;
    max-height:600px ;
}

img{
    width: 100%;
    display: block;
}

.slider-wrapper {
    /* width: 300px;
    margin: 0 auto; */
}

.btn{
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
}

.slider-btn{
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 2;
    background-color: #dddddd80;
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 50%;
    transform:translateY(-50%)  ;
    -webkit-transform:translateY(-50%)  ;
    -moz-transform:translateY(-50%)  ;
    -ms-transform:translateY(-50%)  ;
    -o-transform:translateY(-50%)  ;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.slider-btn:hover{
    background-color: #dddddd;
}

.slider-prev{
    left: -50px;
}

.slider-next{
    right: -50px;
}

/* sliders-second  */
.sliders-two .slider-wrapper{
    cursor: pointer;
}

.sliders-two  .slider-wrapper{
    margin: 10px;
    padding: 2%;
}



@media(max-width:769px){
    .sliders-two .slider-wrapper {
        margin: 10px 5px;
        padding: 0%;
    }
}
a {
    display: inline-block;
  }
  img {
    display: block;

  }
  .full {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 8%;
    background: #CCC center no-repeat;
    background: rgba(0, 0, 0, 0.5) center no-repeat;
    background-size: contain;
    background-origin: content-box;
    z-index: 1000;
  }
  .full:target {
    display: block;
  }
  .df{
    max-width: 600px;
    max-height: 600px;
    position: relative;
    margin: 0 auto;
    top: 10%;
    border-radius: 15px;
  }

  @media(max-width:550px){
    .df{
        top: 30%;
      }
  }
  @media(max-width:425px){
    .df{
        top: 20%;
      }
  }