:root {
  --theme-color:#F94E93;
  --theme-color2: #F94E93;
  --title-color: #0D0D0D;
  --body-color: #6E6E6E;
  --smoke-color: #F9F3F0;
  --smoke-color2: #E8CDBF;
  --smoke-color3: #F4E8E1;
  --black-color: #000000;
  --black-color2: #1b1b1b;
  --gray-color: #B2B2B2;
  --white-color: #ffffff;
  --light-color: #CDCDCD;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E0E0E0;
  --title-font:  'Cormorant Garamond', serif;
  --body-font: 'DM Sans', sans-serif;
  --style-font: 'Red Hat Display', cursive;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}


/* ======= Typography style ======= */
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
  font-family: var(--body-font);
  color: #ddd;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 400;
  overflow-x: hidden !important ;
  background: #0c0c0c;
}


/* lists */
ul {
  list-style-type: none;
}
/* links */
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #fff;
}
a:link {
  text-decoration: none;
}
a:focus {
  outline: none;
}

/* form element */
button,
input,
optgroup,
select,
textarea {
  font-family: "Didact Gothic", sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ddd;
  background-image: none;
  border: 2px solid rgba(194, 74, 85, 0.2);
  border-radius: 5px;
}
input:focus,
textarea:focus {
  border: 2px solid #f94e93;
}
/* submit and alert success  */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  border: none;
  color: #ddd;
  background: #0c0c0c;
  padding: 17px 34px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  background: #0c0c0c;
  color: #fff;
  border: none;
}
button.mfp-close:hover,
button.mfp-arrow:hover {
  background: transparent;
}
.alert-success {
  background: transparent;
  color: #ddd;
  border: 2px solid #f94e93;
  border-radius: 0px;
}
select {
  padding: 10px;
  border-radius: 5px;
}
th,
tr,
td {
  padding: 10px 0;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline;
}
/* placeholder */
::-webkit-input-placeholder {
  color: #ddd;
  font-size: 16px;
  font-weight: 400;
}
:-moz-placeholder {
  color: #ddd;
}
::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ddd;
}
/* important css */
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
:root {
  scroll-behavior: auto;
}
/* .nav-button button{
  border-radius: 10px;
  transition: 0.5s all;
}
.nav-button button:hover{
background-color: #f94e93;
} */
.pb-0 {
  padding-bottom: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-img-position-top {
  background-position: top;
}
.slider-fade .item.position-top,
.position-top {
  background-position: top;
}
.slider-fade .item.position-center,
.position-center {
  background-position: center;
}
.slider-fade .item.position-bottom,
.position-bottom {
  background-position: bottom;
}
.ontop {
  position: relative;
  z-index: 7;
}
.rest {
  padding: 0 !important;
  margin: 0 !important;
}
.d-flex {
  display: flex !important;
}
.full-width {
  width: 100% !important;
}
.position-relative {
  position: relative !important;
}

/* vertical line */
.line-vr-section {
  position: relative;
  margin: -25px auto;
  border: 0;
  border-left: 2px solid;
  border-color: #f94e93;
  width: 2px;
  height: 50px;
  z-index: 10;
  opacity: 1;
}

/* ======= Owl-Theme custom style ======= */
/* owl dots */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  line-height: 1.5;
  display: block;
  outline: none;
}
.owl-theme .owl-dots {
  margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 0 2px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid #ddd;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f94e93;
  border: 1.5px solid #f94e93;
}
.owl-theme .owl-dots button {
  background: transparent;
  padding: 2px;
}
/* owl-nav */
.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.owl-theme .owl-prev {
  float: left;
  left: 0px !important;
}
.owl-theme .owl-next {
  float: right;
  right: 0px !important;
}
.owl-theme .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-theme .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  line-height: 40px;
  background: #f94e93;
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  margin-right: 30px;
  margin-left: 30px;
  cursor: pointer;
  border: 2px solid #f94e93;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #0c0c0c;
}
.owl-theme .owl-nav [class*="owl-"] {
  opacity: 0;
}
.owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
}
.services .owl-theme .owl-nav {
  top: 45% !important;
  margin-top: 0;
}
.services2 .owl-theme .owl-nav {
  top: 45% !important;
  margin-top: 0;
}
.team .owl-theme .owl-nav {
  top: 35% !important;
  margin-top: 0;
}
.team .owl-theme .owl-dots {
  margin-top: 0;
}
.blog-home .owl-theme .owl-nav {
  top: 42% !important;
  margin-top: 0;
}
.services-page .owl-theme .owl-nav {
  top: 45% !important;
  margin-top: 0;
}
.testimonials .owl-theme .owl-nav {
  top: 30% !important;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .owl-theme .owl-nav {
    display: none;
  }
}

/* ======= Preloader style ======= */
.preloader-bg,
.preloader {
  background-color: #0c0c0c;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  overflow: hidden;
}
.preloader * {
  transition: all 0.3s;
}
.preloader .item {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader .item:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.preloader .item .wrap {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}
.preloader .item .wrap img {
  width: 100px;
}
.preloader .item .wrap .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(194, 74, 85, 0.05);
  margin-left: -60px;
  margin-top: -60px;
}
.preloader .item .wrap .line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(
    top,
    #fff,
    rgba(255, 255, 255, 0.05)
  );
  -webkit-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
}
.preloader .item .wrap .line-mask .line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #f94e93;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ======= Cursor & Drag style  ======= */
.cursor {
  position: fixed;
  top: -40px;
  left: -40px;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
}
.cursor:before {
  content: "";
  width: 75px;
  height: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: white;
  border: 1px solid white;
  transition: all ease 0.15s;
  transform: scale(0.15);
}
.cursor.light:before {
  transform: scale(1);
  background: transparent;
}
.cursor.drag {
  mix-blend-mode: unset;
}
.cursor.drag:before {
  transform: scale(1);
  background: #f94e93;
  border-color: transparent;
}
.cursor.drag:before {
  content: "\f07e";
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  color: #fff;
}
.line {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* ======= Navbar style ======= */
.navbar {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background: white;
  z-index: 99;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 100px;
  border: none;
}
.navbar .container {
  border: none;
}
.nav-scroll .container {
  border: none;
}
.navbar-toggler-icon {
  background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
  color: black;
  font-size: 24px;
  width: 1.5em;
  height: 1em;
}
.navbar .navbar-nav .nav-link {
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: black;
  margin: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 9px;
  padding-left: 9px;
}
.navbar .navbar-nav .nav-link.nav-color {
  color: #0c0c0c;
}
.navbar .navbar-nav .nav-link:hover {
  color: #f94e93;
}
.navbar .navbar-nav .nav-link:hover i {
  color: #f94e93;
}
.navbar .navbar-nav .active {
  color: #f94e93 !important;
}
.navbar .navbar-nav .active i {
  color: #f94e93;
}
.nav-scroll {
  background: white;
  padding: 0 0 0 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  border: none;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
  color: black;
}
.nav-scroll .navbar-nav .nav-link {
  color: black;
}
.nav-scroll .navbar-nav .active {
  color: #f94e93;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: black;
}
.nav-scroll .logo-img {
  width: 99px;
}
.nav-scroll .logo-img {
  margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
  font-family: "Syne", sans-serif;
  font-size: 24px;
  font-weight: 800;
  display: block;
  width: 100%;
  position: relative;
  color: #0c0c0c;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.2em;
  text-transform: uppercase;
}
.nav-scroll .logo-wrapper .logo span {
  color: #f94e93;
}
.nav-scroll .logo-wrapper {
}
.logo-wrapper {
  float: left;
}
.logo-wrapper .logo h2 {
  font-family: "Syne", sans-serif;
  font-size: 30px;
  font-weight: 800;
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.2em;
  text-transform: uppercase;
}
.logo {
  padding: 0;
}
.logo-img {
  width: 99px;
  text-align: center;
  padding: 11px;
}
.dropdown .nav-link i {
  padding-left: 0px;
  font-size: 12px;
  color: #fff;
}
.nav-scroll .dropdown .nav-link i {
  color: #ddd;
}
.nav-scroll .navbar-nav .active i {
  color: #f94e93;
}
.navbar .dropdown-menu .dropdown-item {
  padding: 8px 0;
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar .dropdown-menu .dropdown-item span {
  display: block;
  cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
  padding: 13px 0 0 5px;
  font-size: 12px;
  float: right;
  color: #fff;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
  color: #f94e93;
}
.navbar .dropdown-menu .dropdown-item.active span i {
  color: #f94e93;
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-menu {
  box-shadow: 0 16px 50px rgb(27 27 27 / 7%);
}
.navbar .dropdown-menu li {
  border-bottom: none;
}
.navbar .dropdown-menu li:last-child {
  border-bottom: none;
}
/* li hover */
.navbar .dropdown-menu li {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.navbar .dropdown-menu li:hover {
  padding-left: 5px;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
  top: 0;
  left: auto;
  right: 100%;
}
/* navbar-right */
.navbar .navbar-right {
  position: relative;
  display: flex;
  align-items: center;
}
.navbar .navbar-right .wrap {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 5;
  margin-left: 30px;
}
.navbar .navbar-right .wrap .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #f94e93;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.navbar .navbar-right .wrap .text {
  margin-left: 10px;
  top: 3px;
  position: relative;
}
.navbar .navbar-right .wrap .text p {
  font-size: 9px;
  line-height: 9px;
  color: #f94e93;
  margin-bottom: 4px;
  font-family: "Syne", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
.navbar .navbar-right .wrap .text h5 {
  font-family: "Didact Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #fff;
  margin-bottom: 5px;
}
.navbar .navbar-right .wrap .text h5 a {
  color: black;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.navbar .navbar-right .wrap .text h5 a:hover {
  color: #f94e93;
}
.nav-scroll .navbar-right .wrap .text p {
  color: #f94e93;
}
.nav-scroll .navbar-right .wrap .text h5,
.nav-scroll .navbar-right .wrap .text h5 a {
  color: black;
}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 300px;
    padding: 15px 25px;
    border-radius: 5px;
    border: 0;
    background-color: #191919;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: -10px;
    right: auto;
    min-width: 190px;
    transform: translateY(0);
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    background: white;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-scroll {
    background: white;
  }
  .logo-wrapper {
    float: left;
  }
  .nav-scroll .logo-wrapper {
    padding-left: 15px;
    background-color: transparent;
  }
  .nav-scroll .logo-img {
    width: 99px;
  }
  .navbar .logo {
    text-align: left;
    margin-left: 0px;
  }
  .nav-scroll .logo {
  }
  .logo-img {
    margin-bottom: 0px;
    width: 99px;
    padding-left: 15px;
  }
  .navbar button {
    margin-right: 0px;
    outline: none !important;
    background: transparent;
    margin-top: 0px;
    border: none;
  }
  .navbar button:hover {
    background: transparent;
  }
  .navbar button:active,
  .navbar button:focus,
  .navbar button:hover {
    background: transparent;
    outline: none;
    color: transparent !important;
  }
  .navbar .container {
    max-width: 100%;
    padding: 0;
  }
  .navbar .nav-link {
    margin: 0px auto !important;
  }
  .navbar .navbar-nav .nav-link {
    color: #fff;
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #f94e93 !important;
  }
  .navbar .dropdown-menu .dropdown-item {
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
    line-height: 40px;
  }
  .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
    font-weight: 400;
  }
  .navbar .dropdown-submenu .dropdown-toggle::after {
    right: 15px;
    font-size: 13px;
  }
  .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
    transform: rotate(0deg);
  }
  .navbar .dropdown-submenu .dropdown-toggle.show::after {
    transform: rotate(90deg);
  }
  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #191919;
    box-shadow: none;
  }
  .navbar .dropdown-submenu .dropdown-menu {
    margin: 0;
    padding: 0 0 0 20px;
  }
  .navbar .dropdown-menu li a {
    padding: 0 15px;
  }
  .navbar .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar .navbar-nav {
    padding: 20px;
  }
  .navbar .navbar-collapse {
    max-height: 450px;
    overflow: auto;
    background: #191919;
    text-align: left;
  }
  .dropdown .nav-link i {
    color: rgba(255, 255, 255, 0.5);
  }
  .nav-scroll .dropdown .nav-link i {
    color: rgba(255, 255, 255, 0.5);
  }
  .nav-scroll .dropdown .nav-link.active i {
    color: #f94e93;
  }
  .navbar .dropdown-menu .dropdown-item i {
    color: #fff;
  }
  .navbar .navbar-right {
    display: none;
  }
}

/* ======= Homepage Default style ======= */
.home-default {
  padding-top: 0px;
}
.home-default .item {
  overflow: hidden;
}
.home-default .item .view-on-mobile h1,
.home-default .item .not-view-on-mobile h1 {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 700;
  color: #fff;
}
.home-default .item .view-on-mobile h1 span.stroke,
.home-default .item .not-view-on-mobile h1 span.stroke {
  color: #fff;
}
.home-default .item .view-on-mobile h6,
.home-default .item .not-view-on-mobile h6 {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  color: #f94e93;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.home-default .item .view-on-mobile p,
.home-default .item .not-view-on-mobile p {
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.home-default .item .not-view-on-mobile {
  display: none;
}
.home-default-cont {
  position: relative;
  z-index: 90;
}
.home-default-cont-text {
  padding: 30px 0;
  position: relative;
  z-index: 90;
}
.home-default-cont-text p {
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
  color: #ddd;
  margin-bottom: 15px;
}
.home-default-img {
  width: 100%;
}

/* ======= Header style ======= */
.header {
  min-height: calc(100vh - 100px);
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h6 {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  color: #f94e93;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.header .caption h1 {
  position: relative;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  font-family: var(--title-font);
}
.header .caption p {
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 30px;
  color: wheat;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.header .caption .btn-wrap2,
.header .caption .btn-wrap {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

/* ======= Slider style ======= */
.slider-fade .owl-item {
  min-height: calc(100vh - 100px);
  position: relative;
}
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider-fade .item .caption {
  z-index: 9;
}
/* owl-theme owl-dots */
.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 7vh;
  width: 100%;
}
.slider-fade .owl-theme .owl-dots .owl-dot span {
  border: 1.5px solid #fff;
}
.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span {
  background: #f94e93;
  border: 1.5px solid #f94e93;
}
/* owl-theme owl-nav */
.slider-fade .owl-theme .owl-nav {
  position: absolute !important;
  top: 40% !important;
  bottom: auto !important;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider-fade .owl-theme .owl-prev {
  left: 10px !important;
}
.slider-fade .owl-theme .owl-next {
  right: 10px !important;
}
.slider-fade .owl-theme .owl-prev > span,
.slider-fade .owl-theme .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-fade .owl-theme .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  line-height: 40px;
  background: transparent;
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  margin-right: 30px;
  margin-left: 30px;
  cursor: pointer;
  border: 2px solid #f94e93;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
  opacity: 0;
}
.slider-fade .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #f94e93;
  border: 2px solid #f94e93;
  color: #fff;
}
.slider-fade .owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .slider-fade .owl-theme .owl-nav {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .page-title {
    padding: 70px 0px;
  }
  .auto-container h1 {
    font-size: 36px;
  }
  .nav-button {
    padding: 18px 0px;
  }
}
