:root {
  --primary-font: "Futura PT";
  --secondary-font: "Playfair Display";
  --primary-color: #D1A649;
  --secondary-color: #636B2F;
  --secondary-bg-color: #f5f5f4;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: var(--primary-font);
  scroll-behavior: smooth;
}

*::selection {
  color: #121212;
  background-color: #d1a649c0;
}

*::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f4;
  z-index: 99;
}

*::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #D1A649;
}

html,
body {
  width: 100% !important;
  height: 100% !important;
  /* background-color: #ffffff; */
  color: #121212 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

a {
  text-decoration: none !important;
  color: #121212 !important;
}

a:hover {
  color: #121212 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  padding: 0 !important;
  margin: 0 !important;
  color: #121212 !important;
}

p,
.p {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 20px !important;
  color: #121212 !important;
}

hr {
  margin: 18px 0 !important;
}

.thank-you {
  padding: 100px 0;
}

.thank-you a {
  font-weight: 600;
  width: 20%;
  text-align: center;
  height: auto;
  display: block;
  margin: 0 auto 20px !important;
  cursor: pointer;
  font-size: 14px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: auto;
  color: #ffffff !important;
  border: 2px solid #121212;
  background-color: #121212;
  padding: 17px 40px;
  box-shadow: 0 7px 25px rgba(18, 18, 18, 0.2);
  transition: all ease 0.3s;
}

.thank-you a:hover {
  color: #121212 !important;
  background-color: #fff !important;
}

.thank-you .thank-you-img {
  margin: 20px auto 20px;
  display: table;
  padding: 0 15px;
}

header {
  position: relative;
  width: 100%;
}

.header-display {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden !important;
}

.header-display img {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  filter: brightness(75%) blur(2px);
  scale: 1.1;
}

.header-display-text-content {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  transform: translateY(35%);
}

.header-display-text-content h1 {
  font-size: 55px;
  font-family: var(--secondary-font);
  padding-bottom: 36px !important;
  color: #ffffff !important;
}

.header-display-text-content p {
  font-size: 20px;
  color: #fff !important;
}

/*----------------- Section 3 Styles -----------------*/

.section-3 {
  position: relative;
  width: 100%;
  padding: 120px 0;
}

.section-3-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.section-3-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.section-3-item {
  text-align: center;
  width: 100%;
}

.section-3-item h4 {
  font-family: var(--secondary-font);
  margin-top: 1.3em !important;
  font-size: 19px;
  line-height: 1.2em;
  font-weight: 700;
}

/*----------------- Section 6 Styles -----------------*/

.section-6 {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-color: var(--secondary-color);
}

.section-6-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.section-6-container {
  width: 100%;
  text-align: center;
}

.section-6-text-content {
  width: 100%;
}

.section-6-text-content h2 {
  font-size: 2.611em;
  font-weight: 400;
  font-family: var(--secondary-font);
  padding: 0 0 36px 0 !important;
  color: #f5f5f4;
}

.section-6-container form {
  width: fit-content;
  position: relative;
  margin: 0 auto;
}

.section-6-email-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.section-6-checkbox {
  margin-top: 10px;
  text-align: left;
}

.section-6-checkbox label {
  color: #fff !important;
}

.section-6-checkbox label a {
  color: #fff !important;
  text-decoration: underline !important;
}

.section-6-container form input[type="email"] {
  padding: 0.7em 1.3em;
  font-size: 16px;
  width: 420px;
  margin: 0;
  height: 55px;
  border: none;
  background-color: #f5f5f4;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  outline: none;
  position: relative;
}

.section-6-container form button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  height: 55px;
  max-width: 100%;
  color: #ffffff !important;
  background-color: #121212;
  padding: 17px 40px;
  border: 2px solid #121212 !important;
  box-shadow: 0 7px 25px rgba(18, 18, 18, 0.2);
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-6-container form button:hover {
  background-color: var(--primary-color);
  color: #121212 !important;
}

.section-6-container form button i {
  color: #fff !important;
  margin-right: 10px !important;
  font-size: 19px;
  transition: all ease 0.9s;
}

.section-6-container form button:hover i {
  color: #121212 !important;
}

.section-6-container form input[type="checkbox"] {
  position: relative;
  font-size: 16px;
  padding-left: 1.8em;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
}

/*----------------- Section 16 Styles -----------------*/

.section-16 {
  position: relative;
  width: 100%;
  background-color: #f5f5f4;
}

.section-16-layout {
  max-width: 1320px;
  padding: 55px 15px;
  margin: 0 auto;
}

.section-16-container {
  width: 100%;
}

.section-16-text-content {
  width: 100%;
  text-align: center;
}

.section-16-main-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.section-16-main-content h1 {
  font-size: 45px;
  padding-bottom: 36px !important;
  font-family: var(--secondary-font);
}

.section-16-image {
  width: 40%;
}

.section-16-image img {
  object-fit: cover;
  width: 100%;
}

.section-16-main-text {
  width: 60%;
}

.section-16-main-text p {
  font-size: 20px;
  padding-bottom: 20px !important;
}

.section-16-main-text ul li {
  font-size: 20px;
}

.section-16-buttons {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
}

.section-16-buttons a {
  cursor: pointer;
  align-items: center;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  height: 55px;
  color: #ffffff !important;
  background-color: #121212;
  padding: 17px 40px;
  border: 2px solid #121212 !important;
  box-shadow: 0 7px 25px rgba(18, 18, 18, 0.2);
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-16-buttons a:hover {
  background-color: #f5f5f4;
  color: #121212 !important;
}

.section-23 {
  width: 100%;
  position: relative;
  background-color: var(--secondary-color);
}

.section-23-layout {
  max-width: 1320px;
  padding: 55px 15px;
  margin: 0 auto;
}

.section-23-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.section-23-text-content h1 {
  font-size: 55px;
  font-family: var(--secondary-font);
  padding-bottom: 20px !important;
  color: #fff !important;
}

.section-23-text-content p {
  font-size: 20px;
  padding-bottom: 20px !important;
  color: #fff !important;
}

.section-23-text-content>a {
  font-size: 20px;
  color: var(--primary-color) !important;
  transition: all ease 0.2s;
}

.section-23-text-content>a:hover {
  color: #fff !important;
}

.section-23-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 10px !important;
}

.section-23-buttons a {
  cursor: pointer;
  align-items: center;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  height: 55px;
  color: #ffffff !important;
  background-color: #121212;
  padding: 17px 40px;
  border: 2px solid #121212 !important;
  box-shadow: 0 7px 25px rgba(18, 18, 18, 0.2);
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-23-buttons a:hover {
  background-color: var(--primary-color);
  color: #121212 !important;
}

.section-24 {
  width: 100%;
  position: relative;
  background-color: #fff;
}

.section-24-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 55px 15px;
}

.section-24-container {
  width: 100%;
}

.section-24-container h1 {
  width: 100%;
  text-align: center;
  font-size: 55px;
  padding-bottom: 36px !important;
  font-family: var(--secondary-font);
}

.section-24-container p {
  font-size: 20px;
  padding-bottom: 20px !important;
}

.section-24-container ul li {
  font-size: 20px;
  padding-bottom: 20px !important;
  list-style-type: disc;
}

.section-24-para {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}

.section-24-left-para {
  width: 50%;
}

.section-24-right-para {
  width: 50%;
}

.text-appear {
  opacity: 0;
  transform: translateY(100px);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.error-section {
  position: relative;
  width: 100%;
}

.error-section-layout {
  padding: 160px 15px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  background-color: #f5f5f4;
}

.error-section-container {
  width: 100%;
  text-align: center;
}

.error-section-container img {
  width: 40%;
}

.error-section-text-content {
  text-align: center;
}

.error-section-text-content h1 {
  font-size: 30px;
  padding: 55px 0 !important;
  font-family: var(--secondary-font);
  font-weight: 700;
}

.error-section-text-content a {
  margin: 0 auto;
  cursor: pointer;
  align-items: center;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  height: 55px;
  color: #ffffff !important;
  background-color: #121212;
  padding: 17px 40px;
  border: 2px solid #121212 !important;
  box-shadow: 0 7px 25px rgba(18, 18, 18, 0.2);
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.error-section a:hover {
  background-color: #f5f5f4;
  color: #121212 !important;
}

.author-page-heading {
  position: relative;
  width: 100%;
  background-color: #171717;
}

.author-page-layout {
  width: 100%;
  margin: 0 auto;
  padding: 35px 15px;
}

.author-page-container {
  text-align: center;
  width: 100%;
}

.author-page-container h4 {
  font-size: 40px !important;
  font-family: var(--secondary-font);
  color: #fff !important;
  font-weight: 300;
}

.author-page-container p {
  padding-top: 15px !important;
  font-size: 15px !important;
  color: #fff !important;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #8b8b8b !important;
  font-weight: 400;
}

.author-page-container p a {
  color: #8b8b8b !important;
}

.author-page-container p i {
  font-size: 10px !important;
  color: #8b8b8b !important;
}

/*----------------- Section 25 Styles -----------------*/

.section-25 {
  position: relative;
  width: 100%;
  background-color: #f5f5f4;
}

.section-25-layout {
  max-width: 1320px;
  padding: 55px 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.section-25-container {
  width: 100%;
}

.section-25-text-content {
  width: 100%;
  text-align: center;
}

.section-25-text-content h1 {
  font-size: 55px;
  font-family: var(--secondary-font);
  padding-bottom: 55px !important;
}

.section-25-items {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.section-25-item {
  position: relative;
  width: calc(25% - 20px);
  cursor: pointer;
  padding-bottom: 50px;
}

.section-25-item-image {
  overflow: hidden;
}

.section-25-item-image img {
  width: 100%;
  transform-origin: center;
  transition: all ease 0.3s;
  object-fit: cover;
}

.section-25-item-image:hover img {
  scale: 1.05;
}

.section-25-item-text {
  text-align: center;
}

.section-25-item-text h4 {
  font-size: 24px !important;
  font-family: var(--secondary-font);
  padding: 20px 0 15px 0 !important;
  transition: all ease 0.2s;
}

.section-25-item-text h4:hover {
  color: var(--primary-color) !important;
}

.section-25-item-text p {
  font-size: 18px !important;
  color: #797979 !important;
}

.section-25-item-socials {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.section-25-item-socials i {
  height: 45px;
  width: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all ease 0.3s;
}

.section-25-item-socials i:hover {
  transform: translateY(-20%);
  color: #121212;
}

.section-25-privacy-policy h2 {
  margin: 30px 0 10px 0 !important;
}

.section-25-terms-and-conditions h2 {
  margin: 30px 0 10px 0 !important;
}

.section-17 {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.section-17-layout {
  max-width: 1320px;
  padding: 55px 15px;
  margin: 0 auto;
}

.section-17-container {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 25px;
}

.section-17-item {
  width: 25%;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  transition: all ease 2s;
}

.section-17-item h4 {
  text-align: center;
  padding-top: 15px !important;
  font-size: 25px;
  font-family: var(--secondary-font);
}

.section-17-item p {
  text-align: center;
  padding-top: 15px !important;
  font-size: 18px;
}

.section-17-item:hover {
  box-shadow: 0px 16px 49px -15px rgba(18, 18, 18, 0.5);
}

.section-12 {
  width: 100%;
  position: relative;
  background-color: #fff;
}

.section-12-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 55px 15px;
}

.section-12-container {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.section-12-details {
  width: 100%;
}

.section-12-logo img {
  width: 250px;
  margin-bottom: 20px;
}

.section-12-text-content h1 {
  font-size: 55px;
  font-family: var(--secondary-font);
  line-height: 55px;
  padding-bottom: 36px !important;
}

.section-12-text-content p {
  font-size: 19px;
}

.section-12-text-content h4 {
  font-size: 40px;
  font-family: var(--secondary-font);
  line-height: 50px;
  padding-top: 36px !important;
  padding-bottom: 20px !important;
}

.section-12-text-content li {
  font-size: 19px;
  list-style: circle;
}

.section-12-calender {
  width: 100%;
}

.calendly-inline-widget {
  height: 850px;
}

.section-8 {
  width: 100%;
  position: relative;
  padding: 55px 0;
  background-color: var(--secondary-bg-color);
}

.section-8-layout {
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
}

.section-8-container {
  width: 100%;
  text-align: center;
}

.section-8-container h1 {
  font-family: var(--secondary-font);
  font-size: 55px;
  padding: 0 0 55px 0 !important;
  font-weight: 400;
}

.section-8-content {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
}

.section-8-item {
  width: 400px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all ease 0.5s;
  background-color: #fff;
}

.section-8-item:hover {
  box-shadow: 0px 0px 49px -15px rgba(18, 18, 18, 0.5);
}

.section-8-image {
  overflow: hidden;
  max-height: 400px;
  position: relative;
}

.section-8-item img {
  width: 100%;
  transition: all ease 0.5s;
}

.section-8-item:hover img {
  scale: 1.05;
  filter: brightness(50%);
}

.section-8-socials {
  position: absolute;
  opacity: 0;
  color: #ffffff !important;
  width: fit-content;
  padding: 5px 5px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all ease 0.5s;
}

.section-8-item:hover .section-8-socials {
  opacity: 1;
}

.section-8-socials a {
  color: #ffffff !important;
  font-size: 20px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.2s;
  background-color: #00000080;
  animation: socials-animation 0.5s forward;
}

.section-8-socials a:hover {
  color: #fff !important;
  background-color: #000000b0;
}

.section-8-socials i:hover {
  color: #fff;
}

.section-8-text-content {
  background-color: #ffffff;
  padding: 42px 38px;
  text-align: left;
  z-index: 99;
}

.section-8-text-content p {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding-bottom: 10px !important;
  transition: all ease 0.3s;
}

.section-8-text-content p:hover {
  color: var(--primary-color) !important;
}

.section-8-text-content h4 {
  font-size: 23px !important;
  font-family: var(--secondary-font);
  font-weight: 400;
  transition: all ease 0.3s;
}

.section-8-text-content h4:hover {
  color: #797979 !important;
}

/*----------------- Section 26 Styles -----------------*/

.section-26 {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f4;
}

.section-26-layout {
  padding: 55px 15px;
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
}

.section-26-container {
  width: 100%;
}

.section-26-text-content h4 {
  font-family: var(--secondary-font);
  font-size: 30px;
  padding-bottom: 36px !important;
}

.section-26-profile {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.section-26-profile-image {
  width: 50%;
  height: 100%;
  position: relative;
}

.section-26-image-container {
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.section-26-image-container img {
  width: 100%;
  object-fit: cover;
}

.section-26-socials {
  padding-top: 50px;
  display: flex;
  gap: 6px;
}

.section-26-socials i {
  height: 50px;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.2s;
}

.section-26-socials i:hover {
  color: #121212 !important;
  transform: translateY(-20%);
}

.section-26-profile-main {
  width: 50%;
}

.section-26-profile-genre {
  width: 100%;
  height: 50%;
  position: relative;
  padding-left: 55px;
  background-color: #f5f5f4;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
}

.section-26-profile-genre h4 {
  padding-bottom: 20px !important;
  font-family: var(--secondary-font);
  font-size: 20px !important;
  font-weight: 600;
}

.section-26 .progress-bar {
  background-color: #dedede;
  height: 6px;
  width: 100%;
  margin-bottom: 40px;
  text-align: end;
}

.section-26 .progress-bar p {
  position: absolute;
  left: 0;
  z-index: 9;
  transform: translateY(-80%);
  text-align: right;
  padding-left: 55px !important;
}

.section-26 .bar {
  background-color: var(--primary-color);
  height: 10px;
  position: relative;
}

.section-26-profile-text {
  width: 60%;
  height: fit-content;
  position: absolute;
  right: 0;
  background-color: #fff;
  padding: 25px 60px !important;
  overflow-y: auto;
  max-height: 700px !important;
}

.section-26-profile-text p {
  width: 100%;
}

.section-5 {
  position: relative;
  width: 100%;
  padding: 55px 0;
  background-color: #f5f5f4;
}

.section-5-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.section-5-container {
  width: 100%;
  text-align: center;
}

.section-5-text-content {
  width: 100%;
  text-align: center;
}

.section-5-text-content h1 {
  font-family: var(--secondary-font);
  padding-bottom: 36px !important;
  font-size: 3.0556em;
  font-weight: 400;
}

.section-5-profile {
  position: relative;
  width: 100%;
  padding: 50px 0 45px 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
}

.section-5-profile-item {
  width: 100%;
  cursor: pointer;
}

.section-5-profile-item img {
  width: 100%;
}

.section-5-profile-item h5 {
  font-family: var(--secondary-font);
  margin-top: 0.8em !important;
  font-size: 1.333em;
  font-weight: 400;
  transition: all ease 0.3s;
}

.section-5-profile-item:hover h5 {
  color: var(--primary-color) !important;
}

.section-5-button {
  margin-top: 40px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  height: auto;
  max-width: 100%;
  color: #ffffff !important;
  border: 2px solid #121212;
  background-color: #121212;
  padding: 17px 40px;
  box-shadow: 0 7px 25px rgba(18, 18, 18, 0.2);
  transition: all ease 0.3s;
}

.section-5-button:hover {
  color: #121212 !important;
  background-color: #ffffff;
}

.section-15 {
  position: relative;
  width: 100%;
  background-color: var(--secondary-color);
}

.section-15-layout {
  max-width: 1320px;
  padding: 55px 15px;
  margin: 0 auto;
}

.section-15-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.section-15-text-content {
  width: 35%;
  text-align: center;
}

.section-15-text-content h1 {
  font-family: var(--secondary-font);
  color: #fff !important;
  font-size: 35px;
  line-height: 55px;
}

.section-15-badges {
  width: 65%;
}

.section-15-badges img {
  width: 110px !important;
}

.section-15 .owl-nav,
.section-15 .owl-dots {
  display: none;
}

.section-15 .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-7 {
  position: relative;
  width: 100%;
  padding: 55px 0;
  background-color: #f5f5f4;
}

.section-7-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.section-7-container {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 50px;
}

.section-7-main-display {
  width: 60%;
}

.section-7-main-heading {
  width: 100%;
  padding: 0 0 25px 0;
}

.section-7-main-heading h6 {
  font-family: var(--secondary-font);
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
}

.section-7-main-details {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 33px;
}

.section-7-main-image {
  /* padding: 0 58px 0 0; */
}

.section-7-main-text {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}

.section-7-main-text h2 {
  font-family: var(--secondary-font);
  font-size: 47px;
  font-weight: 400;
  /* padding-bottom: 30px !important; */
}

.section-7-main-text p {
  font-size: 18px;
  /* padding-bottom: 28px !important; */
  color: #797979 !important;
}

.section-7-main-text a {
  /* margin-top: 60px !important; */
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  height: auto;
  max-width: 100%;
  color: #ffffff !important;
  border-color: #121212;
  background-color: #121212;
  padding: 17px 40px;
  border-width: 2px !important;
  border-style: solid;
  box-shadow: 0 7px 25px rgba(18, 18, 18, 0.2);
  transition: all ease 0.3s;
}

.section-7-main-text a:hover {
  color: #121212 !important;
  background-color: #ffffff;
}

.section-7-side-display {
  padding: 0 15px;
  width: 40%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}

.section-7-side-display h6 {
  font-size: 19px;
  font-family: var(--secondary-font);
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 55px !important;
}

.section-7-side-details ul {
  list-style: none;
  padding: 0;
}

.section-7-side-details ul li {
  display: flex;
  align-items: stretch;
  justify-content: start;
  gap: 32px;
  /* padding: 25px 0 25px 0; */
}

.section-7-side-details ul li a {
  color: #121212 !important;
}

.section-7-side-details ul li a:hover {
  color: #121212 !important;
}

.section-7-side-details ul li img {
  width: 80px;
}

.section-7-side-text {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}

.section-7-side-text h4 {
  font-size: 19px;
  font-family: var(--secondary-font);
  color: #121212 !important;
}

.section-7-side-text span i {
  font-size: 13px;
  padding: 12px 0 10px 0 !important;
}

.section-7-side-text p {
  color: var(--primary-color) !important;
  font-size: 19px;
}

.section-7-side-details a {
  color: var(--primary-color) !important;
  font-size: 18px;
  display: flex;
  align-items: stretch;
  justify-content: start;
  gap: 10px;
}

.section-27 {
  position: relative;
  width: 100%;
  background-color: #f5f5f4;
}

.section-27-layout {
  max-width: 1320px;
  padding: 55px 15px;
  margin: 0 auto;
  position: relative;
}

.section-27-container {
  width: 100%;
}

.section-27-text-content h4 {
  font-family: var(--secondary-font);
  font-size: 30px;
  padding-bottom: 36px !important;
}

.section-27-main-content {
  width: 100%;
  display: flex;
  align-items: top;
  justify-content: space-between;
  gap: 60px;
}

.section-27-profile-image {
  width: 35%;
}

.section-27-profile-image img {
  width: 100%;
  object-fit: cover;
}

.section-27-profile-text {
  width: 65%;
}

.section-27-profile-text h1 {
  font-family: var(--secondary-font);
}

.section-27-profile-text h4 {
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0 !important;
}

.section-27-profile-text p {
  color: #999999 !important;
  padding: 20px 0 !important;
}

.section-27-stars i {
  font-size: 13px !important;
}

.section-27-details {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.section-27-points {
  width: fit-content;
}

.section-27-points p {
  padding: 10px 0 !important;
  font-size: 20px !important;
}

.section-27-info {
  width: fit-content;
}

.section-27-info p {
  padding: 10px 0 !important;
  font-size: 20px !important;
  color: #121212 !important;
  font-weight: 500;
}

.section-27-profile-text a {
  margin: 50px 0 !important;
  cursor: pointer;
  align-items: center;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  height: 55px;
  color: #ffffff !important;
  background-color: #121212;
  padding: 17px 40px;
  border: 2px solid #121212 !important;
  box-shadow: 0 7px 25px rgba(18, 18, 18, 0.2);
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.section-27-profile-text a:hover {
  background-color: #f5f5f4;
  color: #121212 !important;
}

.section-27-serch-info p {
  padding: 5px 0 !important;
  font-size: 15px !important;
}

.section-21 {
  position: relative;
  width: 100%;
  background-color: var(--secondary-color);
}

.section-21-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 55px 15px;
}

.section-21-container {
  width: 100%;
  text-align: center;
}

.section-21-text-content {
  width: 100%;
}

.section-21-text-content h1 {
  font-size: 55px;
  color: #fff !important;
  font-family: var(--secondary-font);
  padding-bottom: 36px !important;
}

.section-21-text-content p {
  font-size: 20px;
  color: #fff !important;
  padding-bottom: 20px !important;
}

.section-21-buttons {
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.section-21-buttons a {
  cursor: pointer;
  align-items: center;
  display: inline-flex;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  height: 55px;
  color: #ffffff !important;
  background-color: #121212;
  padding: 17px 40px;
  border: 2px solid #121212 !important;
  box-shadow: 0 7px 25px rgba(18, 18, 18, 0.2);
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
}

.section-21-buttons a:hover {
  background-color: var(--primary-color);
  color: #121212 !important;
}

.section-21-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.section-21-links a {
  color: #fff !important;
  font-size: 20px;
  transition: all ease 0.2s;
}

.section-21-links a:hover {
  color: var(--primary-color) !important;
}

.section-26 {
  position: relative;
  width: 100%;
  background-color: #f5f5f4;
}

.section-26-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 55px 15px;
}

.section-26-container {
  width: 100%;
}

.section-26-text-content {
  width: 100%;
  text-align: center;
}

.section-26-text-content h1 {
  font-size: 55px;
  font-family: var(--secondary-font);
  padding-bottom: 36px !important;
}

.section-26-items {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}

.section-26-item {
  width: calc(33.33% - 25px);
  padding: 25px;
  border: 2px solid var(--primary-color);
  transition: all ease 2s;
}

.section-26-item:hover {
  box-shadow: 0px 16px 49px -15px rgba(18, 18, 18, 0.5);
}

.section-26-item img {
  width: 100%;
}

.section-26-item h4 {
  font-size: 25px;
  padding: 15px 0 !important;
}

.section-11 {
  width: 100%;
  position: relative;
  background-color: #fff;
}

.section-11-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 55px 15px;
}

.section-11-container {
  width: 100%;
  text-align: center;
}

.section-11-text-content h1 {
  font-size: 55px;
  color: #121212 !important;
  padding-bottom: 76px !important;
  font-family: var(--secondary-font);
}

.accordion-container {
  width: 100%;
  text-align: left;
}

.menu-button {
  width: 100%;
  padding: 10px;
  margin-top: 2px;
  font-size: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border: none;
  text-align: left;
  transition: all ease 0.2s;
  background-color: #ffffff;
  cursor: pointer;
}

.icon {
  font-size: 25px;
  transition: 0.4s;
}

.menu-button.open {
  border: none;
  color: var(--primary-color);
}

.menu-button.open .icon {
  transform: rotate(45deg);
}

.content {
  padding: 0 10px;
  transition: 0.4s;
  height: 0;
  overflow: hidden;
  border-bottom: 2px solid var(--primary-color);
}

.content p {
  padding-bottom: 5px !important;
  font-size: 20px;
  color: #797979 !important;
}

footer {
  width: 100%;
  position: relative;
  padding: 55px 0 36px 0;
  background-color: #171717;
  color: #ffffff !important;
}

.footer-layout {
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
}

.footer-container {
  width: 100%;
  text-align: center;
}

.footer-container img {
  max-width: 200px;
  padding: 0 0 15px 0 !important;
}

.footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 45px;
}

.footer-item {
  padding: 7.5px 15px;
}

.footer-item a {
  color: #ffffff !important;
  font-size: 16px;
  transition: all ease 0.3s;
}

.footer-item:hover a {
  color: var(--primary-color) !important;
}

.footer-socials {
  padding-bottom: 68px;
}

.footer-socials i {
  width: 45px;
  height: 45px;
  color: #ffffff !important;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #79797937;
  border-radius: 50%;
  transition: all ease 0.3s;
}

.footer-socials i:hover {
  background-color: #79797922;
  color: var(--primary-color) !important;
}

.footer-copyright {
  padding: 15px 0;
}

.footer-copyright p {
  color: #fff !important;
}

.form-section {
  width: 100%;
  position: relative;
  background-color: #f5f5f4;
}

.form-section-layout {
  max-width: 1320px;
  padding: 55px 15px;
  margin: 0 auto;
}

.form-section-container {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 30px;
}

.form-section-text-content h1 {
  font-size: 55px;
  font-family: var(--secondary-font);
  padding-bottom: 36px !important;
}

.form-section-text-content p {
  font-size: 20px;
  padding-bottom: 20px !important;
}

.form-section-text-content a {
  font-size: 20px;
  transition: all ease 0.2s;
}

.form-section-text-content a:hover {
  color: var(--primary-color) !important;
}

.form-section-socials {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  text-align: center;
  padding-top: 20px;
}

.form-section-socials a {
  border: none !important;
  color: transparent !important;
}

.form-section-socials a:hover {
  border: none !important;
  color: transparent !important;
}

.form-section-socials i {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all ease 0.2s;
  border: none;
  color: #121212;
}

.form-section-socials i:hover {
  background-color: transparent;
  border: 2px solid #fff;
}

.form-section-container form {
  width: 100%;
  /* background-color: red; */
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-section form .form-fields {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}

.form-section form input {
  width: 100%;
  padding: 15px 20px;
  outline: none;
  border: none;
}

.form-section form textarea {
  resize: none;
  width: 100%;
  padding: 15px 20px;
  border: none;
  outline: none;
}

.form-section form button {
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  height: 55px;
  color: #ffffff !important;
  background-color: #121212;
  padding: 17px 40px;
  border: 2px solid #121212 !important;
  box-shadow: 0 7px 25px rgba(18, 18, 18, 0.2);
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}

.form-section form button:hover {
  background-color: var(--primary-color);
  color: #121212 !important;
}

.genre-section {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.genre-section-layout {
  max-width: 1320px;
  padding: 55px 15px;
  margin: 0 auto;
}

.genre-section-container {
  width: 100%;
}

.genre-section-text-content {
  width: 100%;
  text-align: center;
}

.genre-section-text-content h1 {
  font-size: 55px;
  font-family: var(--secondary-font);
  padding-bottom: 36px !important;
}

.genre-section-text-content p {
  font-size: 20px;
  padding-bottom: 20px !important;
}

.tabs-container {
  width: 100%;
  height: auto;
  background-color: white;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
}

.tabs {
  padding: 50px 20px 50px 20px;
}

.tab-links {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 85px;
}

.tab-link {
  width: 200px;
  height: 200px;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 30px;
  color: #ccc;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-content {
  display: none;
  animation: fadeInUp 1.5s ease;
  padding: 25px 10px 25px 10px;
}

.tab-content.active {
  display: block;
}

.genre-tab-text-content {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 10px;
}

.genre-tab-text-content h1 {
  font-size: 40px;
  font-family: var(--secondary-font);
  padding-bottom: 20px !important;
}

.genre-tab-text-content p {
  font-size: 20px;
  padding: 10px !important;
  padding-bottom: 20px !important;
}

.genre-tab-images {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: 20px;
}

.genre-tab-images img {
  position: relative;
  width: calc(20% - 15px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.genre-tab-buttons {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 10px;
}

.genre-tab-buttons a {
  cursor: pointer;
  align-items: center;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  height: 55px;
  color: #ffffff !important;
  background-color: #121212;
  padding: 17px 40px;
  border: 2px solid #121212 !important;
  box-shadow: 0 7px 25px rgba(18, 18, 18, 0.2);
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.genre-tab-buttons a:hover {
  background-color: #fff;
  color: #121212 !important;
}

.hero-section {
  width: 100%;
  height: auto;
  position: relative;
  /* background-image: url(../images/new-year-hero-image.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
}

/* .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212a1;
} */

#firework {
  position: absolute;
  left: 0;
  top: 200px;
}

.hero-section-layout {
  max-width: 1900px;
  margin: 0 auto;
}

.hero-section-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 11.5vh 6vw;
}

.hero-section-text-content {
  position: relative;
  display: block;
  width: 70%;
}

.hero-section-text-content h1 {
  font-family: var(--secondary-font);
  font-size: 84px;
  color: #121212;
  width: 100%;
  /* line-height: 142px; */
}

.hero-section-text-content h1#text1 {
  color: #fff !important;
}

.hero-section-text-content h1#text2 {
  color: #fff !important;
}

.hero-section-text-content p#text4 {
  color: #fff !important;
}

h2#text6 {
  color: var(--primary-color) !important;
}

p#text7 {
  color: #fff !important;
}

.hero-section-text-content h1:nth-child(2) {
  /* padding-left: 19vw !important; */
}

.hero-section-text-content h1:nth-child(3) {
  color: var(--primary-color) !important;
  /* padding-left: 145px !important; */
}

.hero-section-text-content p {
  font-family: var(--secondary-font);
  position: relative;
  color: #797979 !important;
  /* padding-left: 230px !important; */
  padding-top: 80px !important;
  width: 82%;
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
}

.hero-section-slider {
  position: relative;
  display: block;
  width: 30%;
}

.hero-section-slider .overlay {
  background-color: rgb(255, 255, 255);
  width: 1000px;
  height: 27.5vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.hero-section-slider img {
  width: 100%;
  object-fit: cover;
  border: 3px solid #fff;
}

.hero-section-h2-container {
  overflow: hidden;
}

.hero-section-slider h2 {
  font-family: var(--secondary-font);
  font-size: 24px;
  padding-top: 25px !important;
  overflow: hidden;
}

.hero-section-p-container {
  overflow: hidden;
}

.hero-section-slider p {
  font-family: var(--secondary-font);
  padding-top: 5px !important;
  font-size: 16px;
  color: #8c8d93 !important;
}

.hero-carousel .owl-nav {
  display: none;
}

.custom-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  gap: 6px;
  z-index: 999;
}

.custom-prev,
.custom-next {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  padding: 6px 10px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #12121220;
  color: #121212bb;
}

#snow-container {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  background-image: url(../images/snow-01.webp), url(../images/snow-02.webp),
    url(../images/snow-03.webp);
  -webkit-animation: snow 20s linear infinite;
  -moz-animation: snow 20s linear infinite;
  -ms-animation: snow 20s linear infinite;
  animation: snow 20s linear infinite;
  position: absolute;
  /* z-index: 2; */
}

/*----------------------------
	.-- Key Frames
-----------------------------*/
@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

@-moz-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

@-webkit-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

@-ms-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

.section-22 {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.section-22-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 55px 15px;
}

.section-22-container {
  width: 100%;
}

.section-22-text-content {
  text-align: center;
}

.section-22-text-content h1 {
  font-size: 55px;
  font-family: var(--secondary-font);
  padding-bottom: 36px !important;
}

.section-22-text-content p {
  font-size: 20px;
  padding-bottom: 20px !important;
}

.section-22 .owl-carousel {
  display: block !important;
}

.section-22 .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-22 .item {
  width: 70%;
  display: flex;
  align-items: center;
  gap: 30px;
}

.section-22 .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.section-22 .owl-nav span {
  font-size: 40px;
  padding: 10px 25px;
}

.section-22-item-text {
  width: 60%;
}

.section-22-item-text h4 {
  font-size: 25px;
  padding-bottom: 15px !important;
}

.section-22-item-text h2 {
  font-size: 26px;
  font-family: var(--secondary-font);
  padding-bottom: 15px !important;
}

.section-22-item-text p {
  font-size: 20px;
  padding-bottom: 15px !important;
}

.section-22-item-image {
  width: 40%;
}

.section-22-item-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.section-22-item-buttons a {
  cursor: pointer;
  align-items: center;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  height: 55px;
  color: #ffffff !important;
  background-color: #121212;
  padding: 17px 40px;
  border: 2px solid #121212 !important;
  box-shadow: 0 7px 25px rgba(18, 18, 18, 0.2);
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-22-item-buttons a:hover {
  background-color: #fff;
  color: #121212 !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeIn {
  animation: fadeIn 1s forwards;
}

.fadeOut {
  animation: fadeOut 1s forwards;
}

.section-20 {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.section-20-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 55px 15px;
}

.section-20-container {
  /* width: 100%; */
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.section-20-text-content h1 {
  font-size: 55px;
  font-family: var(--secondary-font);
  padding-bottom: 36px !important;
}

.section-20-text-content p {
  font-size: 20px;
  padding-bottom: 20px !important;
}

.section-20-text-content ul {
  list-style: outside;
}

.section-20-text-content ul li {
  font-size: 20px;
}

.section-20-text-content ul li::marker {
  color: var(--primary-color);
}

.section-20-buttons {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
}

.section-20-buttons a {
  cursor: pointer;
  align-items: center;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  height: 55px;
  color: #ffffff !important;
  background-color: #121212;
  padding: 17px 40px;
  border: 2px solid #121212 !important;
  box-shadow: 0 7px 25px rgba(18, 18, 18, 0.2);
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-20-buttons a:hover {
  background-color: #ffffff;
  color: #121212 !important;
}

.header-top {
  position: relative;
  width: 100%;
  background-color: #f9f9f9;
  padding: 0.5em 0;
  z-index: 9;
}

.header-top .header-top-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.header-top-layout .header-top-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-top-container .header-top-greeting {
  width: 35%;
  text-align: left;
}

.header-top-greeting p {
  font-size: 16px;
  margin: 0.5em 0;
  color: #000000 !important;
}

.header-top-container .header-top-content {
  width: 65%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-top-content .header-top-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: 1.5em;
}

.header-top-socials a i {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  border: none;
  text-align: center;
  transition: all ease 0.3s;
}

.header-top-content .header-top-phone {
  margin-left: 1.5em;
}

.header-top-phone a {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 27px;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #dedede;
  color: #797979 !important;
}

.header-top-phone a i {
  color: #797979;
}

.header-top-phone a span {
  margin-left: 0.5em;
  font-size: 17px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #797979;
}

.header-top-phone a span:nth-child(3) {
  font-weight: 700;
  color: #D1A649;
}

.header-top-phone a span:nth-child(3):hover {
  color: #121212;
}

.fa-facebook-f:hover {
  color: #1758ad;
}

.fa-x-twitter:hover {
  color: #000000;
}

.fa-instagram:hover {
  color: #833ab4;
}

nav {
  width: 100%;
  position: relative;
  padding: 10px 0 !important;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
}

.banner-strip {
  width: 100%;
  position: absolute;
  bottom: -18px;
  left: 0;
  z-index: 9;
}

.banner-strip img {
  width: 100%;
}

nav .navbar-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

nav .navbar-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-logo-container {
  position: relative;
  width: 15%;
}

.navbar-logo-container img {
  max-height: 80px;
}

.navbar-menu-container {
  position: relative;
}

.navbar-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: var(--primary-font);
}

.navbar-menu .navbar-item {
  padding: 30px 15px;
  font-size: 17px;
  color: #121212;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  cursor: pointer;
  z-index: 99;
}

.navbar-menu .navbar-item>span a {
  position: relative;
  transition: all ease 0.2s;
}

.navbar-menu .navbar-item:hover span a {
  color: #636B2F !important;
}

.navbar-menu .navbar-item span a::after {
  content: "" !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: -8px;
  left: 0;
  right: 0;
  transform: none;
  width: 0;
  height: 2px;
  transition: all 0.2s ease;
  background-color: #636B2F;
}

.navbar-menu .navbar-item:hover span a::after {
  width: 100%;
}

.navbar-item .active,
.sandwich-item .active {
  color: #636B2F;
  /* Same color as hover */
  text-decoration: underline;
  /* Same effect */
}

.dropdown-menu {
  background-color: #121212 !important;
  border-radius: 0px !important;
  margin-top: 20px !important;
  padding: 20px !important;
  width: fit-content !important;
  /* display: block !important; */
}

.navbar-item:hover .dropdown-menu {
  display: block !important;
}

.dropdown-items {
  display: flex !important;
  align-items: start !important;
  justify-content: space-between !important;
}

.dropdown-item {
  display: flex !important;
  align-items: start !important;
  flex-direction: column !important;
  justify-content: center !important;
  background-color: transparent !important;
}

.dropdown-item a {
  padding: 7px 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  transition: all ease 0.3s;
  color: #878787 !important;
}

.dropdown-item a:hover {
  transform: translateX(10px);
  color: #ffffff !important;
}

.dropdown-item a::after {
  content: "" !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0px;
  left: 0;
  right: 0;
  transform: none;
  width: 0;
  height: 1px;
  transition: all 0.3s ease;
  background-color: #ffffff;
}

.dropdown-item a:hover::after {
  width: 100%;
}

.dropdown-item:hover {
  background-color: #ffffff00;
}

/* --------------- Sandwich Menu --------------- */

.sandwich-menu-container {
  display: none;
}

.sandwich-menu {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 90px;
  background-color: #121212;
  z-index: 999;
  padding: 20px;
  transform: translateX(100%);
  opacity: 0;
  transition: all ease 0.3s;
}

#nav-icon4 {
  width: 40px;
  height: 40px;
  position: relative;
  /* margin: 50px auto; */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 15px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 30px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  /* top: -3px;
  left: 8px; */
  width: 42px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /* top: 39px;
  left: 8px; */
  width: 42px;
}

.sandwich-menu .sandwich-item {
  margin: 20px 0;
}

.sandwich-menu .sandwich-item>span a {
  position: relative;
  transition: all ease 0.2s;
  font-size: 30px;
  width: fit-content;
  color: #ffffff !important;
}

.sandwich-menu .sandwich-item span:hover a {
  color: var(--primary-color) !important;
}

.sandwich-menu .sandwich-item span a::after {
  content: "" !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: -8px;
  left: 0;
  right: 0;
  transform: none;
  width: 0;
  height: 2px;
  transition: all 0.2s ease;
  background-color: var(--primary-color);
}

.sandwich-menu .sandwich-item span:hover a::after {
  width: 100%;
}

.sandwich-menu .dropdown-menu {
  /* display: block !important; */
  position: relative !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.sandwich-menu .dropdown-items {
  flex-wrap: wrap;
  height: 230px;
  overflow-y: auto;
}

.sandwich-menu .dropdown-item {
  width: 100% !important;
}

.sandwich-menu .dropdown-items::-webkit-scrollbar {
  width: 4px;
  background-color: #797979;
}

.sandwich-menu .dropdown-items::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
}

.sandwich-menu .dropdown-item a {
  font-size: 20px !important;
}

.sandwich-item:hover .dropdown-menu {
  display: block !important;
}

/* Marquee styles */
.marquee {
  --gap: 4rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  background-color: #d0a74a;
  padding: 8px 0;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.enable-animation .marquee__content {
  animation: scroll 25s linear infinite;
}

.marquee--reverse .marquee__content {
  animation-direction: reverse;
}

.marquee--hover-pause:hover .marquee__content {
  animation-play-state: paused;
}

.marquee--fit-content {
  max-width: fit-content;
}

.marquee--pos-absolute .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

.enable-animation .marquee--pos-absolute .marquee__content:last-child {
  animation-name: scroll-abs;
}

@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }

  to {
    transform: translateX(0);
  }
}

.marquee__content>* {
  flex: 0 0 auto;
  color: white;
  text-align: center;
}

.marquee ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.marquee p {
  color: #626a2f !important;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.marquee p i {
  font-size: 10px;
}

.marquee p img {
  width: 150px;
  margin-top: 15px;
}

.palette {
  position: relative;
  width: 100%;
  display: block;
  background-color: #fff;
}

.palette-layout {
  max-width: 1320px;
  padding: 55px 15px;
  margin: 0 auto;
}

.palette-container {
  width: 100%;
  text-align: center;
}

.palette-text-content {
  width: 100%;
  text-align: center;
}

.palette-text-content h1 {
  font-size: 55px;
  font-family: var(--secondary-font);
  padding-bottom: 36px !important;
}

.palette-text-content p {
  font-size: 20px;
  padding-bottom: 20px !important;
}

.palette-items {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 25px;
}

.palette-item {
  width: 100%;
  text-align: center;
  padding: 20px;
  transition: all ease 2s;
  border: solid 3px #000000;
  box-shadow: 8px 8px #c8c8c8;
  border-radius: 35px 0px 35px 0px;
}

.palette-item:hover {
  box-shadow: 0px 16px 49px -15px rgba(18, 18, 18, 0.5);
}

.palette-item img {
  width: 100%;
  box-shadow: 7px 7px #c8c8c8;
  border: solid 1px #000;
  background: #091853;
  padding: 10px;
  border-radius: 35px 0px 35px 0px;
}

.palette-item h4 {
  font-size: 22px;
  font-family: var(--secondary-font);
  padding-top: 15px !important;
}

.palette-item p {
  font-size: 18px;
  padding-top: 15px !important;
}

.popup-container {
  width: 100vw;
  height: 100vh;
  background-color: #1212129b;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: none;
  color: #121212 !important;
}

.popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.popup-container .close {
  color: #fff;
  font-size: 25px;
  position: absolute;
  right: 0;
}

.popup-container .close i {
  padding: 10px 12px;
  border: 50%;
  background-color: #12121280;
  cursor: pointer;
  transition: all ease 0.2s;
}

.popup-container .close i:hover {
  background-color: #121212ca;
}

.popup-section {
  width: 900px;
  height: fit-content;
  display: flex;
  box-shadow: 0px 0px 20px -2px rgba(18, 18, 18, 0.75);
  transform-origin: center;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.popup-section form {
  background: #fff;
  width: 50%;
  /* padding: 25px; */
  padding: 40px 25px 25px 25px;
  /* background: linear-gradient(
    180deg,
    rgba(162, 162, 162, 1) 0%,
    rgba(255, 255, 255, 1) 5%
  ); */

  /* background: #fff;
  width: 50%;
  padding-top: 3em;
  padding-bottom: 5em;
  padding-left: 6em;
  padding-right: 6em; */
}

.popup-section .poster {
  width: 50%;
  background: url(../images/Demo-2.webp);
  background-size: cover;
  background-position: 100%;
}

.popup-section form img {
  width: 50%;
  padding-bottom: 10px;
}

.popup-text-content h1 {
  font-size: 36px;
  font-family: var(--secondary-font);
  margin-bottom: 20px !important;
  color: #121212 !important;
}

.popup-text-content p {
  font-size: 20px;
  margin-bottom: 20px !important;
  color: #121212 !important;
}

.popup-section form input {
  width: 100%;
  padding: 15px 20px;
  outline: none;
  border: none;
  margin: 7.5px 0;
  background-color: #f5f5f4;
}

.popup-section form button {
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  height: 55px;
  color: #ffffff !important;
  background-color: #121212;
  padding: 17px 40px;
  border: 2px solid #121212 !important;
  box-shadow: 0 7px 25px rgba(18, 18, 18, 0.2);
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 7.5px 0;
}

.popup-section form button:hover {
  background-color: var(--primary-color);
  color: #121212 !important;
}

.section-2 {
  position: relative;
  width: 100%;
  background-color: #f5f5f3;
  text-align: center;
}

.section-2-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 55px 15px;
}

.section-2-container {
  width: 100%;
}

.section-2-text-content {
  width: 100%;
  text-align: center;
}

.section-2-text-content h1 {
  font-family: var(--secondary-font);
  font-size: 55px;
  padding-bottom: 76px !important;
  line-height: 1em;
}

.section-2-profile {
  width: 100%;
  text-align: center;
  margin-bottom: 50px !important;
}

.section-2-navbar {
  width: 100%;
  margin-bottom: 2.5em;
}

.section-2-navbar a {
  position: relative;
  margin: 0 0.75em 0.75em 7px;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.75px;
  color: #797979 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.section-2-navbar a:hover {
  color: #636B2F !important;
}

.navbar-menu .navbar-item a:hover span {
  color: #636B2F;
}

.section-2-navbar a::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -8px;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.section-2-navbar a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.section-2-navbar .active {
  color: #636B2F !important;
  position: relative;
}

.section-2-navbar .active::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -8px;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #636B2F;
  transform-origin: center;
  transform: translateX(-50%) scaleX(1);
}

.section-2-items-container {
  width: 100%;
}

.section-2-items {
  position: relative;
  width: 100%;
  display: flex !important;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
}

.section-2-item {
  overflow: hidden;
  flex: 1 1 30%;
}

.section-2-item-image {
  position: relative;
  width: 100%;
  height: 75%;
}

.section-2-item-text {
  position: relative;
  width: 100%;
  text-align: center;
}

.section-2-item img {
  top: 0;
  position: relative;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all ease 0.3s;
}

.section-2-item img:hover {
  filter: brightness(55%);
}

.section-2-item a:nth-child(2) h5 {
  font-family: var(--secondary-font);
  width: 100%;
  font-size: 19px;
  font-weight: 700;
  margin-top: 1em !important;
}

.section-2-item p {
  width: 100%;
  font-size: 18px;
  color: var(--primary-color) !important;
}

.section-2-item p i {
  font-size: 12px;
  margin-right: 0.5em;
  color: black;
  padding: 12px 0;
}

.section-2-button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  height: auto;
  max-width: 100%;
  color: #ffffff !important;
  border: 2px solid #121212;
  background-color: #121212;
  padding: 17px 40px;
  box-shadow: 0 7px 25px rgba(18, 18, 18, 0.2);
  transition: all ease 0.3s;
}

.section-2-button:hover {
  color: #121212 !important;
  background-color: #f5f5f4;
}

.section-18 {
  position: relative;
  width: 100%;
  background-color: #f5f5f4;
}

.section-18-layout {
  max-width: 1320px;
  padding: 55px 15px;
  margin: 0 auto;
}

.section-18-container {
  width: 100%;
}

.section-18-text-content {
  width: 100%;
  text-align: center;
}

.section-18-text-content h1 {
  font-size: 55px;
  font-family: var(--secondary-font);
  padding-bottom: 36px !important;
}

.section-18-main-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.section-18-items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.section-18-item {
  background-color: #121212;
  padding: 25px;
  width: 100%;
  height: 350px;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  transition: all ease 0.2s;
  gap: 15px;
  overflow: auto;
}

.section-18-item::-webkit-scrollbar {
  display: none !important;
}

.section-18-item img {
  width: 35px;
}

.section-18-item h4 {
  font-size: 25px;
  font-family: var(--secondary-font);
  color: #fff !important;
}

.section-18-item P {
  font-size: 18px;
  color: #fff !important;
}

.section-18-item:hover {
  z-index: 99;
  background-color: var(--secondary-color);
  scale: 1.1;
  box-shadow: 0px 0px 19px -8px rgba(255, 255, 255, 0.85);
}

.section-10 {
  position: relative;
  width: 100%;
  background-color: #f5f5f4;
}

.section-10-layout {
  max-width: 1320px;
  padding: 55px 15px;
  margin: 0 auto;
}

.section-10-container {
  width: 100%;
  text-align: center;
}

.section-10-text-content {
  width: 100%;
  padding-bottom: 76px;
}

.section-10-text-content h1 {
  font-family: var(--secondary-font);
  color: #121212 !important;
  font-size: 55px;
}

.section-10-text-content p {
  font-size: 20px;
  padding-top: 35px !important;
  color: #121212 !important;
  font-family: var(--secondary-font);
}

.section-10-main-content {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.section-10-item {
  width: calc(30.33% - 20px);
  flex-grow: 1;
  background-color: var(--primary-color);
  padding: 20px;
  text-align: left;
  cursor: pointer;
  transition: all ease 1.5s;
}

.section-10-item:hover {
  background-color: var(--secondary-color);
  box-shadow: 0px 0px 49px -15px rgba(18, 18, 18, 0.85);
}

.section-10-item-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.section-10-item-heading img {
  width: 3em;
}

.section-10-item-heading h4 {
  font-size: 25px;
  line-height: 25px;
  transition: all ease 1.5s;
}

.section-10-item p {
  font-family: var(--secondary-font);
  font-size: 17px;
  margin-bottom: 15px !important;
  max-height: 275px;
  overflow-y: auto;
  transition: all ease 1.5s;
}

.section-10-item:hover p {
  color: #fff !important;
}

.section-10-item:hover h4 {
  color: #fff !important;
}

.section-19 {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.section-19-layout {
  max-width: 1320px;
  padding: 55px 15px;
  margin: 0 auto;
}

.section-19-container {
  width: 100%;
}

.section-19-text-content {
  width: 100%;
  text-align: center;
}

.section-19-text-content h1 {
  font-size: 55px;
  font-family: var(--secondary-font);
  padding-bottom: 36px !important;
}

.section-19-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-19-images img {
  width: 100%;
}

.section-14 {
  position: relative;
  width: 100%;
  background-color: #f5f5f4;
}

.section-14-layout {
  max-width: 1320px;
  padding: 55px 15px;
  margin: 0 auto;
}

.section-14-container {
  width: 100%;
  text-align: center;
}

.section-14-text-content h1 {
  font-size: 55px;
  font-family: var(--secondary-font);
  padding-bottom: 36px !important;
  color: #121212 !important;
}

.section-14-text-content p {
  font-size: 20px;
  font-family: var(--secondary-font);
  padding-bottom: 20px !important;
  color: #121212 !important;
}

.section-14-profile {
  width: 100%;
}

.section-14-navbar {
  width: 100%;
  margin-bottom: 40px;
}

.section-14-navbar a {
  font-family: var(--primary-font);
  position: relative;
  margin: 0 0.75em 0.75em 7px;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.75px;
  color: #797979 !important;
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
}

.section-14-navbar a:hover {
  color: var(--primary-color) !important;
}

.section-14-navbar a::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -8px;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.section-14-navbar a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.section-14-navbar .active {
  color: var(--primary-color) !important;
  position: relative;
}

.section-14-navbar .active::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -8px;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  transform-origin: center;
  transform: translateX(-50%) scaleX(1);
}

.section-14-items-container {
  width: 100%;
  position: relative;
}

.section-14-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.section-14-item {
  width: calc(20% - 10px);
  overflow: hidden;

  transition: all ease 0.5s;
}

.section-14-item:hover {
  box-shadow: 0px 0px 18px 0px rgba(18, 18, 18, 0.85);
}

.section-14-item:hover img {
  scale: 1.1;
  filter: brightness(50%);
}

.section-14-item img {
  position: relative;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all ease 0.5s;
}

.slider-section {
  position: relative;
  width: 100%;
  padding: 55px 0;
  background-color: var(--secondary-color);
  text-align: center;
}

.slider-section-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.slider-section-container {
  width: 100%;
  text-align: center;
}

.slider-section-item {
  text-align: center;
}

.slider-section-text-content h4 {
  font-size: 55px;
  color: #fff !important;
  padding-bottom: 36px !important;
  font-family: var(--secondary-font);
}

.slider-section-content {
  width: 100%;
}

.slider-section-content .item img {
  width: 100% !important;
}

.slider-section-content .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.slider-section-content .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px !important;
}

.slider-section-content .owl-nav,
.slider-section-content .owl-dots {
  display: none;
}

.section-13 {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.section-13-layout {
  max-width: 1320px;
  padding: 55px 15px;
  margin: 0 auto;
}

.section-13-container {
  width: 100%;
  text-align: center;
}

.section-13-text-content h1 {
  font-family: var(--secondary-font);
  color: #121212 !important;
  padding-bottom: 36px !important;
  font-size: 55px;
}

.section-13-text-content p {
  font-family: var(--secondary-font);
  color: #121212 !important;
  font-size: 20px;
  padding-bottom: 20px !important;
}

.section-13-item {
  width: 100%;
  height: 100%;
  transition: all ease 2s;
}

.section-13-item:hover {
  box-shadow: 0px 0px 19px -8px rgba(18, 18, 18, 0.85);
}

.section-13-item h1 {
  font-size: 25px;
  font-family: var(--secondary-font);
  padding: 20px !important;
}

.section-13-image {
  width: 100%;
  background-color: var(--primary-color);
  padding: 20px;
}

.section-13-image img {
  width: 50px;
  height: 50px;
}

.section-13-item p {
  padding: 20px !important;
  font-size: 19px;
  max-height: 205px;
  overflow-y: auto;
  font-family: var(--secondary-font);
  text-align: center;
}

.section-13-item p::-webkit-scrollbar {
  width: 3px;
  background-color: #dedede;
}

.section-13-item p::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 10px;
}

.section-13-item a {
  margin: 30px !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  height: auto;
  max-width: 100%;
  color: #ffffff !important;
  background-color: #121212;
  padding: 17px 40px;
  border: 2px solid #121212 !important;
  box-shadow: 0 7px 25px rgba(18, 18, 18, 0.2);
  transition: all ease 0.3s;
}

.section-13-item a:hover {
  color: #121212 !important;
  background-color: #ffffff;
}

.mySwiper2 {
  padding: 20px !important;
}

.section-13-item .swiper-pagination-bullet-active {
  background: var(--primary-color) !important;
}

.section-9 {
  position: relative;
  width: 100%;
  padding: 55px 0;
  background-image: url(../images/section-9-background-image.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

.section-9-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.section-9-container {
  width: 100%;
  text-align: center;
}

.section-9>* {
  position: relative;
  z-index: 2;
}

.section-9::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.section-9-image {
  margin: 0 auto;
  margin-bottom: 40px;
}

.section-9 .swiper-button-next::after,
.section-9 .swiper-button-prev::after {
  content: "";
}

.section-9 .swiper-button-next i,
.section-9 .swiper-button-prev i {
  font-size: 25px;
  color: #fff;
  transition: all 0.2s;
}

.section-9 .swiper-button-next:hover i,
.section-9 .swiper-button-prev:hover i {
  color: var(--primary-color);
}

.section-9 .swiper-pagination {
  position: relative !important;
  padding-top: 50px;
  padding-bottom: 10px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.section-9 .swiper-pagination-bullet:nth-child(1) {
  width: 70px;
  height: 70px;
  background-image: url(../images/pagination-image01.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

.section-9 .swiper-pagination-bullet:nth-child(2) {
  width: 70px;
  height: 70px;
  background-image: url(../images/pagination-image02.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

.section-9 .swiper-pagination-bullet:nth-child(3) {
  width: 70px;
  height: 70px;
  background-image: url(../images/pagination-image03.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  margin-right: 0px !important;
}

.section-9 .swiper-pagination-bullet-active {
  scale: 1.3;
  transition: all ease 0.3s;
}

.section-9-text-content p {
  font-size: 22px;
  font-family: var(--secondary-font);
  font-weight: 400;
  color: #fff !important;
  padding: 0 40px 30px 40px !important;
}

.section-9-text-content h4 {
  font-size: 19px;
  font-weight: 400;
  color: #fff !important;
}

.typewriter-section {
  width: 100%;
  position: relative;
  background-color: var(--secondary-color);
}

.typewriter-section-layout {
  max-width: 1320px;
  padding: 55px 15px;
  margin: 0 auto;
}

.typewriter-section-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff !important;
}

.typewriter-section-text-content h1 {
  font-family: var(--secondary-font) !important;
  font-size: 36px;
  color: #fff !important;
}

.typewriter-section-text-content a span {
  color: var(--primary-color) !important;
  font-family: var(--secondary-font) !important;
}

.typing-demo {
  animation: typing 2s steps(22), blink 0.5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
}

@keyframes typing {
  from {
    width: 0;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.typewriter-section-button a {
  cursor: pointer;
  align-items: center;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  height: 55px;
  color: #ffffff !important;
  background-color: #121212;
  padding: 17px 40px;
  border: 2px solid #121212 !important;
  box-shadow: 0 7px 25px rgba(18, 18, 18, 0.2);
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.typewriter-section-button a:hover {
  background-color: var(--primary-color);
  color: #121212 !important;
}

.typewriter-section-text-content h2 {
  color: #fff !important;
}

.section-23-text-content h2 {
  color: #fff !important;
}

.section-15-text-content h2 {
  color: #fff !important;
}

.popup-text-content h2 {
  font-size: 45px;
}

.content-text {
  line-height: 40px;
}

.content-text ul li strong {
  line-height: 40px;
}

.section-21-text-content h2 {
  color: #fff !important;
}