/* ----------- SECTION MAIN-HOMEPAGE */

section.main-home .background-up{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh; 
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

section.main-home .background-up::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.56);
}


section.main-home .textdown h3, section.main-home .textup h3, section.main-home .textup h1 {
     text-align: center;
     text-transform: uppercase;
     font-weight: 800;
     line-height: 48px;
     font-size: 27pt;
}

section.main-home .textup h1{
    font-size: 67pt;
    line-height: 100px;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 25px
}

section.main-home .textdown h3{
    padding: 15px;
    padding-bottom: 28px;
    width: 600px;
    margin: 0 auto;
}

section.main-home .textup h3{
    margin-bottom: 16px;
}

.col-sm-10.mx-auto.this {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* for all button in home css */

.o-ghost-btn {
    border: solid 2px #ffffff;
    display: block;
    padding: 8px 30px;
    color: #ffffff;
    font-family: 'Montserrat';
    font-size: 23pt;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    background: transparent;
    overflow: hidden;
    text-align: center;
    margin: 0px auto;
}

.o-ghost-btn:after {
    position: absolute;
    content: '';
    z-index: -1;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
    background: #ffffff; 
}

.o-ghost-btn:hover, .o-ghost-btn.active {
    color: white;
    text-decoration: none;
    cursor: pointer; 
}



/*---------------- SECTION INFO-IMAGE */

section.c-nx-info{
    margin-top: 30px;
}

section.c-nx-info .col-sm-3, section.c-nx-info .col-6{
    padding: 0px;
    overflow: hidden;
}

section.c-nx-info img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: transform 3s ease;
    opacity: 0.5
}

section.c-nx-info .inner {
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

section.c-nx-info h2, section.c-nx-info h4{
    font-weight: 800;
    font-size: 40pt;
    text-align: center
}

section.c-nx-info h4{
    font-size: 17pt;
    text-transform: uppercase;

}

section.c-nx-info img:hover {
    transform: scale(1.5);
}

/*-------------- SECTION DESCIPTION */

section.c-nx-description {
    position: relative;
}

section.c-nx-description .c-btn-wrapper {
    width: 658px;
    margin: 40px 0px;
}

section.c-nx-description .cen-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.c-nx-description .text-description {
    text-align: center;
    margin-top: 100px;
}

section.c-nx-description .background-center {
    background-size: 100% 80%;
    background-repeat: no-repeat;
    position: relative;
}

section.c-nx-description .background-center::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.56);
}

section.c-nx-description .text-description h2 {
    font-size: 45pt;
    font-weight: 800;
    color: #f09e01;
    padding-bottom: 20px;
}

section.c-nx-description .text-description p{
    font-size: 13.5pt;
}

section.c-nx-description .c-btn-wrapper a.o-ghost-btn {
    font-weight: 700;
}

section.c-nx-description .abs-what {
    position: absolute;
    z-index: -1
}

section.c-nx-description .one.abs-what {
    top: 30%
}

section.c-nx-description .two.abs-what {
    top: 5%;
    left: 15%;
}

section.c-nx-description .three.abs-what {
    bottom: 10%;
}

section.c-nx-description .four.abs-what {
    top: 35%;
    right: 0;
}

/*---------------- SECTION VISION-FOUNDER */

section.vision-founder{
    margin-top: 40px;
}

section.vision-founder #bg-vision{
    background-size: cover;
    background-repeat: no-repeat;
}

section.vision-founder #bg-vision .slidepat, .vision{
    align-items: center;
    display: flex;
    justify-content: center;
}

section.vision-founder #bg-vision .slidepat p{
    font-size: 26pt;
    font-weight: 400;
    text-align: center;
}

section.vision-founder .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

section.vision-founder #bg-vision #vision-items {
    max-width: 675px;
}

section.vision-founder #bg-vision .items img {
    width: 100%;
    padding: 0 10px;
}

section.vision-founder #bg-vision .container-fluid {
    padding: 60px 0px;
}

section.vision-founder #bg-vision .row{
    margin: 0px;
}

section.vision-founder .nx-founder .container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;

}

section.vision-founder .nx-founder #founder {
    display: flex;
    flex-direction: row-reverse;
    border: 2px solid #545353;
    width: 85vw;
}

section.vision-founder .nx-founder .text-founder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23%;
    background-size: cover;
    background-repeat: no-repeat;
    
}

section.vision-founder .nx-founder .text-founder h3{
    font-weight: 800;
    font-size: 28pt;
    text-align: center;

}

section.vision-founder .nx-founder .list-founder {
    padding-top: 0;
    width: 77%;
    background: #000;
}

section.vision-founder .nx-founder .list-item {
    float: left;
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 250px;
}

section.vision-founder .nx-founder .list-item img {
    width: 100%;
    object-fit: cover;
    border-style: none;
    height: 267px;
}

section.vision-founder .nx-founder .list-item p {
    font-size: 12pt;
    background-color: #0006;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 0px;
    text-align: center;
    padding-bottom: 10px;
  
}
section.vision-founder .arrows {
    display: flex;
    align-items: center;
    justify-content: center;
}


#prev, #next {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

#prev {
    margin-right: 20px
}

.all-items-slick {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    
}
.all-items-slick .items.white img {
    width: 100%;
    object-fit: contain
}
.all-items-slick .items.white {
    background-color: white;
    padding: 10px;
    display: flex !important;
    margin: 0px 10px;
    height: 100px;
}
.all-items-slick #support-items .items.white, .all-items-slick #sponsor-items .items.white{
    height: 150px;
}
.all-items-slick .partners {
    width: 90%;
    margin: 0 auto;
}

.all-items-slick .sponsor-slick {
    width: 55%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
}

.all-items-slick #digital-items, .all-items-slick #tech-items,
.all-items-slick #media-items, .all-items-slick #printer-items  
{
   width: 17.5%;
   margin: 0 auto;
}

.all-items-slick .support {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.all-items-slick .official-digital h4, .all-items-slick .tech-partner h4,
.all-items-slick .official-media h4, .all-items-slick .official-printer h4
 {
    font-weight: 700;
    font-size: 22pt;
    margin-top: 70px;
    margin-bottom: 30px;
}

.all-items-slick {
    text-align: center;
    margin: 80px 0px;
}

.all-items-slick h2 {

    font-size: 27pt;
    font-weight: 800;
    border-left: 5px solid white;
    display: inline-block;
    border-right: 5px solid white;
    padding: 0 40px;
    color: #f09e01;
    margin-bottom: 70px;
    
}
/*----------- SECTION C-NX-2018 */

section.c-nx-2018 .nextri2018 {
    margin-top: 80px;
}

section.c-nx-2018 .nextri2018 h2 {
  font-weight: 800;
  font-size: 45pt;
  width: 630px
}

section.c-nx-2018 .nextri2018 a.o-ghost-btn {
    width: 45%;
    margin: 0px;
}

section.c-nx-2018 .nextri2018 .col-sm-6 {
    padding-left: 25px;
}

/*----------- SECTION C-NX-INVESTORS */

section.c-nx-investors .berinves {
    margin-top: 100px;
}

section.c-nx-investors .berinves h2 {
    text-align: center;
    font-weight: 800;
    font-size: 40pt;
    color: #f09e01;

}

section.c-nx-investors .berinves p {
    font-size: 13pt;

}

.col.c-single-investor{
    height: 100px;
    border: solid 2px rgba(255, 255, 255, 0.3);
    margin: 0 16px;
    background: rgba(255, 255, 255, 0.15);
    -webkit-box-align: center;
    align-items: center;
    display: flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-flow: row;
    flex-wrap: wrap;
}

.col.c-single-investor img {
    width: 70%;
}

.investor {
    width: 85%;
    margin: auto;
    margin-top: 50px;
}


/*----------------- SECTION C-NX-STARTUPS */

section.c-nx-starups {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.berstartup {
    padding-top: 50px;
}

section.c-nx-starups .berstartup h3{
    text-align: center;
    font-size: 25pt;
    font-weight: 800;

}

.col.c-single-startups{
    height: 100px;
    border: solid 2px white;
    margin: 0 16px;
    background: white;
    -webkit-box-align: center;
    align-items: center;
    display: flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-flow: row;
    flex-wrap: wrap;
}

.startup {
    width: 85%;
    margin: auto;
    margin-top: 50px;
}



/* arrow and slick for investor and startups */

#prev2, #next2, #prev3, #next3 {
    position: absolute;
    top: 55%;
    right: 90%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}

#next2, #next3 {
   left: 94%;
   right: 0;
}

.investor ion-icon, .startup ion-icon{
    font-size: 18pt;
}


/*----------- SECTION C-NX-SPONSOR */

section.c-nx-sponsor .text-center{
    padding-top: 40px;
}

section.c-nx-sponsor #bg-sponsor {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 30%;

}

section.c-nx-sponsor .text-center h2{
    font-size: 42pt;
    font-weight: 800;
}

section.c-nx-sponsor .text-center p {
    font-size: 13pt;
}

section.c-nx-sponsor p {
    margin-bottom: 40px;
}

section.c-nx-sponsor .form-group {
    margin-bottom: 1rem;
}

section.c-nx-sponsor input[type=text] {
    width: 75%;
    padding: 5px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid #fff;
    background: transparent;
    font-size: 13pt;
    color: #fff;
}

section.c-nx-sponsor input[type=text]:focus{
    outline: none;
}

section.c-nx-sponsor textarea {
    width: 75%;
    font-size: 13pt;
    padding: 12px 20px;
    margin: 8px 0;
}

section.c-nx-sponsor .form-group {
    text-align: right;
    padding-right: 115px;
    display: flex;
    justify-content: flex-end;
}

section.c-nx-sponsor label {
    font-size: 12pt;
    font-weight: 700;
    padding-right: 15px;
    padding-top: 14px;
}

section.c-nx-sponsor .text-area{
    padding-top: 0px;
}

section.c-nx-sponsor .text-center-sumbit {
    padding-bottom: 30px;

}

section.c-nx-sponsor .text-center-sumbit .o-ghost-btn{
    padding: 5px 50px;
}

section.c-nx-sponsor .m-keatas{
    margin-top: -30px;
}

/* ------------------------------------------------------------------------ RESPONSIVE -------------------------------------------------------------------------------- */



@media only screen and (min-width: 1700px){
    section.main-home .l-1800 {
        max-width: 45%
    }
}

@media only screen and (min-width: 1024.95px){
    .o-ghost-btn:hover {
        color: black; 
    }
    .o-ghost-btn:hover:after {
        height: 103%; 
    }

 }
@media only screen and (max-width: 1400px){
    section.c-nx-2018 .nextri2018 h2  {
        font-size: 40pt;
    }
}



 /* IPAD dan LAYAR 1020 */


 @media only screen and (max-width: 1330px){
    section.main-home .textdown h3 {
        width: 60%;
    }
    section.main-home .textup h1 {
        width: 100%;
    }
    section.c-nx-info h2, section.c-nx-info h4 {
        font-size: 18pt;
    }
    section.c-nx-2018 .nextri2018 h2 {
        font-size: 30pt;
        width: 90%;
    }
    section.c-nx-investors .berinves h2 {
        font-size: 30pt;
    }
    section.c-nx-starups .berstartup h3 {
        font-size: 18pt;
    }
    section.vision-founder .nx-founder .list-item img, section.vision-founder .nx-founder .list-item  {
        height: 200px;
    }
    section.vision-founder .nx-founder .list-founder {
        width: 80%;
    }
    section.vision-founder .nx-founder .text-founder {
        width: 20%;
    }
    section.vision-founder .nx-founder .text-founder h3 {
        font-size: 19pt;
    }
    section.vision-founder .nx-founder #founder {
        width: 90vw;
    }
    section.vision-founder #bg-vision #vision-items {
        max-width: 575px;
    }
    .o-ghost-btn {
        font-size: 18pt;
        padding: 3px 5px;
    }
    section.vision-founder #bg-vision .slidepat p {
        font-size: 18pt;
    }
  
 }

 @media only screen and (max-width: 1023px){
    .all-items-slick #digital-items, .all-items-slick #tech-items,
    .all-items-slick #media-items, .all-items-slick #printer-items 
    {
        width: 30%;
    }
    .all-items-slick .sponsor-slick {
        width: 60%;
    }
    .all-items-slick .support {
        width: 60%;
    }
    section.vision-founder #bg-vision #vision-items {
        max-width: 300px;
    }

 }
 
 @media only screen 
 and (min-width : 992px)
 and (max-width : 1330px)
 and (orientation:landscape) {
   
        section.main-home .textdown h3 {
            width: 55%;
        }
        section.main-home .textup h1 {
            width: 80%
        }
        section.main-home .line{
            width: 720px !important;
        }
        section.main-home .textdown h3, section.main-home .textup h3, section.main-home .textup h1 {
            font-size: 23pt;
        }   
        section.main-home .textup h1 {
            font-size: 55pt;
        }
        section.c-nx-investors .berinves h2 {
            font-size: 33pt;
        }
        section.c-nx-2018 .nextri2018 h2 {
            font-size: 33pt;
            width: 100%
        }
        section.vision-founder .nx-founder .text-founder h3 {
            font-size: 20pt;
        }
 }
 

 
 @media only screen 
 and (min-width: 640px)
 and (max-width: 991px)
 and (orientation:landscape)
{
    section.main-home .background-up{
        padding-top: 40px;
    }

    section.main-home .textdown h3 {
        width: 70%;
    }
    section.main-home .line{
        width: 550px !important;
    }
  
    section.main-home .textup h1 {
        font-size: 45pt;
        line-height: 70px;
    }
    section.main-home .textdown h3, section.main-home .textup h3{
        font-size: 18pt;
        line-height: 32px;
    }
    section.c-nx-info h2, section.c-nx-info h4 {
        font-size: 15pt;
    }
    section.c-nx-description .text-description h2 {
        font-size: 35pt;
    }
    section.c-nx-2018 .nextri2018 h2 {
        font-size: 21pt;
    }
    section.c-nx-investors .berinves h2 {
        font-size: 20pt;
    }
    section.c-nx-investors .berinves p {
        font-size: 11pt;
    }
    section.c-nx-starups .berstartup h3 {
        font-size: 17pt;
    }
    section.vision-founder .nx-founder .list-item p {
        font-size: 10pt;
        margin-bottom: 5px;
    }
    section.vision-founder .nx-founder .text-founder, section.vision-founder .nx-founder .list-founder,
    section.c-nx-2018 .nextri2018 h2, section.c-nx-starups #bg-starup img
    {
        width: 100%;
    }
    section.vision-founder .nx-founder .text-founder h3 {
        font-size: 20pt;
        padding: 10px;
    }
    section.c-nx-sponsor .form-group {
        padding-right: 100px;
    }
    section.c-nx-sponsor input[type=text] {
        width: 65%;
    }
    section.c-nx-sponsor input[type=text], section.c-nx-sponsor textarea {
        font-size: 12pt;
    }
    .o-ghost-btn {
        font-size: 11pt;
        line-height: 18px;
        padding: 9px 5px; 
    }
    .all-items-slick h2 {
      font-size: 18pt;
    }
    .all-items-slick .official-digital h4, .all-items-slick .tech-partner h4, 
    .all-items-slick .official-media h4, .all-items-slick .official-printer h4 {
        font-size: 15pt;
    }
}



 @media only screen 
 and (min-width: 576px)
 and (max-height: 1280px)
 and (orientation: portrait)
{   
  
    .all-items-slick .official-digital h4, .all-items-slick .tech-partner h4, 
    .all-items-slick .official-media h4, .all-items-slick .official-printer h4 {
        font-size: 14pt;
    }
    section.main-home .line{
        width: 400px !important;
    }
    section.main-home .textup h1 {
        font-size: 30pt;
        line-height: 60px;
    }
    section.main-home .textdown h3, section.main-home .textup h3{
        font-size: 17pt;
        line-height: 32px;
    }
    section.main-home .textdown h3 {
        width: 64%;
    }
    section.c-nx-investors .berinves p {
        font-size: 10pt;
    }
    section.c-nx-info h2, section.c-nx-info h4 {
        font-size: 15pt;
    }
    section.c-nx-description .text-description h2 {
        font-size: 28pt;
    }
    section.c-nx-2018 .nextri2018 h2 {
        font-size: 14pt;
        width: 90%;
    }
    section.c-nx-investors .berinves h2 {
        font-size: 18pt;
    }
    .all-items-slick h2 {
        font-size: 16pt;
    }
    section.c-nx-starups #bg-starup img {
        width: 50%;
    }
    section.c-nx-starups .berstartup h3 {
        font-size: 17pt;
    }
    section.vision-founder .nx-founder .list-item p {
        font-size: 9pt;
        margin-bottom: 5px;
    }
    section.vision-founder .nx-founder .text-founder, section.vision-founder .nx-founder .list-founder {
        width: 100%;
    }
    section.vision-founder .nx-founder .text-founder h3 {
        font-size: 20pt;
        padding: 10px;
    }
    section.c-nx-sponsor .form-group {
        padding-right: 100px;
    }
    section.c-nx-sponsor input[type=text] {
        width: 65%;
    }
    section.c-nx-sponsor input[type=text], section.c-nx-sponsor textarea {
        font-size: 12pt;
    }
    .o-ghost-btn {
        font-size: 10pt;
        padding: 0px;
   }

 }

 
 
 @media only screen 
 and (min-width: 768px)
 and (max-height: 1280px)
 and (orientation: portrait)
{
    section.main-home .textup h1 {
        font-size: 47pt;
    }
    section.main-home .line{
        width: 600px !important;
    }
    section.main-home .textdown h3, section.main-home .textup h3{
        font-size: 20pt;
    }
    section.c-nx-description .text-description h2 {
        font-size: 35pt;
    }
    section.c-nx-2018 .nextri2018 h2 {
        font-size: 21pt;
    }
    section.c-nx-investors .berinves h2 {
        font-size: 23pt;
    }
    section.vision-founder .nx-founder .list-item p {
        font-size: 10pt;
    }
    section.c-nx-starups #bg-starup img {
        width: 100%;
    }
    .o-ghost-btn {
        font-size: 13pt;
    }

 }




 /* MOBILE */

 @media only screen and (max-width: 575px) {
     section.main-home .background-up {
        height: 80vh;
     }
    section#home {
        margin-top: 50px;
    }
    section.main-home .line{
        width: 260px !important;
    }
    section.vision-founder #bg-vision #vision-items {
        max-width: 320px;
    }
    section.main-home .textup h1 {
        font-size: 25pt;
        line-height: 40px;
    }
    .m-this {
        margin-bottom: 10px
    }
    section.main-home .textdown h3, section.main-home .textup h3 {
        font-size: 14pt;
        line-height: 24px;
    }
    .o-ghost-btn, .m-btn {
        font-size: 10.9pt;
        line-height: 18px;
        padding: 10px 20px; 
        width: 70%;
     }
     section.vision-founder #bg-vision .items img {
        padding: 0px 5px;
    }
    section.vision-founder .arrows {
        padding-top: 40px;
    }
    section.vision-founder #bg-vision .slidepat p {
        font-size: 22pt;
        padding-bottom: 25px;
    }
     section.main-home .homepage .mobile {
        margin-bottom: 10px;
     }
    section.c-nx-info h4{
        font-size: 9.8pt;
    }
    section.c-nx-info h2{
        font-size: 20pt;
    }
    section.c-nx-description .text-description h2 {
        font-size: 18pt;
    }
    section.c-nx-description .text-description p {
        font-size: 11pt;
    }
    section.vision-founder .nx-founder #founder {
        width: 95vw;
    }
    section.vision-founder .nx-founder .text-founder h3 {
        font-size: 14pt;
        padding: 8px 0px;
    }
    section.vision-founder .nx-founder .text-founder,  section.vision-founder .nx-founder .list-founder,
    .m-btn, section.main-home .textdown, section.vision-founder #bg-vision .items img 
    {
        width: 100%;
    }
    section.vision-founder .nx-founder .list-founder {
        padding: 20px 10px;
    }
    section.vision-founder .nx-founder .list-item {
        width: 40%;
        height: 180px;
        margin: 30px 15px;
    }
    section.vision-founder .nx-founder .list-item img {
        height: 180px;
    }
    section.vision-founder .nx-founder .list-item p {
        font-size: 10pt;
        padding-bottom: 5px;
    }
    section.c-nx-2018 .nextri2018 h2 {
        font-size:  18pt;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 10px;
        width: 75%;
        margin: 0 auto;
    }
    section.c-nx-investors .berinves h2 {
        font-size: 20pt;
        padding-bottom: 10px;
    }
    section.c-nx-investors .berinves p {
        font-size: 11pt;
        text-align: center;
    }
    section.c-nx-starups .berstartup h3 {
        font-size: 14pt;
    }
    section.c-nx-sponsor .form-group {
        text-align: left;
        padding-right: 115px;
        margin: 0px 20px;
        display: block;
    }
    section.c-nx-sponsor input[type=text] {
        width: 85vw;
        height: 20px;
        padding-left: 5px;
        font-size: 10pt
    }
    section.c-nx-sponsor textarea {
        width: 86vw;
        padding-left: 10px;
        font-size: 11pt;
    }
    section.c-nx-sponsor label {
        font-size: 9.5pt;
    }
    form.mt-5 {
        padding: 0 9px;
    }
    section.c-nx-sponsor .text-center h2 {
        font-size: 20pt;
    }
    section.c-nx-sponsor .text-center p {
        font-size: 10pt;
    }
    .m-keatas{
        margin-top: -60px;
    }
    section.c-nx-sponsor .text-center-sumbit {
        padding-top: 10px;
    }
    section.c-nx-sponsor .text-center-sumbit .o-ghost-btn {
        padding: 9px 0px;
        width: 35%;
    }
    section.c-nx-2018 .nextri2018 a.o-ghost-btn {
        width: 46%;
        margin: 0px auto;
    }
 
    section.main-home .textdown h3 {
        width: 290px;
    }    
    .all-items-slick .partners, .all-items-slick .sponsor-slick,
    .all-items-slick #digital-items, .all-items-slick #tech-items,
    .all-items-slick .support, .all-items-slick #media-items, 
    .all-items-slick #printer-items   
    {
        width: 90%;
    }
    .all-items-slick .sponsor-slick {
        margin-bottom: 90px;
    }
    .all-items-slick .official-digital h4, .all-items-slick .tech-partner h4,
    .all-items-slick .official-media h4, .all-items-slick .official-printer h4
    {
        font-size: 14pt;
    }
     .all-items-slick h2 {
        font-size: 17pt;
        padding: 0 20px;
        margin-bottom: 50px;
     }   
     section.c-nx-description .background-center {
       background-size: cover;
     }
     .all-items-slick .items.white {
        height: 120px;
        padding: 30px;
     }
     .all-items-slick #support-items .items.white, .all-items-slick #sponsor-items .items.white{
         padding: 20px;
     }

 }

 
 @media only screen and (max-width: 360px){
    section.main-home .textup h1 {
        font-size: 24pt;
    }
    section.c-nx-2018 .nextri2018 h2 {
        width: 88%;
    }
   
    .o-ghost-btn, .m-btn {
        font-size: 10pt;
     }
 }

 @media only screen and (max-width: 320px){
    section.main-home .textup h1 {
        font-size: 21.7pt;
    }
 
    .o-ghost-btn, .m-btn {
        font-size: 8pt;
    }
    section.vision-founder .nx-founder .list-founder {
        padding: 0px;
    }
    form.mt-5 {
        padding-left: 20px;
        padding-right: 0px;
    }
    section.c-nx-sponsor .form-group {
        margin: 0px;
    }
    section.c-nx-description .text-description h2 {
        font-size: 17pt;
    }
    section.c-nx-description .text-description p {
        font-size: 10pt;
    }
    .all-items-slick h2 {
        font-size: 15pt;
    } 
    .all-items-slick .official-digital h4, .all-items-slick .tech-partner h4,
    .all-items-slick .official-media h4, .all-items-slick .official-printer h4
    {
        font-size: 13pt;
    }
    
 }

 