/* html {
  scroll-behavior: smooth;
} */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* html,body {
  width: 100%;
  height: 100%;
  overflow: hidden;
} */

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

.clear{clear: both;}

body {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container {
  max-width: 1490px;
  display: block;
  margin: 0 auto;
  position: relative;
  background: transparent;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}

@media (max-width: 1600px) {
  .container {
    max-width: 100%;
    padding: 0 6rem;
  }
}
@media (max-width: 1540px) {
  .container {
    padding: 0 4rem;
  }
}
@media (max-width: 1440px) {
  .container {
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media (max-width: 1280px) {
  /* .container {
    max-width: 100%;
    padding: 0 2rem;
  } */
}
@media (max-width: 978px) {
  .container {
    padding: 0 1rem;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 1rem;
  }
}
/* ----------------------------------------my code Start--------- */
.custom_container {
    max-width: 1600px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.main_wrapper {
    flex-grow: 1;
    padding-top: 80px;
}

/* ----------------------------------------my code End--------- */



.custom_container.small {
    max-width: 1120px;
}

@media (max-width: 1024px) {

    .custom_container.small {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media (max-width: 480px) {
    .custom_container.small {
        margin-left: 1rem !important;
        margin-right: 1rem;
    }
}

.custom_container.extra.small {
    max-width: 880px;
}

.img-hover {
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 25px 0 25px 0;
    margin-top: 0;
}

@media (max-width: 480px) {
    .img-hover {
        margin: 10px 0 10px 0;
        margin-top: 0;
    }

    .main_wrapper {
        padding-top: 60px;
    }
}


.scale-img-hover {
    transition: transform 0.4s ease-out 0s;
}

@media (hover: hover) {
    .scale-img-hover:hover {
        transform: scale(1.02);
    }
}

.ico-arrow-down {
    cursor: pointer;
}

.last-break-hr {
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    margin-top: 50px;
    margin-bottom: 30px;
}

.explore-more-title {
    text-align: center;
    font-family: "Manrope-Bold";
    font-size: 32px;
    margin-bottom: 40px;
    margin-top: 40px;
    letter-spacing: -1px;
}

@media (max-width: 480px) {
    .explore-more-title {
        font-size: 25px;
    }
}

.space1 {
    height: 12px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.more-articles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 1rem;
    margin-bottom: 2rem;
}


.more-articles-item {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.more-articles-item img {
    width: 95%;
    height: 50%;
}

.more-articles-item p {
    font-weight: 600;
    font-family: "HuaweiSans-Bold";
    color: #000000;
    line-height: 20px;
}

.more-articles-read-more {
    color: #000000;
    font-weight: 700;
    font-family: "HuaweiSans-Bold";
    line-height: 24px;
}

.more-articles-read-more a {
    color: #000000;
    font-size: 1rem;
    text-decoration: underline;
}


.read-more-btn {
    margin-top: 25px;
}

@media (max-width: 480px) {
    .more-articles {
        flex-direction: column;
    }
}

.produced-by-container{
    max-width: 1120px;
}

.produced-by {
    font-size: 14px;
    font-family: "EconSansMed";
    text-align: left;
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
    #home-footer.produced-by {
       padding-left: 10px;
    }
}


.produced-by span{
   color: red;
  
}
.produced-by-logo{
    width: 120px;
}
.produced-by img{
   width: 100%;
    margin-left: 5px;
 }

 .space2{
    height: 30px;
 }

 a{color: inherit}
 img{display: block;}



 /* -------------------------- my css ---------------------------- */
@media (max-width: 1500px) {
    .custom_container {padding: 0 2rem;}
}
@media (max-width: 978px) {
    .custom_container {
        padding: 0 1rem;
    }
}