@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);
}
/* header css styling  */
nav ul li a {
  color: var(--navbar-link-color) !important;
}
.header-container {
  position: relative;
  height: 876px;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-repeat: no-repeat;
  background-image: var(--header-background-image);
  background-size: cover;
}

.onesectionpage{
  height: 50vh;
  display: flex;
  align-items: center;
}

.header-container::after {
  content: '';
  display: table;
  clear: both;
}

.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: 132px;
  top: 238px;
  margin-top: 100px;
}

.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);
  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(--swiper-background-color);
  margin-top: 1px;
}
#accountProfileDropDown ul li a {
  text-decoration: none;
  color: #e0b9d9;
}
#accountProfileDropDown ul li a:hover {
  color: white;
}

#navbarSupportedContent > ul > li.nav-item{
  color: var(--ea-primary-color);
}

/* 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: 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;
  }
}

@media (max-width: 901px) {
  .header-text-custom-positioning {
    /* position: absolute; */
    left: 62px;
    top: 272px;
  }
}
@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-text-custom-positioning {
    top: 241px;
    left: 24px;
  }

  .header-logo {
    margin-left: 12px !important;
  }
  .header-container {
    height: 500px;
  }
}

@media (max-width: 990px) {
  #accountProfileDropDown {
    right: 0;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.header-index-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.header-left-container {
  width: 50%;
}
.header-right-container {
  width: 50%;
  display: flex;
  gap: 10px;
}
.header-img-long {
  width: 50%;
}
.header-img-two-small {
  width: 50%;
  display: flex;
  flex-direction: column;
  /* border: 1px solid; */
  gap: 10px;
}
.header-right-container img {
  width: 100%;
}
.website-logo-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--ea-text-color-1);
  text-decoration: none;
}
.website-logo-div img {
  width: 20px;
}

.web-logo-site-name {
  text-transform: uppercase;
  font-weight: 700;
}

.header-img-long-one img,
.header-img-small-first img {
  border-top-left-radius: 50px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 50px;
}

.header-img-small-second img {
  border-top-left-radius: 5px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 5px;
}
.header-img-small-first,
.header-img-small-second {
  height: 50%;
}

.header-img-small-first img,
.header-img-small-second img {
  height: 50%;
  height: 100%;
  background-size: cover;
}

.header-left-conatiner-button {
  display: flex;
  gap: 10px;
}

.header-left-conatiner-button .get-start-now-button {
  text-align: center;
  padding: 10px;
  background: var(--ea-primary-color);
  width: max-content;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  border-radius: 7px;
  cursor: pointer;
  color: white;
  text-decoration: none;
}
.header-left-conatiner-button .watch-trailer-button {
  text-align: center;
  padding: 10px;
  width: max-content;
  color: var(--ea-primary-color);
  border: 1px solid var(--ea-primary-color);
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  border-radius: 7px;
  cursor: pointer;
}
.index-header-container-heading {
  font-size: 60px;
}

@media screen and (max-width: 990px) {
  .header-text-custom-positioning {
    margin-top: 48px;
  }
  .header-index-text-container {
    flex-direction: column-reverse;
  }
  .header-left-container,
  .header-right-container {
    width: 100%;
  }
  .navbar-toggler {
    background-color: var(--ea-primary-color);
  }
  .header-container {
    height: auto;
  }
}
#index-header-container-heading {
  font-weight: 700;
}
@media screen and (max-width: 990px) {
  .navbar-collapse.user-logged-in {
    padding-top: 70px;
  }
  .btn-background {
    background: var(--ea-secondary-color);
    border: var(--btn-background-color);
    color: var(--ea-primary-color);
  }
  .dropdown button {
    background-color: var(--ea-secondary-color) !important;
  }
  nav ul li a {
    color: var(--ea-text-color-1) !important;
  }
}
button:focus {
  outline: unset !important;
}
