@charset "utf-8";

*,
*::after,
*::before {
  box-sizing: inherit;
}
input,
textarea {
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  background: linear-gradient(45deg, #fff1eb, #ace0f9);
  justify-content: center;
  align-items: center;
}
li {
  margin: 10px; padding: 0px;
  }
ul {
margin-top: 0px;
margin-bottom: 0px;
  }
/* -----------------Page number one----------------- */
.main {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  /* min-width: 1024px; установить в медеа нужный параметр */
  /* background-attachment: fixed; установить в медеа нужный параметр */
  /* height: auto;  установить в медеа нужный параметр */
  /* min-height: 100%;  установить в медеа нужный параметр */
  /* width: 100%;  установить в медеа нужный параметр */
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: lightblue;
  justify-content: center;
    }
/* -------- page markup number 1 -------- */
.container1p {
  width: 100%;
  max-width: 1600px;
  justify-content: center;
  margin: 0 auto;
}
.topic1p-top {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.left-side-main {
  width: 100%;
  height: 65vh;
} 
.right-side-main {
  width: 100%;
  height: 35vh;
}
/* -------- page design number 1 -------- */
.top-text-title {
  font-family: 'Open Sans', sans-serif;
  padding-left: 50px;
  padding-top: 22px;
  margin-right: 20px;
  font-size: 27px;
  font-weight: 500;
  color: white;
}
.top-text-title p {
  font-family: 'Open Sans', sans-serif;
  padding-left: 0px;
  padding-top: 0px;
  margin-right: 0px;
  font-size: 18px;
  font-weight: 500;
  color: white;
}
.header-logo img,
.top-whatsapp img,
.top-viber img,
.top-telegram img,
.top-phone img,
.top-email img {
  max-width:100%;
  height:auto;
}
.top-whatsapp,
.top-viber,
.top-telegram,
.top-phone,
.top-email {
  margin-right: 10px;
  justify-content: center;
  transition: color 0.3s linear;
}
.top-whatsapp:hover,
.top-viber:hover,
.top-telegram:hover,
.top-phone:hover,
.top-email:hover {
  border: 3px solid whitesmoke; 
  border-radius: 10px; 
  background-color: rgb(10, 10, 212);
}
.main-title-1 {
text-align: left;
}
.main-left-one {
font-family: 'Bad Script', cursive;
font-size: 60px;
padding-top: 90px;
font-weight: 700;
color: white;
}
.main-left-two {
font-size: 27px;
padding-top: 15px;
font-weight: 700;
color: white;
}
.main-title-2 {
text-align: center;
}
.main-right-one {
  font-size: 27px;
  font-weight: 600;
  padding-left: 50%;
  color: white;
}
.main-right-two {
  font-size: 20px;
  font-weight: 600;
  padding-left: 50%;
  color: white;
}
/* -----------------Page number two----------------- */
.hotel {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  /* min-width: 1024px; установить в медеа нужный параметр */
  /* background-attachment: fixed; установить в медеа нужный параметр */
  /* height: auto;  установить в медеа нужный параметр */
  /* min-height: 100%;  установить в медеа нужный параметр */
  /* width: 100%;  установить в медеа нужный параметр */
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: lightblue;
  justify-content: center;
}
/* -------- page markup number 2 -------- */
.container2p {
  width: 100%;
  max-width: 1600px;
  justify-content: center;
  margin: 0 auto;
}
.topic2p-top {
  width: 100%;
  height: auto;
}
.topic2p-middle {
  display: flex;
}
.left-side-description {
  width: 50%;
  height: 100vh;
} 
.right-side-photo {
  width: 50%;
  height: 100vh;
}
/* -------- page design number 2 -------- */
.topic2p-title-top {
  font-family: 'Bad Script', cursive;
  font-size: 60px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  color: black;
}
.details2p {
  text-align: left;
  padding-right: 20px;
}
.topic2p-title-one {
  font-size: 25px;
  font-weight: 500;
  text-align: justify;
  padding-bottom: 10px;
  color: black;
}
.topic2p-title-two {
  font-size: 25px;
  font-weight: 600;
  text-align: justify;
  color: black;
}
.topic2p-suptitle {
    font-size: 23px;
    text-align: justify;
    color: black;
    padding-left: 20px;
}
/* -------- page number 2 slideshow -------- */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Hide the images by default */
.mySlides {
  display: none;
  padding-bottom: 10px;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: 700;
  font-size: 50px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* -----------------Page number three----------------- */
.location {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2;
  /* min-width: 1024px; установить в медеа нужный параметр */
  /* background-attachment: fixed; установить в медеа нужный параметр */
  /* height: auto;  установить в медеа нужный параметр */
  /* min-height: 100%;  установить в медеа нужный параметр */
  /* width: 100%;  установить в медеа нужный параметр */
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: lightblue;
  justify-content: center;
  }
/* -------- page markup number 3 -------- */
.container3p {
  width: 100%;
  max-width: 1600px;
  justify-content: center;
  margin: 0 auto;
  }
.topic3p-top {
    width: 100%;
    height: auto;
  }
.topic3p-middle {
    display: flex;
    height: auto;
  }
.left-side-legend {
    width: 50%;
    height: auto;
  } 
.right-side-map {
    width: 50%;
    height: auto;
  }
.map {
  width: 100%;
  height: 100%;
}
  /* -------- page design number 3 -------- */
.topic3p-title-top {
    font-family: 'Bad Script', cursive;
    font-size: 60px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    color: black;
  }
.details3p {
    text-align: left;
    padding-right: 20px;
  }
.topic3p-title-one {
    font-size: 25px;
    font-weight: 500;
    text-align: justify;
    padding-bottom: 10px;
    color: black;
  }
.topic3p-title-two {
    font-size: 25px;
    font-weight: 600;
    text-align: justify;
    color: black;
  }
.topic3p-suptitle {
      font-size: 23px;
      text-align: justify;
      color: black;
      padding-left: 20px;
      color: black;
  }
/* -----------------Page number four----------------- */
.contacts {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  /* min-width: 1024px; установить в медеа нужный параметр */
  /* background-attachment: fixed; установить в медеа нужный параметр */
  /* height: auto;  установить в медеа нужный параметр */
  /* min-height: 100%;  установить в медеа нужный параметр */
  /* width: 100%;  установить в медеа нужный параметр */
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: lightblue;
  display: flex;
  justify-content: center;
  align-items: center;
  }
/* -------- page markup number 4 -------- */
.container4p {
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  }
.content4p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
  }
.left-side-contacts {
  width: 25%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  }
.right-side-contacts {
  width: 75%;
  margin-left: 75px;
  }
/* -------- page design number 4 -------- */
.left-side-contacts:before {
  content: "";
  position: absolute;
  height: 107%;
  width: 2px;
  background: #afafb6;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  }
.details4p {
  margin-bottom: 15px;
  text-align: center;
  }
.topic4p {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 7px;
  }
.text-one-4p,
.text-two-4p {
    font-size: 20px;
    color: #afafb6;
  }
.topic-text {
    font-size: 30px;
    font-weight: 600;
    color: #3e2093;
    margin-bottom: 10px;
  }
.right-side-contacts p {
    margin-bottom: 9px;
    font-weight: 400;
    text-align: justify;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;   
  }
.input-box {
    height: 50px;
    width: 100%;
    margin-bottom: 40px;
  }
.input-box input,
.input-box textarea {
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    background: #f0f1f8;
    padding: 0 20px;
    margin-bottom: 3px;
  }
.input-box textarea {
    resize: none;
    padding-top: 5px;
    padding-left: 20px;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
  }
.message-box {
  min-height: 110px;
  }
.button {
    display: inline-block;
    margin-top: -15px;
    transition: color 0.3s linear;
 }
.button :hover {
    border: 2px solid rgb(197, 10, 57); 
    border-radius: 7px; 
    background-color: rgb(10, 10, 212);
  }
.button input {
    color: #fff;
    font-size: 18px;
    background: gray;
    outline: none;
    padding: 10px 20px;
    border-radius: 7px;
  }
.input-box label {
    color: #afafb6;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
  }
 .just-validate-error-label {
  font-size: 14px;
  padding-left: 20px;
 }