@media screen and (max-width: 768px) {
  /* Adjustments for smaller screens */
}

@media screen and (orientation: landscape) {
  /* Styles for landscape orientation */
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  height: 100%;
  width: 100%;
}

/* Navbar */
.logo-img {
  max-width: 100px;
  height: auto;
  transition: transform .7s ease-in-out;
}
.logo-img:hover {
  transform: rotate(360deg);
}

#navbarNav button.btn {
  margin-left: auto;
  border-radius: 2px;
}

.navbar-nav .nav-item {
  margin-right: 20px;
}

.navbar-nav .btn {
  margin-left: 15px;
}

@media (max-width: 991px) {
  .nav-item {
    text-align: center;
  }
}

/* Landing */

#carouselExample {
  overflow: hidden;
}

.carousel-inner {
  background-attachment: fixed;
}

.carousel-item {
  object-fit: cover;
  height: 100vh;
}

/* Style for the carousel control buttons */
.carousel-control-prev,
.carousel-control-next {
  z-index: 3; /* Ensure the controls are above the title and overlay */
}

.carousel-item {
  position: relative;
}

.carousel-item .title {
  position: absolute;
  top: 20vh;
  z-index: 1;
  color: white;
  font-size: 2rem !important;
  height: 20%;
  width: 100%;
  display: block;
}

.carousel-item .title p {
  font-size: 0.8em;
}

.custom-title {
  font-size: 2.2em;
  font-family: 'League Spartan', sans-serif;
  
}
.landing-btn {
  position: absolute;
  top: 68vh;
  width: 80%;
}
.carousel-item .btn {
  font-size: 1.4em;
  padding: 0.5em 2em;
  border: transparent;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
  background: dodgerblue;
  color: white;
  border-radius: 4px;
  float: right;
}
.carousel-item .btn:hover {
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(30,144,255,1) 0%, rgba(0,212,255,1) 100%);
}

/* Play/pause button */
#absolute-button {
  width: 10vh;
  height: 10vh;
  background: radial-gradient(rgb(30,144,255, 0.7) 60%, rgba(255, 255, 255, 1) 62%);
  border-radius: 50%;
  position: fixed;
  bottom: 5vh;
  left: 7vh;
  z-index: 3;
  display: block;
  margin: auto;
  box-shadow: 0px 0px 25px 3px rgb(30,144,255, 0.8);
}

/* triangle */
#absolute-button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
#absolute-button:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 0.9;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: -30%;
  left: -30%;

}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}
@media (max-width: 860px) {
  .custom-title {
    font-size: 2em;
  }
  .landing-btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  /* Decrease button size */
  .carousel-item .btn {
    font-size: 1.3em;
    padding: 0.5em 1.6em;
  }
  #absolute-button {
    bottom: 3vh;
    left: 3vh;
  }
}

@media (max-width: 485px) {
  .custom-title {
    font-size: 1.5em;
  } 
    .title p {
      font-size: 0.8em
    }
    .landing-btn {
      top: 65vh;
    }

}

@media (max-width: 375px){
  .landing-btn {
    top: 69vh;
  }

}

@media (max-width: 280px) {
  .custom-title {
    font-size: 1.1em;
  }
  .title p {
    font-size: 0.4em
  }
  
  .landing-btn {
    top: 73vh;
  }
  
  .event-cnt button {
    font-size: 0.4rem;
  }
}


/* End animation */



#Philbrook {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('images/Philbrook_Festival.jpeg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
#Roosevelt {
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('images/Christmas\ Dining.png');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
#Nutcracker {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('images/Nutcracker.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center; 
}
#Arvest {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('images/Arvest\ skating\ rink.png');
  background-size: cover;
  background-attachment: fixed;
  background-position: center; 
}
#Rhema {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('images/Rhema.jpeg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;  
}

/* Content sections */
.Circle {
  display: flex;
  align-items: center;
  justify-content: center;
  
}

#content-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#content-title h1 {
  font-family: 'League Spartan', sans-serif;
  font-size: 3rem;
}
.event-sn {
  display: flex;
  justify-content: space-around;
}
.event-cnt {

  justify-content: center;
}
/* Event Titles */
.event-cnt h4 {
  text-align: center;
  font-size: 3rem;
  font-family: Bayon;
  font-weight: 400;
  line-height: normal; 
  font-style: normal; 
}
/* Event Descriptions */
.event-cnt .card-text {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.1rem;
}
/* Date/Time For Events */
.event-cnt h5 {
  font-family: Bayon;
  text-align: center;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal; 
}
/* Address For Events */
.event-cnt .event_address {
  text-align: center;
  font-family: Bayon;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* Price Details For Events */  
.price h6 {
  text-align: center;
  font-family: Bayon;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.book-now {
  display: flex;
  justify-content: space-around;
}
.book-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-cnt button {
  font-size: 1.9em;
  font-family: Bayon;
}

@media (max-width: 1012px) {
  .event-cnt h4 {
    font-size: 2.5rem; 
  }
  .event-cnt button {
    font-size: 1.7em;
  }
}

@media (max-width: 480px) {
  .event-cnt button {
    font-size: 1.4em;
  } 
}
.rounded-circle {
  height: 25vw;
}
/* .Circle_img fills .Circles's set parameters */

@media (max-width: 930px) {
  .row {
    display: flex;
    flex-direction: column;

  }
  .Circle {
    width: 100%;
  }
  .rounded-circle {
    width: 37vh;
    height: 35vh;
  }

.event-cnt {
  width: 100%;
}
}


/* Styling for about us section */

#about {

  font-family: 'League Spartan', sans-serif;
  font-size: 2rem;
}
.About_us_content h3 {
  font-family: 'League Spartan', sans-serif;
}
.About_us_content p {
  font-family: sans-serif;
}

#about_us {
  position: relative;
  outline: solid black;
  width: 44vh;
  margin-right: 2rem;

}
.about-txt {
  text-align: justify;
  text-justify: inter-word;
}

/* Newsletter card styling */
.card {
  width: 90%;

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  border-radius: 20px;
  margin: auto;
}
.card > * {
  margin: 0;
}
.card_title {
  color: #333;
}

.contact i {
  margin-left: 15px;
  margin-bottom: 15px;
}
.contact a {
  text-decoration: none;
  color: inherit;
}
.contact a:hover {
  transform: scale(1.2);
  transition: all .3s ease-in-out;
}

#address {
  margin-top: 20px;
}

#cont {
  width: 80%;
}


.hidden {
  display: none;
}

.bold-text {
  font-weight: 700;
  text-decoration: underline;
}

.email-error {
  color: rgba(227, 48, 36);
  margin-bottom: 7px;
}

.confirmed-state h3 {
  color: rgb(48, 165, 48);
}

.event_container {
  margin-bottom: 3rem;
}

.hidden_anchors {
  color: transparent;
  user-select: none;
}

#holb {
  width: 20vw;
}
