/* for All */
* {
    font-family: 'Work Sans', sans-serif;
}

a {
    color: inherit;
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}

h1 {
    font-size: 2rem;
}

h1, h2 {
    line-height: 1;
}

.container-fluid {
    max-width: 1350px;
}

.customize-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section:not(#mainSlogan) {
    padding-top: 80px;
}

.section-title {
    font-weight: bold;
}

.intro-content, 
.about-content,
.accurate-content,
.quickRecog-content {
    position: absolute;
    padding-right: 15px;
    top: 50%;
    transform: translate(0px, -50%);
}

#dataManagement,
#richPorts,
#applications,
#technical {
    padding-bottom: 100px;
}

.to-back {
    z-index: -1;
    position: relative;
}

.aos-init {
    opacity: 0;
}

.aos-init.aos-animate {
    opacity: 1;
}

/* Navigation */
.bg-light {
    background-color: unset!important;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    outline: unset;
}

.navbar-light .navbar-toggler {
    border: unset;
}

.navbar-brand img {
    width: 83%;
}

#languages {
    color: #C0C0C0;
}

#languages a.active {
    color: #12998d;
}

.navbar {
    position: sticky;
    top: 0;
    background-color: #FFF;
    z-index: 1;
}

.navbar.frThemeNavbar {
    position: sticky;
    top: 55px;
    width: 100%;
    z-index: 1;
    background-color: #F4F7FC;
    padding: 0;
    text-align: center;
}

.frThemeNavbar #languages {
    display: block;
}

#m-backToHome {
    color: #707070;
}

/* Section - Main */
#mainBg {
    background-image: url("./fr01h_img/section-main/img_main.jpg");
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.main-wrapper {
    position: relative;
}

#mainBg,
.main-wrapper {
    height: 700px;
}

.mainContent-wrapper,
.main-machine {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}

.mainContent-wrapper {
    padding: 0 15px;
    left: 0;
    max-width: 50%;
}

.main-machine {
    right: 0;
    max-width: 50%;
}

.slogan-content {
    background-color: rgba(255, 255, 255, 0.75);
    max-width: 550px;
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translate(0px, 50%);
    padding: 50px 20px;
}

.to-bottom {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.to-bottom img {
    animation: fade_move_down 2.5s ease-in-out infinite;
}

@keyframes fade_move_down {
    0%   { 
        transform:translate(0,-10px); 
        opacity: 0;  
    }
    50%  { 
        opacity: 1;  
    }
    100% { 
        transform:translate(0, 10px); 
        opacity: 0; 
    }
}

/* Section - Introduction */
#introduction {
    padding: 120px 0!important;
}

.intro-video {
    width: 100%;
}

/* Section - Key Features */
#keyFeatures {
    color: #839AB9;
}

.keyfeature-man {
    background-color: #DFE6F0;
    height: 100%;
}

.keyFeature-content {
    padding: 100px 0;
    background-color: #F4F7FC;
}

#keyFeatures img {
    position: absolute;
    top: 50%;
    padding: 0 15px;
    right: 0;
    transform: translate(0px, -50%);
}

#keyFeatures .keyfeature-man img {
    position: absolute;
    bottom: 0;
    top: unset;
    left: 50%;
    transform: translate(-50%, 0px);
    max-width: 480px;
    width: 90%;
    margin: 0;
}

/* Section - About */
#about {
    background-color: #222D3C;
    color: #FFF;
}

.about-icons img {
    display: block;
    margin: 0 auto;
}

.about-icons p {
    font-size: 0.8rem;
    text-align: center;
}

.about-dots-img {
    position: absolute;
    padding: 15px;
}

.about-dots-img.top-dots {
    right: 0;
    top: 0;
}

.about-dots-img.btm-dots {
    left: 0;
    bottom: 0;
}

/* Section - Accurate Temperature */


/* Quick Face Recognition */

/* Performance */
#highPerformance,
#poweredBy {
    background-color: #222D3C;
    color: #FFF;
}

/* Data Management */
#dataManagement,
#contactUs {
    background-color: #F4F7FC;
    color: #222D3C;
}

.data-icon {
    margin: 25px auto 0px;
    text-align: center;
}

.data-icon img {
    max-height: 35px;
    margin: 0 10px;
}

/* Section - Externals Port */

/* Section - Applications */
.applications-options {
    text-align: center;
}

.applications-options p {
    margin-top: 10px;
}

/* Section - Tech Spec */
#specWrap {
    margin-top: 50px;
}

/* Section - Spec Table */
table {
    width: 100%;
    font-size: 0.75rem;
}

table tr:not(:last-child) {
    border-top: 1px solid #DDE0F0;
    border-bottom: 1px solid #DDE0F0;
}

td {
    padding: 15px 20px;
}

tr>td:first-child {
    min-width: 180px;
}

/* Zoom Contact */
.btn-zoom {
    max-width: 380px;
}

.zoomContact {
    padding-bottom: 100px;
}

.zoomContact img {
    max-width: 300px;
}

/* Section - Contact Us */
.custom-control-input:checked~.custom-control-label::before {
    border: 2px solid #000;
    background-color: #FFF;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: unset;
    background-color: #000;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: -1.25rem;
    top: 0.5rem;
}

/* .custom-radio .custom-control-input:checked~.custom-control-label.first-radio::after {
    left: -1.25rem;
    top: 0.5rem;
} */

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: unset;
}

.btn-submit,
.btn-default {
    background-color: #12998d;
    color: #FFF;
    border-radius: 50px;
    padding: 8px 20px;
    min-width: 150px;
    transition: background-color .25s;
}

.btn-submit:hover,
.btn-default:hover {
    background-color: #1CBCAE;
    color: #FFF;
}

.btn-default:hover {
    color: #FFF;
    opacity: 0.9;
}

.anim-pulse:hover {
    animation: pulse .9s infinite;
    animation-timing-function: linear;
}

@keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.wa-contact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    margin: 0 auto;
}

#contactUs img {
    max-width: 250px;
    margin: 35px auto 50px;
    display: block;
}

.btn-float {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 20px 35px;
}

#btnWhatsApp {
    display: inline-block;
    background-color: #25D366;
    padding: 10px 20px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    transition: all .5s
}

#btnWhatsApp::after {
    content: "\f232";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;

}

#btnWhatsApp.pushTop {
    bottom: 130px;
}

#btnWhatsApp:hover {
    text-decoration: none;
}

#backToHome {
    right: 0px;
    font-size: 18px;
    z-index: 1;
    margin: 0 30px;
}

.backToHome {
    margin-left: 30px;
}

#backToHome:hover {
    text-decoration: none;
}

#backToHome::after {
    content: "\f00d";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 50px;
    color: #707070;
}

#backToTop {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    cursor: pointer;
    width: 68px;
}

/* #backToTop::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
} */

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.1rem;
    }

    .navbar {
        box-shadow: 0px 6px 6px #00000029;
        z-index: 2;
    }

    .navbar.frThemeNavbar .navbar-collapse > * {
        margin: 20px 0;
    }

    #mainBg, .main-wrapper {
        height: unset;
        padding: 40px 0 0;
    }

    .mainContent-wrapper, .main-machine {
        position: relative;
        transform: unset;
        max-width: 100%;
        width: 95%;
        margin: 0 auto;
    }

    .main-machine {
        width: 70%;
    }

    .about-dots-img.top-dots {
        display: none;
    }

    .about-dots-img.btm-dots {
        left: 20px;
        bottom: 40px;
    }

    #mainSlogan .main-slogan {
        transform: translate(0px, -60%);
    }
    .slogan-content {
        bottom: 0;
        transform: translate(0px, 0%);
    }
    .intro-content,
    .about-content {
        position: relative;
        transform: unset;
        top: unset;
    }
    .intro-video {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    .keyfeature-man {
        height: 540px;
    }

    .keyFeature-content {
        padding: 15px;
    }

    #keyFeatures img {
        position: relative;
        transform: unset;
        top: unset;
        margin: 15px auto;
    }

    .accurate-content {
        width: 360px;
    }
    .quickRecog-content {
        position: relative;
        margin: 40px 0;
        top: unset;
        transform: unset;
        text-align: center;
    }
    tr>td:first-child {
        width: 250px;
    }
    
    .wa-contact {
        position: relative;
        transform: unset;
        top: unset;
        left: unset;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .img-wrapper {
        background-color: rgba(61, 171, 201, .7);
    }
    #mainSlogan .main-slogan {
        position: relative;
        top: 0;
        transform: unset;
        width: 70%;
        padding: 15px;
        margin: 0 auto;
        display: block;
    }
    .slogan-content {
        background-color: rgba(61, 171, 201, .7);
        position: relative;
        color: #FFF;
        max-width: 100%;
        text-align: center;
    }
    .intro-content,
    .about-content {
        position: relative;
        text-align: center;
        padding: 0;
    }

    .half-left,
    .accurate-content {
        position: relative;
        width: 100%;
        margin-top: 30px;
    }

    .accurate-content {
        top: unset;
        transform: unset;
        text-align: center;
        padding: 0 15px;
    }

    .accurate-content h4 {
        text-align: center;
    }

    tr>td:first-child {
        width: 150px;
        min-width: unset;
    }
    #btnWhatsApp {
        padding: 5px 16px;
    }

    #backToTop {
        width: 60px;
    }

    #btnWhatsApp.pushTop {
        bottom: 110px;
    }
}

@media only screen and (max-width: 710px) {
    #accTempBG {
        background-position: -800px;
    }
}

@media only screen and (max-width: 575px) {
    #mainBg {
        background-image: url("./fr01h_img/section-main/img_main_m.png");
    }
    .intro-content, 
    .about-content, 
    .quickRecog-content {
        padding-right: 0;
    }
    .data-icon img {
        display: block;
    }
    .keyfeature-man {
        height: 480px;
    }
    
}