@charset "UTF-8";

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Gilroy';
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  background: #F2E4E4;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
  scroll-behavior: smooth;

}



.mozilla-font {
  font-family: "Mozilla Text", sans-serif;
}

.handjet-font {
  font-family: "Handjet", sans-serif;
}

.bg-light {
  background: #fff !important;
  color: #1f1f1f;
}

.bg-light p {
  color: #4e4b4b;
}

.bg-light .butn-more .arrow-icon {
  background: #ccc;
}

.bg-dark {
  background: #0a0a0a !important;
}

.main-color {
  color: #DDF160 !important;
}

.main-colorbg {
  background-color: #DDF160 !important;
}

.main-color2 {
  color: #9F8BE7 !important;
}

.main-colorbg2 {
  background-color: #9F8BE7 !important;
}

img {
  max-width: 100%;
  height: auto;
}

ul li {
  list-style: none;
}

ul.rest {
  margin: 0;
  padding: 0;
}

video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

video.bgvid {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.accordion,
.accordion-item {
  color: inherit !important;
}

:focus-visible {
  outline: none;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545 !important;
}

.g-recaptcha.is-invalid iframe {
  border: 1px solid #dc3545 !important;
}


.social-icon-circle a:hover {
  background: #fff;
  color: #171717;
}

.plink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.shape-top-left {
  position: absolute;
  top: 150px;
  left: -100px;
  z-index: -1;
}

.shape-top-right {
  position: absolute;
  top: 150px;
  right: -100px;
  z-index: -1;
}

.shape-bottom-left {
  position: absolute;
  bottom: 100px;
  left: -100px;
  z-index: -1;
}

.shape-bottom-right {
  position: absolute;
  bottom: 100px;
  right: -100px;
  z-index: -1;
}

.shape-top-center {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.shape-bottom-center {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.shape-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

/* ====================================================================================
    03. Loop - Padding, margin, position, font weight, min height, opacity and z-index
======================================================================================= */
/* Padding and margin */
.p-5px {
  padding: 5px !important;
}

.p-10px {
  padding: 10px !important;
}

.p-15px {
  padding: 15px !important;
}

.p-20px {
  padding: 20px !important;
}

.p-25px {
  padding: 25px !important;
}

.p-30px {
  padding: 30px !important;
}

.p-35px {
  padding: 35px !important;
}

.p-40px {
  padding: 40px !important;
}

.p-45px {
  padding: 45px !important;
}

.p-50px {
  padding: 50px !important;
}

.p-55px {
  padding: 55px !important;
}

.p-60px {
  padding: 60px !important;
}

.p-65px {
  padding: 65px !important;
}

.p-70px {
  padding: 70px !important;
}

.p-75px {
  padding: 75px !important;
}

.p-80px {
  padding: 80px !important;
}

.p-1 {
  padding: 1% !important;
}

.p-2 {
  padding: 2% !important;
}

.p-3 {
  padding: 3% !important;
}

.p-4 {
  padding: 4% !important;
}

.p-5 {
  padding: 5% !important;
}

.p-6 {
  padding: 6% !important;
}

.p-7 {
  padding: 7% !important;
}

.p-8 {
  padding: 8% !important;
}

.p-9 {
  padding: 9% !important;
}

.p-10 {
  padding: 10% !important;
}

.p-11 {
  padding: 11% !important;
}

.p-12 {
  padding: 12% !important;
}

.p-13 {
  padding: 13% !important;
}

.p-14 {
  padding: 14% !important;
}

.p-15 {
  padding: 15% !important;
}

.p-16 {
  padding: 16% !important;
}

.p-17 {
  padding: 17% !important;
}

.p-18 {
  padding: 18% !important;
}

.p-19 {
  padding: 19% !important;
}

.p-20 {
  padding: 20% !important;
}

.p-21 {
  padding: 21% !important;
}

.p-22 {
  padding: 22% !important;
}

.p-23 {
  padding: 23% !important;
}

.p-24 {
  padding: 24% !important;
}

.p-25 {
  padding: 25% !important;
}

.p-26 {
  padding: 26% !important;
}

.p-27 {
  padding: 27% !important;
}

.p-28 {
  padding: 28% !important;
}

.p-29 {
  padding: 29% !important;
}

.p-30 {
  padding: 30% !important;
}

.pt-5px {
  padding-top: 5px !important;
}

.pt-10px {
  padding-top: 10px !important;
}

.pt-15px {
  padding-top: 15px !important;
}

.pt-20px {
  padding-top: 20px !important;
}

.pt-25px {
  padding-top: 25px !important;
}

.pt-30px {
  padding-top: 30px !important;
}

.pt-35px {
  padding-top: 35px !important;
}

.pt-40px {
  padding-top: 40px !important;
}

.pt-45px {
  padding-top: 45px !important;
}

.pt-50px {
  padding-top: 50px !important;
}

.pt-55px {
  padding-top: 55px !important;
}

.pt-60px {
  padding-top: 60px !important;
}

.pt-65px {
  padding-top: 65px !important;
}

.pt-70px {
  padding-top: 70px !important;
}

.pt-75px {
  padding-top: 75px !important;
}

.pt-80px {
  padding-top: 80px !important;
}

.pt-1 {
  padding-top: 1% !important;
}

.pt-2 {
  padding-top: 2% !important;
}

.pt-3 {
  padding-top: 3% !important;
}

.pt-4 {
  padding-top: 4% !important;
}

.pt-5 {
  padding-top: 5% !important;
}

.pt-6 {
  padding-top: 6% !important;
}

.pt-7 {
  padding-top: 7% !important;
}

.pt-8 {
  padding-top: 8% !important;
}

.pt-9 {
  padding-top: 9% !important;
}

.pt-10 {
  padding-top: 10% !important;
}

.pt-11 {
  padding-top: 11% !important;
}

.pt-12 {
  padding-top: 12% !important;
}

.pt-13 {
  padding-top: 13% !important;
}

.pt-14 {
  padding-top: 14% !important;
}

.pt-15 {
  padding-top: 15% !important;
}

.pt-16 {
  padding-top: 16% !important;
}

.pt-17 {
  padding-top: 17% !important;
}

.pt-18 {
  padding-top: 18% !important;
}

.pt-19 {
  padding-top: 19% !important;
}

.pt-20 {
  padding-top: 20% !important;
}

.pt-21 {
  padding-top: 21% !important;
}

.pt-22 {
  padding-top: 22% !important;
}

.pt-23 {
  padding-top: 23% !important;
}

.pt-24 {
  padding-top: 24% !important;
}

.pt-25 {
  padding-top: 25% !important;
}

.pt-26 {
  padding-top: 26% !important;
}

.pt-27 {
  padding-top: 27% !important;
}

.pt-28 {
  padding-top: 28% !important;
}

.pt-29 {
  padding-top: 29% !important;
}

.pt-30 {
  padding-top: 30% !important;
}

.pr-5px {
  padding-right: 5px !important;
}

.pr-10px {
  padding-right: 10px !important;
}

.pr-15px {
  padding-right: 15px !important;
}

.pr-20px {
  padding-right: 20px !important;
}

.pr-25px {
  padding-right: 25px !important;
}

.pr-30px {
  padding-right: 30px !important;
}

.pr-35px {
  padding-right: 35px !important;
}

.pr-40px {
  padding-right: 40px !important;
}

.pr-45px {
  padding-right: 45px !important;
}

.pr-50px {
  padding-right: 50px !important;
}

.pr-55px {
  padding-right: 55px !important;
}

.pr-60px {
  padding-right: 60px !important;
}

.pr-65px {
  padding-right: 65px !important;
}

.pr-70px {
  padding-right: 70px !important;
}

.pr-75px {
  padding-right: 75px !important;
}

.pr-80px {
  padding-right: 80px !important;
}

.pr-1 {
  padding-right: 1% !important;
}

.pr-2 {
  padding-right: 2% !important;
}

.pr-3 {
  padding-right: 3% !important;
}

.pr-4 {
  padding-right: 4% !important;
}

.pr-5 {
  padding-right: 5% !important;
}

.pr-6 {
  padding-right: 6% !important;
}

.pr-7 {
  padding-right: 7% !important;
}

.pr-8 {
  padding-right: 8% !important;
}

.pr-9 {
  padding-right: 9% !important;
}

.pr-10 {
  padding-right: 10% !important;
}

.pr-11 {
  padding-right: 11% !important;
}

.pr-12 {
  padding-right: 12% !important;
}

.pr-13 {
  padding-right: 13% !important;
}

.pr-14 {
  padding-right: 14% !important;
}

.pr-15 {
  padding-right: 15% !important;
}

.pr-16 {
  padding-right: 16% !important;
}

.pr-17 {
  padding-right: 17% !important;
}

.pr-18 {
  padding-right: 18% !important;
}

.pr-19 {
  padding-right: 19% !important;
}

.pr-20 {
  padding-right: 20% !important;
}

.pr-21 {
  padding-right: 21% !important;
}

.pr-22 {
  padding-right: 22% !important;
}

.pr-23 {
  padding-right: 23% !important;
}

.pr-24 {
  padding-right: 24% !important;
}

.pr-25 {
  padding-right: 25% !important;
}

.pr-26 {
  padding-right: 26% !important;
}

.pr-27 {
  padding-right: 27% !important;
}

.pr-28 {
  padding-right: 28% !important;
}

.pr-29 {
  padding-right: 29% !important;
}

.pr-30 {
  padding-right: 30% !important;
}

.pb-5px {
  padding-bottom: 5px !important;
}

.pb-10px {
  padding-bottom: 10px !important;
}

.pb-15px {
  padding-bottom: 15px !important;
}

.pb-20px {
  padding-bottom: 20px !important;
}

.pb-25px {
  padding-bottom: 25px !important;
}

.pb-30px {
  padding-bottom: 30px !important;
}

.pb-35px {
  padding-bottom: 35px !important;
}

.pb-40px {
  padding-bottom: 40px !important;
}

.pb-45px {
  padding-bottom: 45px !important;
}

.pb-50px {
  padding-bottom: 50px !important;
}

.pb-55px {
  padding-bottom: 55px !important;
}

.pb-60px {
  padding-bottom: 60px !important;
}

.pb-65px {
  padding-bottom: 65px !important;
}

.pb-70px {
  padding-bottom: 70px !important;
}

.pb-75px {
  padding-bottom: 75px !important;
}

.pb-80px {
  padding-bottom: 80px !important;
}

.pb-1 {
  padding-bottom: 1% !important;
}

.pb-2 {
  padding-bottom: 2% !important;
}

.pb-3 {
  padding-bottom: 3% !important;
}

.pb-4 {
  padding-bottom: 4% !important;
}

.pb-5 {
  padding-bottom: 5% !important;
}

.pb-6 {
  padding-bottom: 6% !important;
}

.pb-7 {
  padding-bottom: 7% !important;
}

.pb-8 {
  padding-bottom: 8% !important;
}

.pb-9 {
  padding-bottom: 9% !important;
}

.pb-10 {
  padding-bottom: 10% !important;
}

.pb-11 {
  padding-bottom: 11% !important;
}

.pb-12 {
  padding-bottom: 12% !important;
}

.pb-13 {
  padding-bottom: 13% !important;
}

.pb-14 {
  padding-bottom: 14% !important;
}

.pb-15 {
  padding-bottom: 15% !important;
}

.pb-16 {
  padding-bottom: 16% !important;
}

.pb-17 {
  padding-bottom: 17% !important;
}

.pb-18 {
  padding-bottom: 18% !important;
}

.pb-19 {
  padding-bottom: 19% !important;
}

.pb-20 {
  padding-bottom: 20% !important;
}

.pb-21 {
  padding-bottom: 21% !important;
}

.pb-22 {
  padding-bottom: 22% !important;
}

.pb-23 {
  padding-bottom: 23% !important;
}

.pb-24 {
  padding-bottom: 24% !important;
}

.pb-25 {
  padding-bottom: 25% !important;
}

.pb-26 {
  padding-bottom: 26% !important;
}

.pb-27 {
  padding-bottom: 27% !important;
}

.pb-28 {
  padding-bottom: 28% !important;
}

.pb-29 {
  padding-bottom: 29% !important;
}

.pb-30 {
  padding-bottom: 30% !important;
}

.pl-5px {
  padding-left: 5px !important;
}

.pl-10px {
  padding-left: 10px !important;
}

.pl-15px {
  padding-left: 15px !important;
}

.pl-20px {
  padding-left: 20px !important;
}

.pl-25px {
  padding-left: 25px !important;
}

.pl-30px {
  padding-left: 30px !important;
}

.pl-35px {
  padding-left: 35px !important;
}

.pl-40px {
  padding-left: 40px !important;
}

.pl-45px {
  padding-left: 45px !important;
}

.pl-50px {
  padding-left: 50px !important;
}

.pl-55px {
  padding-left: 55px !important;
}

.pl-60px {
  padding-left: 60px !important;
}

.pl-65px {
  padding-left: 65px !important;
}

.pl-70px {
  padding-left: 70px !important;
}

.pl-75px {
  padding-left: 75px !important;
}

.pl-80px {
  padding-left: 80px !important;
}

.pl-1 {
  padding-left: 1% !important;
}

.pl-2 {
  padding-left: 2% !important;
}

.pl-3 {
  padding-left: 3% !important;
}

.pl-4 {
  padding-left: 4% !important;
}

.pl-5 {
  padding-left: 5% !important;
}

.pl-6 {
  padding-left: 6% !important;
}

.pl-7 {
  padding-left: 7% !important;
}

.pl-8 {
  padding-left: 8% !important;
}

.pl-9 {
  padding-left: 9% !important;
}

.pl-10 {
  padding-left: 10% !important;
}

.pl-11 {
  padding-left: 11% !important;
}

.pl-12 {
  padding-left: 12% !important;
}

.pl-13 {
  padding-left: 13% !important;
}

.pl-14 {
  padding-left: 14% !important;
}

.pl-15 {
  padding-left: 15% !important;
}

.pl-16 {
  padding-left: 16% !important;
}

.pl-17 {
  padding-left: 17% !important;
}

.pl-18 {
  padding-left: 18% !important;
}

.pl-19 {
  padding-left: 19% !important;
}

.pl-20 {
  padding-left: 20% !important;
}

.pl-21 {
  padding-left: 21% !important;
}

.pl-22 {
  padding-left: 22% !important;
}

.pl-23 {
  padding-left: 23% !important;
}

.pl-24 {
  padding-left: 24% !important;
}

.pl-25 {
  padding-left: 25% !important;
}

.pl-26 {
  padding-left: 26% !important;
}

.pl-27 {
  padding-left: 27% !important;
}

.pl-28 {
  padding-left: 28% !important;
}

.pl-29 {
  padding-left: 29% !important;
}

.pl-30 {
  padding-left: 30% !important;
}

.m-5px {
  margin: 5px !important;
}

.m-10px {
  margin: 10px !important;
}

.m-15px {
  margin: 15px !important;
}

.m-20px {
  margin: 20px !important;
}

.m-25px {
  margin: 25px !important;
}

.m-30px {
  margin: 30px !important;
}

.m-35px {
  margin: 35px !important;
}

.m-40px {
  margin: 40px !important;
}

.m-45px {
  margin: 45px !important;
}

.m-50px {
  margin: 50px !important;
}

.m-55px {
  margin: 55px !important;
}

.m-60px {
  margin: 60px !important;
}

.m-65px {
  margin: 65px !important;
}

.m-70px {
  margin: 70px !important;
}

.m-75px {
  margin: 75px !important;
}

.m-80px {
  margin: 80px !important;
}

.m-1 {
  margin: 1% !important;
}

.m-2 {
  margin: 2% !important;
}

.m-3 {
  margin: 3% !important;
}

.m-4 {
  margin: 4% !important;
}

.m-5 {
  margin: 5% !important;
}

.m-6 {
  margin: 6% !important;
}

.m-7 {
  margin: 7% !important;
}

.m-8 {
  margin: 8% !important;
}

.m-9 {
  margin: 9% !important;
}

.m-10 {
  margin: 10% !important;
}

.m-11 {
  margin: 11% !important;
}

.m-12 {
  margin: 12% !important;
}

.m-13 {
  margin: 13% !important;
}

.m-14 {
  margin: 14% !important;
}

.m-15 {
  margin: 15% !important;
}

.m-16 {
  margin: 16% !important;
}

.m-17 {
  margin: 17% !important;
}

.m-18 {
  margin: 18% !important;
}

.m-19 {
  margin: 19% !important;
}

.m-20 {
  margin: 20% !important;
}

.m-21 {
  margin: 21% !important;
}

.m-22 {
  margin: 22% !important;
}

.m-23 {
  margin: 23% !important;
}

.m-24 {
  margin: 24% !important;
}

.m-25 {
  margin: 25% !important;
}

.m-26 {
  margin: 26% !important;
}

.m-27 {
  margin: 27% !important;
}

.m-28 {
  margin: 28% !important;
}

.m-29 {
  margin: 29% !important;
}

.m-30 {
  margin: 30% !important;
}

.mt-5px {
  margin-top: 5px !important;
}

.mt-10px {
  margin-top: 10px !important;
}

.mt-15px {
  margin-top: 15px !important;
}

.mt-20px {
  margin-top: 20px !important;
}

.mt-25px {
  margin-top: 25px !important;
}

.mt-30px {
  margin-top: 30px !important;
}

.mt-35px {
  margin-top: 35px !important;
}

.mt-40px {
  margin-top: 40px !important;
}

.mt-45px {
  margin-top: 45px !important;
}

.mt-50px {
  margin-top: 50px !important;
}

.mt-55px {
  margin-top: 55px !important;
}

.mt-60px {
  margin-top: 60px !important;
}

.mt-65px {
  margin-top: 65px !important;
}

.mt-70px {
  margin-top: 70px !important;
}

.mt-75px {
  margin-top: 75px !important;
}

.mt-80px {
  margin-top: 80px !important;
}

.mt-1 {
  margin-top: 1% !important;
}

.mt-2 {
  margin-top: 2% !important;
}

.mt-3 {
  margin-top: 3% !important;
}

.mt-4 {
  margin-top: 4% !important;
}

.mt-5 {
  margin-top: 5% !important;
}

.mt-6 {
  margin-top: 6% !important;
}

.mt-7 {
  margin-top: 7% !important;
}

.mt-8 {
  margin-top: 8% !important;
}

.mt-9 {
  margin-top: 9% !important;
}

.mt-10 {
  margin-top: 10% !important;
}

.mt-11 {
  margin-top: 11% !important;
}

.mt-12 {
  margin-top: 12% !important;
}

.mt-13 {
  margin-top: 13% !important;
}

.mt-14 {
  margin-top: 14% !important;
}

.mt-15 {
  margin-top: 15% !important;
}

.mt-16 {
  margin-top: 16% !important;
}

.mt-17 {
  margin-top: 17% !important;
}

.mt-18 {
  margin-top: 18% !important;
}

.mt-19 {
  margin-top: 19% !important;
}

.mt-20 {
  margin-top: 20% !important;
}

.mt-21 {
  margin-top: 21% !important;
}

.mt-22 {
  margin-top: 22% !important;
}

.mt-23 {
  margin-top: 23% !important;
}

.mt-24 {
  margin-top: 24% !important;
}

.mt-25 {
  margin-top: 25% !important;
}

.mt-26 {
  margin-top: 26% !important;
}

.mt-27 {
  margin-top: 27% !important;
}

.mt-28 {
  margin-top: 28% !important;
}

.mt-29 {
  margin-top: 29% !important;
}

.mt-30 {
  margin-top: 30% !important;
}

.mr-5px {
  margin-right: 5px !important;
}

.mr-10px {
  margin-right: 10px !important;
}

.mr-15px {
  margin-right: 15px !important;
}

.mr-20px {
  margin-right: 20px !important;
}

.mr-25px {
  margin-right: 25px !important;
}

.mr-30px {
  margin-right: 30px !important;
}

.mr-35px {
  margin-right: 35px !important;
}

.mr-40px {
  margin-right: 40px !important;
}

.mr-45px {
  margin-right: 45px !important;
}

.mr-50px {
  margin-right: 50px !important;
}

.mr-55px {
  margin-right: 55px !important;
}

.mr-60px {
  margin-right: 60px !important;
}

.mr-65px {
  margin-right: 65px !important;
}

.mr-70px {
  margin-right: 70px !important;
}

.mr-75px {
  margin-right: 75px !important;
}

.mr-80px {
  margin-right: 80px !important;
}

.mr-1 {
  margin-right: 1% !important;
}

.mr-2 {
  margin-right: 2% !important;
}

.mr-3 {
  margin-right: 3% !important;
}

.mr-4 {
  margin-right: 4% !important;
}

.mr-5 {
  margin-right: 5% !important;
}

.mr-6 {
  margin-right: 6% !important;
}

.mr-7 {
  margin-right: 7% !important;
}

.mr-8 {
  margin-right: 8% !important;
}

.mr-9 {
  margin-right: 9% !important;
}

.mr-10 {
  margin-right: 10% !important;
}

.mr-11 {
  margin-right: 11% !important;
}

.mr-12 {
  margin-right: 12% !important;
}

.mr-13 {
  margin-right: 13% !important;
}

.mr-14 {
  margin-right: 14% !important;
}

.mr-15 {
  margin-right: 15% !important;
}

.mr-16 {
  margin-right: 16% !important;
}

.mr-17 {
  margin-right: 17% !important;
}

.mr-18 {
  margin-right: 18% !important;
}

.mr-19 {
  margin-right: 19% !important;
}

.mr-20 {
  margin-right: 20% !important;
}

.mr-21 {
  margin-right: 21% !important;
}

.mr-22 {
  margin-right: 22% !important;
}

.mr-23 {
  margin-right: 23% !important;
}

.mr-24 {
  margin-right: 24% !important;
}

.mr-25 {
  margin-right: 25% !important;
}

.mr-26 {
  margin-right: 26% !important;
}

.mr-27 {
  margin-right: 27% !important;
}

.mr-28 {
  margin-right: 28% !important;
}

.mr-29 {
  margin-right: 29% !important;
}

.mr-30 {
  margin-right: 30% !important;
}

.mb-5px {
  margin-bottom: 5px !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.mb-15px {
  margin-bottom: 15px !important;
}

.mb-20px {
  margin-bottom: 20px !important;
}

.mb-25px {
  margin-bottom: 25px !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.mb-35px {
  margin-bottom: 35px !important;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.mb-45px {
  margin-bottom: 45px !important;
}

.mb-50px {
  margin-bottom: 50px !important;
}

.mb-55px {
  margin-bottom: 55px !important;
}

.mb-60px {
  margin-bottom: 60px !important;
}

.mb-65px {
  margin-bottom: 65px !important;
}

.mb-70px {
  margin-bottom: 70px !important;
}

.mb-75px {
  margin-bottom: 75px !important;
}

.mb-80px {
  margin-bottom: 80px !important;
}

.mb-1 {
  margin-bottom: 1% !important;
}

.mb-2 {
  margin-bottom: 2% !important;
}

.mb-3 {
  margin-bottom: 3% !important;
}

.mb-4 {
  margin-bottom: 4% !important;
}

.mb-5 {
  margin-bottom: 5% !important;
}

.mb-6 {
  margin-bottom: 6% !important;
}

.mb-7 {
  margin-bottom: 7% !important;
}

.mb-8 {
  margin-bottom: 8% !important;
}

.mb-9 {
  margin-bottom: 9% !important;
}

.mb-10 {
  margin-bottom: 10% !important;
}

.mb-11 {
  margin-bottom: 11% !important;
}

.mb-12 {
  margin-bottom: 12% !important;
}

.mb-13 {
  margin-bottom: 13% !important;
}

.mb-14 {
  margin-bottom: 14% !important;
}

.mb-15 {
  margin-bottom: 15% !important;
}

.mb-16 {
  margin-bottom: 16% !important;
}

.mb-17 {
  margin-bottom: 17% !important;
}

.mb-18 {
  margin-bottom: 18% !important;
}

.mb-19 {
  margin-bottom: 19% !important;
}

.mb-20 {
  margin-bottom: 20% !important;
}

.mb-21 {
  margin-bottom: 21% !important;
}

.mb-22 {
  margin-bottom: 22% !important;
}

.mb-23 {
  margin-bottom: 23% !important;
}

.mb-24 {
  margin-bottom: 24% !important;
}

.mb-25 {
  margin-bottom: 25% !important;
}

.mb-26 {
  margin-bottom: 26% !important;
}

.mb-27 {
  margin-bottom: 27% !important;
}

.mb-28 {
  margin-bottom: 28% !important;
}

.mb-29 {
  margin-bottom: 29% !important;
}

.mb-30 {
  margin-bottom: 30% !important;
}

.ml-5px {
  margin-left: 5px !important;
}

.ml-10px {
  margin-left: 10px !important;
}

.ml-15px {
  margin-left: 15px !important;
}

.ml-20px {
  margin-left: 20px !important;
}

.ml-25px {
  margin-left: 25px !important;
}

.ml-30px {
  margin-left: 30px !important;
}

.ml-35px {
  margin-left: 35px !important;
}

.ml-40px {
  margin-left: 40px !important;
}

.ml-45px {
  margin-left: 45px !important;
}

.ml-50px {
  margin-left: 50px !important;
}

.ml-55px {
  margin-left: 55px !important;
}

.ml-60px {
  margin-left: 60px !important;
}

.ml-65px {
  margin-left: 65px !important;
}

.ml-70px {
  margin-left: 70px !important;
}

.ml-75px {
  margin-left: 75px !important;
}

.ml-80px {
  margin-left: 80px !important;
}

.ml-1 {
  margin-left: 1% !important;
}

.ml-2 {
  margin-left: 2% !important;
}

.ml-3 {
  margin-left: 3% !important;
}

.ml-4 {
  margin-left: 4% !important;
}

.ml-5 {
  margin-left: 5% !important;
}

.ml-6 {
  margin-left: 6% !important;
}

.ml-7 {
  margin-left: 7% !important;
}

.ml-8 {
  margin-left: 8% !important;
}

.ml-9 {
  margin-left: 9% !important;
}

.ml-10 {
  margin-left: 10% !important;
}

.ml-11 {
  margin-left: 11% !important;
}

.ml-12 {
  margin-left: 12% !important;
}

.ml-13 {
  margin-left: 13% !important;
}

.ml-14 {
  margin-left: 14% !important;
}

.ml-15 {
  margin-left: 15% !important;
}

.ml-16 {
  margin-left: 16% !important;
}

.ml-17 {
  margin-left: 17% !important;
}

.ml-18 {
  margin-left: 18% !important;
}

.ml-19 {
  margin-left: 19% !important;
}

.ml-20 {
  margin-left: 20% !important;
}

.ml-21 {
  margin-left: 21% !important;
}

.ml-22 {
  margin-left: 22% !important;
}

.ml-23 {
  margin-left: 23% !important;
}

.ml-24 {
  margin-left: 24% !important;
}

.ml-25 {
  margin-left: 25% !important;
}

.ml-26 {
  margin-left: 26% !important;
}

.ml-27 {
  margin-left: 27% !important;
}

.ml-28 {
  margin-left: 28% !important;
}

.ml-29 {
  margin-left: 29% !important;
}

.ml-30 {
  margin-left: 30% !important;
}

/* Position */
.top-0px {
  top: 0px;
}

.top-1px {
  top: 1px;
}

.top-2px {
  top: 2px;
}

.top-3px {
  top: 3px;
}

.top-4px {
  top: 4px;
}

.top-5px {
  top: 5px;
}

.top-6px {
  top: 6px;
}

.top-7px {
  top: 7px;
}

.top-8px {
  top: 8px;
}

.top-9px {
  top: 9px;
}

.top-10px {
  top: 10px;
}

.top-11px {
  top: 11px;
}

.top-12px {
  top: 12px;
}

.top-13px {
  top: 13px;
}

.top-14px {
  top: 14px;
}

.top-15px {
  top: 15px;
}

.top-16px {
  top: 16px;
}

.top-17px {
  top: 17px;
}

.top-18px {
  top: 18px;
}

.top-19px {
  top: 19px;
}

.top-20px {
  top: 20px;
}

.top-21px {
  top: 21px;
}

.top-22px {
  top: 22px;
}

.top-23px {
  top: 23px;
}

.top-24px {
  top: 24px;
}

.top-25px {
  top: 25px;
}

.top-26px {
  top: 26px;
}

.top-27px {
  top: 27px;
}

.top-28px {
  top: 28px;
}

.top-29px {
  top: 29px;
}

.top-30px {
  top: 30px;
}

.top-40px {
  top: 40px;
}

.top-50px {
  top: 50px;
}

.top-60px {
  top: 60px;
}

.top-70px {
  top: 70px;
}

.top-80px {
  top: 80px;
}

.top-90px {
  top: 90px;
}

.top-100px {
  top: 100px;
}

.top-110px {
  top: 110px;
}

.top-120px {
  top: 120px;
}

.top-130px {
  top: 130px;
}

.top-140px {
  top: 140px;
}

.top-150px {
  top: 150px;
}

.right-0px {
  right: 0px;
}

.right-1px {
  right: 1px;
}

.right-2px {
  right: 2px;
}

.right-3px {
  right: 3px;
}

.right-4px {
  right: 4px;
}

.right-5px {
  right: 5px;
}

.right-6px {
  right: 6px;
}

.right-7px {
  right: 7px;
}

.right-8px {
  right: 8px;
}

.right-9px {
  right: 9px;
}

.right-10px {
  right: 10px;
}

.right-11px {
  right: 11px;
}

.right-12px {
  right: 12px;
}

.right-13px {
  right: 13px;
}

.right-14px {
  right: 14px;
}

.right-15px {
  right: 15px;
}

.right-16px {
  right: 16px;
}

.right-17px {
  right: 17px;
}

.right-18px {
  right: 18px;
}

.right-19px {
  right: 19px;
}

.right-20px {
  right: 20px;
}

.right-21px {
  right: 21px;
}

.right-22px {
  right: 22px;
}

.right-23px {
  right: 23px;
}

.right-24px {
  right: 24px;
}

.right-25px {
  right: 25px;
}

.right-26px {
  right: 26px;
}

.right-27px {
  right: 27px;
}

.right-28px {
  right: 28px;
}

.right-29px {
  right: 29px;
}

.right-30px {
  right: 30px;
}

.right-40px {
  right: 40px;
}

.right-50px {
  right: 50px;
}

.right-60px {
  right: 60px;
}

.right-70px {
  right: 70px;
}

.right-80px {
  right: 80px;
}

.right-90px {
  right: 90px;
}

.right-100px {
  right: 100px;
}

.right-110px {
  right: 110px;
}

.right-120px {
  right: 120px;
}

.right-130px {
  right: 130px;
}

.right-140px {
  right: 140px;
}

.right-150px {
  right: 150px;
}

.bottom-0px {
  bottom: 0px;
}

.bottom-1px {
  bottom: 1px;
}

.bottom-2px {
  bottom: 2px;
}

.bottom-3px {
  bottom: 3px;
}

.bottom-4px {
  bottom: 4px;
}

.bottom-5px {
  bottom: 5px;
}

.bottom-6px {
  bottom: 6px;
}

.bottom-7px {
  bottom: 7px;
}

.bottom-8px {
  bottom: 8px;
}

.bottom-9px {
  bottom: 9px;
}

.bottom-10px {
  bottom: 10px;
}

.bottom-11px {
  bottom: 11px;
}

.bottom-12px {
  bottom: 12px;
}

.bottom-13px {
  bottom: 13px;
}

.bottom-14px {
  bottom: 14px;
}

.bottom-15px {
  bottom: 15px;
}

.bottom-16px {
  bottom: 16px;
}

.bottom-17px {
  bottom: 17px;
}

.bottom-18px {
  bottom: 18px;
}

.bottom-19px {
  bottom: 19px;
}

.bottom-20px {
  bottom: 20px;
}

.bottom-21px {
  bottom: 21px;
}

.bottom-22px {
  bottom: 22px;
}

.bottom-23px {
  bottom: 23px;
}

.bottom-24px {
  bottom: 24px;
}

.bottom-25px {
  bottom: 25px;
}

.bottom-26px {
  bottom: 26px;
}

.bottom-27px {
  bottom: 27px;
}

.bottom-28px {
  bottom: 28px;
}

.bottom-29px {
  bottom: 29px;
}

.bottom-30px {
  bottom: 30px;
}

.bottom-40px {
  bottom: 40px;
}

.bottom-50px {
  bottom: 50px;
}

.bottom-60px {
  bottom: 60px;
}

.bottom-70px {
  bottom: 70px;
}

.bottom-80px {
  bottom: 80px;
}

.bottom-90px {
  bottom: 90px;
}

.bottom-100px {
  bottom: 100px;
}

.bottom-110px {
  bottom: 110px;
}

.bottom-120px {
  bottom: 120px;
}

.bottom-130px {
  bottom: 130px;
}

.bottom-140px {
  bottom: 140px;
}

.bottom-150px {
  bottom: 150px;
}

.left-0px {
  left: 0px;
}

.left-1px {
  left: 1px;
}

.left-2px {
  left: 2px;
}

.left-3px {
  left: 3px;
}

.left-4px {
  left: 4px;
}

.left-5px {
  left: 5px;
}

.left-6px {
  left: 6px;
}

.left-7px {
  left: 7px;
}

.left-8px {
  left: 8px;
}

.left-9px {
  left: 9px;
}

.left-10px {
  left: 10px;
}

.left-11px {
  left: 11px;
}

.left-12px {
  left: 12px;
}

.left-13px {
  left: 13px;
}

.left-14px {
  left: 14px;
}

.left-15px {
  left: 15px;
}

.left-16px {
  left: 16px;
}

.left-17px {
  left: 17px;
}

.left-18px {
  left: 18px;
}

.left-19px {
  left: 19px;
}

.left-20px {
  left: 20px;
}

.left-21px {
  left: 21px;
}

.left-22px {
  left: 22px;
}

.left-23px {
  left: 23px;
}

.left-24px {
  left: 24px;
}

.left-25px {
  left: 25px;
}

.left-26px {
  left: 26px;
}

.left-27px {
  left: 27px;
}

.left-28px {
  left: 28px;
}

.left-29px {
  left: 29px;
}

.left-30px {
  left: 30px;
}

.left-40px {
  left: 40px;
}

.left-50px {
  left: 50px;
}

.left-60px {
  left: 60px;
}

.left-70px {
  left: 70px;
}

.left-80px {
  left: 80px;
}

.left-90px {
  left: 90px;
}

.left-100px {
  left: 100px;
}

.left-110px {
  left: 110px;
}

.left-120px {
  left: 120px;
}

.left-130px {
  left: 130px;
}

.left-140px {
  left: 140px;
}

.left-150px {
  left: 150px;
}

.top-minus-0px {
  top: -0px;
}

.top-minus-1px {
  top: -1px;
}

.top-minus-2px {
  top: -2px;
}

.top-minus-3px {
  top: -3px;
}

.top-minus-4px {
  top: -4px;
}

.top-minus-5px {
  top: -5px;
}

.top-minus-6px {
  top: -6px;
}

.top-minus-7px {
  top: -7px;
}

.top-minus-8px {
  top: -8px;
}

.top-minus-9px {
  top: -9px;
}

.top-minus-10px {
  top: -10px;
}

.top-minus-11px {
  top: -11px;
}

.top-minus-12px {
  top: -12px;
}

.top-minus-13px {
  top: -13px;
}

.top-minus-14px {
  top: -14px;
}

.top-minus-15px {
  top: -15px;
}

.top-minus-16px {
  top: -16px;
}

.top-minus-17px {
  top: -17px;
}

.top-minus-18px {
  top: -18px;
}

.top-minus-19px {
  top: -19px;
}

.top-minus-20px {
  top: -20px;
}

.top-minus-21px {
  top: -21px;
}

.top-minus-22px {
  top: -22px;
}

.top-minus-23px {
  top: -23px;
}

.top-minus-24px {
  top: -24px;
}

.top-minus-25px {
  top: -25px;
}

.top-minus-26px {
  top: -26px;
}

.top-minus-27px {
  top: -27px;
}

.top-minus-28px {
  top: -28px;
}

.top-minus-29px {
  top: -29px;
}

.top-minus-30px {
  top: -30px;
}

.top-minus-40px {
  top: -40px;
}

.top-minus-50px {
  top: -50px;
}

.top-minus-60px {
  top: -60px;
}

.top-minus-70px {
  top: -70px;
}

.top-minus-80px {
  top: -80px;
}

.top-minus-90px {
  top: -90px;
}

.top-minus-100px {
  top: -100px;
}

.top-minus-110px {
  top: -110px;
}

.top-minus-120px {
  top: -120px;
}

.top-minus-130px {
  top: -130px;
}

.top-minus-140px {
  top: -140px;
}

.top-minus-150px {
  top: -150px;
}

.right-minus-0px {
  right: -0px;
}

.right-minus-1px {
  right: -1px;
}

.right-minus-2px {
  right: -2px;
}

.right-minus-3px {
  right: -3px;
}

.right-minus-4px {
  right: -4px;
}

.right-minus-5px {
  right: -5px;
}

.right-minus-6px {
  right: -6px;
}

.right-minus-7px {
  right: -7px;
}

.right-minus-8px {
  right: -8px;
}

.right-minus-9px {
  right: -9px;
}

.right-minus-10px {
  right: -10px;
}

.right-minus-11px {
  right: -11px;
}

.right-minus-12px {
  right: -12px;
}

.right-minus-13px {
  right: -13px;
}

.right-minus-14px {
  right: -14px;
}

.right-minus-15px {
  right: -15px;
}

.right-minus-16px {
  right: -16px;
}

.right-minus-17px {
  right: -17px;
}

.right-minus-18px {
  right: -18px;
}

.right-minus-19px {
  right: -19px;
}

.right-minus-20px {
  right: -20px;
}

.right-minus-21px {
  right: -21px;
}

.right-minus-22px {
  right: -22px;
}

.right-minus-23px {
  right: -23px;
}

.right-minus-24px {
  right: -24px;
}

.right-minus-25px {
  right: -25px;
}

.right-minus-26px {
  right: -26px;
}

.right-minus-27px {
  right: -27px;
}

.right-minus-28px {
  right: -28px;
}

.right-minus-29px {
  right: -29px;
}

.right-minus-30px {
  right: -30px;
}

.right-minus-40px {
  right: -40px;
}

.right-minus-50px {
  right: -50px;
}

.right-minus-60px {
  right: -60px;
}

.right-minus-70px {
  right: -70px;
}

.right-minus-80px {
  right: -80px;
}

.right-minus-90px {
  right: -90px;
}

.right-minus-100px {
  right: -100px;
}

.right-minus-110px {
  right: -110px;
}

.right-minus-120px {
  right: -120px;
}

.right-minus-130px {
  right: -130px;
}

.right-minus-140px {
  right: -140px;
}

.right-minus-150px {
  right: -150px;
}

.bottom-minus-0px {
  bottom: -0px;
}

.bottom-minus-1px {
  bottom: -1px;
}

.bottom-minus-2px {
  bottom: -2px;
}

.bottom-minus-3px {
  bottom: -3px;
}

.bottom-minus-4px {
  bottom: -4px;
}

.bottom-minus-5px {
  bottom: -5px;
}

.bottom-minus-6px {
  bottom: -6px;
}

.bottom-minus-7px {
  bottom: -7px;
}

.bottom-minus-8px {
  bottom: -8px;
}

.bottom-minus-9px {
  bottom: -9px;
}

.bottom-minus-10px {
  bottom: -10px;
}

.bottom-minus-11px {
  bottom: -11px;
}

.bottom-minus-12px {
  bottom: -12px;
}

.bottom-minus-13px {
  bottom: -13px;
}

.bottom-minus-14px {
  bottom: -14px;
}

.bottom-minus-15px {
  bottom: -15px;
}

.bottom-minus-16px {
  bottom: -16px;
}

.bottom-minus-17px {
  bottom: -17px;
}

.bottom-minus-18px {
  bottom: -18px;
}

.bottom-minus-19px {
  bottom: -19px;
}

.bottom-minus-20px {
  bottom: -20px;
}

.bottom-minus-21px {
  bottom: -21px;
}

.bottom-minus-22px {
  bottom: -22px;
}

.bottom-minus-23px {
  bottom: -23px;
}

.bottom-minus-24px {
  bottom: -24px;
}

.bottom-minus-25px {
  bottom: -25px;
}

.bottom-minus-26px {
  bottom: -26px;
}

.bottom-minus-27px {
  bottom: -27px;
}

.bottom-minus-28px {
  bottom: -28px;
}

.bottom-minus-29px {
  bottom: -29px;
}

.bottom-minus-30px {
  bottom: -30px;
}

.bottom-minus-40px {
  bottom: -40px;
}

.bottom-minus-50px {
  bottom: -50px;
}

.bottom-minus-60px {
  bottom: -60px;
}

.bottom-minus-70px {
  bottom: -70px;
}

.bottom-minus-80px {
  bottom: -80px;
}

.bottom-minus-90px {
  bottom: -90px;
}

.bottom-minus-100px {
  bottom: -100px;
}

.bottom-minus-110px {
  bottom: -110px;
}

.bottom-minus-120px {
  bottom: -120px;
}

.bottom-minus-130px {
  bottom: -130px;
}

.bottom-minus-140px {
  bottom: -140px;
}

.bottom-minus-150px {
  bottom: -150px;
}

.left-minus-0px {
  left: -0px;
}

.left-minus-1px {
  left: -1px;
}

.left-minus-2px {
  left: -2px;
}

.left-minus-3px {
  left: -3px;
}

.left-minus-4px {
  left: -4px;
}

.left-minus-5px {
  left: -5px;
}

.left-minus-6px {
  left: -6px;
}

.left-minus-7px {
  left: -7px;
}

.left-minus-8px {
  left: -8px;
}

.left-minus-9px {
  left: -9px;
}

.left-minus-10px {
  left: -10px;
}

.left-minus-11px {
  left: -11px;
}

.left-minus-12px {
  left: -12px;
}

.left-minus-13px {
  left: -13px;
}

.left-minus-14px {
  left: -14px;
}

.left-minus-15px {
  left: -15px;
}

.left-minus-16px {
  left: -16px;
}

.left-minus-17px {
  left: -17px;
}

.left-minus-18px {
  left: -18px;
}

.left-minus-19px {
  left: -19px;
}

.left-minus-20px {
  left: -20px;
}

.left-minus-21px {
  left: -21px;
}

.left-minus-22px {
  left: -22px;
}

.left-minus-23px {
  left: -23px;
}

.left-minus-24px {
  left: -24px;
}

.left-minus-25px {
  left: -25px;
}

.left-minus-26px {
  left: -26px;
}

.left-minus-27px {
  left: -27px;
}

.left-minus-28px {
  left: -28px;
}

.left-minus-29px {
  left: -29px;
}

.left-minus-30px {
  left: -30px;
}

.left-minus-40px {
  left: -40px;
}

.left-minus-50px {
  left: -50px;
}

.left-minus-60px {
  left: -60px;
}

.left-minus-70px {
  left: -70px;
}

.left-minus-80px {
  left: -80px;
}

.left-minus-90px {
  left: -90px;
}

.left-minus-100px {
  left: -100px;
}

.left-minus-110px {
  left: -110px;
}

.left-minus-120px {
  left: -120px;
}

.left-minus-130px {
  left: -130px;
}

.left-minus-140px {
  left: -140px;
}

.left-minus-150px {
  left: -150px;
}

/* Font weight */
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/* Min height */
.min-h-100px {
  min-height: 100px !important;
}

.min-h-150px {
  min-height: 150px !important;
}

.min-h-200px {
  min-height: 200px !important;
}

.min-h-250px {
  min-height: 250px !important;
}

.min-h-300px {
  min-height: 300px !important;
}

.min-h-350px {
  min-height: 350px !important;
}

.min-h-400px {
  min-height: 400px !important;
}

.min-h-450px {
  min-height: 450px !important;
}

.min-h-500px {
  min-height: 500px !important;
}

.min-h-550px {
  min-height: 550px !important;
}

.min-h-600px {
  min-height: 600px !important;
}

.min-h-650px {
  min-height: 650px !important;
}

.min-h-700px {
  min-height: 700px !important;
}

.min-h-750px {
  min-height: 750px !important;
}

.min-h-800px {
  min-height: 800px !important;
}

.min-h-850px {
  min-height: 850px !important;
}

.min-h-900px {
  min-height: 900px !important;
}

.min-h-950px {
  min-height: 950px !important;
}

/* Opacity */
.opacity-0 {
  opacity: .0;
}

.opacity-1 {
  opacity: .1;
}

.opacity-2 {
  opacity: .2;
}

.opacity-3 {
  opacity: .3;
}

.opacity-4 {
  opacity: .4;
}

.opacity-5 {
  opacity: .5;
}

.opacity-6 {
  opacity: .6;
}

.opacity-7 {
  opacity: .7;
}

.opacity-8 {
  opacity: .8;
}

.opacity-9 {
  opacity: .9;
}

/* Z-index */
.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-minus-1 {
  z-index: -1;
}

.z-index-minus-2 {
  z-index: -2;
}

/* ===================================
    04. General
====================================== */
.rotate-circle {
  animation-name: rotateCircle;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.text-light {
  color: #fff;
}

.text-light p {
  color: #c2c2c2;
}

/* border line */
.line-top {
  border-top: 1px solid;
}

.line-bottom {
  border-bottom: 1px solid;
}

.line-right {
  border-right: 1px solid;
}

.line-left {
  border-left: 1px solid;
}

/* Separator line */
.separator-line-1px {
  height: 1px;
}

.separator-line-2px {
  height: 2px;
}

.separator-line-3px {
  height: 3px;
}

.separator-line-4px {
  height: 4px;
}

.separator-line-5px {
  height: 5px;
}

/* Separator line size */
.separator-line-small {
  width: 35px;
  height: 1px;
  display: inline-block;
  margin-right: 7px;
}

.separator-line-extra-small {
  width: 18px;
  height: 1px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.separator-line-very-small {
  width: 12px;
  height: 1px;
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
}

/* Opacity */
.opacity-full-dark,
.opacity-full,
.opacity-medium,
.opacity-extra-medium,
.opacity-light,
.opacity-very-light {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.opacity-very-light {
  opacity: 0.2;
}

.opacity-light {
  opacity: 0.3;
}

.opacity-extra-medium {
  opacity: 0.5;
}

.opacity-medium {
  opacity: 0.75;
}

.opacity-full {
  opacity: 0.8;
}

.opacity-full-dark {
  opacity: 0.9;
}

/* social-icon-circle */
.social-icon-circle a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 12px;
}

.social-icon-circle.border-dark a {
  border-color: rgba(0, 0, 0, 0.1);
}

.social-icon-circle.vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.social-icon-circle.vertical span {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 15px;
}

/* social-icon-square */
.social-icon-square a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  font-size: 12px;
}

.social-icon-square.border-dark a {
  border-color: rgba(0, 0, 0, 0.1);
}

/* section lines */
.lines-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
}

.lines-top.bottom {
  transform: translateY(100%) rotate(180deg);
  top: auto;
  bottom: 0;
}

.lines-top span {
  width: 100%;
  display: block;
  height: 2px;
  margin-bottom: 10px;
  background: #0f130f;
}

.lines-top span:nth-of-type(2) {
  height: 4px;
  margin-bottom: 8px;
}

.lines-top span:nth-of-type(3) {
  height: 6px;
  margin-bottom: 6px;
}

.lines-top span:nth-of-type(4) {
  height: 8px;
  margin-bottom: 4px;
}

.lines-top span:nth-of-type(5) {
  height: 10px;
  margin-bottom: 2px;
}

/* Tabs */
.tab-content {
  display: none;
}

.tab-content.current {
  display: block;
}


/* Marquee */
.main-marq.standerd {
  position: relative;
}

.main-marq.standerd:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fff, transparent, #fff);
}

.main-marq.standerd .item-marq {
  padding: 0 50px;
}

.main-marq.standerd .item-marq h2 {
  font-size: 100px;
}

.list-dot {
  margin: 0;
  padding: 0;
}

.list-dot li {
  position: relative;
}

.list-dot li:before {
  content: "";
  position: relative;
  width: 5px;
  height: 5px;
  background: #0f130f;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

.list-dot.dark-style li:before {
  background: #fff;
}

.nowrap {
  white-space: nowrap;
}

.text-indent {
  text-indent: 15%;
}

.o-hidden {
  overflow: hidden;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.ml-auto {
  margin-left: auto;
}

.invert-icon {
  filter: invert(1);
}

/* Skrollr */
.skrollr-parallax {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  transition-timing-function: none;
  -webkit-transition-timing-function: none;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
}

.skrollr-zoom {
  transition: none;
}

.blur-box {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(3px);
}

/* Transform */
.transform-origin-right {
  transform-origin: right;
}

.transform-origin-left {
  transform-origin: left;
}

/* Transition */
.transition {
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}

.transition-inner-all * {
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}

.no-transition {
  transition: 0s;
}

/* Pointer events */
.pointer-events-none {
  pointer-events: none;
}

.pointer-events-all {
  pointer-events: all;
}

.underline {
  text-decoration: underline;
}

/* Users */
.users-style1 .fit-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -15px;
}

.users-style1 .fit-img:first-of-type {
  margin-left: 0;
}

.users-style1 h6 {
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  margin-left: 15px;
}

.users-style2 span,
.users-style2 .fit-img {
  width: 40px;
  height: 40px !important;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -15px;
  display: inline-block;
  border: 1px solid rgba(251, 251, 251, 0.5);
}

.users-style2 span:first-of-type,
.users-style2 .fit-img:first-of-type {
  margin-left: 0;
}

.users-style2 span:last-of-type,
.users-style2 .fit-img:last-of-type {
  color: #000;
  background: #fff;
  line-height: 40px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.users-style3 .users .fit-img,
.users-style3 .users span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #fff;
  overflow: hidden;
  margin-left: -25px;
}

.users-style3 .users .fit-img:first-of-type,
.users-style3 .users span:first-of-type {
  margin-left: 0;
}

.users-style3 .users .text {
  background: #141414;
  color: #fff;
  font-size: 12px;
}

/* progress */
.progress-style1 .skill-progress {
  height: 8px;
  border-radius: 10px;
  background: rgba(111, 111, 111, 0.1);
}

.progress-style1 .skill-progress .progres {
  border-radius: 10px;
}

.progress-style1 .skill-progress .progres:after {
  padding: 5px 15px;
  border-radius: 30px;
  background: #141414;
  color: #fff;
  top: -40px;
  right: -20px;
}

/* accordion */
.accordion-style1 .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  background: transparent;
}

.accordion-style1 .accordion-item .icon-arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 10px;
}

.accordion-style1 .accordion-item .accordion-button:not(.collapsed) .icon-arrow {
  border-color: rgba(0, 0, 0, 0.2);
}

.accordion-style1 .accordion-header .tags a {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0 -5px;
}

.accordion-style1.bord-style2 .accordion-item {
  border-color: rgba(255, 255, 255, 0.1);
}

.accordion-style1.bord-style2 .accordion-item .accordion-button:not(.collapsed) .arrow {
  transform: rotate(90deg);
}

.accordion-style1.bord-style2 .accordion-body {
  padding: 0;
}

.accordion-style2 .accordion-item {
  padding: 25px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.03);
  border: 0;
}

.accordion-style2 .accordion-item .accordion-button:not(.collapsed) .arrow {
  transform: rotate(90deg);
}

.accordion-style2 .accordion-item.active h6 {
  font-weight: 600;
}

.accordion-style2 .accordion-item .accordion-body {
  padding: 15px 0 0;
}

/* Overflow */
.overflow-visible {
  overflow: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

/* Overlap section */
.overlap-section {
  position: relative;
}

.overlap-height {
  transition: 0.3s height;
}

/* Tags */
.tags-style1 {
  font-size: 14px;
}

.tags-style1 span,
.tags-style1 a {
  padding: 12px 25px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  margin-top: 5px;
}

.lines-bg {
  background-image: linear-gradient(135deg, transparent 45%, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.1) 55%, transparent 0);
  background-size: 5px 5px;
}

.v-align-between {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* CSS filter */
.filter-mix-100 {
  filter: grayscale(100%) invert(100%);
}

.filter-grayscale-100 {
  filter: grayscale(100%);
}


/* Select */
.select {
  position: relative;
  width: 100%;
}

.select:after {
  content: "\e842";
  font-family: feather !important;
  right: 20px;
  top: 50%;
  color: #F52C64;
  height: 34px;
  position: absolute;
  pointer-events: none;
  font-size: 22px;
  margin-top: -15px;
}


.form-control.is-invalid:focus {
  box-shadow: none;
}


.slide-har {
  position: relative;
}

.slide-har.st1 .box {
  position: relative;
  animation: slide-har 80s linear infinite;
}

.slide-har.st2 .box {
  position: relative;
  animation: slide-har-revers 80s linear infinite;
}


/* Full screen */
.full-screen {
  height: 100vh;
}

.full-screen.top-space-margin {
  height: calc(100vh - 96px);
}

.pattern-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Will change */
.will-change-transform * {
  will-change: transform;
}

.will-change-inherit * {
  will-change: inherit;
}

.animation-rotation {
  -webkit-animation: rotation 8s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

/* Float animation */
.animation-float {
  animation: float 2000ms linear 500ms infinite alternate both;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(15px);
  }

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

.animation-float-small {
  animation: float 2000ms linear 500ms infinite alternate both;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

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

/* Zoom animation */
.animation-zoom {
  animation: zoom-in-zoom-out 2000ms linear 500ms infinite alternate both;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

/* ===================================
    06. Background and border
====================================== */
/* Background color */
.bg-base-color {
  background-color: var(--base-color);
}

.bg-dark-gray,
.bg-dark-gray:focus {
  background-color: var(--dark-gray);
}

.bg-black {
  background-color: var(--black);
  color: #fff;
}

.bg-alt-black {
  background-color: var(--alt-black);
  color: #fff;
}

.bg-medium-gray {
  background-color: var(--medium-gray);
}

.bg-light-medium-gray {
  background-color: var(--light-medium-gray);
}

.bg-extra-medium-gray {
  background-color: var(--extra-medium-gray);
}

.bg-light-gray {
  background-color: var(--light-gray);
}

.bg-very-light-gray {
  background-color: var(--very-light-gray);
}

.bg-red {
  background-color: var(--red);
}

.bg-light-red {
  background-color: var(--light-red);
}

.bg-light-yellow {
  background-color: var(--light-yellow);
}

.bg-light-green {
  background-color: var(--light-green);
}

.bg-green {
  background-color: var(--green);
}

.bg-crusoe-green {
  background-color: var(--crusoe-green);
}

.bg-yellow {
  background-color: var(--yellow);
}

.bg-charcoal-blue {
  background-color: var(--charcoal-blue);
}

.bg-slate-blue {
  background-color: var(--slate-blue);
}

.bg-medium-slate-blue {
  background-color: var(--medium-slate-blue);
}

.bg-extra-medium-slate-blue {
  background-color: var(--extra-medium-slate-blue);
}

.bg-dark-slate-blue {
  background-color: var(--dark-slate-blue);
}

.bg-extra-dark-slate-blue {
  background-color: var(--extra-dark-slate-blue);
}

.bg-extra-very-slate-blue {
  background-color: var(--extra-very-slate-blue);
  color: #fff;
}

.bg-tussock-yellow {
  background-color: var(--tussock-yellow);
}

.bg-solitude-blue {
  background-color: var(--solitude-blue);
}

.bg-aluminium-grey {
  background-color: var(--aluminium-grey);
}

.bg-selago {
  background-color: var(--selago);
}

.bg-white-ice {
  background-color: var(--white-ice);
}

.bg-golden-yellow {
  background-color: var(--golden-yellow);
}

.bg-jade {
  background-color: var(--jade);
}

.bg-orange {
  background-color: var(--orange);
}

.bg-light-majorelle-blue {
  background-color: var(--light-majorelle-blue);
}

.bg-majorelle-blue {
  background-color: var(--majorelle-blue);
}

.bg-spring-wood {
  background-color: var(--spring-wood);
}

.bg-tropical-blue {
  background-color: var(--tropical-blue);
}

.bg-cornflower-blue {
  background-color: var(--cornflower-blue);
}

.bg-camarone {
  background-color: var(--camarone);
}

.bg-seal-brown {
  background-color: var(--seal-brown);
}

.bg-Wasabi {
  background-color: var(--Wasabi);
}

.bg-dark-gray-transparent {
  background-color: rgba(35, 35, 35, 0.8);
}

.bg-dark-gray-transparent-light {
  background-color: rgba(35, 35, 35, 0.2);
}

.bg-dark-gray-transparent-medium {
  background-color: rgba(35, 35, 35, 0.4);
}

.bg-medium-gray-transparent {
  background-color: rgba(111, 111, 111, 0.1);
}

.bg-light-gray-transparent {
  background-color: rgb(251, 251, 251);
}

.bg-medium-gray-transparent {
  background-color: rgba(136, 136, 136, 0.3);
}

.bg-black-transparent-light {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-transparent-medium {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-transparent {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-white-transparent-extra-light,
.bg-white-transparent-extra-light:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-transparent-very-light {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-transparent-light {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.7);
}

/* Background image */
.bg-img {
  background-size: cover !important;
  background-position: top;
}

.contain-background {
  background-size: contain !important;
}

.cover-background {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
}

.fix-background {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.fit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: inherit;
}

.background-size-inherit {
  background-size: inherit;
}

.background-attachment-inherit {
  background-attachment: inherit;
}

.background-position-left {
  background-position: left center;
}

.background-position-left-bottom {
  background-position: left bottom;
}

.background-position-left-center {
  background-position: left center;
}

.background-position-right {
  background-position: right center;
}

.background-position-right-top {
  background-position: right top;
}

.background-position-center-top {
  background-position: center top;
}

.background-position-left-top {
  background-position: left top;
}

.background-position-right-bottom {
  background-position: right bottom;
}

.background-position-center-bottom {
  background-position: center bottom;
}

.background-repeat {
  background-repeat: repeat;
}

.background-no-repeat {
  background-repeat: no-repeat;
}

.background-no-repeat-y {
  background-repeat-y: no-repeat;
}

.background-position-center {
  background-position: center;
}

/* Background size */
.background-size-100 {
  background-size: 100%;
}

.background-size-auto-100 {
  background-size: auto 100%;
}

/* Border style */
.border-dotted {
  border-style: dotted;
}

.border-dashed {
  border-style: dashed;
}

.border-solid {
  border-style: solid;
}

.border-double {
  border-style: double;
}

.border-groove {
  border-style: groove;
}

.border-ridge {
  border-style: ridge;
}

.border-inset {
  border-style: inset;
}

.border-outset {
  border-style: outset;
}

.border-none {
  border-style: none;
}

.border-hidden {
  border-style: hidden;
}

/* Border color */
.border-color-transparent-dark-very-light {
  border-color: rgba(35, 35, 35, 0.1);
}

.border-color-transparent-dark-light {
  border-color: rgba(35, 35, 35, 0.2);
}

.border-color-transparent-white-very-light {
  border-color: rgba(255, 255, 255, 0.05);
}

.border-color-transparent-white-light {
  border-color: rgba(255, 255, 255, 0.1);
}

.border-color-transparent-white {
  border-color: rgba(255, 255, 255, 0.3);
}

.border-color-transparent {
  border-color: transparent;
}

.border-color-transparent-on-hover:hover {
  border-color: transparent;
}

/* Border radius */
.border-radius-0px {
  border-radius: 0;
}

.border-radius-1px {
  border-radius: 1px;
}

.border-radius-2px {
  border-radius: 2px;
}

.border-radius-3px {
  border-radius: 3px;
}

.border-radius-4px {
  border-radius: 4px;
}

.border-radius-5px {
  border-radius: 5px;
}

.border-radius-6px {
  border-radius: 6px;
}

.border-radius-7px {
  border-radius: 7px;
}

.border-radius-8px {
  border-radius: 8px;
}

.border-radius-9px {
  border-radius: 9px;
}

.border-radius-10px {
  border-radius: 10px;
}

.border-radius-15px {
  border-radius: 15px;
}

.border-radius-18px {
  border-radius: 18px;
}

.border-radius-20px {
  border-radius: 20px;
}

.border-radius-22px {
  border-radius: 22px;
}

.border-radius-24px {
  border-radius: 24px;
}

.border-radius-26px {
  border-radius: 26px;
}

.border-radius-30px {
  border-radius: 30px;
}

.border-radius-40px {
  border-radius: 40px;
}

.border-radius-50px {
  border-radius: 50px;
}

.border-radius-80px {
  border-radius: 80px;
}

.border-radius-100px {
  border-radius: 100px;
}

.border-radius-50 {
  border-radius: 50%;
}

.border-radius-100 {
  border-radius: 100%;
}

.no-border-radius {
  border-radius: 0;
}

.border-radius-top-left {
  border-radius: 10px 0 0 10px;
}

/* Parallax background */
.parallax {
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
  transition-timing-function: none;
  -webkit-transition-timing-function: none;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
}

/* ===================================
    07. Width
====================================== */
.w-1px {
  width: 1px;
}

.w-2px {
  width: 2px;
}

.w-3px {
  width: 3px;
}

.w-4px {
  width: 4px;
}

.w-5px {
  width: 5px;
}

.w-6px {
  width: 6px;
}

.w-7px {
  width: 7px;
}

.w-8px {
  width: 8px;
}

.w-9px {
  width: 9px;
}

.w-10px {
  width: 10px;
}

.w-15px {
  width: 15px;
}

.w-20px {
  width: 20px;
}

.w-25px {
  width: 25px;
}

.w-30px {
  width: 30px;
}

.w-35px {
  width: 35px;
}

.w-40px {
  width: 40px;
}

.w-45px {
  width: 45px;
}

.w-50px {
  width: 50px;
}

.w-55px {
  width: 55px;
}

.w-60px {
  width: 60px;
}

.w-65px {
  width: 65px;
}

.w-70px {
  width: 70px;
}

.w-75px {
  width: 75px;
}

.w-80px {
  width: 80px;
}

.w-85px {
  width: 85px;
}

.w-90px {
  width: 90px;
}

.w-95px {
  width: 95px;
}

.w-100px {
  width: 100px;
}

.w-110px {
  width: 110px;
}

.w-120px {
  width: 120px;
}

.w-130px {
  width: 130px;
}

.w-140px {
  width: 140px;
}

.w-150px {
  width: 150px;
}

.w-160px {
  width: 160px;
}

.w-170px {
  width: 170px;
}

.w-180px {
  width: 180px;
}

.w-190px {
  width: 190px;
}

.w-200px {
  width: 200px;
}

.w-210px {
  width: 210px;
}

.w-220px {
  width: 220px;
}

.w-230px {
  width: 230px;
}

.w-240px {
  width: 240px;
}

.w-250px {
  width: 250px;
}

.w-260px {
  width: 260px;
}

.w-270px {
  width: 270px;
}

.w-280px {
  width: 280px;
}

.w-290px {
  width: 290px;
}

.w-300px {
  width: 300px;
}

.w-310px {
  width: 310px;
}

.w-320px {
  width: 320px;
}

.w-330px {
  width: 330px;
}

.w-340px {
  width: 340px;
}

.w-350px {
  width: 350px;
}

.w-360px {
  width: 360px;
}

.w-370px {
  width: 370px;
}

.w-380px {
  width: 380px;
}

.w-390px {
  width: 390px;
}

.w-400px {
  width: 400px;
}

.w-450px {
  width: 450px;
}

.w-500px {
  width: 500px;
}

.w-550px {
  width: 550px;
}

.w-600px {
  width: 600px;
}

.w-650px {
  width: 650px;
}

.w-700px {
  width: 700px;
}

.w-750px {
  width: 750px;
}

.w-800px {
  width: 800px;
}

.w-850px {
  width: 850px;
}

.w-900px {
  width: 900px;
}

.w-950px {
  width: 950px;
}

.w-1000px {
  width: 1000px;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

/* ===================================
    08. Height
====================================== */
.h-1px {
  height: 1px;
}

.h-2px {
  height: 2px;
}

.h-3px {
  height: 3px;
}

.h-4px {
  height: 4px;
}

.h-5px {
  height: 5px;
}

.h-6px {
  height: 6px;
}

.h-7px {
  height: 7px;
}

.h-8px {
  height: 8px;
}

.h-9px {
  height: 9px;
}

.h-10px {
  height: 10px;
}

.h-11px {
  height: 11px;
}

.h-12px {
  height: 12px;
}

.h-13px {
  height: 13px;
}

.h-14px {
  height: 14px;
}

.h-15px {
  height: 15px;
}

.h-20px {
  height: 20px;
}

.h-25px {
  height: 25px;
}

.h-30px {
  height: 30px;
}

.h-35px {
  height: 35px;
}

.h-40px {
  height: 40px;
}

.h-42px {
  height: 42px;
}

.h-45px {
  height: 45px;
}

.h-50px {
  height: 50px;
}

.h-55px {
  height: 55px;
}

.h-60px {
  height: 60px;
}

.h-65px {
  height: 65px;
}

.h-70px {
  height: 70px;
}

.h-75px {
  height: 75px;
}

.h-80px {
  height: 80px;
}

.h-85px {
  height: 85px;
}

.h-90px {
  height: 90px;
}

.h-95px {
  height: 95px;
}

.h-100px {
  height: 100px;
}

.h-110px {
  height: 110px;
}

.h-120px {
  height: 120px;
}

.h-130px {
  height: 130px;
}

.h-140px {
  height: 140px;
}

.h-150px {
  height: 150px;
}

.h-160px {
  height: 160px;
}

.h-170px {
  height: 170px;
}

.h-180px {
  height: 180px;
}

.h-190px {
  height: 190px;
}

.h-200px {
  height: 200px;
}

.h-210px {
  height: 210px;
}

.h-220px {
  height: 220px;
}

.h-230px {
  height: 230px;
}

.h-240px {
  height: 240px;
}

.h-250px {
  height: 250px !important;
}

.h-260px {
  height: 260px !important;
}

.h-270px {
  height: 270px !important;
}

.h-280px {
  height: 280px !important;
}

.h-290px {
  height: 290px !important;
}

.h-300px {
  height: 300px !important;
}

.h-350px {
  height: 350px !important;
}

.h-400px {
  height: 400px !important;
}

.h-450px {
  height: 450px !important;
}

.h-480px {
  height: 480px !important;
}

.h-500px {
  height: 500px !important;
}

.h-550px {
  height: 550px !important;
}

.h-580px {
  height: 580px !important;
}

.h-600px {
  height: 600px !important;
}

.h-620px {
  height: 620px !important;
}

.h-650px {
  height: 650px !important;
}

.h-700px {
  height: 700px !important;
}

.h-750px {
  height: 750px !important;
}

.h-800px {
  height: 800px !important;
}

.h-850px {
  height: 850px !important;
}

.h-1000px {
  height: 1000px !important;
}

.h-auto {
  height: auto;
}

/* Screen height */
.extra-very-small-screen {
  height: 250px;
}

.extra-small-screen {
  height: 300px;
}

.small-screen {
  height: 400px;
}

.one-half-screen {
  height: 600px;
}

.one-third-screen {
  height: 700px;
}

.one-fourth-screen {
  height: 800px;
}

.one-fifth-screen {
  height: 900px;
}

.one-sixth-screen {
  height: 1000px;
}

.one-seventh-screen {
  height: 1200px;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

/* overlay dark&light */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl,
[data-overlay-light] .container-xxl,
[data-overlay-light] .container {
  position: relative;
  z-index: 7;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

[data-overlay-dark]:before {
  background: #141414;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}



/* ===================================
    06. Typography
====================================== */
/* Heading */
h1,
.h1 {
  font-size: 50px;
}

h2,
.h2 {
  font-size: 38px;
  color: #C03248;
  font-weight: bold;
}

h3,
.h3 {
  font-size: 36px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 22px;
}

h6.regular {
  font-size: 18px;
}

.lg-text {
  font-size: 96px;
}

.md-text {
  font-size: 54px;
}

.sm-text {
  font-size: 20px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}

h5,
h6 {
  line-height: 1.2;
}

p {
  color: #d2d1d1;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

span,
a {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: inherit;
}

/* Font custom */
.font-style-italic {
  font-style: italic;
}

.hover-text {
  display: none;
}

b,
strong {
  font-weight: 700;
}

.text-white-space-nowrap {
  white-space: nowrap;
}

.text-white-space-normal {
  white-space: normal;
}

.text-transform-none {
  text-transform: none !important;
}

.text-uppercase-inherit {
  text-transform: inherit !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.word-break-normal {
  word-break: normal;
}

.vertical-align-top {
  vertical-align: top;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

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

/* Font size */
.fs-0 {
  font-size: 0 !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
  line-height: 32px;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-45 {
  font-size: 45px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-55 {
  font-size: 55px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-65 {
  font-size: 65px !important;
}

.fs-70 {
  font-size: 70px !important;
}

.fs-75 {
  font-size: 75px !important;
}

.fs-80 {
  font-size: 80px !important;
}

.fs-85 {
  font-size: 85px !important;
}

.fs-90 {
  font-size: 90px !important;
}

.fs-95 {
  font-size: 95px !important;
}

.fs-100 {
  font-size: 100px !important;
}

.fs-110 {
  font-size: 6.875rem;
}

.fs-120 {
  font-size: 7.5rem;
}

.fs-130 {
  font-size: 8.125rem;
}

.fs-140 {
  font-size: 8.75rem;
}

.fs-150 {
  font-size: 9.375rem;
}

.fs-160 {
  font-size: 10rem;
}

.fs-170 {
  font-size: 10.625rem;
}

.fs-180 {
  font-size: 11.25rem;
}

.fs-190 {
  font-size: 11.875rem;
}

.fs-200 {
  font-size: 12.5rem;
}

.fs-225 {
  font-size: 14.063rem;
}

.fs-250 {
  font-size: 15.625rem;
}

.fs-275 {
  font-size: 17.188rem;
}

.fs-300 {
  font-size: 18.75rem;
}

.fs-350 {
  font-size: 21.875rem;
}

.fs-400 {
  font-size: 25rem;
}

/* Line height */
.lh-0px {
  line-height: 0px;
}

.lh-10 {
  line-height: 10px;
}

.lh-11 {
  line-height: 11px;
}

.lh-12 {
  line-height: 12px;
}

.lh-13 {
  line-height: 13px;
}

.lh-14 {
  line-height: 14px;
}

.lh-15 {
  line-height: 15px;
}

.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px;
}

.lh-19 {
  line-height: 19px;
}

.lh-20 {
  line-height: 20px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-26 {
  line-height: 26px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-32 {
  line-height: 2rem;
}

.lh-34 {
  line-height: 2.125rem;
}

.lh-36 {
  line-height: 2.25rem;
}

.lh-38 {
  line-height: 2.375rem;
}

.lh-40 {
  line-height: 2.5rem;
}

.lh-42 {
  line-height: 2.625rem;
}

.lh-44 {
  line-height: 2.75rem;
}

.lh-46 {
  line-height: 2.875rem;
}

.lh-48 {
  line-height: 3rem;
}

.lh-50 {
  line-height: 3.125rem;
}

.lh-55 {
  line-height: 3.438rem;
}

.lh-60 {
  line-height: 3.75rem;
}

.lh-65 {
  line-height: 4.063rem;
}

.lh-70 {
  line-height: 4.375rem;
}

.lh-75 {
  line-height: 4.688rem;
}

.lh-80 {
  line-height: 5rem;
}

.lh-85 {
  line-height: 5.313rem;
}

.lh-90 {
  line-height: 5.625rem;
}

.lh-95 {
  line-height: 5.938rem;
}

.lh-100 {
  line-height: 6.25rem;
}

.lh-105 {
  line-height: 6.563rem;
}

.lh-110 {
  line-height: 6.875rem;
}

.lh-115 {
  line-height: 7.188rem;
}

.lh-120 {
  line-height: 7.5rem;
}

.lh-0 {
  line-height: 0;
}

.lh-normal {
  line-height: normal;
}

.lh-initial {
  line-height: initial;
}

.lh-inherit {
  line-height: inherit;
}

/* Text stroke width */
.text-outline-width-1px {
  -webkit-text-stroke-width: 1px;
}

.text-outline-width-2px {
  -webkit-text-stroke-width: 2px;
}

.text-outline-width-3px {
  -webkit-text-stroke-width: 3px;
}

.text-outline-width-4px {
  -webkit-text-stroke-width: 4px;
}

.text-outline-width-5px {
  -webkit-text-stroke-width: 5px;
}

/* Letter spacing */
.ls-0px {
  letter-spacing: 0px !important;
}

.ls-05px {
  letter-spacing: 0.5px !important;
}

.ls-1px {
  letter-spacing: 1px !important;
}

.ls-2px {
  letter-spacing: 2px !important;
}

.ls-3px {
  letter-spacing: 3px !important;
}

.ls-4px {
  letter-spacing: 4px !important;
}

.ls-5px {
  letter-spacing: 5px !important;
}

.ls-6px {
  letter-spacing: 6px !important;
}

.ls-7px {
  letter-spacing: 7px !important;
}

.ls-8px {
  letter-spacing: 8px !important;
}

.ls-9px {
  letter-spacing: 9px !important;
}

.ls-10px {
  letter-spacing: 10px !important;
}

.ls-minus-05px {
  letter-spacing: -0.5px !important;
}

.ls-minus-1px {
  letter-spacing: -1px !important;
}

.ls-minus-2px {
  letter-spacing: -2px !important;
}

.ls-minus-3px {
  letter-spacing: -3px !important;
}

.ls-minus-4px {
  letter-spacing: -4px !important;
}

.ls-minus-5px {
  letter-spacing: -5px !important;
}

.ls-minus-6px {
  letter-spacing: -6px !important;
}

.ls-minus-7px {
  letter-spacing: -7px !important;
}

.ls-minus-8px {
  letter-spacing: -8px !important;
}

.ls-minus-9px {
  letter-spacing: -9px !important;
}

.ls-minus-10px {
  letter-spacing: -10px !important;
}

/* Icon size */
.icon-extra-double-large {
  font-size: 80px;
}

.icon-double-large {
  font-size: 60px;
}

.icon-extra-large {
  font-size: 50px;
}

.icon-large {
  font-size: 42px;
}

.icon-medium {
  font-size: 34px;
}

.icon-very-medium {
  font-size: 28px;
}

.icon-extra-medium {
  font-size: 24px;
}

.icon-small {
  font-size: 18px;
}

.icon-very-small {
  font-size: 14px;
}

/* ===================================
    Buttons
====================================== */
.butn {
  transition: all 0.4s;
}

.butn.butn-md {
  padding: 15px 35px;
}

.butn.butn-lg {
  padding: 18px 40px;
}

.butn.butn-full {
  padding: 14px 30px;
  width: 100%;
  text-align: center;
}

.butn.bg-light {
  background: #fff;
  border: 1px solid transparent;
  color: #000;
}

.butn.bg-light:hover {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.5);
  color: inherit;
}

.butn.butn-line-light {
  padding: 0 0 10px;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.butn.butn-line-dark {
  padding: 0 0 10px;
  border-bottom: 1px solid #666;
  width: 100%;
}

.butn.butn-line-dark img {
  filter: invert(1);
}

.butn.butn-line {
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
  width: 100%;
}

.butn.butn-circle-md {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
}

.butn.butn-circle-md img {
  width: 20px;
}

.butn.bord-light {
  border: 1px solid #fff;
}

.butn.bord-gray {
  border: 1px solid #999 !important;
}

.butn.hover-light:hover {
  background: #fff;
  border-color: #fff;
  color: #1d1d1d;
}

.butn.hover-light2:hover {
  background: #eee;
  border-color: #eee;
  color: #1d1d1d;
}

.butn.hover-dark:hover {
  background: #1d1d1d;
  border-color: #1d1d1d;
  color: #fff;
}

.butn.butn-blur {
  color: #fff;
  background: rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(10px);
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  transition: all 0.4s;
}

.butn.butn-blur:hover {
  background: #fff;
  color: #1d1d1d;
}

.butn.butn-blur:hover span {
  color: #1d1d1d;
}

.butn.butn-blur:hover img {
  filter: invert(1);
}

.butn.bord-icon {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 7px 10px 7px 20px;
  border-radius: 30px;
}

.butn.bord-icon .icon {
  padding: 8px 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.03);
  margin-left: 10px;
}

.butn.bord-icon.light-bord {
  border-color: rgba(255, 255, 255, 0.1);
}

.butn.bord-icon.light-bord .icon {
  background: rgba(255, 255, 255, 0.05);
}

.butn.butn-cirle-lg-icon>div {
  display: inline-block;
  width: 160px;
  height: 160px;
  line-height: 170px;
  text-align: center;
  border: 1px solid #1d1d1d;
  border-radius: 50%;
  margin: 0 -10px;
  font-size: 22px;
  text-transform: uppercase;
  transition: all 0.4s;
}

.butn.butn-cirle-lg-icon>div span {
  line-height: 1.2;
}

.butn.butn-cirle-lg-icon>div:last-of-type {
  background: #1d1d1d;
}

.butn.butn-cirle-lg-icon:hover>div {
  transform: translateX(100%);
  margin: 0 10px;
}

.butn.butn-cirle-lg-icon:hover>div:last-of-type {
  transform: translateX(-100%);
}

.butn.butn-arrow {
  padding: 10px 20px;
  background: #1d1d1d;
  border-radius: 30px;
  color: #fff;
}

.butn.butn-arrow span {
  margin: 0 3px;
}

.butn.butn-arrow img {
  width: 15px;
}

.butn.butn-arrow.bord {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: inherit;
}

.butn.standerd {
  padding: 14px 30px;
}

.butn-arrow {
  padding: 7px 7px 7px 20px;
  border-radius: 10px;
  background: #fff;
  backdrop-filter: blur(10px);
  color: #111012;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: max-content;
  transition: all 0.4s;
}

.butn-arrow.butn-full {
  width: 100% !important;
}

.butn-arrow.butn-rounded {
  border-radius: 40px;
}

.butn-arrow.butn-rounded .arrow-icon {
  border-radius: 50%;
}

.butn-arrow.butn-blur {
  padding: 10px 10px 10px 20px;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  color: #fff;
}

.butn-arrow.butn-blur .arrow-icon {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.butn-arrow.butn-blur:hover {
  background: rgba(0, 0, 0, 0.15);
}

.butn-arrow .arrow-icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 5px;
  background: #111012;
  margin-left: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.butn-arrow .arrow-icon svg {
  stroke: #fff;
  width: 32px;
  transition: all 0.4s;
}

.butn-arrow .arrow-icon svg:first-of-type {
  position: absolute;
  top: 0;
  height: 100%;
  transform: translateY(-40px);
}

.butn-arrow:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  color: #fff;
}

.butn-arrow:hover .arrow-icon svg:first-of-type {
  transform: translateY(0);
}

.butn-arrow:hover .arrow-icon svg:last-of-type {
  transform: translateY(40px);
}

.butn-more .arrow-icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  margin-left: 15px;
  color: #1f1f1f;
  position: relative;
  overflow: hidden;
}

.butn-more .arrow-icon svg {
  /* stroke: #1f1f1f; */
  width: 32px;
  transition: all 0.4s;
}

.custom-card .butn-more .arrow-icon svg:first-of-type {
  position: absolute;
  top: 7px;
  transform: translateY(-40px);
}

.custom-card:hover .butn-more .arrow-icon svg:first-of-type {
  transform: translateY(0);
}

.custom-card:hover .butn-more .arrow-icon svg:last-of-type {
  transform: translateY(40px);
}

.butn-bord-sm {
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  position: relative;
}

.butn-bord-sm:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  margin-right: 15px;
  transform: translateY(-2px);
}

.circle-button {
  position: relative;
  display: inline-block;
}

.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.circle-button .textcircle {
  width: 250px;
  fill: #fff;
}

.bg-light .butn-bord-sm {
  border-color: rgba(0, 0, 0, 0.5);
}

.bg-light .butn-bord-sm:before {
  background: #000;
}

/* Cursor
-----------------------------------------------------------------*/
.hover-this .hover-anim {
  pointer-events: none;
  transition: transform 0.2s linear;
}

.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.3rem;
  background-color: #c03248;
  border-radius: 50%;
  /* mix-blend-mode: difference; */
  transition: transform 0.3s ease, opacity 0.4s ease;
  z-index: 99999;
}



.cursor-active {
  transform: translate(-50%, -50%) scale(8);
  opacity: 0.1;
}

.cursor-pointer {
  cursor: pointer;
}

.rolling-text {
  display: inline-block;
  overflow: hidden;
  line-height: 50px;
  height: 50px;
}

.rolling-text.butn {
  padding: 0 35px;
}

.social-text .rolling-text {
  line-height: 30px;
  height: 30px;
}


.weddingSwiper .it-project-dots-process {
  display: none;
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
  transform: translateY(-100%);
}

.rolling-text .letter {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
  transition-delay: 0s;
}

.letter:nth-child(2) {
  transition-delay: 0.015s;
}

.letter:nth-child(3) {
  transition-delay: 0.03s;
}

.letter:nth-child(4) {
  transition-delay: 0.045s;
}

.letter:nth-child(5) {
  transition-delay: 0.06s;
}

.letter:nth-child(6) {
  transition-delay: 0.075s;
}

.letter:nth-child(7) {
  transition-delay: 0.09s;
}

.letter:nth-child(8) {
  transition-delay: 0.105s;
}

.letter:nth-child(9) {
  transition-delay: 0.12s;
}

.letter:nth-child(10) {
  transition-delay: 0.135s;
}

.letter:nth-child(11) {
  transition-delay: 0.15s;
}

.letter:nth-child(12) {
  transition-delay: 0.165s;
}

.letter:nth-child(13) {
  transition-delay: 0.18s;
}

.letter:nth-child(14) {
  transition-delay: 0.195s;
}

.letter:nth-child(15) {
  transition-delay: 0.21s;
}

.letter:nth-child(16) {
  transition-delay: 0.225s;
}

.letter:nth-child(17) {
  transition-delay: 0.24s;
}

.letter:nth-child(18) {
  transition-delay: 0.255s;
}

.letter:nth-child(19) {
  transition-delay: 0.27s;
}

.letter:nth-child(20) {
  transition-delay: 0.285s;
}

.letter:nth-child(21) {
  transition-delay: 0.3s;
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #F52C64;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}



.progress-wrap svg.progress-circle path {
  stroke: #F52C64;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear;
}

/* Extra
-----------------------------------------------------------------*/
.d-rotate {
  perspective: 1000px;
}

.d-rotate .rotate-text {
  display: block;
  transform-style: preserve-3d;
  transition: all 0.8s;
  transform-origin: 50% 0%;
  transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
  opacity: 0;
  transition-delay: 0.5s;
}

.d-rotate.animated .rotate-text {
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
  opacity: 1;
}

.d-slideup .sideup-text {
  overflow: hidden;
  display: block;
}

.d-slideup .sideup-text:first-of-type .up-text {
  transition-delay: 0.2s;
}

.d-slideup .sideup-text:nth-of-type(2) .up-text {
  transition-delay: 0.6s;
}

.d-slideup .sideup-text:nth-of-type(3) .up-text {
  transition-delay: 1s;
}

.d-slideup .sideup-text:nth-of-type(4) .up-text {
  transition-delay: 1.4s;
}

.d-slideup .sideup-text:nth-of-type(5) .up-text {
  transition-delay: 1.8s;
}

.d-slideup .sideup-text .up-text {
  transform: translateY(100%);
  transition: all 0.8s;
}

.d-slideup.animated .up-text {
  transform: translateY(0);
}

.main-marq {
  position: relative;
  padding: 0;
}

.main-marq:after {
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: -5px;
  right: -5px;
  pointer-events: none;
  background: linear-gradient(to left, #161616, rgba(255, 255, 255, 0) 250px, rgba(255, 255, 255, 0) calc(100% - 250px), #161616);
}

.main-marq.with-shad:after {
  content: "";
}

.main-marq.md-text .box .item h4 {
  font-size: 40px;
}

.main-marq.lrg .box .item h4 {
  font-size: 5vw;
}

.main-marq.xlrg .box .item {
  padding: 0 30px;
}

.main-marq.xlrg .box .item h4 {
  font-size: 10vw;
}

.main-marq .slide-har {
  display: flex;
}

.main-marq .strok .item h4 {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #fff;
}

.main-marq .strok .item h4 a {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #fff;
}

.main-marq .non-strok .item h4 {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}

.main-marq .non-strok .item h4 a {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}

.main-marq .box {
  display: flex;
}

.main-marq .box .item {
  padding: 0 30px;
}

.main-marq .box .item h4 {
  white-space: nowrap;
  margin: 0;
  line-height: 1.2;
}

.main-marq .box .item h4 .icon {
  margin-bottom: -15px;
}

.main-marq .box .item h2 {
  margin: 0;
}

.main-marq .box .item:nth-of-type(even) h4 {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}

.main-marq .box .item:nth-of-type(even) h4 a {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}

.main-marq .box:last-of-type .item:nth-of-type(even) h4 {
  color: #fff;
  -webkit-text-stroke: 0;
}

.main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
  color: #fff;
  -webkit-text-stroke: 0;
}

.main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.main-marq.sm-pad .box .item {
  padding: 0 15px;
}

.slide-har {
  position: relative;
}

.slide-har.st1 .box {
  position: relative;
  animation: slide-har 70s linear infinite;
}

.slide-har.st2 .box {
  position: relative;
  animation: slide-har-revers 70s linear infinite;
}

@keyframes slide-har {
  0% {
    transform: translateX(0%);
  }

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

@keyframes slide-har-revers {
  100% {
    transform: translateX(0%);
  }

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

.imago {
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  transform: scale(1.2);
  filter: blur(5px);
  transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
  position: relative;
}

.imago.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform: scale(1);
  filter: blur(0px);
}

.imago.simpl {
  transform: scale(1);
  filter: blur(0px);
}

.scrolling-marq {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}

.scrolling-marq .marq-box {
  display: flex;
}

/* Preloader
-----------------------------------------------------------------*/
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #1d1d1d;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 60px;
  font-weight: 200;
  letter-spacing: 5px;
  text-transform: uppercase;
  z-index: 20;
}

.load-text span {
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  animation-delay: 0.6s;
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* ====================== [ Start Overlay ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl,
[data-overlay-light] .container-xxl,
[data-overlay-light] .container {
  position: relative;
  z-index: 7;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

[data-overlay-dark]:before {
  background: #161616;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */
/* Menu
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 21px 0 0px 0;
  margin: 0;
  width: 100%;
  background: transparent;
  border-bottom: 2px solid transparent;
  z-index: 99;
}

.navbar.static {
  position: relative;
}

.navbar.nav-scroll {
  padding: 10px 0;
  position: fixed;
  top: -80px;
  transition: transform 0.8s;
  transform: translateY(80px);
  background-color: #fff;
}

.navbar .icon-bar {
  color: #fff;
}

.navbar .theme-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(40, 40, 40, 0.4);
  backdrop-filter: blur(6rem);
  border: 1px solid rgba(200, 200, 200, 0.2);
  font-size: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.navbar .navbar-nav {
  margin-top: 0;
  background: rgb(255 255 255);
  backdrop-filter: blur(6rem);
  border-radius: 15px;
  box-shadow: 0px 5px 13px 2px #0000000f;
}

.navbar.nav-scroll .navbar-nav {
  margin-top: 0;
  background: rgb(255 255 255);
  backdrop-filter: blur(6rem);
  border-radius: 0;
  box-shadow: 0px 0px 0px 0px #0000000f;
}

.navbar .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 5px 20px 0px 20px;
  margin: 10px 8px;
  transition: 0.3s all ease;
  border-radius: 9px;
}

.navbar .navbar-nav .nav-link:hover {
  background: #EC8694;
  background: linear-gradient(90deg, rgba(236, 134, 148, 1) 0%, rgba(231, 95, 108, 1) 50%, rgba(192, 50, 72, 1) 100%);
  border-radius: 9px;
  color: #fff;
}

.navbar .navbar-nav .nav-link .rolling-text {
  height: 30px;
  line-height: 30px;
}

.navbar .dropdown-menu {
  display: block;
  position: absolute;
  top: 70px;
  opacity: 0;
  visibility: hidden;
  padding: 10px 5px;
  color: #fff;
  background: #151515;
  border: 1px solid #2d2d2d;
  border-radius: 10px;
  min-width: 255px;
  transform: translateY(20px);
  transition: all 0.4s;
}

.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar .dropdown-menu.show-left .dropdown-item .dropdown-side {
  left: auto;
  right: 248px;
}

.navbar .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #fff;
  transition: all 0.4s;
  padding: 10px 25px;
  position: relative;
}

.navbar .dropdown-menu .dropdown-item .dropdown-side {
  position: absolute;
  left: 248px;
  top: -15px;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #393939;
  border-radius: 5px;
  background: #252424;
  width: 240px;
  padding: 20px 0px;
  transform: translateY(20px);
  transition: all 0.4s;
}

.navbar .dropdown-menu .dropdown-item .dropdown-side.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar .dropdown-menu .dropdown-item .icon-arrow {
  position: absolute;
  right: 15px;
}

.navbar .dropdown-menu .dropdown-item:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 18px;
  transition: all 0.4s;
}

.navbar .dropdown-menu .dropdown-item:hover {
  padding-left: 30px;
  background: transparent;
}

.navbar .dropdown-menu .dropdown-item:hover:after {
  width: 10px;
}

.navbar .no-relative {
  position: static;
}

.navbar .mega-menu {
  width: 100%;
  position: absolute;
  left: 0;
  top: 75px;
  overflow: hidden;
  padding: 0 !important;
  border: 0 !important;
  background: transparent;
}

.navbar .mega-menu .container {
  padding: 40px !important;
  border: 1px solid #393939;
  background: #252424;
  border-radius: 5px;
}

.navbar .mega-menu .title {
  margin-bottom: 20px;
}

.navbar .mega-menu .title .sub-title {
  font-weight: 600;
}

.navbar .mega-menu .item-img .img {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar .logo {
  position: relative;
}

.navbar .menu-icon {
  padding: 16px 0px 16px 0px;
  color: #000;
  font-size: 22px;
}

.navbar .dropdown-toggle:after {
  margin-left: 5px;
  vertical-align: 12px;
}

.hamenu {
  position: fixed;
  top: -200%;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 2em);
  transform: translateY(15px);
  background: #ab001bab;
  backdrop-filter: blur(10px) saturate(0%);
  -webkit-backdrop-filter: blur(10px) saturate(0%);
  /* border: 2px solid #FE396F; */
  /* background: linear-gradient(90deg, rgba(236, 134, 148, 1) 0%, rgba(231, 95, 108, 1) 50%, rgba(192, 50, 72, 1) 100%); */
  border-radius: 1em;
  overflow: hidden;
  z-index: 99999999999;
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
}

.hamenu .close-menu {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 4;
}

.hamenu .close-menu {
  color: #fff;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.4s;
}

.hamenu.open .close-menu {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}

.hamenu.open .menu-links .main-menu>li .link {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}

.hamenu.open .cont-info {
  transform: translateX(0);
}

.hamenu.open .cont-info .trans {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1.4s;
}

.hamenu .menu-links {
  color: #fff;
  height: 100%;
  margin-top: 10px;
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 40px;
  padding-right: 50px;
  overflow: auto;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamenu .d-flex {
  height: 100%;
}

.hamenu .menu-links::-webkit-scrollbar {
  width: 5px;
}

.hamenu .menu-links::-webkit-scrollbar-track {
  background: #1d1d1d;
}

.hamenu .menu-links::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.hamenu .menu-links .main-menu {
  position: relative;
  z-index: 2;
}

.hamenu .menu-links .main-menu ul {
  margin: 0;
  padding: 0;
}

.hamenu .menu-links .main-menu>li {
  transition: all 0.5s;
}

.hamenu .menu-links .main-menu>li .link {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
  width: 100%;
  position: relative;
  display: block;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.7s;
}

.hamenu .menu-links .main-menu>li .link i {
  position: absolute;
  width: 90px;
  top: 0;
  right: 0;
  bottom: 0;
}

.hamenu .menu-links .main-menu>li .link i:before {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}

.hamenu .menu-links .main-menu>li .link i:after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: calc(50% + 8px);
  left: calc(50% - 8px);
  background: #fff;
}

.hamenu .menu-links .main-menu>li .link.dopen i:before {
  opacity: 0;
}

.hamenu .menu-links .main-menu>li .link .fill-text {
  position: relative;
  color: rgba(255, 255, 255, 0.4);
}

.hamenu .menu-links .main-menu>li .link .fill-text:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
}

.hamenu .menu-links .main-menu>li.hoverd .link .fill-text:after {
  width: 0;
}

.hamenu .menu-links .main-menu>li .sub-dmenu {
  font-size: 30px;
  font-weight: 400;
  padding-left: 80px;
  text-transform: capitalize;
  letter-spacing: normal;
}

.hamenu .menu-links .main-menu .sub-menu {
  display: none;
  padding: 15px 0;
}

.hamenu .menu-links .main-menu .sub-menu.no-bord {
  border-top: 0;
  padding: 0;
}

.hamenu .menu-links .main-menu .sub-menu li {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
}

.hamenu .menu-links .main-menu .sub-menu li a {
  padding: 10px 10px 10px 40px;
  transition: all 0.4s;
}

.hamenu .menu-links .main-menu .sub-menu li a:hover {
  color: #DDF160;
}

.hamenu .menu-links .main-menu .sub-menu2 {
  display: none;
  padding: 10px 0 20px;
}

.hamenu .menu-links .main-menu .sub-menu2 li {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
}

.hamenu .menu-links .main-menu .sub-menu2 li a {
  padding: 12px 12px 12px 70px;
  opacity: 0.6;
  transition: all 0.4s;
}

.hamenu .menu-links .main-menu .sub-menu2 li a:hover {
  opacity: 1;
}

.hamenu .cont-info {
  padding: 120px 30px 30px;
  width: 100%;
  color: #fff;
}

.hamenu .cont-info .trans {
  transform: translateY(50px);
  transition: all 0.4s;
  opacity: 0;
}

.hamenu .cont-info .trans h6 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}

.blur-menubg {
  position: relative;
  z-index: 3;
}

.blur-menubg:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(30px);
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  transition-delay: 0.5s;
  z-index: 999;
}

.blur-menubg.active:after {
  opacity: 1;
  visibility: visible;
}



/* Titles
-----------------------------------------------------------------*/
.sec-head.bord {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.sec-head h6 {
  font-size: 16px;
}

.sec-head h6:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  margin-right: 15px;
}

.sec-head-stand h5 {
  position: relative;
}

.sec-head-stand h5:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #fff;
}

.bg-light .sec-head.bord {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.bg-light .sec-head h6:before {
  background: #000000;
}

.modern-agency .sec-head.bord {
  border-top: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.modern-agency .bg-light .sec-head.bord {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
}

.modern-agency .bg-light .sec-head h6:before {
  background: #000000;
}




/* ===============================
   Get The App Button
=============================== */
.app-btn {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: #C03248;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
  padding: 11px 16px 11px 16px;
  border-radius: 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.app-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}


/* Slight overlap for icons */
.icon-wrap img:first-child {
  margin-right: -15px;
}

/* Hover effect */
.app-btn:hover .icon-wrap img {
  transform: scale(1.05);
}


/* Headers
-----------------------------------------------------------------*/
.hero-style1 {
  position: relative;
  padding: 150px 0 120px;
  z-index: 10;
}

.hero-style1 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-style1 h1 {
  line-height: 1;
  color: #C03248;
  font-weight: 700;
  margin-bottom: 18px;
}

.bannerText {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 35px;
}

.hero-style1 .tags a {
  width: max-content;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  font-size: 14px;
  margin: 3px 0;
  transition: all 0.4s;
}

.hero-style1 .tags a:hover {
  background: #fff;
  color: #000;
}

.hero-style1 .circle-button {
  margin-top: -30px;
}

.hero-style1 .circle-button svg {
  fill: #fff;
}




/* =====================================
   Feature Section Styling
===================================== */
.features-section {
  background: #f9eeee;
  /* light pink tone */
  padding: 50px 0;
}


.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  text-align: center;
  position: relative;
}

.features-grid.home-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  text-align: center;
  position: relative;
  width: 58%;
  margin: 0 auto;
}

.features-grid.about-feature {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  text-align: center;
  position: relative;
  margin-top: 50px;
}

/* Each Feature Item */
.feature-item {
  padding: 0 30px;
  position: relative;
}

/* Add dividers except last one */
.feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  /* background-image: url(../imgs/divider.svg); */
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
}

.feature-item:nth-child(3)::after {
  content: "";
  position: absolute;
  background-image: url(../imgs/divider.svg);
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
}

.features-grid.home-feature-grid .feature-item:nth-child(2)::after {
  content: "";
  position: absolute;
  background-image: url(../imgs/divider.svg);
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
}

.about-feature .feature-item:nth-child(4)::after {
  content: "";
  position: absolute;
  background-image: url(../imgs/divider.svg);
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
}

.about-feature .feature-item:nth-child(3)::after {
  content: "";
  position: absolute;
  background-image: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
}

.feature-item:not(:last-child)::before {
  content: "";
  position: absolute;
  background-image: url(../imgs/divider.svg);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: contain;
  height: 100%;
  width: 1px;
}

.feature-item:last-child::before {
  content: "";
  position: absolute;
  background-image: url(../imgs/divider.svg);
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
}

/* Icons */
.feature-item img {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  display: inline-block;
}

/* Text */
.feature-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #870519;
  /* deep red tone */
}


/* ================================
   Wedding Cards Section Styling
================================ */
.wedding-cards-section {
  background: linear-gradient(to bottom right, #fde8ec, #fbeff1);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Background Bubbles */
.wedding-cards-section::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  background: url("assets/images/bg-dots.png") repeat;
  opacity: 0.2;
  top: 0;
  left: 0;
}

/* Grid Layout */
.wedding-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  position: relative;
  z-index: 2;
  margin-top: 80px;
}

/* Card Style */
.wedding-card {
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.wedding-card.blue img {
  transform: rotate(17deg);
  transition: 0.5s all ease;
}

.wedding-card.blue:hover img {
  transform: rotate(0deg);
}

.wedding-card.pink:hover img {
  transform: rotate(0deg);
}

.wedding-card.yellow:hover img {
  transform: rotate(0deg);
}

.wedding-card.red:hover img {
  transform: rotate(0deg);
}

.wedding-card.pink img {
  transform: rotate(-6deg);
  z-index: -1;
  position: relative;
  transition: 0.5s all ease;
}

.wedding-card.yellow img {
  transform: rotate(-24deg);
  transition: 0.5s all ease;
}

.wedding-card.red img {
  transform: rotate(-6deg);
  transition: 0.5s all ease;
}




/* ================================
   How DHOL Works – No Bootstrap
================================ */
.how-dhol-section {
  padding: 88px 0 0 0;
  display: flex;
  justify-content: center;
}

/* Faqs
-----------------------------------------------------------------*/
.faq-style1 .accordion-item {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px 50px;
}

.faq-style1 .accordion-item h6 {
  font-weight: 300;
}

.faq-style1 .accordion-item .arrow {
  filter: invert(1);
}

.faq-style1 .accordion-item.active {
  background: rgba(255, 255, 255, 0.02);
}

.faq-style1 .accordion-item.active h6 {
  font-weight: 500;
}

.how-dhol-box {
  background: #fff6f4;
  border-radius: 15px;
  padding: 40px 0px 74px 40px;
  width: 90%;
  max-width: 1400px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.how-dhol-content {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  gap: 0px;
}

/* Left Image */
.dhol-img img {
  width: 510px;
  position: absolute;
  left: -27px;
  bottom: 22px;
  height: 453px;
  border-radius: 30px;
  border: 5px solid #fff;
  object-fit: cover;
}

.how-dhol-box h2.section-title {
  position: absolute;
  top: 32px;
}

/* Right Section */

.section-title span {
  color: #E8636C;
  font-size: 80px;
  line-height: 1;
  font-weight: bold;
}

.how-dhol-box h2.section-title {
  color: #C03248;
  font-weight: bold;
}

/* Step Items */
.step-box {
  border-bottom: 1px solid #f0dede;
  padding: 40px 37px 40px 65px;
  transition: 0.3s all ease;
}



.step-box h5 {
  transition: 0.3s all ease;

}

.step-box:hover h5 {
  color: #E8636C;
}

.step-box:hover .step-num {
  color: #ec86944f;
  transform: rotate(7deg) scale(1.5);
}

.step-box:nth-child(3) {
  border-bottom: 0px solid #f0dede;
  padding-bottom: 0;
}

.step-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.step-left {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  width: 590px;
}

.step-icon {
  min-width: 50px;
  height: 60px;
  object-fit: contain;
}

.step-box h5 {
  font-size: 28px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.step-box p {
  color: #222;
  line-height: 26px;
  margin: 0;
  font-weight: 500;
}



.step-num {
  font-size: 40px;
  font-weight: 700;
  color: #ec869417;
  min-width: 40px;
  text-align: right;
  transition: 0.3s all ease;
}


section.first-faq-block .accordian-wrapper {
  background: linear-gradient(138deg, rgb(220 194 214 / 0%) 0%, rgb(130 205 177 / 0%) 100%);
  padding: 0.15rem;
  border-radius: 15px;
  position: relative;
}

section.first-faq-block .faq-boxes {
  background-color: #f9f4ec8c;
  backdrop-filter: blur(3px);
  padding: 0px 0px 0px 0px;
  border-radius: 15px;
  border-bottom: 2px solid #87051952;
  box-shadow: 0px 0px 4px 0px #00000024;
}

section.first-faq-block .get-started-faq-inner {
  margin-top: 31px;
}

.section-heading h2 {
  color: #C03248;
  font-weight: bold;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px 30px 25px 30px;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff0;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #870519;
}

.accordion {
  --bs-accordion-bg: #ffffff00;
}


section.section.first-faq-block {
  padding: 100px 0;
  background-image: url(../imgs/faq-bg.png);
  background-size: contain;
}

section.section.first-faq-block {
  padding: 100px 0;
  background-image: url(../imgs/faq-bg.png);
  background-size: contain;
}

section.section.first-faq-block.gradient-first-block.pricing-faqs .container {
  z-index: 2;
  position: relative;
}

section.first-faq-block.gradient-first-block.pricing-faqs .fade-effect-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 400px;
  background: #F1E3E3;
  background: linear-gradient(180deg, rgba(241, 227, 227, 0.87) 0%, rgba(241, 227, 227, 0.65) 69%, rgba(255, 255, 255, 0) 100%);
}

section.pricing-section .fade-effect-bg-1 {
  position: absolute;
  bottom: 0;
}

.contact-section section.section.first-faq-block {
  background-image: none;
  padding-bottom: 0;
}

section.first-faq-block .accordion-button:not(.collapsed)::after {
  background-image: url(../imgs/minus.svg);
  transform: rotate(-180deg);
}

section.first-faq-block .accordion-button::after {
  margin-left: auto;
  content: "";
  background-image: url(../imgs/plus.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .2s ease-in-out;
  /* background-color: #817bf8; */
  background-position: center;
  width: 18px;
  height: 18px;
}

section.first-faq-block .accordion-item {
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid rgba(0, 0, 0, .125);
  margin-bottom: 30px;
}

section.first-faq-block .accordion-item:last-child {
  margin-bottom: 0px;
}

.accordion-body p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.accordion-body {
  padding: 25px 30px 25px 30px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #cecbdc;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.accordion-button:not(.collapsed) {
  color: #0c62e400;
  background-color: #e7f1ff00;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #0000001c;
  margin-bottom: 0;
  transition: 0.2s ease-in all;
}

.accordion-item {
  border: 0;
}

/* ================================
   Member Access Section
================================ */
.member-access-section {
  position: relative;
  padding: 100px 0;
}

.member-box {
  position: relative;
  background: #EC8694;
  background: linear-gradient(90deg, rgba(236, 134, 148, 1) 0%, rgba(231, 95, 108, 1) 50%, rgba(192, 50, 72, 1) 100%),
    url('../imgs/member-overlay.png') center/cover no-repeat;
  ;
  color: #fff;
  border-radius: 20px;
  padding: 90px 0px 90px 60px;
}

/* Couple Image */
.member-img {
  flex: 0 0 10%;
  text-align: left;
}

.member-img img {
  width: 29%;
  height: auto;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  left: 111px;
}

/* Content */
.member-content {
  flex: 0 0 55%;
  z-index: 2;
}

.member-content h2 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.member-subtext {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 600;
}

/* Points */
.member-points li {
  display: flex;
  align-items: flex-start;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 53px;
}

.member-points li p {
  position: relative;
  line-height: 34px;
}

.member-points li p::before {
  content: "";
  position: absolute;
  left: -26px;
  width: 15px;
  height: 15px;
  background-color: #E76370;
  border: 4px solid #fff;
  border-radius: 50px;
  top: 8px;
}

.member-points li:first-child {
  /* border-bottom: none; */
  /* padding-bottom: 0; */
}

.member-points .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  margin-right: 12px;
  margin-top: 7px;
  flex-shrink: 0;
}

.member-points span.yellow {
  color: #FEE72E;
  font-size: 28px;
  font-weight: 600;
}

.member-points p {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

/* Button */
.btn-member {
  display: inline-flex;
  margin-top: 25px;
  padding: 17px 28px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  align-items: center;
  font-size: 18px;
}

.btn-member i {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-left: 5px;
  font-size: 22px;
  font-weight: 200;
}

.btn-member:hover {
  background: #fff;
  color: #d94a63;
}

/* Clouds */
.cloud {
  position: absolute;
  width: 180px;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.cloud-left {
  top: 40px;
  left: -170px;
  width: 252px;
  z-index: 1;
}

.cloud-right {
  top: -70px;
  right: -60px;
  width: 239px;
}


/* ================================
   Why Premium Section
================================ */
.why-premium-section {
  text-align: center;
  overflow: hidden;
}

.section.why-premium-section {
  padding-bottom: 40px;
}

h2.section-title {
  color: #C03248;
  font-weight: bold;
}


.section-subtext {
  color: #000;
  margin-top: 15px;
  font-weight: 500;
}

.custom-card {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}



/* Image */
.custom-card .card-image img.card-bg-img {
  width: 100%;
  display: block;
  border-radius: 30px;
  position: relative;
  border: 4px solid #fff;
  overflow: hidden;
}

.custom-card .card-image img.advanced-filter {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
}

.custom-card .card-image img.limeted-filter {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  width: 63%;
  margin: 0 auto;
}

.custom-card .card-image img.verfied-profile {
  position: absolute;
  top: 37px;
  left: 0;
  right: 0;
  width: 67%;
  margin: 0 auto;
}

/* Slanted Box */
.custom-card .card-content {
  position: relative;
  margin-top: -40px;
  /* Pull box up slightly */
}

.text-box {
  background: #b7303c;
  color: #fff;
  padding: 25px 20px;
  border-radius: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  position: relative;

  /* Create the slant effect */
  /* clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%); */

}

/* Text Styling */
.text-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px;
}

.text-box p {
  font-size: 15px;
  margin: 0;
  opacity: 0.9;
}

/* Arrow Circle */
.arrow-icon {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  color: #b7303c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Hover Effects */
.custom-card:hover .text-box {
  transform: translateY(-3px);
  transition: all 0.3s ease;
}

/* .custom-card:hover .arrow-icon svg {
  transform: translateY(40px);
  transition: all 0.3s ease;
}

.custom-card.arrow-icon svg {
  transform: translateY(-40px);
  transition: all 0.3s ease;
} */

.sw-card_content {
  z-index: 0;
  grid-column-gap: 1em;
  grid-row-gap: 0.1em;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: relative;
}

.paragraph-regular {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
}

.sw-card_wrap {
  z-index: 2;
  position: absolute;
  inset: auto 2em 2em;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 15px;
}


.sw-card_shape {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto;
  transform: translateY(-5em);
}

.custom-card .sw-card_wrap.red .sw-card_content {
  background: #C03248;
}

.custom-card .sw-card_wrap.red .sw-card_shape {
  color: #C03248;
}

.custom-card .sw-card_wrap.yellow .sw-card_content {
  background: #FFB409;
}

.custom-card .sw-card_wrap.yellow .sw-card_shape {
  color: #FFB409;
}

.custom-card .sw-card_wrap.blue .sw-card_content {
  background: #3F8BFD;
}

.custom-card .sw-card_wrap.blue .sw-card_shape {
  color: #3F8BFD;
}

.premiumSwiper {
  padding-bottom: 70px;
  padding-top: 70px;
}

.premiumSwiper .swiper-slide.swiper-slide-active {
  margin-top: 0px;
}

.premiumSwiper .swiper-slide {
  margin-top: 0px;
  transition: 0.5s all ease;
}

/* Alternate pattern */
.premiumSwiper .swiper-slide:nth-child(odd) {
  transform: translateY(25px);
  /* slightly up */
}

.premiumSwiper .swiper-slide:nth-child(even) {
  transform: translateY(-25px);
  /* slightly down */
}

.premiumSwiper .swiper-slide .card-bg-img {
  filter: blur(5px);
}

.premiumSwiper .swiper-slide.swiper-slide-active .card-bg-img {
  filter: blur(0px);
}

.section {
  padding: 100px 0;
  position: relative;
}

.custom-card:nth-child(2) .sw-card_content {
  background: #3F8BFD;
}

.custom-card:nth-child(2) .sw-card_shape {
  color: #3F8BFD;
}

.custom-card:nth-child(3) .sw-card_content {
  background: #FFB409;
}

.custom-card:nth-child(3) .sw-card_shape {
  color: #FFB409;
}

.sw-card_content h3.heading-xs {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 5px;
}



.work-card_icon {
  background-color: #000;
  color: #fff;
  border-radius: 100vw;
  justify-content: flex-end;
  align-items: center;
  width: 2.8em;
  height: 2.8em;
  display: flex;
  position: absolute;
  inset: .5em .5em auto auto;
  overflow: hidden;
  /* transform: rotate(-45deg); */
  justify-content: center;
}

.work-card_icon .icon-animation i:first-of-type {
  position: absolute;
  top: 0;
  height: 100%;
  transform: translateY(-40px);
}

.butn-more {
  right: 0;
}

.arrow-icon.red svg {
  /* stroke: #C03248; */
}

.work-card_icon .icon-animation.yellow i {
  color: #FFB409;
}

.work-card_icon .icon-animation.blue i {
  color: #3F8BFD;
}

.work-card_icon:hover .icon-animation i:last-of-type {
  transform: translateY(40px);
}

.work-card_icon i {
  font-size: 23px;
}

.work-card_icon.is-sw {
  background-color: #fff;
  color: #000;
}

/* ================================
   See Subscriptions Button
================================ */
.see-subscriptions-btn {
  display: inline-block;
  padding: 16px 30px;
  border: 2px solid #c63a4a;
  color: #c63a4a;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 15px;
  transition: all 0.3s ease;
}

/* Hover effect */
.see-subscriptions-btn:hover {
  background: #c63a4a;
  color: #fff;
  box-shadow: 0 4px 12px rgba(198, 58, 74, 0.3);
  transform: translateY(-2px);
}


/* ================================
   Footer Styles
================================ */
.footer-section {
  /* color: #3a3a3a; */
  padding: 0px 0 9px 0;
}

.footer-heading {
  font-size: 24px;
  font-weight: 700;
  color: #870519;
  margin-bottom: 23px;
}

.footer-text {
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a3a;
  max-width: 300px;
  font-weight: 600;
}

.footer-bottom {
  border-top: 1px solid #d5d5d5;
  margin-top: 39px;
  padding: 20px 0;
}

.footer-links,
.footer-social {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-social li {
  margin-bottom: 23px;
}

.footer-links li:last-child,
.footer-social li:last-child {
  margin-bottom: 0;
}

.footer-links a,
.footer-social a {
  text-decoration: none;
  color: #222;
  transition: color 0.3s ease;
  font-weight: 500;
  font-size: 16px;
}

.footer-links a:hover,
.footer-social a:hover {
  color: #a12b3a;
}

/* App Button */
.app-btn {
  background: #c63a4a;
  color: #fff;
  border-radius: 14px;
  padding: 8px 17px;
  text-decoration: none;
  font-weight: 600;
  gap: 10px;
  transition: 0.3s all ease;
  width: fit-content;
  opacity: 0;
  visibility: hidden;
}

.app-btn img {
  width: 32px;
  height: 40px;
}

.app-btn span {
  font-size: 16px;
}

.app-btn:hover {
  background: #a12b3a;
}

/* Small Notes */
.app-note {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  margin-top: 15px;
  font-weight: 500;
}

/* Social Icons */
.footer-social i {
  color: #C03248;
  margin-right: 8px;
  vertical-align: middle;
  font-size: 19px;
}

/* Bottom Bar */
.footer-bottom p {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0;
}


/* ================================
   Still Unsure Section
================================ */
.still-unsure-section {
  border-radius: 20px;
  background-image: url(../imgs/form-bg.png);
  background-size: cover;
  position: relative;
}


.unsure-content {
  position: relative;
  z-index: 1;
}

.unsure-content .contentBx {
  padding: 20px 20px 20px 30px;
}

.elent-wrapper .elemnt-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.right-contact-form img {
  position: absolute;
  right: 60px;
  bottom: 0;
}

.unsure-header h2 {
  font-weight: 700;
}

.header-badge {
  background: #fff;
  border-radius: 50px;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-badge i {
  color: #F6A243;
  font-weight: 400;
  font-size: 24px;
}

.unsure-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  width: 80%;
  margin-left: 30px;
}


.unsure-content {
  padding: 20px 30px 60px 20px;
}


.unsure-form input,
.unsure-form select {
  background-color: transparent;
  border: none;
  border-radius: 0;
  /* height: 48px; */
  padding: 17px 0px;
  font-size: 18px;
  color: #C03248;
  font-weight: 500;
  transition: box-shadow 0.3s ease;
  border-bottom: 1px solid #f52c6438;
  width: 100%;
}

.unsure-form input::placeholder {
  background-color: transparent;
  border: none;
  border-radius: 0;
  /* height: 48px; */
  padding: 25px 0px;
  font-size: 18px;
  font-weight: 500;
  color: #C03248;
  transition: 0.3s all ease;
}

.unsure-form input:focus::placeholder {
  opacity: 0.2;
}

img.line-1 {
  position: absolute;
  left: -42px;
  top: 140px;
}

img.line-2 {
  position: absolute;
  left: 138px;
  top: 23px;
  z-index: -1;
}

.faded-text {
  color: #f52c6445;
  opacity: 0.5;
  position: absolute;
  top: -140px;
  font-size: 500px;
  font-weight: bold;
  left: 0;
  right: 0;
  z-index: -2;
}

.unsure-form input:focus,
.unsure-form select:focus {
  outline: none;
  box-shadow: 0 0 0 0px #ff4d5a33;
  border-color: #f52c64;
}

.btn-submit {
  background: #F52C64;
  color: #fff;
  border: none;
  border-radius: 15px;
  padding: 17px 12px;
  font-size: 18px;
  font-weight: 600;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-submit i {
  font-size: 25px;
  font-weight: 400;
}

.free-consult {
  font-weight: 500;
}

.btn-submit:hover {
  background: #d62b4e;
}


/* Contact Section */
.contact-section {
  background-image: url(../imgs/contact-bg.png);
  background-size: cover;
  padding-top: 160px;
  background-position: bottom;
  padding-bottom: 0;
}

.weddingSwiper {
  padding-top: 0px;
}

/* .wedding-stories .weddingSwiper {
  padding-top: 60px;
} */

.wedding-stories .weddingSwiper {
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 44px;
}

.contact-info h1 {
  font-weight: 700;
  color: #C03248;
  line-height: 1;
  margin-bottom: 17px;
}

.contact-info p {
  font-weight: 600;
  color: #222;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 40px;
}

.contact-info p.email {
  margin-bottom: 20px;
}

.contact-info .email a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.contact-info .phone a {
  color: #E8636C;
  font-weight: 600;
  text-decoration: underline;
}

.contact-info .socials span {
  font-weight: 600;
  margin-right: 10px;
  font-size: 18px;
  color: #C03248;
}

.contact-info .socials a {
  color: #e04364;
  font-size: 22px;
  margin-right: 15px;
  transition: 0.3s all ease;
}

.contact-info .socials a:hover {
  transform: scale(1.3);
  transform: rotate(20deg);
}

.contact-info .socials a:hover {
  color: #000;
}

/* Contact Form */
.contact-form {
  background: #fff;
  border: 2px solid #FE396F;
  border-radius: 30px;
  padding: 25px 20px;
  margin-left: 50px;
}

.contact-form h4 {
  color: #C03248;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 40px;
}

.contact-form span {
  color: #e1003a;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #f52c6433;
  border-radius: 0;
  background: transparent;
  padding: 10px 0;
  font-size: 18px;
  box-shadow: none;
}

.contact-form select {
  background-color: transparent;
  border: none;
  border-radius: 0;
  /* height: 48px; */
  padding: 10px 0;
  font-size: 18px;
  color: #C03248;
  width: 100%;
  font-weight: 500;
  transition: box-shadow 0.3s ease;
  border-bottom: 1px solid #f52c6438;
}

.contact-form input.form-control::placeholder {
  color: #C03248;
  transition: 0.3s all ease;
}

.contact-form select.form-control::placeholder {
  color: #C03248;
  transition: 0.3s all ease;
}

.contact-form select.form-control:focus::placeholder {
  opacity: 0.2;
}

.contact-form input.form-control:focus::placeholder {
  opacity: 0.2;
}

.contact-form textarea.form-control:focus::placeholder {
  opacity: 0.2;
}


.contact-form textarea.form-control::placeholder {
  color: #C03248;
}

.contact-form textarea.form-control {
  height: 57px;
}

.contact-form .form-control:focus {
  border-color: #d13f64;
  outline: none;
  box-shadow: none;
}

.btn-submit {
  background: #ff3161;
  border: none;
  width: 100%;
  color: #fff;
  font-weight: 600;
  padding: 12px 0;
  border-radius: 12px;
  font-size: 16px;
  transition: 0.3s;
}

.btn-submit:hover {
  background: #e40046;
  transform: translateY(-2px);
}

.footer-section .socials {
  margin-top: 30px;
}

.socials {
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.socials a i {
  font-size: 25px;
}


.click-btn {
  color: #F52C64;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s all ease;
  margin-top: 10px;
}

.click-btn:hover {
  color: #F52C64;
}

.contact-icon {
  margin-top: 100px;
}


.wedding-stories {
  background-image: url(../imgs/dhol-beat-bg.png);
  overflow: hidden;
}

.wedding-card h4 {
  font-size: 26px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 15px;
}

.wedding-card p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}

.arrowWrap {
  display: flex;
  justify-content: end;
}

/* .swiper-nav {
  display: flex;
  border: 1px solid #c032483b;
  border-radius: 15px;
  height: 54px;
} */


/* Swiper Arrows */
.swiper-nav button {
  border: 0px solid #c8475b;
  background: transparent;
  color: #c8475b;
  border-radius: 50%;
  width: 45px;
  height: 95px;
  font-size: 20px;
  transition: all 0.3s ease;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  position: unset;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}


.swiper-button-next,
.swiper-button-prev {
  position: unset;
}

.swiper-nav button:hover {
  color: #fff;
}

.waitlist-section {
  padding-bottom: 110px;
  background-image: url(../imgs/new-bbggg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -10px;
}

.waitlist-section .container {
  position: relative;
}

.waitlist-box {
  text-align: center;
  padding: 75px 0;
  z-index: 1;
  position: relative;
}

.contact-form h4 span img {
  width: 40px;
}

.waitlist-box h2 {
  color: #fff;
  margin-bottom: 10px;
}

.waitlist-section img {
  margin: 0 auto;
  /* position: absolute; */
  right: 0;
  left: 0;
}

.waitlist-box p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.waitlist-form {
  gap: 10px;
}

.waitlist-form .form-control {
  max-width: 500px;
  height: 50px;
  border-radius: 15px;
  border: none;
  outline: none;
  padding: 0 20px;
  font-size: 15px;
  color: #fff;
  background-color: #ffffff36;
}

.waitlist-form .form-control::placeholder {
  color: #fff;
}

.btn-subscribe {
  background: #ff2a63;
  color: #fff;
  font-weight: 600;
  border: 0px solid #fff;
  padding: 12px 25px;
  border-radius: 15px;
  transition: all 0.3s ease;
  display: flex;
  height: 50px;
  align-items: center;
  gap: 5px;
}

.btn-subscribe i {
  font-weight: 300;
  line-height: 0;
  font-size: 20px;
}

.waitlist-form {
  margin-top: 30px;
}



/* About Page */

.commitment-section {
  padding: 150px 0 100px 0;
  background-image: url(../imgs/about-img.png);
  background-size: cover;
  position: relative;
}

.commitment-section h1 {
  font-weight: 700;
  color: #C03248;
}

.commitment-section .subtext {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.icon-box img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.icon-box h6 {
  font-weight: 600;
  color: #a8182f;
  font-size: 16px;
  margin-bottom: 0;
}

.commitment-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.divider {
  width: 1px;
  height: 60px;
  background-color: rgba(168, 24, 47, 0.3);
  margin: 0 15px;
}


/* .cardMargin {
  margin-top: 120px;
} */


.cardMargin .sw-card_content h3.heading-xs {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}


/* .cardMargin .custom-card .card-image img.card-bg-img {
  width: 100%;
  display: block;
  border-radius: 30px;
  position: relative;
  border: 4px solid #fff;
  overflow: hidden;
  height: 330px;
} */

/* .cardMargin .custom-card .card-image {
  height: 330px;
} */


/* .cardMargin .custom-card {
  width: 100%;
  border-radius: 20px;
  overflow: visible;
  position: relative;
  height: 330px;
} */

/* .cardMargin .custom-card .card-image img.advanced-filter {
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  width: 83%;
  margin: 0 auto;
} */

/* .cardMargin .custom-card .card-image img.private-filter {
  position: absolute;
  top: -33px;
  left: 5px;
  right: 0;
  width: 88%;
} */


/*=================================
= Matches to Memories Section CSS
=================================*/

.matches-memories {
  position: relative;
  overflow: hidden;
}

.matches-memories h2 {
  color: #C03248;
  width: 40%;
  margin: 0 auto;
}




.matches-memories .year {
  font-size: 130px;
  font-weight: bold;
  color: #ffb40933;
  line-height: 100px;
  margin-bottom: 30px;
}

.boxleftContent p {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.matches-memories .text-light-blue {
  color: #3f8bfd33;
}

.matches-memories h5 {
  color: #E8636C;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 14px;
}

.coupleImgBx .couple-cloud {
  position: absolute;
  bottom: -90px;
  left: 10px;
}


.col-space-top {
  margin-top: 140px;
}

.col-space-top-negative {
  margin-top: -220px;
}

.coupleImgrtBx .couple-cloud-2 {
  position: absolute;
  bottom: -70px;
  left: -10px;
}

.contentWrap {
  padding-left: 43px;
}

.matches-memories .timeline {
  position: relative;
}

.matches-memories .couple-img {
  position: relative;
  display: inline-block;
}



.matches-memories .leftbx,
.matches-memories .rightbx {
  display: flex;
  align-items: end;
}

.matches-memories .boxleftContent {
  width: 49%;
}

.matches-memories .boxrightContent {
  width: 49%;
  text-align: left;
}

.boxrightContent p {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-right: 10%;
  line-height: 26px;
}

/*=====================================
= Dhol Subscription Section CSS
======================================*/

.dhol-subscription {
  position: relative;
  margin-top: 30px;
  /* background-image: url(../imgs/dhol-sub-bg.png); */
  background-size: cover;
  padding-bottom: 0;
  z-index: 2;
}

.dhol-subscription .bg-imgfff {
  /* position: absolute; */
  left: 0;
  right: 0;
  /* bottom: 0; */
  width: auto;
  margin: 0 auto;
  top: 0;
  height: auto;
}


.bgImggg .bg-imgfff {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.bride-img img {
  position: absolute;
  left: 12px;
  bottom: 0;
  z-index: 1;
}

.groom-img img {
  position: absolute;
  right: 29px;
  bottom: 1px;
  z-index: 1;
}

.overlap-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 124px;
}

.container.premium-btn {
  position: relative;
}

.subscription-box {
  color: #fff;
  position: relative;
}

.premium-btn {
  margin-top: 50px;
}

.subscription-title {
  color: #fff;
  max-width: 530px;
  margin: 0 auto 13px auto;
}

.subscription-desc {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.subscriptionWrap {
  text-align: center;
}

/*=========== Buttons ===========*/
.btn-light-pink {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 10px;
  padding: 10px 22px;
  font-weight: 500;
  transition: 0.3s ease;
}

.btn-light-pink:hover {
  background: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.btn-bright-pink {
  background: #fff;
  color: #ff497a;
  border-radius: 10px;
  padding: 10px 22px;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-bright-pink:hover {
  background: #ffe0eb;
  color: #ff2e63;
}


/*=================================
= Dual Button Slider (Fixed)
=================================*/

.dual-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff33;
  padding: 4px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  width: max-content;
  margin: 30px auto 0 auto;
}

.dual-btn {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
}

.btn-item {
  text-align: center;
  padding: 16px 26px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  background: transparent;
  color: #fff;
  z-index: 2;
  position: relative;
  text-decoration: none;
  transition: color 0.4s ease;
}

.dual-btn .btn-bg {
  position: absolute;
  top: 4px;
  left: 4px;
  height: calc(100% - 8px);
  width: calc(50% - 4px);
  background: #ff1f66;
  border-radius: 12px;
  transition: all 0.4s ease;
  z-index: 1;
}

/* Default: highlight on the right button */
.dual-btn .btn-bg {
  transform: translateX(100%);
}

/* Hover states — highlight slides smoothly */
.left-btn:hover~.btn-bg {
  transform: translateX(0);
}

.right-btn:hover~.btn-bg {
  transform: translateX(100%);
}

/* Optional: change text color based on background */
.left-btn:hover,
.right-btn:hover {
  color: #fff;
}



/*==============================
= Pricing Section Styles
==============================*/

.pricing-section {
  padding-top: 150px;
  background-image: url(../imgs/pricing-premium-bg.png);
  background-size: cover;
  padding-bottom: 0;
}

.text-heading {
  color: #C03248;
  font-weight: bold;
}

/*--- Cards ---*/
.pricing-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px 17px 18px 17px;
  box-shadow: 0 6px 18px rgb(0 0 0 / 2%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.pricing-section h1.text-heading {
  margin-bottom: 40px;
}

.pricing-card.essential-card {
  padding: 18px 17px 18px 17px;
  border: 2px solid #f52c6424;
}


/* Premier (highlighted) */
.premium-card {
  background: #FAE3F2;
  border: 2px solid #FE396F;
  position: relative;
}

/* Essential */
.essential-card {
  background: #F9F4EC;
}

/*--- Price & Offer ---*/
.price {
  font-weight: 700;
  color: #FE396F;
  font-size: 32px;
}


h5.plan-title {
  color: #870519;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 11px;
}

p.plan-desc {
  color: #000;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
}

.price span {
  font-size: 47px;
  line-height: 1;
}

.offer {
  display: inline-block;
  background: #870519;
  color: #FFB409;
  font-size: 16px;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 800;
  font-style: italic;
}

/*--- Badge ---*/
.popular-badge {
  background: transparent;
  color: #FE396F;
  font-size: 16px;
  border-radius: 15px;
  padding: 4px 10px 4px 6px;
  border: 1px solid #fe396f36;
  position: absolute;
  right: 20px;
  top: 20px;
}

/*--- Features ---*/
.features li {
  margin-bottom: 30px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing-card.essential-card .features li {
  margin-bottom: 22px;
}

.features.list-unstyled {
  padding-left: 12px;
  list-style: none;
}

.pricing-padding {
  --bs-gutter-x: 3.5rem;
}

.packages-features {
  padding: 23px 15px 20px 15px;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 22px;
}

.features i {
  color: #00c24a;
  font-size: 1.1rem;
}

/*--- Buttons ---*/
.btn-subscribe {
  background: #ff497a;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 0;
  font-weight: 600;
  transition: background 0.3s ease;
}

.waitlist-form .btn-subscribe {
  padding: 12px 30px;
}

.btn-subscribe:hover {
  background: #ff2e63;
  color: #fff;
}

.btn-outline-subscribe {
  background: transparent;
  color: #C03248;
  border: 1px solid #C03248;
  border-radius: 10px;
  padding: 12px 0;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-subscribe.bg-color-pink {
  background: transparent;
  color: #fff;
  border: 1px solid #F52C64;
  background-color: #F52C64;
}

.btn-outline-subscribe:hover {
  background: #F52C64;
  color: #fff;
}

/* Banner Effect */
.mwg_effect025 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.is-mwg_effect025 {
  justify-content: space-between;
  width: 100%;
  padding: 7em 0em 0em 0em;
  display: flex;
}

.results-card {
  aspect-ratio: 4.8 / 6.2;
  will-change: transform;
  width: 28em;
  position: relative;
  overflow: hidden;
}

/* .mwg_effect025-css {
  display: none;
} */


.weddingSwiper .results-card {
  transition: 0.3s all ease;
}

.weddingSwiper .it-project-dots-process {
  position: absolute;
  bottom: 20px;
  /* adjust as needed */
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.swiper-pagination-bullet {
  background: #999;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}


.pricing-section .section.why-premium-section {
  padding-bottom: 100px;
  z-index: 1;
}

.progress-wrap svg path {
  stroke: #ff69b4;
  /* soft pink tone */
  fill: none;
  stroke-width: 4;
}



.progress-wrap svg {
  fill: #ff69b4;
  /* makes inner arrow pink */
}


.features-grid.about-feature.mobile-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}


.app-icon {
  display: flex;
  gap: 16px;
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 10px;
  justify-content: center;
}

.weddingSwiper .card--wedding-1 {
  transform: rotate(6deg);
  transition: 0.3s all ease-in;
}

.weddingSwiper .card--wedding-2 {
  transform: rotate(-9deg);
  transition: 0.3s all ease-in;
}

.weddingSwiper .card--wedding-3 {
  transform: rotate(-15deg);
  transition: 0.3s all ease-in;
}

.form-control:focus {
  box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}

.weddingSwiper .card--wedding-4 {
  transform: rotate(3deg);
  transition: 0.3s all ease-in;
}

.weddingSwiper .card--wedding-1:hover {
  transform: rotate(0deg);
}

.weddingSwiper .card--wedding-2:hover {
  transform: rotate(0deg);
}

.weddingSwiper .card--wedding-3:hover {
  transform: rotate(0deg);
}

.weddingSwiper .card--wedding-4:hover {
  transform: rotate(0deg);
}

.contact-overlapbx {
  position: absolute;
  bottom: 45px;
  width: 100%;
}

.modal.download-app button {
  position: absolute;
  right: -20px;
  background-color: #F52C64;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  top: -15px;
}

.modal.download-app button.btn-close {
  opacity: 1;
  background-image: url(../imgs/close.svg);
  background-size: 0.8em;
}

.modal.download-app .app-icon {
  display: flex;
  gap: 16px;
  background-color: transparent;
  padding: 0;
  border-radius: 0px;
}

.modal.download-app .modal-body {
  padding: 33px 10px 10px 10px;
}

.thankyouWrapper {
  background-image: url(../imgs/thnkyou-bg.png);
  background-position: bottom;
  background-size: cover;
  height: 100vh;
}


.thankyou-title {
  font-family: 'Gilroy';
  color: #F52C64;
  text-align: center;
  font-size: 100px;
  line-height: 1;
}


.thankyouWrapper .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.padding-left-1 {
  padding-left: 120px;
}

.padding-left-2 {
  padding-left: 120px;
}

.padding-left-3 {
  padding-left: 120px;
}





.faded-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 400px;
  background: #F1E3E3;
  background: linear-gradient(360deg, rgb(242 228 228) 0%, rgba(241, 227, 227, 0.65) 69%, rgba(255, 255, 255, 0) 100%);
}

/* Checkbox container alignment */
.custom-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #333;
  margin-bottom: 19px;
}

/* Hide default checkbox */
.custom-check .form-check-input {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  padding: 8px 0px;
  max-height: 13px;
  border: 2px solid #ff4b7a;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 20px;
  margin-top: -2px;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1em;
}

/* Hover effect */
.custom-check .form-check-input:hover {
  background-color: rgba(255, 75, 122, 0.1);
}

/* Checked state */
.custom-check .form-check-input:checked {
  background-color: #ff4b7a;
  border-color: #ff4b7a;
}

/* Checkmark symbol */
.custom-check .form-check-input:checked::after {
  /* content: '✔'; */
  position: absolute;
  top: -2px;
  left: 3px;
  font-size: 15px;
  color: #fff;
}

/* Label styling */
.custom-check .form-check-label {
  line-height: 1.4;
}

.custom-check .form-check-label a {
  color: #ff4b7a;
  text-decoration: none;
  font-weight: 500;
}

.custom-check .form-check-label a:hover {
  text-decoration: underline;
}

.form-check-label {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  line-height: 1;
}


.privacy-policy {
  padding: 150px 0 80px 0;
}



.privacy-policy {
  background-color: transparent;
  color: #222;
  line-height: 1.8;
}

.privacy-policy h1 {
  color: #e6396a;
  text-align: start;
  margin-bottom: 10px;
  font-weight: bold;
}

.privacy-policy h2 {
  color: #e6396a;
  margin-top: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.privacy-policy h3 {
  color: #e6396a;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}

.privacy-policy p,
.privacy-policy ul {
  color: #222;
  font-size: 16px;
  font-weight: 500;
}

.privacy-policy ul {
  margin-left: 0px;
  position: relative;
  padding-left: 23px;
}

.privacy-policy ul li {
  position: relative;
}

.privacy-policy ul li::before {
  content: "";
  position: absolute;
  left: -19px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #222;
  top: 11px;
}

.privacy-policy a {
  color: #e6396a;
  text-decoration: none;
  font-weight: 500;
}

.privacy-policy a:hover {
  text-decoration: none;
}

.privacyWrapper p {
  margin-bottom: 0;
}

.termsWrapper p {
  margin-bottom: 0;
}

.privacyWrapper p:not(:last-child) {
  margin-bottom: 20px;
}

.termsWrapper p:not(:last-child) {
  margin-bottom: 20px;
}

.terms-conditions {
  padding: 150px 0 80px 0;
}

.terms-conditions {
  background-color: transparent;
  color: #222;
  line-height: 1.8;
}

.terms-conditions h1 {
  color: #e6396a;
  text-align: start;
  margin-bottom: 10px;
  font-weight: bold;
}

.terms-conditions h2 {
  color: #e6396a;
  margin-top: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.terms-conditions p,
.terms-conditions ul {
  color: #222;
  font-size: 16px;
  font-weight: 500;
}

.terms-conditions ul {
  position: relative;
}

.terms-condition ul li::before {
  content: "";
  position: absolute;
  left: -19px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #222;
  top: 11px;
}

.terms-conditions a {
  color: #e6396a;
  text-decoration: none;
  font-weight: 500;
}

.terms-conditions a:hover {
  text-decoration: none;
}


.appIcon img {
  width: 200px;
}

.play-store img {
  width: 150px;
}