html,
body {
    overflow-x: hidden !important;
}

.menu-all-pages-container .menu li a,
.footer-widget p,
.footer-widget a {
    color: white !important;
}

.menu-all-pages-container .menu li a:hover {
    color: #64b2c9 !important;
}

.about-logo {
    width: 136px !important;
}

.header-logo {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.tech-img {
    height: 60px !important;
    width: auto;
}

.brand-box {
    padding: 0 !important;
    /*margin: 0 !important;*/
    margin-top: 10px !important;
}

.swiper-slide {
    /*padding: 0 !important;*/
    /*margin: 0 !important;*/
}

.btn-opaque {
    background-color: rgba(255, 255, 255, 0.25);
}

.text-primary {
    color: #093A49 !important;
    text-shadow: 5px 5px 5px #64b2c9;
}

 canvas {
     position: relative;
     top: 200px;
     left: -100px;
 }

.tc-text:hover {
    color: var(--theme-color2) !important;
}

/* Extra small devices (phones, 320px and up) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    canvas {
        top: 100px !important;
        left: -50px !important;
    }
}

/* Small devices (large phones, 480px and up) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    canvas {
        top: 120px !important;
        left: -60px !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    canvas {
        top: 150px !important;
        left: -70px !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    canvas {
        top: -0vh !important;
        left: -200px !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    canvas {
        top: -0vh !important;
        left: -290px !important;
    }
}

/* 2K resolution */
@media only screen and (min-width: 1400px) and (max-width: 1899px) {
    canvas {
        top: -0vh !important;
        left: -80px !important;
    }
}

/* Full HD and similar resolutions */
@media only screen and (min-width: 1900px) and (max-width: 2299px) {
    canvas {
        top: -0vh !important;
        left: -160px !important;
    }
}

/* 4K resolution */
@media only screen and (min-width: 2300px) {
    canvas {
        top: -0vh !important;
        left: -180px !important;
    }
}

/* Portrait orientation adjustments */
/* @media only screen and (orientation: portrait) {
    canvas {
        top: 150px !important;
        left: -40px !important;
    }
} */

/* Landscape orientation on small devices */
/* @media only screen and (orientation: landscape) and (max-height: 500px) {
    canvas {
        top: 80px !important;
        left: -60px ;
    }
} */

/* Extra small devices */
@media (max-width: 575px) {
    .header-logo {
        width: 100px !important;
    }
}
