.font18{
    font-size: 18px!important;
}
.font20{
    font-size: 20px!important;
}
.font24{
    font-size: 24px!important;
}
.font30{
    font-size: 30px!important;
}
.font35{
    font-size: 35px!important;
}

.font40{
    font-size: 40px!important;
}
.font45{
    font-size: 45px!important;
}
.font50{
    font-size: 50px!important;
}
.font60{
    font-size: 60px!important;
}

.font70{
    font-size: 70px!important;
}

.font100{
    font-size: 100px!important;
}

.font200{
    font-weight: 200!important;
}
.font300{
    font-weight: 300!important;
}
.font400{
    font-weight: 400!important;
}

.font600{
    font-weight: 600!important;
}
.font700{
    font-weight: 700!important;
}


.min-vh-45 {
    min-height: 45vh !important;
}

.home-section {
    width: 100%;
    min-height: 145vh!important;
    position: inherit!important;
    padding: 3% 0 40px 0!important;
    display: flex;
    align-items: center;
    overflow: hidden;
}

img.home-bg {
    height: auto!important;
}

.home-first-head-div{
    padding-top: 10em;
}

.home-machine-head{
    line-height: 1em!important;
}
section.about-us-section{
    min-height: 113vh!important;
}
.center-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-img{
    width: 50%;
    height: 50%;
}


/*Identity Section*/
.identity-section{
    padding-top: 5%;
    min-height: 110vh!important;
}

.identity-bg-box{
    background-image: url("../../assets/img/nuhark/identity-box.png");
    background-repeat: no-repeat;
}
.identity-box-content{
    padding: 10%;
    width: 67%;
    position: relative;
}

/*Tech Section*/
.tech-section{
    padding-top: 5%;
    min-height: 45vh!important;
    border-top: 15px solid #3cd48a;
    border-bottom: 15px solid #3cd48a;
}

/*Transforming Animation Section*/
.animal-box-img{
    border: 2px solid #3cd48a;
    border-top-right-radius: 25%;
    border-bottom-left-radius: 25%;
}


/*Nosepoint Rescue*/
/* Second Box */
.box_2 {
    position: relative;
    height: 20em;
    width: 100%;
    background-color: #000;
    border: 2px solid #3cd48a;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    backdrop-filter: blur(5px);
    -webkit-box-shadow: 0px 0px 14px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px -10px rgba(0,0,0,0.75);
}

.box_2 .sub_box {
    width: 100%;
    height: 100%;
    background-color: #3cd48a;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease-in-out;
    clip-path: circle(60% at 50% 170%);
}

.box_2:hover .sub_box {
    animation: slideFromTopRight 0.5s forwards;
    clip-path: circle(100% at 50% 50%);
    background-color: #3cd48a;
}

.box_2 .info-icon{
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 20;
    border-radius: 50%;
    border: 1px solid white;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_2 .background-text{
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_2 .background-text p{
    font-size: 25px;
    font-weight: 600;
}
/* End of second box */

/*Live Stock Section*/
.live-stock{
    padding-top: 5%;
    min-height: 105vh!important;
}



/*Contact Form*/
.contact-form-input, input.form-control.bg-transparent.contact-form-input:focus {
    border: 1px solid #3cd48a;
    border-radius: 50px;
    height: 3em;
    color: #fff !important;
    box-shadow: 0 0 0 .2rem #3cd48a4f;
}


.contact-form-text-area, .contact-form-text-area:focus{
    margin-top: 2%;
    border: 1px solid #3cd48a;
    border-radius: 50px;
    color: #fff!important;
    box-shadow: 0 0 0 .25rem #3cd48a4f;
}





/*Technology Page*/
.our-tech-section {
    width: 100%;
    min-height: 90vh!important;
    position: inherit!important;
    padding: 3% 0 40px 0!important;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.our-tech-box{
    border: 2px solid #3cd48a;
    border-top-right-radius: 28%;
    background: #000;
    padding: 10%;
    height: 25em;
}

.tech-first-head-div{
    padding-top: 40em;
}


.nuhark-content br {
    display: none;
}


/* Show the <br> tag on larger screens (desktops) */
@media (min-width: 992px) {
    .nuhark-content br {
        display: inline;
    }
}


.navmenu{
    display: none;
}













/* Laptop (Large) - min-width: 992px and max-width: 1199.98px */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .font18 {
        font-size: 18px !important; /* Adjust as needed */
    }
    .font20 {
        font-size: 20px !important; /* Adjust as needed */
    }
    .font24 {
        font-size: 24px !important; /* Adjust as needed */
    }
    .font30 {
        font-size: 28px !important; /* Adjust as needed */
    }
    .font35 {
        font-size: 32px !important; /* Adjust as needed */
    }
    .font40 {
        font-size: 36px !important; /* Adjust as needed */
    }
    .font60 {
        font-size: 55px !important; /* Adjust as needed */
    }
    .font70 {
        font-size: 65px !important; /* Adjust as needed */
    }
    .font100 {
        font-size: 90px !important; /* Adjust as needed */
    }




    .home-section {
        width: 100%;
        min-height: 88vh !important;
    }

    .btn-theme-default {
        width: 50%;
        height: 3.2em;
        margin-bottom: 0px;
    }
    .btn-filled-theme-default {
        width: 50%;
        height: 3.2em;
        margin-top: 10px!important;
    }

    /*About*/
    .about-head-tablet{
        font-size: 35px !important;
    }
    .about-img {
        width: auto;
        height: auto;
    }

    .identity-box-content {
        padding: 10%;
        width: 100%;
        position: relative;
    }

    .mobile-identity-img-left{
        text-align: left!important;
    }
    .mobile-mar-left-0per{
        margin-left: 0%;
    }

    .identity-section {
        padding-top: 5%;
        min-height: 40vh !important;
    }

    .tech-img-height{
        height: 100% !important;
    }

    .tech-section {
        padding-top: 5%;
        min-height: 30vh !important;
    }

    /*Transforming Sec*/
    .animal-box-img {
        border: 2px solid #3cd48a;
        border-top-right-radius: 25%;
        border-bottom-left-radius: 25%;
        width: 100%;
        margin-top: 10%;
    }
    .animal-head{
        font-size: 16px !important;
        padding-top: 10%;
    }

    .box_2 {
        position: relative;
        height: 16em;
        margin-bottom: 10% !important;
    }

    .animal-head {
        font-size: 16px !important;
        padding-top: 0%;
    }

    .nosepoint-head{
        font-size: 24px!important;
    }

    .home-first-head-div {
        padding-top: 0em;
    }

    .live-stock {
        padding-top: 5%;
        min-height: 40vh !important;
    }

    .livestock-head{
        font-size: 30px!important;
    }




    /*Our Tech*/
    .tech-first-head-div {
        padding-top: 50%;
    }

    .our-tech-section {
        width: 100%;
        min-height: 35vh !important;
    }
    .our-tech-second-head{
        font-size: 35px !important;
    }
    .our-tech-first-head{
        font-size: 30px !important;
    }

    p.clr-theme-primary.font20.mobile-tech-box-p {
        font-size: 14px !important;
    }
    .mobile-tech-box-head {
        font-size: 20px !important;
    }

    .mobile-width-line{
        width: 100%;
    }
    .mobile-innovation-content{
        line-height: 20px!important;
    }
}

#loader {
    display: none;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    /* Add more styling as needed */
}


button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}
