/* CSS Reset */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: inherit;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #303442;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: unset;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.container {
  max-width: 128rem;
  width: min(100% - 3rem);
  margin: 0 auto;
}

/*--------------------  Header--------------------  */

.header-top {
  background-color: #303442;
  color: #ffffff;
  padding: 12px 0;
  position: relative;
}

.header-top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 1.5rem;
}

.header-top-menu-item {
  width: 16rem;
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}

.header-top-menu-text {
  display: flex;
  flex-direction: column;
  color: #e0e0e0;
  font-size: 1.2rem;
  font-weight: 500;
  row-gap: 0.15rem;
}

.header-top-menu-icon {
  background-color: #ec8b00;
  color: #ffffff;
  font-size: 18px;
  height: 33px;
  width: 33px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  transition: all 300ms ease 0s;
}

.middle-header {
  padding: 8px 0 20px;
  position: relative;
}

.middle-header-headline-text {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 12px;
  color: #ec8b00;
}

.middle-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.middle-header-logo > img {
  width: 24rem;
  object-fit: cover;
}

.emergency-call-btn {
  display: block;
  padding: 8px 15px;
  background-color: #ec8b00;
  border-radius: 5px;
  display: flex;
  align-items: center;
  column-gap: 0.85rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  animation: emergency-call-btn 0.6s linear infinite;
}

.appointment-btn {
  display: block;
  padding: 8px 15px;
  background-color: #ec8b00;
  border-radius: 5px;
  display: flex;
  align-items: center;
  column-gap: 0.85rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  animation: emergency-call-btn 0.6s linear infinite;
}

@keyframes emergency-call-btn {
  0% {
    box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2),
      0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2),
      0 0 0 10px rgba(236, 139, 0, 0.2);
  }
  100% {
    box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2),
      0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2),
      0 0 0 20px rgba(236, 139, 0, 0);
  }
}

/* Bottom-Header */

.bottom-header {
  padding: 10px 0;
  background-color: #303442;
  color: #ffffff;
  position: relative;
}

.bottom-header-navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3.5rem;
  transition: all 300ms ease;
}

.bottom-header-navlink {
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 300ms ease;
}

.bottom-header-navlink.active {
  color: #f5aa41;
}

.bottom-header-navlink:hover {
  color: #f5aa41;
}

/* -------------------- Hero-Slider--------------------  */
.hero-slider-section .swiper {
  width: 100%;
  height: 100%;
}

.hero-slider {
  height: 68rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hero-slider-img-1 {
  background: linear-gradient(
      0deg,
      rgba(5, 44, 67, 0.65),
      rgba(5, 44, 67, 0.65)
    ),
    url('../images/slider-1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-slider-img-2 {
  background: linear-gradient(
      0deg,
      rgba(5, 44, 67, 0.65),
      rgba(5, 44, 67, 0.65)
    ),
    url('../images/slider-2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-slider-img-3 {
  background: linear-gradient(
      0deg,
      rgba(5, 44, 67, 0.65),
      rgba(5, 44, 67, 0.65)
    ),
    url('../images/slider-3.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-slider-section .swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 14px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 14px)
  );
  background-color: #e0e0e0;
  opacity: 1;
}

.hero-slider-section .swiper-pagination-bullet-active {
  background: #ec8b00;
}

.hero-slider-content {
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}

.hero-slider-title {
  font-size: 4rem;
  line-height: 1.15;
  text-transform: capitalize;
  font-weight: 700;
}

.hero-slider-title-color {
  color: #ec8b00;
  text-transform: uppercase;
}

.hero-slider-text {
  margin: 1rem 0 2rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.hero-slider-btn {
  display: inline-block;
  padding: 8px 15px;
  background-color: #ec8b00;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
}

.hero-slider-list {
  background-color: rgba(236, 138, 0, 0.35);
  width: fit-content;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
}

.hero-slider-list-item {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  margin-bottom: 0.85rem;
}

/* --------------------Services--------------------  */

.services {
  padding-top: 80px;
  padding-bottom: 60px;
}

.services-content {
  display: flex;
  align-items: center;
  column-gap: 5rem;
  flex-wrap: wrap;
}

.services-text,
.services-cards {
  flex: 1 1 33.333%;
}

.services-cards {
  display: flex;
  gap: 6rem 2.5rem;
  flex-wrap: wrap;
}

.services-card {
  flex: 1 1 33.333%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  padding: 15px;
  border-radius: 5px;
}

.services-card-icon {
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  background-color: rgba(245, 170, 66, 0.65);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -5.5rem;
}

.services-card-icon > img {
  width: 5rem;
  height: 5rem;
}

.services-card-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
  text-transform: capitalize;
}

.services-text-title,
.about-title,
.box-title {
  font-size: 3.4rem;
  letter-spacing: -0.8px;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

.services-text-title-color,
.about-title-color,
.box-title-color {
  color: #ec8b00;
  text-transform: uppercase;
}

.services-text-desc {
  margin-top: 0.85rem;
  text-align: justify;
}

/* --------------------About--------------------  */

.about {
  padding: 60px 0 10px;
  border-top: 1px solid #e0e0e0;
}

.about-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.5rem;
  margin-top: 3.5rem;
}

.about-image {
  width: 55rem;
}

.about-image > img {
  width: 100%;
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  object-fit: cover;
  border-bottom: 5px solid #ec8b00;
}

.about-text {
  flex: 1;
}

.about-title {
  text-align: center;
}

.about-text-list {
  margin-top: 2.5rem;
}

.about-text-list-item {
  display: flex;
  column-gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.about-text-list-item > i {
  line-height: 1.35;
  font-size: 2.2rem;
  color: #ec8b00;
}

.about-text-list-item-text > h3 {
  font-size: 2.1rem;
  margin-bottom: 0.5rem;
  color: #ec8b00;
  font-weight: 600;
}

.about-text-list-item-link {
  color: #367ed1;
  font-weight: 600;
}

/* -------------------- Box-Section--------------------   */

.box-section {
  margin-top: 5rem;
  background: linear-gradient(
      0deg,
      rgba(5, 44, 67, 0.15),
      rgba(5, 44, 67, 0.15)
    ),
    url('../images/bg-section.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 8rem 0;
}

.box-content {
  max-width: 60rem;
  width: 100%;
  background-color: #ffffff;
  padding: 35px 80px;
  border-radius: 5px;
}

.box-title {
  padding-left: 2.5rem;
  border-left: 5px solid #ec8b00;
}

.box-button {
  display: flex;
  align-items: center;
  gap: 1.5rem 2.5rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.box-btn {
  display: block;
  padding: 8px 15px;
  background-color: #ec8b00;
  border-radius: 5px;
  display: flex;
  align-items: center;
  column-gap: 0.85rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
}

.box-btn-call {
  background-color: #303442;
}

/* --------------------footer-------------------- */

.footer {
  padding: 35px 0 17.5px;
  margin-top: 7.5rem;
  background-color: #303442;
  color: #ffffff;
}

.footer-top {
  display: flex;
  justify-content: space-evenly;
  gap: 3.5rem;
  padding-bottom: 35px;
}

.footer-contact-title,
.footer-socials-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ec8b00;
  margin-bottom: 2.5rem;
}

.footer-contact-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.5rem 1.5rem;
}

.footer-contact-menu-item {
  flex: 1 1 33.333%;
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}

.footer-contact-menu-text {
  display: flex;
  flex-direction: column;
  color: #e0e0e0;
  font-size: 1.2rem;
  font-weight: 500;
  row-gap: 0.15rem;
}

.footer-contact-menu-icon {
  background-color: #ec8b00;
  color: #ffffff;
  font-size: 18px;
  height: 33px;
  width: 33px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  transition: all 300ms ease 0s;
}

.footer-socials-links {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}

.footer-socials-link {
  border: 2px solid #ffffff;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #e0e0e0;
  transition: all 300ms ease;
}

.footer-socials-link:hover {
  background-color: #ec8b00;
}

.footer-cpr {
  font-size: 1.4rem;
  text-align: center;
  padding: 0 15px;
  padding-top: 17.5px;
  border-top: 1px solid #e0e0e0;
}

#menu-mobile {
  display: none;
  font-size: 2.6rem;
  cursor: pointer;
}

.messenger-float {
  position: fixed;
  bottom: 3.5rem;
  right: 3rem;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  font-size: 4.5rem;
  color: #00b2ff;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  transition: all 300ms ease-in-out;
}

.messenger-float:hover {
  transform: translateY(-5px);
}

/* -------------------- Review Page--------------------  */
.review {
  padding: 60px 0 40px;
}

.review-title {
  font-size: 3.4rem;
  letter-spacing: -0.8px;
  line-height: 1.25;
  text-align: center;
}

.review-title-color {
  color: #ec8b00;
}

.review-content {
  display: flex;
  justify-content: center;
  gap: 5rem;
  flex-wrap: wrap;
  margin-top: 3.5rem;
}

.review-card {
  width: 45rem;
  height: 35rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s ease;
  border-radius: 5px;
}

.review-card:hover {
  transform: scale(1.05);
}

.review-card-title-stars {
  color: #27a9e1;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.review-card-title-trusted {
  color: #777777;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

/* -------------------- Services Page--------------------  */
.provides {
  padding: 60px 0 40px;
}

.provides-title {
  font-size: 3.4rem;
  letter-spacing: -0.8px;
  line-height: 1.25;
  text-align: center;
}

.provides-title-color {
  color: #ec8b00;
}

.provides-content {
  display: flex;
  justify-content: space-between;
  gap: 3.5rem 2.5rem;
  flex-wrap: wrap;
  margin-top: 3.5rem;
}

.provides-list {
  flex: 1 1 30rem;
  border-right: 4px solid #f5aa41;
  border-bottom: 4px solid #f5aa41;
  border-top: 4px solid #303442;
  border-left: 4px solid#303442;
  padding: 20px;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.provides-list:hover {
  transform: translateY(-10px);
}

.provides-list-item {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #777777;
  margin-bottom: 0.85rem;
}

.provides-list-item > i {
  color: #ec8b00;
}

.provides-list-more {
  background-color: #303442;
  color: #ffffff;
  margin-top: 2.5rem;
  padding: 8px;
  text-align: center;
  border-radius: 5px;
}

/* -------------------- Projects Page--------------------  */
.projects {
  padding: 60px 0 40px;
}

.projects-title {
  font-size: 3.4rem;
  letter-spacing: -0.8px;
  line-height: 1.25;
  text-align: center;
}

.projects-title-color {
  color: #ec8b00;
}

.projects-content {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
  flex-wrap: wrap;
  margin-top: 3.5rem;
}

.projects-card {
  position: relative;
  width: 350px;
  height: 250px;
  margin: 15px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* watch out for this one  */
.projects-card-image,
.projects-card-data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.projects-card-image img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projects-card-data::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.5);
  transform: scaleX(0);
  transition: transform 0.5s ease-in-out;
  transform-origin: right;
  transition-delay: 0.5s;
}

.projects-card:hover .projects-card-data::before {
  transform: scaleX(1);
  transition: transform 0.5s ease-in-out;
  transform-origin: left;
  transition-delay: 0s;
}

.projects-card-data {
  display: flex;
  justify-content: center;
  align-items: center;
}

.projects-card-data-text {
  position: relative;
  padding: 30px;
  z-index: 1;
  transition: 0.5s;
  transform: translateX(-320px);
  transition-delay: 0s;
}

.projects-card:hover .projects-card-data-text {
  transform: translateX(0px);
  transition-delay: 0.5s;
}

.projects-card-title {
  font-size: 2.4rem;
  color: #ec8b00;
  text-align: center;
  margin-bottom: 0.25rem;
}

.projects-card-desc {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

/* -------------------- Celebright Page--------------------  */
.celebright {
  padding: 60px 0 40px;
}

.celebright-title,
.celebright-gallery-title {
  font-size: 3.4rem;
  letter-spacing: -0.8px;
  line-height: 1.25;
  margin-top: 3.5rem;
  text-align: center;
}

.celebright-gallery-title {
  margin-top: 0;
}

.celebright-title-color {
  color: #ec8b00;
  text-transform: uppercase;
}

.celebright-gallery-title-color {
  color: #ec8b00;
}

.celebright-image {
  max-width: 40rem;
  width: min(100% - 3rem);
  margin: 0 auto;
}

.celebright-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.5rem;
  flex-wrap: wrap;
  margin-top: 3.5rem;
}

.celebright-video {
  flex: 1 1 33.333%;
}

.celebright-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 27%;
}

.celebright-video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.celebright-cards {
  display: flex;
  justify-content: space-between;
  gap: 8rem 3.5rem;
  flex-wrap: wrap;
  margin-top: 12rem;
}

.celebright-card {
  flex: 1 1 32rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 15px 25px;
  border-radius: 15px;
}

.celebright-card-icon > img {
  width: 6rem;
  height: 6rem;
}

.celebright-card-icon {
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
  background-color: #e0e0e0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -7rem;
}

.celebright-card-title {
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
  text-transform: capitalize;
  color: #ec8b00;
  margin-bottom: 0.5rem;
}

.celebright-desc {
  text-align: justify;
}

.celebright-news {
  margin-top: 5rem;
}

.celebright-news-tag {
  width: fit-content;
  font-size: 2.1rem;
  font-weight: 600;
  background-color: #ec8b00;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}

.celebright-news-link {
  color: #367ed1;
  font-weight: 500;
}

.celebright-gallery {
  padding: 60px 0 40px;
}

.celebright-gallery-images {
  display: flex;
  justify-content: space-between;
  gap: 3.5rem;
  flex-wrap: wrap;
  margin-top: 3.5rem;
}

.celebright-gallery-image {
  flex: 1 1 35rem;
}

.celebright-gallery-image > img {
  border-radius: 5px;
  transition: transform 0.5s ease;
}

.celebright-gallery-image > img:hover {
  transform: scale(1.05);
}

/* -------------------- Payment Page--------------------  */
.payment {
  padding: 60px 0 40px;
}

.payment-title {
  font-size: 3.4rem;
  letter-spacing: -0.8px;
  line-height: 1.25;
  text-align: center;
}

.payment-title-color {
  color: #ec8b00;
}

.payment-content {
  display: flex;
  gap: 5rem 3.5rem;
  flex-wrap: wrap;
  margin-top: 3.5rem;
}

.payment-card:nth-child(1) {
  cursor: pointer;
}

.payment-card {
  flex: 1 1 47%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px;
  border-radius: 15px;
}

.payment-card > img {
  height: 15rem;
  margin: 0 auto;
}

.payment-card-link {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ec8b00;
  text-align: center;
  margin-top: 2.5rem;
}

/* -------------------- Rates Page--------------------  */
.breadcrumb {
  background: linear-gradient(
      0deg,
      rgba(5, 44, 67, 0.65),
      rgba(5, 44, 67, 0.65)
    ),
    url('../images/slider-1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 23rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.breadcrumb-content {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.breadcrumb-title {
  font-size: 3.6rem;
}

.breadcrumb-page {
  margin-top: 0.85rem;
  display: flex;
  align-items: center;
  column-gap: 0.85rem;
  width: fit-content;
  background-color: #303442;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 5px;
}

.breadcrumb-page > i {
  font-size: 1.4rem;
  line-height: 1.5;
}

.breadcrumb-current {
  color: #f5aa41;
}

.pricing {
  padding: 60px 0;
}

.pricing-title {
  font-size: 3.4rem;
  letter-spacing: -0.8px;
  line-height: 1.25;
  text-align: center;
}

.pricing-title-color {
  color: #ec8b00;
}

.pricing-desc {
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 0.85rem;
  text-align: center;
}

.pricing-desc-bold {
  display: block;
  font-weight: 500;
  color: #ec8b00;
}

.pricing-content {
  display: flex;
  justify-content: space-between;
  gap: 3.5rem 2.5rem;
  flex-wrap: wrap;
  margin-top: 3.5rem;
}

.pricing-card {
  flex: 1 1 32rem;
  width: 32rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
  padding-bottom: 20px;
}

.pricing-card-title {
  background-color: #303442;
  color: #ffffff;
  text-align: center;
  padding: 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 2.1rem;
}

.pricing-card-list {
  padding: 10px 20px;
}

.pricing-card-list-item {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  margin-bottom: 0.5rem;
}

.pricing-card-list-item > i {
  color: #ec8b00;
}

.pricing-card-box {
  width: fit-content;
  margin: 0 auto;
  background-color: #ec8b00;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 5px;
  margin-top: 0.5rem;
}

.pricing-card-desc {
  padding: 10px 20px;
  text-align: center;
}

.faq-rate {
  margin-top: 4rem;
}

.faq-rate-container {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  margin-top: 2.5rem;
}

.faq-rate-content {
  margin-top: 3.5rem;
}

.faq-rate-question {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 15px 80px 15px 15px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-transform: capitalize;
}

.faq-rate-question::after {
  content: '\002B';
  font-size: 3.2rem;
  position: absolute;
  right: 15px;
  transition: 0.2s;
  color: #ec8b00;
}

.faq-rate-question.active::after {
  transform: rotate(45deg);
}

.faq-rate-answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.faq-rate-answer {
  padding: 0 15px 15px;
  font-size: 1.6rem;
  font-weight: 400;
}

.faq-rate-link,
.faq-rate-link {
  color: #334dc4;
}

.tablet-header {
  display: none;
}

/* -------------------- Media Queries--------------------  */

@media (max-width: 992px) {
  .hero-slider {
    height: 58rem;
  }

  .about-image,
  .about-text {
    width: 100%;
    flex: 1 1 33.333%;
  }

  .about-image > img {
    clip-path: none;
    border-bottom: 5px solid #ec8b00;
    border-right: 5px solid #ec8b00;
  }
}

@media (max-width: 900px) {
  .about-content {
    flex-direction: column;
  }
}

@media (max-width: 787px) {
  #menu-mobile {
    display: block;
    font-size: 2.6rem;
    cursor: pointer;
  }

  .bottom-header-navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    background-color: #303442;
    color: #ffffff;
    gap: 1.5rem;
    z-index: 20;
  }

  .bottom-header-navbar.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  .middle-header-contact {
    display: none;
  }

  .middle-header-headline {
    display: none;
  }

  .middle-header {
    padding: 14px 0;
  }

  .bottom-header {
    padding: 0;
  }

  .middle-header-logo > img {
    width: 20rem;
  }

  .hero-slider {
    height: 52rem;
  }

  .services-content {
    row-gap: 6.5rem;
    flex-direction: column;
  }

  .services {
    padding: 50px 0;
  }

  .services-card {
    flex: 1 1 24rem;
    width: 24rem;
  }

  .celebright-content {
    flex-direction: column;
  }

  .celebright-video {
    padding-top: 55%;
  }

  .tablet-header {
    display: block;
    padding: 15px 0;
    background-color: #303442;
    color: #ffffff;
  }

  .tablet-header-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
    flex-wrap: wrap;
    gap: 1.5rem 0.5rem;
  }

  .header-btn {
    display: block;
    display: block;
    padding: 8px 15px;
    background-color: #ec8b00;
    border-radius: 5px;
    display: flex;
    align-items: center;
    column-gap: 0.85rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #ffffff;
  }
}

@media (max-width: 615px) {
  .footer-top {
    flex-direction: column;
  }

  .footer-contact-menu-item {
    flex: 1 1 15rem;
  }

  .footer-contact-menu-text {
    flex: 1;
  }
}

@media (max-width: 550px) {
  .hero-slider {
    height: 38rem;
  }

  .hero-slider-content {
    text-align: center;
  }

  .hero-slider-title {
    font-size: 3.2rem;
  }

  .services-text-title,
  .about-title,
  .box-title,
  .provides-title,
  .projects-title,
  .payment-title,
  .pricing-title,
  .review-title,
  .celebright-title,
  .celebright-gallery-title {
    text-align: center;
    font-size: 3rem;
  }

  .hero-slider-text {
    margin: 1.5rem 0 2rem;
    font-size: 1.4rem;
  }

  .box-title {
    text-align: left;
  }

  .box-content {
    padding: 25px 25px;
  }

  .provides-list-item {
    column-gap: 1.2rem;
    font-size: 1.6rem;
  }

  .faq-rate-question {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 15px 40px 15px 15px;
  }

  .breadcrumb {
    height: 18rem;
  }
}

@media (max-width: 440px) {
  .box-btn {
    width: 100%;
    justify-content: center;
  }
}
