.slider-area .swiper-slide .content .explore-btn:hover,
.slider-area .swiper-slide .content .explore-btn-two:hover,
.explore-btn:hover,
.explore-btn-two:hover {
  color: #01107d;
}
.service-icon {
  height: 60px;
  width: auto;
}
.service-content .service-card .front {
  background-color: #1b1e1f;
}
.go-back {
  cursor: pointer;
  color: #ffd230;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
.go-back:hover {
  color: #01107d;
}
.about-content .section-divider {
  width: 100%;
  height: 2px;
  margin-top: 40px;
  background-color: #343839;
  position: relative;
}
.about-content .section-divider::after {
  width: 120px;
  height: 2px;
  background-color: #ffd230;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.serve-content {
  position: relative;
  padding: 30px 24px;
  background-color: #141718;
}
.contact-content {
  position: relative;
  padding: 30px 24px;
  background-color: #000;
}
@media (min-width: 992px) {
  .service-content {
    padding: 60px 24px 30px 24px;
  }
}

/*** Service Card ***/
.serve .service-card {
  border-radius: 12px;
  border: 1px dashed rgba(254, 254, 254, 0.4);
  padding: 20px;
  transition: all 500ms ease;
  position: relative;
}
@media (min-width: 1200px) {
  .serve .service-card {
    padding: 24px 32px;
    background-color: #000000;
  }
}
.serve .service-card .service-no {
  transition: all 500ms ease;
}
.serve .service-card .shape {
  -webkit-clip-path: polygon(
    15% 48%,
    15% 26%,
    97% 26%,
    93% 31%,
    19% 31%,
    19% 43%,
    89% 43%,
    84% 48%
  );
  clip-path: polygon(
    15% 48%,
    15% 26%,
    97% 26%,
    93% 31%,
    19% 31%,
    19% 43%,
    89% 43%,
    84% 48%
  );
  background-color: #232627;
  transition: all 500ms ease;
  width: 200px;
  height: 100px;
  left: 0;
  position: absolute;
  top: 40px;
}
.serve .service-card:hover {
  border-color: #ffd230;
}
.serve .service-card:hover .service-no {
  color: #ffd230;
}
.serve .service-card:hover .shape {
  background-color: #ffd230;
}
.serve .service-card:hover .arrow-cont .arrow {
  filter: grayscale(0%);
}
.serve .service-card:hover .arrow-cont::after {
  border-color: #ffd230;
}
.serve .service-card .arrow-cont {
  position: relative;
  display: inline-block;
}
.serve .service-card .arrow-cont .arrow {
  filter: grayscale(100%);
  transition: all 500ms ease;
}
.serve .service-card .arrow-cont::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  top: -5px;
  right: -12px;
  z-index: 10;
  border: 1px dashed #bab9bb;
}

/*** Contact Us ***/
.information {
  padding-top: 100px;
  min-height: 100vh;
}
.information .info-left {
  border-radius: 12px;
  background-color: #141718;
  padding: 20px;
}
@media (min-width: 768px) {
  .information .info-left {
    padding: 30px 40px;
  }
}
@media (min-width: 1400px) {
  .information .info-left {
    padding: 40px 60px;
  }
}
.information .info-left .btns {
  border-radius: 32px;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #000000;
}
@media (min-width: 1200px) {
  .information .info-left .btns {
    justify-content: space-between;
  }
}
.information .info-left .btns span {
  border: none;
  width: 100%;
  background-color: #000000;
  color: #fefefe;
  padding: 12px 25px;
  border-radius: 32px;
  cursor: pointer;
}
@media (min-width: 480px) {
  .information .info-left .btns span {
    width: auto;
  }
}
.information form input[type="number"]::-webkit-inner-spin-button,
.information form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.information form input::-moz-placeholder,
.information form textarea::-moz-placeholder {
  color: #b1abab;
}
.information form input::placeholder,
.information form textarea::placeholder {
  color: #b1abab;
}
.information form input {
  color: #f3f5f7;
}
.information .form-control,
.information .form-select {
  background-color: #232627;
  border-radius: 12px;
  color: #f3f5f7;
  height: 53px;
  border: 1px dashed rgba(99, 99, 99, 0.5);
}
.information .form-control:focus,
.information .form-select:focus {
  box-shadow: none;
  border-color: #ffd230;
  background-color: #000000;
}
.information textarea {
  min-height: 250px;
}
.information button {
  border: 0;
}
.information .form-floating label {
  color: #bab9bb;
}
.information .form-floating label::after {
  background-color: transparent;
}
.information .payment-card {
  border-radius: 12px;
  border: 1px dashed rgba(99, 99, 99, 0.5);
  background-color: #232627;
  padding: 6px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.information .payment-card.active {
  border-color: #ffd230;
  background-color: #000000;
}

.info-right {
  background-color: #141718;
  border-radius: 12px;
  padding: 20px;
}
@media (min-width: 1200px) {
  .info-right {
    padding: 24px 40px;
  }
}
.info-right .order-img {
  padding: 12px;
  border: 1px dashed gray;
  border-radius: 8px;
  position: relative;
}
.info-right .order-img span {
  border-radius: 50%;
  border: 1px dashed white;
  width: 30px;
  height: 30px;
  display: flex;
  color: #fefefe;
  align-items: center;
  background-color: #141718;
  justify-content: center;
  position: absolute;
  top: -15px;
  right: -15px;
}
.info-right .payment-img-card {
  border-radius: 12px;
  padding: 10px 24px;
  border: 1px dashed #343839;
  background-color: #232627;
}

.payment-img-card {
  border-radius: 12px;
  padding: 10px 24px;
  border: 1px dashed #343839;
  background-color: #232627;
}

.complete {
  max-width: 630px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .complete {
    padding-top: 50px;
  }
}
/*** contact content ***/
.contact-content input[type="file"] {
  height: 34px;
}

/*** Logo ***/
#logo {
  position: absolute;
  z-index: 10000;
  padding: 10px 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

#logo img {
  height: 60px;
  width: auto;
}
