@charset "utf-8";
@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "owl.carousel.min.css";
@import "aos.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 14px;
}
.owl-carousel {
  direction: ltr;
}
.tooltip {
  z-index: 1100 !important;
}
i {
  font-size: inherit;
}
.tooltip-inner {
  max-width: 200px;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}
.tooltip .tooltip-arrow {
  display: none;
}
.tooltip.top {
  padding: 5px 0;
}
body {
  padding: 0 !important;
  margin: 0;
}
select {
  display: inline-block;
}
select {
  display: inline-block;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
iframe {
  width: 100% !important;
  border: 0 !important;
  height: 100% !important;
}
::-moz-selection {
  background-color: #000;
  color: #fff;
}
::selection {
  background-color: #000;
  color: #fff;
}
a,
a:hover,
a:visited,
a:link {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a {
  display: inline-block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
p {
  line-height: 1.5;
}

.modal-open {
  overflow: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.3;
}
.modal-backdrop.in {
  opacity: 0.9;
}
input,
select,
textarea {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  outline: 0;
}
textarea {
  resize: none;
}
.form-control {
  height: 45px;
  line-height: 38px;
  padding-left: 10px;
  font-size: 13px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: none;
  text-transform: none;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  padding: 0 16px;
}
.form-control::placeholder {
  color: #2b3430;
  text-transform: capitalize;
}
textarea.form-control {
  height: 170px;
  line-height: normal;
  padding-top: 8px;
}
.form-group,
.form-control {
  margin-bottom: 0;
}
.form-control:focus {
  box-shadow: none;
  color: #303030;
}
i {
  color: inherit;
  font-style: normal;
}
.toTop {
  background-color: #000;
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: -60px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  z-index: 8;
  transition: 0.3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  font-size: 17px;
}

.toTop img {
  filter: brightness(0) invert(1);
}

.toTop:hover {
  background-color: #b76089;
  transition: 0.3s;
  color: #f3f3f3;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #b76089;
  background: #208df0;
}
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.loading div {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 10px;
  box-shadow: 0 0 0 15px rgb(255 255 255 / 15%);
}
.loading img {
  width: 120px;
}
.loading h4 {
  font-weight: 500;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-mega-menu {
  position: unset;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  right: 0;
  left: auto;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: 0.3s;
  min-width: 160px;
  background-color: #fff;
  z-index: 11;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.08);
  padding: 0;
  margin-top: 5px;
  border-radius: 20px;
  padding: 15px 0;
  text-align: center;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: 0.3s;
}
.menu-item-has-children .sub-menu li {
  display: block !important;
  margin: 0 !important;
}
.menu-item-has-children .sub-menu li:after {
  display: none;
}
.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 16px;
  color: #393939;
  border-radius: 0;
  transition: 0.3s;
}
.menu-item-has-children .sub-menu li a:before {
  display: none;
}
.menu-item-has-children .sub-menu li a:hover {
  color: #b76089;
}
.menu-item-has-children:after {
  font-family: "Line Awesome Free";
  content: "\f107";
  display: inline-block;
  margin-right: 7px;
  transition: 0.3s;
  font-weight: 900;
}
.menu-item-has-children:hover:after {
  transform: rotate(-180deg);
  transition: 0.3s;
}
.fancybox-button svg path {
  fill: #fff;
}

body {
  overflow-x: hidden;
}

.hero {
  position: relative;
  background-image: url(../images/hero-bg.svg);
  background-position: bottom;
  background-size: cover;
  padding: 130px 0 160px;
}

.main-head {
  position: fixed;
  z-index: 5;
  width: 100%;
  left: 0;
  top: 0;
  padding: 25px 0;
  transition: 0.3s;
}

.main-head .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-head.sticky {
  background: #fff;
  padding: 20px 0;
  box-shadow: 0 3px 15px rgb(0 0 0 / 5%);
}

.main-head .logo img {
  object-fit: contain;
  width: 250px;
  transition: 0.3s;
}

.main-head .main-menu .hide-menu {
  border: 0;
  padding: 0;
  background: transparent;
  margin-bottom: 20px;
  display: none;
}

.main-head .main-menu ul {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.main-head .main-menu ul li a {
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
}

.main-head .main-menu ul li a:hover,
.main-head .main-menu ul li.active a {
  color: #000;
  border-color: #af4ea6;
}

.main-head .h-extra {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.main-head .h-extra .open-menu {
  border: 0;
  padding: 0;
  line-height: 1;
  background: transparent;
  width: 32px;
  height: 32px;
  display: none;
}

.main-head .h-extra .open-menu img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.btn {
  height: 50px;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  border-radius: 15px;
  background: #000;
  color: #fff;
  min-width: 145px;
  justify-content: center;
  font-size: 17px;
  padding: 0 20px;
  border: 1px solid #000;
  transition: 0.3s;
}

.btn.btn-outline {
  background: transparent;
  color: #000;
}

.btn:hover {
  background: #b259a7 !important;
  color: #fff !important;
  border-color: #b259a7;
}

.main-head .h-extra .btn {
  background: #fff;
  border-color: #fff;
  color: #208df0;
}

.hero .row {
  align-items: center;
  flex-direction: row-reverse;
}

.hero .h-text {
  padding: 0 0 0 22rem;
}

.hero .h-text h1 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
}

.hero .h-text p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 60px;
}

.hero .h-text div {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.hero .h-text a:not(.btn) {
  color: #fff;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}

.hero .h-text a:not(.btn) img {
  width: 33px;
}

.hero .h-text .btn:hover {
  background: #fff !important;
  color: #208df0 !important;
}

.g-head {
  text-align: center;
  margin-bottom: 60px;
}

.g-head h3 {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 20px;
}

.g-head h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #a34b99;
  border-radius: 2px;
  transform: translateX(-50%);
}

.solution .block {
  border: 1px solid rgba(220, 226, 238, 0.71);
  border-radius: 20px;
  text-align: center;
  padding: 40px;
}

.solution .block h4 {
  font-size: 21px;
  font-weight: 600;
  margin: 20px 0;
  min-height: 55px;
}

.solution .block p {
  color: #2e526b;
  font-size: 16px;
  overflow: hidden;
  max-height: 72px;
}

.solution .row {
  row-gap: 24px;
}

.solution .block img {
  height: 84px;
  width: 84px;
  object-fit: contain;
}

.main-head .logo {
  position: relative;
}

.main-head .logo .sticky-logo {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.main-head.sticky .logo img {
  opacity: 0;
}

.main-head.sticky .logo .sticky-logo {
  opacity: 1;
}

.main-head.sticky .main-menu ul li a {
  color: #000;
}

.main-head.sticky .main-menu ul li a:hover {
  color: #af4ea6;
}

.main-head.sticky .h-extra .btn {
  background: #208df0;
  color: #fff;
}

.experiance {
  padding: 80px 0;
}

.experiance .item {
  height: 70px;
  border: 1px solid #f4f4f4;
}

.experiance .item img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.needs {
  clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
  background: #f1f6ff;
  padding: 200px 0;
}

.nav.nav-tabs {
  margin-bottom: 60px;
  justify-content: center;
  border: 0;
  column-gap: 16px;
}

.nav.nav-tabs .nav-link {
  border: 1px solid #698498;
  border-radius: 15px;
  padding: 12px 35px;
  color: #698498;
  font-size: 17px;
  transition: 0.3s;
}

.nav.nav-tabs .nav-link.active {
  background: #208df0;
  border-color: #208df0;
  color: #fff;
}

.needs .item {
  border: 12px solid #fff;
  border-radius: 100%;
  transition: 0.3s;
  transform: scale(0.85);
  opacity: 0.5;
}

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

.needs .item a {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.needs .center .item {
  opacity: 1;
  transform: scale(1);
  border-color: #208df0;
}

.owl-dots {
  text-align: center;
  margin-top: 40px;
}

.owl-dots button.owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: rgb(0 0 0 / 19%);
  margin: 0 5px;
  transition: 0.3s;
}

.owl-dots button.owl-dot.active {
  background: #af4ea6;
}

.better {
  clip-path: polygon(0 16%, 100% 0%, 100% 83.5%, 0% 100%);
  background: #208df0;
  padding: 300px 0;
  margin-top: -170px;
  position: relative;
}

.better::after {
  content: "";
  position: absolute;
  bottom: 86px;
  width: calc(100% + 10px);
  background: rgb(0 0 0 / 18%);
  height: 20px;
  left: -5px;
  transform: rotate(-5.1deg);
}

.better .g-head h3 {
  color: #fff;
}

.better .g-head h3::after {
  background: #fff;
}

.better .block {
  text-align: center;
}

.better .block h4 {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  min-height: 68px;
  margin: 30px 0 10px;
}

.better .block p {
  color: #fff;
  font-weight: 300;
  overflow: hidden;
  max-height: 62px;
}

.better .block img {
  object-fit: contain;
  height: 130px;
}

.better .row {
  position: relative;
  row-gap: 24px;
}

.better .row::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 13px;
  width: 75%;
  height: 150px;
  background-image: url(../images/need/line.svg);
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateX(-50%);
}

.better .need-before {
  position: absolute;
  left: 0;
  top: 50%;
}

.better .need-after {
  position: absolute;
  right: 0;
  top: 0;
}

.reservation {
  padding: 70px 0;
}

.reservation .row {
  flex-direction: row-reverse;
  row-gap: 30px;
  align-items: center;
}

.reservation .r-img {
  text-align: right;
}

.reservation .r-data {
  padding: 0 0 0 22rem;
}

.reservation .r-data .data-head {
  margin-bottom: 40px;
}

.reservation .r-data .data-head h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.reservation .r-data .data-head p {
  color: #494369;
  font-size: 18px;
  font-weight: 300;
}

.reservation .r-data ul li {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  background: #ffffff;
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  border-radius: 24px;
  padding: 33px;
  column-gap: 24px;
}

.reservation .r-data ul li .r-icon {
  min-width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}

.reservation .r-data ul li .r-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.reservation .r-data ul li h4 {
  font-size: 24px;
  font-weight: 600;
  color: #332c5c;
  margin-bottom: 5px;
}

.reservation .r-data ul li p {
  color: #5e587a;
  font-size: 16px;
  font-weight: 300;
}

.request {
  padding: 70px 0;
}

.request > .row {
  flex-direction: row-reverse;
  row-gap: 30px;
}

.request .req-data {
  padding: 50px 22rem 0 50px;
}

.request .req-data h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.request .req-data p {
  color: #878787;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}

.request .req-data li {
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-size: 18px;
  margin-bottom: 20px;
}

.request .req-data li img {
  width: 25px;
  height: 25px;
}

.request .req-box {
  background: #208df0;
  border-radius: 21px;
  padding: 70px;
}

.request .req-box h4 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
  color: #1d2d3f;
}

.request .req-box .req-form {
  background: #ffffff;
  box-shadow: 18px -12px 16px rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  padding: 40px;
}

.request .req-box .req-form .form-group .form-control {
  font-size: 16px;
  border: 1px solid rgb(123 131 143 / 40%);
  border-radius: 8px;
  height: 55px;
  transition: 0.3s;
}

.request .req-box .req-form .row {
  row-gap: 22px;
}

.request .req-box .req-form .form-group .form-control::placeholder {
  color: #848484;
  font-size: inherit;
}

.request .req-box .req-form .form-group .form-control:focus {
  border-color: #af4ea6;
}

.request .req-box .req-form .form-group .btn {
  width: 100%;
  height: 55px;
  background: #9e5c97;
  border-color: #9e5c97;
  border-radius: 8px;
}

.footer-top {
  padding: 70px 0;
}

.footer-bottom {
  border-top: 1px solid #d7e1f4;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 20px;
}

.footer-top .f-info img {
  object-fit: contain;
  width: 250px;
}

.footer-top .f-info p {
  color: #2e526b;
  font-weight: 300;
  font-size: 15px;
  margin-top: 20px;
}

.footer-top .row {
  row-gap: 30px;
}

.footer-top h4 {
  font-size: 20px;
  color: #2e526b;
  font-weight: 100;
  margin-bottom: 30px;
}

.footer-top ul li {
  margin-bottom: 15px;
}

.footer-top ul li a {
  color: #2e526b;
  font-size: 16px;
  transition: 0.3s;
}

.footer-top ul li a:hover {
  color: #9e5c97;
  padding: 0 5px;
}

.social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f6ff;
  border-radius: 100%;
  transition: 0.3s;
}

.social a:hover {
  background: linear-gradient(120.97deg, #ce5beb -10.7%, #5b61eb 68.75%);
}

.social a:hover img {
  filter: brightness(0) invert(1);
}

.footer-bottom span {
  color: #2e526b;
}

.footer-bottom div {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.footer-bottom a {
  color: #2e526b;
}

header.main-head.inner-head {
  position: relative;
  background: #f4e6f3;
}

header.main-head.inner-head .logo img {
  opacity: 0;
}

header.main-head.inner-head .logo .sticky-logo {
  opacity: 1;
}

header.main-head.inner-head .main-menu ul li a {
  color: #af4ea6;
}

header.main-head.inner-head .h-extra .btn {
  background: #af4ea6;
  color: #fff;
}

.inner-page {
  background: linear-gradient(
    178.7deg,
    #f3e2f2 1.11%,
    rgba(236, 214, 233, 0) 103.22%
  );
}

.inner-page .request {
  padding: 50px 0 0;
  margin-top: -5px;
}

header.main-head.inner-head .h-extra .open-menu img {
  filter: brightness(0);
}

.packages {
  padding: 100px 0;
}

.packages .packages-head {
  text-align: center;
  margin-bottom: 100px;
}

.packages .packages-head h3 {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 30px;
}

.packages .packages-head p {
  color: #878787;
  font-weight: 300;
  font-size: 16px;
  margin: 0 auto;
  max-width: 60%;
}

.packages .package {
  background: #ffffff;
  border: 2px solid #f5f6fa;
  border-radius: 15px;
  padding: 40px;
}

.packages .package h4 {
  color: #af4ea6;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.packages .package p {
  margin-bottom: 15px;
  color: #63657e;
}

.packages .package .price {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 30px;
  color: #63657e;
  font-size: 16px;
  font-weight: 500;
}

.packages .package .price span {
  color: #af4ea6;
  font-size: 42px;
}

.packages .package ul {
  padding: 30px 0;
  border-top: 1px solid #f5f6fa;
}

.packages .package ul li {
  display: flex;
  align-items: center;
  column-gap: 15px;
  color: #63657e;
  font-size: 14px;
  margin-bottom: 17px;
}

.packages .package ul li img {
  width: 23px;
}

.packages .package .btn {
  background: #ffecfd;
  border-radius: 10px;
  border-color: #ffecfd;
  width: 100%;
  color: #af4ea6;
  font-weight: 500;
  height: 55px;
}

.packages .row {
  row-gap: 24px;
}

.packages .col-lg-4:nth-of-type(2) .package .btn {
  color: #fff;
  background: #af4ea6;
}

.why-s {
  padding: 100px 0;
}

.why-top .row {
  flex-direction: row-reverse;
  align-items: center;
}

.why-top .t-img {
  position: relative;
  background: linear-gradient(
    0deg,
    rgba(117, 98, 224, 0.08),
    rgba(117, 98, 224, 0.08)
  );
  box-shadow: 0px 7px 19px 4px rgba(0, 0, 0, 0.15);
  border-radius: 13px;
  overflow: hidden;
}

.why-top .t-img > img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.why-top .t-img a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #af4ea6;
  border-radius: 100%;
}

.why-top .t-img a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why-top .t-info {
  text-align: center;
}

.why-top .t-info h3 {
  color: #af4ea6;
  font-size: 50px;
  font-weight: 700;
}

.why-top .t-info p {
  font-size: 16px;
  margin-bottom: 40px;
}

.why-top .t-info img {
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 200px;
}

.why-top {
  margin-bottom: 100px;
}

.why-bottom h3 {
  position: relative;
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 50px;
}

.why-bottom .item {
  border-right: 1px solid #dfdfdf;
  padding: 0 50px 0 0;
}

.why-bottom .item h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

.why-bottom .item p {
  color: #63657e;
  font-weight: 300;
  font-size: 16px;
}

.why-bottom h3::before {
  content: "";
  position: absolute;
  left: -50px;
  top: -40px;
  width: 80px;
  height: 80px;
  background-image: url(../images/quote.svg);
  z-index: -1;
  background-position: center;
  background-size: contain;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: -90px;
  right: 0;
  transition: 0.3s;
}

.owl-carousel .owl-nav button.owl-prev {
  right: 50px;
}

.owl-carousel .owl-nav button.disabled {
  opacity: 0.5;
  transform: scale(0.8);
}

.owl-carousel .owl-nav button.owl-prev img {
  transform: scaleX(-1);
}

.hex-layer-3 {
  display: grid;
  justify-content: center;
  align-content: center;
  grid-template-columns: repeat(3, 0fr);
}
.hex-layer-2 {
  display: grid;
  justify-content: center;
  align-content: center;
  grid-template-columns: repeat(2, 0fr);
}
.hex {
  height: 230px;
  width: 230px;
  align-self: center;
  -webkit-clip-path: polygon(
    50% 0%,
    95% 25%,
    95% 75%,
    50% 100%,
    5% 75%,
    5% 25%
  );
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  transition: background 0.4s;
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  background-image: url(../images/hexa.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  row-gap: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.hex img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.hex h4 {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
}

.hex-2 {
  background-image: url(../images/hexa-2.svg);
}

.hex-2 h4 {
  color: #d176c4;
}

.hex-layer:first-of-type {
  transform: none;
}

.hex-layer.hex-layer-2 {
  transform: translate(-118px, -82px);
}

.hex-layer {
  transform: translate(-95px, -65px);
}

.hex-layer:first-of-type {
  transform: none;
}

.hex-layer.hex-layer-2 {
  transform: translate(-95px, -130px);
}

.features {
  padding: 100px 0;
}

.sys-features {
  margin-bottom: 70px;
}

.sys-features .sys-head {
  margin-bottom: 30px;
}

.sys-features .sys-head h3 {
  color: #af4ea6;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 5px;
}

.sys-features .sys-head p {
  font-size: 17px;
}

.sys-list .row {
  align-items: center;
  row-gap: 30px;
  margin-bottom: 70px;
}

.sys-list .row:last-of-type {
  margin-bottom: 0;
}

.sys-list .row.row-reverse {
  flex-direction: row-reverse;
}

.sys-list .l-img {
  height: 400px;
  text-align: center;
}

.sys-list .l-img img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.sys-list .l-info h4 {
  font-weight: 600;
  font-size: 44px;
  color: #000;
  margin-bottom: 5px;
  position: relative;
}

.sys-list .l-info p {
  color: #5e587a;
  font-size: 19px;
}

.sys-list .l-info {
  position: relative;
}

.sys-list .l-info::before {
  content: "";
  position: absolute;
  right: 30px;
  top: -50px;
  z-index: -1;
  width: 200px;
  height: 130px;
  background-image: url(../images/features/dots.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.sys-list .l-info h4::before {
  content: attr(data-placeholder);
  position: absolute;
  left: 0;
  top: -100px;
  font-size: 222px;
  line-height: 1;
  z-index: -1;
  font-weight: 700;
  color: #d176c4;
}

/* *************************************************** */

@media (max-width: 1500px) {
  .hero .h-text,
  .reservation .r-data {
    padding: 0 0 0 9rem;
  }

  .hero .h-text h1 {
    font-size: 40px;
  }

  .better::after {
    transform: rotate(-7.1deg);
  }

  .request .req-data {
    padding: 50px 9rem 0 50px;
  }
}

@media (max-width: 1200px) {
  .hero .h-text,
  .reservation .r-data {
    padding: 0 50px;
  }

  .solution .block {
    padding: 20px;
  }

  .better::after {
    display: none;
  }

  .request .req-data {
    padding: 50px;
  }

  .wrapper {
    overflow-x: hidden;
  }

  .sys-features .sys-head {
    text-align: center;
  }

  .sys-features .sys-head h3 {
    font-size: 25px;
  }

  .sys-features .sys-head p {
    font-size: 14px;
  }

  .sys-features {
    margin: 0;
  }

  .sys-list .l-img {
    height: 200px;
  }

  .sys-list .l-info {
    text-align: center;
  }

  .sys-list .l-info h4 {
    font-size: 25px;
  }

  .sys-list .l-info p {
    font-size: 14px;
  }

  .sys-list .row {
    row-gap: 15px;
  }

  .sys-list .l-info h4::before {
    font-size: 100px;
    left: 50%;
    transform: translateX(-50%);
    top: -31px;
  }

  .sys-list .l-info::before {
    width: 100px;
    height: 100px;
    top: 0;
  }

  .features {
    padding: 50px 0 20px;
  }
}

@media (max-width: 768px) {
  .main-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    padding: 20px;
    transform: translateX(-150%);
    transition: 0.3s;
  }

  .main-head .main-menu .hide-menu,
  .main-head .h-extra .open-menu {
    display: inline-block;
  }

  .main-menu.active {
    transform: none !important;
  }

  .main-head .main-menu ul {
    display: block;
  }

  .main-head .main-menu ul li a {
    color: #000;
  }

  .main-head .h-extra .open-menu img {
    filter: brightness(0) invert(1);
  }

  .hero .h-img {
    text-align: center;
  }

  .hero .h-text {
    text-align: center;
  }

  .hero .h-text div {
    justify-content: center;
  }

  .hero {
    background-color: #b059a5;
    background-image: none;
    padding: 130px 0 50px;
  }

  .hero .h-text h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .hero .h-text h1 br {
    display: none;
  }

  .solution {
    padding-top: 60px;
  }

  .g-head h3 {
    font-size: 25px;
  }

  .g-head {
    margin-bottom: 30px;
  }

  .solution .block h4 {
    min-height: auto;
  }

  .better {
    clip-path: polygon(0 13%, 100% 0%, 100% 83.5%, 0% 100%);
    padding: 200px 0;
  }

  .better .block h4 {
    font-size: 21px;
    min-height: auto;
  }

  .better .block h4 br {
    display: none;
  }

  .reservation .r-data .data-head {
    text-align: center;
  }

  .reservation .r-data .data-head h3 {
    font-size: 25px;
  }

  .reservation .r-data .data-head h3 br {
    display: none;
  }

  .request {
    padding: 0;
  }

  .request .req-data {
    padding: 0 30px;
  }

  .request .req-data h3,
  .request .req-data > p {
    text-align: center;
  }

  .request .req-data br {
    display: none;
  }

  .request .req-data h3 {
    font-size: 25px;
  }

  .footer-top .f-info {
    text-align: center;
  }

  .footer-top .row {
    justify-content: center;
    text-align: center;
  }

  .social {
    justify-content: center;
  }

  .main-head.sticky .h-extra .open-menu img {
    filter: none;
  }

  .main-head .main-menu ul li {
    margin-bottom: 15px;
  }

  .why-top .row {
    row-gap: 40px;
  }

  .why-s,
  .packages {
    padding: 50px 0;
  }
}

@media (max-width: 625px) {
  .main-head .logo img {
    width: 120px;
  }

  .btn {
    height: 40px;
    border-radius: 10px;
    font-size: 13px;
    min-width: 100px;
    padding: 0 15px;
  }

  .hero .h-text h1 {
    font-size: 23px;
  }

  .hero .h-text {
    padding: 0 15px;
  }

  .hero .h-text a:not(.btn) {
    font-size: 12px;
  }

  .hero .h-text a:not(.btn) img {
    width: 20px;
  }

  .hero .h-text p {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .g-head h3 {
    font-size: 18px;
  }

  .experiance {
    padding: 50px 0;
  }

  .needs {
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
    padding: 80px 0;
  }

  .nav.nav-tabs {
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 11px;
  }

  .nav.nav-tabs .nav-link {
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 5px;
  }

  .better {
    clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0% 100%);
    padding: 100px 0;
    margin: -52px;
  }

  .better .block img {
    height: auto;
  }

  .reservation .r-data .data-head h3 {
    font-size: 20px;
  }

  .hero .h-text,
  .reservation .r-data {
    padding: 0 15px;
  }

  .reservation .r-data ul li {
    padding: 15px;
  }

  .reservation .r-data ul li .r-icon {
    min-width: 50px;
    height: 50px;
    padding: 11px;
    border-radius: 10px;
  }

  .reservation .r-data ul li h4 {
    font-size: 18px;
  }

  .reservation .r-data ul li p {
    font-size: 14px;
  }

  .reservation {
    padding-bottom: 50px;
  }

  .request .req-data h3 {
    font-size: 18px;
  }

  .request .req-data > p {
    font-size: 14px;
  }

  .request .req-data li {
    font-size: 15px;
  }

  .request .req-box {
    padding: 30px;
    border-radius: 10px;
    margin: 0 15px;
  }

  .request .req-box .req-form {
    padding: 30px;
  }

  .request .req-box .req-form h4 {
    font-size: 21px;
    margin-bottom: 30px;
  }

  .footer-top h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .footer-top .row {
    text-align: initial;
    justify-content: flex-start;
  }

  .footer-top .row .col-lg-4 {
    width: 50%;
  }

  .f-social h4 {
    text-align: center;
  }

  .footer-top {
    padding: 50px 0;
  }

  .footer-bottom {
    padding: 20px 0;
    flex-flow: column;
    row-gap: 10px;
  }

  .packages .package .price {
    font-size: 14px;
  }

  .packages .package .price span {
    font-size: 35px;
  }
  .why-top .t-info h3 {
    font-size: 35px;
  }

  .why-bottom h3 {
    font-size: 32px;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    transform: none;
    top: auto;
    bottom: -50px;
    right: 10px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
    right: auto;
  }

  .hex {
    height: 150px;
    width: 150px;
    margin: 0 -14px;
  }

  .hex img {
    width: 30px;
    height: 30px;
  }

  .hex h4 {
    font-size: 10px;
  }

  .hex-layer {
    transform: translate(0, -15px);
  }

  .hex-layer.hex-layer-2 {
    transform: translate(0px, -60px);
  }
}
