@font-face {
    font-family: "brandFont";
    src: url(font/wiplug-limelight-regular.ttf);
}

.brandText{
    font-family: "brandFont";
}
.mainImage{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 350px;
}
.mainImage2{
    width: 100%;
}
.intro{
    margin-top: 50px;
}
.featureBox{
    background-color: #1121C9;
    height: 300px;
    margin: 30px;
    max-width: 100%;
    padding: 30px;
    color: white;
}
.featureBox2{
    margin: 10px 0px;
    width: fit-content;
    display: flex;
    align-items:center;
}
.featureBox4{
    margin-top:-200px;
}
.featureBoxText2{
    display: inline-block;
    margin-left: 20px;
}
.featureBoxImg2{
    width: 30px;
    max-height: 100%;
}
.blueText{
    color: #1121C9;
}
.mainListItems{
    margin-top: 5px;
}
.highlightImg{
    height: 25px;
}
.highlightImg2{
    height: 30px;
}
.problemTitleText{
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 350px;
    color: whitesmoke;
}
.productHighlight{
    padding-top:100px;
    padding-left: 100px;
}
.theSolutionBox{
    text-align: left;
    padding-left: 100px;
}
.highlightBox{
    display: flex;
}
.highlightBox2{
    display: inline-block;
    margin-left: 15px;
}
.techFeatureBox{
    border: solid 3px #1121C9;
}
.techFeatureText{
    display: inline-block;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.techBox{
    margin-top: 90px;
    padding-left: 80px;
}
.techFeatureText2{
    padding: 15px 20px;
}
.titleBarText{
    display: inline-block;
    font-size: 1.2rem;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.featureBox3{
    margin: 30px;
}
.footerMainText{
    color: #1121C9;
}
.footerButton{
    text-decoration: none;
    color: black;
}
.rulerImage{
    margin-top:20px ;
    margin-bottom:20px
}
.mainCounterBox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.counterBox{
    text-align: center;
    margin: 30px 30px;
}
.counterText{
    color: #1121C9;
    font-size: 1.2rem;
}
.counterText3{
    color: #1121C9;
    font-size: 1rem;
}

/* for width smaller than or equal to 800px */
@media (max-width:800px){

    .featureBox4{
        margin-top: 0px;
    }
    .sideImage{
        width: 100%;
        max-width: 100%;
        object-fit: cover;
    }
    .rulerImage{
        max-width: 100%;
    }
    .mainImage2{
        height: 200px;
        object-fit: cover;
        object-position: 80% 0;
    }
    .problemTitleText{
        width: 70%;
        left: 50px;
        top: 40px;
    }
    .techBox{
        margin-top: 0px;
        padding-left: 30px;
    }
    .productHighlight{
        padding-top: 30px;
        padding-left: 30px;
    }
    .theSolutionBox{
        padding-left: 30px;
    }
    .mainCounterBox{
        display: block;
        text-align: center;
    }
    .desTextBox{
        padding-left: 20px;
        padding-right: 20px;
    }
}