@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
body {
  background: #F8F8F8;
  margin: 0px;
  padding: 0px;
}

ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.container {
  max-width: 1280px;
}

a {
  text-decoration: none;
}

.hero-section {
  padding: 70px 0px;
  position: relative;
}
.hero-section .topeherobox h6 {
  text-align: center;
  color: #F26745;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 22px;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 6px;
}
.hero-section .topeherobox h2 {
  color: #000;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 200;
}
.hero-section .topeherobox h2 span {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  display: block;
}
.hero-section .topeherobox p {
  color: #000;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 171.686%;
  /* 48.072px */
  width: 100%;
  max-width: 950px;
  margin: 20px auto 30px auto;
}
.hero-section .arrow {
  cursor: pointer;
  text-align: center;
  max-width: 50px;
  margin: 50px auto 0px auto;
}
.hero-section .arrow span {
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  border-bottom: 5px solid #000;
  border-right: 5px solid #000;
  transform: rotate(45deg);
  margin: -10px 0px;
  animation: animate 2s infinite;
}
.hero-section .arrow span:nth-child(2) {
  animation-delay: -0.2s;
}
.hero-section .arrow span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

.Calendly_Calender {
  max-width: 900px;
  margin: 100px auto 0px auto;
}
.Calendly_Calender .topCalender {
  display: flex;
}
.Calendly_Calender .topCalender .meter {
  width: 100%;
}
.Calendly_Calender .topCalender .meter span {
  display: block;
  height: 100%;
  background-color: #f26745;
  position: relative;
  overflow: hidden;
}
.Calendly_Calender .topCalender .meter span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  overflow: hidden;
}
.Calendly_Calender .topCalender .spots {
  width: 100%;
  background-color: #E9E9E9;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  line-height: normal;
  padding: 7px 0px 7px 0px;
  letter-spacing: 4px;
}
.Calendly_Calender .btm-calender {
  box-shadow: 15px 15px 45px -15px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.animate > span:after {
  display: none;
}

.amazing_reviews {
  margin-top: 50px;
}
.amazing_reviews h4 {
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  color: #3C3A3A;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 8.4px;
  margin-bottom: 30px;
}
.amazing_reviews .logoslist {
  width: 100%;
  max-width: 700px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 90px;
  justify-content: center;
}
.amazing_reviews .logoslist img {
  filter: grayscale(100%);
  transition: all 1s ease;
  max-width: 150px;
}
.amazing_reviews .logoslist img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

.clients {
  background: #363636;
  padding: 50px 0px;
}
.clients h2 {
  color: #fff;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
}
.clients h2 span {
  color: #F26745;
  font-weight: 700;
}
.clients p {
  color: #F8F8F8;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 171.686%;
}
.clients .video_list {
  margin-top: 50px;
}
.clients .video_list .video_listInner {
  display: flex;
  gap: 40px;
}
.clients .video_list .video_listInner .video {
  width: 100%;
}
.clients .video_list .video_listInner .video iframe {
  width: 100%;
  height: 100%;
}
.clients .video_list .video_listInner .client-rightside {
  width: 100%;
  border-radius: 10px;
  background: #2F2F2F;
  box-shadow: 0px 4px 4px 0px rgba(242, 103, 69, 0.65);
  position: relative;
}
.clients .video_list .video_listInner .client-rightside h3 {
  color: #F8F8F8;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 161.7%;
  padding: 30px;
}
.clients .video_list .video_listInner .client-rightside .clientname {
  text-align: right;
  padding-right: 30px;
  font-family: "Nunito Sans", sans-serif;
}
.clients .video_list .video_listInner .client-rightside .clientname h6 {
  color: #F8F8F8;
  text-align: right;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 131.7%;
  /* 52.68px */
}
.clients .video_list .video_listInner .client-rightside .clientname h4 {
  color: #F26745;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 131.7%;
  /* 26.34px */
  letter-spacing: 1.8px;
}
.clients .video_list .video_listInner .client-rightside .client-Btm {
  border-radius: 0px 0px 10px 10px;
  background: #F26745;
  box-shadow: 0px 4px 4px 0px rgba(242, 103, 69, 0.65);
  padding: 15px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.clients .video_list .video_listInner .client-rightside .client-Btm .client-BtmList {
  display: flex;
  gap: 30px;
}
.clients .video_list .video_listInner .client-rightside .client-Btm .client-BtmList h5 {
  margin: 0px;
  color: #F8F8F8;
  font-family: "Nunito Sans", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}
.clients .video_list .video_listInner .client-rightside .client-Btm .client-BtmList span {
  color: #F8F8F8;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 0px;
  margin-top: 4px;
  display: block;
}

.common-btn {
  display: inline-block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 16px 35px 16px 35px;
  box-shadow: 15px 15px 45px -15px #F26745;
  background: #F26745;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  color: #F8F8F8;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: bold;
  text-transform: uppercase;
  transition-duration: 0.3s;
  transition-property: transform;
}
.common-btn span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.common-btn:hover {
  transform: scale(1.1);
}

.mt-100 {
  margin-top: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.why-work .card {
  border: 1px solid #E9E9E9;
}
.why-work .why-work__heading {
  font-family: "Nunito Sans", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 105.36px;
}
.why-work .why-work__views {
  font-family: "Nunito Sans", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 52.02px;
}
.why-work .why-work__para {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 18.07px;
}
.why-work .why-work__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.why-work .why-work__list li {
  display: flex;
  gap: 10px;
  align-items: start;
}
.why-work .why-work__list img {
  width: 24px;
  margin-top: 8px;
}

.why-work__trusted h4 {
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  color: #3C3A3A;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 8.4px;
  margin-bottom: 30px;
}
.why-work__trusted .owl-stage {
  display: flex;
  align-items: center;
}
.why-work__trusted img {
  margin: auto;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}
.why-work__trusted img:hover {
  filter: grayscale(0);
}

.best-converting {
  padding: 100px 0;
  background: #363636;
}
.best-converting .best-converting__heading {
  font-family: "Nunito Sans", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 60.26px;
  text-align: center;
  max-width: 700px;
  color: #F8F8F8;
}
.best-converting .nav-pills {
  gap: 24px;
}
.best-converting .nav-link {
  background: white;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 16px 16px 16px 16px;
  border-radius: 0;
  box-shadow: 0px 4px 14px 0px rgba(248, 248, 248, 0.6509803922);
  color: #F26745;
}
.best-converting .nav-link.active {
  box-shadow: 0px 4px 14px 0px rgba(242, 103, 69, 0.6509803922);
  background: #F26745;
}
.best-converting .bg-secondary {
  background: #F8F8F8 !important;
  border: 2px solid #F26745;
}

.macedo-marketing__heading {
  font-family: "Nunito Sans", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 52.7px;
  text-align: left;
  color: #363636;
}
.macedo-marketing__para {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24.2px;
  text-align: left;
}
.macedo-marketing .book-strategy-call-sec {
  max-width: auto;
  display: inline-block;
  margin-bottom: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.video-creative-card {
  font-family: "Nunito Sans", sans-serif;
  color: #F26745;
}
.video-creative-card img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

iframe {
  width: 100%;
}

.videoPlayer {
  width: 100%;
  height: 395px;
  aspect-ratio: 16/9;
}

.why-work {
  margin-bottom: 50px !important;
}

.img-counterbox {
  padding: 15px 10px;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

#pills-home .img-counterbox {
  margin-top: -7px;
}

.why-work__trusted {
  margin-top: 60px !important;
}

.faqItems {
  max-width: 900px;
  margin: auto;
  width: 100%;
}
.faqItems .accordion {
  margin-bottom: 20px;
}
.faqItems .accordion .accordion-item {
  background: #fff;
  box-shadow: 0px 0px 10px #e6e6e6;
}
.faqItems .accordion .accordion-button {
  background-color: transparent;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  box-shadow: none;
}
.faqItems .accordion .accordion-body {
  padding-top: 0px;
}

.accordion-button:focus {
  box-shadow: inherit;
}

.additional-start {
  background: #F26745;
  padding: 50px 0px;
}
.additional-start h2 {
  color: #fff;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
}
.additional-start h2 span {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  display: block;
}
.additional-start h6 {
  color: #fff;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
}
.additional-start .social-box {
  background: rgba(255, 255, 255, 0.631372549);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.additional-start .social-box .socailtopIcon {
  display: flex;
  align-items: self-end;
  gap: 10px;
  margin-bottom: 10px;
  z-index: 9;
  position: relative;
}
.additional-start .social-box .socailtopIcon img {
  max-width: 50px;
}
.additional-start .social-box .socailtopIcon h3 {
  margin: 0px;
  color: #F26745;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}
.additional-start .social-box .additional-desc {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  z-index: 9;
  position: relative;
}

.growthProcess {
  padding: 50px 0px;
}
.growthProcess h2 {
  color: #F26745;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
}
.growthProcess h2 span {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  display: block;
}
.growthProcess p {
  color: #363636;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 171.686%;
}
.growthProcess .stepListing {
  display: flex;
  gap: 20px;
}
.growthProcess .step_innerlisting {
  border-radius: 15px;
  position: relative;
  background: #F26745;
  position: relative;
  border: 1px solid #F26745;
}
.growthProcess .step_innerlisting .step_innerlistinginner {
  padding: 20px;
  box-shadow: inset 125px 110px 70px 90px rgb(0, 0, 0);
  border-radius: 15px;
}
.growthProcess .step_innerlisting h6 {
  font-family: "Nunito Sans", sans-serif;
  color: #929292;
  font-size: 22px;
}
.growthProcess .step_innerlisting h3 {
  font-family: "Nunito Sans", sans-serif;
  color: #e2e2e2;
  font-size: 25px;
  z-index: 99;
  position: relative;
}
.growthProcess .step_innerlisting .desc {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.growthProcess .logo {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  z-index: 1;
}
.growthProcess .logo img {
  max-width: 60px;
}

.whatsincluded {
  padding: 50px 0px;
  background: #363636;
}
.whatsincluded h2 {
  color: #F26745;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 25px;
}
.whatsincluded h2 span {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  display: block;
}
.whatsincluded .getbox {
  display: flex;
  gap: 20px;
  max-width: 1100px;
  margin: auto;
}
.whatsincluded .getbox .getbox-leftbar {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  font-family: "Nunito Sans", sans-serif;
}
.whatsincluded .getbox .getbox-leftbar h5 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.whatsincluded .getbox .getbox-leftbar .getboxInnerlist {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.whatsincluded .getbox .getbox-leftbar .getboxInnerlist::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background: #363636;
  border-radius: 100px;
  top: 9px;
  left: 0;
}
.whatsincluded .getbox .getbox-leftbar .getboxInnerlist span {
  font-size: 23px;
  font-weight: 700;
}
.whatsincluded .getbox .getbox-leftbar .getboxInnerlist p {
  font-size: 16px;
}
.whatsincluded .getbox .getbox-leftbar .boxInnerPerks h5 {
  text-align: center;
}
.whatsincluded .getbox .getbox-leftbar .boxInnerPerks .dedicate-team {
  display: flex;
  gap: 20px;
}
.whatsincluded .getbox .getbox-leftbar .boxInnerPerks .dedicate-team .dedicateBox {
  width: 100%;
  background: #F26745;
  padding: 15px;
  border-radius: 15px;
}
.whatsincluded .getbox .getbox-leftbar .boxInnerPerks .dedicate-team .dedicateBox h6 {
  font-weight: 800;
  font-size: 22px;
}
.whatsincluded .getbox .getbox-leftbar .boxInnerPerks .dedicate-team .dedicateBox ul li {
  font-size: 16px;
}
.whatsincluded .getbox .orangebg {
  background: #F26745;
  color: #fff;
}
.whatsincluded .getbox .orangebg .getboxInnerlist:before {
  background: #fff;
}
.whatsincluded .getbox .orangebg .boxInnerPerks .dedicate-team .dedicateBox {
  background: #F1F0F0;
  color: #000;
}
.whatsincluded .getbox .exclusive_access {
  background: #fff141;
  color: #000;
  padding: 15px;
  border-radius: 25px;
  margin-top: 15px;
  border: 2px solid #fff;
}
.whatsincluded .getbox .exclusive_access .exclusive_accessbox {
  display: flex;
  align-items: center;
  gap: 15px;
}
.whatsincluded .getbox .exclusive_access .exclusive_accessbox img {
  max-width: 60px;
}
.whatsincluded .getbox .exclusive_access .exclusive_accessbox .exclusive_accessboxinner h4 {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 600;
}
.whatsincluded .getbox .exclusive_access .exclusive_accessbox .exclusive_accessboxinner p {
  margin-bottom: 0px;
}

.resultsbox {
  background: #fff;
}
.resultsbox h2 {
  color: #363636;
}

.faq-listing {
  padding: 50px 0px;
  background: #363636;
}
.faq-listing h2 {
  color: white;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
}
.faq-listing h2 span {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  display: block;
  color: #F26745;
}
.faq-listing .accordion {
  margin-bottom: 20px;
}
.faq-listing .accordion .accordion-item {
  border-radius: 10px;
  border: 4px solid #F26745;
}
.faq-listing .accordion .accordion-header .accordion-button {
  color: #F26745;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  border-radius: 5px;
}
.faq-listing .accordion .accordion-body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
}

.accordion-button:not(.collapsed) {
  background-color: #F26745;
  color: #fff !important;
}

.accordion-button::after {
  background-color: #F26745;
  padding: 3px;
  width: 25px;
  height: 25px;
  background-position: center;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: 15px;
}

.includefullbox {
  padding-top: 70px;
  background: #fff;
  padding-bottom: 70px;
}

.includeBox {
  display: flex;
  gap: 30px;
}
.includeBox .includeleftBox {
  width: 100%;
}
.includeBox .includeleftBox h3 {
  color: #363636;
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
}
.includeBox .includeleftBox p {
  color: #363636;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
}
.includeBox .includeleftBox .boxListing {
  padding: 20px 20px 0px 20px;
  background: #ffe7e2;
  border-radius: 20px;
  margin-top: 30px;
}
.includeBox .includeleftBox .boxListing h5 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 25px;
  font-weight: 800;
}
.includeBox .includeleftBox .boxListing ul {
  padding: 0px 0px 20px 0px;
  margin: 0px;
  list-style: none;
}
.includeBox .includeleftBox .boxListing ul li {
  background: url(../images/ph_check-fill.png) no-repeat left center;
  padding-left: 25px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-size: 16px;
  line-height: 32px;
}
.includeBox .includerightBox {
  width: 100%;
}

.bgtopopacity {
  background-position: bottom right;
  background-size: cover;
  display: block;
  position: absolute;
  width: 160px;
  right: -20px;
  height: 160px;
  z-index: 1;
  bottom: -20px;
  opacity: 0.2;
}

.additional-startslide .owl-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
  width: 100%;
}
.additional-startslide .owl-nav button {
  width: 40px;
  height: 40px;
  background: #363636 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.additional-startslide .owl-nav button span {
  line-height: 15px !important;
  font-size: 31px;
  margin-top: -9px;
  color: #fff;
}

.steplistingboxes .owl-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
  width: 100%;
}
.steplistingboxes .owl-nav button {
  width: 40px;
  height: 40px;
  background: #F26745 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steplistingboxes .owl-nav button span {
  line-height: 15px !important;
  font-size: 31px;
  margin-top: -9px;
  color: #fff;
}

.macedo-marketing {
  background: #f4f4f4;
}

.successvideo_list {
  display: flex;
  gap: 20px;
}
.successvideo_list .client-BtmList {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
.successvideo_list .client-BtmList ul li {
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
  gap: 10px;
}
.successvideo_list .client-BtmList ul li img {
  max-width: 20px;
}
.successvideo_list .client-BtmList ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.successheader_subtitle {
  background: #363636;
}
.successheader_subtitle .successHeader h2 {
  color: #fff;
}
.successheader_subtitle .successHeader p {
  color: #fff;
}

.clientGoals {
  background: #fff;
}
.clientGoals h2 {
  color: #F26745;
  font-weight: 600;
  font-size: 45px;
  text-transform: lowercase;
}

.goalsProcess .step_innerlisting .step_innerlistinginner {
  padding: 30px;
}

.goalsProcess h2 {
  font-weight: 700;
}

.portfolio-section {
  padding: 70px 0;
  font-family: "Nunito Sans", sans-serif;
}
.portfolio-section .main-heading {
  color: #000;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 200;
}
.portfolio-section .portfolio-tabs {
  background: #ffe7e2;
  padding: 12px;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.portfolio-section .portfolio-tabs .nav-link {
  padding: 16px 32px;
  color: #000000;
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
  line-height: normal;
  font-weight: 300;
}
.portfolio-section .portfolio-tabs .nav-link.active {
  background: #F26745;
  color: #fff !important;
}
.portfolio-section .portfolio-cards-sec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: masonry;
  gap: 24px;
}
.portfolio-section .portfolio-cards-sec .video-box {
  position: relative;
}
.portfolio-section .portfolio-cards-sec .video-toggle {
  position: absolute;
  right: 16px;
  bottom: 16px;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
.portfolio-section .portfolio-cards-sec .play-icon {
  display: none;
}
.portfolio-section .portfolio-cards-sec img,
.portfolio-section .portfolio-cards-sec video {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 1rem;
  height: auto;
  width: 100%;
  height: auto;
}
.portfolio-section .portfolio-carousel-ads-sec {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.portfolio-section .portfolio-carousel-ads-sec .overflow-auto {
  overflow: auto;
  border-radius: 16px;
}
.portfolio-section .portfolio-carousel-ads-sec .overflow-auto img,
.portfolio-section .portfolio-carousel-ads-sec .overflow-auto video {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .portfolio-section {
    padding: 40px 0;
  }
  .portfolio-section .main-heading {
    font-size: 28px;
  }
  .portfolio-section .portfolio-cards-sec {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .portfolio-section {
    padding: 40px 0;
  }
  .portfolio-section .portfolio-tabs {
    width: 100%;
  }
  .portfolio-section .portfolio-tabs .nav-pills {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  .portfolio-section .portfolio-tabs .nav-pills .nav-item {
    width: 100%;
    text-align: center;
  }
  .portfolio-section .portfolio-tabs .nav-pills .nav-item .nav-link {
    width: 100%;
  }
  .portfolio-section .portfolio-cards-sec {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .portfolio-section .portfolio-carousel-ads-sec {
    gap: 16px;
  }
  .portfolio-section .portfolio-carousel-ads-sec .overflow-auto {
    overflow: auto;
  }
  .portfolio-section .portfolio-carousel-ads-sec .overflow-auto img,
  .portfolio-section .portfolio-carousel-ads-sec .overflow-auto video {
    min-width: 1024px;
  }
}
.site-footer {
  background: #111;
  color: #fff;
  padding-top: 80px;
  font-family: "Nunito Sans", sans-serif;
}
.site-footer .footer-cta-top {
  max-width: 812px;
  margin: auto;
  margin-bottom: 80px;
}
.site-footer .footer-cta-top .footer-cta-heading {
  font-family: "Nunito Sans", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 57px;
  color: #FFFFFF;
}
.site-footer .footer-cta-top .common-btn {
  padding: 16px 32px;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-cta {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  gap: 60px;
  box-shadow: 0 4px 49.7px 0 #000;
  margin-bottom: 60px;
}
.footer-cta h2 {
  background: linear-gradient(90deg, #F26745 0%, #FFD230 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 62px;
  font-weight: 800;
  text-transform: capitalize;
}
.footer-cta .cta-left-para {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.7490196078);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #FFEBE6;
  text-align: left;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.footer-cta .newsletter-form-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  color: #000000;
}
.footer-cta .newsletter-form {
  display: flex;
  gap: 0;
  max-width: 403px;
  width: 100%;
}
.footer-cta .newsletter-form input {
  flex: 1;
  padding: 12px;
  border: 1px solid #000;
}
.footer-cta .newsletter-form button {
  background: linear-gradient(98deg, #F26745 -30.08%, #FFD230 146.04%) !important;
  border: none;
  padding: 12px 32px;
  color: white;
  font-weight: 600;
  cursor: pointer;
}
.footer-cta .cta-left {
  flex: 1;
}
.footer-cta .cta-right {
  flex: 1;
  display: grid;
  gap: 24px;
  border-style: solid;
  border-width: 0px 0 0 1px;
  border-color: #FFEBE6;
  padding-left: 24px;
}
.footer-cta .cta-right .feature {
  display: flex;
  gap: 16px;
}
.footer-cta .cta-right .feature .icon {
  width: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-cta .cta-right .feature h4 {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #212121;
}
.footer-cta .cta-right .feature p {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #212121;
}

.footer-bottom {
  background: #eaeaea;
  color: #212121;
  padding: 24px 0;
  font-family: "Nunito Sans", sans-serif;
}
.footer-bottom .footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-bottom .footer-logo img {
  max-width: 398px;
  width: 100%;
}
.footer-bottom .footer-logo p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.footer-bottom .footer-links {
  display: flex;
  gap: 60px;
}
.footer-bottom .footer-links h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 12px;
}
.footer-bottom .footer-links ul {
  list-style: none;
  padding: 0;
}
.footer-bottom .footer-links ul li {
  margin-bottom: 8px;
}
.footer-bottom .footer-links ul li a {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
}
.footer-bottom .footer-links .social-icons {
  display: grid;
  grid-template-columns: 32px 32px;
  gap: 12px;
}
.footer-bottom .footer-links .social-icons li {
  margin-bottom: 0;
}
.footer-bottom .footer-links .social-icons li a {
  display: block;
}
.footer-bottom .footer-links .social-icons li img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 991px) {
  .site-footer {
    padding-top: 40px;
  }
  .site-footer .footer-cta-top {
    margin-bottom: 40px;
  }
  .site-footer .footer-cta-top .footer-cta-heading {
    font-size: 32px;
    line-height: 42px;
  }
  .footer-cta {
    padding: 32px;
    gap: 60px;
    flex-direction: column;
  }
  .footer-cta h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .footer-cta .cta-left-para {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .footer-bottom .footer-bottom-wrapper {
    flex-direction: column;
    gap: 18px;
  }
}
@media screen and (max-width: 576px) {
  .footer-cta {
    padding: 16px;
    gap: 24px;
  }
  .footer-cta .newsletter-form {
    flex-direction: column;
    max-width: 100%;
  }
  .footer-cta .cta-right {
    border: 0;
    padding: 0;
  }
  .footer-cta .cta-right .feature {
    flex-direction: column;
    gap: 16px;
  }
  .footer-cta .cta-right .feature .icon {
    width: 32px;
    height: 32px;
  }
  .footer-bottom .footer-links {
    flex-direction: column;
    gap: 18px;
  }
  .footer-bottom .footer-logo p,
  .footer-bottom .footer-links ul li a {
    font-size: 16px;
    line-height: 24px;
  }
}/*# sourceMappingURL=style.css.map */