@font-face {
  font-family: "BowlbyOne";
  src: url("../fonts/Bowlby_One/BowlbyOne-Regular.woff") format("woff2"), url("../fonts/Bowlby_One/BowlbyOne-Regular.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "NothingYou";
  src: url("../fonts/Nothing_You_Could_Do/NothingYouCouldDo-Regular.woff") format("woff2"), url("../fonts/Nothing_You_Could_Do/NothingYouCouldDo-Regular.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Thin.woff2") format("woff2"), url("../fonts/Inter/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/Inter/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Light.woff2") format("woff2"), url("../fonts/Inter/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Black.woff2") format("woff2"), url("../fonts/Inter/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Inter";
  background-color: #f9efe4;
}

h1 {
  line-height: 3.125rem;
  font-size: 3rem;
  font-weight: 600;
}

h2 {
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1;
  font-family: "BowlbyOne";
}

h3 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "BowlbyOne";
}

h4 {
  font-size: 1.875rem;
  font-weight: 400;
  font-family: "BowlbyOne";
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

p {
  font-size: 1.125rem;
  font-weight: 400;
}

a {
  text-decoration: none;
}
a:hover {
  color: #fff;
  opacity: 0.8;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.p-6 {
  padding: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.py-6 {
  padding: 6rem 0;
}

.px-6 {
  padding: 0 6rem;
}

.my-6 {
  margin: 6rem 0;
}

.mx-6 {
  margin: 0 6rem;
}

.black-border-button {
  border: 1px solid #191617;
  color: #f48646;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 500;
  padding: 1.125rem 1.5rem;
  border-radius: 2.5rem;
  width: 22rem;
  text-align: center;
  display: inline-block;
  transition: all 0.2s ease;
}
.black-border-button:hover {
  background-color: #191617;
  border: 1px solid #f48646;
  color: #f48646;
  opacity: 1;
}

.white-border-button {
  border: 1px solid #fff;
  color: #f48646;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 500;
  padding: 1.125rem 1.5rem;
  border-radius: 2.5rem;
  width: 22rem;
  text-align: center;
  display: inline-block;
}
.white-border-button:hover {
  background-color: #fff;
  border: 1px solid #f48646;
  color: #f48646;
  opacity: 1;
  transition: all 0.2s ease;
}

.orange-button {
  background-color: #f48646;
  color: #fff;
  border: 1px solid #f48646;
  padding: 0.75rem 1rem;
  width: 12.5rem;
  font-size: 1.375rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.orange-button:hover {
  background-color: #191617;
  border-color: #191617;
  opacity: 1;
}

.button-transparent {
  background-color: transparent;
  border: 1px solid #191617;
  color: #191617;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 1rem 3rem;
  border-radius: 2.5rem;
  display: inline-block;
  margin-top: 1rem;
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.button-transparent:hover {
  background-color: #191617;
  color: #fff;
  box-shadow: 0 5px #666;
  transform: translateX(4px);
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.text-inter {
  font-family: "Inter" !important;
}

.text-bowlbyone {
  font-family: "BowlbyOne" !important;
}

.text-orange {
  color: #f48646 !important;
}

.text-dark {
  color: #191617 !important;
}

.bg-light-orange {
  background-color: #f9efe4 !important;
}

.bg-black {
  background-color: #191617 !important;
}

@media (min-width: 1500px) and (max-width: 1800px) {
  .automation__software::before {
    bottom: 40%;
    width: 10%;
    height: 30%;
  }
  .automation__software::after {
    top: -25%;
    width: 10%;
    height: 30%;
  }
  .automation__software .container {
    margin-bottom: -340px;
  }
  .automation__software h4 {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .automation__software::before {
    bottom: 40%;
    width: 10%;
    height: 30%;
  }
  .automation__software::after {
    top: -25%;
    width: 10%;
    height: 30%;
  }
  .automation__software .container {
    margin-bottom: -315px;
  }
  .automation__software h4 {
    margin-bottom: 0.75rem;
  }
  .media__buying::after {
    width: 18%;
  }
  .survey__management h2 {
    font-size: 5rem;
    line-height: 1.2;
  }
  .survey__management h2::before {
    width: 56%;
    height: 302px;
    right: -10%;
    top: -35%;
  }
  .survey__management h2::after {
    font-size: 2.4rem;
  }
  .survey__management h2 span {
    font-size: 4.5rem;
  }
}
@media (max-width: 1400px) {
  .contact__ {
    all: unset;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .your__campaign-heading h2 {
    font-size: 5.25rem;
  }
  .your__campaign-heading h3 {
    font-size: 3rem;
  }
  .support__video-hero .support-video__testimonial #sync1 .item img {
    min-height: 20rem;
    max-height: 20rem;
  }
  .support__video-hero .support-video__testimonial #sync1 .owl-nav .owl-prev {
    left: -2.2rem;
  }
  .support__video-hero .support-video__testimonial #sync1 .owl-nav .owl-next {
    right: -2.2rem;
  }
  .automation__software::before {
    bottom: 40%;
    width: 10%;
    height: 30%;
  }
  .automation__software::after {
    top: -25%;
    width: 10%;
    height: 30%;
  }
  .automation__software .container {
    margin-bottom: -290px;
  }
  .automation__software h4 {
    margin-bottom: 0.75rem;
  }
  .digital__presence::before {
    width: 12%;
  }
  .digital__presence::after {
    width: 12%;
  }
  .digital__presence .digital__presence__card {
    margin: 3rem 0;
  }
  .digital__presence .white-border-button {
    margin-top: 3rem;
  }
  .media__buying::after {
    width: 18%;
  }
  .survey__management h2 {
    font-size: 5rem;
    line-height: 1.2;
  }
  .survey__management h2::before {
    width: 56%;
    height: 302px;
    right: -10%;
    top: -35%;
  }
  .survey__management h2::after {
    font-size: 2.4rem;
  }
  .survey__management h2 span {
    font-size: 4.5rem;
  }
  .latest__blog-hero .latest__blog-right .blog-right_content .right-inner_content h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 992px) {
  header .__navbar .__navbar-list .navbar-nav .nav-item .nav-link.active::after {
    all: unset;
  }
  header .offcanvas-top {
    height: 100vh;
    background-color: #f9efe4;
    transition: ease 0.5s;
  }
  header .offcanvas-top .offcanvas-header {
    padding: 2rem 2rem;
  }
  header .offcanvas-top .offcanvas-header button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
  }
  header .offcanvas-top .offcanvas-body {
    text-align: center;
  }
  header .offcanvas-top .offcanvas-body ul li {
    list-style: none;
  }
  header .offcanvas-top .offcanvas-body ul li a {
    font-size: 1.5rem;
    color: #191617;
  }
  .support__video-hero .support__video {
    background-position: center;
  }
  .support__video-hero .support-video__testimonial #sync1 .item img {
    min-height: 26rem;
    max-height: 26rem;
  }
  .support__video-hero .support-video__testimonial #sync1 .owl-nav .owl-prev {
    left: 35%;
    top: -7rem;
  }
  .support__video-hero .support-video__testimonial #sync1 .owl-nav .owl-next {
    right: 35%;
    top: -7rem;
  }
  .latest__blog-hero .latest__blog-right .blog-right_content .right-inner_content h4 {
    font-size: 1.5rem;
  }
  .latest__blog-hero .latest__blog-right .blog-right_content .right-inner_content h6 {
    font-size: 1 rem;
  }
  .survey__management ul li:hover h4::after {
    all: unset;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  html {
    font-size: 15px;
  }
  .your__campaign-heading h2 {
    font-size: 4.25rem;
  }
  .automation__software::before {
    bottom: 45%;
    width: 10%;
    height: 30%;
  }
  .automation__software::after {
    top: -25%;
    width: 10%;
    height: 30%;
  }
  .automation__software .container {
    margin-bottom: -225px;
  }
  .automation__software h4 {
    margin-bottom: 0.75rem;
  }
  .digital__presence::before {
    width: 17%;
    height: 75%;
    top: 15%;
  }
  .digital__presence::after {
    width: 17%;
    height: 75%;
    top: 15%;
  }
  .digital__presence .digital__presence__card {
    margin: 3rem 0;
  }
  .digital__presence .white-border-button {
    margin-top: 3rem;
  }
  .survey__management h2 {
    font-size: 5rem;
    line-height: 1.2;
  }
  .survey__management h2::before {
    width: 56%;
    height: 302px;
    right: -10%;
    top: -35%;
  }
  .survey__management h2::after {
    font-size: 2.4rem;
  }
  .survey__management h2 span {
    font-size: 4.5rem;
  }
  .survey__management img {
    width: 60%;
    margin: 2rem auto 0;
    display: block;
  }
  .videos .play-btn {
    left: 33%;
    top: 39%;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 2.125rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.35rem;
  }
  .automation__software::before {
    bottom: 50%;
    width: 10%;
    height: 30%;
  }
  .automation__software::after {
    top: -35%;
    width: 10%;
    height: 30%;
  }
  .automation__software .container {
    margin-bottom: -161px;
  }
  .automation__software h4 {
    margin-bottom: 0.75rem;
  }
  .digital__presence::before, .digital__presence::after {
    width: 17%;
  }
  .digital__presence .digital__presence__card {
    margin: 3rem 0;
  }
  .digital__presence .white-border-button {
    margin-top: 3rem;
  }
  .survey__management h2 {
    font-size: 4rem;
  }
  .survey__management h2::before {
    width: 53%;
    height: 225px;
    right: -10%;
    top: -35%;
  }
  .survey__management h2::after {
    font-size: 2rem;
  }
  .survey__management h2 span {
    font-size: 3.375rem;
  }
  .latest__blog-hero .latest__blog-right .blog-right_content .right-inner_content h4 {
    font-size: 1.2rem;
  }
  .latest__blog-hero .latest__blog-right .blog-right_content .right-inner_content h6 {
    font-size: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .your__campaign-heading h2 {
    font-size: 3.25rem;
  }
  .your__campaign-heading h3 {
    font-size: 2.6rem;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 13px;
  }
  .main__banner .main-heading {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .main__banner .main-paragraph {
    font-size: 1.25rem;
  }
  .your__campaign-heading h2 {
    font-size: 3.725rem;
  }
  .your__campaign-heading h3 {
    font-size: 2.813rem;
  }
  .campaign_content-hero .campaign_chalak-heading h2 {
    font-size: 2rem;
  }
  .campaign_content-hero .campaign_chalak-heading h4 {
    font-size: 1.225rem;
  }
  .support__video-hero .support-video__testimonial #sync1 .item img {
    min-height: 20rem;
    max-height: 20rem;
  }
  .breaking__bg .row {
    padding: 2rem 0.5rem;
  }
  .breaking__bg .row h2 {
    font-size: 2.3rem;
  }
  .digital__presence::before, .digital__presence::after {
    display: none;
  }
  .survey__management h2 {
    font-size: 3rem;
  }
  .survey__management h2::before {
    right: 0;
  }
  .survey__management h2 span {
    font-size: 3rem;
  }
  .survey__management img {
    width: 100%;
    margin-top: 3rem;
  }
  .support p {
    font-size: 1.1rem;
  }
  h4 {
    margin-top: 1rem;
  }
  .video_first_sec .play-btn {
    display: inline-block;
    position: absolute;
    background-color: transparent;
    top: 0%;
    left: 39%;
    width: 5rem;
    height: 2rem;
  }
  .border-right {
    border-right: unset !important;
  }
  .border-bottom {
    border-bottom: unset !important;
  }
  .video_first_sec h2 {
    font-size: 2.3rem;
  }
  .video_first_sec h4 {
    margin-top: 11rem;
  }
  .videos h4 {
    font-size: 1.6rem;
  }
  .videos .play-btn {
    left: 32%;
  }
}/*# sourceMappingURL=responsive.css.map */