/*Component file*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;600&family=Work+Sans:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;600&family=Work+Sans:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;600&family=Work+Sans:wght@300;400;600&display=swap");
@font-face {
  font-family: oldEnglish;
  src: url(OldEnglishFive-axyVg.ttf);
}
:root {
  --succes-color: #03C988;
  --error-color: #FF0032;
}

.form-body {
  background-color: #141d28 !important;
}

.form-group {
  position: relative;
}

form .head-image {
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 15em;
}

#label {
  position: relative;
  top: 10px;
  color: #2C3333;
  background-color: #fff;
  z-index: 10;
  font-weight: 400;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused #label {
  transform: translateY(-50%);
  font-size: 1em;
  color: #2C3333;
  font-weight: 400;
}

.form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  -webkit-box-shadow: 0px 1px 0px 0px #e5e5e5;
  transition: box-shadow 150ms ease-out;
  -webkit-appearance: none;
}
.form-input:focus {
  box-shadow: 0 1px 0 0 #e5e5e5;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-controls .form-label {
  color: #777;
  display: block;
  margin-bottom: 5px;
}

.form-controls.success input {
  border-bottom: 2px solid var(--succes-color);
}

.form-controls.error input {
  border-bottom: 2px solid var(--error-color);
}

.form-controls small {
  color: var(--error-color);
  visibility: hidden;
  display: none;
}

.form-controls.error small {
  visibility: visible;
  display: block !important;
}

.success {
  margin-bottom: 3rem !important;
}

.form-check-shape[type=checkbox] {
  border-radius: 100% !important;
}

.counter {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #03C988;
  border-radius: 5px;
  padding: 0.5em 0px;
}

.counter input {
  width: 100px;
  text-align: center;
  color: black;
  outline: none;
  border: none;
}

.counter span {
  display: block;
  padding: 0 10px;
  cursor: pointer;
  color: #0081C9;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.swal-modal {
  border-top: 5px solid #0081C9;
  border-bottom: 5px solid #0081C9;
  border-radius: 10px;
}

.swal-footer {
  text-align: center;
  margin-bottom: 1.5rem;
}

.swal-modal .swal-text {
  text-align: center;
}

.swal-button-container button {
  width: 100px;
}

.card-intro {
  height: 15em !important;
  background-color: #1D2939 !important;
}
.card-intro p {
  font-size: 5rem;
  font-family: oldEnglish !important;
  color: white;
  text-shadow: 0px 5px 4px rgba(255, 255, 255, 0.336);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.container-gallery {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev-l,
.next-r {
  cursor: pointer;
  position: absolute;
  top: 55%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next-r {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev-l:hover,
.next-r:hover {
  transition: ease-in-out 0.5s;
  background-color: rgba(0, 0, 0, 0.8);
  color: #0081C9;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  background-color: #2C3333;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 600;
  top: 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active-a,
.demo:hover {
  transition: ease-in-out 0.2s;
  opacity: 1;
  border: 2px solid #1CAF9A;
}

.modal-body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.mySlides img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.br-header {
  background-color: #26354a !important;
}

#mainNav {
  position: fixed;
  top: -100px;
  width: 100%;
  display: block;
  transition: top 0.3s;
}

.masthead-device-mockup .circle {
  border-radius: 100%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.features-device-mockup .circle {
  border-radius: 100%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.special-shadow {
  box-shadow: 0px 11px 13px -6px rgba(28, 175, 154, 0.54);
  -webkit-box-shadow: 0px 11px 13px -6px rgba(28, 175, 154, 0.54);
  -moz-box-shadow: 0px 11px 13px -6px rgba(28, 175, 154, 0.54);
}

.icon-feature {
  font-size: 4rem;
}

footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}
footer a:active {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}
footer a:focus {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}

.landing-animation {
  background: linear-gradient(72.12deg, #26354a 0%, rgba(29, 41, 57, 0.9058823529) 34.72%, rgba(24, 34, 47, 0.8823529412) 75.75%, #1D2939 100%);
  height: 100vh;
  overflow: hidden;
  text-align: center;
  font-size: 28px;
}

/* variables */
/* mixins */
.wave-card {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: end;
  align-items: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.wave-card-shape {
  position: absolute;
  width: 400px;
  height: 400px;
  z-index: 1;
  opacity: 0.6;
  top: -250px;
  left: -100px;
  border-radius: 150px;
  background: #ffd600;
  animation: rotate 30s linear infinite;
}
.wave-card-shape:nth-child(1) {
  top: -245px;
  left: -98px;
  opacity: 0.4;
  z-index: 2;
  animation: rotate 25s linear infinite;
}
.wave-card-shape:nth-child(2) {
  top: -240px;
  opacity: 0.3;
  z-index: 3;
  animation: rotate 32s linear infinite;
}
.wave-card-subtitle {
  margin-bottom: 30px;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.modal-special {
  background-color: #141d28 !important;
  border: 1px solid #1CAF9A;
}
.modal-special img {
  border-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: auto;
  background: rgb(41, 55, 240);
  background: linear-gradient(90deg, rgb(41, 55, 240) 35%, rgb(159, 26, 226) 100%);
}

.close-special {
  background-color: transparent;
  color: #1CAF9A;
  border: none;
}

.modal-shop {
  background-color: #141d28;
  border: 1px solid #1CAF9A;
}
.modal-shop .modal-header {
  border-bottom: 1px solid #1CAF9A;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.swiper-slide iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}
.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.swiper-right, .swiper-left {
  color: transparent !important;
  font-size: 2em;
}
.swiper-right i, .swiper-left i {
  transition: 0.5s ease-in-out;
  color: #1CAF9A;
}
.swiper-right i:hover, .swiper-left i:hover {
  text-shadow: 0px 0px 9px rgb(28, 175, 154);
}

.swiper-left i {
  position: relative;
  left: 20px;
}

.image__wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.image__wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.special-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.special-overlay .content-overlay {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.paginated-dots span {
  background-color: #1CAF9A;
}

.progress-color {
  color: #1CAF9A;
}
.progress-color svg {
  stroke: #1CAF9A;
}

.swiper-page .swiper-slide {
  background: transparent;
}
.swiper-page img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.4));
}
.swiper-page .swiper-button-next, .swiper-page .swiper-button-prev {
  color: #1CAF9A !important;
}
.swiper-page .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1CAF9A !important;
}

@font-face {
  font-family: oldEnglish;
  src: url(OldEnglishFive-axyVg.ttf);
}
@font-face {
  font-family: oldEnglishV2;
  src: url(OldeEnglish.ttf);
}
.rw-font-100 {
  font-family: "Raleway", sans-serif !important;
  font-weight: 100;
}

.rw-font-300 {
  font-family: "Raleway", sans-serif !important;
  font-weight: 300;
}

.rw-font-600 {
  font-family: "Raleway", sans-serif !important;
  font-weight: 600;
}

h1, h2, h3, h4, h5, a {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 600;
}

::-moz-placeholder {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 300;
}

p, label, label, span, ::placeholder, input[type=text] {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 300;
}

button {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 600;
}

.font-head {
  font-family: oldEnglish !important;
  color: #1CAF9A;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.tx-shadowed {
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4) !important;
}

.font-default {
  font-family: oldEnglishV2 !important;
  letter-spacing: 0.0625em;
}

.old-font-size {
  font-size: 15pt;
}

.muted_text {
  font-family: oldEnglishV2 !important;
  font-size: 15pt;
  color: #6c757d;
}

.text-muted-font {
  font-family: oldEnglishV2 !important;
  font-size: 20pt;
}

.font-lg {
  font-size: calc(1.8rem + 2vw);
}

.special-font {
  color: #1CAF9A !important;
}

.brackets {
  color: #1CAF9A;
  font-weight: 600;
  font-size: 20pt;
}

.kosa-nav {
  font-family: oldEnglish !important;
  font-size: 13pt;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/*IPhone 12 Pro*/
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .card-intro {
    height: 10em !important;
  }
  .card-intro p {
    font-size: 30pt;
  }
  .form-btn {
    width: 100% !important;
  }
  .counter {
    width: 100%;
  }
}
/*IPhone SE*/
@media screen and (device-aspect-ratio: 375/667) {
  .card-intro {
    height: 10em !important;
  }
  .card-intro p {
    font-size: 30pt;
  }
  .form-btn {
    width: 100% !important;
  }
  .card-hover-modal #username, .card-hover-modal #mobile, .card-hover-modal #email, .card-hover-modal #address {
    border-left: 1px solid #26354a !important;
  }
  .svg-waves {
    display: none;
  }
  .counter {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .card-intro p {
    font-size: 15pt;
  }
  .counter {
    width: 100%;
  }
}
/*Pixel 5*/
@media only screen and (min-width: 393px) and (max-width: 767px) {
  .card-intro {
    height: 10em !important;
  }
  .card-intro p {
    font-size: 40pt;
  }
  .form-btn {
    width: 100% !important;
  }
  .counter {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .svg-waves {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .featured-body .card-first {
    right: 15%;
  }
  .featured-body .card-end {
    left: 15%;
  }
  .featured-body .card-centered {
    transform: translateY(-10%);
  }
}
@media (min-width: 1400px) {
  .featured-body .card-first {
    right: 15%;
  }
  .featured-body .card-end {
    left: 15%;
  }
  .featured-body .card-centered {
    transform: translateY(-10%);
  }
  .svg-waves {
    height: 180px;
  }
}
/*Iphone 14 Pro*/
/*Iphone 14 Pro MAX*/
@font-face {
  font-family: oldEnglish;
  src: url(OldEnglishFive-axyVg.ttf);
}
@font-face {
  font-family: oldEnglishV2;
  src: url(OldeEnglish.ttf);
}
.rw-font-100 {
  font-family: "Raleway", sans-serif !important;
  font-weight: 100;
}

.rw-font-300 {
  font-family: "Raleway", sans-serif !important;
  font-weight: 300;
}

.rw-font-600 {
  font-family: "Raleway", sans-serif !important;
  font-weight: 600;
}

h1, h2, h3, h4, h5, a {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 600;
}

::-moz-placeholder {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 300;
}

p, label, label, span, ::placeholder, input[type=text] {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 300;
}

button {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 600;
}

.font-head {
  font-family: oldEnglish !important;
  color: #1CAF9A;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.tx-shadowed {
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4) !important;
}

.font-default {
  font-family: oldEnglishV2 !important;
  letter-spacing: 0.0625em;
}

.old-font-size {
  font-size: 15pt;
}

.muted_text {
  font-family: oldEnglishV2 !important;
  font-size: 15pt;
  color: #6c757d;
}

.text-muted-font {
  font-family: oldEnglishV2 !important;
  font-size: 20pt;
}

.font-lg {
  font-size: calc(1.8rem + 2vw);
}

.special-font {
  color: #1CAF9A !important;
}

.brackets {
  color: #1CAF9A;
  font-weight: 600;
  font-size: 20pt;
}

.kosa-nav {
  font-family: oldEnglish !important;
  font-size: 13pt;
}

.special-btn {
  border: 2px solid #1CAF9A;
  color: white;
  font-family: oldEnglishV2 !important;
  font-size: 15pt;
}
.special-btn:hover {
  border: 2px solid white;
  color: #1CAF9A;
}

.navbar-toggler {
  border: none;
  outline: none !important;
  color: #1CAF9A !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}

section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.odd-bg {
  background-color: #141d28;
}

.even-bg {
  background-color: #1D2939;
}

section.cta {
  position: relative;
  padding: 15rem 0;
  background-image: url("https://source.unsplash.com/5g41N3uRPf8/1500x800");
  background-position: center;
  background-size: cover;
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}
section.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@font-face {
  font-family: oldEnglish;
  src: url(OldEnglishFive-axyVg.ttf);
}
@font-face {
  font-family: oldEnglishV2;
  src: url(OldeEnglish.ttf);
}
.rw-font-100 {
  font-family: "Raleway", sans-serif !important;
  font-weight: 100;
}

.rw-font-300 {
  font-family: "Raleway", sans-serif !important;
  font-weight: 300;
}

.rw-font-600 {
  font-family: "Raleway", sans-serif !important;
  font-weight: 600;
}

h1, h2, h3, h4, h5, a {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 600;
}

::-moz-placeholder {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 300;
}

p, label, label, span, ::placeholder, input[type=text] {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 300;
}

button {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 600;
}

.font-head {
  font-family: oldEnglish !important;
  color: #1CAF9A;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.tx-shadowed {
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4) !important;
}

.font-default {
  font-family: oldEnglishV2 !important;
  letter-spacing: 0.0625em;
}

.old-font-size {
  font-size: 15pt;
}

.muted_text {
  font-family: oldEnglishV2 !important;
  font-size: 15pt;
  color: #6c757d;
}

.text-muted-font {
  font-family: oldEnglishV2 !important;
  font-size: 20pt;
}

.font-lg {
  font-size: calc(1.8rem + 2vw);
}

.special-font {
  color: #1CAF9A !important;
}

.brackets {
  color: #1CAF9A;
  font-weight: 600;
  font-size: 20pt;
}

.kosa-nav {
  font-family: oldEnglish !important;
  font-size: 13pt;
}

.multiple-card .card {
  position: relative;
  bottom: 20px;
  background-color: #1D2939 !important;
  border: 1px solid #1CAF9A;
  transition: 0.3s ease-in-out;
}
.multiple-card .card h1, .multiple-card .card h2, .multiple-card .card h3, .multiple-card .card h4, .multiple-card .card h5, .multiple-card .card h6 {
  font-family: oldEnglish !important;
  color: #1CAF9A;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.multiple-card .card p {
  font-family: "Raleway", sans-serif !important;
  font-weight: 600;
  font-size: 11pt;
  margin-top: 0.5em;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.multiple-card .card:hover {
  cursor: zoom-in;
  position: relative;
  transform: translateY(-5px);
  box-shadow: 0px 11px 13px -6px rgba(28, 175, 154, 0.54);
  -webkit-box-shadow: 0px 11px 13px -6px rgba(28, 175, 154, 0.54);
  -moz-box-shadow: 0px 11px 13px -6px rgba(28, 175, 154, 0.54);
}
.multiple-card img {
  border-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: auto;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4392156863));
  /*background: rgb(41,55,240);
  background: linear-gradient(90deg, rgba(41,55,240,1) 35%, rgba(159,26,226,1) 100%);*/
}

.card-hover {
  transition: ease-in-out 0.3s;
}
.card-hover:hover {
  border-top: 8px solid #0081C9;
  box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.94);
  -webkit-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.94);
  -moz-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.94);
}

.card-hover-modal {
  background-color: #26354a;
  transition: ease-in-out 0.3s;
  border: 1px solid #1CAF9A;
}
.card-hover-modal:hover {
  border-top: 8px solid #1CAF9A;
  box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.94);
  -webkit-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.94);
  -moz-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.94);
}
.card-hover-modal label, .card-hover-modal input {
  background-color: #26354a !important;
}
.card-hover-modal .form-check-shape {
  border: 2px solid #1CAF9A;
  color: white;
}
.card-hover-modal input {
  color: #1CAF9A;
}
.card-hover-modal input::-moz-placeholder {
  color: white;
  opacity: 0.5;
}
.card-hover-modal input::placeholder {
  color: white;
  opacity: 0.5;
}
.card-hover-modal .counter {
  border: 2px solid #1CAF9A;
}
.card-hover-modal .counter i {
  color: #1CAF9A;
}

.svg-waves {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100px;
}

.svg-waves__parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.svg-waves__parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
  fill: rgba(28, 175, 153, 0.4941176471);
}

.svg-waves__parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
  fill: rgba(28, 175, 153, 0.5882352941);
}

.svg-waves__parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
  fill: rgba(28, 175, 153, 0.8901960784);
}

.svg-waves__parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
  fill: #1CAF9A;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.featured-body {
  background-color: #141d28 !important;
  border-top: 4px solid #1CAF9A;
  border-bottom: 4px solid #1CAF9A;
}
.featured-body .featured-header {
  color: #1CAF9A;
  text-align: center;
}
.featured-body .card {
  background-color: #26354a !important;
  border: 1px solid #1CAF9A;
  text-transform: capitalize;
}
.featured-body .card .cloth-a {
  background-color: #D5B4B4;
  border-radius: 2%;
}
.featured-body .card .cloth-b {
  background-color: #F5EBEB;
  border-radius: 2%;
}
.featured-body .card .cloth-c {
  background-color: #E4D0D0;
  border-radius: 2%;
}

.footer-section {
  background: #1D2939;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #1CAF9A;
}
.footer-cta .row .col-xl-4:nth-child(1) .single-cta i {
  position: absolute;
  color: #1CAF9A;
}
.footer-cta .row .col-xl-4:nth-child(1) .single-cta .cta-text {
  padding-left: 32px;
}
.footer-cta .row .col-xl-4:nth-child(2) .single-cta i {
  color: #14ffa7;
}
.footer-cta .row .col-xl-4:nth-child(3) .single-cta i {
  color: #ffd700;
}

.single-cta i {
  color: #1CAF9A;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo img {
  max-width: 120px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 21px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.footer-social-icon .social_icon {
  text-align: left;
}
.footer-social-icon .social_icon li {
  float: inherit !important;
  display: inline-block !important;
  width: inherit;
}
.footer-social-icon .social_icon li a {
  width: 40px;
  height: 40px;
}
.footer-social-icon .social_icon li a i {
  font-size: 15px;
  line-height: 39px;
}

.facebook-bg {
  background: #3b5998;
}

.twitter-bg {
  background: #55acee;
}

.google-bg {
  background: #dd4b39;
}

.footer-widget-heading h4 {
  position: relative;
}
.footer-widget-heading h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #1CAF9A;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.footer-widget ul li a:hover {
  color: #1CAF9A;
  text-decoration: none;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #141d28;
  border: 1px solid #1CAF9A;
  color: #1CAF9A !important;
}
.subscribe-form input:focus {
  background-color: #141d28;
  border: 1px solid #1CAF9A;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #1CAF9A;
  padding: 13px 20px;
  border: 1px solid #1CAF9A;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #141d28;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a {
  color: #1CAF9A;
}
.copyright-text p a:hover {
  text-decoration: none;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #1CAF9A;
  text-decoration: none;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.social_icon {
  text-align: right;
  margin: 0;
  margin-top: 3px;
}
.social_icon li {
  display: inline-block;
  margin: 0 5px;
}
.social_icon li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
}
.social_icon li a i {
  font-size: 15px;
  line-height: 20px;
}
.social_icon li:nth-child(1) a {
  background: #4267b2;
  color: #fff;
}
.social_icon li:nth-child(1):hover a {
  background: #fff;
  color: #4267b2;
}
.social_icon li:nth-child(2) a {
  background: #1da1f2;
  color: #fff;
}
.social_icon li:nth-child(2):hover a {
  background: #fff;
  color: #1da1f2;
}
.social_icon li:nth-child(3) a {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
  color: #fff;
}
.social_icon li:nth-child(3):hover a {
  background: #fff;
  color: #bc1888;
}
.social_icon li:nth-child(4) a {
  background: #ff0000;
  color: #fff;
}
.social_icon li:nth-child(4):hover a {
  background: #fff;
  color: #ff0000;
}
