
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
@import url('root.css');
html h1,h2,h3,h4,h5,h6, a, address{
    font-family: 'Poppins', sans-serif;
}
html{
    scroll-behavior: smooth;
    position: relative;
}
p{
    font-family: 'Lato', sans-serif;
}

a.nav-link {
    text-decoration: underline;
}

.bg-primary{
    background-color:var(--bg-primary)!important;
    color: var(--tc-white);
}



/* spaces utilities */

    section {
        padding-top: 80px;
    }
    .banner{
        padding-bottom:80px;
    }
    section:nth-last-child(1){
        margin-bottom:80px;
    }
    .footer,.ewasteNumberScroller,.csrBanner,.bannerNew{
        margin-top: 80px;
    }

   .cm-al-space{
     padding:40px 0;
     margin:80px 0 0;
     background:var(--bg-alter);
    }
    .secInnerRowContent{
        margin-top: 3rem;
    }
/* spaces utilities */


button#btnBkTop {
    border-radius: 50%;
    width: 3rem;
    position: fixed;
    bottom: 15%;
    right: 3%;
    z-index: 9999;
    font-size: 1.75rem;
    height: 3rem;
    background: var(--bg-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}


.bg-alter{
  background:var(--bg-alter);
}

.bannerContent{
    margin-top: 2rem;
}

.bannerContent h1{
    font-size: 60px;
    font-weight: 700;
}
.bannerContent p{
    font-size: 25px;
    font-weight: 500;
}
.bannerContent .btn{
    font-size: 18px;
    font-family: var(--btn-font);
    font-weight: 400;
}
.banner img{
    width:80%;
    display: block;
    margin: auto;
}
.btn-primary{
    background:var(--bg-primary);
    border:1px solid var(--border-primary);
    color:var(--tc-white);
}
.btn-primary:hover{
    background:var(--bg-primary);
    border:1px solid var(--border-primary);
    color:var(--tc-white);
}
.copyrightTitle {
    font-size: 18px;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 15px;
}
.ul-Foot li {
    line-height: 1.75;
}
.ul-Foot li a, address {
    font-size: 16px !important;
}
.stmapSubTitle{
    list-style: circle;
    margin-left: 2rem;
}
h4.footer-title {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid;
    width: max-content;
}
.btn-primary:active{
    background:var(--bg-primary)!important;
    border:1px solid var(--border-primary)!important;
    color:var(--tc-white)!important;
}
.footer{
    padding:1rem;
    background: var(--footer-bg);
    margin-bottom: 0!important;
}
.social-items i {
    font-size: 20px;
}

.social-items li {
    padding: 0px  1rem 0rem 0;
}
.navbar .nav-link{
    color:var(--tc-white)!important;
}

.text-primary{
    color: var(--text-primary)!important;
}
.aboutBanner,.ewasteNumberScroller,.processBanner,.csrBanner,.campaignBanner,.bannerNew{
    padding: 5rem;
    width: 100%;
    background-size: 100%;
    background-repeat:no-repeat;
}
.aboutBanner::before, .ewasteNumberScroller::before,.processBanner::before,.campaignBanner::before,.bannerNew::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-primary-overlay);
}
.aboutBanner{
    background: url(../images/banner-about.webp);
    background-position: top 45% center;
}
.bannerNew{
    background: url(../images/banner-demo.webp);
    background-position: top 45% center;
    background-size: cover;
    background-repeat:no-repeat;
    padding:1.5rem;
}
.csrBanner{
    background: url(../images/csr-banner.png);
    background-position: top 45% center;
    padding: 2rem;
}
.processBanner{
    background: url(../images/process-banner.webp);
    background-position: top 45% center;
}


.bg-temp {
    background:#ffffffb5;
    padding: 2rem;
}

.aboutInnerWrapper p, .who-are-we p{
    font-size: 20px;
    text-align: justify;
}
nav#navbar {
    position: sticky;
    top: 0;
    z-index: 99999;
}
.theme-cm-title-wrapper h2,
.theme-cm-title-wrapper h1 {
    position: relative;
    margin: 0 auto 1rem;
}
.theme-cm-title-wrapper h1 {
  font-size:2.75rem;
}
.theme-cm-title-wrapper h2::after, .theme-cm-title-wrapper h1::after{
    content: '';
    position: absolute;
    bottom: -15%;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    border: 2px solid var(--border-primary);
}

.who-are-we img{
    /* width: 90%; */
}

.blogCard{
    margin-top: 1rem;
}

.blogContent {
    padding: 1rem 2rem;
}

.blogContent img{
    width: 60%!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;!u;!;
    object-fit: contain;
}

.blogContent p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.btn-primary:hover {
    background: var(--btn-primary-hover)!important;
    border: 1px solid;
}

.rounded-img {
    width: 150px;
    display: flex;
    height: 150px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    border: 2px solid var(--border-primary);
    padding: 0.2rem;
    object-fit: contain;
    align-items: center;
    justify-content: center;
}


.kaWaste-items-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.75rem;
    place-content: center;
    place-items: center;
}


.ewasteNumberScroller{
    background: url('../images/ewaste-banner.webp');
}

.number-scrooler-container{
    position: relative;
    z-index: 9999;
}

.klEwasteBanner{
	background: url('../images/klEwasteBanner.png')!important;
}
.inner-item-wrapper {
    background: var(--bg-primary);
    text-align: center;
}

.inner-item-wrapper h4{
    text-transform: capitalize;
}


.cm-al-card {
    background: var(--tc-white);
    box-shadow: 0px 0px 11px 0px #00000059;
    border-radius: 5px;
    overflow: auto;
    padding: 1rem;
    margin-top:1rem;
}

.cm-al-card img {
    width: 170px;
    display: block;
    margin: auto;
}

.cm-al-card h6 {
    font-size: 20px;
    text-align: center;
    margin-top: 1rem;
}


/* contact form css */
.form-group {
    position: relative;
}

.error {
    position: absolute;
    bottom: -25px;
    color: red;
}

.formContent {
    background: #cccccc54;
    border: 1px solid #cccccc7a;
    border-radius: 5px;
    overflow: hidden;
}

.courseFormContainer {
    padding: 3rem;
}

.courseFormContainer .form-group {
    margin-bottom: 3.5rem;
}

.courseFormContainer .form-group {
    margin-bottom: 3.5rem;
}

.courseFormContainer textarea {
    resize: none;
}

.bgform {
    background: #fff;
}

.info {
    background: white;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
}

.info p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
    color: #000;
}

.info p span,
.info a span {
    display: inline-block;
    margin-right: .5rem;
}

.info a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    display: block;
}

.info-icon i {
    font-size: 30px;
}

.info-icon {
    margin-bottom: 1rem;
}


.primary-cards {
    background: var(--pc-overlay);
    padding: 1.5rem;
    color: #fff;
    border-radius: .75rem;
    position: relative;
    overflow: hidden;
    box-shadow: var(--pc-bx-shadow);
}

.primary-cards::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--bg-primary);
}
.primary-cards p,.primary-cards li{
  font-size:20px;
}

.gadget-title {
    margin-left: 1.5rem;
    font-size: 1rem;
}
.gadget-icon {
    width: 50px;
}

.gadget-card {
    box-shadow: 0 0 2px 4px #04a76c36;
    padding: 1rem;
    width: 100%;
}
.process-list li{
    list-style-type: unset;
    position: relative;
    margin-bottom: 1rem;
    display: grid;
    /* padding-left: 2rem; */
    font-weight: 500;
    width: 100%;
    font-size: 18px;
    grid-template-columns: 5% 95%;
}

/* .process-list li::before {
    content: '';
    position: absolute;
    left: 12px;
    background-image: url('../images/bullet.png');
    width: 12px;
    height: 12px;
    top: 15%;
    background-size:100% 100%;
} */
.bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.bullet img{
    width: 12px!important;
    height: 12px!important;
}
.kaewaste-fuel-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: max-content;
  gap: 2rem;
  place-content: center;
  margin: auto;
  padding-top: 2rem;
}
.kaewaste-initiative-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 50%;
    gap: 1rem;
    margin: auto;
    text-align: center;
}
.kaewaste-initiative-card h4{
    margin-top:1rem;
}
.bannerNew p,.bannerNew blockquote{
   color:#000;
}
.bannerNew blockquote{
   position:absolute;
   bottom:0;
}

.kaewaste-outter-card {
    overflow: hidden;
    background: #1aa36c96;
    box-shadow: 0px 0px 15px -3px #1aa36c96;
    position: relative;
    margin-top: 1rem;
}

.kaewastecontent {
    padding: 1rem;
}

.kaewaste-outter-card img {
    width: 100%;
    height: auto;
}

.kaewastecontent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #232f3e;
    color: #fff;
    width: 100%;
    height: 40%;
    transition: 0.9s ease;
    margin: auto;
    display: block;
}

.kaewaste-outter-card:hover .kaewastecontent {
    height: 100%;
    background-color: #000;
    overflow-y: scroll;
}

.kaewastecontent::-webkit-scrollbar {
    width: 3px;
}

.kaewastecontent::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.kaewastecontent::-webkit-scrollbar-thumb {
    background: #888;
}

.kaewastecontent::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.kaewastecontent p {
    margin-bottom: .5rem;
    font-family: regularEmber, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.vdcTitle{
    font-size:2.5rem;
    margin-top:1.5rem;
}
.kaewaste-meet-btn {
    background: #fff;
    width: max-content;
    text-transform: capitalize;
    font-size: 25px;
    position: absolute;
    left: 50%;
    transform: translate(-51%, 50%);
    top: 50%;
}
.bannerkaewaste{
    width: 100%;
}
.kaewasteBtn {
    display:none!important;
}
.mob-d-block{
    display: none!important;
}
.certificationsWrapper {
    border: 2px solid var(--border-primary);
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-top: 2rem;
}

.certification {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certification img,
.certificationsWrapper img,
.img-fluid {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 187px !important;
    object-fit: contain;
}

/* ===========================
   OUR CUSTOMERS MARQUEE
=========================== */

.customers-marquee {
    padding: 60px 0;
    background: #fff;
}

.logo-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.logo-track {
    display: flex;
    align-items: center;
    gap: 25px;
    width: max-content;
    animation: marquee 35s linear infinite;
}

.logo-track:hover {
    animation-play-state: paused;
}

.logo-box {
    flex: 0 0 auto;
    width: 220px;
    height: 150px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.logo-box img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

@keyframes marquee{
    0%{
        transform: translateX(0);
    }

    100%{
        transform: translateX(-50%);
    }
}

/* Mobile Responsive */

@media (max-width: 768px){

    .logo-box{
        width: 160px;
        height: 110px;
        padding: 10px;
    }

    .logo-track{
        gap: 15px;
        animation-duration: 25s;
    }
}

@media screen and (orientation:portrait) and (min-width:360px) and (max-width:666.5px) {
    .sectiontop {
        background-image: url('https://www.videocrypt.com/website_assets/img/vdc-kaewastes/vdc-kaewastes.jpg') !important;
    }

    .kaewaste-meet-btn{
        font-size:10px;
    }

    .bannerkaewaste{
        height:unset;
    }
    .vdcTitle {
        font-size:1.5rem;
    }
    .mob-d-none{
        display: none!important;
    }
    .mob-d-block{
        display: block!important;
    }
}

@media screen and (orientation:portrait) and (min-width:768px) and (max-width:1023px) {
    .bannerkaewaste{
        object-fit:fill;
    }
}

@media screen and (orientation:landscape) and (min-width:667px) and (max-width:1023.5px) {
    .sectiontop {
        background-image: none!important;
    }
}
