@font-face {
    font-family: 'didotmedium';
    src: url('../fonts/didot-htf-m64-medium-webfont.woff2') format('woff2'),
         url('../fonts/didot-htf-m64-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'artifakt_elementregular';
    src: url('../fonts/artifakt_element_regular-webfont.woff2') format('woff2'),
         url('../fonts/artifakt_element_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'artifakt_elementmedium';
    src: url('../fonts/artifaktelementmedium-webfont.woff2') format('woff2'),
         url('../fonts/artifaktelementmedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'didotnormal';
    src: url('../fonts/didot_font-webfont.woff2') format('woff2'),
         url('../fonts/didot_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #ede5e1;
	font-family: 'artifakt_elementregular';
	margin: 0;
	padding: 0;
}

.wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.lang {
	display: block;
	text-align: center;
	margin-top: 60px;
}

.header {
  position: relative;
  width: 100%;
  height: 135px;
}

.header ul {
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  color: #000;
  transition: 0.2s;
  font-family: 'artifakt_elementmedium';
  font-size: 18px;
}

.header li a:hover {
  color: #936f5d;
}

.header li:last-child a {
  padding: 20px 0px 20px 20px;
}

.header .logo {
  display: block;
  float: left;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.main-slide {
	background: url(../img/main-slide.jpg) no-repeat;
    width: 100%;
    height: 80vh;
    display: block;
    background-position: center;
    background-size: cover;
}

.slogan {
	font-size: 28px;
	font-weight: 600;
	padding-top: 40px;
	padding-left: 60px;
	border-left: 6px dotted #936f5d;
	margin: 15px 0 10px 112px;
	font-family: 'didotmedium';
	letter-spacing: 9px;
	color: #936f5d;
}

.slogan-text-desktop {
  display: block;
}

.slogan-text-mobile {
  display: none;
}

.main-text {
	display: flex;
	justify-content: space-between;
}

.soc-block {
	text-align: center;
}

.soc-block i {
	font-size: 24px;
	margin-bottom: 12px;
}

.soc-block a {
	color: #000;
	transition: 0.2s;
}

.soc-block a:hover {
	color: #936f5d;
}

.text-columns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px 0;
	font-family: 'artifakt_elementregular';
	color: #716f6e;
	font-size: 26px;
}

.text-columns div {
	text-align: justify;
}

.center-column {
	margin: 0 80px;
}

.vous-title {
	font-family: 'didotmedium';
	font-size: 64px;
	color: #000;
	margin: 30px 0;
	text-align: center;
	letter-spacing: 10px;
	font-weight: 600;
}

.sub-menu {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 15px 0 10px 112px;
	padding: 0 0 0 60px;
	border-left: 6px dotted #936f5d;
}

.sub-menu div {
	padding:  20px 40px;
}

.sub-menu div a {
	text-decoration: none;
	color: #716f6e;
	font-family: 'artifakt_elementmedium';
	font-size: 22px;
	transition: 0.2s;
}

.sub-menu div a:hover {
	color: #936f5d;
}

.block-title {
	margin-top: 50px;
	font-size: 38px;
	color: #959db1;
	font-family: 'didotmedium';
	font-weight: 600;
	letter-spacing: 4px;
}

.grey {
	background: #e1e3ed;
}

.limit {
	margin: 30px 0 60px 180px;
	font-family: 'artifakt_elementregular';
}

.team {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

.team-item {
	max-width: 230px;
	text-align: left;
}

.team-item img {
  width: 230px;
}

.team-name {
	font-family: 'artifakt_elementmedium';
	font-size: 20px;
	color: #333;
	font-weight: 600;
}

.team-position {
	font-family: 'artifakt_elementmedium';
	font-size: 15px;
	color: #716f6e;
	font-weight: 400;
}

.slider {
	display: flex;
	justify-content: flex-start;
	padding: 30px 0 0 10px;
}

.slide-number {
	font-size: 128px;
	color: #959db1;
    font-family: 'didotnormal';
}

.slide-text {
	color: #716f6e;
	font-size: 26px;
	font-family: 'artifakt_elementregular';
	padding: 60px 0 0 50px;
}

.slide-controls {
	display: flex;
	justify-content: space-between;
	color: #716f6e;
	font-size: 16px;
	font-family: 'artifakt_elementregular';
  position: absolute;
  bottom: 0;
  width: 100%;
}

.slide-controls img {
	width: 202px;
}

.prev {
	display: flex;
	align-items: baseline;
  cursor: pointer;
}

.next {
	display: flex;
	align-items: baseline;
  cursor: pointer;
}

.price-block {
	padding: 40px 0;
	font-family: 'artifakt_elementregular';
	color: #716f6e;
	font-size: 20px;
	letter-spacing: 3px;
}

.request {
	padding: 40px 0 0 0;
	text-align: center;
}

.request a {
	font-size: 28px;
	font-weight: 600;
	font-family: 'didotmedium';
	color: #936f5d;
	letter-spacing: 4px;
	text-decoration: none;
}

.inner {
	padding: 30px 0;
}

.projects {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.projects img {
	max-height: 332px;
}

.contact-block {
	display: flex;
	justify-content: space-between;
}

.contact-block div {
	color: #716f6e;
	font-size: 18px;
}

.contact-block div i {
	padding: 10px 20px;
}

.container form .user__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 12px 30px;
  max-width: 450px;
}
/* inside the form user details */
form .user__details .input__box {
  width: calc(100% / 2 - 20px);
  margin-bottom: 15px;
  font-family: 'artifakt_elementregular';
  margin-right: 15px;
}

.user__details .input__box .details {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.user__details .input__box input {
  height: 45px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid var(--main-grey);
  padding-left: 15px;
  font-size: 16px;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}

.user__details .input__box input:focus,
.user__details .input__box input:valid {
  border-color: var(--main-purple);
}

/* inside the form gender details */

form .gender__details .gender__title {
  font-size: 20px;
  font-weight: 500;
}

form .gender__details .category {
  display: flex;
  width: 80%;
  margin: 15px 0;
  justify-content: space-between;
}

.gender__details .category label {
  display: flex;
  align-items: center;
}

.gender__details .category .dot {
  height: 18px;
  width: 18px;
  background: var(--sub-grey);
  border-radius: 50%;
  margin: 10px;
  border: 5px solid transparent;
  transition: all 0.3s ease;
}

#dot-1:checked ~ .category .one,
#dot-2:checked ~ .category .two,
#dot-3:checked ~ .category .three {
  border-color: var(--sub-grey);
  background: var(--main-purple);
}

form input[type="radio"] {
  display: none;
}

/* submit button */
form .button {
  height: 45px;
  margin: 0 0 0 30px;
  cursor: pointer;
  background: #333;
}

form .button input {
  height: 100%;
  width: 100%;
  outline: none;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--main-blue), var(--main-purple));
  transition: all 0.3s ease;
  cursor: pointer;
}

form .button input:hover {
  background: linear-gradient(-135deg, var(--main-blue), var(--main-purple));
}

textarea {
  height: 90px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid var(--main-grey);
  padding-left: 15px;
  padding-top: 5px;
  font-size: 16px;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}

.project-title {
  font-size: 64px;
  color: #fff;
}

.project-descr {
  color: #716f6e;
  font-size: 18px;
  font-family: 'artifakt_elementregular';
  font-weight: 400;
  letter-spacing: normal;
}


.container-sl {
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
    position: absolute;
    background: transparent;
}
#slide1 {
    /* margin: 10px 30px; */
    position: relative;
    overflow: hidden;
    min-height: 322px;
}

.slider-item {
    /* top: 0; */
    width: 100%;
    display: none;
    margin: 0 auto;
    position: relative
}
.slider-item:first-of-type {
  display:block;
}

@media only screen and (max-width: 584px) {
  .container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .wrap {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .ms {
    padding-right: 0px;
    padding-left: 0px
  }

  .project-title {
    font-size: 40px;
  }

  form .user__details .input__box {
    margin-bottom: 15px;
    width: 100%;
  }

  form .gender__details .category {
    width: 100%;
  }

  .container form .user__details {
    max-height: 300px;
    overflow-y: scroll;
  }

  .user__details::-webkit-scrollbar {
    width: 0;
  }

  .slogan {
    font-size: 28px;
    font-weight: 600;
    padding-top: 40px;
    padding-left: 20px;
    border-left: 6px dotted #936f5d;
    margin: 15px 0 10px 20px;
    font-family: 'didotmedium';
    letter-spacing: 9px;
    color: #936f5d;
  }

  .soc-block {
    display: none;
  }

  .text-columns {
    flex-wrap: wrap;
  }

  .header .menu {
    background: #ede5e1;
  }

  .center-column {
    margin: 0;
    text-align: center !important;
    width: 100%;
  }

  .team {
    flex-wrap: wrap;
    justify-content: center;
  }

  .team-item {
    text-align: center;
    margin-bottom: 20px;
  }

  .contact-block {
    flex-wrap: wrap;
  }

  .sub-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0 10px 20px;
    padding: 0 0 0 20px;
    border-left: 6px dotted #936f5d;
    flex-wrap: wrap;
  }

  .projects div img {
    width: 100%;
  }

  .container form .user__details {
    max-width: 300px;
  }

  .slide-text {
    font-size: 18px;
    padding: 20px 0 0 20px;
  }

  .slide-controls img {
    width: 100px;
  }

  .slide-number {
    font-size: 108px;
  }

  .limit {
    margin: 20px 0 60px 20px;
  }

  .slogan-text-desktop {
    display: none;
  }

  .slogan-text-mobile {
    display: block;
  }

}


/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}