/************************ Hero Section 
*************************************/
.hero-section {
  padding-bottom: 120px;
}

.hero-section .top-part {
  max-width: 1230px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 45px 0;
}

.hero-section .top-part span {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  max-width: 570px;
  margin: 0 auto;
}

.hero-section .top-part .title {
  color: #000;
  font-size: 70px;
  font-weight: 500;
  line-height: 77px;
  letter-spacing: 28px;
  text-transform: uppercase;
}

.hero-section .top-part p {
  color: #8E8E8E;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.18px;
}

.hero-section .post-wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.post-card {
  position: relative;
  background: rgba(0,0,0,.8) url(../images/logo.svg) no-repeat;
  background-position: center center;
  background-size: 200px;
}

.post-card:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
          0deg,
          rgba(0, 0, 0, 0.7) 0%,
          rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
  height: 215px;
}

.post-card .post-content {
  z-index: 2;
  position: absolute;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 15px;
}

.post-content .post-category{
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.12px;
  color: #ABABAB;
  width: fit-content;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.post-card .post-content .post-category {
  color: var(--white-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.post-card .post-content .post-title {
  color: var(--white-color);
  font-weight: 600;
  line-height: 28px;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.post-cards .post-content {
  bottom: 20px;
}

.post-cards .post-content .post-category {
  margin-bottom: 15px;
}

.post-cards .post-content .post-title {
 	font-size: 14px;
    line-height: 19.6px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.post-wrapper .post-card {
  width: calc(25% - 12px);
  min-height: 500px;
  max-height: 500px;
}

.post-wrapper .post-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.post-wrapper .post-cards {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}

.post-wrapper .post-cards .post-card {
  width: calc(50% - 5.5px);
  min-width: unset;
}

.hero-section h6 {
  color: #8e8e8e;
  max-width: 1110px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.14px;
  margin: 0 auto;
}

/************* Popular Stories Section
*************************************/
.popular-stories {
  padding: 120px 0
}

.popular-stories .content-part {
  max-width: 1286px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
}

.popular-stories .sm-post-wrapper .sm-post-card .post-thumb{
	width: 148px;
	height: 163px;
}

.popular-stories .content-part .sub-title p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.popular-stories .content-part .title {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  text-transform: uppercase;
}

.popular-stories .content-part h6 {
  color: #8E8E8E;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.15px;
}


.popular-stories .sm-post-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.popular-stories .sm-post-wrapper .sm-post-card {
  display: flex;
  gap: 25px;
  width: calc(33.333% - 26.666px);
}

.sm-post-wrapper .sm-post-card .post-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sm-post-card .post-content .post-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.sm-post-card .post-content .post-desc {
  color: #8E8E8E;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sm-post-card .post-content .read-more {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration-line: underline;
  text-transform: capitalize;
}

.sm-post-card .post-image img {
  min-width: 148px;
  height: 163px;
  object-fit: cover;
}

/********************** Banner Section
*************************************/
.banner-section {
  position: relative;
  background-image: url(../images/banner_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 820px;
  max-width: 1920px;
  margin: 0 auto;
}

.banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.banner-section .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 1132px;
  margin: 0 auto;
  gap: 15px;
  padding: 0 20px;
}

.banner-section .content .title,
.banner-section .content .sub-title p,
.banner-section .content h6 {
  color: #fff;
  text-align: center;
}

.content .sub-title p {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.content .title {
  font-size: 70px;
  font-weight: 500;
  line-height: 77px;
  letter-spacing: 28px;
  text-transform: uppercase;
}

.content h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.18px;
}

/************ 3 Sections Common Design
1. Inspiration Section
2. Destination Section
3. Travel Resources Section 
*************************************/

.tr-section,
.destination-section,
.inspiration-section {
  background-color: #f2f6f6;
  padding: 120px 0;
}

.tr-section .line,
.destination-section .line,
.inspiration-section .line {
  background-color: #ababab;
}

.tr-section .content-part,
.destination-section .content-part,
.inspiration-section .content-part {
  min-width: 543px;
  max-width: 543px;
}

.tr-section .content-part h6,
.destination-section .content-part h6,
.inspiration-section .content-part h6 {
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.14px;
}

.inspiration-section .content-part h3{
  line-height: 39px;
}

.tr-section .content-part .sub-title,
.destination-section .content-part .sub-title,
.inspiration-section .content-part .sub-title {
  max-width: fit-content;
  width: 100%;
}

.tr-section .content-part .sub-title p,
.destination-section .content-part .sub-title p,
.inspiration-section .content-part .sub-title p {
  color: #ababab;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.tr-section .content-part .title,
.destination-section .content-part .title,
.inspiration-section .content-part .title {
  font-size: 60px;
  font-weight: 600;
  line-height: 78px;
  padding-bottom: 15px;
  padding-top: 18px;
}

.tr-section .wrapper,
.destination-section .wrapper,
.inspiration-section .wrapper {
  gap: 95px;
}

.tr-section .wrapper .post-wrapper,
.destination-section .wrapper .post-wrapper,
.inspiration-section .wrapper .post-wrapper {
  display: flex;
  gap: 13px;
  padding-bottom: unset;
  flex-wrap: wrap;
}

.tr-section .post-card .post-content,
.destination-section .post-card .post-content,
.inspiration-section .post-card .post-content {
  bottom: 15px;
}

.tr-section .post-wrapper .post-card,
.destination-section .post-wrapper .post-card,
.inspiration-wrapper .post-wrapper .post-card {
  width: calc(33.33% - 8.666px);
  min-width: unset;
}

.tr-section .post-card .post-title,
.destination-section .post-card .post-title,
.inspiration-section .post-card .post-title {
  font-size: 14px;
  line-height: 19.6px;
}

/*********** Traveler's Choice Section 
*************************************/
.tc-section {
  padding: 112px 0 68px;
}

.tc-section .content-part {
  max-width: 825px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.tc-section .content-part .title {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  padding-bottom: 25px;
}

.tc-section .content-part h6 {
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.14px;
  padding-bottom: 42px;
}

.tc-section .post-wrapper {
  gap: 47px;
}

.tc-section .sm-post-wrapper {
  display: flex;
  column-gap: 47px;
  padding-bottom: unset;
  flex-wrap: wrap;
}

.tc-section .post-card {
  min-width: 481px;
}

.tc-section .sm-post-wrapper .sm-post-card {
  display: flex;
  width: calc(50% - 23.5px);
  gap: 12px;
  height: fit-content;
  border-top: 1px solid #e7e7e7;
  padding: 40px 0;
}

.sm-post-card .post-title {
  font-size: 20px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.tc-section .sm-post-wrapper .sm-post-card:nth-last-child(-n + 2) {
  border-bottom: 1px solid #e7e7e7;
}

/************** Top Newsletter Section 
*************************************/

.top-newsletter {
  background-image: url(../images/newsletter_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 84px 40px 38px;
}

.top-newsletter .newsletter {
  flex-direction: column;
  text-align: center;
  gap: 10px;
}

.top-newsletter .newsletter .input-wrapper {
  justify-content: center;
  margin: 0 auto;
}

.top-newsletter .newsletter h2 {
  font-size: 60px;
  line-height: 78px;
}

.top-newsletter .newsletter p {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  padding-top: 8px;
  padding-bottom: 6px;
}

.top-newsletter .newsletter input {
  width: 621px;
  height: 80px;
}

.top-newsletter .newsletter button {
  width: 195px;
  height: 80px;
  line-height: 30px;
}

.top-newsletter .newsletter .newsletter-info {
  font-size: 12px;
  font-weight: 500;
}

/*************** Trip Planning Section 
*************************************/
.tp-section {
  padding: 114px 0;
}

.tp-section .post-wrapper .post-card {
  max-height: max-content;
}

.tp-section .content-part .sub-title {
  max-width: 135px;
  width: 100%;
  margin: 0 auto;
}

.tp-section .content-part .sub-title p {
  color: #ababab;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.tp-section .line {
  background-color: #ababab;
}

.tp-section .content-part {
  max-width: 770px;
  margin: 0 auto;
  width: 100%;
}

.tp-section .content-part .title {
  color: #000;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 40px;
  padding-top: 5px;
  padding-bottom: 28px;
}

.tp-section .content-part h6 {
  color: #8e8e8e;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  padding-bottom: 46px;
}

.tp-section .post-wrapper {
  gap: 32px;
}

.tp-section .post-wrapper .post-card {
  width: calc(33.33% - 21.333px);
  min-width: 457px;
}

.tp-section .sm-post-card {
  border-top: 1px solid #e7e7e7;
  padding: 40px 0;
}

.tp-section .sm-post-wrapper .sm-post-card:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.tp-section .post-wrapper{
  padding-bottom: 0;
}

.tp-section {
  padding: 112px 0 120px;
}

/************** Slider Section Section 
*************************************/

.slider-section .content {
  position: absolute;
  bottom: 50px;
  padding: 0 200px;
  z-index: 2;
}

.slider-section .content .location-info {
  display: flex;
  gap: 45px;
}

.slider-section .location-info-mbl {
  display: none;
}

.slider-section .content ul li {
  color: var(--white-color);
  list-style: disc;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.12px;
}

.slider {
  position: relative;
  overflow: hidden;
  height: 900px;
  transition: transform 0.5s ease-in-out;
}

.slider:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
          0deg,
          rgba(0, 0, 0, 0.95) 0%,
          rgba(80, 50, 50, 0) 100%,
          rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
  height: 394px;
}

.slider .slider-img {
  height: 900px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.slider .slider-img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  object-fit: cover;
}

.slider-wrapper {
  position: relative;
}

.slider .content h2 {
  color: #fff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 104px;
}

.slider .content p {
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-transform: uppercase;
  padding-left: 5px;
}

.slider .content .location-info {
  padding-top: 18px;
  padding-left: 20px;
}

.slider-wrapper .slider-buttons {
  position: absolute;
  bottom: 60px;
  right: 200px;
  gap: 30px;
  z-index: 2;
}

.slider-buttons::before {
  content: "";
  align-self: stretch;
  border: 1px solid var(--white-color);
  height: 36px;
}

.slider-buttons .left-btn,
.slider-buttons .right-btn {
  cursor: pointer;
}

.slider-buttons .left-btn {
  order: -1;
}

/* Style for slider dots */
.slider-section .slider-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.slider-section .slider-dots .dots-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dots-wrapper span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid #BDBDBD;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dots-wrapper span.active {
  background-color: #BDBDBD;
}

/************ Travel Resources Section 
*************************************/
.tr-section {
  background-color: var(--white-color);
}

/************************* Faq Section 
*************************************/

.faq-section {
  background-color: #f2f6f6;
  padding: 112px 0;
}

.faq-section .title {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 39px;
  text-transform: capitalize;
  padding-bottom: 40px;
}

.faq-section .content-wrapper {
  display: flex;
  column-gap: 47px;
  row-gap: 30px;
  flex-wrap: wrap;
}

.faq-section .content-wrapper .qa-box {
  width: calc(50% - 23.5px);
  border-bottom: 1px solid #dadada;
  padding-bottom: 30px;
}

.faq-section .qa-box:nth-last-child(-n + 4) {
  border: none;
  padding-bottom: unset;
}

.qa-box .qn {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
}

.qa-box .ans {
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

@media only screen and (max-width: 1575px) {
  /*Slider Section*/
  .slider-section .content {
      padding: 0 40px;
  }

  .slider-wrapper .slider-buttons {
      right: 40px;
  }
}

@media only screen and (max-width: 1440px) {
  /* Category posts section */
  .hero-section .post-wrapper .post-card {
    width: calc(33.33% - 12px);
  }
  .hero-section .post-wrapper .post-card:nth-child(n+7) {
    display: none;
  }

  .popular-stories .sm-post-card .post-desc {
    display: none;
  }

}

@media only screen and (max-width: 1440px) {
  /* Tr, Destination, Inspiration Section*/
  .tr-section .wrapper,
  .destination-section .wrapper,
  .inspiration-section .wrapper {
      flex-direction: column;
  }

  .tr-section .content-part,
  .destination-section .content-part,
  .inspiration-section .content-part {
      text-align: center;
      max-width: 791px;
      min-width: unset;
  }

  .tr-section .wrapper .post-wrapper,
  .destination-section .wrapper .post-wrapper,
  .inspiration-section .wrapper .post-wrapper {
      gap: 20px;
  }

  .tr-section .post-wrapper .post-card,
  .destination-section .post-wrapper .post-card,
  .inspiration-section .post-wrapper .post-card {
      width: calc(33.333% - 13.667px);
  }

  .tr-section .content-part .sub-title,
  .destination-section .content-part .sub-title,
  .inspiration-section .content-part .sub-title {
      margin: 0 auto;
  }

  /*Tc Section*/
  .tc-section .post-wrapper {
      max-width: 991px;
      width: 100%;
      margin: 0 auto;
      gap: 30px;
  }

  .tc-section .sm-post-wrapper {
      gap: unset;
      flex-direction: column;
  }

  .tc-section .sm-post-wrapper .sm-post-card {
      width: 100%;
  }

  .tc-section .sm-post-wrapper .sm-post-card:nth-last-child(-n+3) {
      display: none;
  }

  .tc-section .sm-post-wrapper .sm-post-card:nth-child(3) {
      border-bottom: 1px solid #e7e7e7;
  }

  /*Tp Section*/
  .tp-section .post-wrapper .post-card {
      width: 100%;
      min-width: unset;
  }

  .tp-section .sm-post-wrapper{
      display: none;
  }

}


@media only screen and (max-width: 1199px) {
  /*faq*/
  .faq-section .content-wrapper{
      flex-direction: column;
  }

  .faq-section .content-wrapper .qa-box{
      width: 100%;
  }

  .hero-section h1{
    font-size: 39px;
  }
}


@media only screen and (max-width: 990px) {

  /* Category posts section */
  .hero-section .post-wrapper .post-card {
    width: calc(50% - 12px);
  }

  .popular-stories .sm-post-wrapper .sm-post-card {
    width: calc(50% - 25px);
  }

  .popular-stories .sm-post-wrapper .sm-post-card:nth-child(n+7) {
    display: none;
  }

  /*Top Newsletter*/
  .top-newsletter .input-wrapper .input-field {
      justify-content: center;
  }

  .top-newsletter .newsletter input,
  .top-newsletter .newsletter button {
      width: 100%;
  }
}

@media screen and (min-width: 641px) and (max-width: 990px) {
  .post-card .post-content {
      bottom: 20px;
  }

  .post-card .post-content .post-category {
      margin-bottom: 15px;
  }

  /*Tc Section*/
  .tc-section .post-wrapper {
      flex-direction: column;
      align-items: center;
  }

  .tc-section .post-card {
      width: 100%;
      text-align: center;
  }

  .tc-section .post-card .post-content {
      margin: 0 auto;
      width: 100%;
  }

}


@media only screen and (max-width: 768px) {
  /* Category posts section */
  .hero-section .post-wrapper .post-card {
    min-height: 300px;
    max-height: 300px;
  }

  .hero-section .post-wrapper {
      gap: 15px;
  }

  .hero-section .post-wrapper .post-card {
      width: calc(50% - 7.5px);
  }

  .post-card .post-content .post-title {
      font-size: 14px;
      line-height: 18.2px;
  }

  /* Tr, Destination, Inspiration Section*/
  .tr-section .wrapper .post-wrapper,
  .destination-section .wrapper .post-wrapper,
  .inspiration-section .wrapper .post-wrapper {
      gap: 15px;
  }

  .tr-section .post-wrapper .post-card,
  .destination-section .post-wrapper .post-card,
  .inspiration-section .post-wrapper .post-card {
      width: calc(50% - 7.5px);
  }

  /* Tc Section*/
  .tc-section .post-wrapper {
      flex-direction: column;
  }

  .tc-section .post-card {
      width: 100%;
  }

}

@media only screen and (max-width: 640px) {
  
  .hero-section{
      padding-bottom: 72px;
  }

  .hero-section .top-part .title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 16px;
  }

  .banner-section {
    height: 783px;
  }

  .banner-section .content .title{
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 16px;
  }
	
  .popular-stories {
    padding: 80px 0px 35px 0px;
  }
  
  .popular-stories .content-part .title {
    font-size: 30px;
    line-height: 33px;
  }

  .popular-stories .sm-post-wrapper .sm-post-card {
    width: calc(100% - 25px);
  }

  .tc-section .post-card {
      min-width: 100%;
  }

  .tr-section, .destination-section, .inspiration-section{
      padding: 72px 0 80px;
  }

  .tr-section .content-part .title, .destination-section .content-part .title, .inspiration-section .content-part .title{
      font-size: 40px;
      line-height: 52px;
      padding-top: 12px;
  }

  .tr-section .content-part h6, .destination-section .content-part h6, .inspiration-section .content-part h6{
      padding-bottom: 23px;
  }

  .tr-section .wrapper, .destination-section .wrapper, .inspiration-section .wrapper{
      gap: 40px;
  }

  .inspiration-section, .faq-section{
    padding: 80px 0;
  }

  .tc-section {
      padding: 77px 0 40px;
  }

  .tc-section .content-part .title{
      font-size: 40px;
      line-height: 40px;
      padding-bottom: 20px;
  }

  .tc-section .post-content .post-title {
      font-size: 20px;
      line-height: 28px;
  }

  /*Slider Section*/
  .slider-section .content {
      padding: 0;
      bottom: 0;
      width: 100%;
  }

  .slider-section .slider {
      height: 532px;
  }

  .slider:after {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(80, 50, 50, 0.00) 100%, rgba(0, 0, 0, 0.00) 100%);
  }

  .slider .slider-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
  }

  .slider .content .location-info {
      display: none;
  }

  .slider .content .location-info-mbl {
      display: flex;
      gap: 25px;
      background-color: #000;
      padding: 20px 15px 20px 35px;
  }

  .slider .content h2 {
      padding: 0 15px;
      font-size: 40px;
      line-height: 52px;
  }

  .slider .content p {
      padding: 0 20px 15px;
  }

  /*Top Newsletter*/
  .top-newsletter {
      padding: 55px 20px 10px;
  }

  .top-newsletter .newsletter h2 {
      font-size: 40px;
      line-height: 40px;
      padding-bottom: 20px;
  }

  .top-newsletter .newsletter p {
      line-height: 26px;
  }

}

@media screen and (max-width: 575px){
  .hero-section .post-wrapper {
    gap: 10px;
  }
  .tp-section {
	padding-top: 80px;
	padding-bottom: 80px;
  }
  .inspiration-section .content-part h3{
    line-height: 26.4px;
  }
  .post-card .post-content .post-title {
    -webkit-line-clamp: 3;
  }
  .post-card .post-content {
    bottom: 20px;
    padding: 0 12px;
  }
  .post-card .post-content .post-category {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 430px){
  .hero-section .post-wrapper .post-card {
        width: 100%;
  }
}

@media screen and (max-width: 420px){
  .banner-section {
    height: fit-content;
    padding: 100px 0px 40px 0px;
  }
  .banner-section .content .title {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 12px;
  }
}