#MainSlider {
  background: url('../images/main/slider.jpg') center center;
  width: 100%;
  height: 95vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}



#ContactForm {
  position: absolute;
  top: 10%;
  right: 3%;
  width: 22%;
  height: 700px;
  /* border: 1px solid #fff; */
}


#ContactForm .Title {
  padding: 5% 0;
  text-align: center;
}

#ContactForm .Title h1 {
  font-family: 'Montserrat', sans-serif;
  color: #5c5571;
  font-size: 1.7em;
  font-weight: 400;
  letter-spacing: 1.5px;
}


#ContactForm .Title h1 span {
  font-weight: 700;
}


#ContactForm .Form {
  padding: 0 8%;
}

#ContactForm .Form input {
  border-radius: 18px;
  background-color: #5c5571;
  color:#fff;
}

#ContactForm .Form input::placeholder {
  color:#fff;
}

#ContactForm .Form textarea {
  border-radius: 18px;
  background-color: #5c5571;
  color:#fff;
}

#ContactForm .Form textarea::placeholder {
  color:#fff;
}

#ContactForm .Form .FormButton {
  text-align: center;
}

#ContactForm .Form .FormButton button {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  letter-spacing: 2.5px;
  background: transparent;
  box-shadow: none;
  color: #5c5571;
  border-radius: 50px;
  padding: 3px 24px;
  border: 1px solid #5c5571;
}

#ContactForm .Form .form-check label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8em;
  color: #282828;
  font-weight: 400;
}


#ContactForm .Form .InfoText {
  padding-top: 3%;
}

#ContactForm .Form .InfoText h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7em;
  color: #282828;
  line-height: 1.25em !important;
  font-weight: 300;
}

#ContactForm .Form .InfoText h6 a{
  color: #282828;
  font-weight: 400;
}

#ContactForm .Form .PhoneCall {
  margin-top: 8%;
  text-align: center;
}

#ContactForm .Form .PhoneCall a {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.9em;
  color: #282828;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1.5px;
}

#ContactForm .Form .PhoneCall a span {
  font-weight: 300;
}


#ContactForm .Form .SecurityCode {
  display: flex;
  justify-content:space-between;
  align-items: center;
}

#ContactForm .Form .SecurityCode h6{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  color: #282828;
  font-weight:600;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  text-align:center;
}

#ContactForm .Form .SecurityCode input{
  width: 40%;
  padding:4px 0;
  text-align: center;
}

#ContactForm .Form .SecurityCode input::placeholder{
  text-align: center;
}


@media only screen and (max-width: 1700px) {
    
  #MainSlider {
    width: 100%;
    height: 78vh;
  }

  #ContactForm {
    top: 10%;
    right: 2%;
    width: 25%;
    height: 700px;
  }
}

@media only screen and (max-width: 1550px) {

  #MainSlider {
    width: 100%;
    height: 100vh;
  }

  #ContactForm {
    top: 3%;
    right: 2%;
    width: 26%;
    height: 700px;
  }

  #ContactForm .Title h1 {
    font-size: 1.5em;
    letter-spacing: 1.5px;
  }

  #ContactForm .Form input {
    height: 32px;
  }

  #ContactForm .Form .form-check input {
    height: 16px;
  }

  #ContactForm .Form .FormButton {
    margin-bottom: 1% !important;
  }

  
  #ContactForm .Form .PhoneCall {
    margin-top: 5%;
    text-align: center;
  }
  
  #ContactForm .Form .PhoneCall a {
    font-size: 1.6em;
    letter-spacing: 1.5px;
  }

  #ContactForm .Form .SecurityCode {
    padding-top:10px;
  }
}


@media only screen and (max-width: 1480px) {
    

  #MainSlider {
    width: 100%;
    height: 78vh;
  }

  #ContactForm {
    top: 5%;
    right: 2%;
    width: 25%;
    height: 700px;
  }

  #ContactForm .Title h1 {
    font-size: 1.4em;
    letter-spacing: 1.5px;
  }

  #ContactForm .Form {
    padding: 0 6%;
  }

  #ContactForm .Form input {
    height: 32px;
  }

  #ContactForm .Form .form-check input {
    height: 16px;
  }

  #ContactForm .Form .FormButton {
    margin-bottom: 1% !important;
  }

  #ContactForm .Form .FormButton button {
    font-size: 1.1em;
    letter-spacing: 2px;
    border-radius: 50px;
    padding: 3px 24px;
  }
  
  #ContactForm .Form .form-check label {
    font-size: 0.75em;
  }
  
  #ContactForm .Form .InfoText {
    padding-top: 2%;
  }
  
  #ContactForm .Form .InfoText h6 {
    font-size: 0.7em;
    line-height: 1.2em !important;
  }

  #ContactForm .Form .PhoneCall {
    margin-top: 5%;
  }
  
  #ContactForm .Form .PhoneCall a {
    font-size: 1.6em;
    letter-spacing: 1.5px;
  }

}


@media only screen and (max-width: 1375px) {
  #MainSlider {
    width: 100%;
    height: 95vh;
  }

}

@media only screen and (max-width: 1290px) {
  #MainSlider {
    width: 100%;
    height: 90vh;
  }

  #ContactForm {
    top: 5%;
    right: 0%;
    width: 26%;
    height: 700px;
  }

  #ContactForm .Title h1 {
    font-size: 1.3em;
    letter-spacing: 1.5px;
  }

  #ContactForm .Form .PhoneCall a {
    font-size: 1.4em;
    letter-spacing: 1.5px;
  }

}


@media only screen and (max-width: 1200px) {
  #MainSlider {
    width: 100%;
    height: 80vh;
  }

  #ContactForm {
    top: 5%;
    right: 0%;
    width: 27%;
    height: 500px;
  }

  #ContactForm .Title h1 {
    font-size: 1.2em;
    letter-spacing: 1.5px;
  }



  #ContactForm .Form .InfoText {
    display: none;
  }

  #ContactForm .Form .PhoneCall a {
    font-size: 1.3em;
    letter-spacing: 1.5px;
  }

}

@media only screen and (max-width: 780px) {
    
  #ContactForm {
    position: relative;
    top: 0%;
    right: 0%;
    width:100%;
    height: auto;
    /* border: 1px solid #fff; */
    padding-top: 10%;
  }


  #ContactForm .Form input {
    height: 38px;
    border-radius: 12px;
    background-color: #5c5571;
    color:#fff;
  }

  #ContactForm .Form input::placeholder {
    color:#fff;
  }

  #ContactForm .Form .form-check input {
    height: 16px;
  }

  
  #ContactForm .Form textarea {
    border-radius: 12px;
    background-color: #5c5571;
    color:#fff;
  }

  #ContactForm .Form textarea::placeholder {
    color:#fff;
  }


  #ContactForm .Title h1 {
    font-size: 1.4em;
    color:#fff;
  }

  #ContactForm .Form .FormButton {
    margin-bottom: 16px !important;
  }

  #ContactForm .Form .FormButton button {
    font-size: 1.2em;
    letter-spacing: 2.5px;
    color: #fff;
    border: 1px solid #fff;
  }

  #ContactForm .Form .InfoText {
    display: block;
  }

  #ContactForm .Form .form-check label {
    color: #fff;
  }

  #ContactForm .Form .InfoText h6 {
    color: #fff;
  }

  #ContactForm .Form .InfoText h6 a{
    color: #fff;
  }

  #ContactForm .Form .PhoneCall a {
    font-size: 1.9em;
    letter-spacing: 1.5px;
    color: #fff;
  }


  #ContactForm .Form .SecurityCode h6{
    color: #fff;
  }

  #ContactForm .Form .SecurityCode input{
    border-color: #fff;
  }

}



/* ================== MOBIL BODY ================== */

/*  ========== MOBIL SLIDER ========== */


#MobilSlider {
  position: relative;
  z-index: 0;
}

#MobilSlider .Image {
  width: 100%;
  height: auto;
}

#MobilSlider .Image img {
  width: 100%;
  height: 100%;
}


/*  ========== MOBIL BODY ========== */

#MobilBody {
  position: relative;
  background: url('../images/main/mobilbody.png') center center;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 11;
  margin-top: -50%;
  padding-bottom: 20%;

}


#MobilBody .MobilRezervLogo {
  padding-top: 20%;
  text-align: center;
}

#MobilBody .MobilRezervLogo img {
  width: 60%;
  height: auto;
}

#MobilBody .TextLogo {
  padding-top: 15%;
  text-align: center;
}

#MobilBody .TextLogo h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
  letter-spacing: 10px;
  font-weight: 200;
  color:#fff;
} 



/*  --------- SUB IMAGE --------- */

#SubImage  {
  position: relative;
  z-index: 99;
   margin-top: -6%;
}

#SubImage .Image  {
  width: 100%;
  height: auto;
}

#SubImage .Image img {
  width: 100%;
  height: 100%;
}


