body {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

/******* banner start******/
 .blog-contentIN {
    background-color: black;
}

.allblogs-banner {
    background-image: url(../images/aLL-blogBG.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.allblogs-banner::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.631); /* Shadow effect */
    z-index: -1;
}
.al-bloghead{
    display: flex;
    justify-content: center;

}
.allblogs-banner .al-bloghead h2 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: bold;
    color: #000000;
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: #D1AB36;
    padding: 10px 20px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    border-radius: 15px;
}

/* .allblogs-banner h2 {
  position: relative;  
  font-size: 50px;
  font-weight: bold;
  color: white;
} */

.allblogs-banner h2::before {
  content: attr(data-text);
  position: absolute;
  top: 0px;
  left: 0px;
  color: rgb(255, 255, 255);
  filter: blur(2px);
  text-shadow: rgb(255, 255, 255) 0px 0px 5px,
               rgb(255, 255, 255) 0px 0px 10px,
               rgb(255, 255, 255) 0px 0px 20px;
  opacity: 0.5;
  transform: scale(1);
  z-index: -1;
  animation: glowTextShape 2s ease-out infinite;
  white-space: nowrap;
}

@keyframes glowTextShape {
  0% {
    opacity: 0.6;
    transform: scale(1);
    filter: blur(2px);
  }

  100% {
    opacity: 0;
    transform: scale(1.8);
    filter: blur(8px);
  }
}

@media screen and (min-width:200px) and (max-width:425px) {
    .allblogs-banner {
        padding: 70px 0;
    }

    .allblogs-banner h2 {
        font-size: 20px;
        margin-left: 0;
    }
}

/******* banner end******/
.blog-contentIN {
    padding: 80px 0;
}


/******* left-side start******/
.blog-contentIN .blog-card img {
    border-radius: 10px;
    max-height: 200px;
    object-fit: cover;
}

.blog-contentIN .card-body h5 {
    padding: 10px 0;
}

 .blog-contentIN .card-body p {
    padding-bottom: 10px;
}

 .blog-contentIN .blog-card {
    background-color: #ffffff;
    box-shadow: 0px 4px 4px 4px rgba(90, 88, 88, 0.583);
    padding: 10px;
    border-radius: 10px;
    border-left: 3px solid #D1AB36;
    border-right: 3px solid #D1AB36;
    border-top: 1px solid #D1AB36;
    margin: 20px 0;
}

 .blog-contentIN .left-blog a {
    color: black;
}

 .blog-contentIN .blog-card .btn-viewread {
    background-color: black;
    border-radius: 10px;
    border-right: 5px solid #D1AB36;
    border-left: 5px solid #D1AB36;
    color: #eee;
}

 .blog-contentIN .blog-card .btn-viewread:hover {
    background-color: #D1AB36;
    border: none;
    transition: 0.9s;
    color: black;
}

 .blog-contentIN .blog-titel {
    display: flex;
    justify-content: space-between;
}

 .blog-contentIN .blog-titel p {
    padding-top: 8px;
    font-size: 15px;
    color: #D1AB36;
}

/******* left-side end******/
/******* right-side end******/
.right-blog img {
    width: 100%;
    border-radius: 10px;
    border-left: 5px solid #e6dc80;
    border-right: 5px solid #e6dc80;
}

.right-blog h2 {
    font-weight: bold;
    font-size: 27px;
    padding-bottom: 20px;
    color: white;
}

.right-blog ul {
    padding: 20px;
}

.right-blog ul p {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.right-blog ul li {

    padding: 10px 0;
    font-size: 17px;
    font-weight: bold;
    list-style: decimal;
    color: #D1AB36;
}

/******* right-side end******/
@media screen and (min-width:200px) and (max-width:990px) {
    .blog-content {
        padding: 0;
    }
}



/******** plan-text start *********/

.plan-text {
  padding: 50px 0;
  background-image: url(../images/pl-bganimated.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.plan-text::after{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00000088;
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes aitf {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.subscribe_block {
  width: 100%;
  text-align: center;
}

.text_animated_fill {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  display: inline-block;
  border: 5px double #ddd;
  border-width: 4px 0;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
}

.text_animated_fill span {
  font: 700 50px / 1 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: 15px 0;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  background: url(../images/animated_text.png) repeat-y;
  -webkit-background-clip: text;
  /* background-clip: text; */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
 
}
.plan-text .container{
 position: relative;
  z-index: 1;
}
/******** plan-text end *********/
