/* Reset some default browser styles */
 /* @import url('https://fonts.googleapis.com/css2?family=Arimo&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap');*/
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');
  :root {
    --primary-color: #F5001E;
    --secondary-color: #FE4251;
    --btn-color: #FD4251;
    --option-color: #FF9DA3;
    --bg-color: #FFD7DB;
    --white: #fff;
    --font-family: 'Montserrat', sans-serif;
  }

  body, h1, h2, h3, p, ul, ol, li, figure, figcaption {
    margin: 0;
    padding: 0;
  }
  
  /* Set a basic font stack */
  body {
    font-family: var(--font-family);
  }
  h1, h2, h3 {
    font-weight: bold;
  }
  
  h1 {
    font-size: 34px;
  }
  
  h2 {
    font-size: 28px;
  }
  
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 22px;
  }
  a {
    color: #000;
    text-decoration: none;
  }
  
  a:hover {
    color: #000;
    text-decoration: none;
  }
hr{
  margin: .5rem 0;
}
  i{
    margin: 0;
  }
  small{
    font-weight: 600;
    font-size: 13px;
  }
.active{
    color: var(--primary-color);
}


/* add some common css here*/
  .heading{
    padding: 0 0 40px 0;
  }
  .common_Section{
    padding: 35px 0;
    }
    .heading small{
        font-weight: 600;
    }

    .heading h1{
        font-size: 34px;
    }
    .heading h1 span{
        color:var(--primary-color);
    }
    .heading h2{
        font-size: 26px;
        padding: 15px 0 0 0;
        color: #000;
        font-weight: 500;
        font-family: 'Montserrat';
    }
    .heading span{
        color: var(--primary-color);
    }
    .heading p{
        font-size: 15px;
    }
/* end some common css here*/

/* other common css setting of all page */

/* sub banner  */
.service_banner{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    width: 100%;
}
.overlay1{
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    height: 60vh;
    width: 100%;
    opacity: 0.5;
}

.start_sec{
  margin-top: 60px;
  background-image: url(../image/service/Group1484.png);
  background-size: cover;
  background-position: center;
  height: 350px;
  width: 100%;
  position: relative;
}
.start_row{
  align-items: center;
  height: 100%;
  color: #fff;
}

.get_start{
  background: #fff;
  padding: 7px 30px;
  font-size: 18px;
  font-weight: 500;
  color: #ee182b;
}
.get_start:hover{
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
      margin-top: 20px;
}
.filter_list{
  border-bottom: 1px solid lightgray;
}
.first_filter{
  border-right: 1px solid lightgray;
}
.first_filter h5{
  font-weight: 600;
  padding-top: 10px;
font-size: 16px;
}
.first_filter p{
  padding: 15px 0;
  font-size: 14px;
}
.first_filter div{
  padding: 2px 0;
}

.cat_lists label{
  font-size: 14px;
  padding: 5px 0;
}

.cat_lists{
  overflow-y: auto;
  height: 280px;
}

.cat_lists::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: lightgray; /* Change the color on hover */
}

.btn-clear{
  color: #000;
  font-weight: 600;
  font-size: 15px;
  background: #EAEBED;
  border-radius: 25px;
  padding: 8px 21px;
}

.btn-submit{
  color: #fff;
  font-weight: 600;
  background: red;
  border-radius: 25px;
  font-size: 15px;
  padding: 8px 21px;
  margin-left: 17px;
}
/* insta banner  */

.insta_jumbo {
    margin-top: 40px;
    background-image: url('../image/blog/insta_bg.png');
    background-size: cover;
    background-position: center;
    height: 279px;
    width: 100%;
    position: relative;
    padding: 0;
    border-radius: 20px;
}
.elevate_row {
    align-items: center;
    height: 100%;
}
.folow_para {
    font-weight: 300;
    margin-bottom: 8px;
    letter-spacing: 3px;
}
.folow_para1 {
    font-size: 22px;
    letter-spacing: 3px;
}
.insta_jumbo h6 {
    font-weight: 600;
    font-size: 24px;
}
.btn-insta {
    color: var(--primary-color);
    background: var(--white);
    padding: 6px 38px;
    margin: 10px 0;
}

.btn-insta:hover{
    color: var(--primary-color);
    background: transparent;
    border: 1px solid var(--primary-color);   
}

/* follow us  */
.follow_section img{
    height: 95px;
}

/* vendor section  */
.filter_div{
  display: flex;
  justify-content: center;
  position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    padding: 0 45px;
}

.filter_button{
  border: none;
  padding: 7px 12px;
  border-radius: 25px;
  font-size: 14px;
  background-color: #ED404C;
  cursor: pointer;
  margin: 0 15px;

}

.filter_button p{
  color: #fff;
  font-weight: 600;
}
.filter_button p i{
  margin: 0 0 0 10px;
    font-size: 22px;
    color: #fff;
    margin: 0 5px;
    padding: 0 2px;
}

.filter_button select{
  border: none !important;
  font-weight: 600;
  height: 100%;
}

.filter_button select:focus-visible{
  border: none !important;
}

.top_header{
  display: flex;
  width: 60%;
  margin: auto;
  justify-content: space-between;
  padding: 20px 0;
}

.top_header select{
  border: 1px solid lightgray;
    /* box-shadow: 0 0 15px 1px rgba(0,0,0,0.4); */
    border-radius: 15px;
    padding: 5px 15px;
}
#popupContainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  height: auto;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
  transform: translateY(-100%);
  border-bottom: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.2);
  max-height: 500px;
  height: 100%;
}

#popupContent {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

#popupContainer button {
  cursor: pointer;
}

#closePopup {
  margin-top: 20px;
}
/* end other common css setting of all page */
.owl-nav {
    font-size: 40px;
}
.owl-nav button{
    position: absolute;
    top: 27%;
    color: #000;
    margin: 0;
    transition: all 0.3s ease-in-out;
    border: 1px solid lightgray;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
  }
  .owl-nav button span{
    padding: 0 3px;
  }
  .owl-nav button.owl-prev {
    left: -4%;
  }
  .owl-nav button.owl-next {
    right: -4%;
  }
  .owl-nav button:focus{
    border: none;
  }



.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
   /* height: 100%;*/
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    bottom: -45px;
    width: 100%;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: black;
    border: 0;
    outline: 0;
    background: 0 0;

}
.slick-dots, .slick-next, .slick-prev {
    position: absolute;
    display: block;
    padding: 0;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #FF142A;
}


.slick-dots li button:before {
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•'!important;
    text-align: center;
    opacity: .25;
    color: #000;
}

/* gallery category  */
.gallery_cat .card .card-body{
    padding: 0.5rem 0 1rem 0;
    height: 58px;
    align-items: center;
    display: flex;
    margin: auto;
  }
  .gallery_cat .card .card-body h4{
    font-size: 14px;
  }
.page-item.active .page-link {
    z-index: 1;
    color: var(--white);
    background-color: #FC3465;
    border-color: #FC3465;
}

.page-link {
    color: #FC3465;
}

.couple_div{
    height: 200px;
    border: 2px solid #C5212C;
    margin-top: 70px;
    border-radius: 15px;
    position: relative;
}

.reach_img{
    /* position: absolute;
    bottom: 0px;
    top: 15%; */
    margin-top: 52px;
}

.reach_content{
    position: absolute;
    left: 0;
    right: 0;
    top: -53px;
    background: var(--white);
}

.reach_content h2{
    font-weight: 600;
}
.reach_content h2 span{
    color: var(--primary-color);
}

.reach_btn{
    color: var(--white);
    background: var(--primary-color);
    margin-top: 25px;
    padding: 8px 29px;
}

.reach_btn:hover{
    color: var(--primary-color);
    background: transparent;
    border: 1px solid var(--primary-color);
}
.couple_container{
    margin-top: 145px;
}
.epic_points {
    list-style: none;
    margin: 30px 0;
  }
  
  .epic_points li::before {
    content: "\2022";
    color: red;
    font-weight: bolder;
    display: inline-block;
    width: 1em;
    font-size: 20px;
    margin-left: -1em;
  }

  ul li{
    list-style: none;
  }

  .fa-star{
    color: #FFC400;
  }

  .fa-map-marker{
    font-size: 17px;
    font-weight: 500;
    color: #000;
  }

  .breadcrumb{
    background: transparent;
  }

  .breadcrumb a{
    color: #000;
  }

  /* Gallery Css  */
  .view_more{
    margin: 35px auto auto auto;;
    background: #FD4251;
  }
  .gallery_slider_sec  .heading h2{
    color: var(--primary-color);
  }
  .view_more_btn{
    color: var(--white);
    padding: 5px 30px;
  }

  .view_more:hover{
    background: transparent;
    border: 1px solid #FD4251;
}
.view_more:hover .view_more_btn{
      color:#FD4251
  }
  .similar_pic .card {
    border: none;
  }
  .similar_pic .card h4{
    margin: 20px 0;
  }

  .similar_pic .card p{
    font-size: 14px;
    padding-top: 22px;
  }
  .gallery_cat h4{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
  }
  .related_vendor .heading span{
    font-size: 34px !important;
  }
  .gallery_sec .card{
    cursor: pointer;
}

.gallery_sec .card:hover{
      color: var(--primary-color);
  }

  .gvendor_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .view_all_btn{
    color: red;
    font-weight: 900;
    font-size: 19px;
    border: 1px solid lightgray;
    padding: 10px 30px;
  }

  .follow_section .heading img{
    height: 25px;
  }
  
  
  .ribbon1 h6{
          font-size: 18px;
          font-family: 'Montserrat';
          text-align:center;
          margin-top: -4px;
          font-weight: 600;
          color:white;

  }
  
  
  
   .mobile-epic-know-more{
         text-align: center;
         margin-top: 20px; 
         display: none;
    }   

    .mobile-epic-know-more a{
        color: #fff;
        text-decoration: underline;
    }
    
    
