


body {
 /* font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
 */
 
  font-family: 'SF Pro Display';
}

body {
  position: relative;
  overflow-x: hidden;
  margin: 0;
  background-color: #0a0a23;
  color: #fff;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 100px;
  background: rgba(16, 12, 45, 0.18);
  backdrop-filter: blur(3px);
  position: relative;
}

.logo a {
    color: white;
    font-size: 19.725px;
    font-weight: 700;
    line-height: 16.336px;
    font-style: normal;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo a img {
    width: 38px;
    height: 38px;
}
.logo .ai {
    /*color: #f857a6;*/
    font-size: 15.521px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.336px;
    background: linear-gradient(100deg, #D500DE 75.5%, #2174FD 114.47%, #213BFD 114.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 64px;
}

.nav-menu li {
  position: relative;
  margin: 0;
  padding: 10px 0px;
}

.nav-menu a {
    text-decoration: none;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 510;
    color: #CFD5DF;
}
.nav-menu a:hover {
    color: #00B2FF;
    font-weight: 590;
}
.nav-menu li.current_page_item a {
    color: #FFFFFF;
    font-weight: 510;
}
.nav-menu li ul {
    position: absolute;
    background-color: #1e1e2f;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 100%;
    left: 0;
    min-width: 174px;
    z-index: 999;
    border-radius: 8px;
    background: linear-gradient(316deg, rgba(16, 12, 45, 0.70) 35.16%, rgba(52, 39, 147, 0.70) 127.48%);
    box-shadow: 5px 4px 4px 0px rgba(0, 0, 0, 0.33);
    backdrop-filter: blur(2px);
    text-align: left;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;

}
.nav-menu li ul.sub-menu li a:hover {
    color: #FFF;
}
.nav-menu li:hover > ul {
  display: flex;
}
.nav-menu li ul li:last-child {
    margin-bottom: 0;
}

.nav-menu li ul li {
    margin: 0;
    margin-bottom: 19px;
}
.nav-menu li ul li a {
  padding: 0px;
  display: block;
}
.gradient-button-wrapper {
    width: 90px;
    height: 37px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 1px 0px rgba(255, 255, 255, 0.22) inset;
    overflow: hidden;
    border-radius: 8px;
}
.gradient-border-button {
    border: none;
    border-radius: 8px;
    background: linear-gradient(287deg, #FF00E5 -43.97%, #FF8801 109.57%);
    cursor: pointer;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    background-clip: border-box;
    padding: 2px;
    width: 100%;
    height: 35px;
    display: block;
}

.gradient-button-wrapper .button-text {
    position: absolute;
    z-index: 9;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(18, 13, 49, 0.53);
    width: calc(100% - 2px);
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.header-buttons {
  display: flex;
  gap: 10px;
}

.btn {
    border-radius: 8px;
    display: block;
    padding: 8px 24px;
    border:none;
    outline:none;
    text-decoration:none;
    background: rgba(18, 13, 49, 1);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    color: #fff;
    text-align:center;
}
.button-wrapper {
    box-shadow: 0px 2px 1px 0px rgba(255, 255, 255, 0.22) inset;
    border-radius: 8px;
    background : linear-gradient(287deg, #FF00E5 -43.97%, #FF8801 109.57%);
    padding: 1px;
    display: flex;
}
.button-wrapper .btn {
    width: 100%;
}
.get-started-btn {
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(287deg, #FF00E5 -43.97%, #FF8801 109.57%), #03F;
    box-shadow: 0px 1px 3px 0px rgba(25, 33, 61, 0.10);
    padding: 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width:144px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer {
	position: relative;
	z-index:10;
    margin-top: -160px;
    color: #ccc;
  text-align: center;
  padding: 9rem 2rem 1rem;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.footer-logo img {
  height: 32px;
}

.footer-brand {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

.footer-brand .ai {
  color: #f857a6;
}

.footer-tagline {
  margin: 0.8rem 0;
  font-size: 0.9rem;
  color: #9CA3AF;
}

.footer-social a {
  color: #ccc;
  font-size: 1.2rem;
  margin: 0 10px;
  text-decoration: none;
}

.footer-social a:hover {
  color: #f857a6;
}
#menu-footer-menu {
    gap: 7px;
}
#menu-footer-menu li {
    padding: 10px 0px 25px;
    transition: all linear .5s;
}
#menu-footer-menu li:hover {
    transform: translateY(-4px);
}
#menu-footer-menu li a {
    font-size: 0.9rem;
    color: #9CA3AF;
    font-weight: 400;
    text-decoration: underline;
    padding: 0px 9px 0px 0px;
    line-height: 0.4em;
}
#menu-footer-menu li:not(:last-child) a{
    border-right: 1px solid #9ca3af;
}
/* Main Container */

.main-container{
    padding : 0 100px;
}
.section{
    width: 100%;
    padding: 80px 0px;
}
.p-absolute{
    position:absolute;
}
.p-relative{
    position:relative;
}

ul.slick-dots {
    list-style: none;
    text-align: center;
    display: flex;
    gap: 8px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0;    
}
ul.slick-dots li button {
    font-size: 0;
    border: none;
    border-radius: 10px;
    background: #453999;
    width: 40px;
    height: 6px;
}
ul.slick-dots li.slick-active button {
    background-color: #FFF;
}


.title{
    font-size: 48px;
    line-height: 52px;
    font-weight: bold;
}

.pricing-section.section{
    padding-bottom: 295px;
}



/******CONTENT PAGE*******/

.page-template-page-content .content_page p{
    font-size: 16px !important;
    line-height: 25px !important;  
    text-align: left !important;
}
.page-template-page-content .content_page h1{
    margin-bottom: 50px !important;
}

