/**
* Template Name: Sailor
* Template URL: https://bootstrapmade.com/sailor-free-bootstrap-theme/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  line-height: 30px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #d9232d;
}

a:hover {
  color: #e24d55;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #d9232d;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #e1444d;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: transparent;
  top: 0;
  transition: all 1s;
  z-index: 997;
  padding: 10px 0;
  width: 100%;
  position: sticky;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  /* background: #d9232d !important; */
  background: linear-gradient(90deg, #a7a8a4 0%, #a58b78 100%) !important;
}

#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#header .logo a {
  color: #556270;
}

/* #header .logo img {
  max-height: 40px;
} */

/*Image Hover */
.zoom {
  /*padding: 50px;
  background-color: green;*/
  transition: transform .2s; 
  margin-top: -7%
  /*width: 200px;
  height: 200px;
  margin: 0 auto;*/
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/*Image Hover */
.zoom-product {
  /*padding: 50px;
  background-color: green;*/
  transition: transform .3s; 
  width: 350px;
  height: 300px;
  margin: 0 auto;
}

/*Image Hover */
.zoom-product1 {
  /*padding: 50px;
  background-color: green;*/
  transition: transform .3s; 
  /* width: 300px;
  height: 300px; */
  margin: 0 auto;
}

.zoom-product img {
  height: 100%;
}

/*Image Hover */
.zoom-product2 {
  /*padding: 50px;
  background-color: green;*/
  transition: transform .3s; 
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.zoom-product2 img {
  height: 100%;
}

.zoom-product1 img {
  height: 100%;
}

.zoom-product:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom-product1:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.img-hor-vert:hover {
  transform: scaleX(-1) scale(1.1) !important; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/*Feature cards*/
#feature-card0 {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
}

#feature-card {
  transition: transform .2s; 
}
#feature-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  transform: scale(1.1);
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active-acc, .accordion:hover {
  background-color: #ccc;
}
