:root {
  /* font families */
  --montserrat-font: "Montserrat", serif;
  --rubic-font: "Rubik", serif;
  /* font size */
  --one-px: 0.06rem;
  --two-px: 0.13rem;
  --three-px: 0.19rem;
  --four-px: 0.3rem;
  --five-px: 0.3rem;
  --six-px: 0.4rem;
  --eight-px: 0.5rem;
  --ten-px: 0.6rem;
  /* 12 */
  --twelve-px: 0.8rem;
  /* 14 */
  --forteen-px: 0.9rem;
  /* 15 */
  --fifteen-px: 0.9rem;
  /* 16 */
  --sixteen-px: 1rem;
  /* 18 */
  --eighteen-px: 1.1rem;
  /* 20 */
  --twenty-px: 1.3rem;
  /* 22 */
  --twenty-two-px: 1.375rem;
  /* 24 */
  --twenty-four-px: 1.5rem;
  /* 25 */
  --twenty-five-px: 1.6rem;
  /* 26 */
  --twenty-six-px: 1.625rem;
  /* 28 */
  --twenty-eight-px: 1.8rem;
  /* 30 */
  --thirty-px: 1.875rem;
  /* 32 */
  --thirty-two-px: 2rem;
  /* 36 */
  --thirty-six-px: 2rem;
  /* 38 */
  --thirty-eight-px: 2.375rem;
  /* 40 */
  --forty-px: 3rem;
  /* 44 */
  --forty-four-px: 3rem;
  /* 48 */
  --forty-eight-px: 3rem;
  /* 50 */
  --fifty-px: 3rem;
  /* 54 */
  --fifty-four-px: 3.375rem;
  /* 56 */
  --fifty-six-px: 4rem;
  /* 60 */
  --sixty-px: 3.75rem;
  /* 64 */
  --sixty-four-px: 4rem;
  /* 70 */
  --seventy-px: 4.375rem;
  /* 72 */
  --seventy-two-px: 5rem;
  /* 75 */
  --sevety-five-px: 5rem;
  /* 80 */
  --eighty-px: 5rem;
  /* 90 */
  --ninty-px: 6rem;
  /* 100 */
  --hundred-px: 6rem;
  /* font-weight */
  --black-bold: 900;
  --extra-bold: 800;
  --bold: 700;
  --semi-bold: 600;
  --medium: 500;
  --normal: 400;
  --thin: 300;
  /* colors */
  --black: black;
  --white: white;
  --mix-black: #535353;
  --dark-black: #1c3340;
  --red: #dc291e;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}
a {
  text-decoration: none !important;
}

.primary-heading {
  font-family: var(--montserrat-font);
  /* 48 px */
  font-size: var(--forty-eight-px);
  /* black */
  color: var(--black);
  font-weight: var(--bold);
}
.secondary-heading {
  font-family: var(--montserrat-font);
  /* 40 px */
  font-size: var(--forty-px);
  /* #1C3340 */
  color: var(--dark-black);
  font-weight: var(--medium);
}
.secondary-heading2 {
  font-family: var(--montserrat-font);
  /* 40 px */
  font-size: var(--forty-px);
  /* white */
  color: var(--white);
  font-weight: var(--medium);
}
.tertiary-heading {
  font-family: var(--montserrat-font);
  /* 20 px */
  font-size: var(--twenty-px);
  /* black */
  color: var(--black);
  font-weight: var(--semi-bold);
}
.tertiary-heading2 {
  font-family: var(--montserrat-font);
  /* 20 px */
  font-size: var(--twenty-px);
  /* white */
  color: var(--white);
  font-weight: var(--semi-bold);
}
.tertiary-heading3 {
  font-family: var(--montserrat-font);
  /* 20 px */
  font-size: var(--twenty-px);
  /* #DC291E */
  color: var(--red);
  font-weight: var(--semi-bold);
}
.tertiary-heading4 {
  font-family: var(--montserrat-font);
  /* 20 px */
  font-size: var(--twenty-px);
  /* white */
  color: var(--white);
  font-weight: var(--normal);
}
.quaternary-heading {
  font-family: var(--montserrat-font);
  /* 31 px */
  font-size: 31px;
  /* #DC291E */
  color: var(--red);
  font-weight: var(--medium);
}

.primary-para {
  font-family: var(--montserrat-font);
  /* 20 px */
  font-size: var(--twenty-px);
  /* #535353 */
  color: var(--mix-black);
  font-weight: var(--normal);
}
.primary-para2 {
  font-family: var(--montserrat-font);
  /* 20 px */
  font-size: var(--twenty-px);
  /* black */
  color: var(--black);
  font-weight: var(--normal);
}
.secondary-para {
  font-family: var(--montserrat-font);
  /* 16 px */
  font-size: var(--sixteen-px);
  /* black */
  color: var(--black) !important;
  font-weight: var(--medium);
}
.secondary-para2 {
  font-family: var(--montserrat-font);
  /* 16 px */
  font-size: var(--sixteen-px);
  /* black */
  color: var(--black);
  font-weight: var(--normal);
}
.secondary-para3 {
  font-family: var(--montserrat-font);
  /* 16 px */
  font-size: var(--sixteen-px);
  /* white */
  color: var(--white);
  font-weight: var(--normal);
}
.tertiary-para {
  font-family: var(--montserrat-font);
  /* 17 px */
  font-size: 17px;
  /* black */
  color: var(--black);
  font-weight: var(--normal);
}
.quaternary-para {
  font-family: var(--rubic-font);
  /* 16 px */
  font-size: var(--sixteen-px);
  /* white */
  color: var(--white);
  font-weight: var(--medium);
}
.quaternary-para2 {
  font-family: var(--rubic-font);
  /* 16 px */
  font-size: var(--sixteen-px);
  /* black */
  color: var(--black);
  font-weight: var(--normal);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0 !important;
  align-items: center;
}
.nav-link:hover {
  color: #138acd !important;
}
.navGap {
  column-gap: 1rem;
}
.contactBtn {
  background: #dc291e;
  border: none;
  padding: 0.6rem 1.3rem;
  border-radius: 0.6rem;
}
/* hero section start */
.hero-main {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.hero-h1 {
  padding-top: 8rem;
}
.track-bg {
  background-color: #f9f9f9;
  border: 1px solid black;
  border-radius: 12px;
  height: 60px;
  width: 75%;
}
.track-input {
  outline: none;
  background: transparent;
  border: none;
  padding-left: 0.6rem;
  width: 260px;
}
/* hero section end */
/* trusted section start */
.trusted-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 2rem 1rem;
  border-radius: 12px;
  height: 255px;
}
.trusted-container {
  padding: 4rem 0rem;
}
.trusted-p {
  padding: 3rem 0rem;
}
/* trusted section end */
/* streaming section start */
.man-post-bg {
  background-color: #dc291e;
  height: -50vh;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.man-post-img {
  margin-top: -8rem;
}
.streaming-sec-2 {
  background-color: #ffdfdd;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-top: 5rem;
}
.nested-streaming {
  padding-left: 3rem;
  padding-bottom: 2rem;
  max-width: 540px;
}
.streaming-container {
  margin-top: 8rem;
  margin-bottom: 6rem;
}
/* streaming section end */
/* feature section start */
.nested-card-feature {
  padding-left: 1rem;
  padding-top: 1.5rem;
}
.feature-container {
  margin-bottom: 3rem;
}
.feature-container p {
  margin-bottom: 4rem;
}
/* feature section end */
/* about section start */
.about-container {
  padding-bottom: 6rem;
}
/* about section end */
/* services section start */
.services-container {
  background-color: #f9f9f9;
}
.services-container {
  padding-top: 4rem;
}
.services-container {
  padding-bottom: 4rem;
}
.service-card {
  margin-top: 5rem;
}
.service-p {
  max-width: 850px;
  margin: 3rem auto;
}
/* services section end */
/* industry section start */
.indus-bg {
  background: url("../static/images/industy-bg.png") no-repeat center center / cover;
  height: 170vh;
}
.indus-container {
  padding-top: 3rem;
}
.card-4 {
  padding-top: 3rem;
}
/* industry section end */
/* work section start */
.work-bg {
  background: linear-gradient(to bottom, rgba(220, 41, 30, 1) 0%, rgba(220, 41, 30, 1) 50%, rgba(249, 249, 249, 1) 50%);
  height: 115vh;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.work-container {
  padding-top: 3rem;
  max-width: 1150px;
  margin: 0 auto;
}
.work-card {
  background-color: #ffffff;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 2rem 1.2rem;
}
.work-card img {
  max-width: 232px;
}
/* work section end */
/* choose section start */
.choose-container {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.choose-container p {
  padding-bottom: 1rem;
  max-width: 400px;
}
/* choose section end */
/* testimonial section start */
swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide div {
  background: #fff;
  border-radius: 12px !important;
}

swiper-slide img {
  display: block;
  /* width: 100%;
  height: 100%; */
  object-fit: cover;
}

.testimonial-container {
  background-color: #f9f9f9;
  padding: 4rem 0rem;
}
.test-card {
  background-color: white;
  padding: 2rem 1.5rem;
}
.test-p {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  border-top: 2px solid #d9d9d9;
  margin-top: 2rem;
}
/* testimonial section end */
/* contact section start */
.input {
  outline: none;
  border: 1px solid black;
  border-radius: 12px;
  width: 90%;
  padding: 1rem;
  margin-bottom: 1rem;
}
.contact-container {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.sendBtn {
  width: 90%;
  margin-bottom: 0rem;
}
/* contact section end */
#backToTop {
  min-width: unset;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #dc291e;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}
#backToTop:hover {
  background-color: #a8a8a8;
}
#backToTop img {
  width: 25px;
  height: 25px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6349%) hue-rotate(36deg) brightness(99%)
    contrast(111%);
}
@media all and (max-width: 992px) {
  .tertiary-heading {
    font-size: 1.2rem;
  }
  .quaternary-heading {
    font-size: 1.4rem;
  }
  .secondary-heading2 {
    font-size: 1.5rem;
  }
  .logoImg {
    max-width: 150px;
  }
  /* hero section start mq */
  .hero-h1 {
    padding-top: 0rem;
  }
  .hero-main {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .primary-heading {
    font-size: 1.8rem;
  }
  .track-bg {
    width: 100%;
  }
  /* hero section end mq */
  /* trusted section mq start */
  .secondary-heading {
    font-size: 1.5rem;
  }
  .trusted-container {
    padding: 1rem 0rem;
  }
  .trusted-card {
    margin-bottom: 1.5rem;
  }
  .trusted-p {
    padding: 1rem 0rem;
  }
  /* trusted section mq end */
  /* streaming section mq start */
  .nested-streaming {
    padding-left: 0rem;
    max-width: unset;
  }
  .streaming-container {
    margin-top: 8rem;
    margin-bottom: 3rem;
  }
  .streaming-sec-2 {
    padding-top: 3rem;
  }
  /* streaming section mq end */
  .nested-card-feature {
    padding-left: 0rem;
  }
  /* feature section mq start */

  .feature-container p {
    margin-bottom: 2rem;
  }
  /* feature section mq end */
  .feature-container {
    margin-bottom: 0rem;
  }
  /* about section mq start */
  .about-container {
    padding-bottom: 3rem;
  }
  /* about section mq end */

  /* services section mq start */
  .service-card {
    max-width: unset;
  }
  .service-card {
    margin-top: 2rem;
  }
  .service-p {
    margin: 1rem auto;
  }
  /* services section mq end */
  /* industry section mq start */
  .card-4 {
    padding-top: 0rem;
  }
  .tertiary-heading2 {
    font-size: 1.2rem;
  }
  .indus-bg {
    height: 190vh;
  }
  /* industry section mq end */
  /* work section mq start */
  .work-bg {
    height: unset;
  }
  /* work section mq end */
  /* choose section mq start */
  .choose-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  /* choose section mq end */
  /* testimonial section mq start */
  .swiper-wrapper {
    display: block;
  }
  .swiper-slide {
    width: 100% !important;
  }
  swiper-slide.swiper-slide-active {
    /* width: 350px !important; */
    width: 100% !important;
  }
  swiper-slide.swiper-slide-next {
    width: 100% !important;
  }
  swiper-slide {
    width: 100% !important;
  }
  .testimonial-container {
    padding: 1rem 0rem;
  }
  .input {
    width: 100%;
  }
  .sendBtn {
    width: 100%;
    margin-bottom: 2rem;
  }
  .contact-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* testimonial section mq end */
  /* footer mq start mq  */
  .callgap {
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
  }
  /* footer mq end */
}
.contactUsMap {
  width: 100%;
  min-height: 850px;
}
@media (max-width: 767px) {
  .contactUsMap {
    min-height: 500px;
  }
}
.contactDetailItem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-top: 50px;
}
.contactDetailItem .iconBox {
  align-self: center;
}
.contactDetailItem .contentBox p {
  margin: 0;
}
.contactDetailItem .contentBox strong {
  display: block;
}
.contactDetailItem .contentBox span {
  display: block;
  color: #dc291e;
}
.contactDetailItem .contentBox span a {
  color: #dc291e;
}
@media (max-width: 1024px) {
  .contactDetailItem {
    margin: 20px 0 30px 0;
  }
}
