/* header  */
:root {
 --primary: #4dad9b;
 --gray-color: #d9d9d9;
 --article-color: #4dad9b45;
}
.header {
 /* padding: 1rem 0rem; */
}
.header-heading {
 font-size: 2rem;
 font-weight: 600;
 margin-left: 0.3rem;
}

.header-nav {
 padding: 0.5rem 0.5rem;
 border-bottom: 1px solid var(--primary);
}
/* hero Section*/
.hero {
 /* padding-top: 2rem; */
}
.hero .container {
 padding: 0.12rem 0;
}
.hero-bg{
    max-height: 698px;
    height: 90vh;
}
.hero-right {
 background: url("/simple_theme/img/bghero.png") no-repeat;
 background-position: right;
 background-size: cover;
 background: none;
}
.hero-right img {
 margin-top: 0rem;
 position: relative;
 max-height: 550px;
 height: 550px;
 /* height: auto; */
}
.hero-left {
 line-height: 1.1;
}
.hero-left .left-under {
height: fit-content;
}
.hero-left h1 {
 /* width: 80%; */
 font-size: 4rem;
 font-weight: 600;
}

.hero-left h3 {
 font-size: 3.1rem;
 font-weight: 400;
 margin-top: 1rem;
}
.hero-button {
 background: none;
 border: 1px solid var(--primary);
 padding: 0.8rem 3rem;
 color: white;
 background-color: var(--primary);
 font-size: 1.3rem;
 margin-top: 2rem;
 border-radius: 0.2rem;
}

.dots {
 width: 7%;
 margin: auto;
 z-index: 99999;
 /* margin-top: 4rem !important; */
}
.dot {
 width: 1rem;
 height: 1rem;
 border-radius: 50%;
 background-color: rgba(128, 128, 128, 0.217);
}
.dot2 {
 width: 1.4rem;
 height: 1.4rem;
 background-color: var(--primary);
}

/* latest Articles */
.latest-article-line {
 border-top: 1px solid var(--primary);
 margin-top: 4rem;
}
.latest-articles .heading {
 width: 40%;
 margin: 2rem auto;

 /* margin-top: 2.5rem; */
}
.latest-articles .heading .line {
 width: 150px;
 height: 1.3px;
 background-color: var(--primary);
}
.latest-articles .heading .text {
 text-wrap: nowrap;
 margin: 0 1rem;
 font-size: 2.2rem;
 font-weight: 600;
}
.display-article {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 grid-gap: 3rem;
 width: 100%;
 margin: auto;
 /* margin-top: 4rem; */
}

.display-article .each-article {
 max-height: 35rem;
 height: 30rem;
 background: linear-gradient(var(--article-color), rgb(0, 0, 0)),
  url("/SimpleTheme/img/latest1.jpg") no-repeat;
 background-position: center;
 background-size: cover;
 object-fit: cover;
 border-radius: 0.5rem;
}

.display-article .each-article2 {
 max-height: 35rem;
 height: 30rem;
 background:linear-gradient(var(--article-color), rgba(0, 0, 0, 0.396)), url("/SimpleTheme/img/latest2.jpg") no-repeat;
 background-position: center;
 background-size: cover;
 object-fit: cover;
 border-radius: 0.5rem;
}
.display-article .each-article3 {
 max-height: 35rem;
 height: 30rem;
 background: linear-gradient(var(--article-color), rgba(0, 0, 0, 0.211)),
  url("/SimpleTheme/img/latest3.jpg") no-repeat;
 background-position: center;
 background-size: cover;
 object-fit: cover;
 border-radius: 0.5rem;
}

.display-article .each-article h3 {
 text-align: center;
 font-size: 2rem;
 line-height: 1.2;
 font-weight: 600;
 color: white;
 margin-bottom: 1rem;
}

.display-article .each-article p {
 text-align: center;
 font-size: 1.5rem;
 line-height: 1.5;
 font-weight: 600;
 color: white;
 margin-bottom: 2rem;
}
.article-btn {
 display: block;
 width: fit-content;
 background: none;
 border: none;
 background-color: var(--primary);
 border: 1px solid var(--primary);
 padding: 0.8rem 3rem;
 margin: auto;
 position: relative;
 margin-bottom: -1.3rem;
 font-size: 1.3rem;
 color: white;
 border-radius: 0.1rem;
}
/* choice editor */
.choice-editor {
 margin-top: 6rem;
 /* margin-top: 10rem; */
}
.choice-editor .choice-editor-inside {
 width: 100% !important;
 margin: auto;
}
.choice-editor-left article {
 margin-bottom: 1rem;
}
.choice-editor .choice-editor-left .figure {
 height: 10rem !important;
 overflow: hidden;
 object-fit: center;
}
.choice-editor .choice-editor-left .figure img {
 height: 100%;
 object-fit: cover;
}
.choice-editor-left .inside-right {
 margin-left: 1.5rem;
 line-height: 1.1;
}
.choice-editor-left .inside-right h5 {
 font-size: 1.5rem;
 font-weight: 600;
 width: 70%;
}
.choice-editor-left .inside-right p {
 font-size: 1.3rem;
 font-weight: 600;
 margin: 0.5rem 0;
}
.choice-editor-left .hero-button {
 margin: 0;
 padding: 0.6rem 2rem;
 font-size: 1.1rem;
}

.choice-editor-right {
 background: linear-gradient(var(--article-color), rgba(0, 0, 0, 0.331)),
  url("/SimpleTheme/img/latest1.jpg") no-repeat;
 background-position: center;
 background-size: cover;
 border-top-left-radius: 8rem;
 border-bottom-right-radius: 8rem;
 height: auto;
}
.lineSec .line {
 background-color: var(--primary);
 height: 0.1rem;
 margin: 0 1rem;
 border-radius: 3rem;
}
.lineSec {
 width: 80%;
 font-size: 2rem;
 text-wrap: nowrap;
 margin-bottom: 3rem;
 margin-left: -1rem;
}
.text {
 font-style: italic;
 font-weight: 600;
}
.choice-editor-right article {
 width: 80%;
 margin: 0 auto;
 margin-bottom: 2rem;
}
.choice-editor-right article h5{
    font-size: 2rem !important;
 font-weight: 600 !important;
 color: white !important;
}
.choice-editor-right h3 {
 font-size: 2rem;
 font-weight: 600;
 color: white;
}
.choice-editor-right p {
 color: white;
 font-size: 1.5rem;
 margin-top: 1rem;
}
.choice-editor-right .hero-button {
 margin-top: 1rem;
 padding: 0.8rem 2.5rem;
 font-size: 1.3rem;
}

/* popular Articles */
.Popular-articles {
 margin-top: 2.5rem;
}
.Popular-articles .lineSec {
 width: 50%;
 margin: auto;
}

.popular-articles-inside {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 grid-gap: 1rem;
 width: 90%;
 margin: auto;
 margin-top: 12rem;
}
.popular-articles-inside .each-article {
 border: 1px solid var(--primary);
 border-bottom-left-radius: 6rem;
 border-bottom-right-radius: 6rem;
 position: relative;
 min-height: 28rem;
}

.popular-articles-inside .each-article figure {
 /* width: 280px;
 height: 280px; */
 width: 90%;
 height: 60%;
 background: linear-gradient(var(--article-color), rgba(0, 0, 0, 0.19)),
  url("/SimpleTheme/img/latest6.jpg") no-repeat;
 background-position: center;
 background-size: cover;
 border-radius: 50%;
 top: -10rem;
 left: 5%;
 position: absolute;
 margin: auto;
}
.popular-articles-inside .each-article2 figure {
 width: 90%;
 height: 60%;
 background: linear-gradient(var(--article-color), rgba(0, 0, 0, 0.19)),
  url("/SimpleTheme/img/latest5.jpg") no-repeat;
 background-position: center;
 background-size: cover;
 border-radius: 50%;
 top: -10rem;
 left: 5%;
 /* right: 5%; */
 position: absolute;
 margin: auto;
}
.popular-articles-inside .each-article3 figure {
 width: 90%;
 height: 60%;
 background: linear-gradient(var(--article-color), rgba(0, 0, 0, 0.19)),
  url("/SimpleTheme/img/latest2.jpg") no-repeat;
 background-position: center;
 background-size: cover;
 border-radius: 50%;
 top: -10rem;
 left: 5%;
 right: 5%;
 position: absolute;
 margin: auto;
}

.popular-articles-inside .each-article4 figure {
  width: 90%;
 height: 60%;
 background: linear-gradient(var(--article-color), rgba(0, 0, 0, 0.19)),
  url("/SimpleTheme/img/latest1.jpg") no-repeat;
 background-position: center;
 background-size: cover;
 border-radius: 50%;
 top: -10rem;
 left: 5%;
 right: 5%;
 position: absolute;
 margin: auto;
}
.popular-articles-inside .each-article .content {
 width: 90%;
 height: fit-content;
 margin: auto;
}
.popular-articles-inside .each-article h4 {
 font-size: 1.8rem;
 font-weight: 600;
 text-align: center;
 /* margin-bottom: 1rem; */
 margin-top: 2.5rem;
}
.popular-articles-inside .each-article p {
 font-size: 1.6rem;
 /* text-align: center; */
 /* margin-bottom: 2.5rem; */
}

.popular-articles-inside .each-article .article-btn {
 padding: 0.6rem 1.5rem;
 font-size: 1.3rem;
 border-radius: 0.15rem;
 font-size: 1.1rem;
 position: absolute;
 left: 25%;
 right: 25%;
 text-wrap: nowrap;
 bottom: 0;
}

/* adbanner */
.Ad-banner {
 margin-top: 6rem;
}
.ad-banner-inside {
 width: 70%;
 background-color: var(--gray-color);
 text-align: center;
 margin: auto;
 padding: 2rem 0;
}
.ad-banner-inside h2 {
 font-size: 2rem;
}

/* footer */
.footer {
 margin-top: 4rem;
 text-align: center;
}
.about-sec {
 padding-bottom: 2rem;
 border-bottom: 1px solid var(--primary);
}
.about-sec figure {
 width: 250px;
 margin: 1rem auto;
}
.about-sec h2 {
 font-size: 2rem;
 font-weight: 700;
}
.about-sec p {
 margin-top: 0.8rem;
 line-height: 1.2;
 font-size: 1.2rem;
}
.about-sec p span a {
 color: var(--primary);
}
.footer .nav-ul {
 width: 60%;
 margin: auto;
 font-size: 1.25rem;
 padding: 3rem 0;
}
.footer .nav-ul a {
 color: black;
 display: block;
 margin: 0rem 1.5rem;
 margin-bottom: 1rem;
}

/* -------------------------------------------- */
.feed-sec .all-feed {
 width: 70%;
 margin: auto;
}
.feed-sec .all-feed article {
 border: 1px solid var(--primary);
 padding: 1.3rem 2rem;
 line-height: 1.4;
 border-radius: 0.2rem;
 transition: all 0.2s ease-in-out;
 margin-bottom: 1rem;
}
.feed-sec .all-feed article h3 {
 font-size: 1.6rem;
 font-weight: 600;
}
.feed-sec .all-feed article a {
 font-size: 1.3rem;
 color: bla !important;
}
.feed-sec .all-feed article p {
 font-size: 1.05rem;
 width: 75%;
 line-height: normal;
}
.feed-sec .button {
 background-color: var(--primary);
 padding: 0.3rem 1rem;
 padding-right: 0rem;
 color: black;
 font-weight: 600;
}
.above-search-line {
 text-align: right;
 margin-bottom: 0.3rem;
 font-size: 0.9rem;
}
.footer-feed {
 margin-top: 4rem;
}
.footer-feed-inside {
 padding: 1.5rem 0;
 border-top: 1px solid var(--primary);
}

.footer-feed-inside p span a {
 color: var(--primary);
 font-weight: 600;
}
.footer-feed .nav-ul a {
 color: black;
}

.all-feed .button img {
 width: 2rem;
}



/* slide show  */
.slideshow-container {
    /* max-width: 1000px; */
    width: 100%;
    position: relative;
    margin: auto;
    /* height: 70vh; */
}

/* Hide the images by default */
.slideshow-container .mySlides {
    display: none;
}

/* Next & previous buttons */
.slideshow-container .prev,
.slideshow-container .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: var(--primary);
    font-weight: bold;
    font-size: 12px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    display: none;
}

/* Position the "next button" to the right */
.slideshow-container .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover,
.slideshow-container .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.slideshow-container .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.slideshow-container .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: block;
    margin: 0 0.4rem;
    transition: background-color 0.6s ease;
}

.all-dots{
    width: 20rem;
    margin: auto;
}
.active,
.dot:hover {
    background-color: var(--primary);
    height: 20px;
    width: 20px;
}

/* Fading animation */
.slideshow-container .fade {
    animation-name: fade;
    animation-duration: 1.5s;
}


@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
.smallDevicesLatestArticles a {
    margin-left: 1.2rem !important;
}
.smallDevicesLatestArticles{
    margin-top: -3rem !important;
}

.search-list-item__img-col img{
        width: 150px;
    height: 100px;
}

.smallColumnFlex img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



@media screen and (max-width: 1400px) {
 .c_container {
  width: 90%;
 }
 .clicksco__container{
    width: 90% !important;
    margin: auto;
 }
 .popular-articles-inside .each-article figure{
    width: 220px;
    height: 220px;
    right: 5%;
    left: 5%;
    margin-top: 3rem;
 }
}

@media screen and (max-width: 1300px) {
 html {
  font-size: 14px;
 }
 .popular-articles-inside .each-article figure{
   width: 220px;
    height: 220px;
    right: 5%;
    left: 5%;
    margin-top: 3rem;
 }
}

@media screen and (max-width : 1270px) {
    .popular-articles-inside .each-article figure{
   width: 180px;
    height: 180px;
    right: 5%;
    left: 5%;
    margin-top: 3rem;
 }
 .popular-articles-inside .each-article h4{
    font-size: 1.8rem;
 }
}

@media screen and (max-width: 1200px) {
 html {
  font-size: 14px;
 }
 .popular-articles-inside {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4rem;
 }
 .popular-articles-inside .each-article {
  margin-bottom: 8rem;
 }
 .hero-bg{
    max-height: 500px;
    height: 90vh;
 }
 .hero-bg h1{
    font-size: 3rem;
 }

 .popular-articles-inside .each-article figure{
    right: 5%;
    left: 5%;
    width: 220px;
    height: 220px;
 }

}

@media screen and (max-width: 1100px) {
 html {
  font-size: 14px;
 }
 .hero h1 {
  font-size: 3.5rem;
 }
 .hero h3 {
  font-size: 2.5rem;
 }
 .footer-feed .nav-ul li {
  text-wrap: nowrap;
  margin-bottom: 0.5rem;
 }
 .hero .dots {
  width: 12%;
 }
 /* .slideshow-container {
  height: 60vh !important;
 } */
 .popular-articles-inside .each-article figure{
    right: 5%;
    left: 5%;
    width: 220px;
    height: 220px;
 }
}

@media screen and (max-width: 1050px) {
 html {
  font-size: 14px;
 }
 .choice-editor-left .inside-right h5 {
  width: 90%;
 }
 .hero .container {
  background-size: contain !important;
 }
 .columnFlex{
    flex-direction: column !important;
 }
 .search-list-item__img-col img{
        width: 100%;
    height: auto;
}
.hero-right img {
 margin-top: 0rem;
 position: relative;
 max-height: 450px;
 height: 450px;
 /* height: auto; */
}
.smallDevicesLatestArticles{
    margin-top: 1rem !important;
}
.Popular-articles .popular-articles-inside .each-article figure {
    right: 5%;
    left: 5%;
    width: 220px;
    height: 220px;
 }
 .Popular-articles .popular-articles-inside .each-article h4{
    font-size: 1.8rem;
 }
}

@media screen and (max-width: 950px) {
 html {
  font-size: 12px;
 }
 .Popular-articles .popular-articles-inside .each-article figure {
    left: 5%;
    width: 90%;
    height: 55%;
 }
 .flex30 {
  flex: 0 1 50%;
 }
 .footer .nav-ul {
  width: 75%;
 }
 /* .slideshow-container {
  height: 40vh !important;
 } */
 .hero-right img {
 max-height: 330px;
 height: 330px;
}
.hero-bg{
    max-height: 350px;
    height: 90vh;
 }
 .hero-bg h1{
    font-size: 2rem;
 }
}

@media screen and (max-width: 750px) {
 html {
  font-size: 12px;
 }
 .Popular-articles .popular-articles-inside .each-article figure {
  left: 5%;
    width: 90%;
    height: 45%;

 }

 .latest-articles .display-article {
  grid-template-columns: repeat(2, 1fr);
 }
 .latest-articles .display-article .each-article{
    max-height: 40rem;
    height: 100vh;
 }
 .footer .nav-ul {
  width: 80%;
 }
 .flex-column750 {
  flex-direction: column;
 }
 .footer-feed-inside .flex50 {
  flex: 0 1 40%;
  margin: auto;
 }
 .footer-feed-inside .flex45 {
  flex: 0 1 30% !important;
  margin-top: 1rem;
  width: 80%;
  margin: auto;
  margin-top: 2rem;
 }
 .latest-articles article{
    height: 40rem;
 }
}

@media screen and (max-width: 732px) {
 .hero-right img {
  margin-top: 1.3rem;
 }
 .hero-right{
    background: none !important;
 }
 .feed-sec .container{
    width: 90% !important;
    margin: auto !important;
 }
}

@media screen and (max-width: 670px) {
 html {
  font-size: 10px;
 }
 .slideshow-container{
    width: 90%;
 }
 .Popular-articles .popular-articles-inside {
  grid-template-columns: repeat(2, 1fr);
 }
 .Popular-articles .popular-articles-inside .each-article{
    max-height: 35rem;
    height: 100vh;
    margin-bottom: 10rem;
 }
 .Popular-articles .popular-articles-inside .each-article figure {
  left: 5%;
    width: 90%;
    height: 60%;
    margin-top: -1rem;
 }
 .column-flex {
  flex-direction: column;
 }
 .flex60 {
  flex: 0 1 50%;
 }
 .choice-editor-inside .lineSec {
  margin: auto;
  margin-bottom: 4rem;
 }
 .choice-editor-right {
  display: none;
 }
 .choice-editor-right article {
  height: fit-content !important;
  display: none;
 }

 .hero-right img {
  margin-top: 0.5rem;
 }
 .hero-bg{
    max-height: 200px;
    height: 100vh;
 }
}

@media screen and (max-width: 595px) {
 .hero-right img {
  margin-top: 1.3rem;
 }
 /* .slideshow-container {
  height: 40vh !important;
  width: 90%;
 } */
}

@media screen and (max-width: 550px) {
 .container{
    width: 90%;
    margin: auto;
}
.clicksco__container{
    width: 90% !important;
    margin: auto;
}
 .latest-articles .display-article {
  grid-template-columns: repeat(2, 1fr);
  /* width: 60%; */
 }
  .Popular-articles .popular-articles-inside .each-article {
    max-height: 20rem;
    height: 100vh;
  }
 .Popular-articles .popular-articles-inside .each-article figure {

  left: 5%;
    width: 90%;
    height: 60%;
 }
 .choice-editor-inside .flex25 {
  flex: 0 1 35%;
 }
 .choice-editor-inside .flex60 {
  flex: 0 1 95%;
 }
 .footer .nav-ul {
  width: 95%;
 }
 .latest-articles .each-article h3 {
  font-size: 1.8rem;
 }
 .hero .dots {
  width: 18%;
 }
 .hero-left h1 {
  font-size: 2.5rem;
 }
 .hero-left p {
  font-size: 1.5rem;
 }
 .latest-articles .latest-article-line .heading {
  width: 80%;
 }
 .header .flex2 {
  flex: 0 1 3%;
 }
 .all-feed .button {
  margin-top: 7rem;
 }
 .hero-right img {
  margin-top: 0rem;
 }
 /* .slideshow-container {
  height: 25vh !important;
  width: 90%;
 } */
 .hero-right img {
 max-height: 200px;
 height: 200px;
 /* height: auto; */
}
.hero-bg h1{
    font-size: 1.8rem;
}
}
@media screen and (max-width: 505px) {
 .hero-right img {
  margin-top: 1.5rem !important;
 }
 .about-sec figure {
 width: 180px;
 margin: 1rem auto;
}
}

@media screen and (max-width: 490px) {
 html {
  font-size: 8px;
 }
 .Popular-articles .popular-articles-inside .each-article figure {
  left: 5%;
    width: 90%;
    height: 70%;
 }
 .latest-articles .display-article {
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
 }
 .Popular-articles .lineSec {
  width: 90%;
 }
 .choice-editor-left .lineSec {
  width: 90%;
 }
 .ad-banner-inside {
  width: 90%;
 }
 .hero .dots {
  width: 25%;
 }
 .footer .nav-ul {
  width: 100%;
 }
 .hero-right img {
  width: 120%;
  margin-left: -6rem;
  margin-top: -2rem;
 }
 .hero .container {
  background-size: contain;
  object-fit: cover;
 }
 .hero .container {
  margin-top: 4rem;
 }
 .hero-right img {
  margin-top: -4rem !important;
 }
 /* .slideshow-container {
  height: 20vh !important;
  width: 90%;
 } */
  .hero-right img {
 max-height: 150px;
 height: 150px;
 margin-left: 0rem !important;
 /* height: auto; */
}
.hero-bg{
    max-height: 150px;
    height: 100vh;
 }
 .all-dots .dot{
    width: 10px;
    height: 10px;
 }
 .all-dots .active{
    width: 15px;
    height: 15px;
 }
.latest-articles .display-article .each-article{
    max-height: 30rem;
    height: 100vh;
 }
 .footer .nav-ul{
    width: 80%;
 }
}
@media screen and (max-width : 450px) {
   .Popular-articles .popular-articles-inside .each-article figure {
    left: 5%;
    width: 90%;
    height: 62%;
    margin-top: 1rem;
 }

}

@media screen and (max-width: 410px) {
 .latest-articles .display-article {
  /* width: 70% !important; */
  grid-template-columns: repeat(1, 1fr);
 }
 .hero-right img {
  margin-top: -2.1rem !important;
 }
 .hero .container {
  margin-top: 0rem;
 }
 .latest-articles .display-article .each-article{
    max-height: 45rem;
 height: 100vh;
 }
 .latest-articles .each-article2, .latest-articles .each-article3{
    display: none;
 }
 /* .slideshow-container {
  height: 23vh !important;
  width: 90%;
 } */
 .Popular-articles .popular-articles-inside .each-article figure {
  left: 5%;
    width: 90%;
    height: 55%;
    margin-top: 2rem;
 }
}

@media screen and (max-width: 380px) {
 .latest-articles .display-article {
  width: 90%;
 }
 .Popular-articles .popular-articles-inside .each-article figure {
  left: 5%;
    width: 90%;
    height: 55%;
 }
 .header .flex30 {
  flex: 0 1 60%;
 }
 .header .flex2 {
  flex: 0 1 5%;
 }
 .feed-sec .all-feed {
  width: 95%;
 }
 .hero-right img {
  margin-top: -0.8rem !important;
 }

}

@media screen and (max-width: 354px) {
 .hero-right img {
  margin-top: 5rem;
  position: relative;
 }
 .hero-bg h1{
    font-size: 1.2rem;
 }
 .hero-right img {
  margin-top: 1rem !important;
 }
 /* .slideshow-container {
  height: 23vh !important;
  width: 90%;
 } */
 .Popular-articles .popular-articles-inside .each-article figure {
  left: 5%;
    width: 90%;
    height: 45%;
    margin-top: 3rem;
 }
}

@media screen and (max-width: 310px) {
 .latest-articles .display-article {
  width: 85% !important;
 }
 .Popular-articles .popular-articles-inside figure {
  width: 80px;
  height: 80px;
 }
 .hero-right img {
  margin-top: 2.5rem !important;
 }
 /* .slideshow-container {
  height: 35vh !important;
  width: 90%;
 } */
}
