@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;
  font-family: 'Roboto', sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-repeat: no-repeat;
  background: var(--header-background-color) !important;
}
.header-index-text-container {
  color: var(--header-index-text-container-color);
}
.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: 126px;
  width: 128px;
  height: 48.126px;
  flex-shrink: 0;
  margin-right: 20px;
}

.header-signup {
  border-radius: 126px;
  width: 128px;
  height: 48.126px;
  flex-shrink: 0;
  margin-right: 33px;
}
.header-signup i {
  font-size: 15px;
}

.header-text-custom-positioning {
  position: absolute;
  left: 132px;
  top: 238px;
}
.header-text-custom-font-1 {
  font-family: var(--header-heading-font-family);
  font-size: 55px;
  font-weight: 900;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;
 
}

.header-text-custom-font-2 {
  font-family: var(--header-para-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  width: 578px;
  height: 57px;
  margin-top: 34px;
  margin-bottom: 53.06px;
}
.header-choose-plan-button {
  border-radius: 126px;
  height: 48.126px;
  flex-shrink: 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);
    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;
}

/* responsive  */
@media (min-width: 1200px) 
{
  .header-container {
    background-size: cover;
    background: var(--header-background-color);
  }
}
@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: 1321px) {
  .header-container {
    height: 600px;
  }
}
@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;
  }
  .header-container {
    background-size: cover;
    background: var(--header-background-color);
  }
}
@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: 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;
  }
  .header-container {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .header-text-custom-font-2 {
    width: 289px;
  }

}
@media (max-width: 990px) {
  #accountProfileDropDown {
    right: 0;
    top: 17px;
  }
}
