/* 690AAD purple, 61bcf7 turquiose */
/* Navbar Styling */
body {
  font-family: "Handlee", cursive;
  font-size: 18px;
}
body h1 {
  font-family: "Playpen Sans", cursive;
}
.navbar-brand img {
  height: 30px;
  width: auto;
}
.navbar-collapse {
  text-align: center;
  width: 100%;
  margin: auto;
}
.navbar-collapse .navbar-nav {
  width: 70%;
  margin: auto;
  justify-content: space-evenly;
}
.nav-link {
  color: #690aad;
  font-weight: 600;
}
.nav-link:hover,
.navbar-nav .nav-link.show,
.nav-item.dropdown .dropdown-menu.show li .dropdown-item:hover {
  color: #490778;
}
.nav-item.dropdown .dropdown-menu.show {
  background-color: #f8f9fa;
  border: none;
}
.nav-item.dropdown .dropdown-menu.show li .dropdown-item,
.btn-outline-info:hover {
  color: #690aad;
}
.nav-item.dropdown .dropdown-menu.show li .dropdown-divider {
  background-color: #690aad;
}
.navbar-nav .nav-link.active {
  color: #61bcf7;
}
.navbar-collapse form .form-control {
  border: 0.5px solid #61bcf7;
  color: #690aad;
}
.navbar-toggler {
  border: 1.5px solid #690aad;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(105, 10, 173)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* contact modal styling */
.modal-content {
  border: 2px solid #690aad;
  color: #690aad;
  font-weight: 600;
}
.modal-header {
  border-bottom: 2px solid #690aad;
}
.btn-close {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23690aad'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>");
}
.modal-title {
  font-weight: 700;
}
.contact-span {
  color: #61bcf7;
}
iframe {
  margin-top: 40px;
  max-width: 100%;
  height: 250px;
}
/* body styling */
.page-content {
  position: relative;
}
.landmarks-content,
.transport-content,
.festivals-content {
  z-index: 5;
  margin-top: 90px;
  margin-bottom: 100px;
  padding-bottom: 50px;
}
.page-intro {
  text-align: center;
  padding: 40px 0;
  color: #690aad;
  width: 60%;
  margin: auto;
}
.page-intro h5 {
  color: #61bcf7;
  margin-bottom: 30px;
}

.blue {
  height: 300px;
  z-index: -1;
  position: absolute;
  top: -70px;
  margin: 0px auto 0 auto;
  width: 100%;
  background-color: rgba(97, 188, 247, 0.2);
}
.blue-bottom {
  height: 100px;
  position: absolute;
  top: 230px;
  width: 100%;
  background-color: rgba(97, 188, 247, 0.2);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(180deg);
}
.purple {
  height: 300px;
  z-index: -1;
  position: absolute;
  bottom: -100px;
  margin: 0px auto 0 auto;
  width: 100%;
  background-color: rgba(105, 10, 173, 0.2);
}
.purple-top {
  z-index: -1;
  height: 100px;
  position: absolute;
  bottom: 200px;
  width: 100%;
  background-color: rgba(105, 10, 173, 0.2);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.card {
  margin: 1%;
  position: relative;
  border-color: #690aad;
}
.card-title {
  color: #61bcf7;
}
.card-text {
  color: #690aad;
}
.card-img-top {
  height: 210px;
}
.card-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  margin: 0;
  /* background-color: rgba(105, 10, 173, 0.2); */
}
.card-footer .text-body-secondary {
  color: #690aad !important;
}
.festivals-content hr {
  width: 20%;
  border: none;
  /* height: 40px; */
  margin: auto;
  border-bottom: 5px dotted #690aad;
  opacity: 1;
  margin-bottom: 70px;
}
.festivals-content h4,
.seasons {
  text-align: center;
  color: #61bcf7;
  margin-bottom: 30px;
  margin-top: 30px;
}
.festivals-content h4 {
  text-decoration: underline;
}
.festivals-content .seasons {
  color: #690aad;
  margin-top: 80px;
}
.festivals-content .card {
  border: none;
}
.festivals-content .card-body {
  padding: 20px;
  text-align: justify;
}
.festivals-content .card .left {
  padding: 20px;
  text-align: center;
  color: #690aad;
  background-color: rgba(97, 188, 247, 0.2);
}

.festivals-content .card .left.purplecard {
  padding: 20px;
  text-align: center;
  color: #61bcf7;
  background-color: rgba(105, 10, 173, 1);
  font-weight: 700;
}

.festivals-content .card-text {
  font-weight: 600;
}
.purple-card-text {
  color: #690aad;
}
.blue-card-text {
  color: #61bcf7;
}
/* Footer Styling */

.transport-content {
  text-align: center;
}
.transport-content h3 {
  /* margin-top: 60px; */
  margin-bottom: 50px;
  color: #61bcf7;
}
.transport-content .prices {
  margin-top: 120px;
  margin-bottom: 50px;
}
.transport-content .accordion-container {
  height: 300px;
}
.transport-content .accordion-button {
  color: #690aad;
  background-color: rgba(97, 188, 247, 0.7);
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 20px;
  box-shadow: none;
}
.transport-content .accordion {
  color: #690aad;
  /* --bs-accordion-btn-icon: #690aad; */
  --bs-accordion-border-color: #690aad;
}
.transport-content .accordion-body {
  border: 1.5px solid rgb(97, 188, 247);
  text-align: left;
  color: #690aad;
  font-weight: 600;
}
.myki-image {
  border-radius: 5px;
}
.transport-content table {
  margin: auto;
  text-align: center;
  border: 1px solid #61bcf7;
}

.transport-content table td,
th {
  padding: 1%;
  color: #690aad;
  border: 0.7px solid #61bcf7;
}

footer {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
  margin-top: 100px;
}
.footer-row {
  padding-bottom: 40px;
  color: #61bcf7;
}
.footer-row a {
  color: #690aad;
}
.footer-row .contact-link {
  font-weight: 600;
  text-decoration: none;
  font-size: 20px;
}
.footer-links {
  width: 70%;
  margin: auto;
}
.footer-links a {
  text-decoration: none;
}
.footer-links a:hover,
.footer-row a:hover {
  color: #490778;
}
.footer-row a.active {
  color: #61bcf7;
}
/* Content Styling */
.heading {
  width: 60%;
  margin: auto;
  margin-top: 120px;
  text-align: center;
  color: #690aad;
}
.heading h1 {
  padding-bottom: 10px;
}
.heading h5 {
  padding-bottom: 20px;
  color: #61bcf7;
}
.carousel {
  height: 90vh;
  width: 70%;
  margin: auto;
  margin-top: 60px;
}
.carousel-item {
  color: white;
}

.carousel-item img {
  height: 550px;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2361bcf7'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2361bcf7'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 64px;
  height: 64px;
}
.carousel-caption {
  color: white;
}
.content {
  width: 60%;
  margin: auto;
  margin-top: 60px;
  text-align: center;
  color: #690aad;
}
.row {
  --bs-gutter-x: 0rem;
}
