/*@font-face {
    font-family: "Montserrat";
    src: url('PublicSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: "PublicSans";
    src: url('PublicSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: bold;
}

/*@font-face {
    font-family: "PublicSans";
    src: url('PublicSans-Black.woff') format('woff');
    font-weight: bold;
    font-style: bold;
}*/
@font-face {
    font-family: "Montserrat";
    src: url('font/Montserrat-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url('font/Montserrat-Bold.ttf') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url('font/Montserrat-ExtraBold.ttf') format('woff');
    font-weight: 900;
    font-style: normal;
}

:root {
    --black: #000000;
    --yellow: #FEE211;
    --yellow-hover: #e2c910;
}

html, body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
body {
    overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    margin-top: 0.5rem;
    margin-bottom: .5rem;
}
.text-starwars {
    /*font-family: sans-serif !important;*/
}
.btn-yellow {
    background-color: var(--yellow);
    color: #000000;
    border-radius: 0px 0px 0px 0px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.btn-yellow:hover {
    background-color: var(--yellow-hover);
    color: #000000;
    border-radius: 0px 0px 0px 0px;
    font-weight: bold;
}
.btn-black {
    background-color: var(--black);
    color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    font-weight: bold;
}
.btn-black:hover {
    background-color: var(--black);
    color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    font-weight: bold;
}
.bg-black {
    background-color: var(--black);
}
.bg-yellow {
    background-color: var(--yellow);
}
.text-yellow {
    color: var(--yellow);
}
.text-black {
    color: #000000;
}
.text-white {
    color: #ffffff;
}
.center {
    text-align: center;
}
a.view-more {
    color:#ffffff;
    text-decoration: none;
}
.circle-about {
    position: relative;
    top: -270px;
    left: -90px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #FEE211;
    filter: blur(3rem);
}

/*      --------NAVBAR--------      */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--yellow);
}
.nav-link:focus, .nav-link:hover {
    color: var(--yellow);
}

/*      --------HEADER--------      */
.header {
    background-image: url('../img/nanosoft-header-banner-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    width:100%;
}
@media all and (max-width: 480px) {
    .header {
        text-align:center;
    }
}
.pt-150 {
    padding-top: 150px;
}
.pb-150 {
    padding-bottom: 150px;
}
span.outline-text-yellow {
    -webkit-text-stroke: 2px var(--yellow);
    -webkit-text-fill-color: rgb(255,255,255,0);
}
.header-slide {
    background-color: #1b1919;
    width:100%;
}
@media all and (max-width: 480px) {
    .header-slide {
        text-align:center;
    }
}

/*      --------ABOUT--------      */
.section-about {
    width: 100%;
    background-color: #000000;
    padding-bottom: 100px;
    padding-top: 100px;
}
.bg-triangle {
    background-image: url(../img/bg-yellow.png);
    background-repeat: no-repeat;
    background-size: 800px 600px;
    background-position-x: 110%;
    background-position-y: 0%;
}
.bg-section-yellow {
    background-color: var(--yellow);
}
span.outline-text-black {
    -webkit-text-stroke: 2px #000000;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.circle-about {
    position: absolute;
    top: 43rem;
    left: -90px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #FEE211;
    opacity: 0.5;
    filter: blur(3rem);
}

/*      --------GROUP--------      */
.section-group {
    background-color: #000000;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

/*      --------VIDEO--------      */
.section-service-video {
    background-color: #000000;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
}
.section-video {
    background-color: #000000;
    width: 100%;
}
#background-gradient {
    mask-image: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 75%, rgba(255,255,255,0) 100%);
}
#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    margin-top: -100px;
}

/*      --------SERVICE--------      */
.section-service-slide {
    background-color: #000000;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.service-slide {
    color: #ffffff;
    padding: 30px;
    /*width:400px;*/
    background-color:#1b1919;
}
.glide__service_left {
    position: relative !important;
    display: inline !important;
    left: -40px !important;
    top: -130px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px solid #ffffff;
    color: #ffffff !important;
    font-weight: bold;
}
.glide__service_right {
    position: relative !important;
    display: inline !important;
    left: 97% !important;
    top: -130px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px solid #ffffff;
    color: #ffffff !important;
    font-weight: bold;
}
.circle-service {
    position: absolute;
    top: 165rem;
    right: -100px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #FEE211;
    opacity: 0.8;
    filter: blur(3rem);
}
@media all and (max-width: 480px) { 
    .glide__service_left {
        position: relative !important;
        display: inline !important;
        left: -5px !important;
        top: -130px !important;
        border-radius: 50% !important;
        background-color: rgba(255, 255, 255, 0) !important;
        border: 1px solid #ffffff;
        color: #ffffff !important;
        font-weight: bold;
    }
    .glide__service_right {
        position: relative !important;
        display: inline !important;
        left: 80% !important;
        top: -130px !important;
        border-radius: 50% !important;
        background-color: rgba(255, 255, 255, 0) !important;
        border: 1px solid #ffffff;
        color: #ffffff !important;
        font-weight: bold;
    }
    .circle-service {
        position: absolute;
        top: 250rem;
        right: 0;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background-color: #FEE211;
        opacity: 0.8;
        filter: blur(3rem);
    }
}
@media (min-width: 481px) and (max-width: 768px) { 
    .glide__service_left {
        position: relative !important;
        display: inline !important;
        left: -8px !important;
        top: -130px !important;
        border-radius: 50% !important;
        background-color: rgba(255, 255, 255, 0) !important;
        border: 1px solid #ffffff;
        color: #ffffff !important;
        font-weight: bold;
    }
    .glide__service_right {
        position: relative !important;
        display: inline !important;
        left: 90% !important;
        top: -130px !important;
        border-radius: 50% !important;
        background-color: rgba(255, 255, 255, 0) !important;
        border: 1px solid #ffffff;
        color: #ffffff !important;
        font-weight: bold;
    }
    .circle-service {
        position: absolute;
        top: 230rem;
        right: 0;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background-color: #FEE211;
        opacity: 0.8;
        filter: blur(3rem);
    }
}

/*      --------ARTICLE--------      */
.section-article {
    background-color: #000000;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
}
.section-privacy {
    background-color: #000000;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
}
.section-cookie {
    background-color: #000000;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
}
.section-article-slide {
    background-color: #000000;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 70px;
}
.card-article {
    color: #ffffff;
    /*padding: 30px;*/
    /*width:400px;*/
    background-color:#1b1919;
    text-align: center;
}
.glide__article_left {
    position: relative !important;
    display: inline !important;
    left: -40px !important;
    top: -230px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px solid #ffffff;
    color: #ffffff !important;
    font-weight: bold;
}
.glide__article_right {
    position: relative !important;
    display: inline !important;
    left: 97% !important;
    top: -230px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px solid #ffffff;
    color: #ffffff !important;
    font-weight: bold;
}
@media all and (max-width: 480px) { 
    .glide__article_left {
        position: relative !important;
        display: inline !important;
        left: -5px !important;
        top: -230px !important;
        border-radius: 50% !important;
        background-color: rgba(255, 255, 255, 0) !important;
        border: 1px solid #ffffff;
        color: #ffffff !important;
        font-weight: bold;
    }
    .glide__article_right {
        position: relative !important;
        display: inline !important;
        left: 80% !important;
        top: -230px !important;
        border-radius: 50% !important;
        background-color: rgba(255, 255, 255, 0) !important;
        border: 1px solid #ffffff;
        color: #ffffff !important;
        font-weight: bold;
    }
}
@media (min-width: 481px) and (max-width: 768px) { 
    .glide__article_left {
        position: relative !important;
        display: inline !important;
        left: -8px !important;
        top: -230px !important;
        border-radius: 50% !important;
        background-color: rgba(255, 255, 255, 0) !important;
        border: 1px solid #ffffff;
        color: #ffffff !important;
        font-weight: bold;
    }
    .glide__article_right {
        position: relative !important;
        display: inline !important;
        left: 90% !important;
        top: -230px !important;
        border-radius: 50% !important;
        background-color: rgba(255, 255, 255, 0) !important;
        border: 1px solid #ffffff;
        color: #ffffff !important;
        font-weight: bold;
    }
}

/*      --------CONTACT--------      */
.section-contact {
    background-color: #000000;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.circle-contact {
    position: absolute;
    top: 250rem;
    left: -100px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #FEE211;
    opacity: 1;
    filter: blur(3rem);
}
@media all and (max-width: 480px) { 
    .img-contact {
        margin-top: 0px !important;
    }
    .circle-contact {
        position: absolute;
        top: 330rem;
        left: -100px;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background-color: #FEE211;
        opacity: 1;
        filter: blur(3rem);
    }
}
@media (min-width: 481px) and (max-width: 768px) { 
    .img-contact {
        margin-top: -20px !important;
    }
    .circle-contact {
        position: absolute;
        top: 290rem;
        left: -100px;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background-color: #FEE211;
        opacity: 1;
        filter: blur(3rem);
    }
}

/*      --------FOOTER--------      */
.section-footer {
    background-color: #1B1919;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
@media all and (max-width: 480px) { 
    .section-footer {
        text-align: center !important;
    }
}
.section-copy {
    background-color: #000000;
    color: #ffffff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.section-art1 {
    background-color: #000000;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.section-art2 {
    background-color: #000000;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.section-art3 {
    background-color: #000000;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    #video1{display:none;}
    #video2{display:none;}

}