
* {
    box-sizing: border-box;
    outline: none;
    font-family: Arial;

}

html {
    background-color: rgba(241,242,244,0.09);

}

body {
    margin: 0;
    padding: 0;

}

.transparentBox
{
    background: transparent;
    width: 100%;
    height: 25vh;
}

/*==============================NAVIGATION BAR===================================*/
/*==============================NAVIGATION BAR===================================*/


nav {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    background: rgba(255,255,255,0.93);
    color: #d7d7d7;
    -webkit-text-fill-color: rgba(0,13,43,0.93);
    box-shadow: 0px 5px 5px;
}

.brand-title a{
    font-size: 1.5rem;
    margin: .5rem;
    display: block;
    text-decoration: none;
    -webkit-text-fill-color: rgba(0,13,43,0.93);
    font-weight: bold;
   /*color: white;*/
}

.navbar-links {
    height: 100%;
}

.navbar-links ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar-links li {
    list-style: none;
}

.downloadLi
{
    /*border: 5px solid rgba(14,216,170,0.93);*/
    /*background: rgba(14,216,170,0.93);*/
    /*background: rgb(26,196,179);*/
    /*background: linear-gradient(90deg, rgba(26,196,179,1) 0%, rgba(14,216,170,1) 100%);*/
    border: 2px solid rgba(26,196,179,1);

}

.downloadLi:hover
{
    filter: brightness(.5);
    transition: 0.3s ease;
}
.focusD:hover
 {
     filter: brightness(.9);
     transition: 0.3s ease;
 }


.focus
{
    background: rgba(69, 69, 69, 0.09);

    border-bottom: 2px solid #2b3e51;
}
.focusD
{
    /*filter: brightness(.9);*/
    transition: 0.3s ease;
    border-bottom: 2px solid #2b3e51;
    background: rgb(26,196,179);
    background: linear-gradient(90deg, rgba(26,196,179,1) 0%, rgba(14,216,170,1) 100%);
}


.transparentLi:hover
{
    background: rgba(69, 69, 69, 0.09);
    transition: 0.3s ease;
}



.navbar-links li a {
    display: block;
    text-decoration: none;
    color: rgba(0,13,43,0.93);
    font-weight: bold;
    padding: 1rem;
}

.toggle-button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;

}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: rgba(0,13,43,0.93) ;
    border-radius: 10px;
    transition: 0.5s ease;
}


/*============================MAIN CONTAINER=======================*/
/*============================MAIN CONTAINER=======================*/


.mainContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    /*margin: 0 0 0 10%;*/
    /*border: 8px solid black;*/
    /*height: 980px;*/
    /*background-color: #ffffff;*/
    background-color: #fdfdfd;

}

.mainFeaturesContainer{
    display: flex;
    /*flex-direction: row;*/
    flex-wrap: wrap;
    width: 90%;
    margin: 0 0 0 5%;
    /*border: 8px solid #eb0012;*/
    /*background-color: #f6f6f8;*/
}

.box
{
    font-size: 1rem;
    color: white;
    text-align: center;
    font-weight: 300;
    color: #d7d7d7;
    /*box-shadow: 0px 5px 5px;*/
}

.boxF {
    /*width: 300px;*/
    flex: 0 0 33.333333%;
    border-bottom: 2px solid #e0e0e0;

}

.featuresBox
{
    display: flex;
    /*flex-direction: row;*/
    flex-wrap: wrap;
    width: 95%;
    margin: 2vh 0 0 2.5%;
    /*border: 1px solid rgba(129, 129, 129, 0.4);*/
    background: #ffffff;
    text-align: center;
    color: #d7d7d7;
    /*box-shadow: 0px 5px 5px;*/
    /*display: inline-flex;*/
}


.imageContainer {
    background: #ffffff;
    width: 100%;
    color: #d7d7d7;
    display: flex;
    align-items: center;
    box-shadow: 0px 5px 5px;
    margin-top: 2vh;
    align-self: flex-start;
}

.image
{
    width: 50%;
    height: 100%;
    box-shadow: 3px 2px 4px 1px;
    color: #d7d7d7;
    border: 1px solid rgba(129, 129, 129, 0.4);
    margin-right: 4vw;
}

.blueLine {
    /*background: linear-gradient(to right top, #25316b, #2b3e8e, #324ab2, #3a57d7, #4464fd);*/
    /*background: #2C3E50;*/
   background: #9c9c9c;
    color: #d7d7d7;
    /*box-shadow: 1px 5px 3px;*/
    width: 100%;
    height: 2px;
    margin-top: 2vh;
    align-self: flex-start;
}


/*============================DISCOVER LOG VIEW=======================*/
/*============================DISCOVER LOG VIEW=======================*/


.discoverTextContainer {
    background: #ffffff;
    width: 90%;
    margin: 0 0 0 5%;
    /*margin-top: 2vh;*/
    align-self: flex-start;
    /*border: 1px solid rgba(129, 129, 129, 0.4);*/
}

.discover h1
{
    position: relative;
    font-size: 2rem;
    /*text-align: -webkit-left;*/
    background:  #2C3E50;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 2rem;
    margin-top: 2rem;
    padding-left: 2vw;
    padding-right: 3vw;
}

.logviewtext
{
    margin-top: 4vh;
}

.logviewtext ul
{
    list-style: circle;
    width: 100%;
    padding: 1rem;
    display: inline-block;
}
.logviewtext ul li
{
    border-bottom: solid 1px #e9ebed;
    border: none;
    color: #2b3e51;
    font-size: 20px;
    padding: 6px 0 6px 0px;
    margin: 0 25px 10px;
    text-align: left;
}


/*============================FEATURES=======================*/
/*============================FEATURES=======================*/


.featuresContainer {
    /*background: linear-gradient(to right top, #25316b, #2b3e8e, #324ab2, #3a57d7, #4464fd);*/
   background: #e4e4e4;
    width: 90%;
    margin: 0 0 0 5%;
    margin-top: 2vh;
    align-self: flex-start;
    color: #d7d7d7;
    box-shadow: 0px 5px 5px;
}

.discover2 h2, h3
{
    position: relative;
    font-size: 2rem;
    color: #2C3E50;
    top: 1rem;
    margin-top: 2rem;
}

.logviewtext2
{
    list-style: none;
    width: 90%;
    padding: 1rem;
    display: inline-block;
    text-align: left;
    font-size: 20px;
}

.discover3 h2, h3
{
    position: relative;
    font-size: 2rem;
    /*color: #25316b;*/
    /*background: linear-gradient(to right top, #25316b, #2b3e8e, #324ab2, #3a57d7, #4464fd);*/
    background:  #2C3E50;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 2rem;
    margin-top: 2rem;
}

.logviewtext3
{
    list-style: none;
    width: 90%;
    padding: 1rem;
    display: inline-block;
    text-align: left;
    font-size: 20px;
    color: #2b3e51;
}

/*.mergeContainer{background: orangered}*/
/*.dataContainer{background: brown}*/
/*.jumpContainer{background: orange}*/
/*.logContainer{background: darkorchid}*/
/*.multipleContainer{background: lightcoral}*/
/*.supportContainer{background: springgreen}*/


/*============================FEEDBACK=======================*/
/*============================FEEDBACK=======================*/


.feedbackContainer {
    display: flex;
    background: #ffffff;
    width: 60%;
    margin: 2vh 0 0 20%;
    align-self: flex-start;
    color: #d7d7d7;
    color: #d7d7d7;
    box-shadow: 0px 5px 5px;
    /*border: 1px solid rgba(129, 129, 129, 0.4);*/

}

.feedbackBox {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    width: 100%;
    margin: 2vh 0 0 0;
    color: #d7d7d7;
    box-shadow: 0px 5px 5px;

}

.feedbackText h2, h3 {
    font-size: 2rem;
    /*background: linear-gradient(to right top, #25316b, #2b3e8e, #324ab2, #3a57d7, #4464fd);*/
  background:  #2C3E50;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
}

.inputBox input {
    height: 35px;
    width: 100%;
    display: flex;
    font-family: Arial;
    border: none;
    border-bottom: 2px solid #e0e0e0;
    /*background: #e1e1e1;*/
    font-size: 17px;
}

.inputBox input:focus {

    border-bottom: 2px solid #0ed8aa;
    transition: 0.3s ease-in;
}

.inputBox textarea {

    width: 100%;
    display: flex;
    border: none;
    font-family: Arial;
    border-bottom: 2px solid #e0e0e0;
    font-size: 17px;
    background: #f2f2f2;
    resize: none;
}

.inputBox textarea:focus {

    border-bottom: 2px solid #0ed8aa;
    transition: 0.3s ease-in;
}

.inputBox label{
    pointer-events: none;
    font-size: 15px;
    font-family: Arial;
    padding-bottom: 0.8vh;
    /*font-weight: bold;*/
    color: #2b3e51;
    transition: all 0.3s ease;
    display: flex;
    justify-content: end;
    -webkit-text-fill-color: #9c9c9c;
}

.inputBox {
    width: 90%;
    margin: 2vh 0 0 5%;
    display: inline-grid;
}

.inputSubmit
{
    /*border: 5px solid #0c18ff;*/
    width: 90%;
    margin: 2vh 0 5vh 5%;
    display: flex;
    justify-content: flex-start;
}

.inputSubmit input {
    /*width: 12vw;*/
    width: 160px;
    height: 50px;
    /*background: #2C3E50;*/
    background: rgb(26,196,179);
    background: linear-gradient(90deg, rgba(26,196,179,1) 0%, rgba(14,216,170,1) 100%);
    /*background: linear-gradient(to right top, #25316b, #2b3e8e, #324ab2, #3a57d7, #4464fd);*/
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 17px;
    font-weight: bold;
}


/*============================FOOTER=======================*/
/*============================FOOTER=======================*/


.container {

    max-width: 1170px;
    margin:auto;

}

.row{
    display: flex;
    flex-wrap: wrap;
}
ul{
    list-style: none;
}

.footerContainer {
    background: #2C3E50;
    /*background: linear-gradient(to right top, #25316b, #2b3e8e, #324ab2, #3a57d7, #4464fd);*/
    padding: 70px 0 0 0;
    /*border: 2px solid red;*/
}

.boxRights
 {
     width: 100%;
     height: 5vh;
    background: #2d3b4a;
    border-top: 1px solid #25313e;
    display: flex;
    align-items: flex-end;
    justify-content: center;

 }

.boxRights p
{
    color: #FFFFFF;
    /* -webkit-text-fill-color: #FFFFFF /*#848484;*/ */
    font-size: 12px;
    padding: 0;
}

.footer-col{
    width: 25%;
    padding: 0 15px;
    /*border: 2px solid green;*/
}

.footer-logoBox
{
    width: 120px;
    height: 120px;
    background: #EFEFEF;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerLogoText
{
    display: flex;
    justify-content: flex-start;
    text-align: center;
    /*border: 2px solid red;*/
}
.footerLogoText p
{

    color: #dedede;
    font-size: 13px;
    line-height: 1.25em;
    padding: 0 0 0 20px;
}

.footerLogoImage
{
    width: 60%;
    height: 60%;
}


.footer-col h2{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}
.footer-col h2::before{
    content: '';
    position: absolute;
    left:0;
    bottom: -10px;
    background-color: #ffffff;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li:not(:last-child){
    margin-bottom: 14px;
}
.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 8px;
}
.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin:0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links .fa-logo{
    display: inline-block;
    height: 35px;
    width: 90px;
    background-color: rgba(255,255,255,0.2);
    margin:0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    transition: all 0.5s ease;
}


.footer-col .social-links a:hover{
    color: #24262b;
    background-color: #ffffff;
}


/*==============================MEDIA QUERIES===================================*/
/*==============================MEDIA QUERIES===================================*/


@media(max-width: 1220px)
{
    .boxF {
        flex: 0 0 50%;
    }
    .feedbackContainer {
        width: 70%;
        margin: 2vh 0 0 15%;
    }

    .imageContainer {
        flex-direction: column;
    }
    .image
    {
        width: 90%;
        height: 100%;
        margin-bottom: 2vh;
        margin-right: 0;
    }

}

@media (max-width: 900px)
{
    .logviewtext ul
    {
        width: 100%;
        display: unset;
    }

    .inputSubmit{
        justify-content: center;
    }

    .feedbackContainer {
        width: 100%;
        margin: 2vh 0 0 0;
    }
}

@media(max-width: 800px)
{
    .navbar {
        flex-direction: column;
        align-items: flex-start;

    }

    .toggle-button {
        display: flex;

    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar-links ul {
        width: 100%;
        flex-direction: column;


    }

    .navbar-links ul li {
        text-align: center;


    }

    .navbar-links ul li a {
        padding: .5rem 1rem;
    }

    .navbar-links.active {
        display: flex;



    }

    .downloadLi
    {
        background: transparent;
        border: none;
    }

    .downloadLi:hover
    {
        background: rgba(69, 69, 69, 0.09);
        transition: 0.3s ease;
    }

    .boxF {
        flex: 0 0 100%;
    }

    .focus, .focusD
    {
        background: none;

        border-bottom: none;
    }
}

@media(max-width: 574px){
    .footer-col{
        width: 100%;
    }

}

@media(max-width: 767px){
    .footer-col{
        width: 50%;
        margin-bottom: 30px;
    }
    .transparentBox
    {
        height: 0vh;
    }
}

.coverPhoto
{
   margin-top: 5vh;
    margin-bottom: 2vh;
    margin-left: 10vw;
    /*background-image: radial-gradient(circle, #e7e7e7, #e9e9e9, #ebebeb, #eeeeee, #f0f0f0);*/
    background-image: linear-gradient(to right top, #ffffff, #f6f6f8, #edeef0, #e4e5e9, #dadde2);
    width: 640px;
    height: 360px;
    border: 1px solid rgba(129, 129, 129, 0.4);

}

.coverPhoto a
{
    font-size: 4.2rem;
    margin-top: 8.5rem;
    text-align: center;
    display: block;
    text-decoration: none;
    -webkit-text-fill-color: rgba(0,13,43,0.93);
    font-weight: bold;
}
.fbCoverLogo
{
    width: 75px;
    height: 75px;
}

.footerBox {
    background: linear-gradient(to right top, #25316b, #2b3e8e, #324ab2, #3a57d7, #4464fd);
    width: 100%;

    color: #d7d7d7;
    box-shadow: 0px 5px 5px;
}

button {
    width: 200px;
    height: 50px;
    text-align: center;
    position: relative;
    border:none;
    outline: none;
    border-radius: 10px;
    box-shadow: 0 3px 3px #aaa;
    margin: 40px;
    font-size: 20px;
    font-weight: bold;
    background: rgb(26,196,179);
    background: linear-gradient(90deg, rgba(26,196,179,1) 0%, rgba(14,216,170,1) 100%);
    color: #333;
    padding-left: 20px;
    box-sizing: border-box;

}

.downloadBtnText
{
    font-family: Arial;
    font-style: initial;
}

button:hover{
    filter: brightness(.8);
}

.flexContainer
{
    width: 100%;
    margin: 0;
    display: flex;
    /*border: 8px solid black;*/
    flex-direction: row;
    flex-wrap: wrap;
    /*height: 50vh;*/
    justify-content: flex-end;
    align-content: flex-end;
    /*background: #ffffff;*/
    color: #d7d7d7;
    /*box-shadow: 0px 5px 5px;*/
    border-bottom: 1px solid #E3E3E3;
}

.flexBox
{
    font-size: 50px;
    color: white;
    text-align: center;
    font-weight: 300;
    box-sizing: border-box;
    /*width: 300px;*/

}

.flexBox-1 {
    background-color: transparent;
    flex-basis: 250px;

}

.textboxDownload
{
    position: relative;
    width: 60%;
    margin: 2vh 0px 0px 20%;
    /*background: #25316b;*/
    background: #ffffff;
    text-align: center;
    color: #d7d7d7;
    /*box-shadow: 0 0 10px;*/
    /*border: 1px solid rgba(129, 129, 129, 0.4);*/

}


.downloadHeader h1
{
    position: relative;
    font-size: 2rem;
    /*color: #25316B;*/

    background:  #2C3E50;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 2rem;
    margin-top: 2rem;
    padding-left: 3vw;
    padding-right: 3vw;
}

.logviewtextDownload p
{
    list-style: none;
    width: 90%;
    padding: 1rem;
    display: inline-block;
    text-align: left;
    font-size: 20px;
    color: #2b3e51;
}


.footerContainer
{

}


/*==============================MEDIA QUERIES===================================*/
/*==============================MEDIA QUERIES===================================*/

@media(max-width: 1540px)
{
    /*.flexContainer{*/
    /*    width: 60%;*/
    /*    margin: 2vh 0 0 20%;*/

    /*}*/
}
@media(max-width: 1050px)
{
    .textboxDownload{

        width: 80%;
        margin: 2vh 0 0 10%;

    }
}
@media(max-width: 700px)
{
    .textboxDownload{
        width: 100%;
        justify-content: center;
        margin: 2vh 0 0 0;

    }


}

section {
    padding: 50px 0;
    margin-bottom: 2vh;
    margin-top: 2vh;
    border-bottom: 1px solid #E3E3E3;
    /*border: 2px solid orangered;*/
    display: flex;

    font: 18px/1.5em Arial;
}

.blogBox {
    width: 60%;
    margin: 0 0 0 20%;
    /*border: 2px solid #0015ff;*/
}

.itemBlogBox
{
    width: 60%;
    margin: 0 0 0 20%;
    /*border: 2px solid #00ff10;*/
    height: 360px;
    /*height: 0;*/
    background: #F5F5F5;
    position: relative;
    /*border: 2px solid #0200ff;*/
    overflow: hidden;
    /*position: relative;*/

}

.blogText
{
    width: 100%;
    margin: 0 0 0 0;
    height: auto;
}

.itemBlogBox iframe
{
    position: absolute;
    width: 100%;
    height: 100%;


}

h4 {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #A1B2C2;
    line-height: 1em;
}

h5 {
    font-size: 28px;
    margin-bottom: 50px;
    line-height: 1.25em;
    text-align: center;
    text-transform: none;
    color: inherit;
    font-weight: inherit;
    letter-spacing: 0;
    margin-top: 0;
}

p {
    line-height: 1.75em;
    padding: 20px;
    color: #4d4d4d;
}




@media(max-width: 1220px)
{
    .blogBox
    {
        width: 80%;
        margin: 0 0 0 10%;
    }
    .itemBlogBox
    {
        width: 80%;
        margin: 0 0 0 10%;

    }

}

@media(max-width: 900px)
{
    .blogBox
    {
        width: 100%;
        margin: 0 0 0 0;
    }

    section
    {
        padding: 0;
    }

    .itemBlogBox
    {
        width: 100%;
        margin: 0 0 0 0;

    }

}

