@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cookie&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Italianno&display=swap");
:root {
  --max-w: 1400px;
  --bg-menu: #e7e7e7;
  --text: #444;
  --accent: #5e4b4b;
  --clr-primary: #1f476f;
  --accent-100: #71c4ef;
  --accent-200: #00668c;
  --text-100: #1d1c1c;
  --text-200: #313d44;
  --bg-100: #fffefb;
  --bg-200: #f5f4f1;
  --bg-300: #cccbc8;
  --body-font: "Montserrat", sans-serif;
  --clr-danger: #d80000;
  --clr-sucess: #27ae60;
  --clr-black: #000000;
  --clr-white: #fff;
  --clr-blue: #0099ff;
  --clr-red: #ff0000;
  --clr-purple: #620089;
  --clr-yellow: #ffff00;
  --clr-orange: #ff9900;
  --clr-green: #27ae60;
  --clr-pink: #f73cb9;
  /*----------| Gray shades |----------*/
  --clr-gray-100: #f8f9faff;
  --clr-gray-200: #e9ecefff;
  --clr-gray-300: #dee2e6ff;
  --clr-gray-400: #ced4daff;
  --clr-gray-500: #adb5bdff;
  --clr-gray-600: #6c757dff;
  --clr-gray-700: #495057ff;
  --clr-gray-800: #343a40ff;
  --clr-gray-900: #212529ff;
  /*----------| transitions |----------*/
  --primary-transition: all 0.7s ease;
  /*----------| custom font variables |----------*/
  --ff-montserrot: "Montserrat", sans-serif;
  --ff-kaushan-script: "Kaushan Script", cursive;
  --ff-roboto-condensed: "Roboto Condensed", sans-serif;
  --ff-roboto: "Roboto", sans-serif;
  --ff-oswald: "Oswald", sans-serif;
  --header-hight: 9.8rem;
  --instagram-gradient: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  --tts-calligraphy-font: "Italianno", cursive;
  --dropdown-box-shadow:
    rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  text-transform: none;
  text-decoration: none;
}

body {
  font-family: var(--body-font);
  color: var(--text-200);
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text-200);
}

section {
  min-height: 100vh;
}

h1 {
  font-size: 3.5rem;
  line-height: 4rem;
  font-family: var(--ff-oswald);
  font-weight: 800;
}

h2 {
  font-size: 2.8rem;
  line-height: 4rem;
  font-family: var(--ff-oswald);
  font-weight: 800;
}

h3 {
  font-size: 2.3rem;
  font-family: var(--ff-oswald);
  font-weight: 800;
}

h5 {
  font-size: 1.5rem;
}

p {
  font-size: 1.35rem; /* 13.5px */
  line-height: 1.45; /* ≈ 21.6px */
  font-weight: 600; /* or 500 for UI */
  color: var(--text-200);
}

section {
  width: 100vw;
  min-height: 100vh;
}

html {
  font-size: 63.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 8.5rem;
}
html::-webkit-scrollbar {
  width: 0.8rem;
}
html::-webkit-scrollbar-track {
  background: var(--bg-200);
}
html::-webkit-scrollbar-thumb {
  background: var(--clr-primary);
  border-radius: 5rem;
}

::-moz-selection {
  background: color-mix(in srgb, var(--clr-primary) 85%, transparent);
  color: var(--clr-white);
}

::selection {
  background: color-mix(in srgb, var(--clr-primary) 85%, transparent);
  color: var(--clr-white);
}

::-moz-selection {
  background: color-mix(in srgb, var(--clr-primary) 85%, transparent);
  color: var(--clr-white);
}

.border-buttom {
  border-bottom: 1px solid var(--bg-300);
  position: relative;
}
.border-buttom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1.5px;
  background: var(--clr-primary);
  transition: var(--primary-transition);
}
.border-buttom:hover::after {
  width: 100%;
}

.border-buttom-animation {
  position: relative;
}
.border-buttom-animation::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1.5px;
  background: var(--clr-primary);
  transition: var(--primary-transition);
}
.border-buttom-animation:hover::after {
  width: 100%;
}

.animated-border-buttom {
  position: relative;
}
.animated-border-buttom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--clr-primary);
  transition: var(--primary-transition);
}
.animated-border-buttom:hover::after {
  width: 100%;
}

.texture-bg-light {
  background-color: #fff;
  background-image: radial-gradient(rgba(49, 61, 68, 0.1647058824) 1.45px, transparent 1.45px), radial-gradient(rgba(49, 61, 68, 0.1647058824) 1.45px, #fff 1.45px);
  background-size: 58px 58px;
  background-position: 0 0, 29px 29px;
}

.b-c-animation {
  color: #444;
  background-color: transparent;
  transition: var(--primary-transition);
}
.b-c-animation:hover {
  color: var(--bg-100);
  background-color: var(--clr-primary);
}

.header {
  background: #fff;
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .header-container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 1rem 2rem;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  gap: 12px;
  min-height: var(--header-hight);
  /* LEFT */
}
.header .header-container .header-left {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header .header-container .header-left .logo {
  height: 8rem;
  width: auto;
  display: block;
}
.header .header-container .header-left div .brand-name {
  color: var(text-200);
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.1rem;
}
.header .header-container .header-left .tagline {
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  margin-top: 6px;
}
.header .header-container {
  /* CENTER */
}
.header .header-container .header-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-container .header-center h1 {
  margin: 0;
  color: var(--clr-primary);
  text-align: center;
  text-transform: uppercase;
}
.header .header-container {
  /* RIGHT */
}
.header .header-container .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header-container .header-right .badge {
  height: 8rem;
  width: auto;
  display: block;
}

/* MENU BAR */
.header-menu-bar-container {
  position: fixed;
  background: var(--bg-menu);
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #ddd;
  top: var(--header-hight);
  width: 100%;
  z-index: 9999;
}
.header-menu-bar-container .menu-wrap {
  max-width: var(--max-w);
  margin: 0 auto;
}
.header-menu-bar-container .menu-wrap .menu {
  display: flex;
  gap: 1.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.header-menu-bar-container .menu-wrap .menu > li {
  position: relative;
}
.header-menu-bar-container .menu-wrap .menu > li:hover > .dropdown-menu {
  display: block;
}
.header-menu-bar-container .menu-wrap .menu a {
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  padding: 0;
  line-height: 3.5rem;
  text-transform: uppercase;
}
.header-menu-bar-container .menu-wrap .menu a span.caret {
  opacity: 0.9;
}
.header-menu-bar-container .menu-wrap .menu a:hover {
  color: var(--clr-primary);
}
.header-menu-bar-container .menu-wrap .menu {
  /* DROPDOWN DESKTOP */
}
.header-menu-bar-container .menu-wrap .menu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 23rem;
  background: var(--bg-100);
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  display: none;
  z-index: 9999;
  overflow: hidden;
}
.header-menu-bar-container .menu-wrap .menu .dropdown-menu a {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  color: #444;
  font-weight: 500;
  line-height: normal;
  transition: var(--primary-transition);
}
.header-menu-bar-container .menu-wrap .menu .dropdown-menu a:hover {
  padding: 0.75rem 1.3rem;
  color: var(--bg-100);
  background-color: var(--clr-primary);
}

.hamburger {
  display: none;
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: var(--text);
}

@media (max-width: 1388px) {
  .header .header-container {
    /* LEFT */
  }
  .header .header-container .header-left {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .header .header-container .header-left .logo {
    height: 8rem;
    width: auto;
    display: block;
  }
  .header .header-container .header-left div .brand-name {
    color: var(text-200);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.6rem;
  }
  .header .header-container .header-left .tagline {
    font-size: 1rem;
    font-weight: 600;
    color: #666;
    margin-top: 6px;
  }
  .header .header-container {
    /* CENTER */
  }
  .header .header-container .header-center h1 {
    margin: 0;
    color: var(--accent);
    text-align: center;
    text-transform: uppercase;
  }
  .header-menu-bar-container {
    position: fixed;
    width: 100%;
    right: 0;
    top: 10rem;
  }
}
@media (max-width: 1289px) {
  .header-menu-bar-container {
    top: 10rem;
  }
}
@media (max-width: 1079px) {
  .header-menu-bar-container {
    top: 10rem;
  }
}
/* MOBILE */
@media (max-width: 992px) {
  .header {
    top: 0;
  }
  .header .header-container {
    display: grid;
    grid-template-columns: 1fr auto !important;
    grid-template-rows: auto auto;
    padding: 1rem 2rem;
    gap: 10px;
    align-items: center;
    /* LEFT BLOCK → Logo + Text */
  }
  .header .header-container .header-left {
    grid-column: 1/2;
    grid-row: 1;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header .header-container .header-left .logo {
    height: 50px;
  }
  .header .header-container .header-left div .brand-name {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  .header .header-container {
    /* CENTER HEADING → Full width below */
  }
  .header .header-container .header-center {
    grid-column: 1/3;
    grid-row: 2;
    text-align: center;
  }
  .header .header-container .header-center h1 {
    font-size: 2.2rem;
    line-height: 28px;
    margin: 0;
    width: 100%;
  }
  .header .header-container {
    /* RIGHT BLOCK → Badge + Menu button */
  }
  .header .header-container .header-right {
    grid-column: 2/3;
    grid-row: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }
  .header .header-container .header-right .badge {
    height: 50px;
  }
  .header .header-container .header-right .badge {
    height: 54px;
  }
  .header .header-container .tagline {
    display: none;
  }
  /* ---------- HAMBURGER SHOW ---------- */
  .hamburger {
    display: inline-block;
    background: transparent;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: var(--text);
  }
  .header-menu-bar-container {
    position: fixed;
    width: -moz-fit-content;
    width: fit-content;
    height: 100vh;
    right: 0;
    top: 112px;
    display: none;
    overflow: scroll;
  }
  .header-menu-bar-container.active {
    display: block;
  }
  .header-menu-bar-container .menu-wrap {
    width: 330px;
    padding: 8px 12px;
  }
  .header-menu-bar-container .menu-wrap .menu {
    flex-direction: column;
    gap: 0;
    display: none;
    background: var(--bg-menu);
    width: 100%;
  }
  .header-menu-bar-container .menu-wrap .menu.active {
    display: flex;
  }
  .header-menu-bar-container .menu-wrap .menu > li {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
  }
  .header-menu-bar-container .menu-wrap .menu a {
    padding: 12px 14px;
    width: 100%;
    line-height: normal;
  }
  .header-menu-bar-container .menu-wrap .menu {
    /* DROPDOWN MOBILE */
  }
  .header-menu-bar-container .menu-wrap .menu .dropdown-menu {
    position: static;
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 0;
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
  }
  .header-menu-bar-container .menu-wrap .menu .dropdown.open > .dropdown-menu {
    display: block;
    max-height: 400px;
  }
  .header-menu-bar-container .menu-wrap .menu .dropdown .dropdown-menu a {
    padding-left: 30px;
  }
}
@media (max-width: 574px) {
  .header .header-container .header-right .badge {
    display: none;
  }
  .header .header-container .header-center h1 {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
  .header-menu-bar-container {
    top: 9.8rem;
  }
}
.footer {
  width: 100%;
  background-color: var(--clr-white);
}
.footer .footer-container {
  max-width: 140rem;
  margin: 0 auto;
  padding: 2rem 0 0 0;
}
.footer .footer-container .footer-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2.4rem;
  justify-items: center;
  border-bottom: 1px solid var(--bg-300);
}
.footer .footer-container .footer-details .brand-details {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 27rem;
}
.footer .footer-container .footer-details .brand-details .brand-details-brnding {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.footer .footer-container .footer-details .brand-details .brand-details-brnding .branding-footer-logo {
  width: 5rem;
  height: 5rem;
}
.footer .footer-container .footer-details .brand-details .brand-details-brnding h2 {
  font-size: 2rem;
  line-height: normal;
}
.footer .footer-container .footer-details .brand-details .brand-details-others h5 {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.footer .footer-container .footer-details .brand-details .brand-details-others p {
  font-weight: 500;
}
.footer .footer-container .footer-details .footer-divs {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .footer-container .footer-details .footer-divs h5 {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.footer .footer-container .footer-details .footer-divs .footer-social-media-icons {
  display: flex;
  gap: 1rem;
}
.footer .footer-container .footer-details .footer-divs .footer-social-media-icons div {
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  background-color: transparent;
  overflow: hidden;
}
.footer .footer-container .footer-details .footer-divs .footer-social-media-icons div a {
  padding: 3.5rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  background-color: var(--bg-200);
}
.footer .footer-container .footer-details .footer-divs .footer-social-media-icons .whatsapp-icon {
  transition: var(--primary-transition);
}
.footer .footer-container .footer-details .footer-divs .footer-social-media-icons .whatsapp-icon:hover {
  color: var(--clr-white);
  background-color: var(--clr-green);
}
.footer .footer-container .footer-details .footer-divs .footer-social-media-icons .facebook-icon {
  transition: var(--primary-transition);
}
.footer .footer-container .footer-details .footer-divs .footer-social-media-icons .facebook-icon:hover {
  color: var(--clr-white);
  background-color: var(--clr-blue);
}
.footer .footer-container .footer-details .footer-divs .footer-social-media-icons .insta-icon {
  transition: var(--primary-transition);
}
.footer .footer-container .footer-details .footer-divs .footer-social-media-icons .insta-icon:hover {
  color: var(--clr-white);
  width: 100px;
  height: 100px;
  background: #f09433;
  background: var(--instagram-gradient);
}
.footer .footer-container .footer-details .footer-divs .footer-social-media-icons .youtube-icon {
  transition: var(--primary-transition);
}
.footer .footer-container .footer-details .footer-divs .footer-social-media-icons .youtube-icon:hover {
  color: var(--clr-white);
  background-color: var(--clr-red);
}
.footer .footer-container .footer-details .footer-quick-links {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .footer-container .footer-details .footer-quick-links a {
  font-size: 1.3rem;
  line-height: 1.8rem;
  transition: var(--primary-transition);
}
.footer .footer-container .footer-details .footer-quick-links a:hover {
  font-weight: 700;
  color: var(--clr-primary);
  padding-left: 0.7rem;
}
.footer .footer-container .footer-copyright {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1rem;
}

@media (max-width: 629px) {
  .footer .footer-container .footer-details {
    padding-bottom: 1.5rem;
  }
  .footer .footer-container .footer-details .footer-divs {
    align-items: center;
  }
  .footer .footer-container .footer-details .footer-divs h5 {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
  .footer .footer-container .footer-details .footer-quick-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .footer-container .footer-details .footer-quick-links a:hover {
    padding-left: 0;
  }
}
.section-hero .hero-section-container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.section-hero .hero-section-container .hero-section-details {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 8rem 0 8rem;
  gap: 2rem;
}
.section-hero .hero-section-container .hero-section-details .hero-section-left {
  width: 70rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section-hero .hero-section-container .hero-section-details .hero-section-left h1 {
  font-size: 3rem;
  text-transform: uppercase;
}
.section-hero .hero-section-container .hero-section-details .hero-section-left p {
  padding-top: 1rem;
}
.section-hero .hero-section-container .hero-section-details .hero-section-left .hero-section-left-container-cards {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.section-hero .hero-section-container .hero-section-details .hero-section-left .hero-section-left-container-cards .hero-section-cards {
  display: flex;
  border-radius: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #e6e6e6;
  background-color: var(--bg-200);
  text-align: center;
  justify-content: center;
  align-items: center;
}
.section-hero .hero-section-container .hero-section-details .hero-section-left .hero-section-left-container-cards .hero-section-cards h2 {
  padding: 0.3rem 1.4rem;
  font-size: 1.7rem;
}
.section-hero .hero-section-container .hero-section-details .hero-section-left .hero-section-left-container-cards .hero-section-cards h2 span {
  font-weight: 400;
}
.section-hero .hero-section-container .hero-section-details .hero-section-left .hero-section-social-media-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 0 2rem 0rem;
  gap: 1rem;
}
.section-hero .hero-section-container .hero-section-details .hero-section-left .hero-section-social-media-icons div {
  display: flex;
  width: 4.5rem;
  height: 4.5rem;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  border-radius: 1.4rem;
  background-color: transparent;
  overflow: hidden;
  transition: var(--primary-transition);
}
.section-hero .hero-section-container .hero-section-details .hero-section-left .hero-section-social-media-icons div a {
  padding: 4rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 2.7rem;
  background-color: var(--bg-200);
}
.section-hero .hero-section-container .hero-section-details .hero-section-left .hero-section-social-media-icons div:hover {
  transform: translateY(-1rem);
  border-radius: 50%;
}
.section-hero .hero-section-container .hero-section-details .hero-section-left .hero-section-social-media-icons .whatsapp-icon {
  transition: var(--primary-transition);
}
.section-hero .hero-section-container .hero-section-details .hero-section-left .hero-section-social-media-icons .whatsapp-icon:hover {
  color: var(--clr-white);
  background-color: var(--clr-green);
}
.section-hero .hero-section-container .hero-section-details .hero-section-left .hero-section-social-media-icons .facebook-icon {
  transition: var(--primary-transition);
}
.section-hero .hero-section-container .hero-section-details .hero-section-left .hero-section-social-media-icons .facebook-icon:hover {
  color: var(--clr-white);
  background-color: var(--clr-blue);
}
.section-hero .hero-section-container .hero-section-details .hero-section-left .hero-section-social-media-icons .insta-icon {
  transition: var(--primary-transition);
}
.section-hero .hero-section-container .hero-section-details .hero-section-left .hero-section-social-media-icons .insta-icon:hover {
  color: var(--clr-white);
  width: 100px;
  height: 100px;
  background: #f09433;
  background: var(--instagram-gradient);
}
.section-hero .hero-section-container .hero-section-details .hero-section-left .hero-section-social-media-icons .youtube-icon {
  transition: var(--primary-transition);
}
.section-hero .hero-section-container .hero-section-details .hero-section-left .hero-section-social-media-icons .youtube-icon:hover {
  color: var(--clr-white);
  background-color: var(--clr-red);
}
.section-hero .hero-section-container .hero-section-details .hero-section-right {
  margin-top: -3rem;
}
.section-hero .hero-section-container .hero-section-details .hero-section-right .hero-section-right-image-container {
  width: -moz-fit-content;
  width: fit-content;
}
.section-hero .hero-section-container .hero-section-details .hero-section-right .hero-section-right-image-container img {
  width: 45rem;
}
.section-hero .hero-section-container .hero-section-marque-text {
  background-color: var(--clr-primary);
  height: -moz-fit-content;
  height: fit-content;
  width: 100vw;
  margin-top: 9rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.section-hero .hero-section-container .hero-section-marque-text marquee {
  padding: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--clr-white);
}

@media (max-width: 1080px) {
  .section-hero {
    height: -moz-fit-content;
    height: fit-content;
  }
  .section-hero .hero-section-container {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
  }
  .section-hero .hero-section-container .hero-section-details {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 6rem;
  }
  .section-hero .hero-section-container .hero-section-details .hero-section-left {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .section-hero .hero-section-container .hero-section-marque-text {
    background-color: var(--clr-primary);
    height: -moz-fit-content;
    height: fit-content;
    width: 100vw;
    margin-top: 9rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 992px) {
  .section-hero {
    height: -moz-fit-content;
    height: fit-content;
  }
  .section-hero .hero-section-container {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
  }
  .section-hero .hero-section-container .hero-section-details {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column-reverse;
  }
  .section-hero .hero-section-container .hero-section-details .hero-section-left {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .section-hero .hero-section-container .hero-section-marque-text {
    background-color: var(--clr-primary);
    height: -moz-fit-content;
    height: fit-content;
    width: 100vw;
    margin-top: 6.5rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 878px) {
  .section-hero {
    height: -moz-fit-content;
    height: fit-content;
  }
  .section-hero .hero-section-container {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
  }
  .section-hero .hero-section-container .hero-section-details {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column-reverse;
  }
  .section-hero .hero-section-container .hero-section-details .hero-section-left {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .section-hero .hero-section-container .hero-section-marque-text {
    background-color: var(--clr-primary);
    height: -moz-fit-content;
    height: fit-content;
    width: 100vw;
    margin-top: 5rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 780px) {
  .section-hero {
    height: -moz-fit-content;
    height: fit-content;
  }
  .section-hero .hero-section-container {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
  }
  .section-hero .hero-section-container .hero-section-details {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column-reverse;
  }
  .section-hero .hero-section-container .hero-section-details .hero-section-left {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .section-hero .hero-section-container .hero-section-marque-text {
    background-color: var(--clr-primary);
    height: -moz-fit-content;
    height: fit-content;
    width: 100vw;
    margin-top: 4rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 572px) {
  .section-hero {
    height: -moz-fit-content;
    height: fit-content;
  }
  .section-hero .hero-section-container {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
  }
  .section-hero .hero-section-container .hero-section-details {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column-reverse;
  }
  .section-hero .hero-section-container .hero-section-details .hero-section-left {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .section-hero .hero-section-container .hero-section-marque-text {
    background-color: var(--clr-primary);
    height: -moz-fit-content;
    height: fit-content;
    width: 100vw;
    margin-top: 2.8rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 493px) {
  .section-hero {
    height: -moz-fit-content;
    height: fit-content;
  }
  .section-hero .hero-section-container {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
  }
  .section-hero .hero-section-container .hero-section-details {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column-reverse;
  }
  .section-hero .hero-section-container .hero-section-details .hero-section-left {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .section-hero .hero-section-container .hero-section-details .hero-section-right {
    margin-top: -3rem;
  }
  .section-hero .hero-section-container .hero-section-details .hero-section-right .hero-section-right-image-container {
    width: -moz-fit-content;
    width: fit-content;
  }
  .section-hero .hero-section-container .hero-section-details .hero-section-right .hero-section-right-image-container img {
    width: 35rem;
  }
  .section-hero .hero-section-container .hero-section-marque-text {
    background-color: var(--clr-primary);
    height: -moz-fit-content;
    height: fit-content;
    width: 100vw;
    margin-top: 1.7rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 394px) {
  .section-hero {
    height: -moz-fit-content;
    height: fit-content;
  }
  .section-hero .hero-section-container {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
  }
  .section-hero .hero-section-container .hero-section-details {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column-reverse;
  }
  .section-hero .hero-section-container .hero-section-details .hero-section-left {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .section-hero .hero-section-container .hero-section-details .hero-section-right {
    margin-top: -3rem;
  }
  .section-hero .hero-section-container .hero-section-details .hero-section-right .hero-section-right-image-container {
    width: -moz-fit-content;
    width: fit-content;
  }
  .section-hero .hero-section-container .hero-section-details .hero-section-right .hero-section-right-image-container img {
    width: 25rem;
  }
  .section-hero .hero-section-container .hero-section-marque-text {
    background-color: var(--clr-primary);
    height: -moz-fit-content;
    height: fit-content;
    width: 100vw;
    margin-top: 0.3rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
  }
}
.about-us {
  padding: 2rem 10rem;
}
.about-us .about-us-container {
  display: flex;
  gap: 2.5rem;
}
.about-us .about-us-container .about-us-left-container {
  width: 140rem;
  background-color: var(--clr-primary);
  display: flex;
  overflow: hidden;
  border-radius: 0.5rem 32% 0.5rem 32%;
}
.about-us .about-us-container .about-us-left-container .about-us-left-img-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem 50% 0.5rem 50%;
  overflow: hidden;
}
.about-us .about-us-container .about-us-left-container .about-us-left-img-container img {
  height: 20rem;
}
.about-us .about-us-container .about-us-right-container {
  display: flex;
  flex-direction: column;
}
.about-us .about-us-container .about-us-right-container span {
  font-size: 4.5rem;
  font-family: var(--tts-calligraphy-font);
  color: var(--clr-primary);
  font-weight: 600;
}
@media (max-width: 1180px) {
  .about-us {
    padding: 2rem 8rem;
  }
  .about-us .about-us-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .about-us .about-us-container .about-us-left-container {
    width: 100%;
    background-color: var(--clr-primary);
    display: flex;
    overflow: hidden;
    border-radius: 0.5rem;
    align-items: center;
    justify-content: center;
  }
  .about-us .about-us-container .about-us-left-container .about-us-left-img-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .about-us .about-us-container .about-us-left-container .about-us-left-img-container img {
    width: 100%;
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .about-us .about-us-container .about-us-right-container {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .about-us .about-us-container .about-us-right-container span {
    font-size: 4.5rem;
    font-family: var(--tts-calligraphy-font);
    color: var(--clr-primary);
    font-weight: 600;
  }
}
.faq-section {
  background: var(--clr-gray-100);
  padding: 8rem 1.6rem;
}
.faq-section .container {
  max-width: 100rem;
  margin: auto;
}
.faq-section .faq-header {
  text-align: center;
  margin-bottom: 50px;
}
.faq-section .faq-list {
  margin-bottom: 7rem;
}
.faq-section .faq-list .faq-item {
  border-bottom: 1px solid color-mix(in srgb, var(--text-100) 15%, transparent);
  transition: background 0.25s ease;
}
.faq-section .faq-list .faq-item:hover {
  border-radius: 0.5rem;
  background: color-mix(in srgb, var(--clr-primary) 3%, transparent);
}
.faq-section .faq-list .faq-item .faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem 1.5rem;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: var(--text-200);
  transition: color 0.2s ease;
}
.faq-section .faq-list .faq-item .faq-question span {
  font-size: 1.6rem;
  line-height: 1;
  transition: transform 0.35s ease, color 0.2s ease;
}
.faq-section .faq-list .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease, opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(-6px);
}
.faq-section .faq-list .faq-item .faq-answer p {
  background-color: red;
  padding: 1rem 1.5rem 1.2rem;
  color: color-mix(in srgb, var(--text-100) 80%, transparent);
  font-size: 1.4rem;
  line-height: 1.7;
  background: color-mix(in srgb, var(--clr-gray-300) 90%, transparent);
}
.faq-section .faq-list .faq-item.active {
  background: color-mix(in srgb, var(--text-100) 4%, transparent);
}
.faq-section .faq-list .faq-item.active .faq-question {
  color: var(--text-100);
}
.faq-section .faq-list .faq-item.active .faq-question span {
  transform: rotate(45deg);
}
.faq-section .faq-list .faq-item.active .faq-answer {
  max-height: 300px;
  opacity: 1;
  transform: translateY(0);
}
.faq-section .faq-form {
  background: var(--clr-white);
  padding: 40px;
  border-radius: 8px;
  text-align: center;
}
.faq-section .faq-form form {
  padding-top: 1rem;
  max-width: 500px;
  margin: auto;
}
.faq-section .faq-form form .form-group {
  margin-bottom: 16px;
}
.faq-section .faq-form form .form-group input,
.faq-section .faq-form form .form-group textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: var(--clr-gray-100);
  resize: none;
}
.faq-section .faq-form form .form-group input:focus,
.faq-section .faq-form form .form-group textarea:focus {
  outline: none;
  border-color: var(--clr-primary);
}
.faq-section .faq-form form button {
  background: #111;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9rem;
}
.faq-section .faq-form form button:hover {
  background: #333;
}/*# sourceMappingURL=main.css.map */