This commit is contained in:
2025-08-12 13:37:07 +05:45
commit 38bd3bc786
1371 changed files with 139674 additions and 0 deletions

14759
assets/css/main.css Normal file

File diff suppressed because it is too large Load Diff

418
assets/css/style.css Normal file
View File

@@ -0,0 +1,418 @@
[data-bs-theme=light] .banner {
background: linear-gradient(180deg, #fff5f5, transparent);
}
[data-bs-theme=light] .header {
background: linear-gradient(180deg, transparent, #fff5f5);
}
.h-400{
height: 400px;
object-fit: cover;
width: 100%;
}
/* timeline */
.timeline {
position: relative;
padding-left: 30px;
}
.timeline::before {
content: '';
position: absolute;
left: 15px;
top: 0;
bottom: 0;
width: 2px;
background: linear-gradient(to bottom, #e14242, #ce3131);
}
.timeline-item {
position: relative;
margin-bottom: 20px;
background: white;
border-radius: 8px;
padding: 15px 20px;
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
border-left: 3px solid #BE2727;
transition: all 0.2s ease;
}
.timeline-item:hover {
transform: translateX(3px);
box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.timeline-item::before {
content: '';
position: absolute;
left: -23px;
top: 20px;
width: 12px;
height: 12px;
background: #BE2727;
border: 3px solid white;
border-radius: 50%;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.timeline-content {
margin-left: 0;
}
.year-title {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 8px;
}
.year {
font-size: 1.1rem;
font-weight: 700;
color: #2d3748;
background: linear-gradient(45deg, #e14242, #ce3131);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.title {
font-size: 0.95rem;
font-weight: 600;
color: #4a5568;
flex: 1;
}
.highlights {
list-style: none;
padding: 0;
margin: 0;
}
.highlights li {
position: relative;
padding-left: 15px;
margin-bottom: 6px;
color: #718096;
font-size: 0.85rem;
line-height: 1.4;
}
.highlights li::before {
content: '•';
position: absolute;
left: 0;
color: #BE2727;
font-weight: bold;
}
.highlight-text {
font-weight: 600;
color: #2d3748;
}
.description {
color: #718096;
font-size: 0.85rem;
line-height: 1.4;
margin-top: 5px;
}
@media (max-width: 768px) {
.timeline {
padding-left: 25px;
}
.timeline::before {
left: 12px;
}
.timeline-item::before {
left: -18px;
width: 10px;
height: 10px;
}
.timeline-item {
padding: 12px 15px;
margin-bottom: 15px;
}
.timeline-header h1 {
font-size: 1.5rem;
}
.year {
font-size: 1rem;
}
.title {
font-size: 0.9rem;
}
.highlights li {
font-size: 0.8rem;
}
}
/* Compact animation */
@keyframes slideIn {
from {
opacity: 0;
transform: translateX(-20px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
.timeline-item {
animation: slideIn 0.4s ease forwards;
opacity: 0;
}
.timeline-item:nth-child(1) { animation-delay: 0.1s; }
.timeline-item:nth-child(2) { animation-delay: 0.15s; }
.timeline-item:nth-child(3) { animation-delay: 0.2s; }
.timeline-item:nth-child(4) { animation-delay: 0.25s; }
.timeline-item:nth-child(5) { animation-delay: 0.3s; }
.timeline-item:nth-child(6) { animation-delay: 0.35s; }
.timeline-item:nth-child(7) { animation-delay: 0.4s; }
.team .grid-sizer {
width: 25%;
}
.team .filter-item {
width: 25%; /* match .grid-sizer */
}
@media (max-width: 768px) {
.team .grid-sizer,
.team .filter-item {
width: 50%;
}
}
@media (max-width: 480px) {
.team .grid-sizer,
.team .filter-item {
width: 100%;
}
}
.filter-item{
margin-bottom: 20px;
}
@media (min-width:992px) and (max-width:1200px) {
.service-process{
height: 730px;
}
.service-process img{
height: 100%;
object-fit: cover;
}
}
/* service */
.service.howitwork-2 .navigation-arrow-1 {
left: 23%;
}
.service.howitwork-2 .navigation-arrow-2 {
right: 45%;
bottom: 45%;
}
.service.howitwork-2 .navigation-arrow-3 {
right: 22%;
bottom: 40%;
}
.service.howitwork-2 .navigation-arrow-1 img, .service.howitwork-2 .navigation-arrow-2 img, .service.howitwork-2 .navigation-arrow-3 img {
width: 120px;
}
/* panch tatwa */
.flip-card {
width: 100%;
height: 400px;
perspective: 1000px;
}
@media (min-width:540px) {
.flip-card {
width: 255px;
height: 400px;
perspective: 1000px;
}
}
@media (min-width:992px) {
.flip-card {
width: 235px;
height: 400px;
perspective: 1000px;
}
}
@media (min-width:1400px) {
.flip-card {
width: 280px;
height: 400px;
perspective: 1000px;
}
}
.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
transition: transform 0.8s;
transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
border-radius: 10px;
overflow: hidden;
}
.flip-card-front img {
width: 100%;
height: 100%;
object-fit: cover;
}
.flip-card-back {
background-color: #222;
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
transform: rotateY(180deg);
padding: 20px;
}
.flip-card-back h5{
color: white;
text-align: center;
}
.flip-card-back p{
color: white;
text-align: center;
}
/* clients */
.clients-page{
width: 100%;
}
.clients-img{
height: 250px;
width: 100%;
padding: 20px 20px;
/* border: 1px solid black; */
box-shadow: 0 5px 10px gray;
border-radius: 10px;
}
.clients-img img{
height: 100%;
object-fit: contain;
}
/* career */
.career-img{
width: 50px;
height: 50px;
border: 1px solid var(--color-brand);
border-radius: 100%;
}
.career-img img{
width: 100%;
height: 100%;
padding: 5px;
}
.career-box{
background-color: #F3F4F6;
box-shadow: 0 5px 10px var(--color-sec);
border-radius: 10px;
margin-bottom: 10px;
}
.career h3{
font-size: 20px;
margin-bottom: 0;
}
.career p{
font-size: 12px;
}
.career h4{
font-size: 15px;
font-weight: normal;
}
.career .content h6, .career .content li{
font-size: 13px;
}
.career ul{
padding-left: 0 !important;
}
.career ul li{
list-style-type: none;
}
.career-view{
background-color: gray;
border-radius: 10px;
color: white;
padding: 5px 10px;
}
.career-view:hover{
color: white;
box-shadow: 0 5px 10px gray;
}
.job-intro{
border-bottom: 1px solid gray;
}
.job-intro .text-title{
color: #BE2727;
font-size: 14px;
font-weight: 700;
}
.job-intro h4{
font-size: 12px;
}
.line-through{
width: 100%;
border-bottom: 1px solid var(--color-sec);
}
/* footer */
.footer-logo img{
width: 125px;
}

1
assets/css/vendors/aos.css vendored Normal file

File diff suppressed because one or more lines are too long

5
assets/css/vendors/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

35
assets/css/vendors/carouselTicker.css vendored Normal file
View File

@@ -0,0 +1,35 @@
/**
* CSS style for carouselTicker
**/
.carouselTicker__list {
margin: 10px 0;
padding: 0;
list-style-type: none;
overflow: hidden;
}
.carouselTicker__item {
margin: 0 32px;
float: left;
text-align: center;
}
/**
* CSS style for vertical direction
**/
.carouselTicker_vertical .carouselTicker__list {
margin: 0;
}
.carouselTicker_vertical .carouselTicker__item {
margin: 0 0 5px 0;
line-height: 60px;
text-align: center;
}
#carouselTicker .carouselTicker__item,
#carouselTicker-destructor-example .carouselTicker__item,
#carouselTicker-buttons-controls-example .carouselTicker__item {
width: auto;
height: auto;
line-height: normal;
}
.carouselTicker__item img {
vertical-align: top;
}

351
assets/css/vendors/magnific-popup.css vendored Normal file
View File

@@ -0,0 +1,351 @@
/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; }
/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }

89
assets/css/vendors/odometer.css vendored Normal file
View File

@@ -0,0 +1,89 @@
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
text-align: left;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
display: block;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
display: block;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
text-align: center;
}
.odometer-formatting-mark {
display: none;
}

File diff suppressed because one or more lines are too long