*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "inter";
    src: url('../fonts/Inter-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: "inter";
    src: url('../fonts/Inter-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: "inter";
    src: url('../fonts/Inter-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: "inter";
    src: url('../fonts/Inter-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: "inter";
    src: url('../fonts/Inter-Bold.ttf');
    font-weight: 700;
}
:root{
    --primary: #3F8EEA;
    --light-text: #767676;
    --hero-section: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 67.72%, #000 100%);
    --primary-gradient: linear-gradient(270deg, #3F8EEA 0%, #083BBE 100%);
    --secondary: #083bbe;
    --text-primary: #fff;
    --text-secondary: #FCFCFC;
    --font-primary: 'inter', sans-serif;
}

body{
    background-color: #000;
    font-size: 28px;
    line-height: 45px;
    font-weight: 400;
    font-family: var(--font-primary);
    color: var(--text-primary);
	overflow-x: hidden;
}

section {
    overflow-x: hidden;
}

.overflow-visible{
    overflow: visible;
}

.slick-dots li button {
    background: #fff !important;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: var(--primary-gradient) !important;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots{
    bottom: -50px !important;
}

.mobile, .tab {
    display: none !important;
}

button{
    border: 0;
}

video{
	width: 100%;
}

a, a:hover, a:active{
    text-decoration: none;
}

strong {
    font-weight: 700;
}

p:empty {
    display: none;
}

p{
  margin-bottom: 15px; 
  font-size: 28px;
  line-height: 45px;
}

h1, h2, h3, h4, h5, h6{
    margin-bottom: 15px;
    font-family: var(--font-secondary);
    font-weight: 600;
}

ul, ol{
    margin-bottom: 15px;
}

h1{
    font-size: 64px;
    line-height: 84px;
}

h2{
    font-size: 48px;
    line-height: 72px;
}

h3{
    font-size: 40px;
    line-height: normal;
}

h4{
    font-size: 30px;
    line-height: normal;
}

h5{
    font-size: 20px;
    line-height: normal;
}

h6{
    font-size: 16px;
    line-height: normal;
}

img{
    display: block;
    width: 100%;
	
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(50deg, #00D4FB 1%, #2736F7 100%);
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.container,.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.section-head {
    text-align: center;
    color: var(--text-secondary);
    margin-bottom: 50px;
}

.section-head p {
    font-weight: 500;
}

.section-padding {
    padding: 130px 0px;
}

.btn {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-style: normal;
    line-height: normal;
    font-weight: 600;
    transition: all 0.5s ease;
    border-radius: 64px;
}

.btn-primary, .btn-secondary:hover{
    background: var(--primary-gradient);
    color: var(--text-primary);
    box-shadow: 0px -4px 0px 0px rgba(99, 90, 90, 0.2) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.40) inset;
}

.btn-secondary:hover{
    border-color: transparent;
}

.btn-secondary{
    border: 1px solid var(--primary);
    color: var(--text-primary);
    background: transparent;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.40) inset, 0px -4px 0px 0px rgba(0, 0, 0, 0.20) inset;
}

.btn-secondary img {
    width: 24px;
}

.btn-sm {
    width: max-content;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.btn-sm:hover {
    background: transparent;
    box-shadow: none;
    border: 1px solid var(--primary);
}

.btn-md{
    font-size: 26px;
    padding: 20px 36px;
}

.btn-lg{
    font-size: 28px;
    padding: 26px 106px;
}

.form-wrapper {
    border-radius: 16px 16px 0px 0px;
    border: 3px solid #727577;
    background: #000;
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 50px;
    position: relative;
}

.desktop-form .image-wrapper {
    margin-top: -1px;
    position: relative;
    z-index: 0;
}

.form-group {
    width: 100%;
}

.form-list .row {
    gap: 25px 0;
}

.form-group fieldset {
    border: 1px solid #8E8E8E;
    border-radius: 6px;
    background: transparent;
    height: 100px;
    position: relative;
    text-align: left;
}

.form-group fieldset .form-field {
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    height: 68px;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 22px;
    color: #fff;
    padding: 0 25px;
}

.form-group fieldset legend {
    font-size: 26px;
    margin-left: 20px;
    padding: 0 5px;
}

.form-group fieldset textarea.form-field {
    height: 150px;
    padding-top: 20px;
    border-radius: 25px;
}

.form-group fieldset .form-field::placeholder {
    color: #929292;
    font-family: var(--font-primary);
    font-size: 22px;
}

.form-group fieldset select.form-field {
    text-transform: capitalize;
    appearance: none;
    padding-right: 55px;
}

.form-group fieldset.select-field:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 25px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #083BBE;
    pointer-events: none;
}

.form-group fieldset select.form-field option {
    color: #767676;
    font-size: 22px;
}

fieldset.textarea-field {
    height: 185px;
}

.form-group button.btn {
    margin: 0 auto;
    display: block;
}

.form-wrapper .section-head {
    margin: 0 auto;
    margin-bottom: 25px;
}

.container-fluid {
    padding: 0 75px;
}

.flex-dir-row-reverse {
    flex-direction: row-reverse;
}

.banner-area.bg-radial-gradient {
    position: relative;
    z-index: 0;
}

.banner-area.bg-radial-gradient:after {
    content: "";
    width: 95%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    background: rgba(12, 65, 193, 0.40);
    filter: blur(450px);
}

.inner-page-banner .image-wrapper.line-bg {
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
    left: inherit;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    z-index: -1;
}

.inner-page-banner .image-wrapper.line-bg::after {
    display: none;
}

.container-fluid.p-0 {
    padding: 0;
    overflow-x: clip;
}

.container-fluid.p-0 [class*="col"] {
    align-items: normal;
}

.p-10 {
    padding: 100px;
}

.blur-rect {
    position: relative;
    z-index: 0;
}

a.icon-btn {
    color: #2394cc;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.blur-rect:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background: #0C41C1;
    filter: blur(450px);
}

.custom-card {
    border-radius: 50px;
    position: relative;
    z-index: 0;
    height: 100%;
    padding: 40px;
    width: 100%;
}

.custom-card:before, .custom-card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0B0B0B;
    border-radius: 50px;
    z-index: -1;
}

.custom-card:before {
    background: var(--primary-gradient);
    z-index: -1;
    top: 2px;
    left: 10px;
}

.custom-card .content ul {
    padding-left: 25px;
}

.content-wrapper ul {
    padding-left: 25px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.content-wrapper h2 + ul {
    margin-top: 50px;
}

.border-bottom-curve {
    border-radius: 0px 0px 30px 30px;
    border-bottom: 20px solid var(--secondary);
    background: #000;
    margin-bottom: 130px;
}

.half-radial-gradient {
    position: relative;
    z-index: 0;
    overflow-x: clip;
}

.half-radial-gradient:after {
    content: "";
    display: block;
    width: 800px;
    height: 800px;
    flex-shrink: 0;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(12, 65, 193, 0.80) 0%, rgba(12, 65, 193, 0.00) 100%);
    filter: blur(100px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.half-radial-gradient.left-radial:after {
    left: -400px;
}

.half-radial-gradient.right-radial:after {
    right: -400px;
}

.rotational-section .image-wrapper {
    margin-right: auto;
    margin-left: 0;
}

.rotational-section .flex-dir-row-reverse .image-wrapper {
    margin-left: auto;
    margin-right: 0;
}

.image-with-border {
    position: relative;
    z-index: 0;
}

.image-with-border:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 650px;
    right: 0;
    background: #141414;
}

.flex-dir-row-reverse .image-with-border:after {
    right: inherit;
    left: 0;
}

.banner-area .content-wrapper .content .banner-form {
    width: 100%;
    margin-top: 50px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.banner-area .content-wrapper .content .banner-form .form-group {
    position: relative;
}

.banner-area .content-wrapper .content .banner-form .form-group input {
    width: 100%;
    border-radius: 60px;
    border: 2px solid #3F8EEA;
    background: #000;
    height: 90px;
    padding-left: 40px;
    padding-right: 300px;
}

.banner-area .content-wrapper .content .banner-form .form-group input::placeholder {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.banner-area .content-wrapper .content .banner-form .form-group button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.mouse-img {
    margin-top: 80px;
}

.slider-wrapper {
    display: block;
    width: 100%;
}

.bottom-icons {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 99;
}

.bottom-icons ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.bottom-icons ul li a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-gradient);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.image-wrapper {
    position: relative;
    z-index: 1;
}

.col-md-5:has(.image-wrapper) {
    position: relative;
    z-index: 1;
}