.logo{
  width:140px;
}
.home-bg {
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.home-bg .home-prolens {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-bg .container {
    position: relative;
    z-index: 2;
}

.home-bg .overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element 

@media (pointer: coarse) and (hover: none) {
    .home-bg {
        background-image: url(/assets/homebg.gif);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .home-bg video {
        display: none;
    }
}*/

.glassy{
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.6px);
    -webkit-backdrop-filter: blur(4.6px);
    border: 1px solid rgba(233, 233, 233, 0.19);
}

.sticky-on .navbar-nav .text-white{
    color: black !important;
}

/* before after slider */

.before-after-main {
    display: grid;
    place-items: center;
    min-height: 20vh;
}

.before-after-main img {
    display: block;
    max-width: 100%;
}

.before-after {
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    --position: 80%;
}


.before-after .slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.before-after .image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  filter: grayscale(50%)
}

.before-after .slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}

.before-after .slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.before-after .slider-line {
  position: absolute;
  inset: 0;
  width: .2rem;
  height: 100%;
  background-color: #fff;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.before-after .slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: .5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* z-index: 100; */
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}

.search input{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
.search button{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.drop-img{
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.sticky-on .logo-mobile{
  display:none !important;
}
.info{
  border-radius: 0.5rem;
}
.slider-img{
  width:254px;
  height: 150px;
  object-fit: cover;
}
.home-category{
  border-color: #fff;
  border-style: solid;
  border-width: 5px;
}
.gallery-home-img{
  width: 320px;
  height: 320px;
  object-fit: cover;
}
.btn-search{
  background-color: lightgray;
}
.btn-search:hover{
  background-color: black;
  color: white;
}
.product-img{
  width: 100%;
  aspect-ratio: 1/1;
  height:fit-content;
  object-fit: cover;
}
.product-bottom-img{
  width: 100%;
  aspect-ratio: 1/1;
  height:
  fit-content;
  object-fit: cover;
}
.variation-img{
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-color: #000;
  border-style: solid;
  border-width: 1px;

}
.lh-100{
  line-height: 100px;
}
.home-text-big{
  font-size: 50px;
}
.home-text-biger{
  font-size: 100px;
}
.price-calc-image{
  width: 100%;
  height: 525px;
  object-fit: cover;
}
.product-side-img{
  width: 55px;
  height: 55px;
  object-fit: cover;
}
.footer-nav p{
  font-size: x-small;
}
.footer-nav{
  margin-left: auto;
  margin-right: auto;
}
.cart-icon{
  font-size: larger;
}
.fixed-bottom{
  border-top: 0.1rem solid lightgray;
}
.border-bottom-light-gray{
  border-bottom: 0.1rem solid lightgray;
}
.single-portfolio-area .overlay-content{
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.product-img-slider{
  width:100%;
  aspect-ratio: 1/1;
  height:
  fit-content;
  object-fit: cover;
}
.footer-area{
  border-top: 0.1rem solid lightgray !important;
}
.category-img{
  width:100%;
  aspect-ratio: 1/1;
  height:fit-content;
  object-fit:cover;
}
.category-btn{
  font-size: small;
}
.dropdown-menu li i{
  color: white;
}
.font-xl{
  font-size: large;
}
.btn-outline-secondary:hover{
  background-color: lightgray;
  color: black;
}
.btn-outline-secondary:focus{
  background-color: lightgray;
  color: black;
  border-color: black;
}
.breadcrumb-mobile{
  top: -7vh!important;
}
.drop-img{
  width:100%;
  aspect-ratio: 1/1;
  height:fit-content;
  object-fit:cover;
}
.dropdown-divider{
  color:white;
}
.megamenu{
  border-top: 0.1rem solid lightgray;
  height: 100%;
}
.project-img{
  width:100%;
  aspect-ratio: 1/1;
  height:
  fit-content;
  object-fit:cover;
}
.sub_btn{
  font-weight: 300;
}
.about-icon{
  font-size: xx-large;
}

/* The actual timeline (the vertical ruler) */
.steps {
  position: relative;
  max-width: 1200px;
}

/* The actual timeline (the vertical ruler) */
.steps::after {
  z-index: 0;
  content: '';
  position: absolute;
  width: 6px;
  background-color: gray;
  top: 8px;
  bottom: 43px;
  left: 32px;
}
.single-work-step{
  z-index: 1;
  position: relative;
}
.cart_remove{
  font-size: xx-large;
}
.dropdown-menu-light .dropdown-item label i{
  color: black !important;
}
.selected_sub_btn{
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: red;
}
.selected_sub_btn:focus{
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-color: red !important;
}
.prolens{
  height: 50vh;
  border-radius: 1rem;
}
.prolens canvas{
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  border-radius: 1rem;
  object-fit: cover;
}
.search-results{
  border: 0.1rem solid lightgray;
  top: 60px;
  width: 100%;
  position: absolute;
}
.search-img{
  width: 60px;
  aspect-ratio: 1/1;
  height:
  fit-content;
  object-fit:
  cover;
}
.w-15px{
  width:15px;
}
.font-s{
  font-size: small;
}
.font-xs{
  font-size: small;
}
.load-more{
  color:black !important;
}
.loading-more{
  color:black !important;
}
.filter_btn{
  font-size: x-small;
}
.home-text-small{
  font-weight: lighter;
}
.obf-300{
  width: 300px;
  height: 300px;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.fs-6 a{
  font-size: x-small !important;
}
.footerText *{
  color: white !important;
}