:root {
  --primary: #ec994b;
  --white: #ffffff;
  --bg: #f5f5f5;
}

@font-face {
  font-family: 'Bradley Hand ITC TT' ;
  src: url(../fonts/BRADHI.ttf);
  src: url(../fonts/BRADHI.ttf) format('ttf'), url(../fonts/BRADHI.ttf) format('truetype')
}

@font-face {
  font-family: 'Capture it';
  src: url(../fonts/Capture_it.ttf);
  src: url(../fonts/Capture_it.ttf) format('ttf'), url(../fonts/Capture_it.ttf) format('truetype')
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f3f7;
    /* change if the mask should have another color then white */
    z-index: 9999999;
    /* makes sure it stays on top */
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../img/status.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}
body {
    font-family: 'Capture it', 'Bradley Hand ITC TT', 'Open Sans', sans-serif;
    color: #8a8b8b;
    font-size: 18px;
    line-height: 22px;
    background-color: rgba(53, 10, 4, .5);
	background-image:url(../img/bg.jpg);
	background-size: cover;
	background-repeat:repeat;
    font-weight: normal;
	
}

.bg-overlay {
    /*background: url("../img/bg-overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background: url("../img/digital-art-with-city-landscape-architecture.jpg") center center rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
    background-size: cover;
}


body.yellow {
    background-color: #ffcc00;
}
body.green {
    background-color: #aaee06;
}
body.blue {
    background-color: #00d2ff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
.homepage #logo {
    margin: 0 0 26px 0;
}
.home {
    background: #e6e9ed url(../img/bg-body.png) left top repeat-x;
}
.main-wrapper {
    padding: 150px 20px 0 20px;
    margin: 0 auto;
}
/*Logo Start Here*/
.bg-dark {
    background-color: #000;
}

.text-white {
    color: white;
}

.navbar-brand {
  float: left;
  padding: 5px 0;
  font-size: 18px;
  line-height: 20px;
  height: auto;
}

.navbar-nav {
  padding-top: 15px;
}

.navbar-nav > li > a {
  color: white;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  color: black;
}

a.logo{	
	margin: 0 auto 30px auto;
	text-shadow: 1px 1px 7px #3e3935;
	filter: dropshadow(color=#3e3935, offx=1, offy=1);
	font-size: 100px;
	color: #fff;
	display: block;
	text-align: center;
}

#logo {
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0;
}
#logo a {
    display: inline-block;
    padding: 4px;
}
/*Logo End Here*/

/*Slogan start here*/

.slogan {
    margin-bottom: 76px;
    text-align: center;
}
.slogan h1 {
    color: #fff;
}
.slogan p {
    margin: 10px 0;
    padding: 0;
    color: #3e3d3d;
}
/*SLogan end here*/

/*Countdown start here*/

.count-down {
    margin: 0 0 85px 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    height: 240px;
    height: auto;
}
.count-down li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 28px;
    display: inline-block;
    min-height: 250px;
}
.count-down li div {
    margin: 0 !important;
    padding: 0;
}
.count-down li input {
    font-family: 'Roboto', sans-serif !important;
    font-size: 88px!important;    
    width: 154px!important;
    height: 98px!important;
    margin: 70px 0 0 -210px !important;
    font-weight: normal!important;
}
#days-title,
#hours-title,
#mins-title,
#secs-title {
    display: block;   
    text-transform: uppercase;
    margin-top: -94px;
    font-size: 24px;
    position: relative;
    z-index: 9 !important;
}
/*Countdown end here*/

/*Newsletter subscribe start here*/

.email-ico i {
    font-size: 36px;
    line-height: 72px;
}

.contact-form .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 4px !important;
}
.contact-form {
    color: #8C8C8C;
    float: none;
    margin: 0 auto 60px auto;
}

.contact-form input {
    background-color: #ffffff;
    border: none;
    height: 60px;
    width: 100%;
    padding: 0 22% 0 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.contact-form .error:focus,
.contact-form .error {
    border: 1px solid #ff0000;
}
.contact-form label.error {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    position: absolute;
    right: 0;
    text-transform: none;
    top: -28px;
    border: none;
    background-color: #FF0000;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.contact-form .email-ico {
    position: absolute;
    top: -6px;
    left: 12px;
    font-size: 24px;
}
.contact-form .btn-submit {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 20px;
    border: none;
    background-color: #ff382e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    color: #ffffff;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    width: 90px;
    height: 40px;
    font-weight: bold;
    line-height: 24px;
}
.form-respond .content-message {
    border-radius: 4px;
    margin: 0 0 50px;
    padding: 30px;
}
.form-respond .success {
    color: #fff;
    background-color: green;
}
.form-respond .content-message {
    border-radius: 4px;
    margin: 0 0 50px;
    padding: 4px 8px;
    color: #fff;
    background-color: #FF0000;
}
.form-respond .content-message h2,
.form-respond .content-message p {
    display: inline;
    font-size: 15px;
}
/*Newsletter subscribe end here*/

/*Social Links start here*/

.connect-us {
    margin: 0 0 28px 0;
    padding: 0;
    text-align: center;
}
.connect-us li {
    display: inline-block;
    font-size: 28px;
}
.connect-us li a {
    display: block;
    margin: 10px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    color: #fff;
}
.connect-us li a.fb:hover {
    color: #507cbe;
}
.connect-us li a.twitter:hover {
    color: #62cdf2;
}
.connect-us li a.gplus:hover {
    color: #ec5d48;
}
.connect-us li a.linkedin:hover {
    color: #1e88c9;
}
.connect-us li a.ytube:hover {
    color: #e64c38;
}
.connect-us li a.dribbble:hover {
    color: #d34e95;
}
.connect-us li a.pinterest:hover {
    color: #e94546;
}
/*Social Links end here*/

/*Footer start here*/

footer {
    text-align: center;
    font-size: 16px;
}
.footer-text{
	font-size: 12px;
    color: white;
}
footer a {
    color: #fff;
    text-decoration: underline;
}
footer a:hover {
    text-decoration: none;
    color: #8a8b8b;
}
/*Footer start here*/

/*About/Contact css start here*/

.about-us a {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    background-color: var(--primary);
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    left: 1%;
    font-size: 22px;
    z-index: 999;
}
.about-us .tooltip-inner,
.contact-us .tooltip-inner {
    background: none;
    border-radius: 0;
    color: #3e3d3d;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
}
.about-us .tooltip-arrow,
.contact-us .tooltip-arrow {
    display: none;
}
.contact-us a {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    background-color: var(--primary);
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    right: 1%;
    font-size: 22px;
    z-index: 999;
}
.about-us a:hover,
.contact-us a:hover {
    text-decoration: none;
}
/*About/Contact css end here*/

.ux .modal {
    background: rgba(31, 31, 31, 0.96)
}
.pop-up {
    padding: 20px;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: none;
}
.cls-pop {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    font-weight: normal;
    z-index: 999;
}
.cls-pop:hover {
    color: #ff382e;
    text-decoration: none;
}
.pop-up h3 {
    font-size: 54px;
    line-height: 40px;
    margin: 0 0 60px 0;
    padding: 0;
    color: var(--primary);
    text-align: center;
    font-family: 'Capture it', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
}
.pop-up h3:before {
    background-color: var(--primary);
    bottom: -30px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 300px;
}
.pop-up h3:before {
    left: 50%;
    margin-left: -150px;
}
.pop-up p {
    margin: 10px 0;
    padding: 0;
    font-size: 1.6em;
    line-height: 34px;
    color: #dadada;
    font-family: 'Roboto', sans-serif;
}
.pop-up-cnt {
    text-align: center;
}
.pop-up-cnt i {
    height: 40px;
    width: 40px;
    background-color: var(--primary);
    border-radius: 50%;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 10px;
}
.pop-up-cnt h4 {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    color: #ffffff;
}
.pop-up-cnt .cnt-wrap {
    padding-top: 30px;
}
.features {
    margin: 20px 0 0 0;
    padding: 0 0 0 14px;
}
.features li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 28px;
    color: #dadada;
    width: 33%;
    float: left;
}
.gmap {
    margin: 20px 0;
    position: relative;
    width: 100%;
    height: 400px;
}

/*Contact*/

input[type="text"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-weight: 300;
    height: 45px;
    line-height: 45px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
}

textarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    height: 160px;
    margin-bottom: 20px;
    overflow: auto;
    padding: 20px;
    width: 100%;
}

.contact-btn-submit {
    background-color: var(--primary);
    border: medium none;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 24px;    
    width: 110px;
}

/* 404 page design */

h1.error {
    color: rgb(255, 255, 255);
    font-size: 10em;
}
.no-page-found {
    margin-bottom: 76px;
    text-align: center;
	color: rgb(255, 255, 255);	
}
.no-page-found p {
    color: rgb(255, 255, 255);
    margin: 10px 0;
    padding: 0;
}
.no-page-found p a{
    color: rgb(255, 255, 0);
	text-decoration: underline;    
}
.no-page-found p a:hover{    
	text-decoration: none;    
}

/*Template color option start here*/

.template-colors {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
}
.template-colors li {
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    font-size: 26px;
}
.template-colors li a {
    margin: 0;
    padding: 0;
    outline: none;
    display: block;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.template-colors li a:hover {
    border: 1px solid #999;
}
.template-colors li a.blue {
    background-color: #00d2ff;
}
.template-colors li a.green {
    background-color: #aaee06;
}
.template-colors li a.yellow {
    background-color: #ffcc00;
}

/*Template color option end here*/

#countdown_dashboard {
    height: 110px;
    margin: 20px auto 40px;
    text-align: center;
    width: 65%;
}
.dash {
	width: 110px;
	height: 114px;	
	float: left;
	margin-left: 20px;
	position: relative;
}
.dash .digit {
	font-size: 55pt;
	font-weight: bold;
	float: left;
	width: 55px;
	text-align: center;	
	color: #fff;
	position: relative;
}
.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 10pt;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.dev_comment {
	font-size: 14pt;
	color: #777;
	text-align: center;
	font-style: italic;
	margin: 40px 10px;
}
#subscribe_form {
	position: relative;
}
#email_field {
	font-size: 16pt;
	padding: 6px 10px;
	width: 300px;
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .count-down li input {
        margin-top: 60px !important;
    }
}
/*Responsive css start here*/

@media only screen and (max-device-width: 1150px) {
    .about-us a {
        top: 2%;
        margin-left: -20px;
        left: 47.5%;
    }
    .contact-us a {
        top: 2%;
        margin-right: -20px;
        right: 47.5%;
    }
    .about-us .tooltip,
    .contact-us .tooltip {
        display: none !important;
    }
    .about-us .tooltip-arrow,
    .contact-us .tooltip-arrow {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    .count-down li div,
    .count-down li canvas {
        width: 230px !important;
        height: 230px !important;
    }
    .contact-form input {
        padding: 0 26% 0 17%;
    }
    .count-down li input {
        margin: 36px 0 0 -187px !important;
    }
    .hide-med {
        display: none !important;
    }
    .contact-form .btn-submit {
        font-size: 18px;
    }
    .features li {
        width: 50%;
    }
}
@media only screen and (max-device-width: 767px) {
    .about-us a {
        left: 46%;
    }
    .contact-us a {
        right: 46%;
    }
}
@media only screen and (max-device-width: 600px) {
    .about-us a {
        left: 44%;
    }
    .contact-us a {
        right: 44%;
    }
    .features li {
        width: 100%;
        float: none;
    }
}
@media only screen and (max-device-width: 568px) {
    .contact-form input {
        padding: 0 40% 0 24%;
    }
    .paw-carousel-item {
        height: 320px !important;
    }
    .contact-form .btn-submit {
        font-size: 15px;
        padding: 0;
        margin: 0;
        width: 80px;
    }
}

/* Slider */
#trending{
    padding: 4rem 0;

}
@media (max-width:1440px) {
    #trending{
        padding: 7rem 0;

    }
}

.trending-slider{
    height: 52rem;
    padding: 2rem 0;
    position: relative;

}

@media (max-width:1440px) {
    .trending-slider{
        height: 45rem;
    }
}

.trending-slide{
    width: 37rem;
    height: 42rem;
    position: relative;
}

@media (max-width:500px) {
    .trending-slide{
        width: 28rem !important;
        height: 36rem !important;

    }
    .trending-slide-img img{
        width: 28rem !important;
        height: 36rem !important;
        
    }
}
.trending-slide-img{
    position: relative;
}
.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    border-radius: 2rem;
    background: linear-gradient(to top, rgb(12, 12, 12), rgba(255, 255, 255, 0));
}
.trending-slide-img img{
    width: 37rem ;
    height: 42rem ;
    border-radius: 2rem;
    object-fit: cover;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 70%);
}
.trending-slide-content{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.shoe-price{
    position: absolute;
    top: 2rem;
    right: 2rem;
    color:#000;
}
.trending-slide-content-bottom {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    color: var(--white);
}

.shoe-rating {
    padding-top: 1rem;
    display: flex;
    gap: 1rem;
}
.shoe-rating ion-icon {
    color: var(--primary);
}
.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}
.trending-slider-control {
    position: relative;
    bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next {
    left: 58% !important;
    transform: translateX(-58%) !important;
}
@media (max-width:990px) {
    .swiper-button-next {
      left: 70% !important;
      transform: translateX(-70%) !important;
    }
  }
  
  @media (max-width:450px) {
    .swiper-button-next {
      left: 80% !important;
      transform: translateX(-80%) !important;
    }
  }
  
  @media (max-width:990px) {
    .swiper-button-prev {
      left: 30% !important;
      transform: translateX(-30%) !important;
    }
  }
  
  @media (max-width:450px) {
    .swiper-button-prev {
      left: 20% !important;
      transform: translateX(-20%) !important;
    }
  }
  
    .slider-arrow {
    
    background: var(--white);
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    left: 42%;
    transform: translateX(-42%);
    filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
  }
  
  .slider-arrow ion-icon {
    font-size: 2rem;
    color: #222224;
  }
  
  .slider-arrow::after {
    content: '';
  }
  
  .swiper-pagination {
    position: relative;
    width: 15rem;
    bottom: 1rem;
  }
  
  .swiper-pagination .swiper-pagination-bullet {
    filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
  }
  
  .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary);
  }

.dark {
  background: #110f16;
}

.light {
  background: #f3f5f7;
}

a, a:hover {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
  margin: 2rem 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5rem;
}

/* Cards */
.postcard {
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}
.postcard.dark {
  background-color: #18151f;
}
.postcard.light {
  background-color: #e1e5ea;
}
.postcard .t-dark {
  color: #18151f;
}
.postcard a {
  color: inherit;
}
.postcard h1, .postcard .h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.postcard .small {
  font-size: 80%;
}
.postcard .postcard__title {
  font-size: 1.75rem;
}
.postcard .postcard__img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.postcard .postcard__img_link {
  display: contents;
}
.postcard .postcard__bar {
  width: 50px;
  height: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #424242;
  transition: width 0.2s ease;
}
.postcard .postcard__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.postcard .postcard__preview-txt {
  /*overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;*/
  height: 100%;
  width: 95%;
  font-family: 'Roboto', sans-serif;
}
.postcard .postcard__tagbox {
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}
.postcard .postcard__tagbox .tag__item {
  display: inline-block;
  background: rgba(83, 83, 83, 0.4);
  border-radius: 3px;
  padding: 2.5px 10px;
  margin: 0 5px 5px 0;
  cursor: default;
  user-select: none;
  transition: background-color 0.3s;
}
.postcard .postcard__tagbox .tag__item:hover {
  background: rgba(83, 83, 83, 0.8);
}
.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, #424242, transparent 50%);
  opacity: 1;
  border-radius: 10px;
}
.postcard:hover .postcard__bar {
  width: 100px;
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;
  }
  .postcard .postcard__title {
    font-size: 5rem;
  }
  .postcard .postcard__tagbox {
    justify-content: start;
  }
  .postcard .postcard__img {
    max-width: 300px;
    max-height: 100%;
    transition: transform 0.3s ease;
  }
  .postcard .postcard__text {
    padding: 6rem;
    width: 100%;
  }
  .postcard .media.postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    background: #18151f;
    top: -20%;
    height: 130%;
    width: 55px;
  }
  .postcard:hover .postcard__img {
    transform: scale(1.1);
  }
  .postcard:nth-child(2n+1) {
    flex-direction: row;
  }
  .postcard:nth-child(2n+0) {
    flex-direction: row-reverse;
  }
  .postcard:nth-child(2n+1) .postcard__text::before {
    left: -12px !important;
    transform: rotate(4deg);
  }
  .postcard:nth-child(2n+0) .postcard__text::before {
    right: -12px !important;
    transform: rotate(-4deg);
  }
}
@media screen and (min-width: 1024px) {
  .postcard__text {
    padding: 2rem 3.5rem;
  }

  .postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    top: -20%;
    height: 130%;
    width: 55px;
  }

  .postcard.dark .postcard__text:before {
    background: #18151f;
  }

  .postcard.light .postcard__text:before {
    background: #e1e5ea;
  }
}
/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
  background: #79dd09;
  color: black;
}

.green .postcard__title:hover {
  color: #79dd09;
}

.green .postcard__bar {
  background-color: #79dd09;
}

.green::before {
  background-image: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.green:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .blue.play:hover {
  background: #0076bd;
}

.blue .postcard__title:hover {
  color: #0076bd;
}

.blue .postcard__bar {
  background-color: #0076bd;
}

.blue::before {
  background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
  background: #bd150b;
}

.red .postcard__title:hover {
  color: #bd150b;
}

.red .postcard__bar {
  background-color: #bd150b;
}

.red::before {
  background-image: linear-gradient(-30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.red:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .yellow.play:hover {
  background: #bdbb49;
  color: black;
}

.yellow .postcard__title:hover {
  color: #bdbb49;
}

.yellow .postcard__bar {
  background-color: #bdbb49;
}

.yellow::before {
  background-image: linear-gradient(-30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

.yellow:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

@media screen and (min-width: 769px) {
  .green::before {
    background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }

  .green:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }

  .blue::before {
    background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
  }

  .blue:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
  }

  .red::before {
    background-image: linear-gradient(-80deg, rgba(189, 21, 11, 0.1), transparent 50%);
  }

  .red:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(189, 21, 11, 0.1), transparent 50%);
  }

  .yellow::before {
    background-image: linear-gradient(-80deg, rgba(189, 187, 73, 0.1), transparent 50%);
  }

  .yellow:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(189, 187, 73, 0.1), transparent 50%);
  }
}

  /*Responsive css end here*/