/*--------------------------------------------------------------
# General

This is Akcelita v.7 --- 210327_1313

--------------------------------------------------------------*/
:root {
    /* Colors: */
    --sos-base-1134b7: #1134B7;
    --white: #FFFFFF;
    --sos-1e8bf0: #1E8BF0;
    --unnamed-color-2341c2: #2341C2;
    --unnamed-color-2838c3: #2838C3;
    --sos-6cceff: #6CCEFF;
    --sos-d4f5ff: #D4F5FF;
    --unnamed-color-2252bd: #2252BD;
    /* Font/text values */
    --unnamed-font-family-trebuchet-ms: Trebuchet MS;
    --unnamed-font-family-montserrat: Montserrat;
    --unnamed-font-family-merriweather: Merriweather;
    --unnamed-font-family-din: DIN;
    --unnamed-font-style-italic: Italic;
    --unnamed-font-style-regular: Regular;
    --unnamed-font-style-black: Black;
    --unnamed-font-style-bold: Bold;
    --unnamed-font-style-medium: Medium;
    --unnamed-font-size-16: 16px;
    --unnamed-font-size-20: 20px;
    --unnamed-font-size-21: 21px;
    --unnamed-font-size-24: 24px;
    --unnamed-font-size-32: 32px;
    --unnamed-font-size-44: 44px;
    --unnamed-character-spacing-0: 0px;
    --unnamed-line-spacing-26: 26px;
    --unnamed-line-spacing-27: 27px;
    --unnamed-line-spacing-32: 32px;
    --unnamed-line-spacing-42: 42px;
    --unnamed-line-spacing-43: 43px;
    --unnamed-line-spacing-52: 52px;
    --unnamed-text-transform-uppercase: uppercase;
}


html, body

/*page had a white line on the right of it and this somehow fixes it */
    {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    color: red;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-container {
    background-color: #1e8bf0;
    width: 100% !important;
    margin-left: 0%;
    margin-right: 0%;
    max-width: 100%;
}

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
    color: white;
}

.nav-menu a {
    display: block;
    position: relative;
    padding: 8px 0 12px 25px;
    transition: 0.3s;
    text-align: right;
    letter-spacing: -0.1px;
    opacity: 1;
    color: white;
    font-family: 'DIN';
}

.nav-menu a:hover, .nav-menu .active>a, .nav-menu li:hover>a {
    color: #3498db;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

section {
    overflow: visible;
}

.align-left{
    text-align: left;
}

.align-center{
    text-align: center;
}


.align-right{
    text-align: right;
}



/*
#hero{
    top: 0px;
    left: 0px;


    background: #242424 url('../img/bg-infrared.png') 0% 0% padding-box no-repeat;
}

*/








#hero-bg{

    background: #242424 url('../img/bg-infrared.png') no-repeat fixed;
    height: 100vh;
    background-size: contain; /* What makes it scale up and down */
    
    display: flex !important;
    align-items: flex-end;
    padding: 5%;
    background-position-y: 40%;
    
    /*
    align-items: center;
    
    background-size: auto auto !important;
    background-position: center;
    margin: 0 !important;
    max-width: none;


    */

}


.infrared-for-mobile{
    visibility: hidden;
}

.hero-title{
    margin-top: -15px;
}

.hero-text{
    color: #FFFFFF;
    bottom: 0px;
    left: 0px;
    font-size: 1rem;
    width: 100%!important;
    padding: 3% 0;
    text-align: left;
    max-width: 1140px;
}

.hero-text-strip{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgba(36,36,36,0.8);
    width: 100%!important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;  
}


.artsense-logo img{
    max-width: 80%;
}

.artsense-logo{
    position: absolute;
    margin-top: 15%;
}


        @media only screen and (max-device-width: 425px){

            .artsense-logo{
                position: relative;
                display: flex;
                justify-content: center;
                margin-top: 5%;
            }
            .artsense-logo img{
                max-width: 80%;
            }
            
            #hero-bg{
                padding-top: 30%;
                padding-bottom: 8%;
                background-image: none!important;
                background-size: contain;
                background-position-y: center;
                height: auto;
                background-color: #242424;
                align-items: flex-start;


            }
            .infrared-for-mobile img{
                visibility: visible;
                max-width: 100%!important;
                margin-top: 10px;
                margin-bottom: 5%;
            }

            .hero-text h1 {
                font-size: 2.3rem !important;
                line-height: 1.2em !important;
                margin-top: 15px;
                margin-bottom: 15px;
            }

            .hero-text{
                text-align: left!important;
            }

            .hero-text .col-5,
            .hero-text .col-2 {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
                padding-right: 0px!important;
                padding-left: 0px!important;
            }

            .hero-text-strip{
                position: inherit;
                bottom: 0px;
                left: 0px;
                background-color:transparent;
                padding-bottom: 30px;
                padding-left: 0px;
                padding-right: 0px;
            }

        }


/*
#hero-bg .container,
.container{
    border: 1px solid rgba(226, 255, 62, 0.4); 
}

*/

.carousel{
    margin: 40px 0 20px 0;
}

.carousel .slick-dots{
    cursor: pointer;
}

            @media only screen and (max-device-width: 425px){
                .carousel{
                    margin: 20px 0 20px 0;
                }
            }


.carousel .row{
    display: flex;
    align-items: center;
}


.carousel .oos-carousel-content>img {
    float: left;
    padding-right: 16px;
    /* width: 70%; */
}

.carousel .oos-carousel-content>img,
.slide-image{
    width: 100%;
}

#section-industries .carousel ul.slick-dots{
    margin-top: 20px;
    font-size: 30px;
}



            @media only screen and (max-device-width: 425px){
                .carousel .oos-carousel-content>img {
                    display: block;
                    width: 100%;
                }
                .slide-image{
                    width: 100%;
                    margin-bottom: 25px;
                }
                #section-industries .carousel ul.slick-dots{
                    margin-top: -15px;
                    margin-left: 7%;
                    font-size: 30px;
                }

            }


            @media only screen 
            and (max-device-width: 699px) {
                .carousel .oos-carousel-content .col-8, .carousel .oos-carousel-content .col-4 {
                    flex: 100%;
                    max-width: 100%!important;
                }
            }

            /* Tablet Portrait */
            @media only screen 
            and (min-device-width: 700px) and (max-device-width: 1024px) and (orientation: portrait) 
            and (-webkit-min-device-pixel-ratio: 1) {
                    .carousel .oos-carousel-content .col-8,
                    .carousel .oos-carousel-content .col-4{
                        flex: 90%;
                        max-width: 90%!important;
                    }
            }

            @media only screen and (max-device-width: 700px) {
                .carousel-section .d-flex>.button {
                    display: none !important;
                }
            }



.industry-description h2{
    font-family: 'Merriweather', Georgia, Times, serif;
    color: #D4F5FF;

}
.industry-description{
    color: #54C9FC;
    padding: 0 0 0 20px;

}

.industry-description p{
    width: 90%;
    font-size: 1.3rem;
}

            @media only screen and (max-device-width: 425px){
                .industry-description p{
                    width: 100%;
                    font-size: 1.2rem;
                }
            }


.h1, h1 {   font-size: 2.5rem; }  /* 40px */   

.h2, h2 {   font-size: 2rem; }    /* 32px */

.h3, h3 {   font-size: 1.5rem; }    /* 24px */

.h4, h4 {   font-size: 1.2rem; }    /* 20px */

.h4, h4 {   font-size: 1.1rem; }    /* 20px */

.font-din{
    font-family: 'D-DIN Regular', 'Roboto', Roboto, Tahoma, sans-serif;
    letter-spacing: 0.025em;
}



.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6{
    font-family: 'Merriweather', Georgia, Times, serif;
    color: #FFFFFF;
    line-height:1.3em;
    font-weight: 300;
}

.h1, h1{
    line-height:1.2em;
    font-weight: 700;
}

.magic-description h4{
    line-height: 1.5em;
}



        @media only screen and (max-device-width: 425px){
            .h1, h1 {   font-size: 2.1rem; }

            .h2, h2 {   font-size: 1.6rem; } 
            
            .h3, h3 {   font-size: 1.1rem; }
            
            .h4, h4 {   font-size: 1rem; } 

           
            .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6{
                /* text-align: center; */
                color: #FFFFFF;
            }


            .h1, h1{
                /* text-align: center; */
                color: #FFFFFF;
                line-height: 1.2em !important;
            }
            
            .section-power-block-1 h1{
                max-width:94% ;
            }

        }
        


.carousel, .sos-carousel,
.oos-carousel-content>img,
.oos-carousel-content, slide-image,
img, li, ul, tab-panel{
    border: none!important;
}


/*----------- Imported from ./ourWork/assets/css/style.css -------------- */


.laptop{

}

.laptop img{
    max-width: 110%;
    margin-top: -200px;
}

/*
@media only screen and (max-device-width: 425px){
    .laptop img{
        max-width: 110%;
        margin-top: -170px;
        margin-left: -10px;
    } 
}
*/


                /* Portrait */
                @media only screen 
                and (min-device-width: 425px) and (max-device-width: 1024px) and (orientation: portrait) 
                and (-webkit-min-device-pixel-ratio: 1) {
                    .laptop img{
                        margin: 0;
                        padding: 0 0 40px 0;
                    }
                }

.section-power-block-2,
.section-power-block-3,
.section-power-block-4{
    padding: 2% 4% 8% 4%;
    z-index: 10!important;
}

.section-power-block-1 {
    padding: 0 4%;
    margin-bottom: 1%;

}

.section-power-block-2{
    background-color: rgba(6,8,118,0.5);
}

.section-power-block-3{
    background-color:rgba(18,21,159,0.5);
}

.section-power-block-4{
    background-color: rgba(36,39,191,0.5);
}








.each-block{
    padding-left: 20px;
    padding-bottom: 10px;
}

.each-block h3{
    max-width:  75%;
}

            @media only screen and (max-device-width: 425px){
                    .section-power-block-1 .col-6{
                        width: 100%!important;
                        flex: 0 0 100%!important;
                        max-width: 100%!important;

                    }
            }


.section-power-border-line {
    border-left: 1px solid rgba(255,255,255,0.5);
    border-width: thin;
        /* height: 45%; */
}

.power-bullets, power-bullets ul{
    padding: 0 0 0 16px;
}

.power-bullets, power-bullets li{
    color: #FFFFFF;
    font-size: 1.1rem;
}

.artsense-power-icons{
    padding-bottom: 30px;
    padding-top: 10%;
    padding-left: 5%;
    width: 50%;
    max-width: 90px;

}

.bg-mesh {
    position: absolute;
    width: 140%;
    margin-left: 0%;
    margin-right:0%;
    top: 20%;
    right: -250px;
    filter: invert(100%) opacity(15%);
}



            @media only screen and (max-device-width: 425px){

                .bg-mesh {
                    position: absolute;
                    width: 140%;
                    margin-left: 0%;
                    margin-right:0%;
                    top: 12%;
                    right: -250px;
                    filter: invert(100%) opacity(15%);
                }
                

            }



.how-it-works{
    margin: 8% 0;

}

.magic-area-1{
    margin-bottom: 40px;
}


.magic-blocks{
    color: #54C9FC;
    padding: 0 6%;
    margin-bottom: 40px;
    text-align: center;
}


.magic-blocks h3{

}

.magic-blocks img{
    max-width: 50px;
    margin: 0 0 10px 0;
}

.infrared{
    max-width: 100%;
}

.magic-description{
    text-align: center;
    display: flex;
    align-items: center;
    
}

            @media only screen and (max-device-width: 425px){

                .magic-blocks h3,
                .section-power-block-title{
                    font-size: 1.3rem;
                }

                .section-power-border-line{
                    border: none;
                }

            }



.overlay-blue-1{
    background-color: rgba(14,15,119,0.93);
    /* position: absolute; */
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    padding:  120px 0;
    display: flex;
    justify-content: center; /* Horizontal */
    align-items: center; /* Vertical */
        background-image: url(../img/mesh-sound-wave.png);
        background-repeat: no-repeat;
        background-position-x: -100px;
        background-position-y: 50%;
        background-size: 100%;

}

.award-bg{
    background-image: url(../img/bg-rush-hour.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.trophy img{
    width: 50%;
    max-width: 90%;
}


            @media only screen and (max-device-width: 425px){

                .overlay-blue-1{
                    padding:  70px 0;
                        background-position-x: -150px;
                        background-position-y: 50%;
                        background-size: 150%;
                
                }
                
                .trophy img{
                    width: 100%;
                }


            }


.testimonial-section {
    /* padding-left: 0%; */
    height: 680px;
    width: 50%;
    padding-top: 100px;
    background: transparent url(../img/people-waiting-in-bank-line.png) right bottom no-repeat;
    background-size: cover;
}

.testi-tab h3,
.testi-tab {
    color:#2252BD;
    font-family: 'Merriweather', Georgia, Times, serif;
}

.testi-tab ul{
    margin-bottom: 1.4rem;
    list-style-type: none;
    padding-inline-start: 0px;
}

.testi-tab p,
.testi-tab li {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.5em;
}

#demo iframe {
    width: 90%;
}

            @media only screen and (max-device-width: 425px){

                .testi-carousel {
                    padding-top: 0px;
                    padding-left: 10px;
                    padding-right: 10px;
                }
                
                .testimonial-section{
                    height: 500px;
                    padding-top: 80px;
                }

                .testi-tab p,
                .testi-tab li {
                    margin-top: 12px;
                    font-size: 16px;
                    line-height: 1.5em;
                }

                .testi-tab h3{
                    font-size: 20px;
                }


                .testi-tab ul{
                    margin-bottom: 1.4rem;
                    list-style-type: none;
                }

                .testi-tab{
                    color:#2252BD;
                    font-family: 'Merriweather', Georgia, Times, serif;
                    font-size: 22px;
                }

                #demo iframe {
                    width: 100%;
                }
                
            }


   



#section-industries {
    background:  #001cad url('../img/bg-curves.jpg') 0% 0% no-repeat padding-box;
    width: 100%;
    background-size: 100% 100%;
    height: auto!important;

}

#section-power {
    background-image: linear-gradient(180deg, #1a0f53 0%, #1a0f53 3%, #1d1766 14%, #272f9c 54%, #2d3ebe 84%, #3044cb 100%);
    width: 100%;
    padding: 120px 0 20px 0;
        /*
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
        height: 180vh;
        */
}

            @media only screen and (max-device-width: 425px){

                #section-power {
                    /*background-image: linear-gradient(180deg, #1a0f53 0%, #1a0f53 34%, #1d1766 74%, #272f9c 80%, #2d3ebe 94%, #596efe 100%);*/
                    background-image: linear-gradient(180deg, #1a0f53 0%, #1a0f53 34%, #1d1766 64%, #272f9c 80%, #2d3ebe 94%, #596efe 100%);
                }
                
                
            }

#section-award{
    padding-top: 0px;
    padding-bottom: 0px;

}



section {
    padding: 160px 0;
}


            @media only screen and (max-device-width: 425px){
                #section-industries {
                    background: #001cad url(../img/bg-curves.jpg) 0% 0% no-repeat padding-box;
                    width: 100%;
                    background-size: 180%;
                    background-position-x: center;
                }


                .industry-description h2, 
                .industry-description p{
                    text-align: center;
                    width: 100%;
                }
                .industry-description{
                    padding: 0px 35px;
                }

                #section-industries,
                #section-power{
                    padding: 120px 0 80px 0;
                }
            }



            @media only screen and (max-device-width: 425px){

                #section-power .col-3,
                #section-power .col-5,
                #section-power .col-7,
                #section-power .col-9
                {
                    flex: 0 0 100%;
                    max-width: 100%;
                    margin-bottom: 6%;
                    border: none;
                }
            }

.order-1A{ order: 1;}
.order-1B{ order: 2;}
.order-2A{ order: 1;}
.order-2B{ order: 2;}
.order-3A{ order: 1;}
.order-3B{ order: 2;}

            @media only screen and (max-device-width: 425px){
                .order-1A{ order: 2;}
                .order-1B{ order: 1;}
                .order-2A{ order: 1;}
                .order-2B{ order: 2;}
                .order-3A{ order: 2;}
                .order-3B{ order: 1;}

                .magic-area-2 .col-4,
                .magic-area-2 .col-8{
                    flex: 0 0 100%;
                    max-width: 100%;
                }

                .magic-area-1 {
                    margin-bottom: 0px;
                }

                .magic-description {
                    margin-bottom: 10px;
                }
            }










