@media screen and (max-width: 1320px) {
 html {
  font-size: 16px;
 }
 .hero-sec {
  height: 95vh;
 }
 .hero-sec .image-sec {
  height: 87vh;
 }
}

@media screen and (max-width : 1265px) {
    /* .pagination-dots-wrapper{
    top: 140% !important;
 } */
}

@media screen and (max-width: 1100px) {
 .container {
  width: 90%;
 }
 .hero-articles {
  flex-direction: column;
  height: 450px;
  overflow-x: auto;
  position: relative;
 }
 .hero-articles article {
  margin: 0.5rem;
 }
 .articles-sec {
  /* position: relative !important; */
 }
 .articles-sec .article-sec-child {
  flex-direction: column;
  height: 450px;
  overflow-x: scroll;
  flex-wrap: wrap !important;
  position: relative !important;
 }
 .hero-articles::-webkit-scrollbar,
 .article-sec-child::-webkit-scrollbar {
  width: none !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
 }
 .dotsContainer,
 .pagination-dots-wrapper {
  display: flex !important;
  /* top: 92% !important; */
  margin-top: 9rem !important ;
 }
 .pagination-dots-wrapper {
  top: 175% !important;
 }
 .banner-sec {
  padding-top: 8rem;
 }
 .articles-sec .container {
  width: 100%;
 }
}

@media screen and (max-width: 860px) {
 .columnFlex860 {
  flex-direction: column;
 }
 .below-articles-sec article {
  margin-bottom: 1rem;
 }
 .header .header-child nav  figure{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;

 }
 .header .header-child .flex40{
    margin-left: 1.5rem;
 }
 .header .flex60{
    flex: 0 1 10%;
    /* margin-left: 10rem; */
 }
 .menu-bar{
    display: block;
filter: drop-shadow(16px 16px 20px red) invert(75%); }

 .header nav ul{
    display: none;
 }
 .header .header-child nav{
    justify-content: space-evenly !important;
 }
 .hamberger-menu{
    display: block;
 }
 .header .hamberger-menu  ul{
    display: block;
 }
}

@media screen and (max-width: 768px) {
 html {
  font-size: 18px;
 }
 .hero-sec {
  height: 110vh;
 }
 .hero-sec .image-sec {
  height: 95vh;
 }

 .header nav ul {
  display: none;
 }
 .about-sec .content p {
  width: 75%;
 }
 .dotsContainer {
  margin-top: 16rem !important ;
 }
 .pagination-dots-wrapper {
    top: 192% !important;
 }
}

@media screen and (max-width: 590px) {
 .dotsContainer {
  margin-top: 16.5rem !important ;
 }
}

@media screen and (max-width: 550px) {
 .banner-sec article {
  height: 350px;
 }
 .hero-sec .hero-content {
  width: 90%;
 }
 footer {
  width: 100%;
 }
 footer .footer-child li {
  width: 50%;
  margin-bottom: 1rem;
 }
 .banner-sec article{
    border: 16px solid white;
    padding: 15px;
}
.pagination-dots-wrapper {
    top: 215% !important;
 }
}

@media screen and (max-width: 410px) {
 .dotsContainer {
  margin-top: 18.5rem !important ;
 }
 .banner-sec article{
    margin-top: 2rem;
 }
 .pagination-dots-wrapper{
    top: 220% !important;
 }
}

@media screen and (max-width: 410px) {
    h1{
        font-size: 2.8rem;
    }
 .hero-sec {
  height: 110vh;
 }
 .hero-sec .image-sec{
    height: 100vh;
 }
 .banner-sec article{
    margin-top: 2rem;
 }
 .dotsContainer {
  margin-top: 18.5rem !important ;
 }
}
