/*

Template 2075 Digital Team

http://www.tooplate.com/view/2075-digital-team

*/

body {
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: relative;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

img,
.el-image {
  pointer-events: none;
}

.vue-toggles {
  .dot {
    width: 12px !important;
    height: 12px !important;
    margin-left: 2px !important;
  }
  &[aria-checked="true"]{
    .dot{
      margin-left: 10px !important;
    }
  }
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
  margin: 8px auto;
  text-transform: capitalize;
}

.heading {
  font-size: 20px;
}

.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}

.bold {
  font-weight: bold;
}

p {
  line-height: 28px;
}

a {
  outline: none !important;
}

hr {
  width: 180px;
  border-color: #ccc;
}

.section-title strong {
  color: #00c6d7;
  font-size: 56px;
}

.section-title h1 {
  font-size: 24px;
}

.section-title {
  padding-bottom: 32px;
}

.medium-icon {
  font-size: 32px !important;
}

.arrow-icon {
  font-size: 2em;
  display: inline-block;
  margin-left: 0px;
  color: #000000 !important;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.btn-default:hover .arrow-icon {
  color: #000000 !important;
}

/* .overplay{
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.6) 25%, rgba(255, 180, 40, 0.855) 75%, rgb(255, 164, 37) 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  overflow: hidden;
  z-index: 1;
} */
@media screen and (max-height: 699px) and (min-width: 1024px) {
  .overplay {
    min-height: 900px;
    position: relative;
  }
}

/* ==========================================================================
infoCards section
========================================================================== */

/* .info-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 50px auto;
}

.info-card {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 200px;
  max-width: 300px;
  background: #f5f5f5;
  padding: 20px 15px;
  border-radius: 12px;
  font-family: sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

.info-card p {
  padding: 0;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  max-width: auto;
  font-family: 'degular-variable';
  word-break: break-word;
}

.yellow-icon,
.gray-icon,
.orange-icon,
.darkgray-icon {
  font-size: 5em;
  display: flex;
  align-items: center;
  border-radius: 50%;
  padding: 15px;
  justify-content: center;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.yellow-icon img,
.gray-icon img,
.orange-icon img,
.darkgray-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */

/* CARD BACKGROUND COLORS */
/* .yellow      { background-color: #fff2d5; }
.gray        { background-color: #d9d9d9; }
.orange      { background-color: #fbe7de; }
.darkgray    { background-color: #c3beba; } */

/* ICON BACKGROUND COLORS */
/* .yellow-icon   { 
  background-color: #f9de9f; 
  font-size:xx-large;
  border-radius: 50%;
  padding: 5px 5px;
}
.gray-icon     { 
  background-color: #bababa;
  font-size:xx-large;
  border-radius: 50%;
  padding: 5px 5px; 
}
.orange-icon   { 
  background-color: #ffc7ae;
  font-size:xx-large;
  border-radius: 50%;
  padding: 5px 5px; 
}
.darkgray-icon { 
  background-color: #a8a5a3; 
  font-size:xx-large;
  border-radius: 50%;
  padding: 5px 5px;
} */

/* ==========================================================================
Sp section
========================================================================== */
#sp {
  background-color: #e8e8e8;
  padding: 80px 0;
}

#sp .sp-header-titles {
  text-align: center;
  margin-bottom: 40px;
}

#sp h1 {
  font-size: 3em;
  margin-bottom: 15px;
  font-weight: 100;
  font-family: "degular-variable";
  text-transform: uppercase;
}

#sp h5 {
  font-size: 1.6em;
  margin: 40px 0 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  font-family: "degular-variable";
  font-style: italic;
}

#sp h3 {
  font-size: 1em;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
  font-family: "degular-variable";
}

.tourist-section {
  margin-bottom: 30px;
}

.merchant-section {
  margin-bottom: 30px;
}

#sp .sp-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}

.sp-feature-block {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
  background-color: #f6f8f8;
  transition: transform 0.3s ease;
}

.sp-feature-block:hover {
  transform: translateY(-5px);
}

#sp .sp-feature-wrapper.tourist {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: nowrap;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

#sp .sp-feature-wrapper.merchant {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: nowrap;
  max-width: 1000px;
  margin: 0 auto 40px auto;
}

.el-col {
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}

.sp-feature-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.tourist-section .sp-row {
  justify-content: center;
}

.sp-feature-block:hover {
  transform: translateY(-5px);
}

.sp-icon-container {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 15px;
  height: 250px;
  align-items: center;
}

#sp .sp-text-container {
  padding: 0 15px;
  text-align: left;
  align-self: flex-start;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.tourist-section .sp-row {
  justify-content: center;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.row.sp-footer-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

/* ==========================================================================
preloader section
========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: none repeat scroll 0 0 #fff;
}

.sk-spinner-circle.sk-spinner {
  width: 22px;
  height: 22px;
  position: relative;
}

.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-spinner-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #00c6d7;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.nav-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #606060;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
}

.nav-tabs > li > a:hover {
  background-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #00c6d7;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}

.tab-content {
  padding-top: 20px;
}

/* .doc-content h2 strong,
.doc-content h2 span,
.doc-content p strong,
.doc-content p span {
  font-family: Arial;
} */

.tab-content a {
  color: #0cc;
}

.tab-content a:hover,
.tab-content a:link {
  color: #ff0;
  text-decoration: none;
}

/* ==========================================================================
team section
========================================================================== */
#team {
  text-align: center;
}

#team h3 {
  color: #00c6d7;
  font-size: 14px;
  font-weight: bold;
}

#team .col-md-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

#team .team-wrapper {
  overflow: hidden;
  position: relative;
}

#team .team-des {
  background-color: rgba(00, 00, 00, 0.6);
  position: absolute;
  color: #ffffff;
  opacity: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#team .team-des:hover {
  opacity: 1;
}

#team img {
  margin: 0 auto;
}

#team .social-icon li a {
  color: #fff;
}

#team .social-icon li a:hover {
  color: #00c6d7;
}

/* ==========================================================================
portfolio section
========================================================================== */
#portfolio {
  background-color: #f6f6f6;
  text-align: center;
}

#portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}

#portfolio img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}

#portfolio img:hover {
  opacity: 0.5;
}

/* FILTER CSS */
.filter-wrapper {
  width: 100%;
  margin: 40px 0 24px 0;
  overflow: hidden;
  text-align: center;
}

.filter-wrapper li {
  display: inline-block;
  margin: 4px;
}

.filter-wrapper li a {
  color: #999999;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 17px;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
  color: #00c6d7;
  outline: none;
}

/* ISOTOPE BOX CSS */
.iso-box-section {
  width: 100%;
}

.iso-box-wrapper {
  width: 100%;
  padding: 0;
  clear: both;
  position: relative;
}

.iso-box {
  position: relative;
  min-height: 50px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}

.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fluid-img {
  width: 100%;
  display: block;
}

/* ==========================================================================
pricing section
========================================================================== */
#pricing {
  text-align: center;
}

#pricing h2 {
  font-size: 52px;
}

#pricing h3 {
  font-size: 16px;
}

#pricing .plan {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.2);
  padding-top: 40px;
  padding-bottom: 80px;
  margin-bottom: 32px;
}

#pricing .plan span {
  font-size: 16px;
}

#pricing .plan .plan_title {
  font-weight: 300;
  letter-spacing: 2px;
  padding: 30px;
  margin-bottom: 20px;
}

#pricing .medium-icon {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.2);
  border-radius: 50%;
  font-size: 52px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin-bottom: 32px;
}

#pricing .plan ul {
  padding: 0px;
}

#pricing .plan ul li {
  display: block;
  font-weight: 500;
  padding: 12px 0px;
}

#pricing .plan .btn {
  border: none;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 60px;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  text-transform: uppercase;
}

#pricing .plan-one .btn {
  background-color: #00c6d7;
}

#pricing .plan-two .btn {
  background-color: #ffa400;
}

#pricing .plan-three .btn {
  background-color: #009988;
}

#pricing .plan .btn:hover {
  background-color: #3b3b3b;
}

/* ==========================================================================
footer section
========================================================================== */
footer {
  /* text-align: center; */
}

footer p {
  padding-top: 20px;
}

.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 6px;
}

.social-icon li a {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.09);
  color: #808080;
  font-size: 20px;
  width: 56px;
  height: 56px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.social-icon li a:hover {
  color: #00c6d7;
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }
}

/* ==========================================================================
responsive state
========================================================================== */
@media (max-width: 767px) {
  .image-box img {
    max-height: 300px;
  }

  .image-box h2 {
    font-size: 22px;
  }

  p {
    font-size: 14px;
  }
}
