@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("../fonts/NeueHaasDisplayRoman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

body {
  overflow-x: hidden;
  font-family: "Neue Haas Grotesk", sans-serif !important;
}

.btn-primary {
  background-color: #d01818 !important;
  border: none !important;
  border-radius: 20px !important;
}

/* .btn-more {
    background-color: #d01818 !important;
    color: #fff !important;
    padding: 4px 40px !important;
    border-radius: 20px !important;
    font-size: 24px !important;
} */

.btn-more {
  background-color: #ffffff !important;
  color: #000000 !important;
  padding: 4px 40px !important;
  border-radius: 30px !important;
  font-size: 20px !important;
}

.btn-more:hover {
  background-color: #000 !important;
  color: #fff !important;
  padding: 4px 40px !important;
  border-radius: 30px !important;
  font-size: 20px !important;
  border: 2px solid #fff !important;
}

.btn-more2 {
  background-color: #000 !important;
  color: #fff !important;
  padding: 4px 40px !important;
  border-radius: 30px !important;
  font-size: 20px !important;
  border: 2px solid #000 !important;
}

.btn-more2:hover {
  background-color: #ffff !important;
  color: #000 !important;
  padding: 4px 40px !important;
  border-radius: 30px !important;
  font-size: 20px !important;
  border: 2px solid #000 !important;
}

.navbar-brand {
  font-weight: bold;
}

.navbar-brand .logo {
  height: 50px;
}

.fixed {
  position: sticky;
}

.navbar {
  /* border-bottom: 1px solid black; */
  /* background: #f4f4f4; */
}

.navbar .nav-link {
  margin: 0 35px;
  font-size: 18px;
}

.navbar .menu-items {
  margin-right: 20px;
}

.navbar .menuicon {
  background: transparent;
}

.sidebar {
  height: 100vh;
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  background-color: #000;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  padding-top: 20px;
  z-index: 9999999;
}

.sidebar .nav-link {
  padding: 15px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidebar .nav-link span {
  margin-right: 10px;
}

.sidebar .close-icon {
  font-size: 20px;
  margin-right: 20px;
  cursor: pointer;
  color: #fff;
}

.sidebar .nav-link:hover {
  color: #e60012;
}

.sidebar .nav-link.active {
  color: #e60012;
}

.open-sidebar {
  left: 0;
}

.menuicon {
  border: none;
  background-color: white;
}

.menu-items {
  display: flex;
}

.main-section {
  position: relative;
  min-height: calc(100vh - 80px);
  padding-bottom: 80px;
}

/* =======================================
      Hero section
======================================= */

.hero-section {
  text-align: center;
  padding: 40px 0px;
  margin-top: 30px;
}

.hero-section .hero-title p {
  font-size: 35px;
  margin: 0;
  font-family: "Neue Haas Grotesk", sans-serif;
}

.hero-section .hero-title {
  margin-bottom: 20px;
}

.hero-section .hero-content {
  background-color: black;
  color: white;
  border-radius: 50px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.hero-section .hero-text h1 {
  font-size: 240px;
  margin: 0;
  line-height: 1;
}

.hero-section .hero-text h2 {
  font-size: 190px;
  margin: 0;
  line-height: 0.7;
}

.hero-section .service-image {
  position: relative;
}

.hero-section .service-image img {
  max-width: 100%;
  height: 210px;
}

.hero-section .service-btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 555;
}

.hero-section .service-btns .btn {
  display: block;
  background-color: #fff;
  color: #000;
  border: none;
  padding: 6px 25px;
  font-size: 20px;
  border-radius: 20px;
  cursor: pointer;
}

.hero-section .service-btns .our {
  font-size: 50px;
  margin-bottom: 0px;
}

/* =================================
        our services section 
================================== */

.services-section {
  text-align: center;
  padding: 0px 20px;
}

.services-section .services-title {
  font-size: 60px;
}

.services-section .services-description {
  font-size: 20px;
  margin: 0 auto 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.services-section .service-category {
  margin-bottom: 30px;
}

.services-section .service-category h3 {
  font-size: 22px;
  margin-bottom: 15px;
  text-align: start;
}

.services-section .service-category .border-bottom-div {
  border-bottom: 1px solid rgb(103, 103, 103);
  padding-bottom: 40px;
  margin-right: 50px;
}

.services-section .service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  /* justify-content: center; */
}

.services-section .service-tag {
  padding: 5px 15px;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 16px;
  /* cursor: pointer; */
  transition: all 0.3s ease-in-out;
}

.services-section .service-tag:hover {
  background-color: black;
  color: white;
}

.about .about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  /* justify-content: center; */
}

.about .about {
  padding: 5px 15px;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 16px;
  cursor: default;
  transition: all 0.3s ease-in-out;
}

.about .about:hover {
  background-color: black;
  color: white;
}

/* ===========================
sets section 
=========================== */

.steps-section {
  background-color: black;
  color: white;
  padding: 40px 0;
}

.steps-section .step-box {
  /* padding: 20px; */
  /* padding-left: 100px; */
}

.steps-section .step-box2 {
  /* padding: 20px; */
  /* padding-right: 100px; */
}

.steps-section .step-box h3 {
  margin-top: 20px;
  font-size: 24px;
}

.steps-section .step-box p {
  font-size: 16px;
  margin-top: 10px;
}

.steps-section .step-number {
  display: inline-block;
  background: white;
  color: black;
  padding: 5px;
  padding-left: 3px;
  padding-right: 15px;
  border-radius: 20px;
  font-size: 18px;
  /* font-weight: bold; */
  justify-content: center;
  align-items: center;
}

.steps-section .step-icon {
  margin-right: 4px;
  width: 28px;
}

.steps-section .divider {
  width: 80%;
  margin: 30px auto 0;
  border-top: 1px solid #fff;
}

/* ====================
lap section
=================== */
.steps-section .project-section {
  /* padding: 40px; */
  border-radius: 20px;
  background: white;
  color: black;
  max-width: 90%;
  margin: auto;
  margin-top: 80px;
}

.steps-section .project-title {
  font-size: 60px;
  /* font-weight: bold; */
}

.steps-section .project-section .left-section {
  padding: 40px 40px 20px 40px;
}

.steps-section .project-section .left-section p {
  font-size: 20px;
}

.steps-section .project-section .left-section .option-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.steps-section .project-section .left-section .prev-next-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.steps-section .project-section .right-section .prev-next-btns2 {
  display: none;
}

.steps-section .project-section .right-section {
  margin-left: 50px;
  margin-right: 26px;
  margin-top: 10px;
  border-radius: 50px;
  margin-bottom: 5px;
}

.steps-section .project-section .right-section img {
  width: 100%;
  max-height: 420px;
  border: 1px solid black;
  border-radius: 50px;
}

.steps-section .tag {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  margin: 5px;
  border: 1px solid gray;
  color: #424242;
}

.steps-section .btn-custom {
  background: black;
  color: white;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.steps-section .btn-custom:hover {
  background: #333;
}

.steps-section .btn-nav {
  display: inline-flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  border: none;
  background: none;
  color: black;
}

.steps-section .btn-nav img {
  width: 40px;
  margin: 0px 10px;
}

.steps-section .slider-container {
  display: flex;
  overflow: hidden;
  max-width: 100%;
  position: relative;
}

.steps-section .slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.steps-section .slider-item {
  min-width: 25%;
  width: 25%;
  padding: 0px;
}

/* .steps-section .slider-item img {
    width: 100%;
    border-radius: 15px;
} */

.steps-section .slider-item img {
  width: 100%;
  border-radius: 15px;
  padding: 12px;
  border-radius: 35px;
}

/* ==================
next section 
================= */
.steps-section .custom-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px;
  padding-bottom: 20px;
  margin-top: 0px;
  position: relative;
}

/* .steps-section .custom-section .way2mail-heading {
    font-size: 50px;
    margin-bottom: 40px;

} */

.steps-section .custom-section .heading-container .way2mail-heading {
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: inline-block;
}

.steps-section .custom-section .heading-container {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.steps-section .custom-section .heading-container .underline-container {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.steps-section .custom-section .heading-container .underline-line {
  width: 50px;
  height: 3px;
  background: #888;
}

.steps-section .custom-section .heading-container .underline-icon {
  margin: 0 10px;
}

.steps-section .custom-section .heading-container .underline-icon img {
  width: 30px;
  height: auto;
}

/* =======================test way2mail=============== */

.steps-section .custom-section .feature-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 425px) {
  .steps-section .custom-section .feature-block {
    grid-template-columns: 1fr;
  }
}

.steps-section .custom-section .feature-item {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid white;
  border-radius: 30px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.steps-section .custom-section .feature-item img {
  width: 36px;
  filter: invert(15%) sepia(100%) saturate(5000%) hue-rotate(0deg);
  /* Makes SVG red */
}

.steps-section .custom-section .feature-item h4 {
  color: white;
  margin-top: 15px;
}

.steps-section .custom-section .feature-item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

/* Hover Effect */
.steps-section .custom-section .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.3);
}

/* ============== end================= */

.steps-section .custom-left h3 {
  color: #e60012;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}

.steps-section .custom-left h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.4;
}

.steps-section .border-one {
  border: 1px solid gray;
  padding: 5px;
  border-radius: 25px;
}

.steps-section .custom-right {
  background-color: black;
  padding: 20px;
  border-radius: 25px;
  border: 1px solid gray;
}

.steps-section .custom-right h3 {
  color: #e60012;
  font-size: 40px;
  font-weight: bold;
}

.steps-section .custom-right p {
  font-size: 22px;
  color: white;
  line-height: 1.5;
}

.steps-section .service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.steps-section .service-tag {
  padding: 5px 15px;
  background-color: #fff;
  border-radius: 0px;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.steps-section .service-tag:hover {
  background-color: white;
  color: black;
}

.steps-section .custom-section .img-center {
  position: absolute;
  right: 50%;
  top: -100px;
}

.steps-section .custom-section .img-center img {
  width: 300px;
}

/* =============================
  port folio  
============================= */

.portfolio-section {
  text-align: center;
  padding: 20px 0px;
  margin-top: 20px;
}

.portfolio-section .portfolio-title {
  font-size: 60px;
}

.portfolio-section .portfolio-description {
  font-size: 20px;
  margin: 0 auto 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.portfolio-section .portfolio-card {
  border-radius: 50px;
  border: 1px solid #ddd;
  padding: 40px;
  /* margin: 20px; */
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  /* background: linear-gradient(255deg, #d7d6d6, #ffebeb, #faccd0, #d9d9d9, #d7d6d6); */
  /* background: #fbfbfb; */
  background: #ececec;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.portfolio-card .main-image {
  height: 180px;
}

.portfolio-section .portfolio-card a {
  color: #fff;
}

.portfolio-section .portfolio-cards-section {
  position: relative;
}

.portfolio-section .portfolio-cards-section .portfolio-view-all {
  position: absolute;
  top: 42%;
  left: 44%;
  background: radial-gradient(circle, #111010, #040404);
  min-width: 150px;
  min-height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border: 2px solid #fff;
  box-shadow: 4px 0 15px rgba(164, 164, 164, 0.9);
}

.portfolio-section .portfolio-cards-section .portfolio-view-all a {
  color: white;
  text-decoration: none;
  font-size: 24px;
}

.portfolio-section .portfolio-cards-section .portfolio-view-all:hover {
  transform: scale(1.05);
}

.portfolio-view-all-none {
  margin-top: 20px;
}

/* .portfolio-view-all-none {
    display: none;
} */

/* .portfolio-section .portfolio-card:hover {
    transform: scale(1.05);
} */

.portfolio-section .portfolio-card img.main-image {
  max-width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
  max-height: 340px;
}

.portfolio-section .portfolio-card h3 {
  margin-top: 20px;
}

.portfolio-section .portfolio-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 70px;
}

.portfolio-section .view-button {
  background-color: #000;
  color: white;
  border: none;
  padding: 5px 20px;
  margin-top: 15px;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 2px solid #000;
}

.portfolio-section .view-button:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}

.portfolio-section .portfolio-content-section {
  margin: 30px 0px;
}

.portfolio-section .portfolio-content-section p {
  margin-bottom: 0px;
  text-align: justify;
  font-size: 20px;
}

/* ==============================
  contact section
============================== */
.contact-section {
  /* background: linear-gradient(255deg, #ffebeb, #d9d9d9); */
  background: #000;
  border-radius: 15px;
  padding: 50px;
  margin: 20px 0px 75px 0px;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: #ffebeb !important;
  /* Very Light Red */
  color: fieldtext !important;
}

.contact-section h3 {
  font-weight: bold;
  color: #fff;
}

.contact-section p {
  color: #fff;
}

.contact-section .contact-info {
  list-style: none;
  padding: 0;
}

.contact-section .contact-info li {
  margin-bottom: 15px;
  display: flex;
  /* align-items: center; */
}

.contact-section .contact-info li .fa-house {
  font-size: 20px;
  color: #e60012;
  margin-right: 15px;
}

.contact-section .contact-info li .fa-envelope {
  font-size: 20px;
  color: #e60012;
  margin-right: 15px;
}

.contact-section .contact-info li .fa-phone {
  font-size: 20px;
  color: #e60012;
  margin-right: 15px;
}

.contact-section .contact-info li h5 {
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
  color: #fff;
      margin-top: 5px;
    letter-spacing: 1.5px;
}

.contact-section .contact-info li p {
  margin: 0;
}

.contact-section .form-control {
  border: 1px solid #e60012;
}

.contact-section .form-control:focus {
  border-color: #ff5733 !important;
  box-shadow: 0 0 5px rgba(255, 87, 51, 0.5) !important;
  outline: none !important;
}

.contact-section .view-button {
  background-color: #e60012;
  color: white;
  font-size: 20px;
  border: none;
  padding: 5px 20px;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* ==================== */
.contact_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  /* padding: 40px; */
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/* ====================
 footer section 
==================== */

.footer {
  background-color: #e60012;
  color: white;
  padding: 30px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer .footer-content-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}

.footer .footer-logo img {
  height: 50px;
  margin-right: 10px;
}

.footer .footer-icons {
  margin-top: 10px;
  display: flex;
}

.footer .copy-right {
  margin-bottom: 0px;
  align-items: center;
  font-size: 18px;
}

.footer .footer-icons .social {
  color: #e60012;
  margin: 0 10px;
  font-size: 18px;
  transition: color 0.3s ease-in-out;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
}

.footer .footer-icons .social:hover {
  color: #fff;
  margin: 0 10px;
  font-size: 18px;
  transition: color 0.3s ease-in-out;
  background-color: #f86161;
  padding: 10px;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
}

.footer .footer-icons .social:hover a {
  color: #fff;
}

.footer .footer-icons a {
  color: #e60012;
  font-size: 18px;
  transition: color 0.3s ease-in-out;
}

/* ================================================ inner pages styles =================================================================== */

/* ================ portfolio inner page========================== */
.portfolio-hero-section {
  position: relative;
  background: url("../images/Headers/banner-6.webp") no-repeat center
    center/cover;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
}

.portfolioinner {
  margin: 20px 0px 75px 0px;
}

/* Content Styling */
.portfolio-hero-section .content-section {
  position: relative;
  max-width: 560px;
  padding: 20px;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1.5s ease-out forwards;
  margin-left: 200px;
}

.portfolio-hero-section .portfolio-title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.portfolio-hero-section .portfolio-description {
  font-size: 16px;
  color: #fff;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================= website-temp-hero-section======================== */

.website-temp-hero-section {
  position: relative;
  background: url("../images/Headers/banner-6.webp") no-repeat center
    center/cover;
  /* background: linear-gradient(135deg, #e60012, #000); */
  /* background: linear-gradient(255deg, #d7d6d6, #ffebeb, #faccd0, #d9d9d9, #d7d6d6); */
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  color: white;
}

.inner-brochure-section {
  margin-bottom: 50px !important;
  margin-top: 30px;
}

.website-temp-hero-section .banner-img-section {
  position: absolute;
  left: 0;
  top: 0;
}

.website-temp-hero-section .banner-img-section img {
  width: 334px;
  height: fit-content;
}

/* Content Styling */
.website-temp-hero-section .content-section {
  position: relative;
  max-width: 560px;
  padding: 20px;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1.5s ease-out forwards;
  margin-left: 200px;
}

.website-temp-hero-section .website-temp-hero-section-title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
  /* color: #000; */
}

.website-temp-hero-section .website-temp-hero-section-description {
  font-size: 16px;
  /* color: #000; */
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.inner-page-left-section {
  /* border-radius: 10px; */
  padding: 20px;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  /* border: 1px solid gray; */
  box-shadow: 4px 0 15px rgba(164, 164, 164, 0.7);
}

.inner-page-left-section .contact-form input {
  border-radius: 20px;
  border: 1px solid #000;
  padding: 8px 15px;
}

.custom-input:focus {
  border-color: #ff5733 !important;
  box-shadow: 0 0 5px rgba(255, 87, 51, 0.5) !important;
  outline: none !important;
}

.inner-page-left-section .contact-form button {
  border-radius: 5px;
  font-weight: bold;
}

.inner-page-left-section .portfolio-content-section {
  padding: 20px;
  background-color: #000;
  border-radius: 10px;
}

.fixed-left-section {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 22%;
  z-index: 1000;
}

/* ============================== logo designs section ======================= */

.logo-design-hero-section {
  position: relative;
  background: url("../images/Headers/banner-5.webp") no-repeat center
    center/cover;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  color: #000;
}

.logo-design-hero-section .content-heading-section {
  position: absolute;
  top: 40%;
  left: 50px;
}

.logo-design-hero-section .content-heading-section .section-title {
  color: #fff;
  font-size: 46px;
}

.logo-design-hero-section .content-section {
  position: relative;
  max-width: 560px;
  padding: 20px;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1.5s ease-out forwards;
  margin-left: 200px;
}

.logo-design-hero-section-title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.logo-design-hero-section .logo-design-hero-section-description {
  font-size: 16px;
  color: #fff;
}

.logo-design-section {
  margin-bottom: 50px;
  background: linear-gradient(
    255deg,
    #d7d6d6,
    #ffebeb,
    #faccd0,
    #d9d9d9,
    #d7d6d6
  );
}

/* =================== id card design ============================= */
.idcard-design-section {
  margin-bottom: 50px;
  margin-top: 50px;
}

.idcard-design-hero-section {
  position: relative;
  background: url("../images/Headers/banner-4.webp") no-repeat center
    center/cover;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  color: #000;
}

.idcard-design-hero-section .content-heading-section {
  position: absolute;
  top: 40%;
  left: 50px;
}

.idcard-design-hero-section .content-heading-section .section-title {
  color: #fff;
  font-size: 46px;
}

.idcard-design-hero-section .content-section {
  position: relative;
  max-width: 560px;
  padding: 20px;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1.5s ease-out forwards;
  margin-left: 200px;
}

.idcard-design-hero-section-title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.idcard-design-hero-section-description {
  font-size: 16px;
  color: #fff;
}

/* ============================== certificate designs section ======================= */

.certificate-design-section {
  margin-bottom: 50px;
}

.certificate-design-hero-section {
  position: relative;
  background: url("../images/Headers/banner-2.webp") no-repeat center
    center/cover;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  color: #000;
}

.certificate-design-hero-section .content-heading-section {
  position: absolute;
  top: 40%;
  left: 50px;
}

.certificate-design-hero-section .content-heading-section .section-title {
  color: #fff;
  font-size: 46px;
}

.certificate-design-hero-section .content-section {
  position: relative;
  max-width: 560px;
  padding: 20px;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1.5s ease-out forwards;
  margin-left: 200px;
}

.certificate-design-hero-section-title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}

.certificate-design-hero-section-description {
  font-size: 16px;
  color: #fff;
}

.inner-certificat-section {
  margin-top: 40px;
  margin-bottom: 60px;
}

/* ============================== banners designs section ======================= */

.banners-design-section {
  margin-bottom: 50px;
}

.banners-design-hero-section {
  position: relative;
  background: url("../images/Headers/banner-3.webp") no-repeat center
    center/cover;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  color: #000;
}

.banners-design-hero-section .content-heading-section {
  position: absolute;
  top: 40%;
  left: 50px;
}

.banners-design-hero-section .content-heading-section .section-title {
  color: #fff;
  font-size: 46px;
}

.banners-design-hero-section .content-section {
  position: relative;
  max-width: 560px;
  padding: 20px;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1.5s ease-out forwards;
  margin-left: 200px;
}

.banners-design-hero-section .banners-design-hero-section-title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}

.banners-design-hero-section-description {
  font-size: 16px;
  line-height: 1.6;
}

/* ============================== brochure designs section ======================= */
.inner-page-right-section {
  background-color: #f2f2f2;
}

.brochure-design-section {
  margin-bottom: 50px;
}

.brochure-design-hero-section {
  position: relative;
  background: url("../images/Headers/banner-1.webp") no-repeat center
    center/cover;
  height: 250px;
  display: flex;
  align-items: start;
  justify-content: center;
  text-align: start;
  color: #000;
}

.brochure-design-hero-section .content-section {
  position: relative;
  max-width: 560px;
  padding: 20px;
  opacity: 1;
  transform: translateY(50px);
  animation: fadeInUp 1.5sease-out forwards;
  margin-left: 200px;
}

.brochure-design-hero-section .content-heading-section {
  position: absolute;
  top: 40%;
  left: 50px;
}

.brochure-design-hero-section-title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.brochure-design-hero-section-description {
  font-size: 16px;
  color: #fff;
}

/* ========================= website templates ================== */

.website-temp-section {
  text-align: center;
  padding: 20px 0px;
  margin-top: 20px;
}

.website-temp-section .website-temp-title {
  font-size: 60px;
}

.website-temp-section .website-temp-description {
  font-size: 24px;
  margin: 0 auto 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.website-temp-section .website-temp-card {
  position: relative;
  border-radius: 14px;
  z-index: 1111;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  background: linear-gradient(
    255deg,
    #d7d6d6,
    #ffebeb,
    #faccd0,
    #d9d9d9,
    #d7d6d6
  );
}

.website-temp-section .website-temp-card .view-temp {
  position: absolute;
  bottom: 6px;
  right: 15px;
}

.website-temp-section .website-temp-card .view-temp .fa-eye {
  color: red;
}

.website-temp-section .website-temp-card .view-temp a {
  color: black;
}

.website-temp-section .website-temp-card a {
  color: #fff;
}

.website-temp-section .website-temp-cards-section {
  position: relative;
}

.website-temp-section .website-temp-cards-section .website-temp-view-all {
  position: absolute;
  top: 42%;
  left: 44%;
  background: radial-gradient(circle, #ff4d4d, #8b0000);
  min-width: 150px;
  min-height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border: 2px solid #fff;
  box-shadow: 4px 0 15px rgba(164, 164, 164, 0.9);
}

.website-temp-section .website-temp-cards-section .website-temp-view-all a {
  color: white;
  text-decoration: none;
  font-size: 24px;
}

.website-temp-section .website-temp-cards-section .website-temp-view-all:hover {
  transform: scale(1.05);
}

.website-temp-section .website-temp-card img.main-image {
  max-width: 90%;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
  /* max-height: 340px; */
}

.website-temp-section .website-temp-card h3 {
  margin-top: 20px;
}

.website-temp-section .website-temp-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 70px;
}

.website-temp-section .view-button {
  background-color: #d01818;
  color: white;
  border: none;
  padding: 5px 20px;
  margin-top: 15px;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.website-temp-section .view-button:hover {
  background-color: darkred;
}

.website-temp-section .website-temp-content-section {
  margin: 30px 0px;
}

.website-temp-section .website-temp-content-section p {
  margin-bottom: 0px;
  text-align: justify;
  font-size: 20px;
}

/* ================================
        loaders styling
================================ */
.main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: rgb(207, 202, 202);
}

/* From Uiverse.io by Smit-Prajapati */
#content {
  display: none;
  padding: 20px;
}

.loader {
  --size: 250px;
  --duration: 2s;
  --logo-color: grey;
  --background: linear-gradient(
    0deg,
    rgba(50, 50, 50, 0.2) 0%,
    rgba(100, 100, 100, 0.2) 100%
  );
  height: var(--size);
  aspect-ratio: 1;
  position: relative;
}

.loader .box {
  position: absolute;
  background: rgba(100, 100, 100, 0.15);
  background: var(--background);
  border-radius: 50%;
  border-top: 1px solid rgba(100, 100, 100, 1);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px -0px;
  backdrop-filter: blur(5px);
  animation: ripple var(--duration) infinite ease-in-out;
}

.loader .box:nth-child(1) {
  inset: 40%;
  z-index: 99;
}

.loader .box:nth-child(2) {
  inset: 30%;
  z-index: 98;
  border-color: rgba(100, 100, 100, 0.8);
  animation-delay: 0.2s;
}

.loader .box:nth-child(3) {
  inset: 20%;
  z-index: 97;
  border-color: rgba(100, 100, 100, 0.6);
  animation-delay: 0.4s;
}

.loader .box:nth-child(4) {
  inset: 10%;
  z-index: 96;
  border-color: rgba(100, 100, 100, 0.4);
  animation-delay: 0.6s;
}

.loader .box:nth-child(5) {
  inset: 0%;
  z-index: 95;
  border-color: rgba(100, 100, 100, 0.2);
  animation-delay: 0.8s;
}

.loader .logo {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 30%;
}

.loader .logo svg {
  fill: var(--logo-color);
  width: 100%;
  animation: color-change var(--duration) infinite ease-in-out;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px -0px;
  }

  50% {
    transform: scale(1.3);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 20px -0px;
  }

  100% {
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px -0px;
  }
}

@keyframes color-change {
  0% {
    fill: var(--logo-color);
  }

  50% {
    fill: white;
  }

  100% {
    fill: var(--logo-color);
  }
}

/* =============================
swipe s;ider styles
============================ */

.idcard-main-section {
  background-color: #fff;
  padding: 20px;
}

.idcard-div img:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.idcard-div {
  position: relative;
}

.idcard-div img {
  position: relative;
  max-width: 300px;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  border-radius: 20px;
}

.idcard-div img:hover {
  filter: brightness(0.5);
  /* darkens the image */
}

.idcard-section {
  justify-content: center;
  align-items: start;
}

/* .idcard-div {
        margin: 5px;
    } */

.swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: start;
  /* height: auto; */
}

.swiper-slide img {
  width: auto;
  max-width: 1024px;
  min-width: 900px;
  /* max-height: 550px; */
  border-radius: 10px;
}

/* .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: start;
    height: auto;
}

.swiper-slide img {
    width: 100%;
    max-width: 900px;
    min-width: 300px;
    border-radius: 10px;
} */

.swiper-button-next,
.swiper-button-prev {
  color: #000;
  font-size: 10px;
}

.swiper-pagination-bullet {
  background: #000;
}

/* .idcard-slider-modal {
    max-height: 550px;
} */

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
}

.zoom-container {
  overflow: hidden;

  height: auto;
  cursor: grab;
}

.zoom-image {
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.3s ease;
}

/* =====================
circles for index
===================== */
.circles {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.circle {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  animation: expand 3s infinite;
}

.circle:nth-child(1) {
  width: 250px;
  height: 250px;
  animation-delay: 0s;
}

.circle:nth-child(2) {
  width: 300px;
  height: 300px;
  animation-delay: 0.5s;
}

.circle:nth-child(3) {
  width: 350px;
  height: 350px;
  animation-delay: 1s;
}

.circle:nth-child(4) {
  width: 400px;
  height: 400px;
  animation-delay: 1.5s;
}

.circle:nth-child(5) {
  width: 450px;
  height: 450px;
  animation-delay: 2s;
}

@keyframes expand {
  from {
    transform: scale(0.9);
    opacity: 1;
  }

  to {
    transform: scale(1.2);
    opacity: 0;
  }
}

/* =================animation section========== */

.service-image .circles {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.service-image .circle {
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  animation: expand 3s infinite;
}

.service-image .circle:nth-child(1) {
  width: 250px;
  height: 250px;
  animation-delay: 0s;
}

.service-image .circle:nth-child(2) {
  width: 275px;
  height: 275px;
  animation-delay: 0.5s;
}

.service-image .circle:nth-child(3) {
  width: 275px;
  height: 275px;
  animation-delay: 1s;
}

.service-image .circle:nth-child(4) {
  width: 275px;
  height: 275px;
  animation-delay: 1.5s;
}

.service-image .circle:nth-child(5) {
  width: 275px;
  height: 275px;
  animation-delay: 2s;
}

@keyframes expand {
  from {
    transform: scale(0.9);
    opacity: 1;
  }

  to {
    transform: scale(1.2);
    opacity: 0;
  }
}
