* {
    margin: 0;
    padding: 0;
}





body {
    background-color: aliceblue;
}





/* scroll bar side */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
    border: 2px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* end here */











/* start first nav bar */
.navbar {
    width: 100%;
    height: 6vh;

}

.navbaricon {
    width: 80%;
    margin: auto;
}

.navbar1 {
    /* background-color: #b41818; */
    background: linear-gradient(to left, red, black);
}

.navbaricon {
    display: flex;
    gap: 20px;
}

.navbaricon i {
    padding-top: 1px;
    color: white;
    font-size: 25px;
    margin-right: 10px;
}

/* Consolidated Media Queries */
@media (max-width: 1305px) and (min-width: 1200px) {
    .navbar {
        max-width: 1305px;
        min-width: 1200px;
    }

    .navbaricon {
        gap: 15px;
    }

    .navbaricon i {
        font-size: 18px;
    }

    
}

@media (max-width: 1199px) and (min-width: 1100px) {
    .navbar {
        max-width: 1199px;
        min-width: 1100px;
    }

    .navbaricon {
        gap: 10px;
    }

    .navbaricon i {
        font-size: 16px;
        margin-right: 5px;
    }
}

@media (max-width: 1099px) and (min-width: 999px) {
    .navbar {
        max-width: 1099px;
        min-width: 999px;
    }

    .navbaricon {
        gap: 10px;
    }

    .navbaricon i {
        font-size: 16px;
        margin-right: 5px;
    }
}

@media (max-width: 998px) and (min-width: 900px) {
    .navbar {
        max-width: 998px;
        min-width: 900px;
    }

    .navbaricon {
        gap: 10px;
    }

    .navbaricon i {
        font-size: 16px;
        margin-right: 5px;
    }
}

@media (max-width: 899px) and (min-width: 900px) {
    .navbar {
        max-width: 899px;
        min-width: 830px;
    }

    .navbaricon {
        gap: 10px;
    }

    .navbaricon i {
        font-size: 16px;
        margin-right: 5px;
    }
}

@media (max-width: 769px) and (min-width: 898px) {
    .navbar {
        max-width: 899px;
        min-width: 830px;
    }

    .navbaricon {
        gap: 10px;
    }

    .navbaricon i {
        font-size: 16px;
        margin-right: 5px;
    }
}

/* @media only screen and (max-width: 600px) {
    .navbar {
        max-width: 899px;
        min-width: 830px;
    }

    .navbaricon {
        flex-direction: row;
        align-items: center;
    }

    .navbaricon i {
        margin-left: 22px;
        margin-bottom: 2px;
    }
} */

@media (max-width: 768px) and (min-width: 660px) {
    .navbar {
        max-width: 768px;
        min-width: 660px;
    }

    .navbar {
        height: 7.5vh;
    }

    .navbaricon {
        margin-left: 4rem;
        flex-direction: row;
        align-items: center;
    }

    .navbaricon i {
        margin-left: 45px;
        margin-bottom: 2px;
    }

}

@media (max-width: 659px) and (min-width: 575px) {
    .navbar {
        max-width: 659px;
        min-width: 575px;
    }

    .navbar {
        height: 7.5vh;
    }

    .navbaricon {
        margin-left: 4rem;
        flex-direction: row;
        align-items: center;
    }

    .navbaricon i {
        margin-left: 45px;
        margin-bottom: 2px;
    }

}

@media (max-width: 574px) and (min-width: 480px) {
    .navbar {
        max-width: 574px;
        min-width: 480px;
    }

    .navbar {
        height: 7.5vh;
    }

    .navbaricon {
        margin-left: 4rem;
        flex-direction: row;
        align-items: center;
    }

    .navbaricon i {
        margin-left: 45px;
        margin-bottom: 2px;
    }

}

@media (max-width: 498px) and (min-width: 400px) {
    .navbar {
        max-width: 498px;
        min-width: 400px;
    }

    .navbar {
        height: 7.5vh;
    }

    .navbaricon {
        flex-direction: row;
        align-items: center;
    }

    .navbaricon i {
        margin-left: 30px;
        margin-bottom: 2px;
    }

}

@media (max-width: 399px) and (min-width: 300px) {
    .navbar {
        height: 7.5vh;
    }

    .navbaricon {
        flex-direction: row;
        align-items: center;
    }

    .navbaricon i {
        margin-left: 30px;
        margin-bottom: 2px;
    }
}

/* @media (max-width: 360px) {
    .navbar {
        height: 7.5vh;
    }

    .navbaricon {
        margin-right: 10px;
        flex-direction: row;
        align-items: center;
    }

    .navbaricon i {
        margin-left: 10px;
        margin-bottom: 2px;
    }

}

@media (max-width: 320px) {
    .navbar {
        height: 7.5vh;
    }

    .navbaricon {
        margin-right: 20px;
        flex-direction: row;
        align-items: center;
    }

    .navbaricon i {
        margin-left: 10px;
        margin-bottom: 2px;
    }

} */

* Basic styling for navbar */ .navbar-nav {
    list-style: none;
    padding: 0;
}

/* end here */













/* start end bar 2 */
.navbar2 {
    background-color: #ffffff;
    padding: 10px;
}

.navbarrap2 {
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
}

.navbarrap2 img {
    margin-left: 20px;
    height: 100px;
    border-radius: 50%;
}

.details,
.details2 {
    width: 40%;
    margin-top: 10px;
}

.details p {
    margin-top: 5px;
    font-size: 17px;
}

.details i {
    font-size: 18.5px !important;
}

/* Responsive adjustments */
@media (max-width: 1305px) and (min-width: 1200px) {

    .details,
    .details2 {
        width: 45%;
        min-width: 30%;
    }
}

@media (max-width: 1199px) and (min-width: 1100px) {

    .details,
    .details2 {
        width: 45%;
        min-width: 30%;
    }
}

@media (max-width: 1099px) and (min-width: 999px) {

    .details,
    .details2 {
        width: 25%;
        min-width: 30%;
    }
}

@media (max-width: 998px) and (min-width: 900px) {

    .details,
    .details2 {
        width: 27%;
        min-width: 25%;
    }
}

@media (max-width: 899px) and (min-width: 851px) {

    .details,
    .details2 {
        width: 70%;
        min-width: 20%;
    }
}

@media (max-width: 769px) and (min-width: 898px) {

    .details,
    .details2 {
        width: 70%;
        min-width: 20%;
    }
}


@media (max-width: 768px) and (min-width: 660px) {

    .details,
    .details2 {
        margin-right: 8cm;
        width: 100%;
        margin-top: 10px;
    }

    .navbarrap2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbarrap2 img {
        margin-left: 20.9rem;
        margin-bottom: 10px;
    }
}

@media (max-width: 659px) and (min-width: 575px) {

    .details,
    .details2 {
        margin-right: 8cm;
        width: 100%;
        margin-top: 10px;
    }

    .navbarrap2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbarrap2 img {
        margin-left: 17rem;
        margin-bottom: 10px;
    }
}

@media (max-width: 574px) and (min-width: 480px) {

    .details,
    .details2 {
        /* margin-right: 3cm; */
        width: 100%;
        margin-top: 10px;
    }

    .navbarrap2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbarrap2 img {
        margin-left: 14.5rem;
        margin-bottom: 10px;
    }
}


@media (max-width: 479px) and (min-width: 400px) {
    .navbarrap2 img {
        margin-left: 5.3cm;
    }

    .details,
    .details2 {
        margin-right: 10cm;
        width: 90%;
        margin-top: 10px;
    }

    .navbarrap2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbarrap2 img {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 399px) and (min-width: 300px) {
    .navbarrap2 img {
        margin-left: 3.8cm;
    }

    .details,
    .details2 {
        margin-right: 10cm;
        width: 100%;
        margin-top: 10px;
    }

    .navbarrap2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbarrap2 img {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

/* @media (max-width: 360px) {

    .details,
    .details2 {
        margin-right: 10cm;
        width: 100%;
        margin-top: 10px;
    }

    .navbarrap2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbarrap2 img {
        margin-left: 7.5rem;
        margin-bottom: 10px;
    }
}

@media (max-width: 320px) {
    .details,
    .details2 {
        margin-right: 90cm;
        width: 100%;
        margin-top: 10px;
    }

    .navbarrap2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbarrap2 img {
        margin-left: 6.5rem;
        margin-bottom: 10px;
    }
}
@media (max-width: 712px) {
    .details,
    .details2 {
        margin-right: 90cm;
        width: 100%;
        margin-top: 10px;
    }

    .navbarrap2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbarrap2 img {
        margin-left: 19rem;
        margin-bottom: 10px;
    }
} */


* Basic styling for navbar */ .navbar-nav {
    list-style: none;
    padding: 0;
}

.nav-item {
    display: inline-block;
}

/* end nav bar2 */































/* navbar 3rd start */
.nav-item {
    font-family: "Merriweather", serif;
}

.navbar-nav {
    margin-left: 15rem;
}

.nav-item {
    margin-left: 6rem;
}

.nav-link {
    border-radius: 20px;
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    color: black;
    transition: color 0.5s ease, background-color 0.5s ease;
}

.nav-link:hover {
    border-radius: 20px;
    color: #f5e106 !important;
}

@media (max-width: 1305px) and (min-width: 1200px) {
    .navbar-nav {
        margin-left: 12rem;
    }

    .nav-item {
        margin-left: 4.3rem;
    }
}

@media (max-width: 1199px) and (min-width: 1100px) {
    .navbar-nav {
        margin-left: 10rem;
    }

    .nav-item {
        margin-left: 4rem;
    }
}

@media (max-width: 1099px) and (min-width: 999px) {
    .navbar-nav {
        margin-left: 7rem;
    }

    .nav-item {
        margin-left: 3.8rem;
    }

    .nav-link {
        padding: 8px 12px;
    }
}

@media (max-width: 998px) and (min-width: 900px) {
    .navbar-nav {
        margin-left: 4.5rem;
    }

    .nav-item {
        margin-left: 3.4rem;
    }

    .nav-link {
        padding: 8px 12px;
    }
}

@media (max-width: 899px) and (min-width: 851px) {
    .navbar-nav {
        margin-left: 2.5rem;
    }

    .nav-item {
        margin-left: 3rem;
    }

    .nav-link {
        padding: 6px 10px;
    }
}

@media (max-width: 850px) and (min-width: 780px) {
    .navbar-nav {
        margin-left: 2.5rem;
    }

    .nav-item {
        margin-left: 2.2rem;
    }

    .nav-link {
        padding: 6px 10px;
    }
}

@media (max-width: 779px) and (min-width: 680px) {
    .navbar-nav {
        margin-left: 1rem;
    }

    .nav-item {
        margin-left: 2.5rem;
    }

    .nav-link {
        padding: 6px 10px;
    }
}

@media (max-width: 679px) and (min-width: 550px) {
    .navbar-nav {

        margin-left: 1px;
    }

    .nav-item {
        font-size: 20px;
        margin-left: 1.5rem;
    }

    .nav-link {
        padding: 6px 10px;
    }
}

@media (max-width: 549px) and (min-width: 480px) {
    .navbar-nav {

        margin-left: 1px;
    }

    .nav-item {
        font-size: 20px;
        margin-left: 1.5rem;
    }

    .nav-link {
        padding: 6px 10px;
    }
}

@media (max-width: 498px) and (min-width: 400px) {

    .nav-item {
        margin-left: -15rem;
    }

    .nav-link {
        padding: 6px 10px;
    }
}

@media (max-width: 399px) and (min-width: 300px) {

    .nav-item {
        margin-left: -15rem;
    }

    .nav-link {
        padding: 6px 10px;
    }
}

/* @media (max-width: 712px) {
    .nav-item {
        margin-left: 1.4rem;
    }

    .nav-link {
        padding: 6px 10px;
    }
} */

/* end nav bar 3 */


















/* banner start */
.banner {
    width: 100%;
    height: 98vh;
    background: linear-gradient(to left, red, black);
    /* background: rgb(75, 76, 231); */
    /* background: linear-gradient(90deg, rgba(75, 76, 231, 1) 0%, rgba(61, 69, 208, 1) 66%, rgb(41, 81, 225) 81%); */
}

@keyframes blink-caret {

    from,
    to {
        border-color: transparent;
    }

    50% {
        border-color: rgb(4, 240, 27);
    }
}

#typed-text {
    font-size: 60px;
    overflow: hidden;
    border-right: .15em solid rgb(4, 240, 27);
    white-space: nowrap;
    animation: blink-caret .75s step-end infinite;
}

.bannerrap {
    width: 100%;
    height: 80vh;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.banimages img {
    margin-top: 120px;
    max-width: 90%;
    height: auto;
    display: block;
}

#button5 {
    margin-top: 20px;
    margin-right: 830px;
}

.bantexts {
    margin-left: 5rem;
    width: 60%;
}

.bantexts h1 {
    font-size: 66px;
    text-align: left;
    font-weight: bold;
}

.bantexts p {
    font-size: 22px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 768px) {
    /* #button5 {
        width: 75%;
        margin-top: 20px;
        margin-right: 0px;
    }

    .map {
        width: 100%;
    } */

    .banimages {
        display: none;
    }

    /* .bannerrap {
        flex-direction: column;
        align-items: center;
    }

    .bantexts {
        margin-left: 0;
        width: 80%;
        text-align: center;
    }

    .bantexts h1 {
        margin-top: 60px;
        font-size: 40px;
    }

    .bantexts p {
        margin-top: 80px;
        font-size: 20px;
    }

    #typed-text {
        font-size: 25px;
    } */
}

@media only screen and (max-width: 1305px) and (min-width: 1100px) {
    .banimages img {
        height: 77vh;
    }

    .banner {
        max-width: 1305px;
        min-width: 1100px;
    }

    .bantexts h1 {
        font-size: 56px;
    }

    .bantexts p {
        font-size: 20px;
    }

    .bantexts {
        width: 70%;
    }

    #button5 {
        width: 20%;
        margin-right: 635px;
    }

    #typed-text {
        font-size: 50px;
    }

    .banimages img {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 1099px) and (min-width: 970px) {

    .banner {
        max-width: 1099px;
        min-width: 900px;
    }

    .banimages img {
        height: 77vh;
        max-width: 100%;
        margin-top: 0;
    }

    .bantexts h1 {
        font-size: 46px;
    }

    .bantexts p {
        font-size: 18px;
    }

    .bantexts {
        width: 75%;
    }

    #button5 {
        width: 20%;
        margin-right: 635px;
    }


    #typed-text {
        font-size: 40px;
    }
}


@media only screen and (max-width: 971px) and (min-width: 851px) {
    .banimages img {
        /* max-width: 80%;  */
        height: 77vh;
    }

    .banner {
        max-width: 971px;
        min-width: 851px;
    }

    .bantexts h1 {
        font-size: 36px;
    }

    .bantexts p {
        font-size: 16px;
    }

    .bantexts {
        width: 80%;
    }

    #button5 {
        width: 20%;
        margin-right: 635px;
    }


    #typed-text {
        font-size: 30px;
    }

    .banimages {
        display: none;
    }
}

@media only screen and (max-width: 850px) and (min-width: 700px) {
    .banimages img {
        /* max-width: 80%;  */
        height: 77vh;
    }

    .banner {
        max-width: 850px;
        min-width: 700px;
    }

    .bantexts h1 {
        font-size: 36px;
    }

    .bantexts p {
        font-size: 16px;
    }

    .bantexts {
        width: 80%;
    }

    #button5 {
        width: 20%;
        margin-right: 500px;
    }


    #typed-text {
        font-size: 30px;
    }

    .banimages {
        display: none;
    }
}

@media only screen and (max-width: 699px) and (min-width: 550px) {
    .banimages img {
        /* max-width: 80%;  */
        height: 77vh;
    }

    .banner {
        max-width: 699px;
        min-width: 550px;
    }

    .bantexts h1 {
        font-size: 36px;
    }

    .bantexts p {
        font-size: 16px;
    }

    .bantexts {
        width: 80%;
    }

    #button5 {
        width: 40%;
        margin-right: 300px;
    }


    #typed-text {
        font-size: 30px;
    }

    .banimages {
        display: none;
    }
}

@media only screen and (max-width: 549px) and (min-width: 450px) {
    .banimages img {
        /* max-width: 80%;  */
        height: 77vh;
    }

    .banner {
        max-width: 549px;
        min-width: 450px;
    }

    .bantexts h1 {
        font-size: 36px;
    }

    .bantexts p {
        font-size: 16px;
    }

    .bantexts {
        width: 80%;
    }

    #button5 {
        width: 40%;
        margin-right: 180px;
    }


    #typed-text {
        font-size: 30px;
    }

    .banimages {
        display: none;
    }
}

@media only screen and (max-width: 449px) and (min-width: 300px) {
    .banner {
        max-width: 449px;
        min-width: 300px;
    }

    .bantexts h1 {
        font-size: 36px;
    }

    .bantexts p {
        font-size: 16px;
    }

    .bantexts {
        margin-top: 9rem;
        margin-left: 1rem;
        width: 100%;
    }

    #button5 {
        width: 50%;
        margin-right: 50px;
    }

    #typed-text {
        font-size: 30px;
    }

    .banimages {
        display: none;
    }
}

/* banner end */


















/* home parallex start */
.section-background {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 30vh;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

#parallaxid h2 {
    font-family: "Briem Hand", cursive;
    text-shadow: 0 0 10px rgb(0, 0, 0);
    font-weight: bold;
    color: gold;
    font-size: 100px;
}

.parallax {
    background-image: url("./home3.jpg");
}

@media (max-width: 480px) {
    #parallaxid h2 {
        text-align: center;
        font-size: 50px;
    }

}

@media (max-width: 768px) {
    #parallaxid h2 {
        text-align: center;
        font-size: 70px;
    }
}

/* end here */























/* services start here */
.servicesrap h1 {
    font-family: "PT Serif", serif;
    font-size: 70px !important;
}

.services {
    height: 130vh;
    /* border: 2px solid red; */
    background-color: #f3f3f3;
}

.servicesrap p {
    width: 80%;
    margin: auto;
}

.card img {
    height: 50vh;
}

.card-body h5 {
    font-weight: bold;
    text-align: center;
}

.card {
    transition: transform 0.2s ease-in-out;
}

.card:hover {
    transform: scale(1.1);
}

.card-body h5 {
    text-align: center;
    font-size: 20px !important;
}

.card-body p {
    width: 100%;
    text-align: left !important;
    font-size: 17px !important;
}

#button2 {
    margin-top: 10px;
    width: 100%;
    border: none;
    /* background-color: #b41818 !important; */
    background: linear-gradient(to left, red, black);
}

#button2:hover {
    /* background-color: #f0df1c !important; */
    /* color: #1b1b1b !important; */
    color: #f0df1c;
}

#check {
    background-color: #0e0e0e;
    color: #f1f1f1 !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#check:hover {
    background-color: #0e0e0e00;
    border-bottom: 2px solid #b41818;
    color: #0e0e0e !important;
}

@media only screen and (max-width: 1305px) and (min-width: 1100px) {
    .services {
        height: 170vh;
        /* border: 2px solid red; */
        background-color: #f3f3f3;
    }

    .servicesrap h1 {
        font-size: 40px !important;
    }


    .servicesrap p {
        font-size: 20px !important;
    }

    #check {
        width: 50% !important;
    }
}

@media only screen and (max-width: 1099px) and (min-width: 970px) {

    .services {
        height: 200vh;
        /* border: 2px solid red; */
        background-color: #f3f3f3;
    }

    .servicesrap h1 {
        font-size: 40px !important;
    }


    .servicesrap p {
        font-size: 20px !important;
    }

    #check {
        width: 50% !important;
    }
}


@media only screen and (max-width: 971px) and (min-width: 851px) {
    #check {
        width: 25% !important;
    }

    .services {
        height: 200vh;
        /* border: 2px solid red; */
        background-color: #f3f3f3;
    }

    .servicesrap h1 {
        font-size: 40px !important;
    }


    .servicesrap p {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 850px) and (min-width: 768px) {
    #check {
        width: 40% !important;
    }

    .services {
        height: 210vh;
        /* border: 2px solid red; */
        background-color: #f3f3f3;
    }

    .servicesrap h1 {
        font-size: 40px !important;
    }

    .servicesrap p {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 700px) {
    #check {
        width: 75% !important;
    }

    .services {
        height: 290vh;
        /* border: 2px solid red; */
        background-color: #f3f3f3;
    }

    .servicesrap h1 {
        font-size: 40px !important;
    }


    .servicesrap p {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 699px) and (min-width: 576px) {
    #check {
        width: 75% !important;
    }

    .services {
        height: 300vh;
        /* border: 2px solid red; */
        background-color: #f3f3f3;
    }

    .servicesrap h1 {
        font-size: 40px !important;
    }


    .servicesrap p {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 575px) and (min-width: 550px) {
    #check {
        width: 75% !important;
    }

    .services {
        height: 420vh;
        /* border: 2px solid red; */
        background-color: #f3f3f3;
    }

    .servicesrap h1 {
        font-size: 40px !important;
    }


    .servicesrap p {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 549px) and (min-width: 450px) {
    #check {
        width: 75% !important;
    }

    .services {
        height: 466vh;
        /* border: 2px solid red; */
        background-color: #f3f3f3;
    }

    .servicesrap h1 {
        font-size: 40px !important;
    }


    .servicesrap p {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 449px) and (min-width: 300px) {
    #check {
        width: 75% !important;
    }

    .services {
        height: 520vh;
        /* border: 2px solid red; */
        background-color: #f3f3f3;
    }

    .servicesrap h1 {
        font-size: 40px !important;
    }


    .servicesrap p {
        font-size: 20px !important;
    }
}






/* end here */























/* setup starts here */
.setup {
    height: 80vh;
    width: 100%;
    background: rgb(215, 52, 53);
    background: linear-gradient(0deg, rgba(215, 52, 53, 1) 0%, rgba(247, 228, 1, 1) 100%);
    padding: 5px;
}

.setup h1 {
    font-family: "PT Serif", serif;
    margin-top: 10px;
    color: #0e0e0e !important;
    font-size: 50px !important;
}

.monitor {
    display: flex;
    justify-content: center;
    align-items: center;
}

.monitorrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 100%;
}

.cabinet {
    /* border: 2px solid red; */
    flex: 2;
    padding: 0 20px;
}


.cabinet img {
    height: 53vh !important;
    border-radius: 15px;
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease, filter 0.5s ease;
}

.cabinet img:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.cabinet h2 {
    color: #1b1b1b !important;
    font-size: 40px;
}

.cabinet p {
    /* color: #1b1b1b !important; */
    font-size: 18px;
}


@media screen and(max-width: 768px) {
    #button3 {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .setup {
        height: 180vh;
        width: 100%;
    }

    .monitorrap {
        flex-direction: column;
        text-align: center;
    }

    .cabinet {
        padding: 10px 0;
    }

    .cabinet h2 {
        font-size: 30px;
        text-align: center;
    }

    .cabinet p {
        text-align: center;
    }

    .setup h1 {
        margin-top: 30px !important;
        font-size: 23px !important;
    }
}

/* Specific Media Queries */
@media only screen and (max-width: 1305px) and (min-width: 1100px) {
    #button3 {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .setup {
        height: 140vh;
        width: 100%;
    }

    .monitorrap {
        flex-direction: column;
        text-align: center;
    }

    .cabinet {
        padding: 10px 0;
    }

    .cabinet h2 {
        font-size: 50px;
        text-align: center;
    }

    .setup h1 {
        margin-top: 30px !important;
        font-size: 53px !important;
    }

    .cabinet p {
        text-align: center;
    }


}

@media only screen and (max-width: 1099px) and (min-width: 970px) {
    #button3 {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .setup {
        height: 130vh;
        width: 100%;
    }

    .monitorrap {
        flex-direction: column;
        text-align: center;
    }

    .cabinet {
        padding: 10px 0;
    }

    .cabinet h2 {
        font-size: 30px;
        text-align: center;
    }

    .cabinet p {
        text-align: center;
    }

    .cabinet h2 {
        font-size: 50px;
        text-align: center;
    }

    .setup h1 {
        margin-top: 30px !important;
        font-size: 53px !important;
    }

    .cabinet h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 969px) and (min-width: 851px) {
    #button3 {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .setup {
        height: 130vh;
        width: 100%;
    }

    .monitorrap {
        flex-direction: column;
        text-align: center;
    }

    .cabinet {
        padding: 10px 0;
    }

    .cabinet h2 {
        font-size: 30px;
        text-align: center;
    }

    .cabinet p {
        text-align: center;
    }

    .cabinet h2 {
        font-size: 50px;
        text-align: center;
    }

    .setup h1 {
        margin-top: 30px !important;
        font-size: 43px !important;
    }

    .cabinet h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 850px) and (min-width: 700px) {
    #button3 {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .setup {
        height: 150vh;
        width: 100%;
    }

    .monitorrap {
        flex-direction: column;
        text-align: center;
    }

    .cabinet {
        padding: 10px 0;
    }

    .cabinet h2 {
        font-size: 30px;
        text-align: center;
    }

    .cabinet p {
        text-align: center;
    }

    .cabinet h2 {
        font-size: 50px;
        text-align: center;
    }

    .setup h1 {
        margin-top: 30px !important;
        font-size: 43px !important;
    }

    .cabinet h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 699px) and (min-width: 550px) {
    #button3 {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .setup {
        height: 170vh;
        width: 100%;
    }

    .monitorrap {
        flex-direction: column;
        text-align: center;
    }

    .cabinet {
        padding: 10px 0;
    }

    .cabinet h2 {
        font-size: 30px;
        text-align: center;
    }

    .cabinet p {
        text-align: center;
    }

    .cabinet h2 {
        font-size: 50px;
        text-align: center;
    }

    .setup h1 {
        margin-top: 30px !important;
        font-size: 43px !important;
    }

    .cabinet h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 549px) and (min-width: 450px) {
    #button3 {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .setup {
        height: 190vh;
        width: 100%;
    }

    .monitorrap {
        flex-direction: column;
        text-align: center;
    }

    .cabinet {
        padding: 10px 0;
    }

    .cabinet h2 {
        font-size: 30px;
        text-align: center;
    }

    .cabinet p {
        text-align: center;
    }

    .cabinet h2 {
        font-size: 50px;
        text-align: center;
    }

    .setup h1 {
        margin-top: 30px !important;
        font-size: 43px !important;
    }

    .cabinet h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 449px) and (min-width: 300px) {
    #button3 {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .setup {
        height: 190vh;
        width: 100%;
    }

    .monitorrap {
        flex-direction: column;
        text-align: center;
    }

    .cabinet {
        padding: 10px 0;
    }

    .cabinet h2 {
        font-size: 30px;
        text-align: center;
    }

    .cabinet p {
        text-align: center;
    }

    .setup h1 {
        margin-top: 30px !important;
        font-size: 23px !important;
    }

    .cabinet h2 {
        font-size: 35px;
    }

    .setup {
        height: 180vh;
        /* width: 100%; */
    }

    .cabinet img {
        height: 30vh;
    }
}

/* end here */





























/* home part 3 starts */
.aboutrap {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 20px;
}

.aboutrap img {
    height: 40vh !important;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.aboutrap h5 {
    font-size: 1.5rem;
    color: #333;
}

.aboutrap h1 {
    font-size: 2.5rem;
    color: #444;
}

.aboutrap p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}

.aboutgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.grid {
    background-color: #eaeaea;
    padding: 20px;
    border-radius: 5px;
}

.grid i {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 10px;
}

#gridcolors {
    background-color: #151414;
}

#gridexp {
    color: #ffe70e !important;
}

#gridnocolors {
    border: 1px solid black;
    background-color: #f9f9f9;
}

#gridexp1 {
    color: #ef2d06 !important;
}

#gridcolors,
#gridexp,
#gridnocolors,
#gridexp1 {
    cursor: pointer;
    transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}

#gridcolors:hover {
    background-color: #085ced;
}

#gridexp:hover {
    color: #ffc107 !important;
}

#gridnocolors:hover {
    background-color: #000000;
    color: white !important;
    border-color: #ffffff;
}

#gridexp1:hover {
    color: #f00 !important;
}

#image1 {
    border-top-right-radius: 100px;
}

#image2 {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

#image3 {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

#image4 {
    border-bottom-left-radius: 100px;
}

#image1 {
    border-top-right-radius: 100px;
    transition: border-radius 0.5s ease;
}

#image2 {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    transition: border-radius 0.5s ease;
}

#image3 {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    transition: border-radius 0.5s ease;
}

#image4 {
    border-bottom-left-radius: 100px;
    transition: border-radius 0.5s ease;
}

#image1:hover,
#image2:hover,
#image3:hover,
#image4:hover {
    border-radius: 0;
    transition: border-radius 1s ease;
}

.btn-slow-hover {
    font-weight: bold !important;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.btn-slow-hover:hover {
    background-color: #000000 !important;
    color: #fff !important;
}

@media (min-width: 576px) {

    #image1 {
        border-top-right-radius: 1200px;
    }

    #image2 {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    #image3 {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }

    #image4 {
        border-bottom-left-radius: 50px;
    }
}

@media (min-width: 992px) {
    #image1 {
        border-top-right-radius: 100px;
    }

    #image2 {
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
    }

    #image3 {
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
    }

    #image4 {
        border-bottom-left-radius: 100px;
    }
}

@media (max-width: 768px) {
    #image1 {
        border-top-right-radius: 12px;
    }

    #image2 {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #image3 {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #image4 {
        border-bottom-left-radius: 5px;
    }
    .aboutgrid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 1305px) and (min-width: 1100px) {
    #image1 {
        border-top-right-radius: 12px;
    }

    #image2 {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #image3 {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #image4 {
        border-bottom-left-radius: 5px;
    }
    .aboutgrid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 1099px) and (min-width: 970px) {
    #image1 {
        border-top-right-radius: 12px;
    }

    #image2 {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #image3 {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #image4 {
        border-bottom-left-radius: 5px;
    }
    .aboutgrid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 969px) and (min-width: 851px) {
    #image1 {
        border-top-right-radius: 12px;
    }

    #image2 {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #image3 {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #image4 {
        border-bottom-left-radius: 5px;
    }
    .aboutgrid {
        grid-template-columns: 1fr;
    }
    .aboutgrid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 850px) and (min-width: 700px) {
    .aboutgrid {
        grid-template-columns: 1fr;
    }
    .aboutrap img {
        height: 40vh !important;
        max-width: 100%;
        height: auto;
        display: block;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 699px) and (min-width: 550px) {
    #image1 {
        border-top-right-radius: 12px;
    }

    #image2 {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #image3 {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #image4 {
        border-bottom-left-radius: 5px;
    }
    .aboutgrid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 549px) and (min-width: 450px) {
    #image1 {
        border-top-right-radius: 12px;
    }

    #image2 {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #image3 {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #image4 {
        border-bottom-left-radius: 5px;
    }
    .aboutgrid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 449px) and (min-width: 300px) {
    #image1 {
        border-top-right-radius: 12px;
    }

    #image2 {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #image3 {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #image4 {
        border-bottom-left-radius: 5px;
    }
    .aboutgrid {
        grid-template-columns: 1fr;
    }
}

/* end here home part */





















/* product */
.product {
    width: 90%;
    margin: auto;
}

.productrap img {
    height: 20vh;
}

.product {
    padding: 20px;
}

.product h1 {
    font-family: "PT Serif", serif;
    font-size: 24px;
    margin-bottom: 20px;
}

.productrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.productrap img {
    margin-left: 20px;
    width: 230px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.productrap img:hover {
    transform: scale(1.05);
}

#button4 {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


@media only screen and (max-width: 1305px) and (min-width: 1100px) {
    .productrap img {
        width: 183px;
    }
}

@media only screen and (max-width: 1099px) and (min-width: 970px) {
    .productrap img {
        width: 183px;
    }
}

@media only screen and (max-width: 969px) and (min-width: 851px) {
    .productrap img {
        width: 183px;
    }
}

@media only screen and (max-width: 850px) and (min-width: 700px) {
    .productrap img {
        width: 183px;
    }
}

@media only screen and (max-width: 699px) and (min-width: 550px) {
    .productrap img {
        width: 183px;
    }
}

@media only screen and (max-width: 549px) and (min-width: 450px) {
    .productrap img {
        width: 183px;
    }
}

@media only screen and (max-width: 449px) and (min-width: 300px) {
    .productrap img {
        width: 283px;
    }
}

/* product end here */




























/* gallery part home */
.gallery {
    background-image: url(./services.jpg);
    background-size: cover;
    cursor: pointer;
    padding: 20px;
    background-color: #f7f7f7;
}

.gallery img {
    width: 100%;
    height: 50vh;
    margin-bottom: 15px;
}

.gallery h1 {
    font-family: "PT Serif", serif;
    font-size: 60px !important;
    margin-bottom: 20px !important;
}

#check2 {
    background-color: #f5d81d;
    color: black !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#check2:hover {
    background-color: #ffffffdb;
    color: #000000 !important;
}

@media (min-width: 768px) {
    .gallery {
        padding: 40px;
    }

    .gallery h1 {
        font-size: 24px;
    }
}

/* end gallery */

















/* counter */
.couneter {
    height: 75vh;
    background-image: url(./home2.jpg);
    background-size: cover;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

.counterrap {
    /* border: 2px solid red; */
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px;
    text-align: center;
}

.counter-box {
    margin-bottom: 20px;
}

.count {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    /* Add margin below the count */
}

.count-desc {
    font-size: 16px;
    color: #666;
}

.gridcounter {
    margin-top: 100px;
}

.gridcounter h2 {
    font-family: "PT Serif", serif;
    font-size: 30px !important;
}

.count span {
    color: #000000 !important;
    font-size: 40px
}

@media (max-width: 768px) {
    .couneter {
        height: 90vh;
        background-color: #e7e3e3;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
    }

    .counterrap {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
    }

    .gridcounter {
        margin-top: 50px;
    }

    .gridcounter h2 {
        font-size: 24px !important;
        /* Reduce font size for better readability */
    }

    .count span {
        font-size: 32px;
        /* Adjust span font size */
    }
}

@media only screen and (max-width: 1305px) and (min-width: 1100px) {
    .couneter {
        height: 90vh;
        background-color: #e7e3e3;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
    }

    .counterrap {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
    }

    .gridcounter {
        margin-top: 50px;
    }

    .gridcounter h2 {
        font-size: 24px !important;
        /* Reduce font size for better readability */
    }

    .count span {
        font-size: 32px;
        /* Adjust span font size */
    }
}

@media only screen and (max-width: 1099px) and (min-width: 970px) {
    .couneter {
        height: 90vh;
        background-color: #e7e3e3;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
    }

    .counterrap {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
    }

    .gridcounter {
        margin-top: 50px;
    }

    .gridcounter h2 {
        font-size: 24px !important;
        /* Reduce font size for better readability */
    }

    .count span {
        font-size: 32px;
        /* Adjust span font size */
    }
}

@media only screen and (max-width: 969px) and (min-width: 851px) {
    .couneter {
        height: 90vh;
        background-color: #e7e3e3;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
    }

    .counterrap {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
    }

    .gridcounter {
        margin-top: 50px;
    }

    .gridcounter h2 {
        font-size: 24px !important;
        /* Reduce font size for better readability */
    }

    .count span {
        font-size: 32px;
        /* Adjust span font size */
    }
}

@media only screen and (max-width: 850px) and (min-width: 700px) {
    .couneter {
        height: 90vh;
        background-color: #e7e3e3;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
    }

    .counterrap {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
    }

    .gridcounter {
        margin-top: 50px;
    }

    .gridcounter h2 {
        font-size: 24px !important;
        /* Reduce font size for better readability */
    }

    .count span {
        font-size: 32px;
        /* Adjust span font size */
    }
}

@media only screen and (max-width: 699px) and (min-width: 550px) {
    .couneter {
        height: 90vh;
        background-color: #e7e3e3;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
    }

    .counterrap {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
    }

    .gridcounter {
        margin-top: 50px;
    }

    .gridcounter h2 {
        font-size: 24px !important;
        /* Reduce font size for better readability */
    }

    .count span {
        font-size: 32px;
        /* Adjust span font size */
    }
}

@media only screen and (max-width: 549px) and (min-width: 450px) {
    .couneter {
        height: 90vh;
        background-color: #e7e3e3;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
    }

    .counterrap {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
    }

    .gridcounter {
        margin-top: 50px;
    }

    .gridcounter h2 {
        font-size: 24px !important;
        /* Reduce font size for better readability */
    }

    .count span {
        font-size: 32px;
        /* Adjust span font size */
    }
}

@media only screen and (max-width: 449px) and (min-width: 300px) {
    .couneter {
        height: 90vh;
        background-color: #e7e3e3;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
    }

    .counterrap {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
    }

    .gridcounter {
        margin-top: 50px;
    }

    .gridcounter h2 {
        font-size: 24px !important;
        /* Reduce font size for better readability */
    }

    .count span {
        font-size: 32px;
        /* Adjust span font size */
    }
}

/* end counter */



/* .map{
    width: 100%;
}
.maprap{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
}

.box{
    padding-top: 80px;
} */



/* contact us page */

/* contact end */




































































/* footer starts */
.footer-widget ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 100%;
    height: auto;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

@media (max-width: 768px) {

    .footer-cta,
    .footer-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .single-cta i {
        display: none;
        margin-top: 10px !important;
        /* display: block; */
        float: none;
        margin: 0 auto;
    }

    .cta-text {
        margin-top: 20px;
        /* text-align: center; */
        padding-left: 0;
    }

    .footer-widget ul li {
        width: 100%;
    }

    .col-xl-6 {
        text-align: center;
    }

    .footer-menu {
        text-align: center;
        padding-top: 20px;
    }

    .footer-menu li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

/* end here */