.body {
  background-color: #000;
  color: #737a81;
  text-decoration: none;
}

.btn-up {
  position: fixed;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(71, 48, 36, 0.55);
  border-radius: 10px;
  background-color: rgba(240, 239, 231, 0.48);
  opacity: 0;
}

.home-main-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  min-width: 310px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url("../img/home/bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.home-bg-container {
  position: absolute;
  top: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  min-width: 310px;
}

.home-img-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
  color: #929292;
}

.home-img-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: silver;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png");
  background-position: 50% 50%;
  background-size: cover;
}

.home-menu-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  min-width: 310px;
  padding-top: 100px;
  padding-bottom: 20px;
}

.home-menu-letters {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.menu-letter {
  width: 80%;
  text-align: left;
}

.line {
  position: relative;
  right: 0px;
  width: 80%;
  height: 10px;
  padding-left: 20%;
  background-color: #d6db4f;
}

.text-block {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10%;
  color: #fff;
  font-size: 32px;
}

.home-menu-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.links-wrapper {
  width: 100%;
}

.home-menu-shadow {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  min-width: 310px;
  background-color: rgba(0, 0, 0, 0.29);
}

.navbar {
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.nav-link {
  width: 100%;
  padding-right: 110px;
  color: #fff;
  text-align: right;
}

.nav-link-2 {
  width: 100%;
}

.nav-link-3 {
  width: 100%;
}

.home-header-secton {
  padding-top: 50px;
}

.home-heder-letter {
  position: relative;
}

.sin-igual-ketter {
  padding-left: 10px;
  color: #95a3ac;
  font-size: 26px;
  line-height: 26px;
}

.cocina-letter {
  color: #fff;
  font-size: 26px;
  line-height: 26px;
}

.letter-wrappers {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 100%;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.94);
}

.home-body-wrapper {
  padding-right: 30px;
  padding-left: 30px;
}

.home-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-logo-wrapper {
  width: 100%;
  padding-top: 20px;
}

.home-logo-img {
  width: 100%;
  height: 150px;
}

.home-lobby-bar-wrapper {
  width: 100%;
  margin-bottom: 100px;
}

.lobby-bar-letter {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
}

.home-wrapper-description {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
 
}

.home-shadow {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.80);
}

.menu-letter-wrapper {
  width: 100%;
}

.home-menu {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  padding:30px;
}

.menu-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-home {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  padding: 15px 20px;
}

.home-separator {
  width: 20px;
}


.section-main-container {
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  min-width: 310px;
  margin-right: auto;
  margin-left: auto;
}

.section-header-container {
  background-color: #f3f3f3;
}

.section-header-letters {
  padding-top: 50px;
}

.section-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 60%;
  height: 200px;
}

.section-english-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../img/section/bg-lang.svg");
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-2 {
  padding: 10px 20px;
  border: 1px solid #000;
  color: #000;
  font-size: 26px;
  text-decoration: none;
}

.section-wrapper {
  position: relative;
  padding: 50px 10px;
  border-bottom: 5px solid #95a3ac;  
  z-index: 2;
}

.section-item-wrapper {
  padding: 20px 20px;
}

.item-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0px 0px;
}

.title-letter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.amount-letter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

tr, td{
  padding: 5px;
  font-size: 16px;
}
.title {
  color: #7ea0af;
  font-size: 18px;
  font-family: 'blair_itc_medium1';
}

.text-block-3 {
  color: #7ea0af;
  font-size: 18px;
  font-weight: bold;
  font-family: 'blair_itc_medium1';
}

.text-block-4 {
 
  color: #7ea0af;
  font-size: 18px;
  font-weight: bold;
  font-family: 'blair_itc_medium1';
}

.item-description {
  padding-top: 5px;
  font-family: 'blair_itc_light1';
  font-size: 11px;
}

.description {
  width: 80%;
  color: #FFF;
  font-size: 15px;
}

.icon {
  width: 25px;
  height: 25px;
  padding-left: 10px;
}

.footer-section {
  padding: 30px 20px;
  background-image: url("../img/section/pie.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.section-note {
  padding: 20px;
  background-color: #95a3ac;
}

.note-section-title {
  font-size: 18px;
}

.note-amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.note-currency {
  color: #fff;
  font-size: 18px;
  font-family: 'blair_itc_medium1';
}

.note-amount-text {
  color: #fff;
  font-size: 16px;
  font-family: 'blair_itc_medium1';
}

.note-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  font-size: 18px;
  font-family: 'blair_itc_medium1';
}

.note-title {
  color: #fff;
  font-size: 16px;
  font-family: 'blair_itc_medium1';
  padding: 0px;
}

.pie-paragram {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-family: 'blair_itc_light1';
}

.text-footer {
  padding-bottom: 30px;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo-img {
  width: 100%;
  height: 150px;
}

.section-heder-letter{
  background: #000;
}
.section{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.shadow-sections{
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);

}
@media screen and (min-width: 376px) and (max-width: 479px) {
  .btn-up {
    position: fixed;
    left: auto;
    top: auto;
    right: 20px;
    bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #473024;
    border-radius: 10px;
    background-color: rgba(240, 239, 231, 0.53);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  .home-lobby-bar-wrapper{
    margin-bottom: 30px;
  }
  .home-menu{
    padding: 10px;
  }
  .link-home{
    font-size: 18px;
  }
  .home-logo-wrapper{
    padding-top: 0px;
  }
}



@font-face {
  font-family: 'abadi_condensed_light';
  src: url('../fonts/abadi-mt-condensed-light.ttf') format('truetype'), 
  url('../fonts/abadi-mt-condensed-light.ttf') format('opentype');  
}
@font-face {
  font-family: 'AbadiMTCondensed';
  src: url('../fonts/AbadiMTCondensed.ttf') format('truetype'), 
  url('../fonts/AbadiMTCondensed.ttf') format('opentype');  
}
@font-face {
  font-family: 'blair_itc_medium1';
  src: url('../fonts/blair_itc_medium1.ttf') format('truetype'), 
  url('../fonts/blair_itc_medium1.ttf') format('opentype');  
}

@font-face {
  font-family: 'blair_itc_light1';
  src: url('../fonts/blair_itc_light1.ttf') format('truetype'), 
  url('../fonts/blair_itc_light1.ttf') format('opentype');  
}