
.clr_2 {
  color: #4f0030 !important;
}

body {
  line-height: 0px !important;
}

* {
  line-height: 1.5;
}



.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
  }
  
  .navbar .navbar-brand img {
    width: 100px;
  }
  
  .navbar ul li a {
      color: #fff !important;
  }
  
  .navbar ul .dropdown li a {
      color: #000 !important;
      text-transform: capitalize;
  }
  
  section.header {
    background: #4f0030;
    color: #824300 !important;
    border-bottom: 0.3px solid #c7c7c745;
  }
  
  .btn_top button {
      padding: 6px 40px;
      border-radius: 20px;
      outline: none !important;
      border: none;
      font-weight: 700;
      font-size: 14px;
      box-shadow: 2px 2px 0px 0px #f8f1b6;
      background: #9b5d1b;
      color: #fff !important;
  }
  
  .btn_top button:hover {
      box-shadow: 2px 2px 0px 0px #824300;
      background: #f8f1b6;
      color: #4f0030 !important;
  }
  
  
    .swiper-slide {
      text-align: center;
      font-size: 18px;
    }
  
    .mySwiper {
      background: none !important;
    }
  
  
    .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--swiper-theme-color);
    }
  
    .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: var(--swiper-theme-color);
      fill: none;
      stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }
  
  
/* top header ki css start */

section.top {
  background: #985a1f;
  padding: 10px 0px;
}

section.top .col-md-3 {
border-left: 2px solid #fff;
border-right: 2px solid #fff;
}

li.info_li a {
  color: #fff !important;
  text-decoration: none;
}


.for_icon li.info_li a i {
  color: #fff !important;
  font-size: 18px !important;
  transition: all .4s ease;
}


/* top header ki css end */
  
    /* text animeted  */
  
    .animated-text {
      font-size: 50px;
      color: #f8f1b6;
      font-weight: bold;
      text-transform: capitalize;
      animation: slideIn 2s ease-in-out infinite alternate;
  }
  
  @keyframes slideIn {
      0% {
          opacity: 0;
          transform: translateY(50px);
      }
      100% {
          opacity: 1;
          transform: translateY(0);
      }
    }
  
    .in_title {
      font-size: 25px;
      color: #fff;
      font-weight: bold;
      text-transform: capitalize;
      animation: in_title 2s ease-in-out infinite alternate;
      padding: 20px 0px;
  }
  
  @keyframes in_title {
      0% {
          opacity: 0;
          transform: translatex(0px);
      }
      50% {
        opacity: 1;
        transform: translatex(50px);
      }
      0% {
          opacity: 1;
          transform: translatex(0px);
      }
    }

  p.prg_text {
    font-size: 18px;
    color: #fff !important;
    font-weight: 400;
    width: 85%;
    text-align: center;
    margin: 20px auto;
    animation: prgleft 2s ease-in-out infinite alternate;
    text-transform: capitalize;  
  }
  
  
  @keyframes prgleft {
    0% {
        opacity: 0;
        transform: translatex(0px);
    }
    50% {
        opacity: 1;
        transform: translatex(2%);
    }
    100% {
      opacity: 1;
      transform: translatex(0%);
  }
  }
  
  .btn_top {
    animation: zoomInOut 2s infinite ease-in-out;
  }
  
  @keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2); /* Zoom in */
    }
    100% {
        transform: scale(1); /* Zoom out */
    }
  }
  
  .autoplay-progress  {
    color: #f8f1b6 !important;
  }
  
  .autoplay-progress svg {
    stroke: #fff !important;
  }
  
  .swiper-pagination-bullet-active {
    background: #f8f1b6 !important; 
  }


  .section_1 .swiper-button-next {
    font-size: 18px !important;
    width: 40px;
    height: 40px;
    right: 6%;
    border-radius: 50%;
    box-shadow: 2px 2px 2px 0px #f8f1b6;
    background: #4f0030;
    transition: all 0.3s;
  
  
  }

  h4 img {
    width: 170px;
    margin-bottom: 5px;
  }

  .about.birthday .about_img img {
    width: 100%;
    object-fit: cover;
    object-position: left;
    filter: brightness(0.4);
    height: 350px;
  }

  .section_1 {
    background: #4f0030;
  } 

  .section_1 .swiper-button-prev {
    font-size: 18px !important;
    width: 40px;
    height: 40px;
    box-shadow: 2px 2px 2px 0px #f8f1b6;
    left: 6%;
    background: #4f0030;
    border-radius: 50%;
    transition: all 0.3s;
  }


  .section_1 .swiper-button-next:hover {
    font-size: 18px !important;
    width: 40px;
    height: 40px;
    right: 6%;
    border-radius: 50%;
    box-shadow: 2px 2px 2px 0px #ffffff;
    background: #f8f1b6;
  }
  
  .section_1 .swiper-button-prev:hover {
    font-size: 18px !important;
    width: 40px;
    height: 40px;
    box-shadow: 2px 2px 2px 0px #ffffff;
    left: 6%;
    background: #f8f1b6;
    border-radius: 50%;
  }

.swiper-button-prev:after , .swiper-button-next:after  {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #f8f1b6 !important;
  transition: all 0.3s;
}
  
.swiper-button-prev:hover:after , .swiper-button-next:hover:after  {
  color: #000 !important;
}


@keyframes title_top {
  0% {
      opacity: 0;
      transform: translatex(0px);
  }
  50% {
      opacity: 1;
      transform: translatex(2%);
  }
  100% {
    opacity: 1;
    transform: translatex(0px);
}
}

.title_top {
  animation: title_top 2s infinite ease-in-out;
  color: #9b5d1b;
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
}

li {
  list-style: none !important;
}

.about_ul ul li {
  line-height: 30px;
}

@keyframes about_icon {
  0% {
      opacity: 0;
      transform: translatex(0px);
  }
  50% {
      opacity: 1;
      transform: translatex(5%);
  }
  100% {
    opacity: 1;
    transform: translatex(0px);
}
}

.about_icon {
  animation: about_icon 0.5s infinite ease-in-out;
  color: #4f0030;
}

.about .col-lg-6 .main {
  position: relative;
} 

.about_shape {
  position: absolute;
  top: 4px;
  left: 10px;
}

.about_shape h4 {
  width: 150px;
  height: 150px;
  font-size: 18px;
  background: #4f0030;
  text-align: center;
  justify-content: center;
  display: flex;
  color: #fff;
  align-items: center;
  border-radius: 8px;
  box-shadow: 4px 4px 0px 0px #f8f1b6;
}

@keyframes about_shape {
  0% {
      opacity: 0;
      transform: translatey(0px);
  }
  50% {
      opacity: 1;
      transform: translatey(5%);
  }
  100% {
    opacity: 1;
    transform: translatey(0px);
}
}

.about_shape {
  animation: about_shape 3.5s infinite ease-in-out;
  color: #f8f1b6;

}

.click_btn button {
  border: 1.5px solid #4f0030;
  padding: 4px 10px;
  box-shadow: 1px 2px 1px 1px #9b5d1b;
  transition: all 0.3s;
}

.click_btn button:hover {
  border: 1.5px solid #000;
  box-shadow: 1px 2px 1px 1px #f8f1b6;
}

.click_btn button i {
  color: #9b5d1b;
  padding-left: 4px;
}

.clom .icon_img img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  transition: all 0.3s;
  border-radius: 50%;
  /* filter: brightness(0) invert(1); */
}

.clom .icon_img:hover img {
  transform: scale(1.1);
}

section.clom {
  background: #4f0030;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.clom .col-lg-4 .main {
    border: 1px solid #f8f1b6;
    padding: 10px 2px;
    border-radius: 8px;
    transition: all 0.3s;
}

.clom .col-lg-4 .main:hover {
  background: #fff;
  border: 1px solid #ccb85f;
}

.clom .col-lg-4 .main:hover p {
  color: #000;
}

.clom .col-lg-4 .main:hover h4 {
  color: #4f0030 !important;
}


.clom .col-lg-4 .main p {
  transition: all 0.3s;
}

.clom .clom_title {
  padding: 8px 0px;
}

.clom .clom_title h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: cursive;
  color: #f8f1b6;
}

.clom .icon_img {
  overflow: hidden;
  width: 80px;
  margin: auto;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 1px 1px #f8f1b6;
  border: 2px solid #9b5d1b;
}


/* service css start  */


.service .card img.card-img-top {
  height: 200px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.card_img {
  overflow: hidden;
}

.service .card:hover img.card-img-top {
  
  transform: scale(1.1);
}

.card-body {
  background: #4f0030;
  color: #fff !important;
}


.service .btn_top  {
  padding: 6px 40px;
  border-radius: 20px;
  outline: none !important;
  border: none;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 2px 2px 0px 0px #f8f1b6;
  background: #9b5d1b !important;
  color: #fff;
  transition: all 0.3s;
  outline: none !important;
  border: none !important;
}

.service .card:hover .btn_top  {box-shadow: 2px 2px 0px 0px #824300;background: #f8f1b6 !important;color: #000;}

.service .card:hover .card-title {
  font-size: 18px;
  color: #f8f1b6 !important;
  font-weight: 700;
}

.service .card-body {
  padding: 12px 8px;
}

h5.card-title {
  height: 45px;
}

.lets {
  background: #4f0030;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  min-height: 300px;
}


.lets .col-md-6.col-lg-3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lets .title h2 {
  font-size: 45px;
  font-family: -webkit-body;
  font-weight: 900;
  color: #f8f1b6;
  text-shadow: 1px 0.5px 0px #ffffff;
}

.lets .col-md-6.col-lg-3 .call_btn.btn_top {
  border-radius: 50px;
  padding: 5px 25px;
  background: #824300;
  box-shadow: 2px 2px 0px 0px #f8f1b6;
  transition: all 0.3s;
}

.lets .col-md-6.col-lg-3 .call_btn.btn_top a {
  text-decoration: none !important;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.3s;
}

.lets .col-md-6.col-lg-3 .call_btn.btn_top:hover {
  background: #f8f1b6;
  box-shadow: 1px 1px 0px 0px #fff;
}

.lets .col-md-6.col-lg-3 .call_btn.btn_top:hover a {
  color: #000;
}


.patner .prt img {
  width: 200px;
  height: 100px;
  object-fit: contain;
}



.contact {
  background: linear-gradient(45deg, #000000ad, #4f003085), url(../img/indian-corporate.webp);
  width: 100%;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  overflow: hidden;
}

.contact li i {
  font-size: 30px;
  color: #fff;
  background: #4f0030;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 1px 2px 0px #9b5d1b;
  transition: all 0.5s;
  border-radius: 8px;
}

.contact li i:hover {
  background: #fff;
  color: #4f0030;
}

.contact .cont_info .em li {
  display: flex;
  align-items: center;
}

.contact li a {
  margin-right: 24px;
  font-size: 20px;
  color: #fff;
  text-decoration: none !important;
  font-weight: 500;
}

.contact form.quri_form {
  background: #f8f1b626;
  padding: 40px !important;
  color: #fff;
}

.contact  .col-md-6:nth-child(1) {
  display: flex;
  align-items: center;
}

.quri_btn {
  margin-top: 20px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

form.quri_form {
  background: #0a2b3f;
  padding: 30px !important;
  color: #fff;
  border-radius: 15px;
}

.quri_form .flid input , .quri_form .flid textarea {
  background: none;
  color: #fff !important;
  border-radius: 0px !important;
}


.quri_form .flid textarea::placeholder {
  color: #a3a0a0 !important;
}


.quri_form .flid input::placeholder {
  color: #a3a0a0 !important;
}

.quri_form .flid {
  margin-top: 10px;
}

.quri_form .quri_btn button {
  border: 1px solid;
  padding: 8px 45px;
  color: #fff;
  box-shadow: 2px 6px 8px 0px #ffffff1f;
  background: #000000;
  border-radius: 35px;
}

.quri_form .quri_btn button a {
  font-size: 16px;
  color: #092c40;
  font-weight: 600;
}

.quri_form .quri_btn button {
  border: 1px solid #4f0030;
  padding: 6px 45px;
  color: #4f0030;
  box-shadow: 1px 2px 1px 0px #4f0030;
  background: #f8f1b6;
  border-radius: 35px;
  transition: all 0.3s;
  font-weight: 600;
}

.quri_form .quri_btn button:hover {
  border: 1px solid #4f0030;
  color: #ffffff;
  box-shadow: 1px 2px 1px 0px #4f0030;
  background: #9b5d1b;
}

.ftr .main img {
  width: 100px;
}

.ftr {
  background: #4f0030;
  color: #fff;
}

.ftr .main li {
  line-height: 30px;
}

.ftr img {
  width: 100%;
}

.ftr .col-md-6 .col-6 .ftr_img {
  margin: 4px;
}

.ftr .col-md-6 .col-6 img {
  width: 100%;
  object-fit: cover;
  height: 65px;
  transition: all 0.3s;
}

.ftr .col-md-6 .col-6 .ftr_img {
  overflow: hidden;
}

.ftr .col-md-6 .col-6 img:hover {
  transform: scale(1.1);
}

.social-links a {
  color: #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #4f0030;
  text-align: center;
  border-radius: 50%;
  padding-top: 5px;
  margin-top: 10px;
  box-shadow: 2px 1px 2px 1px #e8e8e8ab;
  transition: all 0.3s;
}

.social-links a:hover {
  color: #4f0030;
  background: #f8f1b6;
  box-shadow: 2px 1px 2px 1px #fff;
}

.ftr .butom_link h6 a , .ftr .botom_link h6.lst a  {
  text-decoration: none;
  color: #f8f1b6 !important;
  font-weight: 700;
  font-size: 16px;
}


.ftr h4 {
  color: #f8f1b6;
  font-family: system-ui;
  font-weight: 600;
}

.ftr li .icon_ftr i {
  color: #f8f1b6;
  font-size: 18px;
  font-weight: 600;
}

.ftr li  a {
  color: #fff;
  font-size: 14.5px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s;
}

.ftr li  a:hover {
  color: #f8f1b6;
}

/* 

#gallery ul{
  list-style: none;
  }

#gallery img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
  .galleryfilter ul{
  list-style: none;
  }
  .galleryfilter img{
  max-width: 100%;
  height: auto;
  } */
  .filter-menu{
  margin-bottom: 20px;
  }
  .filter-menu li {
      display: inline-block;
      padding: 10px 40px;
      background: rgb(79 0 48);
      color: #fff;
      cursor: pointer;
  }
  
  #gallery li.current {
  background: rgb(152 90 31) !important;
  }

  .filter-item li{
  width: 50%;
  padding: 2px;
  float: left;
  }
  .filter-item li.active{
  width: 50%;
  padding: 2px;
  transition: all 0.5s ease;
  }
  .filter-item li.delete{
  width: 0%;
  padding: 0;
  transition: all 0.5s ease;
  }
  .filter-item img{
  display: block;
  width: 100%;
  height: auto;
  }
  @media screen and (min-width: 768px){
  .filter-item li.active,
  .filter-item li{
  width: 33.33%; 
  } 

  }
  @media screen and (min-width: 1280px){
  .filter-item li.active,
  .filter-item li{
  width: 25%;
  }
  }

  /* #gallery li:hover .back_frt {
      display: block !important; 
  } */

  #gallery li  {
      position: relative;
      text-align: center;
  }


  .back_frt {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      top: 0;
      margin: auto !important;
      height: 100% !important;
  }

  .quality  li {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
  }

  span.why-icon {
      width: 45px;
      height: 45px;
      display: flex;
      background: #f0f2f1;
      align-items: center;
      justify-content: center;
      color: #d02a28;
      font-weight: 700 !important;
      margin: 9px 20px 0 0;
      border: 2px solid #d02927;
      border-radius: 0px 5px 5px 18px;
      font-size: 22px;
  }

  .quality  a {
      color: #000;
      transition: all 0.5s;
  }

  .quality  a {
      padding-right: 10px;
  }

  .quality a:hover {
      padding-left: 10px;
      color: #000;
  }

  .qut .heading h2::before {
      background-color: rgb(0 0 0) !important; 
  }

  .qut_img {
      overflow: hidden;
  }
  
  .qut_img img {
      width: 100%;
      height: 100%;
      transition: all 0.5s;
  }
  
  .qut_img img:hover {
      transform: translate3d(10px, 10px, 10px);
  }

  #gallery .heading h2::before {
      background-color: rgb(0 0 0) !important;
      left: 60px !important;
  }

  #gallery  .heading h2 { 
      margin-bottom: 0px;
      padding-bottom: 0px;
  }

  #gallery ul {
      list-style: none;
      text-align: center;
  }
  
  
  #gallery ul.p-0.filter-item {
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}


.back_frt h4 {
  font-size: 15px;
  background: #4f003085;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  height: 0;
  color: #fff !important;
  visibility: hidden;
  transition: all 0.5s;
}

.filter-item li:hover .back_frt h4 {
  height: 100%;
  visibility: visible !important;
}

/* thank you ki css start  */

.wrapper-1 {
  height: initial;
  max-width: 620px;
  margin: 0 auto;
  margin-top: 50px;
  box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
  }
  
  .wrapper-2 h2 {
  font-family: "Kaushan Script", cursive;
  font-size: 50px;
  letter-spacing: 3px;
  color: #9b5d1b;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
  }
  
  .wrapper-2 {
  padding: 30px;
  text-align: center;
  }
  
  .go-home {
    color: #fff !important;
    background: #4f0030;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgb(79 0 48 / 59%);
}
  
  .go-home a {
  color: #fff !important;
  text-decoration: none;
  }
  
  .footer-like {
  text-align: center;
  }

/* thank you ki css end  */

.inner_one.birtday {
  background: url(../img/birthday_event_inner.jpg);
  width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.inner_one.anniversary {
  background: url(../img/anniversary_event_inner.jpg);
  width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.inner_one.office {
  background: url(../img/office_event_inner.jpg);
  width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.inner_one.anniversary {
  background: url(../img/office_event_inner.jpg);
  width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.inner_one.baby_shower {
  background: url(../img/baby_shower_inner.jpg);
  width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.inner_one.gallery {
  background: url(../img/gallery_banner.jpg);
  width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.inner_one.other_event {
  background: url(../img/other_events.jpg);
  width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}



.inner_one  a {
  text-decoration: none !important;
}

.inner_one .title_top a {
  text-decoration: none !important;
  color: #f6efb5;
}

.inner_one  h4.focus a {
  text-decoration: none !important;
  color: #fff;
  text-transform: capitalize;
}

.inner_one  h4.focus a  {
  animation: focus 2s ease-in-out infinite alternate;
}

@keyframes focus {
  0% {
      opacity: 0; /* Fully hidden */
      transform: translateY(20px); /* Slide down */
  }
  25% {
      opacity: 1; /* Fully visible */
      transform: translateY(0); /* In position */
  }
  75% {
      opacity: 1; /* Stay visible */
      transform: translateY(0);
  }
  100% {
      opacity: 0; /* Fully hidden again */
      transform: translateY(-20px); /* Slide up */
  }
}


 h4.trife   {
  animation: trife 2s ease-in-out infinite alternate;
  text-transform: capitalize;
  color: #824300;
  font-size: 20px;
}

@keyframes trife {
  0% {
      opacity: 0; /* Fully hidden */
      transform: translateY(20px); /* Slide down */
  }
  25% {
      opacity: 1; /* Fully visible */
      transform: translateY(0); /* In position */
  }
  75% {
      opacity: 1; /* Stay visible */
      transform: translateY(0);
  }
  100% {
      opacity: 0; /* Fully hidden again */
      transform: translateY(-20px); /* Slide up */
  }
}

.purity .card_pty img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border: 3px solid #4f0030;
  padding: 3px;
  transition: all 0.5s;
  object-fit: cover;
}

.purity .card_pty img:hover {
  transform: scale(1.1);
  border-color: #824300;
}


.purity  .card_pty_cnt {
  padding-left: 25px;
}

.purity  .card_pty {
  display: flex;
  align-items: center;
}

.purity .card_pty_cnt h4 {
  font-size: 20px;
  color: #a2682a;
}

marquee.brdctm {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: #985a1f;
  font-family: system-ui;
}

marquee.ftr_text {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: #f6efb5;
  font-family: system-ui;
}

body.thank_you marquee.brdctm {
  display: none;
}


.grl .card {
  color: #252a32;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  margin: 6px 0px !important;
  height: 200px;
}

.grl .card-image {
position: relative;
display: block;
width: 100%;
padding-top: 50%;
background: #ffffff;
}
.grl .card-image img {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 200px;
border-radius: 5px;
object-fit: cover;
box-shadow: 2px 4px 4px 0px #4f00304f;
}

@media only screen and (max-width: 600px) {
.grl .container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
}

button.fancybox-button.fancybox-button--share {
  display: none !important;
}

.fancybox-container {
  height: 100%;
  top: 90px !important;
  width: 100%;
  z-index: 999999;
}

.other_events h5.card-title {
  height: 100%;
}

.service.other_events .col-md-6.col-lg-4 {
  margin: 10px 0px;
}

.about.home img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) { 

  .navbar .navbar-brand img {
    width: 80px;
  }

  .navbar-toggler-icon {
    filter: invert(1);
}

button.navbar-toggler {
  border: 1px solid #fff;
}

.animated-text {
  font-size: 52px !important;
}

p.prg_text {
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
  width: 100%;
  text-align: center;
  margin: 40px auto;
}

.title_top {
  font-size: 24px;
}

section {
  overflow: hidden !important;
}

.contact {
  height: auto !important;
}

.contact form.quri_form {
  padding: 0px !important;
}

.contact li a {
margin-right: 10px;
font-size: 14px;
}

.contact li i {
font-size: 20px;
width: 35px;
height: 35px;
}

.lets .title h2 {
font-size: 30px;
text-align: center;
}

.lets .title h5 {
text-align: center;
font-size: 16px;
}

.lets {
padding: 0px !important;
min-height: auto !important;
}

.service .col-md-6.col-lg-3 {
margin: 10px 0px;
}

.clom .col-lg-4 {
margin: 10px 0px;
}

.ftr .butom_link h6 {
font-size: 16px;
text-align: center;
margin-bottom: 0px;
}

.ftr .butom_link h6 a {
font-weight: 500;
font-size: 16px;
text-align: center;
line-height: 24px;
}

.ftr h6.lst {
font-size: 16px;
text-align: center;
}

section.ftr.py-5 {
padding-bottom: 14px !important;
}

.social-links.mt-3 {
margin-bottom: 14px;
}

.swiper-slide {
  height: 100% !important;
  padding: 20px 0px !important;
}

p.prg_text {
margin: 20px auto;
}

.about_ul ul li {
line-height: 30px;
font-size: 15px;
}

.header .btn_top {
display: none;
}

.about_shape h4 {
  width: 210px;
  height: 120px;
  font-size: 18px;
}

.purity  .card_pty {
  display: flex;
  align-items: center;
  flex-direction: column;
 }

 .purity  .card_pty_cnt {
     padding-left: 0;
 }

 .purity .card_pty img {
   width: 100%;
   height: 200px;
   margin-bottom: 10px;
   border: 3px solid #9b5d1b;
   padding: 3px;
 }

 .purity .card_pty_img {
   width: 100%;
 }


}


  @media (max-width: 767px) { 

    .navbar .navbar-brand img {
      width: 80px;
    }
  
    .navbar-toggler-icon {
      filter: invert(1);
  }
  
  button.navbar-toggler {
    border: 1px solid #fff;
  }
  
  .animated-text {
    font-size: 22px !important;
  }
  
  p.prg_text {
    font-size: 16px;
    color: #fff !important;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin: 40px auto;
  }
  
  .title_top {
    font-size: 24px;
  }
  
  section {
    overflow: hidden !important;
  }

  .contact {
    height: auto !important;
  }

  .contact form.quri_form {
    padding: 0px !important;
}

.contact li a {
  margin-right: 10px;
  font-size: 14px;
}

.contact li i {
  font-size: 20px;
  width: 35px;
  height: 35px;
}

.lets .title h2 {
  font-size: 30px;
  text-align: center;
}

.lets .title h5 {
  text-align: center;
  font-size: 16px;
  margin: 14px 0;
}

.lets {
  padding: 0px !important;
  min-height: auto !important;
}

.service .col-md-6.col-lg-3 {
  margin: 10px 0px;
}

.clom .col-lg-4 {
  margin: 10px 0px;
}

.ftr .butom_link h6 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
}

.ftr .butom_link h6 a {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}

.ftr h6.lst {
  font-size: 16px;
  text-align: center !important;
}

section.ftr.py-5 {
  padding-bottom: 14px !important;
  padding-top: 14px !important;
}

.social-links.mt-3 {
  margin-bottom: 14px;
}

.swiper-slide {
  height: auto !important;
  padding: 20px 0px !important;
}

p.prg_text {
  margin: 20px auto;
}

.about_ul ul li {
  line-height: 30px;
  font-size: 15px;
}

.header .btn_top {
  display: none;
}

.about_shape h4 {
  width: 110px;
  height: 110px;
}

.swiper-button-next , .swiper-button-prev {
  display: none !important;
}

section.top {
  display: none;
}


#gallery {
  height: auto !important;
  padding: 20px 0px !important;
}

#gallery ul {
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
}

.grl p {
  margin: 0px;
}

#gallery ul li.glr_li {
  width: 49%;
  margin: 2px auto;
  font-size: 14px;
  text-align: center;
  padding: 12px 0px;
}

#gallery ul li.glr_li:nth-child(1) {
  width: 100%;
}

#gallery img {
  height: 100px;
}

.in_title {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding: 10px 0px;
}

.swiper-pagination {
  display: none !important;
} 

.about h5 {
  font-size: 16px;
}

h5.card-title {
  height: auto !important;
}

.service .btn_top {
  padding: 4px 25px;
}

.about h4 img {
  width: 100px;
  margin-bottom: 5px;
}

.about.birthday .about_img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.4);
  height: auto;
}

h4.trife {
  padding: 6px 0px;
  font-size: 16px !important;
}

.grl .card {
  height: auto !important;
  margin: 16px 0px !important;
}


  .purity  .card_pty {
   display: flex;
   align-items: center;
   flex-direction: column;
  }

  .purity  .card_pty_cnt {
      padding-left: 0;
  }

  .purity .card_pty img {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    border: 3px solid #9b5d1b;
    padding: 3px;
  }

  .purity .card_pty_img {
    width: 100%;
  }

  .about img {
    height: 100%;
    width: 100%;
  }

  .about.home img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}



  .inner_one.gallery , .inner_one.other_event {
    background-position: 14% 86% !important;
}

.ftr .botom_link h6.lst a  {
  text-align: center !important;
}

}



