:root {
    --theme-color: #BBDFEB;
    --theme-color2: #FF0062;
}
@font-face {
    font-family: 'Posterman PERSONAL USE';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/PostermanPersonalUseRegular-rgOE7.woff') format('woff');
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.woff2') format('woff2'),
        url('../fonts/Gilroy-Black.woff') format('woff'),
        url('../fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('../fonts/Gilroy-Heavy.woff') format('woff'),
        url('../fonts/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-RegularItalic';
    src: url('../fonts/Gilroy-RegularItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-RegularItalic.woff') format('woff'),
        url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-MediumItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-MediumItalic.woff') format('woff'),
        url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff'),
        url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans-CondensedLight.woff2') format('woff2'),
        url('../fonts/OpenSans-CondensedLight.woff') format('woff'),
        url('../fonts/OpenSans-CondensedLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans-CondensedBold.woff2') format('woff2'),
        url('../fonts/OpenSans-CondensedBold.woff') format('woff'),
        url('../fonts/OpenSans-CondensedBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lucida Sans Typewriter';
    src: url('../fonts/LucidaSans-TypewriterBold.woff2') format('woff2'),
        url('../fonts/LucidaSans-TypewriterBold.woff') format('woff'),
        url('../fonts/LucidaSans-TypewriterBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lucida Sans Typewriter';
    src: url('../fonts/LucidaSans-Typewriter.woff2') format('woff2'),
        url('../fonts/LucidaSans-Typewriter.woff') format('woff'),
        url('../fonts/LucidaSans-Typewriter.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    font-family: 'Gilroy';
}
h1, h2, h3, h4, h5, p {
    color: #000000;
}
.lp_content {
    font-family: 'Lucida Sans Typewriter';
}
.lp_content h1, .lp_content h2, .lp_content h3, .lp_content h4 {
    font-family: 'Open Sans Condensed';
    line-height: 1.1;
    letter-spacing: -2.6px;
}
.btn.theme-btn {
    background: #ffffff;
    border: none;
    border-radius: 45px;
    font-size: 24px;
    font-weight: 800;
    line-height: 20px;
    padding: 15px 52px 12px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.btn.theme-btn:hover {
    opacity: 0.8;
}
section {
    position: relative;
}
.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.main_heading {
    text-align: center;
    margin-bottom: 100px;
}
.main_heading h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 400;
    line-height: 84px;
    text-transform: uppercase;
    font-family: 'Posterman PERSONAL USE';
    margin: 0;
}
.main_heading .info_text {
    color: #ffffff;
    font-size: 42px;
    font-weight: 400;
    line-height: 58.8px;
    text-transform: uppercase;
    font-family: 'Posterman PERSONAL USE';
}

.header.left_align .main_logo {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 99;
}
.header .main_logo img {
    max-width: 75px;
}


.header.center_align {
    text-align: center;
    padding: 80px 0 60px;
}
.header.center_align .partnerOf {
    color: #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}
.header.center_align .partnerOf img {
    max-width: 108px;
    margin-left: 16px;
}
.hero_wrapper {
    position: relative;
    background: linear-gradient(180deg, #1820B7 2.55%, #000 100.03%);
    z-index: 1;
    overflow: hidden;
    padding-bottom: 32vw;
}
.hero_wrapper .bg_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 42vw;
    z-index: -1;
    pointer-events: none;
}
.hero_wrapper .bg_img img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
}
.hero_content {
    text-align: center;
}
.hero_content h1 {
    color: #ffffff;
    font-size: 106px;
    text-transform: uppercase;
    font-weight: 700;
}
.hero_content .info_text {
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
}
.btn.theme-btn2 {
    background: none;
    border: 1px solid #ffffff;
    border-radius: 45px;
    font-size: 19px;
    color: #ffffff;
    padding: 14px 45px;
}
.btn.theme-btn2:hover {
    background: #ffffff;
    color: #000000;
}
.btn.theme-btn2.dark {
    border: 1px solid #000000;
    color: #000000;
}
.btn.theme-btn2.dark:hover {
    background: #000000;
    color: #ffffff;
}
.hero_wrapper .shape_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}
.hero_wrapper .shape_img img {
    width: 100%;
}


.aboutUs {
    padding: 40px 0;
}
.aboutUs h2, .tech_wrapper h2 {
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.aboutUs .content {
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
}
.aboutUs .videoBox {
    position: relative;
}
.aboutUs .videoBox video {
    width: 100%;
}
.aboutUs .videoBox .playPause_btn {
    position: absolute;
    background: none;
    border: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.aboutUs .videoBox .playPause_btn.active {
    display: none;
}


.steps_wrapper .banner_img {
    position: relative;
    margin-bottom: 60px;
}
.steps_wrapper .banner_img img {
    border-radius: 60px;
}
.steps_wrapper .banner_img .title {
    color: #ffffff;
    font-size: 100px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
    padding: 22px;
}
.steps_item {
    padding: 25px 0;
}
.steps_item h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
    display: inline-flex;
}
.steps_item h2 .num {
    font-size: 90px;
    margin-right: 10px;
    line-height: 0.8;
}
.steps_item p {
    color: #ffffff;
}

.steps_wrapper .shape_img img {
    width: 100%;
}
.steps_wrapper .content_area {
    background: #000000;
    padding: 0 0 40px;
}


.tech_wrapper {
    padding: 0 0 50px;
    margin-top: -75px;
}
.tech_wrapper .lp_content {
    padding-top: 60px;
}
.tech_wrapper .subLabel {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed';
}
.tech_wrapper .content {
    max-width: 468px;
    width: 100%;
}
.tech_wrapper .imgBox {
    position: relative;
}
.tech_wrapper .main_img {
    border-radius: 60px;
}
.tech_wrapper .img2 {
    position: absolute;
    left: -188px;
    bottom: -80px;
    max-width: 292px;
    width: 100%;
}



.lp_footer {
    background: #000000;
    color: #ffffff;
    padding: 40px 0;
}
.lp_footer .footer_logo {
    margin-bottom: 18px;
}
.lp_footer .footer_logo img {
    max-width: 110px;
}
.lp_footer p {
    font-size: 12px;
    margin: 0;
    color: #ffffff;
}




.list_wrapper {
    background: linear-gradient(180deg, #1820B7 2.55%, #000 100.03%);
    padding-bottom: 24vw;
    z-index: 1;
    overflow: hidden;
    min-height: 100vh;
}

.list_wrapper .bg_img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -20vw;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
}


.list_wrapper .list_columns {
    margin: 0 -25px;
}

.list_wrapper .list_columns>.column {
    padding: 25px;
}
.list_wrapper .postBox .imgBox {
    position: relative;
    display: block;
    padding-bottom: 140%;
}
.list_wrapper .postBox .imgBox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list_wrapper .postBox .title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 25.2px;
    padding: 0 4px;
    margin-top: 20px;
    text-transform: capitalize;
}
.list_wrapper .postBox .title a {
    color: #ffffff;
    text-decoration: none;
}



.single_wrapper {
    background: linear-gradient(180deg, #1820B7 2.55%, #000 100.03%);
    padding-bottom: 120px;
    min-height: 100vh;
}
.single_wrapper .container {
    max-width: 1100px;
}
.single_wrapper .media_column {
    padding: 0 30px;
}
.single_wrapper .info_column {
    padding: 0 30px;
}

.single_wrapper h2.title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
    width: 100%;
    max-width: 450px;
}
.single_wrapper .description p {
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    line-height: 29.4px;
}
.single_wrapper .description p a {
    color: #d0d2fa;
}
.single_wrapper .description p a strong {
    color: #e5e7ff;
}
.single_wrapper .info_column .btnBox {
    margin-top: 80px;
}



/*================================================== Responsive Part
*/


@media (max-width: 1279px) and (min-width: 992px) {
    
    .list_wrapper .list_columns {
        margin: 0 -15px;
    }
    .list_wrapper .list_columns>.column {
        padding: 20px 15px;
    }
    .list_wrapper .postBox .title {
        font-size: 15px;
        line-height: 21.2px;
    }
    
}
@media (max-width: 1279px) {
    
    .hero_content h1 {
        font-size: 80px;
    }
    .hero_content .info_text {
        font-size: 30px;
    }
    .tech_wrapper {
        margin-top: -20px;
    }
    .tech_wrapper .subLabel {
        font-size: 30px;
    }
    .aboutUs h2, .tech_wrapper h2 {
        font-size: 58px;
    }
    .steps_wrapper .banner_img .title {
        font-size: 80px;
    }
    .tech_wrapper .main_img {
        border-radius: 30px;
    }
    .tech_wrapper .img2 {
        left: -140px;
        bottom: -68px;
        max-width: 235px;
    }

}

@media (max-width: 1024px) {
    
    .btn.theme-btn2 {
        font-size: 14px;
    }
    .header.left_align .main_logo img {
        max-width: 55px;
    }
    .main_heading h1 {
        font-size: 45px;
        line-height: 62px;
    }
    .main_heading .info_text {
        font-size: 30px;
        line-height: 36.8px;
    }
    .steps_wrapper .banner_img img {
        border-radius: 26px;
    }
    
    .hero_content h1 {
        font-size: 60px;
    }
    .hero_content .info_text {
        font-size: 24px;
    }
    .steps_wrapper .banner_img .title {
        font-size: 45px;
        padding: 15px;
    }
    
    
    .steps_wrapper .content_area {
        padding: 20px 0 40px;
    }
    .steps_item h2 {
        display: block;
    }
    .steps_item h2 .num {
        font-size: 62px;
        display: block;
        margin-bottom: 12px;
    }
    .tech_wrapper .subLabel {
        font-size: 30px;
    }
    .tech_wrapper .imgBox {
        padding: 0 50px;
    }
    .tech_wrapper .img2 {
        left: 0;
        bottom: -35px;
        max-width: 136px;
    }
    
}
@media (max-width: 767px) {
    
    .header.left_align .main_logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .header.center_align {
        padding: 50px 0;
    }
    .header .main_logo img {
        max-width: 60px;
    }
    .header.center_align .partnerOf {
        font-size: 12px;
    }
    .header.center_align .partnerOf img {
        max-width: 65px;
        margin-left: 10px;
    }
    .hero_wrapper {
        padding-bottom: 52vw;
    }
    .hero_content h1 {
        font-size: 50px;
    }
    .aboutUs h2, .tech_wrapper h2 {
        font-size: 50px;
    }
    
    .steps_wrapper .banner_img {
        margin-bottom: 30px;
    }
    .steps_item h2 {
        font-size: 22px;
    }
    .steps_item h2 .num {
        font-size: 45px;
        margin-bottom: 12px;
    }
    .steps_item p {
        font-size: 14px;
    }
    
    
    .tech_wrapper {
        padding: 15px 0 40px;
        margin-top: 0;
    }
    
    
    .tech_wrapper .imgBox {
        padding: 0 50px 40px;
    }
    .tech_wrapper .main_img {
        border-radius: 26px;
    }
    
    .lp_footer .footer_logo img {
        max-width: 80px;
    }
    .lp_footer p {
        font-size: 10px;
    }
    
    
    .list_wrapper {
        padding-top: 152px;
        padding-bottom: 42vw;
    }
    .list_wrapper .bg_img {
        bottom: 0;
    }
    .main_heading {
        margin-bottom: 30px;
    }
    .main_heading h1 {
        font-size: 9vw;
        line-height: 1.2;
    }
    .main_heading .info_text {
        font-size: 6.2vw;
        line-height: 1.4;
    }
    .list_wrapper .list_columns {
        margin: 0 auto;
        max-width: 300px;
    }
    .single_wrapper {
        padding: 152px 0 80px;
    }
    .single_wrapper .detail_columns {
        max-width: 355px;
        width: 100%;
        margin: 0 auto;
        padding-top: 40px;
    }
    .single_wrapper .media_column {
        padding: 0 15px;
    }
    .single_wrapper .info_column {
        padding: 30px 15px;
        text-align: center;
    }
    .single_wrapper h2.title {
        font-size: 25px;
    }
    .single_wrapper .description p {
        font-size: 18px;
    }
    .single_wrapper .info_column .btnBox {
        margin-top: 50px;
    }
}

@media (min-width: 640px){
    .aboutUs p, .tech_wrapper p {
        font-size: 14px;
    }   
}
@media (max-width: 400px){
    .hero_content h1 {
        font-size: 42px;
    }
    .hero_content .info_text {
        font-size: 18px;
    }
    .aboutUs h2, .tech_wrapper h2 {
        font-size: 42px;
    }
    .steps_wrapper .banner_img .title {
        font-size: 34px;
    }
    .tech_wrapper .subLabel {
        font-size: 25px;
    }
}

@media (min-width: 1280px){
    .container {
        max-width: 1236px;
    }
}

@media screen and (max-width: 990px) {
    .d-mob-none {
        display: none;
      }
}

@media screen and (min-width: 990px) {
  .d-desk-none {
    display: none;
  }
}