
/* Contact Form css */
.iti__selected-dial-code{
  color: var(--global-palette9);
}
.wpcf7 .wpcf7-textarea {
  height: 100px;
  background-color: var(--global-palette4);
  border: var(--global-palette4);
}
.iti--separate-dial-code {
  width: 100%;
}
.wpcf7-form-control-wrap {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin-bottom: 10px;
}

.form-group {
  margin-bottom: 0 !important;
}

.half .form-group {
  width: 50%;
}

.right-column {
  padding-left: 11px !important;
}

.wpcf7 .wpcf7-select {
  padding-left: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/icons/select-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: 95% center !important;
}

.wpcf7 .wpcf7-select option {
  background: var(--global-palette9);
}
.wpb_wrapper #loginform .input,
.woocommerce-product-search .search-field,
.search-form .search-field,
.wpcf7 input[type="date"],
.wpcf7 input[type="number"],
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-email,
.wpcf7 .wpcf7-select,
.modal-content-inner .wpcf7 .wpcf7-text,
.modal-content-inner .wpcf7 .wpcf7-email {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  width: 100%;
  box-sizing: border-box;
  min-width: 100%;
  border: none;
  box-shadow: none;
  letter-spacing: 0;
  outline: none;
  color: var(--global-palette9);
  line-height: 35px;
  height: 35px;
  padding: 0 20px;
  text-align: left;
  font-family: inherit;
  border-radius: 4px;
  font-weight: 400;
   background-color: var(--global-palette4);
}

.wpcf7 input[type="number"] {
  padding-right: 0;
}

.wpcf7-submit {
  width: 100%;
  text-align: center;
}

.wpcf7-submit:hover {
  -webkit-transform: translate3d(0, -3px, 0) !important;
  transform: translate3d(0, -3px, 0) !important;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .15) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .15) !important;
  border: 1px solid var(--global-palette9);
}

::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

:-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--global-palette6) !important;
}

/* Other Css */
.header-button,
.theme-btn {
  z-index: 1;
  color: #ffffff;
  line-height: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  background-color: #e21f36;
  position: relative;
  overflow: hidden;
}

.header-button::before,
.theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
  background: linear-gradient(right, #ffffff, transparent);
  -webkit-animation: right 2s linear infinite;
  animation: right 2s linear infinite;
}

.header-button span::before,
.theme-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
  background: linear-gradient(top, #ffffff, transparent);
  -webkit-animation: top 2s linear infinite;
  animation: top 2s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.header-button span::after,
.theme-btn span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
  background: linear-gradient(bottom, #ffffff, transparent);
  -webkit-animation: bottom 2s linear infinite;
  animation: bottom 2s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.header-button::after,
.theme-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
  background: linear-gradient(left, #ffffff, transparent);
  -webkit-animation: left 2s linear infinite;
  animation: left 2s linear infinite;
}

.overly-one {
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.overly-one:hover::after {
  bottom: 30px;
  opacity: 1;
}

.overly-one:hover .overly-two::after {
  top: 145px;
  opacity: 1;
}

.overly-one::before {
  bottom: -1px;
}

.overly-one::after {
  left: -1px;
}

.overly-one .overly-two::before {
  top: -1px;
}

.overly-one .overly-two::after {
  right: 2px;
}

.single-feature {
  padding: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #ffffff;
  border: 4px solid var(--global-palette1);
}

.single-feature:hover {

  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.overly-one::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#e21f36), to(transparent));
  background: linear-gradient(left, #e21f36, transparent);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  z-index: 1;
}

.overly-one::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e21f36), to(transparent));
  background: linear-gradient(top, #e21f36, transparent);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.overly-one .overly-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#e21f36));
  background: linear-gradient(left, transparent, #e21f36);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.overly-one .overly-two::after {
  content: "";
  position: absolute;
  top: -100%;
  right: 0;
  width: -6px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#e21f36), to(transparent));
  background: linear-gradient(bottom, #e21f36, transparent);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}
.pulse-shrink:active,
.pulse-shrink:focus,
.pulse-shrink:hover {
  animation-name: elementor-animation-pulse-shrink;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate
}

@keyframes pulse-shrink {
  to {
    transform: scale(0.9)
  }
}
@keyframes left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes right {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes top {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes bottom {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(-225deg,
      #db9209 0%,
      #7a1010 29%,
      #ff1361 67%,
      #fff800 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;

}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.hading-underline-animation {
  display: inline-block;
  position: relative;

}

.hading-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #e21f36;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hading-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.zoom:hover {
  transform: scale(1.5);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.img-zoom{
border-radius: 10px;
transition-duration: 0.3s;
}
.img-zoom:hover{
  transform: scale(1.1) rotate(4deg);
}
