/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}
:root {
  --jumbotron-padding-y: 3rem;
}

/*important color codes
----------------------------------------------------*/
/*color code for red #fd0707;*/
/*color code for blue #cc3131*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
  color: #fd0707;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  color:#fd0707;
}
.my-margin{
  margin-bottom: 50px;
  margin-top: 20px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  border-color: #cc3131
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
/*Header stuff*/
*brand color*/
.navbar-brand  {
   color: #C5A059;
   
}
/*heading color*/
.kala{
  /*color: #a68ba4;*/
  color: #C5A059;
}
/*founder name*/
.kala2 {
  /*color: #a68ba4;*/
  color: #121212;
}
/* white */
.kala2 {
  /*color: #a68ba4;*/
  color: #fff;
}
/* black */
.kala4 {
  /*color: #a68ba4;*/
  color: #fd0707;
}
.kala6 {
  /*color: #a68ba4;*/
  color: #cc3131;
  
}
/*color for the form*/
.form-bg{
  background-color: #cc3131 ;
  color: #fff;
  margin-top: 50px;
  margin-left:75px;
  margin-bottom: 50px;
}
.track
.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
}
/*Floating the navbar left*/
/*.navbar-nav{
  float: right;
}*/
/* my image */
.imgBg {
  /* The image used */
  /* background-image: url("img_girl.jpg"); */

  /* Full height */
  height: 60%; 
  width: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* background-size: auto; */
  margin-bottom: 5%;
  top: 0%;
  color: #fff;
}
.productMargin{
  margin-left: 3%;
  margin-right: 3%;
}
.productImg{

    width: 300px;
    height: 300px;

   
}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
  /*.navbar-toggler{
    display:none;
  }*/
 /* .collapse ul{
    float: right;
  }
  .collapse li{
    float: right;

  }*/
  .mobile {
    display: none;
  }
  .myImg{
    width: 300px;
    height: 300px;
  }
  .myImg2{
    width: 300px;
    /*height: 350px;*/
  }
  .my-margin{
    margin-left: 5%;
  }
  .centered {
    position: absolute;
    top: 20%;
    /* margin-top: 50px; */
    left: 50%;
    transform: translate(-50%, -20%);
    color: #ffffff;
  
  }
  /* iframe sizing */
  .frame{
    width: 250px;
    height: 200px;
  }
  /* do not show this image on tablet */
  /* .cardImg
  {
  display: none;
  } */
  /* .sImg
  {
  display: none;
  } */
  .mobile-cards{
    display: none;
  }
  
}
/* for tablets */
/* @media (max-width: 991.98px) { 
  .desk-cards{
    display: none;
  }
}  */
@media (min-width: 992px) { 
  .mobile-cards{
    display: none;
  }
  /* .desk-cards{
    display: contents;
  } */
}
@media (min-width: 1200px){
  /*centered text  */
  /* .sImg{
    display: contents;
  } */
.centered {
  position: absolute;
  top: 70%;
  margin-top: 50px; 
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;

}
/* iframes */
/* svg images */
.myImg{
  width: 400px;
  height: 400px;
}
.myImg2{
  width: 500px;
  /* height: 600px; */
}
.mainImg{
  max-width: 180px; 
  max-height: 250px;
}
.cardImg
{
  width: 200px;
  height: 250px;
}
/* do not display this image */
.tabImg{
  display: none;
}

}
@media (max-width: 767px) {
    .desktop{
      display: none;
    }
    .myBrand{
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: #fd0707;
  
}
.desk-cards{
  display: none;
}
.mainImg{
  max-width: 60%;
  max-height: 80%;
}
.myImg{
  width: 100%;
  height: 400px;
}
.myImg2{
  width: 100%;
  margin-left: 10%;
  /* height: 600px; */
}
.cardImg
{
  width: 100%;
  /* height: 300px; */
}
/* do not display this image */
.tabImg{
  display: none;
}
/* .pimg2{
  display: contents;
} */
.kala5{
  color: #000;
}
/* footer{
  display: contents;
  position: relative;
} */

  /*centered text  */
  .centered {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
  }
  /* image on mobile */
  .imgBg {
    /* The image used */
    /* background-image: url("img_girl.jpg"); */
  
    /* Full height */
    height: 450px; 
    width: 100%;
  
    /* Center and scale the image nicely */
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    margin-bottom: 5%;
    color: #ffffff;
  }
 .mob-card{
      margin-bottom: 10px;
      width: 100%;
    }
  .form-bg{
  background-color: #cc3131 ;
  color: #fff;
  margin-top: 50px;
  margin-left:0px;
  margin-bottom: 50px;
    }
    /* iframe */
    .frame{
      width: 80%;
      height: 50%;
    }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}
/*position of up button*/
.fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  
}



/*social media circle*/
.btn-outline-blue {
  background: #fd0707;
  border-color: #fd0707;
  border-radius: 50%;
  border: 1px solid;
  height: 40px;
  width: 40px;
  text-align: center;
  }
/*button theme for form button*/
.btn-outline-theme1 {
  color: #fff;
  border-color: #fff;
  border-radius: 35px;
}
.btn-outline-theme1:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
/*anchor margin*/
.a_margin{
  margin-bottom: 10px;
}
/*button outline for services cards*/
.btn-outline-theme2 {
  color: #fd0707;
  border-color: #fd0707;
  border-radius: 8px;
}
.btn-outline-theme2:hover {
  color: #fff;
  background-color: #fd0707;
  border-color: #fd0707;
}
/*button theme fixed bottom*/
.btn-outline-theme {
  color: #fd0707;
  border-color: #fd0707;
  border-radius: 50%;
}
.btn-outline-theme:hover {
  color: #000;
  background-color: #fd0707;
  border-color: #fd0707;
}
.btn-outline-theme:focus, .btn-outline-theme.focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 49, 49, 0.5);
}
.btn-outline-theme.disabled, .btn-outline-theme:disabled {
  color: #fd0707;
  background-color: transparent;
}

.btn-outline-theme:not(:disabled):not(.disabled):active, .btn-outline-theme:not(:disabled):not(.disabled).active,
.show > .btn-outline-theme.dropdown-toggle {
  color: #fff;
  background-color: #fd0707;
  border-color: #fd0707;
}

.btn-outline-theme:not(:disabled):not(.disabled):active:focus, .btn-outline-theme:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 72, 184, 0.5);
}

.my-shadow{
   box-shadow: 0 0.125rem 0.25rem rgba(28, 72, 184, 0.075) !important;
    border: 1px solid #fd0707;
    color: #fd0707;
    border-radius: 5%;
}
/*Branding colors*/
.myBrand{
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: #fd0707;
  
}
.myBrand:hover, .myBrand:focus {
  text-decoration: none;
}
.navbar-light .myBrand {
  color: #cc3131
}

.navbar-light .myBrand:hover, .navbar-light .myBrand:focus {
  color: #cc3131
}
.navbar-dark .myBrand {
  color: #cc3131
}

.navbar-dark .myBrand:hover, .navbar-dark .myBrand:focus {
  color: #cc3131
}
/*active link*/
.myActive a{
  color:#007788;
  font-weight:bold;
}

/*button color*/
.btn-color {
  color: #fff;
  background-color: #007788;
  border-color: #007788;
  border-radius: 75%;
}

.btn-color:hover {
  color: #fff;
  background-color: #fd0707;
  border-color: #cc3131
}

.btn-color:focus, .btn-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-color.disabled, .btn-color:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}


/*Joumbotron*/

.jumbotron1 {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
  color: #cc3131
}

@media (min-width: 768px) {
  .jumbotron1 {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
    
  }

}


.jumbotron1 p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading1 {
  font-weight: 300;
  font-size: 100px;
}

.jumbotron1 .container {
  max-width: 40rem;
}


/*blue  background*/
.bg-blue {
  background-color: #cc3131 ;
  color: #fff;
 /* min-width: 100%;*/
  min-height: 500px;
  margin-bottom: 40px;
  /* padding-right: 15px;*/
 /* padding-left: 70px;*/

}

a.bg-blue:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #cc3131 !important;
}

/*white  background*/
.bg-whitey {
  background-color:#fff !important;
  color: #5a5a5a;
  min-width: 100%;
  min-height: 500px;
  margin-bottom: 40px;
  padding-right: 70px;
  padding-left: 70px;

}

a.bg-blue:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #cc3131 !important;
}
/*padding blue section*/
.my-padding{
  margin-right: 10%;
  margin-left: 10;
}


/*staff for parallex*/

.pimg1 {
  position:relative;
  opacity:0.90;
  background-position:center;
  background-size:cover;
  background-repeat: no-repeat;
  /* fixed = parallax
     scroll=normal
  */
  background-attachment:fixed;
  background-color: #fd0707;
}

.pimg1{
  background-image:url('img/pexels-victor-rega-5620070 (1).jpg');
  min-height:400px;
}
.pimg2 {
  position:relative;
  opacity:1;
  background-position:center;
  background-size:cover;
  background-repeat: no-repeat;
  /* fixed = parallax
     scroll=normal
  */
  background-attachment:fixed;
  background-color: #fd0707;
}

.pimg2{
  background-image:url('img/pexels-aaditya-arora-592753 (1).jpg');
  min-height:400px;
}


/*
 * Header
 */

 .nav-masthead .nav-link {
  /* padding: .25rem 0;
  font-weight: 700; */
  color: #C5A059;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(17, 1, 1, 0.25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #000000;
  border-bottom-color: #000000;
}

/* map details */
#map{


  height: 500px;
  width: 100%;

}

/* Hover over gallery images */
.overlay {
  position: fixed; 
  bottom: 10%;
  left: 17.5%;
  right: 12.5%;
  top: 13%;
  /* background-color: #008CBA; */
  opacity: 0.94;
  overflow: hidden;
  width: 60%;
  height:0;
  transition: .5s ease;
  
}

.myHover:hover .overlay {
  bottom: 10%;
  height: 100%;
  /* width: auto; */
}

/* Shape for wave */
.custom-shape-divider-top-1616840514 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1616840514 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-top-1616840514 .shape-fill {
  fill: #FD0707;
}


.my-para{

  text-align: left;
}
/* creating glassmorphism effect */
.glassmorph{

    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    backdrop-filter: blur(12px);
    box-shadow: 0 26px 42px rgba(0, 0, 0, 0.1);
    

}

/*COunt card*/
body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  padding: 40px;
}

.countdown-card {
  min-width: 320px;
  padding: 28px 24px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 0 1px #f0f0f0;
}

.title {
  font-size: 12px;
  letter-spacing: 1px;
  color: #C5A059;
  margin-bottom: 24px;
}

.values {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.time-block {
  flex: 1;
}

.number {
  font-size: 26px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 6px;
}

.label {
  font-size: 10px;
  letter-spacing: 1px;
  color: #bdbdbd;
}

.divider {
  width: 60%;
  height: 1px;
  background-color: #9c854e;
  margin-top: 26px;
}

/*Location Card*/
body {
  font-family: Georgia, "Times New Roman", serif;
  background-color: #ffffff;
  padding: 40px;
}

.location-card {
  min-width: 320px;
  padding: 24px;
  border: 1px solid #b9a06b;
  border-radius: 6px;
  background-color: #ffffff;
}

.icon {
  font-size: 16px;
  color: #b9a06b;
  margin-bottom: 12px;
}

.title {
  font-size: 22px;
  font-weight: normal;
  color: #000000;
  margin: 0 0 6px 0;
}

.subtitle {
  font-size: 13px;
  color: #b3b3b3;
  margin: 0 0 24px 0;
}

.details-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.details-link:hover {
  text-decoration: underline;
}

.arrow {
  font-size: 12px;
}
`

/*Row cards*/
body {
  margin: 0;
  padding: 40px;
  background-color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
}

.teaser-card {
  min-width: 300px;
  margin: 0 auto;
  padding: 48px 40px;
  background: linear-gradient(180deg, #1c1915, #141210);
  color: #ffffff;
  border-radius: 6px;
  text-align: center;
}

.icon {
  color: #b9a06b;
  font-size: 14px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

blockquote {
  margin: 0;
  font-size: 20px;
  font-style: italic;
  line-height: 1.6;
}

.caption {
  margin-top: 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  color: #6f6b63;
}





.rsvp-card {
  min-width: 300px;
  padding: 36px 40px;
  background-color: #f6f4ef;
  border: 1px solid #d6cbb8;
  border-radius: 6px;
  text-align: center;
}

.heading {
  margin: 0 0 10px 0;
  font-size: 26px;
  font-weight: normal;
  color: #000000;
}

.subtext {
  margin: 0 0 26px 0;
  font-size: 14px;
  color: #6f6b63;
}

.rsvp-button {
  display: block;
  padding: 16px 0;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  border-radius: 2px;
}

.rsvp-button:hover {
  background-color: #1a1a1a;
}



.registry-card {
  min-width: 300px;
  padding: 36px 24px;
  border: 1px dashed #e1ddd4;
  border-radius: 6px;
  background-color: #ffffff;
  text-align: center;
}

.icon {
  font-size: 20px;
  color: #b9a06b;
  margin-bottom: 14px;
}

.label {
  font-size: 11px;
  letter-spacing: 2px;
  color: #9c978e;
  margin-bottom: 10px;
}

.link {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}


/*---------------------------------------------------------------*/
/*-------------------------form body-----------------------------*/
/*---------------------------------------------------------------*/


* {
  box-sizing: border-box;
  font-family: "Georgia", serif;
}



.form-wrapper {
  max-width: 640px;
  width: 100%;
  border-top: 2px solid #f1e0c9;
  padding-top: 20px;
}

/* Sections */
.section {
  margin-bottom: 48px;
}

.section-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  color: #c79c5e;
  margin-bottom: 20px;
}

/* Attendance Cards */
.attendance-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.option-card {
  border: 1px solid #e6e6e6;
  padding: 24px;
  cursor: pointer;
  transition: border 0.2s;
}

.option-card h3 {
  font-size: 18px;
  margin: 0 0 6px;
}

.option-card span {
  font-size: 14px;
  color: #999;
}

.option-card input {
  display: none;
}

.option-card:hover {
  border-color: #c79c5e;
}

.option-card {
  border: 1px solid #e6e6e6;
  padding: 24px;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
}

/* Hide radio */
.option-card input {
  position: absolute;
  opacity: 0;
}

/* Hover (optional) */
.option-card:hover {
  border-color: #c79c5e;
}

/* ✅ SELECTED STATE */
.option-card input:checked + .card-content {
  color: #000;
}

.option-card input:checked {
  /* nothing here, used for targeting */
}

.option-card input:checked ~ .card-content {
  font-weight: 500;
}

/* Card style when selected */
.option-card:has(input:checked) {
  border-color: #c79c5e;
  background-color: #fcf7f0;
}

/* Inputs */
.field-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #888;
  display: block;
  margin-bottom: 8px;
}

.text-input,
.select-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  padding: 14px 0;
  font-size: 16px;
  outline: none;
}

.text-input::placeholder {
  color: #ccc;
}

/* Select styling */
.select-input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
}

/* Submit Button */
.submit-btn {
  width: 100%;
  padding: 18px;
  background: #14120f;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.submit-btn:hover {
  background: #000;
}
``


/* RIGHT PANEL */
.panel {
  width: 320px;
  background: #f2f2f2;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

/* TOP ROW */
.panel-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon {
  font-size: 18px;
}

.tag {
  font-size: 10px;
  background: #e6c48c;
  padding: 5px 10px;
  border-radius: 20px;
  letter-spacing: 1px;
}

/* TEXT */
.panel h2 {
  margin-top: 20px;
  font-size: 26px;
}

.text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

/* BUTTON */
.btn {
  margin-top: auto;
  padding: 14px;
  border: none;
  background: black;
  color: white;
  letter-spacing: 1px;
  cursor: pointer;
}



/* HEADER */
.header {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 150px;
}

.header h1 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  margin-bottom: 15px;
}

.header p {
  font-size: 14px;
  color: #555;
  max-width: 550px;
  margin: 0 auto;
  line-height: 1.6;
}

.divider {
  display: block;
  width: 40px;
  height: 2px;
  background: #c9a75a;
  margin: 20px auto 0;
}


/* SIDEBAR */
.sidebar {
  width: 300px;
  background: #f2f2f2;
  padding: 30px;
}

.sidebar h4 {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.event {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.dot {
  width: 8px;
  height: 8px;
  background: black;
  border-radius: 50%;
  margin-top: 6px;
}

.dot.gold {
  background: #c9a75a;
}

.time {
  font-size: 11px;
  color: #777;
}

.event h3 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
}

.event p {
  font-size: 13px;
  color: #666;
}

.note {
  margin-top: 40px;
  font-size: 12px;
  color: #999;
}



/* HERO */
.hero {
  position: relative;
  /*height: 260px;*/
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.hero-overlay .label {
  font-size: 10px;
  color: white;
  letter-spacing: 3px;
}

.hero-overlay h1 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  margin: 10px 0;
}

.hero-overlay span {
  font-size: 10px;
  opacity: 0.7;
}



/* LOWER GRID */
.grid {
  display: flex;
  gap: 20px;
  /*margin-top: 20px;*/
}

.card {
  background: #f2f2f2;
  padding: 25px;
  min-width: 300px;
  /*flex: 2;*/
}

.card.small {
  /*flex: 1;*/
  min-width: 250px;
}

.card h5 {
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.card h2 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
}

.card p {
  color: #666;
  margin-top: 8px;
  font-size: 13px;
}

/* MAP */
.map {
  min-height: 120px;
  background: #ddd;
  margin-top: 20px;
}

/* HOTELS */
.hotel {
  margin-bottom: 20px;
}

.hotel h3 {
  font-family: "Playfair Display", serif;
  font-size: 16px;
}

.hotel p {
  font-size: 12px;
  color: #777;
}

.hotel a {
  font-size: 12px;
  text-decoration: underline;
  color: black;
}

@media (max-width: 767px) {

  .card.small {
    /*flex: 1;*/
    min-width: 300px;
  }
	.hero-overlay h1 {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    margin: 10px 0;
  }

}

.details-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.details-card {
  border: 1px solid #e6e6e6;
  padding: 24px;
  cursor: pointer;
  transition: border 0.2s;
}

