* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol"; */
  /* font-family: "Raleway", sans-serif; */
  /* font-family: "Merriweather", serif; */
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 1.5;
  background-color: #f7f8f9;
  color: #222222;
}

.merriweather-light {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}

.merriweather-regular {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}

.merriweather-bold {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: normal;
}

.merriweather-black {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: normal;
}

.border-left {
  border-left: 1px solid #d0d5d8;
}

.border-right {
  border-right: 1px solid #d0d5d8;
}

.border-bottom {
  border-bottom: 1px solid #d0d5d8;
}

.bg-white {
  background-color: #ffffff;
}

a {
  color: #1e73be;
}

img {
  height: auto;
  max-width: 100%;
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

p {
  margin-bottom: 1.5em;
}

h1 {
  font-size: 42px;
  line-height: 1.2em;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 20px;
}

h2 {
  font-size: 35px;
  line-height: 1.2em;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 20px;
}

h3 {
  font-size: 29px;
  line-height: 1.2em;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 20px;
}

input[type="search"] {
  color: #222222;
  background-color: #f7f8f9;
  border-color: #f0f0f0 !important;
  border: 1px solid;
  padding: 10px 15px;
}

button {
  background: #55555e;
  color: #fff;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 10px 20px;
}

.wrapper {
  display: flex;
}

.site-content {
  width: 70%;
  /* margin: 20px; */
  border-right: 1px solid #d0d5d8;
}

.site-content .inside-article {
  background-color: #ffffff;
  padding: 30px;
  /* border-bottom: 1px solid #d0d5d8; */
}

.right-sidebar {
  width: 30%;
  min-width: 330px;
}

.widget {
  padding: 40px;
  background-color: #ffffff;
  border-bottom: 1px solid #d0d5d8;
}

.dynamic-list-of-post {
  list-style: none;
}

/* .login-search-area {
  position: absolute;
  z-index: 1;
  right: 0;
} */

.login-search-area .subscribe-image img {
  width: 65px;
}

.subscribe-image img {
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  position: relative;
  left: 16px;
  top: 21px;
  z-index: 9999999;
  transform: rotate(-20deg);
}

@media (max-width: 540px) {
  .header a {
    font-size: 20px !important;
  }

  .header img {
    padding: 12px 0 4px 0;
  }

  .login-search-area {
    display: none;
  }
}

@media (max-width: 768px) {
  .wrapper {
    flex-direction: column;
  }

  .site-content {
    width: 100%;
    margin: 20px 0 0;
    border-right: none;
  }

  .site-content .inside-article {
    padding: 30px;
  }

  .right-sidebar {
    width: 100%;
  }

  .widget {
    padding: 30px;
  }

  .footer {
    flex-direction: column;
    gap: 15px;
  }
}

@media (min-width: 1500px) {
  .grid-container {
    max-width: 1350px;
  }
}

.footer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #fafafa;
  padding: 40px 0px;
  padding-left: 30px;
  border-top: 1px solid #0000003d;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.newsletter-area {
  position: relative;
  /* max-width: 190px; */
  width: 100%;
  display: inline-block;
  padding-right: 40px;
  padding-left: 30px;
  border-right: 1px solid #0000003d;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newsletter-area h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  /* color: #fff; */
  font-family: "Libre Baskerville", serif;
  text-align: center;
}

.newsletter-area p {
  /* color: #fff; */
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  line-height: 16px;
  margin-top: 8px;
}

/* .newsletter-area::after {
  content: " ";
  display: block;
  position: absolute;
  right: -40px;
  width: 1px;
  height: 196px;
  background-color: #fff;
  top: 0px;
} */

.subscribe-btn {
  text-align: center;
}

.subscribe-btn a {
  color: #000;
  border: 1px solid #000;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-area .footer-widget-area {
  position: relative;
  z-index: 1;
  max-width: 140px;
  width: 100%;
  display: inline-block;
}

.footer-area .footer-widget-area .widget-title {
  display: block;
  margin-bottom: 0;
  color: #000000;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.footer-area .footer-widget-area .list {
  position: relative;
  z-index: 1;
}

ul,
ol {
  margin: 0;
}

.footer-area .footer-widget-area .list li {
  display: block;
}

ul li,
ol li {
  list-style: none;
}

.footer-area .footer-widget-area .list li a {
  font-weight: 300 !important;
  display: block;
  padding: 1px 0;
  color: #00000099;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  line-height: 20px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.footer_grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 50px;
}

.footer_right {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 768px) {
  .footer_grid {
    grid-template-columns: 1fr 2fr;
  }

  .footer_right {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .newsletter-area {
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .footer_grid {
    grid-template-columns: 1fr;
  }

  .newsletter-area {
    border-right: none;
  }
}

#scrollMenu {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* Ads css */

.top-banner-ad {
  background-color: #fff;
  width: 100%;
  /* height: 100px; */
  border-bottom: 1px solid #00000014;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 8px 0;
  height: 130px;
}

/* .top-banner-ad #top_banner_ad {
  height: 90px;
} */

.top-banner-ad span {
  color: #909090;
  text-align: center;
  font-size: 11px;
  margin-bottom: 4px;
}

.right-top-ad {
  width: 320px;
  margin: 12px auto;
  text-align: center;
}

.right-top-ad span {
  color: #909090;
  text-align: center;
  font-size: 11px;
}

.right_rail_top {
  width: 320px;
  height: 250px;
}

.right-bottom-ad {
  width: 320px;
  margin: 12px auto;
  text-align: center;
}

.right-bottom-ad span {
  color: #909090;
  text-align: center;
  font-size: 11px;
}

.right_rail_bottom {
  width: 320px;
  height: 250px;
}

.mobile-content {
  width: 320px;
  margin: 0 auto;
  text-align: center;
  display: none;
}

.mobile-content span {
  color: #909090;
  font-size: 11px;
}

.mobile-content-ad {
  width: 320px;
  height: 250px;
  margin: 0 auto;
  display: none;
}

@media (max-width: 600px) {
  .mobile-content-ad {
    display: block;
  }
  .mobile-content {
    display: block;
  }

  .right-top-ad,
  .right-bottom-ad {
    display: none;
  }

  .top-banner-ad #top_banner_ad {
    width: 320px;
    /* height: 50px; */
  }
  .top-banner-ad {
    height: 90px;
  }
}
