@import url('https://fonts.googleapis.com/css2?family=Capriola&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }

  h1,
  h2,
  h3,
  h4 {
    font-family: "Capriola", sans-serif;
    font-weight: 400;
    margin: 0;
  }

  h5,
  h6 {
    font-family: "Mulish", sans-serif;
    margin: 0;
  }

  a,
  a:hover {
    text-decoration: none;
    outline: none;
    color: currentColor;
  }

  img {
    border: 0px;
    outline: none;
    display: block;
    max-width: 100%;
  }

  ul {
    list-style: none;
    margin: 0px;
    padding: 0;
  }

  li {
    list-style-type: none;
  }

  html,
  body {
    height: 100%;
    overflow-x: hidden;
  }

  body {
    font-family: "Mulish", sans-serif;
  }

  /* custom scroll bar  */
  /* width */
  ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: inset 9px -17px 20px #dce7df;
    border-radius: 4px;
    border: 2px solid transparent;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #d1b748;
    border-radius: 10px;
  }

  .custom-container {
    max-width: 1440px;
    width: 90%;
    margin: auto;
  }

  :root {
    --buttonHeight: 50px;
    --headerHeight: 100px;
  }

  @media (max-width: 1366px) {
    :root {
      --buttonHeight: 40px;
    }
    /* .toggle-password {
      bottom: 9px !important;
    } */
    input[type="number"] + select{
      bottom: 11px !important;
    }
    [data-text="$"]::after{
      bottom: -33px !important;
    }
  }

  p {
    color: currentColor;
    margin: 0;
    font-family: Mulish;
    font-size: clamp(16px, 3vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 177.778%;
    /*  */
  }

  .mainSection {
    background: #fdf8f2 url(../../asset/images/layerImg.webp);
  }

  /* header section  */
  .headerSection {
    display: flex;
    align-items: center;
    gap: clamp(10px, 2vw, 50px);
    padding-block: 9px;
    height: var(--headerHeight);
  }

  nav {
    margin-left: auto;
  }

  nav ul {
    display: flex;
    gap: clamp(11px, 1.6vw, 30px);
    color: #434343;

    font-size: 16px;

    font-weight: 500;
    line-height: 150%;
    /* 150% */
  }

  button {
    display: flex;
    padding: 5px clamp(8px, 1.3vw, 25px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: var(--Primary, #379941);
    color: #fff;
    border: unset;
    height: var(--buttonHeight);
    white-space: nowrap;
    font-family: Capriola;
  }

  .profile {
    position: relative;
  }

  .profile ul {
    position: absolute;
    color: #141414;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    width: 200px;
    background: #ffff;
    border-radius: 5px;
    display: none;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
    right: 0;
  }
  .profile ul:after {
    content: "";
    width: 31px;
    height: 25px;
    display: block;
    background: #fff;
    position: absolute;
    top: -11px;
    right: 16px;
    box-shadow: -20px -5px 21px -2px rgba(0, 0, 0, 0.12);
    transform: rotate(45deg);
}
  .profile:hover ul {
    display: block;
  }

  .profile ul li {
    padding: 18px 24px;
    cursor: pointer;
  }

  .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
  }

  .logo {
    max-width: 20%;
    min-width: 150px;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: end;
    width: 25px;
    display: none;
  }

  .hamburger span {
    width: 100%;
    border-radius: 15px;
    height: 3px;
    background-color: #000;
  }

  .hamburger span:nth-child(2) {
    width: 80%;
  }

  nav ul .active {
    position: relative;
  }

  nav ul .active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: var(--Primary, #379941);
    right: 0;
    top: calc(((100% / 2) + (var(--headerHeight) / 2)) - 4px);
  }

  header {
    position: sticky;
    top: 0px;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  }
  .profile button span {
    max-width: 90px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
  /* header section end  */

  /* footer section  */
  footer {
    background: #2f8137;
    color: var(--Dark-Shade, #fff);
  }

  footer .custom-container {
    padding-block: clamp(20px, 3vw, 80px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }

  .footerContent {
    width: 345px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .footerSubTitle:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 4px;
    border-radius: 25px;
    background: #fff;
    bottom: -4px;
    left: 0;
  }
  .footerNewsSection a:first-child  {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
  .footerSubTitle:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 4px;
    border-radius: 25px;
    background: #fff;
    bottom: -4px;
    left: 50px;
  }

  .footerSubTitle {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 22px;
    color: var(--Dark-Shade, #fff);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 150% */
    margin-top: 5px;
  }

  :is(.footerExplore, .footerContact) ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--Dark-Shade, #fff);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
  }

  .footerContact ul li a {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }

  .footerContact {
    width: 360px;
    max-width: 100%;
  }

  .footerContact ul li a img {
    height: 16px;
    width: 16px;
    margin-top: 5px;
  }

  .footerContact ul li,
  .socialIcon {
    display: flex;
    gap: 15px;
  }

  .socialIcon span {
    width: 40px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
  }

  .footerNews {
    width: 190px;
    max-width: 100%;
  }

  .footerLogo img {
    max-width: 100%;
  }
  /* footer copyrights */
  .copyrights {
    background: #1F1E17;
  }
  .copyrights .custom-container {
    padding: clamp(16px, 2vw, 23px) 0;
    gap: clamp(10px, 2vw, 20px);
  }
  .copyrights-text {
    display: flex;
    gap: clamp(10px, 4vw, 60px);
    justify-content: space-around;
  }
  #resend_email {
    color: green;
}
.alert-danger a {
    text-decoration: underline;
}
