/* Style child CSS */

/* General */
body, html {
  background-color: #030303;
  color: #fafeff;
}

.row {
  align-items: center;
  justify-content: center !important;
}

.pink {
  color: #F72585;
}

/* Images */
img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .container img:not(.rounded-circle) {
    width: 100%;
    object-fit: cover;
    height: 400px;
  }
}

.no-cover {
  object-fit: contain !important;
  height: inherit !important;
}

#nesquik {
  position: relative;
  z-index: 5;
  margin-top: -250px;
}

/* Cards */
@media (max-width: 992px) {
  .home-card {
    width: 115% !important;
    height: 250px !important;
    object-position: bottom;
  }
}

@media (max-width: 992px) {
  #carouselTestimonial .carousel-control-prev,
  #carouselTestimonial .carousel-control-next {
    bottom: 1.5rem;
  }
}

@media (min-width: 992px) {
  #booking {
    margin-left: 30px !important;
  }
}

/* Typography */
body, html {
  font-family: Montserrat, sans-serif;
}

@font-face {
  font-family: Freestyle Script;
  src: url("../font/freestyle_script.TTF");
}

h1, h2, h3, h4, h5, h6 {
  font-family: Freestyle Script;
}

h1 {
  font-size: 220px;
  letter-spacing: -5px;
  animation: flicker 5s infinite alternate;
  z-index: 5;
  line-height: 0.75;
}

h2 {
  font-size: 100px;
  letter-spacing: -2px;
  color: #F72585;
  line-height: 0.8em !important;
}

h3 {
  font-size: 60px;
  letter-spacing: -2px;
  color: #F72585;
  line-height: 0.8em !important;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1rem;
}

a {
  font-size: 16px;
  font-weight: 400;
}

.page-header h1 {
  margin-top: 3rem;
}

#home p {
  font-size: 42px;
  font-weight: 600;
  color: #ffd500;
  text-shadow: 2px 2px 2px #F72585;
  -moz-text-shadow: 2px 2px 2px #F72585;
  -webkit-text-shadow: 2px 2px 2px #F72585;
  margin-top: -25px;
  margin-right: 40px;
}

#tape p {
  font-size: 11px;
  color: #F72585;
}

@media (max-width: 768px) {
  h1 {
    font-size: 28vw;
    letter-spacing: -2px;
  }
  
  h2 {
    font-size: 90px;
    letter-spacing: -2px;
  }
  
  #home p {
    font-size: 5.75vw;
    margin-top: -5%;
  }
}

.text-contact {
  color: #201419;
}

/* Flickering animation */
.neon {
  text-shadow:
    0 0 7px #fafeff,
    0 0 10px #fafeff,
    0 0 21px #fafeff,
    0 0 42px #f09,
    0 0 82px #f09,
    0 0 92px #f09,
    0 0 102px #f09,
    0 0 151px #f09;
}

@keyframes flicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    text-shadow:
      0 0 7px #fafeff,
      0 0 10px #fafeff,
      0 0 21px #fafeff,
      0 0 42px #f09,
      0 0 82px #f09,
      0 0 92px #f09,
      0 0 102px #f09,
      0 0 151px #f09;
  }
  
  20%, 24%, 55% {
    text-shadow: none;
  }
}

/* Icons */
.icon-size {
  font-size: 150px !important;
}

.icon-overlay {
  background-color: white;
  width: 150px;
  height: 150px;
  position: absolute;
  opacity: 0.0075
}

.icon-location {
  font-size: 64px;
  z-index: 10;
  position: relative;
  right: 5vw;
  bottom: 25vw;
}

/* Navbar */
.navbar {
  margin: 2% auto !important;
  padding: 0.5rem 1rem !important;
  border: solid 3px #F72585;
  background-color: #1B050F;
  width: fit-content !important;
  z-index: 1;
}

@media (max-width: 992px) {
  .navbar {
    margin: 0 auto !important;
    padding: 5px 0 1px 0 !important;
    border: none;
    background-color: transparent;
    border-bottom: none;
    width: 100% !important;
  }
  
  .nav-clicked {
    background-color: #1B050F;
  }
  
  #logo {
    margin-top: 10px !important;
    padding-left: 0.75em;
    padding-bottom: 1em;
  }
  
  .navbar-toggler > i {
    padding-right: 0.75em;
    vertical-align: 0 !important;
  }
  
  .navbar-nav .nav-link {
    padding-bottom: 1.5em !important;
  }
  
  nav .dark-bg {
    padding: 30px 0 20px 0;
  }
}

.navbar a, footer a {
  color: white;
  text-decoration: none !important;
}

.navbar a:hover, footer a:hover {
  color: #F72585;
}

.navbar-toggler > i {
  font-size: 36px !important;
  color: #F72585;
}

.nav-item {
  text-align: center;
  padding: 0 0.5vw !important;
}

.navbar-brand img {
  width: 75px !important;
}

.active > a:first-child {
  color: #78F427 !important;
}

.btn-secondary a {
  color: #F72585;
  text-decoration: none;
}

.btn-secondary a:hover {
  color: #FDFAFC;
}

#logo {
  margin-right: 5vw !important;
  margin-left: 2vw !important;
}

.dropdown-item > i {
  margin-right: 0.75em !important;
}

.dropdown > a {
  padding: 0.5rem;
}

/* Footer */
footer {
  border-top: solid 3px #F72585;
  background-color: #1B050F;
  line-height: 2em;
}

footer .navbar-brand {
  margin-right: 0.15em;
}

.footer-menu > ul, .social-icons > ul {
  list-style-type: none !important;
}

.footer-menu > ul > li, .social-icons > ul > li {
  margin: auto 1%;
  display: inline;
}

.social-icons {
  font-size: 20px;
}
.social-icons > ul > li {
  display: inline !important;
}

@media (max-width: 992px) {
  .footer-menu > ul > li {
    display: block;
  }
}

/* Sections */
.page-header {
  background-size: cover;
  background-repeat: no-repeat;
  color: #fafeff;
  width: 100%;
  height: 825px;
  text-align: center;
  align-items: center;
}

.image-header {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  text-align: center;
  align-items: center;
}

/* Backgrounds */
#home {
  background-image: url("../images/homepage_cover.png");
  background-position: center bottom;
}

#city {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(255, 0, 150, 0.3)), url("../images/city_cover.png");
  background-position: center;
  background-size: cover;
}

#our-story {
  background-image: url("../images/ourstory2.jpg");
  height: 500px;
  background-position: 65% 75%;
}

#reach-us {
  background-image: url("../images/reach-us.jpg");
  background-position: center;
}

#services {
  background-image: url("../images/service.jpg");
  background-position: center bottom;
}

#by-night {
  background-image: url("../images/by-night.jpg");
}

#by-day {
  background-image: url("../images/by-day.jpg");
  background-position: center bottom;
}

#contacts {
  background-image: url("../images/contact-us.jpg");
  background-position: center bottom;
}

#starter-pack {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(255, 0, 150, 0.3)), url("../images/starter-pack.jpg");
  background-position: center;
  background-size: cover;
}

#collage {
  background-image: url("../images/collage-sp.jpg");
  height: 500px;
}

@media (max-width: 992px) {
  #collage {
    height: auto;
  }
}

.pink-bg {
  background-color: #F72585 !important;
}

.dark-bg {
  background-color: #1B050F !important;
  z-index: 2 !important;
  width: 100% !important;
}

/* Elements */
.button {
  display: inline-block;
  text-align: center;
  font-size: 14px !important;
  text-transform: uppercase;
  border: none !important;
  border-radius: 17px !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  padding: 8px 20px !important;
  min-width: 140px;
  margin: 0.5em;
}

#btn-back-to-top {
  position: fixed;
  color: #fafeff;
  background-color: #F72585;
  border: none;
  border-radius: 100% !important;
  bottom: 20px;
  right: 20px;
  padding: 0.5rem 0.85rem !important;
  display: none;
}

#breadcumb a {
  color: #FDFAFC;
  text-decoration: none;
}

#breadcumb a:hover {
  color: #F72585;
}

#breadcumb {
  margin-left: 30px;
  margin-right: 30px;
  border: solid 1px #F72585;
  justify-content: flex-start !important;
}
@media (max-width: 992px) {
  #breadcumb {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.breadcrumb-contact {
  border: solid 1px #4CC9F0 !important;
}

.divider {
  border-top: 1px solid #F72585;
  position: absolute;
  left: 0px;
  width: 100%;
}

.border-box {
  border: solid 1px #F72585;
}

.border-box-blu {
  border: solid 1px #4CC9F0;
}

#border-blocks {
  display: table;
  width: 100%;
}

#border-blocks > div {
  display: table-cell;
}

@media (max-width: 768px) {
  #border-blocks > div {
    display: block;
  }
}

.animated-icon {
  height: 150px !important;
  width: 150px !important;
  margin-bottom: 45px;
}

.contact-icon {
  height: 100px;
  width: 100px;
}

.contact-social li {
  font-size: 24px;
}

/* Carousel */
.mobile-carousel .carousel-item {
  height: 500px;
}

.mobile-carousel .carousel-item img {
  position: absolute;
  object-fit: contain;
  top: 0;
  left: 0;
  height: 500px;
}

/* Testimonials */
.tag {
  text-align: center;
  font-size: 1.1rem;
}

.fa-heart {
  color: rgba(255, 230, 0, 0.959);
  font-size: 30px;
}

.card {
  height: 320px;
  padding: 10px 20px;
  border: none;
  box-shadow: -1px 3px 5px #a7a7a7;
}

.testimonial {
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 500;
}

.active-star {
  color: #F72585;
  margin-bottom: 8px;
}

.active-star:hover {
  color: #F9A825;
  cursor: pointer;
}

.profile {
  padding-top: 10px;
}

.name {
  font-weight: 700;
}

.designation {
  font-size: 0.84rem;
  font-weight: 600;
}

.owl-carousel {
  margin-bottom: 15px;
}

.owl-carousel .owl-stage-outer {
  padding: 40px 10px;
  height: 380px;
}

.owl-carousel .owl-item img {
  width: 45px !important;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.owl-theme .owl-nav [class*='owl-'] {
  border-radius: 50% !important;
  background: inherit !important;
  border: 3px solid #bbb;
  color: #bbb !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  border: 3px solid #1010ca;
  color: #1010ca !important;
}

@media(max-width: 575.5px) {
  .container {
    margin: 0px;
    padding: 20px;
  }
}

/* Homepage Cards */
.grid {
  position: relative;
  list-style: none;
  text-align: center;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2, .grid figure p {
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
figure.effect-lily figcaption {
  text-align: left;
}
figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
}
figure.effect-lily h2, figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily:hover img, figure.effect-lily:hover p {
  opacity: 1;
}
figure.effect-lily:hover img, figure.effect-lily:hover h2, figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.border-neon {
  box-shadow: 0px 0px 20px 4px #4CC9F0;
}
.border-neon-green {
  box-shadow: 0px 0px 20px 4px #4EB709;
}
/* ****Zoom on hover effect**** */
.zoom {
  transition: transform .2s;
}
.zoom img:hover {
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3);
}

/* Starter Pack */
#collage img {
  bottom: 300px;
  left: 10px;
  transform: rotate(10deg);
  width: 100%;
}

@media (max-width: 992px) {
  #collage img {
    bottom: 70px;
    width: 30%;
    padding-bottom: 70px;
  }
  
  #carouselTestimonial {
    min-height: 400px !important;
  }
}

@media (max-width: 576px) {
  #carouselTestimonial {
    min-height: 500px;
  }
}

/* Maps */
#map-big iframe {
  width: 100%;
  height: 500px;
  border: 0;
}
#map-small iframe {
  width: 100%;
  height: 230px;
  border: 0;
}