@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Instrument Sans", sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Instrument Sans", sans-serif;
}

.gap-4 {
  gap: 4px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-14 {
  gap: 14px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-64 {
  gap: 64px !important;
}

.gap-80 {
  gap: 80px !important;
}

.br-0 {
  border-radius: 0px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.br-6 {
  border-radius: 6px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-16 {
  border-radius: 16px !important;
}

.br-24 {
  border-radius: 24px !important;
}

.br-32 {
  border-radius: 32px !important;
}

.br-64 {
  border-radius: 64px !important;
}

.text-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.text-primary-blue {
  color: #1438F5;
}

.bg-primary-blue {
  background-color: #1438F5;
}

.text-black {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}

.text-black-400 {
  color: #454545;
}

.bg-black-400 {
  background-color: #454545;
}

.text-gray {
  color: #374151;
}

.bg-gray {
  background-color: #374151;
}

.text-gray-300 {
  color: #D1D5DB;
}

.bg-gray-300 {
  background-color: #D1D5DB;
}

.text-gray-light {
  color: #E6E6E6;
}

.bg-gray-light {
  background-color: #E6E6E6;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 24px;
    padding-left: 24px;
  }
}

.section-padding {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media (max-width: 768px) {
  .section-padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.section-padding-sm {
  padding-top: 32px;
  padding-bottom: 32px;
}

.input_group {
  margin-bottom: 16px;
}

.section-heading {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
}

.regular-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}

.btn {
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

.primary-outline-btn {
  border: 1px solid #1438F5;
  background-color: transparent;
  color: #1438F5;
}

.primary-outline-btn:hover {
  border: 1px solid #1438F5;
  background-color: #fff;
  color: #1438F5;
}

.primary-btn {
  border: 1px solid #1438F5;
  background-color: #1438F5;
  color: #fff;
}

.primary-btn:hover {
  border: 1px solid #1438F5;
  background-color: #1438F5;
  color: #fff;
}
.primary-btn:active {
  border: 1px solid #1438F5;
  background-color: #1438F5;
  color: #fff;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 26px;
}
.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: #BCC6F9;
  text-transform: uppercase;
}
.form-group .form-control {
  background-color: #526EF0;
  border: 1px solid #758AF3;
  border-radius: 6px;
  padding: 12px 16px;
  height: 50px;
  color: #fff;
}
.form-group .form-control::-moz-placeholder {
  color: #BCC6F9;
}
.form-group .form-control::placeholder {
  color: #BCC6F9;
}
.form-group .form-select {
  background-color: #526EF0;
  border: 1px solid #758AF3;
  border-radius: 6px;
  padding: 12px 16px;
  height: 50px;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9l6 6l6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
}
.form-group .form-select::-moz-placeholder {
  color: #BCC6F9;
}
.form-group .form-select::placeholder {
  color: #BCC6F9;
}

.topbar {
  padding: 12px 0;
}
.topbar .text-content {
  font-size: 18px;
}

header .header-wrapper {
  padding: 24px 0;
}
@media (max-width: 992px) {
  header .header-wrapper {
    display: none;
  }
}
header .header-wrapper .logo-wrap {
  height: 30px;
}
@media (max-width: 992px) {
  header .header-wrapper .logo-wrap {
    height: 20px;
  }
}
header .header-wrapper .logo-wrap img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
header .header-wrapper .menu-wrapper {
  display: flex;
  list-style: none;
}
@media (max-width: 768px) {
  header .header-wrapper .menu-wrapper {
    display: none;
  }
}
header .header-wrapper .menu-wrapper .menu-list .menu-items {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
header .header-wrapper .menu-wrapper .menu-list .menu-items:hover {
  font-weight: 600;
}
header .header-wrapper .menu-wrapper .menu-list .dropdown .dropdown-toggle {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
header .header-wrapper .menu-wrapper .menu-list .dropdown .dropdown-toggle::after {
  display: none;
}
header .header-wrapper .btn-wrapper {
  display: flex;
}
header .header-mobile {
  padding: 24px 0;
  display: none;
}
@media (max-width: 992px) {
  header .header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
}
header .header-mobile .logo-wrap {
  height: 24px;
}
header .header-mobile .logo-wrap img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
header .header-mobile .menu-icon .menu-btn {
  padding: 0;
  background: none;
  border: none;
}
header .header-mobile .menu-icon .menu-btn svg {
  width: 26px;
  height: 26px;
}
header .header-mobile .menu-icon .offcanvas .offcanvas-header {
  display: flex;
  justify-content: flex-end;
}
header .header-mobile .menu-icon .offcanvas .offcanvas-header .btn-closes {
  padding: 0;
  background: none;
  border: none;
}
header .header-mobile .menu-icon .offcanvas .offcanvas-header .btn-closes svg {
  width: 24px;
  height: 24px;
}
header .header-mobile .menu-icon .offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
header .header-mobile .menu-icon .offcanvas .offcanvas-body .menu-list .menu-wrapper {
  display: flex;
  list-style: none;
  flex-direction: column;
}
header .header-mobile .menu-icon .offcanvas .offcanvas-body .menu-list .menu-wrapper .menu-list .menu-items {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
header .header-mobile .menu-icon .offcanvas .offcanvas-body .menu-list .menu-wrapper .menu-list .menu-items:hover {
  font-weight: 600;
}
header .header-mobile .menu-icon .offcanvas .offcanvas-body .menu-list .menu-wrapper .menu-list .dropdown .dropdown-toggle {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
header .header-mobile .menu-icon .offcanvas .offcanvas-body .menu-list .menu-wrapper .menu-list .dropdown .dropdown-toggle::after {
  display: none;
}
header .header-mobile .menu-icon .offcanvas .offcanvas-body .btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.banner-video-wrapper {
  height: 310px;
  overflow: hidden;
  border-radius: 20px;
}
.banner-video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experience_container .content-wrapper {
  max-width: 880px;
  margin: auto;
  margin-bottom: 46px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.experience_container .content-wrapper .text-sm {
  font-size: 18px;
  font-weight: 400;
}
.experience_container .content_image_container {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.experience_container .content_image_container .img-wrapper img {
  max-width: 120px;
  height: auto;
  width: auto;
}

.location-slider-wrapper {
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  padding: 24px 0;
  background-color: #F7F7F7;
}

.location-slider {
  width: 100%;
  overflow: hidden;
}

.location-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 20s linear infinite;
}
.location-track .itemwrapper {
  display: flex;
  flex-shrink: 0;
}
.location-track .title {
  display: flex;
  align-items: center;
  margin-right: 70px;
  font-size: 14px;
  font-weight: 600;
  color: #7B7B7B;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .location-track .title {
    margin-right: 45px;
  }
}
.location-track .title::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #1438F5;
  border-radius: 50%;
  margin-right: 10px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.location-slider:hover .location-track {
  animation-play-state: paused;
}

.service_container .content-wrapper {
  max-width: 800px;
  margin: auto;
  text-align: center;
  margin-bottom: 46px;
}
.service_container .content-wrapper .main-title {
  margin-bottom: 16px;
}
.service_container .content-wrapper .text-sm {
  font-size: 18px;
  font-weight: 500;
}
.service_container .card-wrapper .experience_card {
  background-color: #F8F8F8;
  border-radius: 10px;
  border: 1px solid #C3CCFF;
  padding: 20px;
  height: 100%;
}
.service_container .card-wrapper .experience_card .heading-section {
  margin-bottom: 12px;
}
.service_container .card-wrapper .experience_card .heading-section .title {
  font-size: 24px;
  font-weight: 600;
}
.service_container .card-wrapper .experience_card .heading-section .icon-wrap {
  width: 60px;
  height: 60px;
}
.service_container .card-wrapper .experience_card .heading-section .icon-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service_container .card-wrapper .experience_card .text-sm {
  font-weight: 500;
}

.service_video_container {
  height: 480px;
  overflow: hidden;
  border-radius: 20px;
}
.service_video_container .plyr {
  height: 100%;
}
.service_video_container .plyr__poster {
  background-size: cover;
}
.service_video_container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_video_container .plyr--paused .plyr__controls {
  display: none;
}
.service_video_container .plyr--paused.plyr--stopped .plyr__controls {
  display: none;
}
.service_video_container .plyr__control.plyr__control--overlaid {
  background: #fff !important;
}
.service_video_container .plyr__control.plyr__control--overlaid svg {
  fill: #000;
}
.service_video_container .plyr--video .plyr__control:focus-visible,
.service_video_container .plyr--video .plyr__control:hover,
.service_video_container .plyr--video .plyr__control[aria-expanded=true] {
  background-color: #1438F5;
}
.service_video_container .plyr--full-ui input[type=range] {
  color: #1438F5;
}

.tour_container .tour_content-wrapper {
  background-color: #D9D9D9;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1110px;
}
.tour_container .tour_content-wrapper .left-content {
  background-color: #000;
  padding: 60px;
}
.tour_container .tour_content-wrapper .left-content .title {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}

.virtual_tour-section .video-section {
  height: 509px;
}
.virtual_tour-section .video-section video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.virtual_tour-section .content-wrap {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.virtual_tour-section .content-wrap .title-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.virtual_tour-section .content-wrap .title-wrap .title {
  color: #1438F5;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
}
.virtual_tour-section .content-wrap .title-wrap .title-icon {
  max-width: 180px;
}
.virtual_tour-section .content-wrap .title-wrap .title-icon img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.virtual_tour-section .content-wrap .main-title-wrap {
  font-size: 36px;
}
.virtual_tour-section .content-wrap .virtual_tour-section_textdesc {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.virtual_tour-section .content-wrap .virtual_tour-section_textdesc .text-desc {
  margin-bottom: 0;
}

.process_step_section {
  background-color: rgb(18, 21, 31);
}
.process_step_section .heading-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.process_step_section .heading-container .title-wrap-sm {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.process_step_section .heading-container .title-wrap-sm .title {
  color: #8C93AA;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
}
.process_step_section .heading-container .title-wrap-sm .title-icon {
  max-width: 180px;
}
.process_step_section .heading-container .title-wrap-sm .title-icon img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.process_step_section .heading-container .main-title-wrap {
  font-size: 36px;
}
.process_step_section .heading-container .text-content {
  color: #8C93AA;
  max-width: 620px;
}
.process_step_section .step_card-wrapper {
  background-color: #191D2B;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 992px) {
  .process_step_section .step_card-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.process_step_section .step_card-wrapper .step-card {
  padding: 32px;
  border-right: 3px solid #21273E;
  gap: 20px;
}
@media (max-width: 992px) {
  .process_step_section .step_card-wrapper .step-card {
    border-right: 0;
    border-bottom: 3px solid #21273E;
  }
}
.process_step_section .step_card-wrapper .step-card:last-child {
  border-right: none;
  border-bottom: 0;
}
.process_step_section .step_card-wrapper .step-card .step-count {
  font-size: 46px;
  background: linear-gradient(to bottom, #FFFFFF 0%, #191D2B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  color: #1C254E;
  font-weight: 700;
  letter-spacing: 13%;
}
.process_step_section .step_card-wrapper .step-card .title {
  font-size: 24px;
}
.process_step_section .step_card-wrapper .step-card .text-content {
  color: rgb(140, 147, 170);
}

.service_include_section {
  background-color: rgb(247, 248, 252);
}
.service_include_section .heading-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 46px;
}
@media (max-width: 768px) {
  .service_include_section .heading-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.service_include_section .heading-container .left-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service_include_section .heading-container .left-content .title-wrap-sm {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.service_include_section .heading-container .left-content .title-wrap-sm .title {
  color: #1438F5;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
}
.service_include_section .heading-container .left-content .title-wrap-sm .title-icon {
  max-width: 180px;
}
.service_include_section .heading-container .left-content .title-wrap-sm .title-icon img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_include_section .heading-container .left-content .section-heading {
  max-width: 480px;
}
@media (max-width: 768px) {
  .service_include_section .heading-container .left-content .section-heading {
    max-width: 100%;
  }
}
.service_include_section .heading-container .right-content {
  max-width: 300px;
}
@media (max-width: 768px) {
  .service_include_section .heading-container .right-content {
    max-width: 100%;
  }
}
.service_include_section .heading-container .right-content .text-content {
  color: #8C93AA;
}
.service_include_section .service_include_card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
@media (max-width: 992px) {
  .service_include_section .service_include_card-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .service_include_section .service_include_card-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.service_include_section .service_include_card-wrapper .card-wrapper {
  border: 1px solid rgb(229, 231, 238);
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  cursor: pointer;
  transition: background-color 0.45s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.45s cubic-bezier(0.4, 0, 0.2, 1), transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.service_include_section .service_include_card-wrapper .card-wrapper .icon-wrapper {
  width: 47px;
  height: 47px;
  flex-shrink: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(238, 242, 254);
  transition: background-color 0.45s cubic-bezier(0.4, 0, 0.2, 1), transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.service_include_section .service_include_card-wrapper .card-wrapper .icon-wrapper svg path {
  transition: fill 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.service_include_section .service_include_card-wrapper .card-wrapper .icon-wrapper img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.service_include_section .service_include_card-wrapper .card-wrapper .text_content .title-wrap {
  font-weight: 600;
  font-size: 18px;
  transition: color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.service_include_section .service_include_card-wrapper .card-wrapper .text_content .text-desc {
  color: rgb(140, 147, 170);
  margin-bottom: 0;
  transition: color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.service_include_section .service_include_card-wrapper .card-wrapper:hover {
  background-color: #1438F5;
  border-color: #1438F5;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(20, 56, 245, 0.12);
}
.service_include_section .service_include_card-wrapper .card-wrapper:hover .icon-wrapper {
  background-color: rgb(73, 101, 238);
  transform: translateY(-2px);
}
.service_include_section .service_include_card-wrapper .card-wrapper:hover .icon-wrapper svg path {
  fill: #fff;
}
.service_include_section .service_include_card-wrapper .card-wrapper:hover .icon-wrapper img {
  transform: scale(1.08);
}
.service_include_section .service_include_card-wrapper .card-wrapper:hover .text_content .title-wrap,
.service_include_section .service_include_card-wrapper .card-wrapper:hover .text_content .text-desc {
  color: #fff;
}

.ourwork_section .heading-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 46px;
}
@media (max-width: 768px) {
  .ourwork_section .heading-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ourwork_section .heading-container .left-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ourwork_section .heading-container .left-content .title-wrap-sm {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ourwork_section .heading-container .left-content .title-wrap-sm .title {
  color: #1438F5;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
}
.ourwork_section .heading-container .left-content .title-wrap-sm .title-icon {
  max-width: 180px;
}
.ourwork_section .heading-container .left-content .title-wrap-sm .title-icon img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ourwork_section .heading-container .left-content .section-heading {
  max-width: 480px;
}
@media (max-width: 768px) {
  .ourwork_section .heading-container .left-content .section-heading {
    max-width: 100%;
  }
}
.ourwork_section .heading-container .right-content {
  max-width: 300px;
}
@media (max-width: 768px) {
  .ourwork_section .heading-container .right-content {
    max-width: 100%;
  }
}
.ourwork_section .ourwork_tab_container .nav {
  gap: 12px;
}
.ourwork_section .ourwork_tab_container .nav li .nav-link {
  border: 1px solid rgb(229, 231, 237);
  padding: 10px 20px;
  border-radius: 30px;
  color: #6F778F;
  font-size: 12px;
  font-weight: 600;
}
.ourwork_section .ourwork_tab_container .nav li .nav-link.active {
  border: 1px solid #1438F5;
  background-color: #EEF2FE;
  color: #1438F5;
}
.ourwork_section .ourwork_tab_container .tab-content .tour_card_wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
@media (max-width: 992px) {
  .ourwork_section .ourwork_tab_container .tab-content .tour_card_wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .ourwork_section .ourwork_tab_container .tab-content .tour_card_wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.ourwork_section .ourwork_tab_container .tab-content .tour_card_wrapper .tour_card {
  border: 1px solid #E5E7EE;
  border-radius: 8px;
  overflow: hidden;
}
.ourwork_section .ourwork_tab_container .tab-content .tour_card_wrapper .tour_card .img-container-wrapper {
  position: relative;
}
.ourwork_section .ourwork_tab_container .tab-content .tour_card_wrapper .tour_card .img-container-wrapper .img-wrap {
  width: 100%;
  height: 210px;
}
.ourwork_section .ourwork_tab_container .tab-content .tour_card_wrapper .tour_card .img-container-wrapper .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ourwork_section .ourwork_tab_container .tab-content .tour_card_wrapper .tour_card .img-container-wrapper .tag-wrap {
  background-color: rgba(255, 255, 255, 0.87);
  color: #000;
  position: absolute;
  bottom: 12px;
  right: 12px;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 26px;
  font-weight: 500;
  border: 1px solid #E5E7ED;
}
.ourwork_section .ourwork_tab_container .tab-content .tour_card_wrapper .tour_card .text-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ourwork_section .ourwork_tab_container .tab-content .tour_card_wrapper .tour_card .text-container .tour_subtext {
  color: #1438F5;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
}
.ourwork_section .ourwork_tab_container .tab-content .tour_card_wrapper .tour_card .text-container .tour_name {
  color: #1E1E1E;
  font-size: 18px;
}
.ourwork_section .ourwork_tab_container .tab-content .tour_card_wrapper .tour_card .text-container .info-wrap {
  color: #1E1E1E;
  display: flex;
  gap: 4px;
  font-size: 12px;
  flex-wrap: wrap;
}

.why_virtual_tour_section {
  background-color: #0B0E17;
}
.why_virtual_tour_section .heading-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.why_virtual_tour_section .heading-container .title-wrap-sm {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.why_virtual_tour_section .heading-container .title-wrap-sm .title {
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
}
.why_virtual_tour_section .heading-container .title-wrap-sm .title-icon {
  max-width: 180px;
}
.why_virtual_tour_section .heading-container .title-wrap-sm .title-icon img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why_virtual_tour_section .heading-container .section-heading {
  max-width: 440px;
}
.why_virtual_tour_section .card-grid-wrapper {
  position: relative;
}
.why_virtual_tour_section .card-grid-wrapper .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 576px) {
  .why_virtual_tour_section .card-grid-wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.why_virtual_tour_section .card-grid-wrapper .grid .maincard {
  position: relative;
  padding: 42px;
  background-color: #191D2B;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.why_virtual_tour_section .card-grid-wrapper .grid .maincard.card-1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(91, 92, 96, 0), rgb(46, 54, 84));
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 576px) {
  .why_virtual_tour_section .card-grid-wrapper .grid .maincard.card-1::before {
    display: none;
  }
}
.why_virtual_tour_section .card-grid-wrapper .grid .maincard.card-1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(91, 92, 96, 0), rgb(46, 54, 84));
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 576px) {
  .why_virtual_tour_section .card-grid-wrapper .grid .maincard.card-1::after {
    background: linear-gradient(to right, rgba(91, 92, 96, 0), rgb(46, 54, 84), rgba(91, 92, 96, 0));
  }
}
.why_virtual_tour_section .card-grid-wrapper .grid .maincard.card-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgb(46, 54, 84), rgba(91, 92, 96, 0));
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 576px) {
  .why_virtual_tour_section .card-grid-wrapper .grid .maincard.card-2::after {
    background: linear-gradient(to right, rgba(91, 92, 96, 0), rgb(46, 54, 84), rgba(91, 92, 96, 0));
  }
}
.why_virtual_tour_section .card-grid-wrapper .grid .maincard.card-3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgb(46, 54, 84), rgba(91, 92, 96, 0));
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 576px) {
  .why_virtual_tour_section .card-grid-wrapper .grid .maincard.card-3::before {
    display: none;
  }
}
.why_virtual_tour_section .card-grid-wrapper .grid .maincard.card-3::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgb(46, 54, 84), rgba(91, 92, 96, 0));
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 576px) {
  .why_virtual_tour_section .card-grid-wrapper .grid .maincard.card-3::after {
    display: block;
    background: linear-gradient(to right, rgba(91, 92, 96, 0), rgb(46, 54, 84), rgba(91, 92, 96, 0));
  }
}
.why_virtual_tour_section .card-grid-wrapper .grid .maincard .stat {
  font-size: 40px;
  color: rgb(22, 50, 195);
  font-weight: 700;
  word-wrap: break-word;
}
.why_virtual_tour_section .card-grid-wrapper .grid .maincard .card-label {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.why_virtual_tour_section .card-grid-wrapper .grid .maincard .list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.why_virtual_tour_section .card-grid-wrapper .grid .maincard .list-wrapper .list-item {
  display: flex;
  gap: 12px;
  font-size: 14px;
  color: rgb(140, 147, 170);
}
.why_virtual_tour_section .card-grid-wrapper .grid .maincard .list-wrapper .list-item .arrow {
  color: #1438F5;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why_virtual_tour_section .card-grid-wrapper .grid .maincard .list-wrapper .list-item .arrow svg {
  width: 16px;
  height: 16px;
}

.pricing_section {
  background-color: rgb(247, 248, 252);
}
.pricing_section .heading-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
}
.pricing_section .heading-container .title-wrap-sm {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.pricing_section .heading-container .title-wrap-sm .title {
  color: #1438F5;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
}
.pricing_section .heading-container .title-wrap-sm .title-icon {
  max-width: 180px;
}
.pricing_section .heading-container .title-wrap-sm .title-icon img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pricing_section .heading-container .text-content {
  max-width: 400px;
  text-align: center;
  color: rgb(140, 147, 170);
}
.pricing_section .pricing_cardwrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: flex-start;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .pricing_section .pricing_cardwrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.pricing_section .pricing_cardwrapper .pricing_card {
  border: 1px solid #E4E6ED;
  border-radius: 8px;
  padding: 48px 36px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.pricing_section .pricing_cardwrapper .pricing_card.popular {
  background-color: #1438F5;
  box-shadow: 0px 0px 33px 27px rgba(20, 56, 245, 0.13);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .pricing_section .pricing_cardwrapper .pricing_card.popular {
    transform: scale(1);
  }
}
.pricing_section .pricing_cardwrapper .pricing_card.popular .heading-wrap .popular_tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  background-color: #1B37B7;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 4px;
  margin-bottom: 24px;
}
.pricing_section .pricing_cardwrapper .pricing_card.popular .heading-wrap .popular_tag .icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing_section .pricing_cardwrapper .pricing_card.popular .heading-wrap .popular_tag .icon svg {
  width: 16px;
  height: 16px;
}
.pricing_section .pricing_cardwrapper .pricing_card.popular .heading-wrap .pricing_type {
  color: #fff;
}
.pricing_section .pricing_cardwrapper .pricing_card.popular .heading-wrap .price_wrapper {
  color: #fff;
}
.pricing_section .pricing_cardwrapper .pricing_card.popular .heading-wrap .price_wrapper .text-grey {
  color: #E8E8E8;
}
.pricing_section .pricing_cardwrapper .pricing_card.popular .price-list .list-item {
  color: #fff;
}
.pricing_section .pricing_cardwrapper .pricing_card.popular .price-list .list-item .icon {
  color: #fff;
}
.pricing_section .pricing_cardwrapper .pricing_card.popular .primary-outline-btn {
  background-color: #fff;
}
.pricing_section .pricing_cardwrapper .pricing_card .heading-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pricing_section .pricing_cardwrapper .pricing_card .heading-wrap .pricing_type {
  font-size: 12px;
  color: #1438F5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.pricing_section .pricing_cardwrapper .pricing_card .heading-wrap .price_wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-bottom: 1px solid #8C93AA;
  padding-bottom: 26px;
}
.pricing_section .pricing_cardwrapper .pricing_card .heading-wrap .price_wrapper .price {
  font-size: 36px;
  font-weight: 700;
}
.pricing_section .pricing_cardwrapper .pricing_card .heading-wrap .price_wrapper .text-grey {
  color: #8C93AA;
}
.pricing_section .pricing_cardwrapper .pricing_card .price-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pricing_section .pricing_cardwrapper .pricing_card .price-list .list-item {
  display: flex;
  gap: 12px;
  color: #8C93AA;
  font-size: 14px;
}
.pricing_section .pricing_cardwrapper .pricing_card .price-list .list-item .icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1438F5;
}
.pricing_section .pricing_cardwrapper .pricing_card .price-list .list-item .icon svg {
  width: 18px;
  height: 18px;
}
.pricing_section .info-text-wrapper {
  color: rgb(140, 147, 170);
}

.testimonial_section .heading-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
}
.testimonial_section .heading-container .title-wrap-sm {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.testimonial_section .heading-container .title-wrap-sm .title {
  color: #1438F5;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
}
.testimonial_section .heading-container .title-wrap-sm .title-icon {
  max-width: 180px;
}
.testimonial_section .heading-container .title-wrap-sm .title-icon img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial_section .testimonial_image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial_section .testimonial_image_wrapper img {
  max-width: 750px;
  width: 100%;
  height: 100%;
}

.contact_section {
  background-color: #1438F5;
}
.contact_section .contact_left_content .heading-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_section .contact_left_content .heading-container .title-wrap-sm {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact_section .contact_left_content .heading-container .title-wrap-sm .title {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
}
.contact_section .contact_left_content .heading-container .title-wrap-sm .title-icon {
  max-width: 180px;
}
.contact_section .contact_left_content .heading-container .title-wrap-sm .title-icon img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact_section .contact_left_content .heading-container .section-heading {
  max-width: 480px;
}
@media (max-width: 768px) {
  .contact_section .contact_left_content .heading-container .section-heading {
    max-width: 100%;
  }
}
.contact_section .contact_left_content .heading-container .text-content {
  color: #C2CFFB;
}
.contact_section .contact_left_content .heading-container .primary-outline-btn {
  color: #fff;
  border: 1px solid #fff;
}
.contact_section .contact_left_content .heading-container .primary-outline-btn:hover {
  background-color: #fff;
  color: #1438F5;
}
.contact_section .contact_left_content .heading-container .info-text {
  color: #C2CFFB;
}
.contact_section .contact-form-wrapper {
  border: 1px solid #657DF1;
  border-radius: 6px;
  padding: 24px 36px;
  background-color: #3F5DED;
}
.contact_section .contact-form-wrapper .title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 26px;
  font-weight: 500;
}
.contact_section .contact-form-wrapper .primary-outline-btn {
  width: 100%;
  background-color: #fff;
  color: #1438F5;
  border: 1px solid #fff;
}
.contact_section .contact-form-wrapper .primary-outline-btn:hover {
  background-color: #fff;
  color: #1438F5;
}

footer {
  background-color: #0B0E17;
}
footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  footer .footer-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
footer .footer-grid .footer-content .logo {
  display: flex;
  margin-bottom: 24px;
}
footer .footer-grid .footer-content .logo img {
  max-width: 160px;
  height: auto;
  width: 100%;
}
footer .footer-grid .footer-content .text-content {
  font-size: 14px;
  color: #C2CFFB;
  margin-bottom: 0px;
}
footer .footer-grid .footer-content .footer-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer-grid .footer-content .footer-list .list-title {
  color: #FFFFFF;
}
footer .footer-grid .footer-content .footer-list .list-item {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
}
footer .footer-grid .footer-content .footer-list .list-item li a {
  color: #C2CFFB;
  font-size: 14px;
  text-decoration: none;
}
footer .footer-bottom {
  border-top: 1px solid #C2CFFB;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
footer .footer-bottom .left-content {
  color: #C2CFFB;
  font-size: 14px;
}
footer .footer-bottom .right-content {
  display: flex;
  gap: 12px;
}
footer .footer-bottom .right-content a {
  color: #C2CFFB;
  font-size: 14px;
  text-decoration: none;
}
footer .logo-lg {
  margin-top: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .logo-lg img {
  max-width: 650px;
  width: 100%;
  height: auto;
}/*# sourceMappingURL=main.css.map */