body {
  background: -webkit-linear-gradient(
    313deg,
    #c775f3,
    #b48dde,
    #bf94e2
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    313deg,
    #c775f3,
    #b48dde,
    #b587da
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /*background: rgb(200,115,242);*/
  background: radial-gradient(
    circle,
    rgba(200, 115, 242, 1) 0%,
    rgba(135, 79, 204, 1) 100%
  );
}
/*background:url(https://images.unsplash.com/photo-1636956040469-fec02ed01ab5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1770&q=80);
} */

/* -----Burger menu-------*/

.menu-btn {
  width: 30px;
  height: 30px;
  position: fixed;
  z-index: 2;
  background-color: white;
  padding: 10px;
  border-radius: 20px;
  background: url();
}
.menu-btn span {
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: aliceblue;
  /*background-color: #8b07fe;*/
  transition: all 0.5s;
}
.menu-btn span:nth-of-type(2) {
  top: calc(50% - 10px);
}
.menu-btn span:nth-of-type(3) {
  top: calc(50% + 10px);
}
.menu {
  position: fixed;
  top: 0;
  left: 10;
  width: 20%;
  height: 100%;
  background-color: #8b07fe;
  color: white;
  border-radius: 10px;
  display: none;
  transition: transform 10s;
  justify-content: flex-start;
  z-index: 1;
}
.menu.active {
  display: grid;
}
.menu li {
  list-style-type: none;
  font-size: 25px;
  font-style: inherit;
  font-family: "Montserrat", sans-serif;

  padding: 10px;
  margin-left: 20px;
}
a {
  color: white;
  text-decoration: none;
}
.menu-btn.active span:first-of-type {
  display: none;
}
.menu-btn.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-btn.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* --------------/-----------*/
button {
  color: white;
  background-color: #38e54d;
  border-radius: 15px;
  border: none;
  width: 100px;
  margin-left: 20px;
  padding: 5px;
  font-size: 15px;
}
.logo {
  margin: auto;
  width: 450px;
  height: 700px;
  border-radius: 20px;
}
.header {
  z-index: -1;
}
.beauty {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 10px;
  margin-left: 20px;
}
.LOGO {
  display: flex;
  justify-content: center;
  align-self: center;
  flex-direction: column;
  align-content: center;
}
h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  /* background-color: #8b07fe;*/
  color: white;
  padding: 5px;
  border-radius: 20px;
  text-align: center;
}
.studio {
  background-color: white;
}
.list {
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: row;
  width: 100%;
  border-radius: 20px;
}
.enumeration {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 90%;
  color: #8b07fe;
  margin-left: 190px;
  list-style-type: none;
}

.call {
  align-self: center;
  padding: 2px;
  justify-content: flex-end;
}

.header {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  justify-content: center;
}
.lebel {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.lebelOne {
  display: flex;
  justify-content: center;
  font-size: 40px;
  margin: auto;
  padding: 10px;
}
.lebelTwo {
  display: flex;
  justify-content: center;
  font-size: 40px;
  background-color: white;
  color: #8808f8;
  margin: 10px;
  border-radius: 20px;
  padding: 4px;
}
.description {
  color: white;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  width: 75%;
}
.block-star {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
/* PAGETWO*/
.pagetwo {
  display: flex;
  flex-direction: column;
}

.happiness {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.picture {
  width: 400px;
  height: 350px;
  border-radius: 20px;
}
#card-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.box {
  display:block;
  flex-direction: row;
  justify-content: center;
  width: 400px;
  height: 400px;
  border-radius: 10px;
  position: relative;
  transform: translateX(-300%);
  transition: transform 0.9s ease;
}

.box:nth-of-type() {
  
  transform: translateX(-300%);
}

.box.show {

  transform: translateX(0);
}
.box img {
  max-width: 400px;
}

/*------text -----*/

.box .services {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 400px;
  height: 350px;
  transform: translate(100%, 50);
  transition: 6s;
  align-items: center;
  font-size: 15px;
  color: #45077b;
  text-transform: inherit;
  font-family: "Montserrat", sans-serif;
  border-radius: 20px;
  align-self: center;
  justify-content: center;
  margin: auto;
  margin-top: 20px;
}
.box:hover .services {
  display: block;
  align-self: center;
  background: white;
  cursor: pointer;
  opacity: 1;
}

/*_______pagethree______*/
.pagethree {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
  bottom: 20px;
  margin-top: 10px;
}

.studio {
  color: #45077b;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  border-radius: 10px;
  bottom: 20px;
  padding: 4px;
  text-align: center;
}
p {
  font-weight: 700;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}

.variant {
  display: flex;
  flex-direction: row;
  text-align: center;
}
.quiz {
  border-radius: 10px;
  background: #fcc511;
  padding: 5px;
  margin: 10px;
  margin-right: 10px;
}
.company {
  color: #45077b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  background-color: white;
  border-radius: 10px;
  bottom: 5px;
  text-align: center;
  text-decoration: wavy;
  font-family: "Montserrat", sans-serif;
}
.master {
  text-align: center;
  font-size: 30px;
}
.read {
  align-self: center;
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 200px;
}
.adress {
  display: flex;
  flex-direction: row;
  margin-left: 30px;
  color: white;
}

/*_________four________*/
.price {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.uslugi {
  background-color: white;
  color: #4d0789;
  width: 400px;
  height: 485px;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
  margin-left: 20px;
  margin-top:2px;
}

table,
tr,
td {
  border: 1px #4d0789 solid;
  margin: 0;
  margin-top: 10px;
}

/*___________form_________-*/

#full-name {
  width: 200px;
}

/* адаптация*/
/*_________reviews______*/
#container {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 40px;
  height: 300px;
  flex: -1;
}

#textRev {
  font-family: "Montserrat", sans-serif;
  color: white;
  text-align: center;
  margin-top: 10px;
  border-radius: 20px;
  text-overflow: clip;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.btn {
  margin: 0;
  padding: auto;
  margin-top: 80px;
  height: 100px;
}
#reviews {
  background-image: url(https://images.unsplash.com/photo-1636956040469-fec02ed01ab5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1770&q=80);
  width: 100%;
  justify-content: center;
  align-self: center;
  height: 200px;
}
.contact {
  align-self: center;
  padding: 5px;
  justify-content: flex-end;
  margin-top: 20px;
}
.dikidi {
  margin-top: 10px;
  width: 100px;
}
#contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#servic {
  display: flex;
  margin-left: 80px;
  flex-direction: column;
  color: white;
}
#cont {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  padding: 0px;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  color: white;
}
.icons {
  background: white;
}

/*-----slaides-----*/
#containerOne {
  display: none;
  background-image: url(https://images.unsplash.com/photo-1636956040469-fec02ed01ab5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1770&q=80);

  flex-direction: column;
  width: 100%;
  height: auto;
  flex: -1;
  align-self: center;
  margin: auto;
}
#containerTwo {
  display: none;
  background-image: url(https://images.unsplash.com/photo-1636956040469-fec02ed01ab5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1770&q=80);

  flex-direction: column;
  width: 100%;
  height: auto;
  flex: -1;
  align-self: center;
  margin: auto;
}
.slides {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 300px;
}
.slidesOne {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 300px;
}
.slidesTwo {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 300px;
}
#pictures {
  width: 100%;
  height: 250px;
  border-radius: 20%;
}

#Photo {
  margin-left: 10px;
  width: 220px;
  height: 250px;
  text-align: center;
}
.opisanye {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: white;
}
.burger {
  color: #4d0789;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  justify-content: center;
  margin-top: auto;
}
.footer {
  color: white;
}
.master {
  display: flex;
  flex-direction: row;
  margin: auto;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  font-size: 30px;
  background-color: white;
}

/*  background-color: #ae65e3;*/
.masterTwo {
  display: flex;
  flex-direction: column;
  align-self: center;
  color: #ae65e3;
  font-family: "Montserrat", sans-serif;
}
.stylist {
  font-size: 30px;
  margin: 0px;
  margin-left: 5px;
  border-radius: 20px;
  background-color: #ae65e3;
  color: white;
}
.galya {
  width: 310px;
  height: 550px;
  border-radius: 20px;
  margin-left: 80px;
  padding: 10px;
  background-color: #ae65e3;
}

.contactTwo {
  align-self: center;
  padding: 10px;
  margin-top: 20px;
  width: 300px;
}
/*--------------------------*/

.footnote{
  font-size:15px;
  background-color: white;
  color:#4d0789;
  margin-top:8px;
  font-family: "Montserrat", sans-serif;
}
.material{
  border-color: #4d0789;
  width:85%;
}
@media all and (max-width: 500px) {
  .enumeration {
    display: none;
    z-index: -1;
  }
  body{
    display: block;
  }
  .card-content {
    font-size: 10px;
    width: 100%;
  }
  .picture {
    width: 100%;
  }
  .LOGO {
    width: 100%;
  }
  .logo {
    width: 210px;
    height: 300px;
  }
  .beauty {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    margin: 0px;
    margin-left: 10px;
  }
  .menu {
    width: 200px;
    height: auto;
    color: white;
  }
  a {
    font-size: 15px;
  }
  h1 {
    font-size: 15px;
  }
  p {
    font-weight: 400;
    font-size: 15px;
  }

  .lebel {
    width: 100%;
  }
  .lebelOne {
    margin-top: 5px;
    font-size: 26px;
    justify-content: center;
    align-self: center;
  }

  .lebelTwo {
    font-size: 20px;
    margin: 0;
    padding: 20px;
    margin-bottom: 20px;
    justify-content: center;
    align-self: center;
  }
  .quiz {
    margin: 2px;
    margin: auto;
    width: 15px;
    height: 15px;
  }

  .pagethree {
    font-size: 15px;
  }
  .read {
    flex-direction: row;
    justify-content: center;
    align-self: center;
    margin-left: 30px;
  }
  .master {
    font-size: 15px;
  }
  button {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
  .description {
    font-size: 20px;
    margin: 0;
    padding: 2px;
    width: 80%;
    text-align: center;
  }

  .price {
    flex-direction: column;
  }
  .container {
    width: 100%;
  }
  #back,
  #next {
    width: 30px;
    font-size: 7px;
  }
  #textRev {
    font-size: 12px;
  }

  .uslugi {
    font-size: 10px;
    width: 100%;
    height: auto;
    align-self: center;
    margin: auto;
    margin-top: 10px;
  }
  table,
  td,
  tr {
    margin-top: auto;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .ava {
    width: 150px;
    margin-left: 20px;
  }
  .block-star {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .star {
    width: 15px;
  }
  
.box {
 
  transform: translateX(-100%);
  transition: transform 0.9s ease;
}

.box:nth-of-type() {
  
  transform: translateX(-100%);
  display:none;
}

  
  .box .services {
   
    height: 400px;
    margin: 0;
  }
  #pictures {
    width: 250px;
    height: 300px;
  
  }
  .slidesOne {
    display: flex;
    flex-direction: column;
    height: 1400px;
    margin-top: 125px;
    align-items: center;
    /*height: 150px;*/
  }
  .slides {
    display: flex;
    flex-direction: column;
    height: 1700px;
    align-items: center;
    /*height: 150px;*/
  }
 
  #containerOne {
    height: 3300px;
 margin:0;
    justify-content: center;
  }
  #containerTwo {

    justify-content: center;
    height:3100px;
  }
  #Photo {
    margin-left: 0;
    margin:5px;
    width: 250px;
    height: 300px;
  }
  .opisanye {
    font-size: 15px;
  }

  .adress {
    display: flex;
    flex-direction: column;
    margin: auto;
    height: 700px;
  }
  .map {
    width: auto;
    height: 250px;
    margin: 0;
    align-self: center;
  }
  #cont {
    margin: 0;
    font-size: 15px;
    height: 20px;
    margin-top: 5px;
  }
  .master {
    margin: opx;
    flex-direction: column;
  }

  .stylist {
    margin-top: 5px;
    font-size: 20px;
  }

  .galya {
    margin-left: 0px;
    width: 320;
    align-self: center;
    justify-content: center;
    align-items: center;
  }
}
