*,
*::after,
::before {
  margin: 0;
  padding: 0;
  font-family: 'exo', sans-serif;
  box-sizing: border-box;
}

.container {
  width: 90%;
  margin: auto;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

::selection {
  background-color:#F9CD5A;
}
/* ---------------------------- */
/* navbar */

.navbar {
    background: #fff;
    border: 3px solid #000;
    border-radius: 14px;
    box-shadow: 6px 6px 0 #000;
    width: 100%; 
    z-index: 1000;
}

.navbar .container {
    padding: 15px 0;
}

.navbar-parent {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    gap: 15px; 
    padding: 10px;
}

.logo {
    text-align: center; 
    font-weight: 800;
    font-size: 30px;
}

.logo span:last-child {
    color: #FF6900;
}

.links {
    text-align: center;
}

.links a {
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    margin: 10px 0; 
    font-size: 18px; 
}

.links a:hover {
    color: #FF7C50;
}

.links img {
    display: none; 
}

.subscribe {
    width: 80%;
    background: #fff;
    border: 3px solid #000;
    border-radius: 8px;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    box-shadow: 3px 3px 0 #000;
    transition: 0.3s;
    background-color: #ffde59;
    text-align: center;
}

.subscribe:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 #000;
}


/* ----------------------------------------------- */

/* Home */
.home {
  background: #FFF085;
  padding: 160px 0 60px;
  height: fit-content;
  border-bottom: #000 4px solid;
}


.trend {
    width: fit-content;
    
    padding: 4px 8px; 
    
    transform: rotate(-3deg);
    
}

.trend span {
    display: inline-block; 
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 8px 16px;
    border-radius: 6px;
    box-shadow: 3px 3px 0 #000;
}

.BRUTAL-THOUGHTS-BOLDIDEAS {
  color: #000;
  font-weight: 900;
  font-size: 63px;
  line-height: 79px;
  text-shadow: 2px 2px 4px gray;
}

.BRUTAL {
  color: #000000;
}

.THOUGHTS {
  color: #E7000B;
}

.BOLD-IDEAS {
  color: #155DFC;
}

.home-text {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  margin: 15px 0 32px;
  border: 4px solid black;
  width: 390px;
}

.home-text p {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}



.home-img {
  position: relative;
  border: 6px solid #000;
  transform: rotate(5deg);
  box-shadow: 5px 5px 0px #000;
  transition: transform 0.3s ease;
  width: 90%;
  margin-top: 40px;
}

.home-img:hover {
  transform: rotate(0deg) scale(1.03);
}

.home-img img {
  width: 100%;
  display: block;
}

.featured {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #e7000b;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 6px 12px;
  border: 3px solid #000;
  transform: rotate(-3deg);
  box-shadow: 3px 3px 0px #000;
}


.home-buttons {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}

.btn {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  padding: 19px 25px;
  border: 3px solid #000;
  cursor: pointer;
  box-shadow: 6px 6px 0 #000;
  transition: all 0.2s ease;
}

.btn-start {
  background: #000;
  color: #fff;
}

.btn-watch {
  background: #fff;
  color: #000;
}

.btn:hover {
  transform: translate(5px, 5px);
  box-shadow: 0px 0px 0px #000;
}

/* ----------------------------------------------------------- */





/* latest articles */
.parent-articles {
  display: flex;
  flex-direction: column;
}

.left-articles,
.right-articles {
  width: 100%;
}

.articles-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.latest-articles {
  padding: 40px 0;
  border-bottom: #000 4px solid;
}

.latest-articles h3 {
  font-weight: 900;
  color: rgb(0, 0, 0);
  font-size: 42px;
  line-height: 42px;
}




.card {
  border: 6px solid #000;
  box-shadow: 3px 3px 0px #000;
  padding: 28px;
  margin-bottom: 10px;
  transition: all 0.9s;
}
.card:hover{
  transform: translate(-5px,-5px);
}

.card1:hover .card-title {
  color: #E7000B
}

.card2:hover .card-title {
  color: #155DFC;
}

.card3:hover .card-title {
  color: #9810FB
}



.card-img {
  width: 50%;
}

.card-img img {

  width: 100%;
  border-radius: 15px;

}

.card-type1 {
  background-color:#FFDF20 ;
  color:#155DFC;
  transform: rotate(-3deg);

}

.card-type2 {
  background-color:#7BF1A8 ;
  transform: rotate(3deg);
}

.card-type3 {
  background-color:#FDA5D5 ;
  transform: rotate(-3deg);

}

.card-type {
  color: white;
  width: fit-content;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: bold;
  border: #000 2px solid;
  margin-block: 10px;
}

.card-type span {
  display: inline-block;
  color: black;
  font-weight: 700;
  font-size: 18px;
  border-radius: 6px;
  transition:  0.3s ease;
}

.card-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  margin-top: 15px;
  font-size: 14px;
}


.info-item img {
  width: 18px;
}

.user {
  display: flex;
  align-items: center;
  gap: 6px;
}

.heart {
  color: red;
}

.card-img {
  position: relative;
}

.new {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #e7000b;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 2px 2px;
  border: 2px solid #000;
  transform: rotate(2deg);
}

.load-more-btn {
  text-align: center;
  margin-top: 20px;
}

.load-more-btn .load {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 6px 6px 0 black;
  transition: all 0.2s ease;
}

.load-more-btn .load:hover {
  transform: translateY(6px);
  box-shadow: 0 0 rgb(0, 0, 0);
}

.trending-now {
  border: 6px solid #000;
  box-shadow: 3px 3px 0px #000;

  padding: 28px;
  margin-block: 10px;
}

.trending-now-names {
  display: flex;
  gap: 10px;
}

.trend-number {
  font-weight: 900;
  font-size: 32px;
  line-height: 35px;
}

.trend1:hover {
  color: #FB2C36;
}

.trend2:hover {
  color: #2B7FFF;
}

.trend3:hover {
  color: #AD46FF;
}

.num1 {
  color: #FB2C36;
}

.num2 {
  color: #2B7FFF;
}

.num3 {
  color: #AD46FF;
}


.trending-now h4 {
  font-weight: 900;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 15px;
}

.trending-now h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}

.trending-now p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: oklch(0.439 0 0);
}

.trend-name {
  margin-block: 5px;
  cursor: pointer;
}

.cover-span {
  border: 2px black solid;
  padding: 10px;
  margin-block: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  transition: all 0.4s;
}

.cover-span:hover {
  box-shadow: 6px 6px 5px black;
  transform: translate(-2px, -2px);
}

.cat1 {
  background-color: #FEF9C2;
}

.cat2 {
  background-color: #DBFCE7;
}

.cat3 {
  background-color: #FCE7F3;
}

.cat4 {
  background-color: #DBEAFE;
}

.cat5 {
  background-color: #F3E8FF;
}


.cat1:hover {
  background-color: #FFDF20;
}

.cat2:hover {
  background-color: #7BF1A8;
}

.cat3:hover {
  background-color: #FDA5D5;
}

.cat4:hover {
  background-color: #8EC5FF;
}

.cat5:hover {
  background-color: #DAB2FF;
}



/* --------------------------------------------------------------- */






/* meet-the-authors */


.meet-the-authors {
  padding: 70px 0;
  background-color: #FFD230;
  border-bottom: 4px black solid;
}

.meet-the-authors h3 {
  font-weight: 900;
  font-size: 42px;
  line-height: 42px;
  text-align: center;
}

.meet-the-authors p {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: oklch(0.439 0 0);
  margin-top: 10px;
  position: relative;
}

.meet-the-authors .line::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 110px;
  height: 7px;
  background-color: #000;
  transform: translateX(-50%) rotate(3deg);
  border-radius: 2px;
}

.author {
  border: #000 3px solid;
  margin-block: 30px;
  background-color: #FEF9C2;
  text-align: center;
  box-shadow: 3px 3px 0 black;
  transition: all 0.2s;
  position: relative;
}
.author1{
  background-color: #FEF9C2;
}
.author2{
  background-color: #DBFCE7;
}
.author3{
  background-color: #FCE7F3;
}
.author-img {
  width: 40%;
  margin: auto;
  margin-top: 10px;
}

.author-img img {
  width: 100%;
  border: 4px solid black;
}
.author-links ul {
  list-style: none;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.author-links ul li {
  background-color: black;
  padding: 8px;
  margin-block: 10px;
  margin-right: 15px;
}

.author-links ul li img {
  width: 24px;
  cursor: pointer;
  transition: transform 0.2s ease;
}



.author:hover{
  transform: translate(-2px,-2px);
}
.author1:hover{
  color: #E7000B;
}
.author2:hover{
  color: #155DFC;
}
.author3:hover{
  color: #9810FA;
}
.author-links1:hover{
  background-color: #1DA1F2;
  box-shadow: 6px 6px 0 black;
  border: 2px solid black;
}
.author-links2:hover{
  background-color: #155DFC;
  box-shadow: 6px 6px 0 black;
  border: 2px solid black;
}
.author-links3:hover{
  background-color: #E60076;
  box-shadow: 6px 6px 0 black;
  border: 2px solid black;
}

.author-name h4 {
  font-weight: 900;
  font-size: 26px;
  line-height: 32px;
}

.author-name p {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: oklch(0.439 0 0);
}

.author-about p {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}




.FOUNDER {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #e7000b;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 2px 2px;
  border: 2px solid #000;
  transform: rotate(2deg);
}
.LEAD {
  position: absolute;
  top: 25px;
  right: 25px;
  background: #2B7FFF;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 2px 2px;
  border: 2px solid #000;
  transform: rotate(-20deg);
}
.VIRAL {
  position: absolute;
  top: 25px;
  right: 20px;
  background: #AD46FF;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 2px 2px;
  border: 2px solid #000;
  transform: rotate(50deg);
}


/* --------------------------------------------------- */




/* JOIN THE REBELLION */


.JOIN-THE-REBELLION {
  padding: 40px 0;
  background-color: #F5F5F5;
}

.JOIN-THE-REBELLION h3 {
  font-weight: 900;
  font-size: 42px;
  line-height: 42px;
  text-align: center;
}

.JOIN-THE-REBELLION p {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: oklch(0.439 0 0);
  margin-top: 10px;
  position: relative;
}

.JOIN-THE-REBELLION .line::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 110px;
  height: 7px;
  background-color: #000;
  transform: translateX(-50%) rotate(-3deg);
  border-radius: 2px;
}

.left h4 {
  font-weight: 900;
  font-size: 32px;
  line-height: 35px;
  margin-block: 50px;
}

.join {
  border: #000 solid 2px;
  padding: 14px;
  box-shadow: 3px 3px 0px #000;

}

.join p {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  text-align: left;
}

.left-text {
  display: flex;
  margin-top: 30px;

}

.left-text-img {
  width: 9%;
  border: #000 2px solid;
  margin-right: 20px;

}

.img1{
  background-color: #FB2C36;

}
.img2{
  background-color: #2B7FFF;

}.img3{
  background-color: #AD46FF;

}.img4{
  background-color: #00C951;

}
.left-text-img img {
  width: 100%;

}

.left-text-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}




.join-btn {
  margin-top: 20px;
}

.join {
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
}

.join-btn .join {
  background-color: #000;
  color: #fff;
  padding: 18px 36px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 6px 6px 0 black;
  transition: all 0.2s ease;
}

.join-btn .join:hover {
  transform: translate(6px, 6px);
  box-shadow: 0 0 0;
}

.right {
  border: #000 4px solid;
  box-shadow: 6px 6px 0 black;

  margin-block: 50px;
  padding: 30px;
}

.right h5 {
  font-weight: 900;
  font-size: 26px;
  line-height: 32px;
}

.rebel-info {
  display: flex;
}

.rebel-img {
  width: 12%;
  margin-right: 15px;
}

.rebels-card {
  border: #000 2px solid;
  margin-block: 20px;
  padding: 14px 14px 14px 21px;
}
.rebels-card1{

  background-color: #FEF2F2;
}
.rebels-card2{

  background-color: #EFF6FF;
}
.rebels-card3{

  background-color: #FAF5FF;
}


.rebel-img img {
  border: #000 2px solid;
  width: 100%;
}

.rebels-card-text p {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.rebel-name p {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #000;
}

.rebel-role p {
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}


.name-role {
  display: flex;
  flex-direction: column;
  justify-content: center;
}



/* -------------------------------------------- */




/* end */

.end {
  background-color: #000;
  padding: 40px;
}

.ux-flex {
  display: flex;
  align-items: center;
  
}

.ux-img {
  width: 10%;
  background-color: #fff;
  margin-right: 10px;
}

.ux-img img {
  width: 100%;

}

.ux-text h1 {
  color: #fff;
  font-weight: 900;
  font-size: 26px;
  line-height: 32px;
}

.ux-content {
  color: #fff;
  margin-top: 20px;
}

.categories ul li {
  margin-top: 20px;
}
.categories ul li a{
  color: #fff;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  transition: 0.2s;
}
.categories ul li a:hover{
  color: #FFDF1E;
  
}


.categories h4 {
  color: #fff;
  margin-top: 50px;
  font-weight: 900;
  font-size: 21px;
  line-height: 28px;
}

.newsletter h4 {
  color: #fff;
  margin-top: 50px;
  font-weight: 900;
  font-size: 21px;
  line-height: 28px;
}

.newsletter p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  margin-top: 20px;
}


.input input {
  width: 100%;
  padding: 18px;
  margin-block: 25px;
  border: 1px solid white;
  background-color: black;
}

.sub-btn {

  margin-top: 10px;
}

.sub-btn button {
  width: 100%;
}

.sub {
  padding: 12px;
  background-color: #f5c518;
  color: black;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  box-shadow: 3px 3px 2px #CA9F00;
  transition: 0.3s ease;
  margin-bottom: 20px;
  position: relative;
}
.sub:hover{
  transform: translate(2px,2px);
}







.copyright p{
  color:white;
}
.policies a{
  color: white;
  margin-block: 10px;
  transition: 0.2s;
}
.policies a:hover{
  color: #FFDF1E;
}
.policies{
  display: flex;
  justify-content: space-between;
}



.end-content{
  border-bottom: white 3px solid;
  margin-block: 20px;
}