/*====================================================
/*Copyright © 2020. Designed by designtocodes***
/*
/**********tags Page Section**********
/*
/======================================================*/
:root {
  /* Color */
  --primary-color: #e84657;
  --secondary-color: #183f72;
  --paragraph_color: #363636;
  --default_one: #ffffff;
  --default_two: #000000;

  /* Font */
  --primary-font: "Roboto", sans-serif;
}

/* tag page css start */
.d2c_tags {
  padding: 50px 0px 100px 0px;
}

.d2c_tags {
  padding: 50px 0px 100px 0px;
}

.d2c_tags .d2c_tags_column {
  display: none;
  padding-top: 30px;
}

.d2c_tags .d2c_tags_column a {
  text-decoration: none;
}

.d2c_tags .d2c_tags_column .card {
  height: 350px;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  border: none;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.d2c_tags .d2c_tags_column .card .card-img-top {
  border-radius: 0px;
  height: 350px;
  object-fit: cover;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}

.d2c_tags .d2c_tags_column .card:hover .card-img-top {
  transform: scale(1.2);
  transition: 0.4s all ease;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}

.d2c_tags .d2c_tags_column .card .card-body {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: var(--primary-color);
  padding: 15px 0px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}

.d2c_tags .d2c_tags_column .card:hover .card-body {
  bottom: -52px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}

.d2c_tags .d2c_tags_column .card .card-body .card-title {
  color: var(--default_one);
  margin-bottom: 0px;
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--default_one);
}

/* team profile */
.d2c_tags .d2c_tags_column .card .d2c_profile {
  text-align: center;
  position: absolute;
  bottom: -60px;
  right: 0px;
  left: 0px;
  background: var(--secondary-color);
  color: var(--default_one);
  padding: 15px 0px;
  opacity: 0;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}

.d2c_tags .d2c_tags_column .card:hover .d2c_profile {
  opacity: 1;
  bottom: 0px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}

.d2c_tags .d2c_tags_column .card .d2c_profile h1 {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: var(--default_one);
}

#d2c_tags_load_more {
  display: none;
}

/* tags page end */

/*
Template Name: Fixwagon - Automobile Bootstrap Template
Template URI: https://www.designtocodes.com/product/fixwagon-automobile-bootstrap-template
Description: Fixwagon Automobile Template is a paid and elegant website template that is built on Bootstrap
Author: designtocodes
Author URI: https://www.designtocodes.com
Text Domain: FixWagon
*/
