:root {
  --pc-color: #be0058;
  --sc-color: #e30157;
  --white: #fff;
  --black: #000;
  --light: #94a3b8;
  --gradient: linear-gradient(197deg, var(--sc-color) 5%, var(--pc-color) 104%);
  --sub-font: 'Rancho';
  --radius: 5px;
  scroll-behavior: smooth;
}

body {
  background: #dccfcf14;
  user-select: none;
}

body a {
  text-decoration: none;
  color: var(--black);
}

body a:not([class*="_btn"]):hover {
  transition: all .4s ease-in;
  color: var(--pc-color);
}

p,
ul li {
  line-height: 1.7;
  font-size: 16px;
  color: #00000096;
}

ul li::marker {
  color: var(--white);
}

img {
  border-radius: var(--radius);
}

:is(header, header .site-logo) {
  background: var(--white);
}

header {
  border-bottom: 1px solid #ccc;
}

header .site-logo {
  border: 1px solid #ccc;
}

header .site-logo::before,
header .site-logo::after {
  background: #0000000a;
  content: '';
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 14px;
  z-index: -1;
}

li.dropdown:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 5px;
  width: 15px;
  height: 15px;
  background: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 -6 524 524" xmlns="http://www.w3.org/2000/svg"><path d="m64 191 34-34 164 163 164-163 34 34-198 196z"/></svg>') no-repeat;
  transition: all 0.4s ease;
}

header .site-logo::before {
  right: -25px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

header .site-logo::after {
  left: -25px;
  transform: scale(1, -1);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

li.dropdown ul {
  background: var(--white);
  border-radius: 6px;
  border: 1px solid var(--light);
}

li.dropdown:hover ul {
  transform: scale(1) translateY(0);
}

li.dropdown:hover:after {
  transform: rotate(90deg);
}

.swiper-pagination-bullet-active {
  background: var(--sc-color);
}

.all-cat {
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 5%);
}

.flex-col-slide {
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 5%);
  border-radius: 12px;
  background: var(--white);
  border: 1px solid #cccccc57;
}

.flex-col-slide:hover {
  box-shadow: unset;
  transition: all .4s ease-in;
}

.flex-col-slide img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.flex-col-slide a {
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  border-radius: 8px;
}

.seprator .sub-heading {
  font-size: 24px;
}

.seprator>div {
  font-size: 36px;
  font-weight: 800;
  color: var(--pc-color);
}

.seprator .sub-heading:after {
  background: url(../img/sep-icon.png) no-repeat;
  height: 35px;
  width: 20px;
  content: '';
  position: absolute;
  bottom: 0px;
  right: -25px;
}

.seprator>div>div>span {
  color: var(--sc-color);
}

.bg-primary {
  background: #be00580a;
  padding-block: 50px;
}

[class*="-bg"] .seprator :is(div, span, a) {
  color: var(--white);
}

[class*="-bg"] .seprator [class*="_btn"] {
  background: var(--sc-color);
  color: var(--white);
  border: 1px solid var(--light);
}

[class*="-bg"] .seprator [class*="_btn"]:hover {
  color: var(--sc-color);
  background: var(--white);
}

[class*="_btn"] {
  transition: all .4s ease;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 600;
}

.secondary_btn {
  background: var(--sc-color);
  color: var(--white);
}

.fill_btn {
  background: var(--gradient);
  color: var(--white);
}

.fill_btn:hover {
  background: linear-gradient(250deg, var(--pc-color) 5%, var(--sc-color) 90%);
  transition: all .4s ease;
}

[class*="_btn"] svg:not(span svg) {
  transition: all .3s;
  transform: rotate(-45deg);
}

[class*="_btn"]:hover svg path:first-child:not(span svg path) {
  transform: translateX(110%);
  opacity: 0;
}

[class*="_btn"] svg path:not(span svg path) {
  transition: transform .38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity .18s ease-out;
}

[class*="_btn"]:hover svg path:last-child:not(span svg path) {
  opacity: 1;
  transform: translate(0);
}

[class*="_btn"] svg path:last-child:not(span svg path) {
  transform: translateX(-110%);
  opacity: 0;
}

[class*="-card"] .img-placeholder,
.overlay-card .product-content :is(a, span, p, div) {
  color: var(--white);
}

.overlay-card .product-content .flex-price-wrap .flex-dis {
  background-color: var(--white) !important;
}

[class*="-card"] {
  background: var(--white);
}

[class*="-card"] .product-content .flex-price-wrap .flex-dis {
  background-color: #be005836;
  color: var(--sc-color);
  border-radius: 20px;
  font-size: 14px;
  padding: 2px 15px;
  font-weight: 500;
  line-height: 20px;
}

.overlay-card:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 6%) 27%, rgb(0 0 0 / 91%) 90%);
}

[class*="-card"] .product-content .prod-ttl {
  font-size: 20px;
  font-weight: 600;
  line-height:30px;
}

.flex-price span:last-child,
.product-card .product-content .flex-price span:last-child {
  font-size: 15px;
  text-decoration: line-through;
  color: var(--light);
}

.flex-price,
.product-card .product-content .flex-price span:first-child {
  font-size: 17px;
}

.overlay-card .product-content a.prod-ttl:hover {
  text-decoration: underline;
  color: var(--white);
}

.bday-c {
  position: relative;
}

.bday-c:after {
  background: url(../img/bday-c.jpg) no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background-size: contain;
  content: '';
  background-position: top center;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.bg-bday .row .col-md-6:nth-child(even) .flex-col-slide {
  transition: all .4s ease;
  margin-top: 20px;
}

.flex-col-slide:hover {
  transform: translateY(-10px);
  transition: all .4s ease;
}

.stats-counter {
  position: relative;
  background: url(../img/stats-bg.svg) no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: bottom center;
}

.stats-counter .container {
  backdrop-filter: blur(3px);
  border: 1px solid var(--light);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 60px 60px 36px;
}

.client-col span {
  font-size: 35px;
  font-weight: 700;
}

.testimonial .seprator>div:after {
  background: url(../img/test-icn.png) no-repeat;
  height: 80px;
  width: 160px;
  top: -100px;
  position: absolute;
  content: '';
  right: 50px;
  transform: rotate(-30deg);
}

.testimonial .testi-card .flex-review .flex-col-review p:nth-child(1) {
  color: var(--black);
}

.testimonial .testi-card .flex-review .flex-col-review p:nth-child(2) {
  line-height: 26px;
  color: #00000096;
}

.pg-banner {
  position: relative;
  background: url(https://media.istockphoto.com/id/1290032403/photo/3d-rendering-of-christmas-background.jpg?s=612x612&w=0&k=20&c=zLmOD12Akalfp942u0c8_gZ3zk6Ov7ddBqmsWaf2JlI=) no-repeat;
  height: 180px;
  width: 100%;
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  z-index: 0;
}

.pg-banner:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #e3015721 5%, #be005861 104%);
  height: 100%;
  width: 100%;
  z-index: -1;
}

ul.bredcrumbs li a:hover {
  color: var(--white) !important;
  text-decoration: underline;
}

.flex-col-product-detl-wrapper {
  border-radius: 10px;
  border: 1px solid var(--light);
}

.flex-col-product-detl-wrapper div>div {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
}

.flex-col-product-detl-wrapper strong {
  color: var(--black);
  font-weight: 700;
}

.flex-breadcrumb li> :is(a, span) {
  border: 1px solid var(--light);
  border-radius: 50%;
}

.flex-breadcrumb li span.active {
  color: var(--white);
  background: var(--gradient);
  border: unset;
}

.flex-breadcrumb li:hover svg {
  fill: var(--white);
}

.flex-breadcrumb li:hover :is(li, a, span) {
  background: var(--gradient);
  border: 1px solid transparent;
  transition: all .3s ease-in;
  color: var(--white);
}

footer:before {
  content: '';
  position: absolute;
  background: url(https://m.media-amazon.com/images/I/81y5xQr6m7L.jpg) no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: top center;
  inset: 0;
  z-index: -1;
  opacity: .2;
}

footer .container:last-child {
  background: #181818b0;
  border-radius: 10px;
  border: 1px solid #ffffff29;
}

footer:after {
  background: var(--black);
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: -11;
}

footer .flex-col-category ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #ebebeb2e 0, transparent);
  width: 100%;
}

footer :is(p, span, a) {
  color: #cccccc;
}

footer .flex-col-category>div {
  margin-bottom: 10px;
  font-size: 20px;
  color: var(--white);
  font-weight: 600;
}

footer .flex-logo .flex-social li:hover {
  background: var(--white);
}

footer .flex-logo .flex-social li:hover svg>path {
  stroke: var(--sc-color);
}

footer .flex-logo .flex-social li:hover a {
  color: unset;
}

footer img:not(.foot-sep img) {
  filter: brightness(0) invert(1);
  height: 50px;
}

footer .flex-col-category ul li a:hover {
  color: var(--white) !important;
  padding-left: 4px;
  letter-spacing: .5px;
}

footer .flex-container .foot-sep {
  background: var(--white);
  outline: 5px solid #000000;
  box-shadow: -1px -3px 8px 4px #5a585830;
  outline-offset: 10px;
  border-radius: 30px;
}

footer .flex-list {
  list-style-type: disc;
  font-size: 14px;
  color: var(--white);
}

footer .flex-logo .flex-social li {
  outline: 3px solid var(--white);
  outline-offset: 3px;
  border-radius: 50%;
}

footer .flex-logo {
  background: #1818189c;
  padding: 30px 50px;
  border-radius: 10px;
  border: 1px solid #ffffff29;
}

.abt-img:after {
  content: '';
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(360deg, rgb(1 1 1 / 75%) 0%, rgb(0 0 0 / 63%) 35%, rgb(0 0 0 / 25%) 100%);
}

.abt-img .exprnc span {
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  padding: 8px 15px;
  background: var(--sc-color);
}

.content-wrapper:after {
  position: absolute;
  content: '';
  top: 30px;
  right: -120px;
  background: url(https://dreamstour.dreamstechnologies.com/html/assets/img/bg/bg-03.png) no-repeat;
  height: 350px;
  width: 100%;
  z-index: -1;
  opacity: .3;
}

ul.list-icn li:after {
  content: '';
  position: absolute;
  left: -5px;
  top: 3px;
  background: url(../img/list-icn.png) no-repeat;
  height: 24px;
  width: 24px;
}

.abt-img .exprnc {
  background: var(--white);
  color: var(--pc-color);
  font-weight: 700;
  font-size: 28px;
  border-radius: 0 0 0 30px;
}

.booking-c .seprator>div {
  font-weight: 600;
  font-size: 30px;
  line-height:42px;
  color: var(--black);
}

.booking-c .book-FC {
  border-radius: 10px;
  background: var(--white);
  border: 1px solid var(--light);
  padding: 30px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}

form :is(input, textarea, select) {
  border: 1px solid var(--light);
  border-radius: var(--radius);
  font-size: 16px;
}

form :is(input[type="time"], input[type="date"]) {
  cursor: pointer;
}

form textarea {
  resize: none;
  height: 70px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

form button {
  border: unset;
  outline: unset;
  cursor: pointer;
}

form label {
  font-size: 17px;
  font-weight: 600;
}

.theme-imgs.active img {
  cursor: no-drop;
  opacity: .5;
  transition: all .4s ease-in;
}

.progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e0e0e0;
  z-index: 999999999;
}

.progress-bar {
  width: 0%;
  height: 100%;
  z-index: 999999999;
  background: var(--gradient);
  transition: width 0.1s ease-out;
}

.form-title::before,
.form-title::after {
  position: absolute;
  content: "";
  bottom: 0px;
  background: var(--gradient);
  z-index: 1;
  opacity: 1;
  transform: rotate(180deg);
  width: 29px;
  height: 30px;
}

.form-title::before {
  right: 99.9%;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.form-title::after {
  left: 100%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.form-title {
  background: var(--gradient);
  color: var(--white);
  font-size: 20px;
  border-radius: 13px 12px 0 0;
}

.flex-col-info-col {
  border-radius: var(--radius);
  border: 1px solid #ccc;
  padding: 25px;
  background: var(--white);
}

.flex-col-info-col .flex-info-icn {
  border-radius: 50%;
  background: linear-gradient(197deg, #e3015703 5%, #be005863 104%);
}

.flex-error .err-ttl {
  font-size: 30px;
  font-weight: 700;
}

.flex-error p {
  text-align: center;
}

.company-pg strong {
  color: #000;
  font-weight: 400;
}

.company-pg a {
  text-decoration: underline;
}

.company-pg {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: var(--radius);
}

.dark-title {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
}