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 *******/
.read-banner {
    background-image: url(../images/BLOG_D.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    position: relative;
    height: 600px;
}

.blogread-img {
    margin-top: 50px;
}

/* .read-banner::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000008a;
} */
.read-banner h2 {
    color: #ffffff;
    /* GOLDEN */
    font-size: 25px;
    position: relative;
    z-index: 1;
    font-weight: bold;
}

.read-text {
    margin-top: 40px;
}

.read-banner img {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 100%;
    max-height: 360px;

    border-radius: 20px;
    border: 2px solid #D1AB36;
    /* GOLDEN */
}
@media (max-width:990px) {
    .read-banner {
        padding-top: 40px;
    }
}

/****** banner end *******/



/****** box-one start *******/
.blog-content{
   /* background-image: url(../images/pl-bganimated.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.box-one {
    margin-top: 50px;
    padding: 50px 0 30px 0;
    background-color: #000;
    /* BLACK */
    border-radius: 30px;
    border-top: 2px solid #D1AB36;
    /* GOLDEN */
    border-bottom: 3px solid #D1AB36;
    color: #fff;
}

.box-one .top-part {
    padding: 0 20px;
}

.box-one .top-part h3 {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 30px;
    color: #D1AB36;
    /* GOLDEN title */
}

.box-one .top-part p {
    padding-bottom: 20px;
}

.box-one .top-part ul li {
    padding: 10px 0;
    color: #fff;
}

.box-one .bottom-part img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #D1AB36;
}

/****** box-one end *******/
/****** box-two start *******/
.box-two {
    margin-top: 50px;
    background-color: #000;
    padding: 30px;
    border-radius: 30px;
    border-top: 2px solid #D1AB36;
    border-bottom: 3px solid #D1AB36;
}

.box-two h3 {
    padding-bottom: 10px;
    color: #D1AB36;
    /* GOLD */
}

.box-two p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

/****** box-two end *******/
/****** box-three start *******/
.box-three {
    margin-top: 50px;
    background-color: #000;
    padding: 30px;
    border-radius: 30px;
    border-top: 2px solid #D1AB36;
    border-bottom: 3px solid #D1AB36;
}

.box-three h3 {
    padding-bottom: 5px;
    color: #D1AB36;
}

.box-three p {
    padding-bottom: 20px;
    color: #fff;
}

.box-three ul li {
    padding: 10px 0;
    line-height: 30px;
    color: #fff;
}

/****** box-three end *******/
/****** box-four start *******/
.box-four {
    margin-top: 50px;
    padding: 50px 0 30px 0;
    background-color: #000;
    border-radius: 30px;
    border-top: 2px solid #D1AB36;
    border-bottom: 3px solid #D1AB36;
    color: #fff;
}

.box-four .boxfour-top {
    padding: 0 20px;
}

.box-four .boxfour-top h3 {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 30px;
    color: #D1AB36;
}

.box-four .boxfour-top p {
    padding-bottom: 20px;
}

.box-four .boxfour-top ul li {
    padding: 10px 0;
}

.box-four .boxfour-bottom img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #D1AB36;
}

/****** box-four end *******/
/****** box-five start *******/
.box-five {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #000;
    padding: 30px;
    border-radius: 30px;
    border-top: 2px solid #D1AB36;
    border-bottom: 3px solid #D1AB36;
    color: #fff;
}

.box-five h3 {
    padding-bottom: 5px;
    color: #D1AB36;
}

.box-five p {
    font-weight: 500;
    padding: 10px 0;
    line-height: 30px;
}

/****** box-five end *******/



/******** 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 *********/
