:root {
  --bs-blue: #21212d;
  --bs-orange: #f76c1c;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-Montserrat: "Montserrat", sans-serif;
  --bs-Roboto: "Roboto", sans-serif;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}

body {
  width: 100%;
  height: 100%;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

::marker {
  color: #ec7550;
  font-size: 18px;
}

h2 {
  font-size: 28px;
  font-family: var(--bs-Montserrat);
  font-weight: 700;
  position: relative;
  text-align: center;
}

h2:after {
  position: absolute;
  top: 40px;
  left: 60px;
  right: 90px;
  bottom: -10px;
  content: "";
  width: 70px;
  height: 3px;
  margin: 0 auto;
  background: var(--bs-orange);
  border-radius: 250px;
}

h2::before {
  position: absolute;
  top: 40px;
  left: 70px;
  right: 0;
  bottom: -10px;
  content: "";
  width: 20px;
  height: 3px;
  margin: 0 auto;
  background: var(--bs-orange);
  border-radius: 250px;
}

h3 {
  font-family: var(--bs-Montserrat);
  font-weight: 600;
}

h3 span {
  color: #ec7550;
}

.para {
  font-family: var(--bs-Roboto);
  line-height: 1.5;
  font-size: 18px;
  text-align: justify;
  margin-bottom: 0;
}

/* --Digital Marketing Sevrice START-- */
.dm-section {
  background-image: linear-gradient(to right, #ff94141c, #ffffff);
  height: 85vh;
  margin-top: 110px;
}

.banner-divs {
  display: flex;
  width: 100%;
}

.banner-title {
  width: 100%;
  padding: 50px;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  color: var(--bs-blue);
  font-family: var(--bs-Montserrat);
}

.banner-title p {
  width: 100%;
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  font-family: var(--bs-Roboto);
  margin-top: 20px;
}

.quote-btn {
  color: white;
  background-color: var(--bs-orange);
  width: 40%;
  font-size: 18px;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border-radius: 20px;
}

.banner-divs {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.dms-banner img {
  width: 100%;
}

.banner-dm-img {
  padding: 50px 0;
}

.banner-title h1 {
  font-size: 40px;
  width: 100%;
  padding: 5px;
  font-weight: 700;
  line-height: 50px;
  color: var(--bs-blue);
  font-family: var(--bs-Montserrat);
}

.dms-about-title h1 {
  font-size: 28px;
  font-family: var(--bs-Montserrat);
  font-weight: 700;
  position: relative;
  text-align: center;
}

/* DM in Bangalore */
.dm-bang-ban {
  width: 85% !important;
  margin: 0 auto;
  display: flex;
}

.dms-digi-service>p {
  font-family: var(--bs-Roboto);
  line-height: 1.5;
  font-size: 18px;
  margin: 20px auto;
  max-width: 1200px;
  text-align: center;
}

.bangalore-ban-tittle {
  font-size: 40px !important;
  width: 100% !important;
  padding: 5px !important;
  font-weight: 700 !important;
  line-height: 50px !important;
  color: var(--bs-blue) !important;
  font-family: var(--bs-Montserrat) !important;
  text-align: start !important;
}

.abt-bangalore-img {
  border: 0.5px solid #f1b770;
}

.dm-bangalore-img-2 {
  width: 90% !important;
}

/* DM in Bangalore */

.circle {
  width: 400px;
  height: 400px;
  background-color: #f76b1c73;
  position: absolute;
  left: -150px;
  top: -80px;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
}

.faq-dm-service ul {
  list-style: disc;
}

.dms-about-spids {
  padding: 50px;
}

.dms-about-body {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 45px auto;
}

.dms-about-body .col-6 {
  position: relative;
}

.col-6 .dms-about-image {
  width: 500px;
  border-radius: 15px;
  margin: 25px auto 0;
}

.col-6 .dms-about-image img {
  border-radius: 10px;
}

.dms-section-div p {
  font-family: var(--bs-Roboto);
  font-size: 18px;
}

.layer {
  width: 500px;
  height: 329px;
  position: absolute;
  background-color: #f1b770;
  border-radius: 15px;
  top: -8px;
  left: 11px;
  z-index: -1;
}

.dms-about-body .col-6 p {
  font-family: var(--bs-Roboto);
  line-height: 1.5;
  font-size: 18px;
  text-align: justify;
  margin-bottom: 0;
}

.dms-section-1 {
  background-color: #faf5ef;
  padding: 50px;
}

.dms-section-1 .dms-section-div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}

.dms-section-div img {
  width: 500px;
}

.dms-section-div .col-7 {
  padding: 0 30px;
}

.dms-section-div .col-7 p,
.dms-section-div ul li {
  font-size: 18px;
  line-height: 1.8;
}

.dms-section-2 .dms-section-div {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}

.dms-section-2 {
  padding: 50px;
}

.digi-service-div {
  width: 1200px;
  margin: 25px auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.card-div {
  padding: 10px;
  width: 239px;
  gap: 10px;
  text-align: center;
  border-radius: 73px;
  border: 0.5px solid #f1b77047;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  display: flex;
  align-items: center;
}

.digi-service-div .card-div img {
  width: 75px;
}

.card-div p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

/* --Digital Marketing Sevrice end-- */

/* Grapic Design service */

.banner-img img {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.banner-img {
  width: 100%;
  height: 100%;
  padding: 50px 0;
}

.about-gd {
  margin: 50px;
}

.about-gd-div {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: rgb(149 157 165 / 15%) 0px 8px 24px;
  border-radius: 15px;
  padding-bottom: 20px;
}

.about-gd-div:before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background-color: #f76b1c73;
  left: 65rem;
  top: 0px;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
}

.intro-about-gd p {
  font-size: 18px;
  font-family: var(--bs-Roboto);
  text-align: justify;
  width: 90%;
  margin: 20px auto;
}

.about-gd-div img {
  width: 70%;
}

.creative-gd {
  background-color: #faf5ef;
}

.creative-gd-div {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.creative-gd-detail p {
  font-family: var(--bs-Roboto);
  font-size: 18px;
  text-align: justify;
  margin: 20px auto;
}

.creative-gd-div img {
  width: 100%;
}

/* gd-company */
.gd-company-div {
  width: 1200px;
  margin: 50px auto;
}

.gd-comp-intro p {
  font-family: var(--bs-Roboto);
  font-size: 18px;
  text-align: justify;
  margin: 20px auto;
}

.gd-comp-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.gd-comp-card {
  position: relative;
  width: 500px;
  height: 245px;
  border-radius: 15px;
  padding: 20px;
  overflow: hidden;
  /* border: 0.1px solid #f76c1c2b; */
  border-top: 3px solid #f76c1c80;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  /* box-shadow: rgb(255 94 0 / 11%) 0px 4px 12px; */
}

.gd-comp-card h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #21212d;
  font-family: var(--bs-Roboto);
}

.gd-comp-card p {
  font-size: 16.5px;
  font-family: var(--bs-Roboto);
}

.gd-comp-card ul li {
  min-width: 200px;
}

.card-1::before {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #f76b1c73;
  position: absolute;
  opacity: 0.1;
  bottom: -100px;
  right: -100px;
}

.card-2::before {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #f76b1c73;
  position: absolute;
  opacity: 0.1;
  bottom: -100px;
  left: -100px;
}

.card-3::before {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #f76b1c73;
  opacity: 0.1;
  position: absolute;
  top: -100px;
  right: -100px;
}

.card-4::before {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #f76b1c73;
  opacity: 0.1;
  position: absolute;
  top: -100px;
  left: -100px;
}

.card-3,
.card-4 {
  border-top: none;
  border-bottom: 3px solid #f76c1c80;
}

/* gd-company */

/* portfolio */

.gd-portfolio {
  width: 1200px;
  margin: 0 auto;
}

.gd-portfolio-detail {
  display: flex;
  justify-content: center;
}

.gd-portfolio-service {
  padding: 10px;
  width: 239px;
  gap: 10px;
  text-align: center;
  border-radius: 73px;
  border: 0.5px solid #f1b77047;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  display: flex;
  align-items: center;
}

.gd-portfolio-detail {
  margin: 25px auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.gd-portfolio-service p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

/* portfolio */

.gd-why-spids {
  background-color: #faf5ef;
}

.gd-why-spids-div {
  display: flex;
  width: 1200px;
  margin: 50px auto;
  align-items: center;
  padding: 30px 0;
}

.gd-why-spids-div img {
  width: 80%;
  padding: 20px;
}

.gd-spids-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.gd-why-spids .spids-card {
  width: 600px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  border: 0.5px solid #f76c1c2e;
  transition: 0.5s;
}

.spids-card:hover {
  box-shadow: rgba(241, 157, 62, 0.2) 0px 7px 29px 0px;
  transform: translate(1rem);
  transition: 0.5s;
}

.gd-why-spids .spids-card h4 {
  font-weight: 600;
  font-size: 18px;
  font-family: var(--bs-Montserrat);
}

.gd-why-spids .spids-card img {
  width: 100px;
  padding: 20px;
}

.gd-why-spids .spids-card p {
  font-size: 15px;
  font-family: var(--bs-Roboto);
  margin: 0;
}

.why-spids-card .gd-why-spids-div h3 {
  background-color: #fff;
  border-radius: 5px;
  width: 150px;
  padding: 10px;
  border: 0.1px solid #ec74502f;
}

/* Grapic Design service */

/* video marketing Service */

.about-vd-section {
  margin: 50px 0;
}

.about-vd-divs {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.yt-mrt-title h3 {
  font-family: var(--bs-Montserrat);
  font-weight: 600;
}

.about-vd-detail p,
.yt-detail-divs p {
  font-size: 17.8px;
  font-family: var(--bs-Roboto);
  margin: 0;
  text-align: justify;
}

.about-vd-divs .col-6 img {
  width: 100%;
}

.yt-section {
  margin: 50px 0;
}

.yt-detail-divs {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.yt-detail-divs img {
  width: 100%;
  border-radius: 15px;
}

.layer-1 {
  width: 500px;
  height: 329px;
  position: absolute;
  background-color: #f1b770;
  border-radius: 15px;
  top: 11px;
  right: 11px;
  z-index: -1;
}

.yt-service-cards {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.vd-service-card img {
  width: 75px;
}

.vd-service-card {
  padding: 10px;
  width: 287px;
  gap: 10px;
  text-align: center;
  border-radius: 73px;
  border: 0.5px solid #f1b77047;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  display: flex;
  align-items: center;
}

.vd-service-card p {
  font-size: 18px;
  font-weight: 500;
}

.vd-core-section {
  background-color: #faf5ef;
  margin: 50px 0;
}

.vd-core-section ul {
  line-height: 1.8;
  font-family: var(--bs-Roboto);
}

/* video marketing Service */

/* FAQ */
.faq {
  margin: 80px;
}

.accordion-flush {
  width: 90%;
  margin: 15px auto;
}

.accordion-button:not(.collapsed) {
  color: rgb(30, 30, 30);
  background-color: #fff;
  box-shadow: none;
  font-weight: 500;
}

.accordion-button {
  font-weight: 500;
}

.accordion-button:focus {
  background-color: #fff;
  border: none;
  box-shadow: none !important;
}

.faq .accordion-item {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  margin-bottom: 10px;
}

.faq .accordion-body {
  border-top: 1px solid var(--bs-orange);
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: url("../image/21.png");
  transform: rotate(-180deg);
}

.faq .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../image/add.png);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

/* linkedin document ads css start */

.linkedin-banner {
  filter: drop-shadow(0px 0px 4px #ffb890);
}

.wrapper .dms-section-2:nth-child(odd) .dms-section-div {
  flex-direction: row-reverse;
}

.dms-section-div .steps, .dms-section-div .step-img {
  width: 50%;
  padding: 10px;
}

.dms-section-div img {
  width: 80%;
  border: 1px solid lightgray;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.click-view {
  position: fixed;
  top: 10%;
  bottom: 0;
  z-index: 99999;
  width: 60% !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 0 20px 100vmax rgba(0, 0, 0, 0.5);
}

.dms-serv {
  max-width: 1200px;
  margin: 0 auto;
}

.dms-serv p{
  font-family: var(--bs-Roboto);
  font-size: 18px;
}

.dms-serv img {
  border: 1px solid lightgray;
}

.conclution {
  padding: 20px;
  background-color: var(--bs-orange);
  border-radius: 15px;
  max-width: 1200px;
  margin: 0 auto;
}

.conclution p {
  color: #fff;
  font-size: 16px;
  font-family: var(--bs-Roboto);
}

.conclution h4 {
  color: #fff;
}

/* linkedin document ads css end */

/* Tablet Css */
@media only screen and (max-width: 1024px) {
  .dm-section {
    height: auto;
  }

  .banner-divs, .dms-section-div {
    flex-wrap: wrap;
  }

  .dms-about-body .col-6 {
    width: 100%;
  }

  .dms-section-1 .dms-section-div {
    width: 100%;
  }

  .dms-section-2 .dms-section-div {
    width: 100%;
  }

  .digi-service-div {
    width: 100%;
  }

  .dms-about-body {
    width: 100%;
    flex-wrap: wrap;
  }

  h2:after, h2::before {
    top: 100%;
  }

  .tab-image {
    text-align: center;
  }

  .dm-serivce-cont {
    margin-top: 50px;
  }

  .faq {
    margin: 50px;
  }

  .web-des-spids {
    width: 100%;
  }

  .gd-why-spids-div {
    width: 100%;
    flex-wrap: wrap;
  }

  .gd-portfolio {
    width: 100%;
  }

  .gd-company-div {
    width: 100%;
  }

  .gd-comp-intro {
    padding: 30px;
  }

  .creative-gd-div {
    width: 100%;
    flex-wrap: wrap;
    padding: 30px;
  }

  .about-gd-div {
    width: 100%;
    flex-wrap: wrap;
  }

  .about-gd {
    margin: 25px;
  }

  .about-vd-divs {
    width: 100%;
    flex-wrap: wrap;
    padding: 20px;
  }

  .about-vd-divs .col-6 {
    width: 100%;
  }

  .yt-detail-divs {
    width: 100%;
    flex-wrap: wrap;
  }

  .yt-detail-divs .col-6 {
    width: 100%;
    padding: 30px;
  }

  .yt-service-cards {
    width: 100%;
  }
}

@media only screen and (max-width: 940px) {
  .dms-section-div .steps, .dms-section-div .step-img {
    width: 100%;
  }

 .dms-serv img {
    width: 80% !important;
    border: 1px solid lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}


/* Mobile Css */
@media only screen and (max-width: 768px) {
  .dm-section {
    margin: 50px 0px;
  }

  .banner-divs,
  .dms-about-body,
  .dms-section-1 .dms-section-div,
  .dms-section-2 .dms-section-div {
    flex-wrap: wrap;
    width: 100%;
  }

  .dms-about-body .col-6 {
    width: 100%;
  }

  .dms-about-spids,
  .dms-section-2 {
    padding: 20px;
  }

  .digi-service-div {
    flex-direction: column;
    width: 100%;
    padding: 20px;
  }

  .dm-section {
    height: auto;
  }

  .col-6 .dms-about-image img {
    width: -webkit-fill-available;
  }

  .myImg {
    width: 80% !important;
  }

  .dms-section-div img {
    width: 300px !important;
  }

  .layer {
    display: none;
  }

  .col-6 .dms-about-image {
    width: auto;
  }

  .dm-serivce-cont {
    margin-top: 50px;
  }

  .faq {
    margin: 20px;
  }

  .card-div {
    width: 100%;
  }

  h2:after, h2::before {
    top: 100%;
  }

  .quote-btn {
    width: 100%;
  }

  .web-des-spids, .web-des-spi {
    width: 100%;
  }

  .about-gd {
    margin: 30px;
  }

  .about-gd-div {
    width: 100%;
    flex-wrap: wrap;
  }

  .creative-gd-div {
    width: 80%;
    flex-wrap: wrap;
  }

  .gd-company-div {
    width: 100%;
    padding: 30px;
  }

  .gd-comp-card {
    height: fit-content;
  }

  .gd-portfolio {
    width: 100%;
  }

  .gd-portfolio-service {
    width: 80%;
  }

  .gd-why-spids-div {
    width: 100%;
    flex-wrap: wrap;
  }

  .gd-spids-cards {
    justify-content: flex-start;
    padding: 10px;
  }

  .gd-why-spids .spids-card {
    width: 100%;
  }

  .why-spids-card h3 {
    text-align: center;
  }

  .gd-why-spids-div img {
    width: 100%;
    padding: 20px;
  }

  .yt-service-cards {
    width: 100%;
  }

  .about-vd-divs {
    width: 100%;
    flex-direction: column-reverse;
    padding: 20px;
  }

  .about-vd-divs .col-6, .yt-detail-divs .col-6 {
    width: 100%;
  }

  .yt-detail-divs {
    width: 100%;
    flex-direction: column;
    padding: 20px;
  }

  .layer-1 {
    display: none;
  }

  .vd-service-card {
    width: 80%;
  }

  /* DM bangalore */
  .ban-tit-bang {
    padding: 50px 20px;
  }

  /* DM bangalore */
}


/* LA */
.card-cont {
  width: 30%;
  height: 13rem;
  background-color: var(--bs-white);
  border-radius: 5px;
  padding: 15px;
  position: relative;
  margin-top: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
}

.card-cont-lab .circle-cont {
  width: 100px;
  height: 100px;
  position: absolute;
  right: -50px;
  bottom: -50px;
  background-color: #ec74500c;
  border-radius: 50%;
}

.card-cont-lab {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #ffebe5;
}

.card-cont-lab span {
  font-family: var(--bs-Montserrat);
  font-weight: 700;
  color: var(--bs-orange);
  font-size: 18px;
}

.card-cont-para p {
  padding: 10px 0px;
  font-family: var(--bs-Roboto);
  line-height: 25px;
}

.card-cont-mark {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

.card-cont:hover {
  background-color: #f8fbfe;
  cursor: pointer;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

/* La */
/* Tablet Css */
@media only screen and (max-width: 1024px) {
  .dm-section {
    height: auto;
  }

  .banner-divs, .dms-section-div {
    flex-wrap: wrap;
  }

  .dms-about-body .col-6 {
    width: 100%;
  }

  .dms-section-1 .dms-section-div {
    width: 100%;
  }

  .dms-section-2 .dms-section-div {
    width: 100%;
  }

  .digi-service-div {
    width: 100%;
  }

  .dms-about-body {
    width: 100%;
    flex-wrap: wrap;
  }

  h2:after, h2::before {
    top: 100%;
  }

  .tab-image {
    text-align: center;
  }

  .dm-serivce-cont {
    margin-top: 50px;
  }

  .faq {
    margin: 50px;
  }

  .web-des-spids {
    width: 100%;
  }

  .gd-why-spids-div {
    width: 100%;
    flex-wrap: wrap;
  }

  .gd-portfolio {
    width: 100%;
  }

  .gd-company-div {
    width: 100%;
  }

  .gd-comp-intro {
    padding: 30px;
  }

  .creative-gd-div {
    width: 100%;
    flex-wrap: wrap;
    padding: 30px;
  }

  .about-gd-div {
    width: 100%;
    flex-wrap: wrap;
  }

  .about-gd {
    margin: 25px;
  }

  .about-vd-divs {
    width: 100%;
    flex-wrap: wrap;
    padding: 20px;
  }

  .about-vd-divs .col-6 {
    width: 100%;
  }

  .yt-detail-divs {
    width: 100%;
    flex-wrap: wrap;
  }

  .yt-detail-divs .col-6 {
    width: 100%;
    padding: 30px;
  }

  .yt-service-cards {
    width: 100%;
  }

  .card-cont {
    height: 23rem;
  }

}


/* Mobile Css */
@media only screen and (max-width: 768px) {
  .dm-section {
    margin: 50px 0px;
  }

  .banner-divs,
  .dms-about-body,
  .dms-section-1 .dms-section-div,
  .dms-section-2 .dms-section-div {
    flex-wrap: wrap;
    width: 100%;
  }

  .dms-about-body .col-6 {
    width: 100%;
  }

  .dms-about-spids,
  .dms-section-2 {
    padding: 20px;
  }

  .digi-service-div {
    flex-direction: column;
    width: 100%;
    padding: 20px;
  }

  .dm-section {
    height: auto;
  }

  .col-6 .dms-about-image img {
    width: -webkit-fill-available;
  }


  .layer {
    display: none;
  }

  .col-6 .dms-about-image {
    width: auto;
  }

  .dm-serivce-cont {
    margin-top: 50px;
  }

  .faq {
    margin: 20px;
  }

  .card-div {
    width: 100%;
  }

  h2:after, h2::before {
    top: 100%;
  }

  .quote-btn {
    width: 100%;
  }

  .web-des-spids, .web-des-spi {
    width: 100%;
  }

  .about-gd {
    margin: 30px;
  }

  .about-gd-div {
    width: 100%;
    flex-wrap: wrap;
  }

  .creative-gd-div {
    width: 80%;
    flex-wrap: wrap;
  }

  .gd-company-div {
    width: 100%;
    padding: 30px;
  }

  .gd-comp-card {
    height: fit-content;
  }

  .gd-portfolio {
    width: 100%;
  }

  .gd-portfolio-service {
    width: 80%;
  }

  .gd-why-spids-div {
    width: 100%;
    flex-wrap: wrap;
  }

  .gd-spids-cards {
    justify-content: flex-start;
    padding: 10px;
  }

  .gd-why-spids .spids-card {
    width: 100%;
  }

  .why-spids-card h3 {
    text-align: center;
  }

  .gd-why-spids-div img {
    width: 100%;
    padding: 20px;
  }

  .yt-service-cards {
    width: 100%;
  }

  .about-vd-divs {
    width: 100%;
    flex-direction: column-reverse;
    padding: 20px;
  }

  .about-vd-divs .col-6, .yt-detail-divs .col-6 {
    width: 100%;
  }

  .yt-detail-divs {
    width: 100%;
    flex-direction: column;
    padding: 20px;
  }

  .layer-1 {
    display: none;
  }

  .vd-service-card {
    width: 80%;
  }

  .card-cont {
    width: 100%;
    height: fit-content;
  }

}

@media only screen and (max-width:420px) {
  .banner-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dms-section-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* La */