@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Abel&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Flamenco:wght@300;400&family=Shalimar&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Carme&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Pompiere&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poiret+One&display=swap);
/*=============== FONTS ===============*/
/*=============== SASS VARIABLES 1 ===============*/
/*=============== SASS VARIABLES 2 ===============*/
/*=============== MIXINS ===============*/
/*-----------------------------------*\
 * #RESET 
\*-----------------------------------*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

button {
  color: inherit;
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
}

button,
img,
input,
a,
span,
ion-icon {
  display: block;
}

input {
  font: inherit;
  border: none;
}

html {
  font-family: var(--ff-roboto);
  color: var(--quick-silver);
  line-height: 1.3;
  scroll-behavior: smooth;
}

body {
  background: var(--rich-black-fogra-39);
  min-width: 280px;
}

button, a, input, [tabindex] {
  outline-offset: 4px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--rich-black-fogra-39);
  border-left: 1px solid var(--onyx-1);
}

::-webkit-scrollbar-thumb {
  background: var(--golden-puppy);
}

::-webkit-scrollbar-thumb:hover {
  --golden-puppy: hsl(47, 100%, 40%);
}

::-webkit-scrollbar-button {
  height: 5px;
}

/*=============== GLOBAL STYLES 1 ===============*/
*, ::before, ::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  background: url("/css/img/background_2.jpg") no-repeat center center/cover fixed;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  color: #000000;
  line-height: 1.6;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4 {
  margin: 0;
  text-decoration: none !important;
  font-family: "Carme", sans-serif !important;
  font-weight: 500;
  color: #000000;
}

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

p {
  margin: 0;
  text-decoration: none !important;
  color: #000000;
  line-height: 1.5rem;
  text-align: justify;
  font-family: "Carme", sans-serif !important;
  font-size: 14px;
}

a {
  text-decoration: none !important;
  color: #ffffff;
  font-family: "Carme", sans-serif !important;
  font-size: 1.5rem !important;
  transition: all 0.3s linear;
}

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

.section {
  padding: 2rem 0 2rem;
  overflow: hidden;
}
.section-header {
  text-align: center;
  margin-bottom: 1rem;
}
.section-title {
  font-size: 2rem;
  font-family: "Carme", sans-serif !important;
  color: #000000;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

.sub-title {
  position: relative;
  display: inline-block;
  color: #212121;
  font-family: "Carme" !important;
  text-transform: capitalize;
  padding-bottom: 1rem;
  font-size: 18px;
  margin-bottom: 0.6rem;
  font-weight: 500;
}
.sub-title:before {
  content: attr(data-title);
  display: block;
  margin-bottom: 0.6rem;
  color: #212121;
  font-size: 25px;
  font-family: "Flamenco" !important;
  font-weight: 400;
  text-transform: capitalize;
}
.sub-title:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  border-radius: 3px;
  background-color: #1e72a6;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.container {
  max-width: 1200px;
  width: calc(100% - 3rem);
  margin-left: 5rem;
  margin-right: 5rem;
}
@media (max-width: 992px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 993px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}

.main {
  overflow: hidden;
}

.grid {
  display: grid;
  gap: 1.5rem;
}

/*=============== BUTTONS ===============*/
button, input {
  border: none;
  outline: none;
}

button {
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  border-radius: 0.8rem;
}

body, button, input, textarea {
  font-family: "Poppins", sans-serif;
}

.button {
  display: inline-block;
  background-color: #212121;
  color: #ffffff;
  padding: 0.8rem 0.6rem;
  font-weight: 500;
  font-family: "Carme" !important;
  font-size: 14px;
  text-transform: capitalize;
  transition: 0.3s;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.button-icon {
  font-size: 1.5rem;
}
.button-link {
  color: #fff493;
}
.button-flex {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
}
.button-ghost {
  background-color: #ffffff;
  color: #212121;
  padding: 0.6rem 0.6rem;
  width: 150px;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
}
.button-ghost:hover {
  background: #212121;
  color: #ffffff;
}
@media (max-width: 576px) {
  .button {
    padding: 0.6rem 0.8rem;
    font-size: 12px;
  }
}

.button {
  color: #ffffff;
  font-family: "Exo", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500;
  text-transform: uppercase;
  width: 140px;
  padding: 10px 15px;
  border: 1px solid hsl(47, 100%, 69%);
  border-radius: 4px;
}

.button-primary {
  background: hsl(47, 100%, 69%);
  color: hsl(0, 0%, 0%);
}

/*=============== SOCIALS ===============*/
.social-buttons {
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.social-link {
  font-size: 1.5rem;
  color: #ffffff;
}
.social-link:hover {
  color: #ff6969;
}

.tiktok {
  color: #ff6363;
}

.ig {
  color: #ffc3b7;
}

.fb {
  color: #94b2f3;
}

.telegram {
  color: #49bcfb;
}

/*=============== RESPONSIVE STYLES ===============*/
@media (min-width: 769px) {
  body {
    margin: 0;
  }
  .section {
    padding-top: 3rem;
  }
}
.scroll-header .button-ghost {
  background-color: #212121;
  color: #ffffff;
}

/*=============== PRELOADER ===============*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #ffffff;
}
#preloader .loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
}

/*=============== LOADER ANIMATION ===============*/
@keyframes loader {
  0% {
    transform: rotate(0deg);
    border: 2px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    transform: rotate(180deg);
    border: 2px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    transform: rotate(360deg);
    border: 2px solid #f44336;
    border-left-color: transparent;
  }
}
/* Optional Webkit Keyframes for better compatibility */
/*=============== END OF PRELOADER ===============*/
/*=============== HEADER SECTION ===============*/
.header {
  height: 85px !important;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

/* Change background header */
.scroll-header {
  background-color: #212121;
  box-shadow: 0 0 4px rgba(14, 55, 63, 0.15);
  width: 100%;
  height: 70px;
}
.scroll-header .nav-toggle div {
  background-color: #ffffff !important;
}
.scroll-header .active-link::before {
  background-color: #ffffff;
}
.scroll-header .nav-link {
  color: #ffffff;
}
.scroll-header .active-link {
  color: #212121;
}

.nav {
  height: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-logo {
  width: 200px;
  display: flex;
  align-items: center;
  z-index: 3000 !important;
}
.nav-logo-img {
  width: 1.25rem;
}
.nav-link, .nav-logo, .nav-toggle {
  color: #ffffff;
}
.nav-link {
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.4s;
  font-size: 15px;
  font-family: "Carme" !important;
  color: #ffffff;
}
.nav-link:hover {
  color: #fff493;
}
.nav-toggle {
  top: 35px !important;
}
.nav-toggle div {
  width: 35px;
  height: 1px;
  background: #ffffff;
  z-index: 6000;
  margin: 15px;
  transition: all 0.3s ease;
}
.nav-toggle div:nth-child(3), .nav-toggle div:nth-child(1) {
  width: 50px;
}
.nav-img {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.hero .nav-link, .hero .nav-logo, .hero .nav-toggle {
  color: #ffffff;
}
.hero .nav-toggle div {
  z-index: 6000 !important;
  background: #ffffff;
}

/* Animating Hamburger Icon on Click */
.toggle .line1 {
  transform: rotate(-45deg) translate(-12px, 6px);
}
.toggle .line2 {
  transition: all 0.7s ease;
  width: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-12px, -6px);
}

.nav-toggle {
  display: none;
}

@media (max-width: 992px) {
  .nav-logo {
    color: #212121;
    width: 200px;
    margin-top: 2rem;
  }
  .scroll-header .nav-logo {
    color: #212121;
  }
  .scroll-header .nav-toggle div {
    background-color: #ffffff !important;
  }
}
@media (max-width: 1200px) {
  .nav-logo {
    color: #212121;
    width: 200px !important;
    margin-top: 2rem;
  }
}
/* Mobile Navigation */
@media (max-width: 768px) {
  .scroll-header .nav-logo {
    color: #212121;
  }
  .scroll-header .nav-toggle div {
    background-color: #ffffff;
  }
  .scroll-header .nav-link {
    color: #ffffff;
  }
  .scroll-header .active-link {
    color: #ffffff;
  }
  .hero .nav-logo {
    color: #ffffff;
  }
  .nav-logo {
    color: #212121;
    width: 200px !important;
    margin-top: 2rem;
  }
  .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: transparent;
    z-index: 5;
    display: none;
  }
  .nav-menu {
    position: fixed;
    width: 60%;
    height: 100%;
    background: #212121;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    top: 0;
    left: -150%;
    padding: 4rem 0;
    transition: 0.4s;
    z-index: 100;
  }
  .nav-link {
    color: #ffffff !important;
    font-size: 20px !important;
  }
  .nav-toggle {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 80%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease;
  }
  .nav-list {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    align-items: left;
    row-gap: 2rem;
    margin-left: 3rem;
    z-index: 10000;
  }
  .scroll-header .button-ghost {
    background-color: #ffffff;
    color: #212121;
  }
}
/* Show menu */
.show-menu {
  left: 0;
}

.close-menu {
  left: -150%;
}

/* Active link */
.active-link {
  position: relative;
}
.active-link::before {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 45%;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50%;
}

/* Desktop Navigation */
@media (min-width: 769px) {
  .nav {
    height: calc(3rem + 1.5rem);
  }
  .nav-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .nav-item {
    margin-left: 2rem;
    margin-bottom: 0;
  }
  .nav-img, .nav-toggle {
    display: none;
  }
  .nav-logo {
    color: #212121;
  }
  .hero .nav-logo {
    color: #ffffff;
  }
}
/*-----------------------------------*\
 * #HERO (Grid Responsive Layout)
\*-----------------------------------*/
.hero {
  margin-top: 30px !important;
  padding: 80px 0;
}
.hero-content {
  text-align: center;
  margin-bottom: 50px;
}
.hero-title {
  font-family: "Roboto", "Open Sans", sans-serif !important;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}
.hero-title > span {
  font-family: "Exo", sans-serif;
  font-size: 20px;
  display: inline-block;
  -webkit-text-stroke-width: 1px !important;
  -webkit-text-stroke-color: #fff493;
  -webkit-text-fill-color: transparent;
}
.hero-text {
  text-align: center;
  font-family: "Carme", sans-serif !important;
  color: #c0daff;
  font-size: 1rem;
  margin-bottom: 15px;
}
.hero-banner {
  border-radius: 50%;
  overflow: hidden;
  margin-top: -40px;
}
.hero-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.hero .btn {
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  min-width: 130px !important;
  padding: 10px 15px;
  border: 1px solid hsl(47, 100%, 69%);
  border-radius: 4px;
}
.hero .btn-primary {
  background: hsl(47, 100%, 69%) !important;
  color: hsl(0, 0%, 0%) !important;
}
.hero .btn-primary:is(:hover, :focus) {
  --golden-puppy: hsl(47, 100%, 45%);
}
.hero .btn-secondary:is(:hover, :focus) {
  background: hsla(47, 100%, 45%, 0.1);
}
@media (min-width: 577px) {
  .hero {
    padding: 100px 0;
  }
  .hero .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    align-items: center;
  }
  .hero-content {
    text-align: left;
    margin-bottom: 0;
  }
  .hero-title {
    font-size: 2rem;
    line-height: 1.3;
  }
  .hero-title > span {
    font-size: 1.25rem;
  }
  .hero-text {
    text-align: left;
    font-size: 1rem;
    max-width: 480px;
    margin-bottom: 20px;
  }
  .hero .btn-group {
    justify-content: flex-start;
  }
  .hero .home-socials {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .hero-banner {
    border-radius: 50%;
    justify-self: center;
    width: 320px;
    height: 320px;
  }
}
@media (min-width: 769px) {
  .hero {
    padding: 120px 0;
  }
  .hero .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    align-items: center;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-text {
    font-size: 1.1rem;
  }
  .hero-banner {
    border-radius: 50%;
    width: 380px;
    height: 380px;
  }
  .hero .btn {
    font-size: 1rem;
    padding: 12px 20px;
  }
}
@media (min-width: 993px) {
  .hero {
    padding: 150px 0;
  }
  .hero-title {
    font-size: 3rem;
  }
  .hero-text {
    font-size: 1.2rem;
    max-width: 600px;
  }
  .hero-banner {
    width: 450px;
    height: 450px;
  }
}

/*==================== SOCIAL ICONS ====================*/
.home-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.home-socials a {
  font-size: 1.3rem;
  color: #ffffff;
  transition: 0.3s ease;
}
.home-socials a:hover {
  color: hsl(47, 100%, 69%);
  transform: translateY(-3px);
}
@media (min-width: 577px) {
  .home-socials {
    justify-content: flex-start;
  }
}

/*-----------------------------------*\
 * #SERVICES (Responsive Grid)
\*-----------------------------------*/
.services {
  padding: 60px 0;
  margin-top: -100px !important;
  /*==================== RESPONSIVE BREAKPOINTS ====================*/
}
@media (min-width: 993px) {
  .services {
    margin-top: -200px !important;
  }
}
.services-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  color: #ffffff !important;
}
.services-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
  margin: 0 10px;
}
.services-item {
  background: hsl(0, 100%, 6%);
  padding: 20px;
  border-radius: 8px;
  transition: 0.3s ease;
}
.services-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.services-item:hover .services-card::before, .services-item:hover .services-card::after {
  background: hsl(47, 100%, 69%);
}
.services-item:hover .services-card-title {
  color: hsl(47, 100%, 69%);
}
.services-card {
  position: relative;
  padding: 30px 10px 20px;
  border: 1px solid hsl(240, 5%, 26%);
  border-radius: 4px;
  text-align: center;
  transition: 0.3s ease;
}
.services-card::before, .services-card::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  background: hsl(240, 5%, 26%);
  border-radius: 10px;
  transition: 0.25s ease;
}
.services-card::before {
  width: 3px;
  height: 100px;
}
.services-card::after {
  width: 100px;
  height: 3px;
}
.services-card .card-number {
  position: absolute;
  background: hsl(0, 0%, 13%);
  color: hsl(240, 5%, 26%);
  top: -15px;
  left: -15px;
  padding: 5px 15px;
  font-size: 24px;
  font-weight: 700;
  border-top-left-radius: 18px;
  border: 14px solid hsl(0, 0%, 13%);
}
.services-card-title {
  margin-bottom: 20px;
  transition: 0.25s ease;
  font-size: 20px;
  color: #fff493 !important;
}
.services-card-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
}
.services .card-icon {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  margin-bottom: 30px;
}
@media (min-width: 577px) {
  .services-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 0 auto;
    max-width: 700px;
  }
  .services-title {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .services-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1000px;
  }
  .services-card {
    padding: 40px 20px;
  }
  .services-card-title {
    font-size: 22px;
  }
  .services-card-text {
    font-size: 16px;
  }
}
@media (min-width: 993px) {
  .services {
    padding: 100px 0;
  }
  .services-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    max-width: 1200px;
  }
  .services-title {
    font-size: 2.2rem;
  }
  .services-card-title {
    font-size: 24px;
  }
  .services-card-text {
    font-size: 17px;
  }
}

/*========== PORTFOLIO SECTION ==========*/
.portfolio {
  position: relative;
  width: 100%;
}
.portfolio.section.container .section-header {
  text-align: center;
  margin-bottom: 2rem;
}
.portfolio.section.container .section-header .sub-title {
  position: relative;
  font-size: 1.5rem;
  color: #212121;
  font-weight: 600;
}
.portfolio.section.container .section-header .sub-title::before {
  content: attr(data-title);
  display: block;
  font-size: 2rem;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.portfolio-data, .portfolio-item {
  display: grid;
  row-gap: 0.6rem;
  padding: 2rem 1.5rem;
  text-align: left;
}
.portfolio-image {
  position: relative;
  overflow: hidden;
  height: 550px;
  width: 100%;
  cursor: pointer;
}
.portfolio-image img {
  position: absolute;
  height: 100%;
  width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: 0.5s;
}
.portfolio-image .img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  color: #ffffff;
  background-color: #212121;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 2rem 3.2rem;
  opacity: 0;
  transition: 0.5s;
}
.portfolio-image:hover .img-overlay {
  opacity: 0.6;
}
.portfolio-image:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.portfolio-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Carme", sans-serif !important;
  color: #ffffff !important;
}
.portfolio-slider .owl-nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 10px;
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
}
.portfolio-slider .owl-nav button.owl-prev,
.portfolio-slider .owl-nav button.owl-next {
  font-size: 2rem;
  background: transparent !important;
  border: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s ease;
}
.portfolio-slider .owl-nav:hover {
  color: rgb(22.193877551, 84.3367346939, 122.806122449);
}

.img-overlay .plus {
  position: relative;
  margin: auto 0;
}
.img-overlay .plus:before, .img-overlay .plus:after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 3px;
}
.img-overlay .plus:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.img-description {
  width: 100%;
  color: #ffffff;
}

.view-portfolio {
  font-size: 0.8rem;
  font-weight: 300;
  font-family: "Carme", sans-serif !important;
}

/*========== FOOTER SECTION ==========*/
.footer {
  padding-bottom: 2rem;
}
.footer-contact {
  margin-bottom: 22px;
  margin-left: 20px;
}
@media (min-width: 993px) {
  .footer-contact {
    margin-left: 160px;
  }
}
.footer-container {
  row-gap: 2rem;
}
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .footer-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 993px) {
  .footer-container {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media (min-width: 769px) {
  .footer-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .footer-container .social-buttons {
    display: flex;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  .footer-container .social-buttons {
    display: flex;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.footer-brand {
  margin-top: -15px;
}
.footer-about {
  font-size: 1.5rem;
  font-family: "Roboto", "Open Sans", sans-serif;
  margin-bottom: 3rem;
  margin-left: 1rem;
  margin-right: 1rem;
  color: #ffffff !important;
  font-weight: 600;
}
.footer-title {
  font-size: 1.5rem;
  font-family: "Roboto", "Open Sans", sans-serif;
  color: #ffffff !important;
  font-weight: 600;
}
.footer-text {
  font-size: 17px;
  color: hsl(225, 11%, 59%);
  font-weight: 300;
  font-family: "Carme", sans-serif;
  text-align: justify;
  margin-right: 1rem;
}
.footer-description, .footer-link {
  font-size: 17px !important;
  color: hsl(225, 11%, 59%);
  font-weight: 300;
  font-family: "Carme", sans-serif;
  text-align: justify;
}
.footer-content .footer-description {
  margin-top: -15px;
  max-width: 350px;
}
.footer-link:hover {
  color: hsl(47, 100%, 69%) !important;
}
.footer-links {
  display: grid;
  row-gap: 0.5rem;
}
.footer-copy1 {
  margin-bottom: -50px !important;
  text-align: center;
  font-size: 0.8rem;
  color: #c0daff;
}
.footer-copy {
  margin-top: -10px !important;
  text-align: center;
  font-size: 0.8rem;
  color: #c0daff;
}

.contact-btn {
  background-color: #ffffff !important;
  color: #212121;
  padding: 0.6rem 0.6rem;
  max-width: 150px;
  width: auto;
  align-items: left;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
}
.contact-btn:hover {
  background: #ffffff;
  color: #212121;
}

.facebook {
  cursor: pointer;
}
.facebook-likes {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  text-transform: capitalize !important;
  min-width: 130px !important;
  padding: 10px 15px;
}
.facebook-subtitle {
  font-family: "Roboto", "Open Sans", sans-serif !important;
  z-index: 6000;
  margin-bottom: 0.8rem;
  color: #ffffff;
}
.facebook-page {
  border: none;
}

.testimonials-section {
  width: 100%;
  padding: 0px 8%;
}
.testimonials-section .section-header {
  max-width: 700px;
  text-align: center;
  margin: 30px auto 40px;
}
.testimonials-section .section-header h1 {
  position: relative;
  font-size: 36px;
  color: #212121;
}

.testimonials-container {
  position: relative;
}
.testimonials-container .testimonial-card {
  padding: 20px;
}
.testimonials-container .testimonial-card .test-card-body {
  background-color: #212121;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.12);
  padding: 20px;
  border-radius: 20px;
}
.testimonials-container .testimonial-card .test-card-body .quote {
  display: flex;
  align-items: center;
}
.testimonials-container .testimonial-card .test-card-body .quote i {
  font-size: 45px;
  color: #212121;
  margin-right: 20px;
}
.testimonials-container .testimonial-card .test-card-body .quote h2 {
  color: hsl(47, 100%, 69%);
}
.testimonials-container .testimonial-card .test-card-body p {
  margin: 10px 0px 15px;
  text-align: left;
  font-size: 18px;
  font-family: "Carme", sans-serif !important;
  line-height: 1.5;
  color: #f4fbff;
}
.testimonials-container .testimonial-card .test-card-body .ratings {
  margin-top: 20px;
}
.testimonials-container .testimonial-card .test-card-body .ratings i {
  font-size: 17px;
  color: #212121;
  cursor: pointer;
}
.testimonials-container .testimonial-card .profile {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.testimonials-container .testimonial-card .profile .profile-image {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.testimonials-container .testimonial-card .profile .profile-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-container .testimonial-card .profile .profile-desc {
  display: flex;
  flex-direction: column;
}
.testimonials-container .testimonial-card .profile .profile-desc span:nth-child(1) {
  font-size: 22px;
  font-weight: 300;
  color: hsl(47, 100%, 69%);
}
.testimonials-container .testimonial-card .profile .profile-desc span:nth-child(2) {
  font-size: 15px;
  color: #f4fbff;
}

/*=============== DISCOUNT ===============*/
.discount-container {
  position: relative;
  background-color: #212121;
  padding: 2rem 1.5rem;
  border-radius: 0.75rem;
}
.discount-title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
}
.discount-description {
  margin-bottom: 10px;
  color: hsl(47, 100%, 69%);
  font-size: 16px;
}
.discount-img {
  width: 300px;
  position: absolute;
  top: 4rem;
  right: -11rem;
}

/*-----------------------------------*\
 * #CONTACT SECTION (SASS CONVERSION)
\*-----------------------------------*/
.contact {
  /* Responsive adjustments */
}
.contact__container {
  margin-top: 50px;
  width: 100%;
  row-gap: 2rem;
}
.contact__container .section__header {
  text-align: left;
}
.contact__container .sub__title {
  font-size: 14px;
  font-family: "Carme" !important;
}
.contact__container .sub__title::after {
  content: "";
  width: 70px;
  height: 1px;
  bottom: 10px;
  left: 35%;
  transform: translateX(-50%);
}
@media (min-width: 481px) {
  .contact__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 577px) {
  .contact__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 993px) {
  .contact__container {
    max-width: 1200px;
    margin-inline: auto;
  }
}
.contact__box {
  padding: 3rem;
}
.contact__box div {
  color: #ffffff !important;
}
.contact__title {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-family: "Carme" !important;
  text-transform: capitalize;
  padding-bottom: 1rem;
  font-size: 18px;
  margin-bottom: 0.6rem;
  font-weight: 500;
}
.contact__title::before {
  content: attr(data-title);
  display: block;
  margin-bottom: 0.6rem;
  color: #ffffff;
  font-size: 25px;
  font-family: "Flamenco" !important;
  font-weight: 400;
  text-transform: capitalize;
}
.contact__title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  border-radius: 3px;
  background-color: #fff493;
  bottom: 15px;
  left: 30%;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  .contact__title {
    margin-top: -50px;
    margin-bottom: -50px;
  }
}
.contact__form {
  padding: 3rem;
  background-color: #f4fbff;
  border-radius: 1.5rem;
}
.contact__form .btn {
  padding: 1rem;
  font-size: 18px;
  font-family: "Carme" !important;
  background-color: #c0daff;
  color: #212121;
  border-radius: 3px;
  transition: 0.3s ease;
}
.contact__form .btn:hover {
  background-color: #212121;
  color: #ffffff;
}
@media (max-width: 576px) {
  .contact__form .btn {
    font-size: 18px;
  }
}
.contact__subtitle {
  font-size: 14px;
  font-weight: 500;
  font-family: "Carme" !important;
  color: #ffffff;
  margin-bottom: 1rem;
}
.contact__description {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  color: #ffffff;
  font-weight: 500;
  font-family: "Carme" !important;
  font-size: 14px;
}
.contact__description .contact__icon {
  font-size: 1rem;
}
.contact__inputs {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
.contact__content {
  position: relative;
  height: 3rem;
  border-bottom: 1px solid #212121;
}
.contact__content .contact__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem 1rem 0;
  background: none;
  color: #212121;
  border: none;
  outline: none;
  z-index: 1;
}
.contact__content .contact__input:focus + .contact__label {
  top: -0.75rem;
  left: 0;
  font-size: 0.8rem;
  z-index: 10;
}
.contact__content .contact__input:not(:-moz-placeholder).contact__input:not(:focus) + .contact__label {
  top: -0.75rem;
  font-size: 0.8rem;
  z-index: 10;
}
.contact__content .contact__input:not(:placeholder-shown).contact__input:not(:focus) + .contact__label {
  top: -0.75rem;
  font-size: 0.8rem;
  z-index: 10;
}
.contact__content .contact__label {
  position: absolute;
  top: 0.6rem;
  width: 100%;
  font-size: 18px;
  font-family: "Exo" !important;
  color: #212121;
  transition: 0.3s;
}
.contact__content.contact__area {
  height: 7rem;
}
.contact__content.contact__area textarea {
  resize: none;
}
.contact .email__option {
  margin-top: 0.8rem;
}
.contact .successful {
  color: #00a724;
}
.contact .unsuccessful {
  color: #ff6969;
}
@media (max-width: 576px) {
  .contact .contact__data {
    display: none;
  }
}
@media (min-width: 769px) {
  .contact__container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 1201px) {
  .contact__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

/*========== SCROLL UP ==========*/
.scrollup {
  position: fixed;
  right: 1rem;
  bottom: -20%;
  z-index: 100;
  padding: 1rem;
  display: flex;
  opacity: 1;
  transition: 0.4s;
}
.scrollup-icon {
  color: #212121;
  background-color: hsl(47, 100%, 69%);
  padding: 1rem;
  font-size: 1rem;
  border-radius: 30px;
  transition: all 0.3s linear;
}
.scrollup-icon:hover {
  background-color: #fff493;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.scrollup-icon:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .scrollup-icon {
    padding: 8px;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .scrollup-icon {
    padding: 6px;
    font-size: 2rem;
  }
}
.scrollup--visible {
  animation: scrollUpAppear 0.3s ease-out;
}

/* Show scroll */
.show-scroll {
  bottom: 3rem;
}

@keyframes scrollUpAppear {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*========== WHATSAPP ==========*/
.whatsapp {
  position: fixed;
  left: 0.6rem;
  z-index: 100;
  bottom: 3rem;
  padding: 0.6rem;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.33, 0.85, 0.4, 0.96);
}
.whatsapp:hover {
  color: #000000;
  opacity: 1;
  transform: translateY(-3px);
}
.whatsapp:hover .whatsapp-icon {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 167, 36, 0.4);
}
.whatsapp:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.whatsapp:active .whatsapp-icon {
  transform: scale(0.95);
}
.whatsapp-icon {
  color: #ffffff;
  background-color: #00a724;
  font-size: 2rem;
  padding: 1rem;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.33, 0.85, 0.4, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  box-shadow: 0 4px 12px rgba(0, 167, 36, 0.3);
  animation: whatsappPulse 2s infinite;
}
@media (max-width: 768px) {
  .whatsapp-icon {
    padding: 1rem;
    font-size: 2rem;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .whatsapp-icon {
    padding: 1rem;
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }
}

/*=============== SOCIALS ===============*/
.home-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 20px;
  flex-direction: row;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (max-width: 768px) {
  .home-socials {
    flex-direction: row;
  }
}

.social-buttons {
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.social-link {
  font-size: 1.5rem;
}
.social-link:hover {
  color: #ff6969;
}

.tittok {
  color: #ffffff !important;
}

.ig {
  color: #ff755a !important;
}

.fb {
  color: #94b2f3 !important;
}

.telegram {
  color: #1aabf9 !important;
}
