
@import url('https://fonts.googleapis.com/css2?family=Rozha+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

@font-face {
        font-family: 'Rozha One', serif;
        src: url('fonts/RozhaOne-Regular.ttf');
        }   

    a {
        text-decoration: none;
    }

    /* Card Styles */

    .card-sl {
        border-radius: 8px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .card-image img {
        max-height: 100%;
        max-width: 100%;
        border-radius: 8px 8px 0px 0;
    }

    .card-action {
        position: relative;
        float: right;
        margin-top: -25px;
        margin-right: 20px;
        z-index: 2;
        color: #E26D5C;
        background: #fff;
        border-radius: 100%;
        padding: 15px;
        font-size: 15px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
    }

    .card-action:hover {
        color: #fff;
        background: #E26D5C;
        -webkit-animation: pulse 1.5s infinite;
    }

    .card-heading {
        font-size: 18px;
        font-weight: bold;
        background: #fff;
        padding: 10px 15px;
    }

    .card-text {
        padding: 10px 15px;
        background: #fff;
        font-size: 14px;
        color: #636262;
    }

    .card-button {
        display: flex;
        justify-content: center;
        padding: 10px 0;
        width: 100%;
        background-color: #1F487E;
        color: #fff;
        border-radius: 0 0 8px 8px;
    }

    .card-button:hover {
        text-decoration: none;
        background-color: #1D3461;
        color: #fff;

    }


    @-webkit-keyframes pulse {
        0% {
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

        70% {
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
            box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
        }

        100% {
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
            box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
        }
    }

body{
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
}
.badge{
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
}

.cate{
	font-family: 'Quicksand', sans-serif;
}
h2.etitle{
	font-size: 1.5em;
	font-weight: 600;
	font-family: 'Quicksand', sans-serif;
}

p.comment{
	font-family: 'Kalam', cursive;
	font-size: 0.9em;
	color: lightslategray;
	
}
em{
	font-family: 'Kalam', cursive;
	font-size: 0.9em;
	color: #2a2e4c;
	
}
.longdesc strong{
    font-family: 'Noto Sans';
    color: orangered;
}

table td strong {
  font-family: 'Noto Sans';
  color: orangered;
  font-size: 0.9rem !important;
}


a.title{
	font-family: 'Quicksand', sans-serif;
	font-size: 1.2em;
}

.htitle{
	font-family: 'Rozha One', serif;
	src: url('fonts/RozhaOne-Regular.ttf');
	font-size: 2.6em;
}

.mar{margin-top:150px;}

h4.htitle{
	font-family: 'Rozha One', serif;
	font-size: 1.8em;
}
.longdesc{
	font-family: 'Noto Sans', sans-serif;
	color: #696969;
	font-size: 1.2em;
}

.dark{
	font-weight: 700;
	color: blue;
}

.rotate {
  animation: rotation 20s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


.grid-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 3fr));
  grid-gap: 20px;
  margin: 20px 0;
}
.card-top img {
  display: block;
  width: 100%;
}
.container {
  width: 95%;
  margin: auto;
}
.card {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
.card-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.card-info h2 {
  font-size: 18px;
  margin: 10px 0 5px 0;
}
.date {
  margin-bottom: 10px;
}
span,p {
  font-size: 15px;
  display: block;
}
.excerpt {
  color: #aeaeae;
}
.flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-bottom {
  margin-top: 20px;
}
.button {
  text-decoration: unset;
  font-weight: 600;
  text-transform: uppercase;
  color: #4e4e4e;
  width: 80px;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  border-radius: 5px;
  background: #f2f4f6;
}
.read-more {
  text-decoration: unset;
  color: #000;
  font-weight: 600;
}
.btn-yellow {
  background: #ffb91d;
}
.btn-sky {
  background: #d2f9fe;
}
.btn-dpink {
  background: #e8d3fc;
}

h3.footer-title{
font-size: 1rem;
}

.post-container{
  max-width: 80vw;
  padding: 2rem 1rem;
  margin: 0 auto;
}

.main-container{
  display:grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media(min-width:700px){
  .main-container{
  grid-template-columns: repeat(2, 1fr);
  }
}
@media(min-width:1080px){
  .main-container{
  grid-template-columns: repeat(3, 1fr);
  }
}
@media(min-width:1340px){
  .main-container{
  grid-template-columns: repeat(4, 1fr);
  }
}
.card-container{
    display: flex;
    flex-direction: column;
    border: 2px solid #891010;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f6ffffde;
}
.card-container:hover .card-img{
  transform: scale(1.05);
  transition-duration: 150ms;
}
.card-img-container{
  position: relative;
  overflow: hidden;
  height: 7rem;
}
@media(min-width:768px){
  .card-img-container{
    height: 11rem;
  }
}
.card-img{
  object-fit: cover;
  object-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 0 !important;

}
.card-title-container{
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
.card-t{
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.3rem;
  color: rgb(51, 44, 44);
}
.card-ht{
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.5rem;
  margin-bottom: 0.3rem;
  color: rgb(51, 44, 44);
}
.card-t-anchor:hover .card-t{
  color: #ff8100;
}
.card-t-anchor:hover .card-ht{
  color: #6600ff;
}
.tag-anchor{
  color: white !important;
}
.card-description{
  color: rgb(76, 76, 64);
  font-size: 1rem;

}
.whatsapp{
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
  border: 1px solid #ff8100;
  border-radius: 50%;
  background-color: #ebebeb;
  
}
.card-footer-container{
  display: flex;
  justify-content: space-between;
  
  padding: 1.5rem;
}
.author-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem ;
  
}

.card-tag-container{
  font-size: 0.9rem;
  /* border: 1px solid rgb(251, 0, 0); */
  border-radius: 2px;
  line-height: 1.3rem;
  padding: 0.35em 0.65em;
  color: #ffffff;
  align-content: center;
  background-color: #bf1049;
}
.card-tag-container:hover{
  background-color: #1D3461;
}
.card-diety-container{
  
    font-size: 0.9rem;
    border: 1px solid rgb(251, 0, 0);
    border-radius: 2px;
    line-height: 1.3rem;
    padding: 0.35em 0.65em;
    color: #9c4900;
    align-content: center;
}
