@font-face {
  font-family: "flamebold";
  src: url("../fonts/flame-bold-webfont.woff2") format("woff2"), url("../fonts/flame-bold-webfont.woff") format("woff"), url("../fonts/flame-bold-webfont.ttf") format("truetype"), url("../fonts/flame-bold-webfont.svg#flamebold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "flameregular";
  src: url("../fonts/flame-regular-webfont.woff2") format("woff2"), url("../fonts/flame-regular-webfont.woff") format("woff"), url("../fonts/flame-regular-webfont.ttf") format("truetype"), url("../fonts/flame-regular-webfont.svg#flameregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "flame_sansregular";
  src: url("../fonts/flamesans-regular-webfont.woff2") format("woff2"), url("../fonts/flamesans-regular-webfont.woff") format("woff"), url("../fonts/flamesans-regular-webfont.ttf") format("truetype"), url("../fonts/flamesans-regular-webfont.svg#flame_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.btn {
  padding: 12px 40px 15px 40px;
  border-radius: 8px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: "flameregular";
  color: #F5EBDC;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.btn-primary {
  background-color: #D72300;
}
.btn-primary:hover {
  background-color: #198737;
  transition: all 0.2s;
}
.btn-secondary {
  background-color: #F5EBDC;
  color: #502314;
}
.btn-secondary:hover {
  background-color: #D72300;
  transition: all 0.2s;
  color: #F5EBDC;
}
.btn-desktop {
  display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/***RESET END***/
body,
p {
  font-family: "flameregular";
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
}

body {
  background: #F5EBDC;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "flamebold";
}

img {
  max-width: 100%;
  height: auto;
}

.hero__desktop {
  display: block;
}
.hero__mobile {
  display: none;
}

.content {
  position: relative;
  margin-top: -40px;
}
.content__container {
  max-width: 628px;
  margin: 0 auto;
  text-align: center;
}
.content__title {
  font-size: 48px;
  line-height: 57px;
  font-weight: 400;
  padding: 60px 0 30px 0;
  color: #502314;
}
.content__text {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #502314;
}
.content:before {
  content: "";
  position: absolute;
  background: url(../../assets/images/balloons_left.svg) no-repeat top left;
  background-size: cover;
  width: 19vw;
  position: absolute;
  top: 50px;
  left: 0;
  height: 51vw;
}
.content:after {
  content: "";
  position: absolute;
  background: url(../../assets/images/balloons_right.svg) no-repeat top right;
  background-size: cover;
  position: absolute;
  top: 50px;
  right: 0;
  width: 18vw;
  height: 50vw;
}

.boxs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
}
.boxs__container {
  max-width: 850px;
  padding: 150px calc((100% - 1024px) / 2) 0;
  overflow: hidden;
}
.boxs .item {
  position: relative;
}
.boxs .item.red {
  background-color: #D72300;
  color: #F5EBDC;
  float: left;
  border-radius: 10px;
  padding: 35px 90px;
  max-width: 640px;
  box-sizing: border-box;
  margin: 0 0 30px 0;
}
.boxs .item.red:before {
  content: "";
  position: absolute;
  width: 235px;
  height: 160px;
  top: -126px;
  background: url("../../assets/images/king1.svg") no-repeat center center;
  left: -47px;
  background-size: contain;
  top: -121px;
}
.boxs .item.green {
  background-color: #198737;
  color: #F5EBDC;
  float: right;
  border-radius: 10px;
  padding: 35px 90px;
  max-width: 640px;
  box-sizing: border-box;
  margin: 0 0 30px 0;
}
.boxs .item.green:before {
  content: "";
  position: absolute;
  width: 235px;
  height: 160px;
  top: -126px;
  background: url("../../assets/images/king2.svg") no-repeat center center;
  right: -44px;
  background-size: contain;
}
.boxs .item.yellow {
  background-color: #F9B000;
  color: #502314;
  float: left;
  border-radius: 10px;
  padding: 35px 90px;
  max-width: 640px;
  box-sizing: border-box;
  margin: 0 0 30px 0;
}
.boxs .item.yellow:before {
  content: "";
  position: absolute;
  width: 235px;
  height: 160px;
  top: -126px;
  background: url("../../assets/images/king3.svg") no-repeat center center;
  left: -47px;
  background-size: contain;
}
.boxs .item.brown {
  background-color: #502314;
  color: #F5EBDC;
  float: right;
  border-radius: 10px;
  padding: 35px 90px;
  max-width: 640px;
  box-sizing: border-box;
  margin: 0 0 30px 0;
}
.boxs .item.brown:before {
  content: "";
  position: absolute;
  width: 235px;
  height: 160px;
  top: -126px;
  background: url("../../assets/images/king4.svg") no-repeat center center;
  right: -44px;
  background-size: contain;
}
.boxs .item .title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  padding-bottom: 10px;
}
.boxs .item .text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
}

.price__container {
  max-width: 1064px;
  margin: 20px auto;
  background-color: #198737;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
}
.price__container--left {
  background: url(../../assets/images/price.svg) no-repeat bottom left;
  background-size: contain;
  border-radius: 0 0 0 20px;
}
.price__container--left.es {
  background: url(../../assets/images/price_es.svg) no-repeat bottom left;
  background-size: contain;
}
.price__container--left.en {
  background: url(../../assets/images/price_en.svg) no-repeat bottom left;
  background-size: contain;
}
.price__container--right {
  position: relative;
  padding: 30px 100px 30px 0;
}
.price__container--right:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../../assets/images/girl.png) no-repeat right bottom;
  width: 230px;
  height: 100%;
  background-size: contain;
  border-radius: 0 0 18px 0;
}
.price__container--right .title {
  color: #F5EBDC;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  font-family: "flameregular";
}
.price__container--right .text {
  color: #F5EBDC;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  font-family: "flameregular";
}
.price__container--right .text span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding-top: 10px;
  display: block;
}
.price__container--right ul {
  padding: 20px 0;
}
.price__container--right ul li {
  position: relative;
  padding: 5px 0 5px 35px;
  color: #F5EBDC;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}
.price__container--right ul li:before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translate(0, 50%);
  background: url(../../assets/images/fire.png) no-repeat right bottom;
  width: 20px;
  height: 22px;
}

.reservation {
  background: url(../../assets/images/bg_curve.png) no-repeat left bottom;
  background-size: contain;
  margin: 80px 0 0 0;
}
.reservation__container {
  max-width: 1063px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  grid-gap: 0;
}
.reservation__container--right {
  text-align: right;
}
.reservation__container .title {
  font-size: 64px;
  line-height: 63px;
  font-weight: 400;
  color: #F5EBDC;
  margin-bottom: 20px;
}
.reservation__container .text {
  font-family: "flame_sansregular";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #F5EBDC;
  margin-bottom: 20px;
}
.reservation__mobile {
  text-align: center;
  display: none;
  margin: 15px 0 0 0;
}



/* NAZA **************************** */
.reservation__list {
  font-family: "flame_sansregular";
  margin-top: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #F5EBDC;
  list-style: disc;
}
.reservation__list li .underline {
  text-decoration: underline;
}
@media only screen and (max-width: 1100px) {
  .reservation {
    padding-top: 180px;
    background-size: 110%;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 860px) {
  .reservation {
    background-size: 140%;
  }
}
@media only screen and (max-width: 768px) {
  .reservation {
    background-size: 150%;
    padding-bottom: 100px !important;
  }
  .reservation .btn-desktop {
    display: block !important;
  }
  .reservation__mobile {
    display: none !important;
  }
  .reservation .text {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 680px) {
  .reservation {
    background-size: 180%;
  }
}
@media only screen and (max-width: 620px) {
  .reservation {
    background-size: 190%;
    padding-top: 0;  
  }
  .reservation__container {
    display: flex;
    flex-direction: column-reverse;
  }
  .reservation .btn-desktop {
    display: block !important;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .reservation__list {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .reservation {
    background-size: 260%;
  }
}
