/*
Theme Name: Grand Hotel Kazybek Bi
Developer: Abylaikhan Tleukhan
Author URI: https://abylaikhan.freshcode.kz/
*/

@font-face {
  font-family: Gilroy;
  src: url(assets/Gilroy-Regular.ttf);
}
@font-face {
  font-family: Eurostyle;
  src: url(assets/Eurostyle-Bold.ttf);
}
:root {
  --gold: #cdac70;
  --light-gold: #f5f2ed;
}
* {
  font-family: Gilroy;
}
h1,
h2,
h3 {
  font-family: Eurostyle;
}
.text-xs {
  font-size: 12px;
}
.text-sm {
  font-size: 14px;
}
.text-gold {
  color: var(--gold);
}
.bg-gold {
  background-color: var(--gold);
}
.bg-light-gold {
  background-color: var(--light-gold);
}
.text-hero {
  font-size: 42px !important;
  font-family: Eurostyle;
}
.text-eurostyle {
  font-family: Eurostyle;
}
.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ccb36d;
  --bs-btn-border-color: #ccb36d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bd9f4a;
  --bs-btn-hover-border-color: #bd9f4a;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #bd9f4a;
  --bs-btn-active-border-color: #bd9f4a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ccb36d;
  --bs-btn-disabled-border-color: #ccb36d;
}
.img-200 {
  width: 200px;
}
.img-72 {
  width: 72px;
}
.img-50 {
  width: 50px;
}
.img-42 {
  width: 42px;
}
.img-32 {
  width: 32px;
}
.gallery_img {
  height: 280px;
}
.second-slide-img {
  height: 345px;
}
.second_gallery-home-page {
  width: 600px;
}
.map iframe {
  width: 100% !important;
}
@media (max-width: 768px) {
  .text-hero {
    font-size: 32px !important;
  }
  .living-img {
    height: 120px;
  }
}
