::selection {
    background: #ab052d;
    color: #FFFFFF;
    text-shadow: none;
}
::-moz-selection {
    background: #ab052d;
    color: #FFFFFF;
    text-shadow: none;
}
.w-ico i:before{
    color: #FFFFFF;
}
.pre-title:before {
    content: "";
    background-image: url(../../assets/img/pre-title.svg);
    width: 10px;
    height: 60px;
    position: absolute;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    top: -10px;
}.pre-title-v2:before {
    content: "";
    background-image: url(../../assets/img/pre-title-v2.svg);
    width: 10px;
    height: 55px;
    position: absolute;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    top: -10px;
}
.hero-sec-list path{
    fill: #691227;
}
.hp-yx-box{
    backdrop-filter: blur(3px);
}
    .scrolldown {
  --ecolor: #691227;
  --sizeX: 30px;
  --sizeY: 50px;
  position: relative;
  width: var(--sizeX);
  height: var(--sizeY);
  margin-left: var(sizeX / 2);
  border: calc(var(--sizeX) / 20) solid var(--ecolor);
  border-radius: 50px;
  box-sizing: border-box;
  margin-bottom: 16px;
  cursor: pointer;

}
.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: var(--ecolor);
  border-radius: 100%;
  animation: scrolldown-anim 2s infinite;
  box-sizing: border-box;
  box-shadow: 0px -5px 3px 1px #EF233C00;
}
@keyframes scrolldown-anim {
  0% {
    opacity: 0;
    height: 6px;
  }

  40% {
    opacity: 1;
    height: 10px;
  }

  80% {
    transform: translate(0, 20px);
    height: 10px;
    opacity: 0;
  }

  100% {
    height: 3px;
    opacity: 0;
  }
}
.chevrons {
  padding: 6px 0 0 0;
  margin-left: -3px;
  margin-top: 48px;
  width: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chevrondown {
  margin-top: -6px;
  position: relative;
  border: solid var(--ecolor);
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.chevrondown:nth-child(odd) {
  animation: pulse54012 500ms ease infinite alternate;
}
.chevrondown:nth-child(even) {
  animation: pulse54012 500ms ease infinite alternate 250ms;
}

@keyframes pulse54012 {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px){
    .scrolldown{
        scale: 0.7;
    }
}
.hp-about-counter-sec {
    box-shadow: 0px 32px 16px -24px #2B37421A;
}
.fade-eng-title {
    opacity: .3;
    mask: linear-gradient(#fff, transparent);
    -webkit-mask: linear-gradient(#fff, transparent);
    margin-bottom: -1.2rem !important;
}
.product-category-box:hover .product-cg-bg path{
    fill: #DBDBDB;
}
.product-category-box *{
    transition: all 0.3s linear;
}

.product-category-box p.elementor-image-box-description{
    display: none;
}
.product-category-box:hover p.elementor-image-box-description{
    display: block;
}
.product-category-box:hover .product-cg-bg:after{
    opacity: 1;
}
.product-cg-bg:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 5px;
    z-index: -1;
    background-color: #ab052d;
    border-radius: 5px 5px 0px 0px;
    transition: all 0.3s;
    opacity: 0;
    z-index: 1;
}
.animated-loop-grid .e-loop-item{
    transform-style: preserve-3d;
    perspective: 1000px;
}

.animated-loop-grid .e-loop-item:nth-of-type(5n+1) > div{
    animation-delay: 0;
}
.animated-loop-grid .e-loop-item:nth-of-type(5n+2) > div{
    animation-delay: .2s;
}
.animated-loop-grid .e-loop-item:nth-of-type(5n+3) > div{
    animation-delay: .4s;
}
.animated-loop-grid .e-loop-item:nth-of-type(5n+4) > div{
    animation-delay: .6s;
}
.animated-loop-grid .e-loop-item:nth-of-type(5n+5) > div{
    animation-delay: .8s;
}
.pre-title, .pre-title-v2 {
    padding-right: 20px;
}
.mp-img-cr .swiper-pagination{
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
}
.mp-img-cr span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 40px;
    border-radius: 50px;
}
.mp-img-cr .e-n-carousel.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events{
    padding: 0 !important;
}
.fidar-btn1 .elementor-button{
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
	 overflow: hidden !important;
}

.fidar-btn1 .elementor-button:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}

.fidar-btn1 .elementor-button::before, .fidar-btn1 .elementor-button::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    transform: translate(100%, -25%) translate3d(0, 0, 0);
}

.fidar-btn1 .elementor-button:hover::before, .fidar-btn1 .elementor-button:hover::after {
    opacity: 0.15;
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.fidar-btn1 .elementor-button:hover::before {
    transform: translate3d(50%, 0, 0) scale(0.9);
}

.fidar-btn1 .elementor-button:hover::after {
    transform: translate(50%, 0) scale(1.1);
}
.fidar-btn1 span.elementor-button-icon {
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.fidar-btn1 .elementor-button:hover span.elementor-button-icon {
    rotate: 40deg;
}
.fidar-fullcon-w {
    background-color: #00000000;
    background-image: url("../../assets/img/sep-subt-w.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px){
	.fidar-fullcon-w {
	background-position: top 12px center;
    background-size: 130% !important;
}
.future-ico-box.elementor-widget-icon-box.elementor-mobile-position-block-start .elementor-icon-box-wrapper {
    align-items: center !important;
    flex-direction: column !important;
    text-align: center;
}
.future-ico-box .elementor-icon-box-icon {
    order: inherit !important;
}
.future-ico-box p.elementor-icon-box-description{
    display: none;
}
.product-card-v1 .grid-title h3 {
	display: block !important;
    width: 95%;
	line-height: 1.3em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    direction: rtl;
}
.product-card-v1 span.elementor-button-text {
    display: none;
}

.product-card-v1 .button span.elementor-button-icon{
    font-size: 18px;
}
.sp-share-icon, .single-post-meta{
    margin: 0 auto;
}
.woocommerce-notices-wrapper {
    max-width: 1300px;
    inset-inline: 0 !important;
    margin: 0 10px;
}
.navigation-map-con{
    position: relative;
}
}
.hp-con-sep{
	top: 5rem;
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 0%, #f3f3f3 60%, #00000000 90%);
}
@media screen and (min-width: 1024px){
.hp-hero-section:before {
    background-image: url(../../assets/img/Pattern.svg);
    --background-overlay: '';
    background-position: top right;
    background-repeat: no-repeat;
    opacity: 0.8;
}
.hp-products-sec:before {
    background-image: url(../../assets/img/Pattern-2.svg);
    --background-overlay: '';
    background-position: top left;
    background-repeat: no-repeat;
    opacity: 0.8;
}
.contactus-heading .elementor-icon-box-content {
    display: flex;
    gap: 10px;
}
.contactus-heading{
    right: 5.5rem;
    top: 3px;
}
.post-grid {
    max-width: 248px !important;
}
.product-card-v1 {
    max-width: 253px !important;
}
.woocommerce-notices-wrapper {
    max-width: 1300px;
    inset-inline: 0 !important;
    margin: 0 auto;
}
}
.product-card-v1:after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 5px;
    z-index: -1;
    background-color: #ab052d;
    border-radius: 0px 0px 5px 5px;
    transition: all 0.3s;
    opacity: 0;
    z-index: 11;
}
.product-card-v1:hover:after{
    opacity: 1;
}
.product-card-v1{
     animation-duration: .7s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}
.product-card-v1 img, .single-product-img img {
mix-blend-mode: multiply;
}
.product-card-v1 .sep, .fade-sep{
    mask: linear-gradient(to right, transparent, white 5% 95%, transparent);
}
.product-card-v1 .price *{
    margin: 0 !important;
    padding: 0 !important;
}
.insta-cta-icon{
    animation: smoothBounce 3s infinite ease-in-out;
}
.insta-cta-link-ico .elementor-icon{
    box-shadow: 0 0 0 12px #fffff055;
}
.post-grid-img:after {
    content: "";
    background-image: url(../../assets/img/date-bg.svg);
    --background-overlay: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 65%;
    position: absolute;
    height: 18%;
    width: 100%;
    right: 0px;
    left: 0px;
    bottom: -2px;
}
.future-ico-box:hover .elementor-icon-box-icon {
    -webkit-mask: linear-gradient(-60deg,#000 30%,#0005,#000 50%) right / 300% 100%;
    mask: linear-gradient(-60deg,#000 30%,#0005,#000 50%) right / 300% 100%;
    background-repeat: no-repeat;
    animation: shimmer 2s infinite!important
}

@keyframes shimmer {
    0% {
        -webkit-mask-position: 140% 140%;
        mask-position: 140% 140%
    }

    100% {
        -webkit-mask-position: -20% -20%;
        mask-position: -20% -20%
    }
}
.post-grid:hover .elementor-button-icon{
    padding-right: 10px !important;
}
.future-ico-box i:before{
    color: #AB052D;
}
.post-grid:after{
        content: "";
    position: absolute;
    width: 85%;
    height: 2px;
    right: 20px;
    bottom: -1px;
    opacity: 0;
    transition: 0.3s ease-in-out;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #691227 50%, rgba(255, 255, 255, 0) 100%);
}
.post-grid:hover{
    -webkit-transform: translate(0, -9px) !important;
    transform: translate(0, -9px) !important;
    transition: all 0.3s ease !important;
}
.post-grid:hover:after{
    opacity: 1;
    transition: all 0.3s linear !important;
}
.post-grid:hover .post-grid-button a {
    background-color: #691227 !important;
}
.post-grid *{
    transition: all 0.3s linear !important;
}
 .read-more-text p:last-child{
    margin: 0;
}
 .read-more-text{
    max-height: 250px;
    overflow: hidden;
    mask: linear-gradient(0, transparent, white);
    transition: .4s cubic-bezier(.24,1.65,.71,.87);
}
 .read-more-text.active{
    max-height: 650px;
    mask:none;
}
 .read-more-btn{
    cursor: pointer;
}


a.dialog-close-button.dialog-lightbox-close-button:focus-visible {
    outline: none !important;
    border: none !important;
}
.post-grid .p-grid-title div{
    line-height: 1.2em;
	display: block !important;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    direction: rtl;
}
.navigation-map-con{
    backdrop-filter: blur(5px);
}
.f-icoo i:before{
    color: #AB052D;
}
.contactus-iner-con:after{
     content: "";
    width: 70%;
    position: absolute;
    background: #ab052d;
    bottom: -10px;
    height: 10px;
    margin: 0 auto;
    inset-inline: 0;
    border-radius: 0 0 15px 15px;
}
.pswp__bg {
    background: #000000a8 !important;
}