* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  box-sizing: border-box;
  list-style: none;
}

:root {
  /*--=== Bg Colors ===--*/
  --bg-purple: hsla(267, 100%, 63%, 1);
  --bg-purplr-alpha-30: hsla(267, 100%, 63%, 0.3);
  --bg-dark-purple: hsla(279, 42%, 9%, 1);
  --bg-oxford-blue: hsla(240, 63%, 13%, 1);
  --bg-oxford-blue-alpha-95: hsla(240, 63%, 13%, 0.95);
  --bg-oxford-blue-alpha-90: hsla(240, 63%, 13%, 0.9);
  --bg-oxford-blue-alpha-80: hsla(240, 63%, 13%, 0.8);
  --color-flow: #5951e6;
  --color-success: #00bf8e;
  --color-warning: #f7c94b;
  --color-danger: #f75842;
  --color-danger-variant: rgba(247, 88, 66, 0.4);
  --color-white: #fff;
  --color-light: rgba(255, 255, 255, 0.7);
  --color-black: #000;
  --color-grey: rgb(42, 41, 41);
  --color-bg: #1f2641;
  --color-bg1: #2e3267;
  --color-bg2: #424890;
  --color-blue: rgb(56, 96, 217);
  --color-purple: rgb(224, 63, 224);
  --color-primary: #636cff;
  --primary-color: #dd5436;
  --secondary-color: #e8e8e8;
  --text-dark: #0f172a;
  --text-light: #94a3b8;
  --white: #ffffff;
  --color-bg-body: linear-gradient(90deg, #f4e3e3 0%, transparent 100%, #f4e3e3 0%);


  /*--=== Gradiant Colors ===--*/
  --gradient-1: linear-gradient(to right bottom, hsl(299, 100%, 52%), hsl(291, 100%, 58%), hsla(283, 100%, 60%), hsla(273, 100%, 62%),
      hsla(262, 100%, 63%), hsla(242, 100%, 69%), hsla(223, 100%, 62%), hsla(210, 100%, 50%), hsla(203, 100%, 50%), hsla(198, 100%, 50%),
      hsla(192, 100%, 48%), hsla(185, 90%, 48%), );

  --gradient-2: linear-gradient(90deg, transparent 0%, #f2c3c3 50%, transparent 100%);

  --gradient-3: linear-gradient(90deg, rgb(221, 7, 7) 0%, #f63978 50%, rgb(241, 68, 41) 100%);

  /*--=== Text Colors ===--*/
  --text-white: hsla(0, 0%, 100%, 1);
  --text-gainsboro: hsla(0, 0%, 87%, 1);
  --text-champange-pink: hsla(23, 61%, 86%, 1);
  --text-purple: hsla(267, 100%, 63%, 1);
  --text-black: #18191f;

  /*--=== Font-Size ===--*/
  --font-size-1: 3.6rem;
  --font-size-2: 2.4rem;
  --font-size-3: 2rem;
  --font-size-4: 1.8rem;
  --font-size-5: 1.6rem;
  --font-size-6: 1.5rem;
  --font-size-7: 1.4rem;
  --font-size-8: 1.3rem;
  --font-size-9: 1.2rem;
  --font-size-10: 1rem;
  --font-size-11: 0.9rem;

  /*--=== font-weight ===--*/
  --weigth-regular: 400;
  --weigth-semiBold: 600;
  --weigth-bold: 700;

  /*--=== Border-Radius ===--*/
  --radius-circle: 50%;
  --radius-5: 5px;
  --radius-3: 3px;

  /*--=== Transition ===--*/
  --transition-1: 250ms ease;
  --transition-2: 500ms ease;
  --transition-3: all 400ms ease;
  --cubic-out: cubic-bezier(0.05, 0.83, 0.52, 0.97);


  /*--=== Container Width ===--*/
  --container-width-lg: 79%;
  --container-width-md: 90%;
  --container-width-sm: 94%;

  /*--=== Font-Family ===--*/
  --font-family-1: 'Mukta', sans-serif;
  --font-family-2: 'Ubuntu', sans-serif;
  --font-family-3: 'Epilogue', sans-serif;

}

/*-----======= Reset =======-----*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

time,
span,
input,
button,
textarea {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  font-size: var(--font-size-9);
  cursor: pointer;
  display: block;
  transition: var(--transition-3);
}

img {
  height: auto;
}

h1 {
  margin: 2rem 0;
  font-family: 'Epilogue';
  font-size: var(--font-size-1);
}

h2 {
  font-family: 'Epilogue';
  font-size: var(--font-size-3);
  margin: 1rem 0;
  color: var(--color-danger);
}

h3 {
  font-family: 'Epilogue';
  font-size: var(--font-size-4);
  margin-bottom: 1.5rem;
  color: var(--color-danger);
}

p {
  color: black;
  font-size: 1.1rem;
  font-family: var(--font-family-2);
}

input,
button,
textarea {
  background: none;
  border: none;
  font: inherit;
}

section {
  margin: 3rem 0;
}


input,
textarea {
  width: 100%;
}

button {
  cursor: pointer;
}

address {
  font-style: none;
}

body {
  background: var(--color-bg-body);
  color: var(--text-black);
  font-family: var(--font-family-2);
  font-weight: var(--weigth-regular);
  line-height: 1.6;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background-color: var(--color-white);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(244, 223, 223);
}

.container {
  width: var(--container-width-lg);
  /* overflow-x: hidden; */
  margin: 0 auto;
}

.button-btn {
  padding: 15px 20px;
  background: var(--color-danger);
  display: inline;
  border-radius: 5px;
  cursor: pointer;
  color: var(--text-white);
}

.button-btn:hover {
  background: transparent;
  border: 1px solid var(--color-danger);
  color: var(--color-danger);
}

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

.header {
  background: #24262b;
  font-weight: var(--weigth-regular);
}

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

/*--=== Header-Left ===--*/
.top-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  width: 100%;
}

/*--=== Header-Rigth ===--*/
.top-rigth-items li {
  display: inline-block;
}

.top-rigth-items a {
  color: var(--text-white);
  font-size: var(--font-size-11);
  transition: var(--transition-2);
  padding: 0rem 0.3rem;
  display: block;
}

.top-rigth-items a:hover .fa-solid {
  color: var(--color-danger);
}

.top-rigth-items .fa-solid {
  margin-right: 0.3rem;
}


.top-rigth-items:last-child li {
  padding: 0rem 0;
}

.top-rigth-items i {
  margin: 0;
  font-size: var(--font-size-11);
}

.top-rigth-items li i {
  font-size: var(--font-size-11);
  padding: 0.4rem 0.4rem;
  border-radius: 3px;
}

.top-rigth-items:last-child {
  padding-left: 0.5rem;
}

.fb {
  background-color: #554ed5;
}

.twitter {
  background: #5085ff;
}

.linkedin {
  background-color: #3568de;
}

.google {
  background-color: var(--color-danger);
}

.instagram {
  background-color: rgb(200, 41, 94);
}

/*-----======= Navbar =======-----*/
nav {
  width: 100%;
  max-width: 100vw;
  background-color: transparent;
  height: 8rem;
  position: fixed;
  top: 5;
  z-index: 11;
}

.navbar {
  background: var(--text-white);
  color: var(--text-black);
  font-weight: var(--weigth-regular);
  font-size: var(--font-size-9);
}

.navbar-container {
  height: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.window-scroll {
  background: var(--text-white);
  top: 0;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.menu-items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-items li {
  position: relative;
  /* margin: 0 0.3rem; */
}

.menu-items a {
  color: var(--text-black);
  font-size: var(--font-size-9);
  transition: var(--transition-2);
  padding: 0.5rem 0.8rem;
  font-size: 1.1rem;
}

.menu-items a.active {
  color: var(--color-danger);
  margin-left: 0;
  padding-left: 0;
  font-weight: 500;
}

.menu-items a:hover {
  color: var(--color-danger);
}

.menu-items:first-child {
  color: var(--color-danger);
}

.menu-button {
  height: 55px;
}

.menu-button button {
  background: var(--color-danger);
  padding: 0.5rem 1rem;
  border-radius: 5px;
  color: var(--text-white);
  transition: var(--transition-3);
}

.menu-button button:hover {
  color: var(--color-danger);
  background: transparent;
  border: 1px solid var(--color-danger);
}

.menu-items .fa-solid {
  margin-left: 0.4rem;
  color: var(--text-black);
  font-size: var(--font-size-10);
}

/*--=== nav-sub-items ===--*/
nav .menu ul li .sub-menu {
  position: absolute;
  left: 0;
  width: 200px;
  background: var(--color-white);
  display: none;
  z-index: 90;
  transition: all ease 0.5s;
  box-shadow: 0 20px 45px #00000020;
}

nav .menu ul li .sub-menu li {
  width: 100%;
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0 0.4rem;
}

nav .menu ul li .sub-menu li:first-child {
  margin-top: 0.4rem;
}

.sub-menu li a {
  padding: 0.5rem 0.7rem;
  width: 100%;
  display: block;
  font-size: 1.1rem;
  border-radius: 0.5rem;
}

.sub-menu li {
  transition: var(--transition-2);
}

.sub-menu a:hover {
  background: #f6f4ff;
}

nav .menu ul li .sub-menu li .sub-menu-items {
  left: 200px;
  top: 0;
  display: none;
  position: absolute;
  background: var(--color-white);
  width: 200px;
  z-index: 90;
  transition: all ease 0.5s;
  box-shadow: 0 20px 45px #00000020;
}

nav .menu ul li .sub-menu li .sub-menu-items li:first-child {
  margin-top: 0.4rem;
}

.sub-menu-items li a {
  padding: 0.5rem 0.7rem;
  width: 100%;
  display: block;
  font-size: 1.1rem;
  border-radius: 0.5rem;
}

nav .menu ul li .sub-menu li .sub-menu-items li {
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
}

.sub-menu-items li a:hover {
  background: #f6f4ff;
}


nav .menu ul li:hover>ul {
  z-index: 9;
  display: inherit;
  margin-top: 0;
}

nav .menu ul li .sub-menu li:hover>ul {
  display: inherit;
  margin-top: 0;
  z-index: 9;
}

.down:hover .fa-caret-down {
  rotate: 180deg;
}


/*-----======= Footer Section =======-----*/

.footer-content {
  display: flex;
  flex-wrap: wrap;
}

ul {
  list-style: none;
}

.footer {
  background-color: #24262b;
  padding: 70px 0;
}

.footer-col {
  width: 25%;
  padding: 0 15px;
}

.footer-logo a img {
  overflow: hidden;
}

.footer-col h4 {
  font-size: 1.5rem;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}

.footer-col h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #e91e63;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}

.footer-col ul li p {
  font-size: 1rem;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: var(--weigth-regular);
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}

.footer-items {
  margin: 2rem 0;
}

.footer-items li i {
  padding: 0.5rem;
  color: var(--text-white);
}

.footer-col ul li a {
  font-size: 1rem;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}

.footer-items img {
  overflow: hidden;
}

.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}

.footer-col .footer-contact a:hover {
  color: #ffffff;
}

.footer-contact li {
  display: flex;
  align-items: center;
  justify-content: start;
}

.footer-contact li i {
  margin-right: 0.8rem;
  color: #ffffff;
}

.footer-contact li p {
  font-weight: 400;
  display: inline;
}

.footer-contact a {
  transition: var(--transition-2);
}

.footer-contact a:hover .fa-solid {
  color: var(--color-danger);
}

.check-btn {
  color: black;
  font-size: 2.25rem;
  float: right;
  line-height: 1.7;
  cursor: pointer;
  display: none;
}


.mobile_navbar {
  display: none;
  width: 100%;
  background-color: #24262b;
  flex-direction: row;
  padding: 8px;
  position: fixed;
  width: 100%;
  top: 0px;
  justify-content: space-between;
  align-items: center;
}

.navbar-hamburger {
  cursor: pointer;
  display: none;
  flex-direction: column;
}

.bar {
  width: 25px;
  height: 3px;
  color: red;
  background-color: white;
  margin: 3px 0;
}

.mobile_logo img {
  width: 100%;
  max-width: 10rem;
}

.drawer {
  display: none;
  flex-direction: column;
  background-color: white;
  padding: 15px;
}

.c-btn-primary {
  display: none;
}

@media screen and (max-width: 985px) {

  .header,
  .navbar {
    display: none;
  }

  .mobile_navbar {
    display: flex;
  }

  .navbar-hamburger {
    display: flex;
  }

  nav {
    height: fit-content;
  }

  li,
  ul,
  a {
    display: block;
  }

  .menu-items {
    flex-direction: column;
    margin-top: 5rem;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .sub-menu {
    display: none;
  }

  .sub-menu-items {
    display: none;
  }

  .sub-menu {
    display: none;
  }

  .down.active .sub-menu {
    display: block;
  }

  .sub-menu-items {
    display: none;
  }

  .sub-menu-items.show {
    display: block;
  }

}

@media(max-width: 1139px) {
  .menu-button {
    display: none;
  }

  .top-contact a {
    display: none;
  }

  .menu-items {
    padding-left: 0.1rem;
  }

}

@media(max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}


@media(max-width: 574px) {
  .footer-col {
    width: 100%;
  }

}

@media(max-width: 1300px) {
  .footer-logo img {
    width: 100%;
    max-width: 200px;
  }
}



/*-----======= REVIEWS PAGE STYLE=======-----*/

.reviews-header-container {
  top: 15vh;
}

.reviews-container {
  margin: auto;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}

.container-left h1 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--primary-color);
}


.container-left p {
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.container-left {
  display: grid;
  gap: 2rem;
}

.container-right h1 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--primary-color);
}


.container-right p {
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.container-right {
  display: grid;
  gap: 2rem;
}

.card {
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  background-color: var(--white);
  border-radius: 0.5rem;
  box-shadow: rgba(255, 172, 172, 0.2);
  cursor: pointer;
}

.card .card_content .card_details  h4 {
  font-size: 1.2rem;
}

.card img {
  max-width: 75px;
  border-radius: 100%;
}

.card_content {
  display: flex;
  gap: 1rem;
}

.card_content span i {
  font-size: 2rem;
  color: var(--primary-color);
}

.card_details p {
  font-style: italic;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.card_details h4 {
  text-align: right;
  color: var(--primary-color);
  font-size: 1rem;
  font-weight: 500;
}

.reviews-header-container h6 {
  font-size: 1rem;
  display: inline;
  color: var(--color-danger);
}


@media(width<1200px) {
  .container {
    gap: 3rem;
  }
}

@media(width<900px) {
  .container {
    grid-template-columns: repeat(1, 1fr);
  }


  .container-right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(width<750px) {
  .container-right {
    grid-template-columns: repeat(1, 1fr);
  }
}


/*-----======= SERVICE PAGE STYLE=======-----*/

/* 
.breadcrumb_area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb_area ul li {
  display: inline-block;
  margin-right: 2px;
}

.breadcrumb_area ul li:last-child {
  font-weight: bold;
  color: #333;
}

.breadcrumb_area ul li a {
  color: black;
  text-decoration: none;
} */

/* Service Page Area */
.servicepage_area {
  margin-top: 80px;
  flex-direction: row;
}

.servicepage_details {
  margin-bottom: 30px;

}

.servicepage_photo {
  margin-bottom: 60px;
  background: white;
}

.servicepage_heading h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
}

.servicepage_heading p {
  margin-bottom: 5px;
  display: flex;
}

.servicepage_heading a {
  color: black;
  font-size: 20px;
  font-family: sans-serif;
  padding-bottom: 0;
  text-decoration: none;
  transition: transform 0.3s;
}


.servicepage_heading a:hover {
  transform-origin: center;
  transform: scale(1.3) translateX(20px);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

.servicepage_heading {
  padding: 25px 16px 30px 48px;
  backdrop-filter: blur(2px) saturate(180%);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.20);
  animation: pulse 3s infinite alternate;
}

.breadcrumb_area {
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
  text-align: center;
  color: black;
}

.row1 {
  width: 102%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.row1 ul {
  margin-top: -59px;
}

/* Initially hide the service items */
.servicepage_photo {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 3.5s ease, transform 1.5s ease;
}

/* Show the service items when they are in the viewport */
.servicepage_photo.reveal {
  opacity: 1;
  transform: translateY(0);
}


@media(max-width: 600px) {
  .servicepage_area a {
    font-size: 13px;
    text-align: center;
  }
}

@media(max-width: 600px) {
  .breadcrumb_area {
    font-size: 13px;
    text-align: center;
  }

  .reiew-page-header h1, .reiew-page-header span, .content-header h1 {
    font-size: 1.5rem;
  }

  .container ul li a {
    font-size: 0.8rem;
  }

  .reviews-header-container p a {
    font-size: 1rem;
  }

 
}

.service-page-header {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}

/* ==================footer-bottom=========== */

.footer-bottom {
  background: black;
  color: #fff;
  padding: 10px 0;
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom a {
  color: #fff;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
.footer-bottom .copyright {
  display: flex;
  align-items: center;
  color: white;
}
