body {
  overflow-x: hidden !important;
}
.h1-home {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.p-home {
  font-size: 1.3rem;
  font-weight: bolder;
  margin-bottom: 2rem;
}

.primary-color {
  background-color: #18445d;
}

.text-white {
  color: #fff !important;
}

.primary-text-color {
  color: rgb(210, 53, 98);
}

.learn-more-button {
  background-image: linear-gradient(45deg, rgb(24, 68, 93), rgb(210, 53, 98));
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  padding: 15px 40px;
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s;
  border: none;
}
.learn-more-button:hover {
  background-image: linear-gradient(180deg, rgb(24, 68, 93), rgb(210, 53, 98));
  color: #fff;
}
.dropdown-menu a {
  color: white;
  font-weight: bold;
}
.fullHeightWidthSection {
  height: 100vh !important;
  width: 100% !important;
}
.main-container {
  height: 100vh;
  /* overflow: hidden; */
}

.hero-section {
  position: relative;
  height: 100vh;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}

.logo-image {
  width: 23%;
}

.navbar {
  background: black;
  opacity: 80%;
}

.navbar-brand {
  font-size: 1.7rem;
  font-weight: bold;
}

.navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: bold;
  margin-left: 2rem;
  color: rgb(117, 117, 117);
}

.navbar-nav .nav-link.active {
  color: white;
}

.navbar-nav .nav-link:hover {
  color: white;
}

/* Web Development Section Styling Starts */
.web-development-section {
  background-image: url("/assets/images/web-new.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-overlay-second {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.text-overlay-second .form-floating input {
  color: black !important;
}

/* App Development Section Styling */
.app-development-section {
  background-image: url("/assets/images/App\ Development\ Pic.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* SQA Section Styling */
.sqa-section {
  background-image: url("/assets/images/quality-assurance.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Graphic Designing Section Styling */
.graphic-designing-section {
  background-image: url("/assets/images/graphic-designing.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Social Media Marketing Section Styling */
.digital-marketing-section {
  background-image: url("/assets/images/social\ media\ marketing.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Contact Us Page styling starts */
.contact-section {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("/assets/images/contact\ us.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.contact-us-card {
  background-color: transparent;
  border-radius: 2rem;
  box-shadow: 0 0 30px rgb(38, 37, 37);
  z-index: 1;
  /* style={{ boxShadow: "0 0 30px rgba(255, 255, 255, 0.5)" }} */
}
.contact-us-card:hover {
  box-shadow: 8px 8px 5px rgb(60, 30, 39);
}
.contact-us-fields {
  border: none;
  border-bottom: 2px solid black;
  background: transparent;
}
.contact-us-fields:focus {
  background: transparent;
  outline: none !important;
}

.contact-us-content {
  background-color: #c41b58;
  color: #fff;
}

.form-floating textarea {
  resize: none;
}

.about-us-section {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("/assets/images/about-us.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.about-hero-section {
  position: relative;
  background-image: url("/assets/images/about-us.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* 
.background-image-about{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
} */

.portfolio-her0-section {
  position: relative;
  background-image: url("/assets/images/portfolio-image.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* AppDevelopment Blog Page starts */
.app-development-blog-page {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("/assets/images/App\ Development\ Pic.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.web-development-blog-page {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("/assets/images/web-development.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.quality-assurance-blog-page {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("/assets/images/quality-assurance.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.graphic-designing-blog-page {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("/assets/images/graphic-designing.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.smm-blog-page {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("/assets/images/social\ media\ marketing.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

/* Footer Stylish */
.footer-section {
  background-color: #18445d;
  color: white;
}
footer p {
  font-size: 1rem !important;
  font-family: sans-serif !important;
}

.footer-contact i {
  font-size: 1.5rem;
  margin-right: 2rem;
}

/* .navLinksColumn{
  display: flex;
  justify-content: end;
  align-items: center;
} */

@media (max-width: 992px) {
  .navbar-nav .nav-link {
    margin-left: 2rem;
  }
  .logo-image {
    width: 100% !important;
  }
  .navbar-nav {
    flex-direction: column;
  }

  .navbar-brand {
    margin-bottom: 1rem;
  }
  .h1-home {
    font-size: 2.8rem !important;
  }

  .p-home {
    font-size: 1.7rem !important;
  }
}

@media (max-width: 767px) {
  .logo-image {
    width: 20% !important;
  }
  .navbar-nav .nav-link {
    margin-left: 1rem;
  }

  .container,
  .container-sm {
    max-width: 90%;
  }
}

@media (max-width: 430px) {
  .navbar .d-flex {
    display: contents !important;
  }
}

@media (max-width: 391px) {
  .homeContentDiv {
    margin-top: 120px;
  }
}

@media (max-width: 320px) {
  .h1-home {
    font-size: 1.5rem !important;
  }
  .p-home {
    font-size: 0.8rem !important;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #34b7a7;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #78d9cd;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 0;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #34b7a7;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #34b7a7;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

#main {
  margin-top: 50px;
}

@media (max-width: 992px) {
  #main {
    margin-top: 30px;
  }
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #34b7a7;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}
