@import "globals.css";

.main_header {
  width: 100%;
  padding: 36px 0;
  background-color: rgba(242, 56, 1, 1);
}
.main_header ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.main_header ul li a {
  font-family: Work Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.main_header ul li span {
  color: rgba(255, 255, 255, 1);
}
#main-card {
  padding: 105px 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
.left_container {
  width: 17%;
}
.left_container .tags {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 30px;
}
.left_container .tags .input-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, 1);
  /* width: 100%; */
  padding: 7px 0;
}
.left_container .tags .input-item form input {
  border: none;
  outline: none;
}
.left_container .tags .input-item form button {
  border: none;
  margin-left: 19px;
  background: none;
}
.left_container .tags .input-item form input::placeholder {
  font-family: Cormorant;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  line-height: 20.59px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.left_container .tags .tag_content ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 15px;
}
.left_container .tags .tag_content ul li:first-child h5 {
  font-family: Cormorant;
  font-size: 30px;
  font-weight: 700;
  line-height: 32.01px;
  color: rgba(0, 0, 0, 1);
  border-bottom: none !important;
}
.left_container .tags .tag_content ul .tag_item span {
  font-family: Work Sans;
  font-size: 11px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 1.649999976158142px;
  text-align: left;
  color: rgba(158, 158, 158, 1);
}
.left_container .tags .tag_content ul .tag_item p {
  font-family: Cormorant;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.left_container .tags .tags_name .tags_content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}
.left_container .tags .tags_name ul li h5 {
  font-family: Cormorant;
  font-size: 30px;
  font-weight: 700;
  line-height: 32.01px;
  color: rgba(0, 0, 0, 1);
}
.left_container .tags .tags_name ul li:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.left_container .tags .tags_name ul li:nth-child(2) span {
  font-family: Work Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(0, 0, 0, 1);
}
.tags .tag_socials {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}
.tags .tag_socials h5 {
  font-family: Cormorant;
  font-size: 30px;
  font-weight: 700;
  line-height: 32.01px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.tags .tag_socials ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 35px;
}
.tags .tag_socials ul a {
  color: rgba(0, 0, 0, 1);
}
.right_container {
  width: 67%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
  gap: 45px;
}
.right_container .container_first {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 35px;
}

.right_container .container_first .image {
  max-height: 512px;
  width: 100%;
}
.right_container .container_first .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.right_container .container_first .right_text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 15px;
  padding-right: 145px;
}
.right_container .container_first .right_text li span {
  font-family: Work Sans;
  font-size: 11px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.649999976158142px;
  color: rgba(158, 158, 158, 1);
}
.right_container .container_first .right_text li h5 {
  font-family: Cormorant;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.right_container .container_first .right_text li p {
  font-family: Work Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.right_container .container_first .socials_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
.right_container .container_first .socials_item .icons {
  display: flex;
  align-items: center;
  gap: 35px;
  justify-content: space-between;
}
.right_container .container_first .socials_item .icons i {
  color: rgba(0, 0, 0, 1);
}
.right_container .container_second {
  padding: 30px 50px;
  background: rgba(250, 250, 250, 1);
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 30px 0;
}
.right_container .container_second ul {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-30%, -50%);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 15px;
  width: 80%;
}
.right_container .container_second ul li span {
  font-family: Cormorant;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  line-height: 32.01px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.right_container .container_second ul li span span {
  font-family: Cormorant;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  line-height: 32.01px;
  color: rgba(242, 56, 1, 1);
}

.right_container .container_second ul li h5 {
  font-family: Cormorant;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: rgba(14, 14, 14, 1);
}
.right_container .container_second ul li p {
  font-family: Work Sans;
  font-size: 11px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2.200000047683716px;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
}
.social-tags {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 11px;
  border-bottom: 2px solid #000;
}
.social-tags li span {
  font-family: Work Sans;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(0, 0, 0, 1);
}
.user-container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 45px;
  margin: 50px 0;
}
.user-container ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
}
.user-container ul li span {
  font-family: Work Sans;
  font-size: 11px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.649999976158142px;
  color: rgba(158, 158, 158, 1);
}
.user-container ul li h5 {
  font-family: Cormorant;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.user-container ul li p {
  font-family: Work Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(0, 0, 0, 1);
}
.user-container ul li:last-child {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
}
.user-container ul li:last-child i {
  color: rgba(0, 0, 0, 1);
}
.blog_card_container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}
.blog_card_container .title h5 {
  font-family: Cormorant;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  color: rgba(0, 0, 0, 1);
}

.blog_card_container ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.blog_card_container ul li {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 6px;
}
.blog_card_container ul li span {
  font-family: Work Sans;
  font-size: 11px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.649999976158142px;
  color: rgba(158, 158, 158, 1);
}
.blog_card_container ul li h5 {
  font-family: Cormorant;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: rgba(0, 0, 0, 1);
}
@media (max-width: 991px) {
  header {
    background-color: #fff;
  }
  .main_header {
    display: none;
  }
  .left_container {
    width: 100%;
    order: 2;
  }
  main .container {
    margin-top: 100px;
    flex-direction: column;
    gap: 20px;
  }
  .right_container {
    width: 100%;
    order: 1;
  }
  .right_container .container_second img {
    display: none;
  }
  .right_container .container_second {
    padding: 165px 10px;
  }
}
@media (max-width: 768px) {
  .right_container .container_first .image {
    max-height: 512px;
    margin-bottom: 0;
  }
  .right_container .container_first .right_text {
    padding-right: 0;
  }
  .right_container .container_second {
    margin: 20px 0;
  }
  .blog_card_container ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .blog_card_container ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .user-container {
    flex-direction: column;
  }
  .right_container .container_first .socials_item {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
@media (max-width: 450px) {
  .blog_card_container ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*
 
  

  @media (max-width: 768px) {
   
    #container_third ul {
      width: 90%;
    }
    .container_for {
      padding: 0;
      margin-bottom: 30px;
    }
  } */
