@import url('../../assets-custom/root.css');

/* header css styling  */

.navbar {
  margin-top: 24px;
  margin-inline: auto;
  flex-wrap: nowrap;
}

#loginLinksDiv a {
  text-decoration: none;
}

.oneSectionPage{
  height: 50vh;
}

.navbar-collapse {
  display: flex;
  justify-content: space-between;
}

.user-full-name {
  color: var(--header-user-name-color);
}

nav ul li a {
  color: var(--navbar-link-color) !important;
}

.nav-link {
  margin-right: 30px;
  width: 55px;
  height: 24px;
  font-family: var(--subtitle-paragraph-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--navbar-link-color) !important;
}

.nav-user-icon {
  width: 25px;
  margin-left: 15px;
  margin-right: 15px;
  color: var(--text-color);
}

.content-container {
  max-width: 1400px !important;
}

.login-btns-and-translate {
  display: flex;
}

.header-signin {
  margin-right: 15px;
}

.header-signup {
  margin-right: 33px;
}

.header-text-custom-positioning {
  position: absolute;
  left: 132px;
  top: 238px;
}

#accountProfileDropDown {
  position: absolute;
  right: 55px;
  color: var(--navbar-admin-name-color);
  top: 14px;
  margin-top: 0px;
}

#accountProfileDropDown ul li {
  list-style: none;
  /* border: 1px solid red; */
  margin-right: 14px;
  /*width: 72px;*/
  text-align: center;
  background: var(--ea-primary-color);
  margin-top: 1px;
}
#accountProfileDropDown ul li a {
  text-decoration: none;
  color: var(--label-color) !important;
}
#accountProfileDropDown ul li a:hover {
  color: white;
}

.navbar-toggler {
  background-color: var(--ea-primary-color);
}
.nav-item {
  margin-block: 10px;
  transition: all 0.3s ease;
}

.nav-item:hover {
  text-decoration: underline var(--ea-primary-color) 4px !important;
  text-underline-offset: 15px;
  transition: none;
}

.nav-item .active {
  text-decoration: underline var(--ea-primary-color) 4px;
  text-underline-offset: 15px;
}

.navbar-nav {
  margin-top: -10px;
}
/* responsive  */

@media (max-width: 1321px) {
  .header-signin {
    width: 98px;
    height: 33.126px;
    /* margin-top: 20px; */
  }
  .header-signup {
    width: 98px;
    /* margin-top: 20px; */
    height: 33.126px;
  }
  .header-choose-plan-button {
    width: 140px;
    margin-top: 20px;
    height: 39.126px;
  }
}

@media (max-width: 1241px) {
  .header-text-custom-font-1 {
    font-size: 41px;
    font-weight: 900;
    line-height: 54px;
  }
  .header-text-custom-font-2 {
    font-size: 18px;
    line-height: 25px;
    width: 429px;
    height: 57px;
    margin-top: 19px;
    margin-bottom: 5.06px;
  }
}

@media (min-width: 991px) {
  .main-logo-small-screens {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    width: 100%;
    border-radius: 3px;
    padding: 38px;
    z-index: 1000;
    background-color: var(--navbar-collapse-background-color);
    position: absolute;
    top: 67px;
    left: 0;
    flex-direction: column;
    align-items: start;
  }
  .nav-first-link {
    margin-left: 0;
  }

  .header-signin {
    border: 1px solid var(--other-btn-border-color) !important;
  }

  .navbar-nav {
    margin-bottom: 20px;
  }

  .nav-item:hover {
    width: 100%;
    background-color: var(--ea-primary-color);
    padding-left: 10px;
    padding-bottom: 15px;
    border-radius: 3px;
  }

  .col-12 {
    padding-inline: 0;
  }

  .main-logo-small-screens {
    margin-left: 0;
  }

  .main-logo-big-screens {
    display: none;
  }

  #accountProfileDropDown {
    right: 0;
    transform: translateX(-50%);
  }
}

@media (max-width: 901px) {
  .header-text-custom-positioning {
    position: absolute;
    left: 62px;
    top: 272px;
  }
}
@media (max-width: 657px) {
  #loginLinksDiv{
    display: flex;
  }
  
  .header-text-img-robot {
    display: block;
    bottom: 0;
    right: 0;
  }
  .header-text-img-robot img {
    height: 200px;
  }
}

@media (max-width: 595px) {
  .header-text-custom-font-2 {
    width: 368px;
  }
}

@media (max-width: 550px) {
  .header-text-custom-positioning {
    top: 241px;
    left: 24px;
  }

  .header-text-custom-font-2 {
    font-size: 14px;
    line-height: 21px;
    width: 378px;
    height: 57px;
    margin-top: 13px;
    margin-bottom: -4.94px;
  }
  .header-text-custom-font-1 {
    font-size: 31px;
    font-weight: 600;
    line-height: 39px;
  }
  .header-logo {
    margin-left: 12px !important;
  }
}
@media (max-width: 480px) {
  .header-text-custom-font-2 {
    width: 289px;
  }

  .navbar {
    flex-direction: row-reverse;
    margin-top: 50px;
  }

  .main-logo-small-screens {
    position: relative;
    top: -50px;
    left: 0px;
  }

  .navbar-toggler {
    font-size: 1rem;
  }

  .navbar-collapse {
    position: absolute;
    left: 0;
    top: 60px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .user-full-name {
    line-height: 0.9;
  }

  #accountProfileDropDown {
    transform: none;
    position: absolute;
    z-index: 10000;
  }
  .nav-user-icon {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -7px;
  }
}
