@charset "UTF-8";
body {
  font-family: "Nunito", sans-serif;
  margin: auto;
}

.desktopslider {
  display: block;
}

.mobileslider {
  display: none;
}

:root {
  --mon: "Montserrat", sans-serif;
  --blue: #aa6bff;
  --darkblue: #0a0a36;
}

.btn {
  border-radius: 0px;
}

a {
  text-transform: capitalize;
  text-decoration: none;
}

.p-r-0 {
  padding-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  font-family: "Lobster", sans-serif;
}

ul {
  padding: 0px;
  margin: 0px;
}

.container-fluid {
  padding: 0px 40px;
  max-width: 1440px;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
.totop:hover {
  color: #fff;
}

header {
  border-bottom: 1px solid #eee;
}
header .topbar {
  background: #f0cff3;
  text-align: center;
  color: #000000;
}
header .topbar p {
  margin: 0px;
  color: #000000;
  font-size: 14px;
  padding: 5px 0px;
}
header .topbar ul {
  padding: 5px;
  align-items: center;
}
header .topbar ul li {
  display: inline-block;
  margin-right: 10px;
}
header .topbar ul li a {
  color: #fff;
  font-size: 12px;
  transition: 0.3s ease-in-out;
  text-transform: lowercase;
}
header .topbar ul li a i {
  margin-right: 5px;
}
header .topbar ul li a:hover {
  color: #ffdde4;
}
header .topbar .socialbx {
  text-align: right;
}
header .topbar .socialbx li {
  background-color: rgba(255, 255, 255, 0.46);
}
header .topbar .socialbx li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bb69b8;
}
header .topbar .socialbx li a i {
  margin: 0px;
  color: #4d494d;
}
header .topbar .tpright {
  font-size: 12px;
  text-align: left;
}
header .topbar .tpright a {
  font-size: 12px;
  color: #bb69b8;
}
header .topbar .tpright a i {
  margin: 0px;
}
header .topbar .left {
  text-align: left;
}
header .topbar .ftsocial {
  text-align: right;
}
header .topbar .ftsocial li a {
  font-size: 18px;
}
header .topbar form.d-flex {
  padding: 5px;
}
header .topbar form.d-flex input {
  border-radius: 0px;
  max-height: 37px;
  outline: unset;
  border: 0px;
}
header .topbar form.d-flex input:focus {
  box-shadow: unset;
  background: #eee;
  outline: unset;
  border: 0px;
}
header .topbar form.d-flex .btn-primary {
  background: #ebc4a1;
  border-color: #ffdde4;
  transition: 0.3s ease-in-out;
  color: white;
  position: relative;
  left: -42px;
}
header .topbar form.d-flex .btn-primary:hover {
  color: #ffe1c6;
}
header .navbar {
  padding: 0px;
}
header ul li a {
  color: #1d1d1d !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}
header ul li a:hover {
  color: #bb69b8 !important;
}
header ul li a i.fa-solid.fa-house {
  font-size: 9px;
  /* margin-top: 7px; */
  position: relative;
  top: -1px;
}
header ul li .nav-link {
  padding: 20px 10px;
}
header .dropdown-menu {
  top: 100%;
  min-width: 200px;
  transition: 0.4s;
}
header .dropdown-menu .dropdown-item {
  padding-left: 5px;
  padding-right: 5px;
}
header .dropdown-menu .ulinner {
  padding: 0px 15px;
}
header .dropdown-menu .ulinner .col-md-6:nth-child(odd) {
  padding-right: 0px;
}
header .dropdown-menu .ulinner h5 {
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
  display: none;
  position: relative;
}
header .dropdown-menu .ulinner h5:after {
  position: absolute;
  width: 30%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #8a8585;
}
header .dropdown-menu .ulinner ul li {
  list-style: none;
}
header .dropdown-menu .ulinner ul li a {
  transition: 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 700;
}
header .dropdown-menu .ulinner ul li a:hover {
  background-color: #8a8585;
  text-decoration: none;
  color: #fff !important;
}
header .navbar-brand {
  width: 190px;
  POSITION: ABSOLUTE;
  BACKGROUND: #FFF;
  BOTTOM: -35PX;
  Z-INDEX: 99;
  border-radius: 10px;
  padding: 12px;
}
header .cninfo {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 0px 15px;
  background-color: #f0f0ed;
}
header .cninfo li {
  display: inline-flex;
  list-style: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.168627451);
  line-height: 40px;
  align-items: center;
}
header .cninfo li span {
  width: 20px;
  color: #bb69b8;
  margin-right: 5px;
  display: inline-flex;
}
header .cninfo li span img {
  width: 20px;
}
header .cninfo li a {
  margin-right: 5px;
  text-transform: capitalize;
}
header .cninfo li .right span {
  display: flex;
  width: 100%;
  text-transform: capitalize;
}
@media only screen and (min-width: 1024px) {
  header .dropdown .dropdown-menu {
    display: unset;
    visibility: hidden;
    border: 0px;
    border-radius: 0px;
    opacity: 0;
    transform: translateY(16px);
  }
  header .dropdown .dropdown-menu li a {
    padding: 10px;
  }
  header .dropdown:hover .dropdown-menu {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    display: block;
    border: 0px;
  }
}

#slider {
  width: 97%;
  margin: auto;
  display: flex;
  align-items: center;
}
#slider .container-fluid {
  max-width: 100%;
}
#slider .carousel-inner {
  border-radius: 21px;
  overflow: hidden;
  position: relative;
}
#slider .carousel-caption {
  position: absolute;
  z-index: 999;
  top: 42%;
}
#slider .carousel-caption h3 {
  font-size: 2.8em;
  margin: 0px;
  font-family: "Lobster", sans-serif;
  font-optical-sizing: auto;
}
#slider .carousel-caption .btn {
  color: #000;
  font-size: 14px;
  background: #ffffff;
  border-radius: 100px;
  padding: 5px 25px;
  transition: 0.3s ease-in-out;
}
#slider .carousel-caption .btn:hover {
  background: #bb69b8;
}
#slider .carousel-caption .bookpanel {
  display: flex;
  margin-top: 17%;
  justify-content: center;
}
#slider .carousel-caption .bookpanel select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  width: 160px;
  padding: 0.375rem 0.75rem;
  background: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg) no-repeat right 0.8em center/1.4em, linear-gradient(to left, #262626 3em, #262626);
  color: white;
  cursor: pointer;
  outline: none;
  font-size: 12px;
}
#slider .carousel-caption .bookpanel select::-ms-expand {
  display: none;
}
#slider .carousel-caption .bookpanel select:focus {
  outline: none;
}
#slider .carousel-caption .bookpanel select option {
  color: inherit;
  background-color: #000;
}
#slider .carousel-caption .bookpanel .fwid {
  min-width: 140px;
}
#slider .carousel-caption .bookpanel .flex {
  background-color: #262626;
  display: flex;
  min-width: 136px;
}
#slider .carousel-caption .bookpanel .flex .sicon {
  width: 40px;
  position: absolute;
  left: 0px;
  color: #ed8cde;
  top: 0px;
  display: inline-block;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider .carousel-caption .bookpanel .form-control {
  background-color: transparent;
  border: 0px;
  height: 37px;
  color: #fff;
  border-radius: 0px;
  text-align: center;
  width: 160px;
  font-size: 12px;
}
#slider .carousel-caption .bookpanel .form-control:focus {
  box-shadow: unset;
  background-color: #0e0c0c;
}
#slider .carousel-caption .bookpanel .msel {
  position: relative;
  padding-left: 40px;
}
#slider .carousel-caption .bookpanel .msel:last-child {
  padding-left: 0px;
}
#slider .carousel-caption .bookpanel .btn {
  color: #000;
  font-size: 14px;
  background: #ffffff;
  border-radius: 1px;
  padding: 8px 15px;
  transition: 0.3s ease-in-out;
  height: 37px;
}
#slider button.carousel-control-prev {
  height: 63px;
  top: 41%;
  width: 100px;
}
#slider button.carousel-control-next {
  height: 63px;
  top: 41%;
  width: 100px;
}
#slider .select li {
  display: none;
  cursor: pointer;
  padding: 8px 10px;
  border-top: 1px solid black;
  border: unset;
  min-width: 160px;
  font-size: 12px;
}
#slider .select li:first-child {
  display: block;
  border-top: 0px;
}
#slider .select {
  display: inline-block;
  padding: 0;
  min-height: 37px;
  text-transform: capitalize;
  border-radius: 0px;
  position: relative;
}
#slider .select li:hover {
  background-color: #ddd;
  background-color: #0e0c0c;
}
#slider .select li:first-child:hover {
  background-color: transparent;
}
#slider .select.open li {
  display: block;
}
#slider .select span:before {
  position: absolute;
  top: 5px;
  right: 6px;
  content: "↓";
}
#slider .select.open span:before {
  content: "↑";
}
#slider .carousel-control-next-icon,
#slider .carousel-control-prev-icon {
  width: 2rem;
  height: 3rem;
  border-radius: 100px;
}
#slider .overlay {
  background: #000;
  width: 100%;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
}
#slider .carousel-control-next,
#slider .carousel-control-prev {
  z-index: 99;
}
#slider .carousel-control-next-icon,
#slider .carousel-control-prev-icon {
  background: #282328;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
#slider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.mheading .pticcenter {
  width: 225px;
  margin: auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mromantic .m1in img {
  width: 80%;
  margin: auto;
  display: block;
}
.mromantic .minner h2 {
  position: relative;
  width: 100%;
}
.mromantic .minner .pticon {
  width: 225px;
  margin: auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mromantic .minner .pticleft {
  width: 225px;
  margin-left: 0%;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mromantic .minner .content {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mromantic .minner .showfull {
  display: block !important;
}
.mromantic .minner .rmore {
  color: #f5195b;
  text-align: left;
  display: block;
  display: none;
  cursor: pointer;
}
.mromantic .minner small {
  margin: auto;
  display: block;
  font-size: 19px;
  background: #E91E63;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  animation: effect1 1s infinite;
  color: #fff;
  border-radius: 100px;
  font-size: 12px;
}
@keyframes effect1 {
  0% {
    background: #E91E63;
  }
  50% {
    background: #ff9800;
  }
  100% {
    background: #E91E63;
  }
}
.mromantic .minner .btn {
  background: rgba(255, 255, 255, 0.18);
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  padding: 10px 15px;
  border: 2px solid;
  border: 4px double;
  transition: 0.3s ease-in-out;
}
.mromantic .minner .btn:hover {
  background-color: #000;
  color: #fff;
}

.help {
  background-color: #f4f6e4;
}
.help .mheading h2 {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: auto;
}
.help .hinner img {
  margin-bottom: 15px;
}
.help .hinner h3 {
  text-align: center;
  text-transform: capitalize;
  background: #f4f6e4;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  position: relative;
  top: -36px;
  padding: 10px 30px;
  border-radius: 100px;
  min-width: 200px;
  font-size: 1.35rem;
}

.discover .mheading h2 {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: auto;
}
.discover .mheading small {
  display: block;
  font-size: 12px;
  background: #E91E63;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  animation: effect1 1s infinite;
  color: #fff;
  border-radius: 100px;
}
.discover .hinner img {
  margin-bottom: 15px;
}
.discover .hinner h3 {
  text-align: center;
  text-transform: capitalize;
  background: #f4f6e4;
  width: -moz-max-content;
  width: 100%;
  margin: auto;
  /* position: relative; */
  top: -36px;
  padding: 10px 30px;
  border-radius: 100px;
  min-width: 200px;
  font-size: 1.35rem;
  margin-bottom: 10px;
}
.discover .hinner h3 a {
  color: #000;
}
.discover .hinner .desc {
  overflow: hidden;
}
.discover .hinner .desc .content {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.discover .hinner .desc .showfull {
  display: block;
}
.discover .hinner .rmore {
  color: #f5195b;
  text-align: center;
  display: block;
  cursor: pointer;
}
.discover .bottompt {
  text-align: center;
  background: #f4f6e4;
  padding: 20px;
  margin-top: 15px;
}
.discover .bottompt .btn {
  background: rgba(255, 255, 255, 0.18);
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  padding: 10px 15px;
  border: 2px solid;
  border: 4px double;
  transition: 0.3s ease-in-out;
}
.discover .bottompt .btn:hover {
  background-color: #000;
  color: #fff;
}

.findus .mheading h2 {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: auto;
}
.findus .mheading small {
  display: block;
  font-size: 12px;
  background: #E91E63;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  animation: effect1 1s infinite;
  color: #fff;
  border-radius: 100px;
}
.findus .owl-item {
  height: 357px;
  border: 7px double #e0e0e0;
  align-items: center;
  display: flex;
  cursor: pointer;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.findus .owl-item:hover {
  border: 7px double #f5195b;
}
.findus .fthumb img {
  display: block;
  width: 100%;
  max-height: 334px;
  -o-object-fit: cover;
     object-fit: cover;
}

.crafting {
  background-color: #e4efec;
}
.crafting .mheading h2 {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: auto;
}
.crafting .mheading small {
  display: block;
  font-size: 19px;
  background: #E91E63;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  animation: effect1 1s infinite;
  color: #fff;
  border-radius: 100px;
}
.crafting .hinner img {
  margin-bottom: 15px;
}
.crafting .hinner h3 {
  text-align: center;
  text-transform: capitalize;
  background: #ffffff;
  width: -moz-max-content;
  width: 100%;
  margin: auto;
  /* position: relative; */
  top: -36px;
  padding: 10px 30px;
  border-radius: 100px;
  min-width: 200px;
  font-size: 1.35rem;
  margin-bottom: 10px;
}
.crafting .hinner h3 a {
  color: #000;
}
.crafting .hinner .desc {
  overflow: hidden;
}
.crafting .hinner .desc .content {
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.crafting .hinner .desc .showfull {
  display: block;
}
.crafting .hinner .rmore {
  color: #f5195b;
  text-align: center;
  display: block;
  cursor: pointer;
}
.crafting .bottompt {
  text-align: center;
  background: transparent;
  padding: 20px;
  margin-top: 15px;
}
.crafting .bottompt .btn {
  background: rgba(255, 255, 255, 0.18);
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  padding: 10px 15px;
  border: 2px solid;
  border: 4px double;
  transition: 0.3s ease-in-out;
}
.crafting .bottompt .btn:hover {
  background-color: #000;
  color: #fff;
}

.callnowarea {
  background: #f6e4e4;
  text-align: center;
  width: 30%;
  margin: auto;
  margin-top: 15px;
  padding: 15px;
  border-radius: 20px;
  animation: effect2 2s infinite;
  border: 12px double #fff;
}
@keyframes effect2 {
  0% {
    background: #f6e4e4;
  }
  50% {
    background: #e4efec;
  }
  100% {
    background: #f6e4e4;
  }
}
.callnowarea b {
  font-weight: 400;
  font-family: "Lobster", sans-serif;
  font-size: 22px;
}
.callnowarea a {
  color: #000;
  font-size: 19px;
  margin: 5px;
}

.youtuberew .mheading h2 {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: auto;
}
.youtuberew .mheading small {
  display: block;
  font-size: 19px;
  background: #E91E63;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  animation: effect1 1s infinite;
  color: #fff;
  border-radius: 100px;
}
.youtuberew .bottompt {
  text-align: center;
  padding: 20px;
  margin-top: 15px;
}
.youtuberew .bottompt .btn {
  background: rgba(255, 255, 255, 0.18);
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  padding: 10px 15px;
  border: 2px solid;
  border: 4px double;
  transition: 0.3s ease-in-out;
}
.youtuberew .bottompt .btn:hover {
  background-color: #000;
  color: #fff;
}

.client {
  background-color: #ebe4ef;
}
.client .mheading h2 {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: auto;
}
.client .mheading small {
  display: block;
  font-size: 19px;
  background: #E91E63;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  animation: effect1 1s infinite;
  color: #fff;
  border-radius: 100px;
}
.client .bottompt {
  text-align: center;
  padding: 20px;
  margin-top: 15px;
}
.client .bottompt .btn {
  background: rgba(255, 255, 255, 0.18);
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  padding: 10px 15px;
  border: 2px solid;
  border: 4px double;
  transition: 0.3s ease-in-out;
}
.client .bottompt .btn:hover {
  background-color: #000;
  color: #fff;
}

#testimonials {
  background: linear-gradient(359deg, rgba(170, 107, 255, 0.6), rgba(170, 107, 255, 0.94)), url(../img/awe.jpg);
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
#testimonials .sec-title {
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
}
#testimonials .sec-title .pticcenter {
  width: 225px;
  margin: auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
#testimonials .sec-title h2 {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  color: var(--blue);
}
#testimonials .sec-title p {
  font-size: 18px;
  line-height: 28px;
}
#testimonials .testimonial-area {
  padding-left: 40px;
}
#testimonials .testimonial-area .owl-carousel {
  overflow: hidden;
  padding: 0 20px;
  margin: 0px -40px;
  padding-right: 40px;
}
#testimonials .testimonial-area .owl-stage-outer {
  padding: 30px 50px;
  margin-left: -34px;
  width: calc(100% + 100px);
}
#testimonials .single-testimonial {
  border: 7px solid #fff;
  text-align: center;
  border-radius: 45px;
  position: relative;
  z-index: 2;
}
#testimonials .single-testimonial p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  padding: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
}
#testimonials .single-testimonial::before {
  content: "";
  position: absolute;
  left: -35px;
  top: -35px;
  background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat #fff;
  background-size: 49%;
  width: 87px;
  height: 73px;
  transform: rotate(180deg);
  background-position: 26px 15px;
  border-radius: 15px;
}
#testimonials .single-testimonial::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -34px;
  background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat #fff;
  background-size: 49%;
  width: 87px;
  height: 73px;
  background-position: 26px 15px;
  border-radius: 15px;
}
#testimonials .round {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
#testimonials .round-1::before {
  content: "";
  position: absolute;
  left: 88px;
  top: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
}
#testimonials .round-1::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
}
#testimonials .round-2::before {
  content: "";
  position: absolute;
  right: 87px;
  bottom: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
#testimonials .round-2::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
#testimonials .client-video {
  padding-right: 15px;
}
#testimonials .client-info {
  position: relative;
  z-index: 3;
}
#testimonials .client-info a {
  width: 75px;
  height: 75px;
  border-radius: 100px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  font-size: 22px;
}
#testimonials .client-info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding-bottom: 50px;
}
#testimonials .client-info h6 {
  color: #000;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  margin: 0px;
  color: #fff;
}
#testimonials .client-info span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
#testimonials .sec-title.white-title h2 {
  color: #fff;
}
#testimonials .owl-dots button {
  background: #fff !important;
  width: 10px;
  height: 10px;
  border-radius: 26px;
  margin: 0 5px;
  transition: 0.3s;
}
#testimonials .owl-dots {
  text-align: center;
  margin-top: 50px;
}
#testimonials .owl-dots button.active {
  width: 30px;
}

.reviewyoutube .mheading h2 {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: auto;
}
.reviewyoutube .mheading small {
  display: block;
  font-size: 19px;
  background: #E91E63;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  animation: effect1 1s infinite;
  color: #fff;
  border-radius: 100px;
}
.reviewyoutube .bottompt {
  text-align: center;
  padding: 20px;
  margin-top: 15px;
}
.reviewyoutube .bottompt .btn {
  background: rgba(255, 255, 255, 0.18);
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  padding: 10px 15px;
  border: 2px solid;
  border: 4px double;
  transition: 0.3s ease-in-out;
}
.reviewyoutube .bottompt .btn:hover {
  background-color: #000;
  color: #fff;
}

.experiences {
  background: #efefe4;
  /* Image Placeholder Styles
  -------------------------------------------------------------- */
  /* The hover effect
  -------------------------------------------------------------- */
}
.experiences .content {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.experiences .showfull {
  display: block !important;
}
.experiences .rmore {
  color: #f5195b;
  text-align: left;
  display: block;
  display: none;
  cursor: pointer;
}
.experiences .tinner {
  background: #fff;
  padding: 30px;
  border-radius: 25px;
  margin-top: 15px;
}
.experiences .tinner h2 {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  padding: 15px 0px;
  margin: auto;
}
.experiences .tinner small {
  display: block;
  font-size: 19px;
  background: #E91E63;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  animation: effect1 1s infinite;
  color: #fff;
  border-radius: 100px;
}
.experiences .mheading h2 {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: auto;
}
.experiences .mheading small {
  display: block;
  font-size: 19px;
  background: #E91E63;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  animation: effect1 1s infinite;
  color: #fff;
  border-radius: 100px;
}
.experiences .img-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.experiences .img-list li {
  border: 5px solid transparent;
  box-sizing: border-box;
  width: 33.33%;
  float: left;
  position: relative;
  cursor: pointer;
}
.experiences .minner {
  position: relative;
}
.experiences .img-list img {
  max-width: 100%;
  vertical-align: middle;
}
.experiences .img-placeholder:before,
.experiences .img-placeholder:after {
  padding-top: 33.33%;
  content: "";
  display: block;
}
.experiences .img-placeholder {
  background: #222;
  box-shadow: 0 0 0 8px #222 inset, 0 0 0 9px #333 inset;
  color: #444;
  line-height: 0;
  text-align: center;
  display: block;
}
.experiences .minner {
  overflow: hidden;
  height: 415px;
}
.experiences .img-list li .minner:before {
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  bottom: 0;
  background: rgba(51, 51, 51, 0.36);
  transform: scale(0);
}
.experiences .img-list li:hover .minner:before {
  opacity: 0.5;
  transform: scale(1);
}
.experiences .img-list li .minner:after {
  transition: all 0.6s ease 0.2s;
  content: "";
  position: absolute;
  z-index: 9;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #aaa;
  background: #000;
  opacity: 0;
  transform: scale(0);
}
.experiences .img-list li:hover .minner:after {
  opacity: 0.35;
  transform: scale(1);
}
.experiences .img-list li a {
  display: block;
  position: relative;
  z-index: 9999;
}
.experiences .img-list li h2 {
  background: #000;
  color: #fff;
  font-size: 22px;
  text-align: center;
  position: relative;
  padding: 10px;
}
.experiences .bottompt {
  text-align: center;
  padding: 20px;
  margin-top: 15px;
}
.experiences .bottompt .btn {
  background: rgba(255, 255, 255, 0.18);
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  padding: 10px 15px;
  border: 2px solid;
  border: 4px double;
  transition: 0.3s ease-in-out;
}
.experiences .bottompt .btn:hover {
  background-color: #000;
  color: #fff;
}

footer {
  background: linear-gradient(45deg, #1b1b1b, #2f2c2c);
  color: #dedede;
  overflow: hidden;
  display: block;
}
footer h5 {
  font-size: 27px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 2px solid #3a3939;
}
footer h5:before {
  width: 50px;
  position: absolute;
  bottom: -2px;
  left: 0px;
  content: "";
  background-color: #f5195b;
  height: 2px;
}
footer .ft-inner {
  text-transform: capitalize;
  text-align: left;
}
footer ul li {
  list-style: none;
  border: 0px;
}
footer ul li a {
  text-transform: capitalize;
  color: #dedede;
  transition: color 0.15s ease-out;
  padding-bottom: 0.05em;
  transition: border-color 0.15s ease-out, color 0.15s ease-out;
  display: inline-block;
  line-height: 36px;
  display: block;
}
footer ul li a i {
  color: #f5195b;
}
footer ul li a:hover {
  color: #f5195b;
}
footer .socialbx {
  display: flex;
  margin: 0px;
  align-items: center;
}
footer .socialbx li {
  display: inline-flex;
}
footer .socialbx li a {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding-top: 3px;
}

.fadeindown {
  animation: fadeindown 0.5s ease-in-out;
}

.fadeup {
  animation: fadeinup 0.5s ease-in-out;
}

.fadeinleft {
  animation: fadeinleft 0.5s ease-in-out;
}

@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(45px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    transform: none;
  }
}
.support {
  position: fixed;
  bottom: 90px;
  left: 30px;
  z-index: 9999;
  width: 40px;
  display: flex;
  background: #f5195b;
  color: #fff;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  height: 40px;
  text-decoration: none;
  padding: 7px;
  display: none;
}

a.whatsapp {
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 9999;
  width: 40px;
  display: flex;
  border-radius: 5px;
  background: #27f519;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-decoration: none;
  font-size: 24px;
}

a.callbtn {
  position: fixed;
  bottom: 138px;
  right: 15px;
  border-radius: 5px;
  z-index: 9999;
  background: #e35c61;
  color: #fff;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.mbtext .content {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mbtext .showfull {
  display: block !important;
}
.mbtext .rmore {
  color: #f5195b;
  text-align: left;
  display: block;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 1441px) {
  #slider .carousel-caption {
    top: 35%;
  }
  #slider .carousel-caption .bookpanel {
    margin-top: 11%;
  }
  .discover .hinner h3,
  .crafting .hinner h3 {
    padding: 10px 15px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .datedes .row {
    flex-direction: column-reverse;
  }
  .help .hinner {
    margin-bottom: -20px;
  }
  .mromantic .minner h2 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .mromantic .minner .pticleft {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mheading .pticon,
  .mromantic .minner .pticon,
  #testimonials .sec-title .pticon {
    width: 180px;
  }
  #slider .carousel-control-next,
  #slider .carousel-control-prev {
    z-index: 999999;
  }
  #navbarSupportedContent {
    z-index: 999999;
  }
  #slider .select span:before {
    right: 0px;
  }
  ul.select.open {
    position: absolute !important;
    z-index: 999999;
    background: #000;
  }
  #slider .carousel-caption .bookpanel .form-control {
    text-align: left;
  }
  #slider .carousel-caption .bookpanel select {
    background-position-x: 143px;
  }
  .mromantic .minner .content,
  .experiences .content,
  .mbtext .content {
    display: -webkit-box;
  }
  .mromantic .minner .rmore,
  .experiences .rmore,
  .mbtext .rmore {
    display: block;
  }
  .mromantic .minner .btn {
    margin-bottom: 15px;
  }
  #testimonials .sec-title h2 {
    font-size: 24px;
  }
  section.youtuberew {
    padding-bottom: 1rem !important;
  }
  #testimonials,
  .reviewyoutube {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #testimonials .sec-title {
    margin-bottom: 20px;
  }
  #testimonials .owl-dots {
    margin-top: 10px;
  }
  .discover .hinner h3,
  .crafting .hinner h3 {
    min-width: 100%;
  }
  .discover .hinner h3,
  .crafting .hinner h3 {
    padding: 10px 10px;
    font-size: 18px;
  }
  .mobileslider {
    display: block;
  }
  .desktopslider {
    display: none;
  }
  header .cninfo {
    border: 1px solid #f9f9f9;
    background-color: #f9f9f9;
    margin-bottom: 10px;
  }
  .help,
  .crafting,
  .experiences,
  .findus {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  footer ul li a {
    font-size: 13px;
    line-height: 30px;
  }
  footer .col-6:nth-child(odd) {
    padding-right: 0px;
  }
  footer .col-6:nth-child(even) {
    padding-left: 10px;
  }
  footer i.fa-solid.fa-heart {
    font-size: 11px;
  }
  footer .mbhide {
    display: none;
  }
  .client iframe,
  .reviewyoutube iframe {
    height: 197px;
  }
  section.mromantic.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #testimonials .single-testimonial::before {
    left: -23px;
    top: -35px;
    background-size: 44%;
    width: 70px;
    height: 60px;
    background-position: 20px 13px;
  }
  .discover .hinner figure {
    height: 240px;
    overflow: hidden;
  }
  .crafting figure {
    height: 185px;
    overflow: hidden;
  }
  .reviewyoutube .col-6:nth-child(odd),
  .crafting .col-6:nth-child(odd),
  .discover .col-6:nth-child(odd) {
    padding-right: 0px;
  }
  #testimonials .testimonial-area {
    padding-left: 15px;
    padding-right: 15px;
  }
  #testimonials .client-info a {
    width: 50px;
    height: 50px;
  }
  #testimonials .testimonial-area .owl-carousel {
    overflow: hidden;
    padding: 0 45px;
    margin: 0px -40px;
    padding-right: 40px;
  }
  #testimonials .client-info {
    padding-bottom: 20px;
  }
  #testimonials .testimonial-area {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  #testimonials .owl-carousel.owl-drag .owl-item {
    margin-right: 56px !important;
  }
  #testimonials .single-testimonial::after {
    right: -23px;
    bottom: -35px;
    background-size: 44%;
    width: 70px;
    height: 60px;
    background-position: 20px 13px;
  }
  #testimonials .single-testimonial p {
    padding: 49px 15px 15px 15px;
    padding-bottom: 10px;
  }
  .experiences .img-list li {
    width: 49%;
  }
  .experiences .tinner h2 {
    width: 70%;
  }
  .findus .owl-item {
    height: 145px;
  }
  .experiences .tinner h2:after {
    width: 50px;
    right: -60px;
  }
  .experiences .tinner h2:before {
    width: 50px;
    left: -60px;
  }
  .experiences .img-list li h2 {
    font-size: 16px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    line-height: 21px;
  }
  .experiences .img-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .experiences .minner {
    height: 194px;
  }
  .support {
    bottom: 35px;
    left: 15px;
  }
  .totop {
    bottom: 35px;
    right: 15px;
    z-index: 9999;
  }
  .callnowarea {
    width: 95%;
  }
  a.whatsapp {
    bottom: 90px;
    right: 15px;
  }
  section .mheading h2 {
    width: 100% !important;
  }
  section {
    overflow-X: hidden;
  }
  #slider .carousel-caption .bookpanel {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #slider .carousel-caption {
    width: 95%;
    margin: auto;
    left: 0px;
    right: 0px;
  }
  #slider .carousel-caption .bookpanel .flex .sicon {
    width: 23px;
    font-size: 11px;
  }
  #slider .carousel-caption .bookpanel .msel {
    position: relative;
    padding-left: 28px;
    width: 49%;
    margin-right: 3px;
    margin-bottom: 5px;
  }
  #slider .carousel-caption {
    top: 20%;
  }
  .mromantic .minner {
    margin: 15px;
  }
  #slider .carousel-caption .bookpanel .btn {
    width: 100%;
    border-radius: 100px;
    color: #fff;
    background-image: linear-gradient(45deg, #f5195b, #f58219);
  }
  #slider .carousel-caption .bookpanel .msel:nth-child(5) {
    width: 100%;
    margin-right: 0px;
  }
  #slider .carousel-caption .bookpanel .form-control {
    font-size: 12px;
  }
  #slider .carousel-caption .bookpanel .msel:nth-child(even) {
    margin-right: 0px;
  }
  #slider .carousel-caption h3 {
    font-size: 35px;
    min-height: 95px;
  }
  #slider .select li {
    padding: 8px 10px;
    min-width: 160px;
    font-size: 12px;
  }
  #slider .carousel-caption .bookpanel {
    margin-top: 188px;
  }
  #slidermain .carousel-indicators {
    margin-bottom: 0px;
    display: none;
  }
  .container-fluid {
    padding: 0px 10px;
  }
  header .navbar-brand {
    width: 176px;
    left: 10px;
    position: relative;
    border: 0px;
    left: 0px;
    bottom: unset;
  }
  .navbar-light .navbar-toggler {
    margin-left: auto;
  }
  .topbar {
    display: none;
  }
  header .cninfo {
    border-radius: 0px;
  }
  header ul li .nav-link {
    padding: 10px 10px;
  }
  .pagesubheader {
    height: 110px;
  }
  ul.navbar-nav.ms-auto {
    background: #f9f9f9;
    padding: 15px;
  }
  header .dropdown-menu {
    max-width: 100%;
    min-width: 100%;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
  }
  .navbar-light .navbar-toggler:focus {
    box-shadow: unset;
    background: #f9f9f9;
  }
  .btns {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 413px) {
  .experiences .tinner {
    padding: 15px 30px;
  }
  .help .hinner {
    margin-bottom: -30px;
  }
  footer h5 {
    font-size: 20px;
  }
  .crafting .mheading h2,
  .discover .mheading h2,
  .help .mheading h2,
  .youtuberew .mheading h2,
  .reviewyoutube .mheading h2,
  .experiences .mheading h2,
  .findus .mheading h2 {
    font-size: 22px;
  }
  .crafting .mheading h2 small,
  .discover .mheading h2 small,
  .youtuberew .mheading h2 small,
  .reviewyoutube .mheading h2 small {
    font-size: 15px;
  }
  .discover .hinner h3,
  .crafting .hinner h3 {
    padding: 10px 5px;
    font-size: 15px;
  }
  .findus .owl-item {
    height: 109px;
  }
  .experiences .tinner h2 {
    font-size: 21px;
  }
  .experiences .img-list li h2 {
    font-size: 14px;
    height: 49px;
    line-height: 17px;
  }
  .discover .hinner figure {
    height: 209px;
  }
  .crafting figure {
    height: 155px;
  }
  .experiences .minner {
    overflow: hidden;
    height: auto;
  }
  footer ul li a {
    font-size: 12px;
  }
  #testimonials .single-testimonial::after {
    right: -23px;
    bottom: -15px;
    background-size: 39%;
    width: 50px;
    height: 40px;
    background-position: 15px 11px;
  }
  #testimonials .single-testimonial::before {
    left: -23px;
    top: -15px;
    background-size: 39%;
    width: 50px;
    height: 40px;
    background-position: 15px 11px;
  }
  #slider .select li {
    padding: 8px 5px 8px 10px;
    min-width: 129px;
    font-size: 12px;
    text-align: left;
  }
  #slider .carousel-caption .bookpanel .form-control {
    font-size: 12px;
    min-width: 125px;
    text-align: left;
    padding-left: 10px;
  }
  #testimonials .sec-title {
    margin-bottom: 15px;
  }
  #testimonials {
    padding: 25px 0 !important;
  }
  #testimonials .owl-dots {
    margin-top: 10px;
  }
  .mromantic .minner small {
    font-size: 14px;
  }
  #slider .carousel-caption .bookpanel .flex .sicon {
    width: 25px;
    position: absolute;
    left: 0px;
    color: #ed8cde;
    top: 0px;
    display: inline-block;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }
  #slider .carousel-caption .bookpanel .msel {
    padding-left: 25px;
    width: 49%;
  }
  body {
    font-family: "Nunito", sans-serif;
    margin: 0px;
    width: 100%;
    display: block;
    overflow: hidden;
    overflow-y: auto;
  }
  section {
    overflow: hidden;
    display: block;
    width: 100%;
    overflow-y: auto;
  }
  #testimonials .owl-carousel.owl-drag .owl-item {
    margin-right: 27px !important;
    margin-left: 21px !important;
  }
  .mromantic .minner h2 {
    width: 90%;
    font-size: 20px;
  }
  .mromantic .minner h2 {
    width: -moz-max-content;
    width: max-content;
    font-size: 20px;
  }
  #testimonials .sec-title h2 {
    font-size: 20px;
  }
  #testimonials .single-testimonial::before {
    left: -14px;
  }
  #testimonials .single-testimonial::after {
    right: -14px;
  }
}
@media only screen and (max-width: 359px) {
  section {
    display: block;
    width: 100%;
    overflow-x: hidden;
  }
}/*# sourceMappingURL=style.css.map */