/* .left {
  width: 50%;
}
.right {
  width: 50%;
} */
.discover-tomorrow {
  display: flex;
  margin-bottom: 70px;
}
/* .top-ux{
  display: flex;
  margin-top: 100px;
} */
.discover-tomorrow  h1 {
  font-size: 55px;
  line-height: 70px;
  margin-bottom: 30px;
}
.discover-tomorrow  h1 span {
  color: #01b2d6;
}
.discover-tomorrow .right {
  text-align: right;
}
.discover-tomorrow .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.discover-tomorrow .left img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.discover-tomorrow .right img {
  width: 80%;
}

/*  */
.section-2 {
  display: flex;
  margin-bottom: 70px;
  width: 80%;
  margin: 0 auto;
}
.section-2 .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.section-2 .right img {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section-2 .right h1 {
  font-size: 27px;
  line-height: 45px;
  position: relative;
  z-index: 1;
}
.section-2 .right p {
  font-size: 14px;
  position: relative;
  z-index: 1;
}
/*  */
.section-featured {
  display: flex;
  width: 80%;
  margin: 0 auto;
  gap: 25px;
  border: solid 1px #01b2d6;
  padding: 30px 15px;
  margin-bottom: 50px;
  border-radius: 5px;
}
.section-featured .col-3 {
  display: flex;
  align-items: center;
  width: 34%;
  gap: 25px;
}
.section-featured .col-3 .left img {
  width: 20rem;
}
.section-featured .col-3 h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.section-featured .col-3 p {
  font-size: 13px;
  color: #afafaf;
}
.title-featured {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 25px;
}
/*  */

.section-related-blogs {
  display: flex;
  width: 72%;
  margin: 0 auto;
  gap: 15px;
}
.section-related-blogs {
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 52px;
}
.section-related-blogs .col-3 {
  width: calc((100% - 36rem) / 2);
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 315px;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.section-related-blogs .col-3:hover:before {
  visibility: visible !important;
}
/* .section-related-blogs .col-3::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 37%, rgb(0 0 0 / 15%) 100%);
  z-index: 1;
  border-radius: 0 0 10px 10px;
  visibility: hidden;
} */
.section-related-blogs .col-3:hover::before .btn-view {
  visibility: visible !important;
}

.section-related-blogs .user-sec .user {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 11px;
}
.section-related-blogs .box .user img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.section-related-blogs .box .user-img {
  width: 100%;
  height: 130px;
}
.section-related-blogs .box .user-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.section-related-blogs .user-sec {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
.section-related-blogs .user-sec .date {
  font-size: 11px;
}
.btn-view {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  background-color: #01b2d6;
  color: white;
  padding: 4px 23px;
  border-radius: 3px;
  font-size: 13px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.section-related-blogs .box {
  position: relative;
  height: 285px;
  overflow: hidden;
}
.section-related-blogs .box:hover .btn-view {
  visibility: visible !important;
}

.section-related-blogs .box h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 10px;
}
.section-related-blogs .box p {
  font-size: 13px;
  color: #afafaf;
  font-weight: 300;
}
.section-related-blogs .box h3,
.section-related-blogs .box p {
  text-align: left;
}
.section-related-blogs .box .card1 {
  width: 65%;
  margin-bottom: 17px;
  margin-top: 17px;
}
.btn-section {
  width: 100%;
  margin-bottom: 50px;
}
.btn-section .btn-show-more {
  padding: 10px 20px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  transition: 0.25s all;
  background-color: #01b2d6;
  margin: 0 auto;
  border-radius: 0.4rem;
  display: block;
  min-width: 135px;
  min-height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #01b2d6;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}

.blog-show {
  display: flex;
  margin-top: 15px;
  margin-bottom: 30px;
  min-height: 400px;
  width: 100%;
}
.loader-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffffeb;
}
.loader-container img {
  width: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 7%;
}
.loader-sec {
  position: relative;
}
.blog-show-left {
  width: 70%;
}
.blog-show-left .user-img img {
  width: 100%;
}
.blog-show-left .box h3 {
  margin: 0;
  font-weight: 600;
  width: 100%;
  font-size: 26px;
}
.blog-show-right {
  width: 30%;
  padding: 0 15px;
}
.blog-show-right .box {
  display: flex;
  gap: 10px;
}
.blog-show-right .box .user-title h3 {
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
}
.blog-show-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-show-right .title-sec {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 15px;
}
.blog-show-right ul li {
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
.blog-show-right .box .user-title p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 74%;
}
.blog-show-right .box .user-title {
  overflow: hidden;
  width: 100%;
}
.blog-show-right .box .user-img {
  width: 80px;
  height: 35px;
  /* background-image: url(../images/no-img.png);
  background-size: 75px auto; */
}
.blog-show-right .box .user-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  cursor: pointer;
}
.blog-show-right .box .user-title .date {
  font-size: 12px;
  color: #b2b9c8;
}
@media screen and (max-width: 1024px) {
  .discover-tomorrow h1,
  .discover-tomorrow p {
    position: relative;
    z-index: 1;
  }
  .discover-tomorrow .left img {
    opacity: 0.3;
  }
}

@media screen and (min-width: 760px) and (max-width: 1024px) {
  .section-related-blogs .col-3 {
    width: 48%;
  }
}

@media screen and (min-width: 320px) and (max-width: 760px) {
  .section-related-blogs .col-3 {
    width: 100%;
  }
  .section-featured {
    align-content: flex-start;
    flex-wrap: wrap;
  }
  .section-featured .col-3 {
    width: 100%;
  }
  .section-2 {
    flex-direction: column;
  }
  .section-2 .left,
  .section-2 .right {
    width: 100%;
  }

  .section-2 .right {
    padding: 15px;
  }
  .blog-show {
    flex-direction: column;
  }
  .blog-show .blog-show-left {
    width: 100%;
  }
  .blog-show .blog-show-right {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
  .blog-show .blog-show-left .box h3 {
    width: 100%;
  }
}

#showBlog .box p {
  margin-bottom: 10px;
}
#showBlog .box p span {
  color: #707a8b !important;
  line-height: 2.6rem;
  font-family: "Prompt", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 580px) {
  .discover-tomorrow {
    flex-direction: column;
  }
  .discover-tomorrow .left {
    width: 100%;
  }
  .discover-tomorrow .right {
    width: 100%;
    text-align: center;
  }
  .discover-tomorrow .left .title br {
    display: none;
  }
  .discover-tomorrow .left .title  {
    margin-top: 15px;
  }
}
.author {
  text-transform: uppercase;
  color: #01b2d6;
}
.published-date {
  color: #01b2d6;
}
.box-author {
  background-color: #01b2d61a;
  padding: 15px;
  border-radius: 3px;
}
.box-author h2 {
  font-size: 12px;
}
.box-author .author {
  font-weight: 700;
  font-size: 20px;
}
.box-author .published-date {
  color: #a8b5b8;
}
.box-author .published-date .date {
  font-size: 10px;
}



@media (max-width: 1024px) {
  .top-ux {
    flex-direction: column;
    margin-top: 60px;
  }

  .left,
  .right {
    width: 100%;
  }
}