/* --------------- navbar --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 99;
}
.navbar .nav-item .nav-link {
  font-size: 15px;
  color: #fff;
  margin: 0 10px;
}

.pg-navbar .navbar {
  position: relative;
  background-color: var(--main-color);
}

/* --------------- header --------------- */
.header {
  position: relative;
  min-height: 100vh;
  background-color: var(--main-color);
  z-index: 20;
  opacity: 0;
  transition: all 1s ease;
}
.header.show {
  opacity: 1;
}
.header .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  opacity: 0.3;
  z-index: -1;
}
.header .float-info-slider {
  position: absolute;
  right: calc((100vw - 1320px) / 2);
  bottom: 150px;
}
.header .float-info-slider .main-txt {
  position: relative;
  font-size: 25px;
  color: #fff;
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 1.2s;
}
.header .float-info-slider .swiper-slide-active .main-txt {
  opacity: 1;
}
.header .scroll-btn {
  position: absolute;
  left: calc(50% - 16px);
  bottom: 40px;
  width: 32px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 30px;
}
.header .scroll-btn .dot {
  position: absolute;
  content: "";
  left: calc(50% - 4px);
  bottom: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--sub-color);
  border-radius: 50%;
  animation: dot-move 1.5s infinite ease-in-out;
}
@keyframes dot-move {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-10px);
    opacity: 0.6;
  }
}
.header .float-partners {
  position: absolute;
  left: 30px;
  bottom: 150px;
  z-index: 99;
}
.header .float-partners .partners-slider {
  position: relative;
  height: 400px;
  min-width: 160px;
  overflow: hidden;
}
.header .float-partners .partners-slider .swiper-slide-thumb-active .partner {
  transform: scale(1.15);
  transform-origin: left;
  margin-top: 10px !important;
  top: 5px;
  border: 4px solid rgba(255, 255, 255, 0.6);
}
.header .float-partners .partner {
  position: relative;
  width: 125px;
  height: 85px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.66));
  border: 1px solid #D9D9D9;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: auto;
  transition: all 0.3s ease;
  margin-top: 5px !important;
  top: 10px;
  overflow: hidden;
}
.header .float-partners .partner .brand {
  max-height: 45px;
  max-width: 70%;
  z-index: 5;
}
.header .float-partners .partner .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  opacity: 0.4;
}
.header .float-partners .btm-arrow {
  position: relative;
  width: 32px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 30px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  margin-inline-start: auto;
  margin-inline-end: 50px;
}

/* --------------- founder --------------- */
.founder {
  position: relative;
}
.founder ul {
  list-style: disc;
  padding-inline-start: 20px;
}

/* --------------- vision-st2 --------------- */
.vision-st2 {
  position: relative;
  padding-bottom: 50px;
}
.vision-st2 .col-lg-4:first-of-type .item {
  background: linear-gradient(197.29deg, #FFFFFF 11.87%, rgba(255, 255, 255, 0) 35.68%), linear-gradient(0deg, #3986C7, #3986C7), #FFFFFF;
}
.vision-st2 .item {
  position: relative;
  padding: 30px;
  padding-bottom: 100px;
  border-radius: 10px;
  background: linear-gradient(197.29deg, #FFFFFF 11.87%, rgba(255, 255, 255, 0) 35.68%), linear-gradient(0deg, rgba(197, 181, 127, 0.39), rgba(197, 181, 127, 0.39)), #FFFFFF;
  margin-bottom: 40px;
  height: calc(100% - 40px);
}
.vision-st2 .item .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.vision-st2 .item .txt {
  line-height: 2;
  font-size: 12px;
}
.vision-st2 .item .num {
  font-size: 80px;
  color: #fff;
  font-weight: bold;
  line-height: 0.75;
  text-align: end;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0 30px 30px;
}

/* --------------- team --------------- */
.team {
  position: relative;
  background-image: url(../images/team-bg.jpg);
  background-size: cover;
  background-position: top;
}
.team .team-card {
  position: relative;
  margin-top: 15px;
}
.team .team-card .img {
  position: relative;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
}
.team .team-card .img .float-social {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding: 15px;
}
.team .team-card .img .float-social a {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 10px;
  font-size: 21px;
  color: var(--main-color);
}
.team .team-card .info {
  position: relative;
  text-align: center;
}
.team .team-card .info .title {
  position: relative;
  font-size: 24px;
  margin-top: 20px;
}
.team .team-card .info .sub-title {
  position: relative;
  font-size: 16px;
  color: var(--sub-color);
  margin-bottom: 20px;
  margin-top: 5px;
  font-weight: 400;
}

/* --------------- video-sec --------------- */
.video-sec {
  position: relative;
  padding-top: 80px;
}
.video-sec .video-card {
  position: relative;
}
.video-sec .video-card .img {
  position: relative;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
}
.video-sec .video-card .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  z-index: 20;
}

/* --------------- story --------------- */
.story {
  position: relative;
  overflow: hidden;
}
.story .content {
  position: relative;
  padding-bottom: 50px;
}
.story .story-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.story .globe {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: unset;
  z-index: -1;
  pointer-events: none;
}
.story .story-card {
  position: relative;
  display: flex;
}
.story .story-card .year-side {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 360px;
  width: 128px;
}
.story .story-card .year-side .year-circle {
  position: relative;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  background-color: #fff;
  z-index: 30;
}
.story .story-card .year-side .year-circle .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.story .story-card .year-side .year-circle small {
  font-size: 12px;
}
.story .story-card .year-side .year-circle h5 {
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
  color: var(--main-color);
  font-size: 22px;
}
.story .story-card .year-side .year-circle h5::before {
  position: absolute;
  content: "";
  left: calc(50% - 4px);
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--sub-color);
}
.story .story-card .year-side .arrow {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: end;
}
.story .story-card .year-side .arrow i {
  font-size: 20px;
  color: var(--main-color);
}
.story .story-card .year-side .arrow::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 2px;
  height: 100%;
  background: repeating-linear-gradient(to top, var(--main-color) 0px, var(--main-color) 10px, transparent 10px, transparent 20px);
  z-index: 10;
  pointer-events: none;
}
.story .story-card .year-side .arrow::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #fff, transparent);
  z-index: 10;
  pointer-events: none;
}
.story .story-card .year-side .card-title {
  font-size: 25px;
  color: var(--main-color);
  font-weight: bold;
  flex-shrink: 0;
  line-height: 1.3;
  margin-top: 10px;
}
.story .story-card .main-side {
  position: relative;
  margin-top: 60px;
  z-index: 50;
}
.story .story-card .main-side::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  outline: 6px solid rgba(197, 181, 127, 0.6);
}
.story .story-card .main-side .text-box {
  position: relative;
  padding: 30px 20px;
}
.story .story-card .main-side .text-box .main-text {
  font-size: 19px;
}
.story .story-card .main-side .text-box .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.story .story-card .main-side .img {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-inline-start: auto;
}
.story .story-card .main-side .img::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  left: calc(50% - 7px);
  transform: translate(50%, -50%);
  outline: 6px solid rgba(197, 181, 127, 0.6);
}
.story .story-card .main-side .img img {
  border-radius: 50%;
}

/* --------------- swiper --------------- */
.swiper-pagination {
  bottom: 0 !important;
  width: -moz-max-content !important;
  width: max-content !important;
  left: 50% !important;
  transform: translateX(-50%);
  right: auto !important;
  border: 2px solid var(--sub-color);
  padding: 1px 10px;
  border-radius: 30px;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 1px !important;
}

.swiper-controls {
  position: relative;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-controls .swiper-pagination {
  bottom: 10px !important;
}
.swiper-controls .swiper-button-next,
.swiper-controls .swiper-button-prev {
  width: 120px;
  bottom: 0;
  top: auto;
}
.swiper-controls .swiper-button-next img,
.swiper-controls .swiper-button-prev img {
  width: 100%;
}
.swiper-controls .swiper-button-next:after, .swiper-controls .swiper-rtl .swiper-button-prev:after,
.swiper-controls .swiper-button-prev:after, .swiper-controls .swiper-rtl .swiper-button-next:after {
  content: "";
}

/* --------------- ceo-word --------------- */
.ceo-word {
  position: relative;
}
.ceo-word .img-side {
  position: relative;
  padding-inline-start: 50px;
}
.ceo-word .img-side .line {
  position: absolute;
  top: 40px;
  right: 0;
  width: 2px;
  height: 200%;
  background-image: linear-gradient(to bottom, rgba(197, 181, 127, 0.2666666667), transparent);
}
.ceo-word .img-side .line::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  top: -15px;
  right: 0;
  transform: translate(50%, -50%);
  outline: 6px solid rgba(197, 181, 127, 0.6);
}
.ceo-word .img-side .img {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
.ceo-word .img-side .img img {
  border-radius: 50%;
}
.ceo-word .text {
  position: relative;
  margin: 30px 0;
}

/* --------------- vision --------------- */
.vision {
  position: relative;
  z-index: 20;
}
.vision::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--sub-color) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
  z-index: -1;
}
.vision .cards {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.vision .vision-card {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  padding-bottom: 100px;
  margin-top: 50px;
  background: linear-gradient(197.29deg, #FFFFFF 11.87%, rgba(255, 255, 255, 0) 35.68%), linear-gradient(0deg, #FFF2F0, #FFF2F0), #FFFFFF;
  width: calc(20% - 10px);
}
.vision .vision-card .title-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vision .vision-card .card-title {
  position: relative;
  font-size: 21px;
  min-height: 70px;
  display: flex;
  align-items: center;
}
.vision .vision-card .icon {
  width: 65px;
  flex-shrink: 0;
}
.vision .vision-card .txt {
  width: 100%;
}
.vision .vision-card .num {
  position: absolute;
  left: 20px;
  bottom: 10px;
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.vision .vision-card:nth-of-type(1) {
  background: linear-gradient(197.29deg, #FFFFFF 11.87%, rgba(255, 255, 255, 0) 35.68%), linear-gradient(0deg, #D0EAFF, #D0EAFF), #FFFFFF;
}
.vision .vision-card:nth-of-type(2) {
  background: linear-gradient(197.29deg, #FFFFFF 11.87%, rgba(255, 255, 255, 0) 35.68%), linear-gradient(0deg, #FFF2F0, #FFF2F0), #FFFFFF;
}
.vision .vision-card:nth-of-type(3) {
  background: linear-gradient(197.29deg, #FFFFFF 11.87%, rgba(255, 255, 255, 0) 35.68%), linear-gradient(0deg, #E5FFFF, #E5FFFF), #FFFFFF;
}
.vision .vision-card:nth-of-type(4) {
  background: linear-gradient(197.29deg, #FFFFFF 11.87%, rgba(255, 255, 255, 0) 35.68%), linear-gradient(0deg, #EBFCF8, #EBFCF8), #FFFFFF;
}
.vision .vision-card:nth-of-type(5) {
  background: linear-gradient(197.29deg, #FFFFFF 11.87%, rgba(255, 255, 255, 0) 35.68%), linear-gradient(0deg, #FDF8FF, #FDF8FF), #FFFFFF;
}

/* --------------- companies --------------- */
.companies {
  position: relative;
  background-color: #112937;
  z-index: 20;
}
.companies .shap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  z-index: -1;
}
.companies .company-card {
  position: relative;
  padding: 30px;
  border-radius: 30px;
  text-align: center;
  background: linear-gradient(32.03deg, #FFFFFF 59.65%, #3986C7 100%), #FFFFFF;
  transition: all 0.5s ease;
  opacity: 0;
  height: 100%;
}
.companies .company-card .icon {
  height: 60px;
  margin-bottom: 40px;
}
.companies .company-card .title {
  font-size: 21px;
  margin-bottom: 50px;
}
.companies .company-card .butn {
  opacity: 0;
}
.companies .companies-slider {
  position: relative;
  overflow: hidden;
}
.companies .companies-slider .swiper-slide-active .company-card {
  opacity: 1;
  border-top-right-radius: 0;
  box-shadow: 10px 10px 300px #112937;
}
.companies .companies-slider .swiper-slide-active .company-card .butn {
  opacity: 1;
}
.companies .companies-slider .swiper-slide {
  height: auto;
}
.companies .companies-slider .swiper-slide-next .company-card,
.companies .companies-slider .swiper-slide-prev .company-card {
  opacity: 0.5;
}
.companies .companies-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--sub-color);
}

/* --------------- contact --------------- */
.contact {
  position: relative;
}
.contact .form {
  position: relative;
  padding: 50px;
  background-color: var(--main-color);
  background-image: url("../images/contact-shap.svg");
  background-size: cover;
  background-position: bottom;
  color: #fff;
  border-radius: 10px 0 10px 0;
}
.contact .form .form-group {
  position: relative;
  margin-top: 30px;
}
.contact .form .form-group label {
  position: relative;
  font-size: 11px;
  display: block;
  margin-bottom: 10px;
}
.contact .form .form-group .form-control {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  border-top-right-radius: 0;
  min-height: 50px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none;
  padding: 15px;
}
.contact .form .form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2666666667);
}
.contact .form .form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2666666667);
}
.contact .form .form-group .form-select {
  position: relative;
  background-color: var(--main-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.contact .form .icon-group {
  position: relative;
}
.contact .form .icon-group .form-control {
  padding-inline-start: 50px;
}
.contact .form .icon-group .float-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}
.contact .map {
  position: relative;
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
}
.contact .map iframe {
  margin-bottom: -6px;
}
.contact .img {
  height: 250px;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
}

/* --------------- footer --------------- */
footer {
  position: relative;
  z-index: 20;
}
footer::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--sub-color) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
  z-index: -1;
}
footer .top-footer {
  padding: 50px 0 0;
}
footer .top-footer .links a {
  font-size: 16px;
  font-weight: bold;
  margin-inline-start: 30px;
}
footer .foot-line {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: -20px;
}
footer .foot {
  position: relative;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
footer .foot .text {
  margin-top: 5px;
}
footer .foot li a {
  font-size: 16px;
  margin: 5px 0;
  opacity: 0.7;
}
footer .foot li a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* --------------- to_top --------------- */
/* ==== lg screens ==== */
@media screen and (min-width: 991px) {
  .vision .cards {
    width: calc(100% + 150px);
    margin-inline-start: -75px;
  }
}
/* ==== responsive ==== */
@media screen and (max-width: 991px) {
  .navbar {
    position: relative;
    padding: 10px 0;
    background-color: var(--main-color);
  }
  .navbar .navbar-brand {
    height: 50px;
  }
  .story .content {
    padding-bottom: 0;
    overflow: hidden;
  }
  .contact .form {
    margin-bottom: 30px;
    overflow: hidden;
  }
  footer {
    overflow: hidden;
  }
  footer .foot-line {
    margin-top: 30px;
  }
  footer .foot {
    display: block;
  }
  footer .foot .contact-list {
    margin-top: 30px;
  }
  .vision {
    overflow: hidden;
  }
  .vision .vision-card {
    width: calc(50% - 10px);
  }
  .header {
    padding-top: 30px;
    overflow: hidden;
    display: flex;
    min-height: 400px;
    overflow: hidden;
  }
  .header .float-info-slider {
    right: 5%;
    width: 90%;
    bottom: 30px;
  }
  .header .float-info-slider .main-txt {
    font-size: 14px;
  }
  .header .scroll-btn {
    display: none;
  }
  .header .float-partners {
    display: none;
  }
  .header .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .header .float-info {
    position: static;
    padding: 15px;
  }
  .header .float-info .main-txt {
    font-size: 14px;
  }
  .header .partner {
    display: none;
  }
  .founder .img {
    height: 100px;
    margin-bottom: 20px;
  }
  .team .team-card {
    margin-bottom: 30px;
  }
  .ceo-word .img-side .img {
    width: 100px;
    height: 100px;
  }
  .vision .vision-card {
    padding: 15px;
    padding-bottom: 50px;
    margin-top: 15px !important;
    flex-grow: 1;
  }
  .vision .vision-card .title-wrapper {
    flex-wrap: wrap;
  }
  .vision .vision-card .title-wrapper .icon {
    height: 50px;
  }
  .vision .vision-card .title-wrapper .inf {
    order: 2;
    width: 100%;
  }
  .vision .vision-card .num {
    font-size: 40px;
  }
  .vision .vision-card .mt-30 {
    margin-top: 0 !important;
  }
  .contact .form {
    padding: 30px;
  }
  .vision-st2 {
    overflow: hidden;
  }
}
/* ======= */
html[dir=ltr] {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
}
html[dir=ltr] body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
}/*# sourceMappingURL=style_bugshan.css.map */