/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2025 | 04:30:55 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2024 | 23:27:32 */
/************/
/*  Colors  */
/************/
@font-face {
  font-family: "Gotham-Book";
  src: url("../ccdev_fonts/gotham/Gotham-Book.eot");
  src: url("../ccdev_fonts/gotham/Gotham-Book%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-Book.svg#Gotham-Book") format("svg"), url("../ccdev_fonts/gotham/Gotham-Book.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-Book.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("../ccdev_fonts/gotham/Gotham-Medium.otf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../ccdev_fonts/gotham/Gotham-Bold.eot");
  src: url("../ccdev_fonts/gotham/Gotham-Bold%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-Bold.svg#Gotham-Bold") format("svg"), url("../ccdev_fonts/gotham/Gotham-Bold.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-Bold.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-BoldItalic";
  src: url("../ccdev_fonts/gotham/Gotham-BoldItalic.eot");
  src: url("../ccdev_fonts/gotham/Gotham-BoldItalic%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-BoldItalic.svg#Gotham-BoldItalic") format("svg"), url("../ccdev_fonts/gotham/Gotham-BoldItalic.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-BoldItalic.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-BoldItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Light";
  src: url("../ccdev_fonts/gotham/Gotham-Light.eot");
  src: url("../ccdev_fonts/gotham/Gotham-Light%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-Light.svg#Gotham-Light") format("svg"), url("../ccdev_fonts/gotham/Gotham-Light.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-Light.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-LightItalic";
  src: url("../ccdev_fonts/gotham/Gotham-LightItalic.eot");
  src: url("../ccdev_fonts/gotham/Gotham-LightItalic%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-LightItalic.svg#Gotham-LightItalic") format("svg"), url("../ccdev_fonts/gotham/Gotham-LightItalic.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-LightItalic.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-LightItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2025 | 04:30:55 */
.fixed__nav {
  position: fixed;
  top: 50vh;
  right: 0;
  transform: translate3d(0, -50%, 0);
  width: 50px;
  z-index: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.fixed__nav .nav__panel {
  width: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.fixed__nav .panel__dot {
  width: 24px;
  height: 24px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0) !important;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  transform: scale(1);
  transition: 0.5s ease all;
}
.fixed__nav .panel__dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
  mix-blend-mode: pass-through;
  transition: 0.5s ease all;
}
.fixed__nav .panel__line {
  width: 100%;
  height: 70px;
  position: relative;
}
.fixed__nav .panel__line:before {
  content: "";
  width: 2px;
  height: 100%;
  height: calc(100% + 10px);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -5px;
  background: #fff;
  opacity: 0.5;
}
.panel__5 .panel__line {
  display: none !important;
}
.active_group_1 .panel__1 .panel__dot {
  border: 1px solid white !important;
  transform: scale(1.25);
}
.active_group_1 .panel__1 .panel__dot:before {
  opacity: 1 !important;
}
.active_group_2 .panel__2 .panel__dot {
  border: 1px solid white !important;
  transform: scale(1.25);
}
.active_group_2 .panel__2 .panel__dot:before {
  opacity: 1 !important;
}
.active_group_3 .panel__3 .panel__dot {
  border: 1px solid #0d1e32 !important;
  transform: scale(1.25);
}
.active_group_3 .panel__3 .panel__dot:before {
  opacity: 1 !important;
}
.active_group_4 .panel__4 .panel__dot {
  border: 1px solid #0d1e32 !important;
  transform: scale(1.25);
}
.active_group_4 .panel__4 .panel__dot:before {
  opacity: 1 !important;
}
.active_group_5 .panel__5 .panel__dot {
  border: 1px solid white !important;
  transform: scale(1.25);
}
.active_group_5 .panel__5 .panel__dot:before {
  opacity: 1 !important;
}
.active_group_3 .fixed__nav .panel__dot:before, .active_group_4 .fixed__nav .panel__dot:before {
  background: #0D1E32;
}
.active_group_3 .fixed__nav .panel__line:before, .active_group_4 .fixed__nav .panel__line:before {
  background: #0D1E32;
}
