/* Daily faeves head tab */

.daily-faeves-head-tab {
  padding-top: 120px;
  background-color: #f8f8f8;
}

.first-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1% 0 2% 0;
}

.first-section-head-left {
  width: 33.333%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.daily-faeves-tabs {
  border-bottom: none !important;
}

.daily-faeves-tabs > .daily-faeves-tab-list.active > a,
.daily-faeves-tabs > .daily-faeves-tab-list.active > a:focus,
.daily-faeves-tabs > .daily-faeves-tab-list.active > a:hover {
  /* background: #f8f8f8 !important; */
  text-decoration: underline;
}

.daily-faeves-tab-link {
  padding: 10px 25px 10px 0 !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}

.daily-faeves-tabs li a {
  font-size: 20px;
  font-family: "mn-book";
  text-transform: uppercase;
}

.first-section-head-center {
  width: 33.333%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.first-section-head-center a {
  font-size: 60px;
  text-transform: uppercase;
  /* font-family: "mag-bold"; */
  color: #138fe4 !important;
  font-weight: bold;
}

.first-section-head-right {
  width: 33.333%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.searchDiv {
  margin-right: 40px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.daily-faeves-seach-input {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 16px;
  font-family: "mn-light";
  outline: none;
}
.daily-faeves-post-btn {
  width: 132px;
  height: 40px;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-family: "mn-light";
  text-transform: uppercase;
  outline: none;
  border: none;
  transition: all 0.3s ease-out;
}

.daily-faeves-post-btn:hover {
  letter-spacing: 1.4px;
}

/* first section */

.first-section {
  width: 100%;
  /* height: 100%; */
  position: relative;
  /* padding-top: 120px; */
  padding-bottom: 80px;
  background: #f8f8f8;
}

.first-section-main-content {
  padding: 0;
  display: flex;
  justify-content: space-between;
  color: #000;
}

.daily-faeves-article-title,
.daily-faeves-article-description {
  color: #000;
}

.daily-faeves-article-title span {
  border-right: 3px solid #000;
}

/* second section */

.second-section {
  /* padding: 2% 0; */
  padding-bottom: 80px;
  border-top: 2px solid #138fe4;
}

.second-section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.second-section-header-title {
  font-size: 40px;
  color: #138fe4;
  text-transform: uppercase;
  font-family: "mn-bold";
  border-top: 10px solid #138fe4;
  padding-top: 20px;
}

.second-section-header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.second-section-header-link {
  width: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #000;
  color: #fff !important;
  font-size: 20px;
  font-family: "mn-book";
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

.second-section-header-link:hover {
  letter-spacing: 1.4px;
}

.second-section-content {
  padding: 2.5% 0 0 0;
}

/* Fifth section modal */

.review-details-modal {
  height: 100vh !important;
  z-index: 3000 !important;
  width: 100%;
  padding: 0 !important;
  position: fixed !important;
  background-color: rgba(0, 0, 0, 0.52);

  margin: auto;
}

.review-details-modal-dialog {
  width: 75vw;
  height: 100%;
  display: flex;
  align-items: center;
  margin: auto;
}

/* Third section */

.third-section {
  border-top: 2px solid #ff2a59;
}

.third-section-header-title {
  color: #ff2a59;
  border-top: 10px solid #ff2a59 !important;
}

/* Fourth section  */

.fourth-section {
  border-top: 2px solid #e25fa3;
}

.fourth-section-header-title {
  color: #e25fa3;
  border-top: 10px solid #e25fa3;
}

/* Fifth section */

.fifth-section {
  padding-bottom: 80px;
}

.fifth-section-first-row {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: default;
  /* height: 60vh; */
  /* z-index: -10; */
}

.fifth-section-disco {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 200px;
  line-height: 100%;
  font-weight: bold !important;
  /* font-family: "mag-bold"; */
  text-transform: uppercase;
  text-align: center;
  /* margin-bottom: 100px; */
  white-space: nowrap;
}

.fifth-section-disco-text {
  color: #138fe4;
}

.fifth-section-first-row ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
  z-index: -10;
}

.fifth-section-first-row ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 80px;
  /* font-family: "mag-bold"; */
  line-height: 100%;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: thin #c1c1c1;
}

.fifth-section-first-row ul li:hover {
  -webkit-text-fill-color: #c1c1c1;
  cursor: default;
}

.hovered-text:hover {
  -webkit-text-fill-color: #c1c1c1;
  cursor: default;
}

.hovered-text {
  position: relative;
}

.daily-article-div:hover .daily-article-description {
  color: #138fe4;
}

.fifth-section-heading {
  position: absolute;
  /* left: -15px; */
  left: 50%;
  top: 20%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  font-size: 310px;
  /* font-family: "mag-bold"; */
  letter-spacing: 10px;
  color: #138fe4;
  z-index: 100;
  text-align: left;
  line-height: 80%;
  white-space: nowrap;
  text-transform: uppercase;
}

.fifth-section-second-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* margin-top: -100px !important; */
}

.fifth-sec-grid-item {
  width: 23%;
  padding: 0;
}

/* Sixth section */

.sixth-section {
  padding-bottom: 80px;
}

/* Seventh section */

.seventh-section {
  padding-bottom: 80px;
}

.seventh-section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fifthSec-view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-more-btn {
  width: 180px;
  height: 40px;
  font-family: "mn-light";
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  background: black;
  /* margin: 30px auto 0 auto; */

  margin-top: 60px !important;
  border: none;
  transition: all 0.4s ease-out;
}

.section-more-btn:hover {
  letter-spacing: 1.4px;
}

@media only screen and (max-width: 1600px) {
  .daily-faeves-head-tab {
    padding-top: 80px;
  }

  /* first section */

  .first-section {
    /* padding-top: 80px; */
  }

  .daily-faeves-tabs li a {
    font-size: 15px;
  }

  .first-section-head-center a {
    font-size: 55px;
  }

  .searchDiv {
    width: 45%;
    margin-right: 25px;
    padding-bottom: 3px;
  }

  .searchDiv svg {
    width: 18px;
    height: 18px;
  }

  .daily-faeves-seach-input {
    font-size: 13px;
  }
  .daily-faeves-post-btn {
    width: 110px;
    height: 35px;
    font-size: 14px;
  }

  .daily-faeves-article-title span {
    border-right: 2px solid #000;
  }

  /* second section */

  .second-section-header-title {
    font-size: 30px;
    border-top: 8px solid #138fe4;
    padding-top: 15px;
  }

  .second-section-header-link {
    width: 110px;
    height: 35px;
    font-size: 14px;
  }

  /* Third section */

  .third-section-header-title {
    border-top: 8px solid #ff2a59 !important;
  }

  /* Fourth section  */

  .fourth-section-header-title {
    border-top: 8px solid #e25fa3;
  }

  /* Fifth section */

  /* .fifth-section-first-row ul li {
    font-size: 50px;
  } */

  .fifth-section-disco {
    font-size: 150px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .review-details-modal-dialog {
    width: 75vw;
    /* height: auto; */
  }

  .searchDiv {
    width: 50%;
  }

  .daily-faeves-post-btn {
    width: 90px;
    height: 30px;
  }

  .first-section-head-left {
    width: 66.333%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .first-section-head-center {
    display: none;
  }

  .first-section-head-right {
    width: 66.333%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .fifth-section-disco {
    font-size: 130px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
  .review-details-modal-dialog {
    width: 90vw;
    /* height: auto; */
    height: calc(100% - 150px);
    margin-top: 75px;
  }

  .first-section {
    width: 100%;
    /* height: 100%; */
    position: relative;
    /* padding-top: 120px; */
    padding-bottom: 10px;
    background: #f8f8f8;
  }
  .first-section-main-content {
    padding: 0;
    display: flex;
    justify-content: center;
    color: #000;
    flex-direction: column;
    align-content: center;
  }

  .second-section-header-title {
    font-size: 25px;
    padding-top: 15px;
    white-space: nowrap;
    width: 130px;
  }

  .fifthSec-card-rating-container {
    display: none;
  }

  .fourth-section-daily-article {
    width: 100%;
    color: white !important;
    text-decoration: none !important;
    margin-bottom: 40px;
  }
  .first-section-head-left {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1px 0px 1px 10px;
    justify-content: flex-start;
  }
  .first-section-head-center {
    display: none;
  }
  .first-section-head-right {
    width: 66.333%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    display: none;
  }
  .searchDiv {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    height: 100%;
  }

  .searchDiv svg {
    order: 1;
    margin-right: 15px;
    width: 20px;
    height: 20px;
  }

  .daily-faeves-seach-input {
    font-size: 16px;
    color: #fff;
    order: 2;
  }
  .daily-article-image-container {
    height: 220px;
  }
  .daily-article-image-container img {
    width: 371px;
    height: 217px;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform 0.2s linear;
  }
  .daily-article-image-container video {
    width: 371px;
    height: 217px;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform 0.2s linear;
  }
  .daily-article-title {
    font-size: 19px;
    padding: 15px 0;
  }
  .daily-faeves-article-title span {
    font-size: 18px;
  }
  .daily-faeves-article-description {
    color: #000;
    font-size: 12px;
  }
  .daily-article-tags-list {
    display: none;
  }
  .second-section {
    /* padding: 2% 0; */
    padding-bottom: 40px;
  }
  .fifth-section-second-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .fifth-sec-grid-item {
    width: 49% !important;
  }
  .fifth-section {
    padding-bottom: 10px;
  }
  .fifthSec-card-tags {
    display: none;
  }
  .sixth-section {
    padding-bottom: 10px;
  }
  .seventh-section {
    padding-bottom: 60px;
  }
  .daily-faeves-head-tab {
    padding-top: 10px;
  }
  .mobile-search-bar {
    background-color: #000;
    height: 45px;
    margin-top: 50px;
  }
  .marquee {
    display: none;
  }
  .marquee-right {
    display: none;
  }
  .fifth-section-first-row {
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: default;
    height: 15vh;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* z-index: -10; */
  }
  .fifth-section-disco {
    font-size: 55px;
    /* top: 70%; */
  }
  .seventh-section-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .section-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    margin: auto;
    /* margin-left: 0; */
  }
}
