/* **************************** */
/* Splide Carousel Specific CSS */
/* **************************** */

.splide {
  margin: auto;
}

.thumbnails {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}

.thumbnail {
  width: 70px;
  height: 70px;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
  opacity: 0.3;
}

.thumbnail.is-active {
  opacity: 1;
}

.thumbnail img {
  width: 100%;
  height: auto;
}

.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide__slide {
  opacity: 0.6;
}

.splide__slide.is-active {
  opacity: 1;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 2;
  border-radius: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2.5em;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5em;
  z-index: 1
}

.splide__arrow svg {
  fill: #2600ff;
  height: 2.5em;
  transition: fill .2s linear;
  width: 2.5em
}

.splide__arrow:hover:not(:disabled) svg {
  fill: #66d9ff
}

/* ************************* */
/* Contact Form Specific CSS */
/* ************************* */

.contact h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

form .input-box {
  display: flex;
  justify-content: space-between;
}

.input-box .input-field {
  width: 48.5%;
}

.field .item {
  width: 100%;
  padding: 18px;
  background: transparent;
  border: 2px solid rgb(38, 0, 255);
  outline: none;
  border-radius: 6px;
  font-size: 24px;
  color: #29293b;
  margin: 12px 0;
}

.field .item::placeholder {
  color: rgba(51, 47, 47, 0.5);
}

.field.error .item {
  border-color: #d93025;
}

.field .error-txt {
  font-size: 14.5px;
  color: #d93025;
  text-align: left;
  margin: -5px 0 10px;
  display: none;
}

.field.error .error-txt {
  display: block;
}

form .textarea-field .item {
  resize: none;
}

form .textarea-field .error-txt {
  margin-top: -10px;
}

form .cfbutton {
  padding: 12px 32px;
  border: 2px solid rgb(38, 0, 255);
  outline: none;
  background-color: lightsteelblue;
  border-radius: 6px;
  box-shadow: none;
  font-size: 1rem;
  color: #080808;
  letter-spacing: 1px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
  transition: .5s;
}

form .cfbutton:hover {
  box-shadow: 0 0 10px #0ef;
}

/* H+0+N+E+Y+P+0+T */ 
.iwbq {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}