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

/* button background  */
.btn-background {
  background: var(--btn-background-color);
  border: var(--btn-background-color);
  color: var(--btn-text-color);
  border-radius: 123px !important;
}
/* header css styling  */
nav ul li a {
  color: var(--navbar-link-color) !important;
}
.header-container {
  height: 100% !important;
  color: white;
  width: 100% !important;
  background-image: unset;
}
.header-container-wrapper {
  background: var(--navbar-wrapper-background-color);
  width: 100%;
  padding-bottom: 9px;
}

.header-logo {
  font-size: 37px !important;
  font-weight: 500;
  line-height: 24px;
  margin-left: 32px;
  font-family: var(--header-logo-font-family);
  margin-top: -10px;
}

.header-navbar .btn {
  color: var(--btn-text-color);
}

.header-signin {
  border-radius: 7px;
  margin-right: 22px;
  flex-shrink: 0;
  padding: 6px;
  padding-left: 14px;
  padding-right: 14px;
}

.header-signup {
  border-radius: 7px;
  padding: 6px;
  padding-left: 14px;
  padding-right: 14px;
  flex-shrink: 0;
  margin-right: 33px;
}
.header-signup i {
  font-size: 15px;
}

.header-text-custom-positioning {
  position: absolute;
  left: 0;
  /* top: 238px; */
  bottom: 31px;
  margin-top: 100px;
  right: 0;
}

.nav-first-link {
  margin-left: 136px;
}
.navbar {
  margin-top: 24px !important;
}
.header-text-img-robot {
  position: absolute;
  display: none;
}
#accountProfileDropDown {
  position: absolute;
  right: 57px;
  color: var(--navbar-admin-name-color);
  margin-top: 0px;
}
#accountProfileDropDown ul li {
  list-style: none;
  /* border: 1px solid red; */
  margin-right: 14px;
  width: 72px;
  text-align: center;
  background: var(--swiper-background-color);
  margin-top: 1px;
  z-index: 100;
}
#accountProfileDropDown ul li a {
  text-decoration: none;
  color: white !important;
}
#accountProfileDropDown ul li a:hover {
  color: white;
}

.onesectionpage{
  height: 50vh;
}

/* responsive  */
@media (min-width: 1200px) {
  .header-container {
    background-size: cover;
  }
}

@media (max-width: 1321px) {
  .header-container {
    height: 600px;
  }
}
@media (max-width: 1241px) {
  .header-container {
    background-size: cover;
  }
}

@media (max-width: 657px) {
  .header-text-img-robot {
    display: block;
    bottom: 0;
    right: 0;
  }
  .header-text-img-robot img {
    height: 200px;
  }
}

@media (max-width: 550px) {
  .header-logo {
    margin-left: 12px !important;
  }
  .header-container {
    height: 500px;
  }
}
@media (max-width: 350px) {
  .header-container {
    height: 595px;
  }
}

@media (max-width: 990px) {
      .navbar-collapse {
        position: relative;
      }

  #accountProfileDropDown {
    right: 0;
    top: 13px;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: var(--header-navbar-collapse-for-small-width-background-color) !important;
    width: 100%;
    border-radius: 3px;
    padding: 38px;
    z-index: 1000;
  }
  .nav-first-link {
    margin-left: 0;
  }
  .header-container-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
  }
}
.navbar-toggler {
  background: var(--ea-primary-color);
}

/* header conatiner css  */
.left-header-container {
  color: var(--ea-text-color-1);
}
.header-left-container p {
  font-weight: 400;
  font-size: 13px;
  color: var(--ea-text-color-2);
}
.header-text-content {
  font-weight: 700;
  color: var(--ea-text-color-2);
  font-size: 55px;
  line-height: 56px;
  position: relative;
}
.header-container-top .circular-coil-img {
  width: 205px;
  position: absolute;
  left: -56px;
  top: -43px;
  z-index: -5;
}
.header-left-container {
  display: flex;
  flex-direction: column;
}
.header-container-top {
  display: flex;
  margin-top: 22px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header-right-container img {
  width: 100%;
}
.header-text-2,
.header-text-4,
.header-text-6 {
  color: var(--ea-primary-color);
}
.header-get-start {
  border-radius: 3px;
  background: var(--ea-primary-color);
  padding: 7px;
  color: white;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
}
.header-free-trial {
  border-radius: 3px;
  background: var(--ea-secondary-color);
  padding: 7px;
  color: var(--btn-text-color);
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
}

.oneSectionPage{
  height: 50vh;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .header-text-content {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .header-container-top {
    flex-direction: column-reverse;
  }
  .header-left-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
    gap: 11px;
  }
  .header-left-container p {
    text-align: center;
  }
  .header-text-content {
    text-align: center;
  }
}
