@font-face {
    font-family: NexaBold;
    /* font-weight: bold; */
    src: url("../fonts/NexaBold.otf") format("opentype")
}

@font-face {
    font-family: NexaLight;
    /* font-weight: lighter; */
    src: url("../fonts/NexaLight.otf") format("opentype")
}
html {
    scroll-behavior: smooth;
}
body {
    background-image: linear-gradient(to bottom, #123075, #092056);
    font-family: NexaLight;
    overflow-x: hidden;
}

.main-body::before {
    content: "";
    background: url(/assets/images/mask.svg);
    width: 900px;
    height: 900px;
    background-repeat: no-repeat;
    top: 0px;
    position: absolute;
    right: 0px;
}

.particle-section {
     position: absolute;
     right: 50px;
     top: 60px;
     width: 900px;
     height: 900px;
 }
.custom-navbar {
    padding-top: 30px;
}
.logo {
    width: 205px;
}

.custom-navbar .nav-link {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 2.3px;
    text-align: right;
    color: #ffffff !important;
}

.custom-container {
    width: 75%;
}

.navbar-brand {
    margin-left: 238px;
    margin-right: 30px;
}

.hero-section {
    margin-top: 100px;
    margin-bottom: 255px;
}

.hero-section .title {
    margin-bottom: 85px;
}

.title {
    font-size: 48px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #ffffff;
}

.what-we-do .title {
    font-size: 48px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: -1px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 100px;
}

.join-btn {
    width: 203px;
    height: 50px;
    border-radius: 5px;
    box-shadow: 20px 20px 60px 0 rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(256deg, #266bce, #1e1e72);
    color: #ffffff;
    padding: 15px;
}

.join-btn:hover {
    color: #ffffff;
}
.join-btn img {
    width: 14px;
}
.what-we-do .col-md-4 {
    margin-bottom: 55px;
}
.features-rectangle {
    width: 564.9px;
    height: 940px;
    transform: rotate(45deg);
    opacity: 0.1;
    mix-blend-mode: screen;
    border-radius: 100px;
    background-color: #1a47b0;
    position: absolute;
    right: 0;
    bottom: 0;
}
/*.features-rectangle-center {*/
/*    width: 1000px;*/
/*    height: 631.9px;*/
/*    transform: rotate(45deg);*/
/*    opacity: 0.1;*/
/*    mix-blend-mode: screen;*/
/*    border-radius: 100px;*/
/*    background-color: #1a47b0;*/
/*    position: absolute;*/
/*    left: 20%;*/
/*    bottom: 0;*/
/*}*/
.what-we-do .card {
    background-color: #213256;
    min-height: 261px;
    border-radius: 5px;
    padding: 30px;
    transition: all .5s ease-in-out;
}

.what-we-do .card-title {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #ffffff;
}

.what-we-do .card-content {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #709be7;
}

.what-we-do .card:hover {
    background: #ffffff;
    transform: scale(1.05);
}

.what-we-do .card:hover .card-title {
    color: #1a47b0;
    transition: .5s ease;
}

.what-we-do .card:hover .card-content {
    color: #595f6f;
    transition: .5s ease;
}
.why-choose-us-section {
    margin-top: 80px;
    position: relative;
}
.why-choose-us-section .title {
    margin-bottom: 230px;
}
.why-choose-us-section .box .title {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #937748;
    margin-bottom: 0px;
}

.why-choose-us-section .box .content {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #ffffff;
}
.why-choose-us-section .box {
    width: 250px;
    margin-bottom: 100px;
}
#up-arrow-section {
    position: absolute;
    top: 00%;
    left: 15%;
}
.up-arrow {
    content: '';
    width: 1400px;
    height: 760px;
    background-image: url("/assets/images/rectangle.svg");
    background-repeat: no-repeat;
}
#left-rectangle-section {
    position: absolute;
    bottom: -60%;
    left: -10%;
}
.left-rectangle {
    width: 700.1px;
    height: 790.9px;
    transform: rotate(45deg);
    opacity: 0.1;
    mix-blend-mode: screen;
    border-radius: 100px;
    background-color: #1a47b0;
}
#right-rectangle-section {
    position: absolute;
    bottom: -65%;
    right: -17%;
}
.right-rectangle {
    width: 700.1px;
    height: 790.9px;
    transform: rotate(45deg);
    opacity: 0.1;
    mix-blend-mode: screen;
    border-radius: 100px;
    background-color: #1a47b0;

}
#right-rectangle-section2 {
    position: absolute;
    bottom: -85%;
    right: -13%;
}
.right-rectangle2 {
    width: 700.1px;
    height: 790.9px;
    transform: rotate(45deg);
    opacity: 0.1;
    mix-blend-mode: screen;
    border-radius: 100px;
    background-color: #1a47b0;
}
.mobile-body {
    position: relative;
    width: 415.2px;
    height: 842px;
    border-radius: 50px;
    box-shadow: 0 1px 4px 0 rgba(0, 21, 64, 0.14), 0 7px 14px 0 rgba(0, 21, 64, 0.05), 40px 40px 80px 0 rgba(2, 8, 22, 0.4), inset 0 3px 5px 1px #ffffff, inset 0 -16px 32px 0 rgba(0, 0, 0, 0.08);
    background-image: linear-gradient(179deg, #ffffff, #fafbfc);
}
/*.mobile-button {
    width: 58.3px;
    height: 58.3px;
    mix-blend-mode: multiply;
    background-image: linear-gradient(to bottom, #f3f4f6, #ffffff);
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    box-shadow: 0 1px 4px 0 rgba(0, 21, 64, 0.14), 0 7px 14px 0 rgba(0, 21, 64, 0.05), 40px 40px 80px 0 rgba(2, 8, 22, 0.4), inset 0 3px 5px 1px #ffffff, inset 0 -16px 32px 0 rgba(0, 0, 0, 0.08);
}*/
#mobile-right-arrow-section {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: -1;
}
/*.mobile-right-arrow {*/
/*    content: '';*/
/*    width: 1400px;*/
/*    height: 760px;*/
/*    background-image: url("/assets/images/mobile-rectangle.png");*/
/*    background-repeat: no-repeat;*/
/*    transform: rotate(90deg);*/
/*}*/
.buttons-section {
    margin-top: 40px;
}
.screen {
    position: absolute;
    top: 90px;
    left: 16px;
    width: 383px;
    height: 680px;
    background: url("/assets/images/mobile-screen.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
}
.mobile-title {
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 55px;
}
.mobile-subtitle {
    width: 480px;
    font-size: 14px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 15px;
    opacity: .7;
}
.mobile-app-section {
    margin-top: 90px
}
.subtitle {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: -0.5px;
    text-align: center;
    color: #709be7;
}
.testimonials-section {
    margin-top: 200px;
}
.testimonials-section .card {
    padding: 35px;
    margin-top: 60px;
    min-height: 327px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-author {
    margin-top: 15px;
    text-align: center;
    color: #092056;
    font-weight: 900;
}
.slick-dots li button:before {
    color: white;
    font-size: 10px;
    top: 10px;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: white;
}
.contact-section {
    margin-top: 100px;
}
.custom-tabs {
    border-bottom: 0!important;
    margin-top: 50px;
}
.custom-tabs .nav-item {
    width: 321px;
    height: 60px;
    border-radius: 5px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ffffff;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.06;
    letter-spacing: normal;
    color: #ffffff!important;

    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-tabs .nav-item:first-child {
    margin-right: 21px;
}
.custom-tabs .nav-link {
     border-top-left-radius: inherit;
     border-top-right-radius: inherit;
     color: #ffffff!important;
}
.custom-tabs .nav-link:hover {
    border: 0!important;
    color: #ffffff!important;
}
.custom-tabs .nav-link.active {
    border: 0!important;
    border-radius: 5px!important;
    font-family: NexaBold;
    color: #ffffff!important;
    background: transparent!important;

}
.contact-section {
    position: relative;
}
.contact-section .tab-content {
    width: 663px;
    height: 100%;
    border-radius: 5px;
    box-shadow: 40px 40px 80px 0 rgba(2, 8, 22, 0.3);
    background-color: #ffffff;
}
.contact-form {
    display: flex;
    flex-direction: column;
    padding: 35px;
    /*justify-content: space-between;*/
    height: 100%;
}
.contact-form input {
    height: 60px;
    margin-bottom: 30px;
    border: 1px solid #dddfe7;
    padding-left: 16px;
}
.contact-form textarea {
    border: 1px solid #dddfe7;
    padding-left: 16px;
    padding-top: 16px;
}
#contact-up-arrow-section {
    top: 0;
    left: 50%;
}
.contact-form-top-rectangle {
    width: 1134.5px;
    height: 448.9px;
    transform: rotate(45deg);
    opacity: 0.1;
    mix-blend-mode: screen;
    border-radius: 100px;
    background-color: #1a47b0;
}
.sign-btn {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    box-shadow: 20px 20px 60px 0 rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(to bottom, #123075, #092056);
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
}
footer {
    margin-top: 150px;
    padding-bottom: 20px;
    background-image: linear-gradient(to bottom, #0a2158, #092056);
}
.footer-title {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #ffffff;
    margin-bottom: 8px;
}
footer ul li , footer ul li a {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.43;
    letter-spacing: normal;
    color: #709be7;
}
footer .content {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #709be7;
}
.social {
    width: 30px;
    height: 30px;
    background-color: #709be7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social:not(:last-child) {
    margin-right: 5px;
}
.footer-rectangle:before {
    content: '';
    width: 565px;
    height: 360px;
    background-image: url("/assets/images/footer-rectangle.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.signature {
    margin-top: 50px;
}
.signature a {
    color: white;
    font-family: NexaBold;
    font-size: 12px;
}
.signature a > span {
    font-family: NexaLight;
}
.hideOnDesktop {
    display: none!important;
}
