﻿@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/poppins/Poppins-Regular.woff2') format('woff2'), url('/assets/fonts/poppins/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/poppins/Poppins-Bold.woff2') format('woff2'), url('/assets/fonts/poppins/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/poppins/Poppins-Light.woff2') format('woff2'), url('/assets/fonts/poppins/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

button, input, textarea, select {
    font-family: inherit;
}


#navigation a,
.card-title,
.navbar-nav,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--bangl-navy);
}

.alt-background a {
    text-decoration: none;
}

.btn-xs.btn-icon,
.btn-xs.btn-icon i {
    line-height: 34px;
}

.header {
    text-align: center;
}


h2 {
    font-size: clamp(1.3rem, 2.1vw, 4rem);
    margin: 30px 0 25px;
    text-align: inherit;
    font-weight: 500;
    text-align: inherit;
}

h3 {
    font-weight: 500;
}

.card-margin,
hr {
    margin: 20px 0;
}

hr {
    background-color: var(--bangl-navy);
    height: 1px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 45px;
    height: 45px;
    background: #4caf50;
    cursor: pointer;
}

p {
    color: #111010;
    font-size: clamp(1.0em, 1.0vw, 1.3rem);
}

.text-bg-bangl-dark-blue {
    background-size: cover;
}

#call-to-action {
    margin-top: 50px;
}

#copyright p {
    color: #fff;
    font-size: clamp(0.75rem, 0.5vw, 1rem);
}

#footer hr {
    color: #fff;
}

.header {
    background: var(--bangl-navy);
}

#navigation a {
    font-size: large;
}

.alt-background {
    background-color: #2a536a;
    color: #fff;
    padding: 20px;
}

    .alt-background a {
        color: #fff;
    }

.bg-bangl-dark-blue {
    background-color: var(--bangl-navy);
}

.bs-icon {
    --bs-icon-size: 0.75rem;
    align-items: center;
    color: var(--bs-primary);
    display: flex;
    flex-shrink: 0;
    font-size: var(--bs-icon-size);
    height: calc(var(--bs-icon-size) * 2);
    justify-content: center;
    width: calc(var(--bs-icon-size) * 2);
}

.bs-icon-lg {
    --bs-icon-size: 2rem;
}

.bs-icon-md {
    --bs-icon-size: 1.5rem;
}

.bs-icon-sm {
    --bs-icon-size: 1rem;
}

.bs-icon-xs {
    --bs-icon-size: 1rem;
    height: calc(var(--bs-icon-size) * 1.5);
    width: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon.bs-icon-primary {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.bs-icon.bs-icon-primary-light {
    background: rgba(var(--bs-primary-rgb), 0.2);
    color: var(--bs-primary);
}

.lead,
.navbar-nav .nav-link.active {
    color: var(--bangl-navy);
    font-weight: 500;
}

.nav-link:hover,
.nav-link.dropdown-toggle.show {
    color: #ffc107;
}

.qr250 {
    max-width: 250px;
}

input[type="range"] {
    width: 100%;
    background: #ddd;
    outline: 0;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
}

    input[type="range"]::-moz-range-thumb {
        width: 45px;
        height: 45px;
        background: #4caf50;
        cursor: pointer;
    }

#intro h1 {
    color: var(--bangl-navy);
    /*margin: 15px 0;*/
    font-size: clamp(1.8rem, 2.6vw, 5.0rem);
    text-align: left;
}

.lead {
    font-size: clamp(1.1rem, 1.3vw, 2em);
}

.btn-xs.btn-icon {
    width: 34px;
    height: 34px;
    max-width: 34px !important;
    max-height: 34px !important;
    font-size: 10px;
}

.btn-icon {
    display: inline-block;
    width: 52px;
    height: 52px;
    max-width: 52px !important;
    max-height: 52px !important;
    min-width: auto;
    vertical-align: middle;
    line-height: 52px;
    padding: 0 !important;
}

    .btn-icon i {
        display: block;
        line-height: 52px;
        margin-top: -2px;
    }

.btn-xs:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.btn-twitter,
.btn-twitter:active,
.btn-twitter:focus {
    color: #fff !important;
    background: #65b5f2;
    border-color: #65b5f2;
}

    .btn-twitter:hover {
        color: #fff !important;
        background: #5294c6;
        border-color: #5294c6;
    }

.btn-twitter-link,
.btn-twitter-link:active,
.btn-twitter-link:focus {
    color: #65b5f2 !important;
    background: 0 0;
    border: none;
}

    .btn-twitter-link:hover {
        color: #5294c6 !important;
    }

.btn-linkedin,
.btn-linkedin:active,
.btn-linkedin:focus {
    color: #fff !important;
    background: #2083bc;
    border-color: #2083bc;
}

    .btn-linkedin:hover {
        color: #fff !important;
        background: #186592;
        border-color: #186592;
    }

.btn-linkedin-link,
.btn-linkedin-link:active,
.btn-linkedin-link:focus {
    color: #2083bc !important;
    background: 0 0;
    border: none;
}

    .btn-linkedin-link:hover {
        color: #186592 !important;
    }

.card .card-body {
    padding: 1rem !important;
}

.btn-bangl {
    background-color: var(--bangl-navy);
    color: #fff;
}

.alt-background a,
.template-card a {
    text-decoration: none;
}

.bs-icon-xl {
    --bs-icon-size: 2.5rem;
}

.template-card {
    border-radius: 10px;
    height: 100%;
    padding: 8px;
}

    .template-card:hover {
        background-color: #fefdff;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
        cursor: pointer;
    }

#overlay {
    cursor: pointer;
}

.text-bg-bangl-dark-blue,
small {
    background-size: cover;
}

.input-group {
    margin-bottom: 0.5rem !important;
}

.input-group-text {
    font-size: 1.5rem;
    min-width: 54px;
}

.lead,
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    color: var(--bangl-navy);
    font-weight: 500;
}

.spinner-grow {
    display: inline-block;
    vertical-align: -0.125em;
}

.spinner-grow {
    width: 2rem;
    height: 2rem;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
}

.btn-facebook,
.btn-facebook:active,
.btn-facebook:focus {
    color: #fff !important;
    background: #4e68a1;
    border-color: #4e68a1;
}

    .btn-facebook:hover {
        color: #fff !important;
        background: #3b4f7a;
        border-color: #3b4f7a;
    }

.btn-facebook-link,
.btn-facebook-link:active,
.btn-facebook-link:focus {
    color: #4e68a1 !important;
    background: 0 0;
    border: none;
}

    .btn-facebook-link:hover {
        color: #3b4f7a !important;
    }

.btn-instagram,
.btn-instagram:active,
.btn-instagram:focus {
    color: #fff !important;
    background: #4c5fd7;
    border-color: #4c5fd7;
}

    .btn-instagram:hover {
        color: #fff !important;
        background: #4252ba;
        border-color: #4252ba;
    }

.btn-instagram-link,
.btn-instagram-link:active,
.btn-instagram-link:focus {
    color: #4c5fd7 !important;
    background: 0 0;
    border: none;
}

    .btn-instagram-link:hover {
        color: #4252ba !important;
    }

.btn-youtube,
.btn-youtube:active,
.btn-youtube:focus {
    color: #fff !important;
    background: #e52d27;
    border-color: #e52d27;
}

    .btn-youtube:hover {
        color: #fff !important;
        background: #b31217;
        border-color: #b31217;
    }

.btn-youtube-link,
.btn-youtube-link:active,
.btn-youtube-link:focus {
    color: #e52d27 !important;
    background: 0 0;
    border: none;
}

    .btn-youtube-link:hover {
        color: #b31217 !important;
    }

.text-muted.extra-small {
    font-size: 0.75rem;
}

.bs-icon.bs-icon-circle {
    border-radius: 50%;
}

.btn-circle {
    border-radius: 50% !important;
}

#highlight {
    margin-top: -80px;
}

.bs-icon.bs-icon-semi-white {
    background: rgba(255, 255, 255, 0.5);
    color: var(--bs-primary);
}

.matrix-column {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    animation: 1s linear infinite matrixEffect;
}

#call-to-action,
.card.w-raised-icon.lg-icon {
    margin-top: 50px;
}

#paper-waste h2 {
    color: #fff;
    margin-top: 40px;
}

#paper-waste p {
    color: #fff;
    font-size: clamp(1rem, 1.5vw, 2rem);
}

.fit-cover {
    object-fit: cover;
}

.card-w-raised-img-top {
    margin-top: 70px;
}

    .card-w-raised-img-top .card-body {
        padding-top: 0;
    }

.card.w-raised-icon {
    position: relative;
    margin-top: 35px;
}

    .card.w-raised-icon .raised-icon {
        position: absolute;
        top: -35px;
        font-size: 20px;
        text-align: center;
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 0.5rem;
    }

        .card.w-raised-icon .raised-icon.icon-lg {
            font-size: 1.5rem;
            top: -50px;
            width: 100px;
            height: 100px;
            line-height: 100px;
        }

.flags-locale-selection img:hover {
    cursor: pointer;
}

.bs-icon.bs-icon-rounded {
    border-radius: 0.5rem;
}

.flags-locale-selection {
    text-align: right;
}

    .flags-locale-selection img {
        width: 30px;
        height: 20px;
    }

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    color: #ffc107;
    font-weight: 500;
}

.splash {
    background: #000;
    color: #fff;
    height: 100vh;
    left: 0;
    line-height: 90vh;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 200;
}

    .splash.display-none {
        opacity: 0;
        transition: all 0.5s;
        z-index: -10;
    }

.splashIn {
    animation: splashIn 1s ease-in forwards;
    height: auto;
    max-width: 100%;
    opacity: 0;
}

.splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 200;
    color: #fff;
    text-align: center;
    line-height: 90vh;
}

    .splash.display-none {
        opacity: 0;
        z-index: -10;
        transition: all 0.5s;
    }

.splashIn {
    opacity: 0;
    animation: splashIn 1s ease-in forwards;
    max-width: 100%;
    height: auto;
}

.btn-vibrate {
    animation: vibrate 0.3s infinite;
}


@keyframes bounce {

    0%, 100% {
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}



@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes splashIn {
    to {
        opacity: 1;
    }
}

@keyframes matrixEffect {
    0% {
        top: -100%;
    }

    100% {
        top: 100%;
    }
}

@media (max-width: 576px) {
    .card .col-1 {
        flex: 0 0 auto;
        padding-left: 10px;
    }
}

@keyframes vibrate {

    0%, 100% {
        transform: translateX(0);
    }

    25%, 75% {
        transform: translateX(-2px);
    }

    50% {
        transform: translateX(2px);
    }
}


@media (prefers-reduced-motion: reduce) {
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

@media (max-width: 576px) {
    .card .col-1 {
        flex: 0 0 auto;
        padding-left: 10px;
    }

    .fa-share-alt {
        font-size: 1.5rem;
    }
}

@keyframes vibrate {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-2px);
    }

    50% {
        transform: translateX(2px);
    }

    75% {
        transform: translateX(-2px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
        background-color: var(--bangl-navy);
    }

    50% {
        opacity: 0.9;
        transform: scale(1.01);
        background-color: var(--bangl-navy);
    }
}

.btn-pulse {
    animation: pulse 1s ease-in-out 10;
    background-color: var(--bangl-navy) !important;
    border-color: var(--bangl-navy) !important;
}


.alert-heading {
    font-size: clamp(1.3rem, 1.5vw, 1.9rem);
    font-weight: 500;
}

#footer ul li a {
    line-height: 30px;
}

@media (max-width: 768px) {
    #footer a {
        padding: 12px;
        margin: 5px;
        display: inline-block;
        min-width: 48px;
        min-height: 48px;
        line-height: 30px;
    }
}

/* Content of matrix-style.css */
.matrix-animation {
    color: #33ff33;
    background-color: black;
    font-family: monospace;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    height: 20vh;
    /* Adjust height as needed */
    width: 100%;
    /* Ensure the container spans the full width */
}

.matrix-column {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    animation: matrixEffect 1s linear infinite;
}

@keyframes matrixEffect {
    0% {
        top: -100%;
    }

    100% {
        top: 100%;
    }
}

.percentage-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.percentage-text {
    font-size: 10vw;
    color: #000;
}

.percentage-green {
    color: green;
}

.percentage-orange {
    color: orange;
}

.percentage-red {
    color: red;
}

.custom-percentage-size {
    font-size: 5em;
}

@media (min-width: 768px) {
    .custom-percentage-size {
        font-size: 12em;
    }
}

.card-title sup {
    font-size: 0.4em;
    vertical-align: super;
}


.custom-checkbox {
    display: flex;
    flex-direction: column;
}

    .custom-checkbox input[type="checkbox"] {
        width: 36px;
        height: 36px;
        margin-top: 5px;
    }

.flash-bg-success,
.flash-bg-success td {
    background-color: var(--bangl-navy) !important;
    color: white !important;
}

.pulse {
    animation: pulse 1s ease-in-out 10;
}



input {
    transition: border-color 0.3s ease-in-out;
}

.big-checkbox {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.big-checkbox-label {
    margin: 10px 0 0 5px;
}

@media print {
    .exclude-from-pdf {
        display: none !important;
    }
}
.gallery-thumb {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.gallery-thumb:hover,
.gallery-thumb:focus,
.gallery-thumb:active {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

@media (hover: none) {
    .gallery-thumb:active {
        transform: translateY(-4px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }
}

.video-wrapper {
    position: relative;
    display: inline-block;
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 2;
    pointer-events: none;
    opacity: 0.75;
    transition: opacity 0.3s ease;
}

.video-wrapper:hover .video-overlay {
    opacity: 1;
}

.chevron-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1051;
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-size: 1.25rem;
    color: #232323;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .chevron-nav:hover {
        background-color: rgba(255, 255, 255, 1);
    }

    .chevron-nav.start-0 {
        margin-left: 5px;
    }

    .chevron-nav.end-0 {
        margin-right: 5px;
    }
