@charset "UTF-8";
/*--------------------------------------------------------------
## All Color Variable
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&family=Poppins:wght@300;400;500;600;700&display=swap");


/* For Chrome, Safari, and Edge */
::-webkit-scrollbar {
width: 12px; 
}

::-webkit-scrollbar-track {
background: #f0f0f0; 
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
background-color: #b00000; 
border-radius: 10px;
border: 3px solid #f0f0f0; 
}

::-webkit-scrollbar-thumb:hover {
background-color: #880000;
}
:root {
  --web-wash: #fff;
  --primary: #1b1b1b;
  --secondary: #7d7e7c;
  --ternary: #d8d8d7;
  --gray: #f7f7f5;
  --border: #eaeaea;
  --accent: #69121b;
  --primary-font: "Libre Caslon Display", serif;
  --secondary-font: "Poppins", sans-serif;
}

.cs_dark {
  --web-wash: #1b1b1b;
  --primary: #fff;
  --secondary: #d8d8d7;
  --gray: #181818;
  --border: #3c3c3c;
}
@charset "UTF-8";
/*--------------------------------------------------------------
## All Color Variable
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&family=Poppins:wght@300;400;500;600;700&display=swap");
:root {
  --web-wash: #fff;
  --primary: #1b1b1b;
  --secondary: #7d7e7c;
  --ternary: #d8d8d7;
  --gray: #f7f7f5;
  --border: #eaeaea;
  --accent: #69121b;
  --primary-font: "Libre Caslon Display", serif;
  --secondary-font: "Poppins", sans-serif;
}

.cs_dark {
  --web-wash: #1b1b1b;
  --primary: #fff;
  --secondary: #d8d8d7;
  --gray: #181818;
  --border: #3c3c3c;
}

/*--------------------------------------------------------------
## All Font Variable
----------------------------------------------------------------*/
/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Typography
2. Preloader
3. Spacing
4. General
5. Slider
6. Video Modal
7. Header
8. Footer
9. Sidebar
10. Hero
11. Iconbox
12. About
13. Testimonial
14. Team
15. Card
16. Image Layer
17. Newsletter
18. Feature Box
19. Custom Slider
20. Posts
21. Dark Style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Typography
----------------------------------------------------------------*/
body,
html {
  color: var(--secondary);
  font-family: var(--secondary-font);
  font-size: 16px;
  line-height: 1.875em;
  font-weight: 400;
  overflow-x: clip;
  background-color: var(--web-wash);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: var(--primary);
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 400;
  line-height: 1.2em;
  font-family: var(--primary-font);
}

.cs_primary_font {
  font-family: var(--primary-font);
}

.cs_secondary_font {
  font-family: var(--secondary-font);
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 15px;
}

ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: square outside none;
}

ol {
  padding-left: 20px;
  margin-bottom: 25px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

.bannerx {
  position: relative;
  background: url('../img/bannerx.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  overflow: hidden;
}

blockquote {
  margin: 0 15px;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0;
}

address {
  margin: 0 0 15px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: var(--accent);
}

table {
  width: 100%;
  margin-bottom: 25px;
}
table th {
  font-weight: 600;
  color: var(--secondary);
}
table td,
table th {
  border-top: 1px solid var(--border);
  padding: 11px 10px;
}

dl {
  margin-bottom: 25px;
}
dl dt {
  font-weight: 600;
}

b,
strong {
  font-weight: bold;
}

pre {
  color: var(--secondary);
  border: 1px solid var(--border);
  font-size: 18px;
  padding: 25px;
  border-radius: 5px;
}

kbd {
  font-size: 100%;
  background-color: var(--secondary);
  border-radius: 5px;
}

input,
textarea {
  color: var(--primary);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

label {
  margin-bottom: 8px;
}


.brand-color {
color: #69121b;
}

.brand-border {
border: 2px solid #69121b;
}

.section-header {
text-align: center;
margin-bottom: 4rem;
padding-top: 3rem;
}

.section-subtitle {
font-size: 0.9rem;
letter-spacing: 3px;
text-transform: uppercase;
color: #999;
margin-bottom: 1rem;
}

.section-title {
font-size: 2.5rem;
font-weight: 300;
line-height: 1.3;
color: #333;
max-width: 600px;
margin: 0 auto;
}

.amenity-card {
text-align: center;
margin-bottom: 4rem;
padding: 2rem 1rem;
border: 2px solid transparent;
border-radius: 5px;
transition: all 0.3s ease;
cursor: pointer;
}

.amenity-card:hover {
border-color: #69121b;
box-shadow: 0 10px 30px rgba(105, 18, 27, 0.15);
transform: translateY(-5px);
}

.amenity-icon {
width: 80px;
height: 80px;
border: 2px solid #69121b;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
background-color: transparent;
transition: all 0.3s ease;
}

.amenity-card:hover .amenity-icon {
transform: rotate(20deg);
background-color: #69121b;
}

.amenity-icon i {
font-size: 2rem;
color: #69121b;
transition: all 0.3s ease;
}

.amenity-card:hover .amenity-icon i {
color: white;
}

.amenity-title {
font-size: 1.5rem;
font-weight: 300;
color: #333;
margin-bottom: 1rem;
}

.amenity-description {
color: #666;
line-height: 1.6;
font-size: 0.95rem;
}

.container-custom {
max-width: 1200px;
margin: 0 auto;
padding: 0 2rem;
}

@media (max-width: 768px) {
.section-title {
font-size: 2rem;
}

.amenity-title {
font-size: 1.3rem;
}

.container-custom {
padding: 0 1rem;
}

.amenity-card {
margin-bottom: 3rem;
padding: 1.5rem 0.5rem;
}
}

@media (max-width: 576px) {
.section-title {
font-size: 1.7rem;
}

.amenity-icon {
width: 70px;
height: 70px;
}

.amenity-icon i {
font-size: 1.7rem;
}
}