@import url("fonts.css");

/* CSS Document */
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, font, 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 {
    background:none repeat scroll 0 0 transparent;
    border:0 none;
    margin:0;
    outline:0 none;
    padding:0;
    font-family: 'Helvetica', sans-serif;
    font-weight:normal;
    font-size: 24px;
    margin-top: 0px;
}
* {
    margin:0;
    padding:0;
    outline: 0 none;
}
html{
    font-size: 10px;  /*Meaning that 0.1rem = 1px*/
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.cf:before,
.cf:after ,
.clear:before,
.clear:after{
    content:"";
    display:table;
}
.clear,
.clear:after,
.cf:after {
    clear:both;
}
body{
    background-color: #DBDDE5;
    text-rendering: optimizeLegibility;
}
/*body.webp-supported .bgsection{
    background-image: url("../images/bg1.png");

}
body.no-webp .bgsection{
    background-color: #DBDDE5;
    background-image: url("../images/bg1.png");

}*/
.bgsection{
    background-color: #DBDDE5;
    background-position: center;
    background-size: cover;
}

.section1 {
    background-image: url("../images/bg1.png");
}

.section2 {
    
    background-image: url("../images/bg2.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1000px;
}

h1{
    font-family: 'bebas_neueregular';
    font-size: 100px;
    line-height:1;
    color: #262626;
    /*background: linear-gradient(90deg, #FFF 1.53%, #FFF 18.88%, #8D8D8D 46.58%, #F3DFDF 81.8%, #FFF 99.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    margin-bottom: 30px;
    text-shadow: 1px 1px 0 #000000;
}
h1 span {
    font-family: 'bebas_neueregular';
    color: #6E30BB;
    display: block;
    font-size: 100px;
}
h2{
    font-family: 'bebas_neueregular';
    font-size: 100px;
    line-height: 1;;
    color: #262626;
    margin-bottom: 30px;
    text-shadow: 1px 1px 0 #000000;
}
h2 span {
    font-family: 'bebas_neueregular';
    color: #27A0F6;
    display: block;
    font-size: 100px;
}
.section2 h2 span {
    display: inline-block;
}
h3{
    font-family: 'bebas_neueregular';
    font-size: 100px;
    line-height: 100px;
    color: #262626;
    margin-bottom: 30px;
    text-shadow: 1px 1px 0 #000000;
}

.section3 h2 {
    text-align: center;

}
.section3 h2 span {
    font-family: 'bebas_neueregular';
    color: #6E30BB;
    display: block;
}
h4{
    font-family: 'bebas_neueregular';
    font-size: 100px;
    line-height: 100px;
    color: #262626;
    margin-bottom: 30px;
    text-shadow: 1px 1px 0 #000000;
}
h5{
    font-family: 'bebas_neueregular';
    font-size: 140px;
    line-height: 140px;
    color: #262626;
    margin-bottom: 30px;
    text-shadow: 1px 1px 0 #000000;
}
h6{
    font-family: 'bebas_neueregular';
    font-size: 120px;
    line-height: 120px;
    color: #262626;
     margin-bottom: 30px;
    text-shadow: 1px 1px 0 #000000;
}
p{
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 30px;
    color: #262626;
}
p strong,
strong{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: bold;
}

p em,
em{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-style: italic;
}
em strong,
strong em,
p em strong,
p strong em{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-style: italic;
    font-weight: bold;
}
a{
    font-size: inherit;
    line-height: inherit;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
ul,
ol{
    margin-bottom: 30px;
}
ul li{
    font-size: 40px;
    line-height: 140%;
}
ol li{
    font-size: 40px;
    line-height: 140%;
}
ul li a,
ol li a{
    font-size: 40px;
    line-height: 140%;
}
blockquote{

}
input{
    -webkit-border-radius:0;
    -webkit-appearance: none;
    border-radius:0;
}
.wp-block-image img{
    height: auto;
}
.wp-block-embed__wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.wp-block-embed iframe {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wrapper{
    width: 2160px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
}
/*body.webp-supported .download-button.ios{
    background-image: url("../images/ios.webp");

}
body.no-webp .download-button.ios{
    background-image: url("../images/ios.png");

}
body.webp-supported .download-button.google{
    background-image: url("../images/google.webp");

}
body.no-webp .download-button.google{
    background-image: url("../images/google.png");

}*/
.download-app-on{
    display: flex;
}
.download-button{
    background-size: cover;
    /*height: 131px;*/
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.download-button:hover{
    transform: scale(1.2);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
/*.download-button.ios{
    width: 440px;

}
.download-button.google{
    width: 452px;
    margin-right: 70px
}*/
/*### Menu ###*/
nav.menu{
    display: flex;
    align-items: center;
    margin-right: 77px;
}
nav.menu ul{
    margin-bottom: 0;
    display: flex;
}
nav.menu ul li{
    list-style: none;
    margin-right: 25px;
    display: flex;
}
nav.menu ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    line-height:  40px;
    letter-spacing: 1.8px;
    font-family: 'bebas_neueregular';
}
nav.menu ul li:hover a{
    color: #7A6DDE;
}
.hamburger-button{
    display: none;
}
.header-circle-menu {
    display: inline-block;
    width: 44px;
    height: 44px;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    right: 5vw;
}
#nav-icon3 {
    width: 38px;
    height: 13px;
    position: relative;
    margin: 5px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #9F6DDE;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-bottomright: 16px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
    top: 0px;
}
#nav-icon3 span:nth-child(2){
    top: 8px;
}
#nav-icon3 span:nth-child(3) {
    top: 16px;
}
.mobile-open-menu #nav-icon3 span:nth-child(3){
    top: 8px;
}
#nav-icon3 span:nth-child(4) {
    top: 24px;
}
.mobile-open-menu #nav-icon3 span:nth-child(1) {
    top: 2444444444px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-open-menu #nav-icon3 span:nth-child(4) {
    transition: width 0s;
    top: 24px;
    width: 0%;
    left: 50%;
    display: none;
}
.mobile-open-menu #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*### End Menu ###*/

/*### Header ###*/

.header{
    background: #6E30BB;
    padding: 50px 0;
    position: fixed;
    width: 100%;
    top: 0;
}
.headroom{

    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown;
    -webkit-animation-iteration-count:1;
    -moz-animation-iteration-count:1;
    -ms-animation-iteration-count:1;
    -o-animation-iteration-count:1;
    animation-iteration-count:1;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -ms-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-delay:0s;
    -moz-animation-delay:0s;
    -ms-animation-delay:0s;
    -o-animation-delay:0s;
    animation-delay:0s;
    -webkit-animation-timing-function:ease;
    -moz-animation-timing-function:ease;
    -ms-animation-timing-function:ease;
    -o-animation-timing-function:ease;
    animation-timing-function:ease;
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
    position:fixed;
    top:0;
    z-index:1039;
    width: 100%;

}
.headroom.headroom--unpinned {
    top: -180px;

}
.logo{
    width: 80px;
    height: 80px;
    display: block;
    background-size: 100% auto;
}
.header .wrapper .right{
    display: flex;
    align-items: center;
}
.social{
    display: flex;
    align-items: center;
    margin-right: 60px;
}
.social a{
    background: #A462CA;
    width: 75px;
    height: 75px;
    margin-right:40px;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;

}
.social a.discord{
    background-image: url(../images/discord.svg);
    background-size: 46px;
}
.social a.twitter{
    background-image: url(../images/twitter.svg);
    background-size: 36px;
}
.social a.facebook{
    background-image: url(../images/facebook.svg);
    background-size: 16px;
}
.social a.instagram{
    background-image: url(../images/instagram.svg);
    background-size: 36px;
}
.social a.tiktok{
    background-image: url(../images/tiktok.svg);
    background-size: 36px;
}
.social a:hover{
    background-color: #F8CB4B;
    transform: scale(1.2)
}
.header .learnmore{
    background-color: #F8CB4B;
    min-width: 52px;
    text-align: center;
    text-decoration: none;
    font-family: 'bebas_neueregular';
    font-size: 30px;
    color: #262626;
    letter-spacing: 1.8px;
    padding: 19.5px 61.671px 19.5px 61px;
    -webkit-border-top-left-radius: 24px;
    -webkit-border-bottom-right-radius: 24px;
    -moz-border-radius-topleft: 24px;
    -moz-border-radius-bottomright: 24px;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
.header .learnmore:hover{
    background: #F8CB4B;
}
/*### End Header ###*/


/*### Secion 1 ###*/

.section1{
    padding-top: 180px;
    min-height: 1667px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section1 .left-sec1{
    max-width: 1205px;
}
.right-sec1{
    align-items: center;
    display: flex;
    margin-right: 80px;
}
.section1 .jigsaw-logo{
    display: flex;
    margin-bottom: 30px;
}
.section1 .text{
    margin-bottom: 50px;
}
/*### Secion 2 ###*/
.section2{
    min-height: 1800px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section2 h2 span {
    color: #27A0F6;
}

.section2 .wrapper{
    flex-direction: column;
    align-items: center;
}
.section2 h2{
    margin-bottom: 150px
}
.glow-boxes-wrapp{
    position: relative;
}
.glow-boxes-wrapp .glowboxs-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}
.glow-boxes-wrapp .glowboxs-list .glowbox{
    border: 4px solid #5AB2F1;
    width: 480px;
    box-sizing: border-box;
    padding: 69px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    /*margin: 0 10rem 262px;*/
    position: relative;
}
.glow-boxes-wrapp .glowboxs-list .glowbox + .glowbox + .glowbox{
    margin-bottom: 0px;
}
.glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(even):after,
.glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(even):before,
.glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(even){
    -webkit-border-top-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-bottomright: 40px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(odd):after,
.glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(odd):before,
.glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(odd){
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-right: 100px;
}
.glow-boxes-wrapp .glowboxs-list .glowbox:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border: 4px solid #5AB2F1;
    filter: blur(8px);
    position: absolute;
    top: 0;
    left: 0;
}
.glow-boxes-wrapp .glowboxs-list .glowbox:after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border: 4px solid #5AB2F1;
    filter: blur(15px);
    position: absolute;
    top: 0;
    left: 0;
}
.glow-boxes-wrapp .glowboxs-list .glowbox .boxicon{
    width: 128px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}
.glow-boxes-wrapp .glowboxs-list .glowbox .boxtitle{
    font-family: 'bebas_neueregular';
    margin-bottom: 10px;
    font-size: 50px;
    color: #262626;
}
.glow-boxes-wrapp .glowboxs-list .glowbox .boxtext p{
    font-size: 36px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
}
.cener-image{
    position: absolute;
    left: 3%;
    right: 0;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
body.webp-supported .cener-image:before{
    background-image: url("../images/bg7.webp");

}
body.no-webp .cener-image:before{
    background-image: url("../images/bg7.png");

}
.cener-image:before{
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    content: "";
    width:100%;
    height:100%;
    z-index: 1;
    max-width: 1128px;
    animation:spin 50s linear infinite;
}
.cener-image img{
    object-fit: contain;
    position: relative;
    z-index: 2;
    height: 70rem;
    width: auto;

}

@keyframes spin{
    from{
        transform:rotate(0deg)
    }
    to{
        transform:rotate(360deg)
    }
}
/*### Secion 3 ###*/
.section3 {
    background-image: url("../images/bg3.png") !important;
    min-height: 944px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(min-width: 1200px) {
    .section3 .text {
        padding: 0 15%;
    }
    .section3 .right {

    }
}

.section3 h3 {

}
.left-sec3{
    min-width: 1175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.right-sec3{
    animation:skew 5s linear infinite;
    margin-left: 111px;
    margin-top: 100px;
}
@keyframes skew{
    0%{
        transform: skew(0deg, 0deg)
    }
    25%{
        transform: skew(0deg, 2deg)
    }
    50%{
        transform: skew(0deg, 0deg)
    }
    75%{
        transform: skew(0deg, -2deg)
    }
    100%{
        transform: skew(0deg, 0deg)
    }
}
/*### Secion 4 ###*/
body.webp-supported .section4{
    background-image: url("../images/bg4.png");

}
body.no-webp .section4{
    background-image: url("../images/bg4.png");

}
.section4{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 1112px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section4 h2 span {
    color: #6E30BB;
    display: inline-block;
}
.section4 .wrapper{
    flex-direction: column;
    text-align: center;
}
.section4 .wrapper p{
    margin-bottom: 0;
}
/*### Secion 5 ###*/
.section5{
    background-image: url('../assets/images/bg5.png') !important;
    background-position: 0 0;
    background-repeat: no-repeat;
    min-height: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section5 span {
    color: #6E30BB;
    display: inline-block;
}

.section5 .wrapper{
    flex-direction: column;
    text-align: center;
}
.section5 .text{
    max-width: 1705px;
    margin: 0px auto 40px;
}
.robots-box {
    height: 316px;
    display: flex;
    justify-content: space-between;
}
.robots-box .robot{
    border: 4px solid #5AB2F1;
    width: 511px;
    height: 629px;
    box-sizing: border-box;
    padding: 69px 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.robots-box .robot:hover{
    width: 587px;
    height: 723px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.robots-box .robot:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border: 4px solid #5AB2F1;
    filter: blur(8px);
    position: absolute;
    top: 0;
    left: 0;
}
.robots-box .robot:after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border: 4px solid #5AB2F1;
    filter: blur(15px);
    position: absolute;
    top: 0;
    left: 0;
}
.robots-box .robot1,
.robots-box .robot1:before,
.robots-box .robot1:after{
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
.robots-box .robot2,
.robots-box .robot2:before,
.robots-box .robot2:after{
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.robots-box .robot3,
.robots-box .robot3:before,
.robots-box .robot3:after{
    -webkit-border-top-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-bottomright: 40px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
/*### Secion 6 ###*/
.section6{
    min-height: 978px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section6 .wrapper{
    align-items: center;
}
.section6 .social a{
    border: 4px solid #5AB2F1;
    background-color: transparent;
    position: relative;
}
.section6 .social a:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border: 4px solid #5AB2F1;
    filter: blur(8px);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.section6 .social a:after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border: 4px solid #5AB2F1;
    filter: blur(15px);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.right-sec6{
    width: 609px;
    height: 610px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
body.webp-supported .right-sec6:before{
    background-image: url("../images/bg6.webp");

}
body.no-webp .right-sec6:before{
    background-image: url("../images/bg6.png");

}
.right-sec6:before{
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    content: "";
    width:100%;
    height:100%;
    z-index: 1;
    max-width: 1128px;
    animation:spin 50s linear infinite;
}
.robot1-sec6{
    position: absolute;
    left: -20px;
    z-index: 1;
    top: 200px;
}
.robot2-sec6{
    position: absolute;
    right: 22px;
    top: 53px;
    z-index: 1;
    width: 230px;
    height: 267px;
}
.robot2-sec6 img{
    width: 100%;
    height: auto;
}
.meteorit-sec6{
    position: absolute;
    z-index: 1;

}
/*### Secion 7 ###*/
.section7{
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem;
}
.section7 .wrapper{
    flex-direction: column;
    align-items: center;
}
.section7 h2{
    color: #6E30BB;
    margin-bottom: 150px
}


body.webp-supported .section7 .cener-image:before{
    background-image: url("../images/bg7.webp");

}
body.no-webp .section7 .cener-image:before{
    background-image: url("../images/bg7.png");

}

.section7 .cener-image:before{
    max-width: 1439px;
}
.section7 .cener-image img{
    margin-top: -0px;
}
.section7 .glow-boxes-wrapp .glowboxs-list .glowbox + .glowbox + .glowbox{
    margin-bottom: 75px;
}
/*### Footer ###*/

.footer{
    background: #A462CA;
    padding: 50px 0;
}
.footer .footer-logo{
    width: 80px;
    height: 80px;
    display: block;
    background-size: 100% auto;
}
.footer .right{
    display: flex;
}
.footer .right nav.footer-menu{
    display: flex;
    align-items: center;
    margin-right: 77px;
}
.footer .right nav.footer-menu ul{
    margin-bottom: 0;
    display: flex;
}
.footer .right nav.footer-menu ul li{
    list-style: none;
    margin-right: 25px;
    display: flex;
}
.footer .right nav.footer-menu ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    line-height:  40px;
    letter-spacing: 1.8px;
    font-family: 'bebas_neueregular';
}
.footer .right nav.footer-menu ul li:hover a{
    color: #7A6DDE;
}

.footer .social a {
    background-color: #6E30BB;
}
/*### End Footer ###*/


/*### RESPONSIVE ###*/
@media only screen and (max-width: 2300px) {
    .wrapper {
        width: 100%;
        padding: 0 5vw;
    }
}
@media only screen and (max-width: 1920px) {
    h2, h2 span,
    h3, h3 span{
        font-size: 130px;
        /*line-height: 100px;*/
        margin-bottom: 27px;
    }

    h4{
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 27px;
    }
    h5{
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 27px;
    }
    h6{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 27px;
    }
    p{
        font-size: 26px;
        line-height: 140%;
        margin-bottom: 27px;
        color: #262626;
    }

    ul,
    ol{
        margin-bottom: 27px;
    }
    ul li{
        font-size: 24px;
        line-height: 140%;
    }
    ol li{
        font-size: 24px;
        line-height: 140%;
    }
    ul li a,
    ol li a{
        font-size: 24px;
        line-height: 140%;
    }
    .wrapper{
        width: 1124px;
        padding: 0;
    }
    .header{
        padding: 13px 0;
    }
    .headroom.headroom--unpinned {
        top: -76px;
    }
    .logo{
        width: 50px;
        height: 50px;
    }
    nav.menu {
        margin-right: 25px;
    }
    nav.menu ul li a{
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.96px;
    }

    .header .learnmore{
        font-size: 18px;
        letter-spacing: 1.08px;
        padding: 8px 18px;
        -webkit-border-top-left-radius: 16px;
        -webkit-border-bottom-right-radius: 16px;
        -moz-border-radius-topleft: 16px;
        -moz-border-radius-bottomright: 16px;
        border-top-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
    .social{
        margin-right: 35px;
    }
    .social a{
        width: 34.667px;
        height: 34.667px;
        margin-right: 15px;
    }
    .social a.instagram{

        background-size: 16px;
    }
    .social a.tiktok{

        background-size: 16px;
    }
    .social a.discord {
        background-size: 22px;
    }
    .social a.twitter {
        background-size: 16px;
    }
    .social a.facebook {
        background-size: 8px;
    }
    .section1 .jigsaw-logo img{
        max-width: 239px;
        height: auto;
    }
    .section1 .left-sec1 {
        max-width: 702px;
    }
    /*.download-button{
        height: 77px;
    }
    .download-button.google{
        width:  265.144px;
        margin-right: 30px;
    }
    .download-button.ios {
        width:  259px;
    }*/
    .right-sec1 {
        margin-right: 30px;
    }
    .right-sec1 img{
        max-width: 320px;
        height: auto;
    }
    .section1 {
        min-height: 882px;
        display: flex;
        justify-content: center;
        /* padding-top: 76px;
        align-items: center; */
        padding-top: 100px;
        align-items: start;
    }
    .section1 .jigsaw-logo{
        margin-bottom: 10px;
    }

    .section1 .text {
        margin-bottom: 20px;
    }
    .section2 {
        min-height: 1149px;
    }
    .section2 h2 {
        margin-bottom: 65px;
    }
    .glow-boxes-wrapp .glowboxs-list .glowbox{
        border: 2px solid #5AB2F1;
        width: 360px;
        padding: 30px 18px;
        margin-bottom: 253px;

    }
    .glow-boxes-wrapp .glowboxs-list .glowbox + .glowbox + .glowbox{
        margin-bottom: 0px;
    }
    .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(even):after,
    .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(even):before,
    .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(even){
        -webkit-border-top-left-radius: 30px;
        -webkit-border-bottom-right-radius: 30px;
        -moz-border-radius-topleft: 30px;
        -moz-border-radius-bottomright: 30px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(odd):after,
    .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(odd):before,
    .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(odd){
        -webkit-border-top-right-radius: 30px;
        -webkit-border-bottom-left-radius: 30px;
        -moz-border-radius-topright: 30px;
        -moz-border-radius-bottomleft: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
        margin-right: 210px;
    }
    .glow-boxes-wrapp .glowboxs-list .glowbox:before{
        border: 2px solid #5AB2F1;
        filter: blur(4px);

    }
    .glow-boxes-wrapp .glowboxs-list .glowbox:after{
        border: 2px solid #5AB2F1;
        filter: blur(7px);
    }
    .glow-boxes-wrapp .glowboxs-list .glowbox .boxicon {
        /*width: 128px;
        height: 128px;*/
    }
    .glow-boxes-wrapp .glowboxs-list .glowbox .boxicon img{
        height: 100px;
        width: auto;
    }
    .glow-boxes-wrapp .glowboxs-list .glowbox .boxtitle{
        font-size: 25px;
    }
    .glow-boxes-wrapp .glowboxs-list .glowbox .boxtext p{
        font-size: 24px;
        line-height: 120%;
    }
    .cener-image::before {
        max-width: 670px;
        max-height: 670px;
    }
    .cener-image img {
        margin-left: -60px;
    }
    .glow-boxes-wrapp .glowboxs-list .glowbox .boxtext p br{
        display: none;
    }

    .section3 {
        min-height: 720px;
    }
    .left-sec3 {
        min-width: 685px;
    }
    .right-sec3 {
        margin-left: 15px;
        margin-top: 50px;
    }
    .right-sec3 img{
        max-width: 515px;
        height: auto;
    }
    .section4{
        min-height: 720px;
    }
    .section5 {
        min-height: 800px;
    }
    .robots-box .robot {
        border: 2px solid #5AB2F1;
        width: 255px;
        height: 314px;
        padding: 10px 5px;
    }
    .robots-box .robot img{
        width: 100%;
        height: auto;
    }
    .robots-box .robot:hover{
        width: 290px;
        height: 360px;
    }
    .robots-box .robot:before{

        border: 2px solid #5AB2F1;
        filter: blur(4px);
    }
    .robots-box .robot:after{

        border: 2px solid #5AB2F1;
        filter: blur(7px);
    }
    .robots-box .robot1,
    .robots-box .robot1:before,
    .robots-box .robot1:after{
        -webkit-border-top-right-radius: 30px;
        -webkit-border-bottom-left-radius: 30px;
        -moz-border-radius-topright: 30px;
        -moz-border-radius-bottomleft: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }
    .robots-box .robot2,
    .robots-box .robot2:before,
    .robots-box .robot2:after{
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .robots-box .robot3,
    .robots-box .robot3:before,
    .robots-box .robot3:after{
        -webkit-border-top-left-radius: 30px;
        -webkit-border-bottom-right-radius: 30px;
        -moz-border-radius-topleft: 30px;
        -moz-border-radius-bottomright: 30px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .section6{
        min-height: 541px;

    }
    .section6 .social a{
        border: 2px solid #5AB2F1;
    }
    .section6 .social a:before{
        border: 2px solid #5AB2F1;
        filter: blur(4px);
    }
    .section6 .social a:after{
        border: 2px solid #5AB2F1;
        filter: blur(7px);
    }
    .right-sec6 {
        width: 321px;
        height: 321px;
    }

    .robot1-sec6 {
        left: 0px;
        top: 100px;
    }
    .robot1-sec6 img {
        max-width: 86.097px;
        max-height: 155.32px;
    }
    .robot2-sec6 {
        position: absolute;
        right: 0px;
        top: 20px;
        z-index: 1;
        width: auto;
        height: auto;
    }
    .robot2-sec6 img{
        max-width: 135px;
        max-height: 150px;
    }

    .meteorit-sec6 img{
        max-width: 50.298px;
        height: auto;
    }
    .section7 {
        min-height: 1480px;
    }
    .section7  .glow-boxes-wrapp .glowboxs-list .glowbox {
        width: 352px;
    }

    .section7 .cener-image img {
        max-width: 226px;
        margin-left: 0;
    }
    .section7 .cener-image::before {
        max-width: 750px;
        max-height: 750px;
    }
    .glow-boxes-wrapp .glowboxs-list .glowbox{
        margin-bottom: 345px;
    }
    .section7 h2 {
        margin-bottom: 65px;
    }
    .footer {
        padding: 20px 0;
    }
    .footer .footer-logo {
        width: 50px;
        height: 50px;
    }
    .footer .right nav.footer-menu ul li a{
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.96px;
    }


}
@media only screen and (max-width: 1300px) {
    .wrapper {
        width: 100%;
        padding: 0 5vw;
    }
    .right-sec3 img {
        max-width:320px;
    }
    .footer .right nav.footer-menu{
        margin-right: 20px;
    }
}
@media only screen and (max-width: 1035px) {
    .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(odd):after, .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(odd):before, .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(odd) {
        margin-right: 200px;
    }
}
@media only screen and (max-width: 1024px) {
    .wrapper {
        width: 100%;
        padding: 0 10vw;
    }
    section {
        padding: 80px 0;
        box-sizing: border-box;
        min-height: auto!important;
    }

    .section1 {
        padding-top: 156px;
        padding-bottom: 80px
    }
    .section1 .jigsaw-logo{
        justify-content: center;
    }
    .section1 .left-sec1 {
        max-width: 100%;
        text-align: center;
    }
    .section1  .wrapper{
        flex-direction: column;
    }
    .download-app-on{
        justify-content: center;
        margin-bottom: 40px;
        margin-top: 3rem;
    }
    .right-sec1 {
        animation:none;
        margin-right: 0;
        display: flex;
        justify-content: center;
    }
    .cener-image img {
        margin-top: 0;
        margin-left: 0;
    }
    .cener-image::before {
        max-width: 60vw;
        max-height: 60vw;
    }
    .left-sec3 {
        min-width: auto;
    }

    .section3 .wrapper{
        flex-direction: column;
        text-align: center;
    }
    .section4 .wrapper {
        flex-direction: column;
        text-align: center;
     
    }
    .section4 .wrapper p br{
        display: none;
    }
    .robots-box .robot{
        margin: 0 10px;
    }
    .section6 .wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .section6 .wrapper .left .text p br{
        display: none;
    }
    .section6 .social {
        margin-right: 0px;
        justify-content: center;
        margin-bottom: 40px;
    }
    .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(2n+1)::after,
    .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(2n+1)::before,
    .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(2n+1)
    {
        margin-right: 10vw;
    }

    .section7 .glow-boxes-wrapp .glowboxs-list .glowbox {
        /*width: 270px;*/
    }

    .section7 .cener-image img {
        max-width: 10vw;
    }
    .section7 .cener-image::before {
        max-width: 60vw;
        max-height: 60vw;
    }
    .footer .right {
        flex-direction: column;
        align-items: flex-end;
    }
    .footer .right nav.footer-menu ul li {
        margin-right: 0;
        margin-left: 25px;
    }
    .footer .right nav.footer-menu {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .footer .social {
        margin-right: 0;

    }
    .footer  .social a {
        margin-left: 15px;
        margin-right: 0;
    }

}
@media only screen and (max-width: 1000px) {
    .section7 .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(2n+1)::after,
    .section7 .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(2n+1)::before,
    .section7 .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(2n+1) {
        margin-right: 0;
    }
    .section7 .cener-image {
        top: -205px;
    }
}
@media only screen and (max-width: 800px) {
    nav.menu {
        margin-right: 5px;
    }
    .social {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 750px) {
    .header {
        height: 56px;
    }
    .header .logo{
        position: absolute;
        top: 3px;
    }
    .hamburger-button{
        display: block;
        position: absolute;
        top: 8px;
        right: 0;
    }
    .mobile-open-menu .header .wrapper .right {
        width: 100vw;
        padding-left: 0;
        flex-direction: column;
        background: #141B3B;
        height: 100vh;
        margin-left: -5vw;
        margin-right: -5vw;
        display: flex;
        justify-content: center;
    }
    nav.menu{
        margin-right: 0;
    }
    nav.menu ul {
        flex-direction: column;
        margin-bottom: 5vh
    }
    .header .social {
        margin-right: 0;
        margin-bottom: 5vh
    }
    nav.menu ul li{
        justify-content: center;
        margin: 0;
    }
    nav.menu ul li a {
        font-size: 30px;
        line-height: 40px;
    }
    .header .learnmore,
    .header .social,
    .menu-header-container{
        display: none;
    }
    .mobile-open-menu .header .learnmore,
    .mobile-open-menu .header .social,
    .mobile-open-menu .menu-header-container{
        display: flex;
    }
    .header .learnmore {
        min-width: 150px;
        padding: 18px 18px;
        justify-content: center;
    }
    nav.header-menu ul li{
        margin-bottom: 20px;
    }
    nav.header-menu ul li a{
        line-height: 5rem;
        font-size: 22px;
    }
    .wrapper {
        padding: 0 5vw;
    }
    .cener-image::before ,
    .section7 .cener-image::before {
        max-width: 80vw;
        max-height: 80vw;
    }

    .cener-image img {
    }
    .section7 .glow-boxes-wrapp .glowboxs-list .glowbox {
        width: 255px;
    }
    /*.download-button {
        height: 66px;
    }
    .download-button.google {
        width: 230.144px;
    }
    .download-button.ios {
        width: 222px;
    }*/
    .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(2n+1)::after,
    .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(2n+1)::before,
    .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(2n+1) {
        margin-right: 0;
    }
    .footer .wrapper{
        flex-direction: column;
    }
    .footer .footer-logo{
        margin: 0 auto 30px;
    }
    .footer .right {
        align-items: center;
    }
    .footer .right nav.footer-menu {
        margin-bottom: 30px;
    }
    .glow-boxes-wrapp .glowboxs-list .glowbox {
        margin-bottom: 253px;
    }

}
@media only screen and (max-width: 599px) {
    h3
    h3 span {
        font-size: 40px !important;
        line-height: 40px;
        margin-bottom: 10px;
    }
    h4,
    h4 span {
        font-size: 30px !important;
        line-height: 30px;
        margin-bottom: 10px;
    }
    h5,
    h5 span{
        font-size: 20px !important;
        line-height: 20px;
        margin-bottom: 10px;
    }
    h6,
    h6 span {
        font-size: 18px !important;
        line-height: 18px;
        margin-bottom: 10px;
    }
    p{
        margin-bottom: 10px;
    }
    ul,
    ol{
        margin-bottom: 10px;
    }
    ul li{
        font-size: 18px;
    }
    ol li{
        font-size: 18px;
    }
    ul li a,
    ol li a{
        font-size: 18px;
    }
    .cener-image img{
        display: block;
    }
    section {
        padding: 44px 0;

    }
    .footer .right nav.footer-menu ul {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .footer .right nav.footer-menu ul li {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .download-app-on{
        flex-direction: column;
        align-items: center;
    }
    .download-button.google {
        width: 222px;
        height: 64px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .section1 .jigsaw-logo img {
        max-width: 160px;
    }
    .right-sec1 img {
        max-width: 180px;
    }
    .section1 {
        padding-top: 112px;
        padding-bottom: 44px;
    }
    .glow-boxes-wrapp {
        display: flex;
        flex-direction: column-reverse;
    }
    .section7 h2,
    .section2 h2 {
        margin-bottom: 42px;
    }
    .glow-boxes-wrapp{
        width: 100%;
    }
    .glow-boxes-wrapp .glowboxs-list{
        flex-direction: column;
        align-items: center;
    }
    .section7 .glow-boxes-wrapp .glowboxs-list{
        margin-bottom: 10px;
    }
    .section7 .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(2n+1)::after,
    .section7 .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(2n+1)::before,
    .section7 .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(2n+1),
    .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(2n+1)::after,
    .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(2n+1)::before,
    .glow-boxes-wrapp .glowboxs-list .glowbox:nth-child(2n+1) {
        margin-right: 0;
    }
    .section7 .glow-boxes-wrapp .glowboxs-list .glowbox + .glowbox + .glowbox,
    .glow-boxes-wrapp .glowboxs-list .glowbox + .glowbox + .glowbox,
    .glow-boxes-wrapp .glowboxs-list .glowbox {
        margin-bottom: 16px;
    }
    .glow-boxes-wrapp .glowboxs-list{
        justify-content: center;
    }
    .cener-image{
        position: relative;
        width: 100%;
        height: 100vw;
    }
    .cener-image::before {
        max-width: 100vw;
        max-height: 100vw;
    }
    .right-sec3 {
        margin-left: 0;
    }
    .right-sec3 img {
        max-width: 90vw;
    }
    .robots-box .robot{
        width: 195px;
        height: 240px;
        padding: 10px 15px;
        margin: 0px;
    }

    .robots-box .robot1,
    .robots-box .robot1:before,
    .robots-box .robot1:after,
    .robots-box .robot3,
    .robots-box .robot3:before,
    .robots-box .robot3:after{
        border: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        position: absolute;
    }
    .robots-box .robot1{
        left: -5px;
        z-index: 1;
    }
    .robots-box .robot3{
        right: 10px;
        z-index: 1;
    }
    .robots-box {
        justify-content: center;
    }
    .section7 .cener-image{
        display: none;
    }
    .section1 .jigsaw-logo{
        justify-content: center;
    }
}


/*### END RESPONSIVE ###*/
.wrapper .text {
    padding-bottom: 2rem;
}

.wrapper .text p {
    margin: 0;
    padding: 0;
}

.wrapper .text p:nth-of-type(last) {
    padding-bottom: 1rem;
}

.section1 {
    background-image: url('../images/bg1.png');
    min-height: 1100px;
}
   .section_gallery {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 1.5rem;
    }
@media(min-width: 992px) {
    .section4 .wrapper {
        display: grid;
        grid-template-columns: 40% 60%;
        grid-column-gap: 1rem;
    }
    .section4 .puzzle-image {
        padding-top: 8rem;
    }
    .section4 .puzzle-image img{
        height: auto;
        max-width: 100%;
        object-fit: contain;
    }
    .section_gallery {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-column-gap: 2rem;
    }
    .section_gallery_item img{
        height: auto;
        max-width: 100%;
        object-fit: contain;

    }
    .download-app-on {
        align-items: flex-end;
        display: flex;
        justify-content: center;
    }
   
}
@media(min-width: 992px) and (max-width: 1199.98px){
    .glowbox {
        height: 32rem !important;
    }
    .glowbox-1,
    .glowbox-3 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        }
    .glowbox-1,
    .glowbox-2 {
        margin-bottom: 200px!important; 
    }
    .glowbox-2,
    .glowbox-4 {
        margin-bottom: 200px!important; 
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .glowbox-3,
    .glowbox-4 {
        margin-top: 200px!important; 
    }
    .cener-image {
        top: -17%;
    }

    .download-button img {
        max-height: 20rem;
    }
}

/*@media(min-width: 1200px){
    .glowbox {
        height: 35rem !important;
    }
    .glowbox-1,
    .glowbox-3 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        }
    .glowbox-1,
    .glowbox-2 {
        margin-bottom: 200px!important; 
    }
    .glowbox-2,
    .glowbox-4 {
        margin-bottom: 200px!important; 
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .glowbox-3,
    .glowbox-4 {
        margin-top: 200px!important; 
    }
    .cener-image {
        top: -17%;
    }

    .download-button img {
        max-height: 20rem;
    }
}*/
@media(max-width: 719.98px) {
    .glowbox {
        margin-bottom: 2rem !important;
        width: 100% !important;
    }
}
@media(min-width: 720px) and (max-width: 1399.98px){
      .cener-image {
        bottom: unset !important;
        left: unset !important;
        position: relative !important;
        top: unset !important;

    }

    .cener-image img {
        margin: 6rem 0;
        height: 45rem;
        width: auto;
    }
    .glowboxs-list {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .glowbox {
        justify-content: center !important;
        margin: 0 !important;
    }
    
    .download-button img {
        max-height: 20rem;
    }
}

@media(min-width: 1200px) {
       .section4 .text p {
        text-align: right;
    }
     .cener-image img {
        height: 70rem;
        width: auto;
    }
    .download-app-on img {
        height: 30rem;
    }
    /*.glowboxs-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        }
    .glowbox {
        margin: 0 !important;
    }*/
    .glowbox-1,
    .glowbox-3 {
        margin-left: 0 !important;
    }

    .glowbox-2,
    .glowbox-4 {
        margin-right: 0 !important;
    }
}



.section1 .download-app-on {
    justify-content: flex-start;
}
.section1 .download-app-on a {
    margin-right: 1rem;
}
.section1 .download-app-on img {
    max-height: 6rem;
}
@media(max-width: 991.98px) {
    .section1 .download-app-on {
        align-items: center;
        flex-flow: column wrap !important;
    }
}

.section7 .cener-image img {
    max-width: 30rem;
}

@media(min-width: 720px) and (max-width: 991.98px) {
    h2 span,
    h3 span,
    h4 span,
    h5 span,
    h6 span {
        font-size: 94px !important;
    }

    .cener-image img {
        height: 35rem !important;
        width: auto;
    }

    .section4 .wrapper {
        flex-flow: column-reverse wrap !important;
    }

    .puzzle-image img {
        height: auto;
        max-width: 100%;
    }

    .section_gallery_item img {
        height: auto;
        max-width: 100%;
    }
    .download-app-on {
        align-items: flex-end;
        flex-flow: row nowrap !important;
        justify-content: center;
    }
    .download-app-on a {
        height: unset !important;
        margin-bottom: 0 !important;
        width: auto !important;
    }
    .download-app-on img {
        height: 20rem;
        width: auto;
    }

    .glowbox {
        margin: 1rem 0 !important;
        width: 320px !important;
    }
    section[class*="section"] {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 0;
    }
 

}

@media(min-width: 1200px) {
.right-sec3 img{
    max-width: 40rem;   
    height: auto;
}

}

@media(min-width: 600px) and (max-width: 991.98px){ 
    .cener-image {
        bottom: unset !important;
        left: unset !important;
        position: relative !important;
        top: unset !important;

    }
    h2,
    h3,
    h2 span,
    h3 span {
        font-size: 94px !important;
    }
}

@media(min-width: 1400px) and (max-width: 1599.98px) {

    .glowbox {
        margin-bottom: 4rem !important;
        height: 45rem !important;
    }
    .section2 .glowbox {
        height: 40rem;
    }
    .glowbox .boxtext p {
        font-size: 24px !important;
        line-height: 120% !important;
    }
} 
@media(min-width: 1600px) {
    .cener-image {
        top: -15%;
    }
   
}

@media(min-width: 1800px) {
    .main-home > section > .wrapper{
        margin: 0 auto;
        max-width: 1800px;
    }
    .glowboxs-list {

    }
    .glowbox {
        min-width: 35rem;
    }
    .glowbox-1,
    .glowbox-3 {
        margin-bottom: 5%;
    }
    .glowbox-2,
    .glowbox-4 {
        margin-bottom: 5%;
        margin-left: 15%;
    }
}

@media(max-width: 1200px) {
     .glowbox {
        min-height: 35rem !important;
    }
}

 .glowbox {
        justify-content: center !important;
    }

@media(max-width: 799.98px) {
    .wrapper {
        padding: 0 1rem !important;
    }
    section img {
        height: auto;
        max-width: 100%;
    }
    .section7 .download-app-on {
        align-items: flex-end;
        display: flex;
        flex-flow: row wrap !important;
    }
    .section7 .download-app-on .download-button {
        display: flex;
        height: 20rem;
        justify-content: center;
        margin-bottom: 0 !important;
    }
    .download-app-on img {
        height: 20rem;
        width: auto;
    }
}
/* removed size overrides here; consolidated below */


/* Left section intro text sizing */
.left-sec1 .text p {
    /* margin-bottom: 30px; */
}
.left-sec1 .text p span {
    font-weight: 400;
    font-size: 28px;
    line-height: 140%;
}

/* Responsive heading sizes for h1 */
/* Desktop */
@media only screen and (min-width: 1001px) {
    h1, h1 span,
    h2, h2 span {
        font-size: 100px !important;
    }
    .left-sec1 .text p,
    .left-sec1 .text p span {
        font-size: 28px;
    }
    .glow-boxes-wrapp .glowboxs-list .glowbox .boxtitle {
        font-size: 25px;
    }
    .glow-boxes-wrapp .glowboxs-list .glowbox .boxtext p {
        font-size: 20px;
        line-height: 120%;
    }
    .cener-image img {
        height: 45rem;
        width: auto;
    }
    .bgsection .text p {
        font-size: 28px;
    }
}

/* Tablet */
@media only screen and (max-width: 1000px) and (min-width: 376px) {
    h1, h1 span,
    h2, h2 span {
        font-size: 100px !important;
        text-align: center;
    }
    .left-sec1 .text p,
    .left-sec1 .text p span {
        font-size: 28px;
    }
    .glow-boxes-wrapp .glowboxs-list .glowbox .boxtitle {
        font-size: 25px;
    }
    .glow-boxes-wrapp .glowboxs-list .glowbox .boxtext p {
        font-size: 20px;
    }
    .cener-image img {
        height: 35rem;
        width: auto;
    }
    .bgsection .text p {
        font-size: 28px;
    }
}

/* Mobile */
@media only screen and (max-width: 375px) {
    h1, h1 span,
    h2, h2 span {
        font-size: 80px !important;
        text-align: center;
    }
    .left-sec1 .text p,
    .left-sec1 .text p span {
        font-size: 28px;
    }
    .glow-boxes-wrapp .glowboxs-list .glowbox .boxtitle {
        font-size: 25px;
    }
    .glow-boxes-wrapp .glowboxs-list .glowbox .boxtext p {
        font-size: 20px;
    }
    .cener-image img {
        height: 35rem;
        width: auto;
    }
    .bgsection .text p {
        font-size: 28px;
    }
}