@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&amp;family=Open+Sans:wght@300;400;500;600;700;800&amp;family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap");

:root {
  --body-font: "Open Sans", sans-serif;
  --heading-font: "Poppins", sans-serif;
  --banner-font: "DM Serif Display", serif;
  --d1: clamp(3.5rem, 6vw + 1rem, 6.25rem);
  --h1: clamp(2.8125rem, 4vw + 1rem, 4.209rem);
  --h2: clamp(2.0625rem, 3vw + 1rem, 3.1575rem);
  --h3: clamp(1.875rem, 2.7vw + 1rem, 2.369rem);
  --h4: clamp(1.4rem, 2vw + 1rem, 1.777rem);
  --h5: 1.333rem;
  --h6: 1rem;
  --base: 253 44 121;
  --base-soft: #fd2c7921;
  --bg-color: #f9f9f9;
  --light-color: #999999;
  --dark-color: #444444;
  --black-color: #3b3b3b;
  --border-color: #c9c3c36b;
  --soft-info: rgba(37, 188, 241, 0.15);
  --soft-success: rgba(10, 187, 117, 0.15);
  --success-color: #0abb75;
  --info-color: rgb(37, 188, 241);
  --soft-danger: rgba(239, 72, 106, 0.15);
  --danger-color: #ef486a;
  --border-color-light: #c9c3c338;
  --border-color-light: #e3dddd6b;
  --header-nav-shadow: 0px 2px 5px 0px #99999936;
  --mobile-nav-shadow: 0px -1px 5px 0px #99999936;
  --box-shadow: 0px 1px 4px 1px #dddddd4a;
  --linear-bg: linear-gradient(50deg, #fd2c79, #ed0cbde0);
  --linear-bg-hover: linear-gradient(50deg, #ed0cbde0, #fd2c79);
  --accent-h: 231;
  --accent-s: 39%;
  --accent-l: 25%;
  --accent-100: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 70%);
  --accent-200: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 60%);
  --accent-300: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 50%);
  --accent-400: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 40%);
  --accent: var(--accent-h) var(--accent-s) var(--accent-l);
  --accent-600: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 5%);
  --accent-700: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 10%);
  --accent-800: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 15%);
  --accent-900: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 20%);
  --canvas-h: 264;
  --canvas-s: 59%;
  --canvas-l: 88%;
  --canvas-100: var(--canvas-h) var(--canvas-s) calc(var(--canvas-l) + 10%);
  --canvas-200: var(--canvas-h) var(--canvas-s) calc(var(--canvas-l) + 8%);
  --canvas-300: var(--canvas-h) var(--canvas-s) calc(var(--canvas-l) + 5%);
  --canvas-400: var(--canvas-h) var(--canvas-s) calc(var(--canvas-l) + 4%);
  --canvas: var(--canvas-h) var(--canvas-s) var(--canvas-l);
  --canvas-600: var(--canvas-h) var(--canvas-s) calc(var(--canvas-l) - 8%);
  --canvas-700: var(--canvas-h) var(--canvas-s) calc(var(--canvas-l) - 18%);
  --canvas-800: var(--canvas-h) var(--canvas-s) calc(var(--canvas-l) - 28%);
  --canvas-900: var(--canvas-h) var(--canvas-s) calc(var(--canvas-l) - 45%);
  --black-h: 0;
  --black-s: 0%;
  --black-l: 0%;
  --black-100: var(--black-h) var(--black-s) calc(var(--black-l) + 10%);
  --black-200: var(--black-h) var(--black-s) calc(var(--black-l) + 20%);
  --black-300: var(--black-h) var(--black-s) calc(var(--black-l) + 30%);
  --black-400: var(--black-h) var(--black-s) calc(var(--black-l) + 40%);
  --black: var(--black-h) var(--black-s) var(--black-l);
  --black-600: var(--black-h) var(--black-s) calc(var(--black-l) + 60%);
  --black-700: var(--black-h) var(--black-s) calc(var(--black-l) + 70%);
  --black-800: var(--black-h) var(--black-s) calc(var(--black-l) + 80%);
  --black-900: var(--black-h) var(--black-s) calc(var(--black-l) + 90%);
  /* --white: 0 0% 100%; */
  --primary: 199 100% 60%;
  --secondary: 210 11% 71%;
  --success: 115 95% 43%;
  --danger: 358 91% 66%;
  --warning: 29 100% 63%;
  --info: 188 92% 45%;
  --dark: 225 23% 17%;
  --green: 130, 67%, 54%;
  --violet: 269, 100%, 76%;
  --danger-soft: rgba(253, 44, 121, 0.15);
  --warning-soft: #ffefce;
  --green-soft: #dcfce7;
  --violet-soft: #f3e8ff;
  --text: 0 0% 33%;
  --heading: 0 0% 13%;
  --border: 0 0% 77%;
  --light: 210 33% 98%;
  --messenger: 215 100% 50%;
  --soft-messenger: rgba(0, 106, 255, 0.15);
}

html {
  font-size: 16px;
}

body {
  position: relative;
  background: #fd2c7965;
  font-family: var(--body-font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--light-color);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  word-break: break-word;
}

p {
  margin-bottom: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5rem 0 1rem;
  font-family: var(--heading-font);
  font-weight: 600;
  line-height: 1.15;
  color: var(--dark-color);
}

h1 {
  margin-top: 0;
  font-size: var(--h1);
}

h2 {
  font-size: var(--h2);
}

h3 {
  font-size: var(--h3);
}

h4 {
  font-size: var(--h4);
}

h5 {
  font-size: var(--h5);
}

h6 {
  font-size: var(--h6);
  letter-spacing: 0.05em;
}

.h1 {
  font-size: var(--h1);
  line-height: 1.2;
}

.h2 {
  font-size: var(--h2);
  line-height: 1.2;
}

.h3 {
  font-size: var(--h3);
  line-height: 1.2;
}

.h4 {
  font-size: var(--h4);
  line-height: 1.2;
}

.h5 {
  font-size: var(--h5);
  line-height: 1.2;
}

.h6 {
  font-size: var(--h6);
  line-height: 1.2;
}

.xsm-text {
  font-size: 12px;
}

small,
.sm-text {
  font-size: 14px;
}

.lg-text {
  font-size: 18px;
}

.xl-text {
  font-size: 20px;
}

.xxl-text {
  font-size: 24px;
}

.fw-regular {
  font-weight: 400;
}

.fw-md {
  font-weight: 500;
}

.lh-1 {
  line-height: 1;
}

.hr {
  background-color: hsl(var(--black-600));
}

button:focus {
  outline: none !important;
}

.btn:focus,
.btn.focus {
  outline: none;
  box-shadow: none;
}

input:focus {
  outline: none;
}

textarea.form-control {
  min-height: 120px;
}

@media screen and (min-width: 1600px) {
  .container-restricted {
    max-width: 1540px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.filter-img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  outline: 0;
  background-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header {
  padding: 15px 0;
  position: relative;
}

.banner1 {
  height: 90vh;
  width: 100%;
  border: 1px solid;
  object-fit: cover;
}

/* .hero-slider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
} */

/* .hero__content {
  position: relative;
  padding: 105px 0;
} */

.hero-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* min-height: 100vh !important; */
}
.bnr {
  height: 750px !important;
}
.hero__content-subtitle span::after {
  content: url(../images/title.png);
  position: absolute;
  top: -17px;
  left: -20px;
}

.main {
  height: 100%;
  background-color: #ed147d;
  /* display: flex; */
  /* margin-top: 20%; */
}

.card_1 {
  height: 150px;
  /* width: 100%; */
  /* border: 1px solid; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-logo {
  width: 200px;
}

#text-story {
  font-size: 1.8rem;
  color: #ffff;
}
.flot-img {
  height: 250px !important;
  width: 300px !important;
}

#text-find {
  font-size: 1rem;
  color: #ffff;
}
.card_2 {
  /* height: 150px; */
  /* width: 100%; */
  /* border: 1px solid; */
  text-align: center;
  color: white !important;
  /* padding-top: 36px; */
}
.mrt {
  margin-top: 5%;
}
.card-4 {
  height: 200px;
  /* border: 1px solid; */
  margin-top: 5%;
}

.card-4 ul li {
  display: block;
  text-align: center;
  padding-top: 10px;
}

#im {
  width: auto !important;
}
.card_3 {
  height: 150px;
  /* width: 100%; */
  /* border: 1px solid; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-cards {
  height: 250px;
  /* width: 250px; */
  border: 1px solid;
}

.grid-item__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 0 20px;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s linear;
}

.grid-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.grid-item img {
  border: 2px solid var(--border-color);
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: -23px;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, -0px);
  }
}

.themeBtn {
  background: #ffff;
  color: #ed147d !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  line-height: 0.8;
  padding: 12px 49px;
  text-transform: capitalize;
  border-radius: 1px;
  letter-spacing: 0.5px;
  border: 0px !important;
  cursor: pointer;
  border-radius: 100px;
  /* line-height: 150px; */
  /* margin-top: 50px; */
  float: right;
  margin-right: 20px;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

.themeBtn:hover {
  background: rgb(239, 222, 213);
}

.login {
  border: 1px solid #fd2c79;
  background-color: #fd2c79;
  color: #ffff;
}
.login:hover {
  /* border: 1px solid #fd2c79; */
  background-color: #f75d96;
  color: #ffff;
}

@media screen and (min-width: 992px) {
  .header {
    padding: 0;
  }
}

.header--primary {
  padding: 10px 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
  background: rgb(var(--base));
  box-shadow: 0 10px 15px hsl(var(--accent) / 0.3);
}

/*---------------------------------------
    2.3 Logo
-----------------------------------------*/
.logo {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 140px;
  height: 46px;
  font-size: 24px;
  text-transform: capitalize;
  font-family: var(--heading-font);
  font-weight: 700;
  color: hsl(var(--white));
  letter-spacing: 0.03em;
}

.logo:hover {
  color: hsl(var(--white));
}

@media screen and (min-width: 992px) {
  .logo {
    max-width: 160px;
  }
}

.logo__is {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*---------------------------------------
    2.4 List
-----------------------------------------*/
.list {
  display: flex;
  flex-direction: column;
  gap: var(--gap, 1rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.list--row {
  flex-direction: row;
}

.list--base li {
  position: relative;
  display: flex;
  align-items: center;
}

.list--base li::before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7px;
  height: 7px;
  line-height: 10px;
  border-radius: 50%;
  margin-right: 15px;
  background: rgb(var(--base));
  box-shadow: 0 0 0 4px rgb(var(--base) / 0.2);
}

/*---------------------------------------
    2.5 Nav
-----------------------------------------*/
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .navbar-brand.logo {
    order: -1;
  }
}

@media (max-width: 575px) {
  .navbar-brand.logo img {
    max-height: 40px;
  }
}

.header-bottom {
  z-index: 99;
  background-color: white;
  box-shadow: var(--header-nav-shadow);
  position: sticky;
  top: 0;
}

.header-bottom.fixed-header {
  background-color: hsl(var(--white));
  position: fixed;
  transition: 0.5s;
  border-bottom: 1px solid var(--border-color);
  top: 0;
  animation: slide-down 0.8s;
  box-shadow: var(--header-nav-shadow);
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar {
  padding: 0 !important;
}

.nav-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu .nav-item {
  position: relative;
  margin: 0 10px;
}

@media (max-width: 991px) {
  .nav-menu .nav-item {
    margin: 0 8px;
  }
}

@media (max-width: 991px) {
  .nav-menu .nav-item {
    text-align: left;
    display: block;
    position: relative;
    border-bottom: 1px solid #5656561c;
  }
}

.nav-menu .nav-item:hover .nav-link i::before {
  content: "\e918";
  color: hsl(var(--white));
  vertical-align: middle;
}

.nav-menu .nav-item:hover .nav-link::before {
  width: 100%;
}

.nav-menu .nav-item .nav-link {
  font-weight: 500;
  padding: 16px 0 !important;
  position: relative;
  cursor: pointer;
  color: var(--dark-color);
  font-size: 15px;
  position: relative;
}

.nav-menu .nav-item .nav-link:hover {
  color: rgb(var(--base));
}

.nav-menu .nav-item .nav-link.active {
  color: rgb(var(--base));
}

.nav-menu .nav-item .nav-link.active::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
  width: 100% !important;
}

@media (max-width: 991px) {
  .nav-menu .nav-item .nav-link {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .nav-menu .nav-item .nav-link {
    display: inline-block;
    margin-bottom: 8px;
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
  }
}

.nav-menu .nav-item .nav-link:hover::before {
  width: 100%;
  transition: 0.5s;
}

.nav-menu .nav-item .nav-link::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 0;
  height: 3px;
  background-color: rgb(var(--base));
  transform: translateX(-50%);
  transition: 0.4s;
}

.nav-menu .nav-item .nav-link i {
  transition: 0.5s;
  font-size: 13px;
  margin-left: 2px;
}

@media (max-width: 991px) {
  .nav-menu .nav-item .nav-link i {
    margin-right: 6px;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 0px 25.23px 3.77px rgba(82, 81, 81, 0.13);
    transition: 0.3s;
    top: 100px;
    left: 0;
    padding: 0 !important;
    transform: scaleY(0);
    transform-origin: top center;
    transition: 0.3s linear;
    overflow: hidden;
  }

  .dropdown-menu li {
    border-bottom: 1px solid var(--border-color-light);
  }

  .dropdown-menu li:first-child {
    border-top: 3px solid rgb(var(--base));
  }

  .dropdown-menu li:last-child {
    border-bottom: 3px solid rgb(var(--base));
  }

  .dropdown-menu li .dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s;
  }

  .nav-menu .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100% !important;
    transform: scaleY(1);
  }
}

@media (max-width: 991px) {
  .nav-menu {
    margin-top: 20px;
  }

  .nav-menu .nav-item:hover .nav-link i {
    transform: rotate(0deg);
  }

  .nav-item {
    padding: 10px 0;
  }

  .nav-item:last-child {
    border-bottom: none !important;
  }

  .nav-item .nav-link.show:focus i::before {
    content: "\e918";
    color: hsl(var(--white));
    vertical-align: middle;
  }

  .nav-item .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
  }

  .nav-item .nav-link::before {
    display: none;
  }

  .dropdown-menu {
    border-radius: 3px;
    box-shadow: none;
    border-radius: 0.25rem;
    width: 100%;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
    border: none;
    background-color: #f7f7f7;
    margin-top: 11px !important;
    overflow: hidden;
  }

  .dropdown-menu li {
    border-bottom: 1px solid #ddd;
  }

  .dropdown-menu li:nth-last-child(1) {
    border-bottom: none;
  }

  .dropdown-menu li .dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
  }
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--dark-color);
  background-color: rgb(var(--base));
}

.navbar-toggler.header-button {
  border-color: transparent;
  color: hsl(var(--white));
  background: transparent !important;
  padding: 0 !important;
  font-size: 23px !important;
  border: 0 !important;
  border-radius: 0 !important;
  transition: 0.15s ease-in-out;
  width: 30px;
  color: #000;
}

.navbar-toggler.header-button:focus {
  box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded="true"] i::before {
  content: "\f00d";
}

.header-login {
  margin: 0px -5px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width: 991px) {
  .header-login {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    margin: 0px 0px;
  }
}

.header-login__item {
  padding: 0 5px;
  color: hsl(var(--white));
}

.header-login__item:last-child .header-login__link {
  padding: 6px 20px;
  border-radius: 3px;
  border: 1px solid var(--border-color);
}

.header-login__item:last-child .header-login__link:hover {
  background-image: var(--linear-bg);
  color: hsl(var(--white));
  border: 1px solid transparent;
}

@media (max-width: 991px) {
  .header-login__item:last-child .header-login__link {
    border: none;
    background-image: var(--linear-bg);
    color: hsl(var(--white));
  }

  .header-login__item:last-child .header-login__link:hover {
    border: 0px;
  }
}

.header-login__item .icon {
  font-size: 14px;
  color: hsl(var(--white));
  display: inline-block;
}

.header-login__link {
  color: var(--dark-color);
  text-decoration: none;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .header-login__link {
    color: var(--dark-color);
  }
}

.header-login__link:hover {
  color: var(--dark-color);
}

/*---------------------------------------
    2.6 Primary Menu
-----------------------------------------*/
.primary-menu {
  flex-direction: column;
  gap: 0;
}

@media screen and (min-width: 992px) {
  .primary-menu {
    flex-direction: row;
  }
}

.primary-menu--dark {
  background: hsl(var(--dark));
}

@media screen and (min-width: 992px) {
  .primary-menu--dark .primary-menu__link {
    color: hsl(var(--white));
  }
}

.primary-menu__list {
  position: relative;
}

@media screen and (min-width: 992px) {
  .primary-menu__list {
    margin-right: 1rem;
  }

  .primary-menu__list:first-child {
    padding-left: 1rem;
  }

  .primary-menu__list:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .primary-menu__list {
    margin-right: 1.5rem;
  }
}

.primary-menu__list.has-sub:hover .primary-menu__link {
  border-bottom: 1px solid transparent;
}

@media screen and (min-width: 992px) {
  .primary-menu__list.has-sub:hover .primary-menu__link {
    border-bottom: none;
    color: hsl(var(--accent-200));
  }
}

@media screen and (min-width: 992px) {
  .primary-menu__list.has-sub:hover .primary-menu__link::after {
    content: "\f106";
  }
}

@media screen and (min-width: 992px) {
  .primary-menu__list.has-sub:hover .primary-menu__sub {
    top: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    z-index: 9999 !important;
  }
}

.primary-menu__list.has-sub .primary-menu__link::after {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  position: absolute;
  right: 15px;
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .primary-menu__list.has-sub .primary-menu__link::after {
    position: relative;
    right: -5px;
    top: 0;
  }
}

.primary-menu__link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px solid hsl(var(--dark) / 0.1);
  text-decoration: none;
  transition: all 0.3s ease;
  color: hsl(var(--dark));
}

@media screen and (min-width: 992px) {
  .primary-menu__link {
    color: hsl(var(--white));
    margin-left: 0;
    margin-right: 0;
    font-weight: 500;
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.primary-menu__link:hover {
  color: hsl(var(--accent-200));
  text-decoration: none;
}

.primary-menu--alt {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  .primary-menu--alt {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.primary-menu--alt .primary-menu__list {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
  .primary-menu--alt .primary-menu__list {
    margin-bottom: 0;
  }
}

.primary-menu--alt .primary-menu__list:last-child {
  margin-bottom: 0;
}

.primary-menu--alt .list--row__item {
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .primary-menu--alt .list--row__item {
    margin-right: 1rem;
  }

  .primary-menu--alt .list--row__item:last-child {
    margin-right: 0;
  }
}

.primary-menu__sub {
  list-style: none;
  padding: 0;
  margin-left: 15px;
  margin-right: 15px;
  z-index: -9999;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.3s ease;
}

@media screen and (min-width: 992px) {
  .primary-menu__sub {
    min-width: 220px;
    height: auto;
    padding: 15px;
    position: absolute;
    left: 50%;
    top: calc(100% + 20px);
    transform: translateX(-50%);
    margin-left: 0;
    margin-right: 0;
    background-color: hsl(var(--white));
    border-radius: 5px;
    box-shadow: 0 5px 15px hsl(var(--dark) / 0.4);
  }

  .primary-menu__sub::after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid hsl(var(--light));
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.primary-menu__sub-list {
  border-bottom: 1px solid rgb(var(--base) / 0.5);
}

@media screen and (min-width: 992px) {
  .primary-menu__sub-list {
    border-bottom: 1px solid hsl(var(--border));
  }

  .primary-menu__sub-list:hover {
    border-bottom: 1px solid transparent;
  }
}

.primary-menu__sub-list:first-child {
  border-top: none;
}

.primary-menu__sub-list:first-child .primary-menu__sub-link {
  border-radius: 3px 3px 0 0;
}

.primary-menu__sub-list:last-child {
  border-bottom: none;
}

.primary-menu__sub-list:last-child .primary-menu__sub-link {
  border-radius: 0 0 3px 3px;
}

.primary-menu__sub-link {
  display: block;
  padding: 8px 14px;
  background-color: rgb(var(--base));
  color: hsl(var(--white));
  transition: all 0.3s ease;
  position: relative;
}

@media screen and (min-width: 992px) {
  .primary-menu__sub-link {
    background-color: hsl(var(--white));
    color: hsl(var(--accent-600));
    border-radius: 3px !important;
    text-align: center;
  }
}

.primary-menu__sub-link:hover {
  color: hsl(var(--white));
}

@media screen and (min-width: 992px) {
  .primary-menu__sub-link:hover {
    color: hsl(var(--white));
    background-color: rgb(var(--base));
  }
}

/*---------------------------------------
    2.7 Nav Toggler
-----------------------------------------*/
.nav-toggler .navs {
  visibility: visible;
  opacity: 1;
  z-index: 9997;
  top: calc(100% + 10px);
}

@media screen and (min-width: 992px) {
  .nav-toggler .navs {
    top: auto;
  }
}

.nav-toggler .navs--toggle {
  background-color: hsl(var(--white));
  color: hsl(var(--text));
}

* Gallery Start */ .intro {
  margin-top: 70px;
  text-align: center;
  margin-bottom: 40px;
}

.gallery_container-all {
  text-align: center;
  width: 95%;
  margin: 20px auto;
  height: auto;
  margin-bottom: 40px;
}

.gallery_container {
  width: calc(30% - 6px);
  overflow: hidden;
  height: fit-content;
  margin: 3px;
  padding: 0;
  display: inline-block;
  position: relative;
  float: none;
  border-radius: 5px;
  background-color: black;
}

.gallery-img {
  width: 100%;
  transition-duration: 0.3s;
  max-width: 100%;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.gallery_title {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 35%;
  display: none;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 1.6em;
  transition-duration: 0.3s;
}

.gallery_text {
  position: absolute;
  top: 70%;
  cursor: pointer;
  max-width: 80%;
  text-align: center;
  left: 50%;
  font-size: 1em;
  display: none;
  margin-right: -50%;
  transition-duration: 0.3s;
  transform: translate(-50%, -50%);
}

.gallery_container:hover img {
  transform: scale(1.2);
  transition-duration: 0.3s;
  opacity: 0.5;
}

.gallery_container:hover span {
  color: white;
  display: block;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 800px) {
  .intro {
    margin-top: 40px;
  }
  .gallery_container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer {
  background: #fd2c79;
  padding: 15px;
  color: white;
  text-decoration: none;
}

.footer__content {
  border-top: 1px solid hsl(var(--border) / 0.1);
}

.footer__title {
  margin-left: 20px;
  position: relative;
  isolation: isolate;
  padding-bottom: 0.8rem;
  margin-bottom: 1.5rem;
  font-size: 24px;
  font-weight: 500;
  color: #ffffffd8;
}

.t-link {
  text-decoration: none;
}

.footer__title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 5px;
  height: 4px;
  background: rgb(var(--base));
}

.footer__title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 8px;
  width: 20px;
  height: 4px;
  background: white;
}

.footer__contact a,
.footer__contact p,
.footer__contact i {
  color: #c9c9c9;
}

.footer__contact i {
  font-size: 14px;
  width: 20px;
}

.footer__copyright {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid white/ 0.1;
}

/* pop form */
#pop-up {
  width: 100%;
  /* height: 100%; */
  margin: 0 auto;

  transform: scale(0);
  transition: 0.4s;
  transform-origin: left;
  position: fixed;
  top: 150px;
  /* left: -4; */
  left: 30%;
  z-index: 999;
}

.pop {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 15px;
  width: 90%;
  max-width: 600px;
  border-radius: 10px;
}

.pop h3 {
  color: grey;
  font-weight: 500;
  margin-bottom: 20px;
}

.pop input,
.pop textarea {
  border: 0;
  margin: 10px 0;
  padding: 10px;
  outline: none;
  background-color: #f5f5f5;
  font-size: 16px;
}

.pop button {
  padding: 2px;
  background-color: #f5b02e;
  color: #fff;
  font-size: 18px;
  border: 0;
  outline: none;
  cursor: pointer;
  width: 105px;
  margin: 20px auto 0;
  border-radius: 30px;
}

.pop button:hover {
  text-decoration: none;
}

@media (max-width: 500px) {
  .pop input,
  .pop textarea {
    /* width: 50%; */
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

@media (max-width: 500px) {
  .pop {
    padding: auto;
    /* height: 80vh; */
    position: absolute;
    top: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    left: -83px !important;
  }
}

#close:hover {
  background-color: #f5b02e;
  color: #fff;
}

@media (max-width: 700px) {
  .Request {
    /* margin-left: 120px; */
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.submit {
  gap: 10px;
}

/* form-input */

.input--group {
  position: relative;
}

.form--control {
  height: 41px;
  background-color: transparent;
  border: 1px solid var(--border-color);
  color: var(--dark-color);
  font-size: 14px;
  padding-left: 15px;
  width: 100%;
}
.form-control {
  border: 1px solid hsl(var(--black) / 0.1);
}

.form--control:not(:placeholder-shown).form--control:not(:focus)
  ~ .form--label {
  top: 0;
  left: 15px;
  z-index: 5;
  transition: all 0.2s ease-in-out;
  color: rgb(var(--base));
}

.form--control:not(:placeholder-shown).form--control:not(:focus)
  ~ .form--label.required:after {
  color: #dc3545;
}

.form--control::placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
  font-size: 13px;
}

.form--label {
  position: absolute;
  top: 20px;
  left: 15px;
  cursor: text;
  transform: translateY(-50%);
  color: var(--light-color);
  padding: 4px 4px;
  font-size: 12px;
  border-radius: 5px;
  transition: 0.2s ease;
  line-height: 0.8;
  pointer-events: none;
  z-index: 1;
  background-color: hsl(var(--white));
}

.form--label::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 53%;
  background-color: hsl(var(--white));
  transform: translateY(-50%);
  z-index: -1;
}
