@import url("../../assets-custom/root.css");@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

body{
    top: 0px !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Questrial', sans-serif;
}

html,
body {
    /* background-color: #f4f4f4; */
    font-family: Verdana, sans-serif;
    width: 100%;
    overflow-x: hidden;
    height: 100%;
}

.hero-section {
    background-image: url('../../assets-custom/img/index/backgroundImg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    color: var(--ea-white-color);
    display: flex;
    flex-direction: column;
    gap: 230px;
    width: auto;
    /* justify-content: space-around; */
}

.header_main-nav--hamburger {
    opacity: 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 83px;
    border-bottom: 1px solid var(--accountDetails-label-color);
    /* background: rgba(0, 0, 0, 0.5); */
}

.navbar .logo img {
    /* width: 150px; */
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
}

.nav-links li {
    margin: 0 15px;
}

.nav-links-main {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.nav-link a, .nav-item a{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: white;
    text-decoration: none;
    margin: 0;
}

.nav-link a {
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
}

.nav-link a:hover {
    /* color: red; */
    transform: translateY(7px);
}

.hero-section .nav-buttons a {
    color: var(--ea-white-color);
    text-decoration: none;
}


.login-btn {
    background: var(--ea-background-color);
    padding: 10px 20px;
    color: var(--ea-white-color);
    width: 111px;
    height: 43px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22.5px;
    transition: transform 0.3s ease;
}

.login-btn:hover {
    /* transform: translateY(7px); */
    background: var(--ea-nav-button-color);
    cursor: pointer;
}

.sign-in-btn {
    background-color: var(--second-button);
    padding: 10px 20px;
    border: 1px solid black;
    color: var(--ea-white-color);
    width: 121px;
    height: 43px;
    text-align: center;
    opacity: 0px;
    margin: auto;
    transition: transform 0.3s ease, color 0.3s ease;
}

.sign-in-btn:hover {
    /* transform: translateY(7px); */
    border: 1px solid black;
    cursor: pointer;
    color: black ;
    background: var( --accountDetails-label-color);
}

.sign-in-btn:hover a{
color: black;
}

.nav-buttons {
    display: flex;
    width: auto;
    height: 43px;
    top: 40px;
    left: 1073px;
    gap: 0px;
    opacity: 0px;
}

.hero-content {
    text-align: center;
    margin-top: 100px;
}

.hero-content h1 {
    font-family: Verdana;
    font-size: 56px;
    font-weight: 700;
    line-height: 73.19px;
    text-align: center;
}

.hero-content h2 {
    background: var(--ea-background-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 70px;
    font-weight: 700;
    line-height: 91.49px;
    text-align: center;
}

.hero-content p {
    font-family: "Poppins", "sans serif";
    font-size: 26px;
    font-weight: 400;
    line-height: 39px;
    text-align: center;
    margin-top: 12px;

}

.cta-btn {
    background: var(--ea-background-color);
    padding: 15px 30px;
    color: var(--ea-white-color);
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    transition: transform 0.3s ease, color 0.3s ease;
    display: inline-block;
    margin-bottom: 231px;
    margin-top: 40px;
}

.cta-btn:hover {
    background-color: var(--ea-primary-color-hover);
    color: var(--ea-white-color);
    transform: scale(1.02);
}

.navbar .container {
    /* height: 80px; */
    display: flex;
    align-items: flex-start;
}

/*  logo animation */
.logo-container {
    position: relative;
    display: inline-block;
}

.logo {
    transition: transform 0.3s ease;
}

.logo-container:hover .logo {
    transform: scale(1.1);
    cursor: pointer;
    /* Zmadhohet pak kur është në hover */
}

/* about section  */

.about {
    background-color: var(--ea-secondary-color);
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about .card-container {
    display: flex;
    position: relative;
    margin: 200px 120px;
    width: auto;
    height: auto;
    /* flex-wrap: wrap; */
}

.about .card-1 {
    background-image: url("../../assets-custom/img/index/about-card1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about .card-2 {
    background-image: url("../../assets-custom/img/index/about-card2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about .card-3 {
    background-image: url("../../assets-custom/img/index/about-card-3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about .card_content {
    width: auto;
    height: auto;
    background: var(--ea-primary-faded-color);
    margin: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    padding: 20px;
}

.about .card {
    display: flex;
    align-items: center;
    justify-content: end;
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
}

.about .card:hover {
    transform: translateY(5px);
}

.about .card-outer {
    width: 384px;
    height: 500px;
    margin: 0 24px;
}

.about .card-title {
    font-family: Verdana;
    font-size: 22px;
    font-weight: 700;
    line-height: 26.74px;
    text-align: left;
    color: var(--ea-white-color);
}

.about .card-description {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
    color: var(--ea-white-color);
}

/* services section */

.services {
    background-image: url("../../assets-custom/img/index/srv-bcgImg.png");
    height: 2096px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services .card-container {
    display: flex;
    justify-content: center;
}

.services .card {
    max-width: 580px;
    max-height: 681px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0);
    margin: 20px 20px;
}

.services .card:hover {
    /* transform: translateX(10px); */
    transform: translateY(-10px);
}

.first-column-cards {
    margin-top: 130px;
}

.second-column-cards {
    margin-top: 330px;
}

.services .card img {
    width: 100%;
    height: 480px;
}

.services .card-content {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
    /* z-index: 2; */
    color: var(--ea-white-color);
    background: var(--ea-primary-faded-color);
    margin-top: 20px;
    width: 100%;
    flex-grow: 1;
    padding: 20px;
}

.services .services-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 80px;
}

.services .button {
    width: 184px;
    height: 54px;
    top: 3692px;
    left: 628px;
    gap: 0px;
    border: 1px solid var(--ea-white-color);
    color: var(--ea-white-color);
    background: rgba(255, 255, 255, 0);
    transition: transform 0.3s ease-in-out, color 0.1s ease-in-out;
}

.services .button span {
    width: 114px;
    height: 24px;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.services .button:hover {
    cursor: pointer;
    transform: translateY(2px);
    color: var(--ea-third-color);
    border: 1px solid var(--ea-third-color);
}

/* sign-up today section */

.sign-up {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ea-secondary-color);
}

.sign-up .button {
    width: 148px;
    height: 54px;
    border: 1px solid var(--ea-white-color);
    transition: transform 0.3s ease-in-out;
    background: var(--second-button);
    color: var(--ea-white-color);
    margin-top: 32px;
}

.sign-up .button:hover {
    cursor: pointer;
    transform: translateX(-2px);
    color: var(--ea-fourth-color);
    border: 1px solid var(--ea-fourth-color);
}

.sign-up .button span {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.sign-up-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    height: auto;
    margin: 150px 120px;
}

.sign-up .image-container {
    background-image: url("../../assets-custom/img/index/sign-up-section.png");
    width: 703px;
    height: 244px;
}

.sign-up .sign-up-today {
    flex-grow: 1;
    background: var(--ea-background-color);
    min-height: 244px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-up-today h2 {
    font-family: Verdana;
    font-size: 38px;
    font-weight: 700;
    line-height: 46.18px;
    text-align: left;
    color: var(--ea-white-color);
}

.sign-up-today-content {
    width: 298px;
    height: 132px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 56px 99px;
}

#collapseLogout{
    background: var(--ea-primary-color) !important;
}

#collapseLogout li{
    list-style: none;
}

#collapseLogout a{
    text-decoration: none;
    color: white;
}

#collapseLogout li:hover{
    width: 100%;
    background: var(--ea-third-color);
    margin: 0;
    text-align: end;
}

#collapseLogout{
    position: absolute;
    right: 0;
    width: 100%;
}

#accountProfileDropDown{
    position: relative;
}


 .dropdown button {
    background: var(--ea-primary-color);
    max-width: 50px;
    width: 60px;
    height: 40px;
    border-radius: 5px;
    color: white;
    padding: 10px;
    margin-left: 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    justify-content: space-evenly;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .dropdown button img {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .dropdown button img,
  .dropdown-content li img {
    width: 24px;
  }
  .dropdown button,
  .dropdown-content li {
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .arrow-down {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    margin: 0 0 0 5px;
  }

  .dropdown button:hover {
    cursor: pointer;
    background-color: #3c5b77;
  }
  /* Style for the dropdown content */
  .dropdown-content {
    display: none;
    position: absolute;
    margin: 1px 0 0 15px;
    padding: 0;
    background: var(--ea-primary-color);
    max-width: 50px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 15;
    border-radius: 5px;
    overflow: hidden;
    max-height: 315px;
  }
  /* Style for the dropdown content items */
  .dropdown-content li {
    color: black;
    padding: 2px 2px;
    text-decoration: none;
    justify-content: center;
  }
  .dropdown-content li img {
    margin: 0 20px 0px 20px;
  }
  /* Style for the dropdown content items on hover */
  .dropdown-content li:hover {
    background-color: #f1f1f1;
    cursor: pointer;
    color: blue;
    border-radius: 5px;
  }
  /* Show the dropdown content when the dropdown button is clicked */
  .dropdown:focus-within .dropdown-content {
    display: block;
  }
  /* Animate the dropdown content */
  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .dropdown-content {
    animation: slideIn 0.3s ease-out;
  }


  .goog-te-gadget-simple{
    visibility: hidden;
  }

  .skiptranslate iframe{
    visibility: hidden !important;
  }

  #google_translate_element{
    visibility: hidden !important;
    height: 0;
  }

  #google_translate_element span{
    color: #000;
  }
  #collapseLogout{
    z-index: 100;
  }

  @media screen and (max-width: 767px) {
    .nav-links-main {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: start;
}
  }