@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;
}

.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:50px;
}

.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: var(--ea-text-color-2) !important;
}
#accountProfileDropDown ul li a:hover {
  color: white;
}

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

@media (max-width: 1321px) {
  .header-container {
    height: 621px;
  }
}
@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;
    position: relative;
  }
  .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: 15px;
  }
}

.header-index-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.header-left-container {
  width: 53%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 22px;
}
.header-right-container {
  /* width: 50%; */
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .header-right-container {
    width: 50%;
  }
}

.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);
}

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

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

.header-left-conatiner-button .get-start-now-button {
  text-align: center;
  padding: 10px;
  background: var(--btn-background-color);
  width: max-content;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;

  cursor: pointer;
  color: var(--ea-text-color-1);
}
.header-left-conatiner-button .watch-trailer-button {
  text-align: center;
  padding: 10px;
  width: max-content;
  color: var(--ea-text-color-1);
  border: 1px solid var(--btn-border-color);
  padding-left: 20px;
  padding-right: 20px;
  /* background: var(--ea-primary-color); */
  font-weight: 500;

  cursor: pointer;
}
.index-header-container-heading {
  font-size: 60px;
}

@media screen and (max-width: 990px) {
  .header-text-custom-positioning {
    margin-top: 48px;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
  }
  .header-left-container,
  .header-right-container {
    width: 100%;
  }
  .header-right-container {
    margin-top: 49px;
  }
  .navbar-toggler {
    background: var(--btn-background-color);
  }
  .header-container {
    height: auto;
  }
}
#index-header-container-heading {
  font-weight: 700;
  text-align: center;
}
@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;
  }
}
