@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');

/* 
font-family: 'Montserrat Alternates', sans-serif;
font-family: 'Poppins', sans-serif; 
*/
html {
  scroll-behavior: smooth;
}
:root {
  --primary-font: "Cinzel Decorative";
  --secondary-font: 'Roboto', sans-serif;
  --off-white: #f8f9f9;
  --sky-blue: #00d2ff;
  --blue: #3a7bd5;
  --grey: #6d7d8b;
  --dark-blue: #293852;
  /* --shadow: 3px 8px 20px rgb(0 0 0 / 19%); */
  --shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
  --text-shadow: drop-shadow(2px 3.3px 2px rgba(60, 73, 99, 0.5));
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
a,
a:hover {
  text-decoration: none !important;
}
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}
.navbar-toggler {
  outline: none !important;
  box-shadow: none !important;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  text-transform: lowercase;
}
h1 {
  font-family: var(--primary-font);
  filter: var(--text-shadow);
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 65px;
  letter-spacing: 0.06em;
  text-transform: lowercase;
}
p {
  font-family: var(----secondary-font);
  color: var(--grey);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 161.2%;
}
body {
  background-color: var(--off-white);
  font-family: var(--secondary-font);
  color: var(--dark-blue);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.container-fluid {
  padding: 0 !important;
}

/* Css Start */
.navbar-brand {
  max-width: 180px;
}
.navbar-nav .nav-item {
  margin: 0px 15px;
}
.navbar-nav .nav-item .nav-link {
  color: black !important;
  transition: all 0.2s;
}
.navbar-brand {
  --animate-duration: 1.7s;
}
.navbar-wrapper.scroll-on {
  position: fixed;
  transition: all 0.2s ease-in-out;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}
.gradient-outline-btn {
  border: 1px solid #ffffff;
  color: #00a9ce;
  border-radius: 10px;
  background-color: #00d0ff20;
  padding: 10px 36px;
  text-shadow: var(--text-shadow);
}
.gradient-outline-btn:hover {
  background: rgb(58, 163, 213);
  background: linear-gradient(
    90deg,
    rgba(58, 163, 213, 1) 0%,
    rgba(0, 210, 255, 1) 100%
  );
  border: 1px solid #ffffff;
}
.carousel {
  position: relative;
}
.carousel-item {
  background-color: black;
  position: relative;
}
.slider-img {
  max-height: 70vh;
  opacity: 0.55;
  object-fit: cover;
  object-position: center;
  min-height: 440px;
}

.animate__animated.animate__bounceInUp {
  --animate-duration: 1.5s;
}
.carousel-caption {
  max-width: 615px;
  position: absolute;
  margin: auto;
  top: 15%;
  bottom: 15%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.carousel-caption h1,
.carousel-caption p,
.carousel-caption button {
  filter: drop-shadow(2px 3.3px 2px rgba(60, 73, 99, 1));
}
/* .carousel-caption h1{
  font-size: 62px;
} */
.slider-nav {
  width: 12px !important;
  height: 12px !important;
  border-radius: 60%;
}
.hero-btn {
  padding: 12px 36px;
}
.hero-para {
  color: rgba(255, 255, 255, 0.8);
}
.gallery-card {
  box-shadow: var(--shadow);
  border-radius: 10px;
  border: none;
  overflow: hidden;
}
.gallery-card .card-body h6 {
  font-size: 18px;
  line-height:20px;
  color: var(--dark-blue);
  font-weight: 700;
}
.gallery-card .card-body p {
  font-size: 14px;
  line-height: 25px;
}
.card-img {
  overflow: hidden;
  height: 470px;
}
.card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.zigzag-img {
  filter: var(--shadow);
  max-width: 580px;
  object-fit: cover;
  overflow: hidden;
}
.zigzag-content h1 {
  filter: drop-shadow(2px 3.3px 2px rgba(60, 73, 99, 0.5));
}
.footer {
  background-color: #3c4862;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}
.footer-head {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  font-family: var(----secondary-font);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer-link {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 150.6%;
  font-weight: 400;
  padding-bottom: 10px;
  cursor: pointer;
  transition: all 250ms;
  display: flex;
  align-items: center;
}
.footer-link:hover {
  color: rgba(255, 255, 255, 0.896);
}
.footer-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 163.15%;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
}
.footer-logo img {
  max-width: 160px;
  margin-bottom: 20px;
}

/* Category Page */
.poster {
  height: 40vh;
  object-fit: cover;
  width: 100%;
  object-position: center;
  overflow: hidden;
  background-color: black;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 60px;
  transition: all 200ms;
}
.poster .container h1{
  color: white;
  font-weight: 700;
}
.poster .container p {
  color: var(--off-white);
  color: rgba(255, 255, 255, 0.80);
}
.contact-info-wrapper {
  flex-wrap: wrap;
}
.contact-info-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  margin: 30px 15px;
  width: 200px;
  height: 170px;
  box-shadow: var(--shadow);
  background-color: #ffff;
  border-radius: 12px;
  font-size: 16px;
  transition: all 250ms ease;
  cursor: pointer;
}

.contact-info-boxes > i {
  font-size: 32px;
  margin-bottom: 35px;
  color: #00adff;
  filter: var(--text-shadow);
  transition: all 250ms ease;
}
.contact-info-boxes > div {
  word-break: break-word;
  text-decoration: none;
  color: var(--dark-blue);
  text-align: center;
  transition: all 250ms ease;
}
.contact-info-boxes:hover.contact-info-boxes i {
  color: #ffffff;
}
.contact-info-boxes:hover.contact-info-boxes > div {
  color: #ffffff;
}
.address-wrapper > h4 ,
.contact-wrapper > h4 {
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 39px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.13em;
  text-transform: capitalize;
  filter: var(--text-shadow);
  margin: 0;
}
.contact-wrapper > p {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6d7d8b;
}
.contact-info-boxes:hover {
  background: rgb(58, 163, 213);
  background: linear-gradient(
    90deg,
    rgba(58, 163, 213, 1) 0%,
    rgba(0, 210, 255, 1) 100%
  );
  color: white;
}
.address-wrapper p{
  font-family: var(--secondary-font);
  max-width: 700px;
  text-align: center;
}
.address-wrapper i {
  font-size: 35px;
  margin-bottom: 6px;
  filter: var(--text-shadow);
}
.address-wrapper > h4 {
  filter: var(--text-shadow);
}
.map {
  box-shadow: var(--shadow);
}

/* For Pagination */
.page-link {
  color: #00c1eb;
}
.page-link:focus {
  outline: none !important;
  box-shadow: none !important;
}
.page-item.active .page-link {
  color: #ffffff !important;
  background-color: var(--sky-blue) !important;
  border: 1px solid var(--sky-blue) !important;
}

.accordion-button:not(.collapsed) {
  color: var(--sky-blue);
  background-color: #00d0ff20;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button{
  font-family: var(--secondary-font);
    letter-spacing: 3px;
    font-weight: 400;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--sky-blue);
  outline: 0;
  box-shadow: 0 0 0 0.25rem #00d0ff25;
}
