@import "globals.css";
header {
  background-color: white !important;
}
.main_header {
  width: 100%;
  padding: 36px 0;
  background-color: rgba(242, 56, 1, 1);
  margin-top: 100px;
}
.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 form {
  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 input::placeholder {
  font-family: Cormorant;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  line-height: 20.59px;
  color: rgba(0, 0, 0, 1);
}
.left_container .tags .input-item form button {
  border: none;
  background: none;
  margin-left: 25px;
}
.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 .video {
  max-height: 512px;
  width: 100%;
}
.right_container .container_first video {
  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);
}
.socials_item .btn {
  display: flex;
  align-items: center;
  justify-content: start;
  text-decoration: none;
  gap: 15px;
  transition: 0.6s;
}
.socials_item .btn:hover {
  gap: 35px;
}
.socials_item .btn span {
  font-family: Work Sans;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 2.200000047683716px;
  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: 80px 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;
}
#container_third {
  background: rgba(247, 228, 214, 1);
}
#container_third ul {
  width: 70%;
}
.container_for {
  padding: 0px 0px 0px 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.container_for .number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.container_for .number span {
  font-family: Cormorant;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: rgba(0, 0, 0, 1);
}
.container_for .number .active {
  border-bottom: 1px solid rgba(242, 56, 1, 1);
  padding: 0 7px;
}
.container_for .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  text-decoration: none;
}
.container_for .btn span {
  font-family: Work Sans;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 2.200000047683716px;
  color: rgba(0, 0, 0, 1);
}

@media (max-width: 991px) {
  .main_header {
    display: none;
  }

  .left_container {
    width: 100%;
    order: 2;
  }
  main .container {
    padding: 80px 0;
    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;
  }
  #container_third ul {
    width: 90%;
  }
  .container_for {
    padding: 0;
    margin-bottom: 30px;
  }
}
