@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DynaPuff:wght@400..700&display=swap');
:root {
  --primary-bgcolor: #f2ddcb;
  --primary-textcolor: #432cff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

main,
body {
  overflow-x: hidden;
}

body {
  background: var(--primary-bgcolor);
}

a {
  text-decoration: none;
}
a:focus {
  color: #36b7a5;
}

.nav-link:focus, .nav-link:hover {
  color: #fff;
}

select:focus,
textarea:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

input:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(45deg, #62e0c3, #36b7a5) !important;
  border: 1px solid #fff;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}
.bg_white{
  background: #fff;border-radius: 13px;padding: 4rem;height: 100%;
}
header{
  font-family: "Lora", serif;
  padding: 28px 0;
  color: var(--primary-textcolor);
}
header img{
  width: 330px;
}
header ul{}
header ul li{
    margin: 0 18px;
}
header ul li a{
    font-size: 28px;
    font-weight: 600;
}
.banner{
  background: url(../images/banner.jpg) no-repeat;
  background-position: 100% 65%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 4rem 0;
  border-radius: 10px;
  font-family: "Lora", serif;
  position: relative;
}
.banner img{
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
.banner img:nth-child(1){
      width: 60%;
      margin: 0 auto;
      display: block;
}
.banner img:nth-child(2){
      width: 80%;
      margin: 3rem auto;
      display: block;
}
.banner img:nth-child(3){
      width: 73%;
      margin: auto;
      display: block;
}
.banner .links {
    display: inline-block;
    position: absolute;
    left: 8%;
    top: 33%;
    transform: translate(-50%,-50%);
}
.banner .links a{
    margin: 24px 0;
    display: block;
}
.banner .links a img{
    width: 59px;
}
.banner ul{
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
}
.banner ul li{}
.banner ul li a{
  color: var(--primary-textcolor);
  font-weight: 600;
}
.about_us{text-align: center;position: relative;}
.about_us h3{
  font-family: "DynaPuff", system-ui;
  font-weight: 800;
  font-size: 77px;
  color: #ff4ba0;
}

.about_us h3 span {
    display: block;
}
.about_us p{
  font-family: "Lora", serif;
  color: #000;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.9;
  margin: 40px 0;
}
.about_us img{position: absolute;width: 61%;bottom: 0;object-fit: cover;right: 2%;}

.book_now{
  font-family: "Lora", serif;
  position: relative;
  height: 1400px;
}
.book_now form{
  margin: 0 auto;
  position: absolute;
  top: 48%;
  left: 53%;
  transform: translate(-49%,-51%);
  width: 100%;
}
.book_now form .btm_area{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85%;
    margin: 10rem auto 0;
}

.book_now form .btm_area div {
    width: 100%;)%;)%;);
}
.book_now form .btm_area button{
    color: var(--primary-textcolor);
    width: 100%;
    border: none;
    background: transparent;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 3rem 0;
}
.book_now form .btm_area img{margin: 0 auto;width: 32%;}
.book_now form .btm_area p{
    background: #ffc10738;
    padding: 29px;
    font-size: 19px;
    border-radius: 5px;
    font-weight: 600;
    color: #000;
}
.book_now form .btm_area a{
    font-size: 21px;
    margin: 10px 0 0 0;
    display: block;
    color: var(--primary-textcolor);
    font-weight: 300;
}
.book_now form label {
    width: 143px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-textcolor);
}
.book_now img{
    width: 75%;
    margin: 0 auto;
    display: block;
}

.book_now form div{
  font-size: 16px;
  margin: 17px auto;
  width: 39%;
}
.book_now form input{
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
  padding: 19px 30px;
  border: none;
  margin: 0 17px;
}
footer{
    padding: 25px 0;
    font-family: 'Lora';
}
footer p{
    text-align: center;
    font-size: 23px;
    color: #000;
    font-weight: 500;
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1024px) and (max-width: 1399px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}



