body {
  background-color: black;
  color: white;
  margin: 0px;
  padding: 0px;
  font-family: "Raleway", sans-serif;
  font-family: "Poppins", sans-serif;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: default;
  font-display: swap;
}

/*owl-carousel*/
.item {
  padding: 10px;
}

.owl-nav {
  background-color: red;
  position: absolute;
  top: 40%;
  width: 100%;
}

.owl-prev {
  background-color: red;

  position: absolute;
  left: 0;
  transform: scale(1.5);
}

.owl-next {
  background-color: red;
  position: absolute;
  right: 0;
  transform: scale(1.5);
}

/*
 Common
*/
a {
  color: #5fa9ee;
  cursor: pointer;
}

.section-heading {
  font-size: 3em;
  font-family: "Poppins", sans-serif;
}

.short-hr {
  background-color: #282828;
  width: 30%;
}

.card {
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8);*/
  margin: 10px;
  color: white;
}

.card,
.card-body,
.card-img-top {
  color: black;
}

.card-title {
  margin-top: 1.25rem;
  font-size: 1.25rem;
}

.card-img-top {
  padding: 2rem;
}

.card-text {
  color: #a9a9a9;
}

/*Section 1*/

.s1 {
  height: 100vh;
  background-image: url("../img/Background/bg3.webp");

  background-size: cover;

  filter: grayscale(30%);
}

.intro-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff80;
  min-height: 100%;
  min-width: 100%;
}

.intro {
  font-family: "Raleway", sans-serif;
  font-size: 5.5rem;
  color: #282828;
  font-weight: 600;
}
.quote-btn {
  display: none;
}
.intro-desc {
  font-family: "Poppins", sans-serif;
  font-size: 2em;
}

.highlight {
  background-color: #ac338881;
  color: white;
}

.explore {
  background-color: #ac3387;
}

.explore:hover {
  background-color: #ac338881;
  color: white;
}

.nav-link:hover {
  border-bottom: 2px solid #282828;
}

.content {
  height: 80%;
}

.brand-img {
  height: 3.5rem;
  width: 8.5rem;
}

.introx {
  padding-left: 10px;
  font-size: 100px;
  color: white;
  text-align: center;
  background-color: rgb(0, 0, 0, 0.7);
}

/*Section 2*/

.s2 {
  min-height: 100vh;
  color: black;
}

.desc::first-letter {
  font-size: 150%;
}

.service-cards-svgs {
  width: 5rem;
  filter: invert(32%) sepia(56%) saturate(1357%) hue-rotate(279deg) brightness(85%) contrast(98%);
}

.service {
  height: 300px;
  max-width: 100%;
}

/*Section 3*/

.s3 {
  min-height: 100vh;
  /*background-image: url("../img/Background/bg2.webp");
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: soft-light;
    background-size: cover;*/
  background-color: #d3d3d3;
}

.border-radius {
  border-radius: 10px;
}

.modal {
  color: #282828;
}

.modal-title,
.modal-text {
  padding-left: 1rem;
  padding-top: 1rem;
}

.modal-title {
  font-size: 1.8em;
}

.modal-text {
  margin-bottom: 1rem;
}

.work-cards {
  width: 20rem;
  height: 25rem;
}

.work-cards .card-body,
.work-cards .card-img-top {
  padding: 0px;
}

.work-cards .card-title {
  padding-left: 1rem;
  color: black;
  font-size: 1.25em;
}

.work-cards .card-text {
  padding-left: 1rem;
  color: #282828;
  font-size: 0.9em;
}

.work-img {
  height: 250px;
  width: 100%;
}

.show-more {
  margin-top: 0.8rem;
  color: #ac3387;
}

.work-img1 {
  height: 25rem;
  width: 40rem;
}

.client-cards {
  background-color: rgba(0, 0, 0, 0);
  height: 15rem;
  width: 9rem;
  border: 0;
}

.client-cards .card-title {
  font-size: 1.1em;
}

.client-cards .card-img-top {
  padding: 0%;
}

.modal-header,
.modal-footer {
  border: 0px;
}

.modal-body {
  padding: 0px;
  border: 0px;
}

.client-logo-1 {
  margin: auto;
  width: 5rem;
  height: 5rem;
}

.h-200 {
  height: 200px;
  width: 200px;
}

.circle {
  border-radius: 300px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  margin: 10px;
}

/*Section 4*/

.s4 {
  background-color: #ffffff;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-lg-right {
  border-right: 1px solid white;
}

.company-logo {
  max-width: 30%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.contact-btn {
  text-align: left;
}

.company-logo-container {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  flex-direction: row;
}

.whatsapp-icon,
.google-logo {
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
}

.whatsapp-icon {
  font-size: 30px;
}

.google-logo {
  font-size: 28px;
}

/*Section 6*/

.s6 {
  background-color: #82807f;
  height: 5vh;
}

.scrollup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 70px;
}

.right {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  align-self: flex-end;
  align-items: flex-end;
}

/*Section 7 */
.s7 {
  background-color: white;

  color: black;
}
.self-image {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  margin-bottom: 1rem;
  background-image: url("../img/self.jpeg");
  background-size: cover;
  filter: grayscale(20%);
}
.desc {
  color: #82807f;
  font-size: 1.5em;
}

/*Loader*/
.loader-wrapper {
  background-color: black;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  display: flex;
  justify-content: center;
  align-self: center;
  align-content: center;
  align-items: center;
  z-index: 1;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
