body {
font-family: "Jost", Sans-serif;
direction: ltr;
text-align: left;
position: relative;
overflow-x: hidden;
scroll-behavior: smooth;
transition: all 0.25s ease-in-out 0s;
}
.top-banner {
background-image: radial-gradient(#09aff4 1px, transparent 1px);
background-size: 1.25rem 1.25rem;
} .grid-container {  
display: grid;  
grid-template-columns: repeat(3, 1fr);  
grid-gap: 20px;  
padding: 20px;  
max-width: 1200px;  
margin: 0 auto;  
}  
.card {  
background-color: #fff;  
border-radius: 10px;  
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  
padding: 20px;  
flex-basis: 30%;  
}  
.card img {  
width: 100%;  
height: 150px;  
object-fit: cover;  
border-radius: 10px 10px 0 0;  
}  
.date {  
background-color: #333;  
color: #fff;  
padding: 5px 10px;  
border-radius: 5px;  
font-size: 14px;  
margin-bottom: 10px;  
}  
h2 {  
font-size: 18px;  
margin-bottom: 10px;  
} .read-more {  
color: #66CCCC;  
text-decoration: none;  
font-size: 16px;  
margin-top: 10px;  
}  
.read-more:hover {  
color: #33CCCC;  
}  
h2.widget-title {
color: #fff;
}
.widget_nav_menu ul li a {
color: #fff;
}
.slide-description p {
line-height: 40px !important;
} .site-logo-img img {
filter: none !important;
}
span.blue-words {
color: #09aff4;
}
.wavy-2 {
background-image: url(//codekosh.com/wp-content/uploads/2024/11/wavy.png);
background-repeat: repeat-x;
transition: 99999s;
background-size: auto;
width: 50%;
margin: 0 auto;
height: 20px;
}
.wavy-2 span {
color: transparent;
font-size: 5px !important;
}
.wavy-2:hover {
transition: 40s linear;
background-position: 1000px 100%, 1010px calc(100% - 8px);
}
.portfolio p{
color: rgba(255,255,255,.6);
margin: 20px 40px;
letter-spacing: 1px;
line-height:1.5em;
}
.ls-is-cached.lazyloaded {
margin-bottom: 10px;
}
.card h2 {
padding-top: 30px;
font-size: 20px;
}
.read-more {
color: #09AFF4;
}
.post-thumbnail {
margin-bottom: 10px !important;
}
.post_content {
margin-bottom: 0px !important;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.col-sm-6.col-lg-3 {
padding-left: 15px;
padding-right: 15px;
}
#wpcf7-f1287-p11-o1 .wpcf7-form-control.wpcf7-submit {
padding: 18px 57px;
border-radius: 30px;
margin-left: 20px;
}
#wpcf7-f1287-p11-o1.wpcf7 input.wpcf7-form-control:not([type="submit"]), .wpcf7 textarea.wpcf7-form-control {
padding: 25px 16px;
border-radius: 30px !important;
}
@media (min-width: 992px) {
.col-lg-3 {
-ms-flex: 0 0 33%;
flex: 0 0 33%;
max-width: 33%;
}
.form-row p{
display: inline-block !important;
}
}
@media (max-width: 768px){
.col-sm-6 {
-ms-flex: 0 0 33%;
flex: 0 0 33%;
max-width: 33%;
}
}
@media (max-width: 576px){
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (max-width: 576px) {
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.grid-container {
display: block;
}
.card { margin-top: 15px;
}
}
.portfolio input[type="radio"]{
display: none;
}
.portfolio .custom-tabs label{
display: inline-block;
color: #060922;
font-size: 20px;
text-transform: capitalize;
text-align: center;
padding: 10px 18px;
margin-bottom: 20px;
cursor: pointer;
}
.portfolio .custom-tabs .all{
display: none;
transform-origin: 10% 50%;
}
.portfolio .custom-tabs .content {
margin-bottom: 29px;
position: relative;
overflow: hidden;
}
.portfolio .custom-tabs .content img {
height: auto;
width: 100%;
}
.portfolio .custom-tabs label:not(:first-of-type){
margin-left: -4px;
}
.portfolio input[id="all"]:checked ~ .content .all{
display: block;
animation: animateTabe 1s;
}
.portfolio input[id="websiteDesign"]:checked ~ .content .websiteDesign{
display: block;
animation: animateTabe 1s;
}
.portfolio input[id="PHOTOGRAPHY"]:checked ~ .content .PHOTOGRAPHY{
display: block;
animation: animateTabe 1s;
}
.portfolio input[id="graphicDesign"]:checked ~ .content .graphicDesign{
display: block;
animation: animateTabe 1s;
}
.portfolio input[type="radio"]:checked + label{
background-color: transparent;
border: 1px solid #00e1ff;
cursor: default;
}
.portfolio .custom-tabs .overlay{
position: absolute;
width: 100%;
height: 100%;
top:100%;
padding-top: 30%;
color: #fff;
text-transform: uppercase;
text-align: center;
background: rgba(0,0,0,.5);
left: 0;
transition: all .5s;
transition: all .5s linear;
}
.overlay h3{
color: #fff;
}
.portfolio .custom-tabs .all .content:hover .overlay{
top: 0;
}
.portfolio .custom-tabs .overlay span{
padding: 2px 8px;
border: 1px solid #fff;
border-radius: 3px;
cursor: pointer;
}
.portfolio .custom-tabs .overlay span:hover{
background: #5CC05C;
border-color: #5CC05C;
}
@keyframes animateTabe{
0%{
opacity: 0;
}
100%{
opacity: 1;
}
}
.classic-list{
list-style-type: none;
}
@media (max-width: 1024px) {  
.grid-container {  
  grid-template-columns: repeat(2, 1fr);  
}  
.card {  
  flex-basis: 45%;  
}  
}  
@media (max-width: 768px) {  
.grid-container {  
  grid-template-columns: 1fr;  
}  
.card {  
  flex-basis: 100%;  
}  
.ast-separate-container .site-content .ast-single-post-featured-section + article {
margin-top: 0px;
} 
}  
@media only screen and (max-width: 480px) {
.card{
width: 100%;
}     
.ast-separate-container .site-content .ast-single-post-featured-section + article {
margin-top: 0px;
} 
}