@charset "UTF-8";
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
::backdrop{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.mb-8{
  margin-bottom: 8rem;
}
.mt-3\.2{
  margin-top: 3.2rem;
}
.mt-5\.4{
  margin-top: 5.4rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.\!inline{
  display: inline !important;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.table-caption{
  display: table-caption;
}
.table-cell{
  display: table-cell;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.flex-shrink{
  flex-shrink: 1;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.gap-3{
  gap: 3rem;
}
.border{
  border-width: 1px;
}
.pt-\[18rem\]{
  padding-top: 18rem;
}
.text-center{
  text-align: center;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.text-grey-11{
  color: #111111;
}
.text-grey-c4{
  color: #C4C4C4;
}
.text-white{
  color: #fff;
}
.underline{
  text-decoration-line: underline;
}
.\!invert{
  --tw-invert: invert(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition: .3s all ease-in-out;
}
.title-lg {
  color: #111111;
  font-family: "Montserrat", sans-serif;
  font-size: 7.2rem;
  font-variant: small-caps;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .title-lg {
    font-size: 6.2rem;
  }
}
@media (max-width: 575px) {
  .title-lg {
    font-size: 5.2rem;
  }
}

.title-md, .banner-content .content {
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-variant: small-caps;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .title-md, .banner-content .content {
    font-size: 5.2rem;
  }
}
@media (max-width: 575px) {
  .title-md, .banner-content .content {
    font-size: 4.4rem;
  }
}

.title-sm {
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  font-variant: small-caps;
  font-weight: 600;
  line-height: 1.2;
}

.title-xs {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-variant: small-caps;
  font-weight: 600;
  line-height: 1.2;
}

.title-card {
  font-size: 4.2rem;
  font-weight: 400;
  line-height: calc(5.2/4.2);
}

*,
*:after,
*:before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

html {
  height: -webkit-fill-available;
  font-size: 7px;
}
@media (min-width: 768px) {
  html {
    font-size: calc(0.0836120401vw + 6.3578595318px);
  }
}
@media (min-width: 1366px) {
  html {
    font-size: calc(0.4512635379vw + 1.3357400722px);
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 7.5px;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

body {
  -webkit-box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 260rem;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  color: #777777;
  font-family: "Red Hat Display", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: calc(32/24);
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

input,
textarea,
button {
  outline: none;
  box-shadow: none;
}

.col,
[class*=col-] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

[class*=col-span-], [class*=col-end-], [class*=col-start-] {
  padding-right: 0;
  padding-left: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.container-fluid, .container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 1280px) {
  .container {
    max-width: calc(159/ 192 * 100%);
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 159rem;
  }
}

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.gap-large {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
.gap-large > .col, .gap-large > [class*=col-] {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.img-white {
  filter: brightness(0) invert(1);
}

.fake-bold {
  text-stroke: 1px currentColor;
  -webkit-text-stroke: 1px currentColor;
}

.swiper-slide {
  box-sizing: border-box;
}

.my-tabs .tab-content {
  display: none;
}

.accordion-content {
  display: none;
}

.tabs-nav-wrap {
  overflow: hidden;
  overflow-x: auto;
}
.tabs-nav-wrap::-webkit-scrollbar {
  height: 0;
}

.price ins {
  text-decoration: none;
}

a {
  color: inherit;
}

.desc p:not(:last-child), .brief-content p:not(:last-child), .full-content p:not(:last-child) {
  margin-bottom: 2rem;
}

.row-reverse {
  flex-direction: row-reverse !important;
}

.triangle {
  display: inline-block;
  margin: 5px;
  width: 0;
  height: 0;
}
.triangle--top {
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #000;
  border-left: 1rem solid transparent;
}
.triangle--bottom {
  border-top: 1rem solid #000;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
}
.triangle--right {
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid #000;
}
.triangle--left {
  border-top: 1rem solid transparent;
  border-right: 1rem solid #000;
  border-bottom: 1rem solid transparent;
}

.myFancyBox .fancybox-thumbs {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  width: auto;
}

.fancybox-show-thumbs .fancybox-inner {
  width: 100%;
}

.myFancyBox .fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 0;
}

.fancybox-thumbs__list a:before {
  border: 0.3rem solid #4272C5;
}

.btn {
  gap: 1rem;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  border: none;
  border-radius: 8rem;
  padding: 0 3.2rem;
  height: 5.2rem;
  overflow: hidden;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 5.2rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn em {
  margin-left: 1rem;
}
.btn em::before {
  font-weight: bold;
}
.btn .icon {
  display: block;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.btn .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn[class*="--brounded"] {
  position: relative;
  z-index: 1;
}
.btn[class*="--brounded"]:hover .icon img {
  filter: brightness(0) invert(1);
}
.btn-white {
  background: #FFFFFf;
  color: #111111;
}
.btn-white--brounded {
  border: 1px solid #FFFFFf;
  background: none;
  color: #FFFFFf;
}
.btn-white--brounded:hover, .btn-white--brounded.active {
  transition: all 0.2s;
  background: #FFFFFf;
  color: #111111;
}
.btn-white:hover, .btn-white.active {
  transition: all 0.3s;
}
.btn-white:hover .icon img, .btn-white.active .icon img {
  filter: brightness(0) invert(1);
}
.btn-main {
  background: #28554C;
  color: #fff;
}
.btn-main--brounded {
  border: 1px solid #28554C;
  background: none;
  color: #fff;
}
.btn-main--brounded:hover {
  transition: all 0.2s;
  background: #28554C;
  color: #ffffff;
}
.btn-main:hover, .btn-main.active {
  transition: all 0.3s;
  background: rgba(40, 85, 76, 0.8);
}
.btn-orange {
  background: #F58220;
  color: #fff;
}
.btn-orange--brounded {
  border: 1px solid #F58220;
  background: #fff;
  color: #F58220;
}
.btn-orange--brounded:hover {
  transition: all 0.2s;
  background: #F58220;
  color: #ffffff;
}
.btn-orange:hover, .btn-orange.active {
  transition: all 0.3s;
  background: #F58220;
}
.btn-black {
  background: #000;
  color: #ffffff;
}
.btn-black--brounded {
  border: 1px solid #000;
  background: none;
  color: #000;
}
.btn-black--brounded:hover, .btn-black--brounded.active {
  background: #000;
  color: #fff;
}
.btn-black:hover, .btn-black.active {
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.8);
}
.btn-blue {
  background: #4272C5;
  color: #ffffff;
}
.btn-blue--brounded {
  background: none;
  color: #4272C5;
}
.btn-blue:hover, .btn-blue.active {
  transition: all 0.3s;
  background: rgba(66, 114, 197, 0.8);
}
.btn:hover, .btn.active {
  transform: rotateY(-15deg);
  text-shadow: 0 0.7rem 1.5rem #00000033;
}
.btn.disable {
  background: #EDEDED;
  color: #ADADAD;
}
.btn.disable .icon img {
  filter: brightness(0) opacity(0.25);
}

.btn-group {
  gap: 3rem;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.swiper-pagination {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.swiper-pagination span {
  display: block;
  position: static;
  opacity: 1;
  transition: all 0.2s;
  margin: 0 0.75rem;
  outline: none;
  border: none;
  border-radius: 50%;
  background: #F5F5F5;
  width: 1rem;
  height: 1rem;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background: #F58220;
}

.swiper-prev, .swiper-next {
  display: grid;
  position: absolute;
  top: 50%;
  place-items: center;
  transform: translateY(-50%);
  z-index: 98;
  transition: all 0.2s;
  cursor: pointer;
  outline: none;
  border-radius: 0;
  background: transparent;
}
.swiper-prev img, .swiper-next img {
  width: 100%;
}
.swiper-prev em, .swiper-next em {
  font-size: 6rem;
}
@media (max-width: 991px) {
  .swiper-prev em, .swiper-next em {
    font-size: 4rem;
  }
}

.swiper-prev {
  left: 1.5rem;
}

.swiper-next {
  right: 1.5rem;
}

.swiper-button-disabled {
  opacity: 0.3;
  cursor: no-drop;
}

.swiper-btn {
  gap: 2rem;
  display: flex;
  align-items: center;
}
.swiper-btn .swiper-next, .swiper-btn .swiper-prev {
  position: static;
  transform: none;
}

.wpcf7-not-valid-tip {
  margin-top: 1rem;
}

input, textarea {
  transition: outline 0.2s;
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #C4C4C4;
  border-radius: 0rem;
  background: none;
  padding: 0 0 1.4rem;
  width: 100%;
  color: #111111;
  font-size: 1.8rem;
  font-weight: 300;
}

textarea {
  min-height: 15rem;
}

input[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
}

input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  opacity: 0;
  width: 4rem;
  height: 4rem;
}

.input-text.hasDatepicker {
  background-image: url(../img/icons/date.png);
  background-position: center;
  background-position: calc(100% - 2rem) center;
  background-repeat: no-repeat;
  background-size: 2rem auto;
}

::-webkit-input-placeholder {
  color: #777777;
}

select:invalid {
  color: #777777;
}

select {
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #C4C4C4;
  border-radius: 0rem;
  background: none;
  background-image: url(../img/down.svg);
  background-position: center;
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 1.5rem auto;
  padding: 0 0 1.4rem;
  padding-right: 5rem;
  width: 100%;
  min-width: 36.6rem;
  color: #111111;
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: capitalize;
}

button {
  outline: none !important;
  box-shadow: none;
  border: none;
  background: none;
}

@media screen and (min-width: 768px) {
  .form-row {
    grid-gap: 0 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  .form-row select {
    min-width: auto;
  }
}
.form-group {
  margin-bottom: 3rem;
}
.form-group .input {
  position: relative;
}

.form-group .dropdown, .form-wrap .dropdown {
  width: 100%;
}
.form-group label, .form-wrap label {
  margin-bottom: 1.6rem;
  font-weight: 600;
}
.form-group label .required, .form-wrap label .required {
  color: #D01300;
}

.footer {
  background: #3F3F3F;
  padding: 6.4rem 0 6.9rem;
  color: #C4C4C4;
}
.footer .logo {
  display: block;
  margin-bottom: 5.4rem;
  width: 100%;
  max-width: 19rem;
}
.footer .logo img {
  width: 100%;
  height: auto;
}
.footer .menu .menu-list {
  list-style: none;
}
.footer .menu .menu-list .menu-item .menu-link {
  transition: all 0.3s;
  font-size: 2rem;
  text-transform: uppercase;
}
.footer .menu .menu-list .menu-item .menu-link:hover {
  color: #fff;
}
.footer .menu .menu-list .menu-item:not(:last-child) {
  margin-bottom: 3.2rem;
}
.footer .social-list {
  margin-top: 3.2rem;
}
.footer .social-list a {
  transition: all 0.3s;
}
.footer .social-list a:hover {
  transition: all 0.3s;
  color: #fff;
}
.footer .form-wrap {
  border: 1px solid #c4c4c4;
  border-radius: 2.4rem;
	overflow: hidden;
  background: #F5F5F5;
  padding: 3.2rem;
}
@media (min-width: 768px) {
  .footer .form-wrap {
    margin-top: -26.8rem;
  }
}
.footer .form-wrap .title {
  margin-bottom: 4.4rem;
  color: #111111;
  font-size: 4rem;
  font-weight: 600;
}
.footer .form-wrap .btn-group {
  margin-top: 5.4rem;
}
.footer .form-wrap .btn-group p {
  display: inline-flex;
}
.footer .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: calc(100% + 1rem);
  transform: translateY(-50%);
}
.footer .bottom-content {
  gap: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 7rem;
  color: #777777;
  font-size: 1.6rem;
}
.footer .bottom-content .copyright {
  text-align: center;
}
.footer .bottom-content .text, .footer .bottom-content #back-to-top {
  min-width: 17rem;
}
@media (max-width: 767px) {
  .footer .bottom-content {
    flex-flow: wrap;
  }
  .footer .bottom-content .copyright {
    order: 3;
    width: 100%;
  }
  .footer .bottom-content .text {
    order: 1;
  }
  .footer .bottom-content #back-to-top {
    order: 2;
  }
}

#back-to-top {
  transition: all 0.3s;
  cursor: pointer;
  color: #C4C4C4;
  font-variant: small-caps;
  text-align: right;
}
#back-to-top em {
  cursor: pointer;
  margin-left: 2.4rem;
}
#back-to-top:hover {
  transform: scale(1.1);
  color: #fff;
}

.social-list {
  gap: 3.2rem;
  display: flex;
  align-items: center;
  list-style: none;
}
.social-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border-radius: 50%;
  font-size: 2.4rem;
}
.social-list li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.social-list li a:hover {
  transform: scale(1.15);
}

.header {
  position: relative;
  z-index: 999;
  transition: all 0.4s ease-in-out;
  background: #111111;
  color: #fff;
  letter-spacing: 0;
}
.header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0.5rem 1rem 0 #00000008;
  width: 100%;
}
.header .logo {
  display: block;
  flex-shrink: 0;
  transition: all 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.6rem;
}
.header .logo img {
  width: auto;
  height: 100%;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 11.6rem;
}
@media (min-width: 1025px) {
  .header .menu {
    margin-left: auto;
  }
}
.header .menu .menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 1025px) {
  .header .menu .menu-item {
    display: flex;
    align-items: center;
    line-height: 11.6rem;
    white-space: nowrap;
  }
  .header .menu .menu-item:not(:last-child) {
    margin-right: 6.2rem;
  }
}
.header .menu .menu-item > a {
  display: inline-block;
  position: relative;
  transition: all 0.2s;
  font-weight: 500;
  text-transform: uppercase;
}
.header .menu .menu-item > a .icon-dropdown {
  margin-left: 0.5rem;
}
.header .menu .menu-item > a:hover, .header .menu .menu-item > a.active, .header .menu .menu-item > a.current_page_item {
  transition: all 0.2s;
  color: #F3C119;
}
.header .social-list a {
  transition: all 0.3s;
  color: #777777;
}
.header .social-list a:hover {
  transition: all 0.3s;
  color: #fff;
}
@media (min-width: 1025px) {
  .header .social-list {
    margin-left: 8.4rem;
  }
}
@media (max-width: 1024px) {
  .header .social-list {
    margin-top: 3rem;
  }
}
.header .overlay {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
}
.header .overlay.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.header .mobile-nav-inner {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 999;
  transition: all 0.3s ease-in-out;
  background: #111111;
  width: 300px;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .header .mobile-nav-inner {
    display: none;
  }
}
.header .mobile-nav-inner .btn-wrap {
  margin-top: 2rem;
}
.header .mobile-nav-inner.active {
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .header .mobile-nav-inner {
    padding: 30px 15px;
  }
  .header .mobile-nav-inner .menu .menu-list {
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
  }
  .header .mobile-nav-inner .menu .menu-item {
    width: 100%;
    line-height: 5rem;
  }
  .header .mobile-nav-inner .menu .menu-item.active > a, .header .mobile-nav-inner .menu .menu-item:hover > a {
    color: #F3C119;
  }
  .header .mobile-nav-inner .menu .menu-link {
    gap: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .mobile-nav-inner .menu .menu-link:after {
    display: none;
  }
}
.toggle-btn {
  position: relative;
  z-index: 999;
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .toggle-btn {
    margin-left: auto;
  }
}
@media (min-width: 1025px) {
  .toggle-btn {
    display: none;
  }
}
.toggle-btn .svg-trigger {
  transition: transform 400ms;
  cursor: pointer;
  width: 35px;
  height: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.toggle-btn .svg-trigger path {
  fill: none;
  stroke: #F3C119;
  stroke-width: 5;
  stroke-linecap: round;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
}
.toggle-btn .svg-trigger path:nth-child(1) {
  stroke-dasharray: 40 160;
}
.toggle-btn .svg-trigger path:nth-child(2) {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
.toggle-btn .svg-trigger path:nth-child(3) {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
.toggle-btn.active .svg-trigger {
  transform: rotate(45deg);
}
.toggle-btn.active .svg-trigger path:nth-child(1), .toggle-btn.active .svg-trigger path:nth-child(3) {
  stroke-dashoffset: -64px;
}
.toggle-btn.active .svg-trigger path:nth-child(2) {
  transform: rotate(90deg);
}

#loader-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
#loader-container .loader {
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  place-items: center;
  transform: translate(-50%, -50%);
  width: 100%;
}
#loader-container .loader:before, #loader-container .loader::after {
  display: none;
}
#loader-container .loader__logo {
  display: flex;
  justify-content: center;
}
#loader-container .loader__logo > span {
  animation: bounce-loader 0.6s infinite alternate;
  margin: 0 0.5rem;
  border-radius: 50%;
  background: #F3C119;
  width: 1rem;
  height: 1rem;
}
#loader-container .loader__logo > span:nth-child(2) {
  animation-delay: 0.15s;
}
#loader-container .loader__logo > span:nth-child(3) {
  animation-delay: 0.3s;
}
#loader-container .loader__logo > span:last-child {
  animation-delay: 0.45s;
}
#loader-container .loader__progress {
  display: none;
  position: relative;
  width: 100%;
}
#loader-container .loader__progress #progress-percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  text-align: center;
}

@keyframes fade {
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes bounce-loader {
  to {
    transform: translateY(-1rem);
    opacity: 0.1;
  }
}
.default-popup {
  width: 100%;
}
.default-popup .head {
  margin-bottom: 3rem;
}
.default-popup .head .desc {
  margin-top: 3rem;
  color: rgba(16, 16, 16, 0.6);
}
.default-popup .fancybox-button.fancybox-close-small {
  top: 3rem;
  right: 3rem;
  background-color: transparent;
  background-image: url(../img/close.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  width: 3rem;
  height: 3rem;
}
.default-popup .fancybox-button.fancybox-close-small svg {
  display: none;
}

.hero-banner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16rem 0;
  min-height: calc(100vh - 11.6rem);
	background-size: cover!important;
	background-position: center!important;
}
/* @media (max-width: 767px) {
  .hero-banner {
    min-height: 65vh;
  }
} */
.hero-banner .content {
  margin-left: auto;
  max-width: 129.5rem;
}
.hero-banner .content .title-lg {
  color: #fff;
}
.home-about{
	overflow: hidden;
}
.home-about .inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.home-about .inner .box-left {
  width: calc(50% - 2.5rem);
	padding-top: 5rem;
}
.home-about .inner .box-right {
  width: calc(50% - 2.5rem);
}
@media (max-width: 767px) {
  .home-about .inner .box-left, .home-about .inner .box-right {
    width: 100%;
  }
}
.home-about .box-content {
  padding-block: 13rem;
  display: flex;
  flex-direction: column;
  clip-path: polygon(75% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
  background: #111111;
  padding-right: 3rem;
  padding-left: 3rem;
  height: 100%;
  color: #c4c4c4;
}
.home-about .box-content .title-md, .home-about .box-content .banner-content .content, .banner-content .home-about .box-content .content {
  color: #fff;
}
@media (min-width: 1280px) {
  .home-about .box-content {
	  padding-right: 10rem;
    padding-left: calc(calc(100vw - calc(1570/1920 *100vw))/2);
  }
}
@media (min-width: 1920px) {
  .home-about .box-content {
    padding-left: calc(calc(100vw - 157rem)/2);
  }
}
@media (min-width: 2600px) {
  .home-about .box-content {
    padding-left: calc(calc(260rem - 157rem)/2);
  }
}
.home-about .box-right .box-img {
  padding-top: calc(3/5*100%);
	  position: relative;
	height: 100%;
}
.home-about .box-right .box-img img {
  width: 100%;
  height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	
  -o-object-fit: cover;
     object-fit: cover;
}
.home-about .swiper-btn {
  gap: 14.6rem;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 5rem;
}
.colors-section {
  padding-block: 16rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .colors-section {
    padding-block: 8rem!important;
  }
}
.colors-section .title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
.colors-section .more-information{
	margin-top: 2rem;
	line-height: 1.6;
}

.sockets-section {
  padding-block: 16rem;
  overflow: hidden;
	padding-left: 1.5rem;
}
.sockets-section .title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
.sockets-section .tabs-nav {
  margin-top: 1.5rem;
}
.sockets-section .content {
  padding-top: 7.4rem;
}
.sockets-section .content .title-sm {
  color: #111111;
}
.sockets-section .content .desc {
  margin-top: 3.2rem;
}
.sockets-section .swiper-btn {
  gap: 14.6rem;
  margin-top: 5.4rem;
}
@media (max-width: 991px) {
  .sockets-section .swiper-btn {
    gap: 6rem;
  }
}

.sockets-section .thumbs-slider {
  clip-path: polygon(0 0, 1000% 0, 1000% 100%, 0 100%);
  overflow: visible;
}
.sockets-section .thumbs-slider .swiper-slide {
  width: 100%;
  max-width: 36.6rem;
}
.sockets-section .items{
	display: grid;
	gap: 3rem;
	grid-template-columns: repeat(3, minmax(0, 1fr))
}	
@media (max-width: 575px){
	.sockets-section .items{
		gap: 3rem;
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}
.sockets-section .image {
  display: block;
  position: relative;
  padding-top: 100%;
}
.sockets-section .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}


@media (min-width: 1280px) {
  .sockets-section  {
    padding-left: calc(calc(100vw - calc(1570/1920 *100vw))/2);
  }
}
@media (min-width: 1920px) {
  .sockets-section  {
    padding-left: calc(calc(100vw - 157rem)/2);
  }
}
@media (min-width: 2600px) {
  .sockets-section  {
    padding-left: calc(calc(260rem - 157rem)/2);
  }
}
@media (max-width: 1279px) {
  .sockets-section {
    padding-right: 1.5rem;
  }
}

.banner-image img {
  width: 100%;
  height: auto;
}

.colors-section {
  padding-block: 16rem;
  padding-left: 1.5rem;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .colors-section {
    padding-left: calc(calc(100vw - calc(1570/1920 *100vw))/2);
  }
}
@media (min-width: 1920px) {
  .colors-section {
    padding-left: calc(calc(100vw - 157rem)/2);
  }
}
@media (min-width: 2600px) {
  .colors-section {
    padding-left: calc(calc(260rem - 157rem)/2);
  }
}
@media (max-width: 1279px) {
  .colors-section {
    padding-right: 1.5rem;
  }
}

.colors-section .coming-soon {
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
}
.colors-section .title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-transform: capitalize;
}
.colors-section .tabs-nav {
  margin-top: 1.5rem;
}
.colors-section .content {
  padding-top: 7.4rem;
}
.colors-section .content .title-sm {
  color: #111111;
}
.colors-section .content .desc {
  margin-top: 3.2rem;
}
.colors-section .image {
  width: 100%;
}
@media (min-width: 768px) {
  .colors-section .image {
  margin-top: 5rem;
}
}
.colors-section .image img {
  width: 100%;
}

.download {
  display: block;
  margin-top: 5rem;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-variant: small-caps;
  text-decoration: underline;
  text-transform: uppercase;
}

.faqs-section {
  padding: 16rem 0 28.4rem;
}
@media (max-width: 767px) {
  .faqs-section {
    padding: 10rem 0;
  }
	.download{
/* 		margin-top: 2rem; */
	}
	.sockets-section .content, .colors-section .content {
  padding-top: 5rem;
}
	.sockets-section{
		padding-block: 8rem;
	}
}
.faqs-section .title-md, .faqs-section .banner-content .content, .banner-content .faqs-section .content {
  color: #111111;
}
.faqs-section .accordions .accordion-item .accordion-heading {
  gap: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
  color: #C4C4C4;
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.3;
}
.faqs-section .accordions .accordion-item .accordion-heading .arrow {
  margin-top: 1rem;
  font-size: 2rem;
}
.faqs-section .accordions .accordion-item .accordion-content {
  padding-top: 1.2rem;
  color: #777777;
}
.faqs-section .accordions .accordion-item:not(:last-child) {
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #777777;
  padding-bottom: 2.4rem;
}
.faqs-section .accordions .accordion-item.active .accordion-heading {
  color: #111111;
}
.faqs-section .accordions .accordion-item.active .accordion-heading .arrow::before {
  content: "";
}

.my-tabs .tabs-nav {
  list-style: none;
}
.my-tabs .tabs-nav li {
  transition: all 0.3s;
  cursor: pointer;
  color: rgba(17, 17, 17, 0.3);
  font-size: 6.4rem;
  font-variant: small-caps;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .my-tabs .tabs-nav li {
    font-size: 5.4rem;
  }
}

@media (max-width: 575px) {
  .my-tabs .tabs-nav li {
    font-size: 4.4rem;
	
  }
}
.my-tabs .tabs-nav li:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .my-tabs .tabs-nav li:not(:last-child) {
  margin-bottom: 1rem;
}
}
.my-tabs .tabs-nav li:hover, .my-tabs .tabs-nav li.active {
  transition: all 0.3s;
  color: #111111;
}

.banner-content {
  padding-block: 16rem;
}
.banner-content .image {
  max-width: 12.6rem;
}
.banner-content .image img {
  max-width: 100%;
}
.banner-content .content {
  margin-top: 6.2rem;
  max-width: 103rem;
  color: #fff;
}

.home-list {
  padding-block: 12rem;
  background: #F3C119;
}
.home-list .item .icon {
  margin: 0 auto;
  width: 9.1rem;
  height: 9.1rem;
}
.home-list .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-list .item .title-sx {
  margin: 0 auto;
  margin-top: 3.2rem;
  max-width: 27.5rem;
  color: #fff;
  text-align: center;
}

.installation-process {
  background: #111111;
  padding: 16rem 0;
}
.installation-process .video-wrap .video {
  display: block;
  position: relative;
}
.installation-process .video-wrap .video .image {
  display: block;
  position: relative;
  border-radius: 2.4rem;
  padding-top: 85.4521625164%;
  overflow: hidden;
}
.installation-process .video-wrap .video .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.installation-process .video-wrap .video .play-btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
  height: 8rem;
}
.installation-process .video-wrap .video .play-btn img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.installation-process .video-wrap .video .play-btn:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
	
	.installation-process, .home-list, .banner-content, .home-about .box-content{
		padding-block: 10rem;
	}
  .installation-process .video-wrap .video .play-btn {
    width: 6rem;
    height: 6rem;
  }
	.download-desk{
		display: none;
	}
	.download-mobile{
		display: block;
	}
}

.title-animation {
  display: inline-block;
  opacity: 0;
  overflow: hidden;
}
.title-animation span {
  display: inline-block;
}
@media not all and (min-width: 768px){
	.max-md\:mb-5{
    margin-bottom: 5rem;
  }
  .max-md\:mt-5{
    margin-top: 5rem;
  }
  .max-md\:mt-6{
    margin-top: 6rem;
  }
  .max-md\:mt-8{
    margin-top: 8rem;
  }
}
@media (min-width: 640px){
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.download-mobile{
		display: none;
	}
	.download-desk{
		display: block;
	}
}
@media (min-width: 1024px){
  .lg\:mx-auto{
    margin-right: auto;
    margin-left: auto;
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
/*# sourceMappingURL=main.css.map */
