/* Basic */
html,
body {
  margin: 0;
  padding: 0;
}

/* Styling for xzoom and placement */
.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
}

/* --------------- */
/* xZoom Styles below */
.xzoom-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}

.xzoom,
.xzoom2,
.xzoom3,
.xzoom4,
.xzoom5 {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}

/* Thumbs */
.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 5px;
  margin-bottom: 10px;
}

.xzoom-source {
  display: block;
  position: static;
  float: none;
  clear: both;
}

.xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
  overflow: hidden;
}

/* Everything out of border is hidden */
/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  cursor: zoom-in;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: 0.7;
  background: url(../images/xloading.gif) center no-repeat;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
}

/* Additional class that applied to thumb when it is active */
.xactive {
  box-shadow: 0px 0px 3px 0px #4aa9d2;
  border: 1px solid #4aaad2;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}

@media (max-width: 500px) {
  img.xzoom {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .xzoom-thumbs .xzoom-gallery {
    width: 20%;
    max-width: 50px;
  }
}




.imgbgchk:checked+label>.tick_container {
  opacity: 1;
}

/*         aNIMATION */
.imgbgchk:checked+label>img {
  transform: scale(1.25);
  opacity: 0.3;
  border-radius: 8px;
  overflow: hidden;
}

.tick_container {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  text-align: center;
}

.tick {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 4px 8px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
}

.colour_detail h5 {
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
}

.colour_detail .c_name {
  font-weight: 600;
  color: #333333;
}

.colour_detail .colour_img {
  position: relative;
  overflow: hidden;
}

.colour_detail .colour_img img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.colour_img label {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}

.imgbgchk:checked+label>.tick_container {
  opacity: 1;
}

/*         aNIMATION */
.imgbgchk:checked+label>img {
  transform: scale(1.25);
  opacity: 0.3;
  border-radius: 8px;
  overflow: hidden;
}
.colour_img img {
  height: 85px;
  width: 100%;
  cursor: pointer;
  transition: transform 1s;
  -o-object-fit: cover;
  object-fit: cover;
}

.title-h2 {
  font-family: var(--CrimsonText) !important;
  font-weight: 400;
  color: #454545;
  letter-spacing: 2px;
  font-size: 2rem;
}

.about-us-section-five h2::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 90px;
  height: 2px;
  background-color: #2d2d34;
}
.about-us-section-two .title::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 90px;
  height: 2px;
  background-color: #2d2d34;
}
.copy-column .copyright,a{
  color:#4a4a4a;
}

.copy-column .copyright a:hover{
  color: #e99b47;
}
