/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: "Rubik", serif;
    background-color: #0F172A;
    font-size: 14px;
    line-height: 22px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
    max-width: 100%;
}
.banner img {
    display: block;
}
.container {
    padding: 0px 70px;
    max-width: 100%;
}
.header {
    position: absolute;
}
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
.d-fx {
    display: flex;
}
.jc-c {
    justify-content: center;
}
.jc-e {
    justify-content: end;
}
.jc-s {
    justify-content: start;
}
.jc-sb {
    justify-content: space-between;
}
.ai-s {
    align-items: start;
}
.ai-c {
    align-items: center;
}
.ai-e {
    align-items: end;
}
.ttu {
    text-transform: uppercase;
}
a {
    color: #fff;
    text-decoration: none;
}
.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 30px 0;
    z-index: 111;
}
.left-header {
    gap: 80px;
}
.left-header ul {
    align-items: center;
    gap: 40px;
}
.social-items {
    gap: 20px;
}
.left-header ul li a {
    color: rgba(249,250,251,.5);
}
.left-header ul li a.active {
    color: #fff;
    font-weight: 600;
}
.left-header ul li a:hover {
    color: #fff;
}
.banner-cont {
    max-width: 47.292vw;
    margin-left: 8.611vw;
    padding-top: 16.667vw;
    position: absolute;
}
.banner-cont h1 {
    font-size: 3.333vw;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.14;
    margin-bottom: 3.542vw;
}
.banner-cont h1 span {
    font-size: 5.278vw;
    text-transform: uppercase;
    letter-spacing: 0.056vw;
}
.btn {
    font-size: 1.111vw;
    color: #fff;
    line-height: 1.528vw;
    font-weight: 600;
    padding: 0.903vw 2.639vw;
    border-radius: 3.472vw;
    display: inline-block;
}
.banner-cont .btn-dark {
    margin-left: 0.903vw;
}
.btn-purple {
    background-color: #9333EA;
}
.btn-purple:hover {
    background-color: #1E293B;
}
.btn-dark {
    background-color: #1E293B;
}
.btn-dark:hover {
    background-color: #9333EA;
}

h2.section-title {
    font-size: 2.778vw;
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 1.175;
    margin-top: 0.972vw;
    margin-bottom: 1.736vw;
}
.slide-img {
    max-width: 47.361vw;
    margin: 0 auto;
    position: relative;
}

.slide-badge-text1 {
    width: 20.556vw;
    height: 6.215vw;
    background-image: url(../img/slide-textline-vector1.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.slide-badge-text1 {
    position: absolute;
    left: -15.972vw;
    top: 12.431vw;
    padding-left: 0.694vw;
}
.badge-title {
    font-size: 0.972vw;
    color: #fff;
    font-weight: 600;
}
.badge-header.d-fx {
    gap: 0.694vw;
    align-items: center;
    line-height:1.042vw;
    margin-bottom: 0.972vw;
}
.badge-cont {
    font-size: 0.833vw;
    max-width: 14.792vw;
    line-height: 1.2;
    color: rgba(249, 250, 251, .7);
    padding-top: 0.278vw;
}

.slide-badge-text2 {
    width: 19.167vw;
    height: 6.354vw;
    background-image: url(../img/slide-textline-vector2.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    right: -17.708vw;
    top: 4.306vw;
    padding-left: 4.792vw;
    background-size: contain;
}
.slide-badge-text3 {
    width: 16.042vw;
    height: 6.215vw;
    background-image: url(../img/slide-textline-vector3.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    right: -14.792vw;
    top: 17.639vw;
    padding-left: 4.861vw;
    background-size: contain;
}
.badge-img img {
    width: 1.042vw;
}
.slide2 .slide-img,
.slide4 .slide-img {
    width: 30vw;
}
.slide2 .slide-badge-text1 {
    left: -17.7vw;
}
.slide2 .slide-badge-text3 {
    right: -13vw;
    top: 18.639vw;
}

.slide3 .slide-badge-text3 {
    width: 17.042vw;
    right: -13vw;
    top: 18.639vw;
}
.slide4 .slide-badge-text3 {
    width: 19.722vw;
    height: 6.215vw;
    background-image: url(../img/slide-textline-vector4.svg);
    right: -16.2vw;
}
.slide4 .slide-badge-text1 {
    left: -16.972vw;
}
.swiper-navigation > div {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    background-color: #1E293B;
    padding: 9px 17px;
    line-height: 22px;
    gap: 9px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
}
.swiper-navigation > div:hover {
    background-color: #fff;
    cursor: pointer;
    color: #111;
}
.swiper-navigation {
    gap: 20px;
    display: flex;
    justify-content: center;
    margin-top: -35px;
    margin-bottom: 64px;
    z-index: 111;
    position: relative;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal span {
    width: 7px !important;
    height: 7px;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0 6px; 
    opacity: 1!important;
}
.swiper-pagination-bullet-active {
    background-color: #fff!important;
}
.section2 {
    margin-top: 71px;
}
.accordion-item {
    padding: 29px 54px;
    background-color: #1E293B;
    border-radius: 10px;
    margin-bottom: 10px;
}
.accordion-items {
    max-width: 975px;
    margin: 0 auto;
    color: #F9FAFB;
}
.accordion-title {
    font-size: 16px;
    font-weight: 500;
}
.accordion-content {
    font-size: 14px;
    display: none;
    color: rgba(249, 250, 251, .7);
    margin-top: 20px;
}


.accordion-toggle img {
    display: block;
}
.accordion-toggle {
    position: absolute;
    right: 0;
    top: -4px;
}
.accordion-title {
    font-size: 16px;
    position: relative;
    font-weight: 500;
    cursor: pointer;
}
.accordion-toggle {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 30px;
    background-color: #263345;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    transform: rotate(0deg);
}
.accordion-title:hover .accordion-toggle {
    background-color: #0F172A;
}
.active .accordion-toggle {
    transition: all .3s ease;
    transform: rotate(180deg);
    background-color: #0F172A;
}
footer {
    background-color: #1E293B;
    padding: 40px 0 50px;
    margin-top: 70px;
    text-align: center;
}
.social-ic-1 {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #263345;
    border-radius: 45px;
    background-image: url(../img/social-ic1.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.social-ic-2 {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #263345;
    border-radius: 45px;
    background-image: url(../img/social-ic2.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.socials a:hover {
    background-color: #0F172A;
    
}
.socials {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.footer-nav ul li a {
    color: rgba(249, 250, 251, .5);
}
.footer-nav ul li a:hover {
    color: rgba(249, 250, 251, 1);
}
.footer-nav ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    color: rgba(249, 250, 251, .7);
}
footer.footer .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.accordion-title {
    padding-right: 30px;
}
.popup::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    backdrop-filter: blur(19px);
    content: '';
    display: block;
    filter: blur(9px);
}
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 111;
    display: none;
    backdrop-filter: blur(15px);
}
.popup-inner {
    position: absolute;
    padding: 50px;
    background-color: #fff;
    z-index: 111111111;
    border-radius: 30px;
    width: 100%;
    max-width: 665px;
    text-align: center;
    padding: 80px 146px;
}
.popup-inner p {
    color: rgba(85, 85, 85, .7);
    font-size: 14px;
    font-weight: 400;
}
.popup-inner h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 27px;
}
.popup-inner {
    position: absolute;
    padding: 50px;
    background-color: #fff;
    z-index: 111111111;
    border-radius: 30px;
    width: 100%;
    max-width: 665px;
    text-align: center;
    padding: 80px 146px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.close-ic {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.popup2 .popup-inner,
.popup3 .popup-inner {
    padding: 80px 126px;
}
.icons {
    margin-top: 26px;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}
.dark-arrow {
    display: none;
}
.next:hover .light-arrow {
    display: none;
}
.next:hover .dark-arrow {
    display: block;
}
.prev:hover .light-arrow {
    display: none;
}
.prev:hover .dark-arrow {
    display: block;
}
a.download-link {
    color: #9333EA;
    border-bottom: 1px solid #9333EA;
}
@media screen and (max-width: 991px){
    .left-header.d-fx.ai-c ul {
        display: none;
    }
    .container {
        padding: 0px 19px;
        max-width: 100%;
    }
    .swiper-navigation {
        margin-top: -10px;
    }
    .right-header img {
        display: block;
    }
    a.logo img {
        display: block;
    }    
    .header {
        padding: 10px 0;
    }
}
@media screen and (min-width: 768px){
    .hide-on-desktop {
        display: none!important;
    }
}
@media screen and (max-width: 767px){
    .hide-on-mobile {
        display: none!important;
    }
    .banner-cont h1 {
        font-size: 6.667vw;
    }
    .banner-cont h1 span {
        font-size: 12.5vw;
    }
    .banner-cont {
        margin-left: 2.778vw;
        padding-right: 2.778vw;
    }
    .banner-cont {
        max-width: 100%;
    }
    .banner-cont h1 {
        font-size: 6.667vw;
        text-align: center;
    }
    .banner-cont {
        margin-left: 2.778vw;
        padding-right: 2.778vw;
        padding-top: 54.167vw;
    }
    .social-items {
        gap: 10px;
    }
    .btn {
        font-size: 4.444vw;
        color: #fff;
        line-height: 5.556vw;
        font-weight: 600;
        padding: 3.611vw 2.639vw;
        border-radius: 100px;
        display: inline-block;
        width: 100%;
        text-align: center;
        max-width: 290px;
        margin: 0 auto !important;
        display: block;
    }
    .banner-cont h1 {
        margin-bottom: 8vw;
    }
    .banner-cont .btn-dark {
        margin-left: 0.903vw;
        margin-top: 2vw !important;
    }
    h2.section-title {
        font-size: 6.667vw;
        text-align: center;
        color: #fff;
        font-weight: 500;
        line-height: 1.175;
        margin-top: 16.972vw;
        margin-bottom: 7.736vw;
    }
    .slide-img {
        max-width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .slide2 .slide-img > img, .slide4 .slide-img > img {
        width: 41.667vw;
        display: block;
        margin: 0 auto;
    }
    .slide2 .slide-img, .slide4 .slide-img {
        width: 100%;
    }
    .prev, .next {
        width: 35px;
        height: 35px;
        padding: 0 !important;
    }
    
    .prev span, .next span {
        display: none;
    }
    .swiper-navigation {
        justify-content: space-between;
        padding: 0 0px;
        position: absolute;
        top: 61vw;
        width: 100%;
    }
    .slide-badge-text1, .slide-badge-text3, .slide-badge-text2 {
        position: static !important;
        background-image: none !important;
        width: 100%;
        height: auto!important;
        margin: 0!important;
        padding: 0!important;
    }
    .badge-cont {
        font-size: 3.333vw;
        max-width: 100%;
        line-height: 1.2;
        color: rgba(249, 250, 251, .7);
        padding-top: 2.778vw;
    }
    .badge-img img {
        width: 4.167vw;
    }
    .badge-title {
        font-size: 3.889vw;
        color: #fff;
        font-weight: 600;
        line-height: 4.722vw;
    }
    .slide-badge-text1, .slide-badge-text3, .slide-badge-text2 {
        position: static !important;
        background-image: none !important;
        width: 100%;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        max-width: 59.722vw !important;
        margin: 0 auto !important;
        text-align: center;
        margin-top: 4vw !important;
        margin-bottom: 7vw !important;
        width: 100% !important;
    }
    .badge-header.d-fx {
        gap: 2.778vw;
        align-items: center;
        line-height: 1.042vw;
        margin-bottom: 0.972vw;
        justify-content: center;
    }
    .slide3 .slide-badge-text3 {
        width: 59.722vw;
        right: -13vw;
        top: 18.639vw;
    }
    .swiper-pagination {
        position: static;
        text-align: center;
        transition: .3s opacity;
        transform: translate3d(0, 0, 0);
        z-index: 10;
    }
    .accordion-item {
        padding: 29px 17px;
        background-color: #1E293B;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .footer-nav ul {
        justify-content: center;
        gap: 30px;
        color: rgba(249, 250, 251, .7);
        flex-direction: column;
    }
    .popup2 .popup-inner, .popup3 .popup-inner {
        padding: 80px 16px;
    }   
    .popup-inner {
        padding: 80px 26px;
    }
    .popup-inner h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 19px;
        margin-bottom: 20px;
    }
    .popup-inner {
        max-width: calc(100% - 40px);
    }
}
