@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap");
@import url("./bootstrap.min.css");
@import url("./aos.css"); 
@import url("./header.css");
@import url("./footer.css");

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: var(--brownColor);
    line-height: 1.7;
    font-stretch: normal;
    font-kerning: normal;
    margin: 0;
}

:root {
    /* Color */
    --themeColor: #56b13d;
    --themedrColor: #4aa830;
    --themeLtColor: #b8ffa5;
    --blackColor: #232323;
    --whiteColor: #fff;
    --brownColor: #5f5d5d;
}

/* Comman Class Css Start */
section {
    position: relative;
}
.full-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 97%;
    }
}

@media (min-width: 768px) {
    .full-container {
        max-width: 100%;
    }

    .container,
    .container-sm {
        max-width: 95%;
    }
}

@media (min-width: 992px) {
    .full-container {
        max-width: 95%;
    }
}

@media (min-width: 1081px) {
    .full-container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .full-container {
        max-width: 100%;
    }
}
@media (min-width: 1600px) {
    .full-container {
        max-width: 97%;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1180px;
    }
    .bioMethanol .row > * {
        padding-right: calc(var(--bs-gutter-x) / 1);
        padding-left: calc(var(--bs-gutter-x) / 1);
    }
}

a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bai Jamjuree", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bg-grey {
    background-color: #f8f8f8;
}
.bg-dr-blue {
    background-color: #1e2434;
}
.bg-black {
    background-color: var(--blackColor);
}

.bg-theme {
    background-color: var(--themeColor);
}

.bg-blue {
    background-color: #1e2434;
}

.bg-white {
    background-color: var(--whiteColor);
}

.text-black {
    color: var(--blackColor);
}

.text-theme {
    color: var(--themeColor);
}

.text-white {
    color: var(--whiteColor);
}

.text-grey {
    color: var(--brownColor);
}

.f-16 {
    font-size: 16px;
}

.padder-15 {
    padding: 100px 1rem;
}

.padder-5 {
    padding: 50px 1rem;
}
.pt-180 {
    padding-top: 130px;
}
.pt-150 {
    padding-top: 130px;
}

.pt-8 {
    padding-top: 6rem;
}

.pd-150 {
    padding-bottom: 150px;
}
.mt-6 {
    margin-top: 5rem;
}
.heading {
    margin-bottom: 1rem;
    position: relative;
}

.after-text {
    position: absolute;
    top: -50px;
    left: -10px;
    font-size: 60px;
    line-height: 88px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Bai Jamjuree", sans-serif;
    color: black;
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1.5px;
    -moz-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -moz-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: rgba(31, 36, 44, 0.2);
    -moz-text-stroke-color: rgba(31, 36, 44, 0.2);
}

.title-heading {
    font-size: 50px;
    line-height: 46px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
    position: relative;
}
.title-heading.sdg:after {
    content: "";
    position: absolute;
    bottom: -18px;
    width: 55px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--themeColor);
    /* left: 0px; */
    left: 0;
    right: 0;
    margin: 0 auto;
}
.title-heading::after {
    content: "";
    position: absolute;
    bottom: -18px;
    width: 55px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--themeColor);
    left: 0px;
}
.text-theme.title-heading::after {
    background-color: #fff;
}
.heading.text-center .title-heading::after {
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.small-title-heading {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    font-family: "Poppins", sans-serif;
}

.small-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    text-transform: uppercase;
}

.bg-image {
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0px;
    position: relative;
}

.card {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
    border-radius: 0px;
    background-color: #fff;
    border: 0px;
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 25px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 2em;
    text-transform: uppercase;
    font-weight: 600;

    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
        box-shadow 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
        box-shadow 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
        box-shadow 0.2s ease-in-out;
    line-height: 18px;
    font-family: "Bai Jamjuree", sans-serif;
}

.btn:hover,
.btn:focus {
    box-shadow: inherit;
}

.btn-theme {
    background-color: var(--themeColor);
    color: var(--whiteColor);
    box-shadow: 8px 8px 20px rgba(86, 177, 61, 0.3);
}

.btn-theme:hover,
.btn-theme:focus {
    color: #fff;
    background-color: var(--themedrColor);
}

.btn-white {
    background-color: var(--whiteColor);
    color: var(--blackColor);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.btn-white:hover,
.btn-white:focus {
    color: var(--blackColor);
    background-color: var(--whiteColor);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.btn-round {
    padding: 5px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.small-headers {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}
/* .bg-watermark {
    position: relative;
}
.bg-watermark::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("../image/watermark.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
} */
.bg-watermark .container,
.GreenChallenge .container {
    z-index: 1;
    position: relative;
}
.watermark-text {
    font-size: 80px;
    color: rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
    font-weight: 800;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 30px;
    z-index: 3;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
/* Comman Class Css End */
/* Banner Section Start */

 
  svg.intro .text {
    display: none;
    
    text-shadow: 2px 7px 5px rgb(0 0 0 / 30%), 0px -4px 10px rgb(255 255 255 / 30%);
  }
  svg.intro.go .text {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 23px;
    font-weight: 700; 
    display: block;
  }
  svg.intro.go .text-stroke {
    fill: none;
    stroke: rgba(255, 255, 255, 0.5);
    stroke-width: 5px;
    stroke-dashoffset: -900;
    stroke-dasharray: 900;
    stroke-linecap: butt;
    stroke-linejoin: round;
    -webkit-animation: dash 2.5s ease-in-out forwards;
            animation: dash 2.5s ease-in-out forwards;
  }
  svg.intro.go .text-stroke:nth-child(2) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
      
  }
  svg.intro.go .text-stroke:nth-child(3) {
    -webkit-animation-delay: 0.10s;
            animation-delay: 0.10s;
  }
  svg.intro.go .text-stroke-2 {
    stroke: #fff;
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
  svg.intro.go .text-stroke:nth-child(5) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  svg.intro.go .text-stroke:nth-child(6) {
    -webkit-animation-delay: 1.9s;
            animation-delay: 1.9s;
  }
  
  @-webkit-keyframes dash {
    100% {
      stroke-dashoffset: 0;
    }
  }
  
  @keyframes dash {
    100% {
      stroke-dashoffset: 0;
    }
  } 



  @keyframes textAnim {
    0% {font-size: 100px; fill: white;}
    10% {font-size: 100px; fill: red;}
    40% {font-size: 100px; fill: white;}
    100% {font-size: 100px; fill: white;}
  }
  
  @-webkit-keyframes textAnim {
    0% {font-size: 100px; fill: white;}
    10% {font-size: 100px; fill: red;}
    40% {font-size: 100px; fill: orange;}
    100% {font-size: 100px; fill: white;}
  }
   

.banner-section {
    width: 100%;
    height: 100%;
    background: url("../image/banner.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.logo {
    stroke-dasharray: 560;
    stroke-dashoffset: 560;
    stroke: #fff;
    animation: logoStroke 6s linear forwards, logoStrokeFill 8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s forwards;
    fill: transparent;
}

.logo-fill {
    opacity: 0;
    animation: logoStrokeFill 8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s forwards;
}

@keyframes logoStroke {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes logoStrokeFill {
    to {
        stroke: transparent;
        fill: transparent;
        opacity: 1;
    }
}

.banner-section .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.banner-in-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
    /* height: calc(100% - 35%); */
}

.banner-in-text .banner-heading {
    font-size: 75px;
    line-height: 100px;
    font-weight: bold;
    color: var(--whiteColor); 
    text-align: center;
    text-shadow: 0px 4px 11px rgb(0 0 0 / 9%);
}

.scroll-down {
    border: 2px solid #fff;
    border-radius: 20px;
    bottom: 40px;
    height: 50px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 30px;
    z-index: 2;
}

.scroll-down::before {
    animation: scrollDownAnimation 2s infinite;
    background-color: #fff;
    border-radius: 100%;
    content: "";
    height: 6px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 10px;
    width: 6px;
}

@keyframes scrollDownAnimation {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        transform: translate(0, 20px);
    }

    100% {
        opacity: 0;
    }
}

.logo {
    stroke-dasharray: 560;
    stroke-dashoffset: 560;
    stroke: #fff;
    animation: logoStroke 6s linear forwards, logoStrokeFill 8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s forwards;
    fill: transparent;
}

.logo-fill {
    opacity: 0;
    animation: logoStrokeFill 8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s forwards;
    text-shadow: 0px 4px 11px #57b33e;
}

@keyframes logoStroke {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes logoStrokeFill {
    to {
        stroke: transparent;
        fill: transparent;
        opacity: 1;
    }
}

/* Banner Section End */
/* About Us Section Start */
.about-us p {
    font-size: 16px;
    color: #fff;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
}
.about-list {
    display: flex;
    justify-content: space-between;
    width: 120%;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.16);
    margin-top: 2rem;
    position: relative;
    z-index: 1;
}
.about-list .aboutList {
    width: 33.33%;
    padding: 12px 0px;
    border-right: solid 1px #ddd;
    text-align: center;
}
.about-list .aboutList:last-child {
    border-right: 0px;
}
.about-list .aboutList h5 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: var(--themeColor);
    margin-bottom: 0px;
}
.about-list .aboutList .smalltext {
    font-size: 16px;
    color: #000;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 600;
}

.about-us .small-banner {
    position: relative;
    width: 85%;
    height: 620px;

    margin-top: 60px;
}

.about-us .small-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
}

.about-us .small-banner .about-shap {
    position: absolute;
    right: -60px;
    top: -60px;
    width: 100%;
    height: 100%;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 20px;
    border-image-source: linear-gradient(to left, var(--themeColor), var(--themeLtColor));
    z-index: -1;
}
/* About Us Section End */
/*  TECHNOLOGY PLATFORM  Section Start */
.technology .watermark-text {
    color: rgba(255, 255, 255, 0.4);
    bottom: 80px;
}
.technologyImage {
    width: 100%;
    height: 105%;
    z-index: 1;
    position: relative;
}
.technologyImage img {
    width: 100%;
    height: 95.2%;
    object-fit: cover;
}
.technology-body {
    padding: 5rem 4rem;
}
.technology-body .col-md-6 {
    padding-right: 25px;
}
.technology .title-heading {
    font-size: 28px;
}
.technology .card {
    border-radius: 12px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.09);
    display: flex;
    flex-flow: column;
    overflow: hidden;
    margin: 1rem 0rem;
    height: calc(100% - 2rem);
}
.technology .technology-icon {
    background-color: var(--themeColor);
    border-radius: 0px 0px 12px;
    width: 80px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.technology .technology-icon img {
    width: 100%;
    height: 100%;
}
.technologyBody {
    display: flex;
}
.technologyInner {
    padding: 15px 10px 15px 15px;
    width: 100%;
}
.technology-icon svg path {
    fill: #fff;
}
.technologyInner h6 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}
.technologyInner h6::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 35px;
    height: 3px;
    border-radius: 2px;
    background-color: var(--themeColor);
    left: 0px;
}
.technologyInner p {
    font-size: 14px;
    line-height: 24px;
    color: #595a5b;
    margin-bottom: 0px;
    font-weight: 600;
}
.technologyInner p strong {
    color: #212529;
    font-weight: 700;
}
/*  TECHNOLOGY PLATFORM  Section End */
/*  Bio-Methanol Section Start */
.bioMethanol .title-heading {
    margin-bottom: 50px;
}
.bioMethanol .watermark-text {
    bottom: -50px;
}
.bioMethanol .card {
    border-radius: 18px;
    box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-flow: column;
    overflow: hidden;
    margin: 1.5rem 0rem;
}
.bioMethanol .bioMethanol-icon {
    background-color: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 100%;
    overflow: hidden;
}
.bioMethanol .bioMethanol-icon img {
    width: 100%;
    height: 100%;
}
.bioMethanolBody {
    display: flex;
}
.bioMethanolInner {
    padding: 10px 30px;
    width: 100%;
    display: flex;
    align-items: center;
}
.bioMethanolInner p {
    font-size: 17px;
    line-height: 28px;
    color: #212529;
    margin-bottom: 0px;
    font-weight: 600;
}

/*  Bio-Methanol Section End */
/*  Engery Section End */
.engery .card {
    overflow: hidden;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 9%);
}
.engery .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*  Engery Section End */
/*  Green Challenge Section Start */
.GreenChallenge .title-heading {
    margin-bottom: 90px;
}
.GreenChallenge {
    width: 100%;
    height: 100%;
    background: url("../image/green-challenge.png") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.GreenChallenge::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.GreenChallenge .watermark-text {
    color: rgba(255, 255, 255, 0.3);
}
.GreenChallenge .greenFirst {
    height: 75%;
    text-align: right;
}
.GreenChallenge .greenSecond {
    height: 75%;
    margin-top: 35%;
    text-align: left;
}
.GreenChallenge .greenFirst,
.GreenChallenge .greenSecond {
    display: flex;
    align-items: stretch;
    flex-flow: column;
    justify-content: space-between;
}
.GreenChallenge .greenFirst .labels:first-child {
    top: -15px;
    position: relative;
}
.GreenChallenge .greenSecond .labels:last-child {
    top: 25px;
    position: relative;
}
.GreenChallenge .labels {
    font-size: 30px;
    color: #fff;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 0px;
}
.GreenChallenge svg {
    transform: rotate(-180deg);
}
.st0 {
    fill: none;
    stroke: #57b33e;
    stroke-width: 5;
}
.aos-animate .EpbiwcDj_0 {
    stroke-dasharray: 9215 9217;
    stroke-dashoffset: 9216;
    animation: EpbiwcDj_draw 30000ms linear 0ms forwards;
}

@keyframes EpbiwcDj_draw {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes EpbiwcDj_fade {
    0% {
        stroke-opacity: 1;
    }

    95.65217391304348% {
        stroke-opacity: 1;
    }

    100% {
        stroke-opacity: 0;
    }
}
/*  Green Challenge Section End */
/*  social Impact Section Start */
.socialImpact .watermark-text {
    bottom: -30px;
    color: rgba(0, 0, 0, 0.3);
}
.socialImpact .title-heading {
    margin-bottom: 70px;
}
.socialImpact .socialImpactImage {
    height: 350px;
    display: flex;
}
.socialImpact .socialImpactImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.socialImpact .socialImpactCard {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 60px 10px 40px;
    background-color: var(--themeColor);
    position: relative;
}
.socialImpact .socialImpactCard::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../image/pattern.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.socialImpact .socialImpactCard h5 {
    font-size: 22px;
    color: #fff;
    line-height: 38px;
    position: relative;
    z-index: 1;
}
/*   social Impact Section Start */
/*  Family Founders Section Start*/
.FamilyFounders .watermark-text {
    bottom: 200px;
    color: rgba(0, 0, 0, 0.1);
}
.FamilyFounders .title-heading {
    margin-bottom: 60px;
}
.FamilyFounders .card {
    border-radius: 12px;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 9%);
    display: flex;
    flex-flow: column;
    overflow: hidden;
    margin: 1.5rem 0rem;
    display: flex;
    align-items: flex-start;
}
.FamilyFounders .card-body {
    display: flex;
    padding: 1.5rem;
}
.FamilyFounders .founderImage {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 185px;
    height: 150px;
    border-radius: 15px;
    background: radial-gradient(50% 50% at 50% 50%, #d5d7d3 0%, #d5d7d4 100%);
    overflow: hidden;
}
.FamilyFounders .founderImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.FamilyFounders .founderInfo {
    width: 80%;
    margin-left: 25px;
}
.FamilyFounders .founderInfo h4 {
    font-size: 24px;
    color: #1e2434;
    font-weight: 800;
    text-transform: uppercase;
}
.FamilyFounders .founderInfo p {
    font-size: 14px;
    line-height: 22px;
    color: #484848;
    margin-bottom: 0;
    text-align: justify;
}
/* Family Founders Section End */

/*Connect Section End*/ /* Top Arrow Css Start */
.scroll-top-arrow,
.scroll-top-arrow:focus {
    display: none;
    height: 35px;
    width: 35px;
    padding: 0;
    position: fixed;
    right: 25px;
    text-align: center;
    text-decoration: none;
    bottom: 45px;
    z-index: 10006;
    border-radius: 100%;
    padding: 5px;
}
.scroll-top-arrow img {
    width: 100%;
    height: 100%;
}
.scroll-top-arrow .btn-border-holder {
    border-color: var(--blackColor);
}
/* Top Arrow Css End */

@media screen and (max-width: 1080px) {
    .intro {
        overflow: hidden;
    }

    .intro .theme-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 16px 40px 0 rgb(84 84 84 / 10%);
        -webkit-box-shadow: 0 16px 40px 0 rgb(84 84 84 / 10%);
        -moz-box-shadow: 0 16px 40px 0 rgba(84, 84, 84, 0.1);
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
        transition: height 0.3s;
        z-index: 5;
        background-color: #fff;
    }

    .theme-header .navbar-expand-lg .navbar-collapse.collapse:not(.show) {
        display: none !important;
    }

    .menu-main {
        position: fixed;
        left: 0;
        width: 100%;
        background: #fff;
        height: 100%;
        border-top: solid 1px #ddd;
        top: 68px;
        height: calc(100vh - 68px);
        z-index: 5;
        display: flex;
        align-items: inherit;
        width: 50%;
        transform: translate(-250%);
        transition: transform 0.3s ease-in;
    }

    .menu-main.show {
        transform: translateX(0);
        width: 100%;
        overflow: auto;
    }

    .theme-header .burger {
        display: block;
        margin: 0px;
    }

    .theme-header .burger:hover,
    .theme-header .burger:focus {
        outline: 0;
        box-shadow: inherit;
    }

    .theme-header .navbar-expand-lg .navbar-nav {
        width: 100%;
        padding: 15px;
    }

    .theme-header .navbar-expand-lg .navbar-nav .nav-link {
        text-align: center;
        padding: 0.5rem 0rem;
    }

    .theme-header .navbar .dropdown-menu {
        position: inherit;
        padding: 10px;
    }

    .theme-header .navbar .dropdown-menu .title.mb-3 {
        margin-bottom: 0.5rem !important;
    }

    .theme-header .nav-item .nav-link::before {
        bottom: 0;
    }

    .theme-header .navbar .dropdown-menu .title,
    .theme-header .navbar .dropdown-menu ul li {
        text-align: center;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1650px) {
    .theme-header .navbar-expand-lg .navbar-nav .nav-link,
    .theme-header .right-header ul .nav-link {
        font-size: 16px;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .banner-logo img {
        width: 110px;
    }

    .banner-in-text .banner-heading {
        font-size: 58px;
        line-height: 70px;
    }
    .technology-body {
        padding: 3rem 2rem;
    }
    .technology-body .col-md-6 {
        padding-right: 15px;
    }

    .technologyInner h6 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .technology .technology-icon {
        width: 70px;
        height: 60px;
    }
    .technologyInner {
        padding: 10px;
    }
    .theme-brand .big-logo {
        height: 60px;
    }
    .theme-brand .logo-name {
        font-size: 20px;
        line-height: 23px;
        width: 100%;
    }
    .theme-brand .logo-name span {
        font-size: 16px;
        line-height: 17px;
        font-weight: 500;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1450px) {
    .technology .card {
        margin: 0.5rem 0rem;
        height: calc(100% - 1rem);
    }
    .watermark-text {
        display: none;
    }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
    .about-us .small-banner {
        width: 100%;
    }
    .about-us .small-banner .about-shap {
        right: -30px;
        top: -40px;
        border-width: 15px;
    }
    .banner-logo svg {
        width: 100px;
    }
    .banner-in-text .banner-heading {
        font-size: 54px;
        line-height: 70px;
        margin-bottom: 0px;
    }
    .scroll-down {
        height: 40px;
        width: 30px;
    }
    .scroll-down::before {
        height: 4px;
        width: 4px;
    }
    .technology-body {
        padding: 3rem 2rem;
    }
    .bioMethanolInner {
        padding: 10px 15px;
    }
    .bioMethanolInner p {
        font-size: 16px;
        line-height: 26px;
    }
}
@media screen and (min-width: 200px) and (max-width: 1024px) {
    .after-text {
        top: -50px;
        left: -10px;
        font-size: 60px;
        line-height: 100px;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .mb-4 {
        margin-bottom: 1rem !important;
    }

    .padder-15 {
        padding: 80px 1rem;
    }

    .mb-md-6 {
        margin-bottom: 4rem;
    }

    .bio-shap svg {
        width: 70px;
        height: 80px;
    }
    .watermark-text {
        display: none;
    }
    .about-list .aboutList .smalltext {
        font-size: 14px;
        line-height: 16px;
    }
    .about-us p {
        font-size: 14px;
        line-height: 25px;
    }
    .about-list .aboutList h5 {
        font-size: 30px;
        line-height: 38px;
    }

    .technology-body .col-md-6 {
        padding-right: 15px;
    }
    .technologyImage {
        width: 100%;
        height: 500px;
    }
    .GreenChallenge svg {
        width: 100%;
        height: 100%;
    }
    .GreenChallenge .labels {
        font-size: 20px;
    }
}

@media screen and (min-width: 200px) and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .padder-15 {
        padding: 50px 1rem;
    }
    .left-side {
        width: 75%;
    }
    .theme-brand .big-logo {
        height: 50px;
    }
    .theme-brand .logo-name {
        font-size: 18px;
        line-height: 19px;
        width: 100%;
    }
    .theme-brand .logo-name span {
        font-size: 16px;
        line-height: 17px;
        font-weight: 500;
    }
    .title-heading {
        font-size: 28px;
        line-height: 34px;
    }
    .title-heading::after {
        width: 50px;
        height: 4px;
    }
    .banner-logo {
        margin-bottom: 0;
    }
    .banner-logo svg {
        width: 100px;
    }
    .scroll-down {
        display: none;
    }
    /* .banner-in-text {
        height: calc(100% - 25%);
    } */
    .banner-in-text .banner-heading {
        font-size: 38px;
        line-height: 52px;
    }

    .about-list {
        margin-top: 0rem;
        width: 100%;
    }
    .about-us .small-banner {
        height: 350px;
    }
    .about-us .small-banner .about-shap {
        right: -30px;
        top: -40px;
        border-width: 15px;
    }
    .about-us .small-banner {
        margin: 80px auto 0;
    }
    .technology-body {
        padding: 3rem 1rem;
    }
    .technology .card,
    .bioMethanol .card,
    .engery .card {
        margin: 0.5rem 0rem;
        height: calc(100% - 1rem);
    }
    .technology .title-heading {
        font-size: 24px;
    }
    .technology .technology-icon {
        width: 70px;
        height: 60px;
    }
    .bioMethanol .bioMethanol-icon {
        width: 200px;
    }
    .bioMethanolInner {
        padding: 10px 15px;
    }
    .bioMethanolInner p {
        font-size: 14px;
        line-height: 22px;
    }
    .GreenChallenge .labels {
        font-size: 16px;
        color: #fff;
        line-height: 26px;
        margin-bottom: 0px;
    }
    .GreenChallenge .labels br {
        display: none;
    }
    .socialImpact .socialImpactCard {
        padding: 15px;
    }
    .socialImpact .socialImpactImage,
    .socialImpact .socialImpactCard {
        height: 250px;
    }
    .socialImpact .socialImpactCard h5 {
        font-size: 18px;
        line-height: 30px;
    }
    .socialImpact .order-xsx-2 {
        order: 2;
    }
    .FamilyFounders .card-body {
        padding: 0rem;
        flex-flow: column;
    }
    .FamilyFounders .founderImage {
        width: 100%;
        height: 200px;
        border-radius: 18px 10px 0px 0px;
    }
    .FamilyFounders .founderInfo {
        width: 100%;
        margin-left: 0px;
        padding: 15px;
    }
    .FamilyFounders .founderInfo h4 {
        font-size: 20px;
    }
    .FamilyFounders .founderImage img {
        width: auto;
    }

    .contact {
        padding: 20px;
    }

    .contact-details {
        margin: 0.5rem 0rem;
    }

    .contact-details .contact-list .heading {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 2px;
    }

    .contact-details .contact-list p {
        font-size: 14px;
    }

    .contact-details .icon {
        width: 35px;
        height: 35px;
        margin-right: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .contact-details {
        display: inline-block;
    }

    .connect-logo {
        width: 90%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .connect-logo img {
        width: 100%;
        height: auto;
        object-fit: inherit;
    }

    .main-footer {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .footer-logo img {
        width: 100%;
    }

    .footer-listing {
        margin: 1rem 0rem 0.5rem 0rem;
    }
    .GreenChallenge .title-heading {
        margin-bottom: 50px;
    }
    .GreenChallenge svg {
        width: 100%;
        height: 100%;
    }
    .GreenChallenge .greenSecond {
        margin-top: 100%;
    }
    .GreenChallenge .greenSecond .labels:last-child {
        top: 20px;
    }
}

@media screen and (min-width: 561px) and (max-width: 767px) {
    .banner-logo {
        margin-bottom: 2rem;
    }

    .banner-in-text .banner-heading {
        font-size: 52px;
        line-height: 52px;
    }
}

@media screen and (min-width: 200px) and (max-width: 560px) {
    .banner-section {
        width: 100%;
        height: 450px;
    }

    .technologyImage {
        height: 300px;
    }
}


.bioMethanol .row {
  display: flex;
  flex-wrap: wrap;
}

.bioMethanol .col-sm-6 {
  display: flex;
  margin-bottom: 30px; /* Maintains spacing between rows */
}

.bioMethanol .card {
  display: flex;
  width: 100%;
  height: 100%; /* Make each card fill its column */
}

.bioMethanolBody {
  display: flex;
  flex-direction: column;
  flex: 1; /* This makes the body fill the available space */
}

.bioMethanolInner {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centers content vertically */
  flex: 1; /* Makes all inner areas expand equally */
  padding: 30px; /* Consistent padding */
}

/*Responsive Section End*/
