/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5555;
        backdrop-filter: blur(30px);
}
body,
html {
    width: 100%;
    height: 100%;
    font-family: 'Inter', sans-serif;
    background-color: #070A29;
}

.container {
    max-width: 1320px;
    margin: auto;
}

.gapY {
    padding-top: 80px;
    padding-bottom: 80px;
}

.banner {
    position: relative;
    padding-top: 155px;
}
.banner:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 400px;
    left: 0;
    top: 0;
    background: url(../images/ellipse2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.banner:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 400px;
    right: 0;
    top: 0;
    background: url(../images/ellipse1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    color: #fff;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

h2 {
    font-size: 42px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}
h4{
    font-size: 18px;
    font-weight: 600;
}
p {
    font-size: 16px;
    margin-top: 10px;
}

.navbar-brand {
    font-size: 33px;
    font-weight: bold;
    color: #fff;
}

.navbar-brand span {
    font-size: 33px;
    font-weight: 400;
}

.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:hover{
    color: #fff !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0 10px;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ABAECE;
}
.btn-primary {
    background-color: #3A2EFE;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    padding: 12px 25px;
    text-decoration: none;
    color: #fff;
    border: 0;
    transition: all 0.2s ease-in-out;
}
.btn-primary:hover { 
    transform: scale(1.1);
    background-color: #703FFE;
  }
/* Directly style the toggle icon */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-list' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M0 1.5A.5.5 0 0 1 .5 1h15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1zM.5 4a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1zM0 8.5a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1zM.5 12a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1z'/%3e%3c/svg%3e");
}

.alignHero {
    align-items: center;
    justify-content: space-between;
    z-index: 222;
    position: relative;
}

.bannerImg {
    text-align: right;
}

.bannerImg img {
    width: 100%;
}

.alignHero h1 {
    font-size: 50px;
}

.alignHero p {
    margin-bottom: 50px;
}

.btnColor {
    background-color: #9717FB;
}

.btnBlackWhite {
    background-color: #fff;
    color: #703FFE;
}

.aboutImg {
    text-align: left;
}

.aboutImg img {
    width: 100%;
}

.colorHead {
    background-color: #141634;
    color: #703FFE;
    border: 1px solid #2C2E52;
    max-width: 132px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    padding: 4px 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
}

.strategies {
    background-color: #12153F;
    margin: 0 50px;
    border-radius: 10px;
}

.colorHead-center {
    background-color: #141634;
    color: #703FFE;
    border: 1px solid #2C2E52;
    max-width: 142px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    padding: 4px 0;
    margin: 0 auto 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
}

.colorHead-center2 {
    background-color: #0000003b;
    color: #ffffff;
    border: 1px solid #ffffff;
    max-width: 194px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    padding: 4px 0;
    margin: 0 auto 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
}


.strategies h2 {
    max-width: 550px;
    margin: 0 auto 25px;
    text-align: center;
}

.cards {
    cursor: pointer;
    border: 1px solid #703FFE;
    border-radius: 5px;
    padding: 25px 20px;
    margin-top: 15px;
    height: 100%;
    transition: all 0.5s ease-in-out;
}
.cards p{
    font-size: 14px;
}
.cards:hover{
    transform: scale(1.05);
}
.mt-20 {
    margin-top: 20px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ctnr {
    padding-right: 20px;
}

.iconi img {
    width: 100%;
    object-fit: none;
}

.iconi {
    background: linear-gradient(180deg, #6734FE 35%, #B695FF 100%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 40px;
}

.lightp {
    font-size: 20px;
    color: #B695FF;
    margin-bottom: 10px !important;
}

.professionals {
    margin: 0 50px;
    border-radius: 10px;
    background: url("../images/bglayer.png");
    background-size: cover;
    background-position: center;
}

.midtext {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.footer{
    background-color: #000217;
    padding-bottom: 0 !important;
}
.copyright{
    margin-top: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 20px 15px;
}
.fmenu a {
    text-decoration: none;
    color: #ABAECE;
    font-size: 14px;
    display: block;
    margin: 10px 0;
    padding: 5px 0;
}
.ficon img{
    margin: 25px 15px 0 0;
    cursor: pointer;
}
.ctnlast{
    display: flex;
    justify-content: end;
}