/* ----- Document ----- */

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none;
  padding: 0;
  margin: 0;
}

body::-webkit-scrollbar {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  background-color: #fafafa;
  color: #1d1d1d;
  font-family: "Raleway", sans-serif;
  letter-spacing: 2.4px;
  margin: auto;
  max-width: 1920px;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  border-radius: 2px;
}

ol,
ul,
li,
a {
  text-decoration: none;
  color: #1d1d1d;
  font-family: "Raleway", sans-serif;
  list-style: none;
}

h1 {
  font-size: 78px;
  font-weight: 700;
}

h2 {
  font-size: 70px;
  font-weight: 700;
}

h3 {
  font-size: 56px;
  font-weight: 700;
}

h4 {
  font-size: 2rem;
  font-weight: 600;
}

h5 {
  font-size: 1.5rem;
  font-weight: 500;
}

h6 {
  font-size: 1rem;
  font-weight: 500;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1.2px;
}

button {
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  cursor: pointer;
}

.border-rad {
  border-radius: 2px;
}

.container {
  padding: 0 5rem;
}

/* Navigation */

nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fafafa;
  z-index: 20;
  position: relative;
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 5rem;
}

.nav-content img {
  max-width: 240px !important;
}

.nav-content .contact svg:hover path {
  fill: #1d1d1d;
  transition: 0.4s;
}

.nav-content .contact svg:hover circle {
  stroke: #fafafa;
  fill: #fafafa;
  transition: 0.4s;
}

.v2 .nav-content .contact svg:hover path {
  fill: #fafafa;
  transition: 0.4s;
}

.v2 .nav-content .contact svg:hover circle {
  stroke: #1d1d1d;
  fill: #1d1d1d;
  transition: 0.4s;
}

.menu {
  border: 1px solid #fafafa;
  padding: 1rem 1.5rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
}

.menu h5 span {
  padding-left: 1rem;
}

nav hr {
  border-top: 1px solid #fafafa;
  opacity: 0.12;
}

nav.v2 {
  color: #1d1d1d;
  background-color: #fff;
}

nav.v2 .menu {
  border: 1px solid #1d1d1d !important;
}

nav.v2 hr {
  border-top: 1px solid #1d1d1d !important;
}

.hamburger-menu {
  display: none;
  height: 48px;
  width: 48px;
  transform: 0.2s;
  position: relative;
}

.hamburger-menu .checkbox {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.v2 .line {
  stroke: #1d1d1d;
}

.line {
  transition: 0.5s;
  stroke-width: 2px;
  stroke: #fafafa;
}

.line-two {
  transition: 0.5s;
  stroke-width: 2px;
  stroke: #1d1d1d;
}

.lineTop {
  stroke-dashoffset: 25;
}

.lineBottom {
  stroke-dashoffset: 60;
}

.lineMid {
  stroke-dasharray: 40 40;
}

/* .hamburger-menu .checkbox:checked + svg .line {
  stroke: #fff;
} */

.hamburger-menu .checkbox:checked + svg .lineTop {
  stroke-dashoffset: 0;
  transform-origin: left;
  transform: rotateZ(45deg) translate(-7px, -5px);
}

.hamburger-menu .checkbox:checked + svg .lineMid {
  stroke-dashoffset: 40;
}

.hamburger-menu .checkbox:checked + svg .lineBottom {
  stroke-dashoffset: 0;
  transform-origin: left;
  transform: rotateZ(-45deg) translate(-5px, 5px);
}

.close-btn-top {
  stroke-dashoffset: 0;
  transform-origin: left;
  transform: rotateZ(45deg) translate(-7px, -5px);
}

.close-btn-bottom {
  stroke-dashoffset: 0;
  transform-origin: left;
  transform: rotateZ(-45deg) translate(-5px, 5px);
}

/* Submenu */

.menu:hover {
  background-color: #fafafa;
  user-select: none;
  transition: 0.4s;
}

.v2 .menu:hover {
  background-color: #1d1d1d;
}

.menu a {
  color: inherit;
}

.menu .arrow {
  transition: all 0.4s cubic-bezier(0.4, 1, 0.4, 1);
}

.menu .item {
  position: relative;
}

.submenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  border-radius: 0 0 2px 2px;
  left: -1px;
  width: 276px;
  border: 1px solid #fafafa;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-16px);
  transition: all 0.4s cubic-bezier(0.4, 1, 0.4, 1);
  z-index: 1;
}

.v2 .submenu {
  border: 1px solid #1d1d1d;
}

.menu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  border-top: transparent;
  border-color: #fafafa;
}

.v2 .menu:hover .submenu {
  border-color: #1d1d1d;
}

.menu:hover .nav-menu-top {
  color: #1d1d1d;
}

.v2 .menu:hover .nav-menu-top {
  color: #fafafa;
}

.menu:hover .nav-menu-top svg {
  transform: rotate(-180deg);
}

.menu:hover .nav-menu-top svg path {
  fill: #1d1d1d;
}

.v2 svg path {
  fill: #1d1d1d;
}

.v2 .menu:hover .nav-menu-top svg path {
  fill: #fafafa;
}

.submenu .submenu-item {
  width: 100%;
  transition: 0.4s;
}

.submenu .submenu-link {
  display: block;
  padding: 1rem 1.5rem;
  width: 100%;
  position: relative;
  text-align: center;
  transition: 0.4s;
  background-color: rgb(29, 29, 29, 0.8);
  font-size: 1rem;
  line-height: 1.5rem;
}

.v2 .submenu .submenu-link {
  background-color: rgb(250, 250, 250, 0.8);
}

.submenu .submenu-link:hover {
  background-color: #fafafa;
  /* transition: 0.2s; */
}

.v2 .submenu .submenu-link:hover {
  background-color: #1d1d1d;
}

.submenu:hover > :not(.submenu-item:hover) {
  transition: 0.4s;
  filter: blur(0.48px);
}

.submenu .submenu-link:hover {
  color: #1d1d1d;
}

.v2 .submenu .submenu-link:hover {
  color: #fafafa;
}

/* Pop-up */
.no-scroll {
  overflow: hidden;
}

.pop-up {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 100%;
  background-color: #fff;
  border-radius: 2px 2px 0 0;
  z-index: 100;
  bottom: 0;
  transform: translateY(100%);
}

.menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem;
  border-bottom: 1px solid rgba(29, 29, 29, 0.4);
  background-color: #fafafa;
}

.menu-top .logo {
  max-width: 240px;
}

.pop-up .line {
  stroke: #1d1d1d;
}

.pop-up-menu {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.chevron {
  position: absolute;
  right: 0;
  margin-right: 3.5rem;
}

.pop-up-menu hr {
  border-top: 1px solid #1d1d1d;
  opacity: 0.08;
  width: 100%;
}

.pop-up-menu div {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 2.5rem;
}

.pop-up-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pop-up-contact h5 {
  font-weight: 600;
}

/* Hero */

.hero-background {
  /* background-image: url("images/hero.png"); */
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("images/hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  z-index: 1;
  height: fit-content;
  width: 100%;
  /* filter: brightness(0.3); */
  /* background-size: 101%; */
  margin-top: -220px;
  padding-top: 220px;
}

.triangle-container {
  position: absolute;
  width: 100%;
  top: 80px;
  overflow: hidden;
  height: 100%;
  z-index: -1;
}

.triangle {
  transform: rotate(-28.24deg);
  width: 2124px;
  height: 1639px;
  position: absolute;
  z-index: -99;
  background: #fafafa;
  top: 420px;
  right: -790px;
}

.hero {
  display: grid;
  grid-template-columns: [first] auto [line2] auto [line3] auto [end];
  padding: 5rem;
  color: #fafafa;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  z-index: 1;
}

.left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
  max-width: 440px;
}

.hero .left button:hover {
  background-color: #fafafa;
  color: #1d1d1d;
  transition: 0.4s;
}

.left .title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  letter-spacing: 9.6px;
}

.left h5 {
  letter-spacing: 4px;
  line-height: 40px;
  font-weight: 400;
}

.left button {
  width: 100%;
  font-size: 1.5rem;
  border: 1px solid #fafafa;
  background-color: transparent;
  color: #fafafa;
  padding: 1.5rem 0;
}

.hero .middle {
  overflow: hidden;
  position: relative;
}

.middle .hero-image {
  width: 40vw;
  height: 100%;
  background-size: 120%;
  background-image: url(images/hero-middle-image.jpg);
  background-position: center;
  animation: pan-image 40s linear infinite;
}

@keyframes pan-image {
  from {
    background-position: 0% 0%;
  }
  32% {
    background-position: 100% 20%;
  }

  64% {
    background-position: 40% 100%;
  }
  to {
    background-position: 0% 0%;
  }
}

.ca-middle-hero {
  position: absolute;
  z-index: 100;
  background-image: linear-gradient(rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.88));
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  opacity: 0;
  user-select: none;
  cursor: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.ca-middle-hero.active {
  opacity: 1 !important;
}

.ca-middle-hero .content.active {
  opacity: 1 !important;
  /* position: relative !important; */
  margin: 0 !important;
  order: 0 !important;
}

.cortizo {
  padding-top: 1.5rem;
  width: 240px;
}

.hidden {
  position: absolute;
}

.middle-border {
  padding: 2.5rem;
  border: 1px solid #fa7f20;
  height: 100%;
  transition: 0.4s;
}

.ca-middle-hero .content.ca {
  padding: 4rem;
  /* border: 1px solid #fa7f20; */
  height: 100%;
  opacity: 0;
  user-select: none;
  cursor: auto;
  position: absolute;
  /* display: hidden; */
  transition: 0.4s;
  top: 0;
  left: 0;
  order: 1;
}

.ca-middle-hero .content.cc {
  padding: 4rem;
  /* border: 1px solid #1B4A90; */
  height: 100%;
  opacity: 0;
  user-select: none;
  cursor: auto;
  position: absolute;
  /* display: hidden; */
  transition: 0.4s;
  top: 0;
  left: 0;
  order: 1;
}

.ca-middle-hero .content.cd {
  padding: 4rem;
  /* border: 1px solid #396A39; */
  height: 100%;
  opacity: 0;
  user-select: none;
  cursor: auto;
  position: absolute;
  /* display: hidden; */
  transition: 0.4s;
  top: 0;
  left: 0;
  order: 1;
}

.ca-middle-hero .content.ca hr {
  border-top: 1px solid #fa7f20;
  margin: 1rem 0;
  width: 240px;
}

.ca-middle-hero .content.cc hr {
  border-top: 1px solid #1b4a90;
  margin: 1rem 0;
  width: 240px;
}

.ca-middle-hero .content.cd hr {
  border-top: 1px solid #396a39;
  margin: 1rem 0;
  width: 240px;
}

.ca-middle-hero .content p {
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 300;
}

.ca-middle-hero .top {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.right {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.right div {
  position: relative;
  filter: drop-shadow(
    8px 8px 4px
      rgba(
        0.11372549086809158,
        0.11372549086809158,
        0.11372549086809158,
        0.03999999910593033
      )
  );
  color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right img {
  min-width: 440px;
}

.hero .right div:hover img {
  filter: brightness(0.4);
  transition: 0.4s;
}

.right div:hover .hero-right-title {
  opacity: 0;
  transition: 0.2s;
}

.right div:hover .visit-site {
  opacity: 1;
  transition: 0.4s;
  transform: translateY(50%);
  transition: all 0.4s cubic-bezier(0.4, 1, 0.4, 1);
  display: block;
}

.right h5 {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}

.hero .right .visit-site {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 12px;
  opacity: 0;
  transform: translateY(100%);
  display: hidden;
  pointer-events: none;
}

/* About Us */
.about-us {
  display: flex;
  flex-direction: column;
  margin: 5rem;
  text-align: center;
  filter: drop-shadow(
    8px 8px 4px
      rgba(
        0.11372549086809158,
        0.11372549086809158,
        0.11372549086809158,
        0.03999999910593033
      )
  );
  background-color: #fff;
  padding: 5rem !important;
}

.about-us hr {
  border-top: 1px solid #1d1d1d;
  width: 120px;
  margin: 1rem auto 2.5rem;
}

.about-us h6 {
  font-weight: 400;
  max-width: 1080px;
  margin: auto;
  line-height: 32px;
}

/* Subsidiaries */

.subsidiaries {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  /* padding-top: 5rem; */
  margin-bottom: 5rem;
}

.subsidiaries-container {
  display: grid;
  grid-template-columns: [first] auto [line2] auto [end];
  justify-content: space-between;
  gap: 80px;
}

.sub-left {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.subsidiary {
  background-color: #fff;
  max-width: 1070px;
  max-height: fit-content;
  filter: drop-shadow(
    8px 8px 4px
      rgba(
        0.11372549086809158,
        0.11372549086809158,
        0.11372549086809158,
        0.03999999910593033
      )
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem;
}

.subsidiary img {
  filter: brightness(0.92);
}

.cd.subsidiary img,
.cd.subsidiary button,
.cd.subsidiary a,
.cd.subsidiary hr,
.featured-item.second {
  /* filter: grayscale(64%); */
  /* pointer-events: none; */
  /* cursor: default; */
}

.subsidiary hr {
  width: 240px;
  margin: 1rem auto 2.5rem;
}

.subsidiary.ca hr {
  border-top: 1px solid #fa7f20;
}

.subsidiary.cc hr {
  border-top: 1px solid #1b4a90;
}

.subsidiary.cd hr {
  border-top: 1px solid #396a39;
}

.subsidiaries .ca button:hover {
  border: 1px solid #fa7f20;
  background-color: transparent;
  color: #fa7f20;
  transition: 0.4s;
  height: 56px;
}

.subsidiaries .cc button:hover {
  border: 1px solid #1b4a90;
  background-color: transparent;
  color: #1b4a90;
  transition: 0.4s;
  height: 56px;
}

.subsidiaries .cd button:hover {
  border: 1px solid #396a39;
  background-color: transparent;
  color: #396a39;
  transition: 0.4s;
  height: 56px;
}

.information {
  display: flex;
  gap: 2.5rem;
  max-height: 284px;
}

.information p {
  overflow-y: scroll;
}

.subsidiary .description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.subsidiary button {
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fafafa;
}

.subsidiary a {
  width: fit-content;
}

.ca-btn {
  background-color: #fa7f20;
}

.cc-btn {
  background-color: #1b4a90;
}

.cd-btn {
  background-color: #396a39;
}

.gallery {
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  position: relative;
}

.gallery .title {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
}

.ca .gallery .title h6 {
  color: #fa7f20;
}

.visit-ca {
  color: #fa7f20;
}

.visit-cc {
  color: #1b4a90;
}

.cc .gallery .title h6 {
  color: #1b4a90;
}

.visit-cd {
  color: #396a39;
}

.cd .gallery .title h6 {
  color: #396a39;
}

.carousel-container {
  height: 160px;
}

.carousel {
  display: flex;
  gap: 1.5rem;
  position: absolute;
  overflow: hidden;
  width: 100%;
}

.carousel a {
  min-width: 200px;
  min-height: 160px;
}

.carousel img {
  filter: brightness(0.8);
  transition: 0.4s;
}

.carousel img:hover {
  filter: brightness(0.92);
}

.slider {
  width: 100%;
  height: 8px;
  border-radius: 2px;
  /* background: #ffffff;
  box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.04); */
  display: flex;
}

.slider-tab {
  cursor: pointer;
  appearance: none;
  border-radius: 2px;
  width: 100%;
}

.slider-tab::-webkit-slider-thumb {
  appearance: none;
  width: 320px;
  height: 8px;
  border-radius: 2px;
  background: #515257;
  cursor: pointer;
  opacity: 0.8;
}

.slider-tab::-moz-range-thumb {
  appearance: none;
  width: 320px;
  height: 8px;
  border-radius: 2px;
  background: #515257;
  cursor: pointer;
  opacity: 0.8;
}

.slider-tab::-webkit-slider-thumb:hover {
  opacity: 1;
  transition: 0.2s;
}

.slider-tab::-moz-range-thumb:hover {
  opacity: 1;
  transition: 0.2s;
}

.sub-right {
  display: flex;
  flex-direction: column;
}

.featured {
  max-width: 610px;
  position: sticky;
  top: 5rem;
  background-color: #fff;
  filter: drop-shadow(
    8px 8px 4px
      rgba(
        0.11372549086809158,
        0.11372549086809158,
        0.11372549086809158,
        0.03999999910593033
      )
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem;
  gap: 2.5rem;
}

.featured hr {
  width: 80px;
  margin: 1rem auto 0;
  border-top: 1px solid #1d1d1d;
}

.featured h5 {
  font-weight: 600;
}

.featured img {
  border-radius: 2px 0 0 2px !important;
}

.featured-item {
  display: flex;
  background-color: #fff;
  filter: drop-shadow(
    8px 8px 4px
      rgba(
        0.11372549086809158,
        0.11372549086809158,
        0.11372549086809158,
        0.03999999910593033
      )
  );
}

.featured-item .description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
}

.featured-item span {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
}

.featured-item.first span a,
.featured-item.first h5:hover {
  color: #fa7f20;
}

.featured-item.second span a,
.featured-item.second h5:hover {
  color: #1b4a90;
}

/* Footer */

footer {
  display: flex;
  justify-content: space-between;
  padding: 5rem;
  background-color: #fff;
  max-width: 100vw;
}

footer hr {
  display: none;
}

footer svg {
  width: fit-content;
}

footer h5 {
  letter-spacing: 2.4px !important;
  line-height: 36px;
}

footer h5 a:hover {
  font-weight: 600;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.footer-middle {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  /* position: absolute; */
  left: 0;
  right: 0;
  justify-self: center;
  white-space: nowrap;
}

.footer-middle div,
.footer-right div {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Privacy Policy & Terms and Conditions */

.legal-hero {
  background-color: #fafafa;
  padding: 80px 0 80px 160px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1rem;
  margin: auto;
}

.legal-container {
  background-color: #fafafa;
  padding: 0 5rem;
}

.legal-info {
  background-color: #fff;
  padding: 80px;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  /* max-width: 1366px; */
  margin: 0 auto 5rem;
  filter: drop-shadow(
    8px 8px 4px
      rgba(
        0.11372549086809158,
        0.11372549086809158,
        0.11372549086809158,
        0.03999999910593033
      )
  );
}

.legal-info hr {
  border: 1px solid #1d1d1d;
  max-width: 120px;
  opacity: 0.24;
  margin-bottom: 1rem;
}

.legal-info h5 {
  padding-bottom: 0.75rem;
  font-weight: 600;
}

.legal-info h6 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.legal-info ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.legal-info li {
  list-style: inside;
}

.legal-info p,
.legal-info li {
  font-size: 1.25rem;
  line-height: 30px;
}

.terms-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Contact Us */

.contact-background {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("images/contact-us-hero.png");
  background-size: cover;
  margin-top: -220px;
  z-index: -99;
  padding: 220px 0 80px;
}

.contact-us {
  background-color: #fff;
  padding: 2.5rem;
  margin: 5rem 5rem 0;
  filter: drop-shadow(
    8px 8px 4px
      rgba(
        0.11372549086809158,
        0.11372549086809158,
        0.11372549086809158,
        0.03999999910593033
      )
  );
  display: flex;
  gap: 5rem;
}

.contact-info {
  width: 100%;
}

.contact-info h6 {
  white-space: nowrap;
}

.contact-us img {
  min-height: 100%;
  width: 46%;
}

.contact-us h3 {
  padding-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 4px;
}

.sub-favicon {
  height: 32px;
  width: fit-content;
  min-width: 65px;
  max-width: 65px;
}

.website-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.website-info div {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.website-info hr {
  width: 240px;
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
}

.website-info .first {
  padding-bottom: 0.5rem;
}

.website-info .second svg {
  margin-left: 19px;
}

.website-info .second h5 {
  margin-left: 20px;
}

.website-info .third svg {
  margin-left: 20px;
}

.website-info .third h5 {
  margin-left: 24px;
}

.website-info .fourth svg {
  margin-left: 22px;
}

.website-info .fourth h5 {
  margin-left: 22px;
}

.website-info:nth-child(2) hr {
  border: 1px solid #fa7f20;
}

.website-info:nth-child(2) h6 {
  color: #fa7f20;
}

.website-info:nth-child(3) hr {
  border: 1px solid #1b4a90;
}

.website-info:nth-child(3) h6 {
  color: #1b4a90;
}

.website-info:nth-child(4) hr {
  border: 1px solid #396a39;
}

.website-info:nth-child(4) h6 {
  color: #396a39;
}

/* Sticky Menu */

.sticky-menu {
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  z-index: 100;
}

.sticky-menu svg {
  cursor: pointer;
  transition: 0.2s;
  filter: drop-shadow(
    2px 4px 4px
      rgba(
        0.11372549086809158,
        0.11372549086809158,
        0.11372549086809158,
        0.07999999821186066
      )
  );
}

.sticky-menu svg:hover {
  transform: scale(1.04);
}

.main-btn {
  height: 80px;
  position: relative;
  z-index: 2;
}

.sub-menu {
  position: relative;
  height: 80px;
  width: 80px;
  display: flex;
  top: 0;
  margin-top: -80px;
  padding: 0.5rem;
}

.sub-circle {
  position: absolute;
  padding: 0;
  border-radius: 25px;
  height: 64px;
  color: transparent;
  border-radius: 32px;
}

.sticky-menu #first,
.sticky-menu #second,
.sticky-menu #third {
  position: absolute;
}

.mobile-btn {
  display: none;
}

.menu-tag {
  background-color: #fff;
  filter: drop-shadow(
    4px 4px 2px
      rgba(0.11372549086809158, 0.11372549086809158, 0.11372549086809158, 0.04)
  );
  padding: 0.75rem 1rem;
  width: fit-content;
  white-space: nowrap;
  height: 42px;
  position: absolute;
  z-index: 108;
  display: none;
  opacity: 0;
  transition: 0.4s;
}

.menu-tag svg {
  margin-top: 10px;
  margin-left: 182px;
}

.menu-tag#first {
  right: 112px;
  bottom: 96px;
}

.menu-tag#second {
  right: 74px;
  bottom: 173px;
}

.menu-tag#third {
  right: -2px;
  bottom: 211px;
}

.menu-tag#second svg {
  margin-left: 192px;
}

.menu-tag#third svg {
  margin-left: 152px;
}

/* Media Queries */

@media (max-width: 1880px) {
  /* Featured */
  .featured {
    padding: 1.5rem;
    top: 2.5rem;
  }

  /* Hero middle */
  .ca-middle-hero .content p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 1824px) {
  /* Featured */
  .featured {
    display: none;
  }

  /* Subsidiaries */

  .subsidiaries-container {
    gap: 0;
  }

  .subsidiaries {
    align-items: center;
    width: fit-content;
    margin: 0 auto 5rem;
  }

  .subsidiaries h4 {
    align-self: flex-start;
  }

  .subsidiary h4 {
    align-self: center;
  }
}

@media (max-width: 1784px) {
  .triangle {
    transform: rotate(-32.24deg);
    right: -920px;
  }
}

@media (max-width: 1640px) {
  /* Hero */
  .hero {
    grid-template-columns: [first] auto [line2] auto [end];
    justify-content: space-between;
    max-width: 1070px;
    padding: 5rem 0;
    margin: auto;
  }

  .hero .middle {
    display: none;
  }

  /* Triangle */
  .triangle {
    transform: rotate(-42.24deg);
    top: 420px;
    right: -1120px;
  }

  /* Contact Us */
  .contact-us {
    gap: 2.5rem;
  }
}

@media (max-width: 1480px) {
  /* Contact Us */
  .contact-us img {
    width: 36%;
  }
}

@media (max-width: 1440px) {
  .footer-middle {
    position: relative;
  }
}

@media (max-width: 1280px) {
  /* Nav */
  .menu {
    display: none;
  }

  nav .contact {
    display: none;
  }

  .hamburger-menu {
    display: flex;
  }

  /* Footer */
  footer {
    padding: 2.5rem;
  }

  footer h5 {
    font-size: 1rem !important;
    font-weight: 600;
    line-height: 1.5rem;
  }

  footer h4 {
    font-size: 1.25rem;
  }

  .footer-left {
    gap: 1.5rem;
  }

  .footer-middle {
    gap: 1.5rem;
  }

  .footer-middle div,
  .footer-right div {
    gap: 1rem;
  }

  .footer-right a svg {
    max-height: 24px;
    width: fit-content;
  }

  .footer-right a {
    max-height: 24px;
  }

  .footer-right svg,
  .footer-middle svg {
    max-height: 24px;
    width: 2.5rem;
  }

  /* Contact Us */
  .contact-us {
    flex-direction: column;
    padding: 5rem;
  }

  .contact-us img {
    display: none;
  }

  .contact-info {
    width: fit-content;
    margin: auto;
  }
}

@media (max-width: 1232px) {
  /* Subsidiaries */
  .subsidiaries {
    padding: 0;
  }
}

@media (max-width: 1080px) {
  /* Subsidiaries */
  .subsidiary {
    width: 100vw;
  }

  .subsidiaries h4 {
    padding: 0 2.5rem;
  }

  .subsidiary h4 {
    padding: 0;
  }

  /* About Us */
  .about-us {
    width: 100%;
    margin: 5rem auto;
  }
}

@media (max-width: 1024px) {
  /* Hero */
  .hero {
    justify-content: center;
    gap: 0;
  }

  .hero .right {
    display: none;
  }

  .triangle-container {
    display: none;
  }
}

@media (max-width: 980px) {
  /* Footer */
  footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer-left {
    order: 2;
    grid-column: 1 / span 2;
    padding-top: 2.5rem;
    text-align: center;
  }

  .footer-left hr {
    padding-top: 0.5rem;
  }

  .footer-right {
    order: 1;
    justify-self: flex-end;
  }

  .footer-middle {
    justify-self: flex-start;
  }

  footer hr {
    display: flex;
    border-top: 1px solid #1d1d1d;
    opacity: 0.24;
  }

  /* Contact Us */
  .contact-us {
    margin: 5rem 0 0;
  }
}

@media (max-width: 880px) {
  /* Subsidiaries */
  .subsidiaries .information {
    flex-direction: column;
  }

  .information {
    max-height: fit-content;
  }

  .subsidiary button {
    margin-top: 1.5rem;
  }

  /* Privacy & Terms */
  .legal-container {
    padding: 0 2.5rem;
  }

  .legal-hero {
    padding: 5rem 0 5rem 7.5rem;
  }

  /* About Us */
  .about-us {
    padding: 2.5rem;
  }

  .about-us h6 {
    line-height: 1.5rem;
  }
}

@media (max-width: 720px) {
  /* Privacy & Terms */
  .legal-hero {
    padding: 5rem 0 5rem 5rem;
  }

  .legal-container {
    padding: 0;
    width: 100%;
  }

  /* Contact Us */
  .contact-us {
    padding: 2.5rem;
    filter: none;
    border-bottom: 1px solid rgba(29, 29, 29, 0.24);
  }

  .contact-us.border-rad {
    border-radius: 0;
  }

  .contact-background {
    padding: 220px 0 0;
  }

  /* Subsidiaries */
  .contact-us h3 {
    font-size: 2.5rem;
  }

  .contact-us h4 {
    font-size: 1.5rem;
  }

  .contact-us h5 {
    font-size: 1.25rem;
  }

  .contact-us h6 {
    font-size: 0.75rem;
  }

  /* Sticky Menu */

  .sticky-menu {
    bottom: 0;
    right: 0;
  }

  .mobile-btn {
    display: block;
  }

  .desktop-btn {
    display: none;
  }

  .sub-menu {
    padding: 0.75rem;
  }
}

@media (max-width: 601px) {
  /* Body */
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 57px;
  }

  h3 {
    font-size: 45px;
  }

  /* Nav */
  .nav-content {
    padding: 2.5rem;
  }

  .nav-content .logo img {
    max-width: 200px !important;
  }

  /* Hero */

  .hero {
    text-align: center;
  }

  .hero h5 {
    max-width: 360px;
  }

  /* Subsidiaries */
  .subsidiaries h4 {
    font-size: 1.5rem;
  }

  .subsidiaries h5 {
    font-size: 1.25rem;
  }

  .subsidiaries h6 {
    font-size: 0.75rem;
  }

  .slider-tab::-webkit-slider-thumb {
    width: 200px;
    height: 12px;
  }

  .slider-tab::-moz-range-thumb {
    width: 200px;
    height: 12px;
  }

  /* Privacy & Terms */
  .legal-hero {
    padding: 2.5rem 0 2.5rem 2.5rem;
  }

  .legal-info {
    padding: 2.5rem;
  }

  /* Contact Us */
  .contact-us {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}

@media (max-width: 540px) {
  /* Pop-up */
  .pop-up .logo {
    max-width: 200px;
  }

  .pop-up-menu h5 {
    font-size: 1rem;
  }

  .menu-top {
    padding: 1.5rem;
  }

  .pop-up-menu div {
    padding: 1.5rem;
    gap: 0.5rem;
  }

  .chevron {
    margin-right: 1.5rem;
  }

  .pop-up-contact h5 {
    font-size: 1.25rem;
  }

  /* Footer */
  footer h4 {
    font-size: 0.75rem !important;
    font-weight: 600;
  }
  footer h5 {
    font-size: 0.75rem !important;
  }

  .footer-middle div,
  .footer-right div {
    gap: 0.75rem;
  }

  .footer-left {
    padding-top: 1rem;
    gap: 1rem;
  }

  .footer-left hr {
    margin: 0.5rem 0;
    padding-top: 0;
  }

  .footer-right svg {
    display: none;
  }

  .footer-right a svg {
    display: flex;
  }
}

@media (max-width: 440px) {
  footer {
    padding: 1.5rem;
  }

  footer h5 {
    letter-spacing: 1.6px !important;
  }

  /* Contact Us */
  .contact-us h3 {
    font-size: 2rem;
  }

  .contact-us h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .contact-us h5 {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 18px;
  }

  .contact-us h6 {
    white-space: nowrap;
  }

  .website-info div {
    gap: 0.75rem;
  }
}

@media (max-width: 414px) {
  /* Body */
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 44px;
  }
  h3 {
    font-size: 34px;
  }

  /* Nav */
  .nav-content {
    padding: 1.5rem;
  }

  /* Hero */
  .hero h5 {
    max-width: 334px;
  }

  .left {
    gap: 2rem;
  }

  .left button {
    width: fit-content;
    padding: 1.5rem 2.5rem;
  }

  /* Subsidiaries */
  .subsidiaries h4 {
    text-align: center;
    margin: auto;
  }

  .slider-tab::-webkit-slider-thumb {
    width: 120px;
    height: 12px;
  }

  .slider-tab::-moz-range-thumb {
    width: 120px;
    height: 12px;
  }

  .subsidiary {
    padding: 2.5rem 1.5rem;
  }

  .subsidiary h4,
  .subsidiary h5,
  .subsidiary h6 {
    white-space: nowrap;
  }

  /* Privacy & Terms */
  .legal-hero {
    padding: 2.5rem 0 2.5rem 2.5rem;
  }

  .legal-container {
    padding: 0;
    width: 100%;
  }

  .legal-hero h5,
  .legal-info h5 {
    font-size: 1.25rem;
  }

  .legal-hero h4,
  .legal-info h4 {
    font-size: 1.5rem;
  }

  .legal-hero h6,
  .legal-info h6 {
    font-size: 1rem;
  }

  .legal-info p,
  .legal-info li {
    font-size: 1rem;
    line-height: 24px;
  }
}
