* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
}

.wrapper {
  margin: 0 auto;
  max-width: 1192px;
  padding: 0 20px;
}

nav {
  display: flex;
}

.logo {
  background: linear-gradient(to bottom right, #c09, #f42 85%);
  width: 100px;
  padding: 0.8em;
}

.top-nav,
.tab-menu-links,
.conference,
#search-duplicate {
  display: none;
}

.mobile-menu {
  align-self: stretch;
  justify-content: start;
  width: 110px;
  font-size: 1.5em;
}

.mobile-menu i {
  cursor: pointer;
}

.search {
  color: #aaa;
  transform: rotateY(180deg);
  border-right: 1px solid #ccc;
  padding: 15px 1em;
  margin-left: 0.4em;
  font-size: 16px;
}

.hamburger {
  color: #f42;
  border-left: 1px solid #ccc;
  padding: 12px 0.7em;
}

.yellow-banner {
  width: 100%;
  height: 50px;
  padding: 1em;
  margin: auto;
  background-color: yellow;
  text-align: center;
}

.truncate {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: auto;
}

main {
  display: grid;
  grid-template-areas:
    "big"
    "small-1"
    "small-2";
  padding: 0 0.7em;
  margin-top: 6.21em;
  gap: 10px;
}

.big-hero-banner {
  grid-area: big;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0.8)),
    url("./assests/letters.jpg");
  background-position: 50% 50%;
  padding: 1em;
}

.small-1 {
  grid-area: small-1;
  padding: 4em 1em 1em;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0.8)),
    url("./assests/bg-grad.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

.small-2 {
  grid-area: small-2;
  padding: 1em;
  background-color: green;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0.8)),
    url("./assests/lyft.png");
  background-position: 50% 37%;
}

.big-screen-display {
  display: none;
}

.category {
  text-transform: uppercase;
  margin-top: 2em;
}

.category,
.title a {
  color: #fff;
  text-align: left;
}

.title a {
  margin-top: 0.2em;
}

.author {
  color: #aaa;
}

.clock-icon,
.share-icon {
  margin-left: 0.5em;
}

.latest-news {
  margin: 40px 0;
}

.latest-news-title,
.latest-funding-title,
.most-popular-title {
  margin: 15px 0;
  font: normal normal 700 28px/30.8px Avalon, sans-serif;
}

.latest-news-title a,
.latest-funding-title a,
.most-popular-title a,
.latest-funding-header-option a {
  color: #f42;
}

.latest-news-item {
  display: flex;
  margin: 5px;
}

.latest-news-img img {
  width: 75px;
  height: 80px;
  margin-right: 10px;
  padding-top: 5px;
}

.description-link {
  color: #000;
  font: normal normal 700 14px/18px;
}

.description {
  margin-top: 0.5em;
}

.description,
.description-link1 {
  color: #9d9d9d;
}

.latest-funding-header-option {
  margin-bottom: 10px;
  font: normal normal normal 14px/18px;
}

.latest-funding-item {
  margin-bottom: 1em;
}

.funding-item-top-content,
.funding-item-center-content ul {
  position: relative;
  display: block;
}

.funding-item-top-content img {
  width: 60px;
  height: 60px;
  margin: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.funding-item-top-content > h4 {
  background: #f42;
  color: #fff;
  padding: 10px 0 10px 84px;
  font: normal normal bold 18px/1.25;
}

.latest-funding-stats {
  padding: 10px 0 10px 84px;
  background: rgba(255, 68, 34, 0.08);
}

.latest-funding-stats h4 {
  font: normal normal bold 18px/22.5px;
}

.latest-funding-stats h5 {
  font: normal normal 500 11px/16.5px;
}

.funding-item-center-content {
  background: rgba(243, 154, 139, 0.08);
}

.funding-item-list1 {
  padding-top: 15px;
}

.funding-item-list1,
.funding-item-list2 {
  padding-bottom: 15px;
  padding-left: 10px;
}

.funding-item-list1 a,
.funding-item-list2 a {
  font: normal normal normal 13px/22px;
  padding-left: 10px;
  color: gray;
}

.funding-item-center-content p {
  color: gray;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(255, 68, 34, 0.25);
}

.most-popular-main-image {
  height: 60vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0.8)),
    url("https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/04/Google-Meet-796x417.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.most-popular-main-image-content {
  position: relative;
  top: 45vh;
  left: 2vw;
}

.most-popular-main-image-content h5 {
  font: normal normal normal 14px/21px;
}

.most-popular-main-image-content small {
  font: normal normal 500 12px/16px;
  color: rgba(255, 255, 255, 0.6);
}

.most-popular-latest {
  background: rgba(255, 68, 34, 0.08);
}

.most-popular-latest div {
  padding: 10px 0.5em 1.5em 10px;
}

.most-popular-latest div h6 {
  font: normal normal 500 13px/19.5px;
  color: #f42;
}

.most-popular-latest > a {
  margin-top: 0.2em;
  width: 15em;
}

.most-popular-latest div a {
  font: normal normal bold 14px/17.5px;
  color: #f42;
}

.most-popular-latest > a img {
  height: 100%;
}

.most-popular-news {
  list-style-type: disc;
  padding-left: 15px;
  color: #f42;
}

.most-popular-news li {
  padding: 0.5em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.most-popular-news li a {
  color: black;
  font: normal normal normal 13px/19.5px;
}

.latest-deal-header {
  align-items: center;
}

#all-deals {
  color: #f42;
  margin-right: 10px;
}

.bg-img {
  width: 75px;
  padding-top: 75px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.news-info {
  width: 80%;
}

#latest-1 {
  background: url("./assests/latest.jpg") no-repeat;
  background-size: cover;
  background-position: 0 100%;
}

#latest-2 {
  background: url("./assests/latest-2.jpg") no-repeat;
  background-size: cover;
  background-position: 0 100%;
}

#latest-3 {
  background: url("./assests/latest-3.jpg") no-repeat;
  background-size: cover;
  background-position: 0 100%;
}

#latest-4 {
  background: url("./assests/latest-4.jpg") no-repeat;
  background-size: cover;
  background-position: 0 100%;
}

#latest-5 {
  background: url("./assests/latest-5.jpg") no-repeat;
  background-size: cover;
  background-position: 0 100%;
}

#latest-6 {
  background: url("./assests/latest-6.jpg") no-repeat;
  background-size: cover;
  background-position: 0 100%;
}

#latest-7 {
  background: url("./assests/latest-7.jpg") no-repeat;
  background-size: cover;
  background-position: 0 100%;
}

#latest-8 {
  background: url("./assests/latest-8.jpg") no-repeat;
  background-size: cover;
  background-position: 0 100%;
}

.discount {
  display: none;
}

.price {
  margin-top: 0.5em;
}

.old-price {
  font-size: 12px;
  color: #999;
}

.new-price {
  font-size: 14px;
  color: #555;
}

.marquette-font {
  font-family: "ARS Maquette", "Helvetica Neue", Arial, sans-serif;
}

.shentox-font {
  font-family: Shentox, sans-serif;
  margin: 10px 0;
}

footer {
  margin-top: 3em;
  text-align: center;
}

.footer-links {
  background-color: #131313;
  padding: 2.2em 0;
}

.footer-ul {
  display: flex;
  flex-wrap: wrap;
  width: 74%;
  margin: 0 auto;
  justify-content: center;
}

.social-links {
  padding: 1.6em 0;
}

.social-links li {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 12px 0 5px;
  margin: 4px;
}

.social-links li a i {
  background-color: transparent;
  color: #fff;
  width: 16px;
  height: 16px;
}

.footer-nav li {
  margin: 5px;
}

.footer-nav li a {
  text-transform: uppercase;
  color: #aaa;
  font-size: 13px;
}

#mid-size-icon {
  display: none;
}

.legal {
  background-color: #000;
  color: #aaa;
  font-size: 13px;
  padding: 2.85em 0;
}

.copyright-logo {
  justify-content: center;
}

.footer-logo {
  width: 37px;
  height: auto;
}

.footer-logo a img {
  height: 100%;
}

#copyright {
  padding-left: 5px;
}

#made-location {
  margin: 0.3em;
}

#love-icon {
  color: #f42;
}

#powered-by {
  justify-content: center;
}

#stackpath {
  width: 65px;
  height: auto;
  padding-left: 2px;
}

@media screen and (min-width: 321px) {
  #mid-size-icon {
    display: inline;
  }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
  .top-nav-right {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .top-nav,
  .tab-menu-links {
    display: flex;
  }

  .logo img {
    margin-top: 1.2em;
  }

  #search-duplicate {
    display: inline;
    margin-right: 3%;
  }

  .mobile-menu {
    display: none;
  }

  nav {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: 31.2px 1fr;
    gap: 0;
    grid-template-areas:
      "logo top-nav"
      "logo bottom-nav";
  }

  .logo {
    grid-area: logo;
  }

  .top-nav {
    grid-area: top-nav;
    background-color: #000;
    padding: 0.35em 0.8%;
    height: fit-content;
  }

  .top-nav li {
    padding: 0 0.3em;
  }

  .light-gray-text {
    color: #aaa;
  }

  .most-popular-latest > a {
    margin-top: 0.2em;
    width: 15em;
  }

  .top-nav li a {
    font-size: 1em;
  }

  .top-nav .top-nav-left {
    align-items: baseline;
  }

  .top-nav .top-nav-right {
    align-items: flex-end;
  }

  .bottom-nav {
    grid-area: bottom-nav;
    height: 50px;
    padding-left: 7px;
    padding-right: 15px;
  }

  .tab-menu-links {
    padding: 15px;
  }

  .bottom-nav li {
    margin: 0 0.3em;
  }

  .bottom-nav li a {
    text-transform: uppercase;
    color: #999;
  }

  .yellow-banner {
    height: 30px;
    padding: 0.4em 0.7em;
  }

  main {
    grid-template-areas:
      "big big small-1"
      "big big small-2";
    margin-top: 7.2em;
  }

  .content {
    position: relative;
    bottom: -11em;
    z-index: 10;
  }

  .latest-news ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
  }

  .latest-news-item {
    flex-direction: column;
  }

  .latest-news-img img {
    width: 100%;
    height: 150px;
    margin: 0;
  }

  .description {
    margin-top: 10px;
  }

  .latest-funding-heading ul {
    display: flex;
  }

  .latest-funding-header-option {
    border-right: 1px solid #f42;
    padding: 0 1em;
  }

  .latest-funding-header-option:first-child {
    padding-left: 0;
  }

  .latest-funding-header-option:last-child {
    border-right: none;
  }

  .latest-funding > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 15px;
  }

  .latest-funding-item:last-child {
    display: none;
  }

  .most-popular > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .most-popular-main-image {
    height: 40vh;
  }

  .most-popular-main-image-content {
    top: 25vh;
  }

  .most-popular-latest div {
    padding: 0.5em 0.5em 0.5em 10px;
  }

  .latest-deals-ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
  }

  .bg-img {
    width: 100%;
    height: 170px;
    padding-top: 75%;
    position: relative;
  }

  .discount {
    display: block;
    width: 80px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .discount h5 {
    font-size: 14px;
    color: #000;
    position: absolute;
    right: 0.1em;
    top: 1.6em;
    transform: rotateZ(45deg);
  }

  .social-links li {
    margin: 0 8px;
  }

  .legal,
  .footer-bottom {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  nav {
    grid-template-areas:
      "top-nav top-nav"
      "bottom-nav bottom-nav";
  }

  .logo {
    display: none;
  }

  .small-1,
  .small-2 {
    position: relative;
    min-width: 32vw;
  }

  .article-container {
    position: absolute;
    bottom: 1em;
  }

  .big-hero-banner {
    min-width: 64vw;
    position: relative;
    background-image: linear-gradient(
        161deg,
        rgba(255, 50, 14, 0.9),
        rgba(0, 0, 0, 0.8)
      ),
      url("./assests/letters.jpg");
    height: 72vh;
  }

  .content {
    position: absolute;
    bottom: 1em;
    z-index: 10;
    max-width: 86%;
  }

  .big-screen-display {
    display: flex;
  }

  .big-logo {
    height: 7em;
  }

  .date {
    color: #fff;
  }

  .content .title a {
    font-size: 56px;
    line-height: 56px;
  }

  .latest-funding-heading {
    display: flex;
    align-items: center;
  }

  .latest-funding-title {
    margin-bottom: 30px;
  }

  .latest-funding-item:last-child {
    display: block;
  }

  .most-popular ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1114px) {
  .truncate {
    margin: 0;
    text-align: left;
  }

  .conference-container {
    min-width: 570px;
  }

  .conference {
    display: flex;
    font-family: sans-serif;
  }

  .checkout-btn {
    padding: 3px;
    text-transform: uppercase;
    box-shadow: 2px 2px 0;
    background-color: #fff;
    border-radius: 5px;
    font-size: 11px;
  }

  .checkout-btn i {
    background-color: #fff;
    color: #000;
    border: none;
  }

  .conference h6 {
    width: max-content;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 10px;
  }

  .conference h6 span:first-child {
    font-size: 12px;
  }

  .timer {
    font-size: 14px;
    color: red;
  }

  .register-btn {
    background-color: #0cc;
    color: #fff;
    text-transform: uppercase;
    padding: 0 12px;
    font-size: 11px;
    font-weight: 700;
    width: max-content;
    border: none;
    border-radius: 4px;
    height: 28px;
  }

  .register-btn:hover {
    background-color: #90c;
  }
}
