@import url("https://fonts.googleapis.com/css2?family=Charmonman:wght@400;700&family=Edu+AU+VIC+WA+NT+Pre:wght@400..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Playwrite+NL:wght@100..400&family=Prata&display=swap");
@import url("https://fonts.cdnfonts.com/css/soligant");

@font-face {
  font-family: "IntervogueSoft";
  src: url("/assets/fonts/IntervogueSoftAlt-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "IntervogueSoft";
  src: url("/assets/fonts/IntervogueSoftAlt-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "IntervogueSoft";
  src: url("/assets/fonts/IntervogueSoftAlt-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "Soligant";
  src: url("/assets/fonts/Soligant.otf");
}

/* Overwrite bootstrap root color with give photostuio website */

html {
  scroll-behavior: smooth;
}

:root {
  --bs-primary: #000b58;
  --bs-secondary: #003161;
  --bs-success: #006a67;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #fff;
  --bs-dark: #212529;
  --radius: 9rem;
  --frame-size: calc(var(--radius) / 3);
  --d-outer: calc(var(--radius) * 2);
  --d-inner: calc(var(--d-outer) - var(--frame-size));
}

.text-light {
  color: var(--bs-light) !important;
}

.btn-primary {
  --bs-btn-bg: var(--bs-light);
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-active-bg: var(--bs-light);
  --bs-btn-hover-bg: var(--bs-light);
  --bs-btn-hover-border-color: var(--bs-light);
  --bs-btn-focus-shadow-rgb: var(--bs-light);
  color: var(--bs-primary);
  padding: 1rem 2rem;
}
.btn {
  padding: 1rem 2rem;
}
.btn-primary:hover {
  color: var(--bs-primary);
}

.accordion-button:focus {
  box-shadow: unset;
}

.accordion-button:not(.collapsed) {
  background-color: unset;
}

.dropdown-menu {
  background-color: #fff3cdf7 !important;
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
  padding-inline: 7px;
}

.dropdown-item {
  border-radius: 3px !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--bs-primary);
  color: var(--bs-light);
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--bs-primary);
  color: var(--bs-light);
}
/* Reset code */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  /* font-family: "Jost", sans-serif; */
  font-family: "IntervogueSoft", sans-serif;
  background-color: #f0e9e0;
}

h1 {
  font-family: "Soligant", "Prata", serif;
  font-size: 4rem;
}

h2 {
  font-family: "Soligant", "Prata", serif;
  font-size: 3rem;
}
h3 {
  font-family: "Soligant", "Prata", serif;
  font-size: 2rem;
}
h4,
h5,
h6 {
  font-family: "Charmonman", cursive;
}

p.special {
  font-family: "Playwrite NL", cursive;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: unset;
}

p,
a {
  font-weight: 500 !important;
}

button:focus,
button:active,
.btn:focus,
.btn:active {
  outline: none;
  box-shadow: unset;
}
button:hover {
  outline: unset;
  border: unset;
}

.owl-nav {
  display: none;
}

.owl-dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}
button.owl-dot {
  height: 7px;
  width: 7px;
  margin-right: 5px;
  border-radius: 6px;
  background-color: var(--bs-light) !important;
}
button.owl-dot.active {
  width: 25px;
  background-color: var(--bs-light) !important;
}
.offcanvas {
  background-color: #f0e9e0;
  max-width: 101%;
}
/* End of reset code */

body::-webkit-scrollbar {
  width: 0.3em;
}

/* body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
} */

body::-webkit-scrollbar-thumb {
  background-color: var(--bs-primary);
}
.bg-none {
  background-color: transparent;
  background-image: none;
}

#desktopNav {
  display: block;
  color: var(--bs-light);
  /* background: linear-gradient(
    180deg,
    #00000097 0%,
    #ffffff00 100%
  ); */
  /* -webkit-backdrop-filter: blur(5px); */
  /* backdrop-filter: blur(5px); */
}

#desktopNav ul {
  list-style: none;
}

#mobileNav {
  display: none;
}

.attached-background-image {
  /* background-image: url(attr(data-background-image)); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
  .center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .navToDown {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 32px;
  }
  .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* z-index: 1; */
  }
}

#mobileNav {
  display: none;
}

.attached-background-image {
  /* background-image: url(attr(data-background-image)); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
  .center {
    position: absolute;
    top: 50%;
  }
}
.attached-background-image.other-page {
  height: 60vh;
}

.portfolio-cards img {
  width: 100%;
  aspect-ratio: 9/11;
  object-fit: cover;
}

.videos iframe {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.videos .thumbnail-image {
  position: relative;
  /* overflow: hidden; */
  cursor: pointer;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 4px;
  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 72px;
  }
}
.videos .thumbnail-image:hover img {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
.social a {
  margin-right: 20px;
}

.image-group {
  position: relative;
  overflow: hidden;
  .additional-image {
    height: 10rem;
    aspect-ratio: 16/10;
    bottom: 0;
    right: 2rem;
    object-fit: cover;
    position: absolute;
    display: flex;
    img {
      position: relative;
      margin-left: -50px;
      rotate: -20deg;
      border: 0.2em solid var(--bs-light);
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -ms-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      &:nth-child(odd) {
        rotate: -10deg;
      }
    }
    img:hover {
      margin-top: -10px;
    }
  }
}

.gallery-images {
  columns: 2;
  img {
    width: 100%;
  }
  /* grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr)); */
  /* gap: 1em; */
}

/* .gallery-images img:nth-child(odd) {
  grid-column: span 2;
}
.gallery-images img:nth-child(3) {
  grid-column: span 1;
  grid-row: span 2;
}
.gallery-images img:nth-child(5) {
  grid-column: span 2;
  grid-row: span 2;
} */

/* .blog-card {
  position: relative;
  .description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
} */

.film-shots img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.contact-map {
  /* height: 40rem; */
  iframe {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
}
form {
  .form-control {
    margin-bottom: 1em;
    &:active {
      box-shadow: unset;
    }
  }
}

.blog-image-view {
  aspect-ratio: 16/4;
  object-fit: cover;
  object-position: top;
}

/* Try new */
.jello-horizontal:hover {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-12-17 14:17:54
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--bs-primary);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.wedding-photography-image {
  width: 100%;
  aspect-ratio: 9/10;
  object-fit: cover;
  object-position: top;
}

.swiper-3 .swiper-slide {
  width: 100%;
  aspect-ratio: 1;
  /* object-fit: contain; */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: var(--bs-light);
}

.rotatingText {
  position: absolute;
  right: 1rem;
  top: 20rem;
  z-index: 2;
}

.circle {
  position: relative;
  width: var(--d-outer);
  height: var(--d-outer);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

  .logo {
    position: absolute;
    width: var(--d-inner);
    height: var(--d-inner);
    background: url(https://wedmedia.co.in/admin/images/6761b4af38788.png);
    background-size: cover;
    background-color: #000b58;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    filter: contrast(1.5);
  }

  .text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 10s linear infinite;
  }

  .text p span {
    position: absolute;
    left: 50%;
    font-size: 1.2em;
    transform-origin: 0 var(--radius);
  }
}

@keyframes rotateText {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.whats-app {
  position: fixed;
  padding: 7px 15px;
  bottom: 20px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 2;
}

.my-float {
  margin-top: 16px;
}

.company-logos {
  text-align: center;
}

/* .company-logos img {
  margin-right: 1rem;
} */

.mt-100 {
  margin-top: 100px;
}

.about-left-image {
  margin-top: 100px;
  width: 100%;
  aspect-ratio: 9/11;
  object-fit: cover;
}

.about-right-image {
  margin-top: -100px;
  width: 100%;
  aspect-ratio: 9/11;
  object-fit: cover;
}

.slider-home-images img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.testimonials-images {
  columns: 3;
  img {
    width: 100%;
    margin-bottom: 1rem;
    border: 10px solid #e0ccb3;
    border-radius: 10px;
  }
}
.yt_video {
  width: 76%;
  aspect-ratio: 16/9;
  border-radius: 12px;
}
/* 
.splide__slide {
  opacity: 0.7;
  padding-block: 2rem;
}
.splide__slide.is-active {
  scale: 1.4;
  opacity:1;
  z-index: 1;
  transition: all 0.3s ease;
  padding-block: 2rem;
} */

.slider-home-images {
  .owl-stage-outer {
    padding-block: 2rem;
  }
  .owl-item {
    opacity: 0.6;
    /* scale:0.8; */
    transition: all 0.3s ease;
  }

  .owl-item.center {
    opacity: 1;
    scale: 1.4;
    z-index: 1;
  }

  /* Select the previous item */
  .owl-item:has(+ .center) {
    /* border: 2px solid red; */
    transform: perspective(7cm) rotateX(0deg) rotateY(10deg) rotateZ(0deg);
  }

  /* Select the next item */
  .owl-item.center ~ .owl-item {
    /* border: 2px solid red; */
    transform: perspective(7cm) rotateX(0deg) rotateY(-10deg) rotateZ(0deg);
  }
}

.testimonial-image {
  width: 50px !important;
  aspect-ratio: 1;
  object-fit: cover;
  margin-right: 1rem;
}

.videos .owl-dots{
  bottom: -30px;
}


.testimonials .owl-dots{
  bottom: -30px;
}

.videos .owl-nav {
  display: flex !important;
  width: 105%;
  position: absolute;
  top: 45%;
  justify-content: space-between;
  font-size: 30px;
  color: #1a2e3b;
  margin-inline: -2rem;
}

.yt-ifr{
  width: 100%;
  aspect-ratio: 16/9;
}