@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&display=swap');

/* ===globle css==== */
    

body {
    font-family: Nunito Sans !important;
    text-align: center;
    width: 23%;
    margin: 0 auto;
    background-color: #f7fafc !important;
}
.rounded {
    border-radius: 20px !important;
}
.cursor-pointer {
    cursor: pointer;
}
p {
    margin: 0;
    font-size: 14px;
}
.profile-details-section  {
    margin-top: -15px;
}
a {
    text-decoration: none;
}
h5 {
    font-size: 18px !important;
    font-weight: 700;
}
.rounded-1 {
    border-radius: 7px !important;
}
.box-style  {
    /* margin: 0px 15px; */
    z-index: 333;
    position: relative;
    
}


/* ===section css==== */


.images-section .images {
    display: grid;
    grid-template-columns: auto auto;
    padding-top: 20px;
    gap: 30px;
}
.pdfs {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 5px;
}
.address-btn {
    background-color: #000;
}
.btn-style {
    border: 2px solid #000;
    margin-bottom: 10px;
}
.btn-style:hover {
    background-color: #212529 !important;  
}
.btn-style:hover  a {
    color: #fff !important;
    transition: .3s ease;
}
.border-secondary {
    border-color: #EEEEEE !important;
}
.reverse-color:hover {
    border: 2px solid #000;
    background-color: transparent !important;
    transition: .3s ease;
   
}
.reverse-color:hover a {
    color: #000 !important;
}
@media screen and (max-width:1400px) {

    /* .container {
        padding: 0px !important;
    } */
}
@media screen and (max-width:1324px) {
    body {
        width: 35%;
        margin: 0 auto;
    }
  
}
@media screen and (max-width:991px) {
    body {
        width: 50%;
        margin: 0 auto;
    }
    .profile-details-section .row div {
        width: auto !important;
        margin: 0px 4px;
        padding: 0 !important;
    }
    /* .box-style {
        width: 80%;
        margin: 0 auto;
    } */

}

@media screen and (max-width:767px) {
    
    body {
        width: 100%;
        margin: 0 auto;
    }
    /* .box-style {
        margin: 0px auto;
        width: 68%;
    } */
}
@media screen and (max-width:520px) {
    /* .box-style {
        margin: 0px auto;
        width: 80%;
    }    */
}
@media screen and (max-width:460px) {
    .top-section img
     {
        width: 100%;
    }
    .portfolio-inner img {
        width: 90%;
    }
    .box-style {
        margin: 0px auto;
        width: auto;
    } 
    .top-section {
        padding: 0px !important;
    }
    .row>* {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .profile-details-section .row div {
        margin: 0px 2px;
    }
}   
@media screen and (max-width:381px) {
    .fs-6 {
        font-size: 14px !important;
    }
    p {
        font-size: 10px;
    }
    h5 {
        font-size: 15px !important;
    }
}


/* custom css */

.new-head {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.profile-details-intro.text-start h5 {
    margin-bottom: 3px;
}

.view-shop-btn a {
    background: #027fff;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.view-shop-btn {
    margin: 0 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.shop-page-head h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 122%;
    text-align: center;
    color: #000;
    margin: 0;
}

.shop-page-head {
    display: flex;
    align-items: center;
    gap: 86px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;   
    width: 375px;
    margin: 0 auto;
    background: #f0f4f8;
    padding: 12px;
    z-index: 99;
}

.shop-page-main {
    background: #f0f4f8;
    margin: 0 -17px;
    padding: 15px 15px 13px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 0;
}

.shop-card-text h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 169%;
    letter-spacing: 0.01em;
    color: #000;
    margin: 0;
    background: #fff;
    padding: 15px 10px 6px 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: -8px;
    line-height: unset !important;
}

.catelog-main {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
    padding: 0 17px 0 17px;
    height: 100%;
    min-height: 100vh;
    position: relative;
    background: #f0f4f8;
}

.catelog-buy-btn {
    margin: 0 17px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 62px;
    /*background: #f0f4f8;*/
    width: 375px;
    margin: 0 auto;
    padding: 15px 15px 15px 15px;
    z-index: 999;
}

.shop-img img {
    border-radius: 15px;
    width: 100%;
}

.shop-grid .row {
    row-gap: 20px;
}

.hero-img img {
    border-radius: 0 0 25px 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catelog-detils-text {
    text-align: start;
    /*padding: 0 17px;*/
}

.catelog-detils-text h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 112%;
    color: #000;
    margin: 20px 0 8px 0;
}

.catelog-detils-text h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    color: #000;
}

.catelog-dess {
    border-radius: 20px;
    background: #fff;
    /*margin: 12px 17px 165px 17px;*/
    padding: 16px;
    text-align: start;
    overflow-wrap: break-word; /* Handles long text and URLs */
    word-wrap: break-word; /* Compatibility for older browsers */
    word-break: break-word; /* Ensures text breaks correctly */
    overflow: hidden;
}

.catelog-dess h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #111;
    margin-bottom: 11px;
}

.catelog-dess p {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    letter-spacing: 0.01em;
    color: #171725;
}

.catelog-buy-btn a {
    font-weight: 800;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 10px;
    width: 100%;
    display: block;
    padding: 14px;
}

.shop-page-main.cate-deta {
    padding: 0;
    padding-bottom: 20px;
}

.shop-page-head.cate-details-head {
    gap: 60px;
}

body.bg-light.home-main {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
}

.profile-details-intro.text-start h5 {
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 80%;
    color: #111;
}

img.banner-img.img-fluid.p-0 {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    min-height:658px;
    width: 100%;
}
.shop-img {
    position: relative;
    padding-top: 100%;
    width: 100%;
    background: #fff;
    border-radius: 15px;
}

.shop-img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.privacy-main {
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px;
} 

.privacy-main h6 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 10px 0;
}

.catelog-main.privacy-main {
    background: #F0F4F8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.privacy-main p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}


.footer-text p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.footer-text p a {
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}

.footer-text.main-page-foot {
    position: unset;
}

.footer-text-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #333333;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 12px 45px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 375px;
    margin: 0 auto;
}

.footer-text {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.py-3.rounded.border.border-secondary p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*.contact-section.pb-2.mt-3.box-style {*/
/*    margin-bottom: 65px !important;*/
/*}*/

.hero-img {
    position: relative;
    padding-top: 83%;
    width: 100%;
}

.shop-grid {
    margin-top: 55px;
}

a.address-btn {
    font-size: 12px !important;
}

.portfolio-img img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-img {
    position: relative;
    padding-top: 100%;
    width: 100%;
}

.port-sec-row .col.px-0 {
    padding: 0 5px !important;
}

.port-sec-row {
    row-gap: 10px;
}

.icon.cursor-pointer.py-2.col-2 {
    padding: 10px !important;
}

.payment-ico img {
    width: 37px;
    height: 37px;
}

.payment-link-box .d-flex.gap-2 {
    gap: 20px !important;
}

.pdfs .py-3.rounded.border.border-secondary {
    padding: 12px 8px !important;
    border-radius: 10px !important;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

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

/*.magnific-img img {*/
/*  width: 100%;*/
/*  height: auto;*/
/*  border-radius: 10px;*/
/*}*/

.magnific-img {
    flex: 0 0 33.33%;
    max-width: 33%;
    padding: 0 5px;
    border-radius: 10px;
}
a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
  border-right: none !important;
}
.mfp-arrow-right:before {
  border-left: none !important;
}
button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: center;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

section.img-gallery-magnific {
    /*padding: 0 20px;*/
    display: flex;
    align-items: center;
    margin: 0 -5px;
    flex-wrap: wrap;
    row-gap: 10px;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}


@media(max-width: 460px){
    .shop-grid .row>* {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}
.cursor-pointer a img {
    border-radius: 50%;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,50px);
}
.modal-dialog {
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
      
} 

.modal.show .modal-dialog {
    transform: none;
}

.modal-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  
}

.modal-sm {
       max-width: 380px;
    width: 380px;
    margin: 0 auto;
}

.modal-header {
    justify-content: center;
}

.modal-header h5 {
    color: #000;
    font-size: 17px !important;
}

.modal-header {
    justify-content: center;
    border: none;
}

.custom-modal-deta input, .custom-modal-deta select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dfe1ee;
    font-size: 15px;
    outline: none;
    padding-bottom: 5px;
}

.mob {
    display: flex;
    align-items: end;
}

.custom-modal-deta .row {
    row-gap: 30px;
}

.custom-modal-deta select {
    /*width: 50px;*/
    width: 150px;
}

.fild-dynamic a {
    color: #000;
    display: block;
    margin: 30px 0;
    font-size: 15px;
    font-weight: 600;
}

.fild-dynamic {
    margin-bottom: 25px;
}

.fild-dynamic.active .d-none {
    display: block !important;
}

.fild-dynamic a svg {
    width: 20px;
    height: 20px;
}

.sub-btn button {
    width: 100%;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #006dff;
    border-radius: 8px;
    padding: 13px;
}

.modal-footer-deta p, .modal-footer-deta a {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 500;
}

.modal-footer-deta {
    margin-top: 20px;
}

.modal-footer-deta h6 {
    margin: 15px 0 0 0;
    font-size: 13px;
    color: #959595;
}

.modal-content {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

@media(max-width: 460px){
    .custom-modal-deta {
        padding: 0 15px;
    }
    
    .modal-backdrop {
        width: 100%;
        height: 100%;
    }
}

/*update css*/
.profile-main {
    padding-bottom: 65px;
}

.comm-space {
    margin: 10px 0;
}

.btn-width {
    margin-left: 15px;
    margin-right: 15px;
}

.catelog-detils-page .magnific-img {
    padding: 0;
}

.back-deta {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
}

.catelog-dess.address-title {
    padding: 0;
    border-radius: 0;
    background: transparent;
    overflow: unset;
    word-wrap: unset;
    word-break: unset;
}

.location.location-detail a {
    display: flex;
    align-items: center;
    gap: 10px;
    
}

.location.location-detail.attachment-deta a{
    margin: 12px 0;
}

.blog-detils-main {
    padding-bottom: 110px;
}

.back-deta img,.shop-page-head img {
    width: 35px;
}

.btn-padd {
    padding: 9px !important;
    border-radius: 12px !important;
}