/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
  font-family: "bromello-Script";
  src: url("../bromello-Regular.ttf");
}
#back {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  cursor: pointer;
  display: inline-block;
  color: white;
  position: relative;
  text-align: center;
}
#book {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  cursor: pointer;
  display: inline-block;
  color: white;
  position: relative;
}
#book:after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

#book:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
#julietPic {
  width:60%;
  
}

.heading1 {
  font-family: "bromello-Script";
  font-size: 90px;
  color: #6c2233;
  text-align: center;
  padding-bottom: 10%;
}

#mail {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: white;
  text-align: left;
}

#phone {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: white;
}

#skype {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: white;
}

.bgColor {
  background-color: #6c2233;
}
.form-style-7 {
  position: relative;
  width: 80%;
  height: 60%;

  background: #732d3d;
  border-radius: 10px;
  padding: 5%;
  font-family: "Montserrat";
  z-index: 3;
}

.form-style-7 h1 {
  display: block;
  text-align: center;
  padding: 0;

  margin: 0px 0px 20px 0px;
  color: white;
  font-size: x-large;
}
.form-style-7 ul {
  list-style: none;
  margin: 0;
  padding-top: 15%;
  padding-bottom: 10%;
  padding-left: 4%;
  padding-right: 4%;
}
.form-style-7 li {
  display: block;
  padding: 15px;
  border: 2px solid #dddddd;
  margin-bottom: 70px;
  border-radius: 10px;
  background: #732d3d;
}

.form-style-7 li:last-child {
  border: none;
  margin-bottom: 0px;
  text-align: center;
}

#message {
  width: auto;
}
#phoneNumber {
  width: auto;
}
.inputColor {
  background: #732d3d;
  color: white;
  font-family: "Montserrat";
}

.inputColor1 {
  background: #732d3d;
  color: white;
  font-family: "Montserrat";
}

#email {
  width: auto;
}

#fullName {
  width: auto;
}

.form-style-7 li > label {
  z-index: 1;
  display: block;
  float: left;
  margin-top: -30px;
  background: #732d3d;
  text-align: center;
  width: 20%;
  height: 5%;
  padding: 2px 5px 20px 5px;
  color: white;
  font-size: 19px;
  font-weight: 400;
  overflow: hidden;
  font-family: "Montserrat";
}

.form-style-7 input[type="text"],
.form-style-7 textarea,
.form-style-7 select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: block;
  outline: none;
  border: none;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  padding: 0;
  font-family: "Montserrat";
}

.form-style-7 textarea {
  background: #732d3d;
}

.form-style-7 textarea {
  resize: none;
}
.form-style-7 input[type="submit"],
.form-style-7 input[type="button"] {
  background: white;
  border: none;
  text-align: center;
  padding: 15px 30px 15px 30px;
  border-bottom: 3px solid white;
  border-radius: 3px;
  color: #d2e2ff;
}

#submit {
  background-color: #732d3d;
  color: white;
  border: 1px solid white;
}

#submit:hover {
  background-color: white;
  color: #732d3d;
  border: 1px solid #732d3d;
}

#pineappleLogoForm {
  position: absolute;
  width: 65%;
  height: 45%;
  left: 73%;
  bottom: -10%;
  z-index: 3;
  display: block;
}

#mail1 {
  padding-left: 30%;
}
#skype1 {
  padding-top: 3%;
  padding-left: 30%;
}
.form-style-8 {
  position: relative;
  width: 80%;
  height: 70%;
  background: #732d3d;
  border-radius: 10px;
  padding: 5%;
  padding-top: 0%;
  font-family: "Montserrat";
  z-index: 3;
}

.form-style-8 h1 {
  display: block;
  text-align: center;
  padding: 0;

  margin: 0px 0px 20px 0px;
  color: white;
  font-size: x-large;
}
.form-style-8 ul {
  list-style: none;
  margin: 0;
  padding-top: 15%;
  padding-bottom: 10%;
  padding-left: 4%;
  padding-right: 4%;
}
.form-style-8 li {
  display: block;
  padding: 15px;
  border: 2px solid #dddddd;
  margin-bottom: 70px;
  border-radius: 10px;
  background: #732d3d;
}

.form-style-8 li:last-child {
  border: none;
  margin-bottom: 0px;
  text-align: center;
}
.form-style-8 li > label {
  z-index: 1;
  display: block;
  float: left;
  margin-top: -30px;
  background: #732d3d;
  text-align: center;
  width: 20%;
  height: 5%;
  padding: 2px 5px 20px 5px;
  color: white;
  font-size: 19px;
  font-weight: 400;
  overflow: hidden;
  font-family: "Montserrat";
}

.form-style-8 input[type="text"],
.form-style-8 textarea,
.form-style-8 select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: block;
  outline: none;
  border: none;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  padding: 0;
  font-family: "Montserrat";
}

.form-style-8 textarea {
  background: #732d3d;
}

.form-style-8 textarea {
  resize: none;
}

.form-style-8 input[type="submit"],
.form-style-8 input[type="button"] {
  background: white;
  border: none;
  text-align: center;
  padding: 15px 30px 15px 30px;
  border-bottom: 3px solid white;
  border-radius: 3px;
  color: #d2e2ff;
}

.form1 {
  padding-left: 15%;
  padding-top: 10%;
  padding-bottom: 10%;
}

#fullName1 {
  width: auto;
}
#date {
  width: auto;
}
#timeSlot {
  width: auto;
}
#service {
  width: auto;
}

#submit1 {
  background-color: #732d3d;
  color: white;
  border: 2px solid white;
}

#submit1:hover {
  background-color: white;
  color: #732d3d;
  border: 2px solid #732d3d;
}

#pineappleLogo2 {
  position: absolute;
  width: 30%;
  height: 30%;
  left: 82%;
  bottom: -10%;
  z-index: 3;
  display: block;
}

#ellipse7 {
  position: absolute;
  margin-left: 97%;
  width: 17vw;
  height: 17vw;
}

#ellipse71 {
  position: absolute;
  width: 19vw;
  height: 19vw;
  top: 55%;
  right: 93%;
}

#ellipse9 {
  position: absolute;
  width: 15vw;
  height: 15vw;
  top: 100%;
  left: -10%;
}

.geeks {
  padding: 2%;
  text-align: center;
}

section {
  width: 100%;
  min-height: 300px;
}

.pattern {
  position: relative;
  background-color: white;
}

.pattern:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(../Vector\ 4.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#ellipse1 {
  position: absolute;
  width: 15vw;
  height: 15vw;
  left: -6%;
}
#ellipse2 {
  position: absolute;
  width: 10vw;
  height: 10vw;
  right: 5;
}
#ellipse3 {
  position: absolute;
  width: 10vw;
  height: 10vw;
  right: -46%;
  top: 35%;
}
#ellipse4 {
  position: absolute;
  width: 10%;
  height: 20%;
  left: 10%;
  top: 155%;
}

@media only screen and (max-width: 600px) {
  .pattern:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: url(../Vector\ 4.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  #back {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    cursor: pointer;
    display: inline-block;
    color: white;
    position: relative;
  }

  .geeks {
    padding: 0%;
    text-align: center;
  }
  #mail1 {
    text-align: center;
    padding: 0%;
  }
  #mail {
    text-align: center;
    font-size: 15px;
  }
  #skype1 {
    text-align: center;
    padding: 0%;
  }
  #skype {
    text-align: center;
    font-size: 15px;
  }
  #phone {
    text-align: center;
    font-size: 15px;
  }
  #julietPic {
    padding: 0%;
    width: 100%;
    height: auto;
  }
  .form-style-7 {
    position: relative;
    width: 100%;
    height: 50%;
    background: #732d3d;
    border-radius: 10px;
    padding: 5%;
    font-family: "Montserrat";
    z-index: 3;
  }
  .form-style-7 li > label {
    z-index: 1;
    display: block;
    float: left;
    margin-top: -30px;
    background: #732d3d;
    text-align: center;
    width: 20%;
    height: 5%;
    padding: 2px 5px 20px 5px;
    color: white;
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    font-family: "Montserrat";
  }
  #email {
    width: auto;
  }

  #fullName {
    width: auto;
  }
  #phoneNumber {
    width: auto;
  }
  #message {
    width: auto;
  }
  #ellipse7 {
    display: none;
  }
  #ellipse71 {
    display: none;
  }
  #ellipse9 {
    display: none;
  }
  #pineappleLogo2 {
    display: none;
  }
  .form-style-8 {
    position: relative;
    width: 100%;
    height: 50%;
    background: #732d3d;
    border-radius: 10px;
    padding: 5%;
    font-family: "Montserrat";
    z-index: 3;
  }
  .form-style-8 li > label {
    z-index: 1;
    display: block;
    float: left;
    margin-top: -30px;
    background: #732d3d;
    text-align: center;
    width: 20%;
    height: 5%;
    padding: 2px 5px 20px 5px;
    color: white;
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    font-family: "Montserrat";
  }
  .form1 {
    padding-left: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-right: 5%;
  }

  .form-style-8 input[type="submit"],
  .form-style-8 input[type="button"] {
    background: white;
    border: none;
    text-align: center;
    padding: 15px 30px 15px 30px;
    border-bottom: 3px solid white;
    border-radius: 3px;
    color: #d2e2ff;
    font-size: 15px;
  }

  #fullName1 {
    width: auto;
  }
  #date {
    width: auto;
  }
  #timeSlot {
    width: auto;
  }
  #service {
    width: auto;
  }
  .heading1 {
    font-size: 70px;
    padding-top: 16%;
  }
  #book {
    font-size: 18px;
    font-weight: 600;
  }
  #pineappleLogoForm {
    width: 45%;
    height: 25%;
  }
  #ellipse1 {
    display: none;
  }
  #ellipse2 {
    display: none;
  }
  #ellipse3 {
    display: none;
  }
  #ellipse4 {
    display: none;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1518px) {
  .pattern:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: url(../Vector\ 4.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .geeks {
    padding: 0%;
    text-align: center;
  }
  #mail1 {
    text-align: center;
    padding: 0%;
  }
  #mail {
    text-align: center;
    font-size: 18px;
  }
  #skype1 {
    text-align: center;
    padding: 0%;
  }
  #skype {
    text-align: center;
    font-size: 18px;
  }
  #phone {
    text-align: center;
    font-size: 18px;
  }
  #julietPic {
    padding: 0%;
    margin: auto;
    width: 100%;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .form-style-7 {
    position: relative;
    width: 100%;
    height: 50%;
    background: #732d3d;
    border-radius: 10px;
    padding: 5%;
    font-family: "Montserrat";
    z-index: 3;
  }
  .form-style-7 li > label {
    z-index: 1;
    display: block;
    float: left;
    margin-top: -30px;
    background: #732d3d;
    text-align: center;
    width: 20%;
    height: 5%;
    padding: 2px 5px 20px 5px;
    color: white;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    font-family: "Montserrat";
  }
  #email {
    width: auto;
  }

  #fullName {
    width: auto;
  }
  #phoneNumber {
    width: auto;
  }
  #message {
    width: auto;
  }
  #ellipse7 {
    display: none;
  }
  #ellipse71 {
    display: none;
  }
  #ellipse9 {
    display: none;
  }
  #pineappleLogo2 {
    display: none;
  }
  .form-style-8 {
    position: relative;
    width: 100%;
    height: 50%;
    background: #732d3d;
    border-radius: 10px;
    padding: 5%;
    font-family: "Montserrat";
    z-index: 3;
  }
  .form-style-8 li > label {
    z-index: 1;
    display: block;
    float: left;
    margin-top: -30px;
    background: #732d3d;
    text-align: center;
    width: 20%;
    height: 5%;
    padding: 2px 5px 20px 5px;
    color: white;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    font-family: "Montserrat";
  }
  .form1 {
    padding-left: 10%;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-right: 10%;
  }

  .form-style-8 input[type="submit"],
  .form-style-8 input[type="button"] {
    background: white;
    border: none;
    text-align: center;
    padding: 15px 30px 15px 30px;
    border-bottom: 3px solid white;
    border-radius: 3px;
    color: #d2e2ff;
    font-size: 15px;
  }

  #fullName1 {
    width: auto;
  }
  #date {
    width: auto;
  }
  #timeSlot {
    width: auto;
  }
  #service {
    width: auto;
  }
  .heading1 {
    font-size: 80px;
    padding-top: 16%;
  }
  #book {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 7%;
  }
  #pineappleLogoForm {
    width: 45%;
    height: 35%;
  }
  #ellipse1 {
    display: none;
  }
  #ellipse2 {
    display: none;
  }
  #ellipse3 {
    display: none;
  }
  #ellipse4 {
    display: none;
  }
  #form {
    margin: auto;
    padding-left: 5%;
    padding-right: 5%;
  }
}
