/* Header */

.header-container {
  position: relative;
  z-index: 999;
}

.header-links-ul ul li a:hover p {
  color: var(--secondary-color);
}

.header-flex .bar {
  height: 1px;
  width: 2rem;
  background-color: var(--pure-black-color);
  transition: var(--common-transition);
}

.menu-icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer-cont-2.footer-cont2-nav .link-font-size p{
  font-size: 1.55rem;
}
.nav_img{
  bottom: 11%;
}
.footer-cont-2.footer-cont2-nav {
  padding:2.3rem;
}
.top {
  transform: translateY(7px) rotate(45deg);
}

.middle {
  opacity: 0;
}

.bottom {
  transform: translateY(-5px) rotate(-45deg);
}

.menu {
  position: fixed;
  background-color: var(--background-light);
  list-style: none;
  width: 100%;
  right: -100%;
  top: 7.3rem;
  transition: var(--common-transition);
  z-index: -10;
  height: 100vh;
}

.menuActive {
  right: 0;
}

.menu li a p {
  font-family: var(--regular-inter-font-family);
  /* font-size: var(--link-small-font-size); */
  font-size: 1.5rem;
}

.menu li {
  width: 100%;
  padding: 1.5rem 2.3rem;
  border-top: 1px solid #ececec;
}
.menu li:last-child {
  border-bottom: 1px solid #ececec;
}

/* Section 5 */

.sec5-wrapper {
  display: flex;
  justify-content: space-between;
}

.sec5-cont,
.sec5-form-cont {
  width: 44%;
}

.sec5-wrapper .detail {
  display: flex;
  align-items: center;
  gap: var(--common-gap-size);
}

.sec5-wrapper .detail:nth-child(4) .contact-info p {
  width: 67%;
}

.sec5-wrapper .icon-container {
  padding: 0.6rem;
  width: fit-content;
  border-radius: 50%;
  background-color: #f7cac31f;
}

.sec5-wrapper .icon-img {
  width: 1rem;
}

.sec5-wrapper .contact-info p {
  font-family: var(--light-inter-font-family);
  font-size: 1.5rem;
}

.sec5-form-cont {
  background-color: var(--background-light);
  padding: 3rem;
  border-radius: var(--web-border-radius);
}

.form-input {
  display: flex;
  flex-direction: column;
}

.form-input label {
  font-size: 1rem;
  font-family: var(--light-inter-font-family);
}

.form-input input,
.form-input textarea {
  border: 1px solid #ededed;
  border-radius: var(--mobile-border-radius);
  padding: 1rem;
  font-size: var(--link-small-font-size);
  font-family: var(--light-inter-font-family);
  outline: none;
}

.sec5-wrapper .submit-btn {
  width: 100%;
}

.sec5-wrapper .cosmecia-button {
  width: 100%;
  padding: 1rem;
}

.sec5-wrapper .contact-info a p {
  font-size: 1.5rem;
  font-family: var(--light-inter-font-family);
}

/* Section 6 */

#cosmecia-home-section-6 .section-6-wrapper {
  display: flex;
  background-color: var(--secondary-color);
  border-radius: var(--web-border-radius);
}

#cosmecia-home-section-6 .sec6-container {
  padding: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec6-join-us h4 {
  font-size: 1.5rem;
  color: var(--white-color);
  font-family: var(--light-inter-font-family);
}

.sec6-join-us .section-paragraph {
  cursor: pointer;
  width: fit-content;
}

.sec6-join-us .section-paragraph p {
  color: var(--white-color);
}

.sec6-join-us .section-paragraph p:hover::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--white-color);
}

.sec6-text-container {
  flex-basis: 67%;
}

.sec6-img-container {
  width: 13.45rem;
}

/* Footer */

.footer-content {
  overflow: hidden;
  background-color: var(--background-light);
}

.footer-section-container {
  display: flex;
  justify-content: space-between;
}

.footer-content .logo-container {
  width: 22.45rem;
}

.footer-section {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.footer-links {
  display: flex;
  /* gap: var(--big-gap-size); */
  gap: 10rem;
}

.footer-links ul li a p {
  font-size: var(--link-small-font-size);
  font-family: var(--light-inter-font-family);
}

.footer-links ul li a:hover p {
  color: var(--secondary-color);
}

.social-media-icons {
  display: flex;
  align-items: center;
  gap: var(--small-gap-size);
}

.footer-links .input-container input {
  width: 29rem;
  background-color: transparent;
  border: 1px solid #ededed;
  border-radius: var(--mobile-border-radius);
  padding: 1rem;
  font-size: var(--link-small-font-size);
  font-family: var(--light-inter-font-family);
  outline: none;
}

.footer-links .input-container input::placeholder {
  color: #adadad;
}

.footer-hero-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer-list {
  display: flex;
  justify-content: space-between;
}

.footer-list li a p {
  font-size: 0.85rem;
}
.footer-cont-1 {
  order: 1;
}
.footer-cont-2 {
  order: 2;
}
.footer-cont-3 {
  order: 3;
}

.footer-links .icon-cont {
  width: 1.5rem;
}

.footer-links .icon-cont .initial-icon {
  display: block;
}

.footer-links .icon-cont .hover-icon {
  display: none;
}

.footer-links .icon-cont:hover .hover-icon {
  display: block;
}

.footer-links .icon-cont:hover .initial-icon {
  display: none;
}


.md-toast{
  z-index: 999999999999999;
}