/* ===( Build By : Ostech Templates )=== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "text", sans-serif;
  font-weight: 500;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

@font-face {
  font-family: "heading";
  src: url("CabinetGrotesk.ttf") format("truetype");
}

@font-face {
  font-family: "text";
  src: url("Nunito.ttf") format("truetype");
}

body {
  font-size: 1.6rem;
  background: linear-gradient(180deg, #08132b 0%, #0c2a66 100%);
  color: #d7e4ff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Headings */

.heading_1 {
  font-family: "heading";
  font-size: 12rem;
  font-weight: bold;
  color: #ffffff;
}

.heading_2 {
  font-family: "heading";
  font-size: 7rem;
  font-weight: bold;
  color: #ffffff;
}

.heading_3 {
  font-family: "heading";
  font-size: 4.8rem;
  font-weight: bold;
  color: #ffffff;
}

.section_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section_heading p {
  width: 38ch;
}

.section_heading .btn_2 {
  margin-top: 2rem;
}

/* Headings */

/* Buttons */

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

.btn_1,
.btn_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 4.4rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.btn_1 {
  padding: 1rem 3rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  border: 1px solid #1f4ed8;
  border-bottom-color: #0d2c66;
  color: #f7fbff;
  background: linear-gradient(to top, #0b2f8f 15%, #1760ff 85%, #3b8cff);
}

.btn_2 {
  padding: 1rem 0;
  color: #f7fbff;
  font-family: "heading", sans-serif;
  font-size: 2.4rem;
  width: fit-content;
  position: relative;
}

.btn_2::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(13, 42, 102, 0.22));
  border: 1px solid rgba(163, 199, 255, 0.55);
  box-shadow: 0 0.8rem 2rem rgba(3, 10, 24, 0.15);
  z-index: -1;
}

.btn_2::after {
  content: "";
  background-image: url("circle-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
  width: 4rem;
  height: 3rem;
  display: inline-block;
  margin-left: 1rem;
  transition: 0.3s ease;
}

.btn_2:hover::after {
  transform: rotate(-25deg) scale(1.1);
}

/* Buttons */

/* Page */
main {
  width: 100vw;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

nav {
  background: rgba(7, 22, 61, 0.92);
}

nav .container-xl {
  display: flex;
  align-items: center;
  color: #d3e4ff;
  padding: 2rem 0;
  gap: 3rem;
  position: relative;
}

.logo {
  margin-right: auto;
}

.logo img {
  height: 8rem;
  object-fit: contain;
}

.hero-accent {
  color: #4d84ff;
}

.page-intro {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: block;
  background: linear-gradient(180deg, #f8f7f3 0%, #ffffff 100%);
  color: #07163c;
  overflow: hidden;
}

.page-intro__logo {
  position: fixed;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11rem;
  height: 11rem;
  transform: translate(-50%, -50%);
  animation: intro-logo-travel 2.15s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  border-radius: 50%;
  border: 1px solid rgba(7, 22, 61, 0.12);
  background: rgba(7, 22, 61, 0.03);
  box-shadow: inset 0 0 0 1px rgba(7, 22, 61, 0.04);
}

.page-intro__logo img {
  width: 8rem;
  height: 8rem;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(45%) sepia(92%) saturate(1828%) hue-rotate(194deg) brightness(102%) contrast(103%);
}

.page-intro.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.55s ease;
}

@media screen and (max-width: 576px) {
  .page-intro__logo {
    width: 9.6rem;
    height: 9.6rem;
  }

  .page-intro__logo img {
    width: 6.4rem;
    height: 6.4rem;
    filter: brightness(0) saturate(100%) invert(45%) sepia(92%) saturate(1828%) hue-rotate(194deg) brightness(102%) contrast(103%);
  }
}

@keyframes intro-logo-travel {
  0% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
  }
  70% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    top: 2rem;
    left: 2rem;
    transform: translate(0, 0) scale(0.9);
  }
}

@media screen and (max-width: 576px) {
  @keyframes intro-logo-travel {
    0% {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(1);
    }
    70% {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(1);
    }
    100% {
      top: 1.6rem;
      left: 1.6rem;
      transform: translate(0, 0) scale(0.86);
    }
  }
}

nav .btn_1 {
  margin-left: auto;
}

.menu{
  position: relative;
  z-index: 20;
  cursor: pointer;
}

.menu img {
  width: 2.8rem;
  object-fit: contain;
  opacity: 0.8;
}

.menu_container{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: linear-gradient(135deg, #06153a, #0d3ca8);
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  transform: translateX(100%);
  transition: 1s ease;
  overflow: hidden;
}

.menu_container a:not(.btn_1){
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
  font-family: "heading", sans-serif;
  display: inline-block !important;
}

.menu_container a:not(.btn_1):hover{
  color: #9fc0ff;
}

.menu_container .btn_1{
  margin-left: 0;
  display: inline-block !important;
}

main p {
  font-size: 1.8rem;
  line-height: 1.6;
}

.intro {
  background:
    radial-gradient(circle at top left, rgba(77, 132, 255, 0.38), transparent 36%),
    linear-gradient(135deg, #0d3ca8 0%, #081b49 100%);
  background-size: cover;
  min-height: 100vh;
  width: 100vw;
  position: relative;
}

.intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 22, 61, 0.08), rgba(7, 22, 61, 0.22));
  z-index: 1;
}

.intro .heading_1 {
  position: relative;
  margin-top: 10rem;
  z-index: 2;
  color: #ffffff;
  text-shadow: 0 0.2rem 1.4rem rgba(2, 8, 24, 0.38);
}

.intro p {
  position: relative;
  margin-top: 4rem;
  z-index: 2;
  width: 38ch;
  max-width: 100%;
  color: #eaf1ff;
  text-shadow: 0 0.2rem 1rem rgba(2, 8, 24, 0.28);
}

.projects {
  display: flex;
  gap: 4rem;
  margin-top: 4rem;
}

.projects .project {
  height: 18rem;
  width: 15rem;
  overflow: hidden;
  border-radius: 1rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.projects .project img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}

.projects .project:hover img {
  transform: rotate(-5deg) scale(1.5);
}

.intro .btn_2 {
  position: relative;
  z-index: 2;
  margin-block: 6rem;
  color: #ffffff;
  text-shadow: 0 0.2rem 1rem rgba(2, 8, 24, 0.28);
}

.intro .btn_2::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(10, 41, 126, 0.28));
  border-color: rgba(191, 216, 255, 0.72);
}

.intro .hero-accent {
  color: #bcd3ff;
}

section {
  background: linear-gradient(to right, #07193b, #0c2f74);
  padding-block: 10rem;
}

.about .section_heading .heading_2 {
  text-align: right;
}

.about .row {
  margin-top: 6rem;
}

.about .card {
  height: 50rem;
  width: 100%;
  background: linear-gradient(45deg, #0c2f74, #1a63e8);
  border-radius: 1rem;
  border: 1px solid #4d84ff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.about .card_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about .card_header span {
  font-size: 5rem;
  font-weight: bold;
  font-family: "heading", sans-serif;
  color: #fff;
}

.about .card_header .icon img {
  height: 5rem;
  object-fit: contain;
}

.about .card_body {
  margin-top: auto;
}

.about .card_body .heading_3 {
  margin-bottom: 2rem;
}

.about .card_bg {
  background: linear-gradient(45deg, #08183fa1, #1a63e87c),
    url("images/4.jpg") no-repeat;
  background-size: cover;
  border-radius: 0;
}

.about .card_bg .card_body p {
  color: #fff;
}

section.rating {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stats {
  height: 15rem;
  width: 60%;
  border: 1px solid rgba(163, 199, 255, 0.45);
  background: linear-gradient(45deg, #0c2f74, #1a63e8);
  margin-inline: auto;
  margin-top: 5rem;
  border-radius: 2rem;
  padding: 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.stats .heading_3 span {
  font-family: "heading";
  font-size: 4.8rem;
  font-weight: bold;
}

.stats .heading_3 {
  color: rgba(255, 255, 255, 0.5);
}

.rating .row {
  margin-top: 6rem;
}

.rating .image-card {
  height: 60rem;
  overflow: hidden;
}

.rating .image-card:nth-child(2) {
  height: 50rem;
  align-self: flex-end;
}

.rating .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.portfolio {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.portfolio .section_heading {
  flex-direction: column;
  text-align: center;
}

.portfolio .section_heading p {
  width: auto;
  margin-top: 5rem;
}

.showcases {
  margin-top: 8rem;
}

.showcases .showcase {
  border-top: 1px dashed rgba(163, 199, 255, 0.35);
  cursor: pointer;
}

.showcases .showcase:last-child {
  border-bottom: 1px dashed rgba(163, 199, 255, 0.35);
}

.showcases .showcase img {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin-inline: auto;
  transition: 0.3s ease;
}

.showcases .showcase .heading_3 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: 0.3s ease;
}

.showcases .showcase:hover .heading_3 {
  opacity: 1;
}

.showcases .showcase:hover img {
  transform: rotate(-5deg) scale(1.5);
}

.gallery .section_heading {
  align-items: flex-end;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 6rem;
}

.gallery-item {
  height: 28rem;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #08183f;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-page {
  padding-top: 8rem;
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 4rem;
}

.gallery-filter {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #e8f1ff;
  border-radius: 999px;
  padding: 0.9rem 1.6rem;
  font-family: "heading", sans-serif;
  font-size: 1.8rem;
  cursor: pointer;
}

.gallery-filter.active {
  background: linear-gradient(to top, #0b2f8f 15%, #1760ff 85%, #3b8cff);
  border-color: #1f4ed8;
}

.gallery-library-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 4rem;
}

.gallery-card {
  overflow: hidden;
  border-radius: 1.8rem;
  background: linear-gradient(180deg, rgba(8, 24, 63, 0.96), rgba(13, 60, 168, 0.9));
  border: 1px solid rgba(163, 199, 255, 0.45);
}

.gallery-card__image {
  height: 28rem;
  overflow: hidden;
}

.gallery-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-card__body {
  padding: 1.8rem;
}

.gallery-card__body .project-chip {
  display: inline-flex;
  margin-bottom: 1rem;
}

.gallery-card__body h3 {
  font-family: "heading", sans-serif;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 0.8rem;
}

.gallery-card__body p {
  color: #e8f1ff;
  opacity: 0.9;
}

.projects-hero {
  padding-top: 8rem;
}

.projects-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 3rem;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 6rem;
}

.project-card {
  background: linear-gradient(180deg, rgba(8, 24, 63, 0.96), rgba(13, 60, 168, 0.9));
  border: 1px solid rgba(163, 199, 255, 0.45);
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.project-card__media {
  height: 26rem;
  overflow: hidden;
}

.project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s ease;
}

.project-card:hover .project-card__media img {
  transform: scale(1.05);
}

.project-card__body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 24rem;
}

.project-meta,
.project-modal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.project-chip {
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #e8f1ff;
  font-size: 1.2rem;
}

.project-card__summary,
.project-modal__description,
.projects-hero p,
.cms-hero p,
.cms-panel p,
.cms-item__text {
  color: #e8f1ff;
}

.project-card__summary,
.project-modal__description,
.cms-item__text,
.cms-panel p,
.projects-hero p,
.cms-hero p {
  opacity: 0.9;
}

.project-card__actions {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.projects-featured {
  margin-top: 8rem;
  background: linear-gradient(45deg, #08183f, #0d3ca8);
  border: 1px solid rgba(163, 199, 255, 0.35);
  border-radius: 2rem;
  padding: 3rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
}

.projects-featured__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.projects-featured__gallery img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
  border-radius: 1.5rem;
}

.project-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(3, 10, 24, 0.78);
  backdrop-filter: blur(8px);
}

.project-modal.active {
  display: flex;
}

.project-modal__dialog {
  width: min(110rem, 100%);
  max-height: calc(100vh - 4rem);
  overflow: auto;
  background: linear-gradient(180deg, #07193b, #0d3ca8);
  border: 1px solid rgba(163, 199, 255, 0.5);
  border-radius: 2rem;
  position: relative;
}

.project-modal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 4rem;
  height: 4rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}

.project-modal__top {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  padding: 2rem;
}

.project-modal__image {
  border-radius: 1.5rem;
  overflow: hidden;
  height: 42rem;
}

.project-modal__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-modal__body {
  padding: 0 2rem 2rem;
}

.project-modal__gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.project-modal__gallery img {
  width: 100%;
  height: 11rem;
  object-fit: cover;
  border-radius: 1rem;
}

.project-modal__features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.cms-hero {
  padding-top: 8rem;
}

.cms-layout {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 2rem;
  margin-top: 6rem;
}

.cms-panel {
  background: linear-gradient(180deg, #08183f, #0d3ca8);
  border: 1px solid rgba(163, 199, 255, 0.45);
  border-radius: 2rem;
  padding: 2rem;
}

.cms-library {
  margin-top: 2rem;
  background: linear-gradient(180deg, #08183f, #0d3ca8);
  border: 1px solid rgba(163, 199, 255, 0.45);
  border-radius: 2rem;
  padding: 2rem;
}

.cms-panel h3,
.cms-panel .heading_3,
.cms-panel .heading_2 {
  margin-bottom: 1.5rem;
}

.cms-field {
  margin-bottom: 1.5rem;
}

.cms-field label {
  display: block;
  margin-bottom: 0.8rem;
  font-weight: 600;
  color: #ffffff;
}

.cms-field input,
.cms-field textarea,
.cms-field select {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  font-family: inherit;
  font-size: 1.5rem;
}

.cms-field textarea {
  min-height: 12rem;
  resize: vertical;
}

.cms-field input::placeholder,
.cms-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.cms-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.cms-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.cms-list {
  display: grid;
  gap: 1rem;
}

.cms-item {
  display: grid;
  grid-template-columns: 8rem 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.cms-item img {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  border-radius: 1rem;
}

.cms-item__title {
  font-family: "heading", sans-serif;
  font-size: 2.2rem;
  color: #fff;
}

.cms-item__text {
  margin-top: 0.4rem;
}

.cms-item__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.cms-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.cms-preview img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  border-radius: 1rem;
}

@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .projects-grid,
  .projects-featured,
  .cms-layout,
  .project-modal__top {
    grid-template-columns: 1fr;
  }

  .projects-featured__gallery,
  .project-modal__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item {
    height: 24rem;
  }

  .projects-grid,
  .projects-featured,
  .cms-layout {
    grid-template-columns: 1fr;
  }

  .project-modal__gallery,
  .cms-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cms-item {
    grid-template-columns: 1fr;
  }

  .cms-item__actions {
    justify-content: flex-start;
  }

  .project-modal__image {
    height: 28rem;
  }
}

marquee {
  background: linear-gradient(90deg, #0d2c66, #1760ff);
  padding: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.marque_holder {
  display: flex;
  align-items: center;
  justify-self: center;
}

.marque_holder img {
  width: 5rem;
}

.brands {
  padding-bottom: 0;
}

.brands .section_heading .heading_2 {
  text-align: right;
}

.brands .row {
  margin-top: 8rem;
}

.brands .brand-holder {
  height: 30rem;
  border-top: 1px solid rgba(163, 199, 255, 0.5);
  border-right: 1px solid rgba(163, 199, 255, 0.5);
}

.brand-holder:nth-child(n + 5) {
  border-bottom: 1px solid rgba(163, 199, 255, 0.5);
}

.brands .brand-image {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brands .brand-holder:hover .brand-image {
  border: 1px solid #fff;
  background: #595c5d;
}

.brands img {
  filter: invert(100%);
  width: 30rem;
  max-width: 80%;
}

footer {
  background: linear-gradient(180deg, #06163d 0%, #07122a 100%);
  padding-top: 10rem;
  padding-bottom: 2rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.input_container {
  border: 1px solid rgba(163, 199, 255, 0.45);
  display: flex;
  border-radius: 3rem;
  padding: 0.2rem;
  margin-top: 2rem;
}

.input_container input {
  width: 100%;
  border-radius: 2rem;
  background: none;
  outline: none;
  border: none;
  padding: 1rem 3rem;
  color: #fff;
  font-size: 1.6rem;
}

.input_container input::placeholder {
  color: #dce8ff;
  font-size: 1.4rem;
  font-family: "heading", sans-serif;
}

.footer p {
  font-size: 1.4rem;
  margin-left: 1rem;
  margin-top: 5rem;
}

.footer span {
  display: flex;
  gap: 2rem;
  margin-left: 1rem;
  margin-top: 1rem;
}

.footer span a {
  font-family: "heading", sans-serif;
  color: #dce8ff;
}

footer hr {
  margin-top: 5rem;
  border-color: rgba(163, 199, 255, 0.28);
}

footer small {
  display: block;
  text-align: center;
  margin-top: 2rem;
  opacity: 0.5;
}

/* Social Media Icons */
.social-icons {
  position: fixed;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  z-index: 100;
}

.social-icon {
  width: 5rem;
  height: 5rem;
  background: linear-gradient(45deg, #0c2f74, #1a63e8);
  border: 1px solid #4d84ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  background: linear-gradient(45deg, #1a63e8, #2d7bff);
  border-color: #ffffff;
  transform: scale(1.2);
}

.social-icon svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: #ffffff;
}

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 5rem;
  height: 5rem;
  background: linear-gradient(45deg, #0c2f74, #1a63e8);
  border: 1px solid #4d84ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top:hover {
  background: linear-gradient(45deg, #1a63e8, #2d7bff);
  border-color: #ffffff;
  transform: translateY(-5px);
}

.scroll-to-top::after {
  content: "↑";
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: bold;
}

/* Page */

/* Media Queries */

@media screen and (max-width: 1080px) {
  .heading_1 {
    font-size: 10rem;
  }
  .heading_2 {
    font-size: 6rem;
  }
  .heading_3 {
    font-size: 3rem;
  }
  main p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 992px) {
  .brands img {
    width: 70%;
    object-fit: contain;
  }

  .gallery-library-grid,
  .admin-hero__grid,
  .cms-auth-panel,
  .cms-shell__grid,
  .cms-shell__header {
    grid-template-columns: 1fr;
  }

  .admin-hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cms-auth-panel__actions {
    min-width: 0;
  }
}

@media screen and (max-width: 800px) {
  html{
    font-size: 60%;
  }
}

@media screen and (max-width: 768px) {
  html{
    font-size: 62.5%;
  }
  main {
    overflow-x: hidden;
  }
  nav a:not(.logo, .btn_1){
    display: none;
  }

  nav .container-xl {
    gap: 1.5rem;
  }

  .heading_1{
    font-size: 8rem;
  }
  .heading_2{
    font-size: 4rem;
  }
  .heading_3{
    font-size: 2.5rem;
  }
  .section_heading{
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .section_heading div{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .section_heading div .btn_2{
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .section_heading p{
    width: 90%;
  }
  .section_heading .heading_2{
    text-align: center !important;
  }
  .section_heading p{
    width: 100%;
    max-width: 100%;
  }
  .rating .section_heading .heading_2{
    margin-bottom: 3rem;
  }
  .about .card{
    height: 30rem;
  }
  .rating .image-card{
    height: 30rem !important;
  }
  .stats{
    width: 100%;
  }
  .showcases .showcase{
    margin-bottom: 2rem;
    border-bottom: none !important;
  }
  .showcases .showcase .heading_3{
    margin-block: 2rem;
  }
  .showcases .showcase img{
    height: 20rem;
    object-fit: contain;
    margin-block: 2rem;
  }
  .social-icons {
    left: 1.5rem;
    gap: 1rem;
  }
  .social-icon {
    width: 4rem;
    height: 4rem;
  }
  .social-icon svg {
    width: 2rem;
    height: 2rem;
  }
  .scroll-to-top {
    bottom: 2rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
  }
  .scroll-to-top::after {
    font-size: 2rem;
  }

  .gallery-library-grid,
  .projects-grid,
  .projects-featured,
  .cms-shell__grid,
  .admin-hero__grid {
    grid-template-columns: 1fr;
  }

  .cms-auth-panel,
  .cms-shell__header,
  .admin-hero__grid,
  .admin-hero__panel {
    padding: 2rem;
  }

  .cms-auth-panel {
    gap: 1.2rem;
  }

  .cms-auth-panel__actions,
  .admin-hero__panel,
  .cms-shell__header {
    width: 100%;
  }

  .cms-shell__chips,
  .cms-toolbar,
  .cms-actions {
    width: 100%;
  }

  .cms-toolbar .btn_1,
  .cms-toolbar .btn_2,
  .cms-actions .btn_1,
  .cms-actions .btn_2 {
    flex: 1 1 100%;
    justify-content: center;
  }

  .admin-hero__stats {
    grid-template-columns: 1fr 1fr;
  }

  .cms-item,
  .gallery-card {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 576px){
  .logo img{
    height: 6rem;
  }

  .intro{
    padding-block: 0rem;
  }
  .heading_1{
    font-size: 6rem;
    margin-top: 2rem !important;
  }
  .brand-holder{
    border-right: none !important;
    height: 15rem !important;
  }
  .brands .brand-image img{
    width: 40%;
  }
  .footer{
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .footer > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .footer .heading_3{
    margin-top: 5rem;
  }

  .footer .logo{
    margin-right: initial;
  }
  .animated {
    animation-delay: 0s !important; 
  }

  .heading_1 {
    letter-spacing: -0.03em;
    line-height: 0.95;
  }

  .heading_2,
  .heading_3 {
    line-height: 1.05;
  }

  .admin-hero {
    padding-top: 5rem;
  }

  .admin-hero__stats,
  .cms-preview,
  .gallery-library-grid,
  .projects-featured__gallery,
  .project-modal__gallery {
    grid-template-columns: 1fr;
  }

  .cms-auth-panel,
  .admin-hero__panel,
  .cms-panel,
  .cms-library,
  .cms-shell__header,
  .project-card,
  .gallery-card,
  .projects-featured {
    border-radius: 1.6rem;
  }

  .cms-auth-panel__actions .btn_1,
  .cms-auth-panel__actions .btn_2,
  .cms-toolbar .btn_1,
  .cms-toolbar .btn_2,
  .cms-actions .btn_1,
  .cms-actions .btn_2 {
    width: 100%;
  }

  .cms-shell__chips {
    width: 100%;
  }

  .admin-hero__stats {
    gap: 0.8rem;
  }

  .admin-stat {
    padding: 1.2rem;
  }

  .admin-stat strong {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 420px){
  .logo img{
    height: 4.8rem;
  }

  nav a.btn_1{
    display: none;
  }
  .heading_1{
    font-size: 5rem;
  }
  .heading_2{
    font-size: 3rem;
  }
  .heading_3{
    font-size: 2rem;
  }
  .stats{
    flex-direction: column;
    height: fit-content;
    gap: 2rem;
    width: 50%;
    text-align: center;
  }

  .section_heading div .btn_2,
  .projects-actions .btn_1,
  .projects-actions .btn_2,
  .cms-toolbar .btn_1,
  .cms-toolbar .btn_2,
  .cms-actions .btn_1,
  .cms-actions .btn_2 {
    width: 100%;
  }

  .cms-item {
    padding: 1.2rem;
  }

  .cms-item img {
    width: 100%;
    height: 18rem;
  }

  .project-modal__top,
  .project-modal__dialog {
    padding: 1.2rem;
  }
}

/* ===( Build By : Ostech Templates )=== */