@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* transition: 0.8s ease; */
}

html:lang(en) {
    font-family: "DM Sans", serif;
}


img.favorite-icon {
    z-index: 1;
}

div#headervid {
    transition: 0.8s ease;
}


.w90vw {
    width: 90vw;
}

.mw1200 {
    max-width: 1185px;
    margin: auto;
}

h1.mainhh1 {
    font-size: 60px;
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.notification {
    color: #ffffff;
    text-align: center;
    background: #00000029;
    padding: 20px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    font-size: 13px;
    z-index: 1;
    
}

img.downarrow {
    filter: invert(1);
    transform: rotate(-90deg);
    max-width: 25px;
}

img.rightarrow {
    filter: invert(1);
    transform: rotate(180deg);
    max-width: 25px;
}

img.leftarrow {
    filter: invert(1);
    transform: rotate(360deg);
    max-width: 25px;
}

.note {
    font-size: 12px;
    font-weight: 400;
}

img.headersloderpointimg {
    max-width: 12px;
}

.headersloderpoints {
    filter: invert(1);
    width: 100vw;
    right: 0;
    bottom: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 0px;
    opacity: 0;
    margin-right: -20px;
}

.hsimgfilled {
    background: #000;
    border-radius: 400px;
    max-width: 7px !important;
    margin-top: 0px;
    margin-right: 3px;
    margin-left: 3px;
}






a {
    text-decoration: none;
    color: #fff;
}

a.mainhbutton {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    cursor: pointer;
}


header {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.overlay {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    background: #000000a6;
    color: #fff;
}

img.mainhbuttonicn {
    max-width: 30px;
    background: #95d149;
    border-radius: 10px;
    padding: 5px;
}


img.desclogo {
    max-width: 130px;
}

nav.mainnav {
    position: absolute;
    z-index: 2;
    width: 100vw;
    padding: 2vw 4vw;
}


.mainnavdescholder {
    position: absolute;
    width: 100%;
    color: #fff;
    z-index: 11;
    top: 0;
}

.mainnavdesc {
    padding-top: 20px;
}

.w90vw {
    width: 90vw;
}
.mw1400 {
    max-width: 1385px;
    margin: auto;
}
.flexwide {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.w90vw {
    width: 90vw;
}


img.mainlogo {
    max-width: 130px;
}

.navitms {
    display: flex
;
    gap: 13px;
    font-weight: 400;
    font-size: 14px;
    background: #0000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 400px;
    align-items: center;
    z-index: 9;
}

a.navitm {
    display: flex
;
    gap: 5px;
}
.navitm {
    cursor: pointer;
}

.qubutton {
    background: #95d149;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 14px;
}

img.langimg {
    max-width: 20px;
}

img.mmenuicnhldricn {
    filter: invert(1);
    cursor: pointer;
}

.chnglan {
    display: flex;
    gap: 7px;
    align-items: center;
    font-family: "Baloo Bhaijaan 2", serif;
    margin-left: 10px;
}

.mainheaderdtahldr {
    position: relative;
    overflow: hidden;
}


.hspace100 {
    height: 100px;
}


/* width */
::-webkit-scrollbar {
    width: 7px;
    border-radius: 400px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f100; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #8d8d8d; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }





  .movingtxt {
    opacity: 0.3;
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 100px;
}

.movingtext {
    margin-top: 6px;
    text-transform: uppercase;
}

.textanim1 {
    width: max-content;
    font-size: 24px;
    color: #333;
    transition: 0.7s;
    animation-name: textanim1;
    animation-duration: 150s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0.7;
}

.textanim2 {
    width: max-content;
    font-size: 24px;
    color: #333;
    transition: 0.7s;
    animation-name: textanim1;
    animation-duration: 200s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0.4;
}


.textanim3 {
    width: max-content;
    font-size: 24px;
    color: #333;
    transition: 0.7s;
    animation-name: textanim1;
    animation-duration: 150s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0.2;
}



@keyframes textanim1{
0% {
    margin-left: 0;
}
100% {
    margin-left: -4000px;
}
}



.blkfnt {
    color: #111;
}


.socialpg {
    width: max-content;
    position: fixed;
    bottom: 100px;
    z-index: 9999;
    left: 0;
    padding: 10px;
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex
;
    border: solid 1px #3333332e;
    border-left: 0;
}

.treespsocials {
    display: flex
;
    margin-bottom: 20px;
    justify-content: flex-start;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
    cursor: pointer;
}

img.treespsitmm {
    height: auto;
}


.bg333 {
    background: #333;
    color: #fff;
    min-height: 400px;
}

.flx {
    display: flex
;
    align-items: center;
}

img.secimgg {
    max-width: 300px;
}

.secdataa {
    position: relative;
}

.secttll {
    color: #95d149;
    font-size: 25px;
    font-weight: 600;
}

.sectdesc {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 300;
}

.stats {
    margin-top: 25px;
}
.gap20 {
    gap: 20px;
}

.statcounteer {
    color: #95d149;
    font-size: 28px;
    font-weight: 600;
    position: relative;
}

.statdesc {
    font-weight: 200;
    font-size: 13px;
    text-transform: capitalize;
}






.imgbgtree {
    position: relative;
    height: 75vh;
}

.notecharct {
    font-size: 14px;
    color: #e0e0e0;
    padding: 3px 15px;
    border-radius: 400px;
    margin-top: 15px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

.sectreeintro {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 110px;
}

.msdttle {
    font-size: 32px;
    font-weight: 700;
    color: #1f272a;
}

.msddesc {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.wideflx {
    display: flex
;
    justify-content: space-between;
}

.chartcoll {
    display: flex
;
}

img.chartr {
    max-width: 210px;
    transition: 0.7s ease;
    position: relative;
    top: 0;
}

img.secbgg {
    width: 100%;
}


footer {
    margin-top: 90px;
}

.footercontnt {
    display: flex
;
    gap: 150px;
}

.cp.mw1400.w90vw {
    font-size: 14px;
    color: #333;
}
.cp {
    border-top: solid 1px #33333347;
    padding-top: 25px;
    padding-bottom: 50px;
    margin-top: 22px;
}

img.mainlogo {
    max-width: 130px;
}

.ftrbtns {
    display: flex
;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
}

a.ftbtn.ftnavitm {
    background: #95d149;
    font-weight: 600;
    border-color: #0000;
}
.ftbtn {
    color: #000;
    font-size: 13px;
    background-color: #fff;
    border: solid 1px #333;
    padding: 5px 12px;
    border-radius: 400px;
    font-weight: 500;
}

.ftersecitmsttle {
    color: #333;
    margin-top: 30px;
    margin-bottom: 3px;
    font-size: 13px;
}

.gap5 {
    gap: 5px;
}
.flx {
    display: flex
;
    align-items: center;
}

img.socialicn {
    filter: grayscale(1);
}
img.socialicn {
    max-width: 30px;
}

.footercontntsecc {
    display: flex
;
    gap: 55px;
}

.footercontntvsec {
    display: flex
;
    flex-direction: column;
}

.footercontntvsecttl {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}

.footerlnks {
    display: flex
;
    flex-direction: column;
}

a.ftrlnk {
    text-transform: capitalize;
}
a.ftrlnk {
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin-bottom: 8px;
}

img.qr.qrftter {
    max-width: 90px;
    max-height: 90px;
}

.navitmshldrr {
    display: flex
;
    align-items: center;
    gap: 15px;
}




.fxmainlogo {
    max-width: 130px;
}

.fxfnavsec {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    background: #ffffff2b;
    backdrop-filter: blur(8px);
    border-radius: 10px;
    padding: 7px;
    margin-top: -11px;
    border: solid 1px #3333331c;
}

.fxfixednav {
    margin-top: -11px;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 99999;
    display: none;
}



div#mainnavitms {
    position: relative;
}

/* Mega Menu Styling */
.megamenuholder {
    position: absolute;
    top: 60px;
    right: 20px;
    /* width: 320px; */
    background: rgb(77 77 77 / 61%);
    backdrop-filter: blur(12px);
    color: white;
    border-radius: 12px;
    padding: 15px;
    display: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.megamenu-content {
    display: flex;
    justify-content: space-between;
}

.megamenu-section {
    flex: 1;
    padding: 10px;
}

.megamenu-section h4 {
    text-transform: uppercase;
    font-size: 10px;
    color: #d7d7d7;
    margin-bottom: 5px;
}

.megamenuimghldr {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    background: #ebebeb94;
    height: 100%;
    min-width: 50px;
    min-height: 45px;
    align-items: center;
    border-radius: 15px;
}

.megamenu-item {
    display: flex;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
    gap: 10px;
    margin: 15px 0px;
}

/* .megamenu-item:hover {
    background: rgba(255, 255, 255, 0.2);
} */

.megamenu-item img {
    width: 30px;
    height: 30px;
}

.megamenu-text strong {
    font-size: 14px;
    color: white;
}

.megamenu-text p {
    font-size: 12px;
    color: #ddd;
    margin: 0;
}


.fxfnavsec * a.navitm {
    color: #000;
}


.megamenu-text {
    display: flex
;
    flex-direction: column;
    gap: 4px;
}


img.mainfotterlogo {
    max-width: 130px;
}



div#videoModal {
    z-index: 9999999999999999;
}


#filterFavourites.active {
    background-color: #333;
    color: white;
}

div#favouritesContainer {
    margin-top: 25px;
}


.flxservises.w90vw.mw1400 {
    display: flex
;
    justify-content: center;
}

.aboutsecdesc {
    max-width: 100% !important;
    
}

.aboutsecsttl.absecbtxt {
    max-width: 100% !important;
}



footer#footerapp {
    background: #d7d7d730 !important;
    padding-top: 60px !important;
}