@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes dril-animation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translate(0);
  }
}
.about-banner::before {
  background: url(../../images/home/banner_bg.svg) no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .about-banner::before {
    background-position: right;
  }
}
.about-banner .bg {
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .about-banner .bg {
    height: 80vh;
  }
}
.about-banner .banner-wrapper {
  padding: 0 var(--containerfluid);
  bottom: 20%;
  top: unset;
  translate: 0 20%;
}
@media only screen and (max-width: 540px) {
  .about-banner .banner-wrapper {
    bottom: 15%;
    translate: 0 15%;
  }
}
.about-banner .banner-wrapper h2 {
  color: var(--white);
  font-weight: 700;
  font-size: 150px;
  text-transform: uppercase;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .about-banner .banner-wrapper h2 {
    font-size: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .about-banner .banner-wrapper h2 {
    font-size: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .about-banner .banner-wrapper h2 {
    font-size: 90px;
  }
}
@media only screen and (max-width: 540px) {
  .about-banner .banner-wrapper h2 {
    font-size: 80px;
  }
}
.about-banner .banner-wrapper p {
  color: var(--white);
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (max-width: 540px) {
  .about-banner .banner-wrapper p {
    font-size: 16px;
    font-weight: 500;
  }
}

.about-secA .heading h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.about-secA .heading p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  text-align: center;
  max-width: 582px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .about-secA .heading p {
    font-size: 14px;
  }
}

.about-secB {
  height: 100%;
  width: 100%;
  background: var(--primary);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-secB {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB {
    padding-bottom: 130px;
  }
}
.about-secB::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 200px;
  right: 4%;
  bottom: 0;
  background: url(../../images/white-vector.svg) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
@media only screen and (max-width: 540px) {
  .about-secB::before {
    width: 150px;
    height: 111px;
  }
}
.about-secB .heading h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}
.about-secB .heading p {
  color: var(--white);
  font-family: DIN;
  font-weight: 500;
  text-transform: uppercase;
}
.about-secB .navigation_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 40px;
}
@media only screen and (max-width: 540px) {
  .about-secB .navigation_wrap {
    padding: 0 20px;
  }
}
.about-secB .navigation_wrap .about-journey-nav {
  top: 0;
}
@media only screen and (max-width: 768px) {
  .about-secB .navigation_wrap .about-journey-nav {
    top: 10%;
    translate: -50% -10%;
  }
}
.about-secB .navigation_wrap .about-journey-nav button {
  box-shadow: none;
  background: none;
}
.about-secB .navigation_wrap .about-journey-nav button svg {
  width: 25px;
  height: 25px;
}
.about-secB .about-journey-pagination {
  margin: 65px 0 50px;
  text-align: center;
  --spansize: 18px;
  --btnwidth: 40px;
  --btngap: 90px;
  --border: 1px;
  border-top: var(--border) solid var(--white);
}
@media only screen and (max-width: 1024px) {
  .about-secB .about-journey-pagination {
    --btngap: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secB .about-journey-pagination {
    --btngap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secB .about-journey-pagination {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    padding: 40px 0 30px;
    margin: 0;
    border-top: none;
    margin-bottom: 0;
    --btngap: 20px;
  }
  .about-secB .about-journey-pagination::-webkit-scrollbar {
    width: 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .about-journey-pagination {
    padding: 40px 0 20px;
  }
}
.about-secB .about-journey-pagination .journey-btn {
  width: var(--btnwidth);
  text-align: center;
  position: relative;
  margin-top: calc(var(--spansize) / -2);
}
.about-secB .about-journey-pagination .journey-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--white);
  transition: 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .about-secB .about-journey-pagination .journey-btn {
    z-index: 2;
  }
  .about-secB .about-journey-pagination .journey-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: var(--black);
    transition: 0.5s ease;
  }
}
.about-secB .about-journey-pagination .journey-btn::before {
  left: calc(var(--btnwidth) / 2 + var(--spansize) / 2);
  right: auto;
  width: 0;
  height: var(--border);
  bottom: auto;
  top: calc(var(--spansize) / 2 - var(--border));
  transition: 0.6s ease;
  z-index: 1;
}
.about-secB .about-journey-pagination .journey-btn::after {
  left: calc(var(--btnwidth) / 2 + var(--spansize) / 2);
  right: auto;
  width: calc(var(--btngap) + var(--btnwidth) - var(--spansize));
  height: var(--border);
  bottom: auto;
  top: calc(var(--spansize) / 2 - var(--border));
  transition: 0.6s ease;
  z-index: 0;
}
.about-secB .about-journey-pagination .journey-btn span {
  display: inline-block;
  height: var(--spansize);
  width: var(--spansize);
  border-radius: 50%;
  border: 1px solid var(--white);
  background: var(--primary);
  transition: 0.5s ease;
}
.about-secB .about-journey-pagination .journey-btn p {
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.631372549);
  font-weight: 600;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .about-secB .about-journey-pagination .journey-btn p {
    font-size: 16px;
  }
}
.about-secB .about-journey-pagination .journey-btn.active span {
  background: var(--white);
}
.about-secB .about-journey-pagination .journey-btn.active p {
  color: var(--white);
}
.about-secB .about-journey-pagination .journey-btn.prev span {
  border-color: var(--white);
}
.about-secB .about-journey-pagination .journey-btn.prev::before {
  width: calc(var(--btngap) + var(--btnwidth) - var(--spansize));
}
.about-secB .about-journey-pagination .journey-btn:not(:last-child) {
  margin-right: var(--btngap);
}
.about-secB .about_journey_wrap {
  position: relative;
}
.about-secB .about_journey_wrap .about_journey_slider {
  max-width: calc(100% - 140px);
}
@media only screen and (max-width: 991px) {
  .about-secB .about_journey_wrap .about_journey_slider {
    max-width: calc(100% - 40px);
  }
}
.about-secB .about_journey_wrap .about_journey_slider .year {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .about-secB .about_journey_wrap .about_journey_slider .year {
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secB .about_journey_wrap .about_journey_slider .year {
    gap: 30px;
    align-items: start;
  }
}
@media only screen and (max-width: 768px) {
  .about-secB .about_journey_wrap .about_journey_slider .year {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.about-secB .about_journey_wrap .about_journey_slider .year figure {
  line-height: 0;
  flex: 0 1 30%;
}
@media only screen and (max-width: 1024px) {
  .about-secB .about_journey_wrap .about_journey_slider .year figure {
    flex: 0 1 35%;
  }
}
@media only screen and (max-width: 991px) {
  .about-secB .about_journey_wrap .about_journey_slider .year figure {
    flex: 0 1 40%;
  }
}
@media only screen and (max-width: 768px) {
  .about-secB .about_journey_wrap .about_journey_slider .year figure {
    flex: 0 1 100%;
    width: 100%;
  }
}
.about-secB .about_journey_wrap .about_journey_slider .year figcaption {
  flex: 1;
  max-width: 50%;
}
@media only screen and (max-width: 1024px) {
  .about-secB .about_journey_wrap .about_journey_slider .year figcaption {
    max-width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .about-secB .about_journey_wrap .about_journey_slider .year figcaption {
    max-width: 100%;
  }
}
.about-secB .about_journey_wrap .about_journey_slider .year figcaption .content {
  width: 100%;
}
.about-secB .about_journey_wrap .about_journey_slider .year figcaption .content h5 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Poppins";
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .about-secB .about_journey_wrap .about_journey_slider .year figcaption .content h5 {
    font-size: 36px;
  }
}
.about-secB .about_journey_wrap .about_journey_slider .year figcaption .content p {
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .about-secB .about_journey_wrap .about_journey_slider .year figcaption .content p {
    font-size: 14px;
  }
}

.about-secC {
  position: relative;
}
.about-secC::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #EEEEEE 0%, #EEEEEE 100%);
  z-index: -1;
}
.about-secC .flex-box {
  display: flex;
  justify-content: space-around;
  gap: 50px;
}
@media only screen and (max-width: 1024px) {
  .about-secC .flex-box {
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secC .flex-box {
    gap: 30px;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .about-secC .flex-box {
    gap: 20px;
    flex-direction: column-reverse;
  }
}
.about-secC .flex-box .colB {
  flex: 0 1 30%;
}
@media only screen and (max-width: 991px) {
  .about-secC .flex-box .colB img {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .about-secC .flex-box .colB img {
    height: 300px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .flex-box .colB img {
    height: 250px;
  }
}
.about-secC .flex-box .flex-box-item {
  flex: 1;
  max-width: 50%;
}
@media only screen and (max-width: 1200px) {
  .about-secC .flex-box .flex-box-item {
    max-width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .about-secC .flex-box .flex-box-item {
    max-width: 100%;
  }
}
.about-secC .flex-box .flex-box-item .ico {
  width: 90px;
  aspect-ratio: 1;
}
@media only screen and (max-width: 540px) {
  .about-secC .flex-box .flex-box-item .ico {
    width: 70px;
  }
}
.about-secC .flex-box .flex-box-item .wrapper h2 {
  color: var(--primary);
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 991px) {
  .about-secC .flex-box .flex-box-item .wrapper h2 {
    font-size: 32px;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .flex-box .flex-box-item .wrapper h2 {
    font-size: 28px;
  }
}
.about-secC .flex-box .flex-box-item .wrapper .content-wrapper {
  border-right: 1px solid rgba(0, 0, 0, 0.1882352941);
}
@media only screen and (max-width: 540px) {
  .about-secC .flex-box .flex-box-item .wrapper .content-wrapper {
    border-right: none;
  }
}
.about-secC .flex-box .flex-box-item .wrapper .content-wrapper .content {
  height: 230px;
  overflow: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px 0 0;
  margin-right: -5px;
}
@media only screen and (max-width: 991px) {
  .about-secC .flex-box .flex-box-item .wrapper .content-wrapper .content {
    padding: 0 30px 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .flex-box .flex-box-item .wrapper .content-wrapper .content {
    padding: 0;
    height: 100%;
    overflow: visible;
    width: 100%;
  }
}
.about-secC .flex-box .flex-box-item .wrapper .content-wrapper .content::-webkit-scrollbar {
  width: 10px;
}
.about-secC .flex-box .flex-box-item .wrapper .content-wrapper .content::-webkit-scrollbar-thumb {
  background-color: #1383C6;
}
.about-secC .flex-box .flex-box-item .wrapper .content-wrapper .content p {
  font-weight: 400;
  font-size: 16px;
  color: var(--text);
  padding-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .about-secC .flex-box .flex-box-item .wrapper .content-wrapper .content p {
    padding-bottom: 10px;
  }
}
.about-secC .flex-box .flex-box-item .wrapper .content-wrapper .content span {
  color: #1383C6;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  padding: 0px 0 15px 0;
}
@media only screen and (max-width: 540px) {
  .about-secC .flex-box .flex-box-item .wrapper .content-wrapper .content span {
    padding: 0 0 10px 0;
  }
}
.about-secC .flex-box .flex-box-item .wrapper .user-info {
  margin-top: 20px;
}
@media only screen and (max-width: 540px) {
  .about-secC .flex-box .flex-box-item .wrapper .user-info {
    margin-top: 10px;
  }
}
.about-secC .flex-box .flex-box-item .wrapper .user-info p:first-child {
  font-weight: 600;
  color: var(--black);
  font-size: 20px;
  padding: 0;
}
.about-secC .flex-box .flex-box-item .wrapper .user-info p:last-child {
  font-weight: 500;
  font-size: 15px;
  color: var(--black);
}

.about-secD .heading h2 {
  font-weight: 700;
}
.about-secD .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .about-secD .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-secD .grid-box .grid-box-item {
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  text-align: center;
  padding: 40px;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .about-secD .grid-box .grid-box-item {
    padding: 30px;
  }
}
.about-secD .grid-box .grid-box-item .ico {
  width: 50px;
  margin: auto;
  aspect-ratio: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .about-secD .grid-box .grid-box-item .ico {
    width: 35px;
  }
}
.about-secD .grid-box .grid-box-item h4 {
  font-size: 20px;
  color: var(--primary);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .about-secD .grid-box .grid-box-item h4 {
    font-size: 18px;
  }
}
.about-secD .grid-box .grid-box-item p {
  max-width: 290px;
  margin: 0 auto;
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .about-secD .grid-box .grid-box-item p {
    font-size: 14px;
  }
}

.about-secE::before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.about-secE .bg {
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .about-secE .bg {
    height: 80vh;
  }
}
.about-secE .bg video {
  filter: grayscale(1);
}
.about-secE .banner-wrapper {
  padding: 0 var(--containerfluid);
  top: 55%;
  translate: 0 -55%;
}
.about-secE .banner-wrapper h2 {
  font-size: 36px;
  line-height: 1;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .about-secE .banner-wrapper h2 {
    font-size: 32px;
  }
}
.about-secE .banner-wrapper p {
  padding: 20px 0;
  color: var(--white);
  max-width: 675px;
  font-weight: 500;
  line-height: 1.4;
  font-size: 16px;
}
@media only screen and (max-width: 540px) {
  .about-secE .banner-wrapper p {
    font-size: 14px;
  }
}

.about-secF {
  background: url(../../images/about/mountains.svg) no-repeat;
  background-size: 40%;
  background-position: 25% bottom;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .about-secF {
    background-position: 6% bottom;
  }
}
@media only screen and (max-width: 768px) {
  .about-secF {
    background-position: 60% bottom;
    background-size: 60%;
  }
}
.about-secF::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
  transition: 0.5s ease;
}
.about-secF::before {
  background: linear-gradient(180deg, #FBFBFB 0%, #DFDFDF 100%);
  z-index: -1;
}
.about-secF .flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
@media only screen and (max-width: 991px) {
  .about-secF .flex-box {
    gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secF .flex-box {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secF .flex-box {
    gap: 10px;
  }
}
.about-secF .flex-box .colA figure {
  width: 100%;
  height: 100%;
  animation: dril-animation 1s infinite ease-in-out;
}
@media only screen and (max-width: 768px) {
  .about-secF .flex-box .colA figure {
    height: 280px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secF .flex-box .colA figure {
    height: 180px;
  }
}
.about-secF .flex-box .colB {
  width: 100%;
  max-width: 652px;
}
.about-secF .flex-box .colB h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .about-secF .flex-box .colB h2 {
    font-size: 28px;
  }
}
.about-secF .flex-box .colB p {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .about-secF .flex-box .colB p {
    font-size: 14px;
    padding-bottom: 10px;
  }
}/*# sourceMappingURL=about.css.map */