/*
------------- Table of content ----------------

Template Name: Trends Beauty Salon  Responsive  HTML5 Template
Template URI: https://trends-beauty-salon.com/
Description: Trends Beauty Salon  Responsive  HTML5 Template
Author: Gobinda Sarkar
Author URI: https://trends-beauty-salon.com/
Version: 1.0

---------------------- common content ----------
1.body reset content
#.header-area
#.hero-banner-area
#.section-title
#.features-list
#.single-card-service
#.counter-area
#.team-area
#.video-area
#.gallery-area
#.make-appointment-area
#.single-card-product
#.testimonial-area
#.price-area
#.blog-area
#.footer-area




*/
:root {
  font-size: 62.5%;
  --primary-color: #920F35;
  --hover-color: #c8203a;
  --bColor: #555555;
  --Color1: #202031;
  --Color2: #F0F0F0;
  --Color3: #FCF8F7;
  --white: #ffffff;
  --black: #000000;
}

html,
body {
  height: 100%;
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bColor);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--Color3);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

button,
button:hover,
button:focus,
button:active {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: none;
}

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

button:focus {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

.section-space {
  padding: 10rem 0;
}

.section-space-top {
  padding: 10rem 0 0;
}

.section-space-bottom {
  padding: 0 0 10rem 0;
}

.btn.focus,
.btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus,
.btn:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

.acurate {
  margin: 0;
  padding: 0;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 24px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 24px;
}

.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

a:focus {
  outline: 0px solid;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 24px;
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: var(--hover-color);
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: var(--primary-color);
  text-shadow: none;
}

::selection {
  background: var(--primary-color);
  text-shadow: none;
  color: #ffffff;
}

.browserupgrade {
  margin: 24px 0;
  background: var(--primary-color);
  color: #ffffff;
  padding: 24px 0;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

.pb-70 {
  padding-bottom: 7rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

/*-------------------------
scrollUp
--------------------------*/
#scrollUp {
  background: #000000;
  bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s linear;
  z-index: 1000;
  border-radius: 5px;
}
#scrollUp:hover {
  background: var(--hover-color);
}

.section-bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-bg {
  background-color: var(--Color2);
}

.section-bg-gradient {
  background: var(--primary-gradient);
}

.section-bg-overlay {
  position: relative;
  z-index: 1;
}
.section-bg-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.slick-slider {
  margin: 0 -12px;
}

.slick-slide {
  margin-right: 12px;
  margin-left: 12px;
}

.primary-btn {
  display: inline-block;
  padding: 1.2rem 3rem;
  background: var(--primary-color);
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.5s linear;
  border: none;
  box-shadow: none;
}
.primary-btn.btn-outline {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}
.primary-btn:hover {
  color: var(--white);
  background: var(--hover-color);
  border-color: var(--hover-color);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #161414;
  background: var(--primary-gradient);
  z-index: 9999;
}

.preloader img {
  max-width: 22rem;
  animation: zoomIn 1s ease-in-out infinite;
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .content-wrap {
    padding: 3.5rem 2.5rem;
  }
}
@media (max-width: 991px) {
  .section-space {
    padding: 6rem 0;
  }
  .section-space-top {
    padding: 6rem 0 0;
  }
  .section-space-bottom {
    padding: 0 0 6rem 0;
  }
}
@media (max-width: 767px) {
  .main-content {
    margin-top: 6rem;
  }
  .mb-60 {
    margin-bottom: 4rem;
  }
}
/*===============================
 #.header-area
=================================*/
.header-area {
  padding: 0.5rem 0;
  transition: padding 0.2s ease-in-out;
  background-color: var(--white);
}
.header-area.stick {
  width: 100%;
  left: 0;
  right: 0;
  background: var(--white);
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
.header-area .navbar-brand img {
  max-width: 16rem;
}
.header-area .navbar-nav {
  grid-column-gap: 4rem;
  grid-row-gap: 1.5rem;
}
.header-area .navbar-nav .nav-item .nav-link {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--bColor);
  text-transform: capitalize;
  transition: all 0.5s linear;
}
.header-area .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary-color);
}
.header-area .navbar-nav .nav-item.current .nav-link {
  color: var(--primary-color);
}
.header-area .header-right {
  grid-column-gap: 2rem;
}
.header-area .header-right .header-right-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--bColor);
  transition: all 0.5s linear;
}
.header-area .header-right .header-right-item a:hover {
  color: var(--primary-color);
}
.header-area .header-right .header-right-item .header-btn {
  background-color: var(--primary-color);
  height: 4.5rem;
  min-width: 17rem;
  border-radius: 1rem;
  color: var(--white);
  transition: all 0.5s linear;
}
.header-area .header-right .header-right-item .header-btn:hover {
  color: var(--white);
  background-color: var(--hover-color);
}
.header-area .icon-btn {
  display: inline-block;
  color: var(--bColor);
  font-size: 2.6rem;
  margin-right: 2rem;
  transition: all 0.5s linear;
}
.header-area .icon-btn.cart-btn {
  position: relative;
}
.header-area .icon-btn.cart-btn .cart-count {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 1.6rem;
  min-height: 1.6rem;
  border-radius: 50%;
  background-color: var(--hover-color);
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.header-area .icon-btn:hover {
  color: var(--primary-color);
}

.navbar-toggler {
  width: 4rem;
  height: 4rem;
  padding: 0;
  border-radius: 1rem;
  font-size: 2rem;
  transition: all 0.5s linear;
}
.navbar-toggler:hover {
  color: var(--white);
  background: var(--primary-color);
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 1199px) {
  .header-area .navbar-nav {
    grid-column-gap: 2rem;
    grid-row-gap: 0.5rem;
    padding: 1rem 0;
  }
}
@media (max-width: 575px) {
  .header-area .icon-btn {
    font-size: 2.4rem;
    margin-right: 1rem;
  }
}
/*===============================
 #.hero-banner-area
=================================*/
.hero-banner-area {
  position: relative;
  background-image: url("../images/hero-banner-bg.jpg");
  background-color: #DDDDDD;
  padding: 22rem 0;
  z-index: 1;
}
.hero-banner-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.hero-banner-area .hero-sub-title {
  margin-bottom: 1.2rem;
  font-family: "Sofia", cursive;
  font-size: 4rem;
}
.hero-banner-area .hero-title {
  margin-bottom: 1.2rem;
  font-size: 6.4rem;
  font-weight: 600;
  color: var(--primary-color);
}
.hero-banner-area .hero-content {
  margin-bottom: 4rem;
}

@media (max-width: 1399px) {
  .hero-banner-area .hero-title {
    font-size: 5.4rem;
  }
}
@media (max-width: 1199px) {
  .hero-banner-area {
    padding: 12rem 0;
  }
}
@media (max-width: 991px) {
  .hero-banner-area::before {
    background: rgba(0, 0, 0, 0.4);
  }
  .hero-banner-area .hero-sub-title {
    color: var(--white);
  }
  .hero-banner-area .hero-content {
    color: var(--white);
  }
}
@media (max-width: 767px) {
  .hero-banner-area {
    padding: 8rem 0;
  }
}
@media (max-width: 480px) {
  .hero-banner-area .hero-sub-title {
    font-size: 3rem;
  }
  .hero-banner-area .hero-title {
    font-size: 4.4rem;
  }
}
/*===============================
 #.section-title
=================================*/
.section-title .sub-title {
  margin-bottom: 1rem;
  font-family: "Sofia", cursive;
  font-size: 3.2rem;
  color: var(--primary-color);
}
.section-title .title {
  font-size: 4.8rem;
  font-weight: 600;
  color: var(--Color1);
}
.section-title .content {
  margin-top: 2rem;
}

@media (max-width: 375px) {
  .section-title .title {
    font-size: 4rem;
  }
  .section-title .sub-title {
    font-size: 2.8rem;
  }
}
/*===============================
 #.features-list
=================================*/
.features-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.features-list li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 3rem;
}
.features-list li::before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: 400;
  left: 0;
  top: 0;
  color: var(--primary-color);
}
.features-list li:last-child {
  margin-bottom: 0;
}

/*===============================
 #.single-card-service
=================================*/
.single-card-service {
  position: relative;
  background-color: var(--white);
}
.single-card-service::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s linear;
  transform: scaleX(0);
}
.single-card-service:hover::before {
  opacity: 1;
  transform: scaleX(1);
}
.single-card-service .card-thumbnail a {
  display: block;
}
.single-card-service .card-thumbnail img {
  width: 100%;
  height: auto;
}
.single-card-service .card-info {
  padding: 3rem 2.5rem;
}
.single-card-service .card-info .card-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white);
  margin: -8rem auto 2rem auto;
  border: 2px solid var(--white);
  z-index: 1;
}
.single-card-service .card-info h3 {
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--Color1);
}
.single-card-service .card-info h3 a {
  color: var(--Color1);
  transition: all 0.5s linear;
}
.single-card-service .card-info h3 a:hover {
  color: var(--primary-color);
}
.single-card-service .card-info p {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .single-card-service .card-info h3 {
    margin-bottom: 1rem;
    font-size: 2.6rem;
  }
  .single-card-service .card-info {
    padding: 3rem 2rem;
  }
}
/*===============================
 #.counter-area
=================================*/
.counter-area {
  position: relative;
  background-image: url("../images/counter-bg.jpg");
  background-color: #DDDDDD;
  z-index: 1;
}
.counter-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.counter-area .single-counter .counter-count {
  font-size: 4.8rem;
  font-weight: 600;
  color: var(--white);
}
.counter-area .single-counter .counter-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: var(--white);
  margin: 2rem auto 2.5rem auto;
}
.counter-area .single-counter .counter-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--white);
}

@media (max-width: 480px) {
  .counter-area .single-counter .counter-icon {
    margin: 1rem auto 1.5rem auto;
  }
  .counter-area .single-counter .counter-count {
    font-size: 4rem;
  }
  .counter-area .single-counter .counter-title {
    font-size: 1.8rem;
  }
}
/*===============================
 #.team-area
=================================*/
.single-team {
  background-color: var(--white);
  box-shadow: 0 0.2rem 1rem rgba(32, 32, 49, 0.06);
}
.single-team .team-thumbnail a {
  display: block;
  overflow: hidden;
}
.single-team .team-thumbnail img {
  width: 100%;
  height: auto;
  transition: all 0.5s linear;
}
.single-team .team-info {
  padding: 3rem 2rem;
}
.single-team .team-info h3 {
  margin-bottom: 1rem;
  font-size: 3.2rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--Color1);
}
.single-team .team-info h3 a {
  color: var(--Color1);
  transition: all 0.5s linear;
}
.single-team .team-info h3 a:hover {
  color: var(--primary-color);
}
.single-team .team-info h4 {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  color: var(--bColor);
}
.single-team:hover .team-thumbnail img {
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .single-team .team-info h3 {
    font-size: 2.8rem;
  }
  .single-team .team-info h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 375px) {
  .single-team .team-info {
    padding: 2rem 2rem;
  }
}
/*===============================
 #.video-area
=================================*/
.video-area {
  position: relative;
  background-image: url("../images/video-area-bg.jpg");
  background-color: #DDDDDD;
  z-index: 1;
}
.video-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: -1;
}

.video-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: var(--white);
  font-size: 3rem;
  color: var(--primary-color);
  z-index: 3;
  transition: all 0.5s linear;
}
.video-btn .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  background: white;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  transition: all 0.5s linear;
}
.video-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: -1;
  transform: scale(1.3);
}
.video-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: -2;
  transform: scale(1.7);
  animation: pulse 3s linear infinite;
}
.video-btn:hover {
  color: var(--white);
  background-color: var(--primary-color);
}
.video-btn:hover .icon {
  color: var(--white);
  background-color: var(--primary-color);
}

@keyframes pulse {
  0% {
    transform: scale(1.7);
    background: rgba(255, 255, 255, 0.2);
  }
  25% {
    transform: scale(1.4);
    background: rgba(255, 255, 255, 0.02);
  }
  50% {
    transform: scale(1.5);
    background: rgba(255, 255, 255, 0.1);
  }
  75% {
    transform: scale(1.6);
    background: rgba(255, 255, 255, 0.15);
  }
  100% {
    transform: scale(1.7);
    background: rgba(255, 255, 255, 0.2);
  }
}
/*===============================
 #.gallery-area
=================================*/
.our-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.4rem;
}
.our-gallery .single-gallery {
  display: block;
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
}
.our-gallery .single-gallery img {
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
  transition: all 0.5s linear;
}
.our-gallery .single-gallery .gallery-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s linear;
}
.our-gallery .single-gallery .gallery-overlay .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  background-color: var(--white);
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  font-size: 3rem;
  color: var(--primary-color);
  transition: all 0.5s linear;
}
.our-gallery .single-gallery .gallery-overlay .icon:hover {
  color: var(--white);
  background-color: var(--primary-color);
}
.our-gallery .single-gallery:hover .gallery-overlay {
  opacity: 1;
  visibility: visible;
}
.our-gallery .single-gallery:hover img {
  transform: scale(1.2) rotate(-7deg);
}

/*===============================
 #.make-appointment-area
=================================*/
.make-appointment-area {
  background-image: url("../images/make-appointment-bg.jpg");
  background-color: #DDDDDD;
}

.appointment-form-wrap {
  padding: 5rem;
  background: #FCF8F7;
  border-radius: 1.2rem;
}
.appointment-form-wrap .appointment-form .form-control {
  width: 100%;
  height: 5.6rem;
  padding: 1.5rem 2rem;
  font-family: "Rubik", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--bColor);
  border: none;
  box-shadow: none;
}
.appointment-form-wrap .appointment-form .form-control.message-box {
  height: 16rem;
  resize: none;
}

.opening-hours .opening-hours-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.opening-hours .opening-hours-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  padding: 2rem 0;
  color: var(--white);
  border-bottom: 2px dashed var(--white);
}
.opening-hours .opening-hours-list li:last-child {
  border-bottom: none;
}

@media (max-width: 1199px) {
  .appointment-form-wrap {
    padding: 2.5rem;
  }
}
/*===============================
 #.single-card-product
=================================*/
.single-card-product {
  position: relative;
  overflow: hidden;
}
.single-card-product .card-product-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-card-product .card-product-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2rem;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s linear;
}
.single-card-product .card-product-info .card-product-info-top .product-group-button {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.single-card-product .card-product-info .card-product-info-top .product-group-button li {
  margin-bottom: 1rem;
}
.single-card-product .card-product-info .card-product-info-top .product-group-button li:last-child {
  margin-bottom: 0;
}
.single-card-product .card-product-info .card-product-info-top .product-group-button li .product-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  width: 4rem;
  height: 4rem;
  background-color: var(--primary-color);
  color: var(--white);
  transition: all 0.5s linear;
  font-size: 2rem;
}
.single-card-product .card-product-info .card-product-info-top .product-group-button li .product-btn:hover {
  color: var(--white);
  background-color: var(--hover-color);
}
.single-card-product .card-product-info .card-product-info-top .product-group-button li .wishlist-btn .normal-icon {
  display: inline-block;
}
.single-card-product .card-product-info .card-product-info-top .product-group-button li .wishlist-btn .active-icon {
  display: none;
}
.single-card-product .card-product-info .card-product-info-top .product-group-button li .wishlist-btn.active .normal-icon {
  display: none;
}
.single-card-product .card-product-info .card-product-info-top .product-group-button li .wishlist-btn.active .active-icon {
  display: inline-block;
}
.single-card-product .card-product-info .card-product-info-bottom .product-price {
  margin-bottom: 0.5rem;
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--white);
}
.single-card-product .card-product-info .card-product-info-bottom .product-title {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--white);
}
.single-card-product .card-product-info .card-product-info-bottom .product-title a {
  color: var(--white);
  transition: all 0.5s linear;
}
.single-card-product .card-product-info .card-product-info-bottom .product-title a:hover {
  color: var(--primary-color);
}
.single-card-product:hover .card-product-info {
  opacity: 1;
  visibility: visible;
  top: 0;
}

/*===============================
 #.testimonial-area
=================================*/
.testimonial-area {
  overflow-x: hidden;
}

.testimonial-slider .slick-dots {
  display: flex;
  justify-content: center;
  grid-column-gap: 1rem;
  margin-top: 3rem;
}
.testimonial-slider .slick-dots li button {
  border: none;
  box-shadow: none;
  background: var(--primary-color);
  font-size: 0;
  padding: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 3rem;
  transition: all 0.5s linear;
}
.testimonial-slider .slick-dots li.slick-active button {
  width: 3.2rem;
}
.testimonial-slider .slick-arrow {
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white);
  opacity: 1;
  border: none;
  box-shadow: none;
  transition: all 0.5s linear;
  z-index: 1;
}
.testimonial-slider .slick-arrow:hover {
  background-color: var(--hover-color);
}
.testimonial-slider .slick-arrow.slick-prev {
  left: -5rem;
}
.testimonial-slider .slick-arrow.slick-next {
  right: -5rem;
}

.single-testimonial {
  padding: 4rem;
  background-color: #FCF8F7;
  border-bottom: 0.5rem solid var(--primary-color);
}
.single-testimonial .testimonial-header {
  margin-bottom: 3rem;
}
.single-testimonial .testimonial-header .testimonial-header-left img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  object-fit: cover;
}
.single-testimonial .testimonial-header .testimonial-header-right h3 {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--Color1);
}
.single-testimonial .testimonial-header .testimonial-header-right h4 {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--bColor);
}
.single-testimonial .testimonial-body p {
  font-size: 1.6rem;
  color: var(--bColor);
}
.single-testimonial .testimonial-footer {
  text-align: right;
}
.single-testimonial .testimonial-footer .rating-list {
  display: flex;
  align-items: center;
  grid-column-gap: 0.5rem;
  justify-content: flex-end;
}
.single-testimonial .testimonial-footer .rating-list li button {
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  color: #EFAF18;
}

@media (max-width: 991px) {
  .single-testimonial {
    padding: 2.5rem;
  }
}
/*===============================
 #.price-area
=================================*/
.price-area {
  background-image: url("../images/make-appointment-bg.jpg");
  background-color: #DDDDDD;
}

.single-card-package {
  background-color: var(--white);
}
.single-card-package .package-thumbnail img {
  width: 10rem;
  height: 12rem;
  object-fit: cover;
}
.single-card-package .package-info {
  flex: 1;
}
.single-card-package .package-info .package-info-header {
  margin-bottom: 0.6rem;
}
.single-card-package .package-info .package-info-header h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.single-card-package .package-info .package-info-header .title {
  color: var(--Color1);
  text-transform: capitalize;
}
.single-card-package .package-info .package-info-header .price {
  color: var(--primary-color);
}
.single-card-package .package-info p {
  margin-bottom: 0;
  font-size: 1.2rem;
}

/*===============================
 #.blog-area
=================================*/
.single-post {
  background-color: var(--white);
}
.single-post .post-thumbnail a {
  display: block;
}
.single-post .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .post-info {
  padding: 4rem 3rem;
}
.single-post .post-info .post-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.2rem;
  color: var(--Color1);
}
.single-post .post-info .post-title a {
  color: var(--Color1);
  transition: all 0.5s linear;
}
.single-post .post-info .post-title a:hover {
  color: var(--primary-color);
}
.single-post .post-info .post-meta {
  display: flex;
  flex-flow: row wrap;
  grid-gap: 1rem;
  margin: 1.5rem 0 3rem 0;
}
.single-post .post-info .post-meta li {
  font-size: 1.8rem;
  color: var(--Color1);
}
.single-post .post-info .post-meta li a {
  color: var(--Color1);
  transition: all 0.5s linear;
}
.single-post .post-info .post-meta li a:hover {
  color: var(--primary-color);
}
.single-post .post-info .post-meta li i {
  color: var(--primary-color);
  margin-right: 0.5rem;
}

@media (max-width: 1199px) {
  .single-post .post-info {
    padding: 2.5rem 2rem;
  }
  .single-post .post-info .post-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .single-post .post-info .post-meta {
    margin: 1rem 0 2rem 0;
  }
  .single-post .post-info .post-meta li {
    font-size: 1.6rem;
  }
}
/*===============================
 #.footer-area
=================================*/
.footer-bottom {
  padding: 3rem 0;
}
.footer-bottom .Copyright-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--Color1);
}
.footer-bottom .Copyright-text a {
  color: var(--primary-color);
  transition: all 0.5s linear;
}
.footer-bottom .Copyright-text a:hover {
  color: var(--hover-color);
}

.single-widget .widget-title {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--primary-color);
}
.single-widget .widget-title::before {
  position: absolute;
  content: "";
  width: 8rem;
  height: 0.6rem;
  background-color: var(--primary-color);
  left: 0;
  bottom: 0;
}

.about-widget .brand-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
.about-widget .brand-logo img {
  max-width: 200px;
}

.menu-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-widget ul li {
  margin-bottom: 1rem;
}
.menu-widget ul li:last-child {
  margin-bottom: 0;
}
.menu-widget ul li a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--bColor);
  transition: all 0.5s linear;
}
.menu-widget ul li a:hover {
  color: var(--primary-color);
  padding-left: 0.5rem;
}

.contact-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-widget ul li {
  display: flex;
  grid-column-gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.contact-widget ul li .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  width: 4rem;
  height: 4rem;
  background-color: var(--primary-color);
  color: var(--white);
}
.contact-widget ul li .contact-info {
  flex: 1;
}
.contact-widget ul li .contact-info h4 {
  margin-bottom: 0.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--bColor);
}
.contact-widget ul li .contact-info p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--bColor);
}
.contact-widget ul li:last-child {
  margin-bottom: 0;
}

.newsletter-widget .newsletter-text {
  font-weight: 500;
}
.newsletter-widget .newsletter-form .newsletter-form-wrap {
  display: flex;
  align-items: center;
}
.newsletter-widget .newsletter-form .newsletter-form-wrap .form-control {
  width: 100%;
  flex: 1;
  padding: 1rem 2rem;
  height: 5.4rem;
  background-color: var(--white);
  border: none;
  outline: none;
  box-shadow: none;
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--bColor);
  border-radius: 0;
}
.newsletter-widget .newsletter-form .newsletter-form-wrap .send-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  width: 5.4rem;
  height: 5.4rem;
  border: none;
  box-shadow: none;
  background-color: var(--primary-color);
  color: var(--white);
  transition: all 0.5s linear;
}
.newsletter-widget .newsletter-form .newsletter-form-wrap .send-btn:hover {
  color: var(--white);
  background-color: var(--hover-color);
}

.social-media-widget {
  margin: 0;
  padding: 0;
  list-style: none;
  grid-column-gap: 1rem;
}
.social-media-widget li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  width: 4rem;
  height: 4rem;
  font-size: 1.8rem;
  border: 1.5px solid var(--primary-color);
  color: var(--primary-color);
  transition: all 0.5s linear;
}
.social-media-widget li a:hover {
  background-color: var(--primary-color);
  color: var(--white);
}