/*
Theme Name: Rashaara Theme
Theme URI: https://rashaara.com/
Author: Raneesh Sasankan
Description: A custom WordPress theme for artist with dynamic content support.
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Open+Sans:wght@400;500;600&family=Petit+Formal+Script&display=swap');
*** Colors ***
/* .text-primary {
    color: #fd5d5d !important;
}

.btn-primary {
    color: #ffffff !important; 
    background-color: #fd5d5d !important; 
    border-color: #fd5d5d !important; 
}
.bg-primary {
    background-color: #fd5d5d !important;
    color: #ffffff !important; 
} */
 :root {
  --rashaara-primary: #fd5d5d;
  --rashaara-primary-text-color: #ffffff;
}

.text-primary {
  color: var(--rashaara-primary);
}

.btn-primary {
    background-color: var(--rashaara-primary) !important;
    border-color: var(--rashaara-primary) !important;
    color: var(--rashaara-primary-text-color) !important;
}
.bg-primary {
    background-color: var(--rashaara-primary) !important;
    color: var(--rashaara-primary-text-color) !important;
}

  /**** Colors ****/
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-primary-outline-0 {
    color: var(--bs-white) !important;
    border: 1px solid var(--bs-primary);
}

.btn-light-outline-0 {
    color: var(--bs-primary) !important;
    border: 1px solid var(--bs-light);
}

.btn-primary-outline-0:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
    border: 1px solid var(--bs-primary);
}

.btn-light-outline-0:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    border: 1px solid var(--bs-secondary);
}

.img-border {
    border-color: var(--bs-secondary);
    border-style: double;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: 'Great Vibes', cursive;
    font-weight: 700;
}



/*** Navbar Start ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}

.shadow-strong {
  box-shadow: 1px 5px 11px 0px rgb(65 54 54 / 89%) !important;
  
}


.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    /* font-family: 'Petit Formal Script', cursive; */
    font-weight: 600;
    font-size: 16px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    /* color: var(--bs-primary); */
    /* color: #fd5d5d !important; */
    color: var(--rashaara-primary);
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}
/*** Navbar End ***/

/*** Carousel Start ***/
.carousel-item {
    position: relative;
    min-height: 100vh;
    
}

.carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0.4));
    background-size: cover;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
    background: transparent;
}

#carouselId .carousel-indicators {
    padding-bottom: 30px;
}

#carouselId .carousel-indicators li {
    border-top: 10px solid var(--bs-white);
    border-bottom: 10px solid var(--bs-white);
    border-right: 5px solid var(--bs-white);
    border-left: 5px solid var(--bs-white);
    margin-right: 10px;
    transition: 0.5s;
}

#carouselId .carousel-indicators li.active {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    border-right: 15px solid var(--bs-primary);
    border-left: 15px solid var(--bs-primary);
}
/*** Carousel End ***/

/******* Home ******/
#home {
background: linear-gradient(rgba(49, 194, 30, 0.14), rgba(0, 0, 0, 0.2));
}

/**** Home End ******/

/***** About *****/
#about {
        /* background-color: rgba(13, 110, 253, 0.25); */
        background: linear-gradient(rgb(145 100 100 / 8%), rgba(0, 0, 0, 0.2));
}

.my-img {
    border-radius: 50%;
    overflow: hidden;
}

 .image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.curved-image {
    width: 500px;
    min-height: 500px;
    overflow: hidden;
    clip-path: path("M0,107 C213,0 336,0 500,120 L500,850 L0,850 Z");
}

.curved-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.icon-hover-animate {
  transition: transform 0.3s ease;
}

.icon-hover-animate:hover {
  transform: scale(1.2);
}

.row-hover-effect {
  transition: border 0.3s ease, background-color 0.3s ease;
}

.row-hover-effect:hover {
   border: 1px solid #b9b9b9;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

/*** Wedding Story Start ***/
.story .story-timeline,
.story .story-timeline .row {
    position: relative;
}

.story .story-timeline::before,
.story .story-timeline::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: var(--bs-secondary);
    border-radius: 10px;
    left: 50%;
    top: -7px;
    transform: translateX(-50%);
}

.story .story-timeline::after {
    top: auto;
    bottom: -7px;
}

.story .story-timeline .row::after {
    position: absolute;
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: var(--bs-secondary);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    .story .story-timeline::before,
    .story .story-timeline::after,
    .story .story-timeline .row::after  {
        display: none;
    }
}
/*** Wedding Story End ***/

/*** Wedding Date Start ***/
.wedding-date-bg .wedding-date {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/wedding-date-bg.jpg) center;
    object-fit: cover;
    background-repeat: no-repeat;
}

.wedding-date-bg .wedding-date::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.wedding-date-bg .wedding-date .wedding-date-content {
    position: relative;
    z-index: 9;
}
/*** Wedding Date End ***/


/*** Wedding Timeline Start ***/
@media (max-width: 576px) {
    .wedding-timeline .wedding-content .heart-circle {
        display: none;
    }
}
/*** Wedding Timeline End ***/


/*** Gallery Start ***/
#gallery {
background: linear-gradient(rgba(49, 194, 30, 0.14), rgba(0, 0, 0, 0.2));
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  background: #fff;
  transition: transform 0.3s ease;
  min-height: 300px;
}

.gallery-item:hover {
  transform: translateY(-5px);
}

.gallery-img {
  position: relative;
  overflow: hidden;
}

.gallery-img img {
  border-radius: 1rem 1rem 0 0;
  transition: transform 0.5s ease;
}

.gallery-img:hover img {
  transform: scale(1.05);
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.gallery-img:hover .search-icon {
  opacity: 1;
}

.hover-style {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-img:hover .hover-style {
  opacity: 1;
}

.gallery-overlay {
  padding: 1.5rem;
  text-align: left;
}

.gallery-overlay h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}

.gallery-overlay p {
  margin: 0.2rem 0;
  font-size: 0.95rem;
  color: #555;
}

.badge {
  font-size: 0.75rem;
  border-radius: 0.5rem;
  padding: 0.35em 0.6em;
}


/*** Gallery End ***/


/*** team Start ***/
.team .team-item {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
    z-index: 4;
}

.team .team-item:hover .team-content {
    background: rgba(0, 0, 0, .5);
}

.team .team-item .team-content {
    text-align: center;
}

.team .team-item .team-social {
    position: absolute;
    top: -180px;
    right: 15px;
    z-index: 5;
    transition: 0.5s;
}

.team .team-item:hover .team-social {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-color: var(--bs-secondary);
    border-style: double;
}

.team .team-item .team-img .team-img-main {
    position: relative;
    z-index: 3;
}

.team .team-item .team-img .team-img-main img,
.team .team-item .team-img .team-img-bg img {
    transition: 0.5s;
}

.team .team-item:hover .team-img .team-img-main img,
.team .team-item:hover .team-img .team-img-bg img {
    transform: scale(1.1);
}
/*** Team End ***/


/*** Contact Us Start ***/
.contact-form {
    background: linear-gradient(rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.2));
    object-fit: cover;
}

.rashaara-newsletter-wrapper {
  background: #f9f9f9;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.newsletter-message {
  min-height: 1.5em;
}

/*** Contact Us End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/footer-bg.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer .footer-item a.btn-link,
.footer .footer-item p {
    line-height: 35px;
    font-size: 17px;
    color: var(--bs-light);
    transition: 0.5s;
}

.footer .footer-item a.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 2px;
}

@media (max-width: 992px) {
    .footer .text-start,
    .footer .text-center,
    .footer .text-end {
        text-align: center !important;
    }
}
/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/




/*--------------------------------------------------------------
/** Jarallax
--------------------------------------------------------------*/
.jarallax {
    position: relative;
    z-index: 0;
    min-height: 510px;
  }
  
  .jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
  .jarallax-img {
    position: relative;
    z-index: 0;
  }
  
  .jarallax img.jarallax-img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto !important;
    z-index: -100;
  }
  
  @media screen and ( max-width: 991px ) {
    .jarallax {
      min-height: 280px;
    }
  }

/* 2. Billboard
/*----------------------------------------------*/
/*------------Swiper Arrow -----------*/
.banner-content p {
    /* width: 50%; */
    /* text-align: center; */
  }

  .banner-content-3 h1, .banner-content-3 p {
    color: #ffffff !important;
  }
  
  #billboard .swiper-pagination {
    left: -600px;
    bottom: 160px;
  }
  
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    position: relative;
    cursor: pointer;
    border-color: transparent;
    transition: border-color 0.3s ease-out;
  }
  
  .swiper-pagination .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50px;
    border: 1px solid #4a4a4a;
    transform: scale(1);
    transition: transform 0.3s ease-out;
  }
  
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px !important;
  }
  
  .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active:after,
  .swiper-pagination span.swiper-pagination-bullet:hover:after {
    transform: scale(2);
  }
  
  @media only screen and (max-width: 1200px) {
    #billboard .banner-content {
      background-color: rgba(246, 245, 242, 0.5);
      height: 100%;
    }
  
    .banner-content h1.display-1 {
      font-size: 4.5em;
    }
  
    .banner-content p {
      width: 90%;
    }
  
    #billboard .swiper-pagination {
      right: 0;
      bottom: 60px;
      left: 0;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .banner-content h1.display-1 {
      font-size: 3.5em;
    }
  }

  .padding-large {
    padding-top: 7em;
    padding-bottom: 7em;
}