*{
  margin:0; 
  padding:0; 
  outline:none;
}
/* Disable text selection */
html {
  scroll-behavior: smooth;
}
#sidebar1 {
  display: none;
}

html {
  overflow-x: hidden;
}
html body{
  margin:0; 
  padding:0; 
  -ms-word-wrap:break-word; 
  word-wrap:break-word; 
  background-color:#FFFFFF; 
  position:relative; 
  font-size: 15px;
  color: #6c6c6c;
  font-weight: 300;
  overflow-x: hidden;
  padding: 0 !important;
}
.middle-header{
  position: relative;
}
.about-bakery-box-title {
  grid-column-start: 7;
  grid-column-end: 10;
  grid-row-start: 8;
  grid-row-end: 12;
  position: relative;
}
.about-bakery-box-title{
  width: 138px;
  height: 138px;
  display: block;
  font-size: 28px;
  fill: #000;
  background: #fff;
  border-radius: 50%;
  padding: 16px;
}
.about-rounded-text textPath {
  word-spacing: 15px;
  font-size: 23px;
  color: #36322F;
  font-weight: 400;
  text-align: center;
  font-family: Nunito Sans;
  font-weight: 700;
}
/* .about-rounded-text {
  animation: rotateText 10s linear infinite;
}

@keyframes rotateText {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
} */



/* Close Button */
.popup-close {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: -25px;
  transition: ease 0.25s all;
  -webkit-transform: translate(-50%, -51%);
  border-radius: 1000px;
  background: #34CCC4;
  font-size: 24px;
  text-align: center;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup {
  width: 100%;
  display: none;
  position: absolute;

}
.about-images-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-close:hover {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  background: rgba(0,0,0,1);
  text-decoration: none;
  background: #000000;
  color: #fff;

}


.over_video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
}
.popular-travel-videos-image {
  position: relative;
}
.popular-videos-image {
  position: relative;
}
.ps_video{
  text-align: center;
}
 .ps_video a i {
  color: #FF81B7;
  font-size: 24px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;


}




/* .owl-item {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeIn {
  animation: fadeIn 1s ease-in-out;
}
.zoomIn {
  animation: zoomIn 1s ease-in-out;
}
.slideInLeft {
  animation: slideInLeft 1s ease-in-out;
}
.slideInRight {
  animation: slideInRight 1s ease-in-out;
}
.rotateIn {
  animation: rotateIn 1s ease-in-out;
}
.bounceIn {
  animation: bounceIn 1s ease-in-out;
}

/* Keyframes */
/* @keyframes fadeIn { */
  /* from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes zoomIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
@keyframes slideInLeft {
  from { transform: translateX(-100px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}
@keyframes slideInRight {
  from { transform: translateX(100px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}
@keyframes rotateIn {
  from { transform: rotate(-180deg); opacity: 0; }
  to { transform: rotate(0); opacity: 1; }
}
@keyframes bounceIn {
  0% { transform: scale(0.3); opacity: 0; }
  50% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); }
} */
 


a{
  text-decoration: none !important;
}
/* topbar */
#topbar {
  background: #FF81B7;
  padding: 10px;
  position: relative;
}
#topbar:hover a:hover {
  color: #271B14;
  transition: 0.4s ease-in-out;
}
#topbar i {
  color: #FFF;
  font-size: 15px;
}
#topbar a {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 19.1px;
  letter-spacing: 0px;
  color: #FAFAFA;
}
#topbar h6 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 19.1px;
  letter-spacing: 0px;
  color: #FAFAFA;
  margin-bottom: 0;
  padding: 0 6px;
}
.topbar-address-text {
  display: flex;
  align-items: center;
  justify-content: left;
}
.topbar-address-with-label {
  display: flex;
  align-items: center;
  justify-content: left;
}
.topbar-phone-number{
  display: flex;
  align-items: center;
  justify-content: left;
}
.topbar-phone-number-with-label{
  display: flex;
  align-items: center;
  justify-content: left;
}
.topbar-email-id{
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 20px;
}
.topbar-email-id-with-label{
  display: flex;
  align-items: center;
  justify-content: left;
}
.topbar-number-email-box {
  display: flex;
  align-items: center;
  justify-content: end;
}

#footer_box ul li a {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #B1A6A0;
}

/* header */
.home #masthead {
  position: relative;
  z-index: 99;
  height: unset !important;
}
#masthead {
  position: relative;
  z-index: 99;
  height: 414px;
}
.header-center-shape svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  bottom: -3px;
  width: 100%;
  height: 80%;
}
.header-center-shape svg path {
  fill: #271B14;
}
.header-container {
  background: #FFF;
  height: 118px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  position: relative;
}
#header .logo{
  position: absolute;
  top: -74px;}
.header-background-svg {
  position: absolute;
  top: 0;
  z-index: -1;
}

.header-background-svg svg path {
  fill: #271B14;
}
.header-background-svg svg {
  width: 100%;
  height: 100%  ;
}
.sticky .header-background-svg svg{
  display: none;
}

.cart-header i {
  color: #271B14;
  font-size: 18px;
  font-family: 'FontAwesome';
}
.header-cart{
  width: 50px;
  height: 50px;
  border: 2px solid #FF81B7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;

}

#cart-counter{
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 15.4px;
  letter-spacing: 0%;
  text-align: center;
  width: 20px;
  height: 20px;
  background: #FF81B7;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  top: -7px;
  right: 0;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.header-social-icons a i {
  color: #281B14;
  font-size: 19px;
  padding: 10px 14px;
}
.header-social-icons a i:hover {
  color: #FF81B7;
}
.header-social-icons {
  position: relative;
  z-index: 1;
}
.buy-now-button a{
  border-radius: 40px;
  font-family: Merienda;
  font-weight: 800;
  font-size: 14px;
  line-height: 15.4px;
  letter-spacing: 0%;
  text-align: center;
  color: #271B14;
  border: 2px solid #62C3E7;
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;

}
.header-cart:hover {
  background: #62C3E7;
  transition: 0.8s ease-in-out;
}
.header-cart:hover i{
  color: #FFF;
  transition: 0.8s ease-in-out;
}
.buy-now-button a:hover {
  background: #FF81B7;
  color: #fff;
  transition: 0.8s ease-in-out;
}
.header-search span i {
  color: #261A13;
  font-size: 20px;
}
.header-cart-serach-button {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: relative; */
  z-index: 1;
}

#slider .owl-nav button {
  width: 70px;
  height: 70px;
  background: #FFFFFF4D;
  border: unset;
  border-radius: 50%;
  color: #271B144D;
}
#slider .owl-nav.disabled {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 0;
  z-index: -1;
}

#slider .owl-prev {
  transform: translate(-70px, 10px);
}
#slider .owl-next {
  transform: translate(70px, 10px);
}


.slider-button-text a:hover {
  background: #271B14;
  color: #fff;
  transition: 0.6s ease-in-out;
}

.slider-content-bg-svg svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 100%;
  z-index: -1;
  padding: 16px;
}
.slider-content-box{
  position: relative;
}

.slider-content-bg-svg svg path {
  fill: #fff;
  opacity: 0.6;
}
#slider .owl-nav button:hover {
  background: #62C3E7;
  color: #fff;
  transition: 0.8s ease-in-out;
}


.slider-left-bottom-image img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.slider-right-image1 img {
  position: absolute;
  top: 21%;
  right: 0;
}
.slider-right-image2 img {
  position: absolute;
  right: 100px;
  bottom: 50px;
  animation: shake 16s linear infinite;
}


#carouselExampleIndicators .slider-nav-buttons button img {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  z-index: -1;
}
#carouselExampleIndicators .slider-nav-buttons button:hover img{
  display: flex;
  transition: 0.4s ease-in;
  width: 70px;
  height: 70px;
  object-fit: none;
}
#carouselExampleIndicators .slider-nav-buttons button {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  background: #291C15B2;
}
.carousel-control-prev-icon {
  background-image: none !important;
}
.carousel-control-next-icon {
  background-image: none !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  background: #291C15B2;
}
#carouselExampleIndicators .slider-nav-buttons button {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  background: #291C15B2;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.carousel-control-next {
  right: -65px !important;
}
.carousel-control-prev {
  left: -65px !important;
}





/* slider  */

#slider {
  position: relative;
  padding: 60px 0;
  height: 870px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
  
}

.slider-svg-path {
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
}
.slider-left-image img {
  width: 100%;
  height: 461px;
}
.slider-contents h6 {
  font-family: Merienda;
  font-weight: 800;
  font-size: 22px;
  line-height: 31.24px;
  letter-spacing: 0%;
  text-align: center;
  color: #FF81B7;
}

.slider-contents p {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 17px;
  line-height: 24.14px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000B2;
  width: 60%;
}
.slider-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.slider-contents h1 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 42px;
  line-height: 46.2px;
  letter-spacing: -3%;
  text-align: center;
  color: #36322F;
}
.slider-button-text a {
  font-family: Merienda;
  font-weight: 800;
  font-size: 16px;
  line-height: 17.6px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFF;
  background: #62C3E7;
  height: 61px;
  width: 228px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
.slider-button-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider .owl-dots .owl-dot {
  border: 2px solid #271B1466;
  width: 12px;
  height: 12px;
  margin: 5px;
  background: transparent;
  border-radius: 50%;
}
.svg-path-bg svg {
  width: 100%;
}
.carousel-indicators .active {
  opacity: 1;
  background: #FF81B7 !important; 
  border: unset !important;
  width: 32px !important;
  border-radius: 10px;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -50px !important;
  align-items: center;
}
.carousel-indicators button {
  border: 2px solid #271B1466 !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 10px;
  background: transparent;
}
#slider .owl-dots .owl-dot.active {
  width: 32px;
  background: #FF81B7;
  border-radius: 10px;
  border: unset;
}

.owl-dots {
  text-align: center;
}

/* about us */
#about-us {
  background: #FF81B7;
  position: relative;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-details h6 {
  font-family: Merienda;
  font-weight: 800;
  font-size: 22px;
  line-height: 31.24px;
  letter-spacing: 0%;
  color: #FFF;
  margin-bottom: 0;
}
.about-details h2 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 42px;
  line-height: 46.2px;
  letter-spacing: -3%;
  color: #FFF;
  padding-bottom: 24px;
}
.about-details p {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #FFFC;
}

.about-us-button a {
  font-family: Merienda;
  font-weight: 800;
  font-size: 16px;
  line-height: 17.6px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFF;
}
.about-us-button i {
  color: #FFF;
  font-size: 16px;
  padding-left: 12px;
}
.about-us-button {
  background: #62C3E7;
  height: 61px;
  width: 228px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
.about-points-box {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 42px 0;
}
.about-two-points h5 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 18px;
  line-height: 19.8px;
  letter-spacing: -3%;
  color: #FFF;
}
.about-two-points img {
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-points-box p {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 15px;
  line-height: 21.3px;
  letter-spacing: 0%;
  color: #FFFC;
}

.about-right-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

#about-us  .about-right-image {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: repeat(15, 28px);
      gap: 14px;
      position: relative;
}
.popup-inner embed {
  height: 400px;
  border: 6px solid #fff;
  border-radius: 6px;
}
#about-us .about-right-image  .left-image-one{
  grid-column-start: 9;
  grid-column-end: 15;
  grid-row-start: 1;
  grid-row-end: 10;
  animation: shake 16s linear infinite;
  position: relative;
}
#about-us .about-right-image  .left-image-three{
  grid-column-start: 1;
  grid-column-end: 9;
  grid-row-start: 2;
  grid-row-end: 15;
  animation: shake 16s linear infinite;
  position: relative;
}

#about-us .about-right-image .left-image-two {
  grid-column-start: 9;
  grid-column-end: 15;
  grid-row-start: 16;
  grid-row-end: 10;
  animation: shake 16s linear infinite;
}
.about-svg-path svg path {
  fill: #FF81B7;
}
.about-top-svg  {
  position: absolute;
  top: -26px;
  z-index: 1;
  width: 100%;
}

.about-bottom-svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}


.about-us-button:hover {
  background: #271B14;
  transition: 0.8s ease-in-out;
}
.about-us-button:hover a {
  color: #fff;
  transition: 0.8s ease-in-out;
}
.about-us-button:hover i {
  color: #fff;
  transition: 0.8s ease-in-out;
}






.about-us-main-heading{
  position: relative;
}
.about-us-main-heading::after {
  content: "";
  background: #FFF;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 3px;
  margin: auto;
  bottom: 8px;
}
.about-us-main-heading::before {
  content: "";
  width: 12px;
  height: 11px;
  background: #FFF;
  position: absolute;
  left: 28px;
  bottom: 4px;
  margin: auto;
  border: 2px solid #FF81B7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5PX;
  z-index: 1;
}



/* featured cakes */
#featured-cakes {
  padding: 80px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-title {
  text-align: center;
}
#featured-cakes .product-title a {
  font-family: Poller One;
  font-weight: 400;
  font-size: 16px;
  line-height: 17.6px;
  letter-spacing: 0%;
  text-align: center;
  color: #36322F;
}
.featured-cakes-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#featured-cakes .products-image img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin-bottom: 32px;
}
.products-content p {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 19.5px;
  letter-spacing: 0%;
  text-align: center;
  color: #00000073;
  padding: 16px 0;
}
.featured-cakes-items {
  background: #FFF;
  box-shadow: 0px 4px 100px 0px #00000014;
  border-radius: 30px;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 40px;
}


.featured-cakes-items:hover .featued-hover-image img{

display: flex !important;
transition: 0.6s ease-in-out;

}


#featured-cakes  .featured-cakes-items:hover {
  transform: translate(0px, -20px) !important;
  transition: 0.6s ease-in-out;

}
 #featured-cakes  .featured-cakes-items:hover .product-title a{
  color: #fff;
}
#featured-cakes    .featured-cakes-items:hover .products-content p{
  color: #fff;
}

.featured-cakes-items:hover .price-button-box {
  border: unset;
  background: #34CCC4;
}
.featured-cakes-items:hover .product-buy-now-button a{
  color: #fff;
}

 .featured-cakes-items:hover  .featured-image-overlay{
  background: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: -1;
} 




.product-price h5 {
  font-family: Merienda;
  font-weight: 800;
  font-size: 14px;
  line-height: 19.88px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFF;
  background: #FF81B7;
  height: 48px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 18px;
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
}
.price-button-box:hover {
  background: #34CCC4;
  border: 2px solid #34CCC4;
  transition: 0.6s ease-in-out;

}
.price-button-box:hover .product-buy-now-button a {
  color: #fff;
  transition: 0.6s ease-in-out;

}

.product-buy-now-button a {
  font-family: Merienda;
  font-weight: 700;
  font-size: 13px;
  line-height: 14.3px;
  letter-spacing: 0%;
  text-align: center;
  color: #271B14;
  padding: 0 30px;
}
.product-butn-price-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-button-box {
  display: flex;
  border: 2px solid #FF81B7;
    align-items: center;
  border-radius: 48px;
}
.featured-heading h6 {
  font-family: Merienda;
  font-weight: 800;
  font-size: 22px;
  line-height: 31.24px;
  letter-spacing: 0%;
  text-align: center;
  color: #FF81B7;
}
.featured-heading h2 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 42px;
  line-height: 46.2px;
  letter-spacing: -3%;
  text-align: center;
  color: #36322F;
}
#featured-cakes .owl-nav button {
  border: unset;
  background: #62C3E7;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -17px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
#featured-cakes .owl-prev{
  display: none;
}

.featued-hover-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 30px;
  width: 100%;
  left: 0;
  display: none !important;
  z-index: -1;
  height: 420px;

}


#featured-cakes .owl-carousel .owl-item{
  margin: 50px 0;
}

.featured-heading{
  position: relative;
}
.featured-heading::after {
  content: "";
  background: #62C3E7;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -18px;
}
.featured-heading::before {
  content: "";
  width: 12px;
  height: 11px;
  background: #62C3E7;
  position: absolute;
  left: 0;
  bottom: -22px;
  right: 0;
  margin: auto;
  border: 2px solid #FFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5PX;
  z-index: 1;
}


/* bakery menus */

#bakery-menus {
  padding: 80px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.bekary-menus-heading h6 {
  font-family: Merienda;
  font-weight: 800;
  font-size: 22px;
  line-height: 31.24px;
  letter-spacing: 0%;
  text-align: center;
  color: #FF81B7;
  margin-bottom: 0;
}
.bekary-menus-heading h2 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 42px;
  line-height: 46.2px;
  letter-spacing: -3%;
  text-align: center;
  color: #36322F;
}
.bekary-menus-heading{
  position: relative;
}

.bekary-menus-heading::after {
  content: "";
  background: #62C3E7;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -18px;
}
.bekary-menus-heading::before {
  content: "";
  width: 12px;
  height: 11px;
  background: #62C3E7;
  position: absolute;
  left: 0;
  bottom: -22px;
  right: 0;
  margin: auto;
  border: 2px solid #FBEEE6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5PX;
  z-index: 1;
}




#bakery-menus .product-title a {
  font-family: Poller One;
  font-weight: 400;
  font-size: 18px;
  line-height: 19.8px;
  letter-spacing: 0%;
  text-align: center;
  color: #36322F;
}

#bakery-menus .product-inner-box {
  padding: 22px 0;
}
#bakery-menus .products-image .imghover{
  height: 380px;
  overflow: hidden;
  border-radius: 15px;

}
.products-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.bekary-menus-cakes-box:hover img {
  transform: scale(1.1);
  transition: 0.4s ease-in;
}

.working-hours-flex:nth-child(1) h5::after {
  content: "";
  position: absolute;
  bottom: 18px;
  margin-left: 0.5em;
  width: 52%;
  border-bottom: 2px dashed #261A13E5;
  max-width: -webkit-fill-available;
}
.working-hours-flex:nth-child(2) h5::after {
  content: "";
  position: absolute;
  bottom: 18px;
  margin-left: 0.5em;
  width: 52%;
  border-bottom: 2px dashed #261A13E5;
  max-width: -webkit-fill-available;
}
.working-hours-flex:nth-child(3) h5::after {
  content: "";
  position: absolute;
  bottom: 18px;
  margin-left: 0.5em;
  width: 43%;
  border-bottom: 2px dashed #261A13E5;
  max-width: -webkit-fill-available;
}
.working-hours-flex:nth-child(4) h5::after {
  content: "";
  position: absolute;
  bottom: 18px;
  margin-left: 0.5em;
  width: 49%;
  border-bottom: 2px dashed #261A13E5;
  max-width: -webkit-fill-available;
}
.working-hours-flex:nth-child(5) h5::after {
  content: "";
  position: absolute;
  bottom: 18px;
  margin-left: 0.5em;
  width: 56%;
  border-bottom: 2px dashed #261A13E5;
  max-width: -webkit-fill-available;
}

.working-hours-flex:nth-child(6) h5::after {
  content: "";
  position: absolute;
  bottom: 18px;
  margin-left: 0.5em;
  width: 62%;
  border-bottom: 2px dashed #261A13E5;
  max-width: -webkit-fill-available;
}

.working-hours-flex:nth-child(7) h5::after {
  content: "";
  position: absolute;
  bottom: 18px;
  margin-left: 0.5em;
  width: 52%;
  border-bottom: 2px dashed #261A13E5;
  max-width: -webkit-fill-available;
}

/* best Offer */
#best-offer {
  padding: 80px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.best-offer-inner-contents {
  background: #FF81B7;
  border-radius: 250px;
  height: 618px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 95px;
}
.offer-center-image img {
  animation: shake 16s linear infinite;
  width: 100%;
  height: 314px;
}
.best-offer-inner-contents h6 {
  font-family: Merienda;
  font-weight: 800;
  font-size: 22px;
  line-height: 31.24px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFF;
  opacity: 0.7;
}
.best-offer-inner-contents h2 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 42px;
  line-height: 46.2px;
  letter-spacing: -3%;
  text-align: center;
  color: #FFF;
  padding-bottom: 20px;
}


.best-offer-inner-contents{
  position: relative;

}
.offer-main-heading{
  position: relative;
}
.offer-main-heading::after {
  content: "";
  background: #62C3E7;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 12px;;
}
.offer-main-heading::before {
  content: "";
  width: 12px;
  height: 11px;
  background: #62C3E7;
  position: absolute;
  left: 0;
  bottom: 8px;
  right: 0;
  margin: auto;
  border: 2px solid #FF81B7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5PX;
  z-index: 1;
}

.main-navigation .current-menu-item::before {
  content: "";
  width: 35px;
  position: absolute;
  top: -8px;
  background: #62C3E7;
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
}

.best-offer-inner-contents p {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 21.76px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFF;
  opacity: 0.85;
}
.best-offer-button a {
  font-family: Merienda;
  font-weight: 800;
  font-size: 14px;
  line-height: 15.4px;
  letter-spacing: 0%;
  color: #fff;

}
.best-offer-button i{
  color: #fff;
font-size: 14px;
padding-left: 18px;
}
.best-offer-button{
  text-align: center;
  background: #62C3E7;
  height: 56px;
  display: flex;
  width: 228px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}

.offer-center-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.best-offer-left-box {
  display: flex;
  align-items: center;
  justify-content: left;
}
.offer-products-image img {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#best-offer .product-title a {
  font-family: Poller One;
  font-weight: 400;
  font-size: 18px;
  line-height: 19.8px;
  letter-spacing: -3%;
  color: #36322F;
}
#best-offer .product-title{
  text-align: left;
}

.offer-products-content p {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 21.3px;
  letter-spacing: 0%;
  color: #00000099;
  margin-bottom: 0;
  padding: 6px 0;
}
.offer-product-price h5 {
  font-family: Merienda;
  font-weight: 800;
  font-size: 18px;
  line-height: 25.56px;
  letter-spacing: 0%;
  color: #FF81B7;
}

#best-offer .product-inner-box {
  padding: 20px;
}
/* Working hours */
#working-hours {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.workinghours-top-svg {
  position: absolute;
  top: 0;
}
.workinghours-top-svg svg path{
  fill: #fff;
}
.working-hours-heading h6 {
  font-family: Merienda;
  font-weight: 800;
  font-size: 22px;
  line-height: 31.24px;
  letter-spacing: 0%;
  text-align: center;
  color: #FF81B7;
  margin-bottom: 0;
}
.working-hours-heading h2 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 42px;
  line-height: 46.2px;
  letter-spacing: -3%;
  text-align: center;
  color: #261A13;
}

.working-hours-heading{
  position: relative;
}
.working-hours-heading::after {
  content: "";
  background: #62C3E7;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -26px;
}
.working-hours-heading::before {
  content: "";
  width: 12px;
  height: 11px;
  background: #62C3E7;
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  margin: auto;
  border: 2px solid #F9D0DE;
  border-top-left-radius: 5px;
  border-top-right-radius: 5PX;
  z-index: 1;
}

.working-hours-flex h5 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 16px;
  line-height: 17.6px;
  letter-spacing: -3%;
  color: #261A13;
}
.working-hours-flex h6 {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 24.3px;
  letter-spacing: 0%;
  color: #261A13;
}
.working-hours-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  width: 440px;
  position: relative;
  overflow: hidden;
}
.weekly-working-hours-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 60px;
  
}










/*----------------- Product Star Rating--------------*/
.woocommerce ul.products li.product .star-rating{
  color: #FFD900;
  margin: 0 auto;
  display: block;
  float: none;
  overflow: hidden;
  position: relative;
  height: 1.7em;
  line-height: 1;
  font-size: 20px;
  font-family: star;
 }
 .star-rating{
   color: #FFD900;
   margin: 10px 0;
   font-size: 20px;
   display: block;
   overflow: hidden;
   position: relative;
   height: 1em;
   line-height: 1;
   font-size: 1em;
   width: 5.4em;
   font-family: star;
 }
 .rat-star {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
 .star-rating:before{
  content: "\73";
  color: #FFD900;
  float: left;
  top: 0;
  right: 0;
  position: absolute;

 }
 .star-rating span{
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  width: 80% !important;

 }
 .star-rating span:before{
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
 }







/* category */
.category-title a {
  font-family: Poller One;
  font-weight: 400;
  font-size: 18px;
  line-height: 19.8px;
  letter-spacing: -3%;
  text-align: center;
  color: #36322F;
}
.category-img img {
  width: 103px;
  height: 103px;
  margin-bottom: 20px;
}
.category-content-box {
  padding: 0 60px;
}
.category-view-all a {
  font-family: Merienda;
  font-weight: 800;
  font-size: 16px;
  line-height: 22.72px;
  letter-spacing: 0%;
  text-align: center;
  color: #FF81B7;
}
#categories {
  padding: 150px 0;
    position: relative;
}
.categories-heading h6 {
  font-family: Merienda;
  font-weight: 800;
  font-size: 22px;
  line-height: 31.24px;
  letter-spacing: 0%;
  text-align: center;
  color: #FF81B7;
  margin-bottom: 0  ;
}
.categories-heading h2 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 42px;
  line-height: 46.2px;
  letter-spacing: -3%;
  text-align: center;
  color: #36322F;
}


.categories-heading{
  position: relative;
}
.categories-heading::after {
  content: "";
  background: #62C3E7;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -18px;
}
.categories-heading::before {
  content: "";
  width: 12px;
  height: 11px;
  background: #62C3E7;
  position: absolute;
  left: 0;
  bottom: -22px;
  right: 0;
  margin: auto;
  border: 2px solid #F8F8F8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5PX;
  z-index: 1;
}
#best-offer .product-title a:hover {
  color: #FF81B7;
}

.category-description p {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 20.25px;
  letter-spacing: 0%;
  text-align: center;
  color: #00000080;
  margin-bottom: 0;
  padding: 22px 20px;
}
.category-bg-svg svg {
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
  z-index: -1;
}
.category-bg-svg svg path {
  fill: #000;
  opacity: 0.1;
}

.category-content-box:hover svg path {
  fill: #7BD6F8;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
.category-content-box:hover .category-view-all a {
  background: #FF81B7;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
}

/* our blogs */
#our-blogs {
  padding: 80px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blogs-inner-box img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  height: 220px;
}
.blogs-headings h6 {
  font-family: Merienda;
  font-weight: 800;
  font-size: 22px;
  line-height: 31.24px;
  letter-spacing: 0%;
  text-align: center;
  color: #FF81B7;
  margin-bottom: 0;
}
.blogs-headings h2 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 42px;
  line-height: 46.2px;
  letter-spacing: -3%;
  text-align: center;
  color: #36322F;
}
.blogs-headings{
  position: relative;

}
.blogs-headings::after {
  content: "";
  background: #62C3E7;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -18px;
}
.blogs-headings::before {
  content: "";
  width: 12px;
  height: 11px;
  background: #62C3E7;
  position: absolute;
  left: 0;
  bottom: -22px;
  right: 0;
  margin: auto;
  border: 2px solid #F8F8F8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5PX;
  z-index: 1;
}

.blogs-button i {
  color: #36322F;
  font-size: 14px;
  padding-left: 14px;
}
.blog-contents-box:hover .blogs-button i {
  color: #fff;
}

.blog-title a {
  font-family: Poller One;
  font-weight: 400;
  font-size: 16px;
  line-height: 17.6px;
  letter-spacing: 0%;
  color: #36322F;
}
.blogs-content p {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #00000073;
}
.author-box img {
  width: 18px;
  height: 18px;
  border-radius: 50px;
}
.blog-date h6 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 14px;
  line-height: 17.6px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFF;
  margin-bottom: 0;
  padding-left: 10px;

}
.blog-date {
  background: #FF81B7;
  width: 200px;
  height: 48px;
  position: absolute;
  top: 98px;
  transform: rotate(-90deg);
  left: -39px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.blog-date i {
  color: #FFF;
  font-size: 14px;
}

#our-blogs .owl-nav {
  display: none;
}
.blog-contents-box {
  background: #FFFFFF;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0px 4px 40px 0px #00000014;
}
.blogs-button {
  border: 2px solid #62C3E7;
  width: 175px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin-bottom: 18px;
}
.blog-author-admin {
  display: flex;
  align-items: center;
  justify-content: left;
}
.blog-author-date {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-bottom: 16px;

}
.entry-comments {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #00000073;
  padding-left: 46px;
}
.blog-title {
  padding: 26px 0 12px;
}
.blogs-button a {
  font-family: Merienda;
  font-weight: 800;
  font-size: 14px;
  line-height: 15.4px;
  letter-spacing: 0%;
  text-align: center;
  color: #36322F;
}
span.author-name {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #00000073;
}

.blog-contents-box:hover {
  background: #FF81B7;
  transition: 0.6s ease-in-out;
}

.blog-contents-box:hover .blog-date{
  background: #62C3E7;
  top: 0;
  transition: 0.6s ease-in-out;
}
.blog-contents-box:hover .blog-title a{
  color: #fff;
}

.blog-contents-box:hover .blogs-content p{
  color: #fff;
}

.blog-contents-box:hover .blogs-button{
  background: #62C3E7;
}
.blog-contents-box:hover .blogs-button a{
  color: #fff;
}

.blog-contents-box:hover .entry-comments{
  color: #fff;
}

.blog-contents-box:hover .author-name{
  color: #fff;
}

#our-blogs .owl-item {
  margin: 88px 0;
}





/* testomonial */

#testimonial {
  background: #62C3E7;
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.clients-image img {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  object-fit: cover;
}
.testimonial-title a {
  font-family: Poller One;
  font-weight: 400;
  font-size: 18px;
  line-height: 19.8px;
  letter-spacing: -3%;
  text-align: center;
  color: #FFF;
}
.testimonial-content p {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 15px;
  line-height: 20.25px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFFE5;
  margin-bottom: 0;
}
.testimonial-title {
  text-align: center;
  padding-top: 8px;
}
.testimonial-title a:hover {
  color: #FF81B7;
  transition: 0.4s ease-in-out;
}
.items-testimonial {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-heading h6 {
  font-family: Merienda;
  font-weight: 800;
  font-size: 22px;
  line-height: 31.24px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFF;
  margin-bottom: 0;
}
.testimonial-heading h2 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 42px;
  line-height: 46.2px;
  letter-spacing: -3%;
  text-align: center;
  color: #FFF;
}


.testimonial-heading{
  position: relative;

}
.testimonial-heading::after {
  content: "";
  background: #FFFFFF;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -18px;
}
.testimonial-heading::before {
  content: "";
  width: 12px;
  height: 11px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: -22px;
  right: 0;
  margin: auto;
  border: 2px solid #62C3E7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5PX;
  z-index: 1;
}
.memories-content-box:hover{
  transform: translate(0px, -20px) !important;
  transition: 0.6s ease-in-out;
}
.see-more-products-btn a {
  font-family: Merienda;
  font-weight: 800;
  font-size: 15px;
  line-height: 16.5px;
  letter-spacing: 0%;
  text-align: center;
  background: #62C3E7;
  color: #fff;
  border-radius: 40px;
  padding: 20px 44px;
}
.best-offer-button:hover a {
  color: #36322F;
  transition: 0.4s ease-in-out;
}
.best-offer-button:hover i {
  color: #36322F;
  transition: 0.4s ease-in-out;
}
.see-more-products-btn a:hover {
  background: #FF81B7;
  color: #fff;
  transition: 0.4s ease-in;
}
.see-more-products-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 58px;
}
#testimonial .owl-dots .owl-dot {
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  margin: 5px;
  background: transparent;
  border-radius: 50%;
  background: #fff;
}

#testimonial .owl-dots .owl-dot.active {
  width: 32px;
  background: #FF81B7;
  border-radius: 10px;
  border: unset;
}

#testimonial .owl-dots {
  text-align: center;
  margin-top: 60px;
}

.testimonial-top-svg {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 100%;
}
.testimonial-bottom-svg {
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.testimonial-svg-path svg path {
  fill: #62C3E7;
}

.image-bg-svg svg {
  position: absolute;
  top: -62px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
#testimonial .owl-carousel .owl-item{
  margin: 60px 0;
}
.image-bg-svg svg path {
  fill: #fff;
  opacity: 0.6;
}
#testimonial .owl-item.active.center .image-bg-svg svg path {
  fill: #FF81B7;
  opacity: 1;
}
.testimonial-content-box {
  position: relative;
  padding: 0 30px;
}

#testimonial .owl-nav{
  display: none;
}
/* services */
#our-services {
  background: #62C3E7;
  position: relative;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.services-heading h6 {
  font-family: Merienda;
  font-weight: 800;
  font-size: 22px;
  line-height: 31.24px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFF;
  margin-bottom: 0;
}
.services-heading h2 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 42px;
  line-height: 46.2px;
  letter-spacing: -3%;
  text-align: center;
  color: #FFF;
}
.services-heading{
  position: relative;
}
.services-heading::after {
  content: "";
  background: #FFF;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -18px;
}
.services-heading::before {
  content: "";
  width: 12px;
  height: 11px;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: -22px;
  right: 0;
  margin: auto;
  border: 2px solid #62C3E7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5PX;
  z-index: 1;
}



.service-icon img{
  width: 66px;
  height: 66px;
}
.services-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}

.services-title a:hover {
  color: #FF81B7;
  transition: 0.4s ease-in-out;
}
.services-title a {
  font-family: Poller One;
  font-weight: 400;
  font-size: 18px;
  line-height: 19.8px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFF;
}
.services-image img {
  display: block !important;
  
}
.services-box:hover .services-content-box{
  background: unset;
  position: absolute;
  top: 0;
  z-index: 1;

}
.services-box:hover  {
  transform: translate(0px, -20px) !important;
  transition: 0.6s ease-in-out;
}
.services-box:hover .services-image img {
  display: block !important;
  
}



.services-image {
  position: relative;
  z-index: 1;
}
.services-image-overlay {
  background: #261A13;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  z-index: 0;
  border-radius: 20px;
}
/* .first-active .services-box {
  transform: translateY(-34px);
} */

#our-services .owl-carousel .owl-item {
  margin: 34px 0;
}
.services-content p {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -2%;
  text-align: center;
  color: #FFFFFFE5;
  padding: 18px;
  margin-bottom: 0;
}
#our-services .owl-nav {
  display: none;
}
.services-image img {
  height: 360px;
  width: 100%;
  border-radius: 20px;
  display: none !important;
}
.services-title {
  text-align: center;
}
.services-content-box {
  background: #7BD6F8;
  height: 360px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 24px;
}




/* Memories */
#our-memories {
  background: #FF81B7;
  padding: 80px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#our-memories .owl-nav {
  display: none;
}
.memories-content-box {
  background: #FFF;
  padding: 18px 16px;
  border-radius: 5px;
}

.memories-image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.memories-title a:hover {
  color: #FF81B7;
  transition: 0.4s ease-in-out;
}
.memories-title a {
  font-family: Poller One;
  font-weight: 400;
  font-size: 16px;
  line-height: 17.6px;
  letter-spacing: 0%;
  text-align: center;
  color: #36322F;
}
.memories-title {
  text-align: center;
  padding: 26px 0 10px;
}

.our-memories-heading h6 {
  font-family: Merienda;
  font-weight: 800;
  font-size: 22px;
  line-height: 31.24px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFF;
  margin-bottom: 0;
}
.our-memories-heading h2 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 42px;
  line-height: 46.2px;
  letter-spacing: -3%;
  text-align: center;
  color: #FFF;
}

.our-memories-heading{
  position: relative;
}
.our-memories-heading::after {
  content: "";
  background: #FFF;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -18px;
}
.our-memories-heading::before {
  content: "";
  width: 12px;
  height: 11px;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: -22px;
  right: 0;
  margin: auto;
  border: 2px solid #FF81B7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5PX;
  z-index: 1;
}







#our-memories .owl-carousel .owl-item{
  margin: 36px 0;
}
#our-memories .owl-item.active.unique-active:nth-child(odd) {
  animation: fadeIn 1s ease-in-out;
}

#our-memories .owl-item.active.unique-active:nth-child(even) {
  animation: bounceIn 1s ease-in-out;
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@keyframes bounceIn {
  from {
      transform: scale(0.8);
      opacity: 0;
  }
  50% {
      transform: scale(1.1);
  }
  to {
      transform: scale(1);
      opacity: 1;
  }
}



.memories-bottom-svg {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
}
.memories-top-svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}
.memories-svg-path svg path{
  fill: #fff;
}








/* our partners */
.our-partner-textbox {
  background: #FF83B6;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-partner-text h2 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 36px;
  line-height: 39.6px;
  letter-spacing: -3%;
  text-align: center;
  color: #FFF;
  margin-bottom: 0;
  opacity: 0.15;
}
#our-partners .owl-nav {
  display: none;
}
#our-partners .owl-item.active.center .our-partner-text h2{
  color: #FFF;
  opacity: 1;

}
#our-partner-logos {
  padding: 60px 0;
}
.partner-logos-images img {
  width: 100%;
  object-fit: scale-down;
}



/* faqs */
#faqs {
  padding: 60px 0;
  position: relative;
}

.faqs-video-view-button-flex:hover {
  background: #000;
  transition: 0.4s ease-out;
}
.faqs-video-view-button-flex:hover a {
  color: #fff;
  transition: 0.4s ease-out;
}
.faqs-video-view-button-flex:hover i{
  color: #fff;
  transition: 0.4s ease-out;
}

.faqs-video-view-button-flex {
  background: #00AAA1;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  border-radius: 8px;
}
.faqs-video-view-us-button a {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.79px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFF;
}
.faqs-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faqs-video-view-us-button i {
  color: #FFF;
  font-size: 16px;
  padding-left: 30px;
}
.faq-background-waves {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.faqs-heading h2 {
  color: #00AAA1;
  font-family: Just Another Hand;
  font-size: 50px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: var(--DisplayMediumTracking);
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}
.accordion-button{
  background-color: unset !important;
}
.accordion-item.show::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00AAA1;
  z-index: -1;
  border-radius: 15px;
}
.accordion-item{
  position: relative;
  z-index: 1;
}

.accordion-collapse
{
  position: relative;
}

.accordion-button {
  color: #000000 !important;
  font-family: Inter;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;


}
.panel-body p {
  color: #ffffff;
  margin-bottom: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 0;
}
.accordion-button:focus {
  border-color: unset !important;
  box-shadow: unset !important; 
}
.accordion-item {
  background: #FFFFFF !important;
  border: unset !important;
  box-shadow: 0px 4px 64px 0px #00000012;
  border-radius: 15px !important;
  margin-bottom: 20px;

}
.card-header {
  background-color: unset !important;
  border-bottom: unset !important;
}
.accordion-button:not(.collapsed) {
  background-color: unset !important;
  box-shadow: unset !important;
  color: #fff !important;

}
.accordion-button:not(.collapsed)p {
  color: #fff !important;

}


.accordion-button{
  padding: 14px 21px !important;
}
.accordion-button::after{
  background-image: none !important;
}
.accordion-button::after {
  background-image: none !important;
  content: " " !important;
  font-family: 'FontAwesome';
  right: 23px;
    background: unset;
  width: 4px !important;
  height: 19px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: unset;
  background: #00AAA1;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  border: unset;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;

}
.accordion-button:not(.collapsed) .collapse-button-right::after {
  content: "";
  border: unset;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  bottom: 0;
  top: 0;
  margin: auto;
  background: #fff;
}
.collapse-button-right::before {
  content: "";
  border: 0.5px solid #000000;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.accordion-button::before {
  content: "";
  width: 19px !important;
  height: 4px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: unset;
  background: #00AAA1;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  border: unset;
  position: absolute;
  right: 16px;
    top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.accordion-button{
  padding: 0 !important;
}
.accordion-header {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: left;
}
 .accordion-button:not(.collapsed)::after {
  transform: rotate(-270deg) !important;
  background: #00AAA1;
  background-image: none;
  background-image: none;
  border: unset;
}
/*------------------ Contact Page -----------------*/
.contact-page-details
{
  padding-bottom: 30px;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color:transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
    border: 1px solid #C9AF86;
  background-color: transparent;
  width: 100%;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  border: unset;
  background: #FFF;
  height: 48px;
  border-radius: 30px;
  width: 100%;
  padding: 24px;
  margin: 18px 0;
}
.contac_form p {
  margin-bottom: 0;
}
.contact-box .contac_form input[type="submit"]:hover{
  background: #010F1C !important;
  color: #fff !important;
  transition: 0.8s ease-in-out;
}
.contact-box a:hover {
  color: #000000  ;
}
.contact-box .contac_form input[type="submit"] {
  font-family: Merienda;
  font-weight: 800;
  font-size: 14px;
  line-height: 15.4px;
  letter-spacing: 0%;
  text-align: center;
  border: unset;
  background: #FF81B7;
  height: 48px;
  color: #FFF;
  padding: 10px 38px;
  border-radius: 30px;
  margin-top: 16px;
}
.contact-color-bg {
  background: #62C3E7;
  border-radius: 30px;
  padding: 60px;
  margin-bottom: 34px;
}

.c_content span {
  color: #FF81B7;
  font-family: Merienda;
  font-weight: 800;
  font-size: 14px;
  line-height: 15.4px;
  letter-spacing: 0%;
  text-align: center;
}
.contact-page-details a {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #00000073;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 20px;
  width: 100%; 
}
.contac_form h3 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 28px;
  line-height: 30.8px;
  letter-spacing: -3%;
  text-align: center;
  color: #FFF;
}

.contac_form label {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
div#single-teams {
  padding: 60px 0;
}

.contact-box .wpcf7 input[type="text"]::placeholder {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #57656C;
}
.contact-info .head{
  color:#000;
}
.contact-address, .contact-email, .contact-phone {
  margin: 7px 0;
}


.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  max-width: fit-content;
  background: #FF7F0B;
  padding: 8px 29px;
}
span.post-title {
  font-size: 18px;
  color: #000000 !important;
  padding-left: 14px
}
.contac_form textarea, .contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color: transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #cccccc;
  background-color: transparent;
  width: 100%;
  background: #fff;
  border: unset;
  border-radius: 15px;
  padding: 18px;
  height: 150px;
  margin: 18px 0;
}
.c_content {
  color: #ffffff;
}
.contact-page-details .contact-address
{
  text-align: center;
  border: none;
  padding: 11px;
  height: 200px;
  box-shadow: 0px 4px 24.7px 11px #00000008;
    border-radius: 15px;
  display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us-form input::placeholder {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 21.3px;
  letter-spacing: 0%;
  color: #000;
}
.contact-us-form textarea::placeholder {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 21.3px;
  letter-spacing: 0%;
  color: #000;
}
.wpcf7-form-control.wpcf7-textarea::placeholder {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 21.3px;
  letter-spacing: 0%;
  color: #000;
}
 .textwidget p {
  color: #B1A6A0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 25.92px;
  letter-spacing: 0%;
}
.contact-page-details .contact-email
{
  text-align: center;
  border: none;
  padding: 11px;
  height: 200px;
  box-shadow: 0px 4px 24.7px 11px #00000008;
    border-radius: 15px;
  display: flex;
    align-items: center;
    justify-content: center;


}
.contact-page-details .contact-phone
{
  text-align: center;
  border: none;
  padding: 11px;
  height: 200px;
  box-shadow: 0px 4px 24.7px 11px #00000008;
    border-radius: 15px;
  display: flex;
    align-items: center;
    justify-content: center;
}
.search-field {
  width: 80%;
  border: unset;
}
.contact-box .wpcf7 input[type="text"]::placeholder, .contact-box .wpcf7 input[type="email"]::placeholder {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 21.3px;
  letter-spacing: 0%;
  color: #000;
}
.contact-box {
  padding: 60px 0;
}
.contact-page-details .inner-cont i {
  color: #281B14;
  font-size: 25px;
  padding: 14px 0px;
}
.contac_form span.wpcf7-form-control-wrap input{
  margin: 0 6px 12px 0;
  border: 2px solid #cccccc;

}

/* newsletter */
.newsletter-outer-box {
  background: #62C3E7;
  border-radius: 30px;
  padding: 0 60px;
    margin-bottom: 34px;
}
.newsletter-headings h2 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 28px;
  line-height: 30.8px;
  letter-spacing: -3%;
  text-align: center;
  color: #FFF;
}

.newsletter-form input[type="text"] {
  border: unset;
  background: #FFF;
  height: 48px;
  border-radius: 30px;
  width: 76%;
  padding: 24px;
}
.newsletter-form input[type="text"]::placeholder {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 21.3px;
  letter-spacing: 0%;
  color: #000;
}
.newsletter-submit-button::after {
  content: "\f061";
  position: absolute;
  right: 30px;
  font-weight: 900;
  font-family: 'FontAwesome';
  color: #FFF;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.newsletter-form input[type="submit"] {
  font-family: Merienda;
  font-weight: 800;
  font-size: 14px;
  line-height: 15.4px;
  letter-spacing: 0%;
  text-align: center;
  border: unset;
  background: #FF81B7;
  height: 48px;
  color: #FFF;
  padding: 10px 60px 10px 30px;
    border-radius: 30px;
}
.newsletter-submit-button {
  position: absolute;
  top: 0;
  right: 0;
}

.newsletter-form .wpcf7 form .wpcf7-response-output {
  margin: 60px 0 0;
  text-align: center;
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 33px;
  letter-spacing: 0px;
  border: 2px solid #FF81B7 !important;
  color: #261A13;
}
.newsletter-right-images img {
  width: 100%;
  height: 100%;
}

#newsletter .newsletter-right-images {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: repeat(15, 18px);
  position: relative;
  z-index: 1;
}
#newsletter .newsletter-right-images .right-image-one {
  grid-column-start: 10;
  grid-column-end: 1;
  grid-row-start: 16;
  grid-row-end: 1;
  animation: shake 16s linear infinite;
}
#newsletter .newsletter-right-images .right-image-two {
  grid-column-start: 4;
  grid-column-end: 15;
  grid-row-start: 2;
  grid-row-end: 16;
  animation: shake 16s linear infinite;
  position: relative;
  z-index: -1;
}

/* Single products page*/
.woocommerce div.product .product_title{
  font-family: Merienda;
  font-weight: 800;
  font-size: 36px;
  line-height: 31.24px;
  letter-spacing: 0%;
  text-align: left;
  color: #271B14;
}
.woocommerce-product-details__short-description p {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 19.5px;
  letter-spacing: 0%;
  text-align: left;
  color: #00000073;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  font-family: Merienda;
  font-weight: 800;
  font-size: 16px;
  line-height: 17.6px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFF;
  background: #62C3E7;
  height: 61px;
  width: 228px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
.woocommerce-loop-product__title {
  font-family: Poller One;
  font-weight: 400;
  font-size: 16px;
  line-height: 17.6px;
  letter-spacing: 0%;
  text-align: center;
  color: #36322F;
}

.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 1em;
  font-family: Merienda;
  font-weight: 700;
  font-size: 13px;
  line-height: 14.3px;
  letter-spacing: 0%;
  text-align: center;
  color: #271B14;
  padding: 18px 30px;
  display: flex;
  border: 2px solid #FF81B7;
  align-items: center;
  border-radius: 48px;
  background: unset;
  justify-content: center;
}
.woocommerce .quantity .qty {
  width: 5.631em;
  text-align: center;
  height: 61px;
  border: 2px solid #FF81B7;
  font-family: Merienda;
  font-weight: 700;
  font-size: 13px;
  line-height: 14.3px;
  letter-spacing: 0%;
  text-align: center;
  color: #271B14;
  border-radius: 5px;
}
.woocommerce span.onsale{
  background-color: #34CCC4;
  font-family: Merienda;
  font-weight: 800;
  font-size: 15px;
  line-height: 15.4px;
  letter-spacing: 0%;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}
#tab-description p {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 19.5px;
  letter-spacing: 0%;
  text-align: left;
  color: #00000073;
}
.entry-title {
  font-family: Poller One;
  font-weight: 400;
  font-size: 24px;
  line-height: 17.6px;
  letter-spacing: 0%;
  text-align: center;
  color: #36322F;
}
.card {
  padding: 60px;
}
.middle-align {
  padding: 60px 0;
}

/* Single blogs page */
div#full-width-blog {
  padding: 60px 0;
}




/* single shop page*/

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb { 
  font-family: Poller One;
  font-weight: 400;
  font-size: 12px;
  line-height: 19.8px;
  letter-spacing: 0%;
  text-align: left;
  color: #36322F;
  padding: 32px 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
  color: #FF81B7;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: 500px !important;
  object-fit: fill;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: .5;
  margin: 0;
  height: 170px !important;
  padding: 10px;
  border: 2px solid #FF81B7;
  width: 96%;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price{
  font-family: Merienda;
  font-weight: 800;
  font-size: 18px;
  line-height: 25.56px;
  letter-spacing: 0%;
  color: #FF81B7;
}
.woocommerce-review-link {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 21.3px;
  letter-spacing: 0%;
  color: #00000099;
}
.woocommerce .woocommerce-product-rating .star-rating {
  padding: 12px;
}
.product_meta span {
  font-family: Merienda;
  font-weight: 800;
  font-size: 18px;
  line-height: 25.56px;
  letter-spacing: 0%;
  color: #FF81B7;
}
.product_meta span a {
  color: #261A13;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #958e09;
  font-family: Merienda;
  font-weight: 800;
  font-size: 18px;
  line-height: 25.56px;
  letter-spacing: 0%;
  color: #FF81B7;
  text-align: center;
}
.related.products h2 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 26px;
  line-height: 19.8px;
  letter-spacing: -3%;
  color: #36322F;
  padding: 10px 0 28px 0;
}
#tab-description h2 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 26px;
  line-height: 19.8px;
  letter-spacing: -3%;
  color: #36322F;
  padding: 18px 0;
}
.woocommerce #reviews #comments h2 {
  clear: none;
  font-family: Poller One;
  font-weight: 400;
  font-size: 26px;
  line-height: 19.8px;
  letter-spacing: -3%;
  color: #36322F;
  padding: 18px 0;
}

.woocommerce #review_form #respond .form-submit input {
  font-family: Merienda;
  font-weight: 800;
  font-size: 16px;
  line-height: 17.6px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFF;
  background: #62C3E7;
  height: 61px;
  width: 228px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}

.woocommerce #review_form #respond textarea::placeholder{
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 21.3px;
  letter-spacing: 0%;
  color: #000;
}
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 22px;
  height: 150px;
  border: 2px solid #FF81B7;
  border-radius: 16px;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  font-family: Merienda;
  font-weight: 800;
  font-size: 16px;
  line-height: 17.6px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFF;
  background: #62C3E7;
  height: 61px;
  width: 228px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: unset;
}


#shop .product-title a {
  font-family: Poller One;
  font-weight: 400;
  font-size: 18px;
  line-height: 19.8px;
  letter-spacing: 0%;
  text-align: center;
  color: #36322F;
}
#shop .product-details {
  padding: 30px;
}

.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
  font-family: Poller One;
  font-weight: 400;
  font-size: 18px;
  line-height: 19.8px;
  letter-spacing: 0%;
  text-align: center;
  color: #36322F;
}
#shop {
  padding: 60px 0 0;
}
.woocommerce nav.woocommerce-pagination ul li a{
  font-family: Merienda;
  font-weight: 700;
  font-size: 13px;
  line-height: 14.3px;
  letter-spacing: 0%;
  text-align: center;
  color: #271B14;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin-bottom: 42px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #FF81B7 !important;
  color: #FFF !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li a:hover{
  background: #FF81B7 !important;
  color: #FFF !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 1px solid #FF81B7;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul{
  border: unset;
}

/* services single page */
#singleService .nav-item {
  width: 100%;
  border: 2px solid #FF81B7;
  margin: 12px 0;
}

#singleService .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #34CCC4;
  width: 100%;
}
#singleService .nav-pills .nav-link{
  font-family: Merienda;
  font-weight: 700;
  font-size: 13px;
  line-height: 14.3px;
  letter-spacing: 0%;
  text-align: center;
  padding: 22px 0;
    color: #271B14;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
  border-radius: unset;

}
.single-srevice-title a {
  font-family: Poller One;
  font-weight: 400;
  font-size: 34px;
  line-height: 46.2px;
  letter-spacing: -3%;
  text-align: center;
  color: #36322F;
}
.service-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: 24px 0;
}
.service-image1 img {
  width: 100%;
  height: 400px;
  object-fit: fill;
  border-radius: 10px;
}
.service-image2 img {
  width: 100%;
  height: 400px;
  object-fit: fill;
  border-radius: 10px;
}
.service-para {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 21.3px;
  letter-spacing: 0%;
  color: #00000099;
}
.service-paragraph {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 21.3px;
  letter-spacing: 0%;
  color: #00000099;
}
.service-heading {
  font-family: Merienda;
  font-weight: 800;
  font-size: 22px;
  line-height: 31.24px;
  letter-spacing: 0%;
  text-align: left;
  color: #FF81B7;
  margin: 24px 0 10px;
}
#singleService {
  padding: 60px 0;
}

.services-bottom-svg {
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  z-index: 1;
}
.services-top-svg {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
}
.services-svg-path svg path{
  fill: #62C3E7;
}


/* single testimonial page */
#single-testimonial {
  padding: 60px 0;
}


/* single blog page */
.main-single-div {
  padding: 60px 0;
}
.content_boxes h1 {
  font-family: Poller One;
  font-weight: 400;
  font-size: 33px;
  line-height: 53.6px;
  letter-spacing: 0%;
  color: #36322F;
  padding: 15px 0;
}
.main-single-div textarea {
  resize: vertical;
  width: 100%;
  background: #fff;
  border: unset;
  border-radius: 15px;
  padding: 18px;
  height: 150px;
  margin: 18px 0;
  box-shadow: 0px 4px 40px 0px #00000014;
}

.main-single-div #submit {
  font-family: Merienda;
  font-weight: 800;
  font-size: 14px;
  line-height: 15.4px;
  letter-spacing: 0%;
  text-align: center;
  border: unset;
  background: #FF81B7;
  height: 48px;
  color: #FFF;
  padding: 10px 38px;
  border-radius: 30px;
}
.feature-box img {
  width: 100%;
  height: 100%;
}

#comment::placeholder{
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 21.3px;
  letter-spacing: 0%;
  color: #000;
}
#reply-title {
  font-family: Poller One;
  font-weight: 400;
  font-size: 26px;
  line-height: 35.6px;
  letter-spacing: 0%;
  color: #36322F;
}
.metabox span {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #00000073;
  padding: 0;
}
.metabox span a{
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #00000073;
}
.entry-date {
  padding: 0px 30px !important;
}
.single-post-content p {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #00000073;
  margin: 0;
  padding: 16px 0 0;
}
.comment-form-comment label{
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 24.3px;
  letter-spacing: 0%;
  color: #261A13;
}
.socila_share a i {
  color: #271B14;
  font-size: 16px;
  width: 40px;
  height: 40px;
  border: 2px solid #FF81B7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 12px;
}
.socila_share.col-md-12 {
  display: flex;
  align-items: center;
  justify-content: end;
}
.logged-in-as {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #00000073;
}

/* memories single page */
#single-memories {
  padding: 60px 0;
}
.memories-feature-box img {
  width: 100%;
}

.memories-para {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 19.5px;
  letter-spacing: 0%;
  text-align: left;
  color: #00000073;
  padding: 14px 0;
}
.single-memories-content p {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 19.5px;
  letter-spacing: 0%;
  text-align: left;
  color: #00000073;
  padding: 14px 0;
}
.single-memories-contents .memories-title {
  text-align: left;
}
.memories-image1 img {
  width: 100%;
  margin-top: 24px;
}
.memories-image2 img {
  width: 100%;
  margin-top: 24px;
}
.memories-image3 img {
  width: 100%;
  margin-top: 24px;
}