.nav-button {
  position: relative;
  border-radius: 8px;
  text-align: center;
  border: 2px solid #0445D2 !important;
  background-color: #0445D2 !important;
  width: max-content;
  padding: 6px 14px;
}
.nav-button a{
  padding: 10px 30px;
}
.nav-button span {
  color: #fff !important;
  font-family: sofia_pro_regular, sans-serif!important;
  font-weight: 400;
  font-size: 15px!important;
  line-height: 30px;
}
.nav-ul .item > p {
  letter-spacing: 0;
  opacity: 1;
  font-size: 2.3rem;
  line-height: 48px;
  font-family: sofia_pro_regular, sans-serif;
  color: #213047;
  cursor: pointer;
}
.header-wrapper {
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 1000;
  position: fixed;
  transition: 0s ease-in;
}
.headershadow {
  position: fixed;
  transition: 0s ease-in;
  background-color: #fff !important;
   box-shadow: 0 8px 15px 0 rgba(102, 127, 180, .11); /* ✅ add shadow */
}
.headershadow-phone {
  position: sticky;
  transition: 0s ease-in;
  background-color: #fff !important;
}
.headershadow .nav-ul .item > p {
  color: #1c1e21 !important;
}
.headershadow .nav-li.logo-li img {
  transition: 0.5s ease-in-out;
}
.header {
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.header a {
  position: relative;
}
.menu-icon {
  display: none;
}
.header-outer-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.nav-pointers {
  display: flex;
  gap: 45px;
  padding-top: 10px;
  z-index: 1;
}
.nav-pointers li p {
  font-family: sans-serif;
  cursor: pointer;
  font-size: 17px !important;
  padding-bottom: 5px;
  position: relative;
}
@media (min-width: 1301px){
  .nav-pointers li p::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #222c3a;
    width: 0;
    transition: 0.4s ease-in-out;
    bottom: 0;
    left: 0;
  }
  .nav-pointers li:hover p::after {
      width: 100%;
  }
}
.nav-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-ul-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-ul li.nav-li {
  line-height: 48px;
  padding: 16px 0;
}
.nav-ul li.item:hover > p {
  color: #ff6600 !important;
}
@media (min-width: 1920px) {
  .arrow img {
    display: none;
  }
  .mobile-header-block {
    display: none;
  }
  .mobile-nav {
    display: none;
  }
}
@media(max-width: 1024px){
  .nav-ul .item>a{
    font-size: 2.8rem;
  }
  .header .item .mobile-nav a {
    font-size: 2.6rem !important;
  }
}
@media(min-width: 1641px){
  .nav-ul .item > p {
    font-size: 2.6rem;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .arrow img {
    display: none;
  }
  .mobile-header-block {
    display: none;
  }
  .mobile-nav {
    display: none;
  }
}
@media (min-width: 1301px) and (max-width: 1640px) {
  .nav-ul .item a {
    position: relative;
    font-size: 2rem;
  }
  .arrow img {
    display: none;
  }
  .mobile-header-block {
    display: none;
  }
  .mobile-nav {
    display: none;
  }
  .nav-ul li.nav-li {
    line-height: 48px;
    padding: 10px 0;
  }
  .banner-card-outer-wrapper{
    padding: 3rem;
  }
  .banner-card-outer-wrapper p{
    font-size: 18px;
  }
  .banner-card-outer-wrapper h2{
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .item img {
    width: 20px;
  }
  .nav-li.button-item {
    display: flex !important;
    justify-content: flex-start;
  }
  .nav-button {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-wrapper {
    padding: 0;
  }
  .menu-icon {
    display: flex;
    cursor: pointer;
    width: 20px;
  }
  .nav-ul {
    display: block;
    width: 100%;
  }
  .nav-li {
    display: block!important;
    width: 100%;
    justify-content: center;
    padding: 10px;
  }
  .logo-li {
    padding: 0;
    border-top: none;
    display: flex;
    align-self: flex-start;
    justify-content: space-between;
    align-items: center;
  }
  .headershadow {
    transition: 0s ease-in;
  }
}
@media (max-width: 1300px) {
  .menu-icon {
    display: flex !important;
    cursor: pointer;
    width: 30px;
  }
  .nav-ul {
    display: none;
  }
  .header-wrapper nav.header {
    height: 100vh;
    background-color: #fff;
    display: block;
    overflow-y: auto;
  }
  .header-wrapper nav.header {
    height: 100vh;
    background-color: #fff;
    display: none;
    overflow-y: scroll;
  }
  .mobile-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-header-block {
    padding: 10px 0;
  }
  .nav-ul li.nav-li {
    padding: 0;
  }
  .nav-ul li.nav-li.item {
    display: block !important;
  }
  .nav-ul li.nav-li.logo-li {
    display: none !important;
  }
  .header .item p {
    width: 100%;
    padding: 16px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1c1e21;
    border-bottom: 1px solid gainsboro;
  }
  .nav-pointers li p {
    font-size: 14px!important;
  }
  .header .item .mobile-nav a {
    padding: 0 18px;
    color: #3a4351;
    font-family: sofia_pro_regular, sans-serif;
    display: flex;
  }
  li.nav-li.button-item {
    display: block !important;
    padding: 10px 24px;
    margin-bottom: 100px;
  }
  .mobile-right {
    display: flex;
    align-items: center;
  }
  .mobile-search {
    padding-right: 15px;
  }
  .homepage-header {
    flex-direction: column;
    gap: 0 !important;
  }
  .nav-ul {
    overflow-y: scroll;
    display: block;
  }
}
@media (max-width: 768px) {
  .item img {
    width: 30px;
  }
  .nav-ul .item > p {
    font-weight: 500;
    font-size: 2.7rem;
  }
  .nav-li.button-item {
    display: flex !important;
    justify-content: flex-start;
  }
  .nav-button {
    margin-bottom: 50px;
  }
  .nav-ul-button {
    justify-content: center;
    width: 100%;
  }
  .nav-ul-button li {
    border-bottom: none;
  }
}
.container-homepage {
  height: 100%;
  margin: auto;
  max-width: 1600px;
  padding: 0 40px;
}
.container-homepage-mdl {
  margin: auto;
  max-width: 1220px;
  padding: 0 40px;
}
.container-homepage.md {
  max-width: 1130px;
  padding: 0 30px;
}
@media (min-width: 2160px) and (max-width: 2560px) {
  .container-homepage {
    max-width: 1900px;
  }
}
@media (min-width: 1441px) and (max-width: 1750px) {
  .container-homepage {
    max-width: 1460px;
  }
}
@media (min-width: 1130px) and (max-width: 1440px) {
  .xenonstack-header-content a {
    font-size: 2.4rem;
  }
  .container-homepage {
    max-width: 1280px;
  }
}
@media(min-width: 768px) and (max-width: 1129px) {
  .container-homepage {
    max-width: 960px;
  }
}

.container-header {
  height: 100%;
  margin: auto;
  max-width: 2080px;
  padding: 0 40px;
}
.container-header-mdl {
  margin: auto;
  max-width: 1420px;
  padding: 0 40px;
}
.container-header.md {
  max-width: 1330px;
  padding: 0 30px;
}
@media (min-width: 1024px) and (max-width: 1441px) {
  .container-header {
    max-width: 1500px;
  }
}

.pointers-row {
  padding-top: 50px;
}
.pointers-wrapper {
  padding-bottom: 35px;
}
svg:not(:root) {
  overflow: hidden;
}
.a {
  stroke: #000;
  stroke-width: 1.5px;
}
svg:not(:root) {
  overflow: hidden;
}
.a {
  stroke: #000;
  stroke-width: 1.5px;
}
.down-arrow{
  display: none;
}
@media(max-width: 1540px) {
  .nav-pointers li p {
    font-size: 15px!important;
  }
  .nav-button a {
    padding: 6px 24px;
  }
}
@media(max-width: 1300px){
  .down-arrow{
    display: block;
  }
  .header-outer-wrapper {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
  .nav-pointers {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}