* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


body, html{
    scroll-behavior: smooth;
    height: 100%;
    overflow-x:hidden;
}

body{
    position: relative;
}

@font-face {
    font-family:Sofia Pro;
    src: url("assets/fonts/Sofia_Pro_Regular_Az.otf");
}
/*-------------------------------------------BUTTON---------------------------*/
.btn{
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 100px;
    cursor: pointer;

    width: 251px;
    height: 70px;

    /* Black */

    background: #1B1B1B;

    font-family: Sofia Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.05em;

    /* White */

    color: #F3F3F3;
}


/*---------------------------------------------------------------HOME PAGE--------------------------------------------*/
#home {
    position:relative;

    /* The hero image */
    background-image: url("assets/img/hero.png");

    /* Set a specific height */
    height: 100%;

    background-position:87% 0%;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
}

/*------Navbar-----*/
.navbar{
    overflow:hidden;
    height:63px;
}

.navbar a{
    float:right;
    display:block;
    color:#FBFBFB;
    text-align:center;
    padding:14px 16px;
    text-decoration:none;
    font-size:17px;
}

.side-nav{
    height:100%;
    width:0;
    position:fixed;
    z-index:1;
    top:0;
    left:0;
    background-color:#111;
    opacity:0.9;
    overflow-x:hidden;
    padding-top:60px;
    transition:0.5s;
}

.side-nav a{
    padding:10px 10px 10px 30px;
    text-decoration:none;
    font-family: "Sofia Pro", sans-serif;
    font-size:22px;
    color:#FBFBFB;
    display:block;
    transition:0.3s;
}

.side-nav a:hover{
    color:#FBFBFB;
}

.side-nav .btn-close{
    position:absolute;
    top:0;
    right:22px;
    font-size:36px;
    margin-left:50px;
}

@media(max-width:568px){
    .navbar-nav{display:none}
}

#home .small-logo{
    position: absolute;
    width:13.4%;
    height:2.92%;
    top:3.92%;
    left:3.125%;
}

#home .big-logo{
    position: absolute;
    width:44.9%;
    height: 9.8%;
    left: 27.56%;
    right: 27.56%;
    top: 36.07%;
}

/* Place text */
#home p {
    text-align: center;
    position: absolute;
    top: 70.8%;
    left:18.8%;
    right:18.8%;

    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 3.1vw;
    line-height: 1.4em;

    /* White */

    color: #FFFFFF;
}

/*------------------------------------------------FOCUS FIELDS--------------------------------*/
#focus_fields{
    width: 100%;
    height: 37.05%;
    position: relative;
    /*background-color: red;*/
}

#focus_fields>svg{
    width: 80%;
    position: absolute;
    top:0px;
    margin-left: 10%;
    margin-right: 10%;
}

#focus_fields .row{
    margin:10% 10% 0 10%;
    height: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    flex: 0;
    gap:2.7%;
}

#focus_fields .col{
    width: 100%;
    height: 100%;
    box-shadow: 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#focus_fields .row .col img{
    width: 70%;
}

#focus_fields .col p{
    padding: 0.25em;

    font-family: Sofia Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    /* identical to box height, or 133% */

    text-align: center;
    font-variant: small-caps;

    /* Octoblue */

    color: #15366E;
}

/*-----------------------------------------------------ABOUT IOT----------------------------------*/
#about_iot{
    width: 100%;
    min-height: 100%;
    position: absolute;
    top:150.58%;
}


#about_iot #hacker{
    height: 60%;
    position: absolute;
    top:23.13%;
    right: 0px;
}

#about_iot .text-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 32.6%;
    position:absolute;
    top:36.16%;
    right:40.69%;
    background: #FBFBFB;
    z-index: 1;
}

#about_iot .text-box h4{
    /*position: absolute;*/
    width: 390px;
    height: 48px;

    font-family: Sofia Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 48px;
    /* identical to box height, or 141% */

    /* Octoblue */
    color: #15366E;
}

#about_iot .text-box p{
    width: 88%;
    font-family: Sofia Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    /* or 133% */

    text-align: center;
    letter-spacing: 0.05em;

    /* Grey 05 */
}

#about_iot .seperation_line{
    width:86.8%;
    position: absolute;
    top:89.7%;
    right: 6.59%;
    left: 6.59%;
}

#about_iot>h3{
    position:absolute;
    top:99%;
    left:5.34%;
    font-family: Sofia Pro;
    font-style: normal;
    font-weight: normal;
    font-size:40px;
    /* identical to box height, or 109% */

    text-transform: uppercase;
    text-align: center;

    /* Octoblue */

    color: #15366E;

}
#about_iot>p{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    position: absolute;
    top:112.54%;
    font-family: Sofia Pro;
    font-style: normal;
    font-weight: normal;
    font-size:1rem;
    line-height: 32px;
    margin-top: 40px;
    /* identical to box height, or 133% */
    text-align: center;
    color: #000000;
}

#about_iot #desk{
    height: 20.29%;
    width:13.8%;
    position: absolute;
    top:140.98%;
    right: 42.4%;
}

#about_iot .vr_line{
    width:68.05%;
    height: 0px;
    position: absolute;
    top: 154.2%;
    right: 15.97%;
    left:15.97%;
    z-index: -1;
    /* Octoblue */
    border: 1px solid #15366E;
}

#about_iot .hr_line{
    position: absolute;
    height: 50.64%;
    width: 0px;
    left:50%;
    right: 50%;
    top:125.78%;
    /* Octoblue */
    z-index: -1;

    border: 1px solid #15366E;
}
#about_iot ul{
    width:68.05%;
    height: 50.64%;
    position: absolute;
    top:139.11%;
    left: 18%;
    display: grid;
    grid-template-columns:50% 50%;
    grid-template-rows:50% 50%;
    grid-column-gap: 160px;
    /*grid-row-gap: 24.8%;*/
}
#about_iot ul > *{
   list-style:  none;
    font-family: Sofia Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    /* identical to box height, or 145% */


    color: #000000;

}


#about_iot .testimonial{
    width: 100%;
    /*height: 437px;*/
    height:42.8%;
    position: absolute;
    top:200.6%;
}

#about_iot .testimonial img{
    position: absolute;
    height: 58.8%;
    top: 0px;
    right: 40.7%;
    left:40.7%;
    z-index: 1;
}

#about_iot .testimonial p:nth-of-type(1){
    position: absolute;
    left:24.58%;
    top:8%;

    font-family: Sofia Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 32px;
    /* or 80% */


    /* Octoblue */

    color: #15366E;
}

#about_iot .testimonial p:nth-of-type(2){
    width: 24.93%;
    position: absolute;
    right: 14.375%;

    font-family: Sofia Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    /* or 80% */


    /* Octoblue */

    color: #15366E;
}

#about_iot .testimonial p:nth-of-type(3){
    width: 100%;
    background-color: #15366E;
    height:60.4%;
    position: absolute;
    top:39.6%;


    font-family: Sofia Pro;
    font-style: italic;
    font-weight: normal;
    font-size: 25px;
    /* or 222% */

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;

    /* White */

    color: #FFFFFF;
}

/*--------------------------------------------------OUR SERVICES-------------------------*/
#our_services{
    width: 100%;
    min-height: 100%;
    position: absolute;
    top:387.4%;
}

#our_services svg{
    width: 86.18%;
    position: absolute;
    top:26.07%;
    left: 6.94%;
    right: 6.94%;
}

#our_services h3:first-of-type{
    width: 48%;
    position:absolute;
    top:20.39%;
    right: 29.72%;
    left:29.72%;
    font-family: Sofia Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 44px;
    line-height: 48px;
    /* identical to box height, or 109% */
    text-align: center;


    /* Octoblue */

    color: #15366E;
}

#our_services img:first-of-type{
    width: 38.29%;
    height: 52.94%;
    position: absolute;
    top: 34.6%;
    right: 7.12%;
    left:54.58%;
}

#our_services p{
    width:42.84%;
    height: 25.9%;
    position: absolute;
    top:35%;
    right: 42.7%;
    left: 14.4%;

    font-family: Sofia Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 221%;
    /* or 221% */

    display: flex;
    justify-content: center;

    color:#1D1A1B;

}

#our_services h3:nth-of-type(2){
    width: 37.7%;
    height: 4.7%;
    position: absolute;
    top: 107.64%;
    right: 31.11%;
    left: 31.11%;


    font-family: Sofia Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 44px;
    line-height: 48px;
    /* identical to box height, or 109% */
    text-align: center;

    text-transform: uppercase;

    /* Octoblue */

    color: #15366E;

}

/*ellipse*/
#our_services svg:nth-of-type(2){
    width: 55.62%;
    height: 78.5%;
    position:absolute;
    top:103.627%;
   right: 75.27%;
    left:-15%;
}
/*chart*/
#our_services img:nth-of-type(2){
    width: 34.097%;
    height: 45%;
    position: absolute;
    top: 123.82%;
    left:6.59%;
}

#our_services  img:nth-of-type(3){
    position: absolute;
    top: 130.4%;
    right: 6.59%;
}

/*--------------------------------------ABOUT OCTOPROBE----------------------------------*/
#about_octoprobe{
    width: 100%;
    /*969px*/
    height: 95%;
    position: absolute;
    top:593.33%;
    left:6.9%;
}

#about_octoprobe>h3{
    /* About Octoprobe */

    font-family: Sofia Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 70px;
    /* identical to box height, or 97% */


    /* Black unicorn */

    color: #010203;
}

#about_octoprobe .row{
    width: 90%;
    /*height: 453px;*/
    margin-top:39px;
    height: 46.74%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

#about_octoprobe .col{
    position: relative;
    /*width: 433px;*/
    width:30%;
    /*height: 453px;*/
    height:100%;
    background-color: #B7C6DC;
    display: flex;
    flex-direction: column;
}

#about_octoprobe .col img{
    /*height: 250px;*/
    height: 55.18%;
    width: 100%;
    object-fit: cover;
}

#about_octoprobe .col p{
    position: absolute;
    left: 9.93%;
    right: 16.86%;
    /*top:308px;*/
    top:68%;

    /* link */

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */

    display: flex;
    align-items: center;
    letter-spacing: 0.05em;

    /* Octoblue */

    color: #15366E;
}

#about_octoprobe .col button{

    position: absolute;
    left: 10%;
    top: 92.27%;

}


/*------------------------------------------------CONTACT-------------------------------*/
#contact{
    position: absolute;
    width: 100%;
    /*height:843px;*/
    height:82.6%;
    top:688.43%;
}

#contact img{
    width: 100%;
    /*height: 583px;*/
    height: 75.91%;
    object-fit: cover;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 24.09%;
}

#contact .text-box{

    width: 50.0694%;
    height: 35.23%;
    position: absolute;
    left: 25%;
    right: 24.93%;
    top: 52.43%;

    /* White */

    background-color: #FFFFFF;
}

#contact .text-box p{
    position: absolute;
    left: 14.42%;
    right: 14.42%;
    top: 40.74%;
    bottom: 37.71%;

    font-family: Sofia Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */


    /* Grey 05 */

    color: #232327;
}

#contact a{
    text-decoration: none;
    position: absolute;
    left: 40.35%;
    right: 40.21%;
    /*top:698px;*/
    top:82.79%;
    bottom: 0%;
}

/*------------------------------------------FOOTER-------------------------------*/
footer{
    width:100%;
    /*height: 290px;*/
    height: 28.43%;
    position: absolute;
    top:770%;
    background-color: #15366E;
}

footer>svg{
    position: absolute;
    /*top:55px;*/
    top:18.96%;
    /*right: 623px;*/
    right: 43.26%;
    /*left: 623px;*/
    left: 43.26%;
}

footer hr{
    position: absolute;
    /*width: 1243px;*/
    width:86.31%;
    height: 0px;
    /*left: 99px;*/
    left:6.875%;
    /*top: 162px;*/
    top:55.86%;

    /* Pinkkk */

    border: 0.5px solid #BF7079;
}

footer p{
    /*width: 939px;*/
    width:65.2%;
    /*height: 32px;*/
    height: 11%;
    position: absolute;
    /*top:182px;*/
    top:62.758%;
    /*left:231px;*/
    left:16%;
    /*right: 270px;*/
    right: 18.75%;

    font-family: Sofia Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    /* identical to box height, or 178% */

    /* White */
    color: #FFFFFF;
}

footer #linkedin{
    position: absolute;
    right: 98px;
    top:99px
}

footer #twitter{
    position: absolute;
    right: 134px;
    top:99px;
}

/*------------------MODAL FORMS-------------------*/


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content{
    background-color: #FFFFFF;
    margin: 10% auto;
    width: 60%;
    min-height: 60%;
    overflow-y:scroll ;
}
.modal-header{
    width: 100%;
    height: 20%;
    position: relative;
}

.modal-header img{
    width: 100%;
    height:100%;
}

.modal-header .close{
    cursor: pointer;
    position: absolute;
    right: 5px;
    color: #FFFFFF;
    font-size: 1.75rem;
    z-index: 1;
}

.modal-body{
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.modal-body>p,
.modal-footer>p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #15366E;
}
.modal-body ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.modal-body ul>li{
    color: #BF7079;
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.modal-body ul>li p{
    text-align: left;
    font-family: Sofia Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #1D1A1B;
}

.modal-body img{
    width: 100%;
    height: 90%;
    object-fit: contain;
}

.modal-footer{
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 600px){
    .modal-body>p
    .modal-footer>p{
        font-size: 12px;
    }

    .modal-body ul>li p,
    .modal-body>p,
    .modal-footer>p{
        font-size: 14px;
        line-height: 16px;
    }
}


/*--------------------------------------------------------------MOBILE------------------------------------------------*/
@media only screen and (max-width: 600px){
    /*------------HOME----------------*/
    #home{
        height:100%;
        width: 100%;
    }

    #home .small-logo{
        width:26.13%;
        height: 2.67%;
    }

    #home .big-logo{
        width: 60.5%;
        height: 6.238%;
        left:21.5%;
    }

    #home p{
        width: 100%;
        left: auto;
        right: auto;
        font-size: 30px;
    }

/*---------------------FOCUS FIEDLS------------*/
    #focus_fields{
        width: 100%;
        height:216.63%;
        position: absolute;
        top: 112.82%;
    }

    #focus_fields>svg{
        display:none;
    }

    #focus_fields .row{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    #focus_fields .row .col{
        height:30%;
    }

    /*-------------ABOUT IOT--------*/
    #about_iot{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        top:320.49%;
    }

    #about_iot #hacker, #desk,
    .vr_line, .hr_line{
        display: none;
    }
    #about_iot .text-box {
        background-color: #FBFBFB;
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items: center;
        position: absolute;
        top: 25.31%;
        right: 0px;
        left:0px;
        width:100%;
        height:60.78%;
    }

    #about_iot .text-box p{
        width: auto;
        line-height: 32px;
        /* or 229% */

        letter-spacing: 0.05em;
        text-align: left;
        position: absolute;
        left: 5.33%;
        right: 5.33%;
        top: 31.57%;
        bottom: 65.24%;
    }

    #about_iot .text-box h4{
        display: flex;
        justify-content: center;
        font-size: 20px;
        position: absolute;
        top:4.45%;
        bottom:47.77%;
    }

    #about_iot .seperation_line{
        top:99.41%;
    }

    #about_iot>h3{
        font-size: 20px;
        line-height: 48px;
    }

    #about_iot>p{
        font-size: 16px;
        line-height: 32px;
        /* or 200% */
    }

    #about_iot ul{
        display: flex;
        flex-direction: column;
        justify-content:space-between;
        align-items: flex-start;
    }

    #about_iot ul>*{
        list-style:disc;
        padding-left: 0.25rem;
    }

    #about_iot .testimonial{
        height:101.06%;
    }

    #about_iot .testimonial p:nth-of-type(1){
        top:3%;
        left:3%;
        font-size: 16px;
    }

    #about_iot .testimonial img{
        top:7%;
        height: auto;
        left:14.6%;
    }

    #about_iot .testimonial p:nth-of-type(2){
        width:64.93%;
        right:1%;
        line-height:16px;
        top:2%;
        font-size: 14px;
    }

    #about_iot .testimonial .text{
        font-size: 16px;
        line-height: 55px;
    }

    /*-----------------------SERVICES---------*/
    #our_services{
        top: 615.32%;
        display: flex;
        flex-direction: column;
        justify-content:space-between;
        align-items: center;
    }

    #our_services h3:first-of-type{
        width:100%;
        left: auto;
        right: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        line-height: 48px;
    }

    #our_services img:first-of-type,
    #our_services svg:nth-of-type(2){
        display: none;
    }

    #our_services > p{
        width: 90%;
        left: auto;
        right:auto;
        font-size: 14px;
        line-height: 53px;
    }

    #our_services h3:nth-of-type(2){
        width: 100%;
        right: auto;
        left: auto;
        font-size: 20px;
        line-height: 48px;
    }

    /*chart*/
    #our_services img:nth-of-type(2){
        width:90%;
        height: auto;
        left: auto;
        right: auto;
    }

    /*text*/
    #our_services img:nth-of-type(3){
        width: 90%;
        right: auto;
        top:190%;
    }

    /*--------------------ABOUT OCTOPROBE--------------*/
    #about_octoprobe{
       top:850.26%;
    }

    #about_octoprobe>h3{
        font-size: 20px;
        line-height: 70px;
        color: #15366E;
        display: flex;
        justify-content: flex-start;
    }

    #about_octoprobe .row{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    #about_octoprobe .row .col{
        width:auto;
    }

    /*---------------------------CONTACT--------------*/
    #contact{
        top:1001%;
    }

    #contact img{
        height: 28.52%;
        object-fit: contain;
    }

    #contact .text-box{
        height: 25.49%;
        top:20.32%;
    }

    #contact .text-box p{
        font-size: 14px;
        line-height: 32px;
    }

    #contact a{
        width: 50%;
        left: 25%;
        top:55.25%;
    }
    
    /*----------------------FOOTER-----------------*/
    footer{
        top:1084.49%;
        height: 51.69%;
    }

    footer>svg{
        width: 100%;
        left: auto;
        right: auto;
    }

    footer>p{
        font-size: 12px;
    }

}
