
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&family=Roboto:wght@400;500&display=swap");
/*Reset CSS*/

* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  font-family: sans-serif;
  scroll-behavior: smooth;
}
a:hover {
  text-decoration: none;
}
.section-padding {
  padding: 70px;
}
/* Adding Fonts*/



.header {
  background: linear-gradient(rgba(0, 0, 0, 0.4)),
    url(../image/stinger/background.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Header Navigation Styles */
.header-nav {
  min-height: 200px;
}
.navbar-brand img {
  width: 100%;
  height: auto;
}
.main-menu ul li {
  margin-left: 26px;
  text-align: center;
}
.main-menu ul li a {
  font-family: "Poppins", sans-serif;
  color: #070a57;
  font-weight: 500;
  font-size: 16px;
}
.main-menu ul li:hover {
  transform: scale(1.1);
  transition: 0.5s all ease;
}
button.nav-button {
  background: #ff656a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 5px 10px;
  border: none;
  vertical-align: middle;
  margin-top: -5px;
  border-radius: 5px;
}

/* Header Banner Area Styles */

.container.header-content {
  height: 100%;
}
.highlight {
  color: red;
}
.left-content h2 {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 780;
  color: white;
}
.centralize {
  display: flex;
  align-items: center;
}
.left-content p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 550;
  color: #c1c2c4;
}
.call-to-action button {
  background: #ff656a;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
}
.call-to-action a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ff656a;
  text-decoration: underline;
  margin-left: 30px;
}
.right-content img {
  width: 70%;
  padding-left: 30px;
}
.project-discussion {
  margin-left: 30px;
}
.project-discussion h2 {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #070a57;
}

.project-discussion p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 35px;
  color: #64707d;
}

.project-discussion button {
  background: #ff656a;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
}

/* Services styles  */

.services{
  background: linear-gradient(-40deg, #fbf1d5, #fff);
}
.service-heading {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #070a57;
}

/* Custom Carousel Animation */
.custom-slide {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.6s ease-in-out;
}

.custom-slide.active {
  opacity: 1;
  transform: translateX(0);
}

/* Previous slide going left */
.carousel-item-left.custom-slide,
.carousel-item-prev.custom-slide {
  transform: translateX(-40px);
  opacity: 0;
}

/* Next slide going right */
.carousel-item-right.custom-slide,
.carousel-item-next.custom-slide {
  transform: translateX(40px);
  opacity: 0;
}

/* Smooth control button fade */
.carousel-control-prev,
.carousel-control-next {
  transition: opacity 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 0.7;
}

/* Multiframe Carousel  */

@media (min-width: 768px) {
  .service-carousel.carousel-inner .carousel-item-right.active,
  .service-carousel.carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }

  .service-carousel.carousel-inner .carousel-item-left.active,
  .service-carousel.carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}

/* large - display 3 */
@media (min-width: 992px) {
  .service-carousel.carousel-inner .carousel-item-right.active,
  .service-carousel.carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }

  .service-carousel.carousel-inner .carousel-item-left.active,
  .service-carousel.carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
}

@media (max-width: 768px) {
  .service-carousel.carousel-inner .carousel-item > div {
    display: none;
  }

  .service-carousel.carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.service-card h5 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #070a57;
}
.service-card p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #64707d;
}
.service-card a {
  color: #64707d;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #64707d;
  text-decoration: underline;
}
.service-card a:hover {
  color: #4e4a4b;
  transition: all 0.5s ease;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ff0000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3e%3cpath d='M15 18l-6-6 6-6'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ff0000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3e%3cpath d='M9 6l6 6-6 6'/%3e%3c/svg%3e");
}
.service-control-prev,
.service-control-next {
  height: 80px;
  width: 80px;
  size: 100%, 100%;
}
.service-control-next {
  margin-right: -105px;
}

.service-control-prev {
  margin-left: -205px;
}
.service-card {
  min-height: 495px;
}

/* Testimonial Styles  */
.testimonial .card {
  border: none !important;
}

a.carousel-control-prev.testimonial-control {
  top: 60%;
}

a.carousel-control-next.testimonial-control {
  top: 60%;
  left: 5%;
}
.testimonial-control {
  max-width: 32px;
}
.testimonial-description h3 {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #ff656a;
}

.testimonial-control-icon {
  background: #ff656a;
  color: #070a57;
  height: 32px;
  width: 32px;
  padding: 5px;
}
.client-meta-data h5 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #070a57;
}

.client-meta-data p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 32px;
}

/* Portfolio Styles  */

.portfolio {
  background: linear-gradient(30deg, #fff, #fbf1d5);
}
h2.portfolio-heading {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #070a57;
}
.portfolio-buttons button {
  background: transparent;
  border: none;
  padding: 5px 10px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #070a57;
}

.portfolio-buttons button:hover {
  color: #ff656a;
}

.portfolio-buttons {
  margin-bottom: 20px;
}
.myMixCont {
  margin-top: 30px;
}
.myMixCont img {
  margin-bottom: 10px;
}

.partner-heading {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #070a57;
}
.img-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.img-popup-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}
.close-popup {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  font-weight: bold;
}

/* Footer Styles */
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.4)),
    url(../image/stinger/background.png);
    color: white;
}
section.footer.section-padding {
  padding-bottom: 10px;
}
.footer-widget-1 p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 35px;
  margin-top: 20px;
  text-align: center;
}
.footer-widget-2 h3,
.footer-widget-3 h3 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}

.footer-widget-2 ul li,
.footer-widget-3 ul li {
  list-style: none;
  padding: 5px;
}

.footer-widget-2 ul li a,
.footer-widget-3 ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 40px;
  color: rgb(215, 215, 215);
}
.footer-widget-4 p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.footer-widget-4 ul li {
  list-style-type: none;
  display: inline;
  padding: 5px 10px;
  font-size: 27px;
}
.footer-widget-4 a {
  color: #dddddd;
  text-decoration: underline;
}

.footer-widget-4 ul li a:hover {
  color: #ff656a;
  transition: all 0.5s ease-in-out;
}

.contact-header {
  max-height: 500px;
}
.contact-header .right-content img {
  width: 100% !important;
}
.contact-header .container.header-content {
  max-height: 400px;
}

.wa-floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: transform 0.2s ease;
}

.wa-floating img {
  width: 32px;
  height: 32px;
}

.wa-floating:hover {
  transform: scale(1.1);
}