/*
Theme Name:		Oitech
Theme URI:		http://kodesolution.com
Description: 	Technology & IT Solutions WordPress Theme. You can get more themes from here: https://themeforest.net/user/thememascot/portfolio
Author:			ThemeMascot Team
Author URI:		https://themeforest.net/user/thememascot/portfolio
Version:		1.7
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:	oitech
Tags:			one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready


This is a placeholder file required by WordPress, so do not delete it. CSS changes can be made in style.css file located in child theme folder.
*/
.cards {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
	flex-wrap: wrap;
    gap: 30px;
    justify-content: left;
}

.card--1 .card__img, .card--1 .card__img--hover {
    background-image: url('https://images.pexels.com/photos/45202/brownie-dessert-cake-sweet-45202.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260');
}

.card__like {
    width: 18px;
}

.card__clock {
    width: 15px;
  vertical-align: middle;
    fill: #AD7D52;
}
.card__time {
    font-size: 12px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
}

.card__clock-info {
    float: right;
}

.card__img {
  visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
  
}

.card__info-hover {
    position: absolute;
    padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.card__img--hover {
  transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  position: absolute;
    height: 235px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
top: 0;
  
}
.card {
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
    width: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
	max-width: 350px;
}
.card:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    transform: scale(1.10, 1.10);
}

.card__info {
z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
   padding: 16px 24px 24px 24px;
}

.card__category {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
  color: #868686;
}

.card__title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
}

.card__by {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.card__author {
    font-weight: 600;
    text-decoration: none;
    color: #AD7D52;
}

.card:hover .card__img--hover {
    height: 100%;
    opacity: 0.3;
}

.card:hover .card__info {
    background-color: transparent;
    position: relative;
}

.card:hover .card__info-hover {
    opacity: 1;
}

table.pricing { width: 100%; text-align: left; border-spacing: 0; border-collapse: collapse; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

table.pricing th, table.pricing td { font-family: inherit; font-size: .875em; line-height: 1.45; color: #444; vertical-align: middle; padding: 1em; }
th { font-weight: 600; }

.main-content-area table.pricing td, .main-content-area table.pricing th {
	border:none;
}

table.pricing colgroup:nth-child(1) { width: 31%; border: 0 none; }
table.pricing colgroup:nth-child(2) { width: 22%; border: 1px solid #ccc; }
table.pricing colgroup:nth-child(3) { width: 25%; border: 1px solid #ccc; }
table.pricing colgroup:nth-child(4) { width: 22%; border: 1px solid #ccc; }

/* Tablehead */

.main-content-area table.pricing thead th { background: #def4fe; background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); text-align: center; position: relative; border-bottom: 1px solid #ccc; padding: 3em 0 2em; font-weight: 400; color: #999; }
table.pricing thead th:nth-child(1) { background: transparent;  }

table.pricing thead th h2 { font-weight: 300; font-size: 2.0em; line-height: 1.2; color: #222; }
table.pricing thead th h2 + p { font-size: 1.25em; line-height: 1.4; }


table.pricing thead th p.promo { font-size: 1em; color: #fff; position: absolute; top: 9em; left: -17px; z-index: 1000; width: 100%; margin: 0; padding: .625em 17px .75em; background: #c00; box-shadow: 0 2px 4px rgba(0,0,0,.25); border-bottom: 1px solid #900; }

table.pricing thead th p.promo:before { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 0; border-color: transparent #900 transparent transparent; bottom: -7px; left: 0; }
thead th p.promo:after { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 7px 7px 0 0; border-color: #900 transparent transparent transparent; bottom: -7px; right: 0; }

/* Tablebody */

.main-content-area table.pricing tbody th { background: #fff; border-left: 1px solid #ccc; }
table.pricing tbody th span { font-weight: normal; font-size: 87.5%; color: #999; display: block; }

table.pricing tbody td { background: #fff; text-align: center; }

table.pricing tbody tr:nth-child(even) th,
table.pricing tbody tr:nth-child(even) td { background: #f5f5f5; border: 1px solid #ccc; border-width: 1px 0 1px 1px; }
table.pricing tbody tr:last-child td { border-bottom: 0 none; }

/* Tablefooter */

table.pricing tfoot th  { padding: 2em 1em; border-top: 1px solid #ccc; }
tfoot td  { text-align: center; padding: 2em 1em; border-top: 1px solid #ccc; }

table.pricing tfoot a  { font-weight: bold; color: #fff; text-decoration: none; text-transform: uppercase; display: block; padding: 1.125em 2em; background: #ffaa17; border-radius: .5em; }

.card-icon-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.card-icon{
    padding-top:65px;
    width: 100%;
    max-width: 250px;
  position: relative;
  background: #fff;
  border-radius: 18px 18px 0px 0px;
  display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.card-icon .card-title h4{
    color: #000;
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
}
.card-icon .card-title {
	margin-bottom:0px;
}
.card-icon p{
    font-size: 16px;
    text-align: center;
    margin-top: 0px;

}

.card-icon .icon{
    content: '';
    background: #ffaa17;
    position: absolute;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    font-size: 32px;
	    background: linear-gradient(90deg, rgba(255,170,23,1) 0%, rgba(255,190,78,1) 100%);
	box-shadow: 8px 7px 37px -13px rgba(0,0,0,0.73);
-webkit-box-shadow: 8px 7px 37px -13px rgba(0,0,0,0.73);
-moz-box-shadow: 8px 7px 37px -13px rgba(0,0,0,0.73);
	transition: all 0.5s ease;
}
