@media only screen and (min-width: 992px) {

  .swiper-pagination-bullet {
      width: 25px;
      height: 25px;
      line-height: 25px;
    }
    .text-painting-styles{
  font-size: 1.1rem;
}

    .image-wrapper:hover img {
  transform: scale(1.05);
}

.hover-icon {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.image-wrapper:hover .hover-icon {
  opacity: 1;
}

  .swiper-product {
      width: 100%;
      height: 600px;
    }

  .swiper-product img {
      height: 500px;
    }

  .swiper-height{
    height: 100vh;
  }
  .navbar-brand img{
    width: 50px;
  }
    
.main-btn{
	font-size: 1.7rem;
}
/*.navbar {
    height: 85px;
}*/
.text-in-h1{
  font-size: 1.4rem; 
  top: -10px;display: 
  inline-block;
  position: relative;
}

.img-primary{
  width: 90%;
}

.logo_in_card{
	width: 150px;
}

.margin-nav{
  top:15px !important;
  position: relative;

}

.bgprimary1{
    padding-bottom: 27px;
}

.offcanvas-custom-height{
  height: 300px;
}
    
}



@media only screen and (min-width: 1239px) {
  .swiper-height{
    height: calc(100vh - 84px);
    margin-top: 84px;
  }

  }







@media only screen and (min-width: 600px){

	.svg-main-page{
  width:100%;
  margin-left: 0;
}
      
}










  
  






