@font-face {
  font-family: "CenturyGothicBold";
  src: url("../fonts/GOTHICB.woff2") format("woff2"), url("../fonts/GOTHICB.woff") format("woff");
}
@font-face {
  font-family: "CenturyGothic";
  src: url("../fonts/GOTHIC.woff2") format("woff2"), url("../fonts/GOTHIC.woff") format("woff");
}
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "CenturyGothic";
  max-width: 100vw;
  position: relative;
}
body.grey-body {
  background-color: #ededed;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
.bold_text {
  font-family: "CenturyGothicBold";
  color: #55249a;
  text-decoration: none;
  line-height: 2em;
}

p {
  color: #858599;
  line-height: 2em;
  font-size: 1.15em;
}

h1 {
  font-size: 3.5em;
}

h2 {
  font-size: 3.2em;
}

h3,
.h3 {
  font-size: 2.25em;
  line-height: 1.75em;
}

h4 {
  font-size: 1.5em;
}

ol {
  margin-top: 60px;
  padding-left: 20px;
  color: #858599;
  line-height: 2em;
  font-size: 1.15em;
}
ol li::marker {
  font-size: 1.15em;
}
ol li p {
  margin-left: 20px;
}

.blue_text {
  color: #698dff;
}

.pink_text {
  color: #e679a9;
}

.heather_text {
  color: #967fb8;
}

.white_text {
  color: #ffffff;
}

.grey_text {
  color: #858599;
}

.intro {
  font-size: 1.5em;
  font-weight: 400;
}

button,
.button {
  width: 100%;
  padding: 17px;
  border-radius: 100px;
  border: solid 1px;
  background-color: #ffffff;
  font-size: 1.3em;
  transition: ease 0.4s;
  position: relative;
}

.glow_button {
  color: #55249a;
  border-color: #55249a;
}
.glow_button::before {
  content: "";
  background: linear-gradient(90deg, #55249a, #e679a9);
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  filter: blur(17px);
  transition: ease 0.4s;
}
.glow_button:hover, .glow_button:active {
  box-shadow: 0 0 30px 0 rgba(85, 36, 154, 0.5215686275);
}
.glow_button:hover::before, .glow_button:active::before {
  filter: blur(25px);
}

.pink_button {
  color: #e679a9;
  border-color: #e679a9;
}
.pink_button:hover, .pink_button:active {
  box-shadow: 0 0 30px 0 rgba(230, 121, 168, 0.5294117647);
}

.blue_button {
  color: #698dff;
  border-color: #698dff;
}
.blue_button:hover, .blue_button:active {
  box-shadow: 0 0 30px 0 rgba(105, 140, 255, 0.4901960784);
}

.heather_button {
  color: #967fb8;
  border-color: #967fb8;
}
.heather_button:hover, .heather_button:active {
  box-shadow: 0 0 30px 0 rgba(150, 127, 184, 0.5019607843);
}

.narrow_button {
  padding: 12px;
  line-height: normal;
}

.small_button {
  width: 250px;
}

.big_button {
  width: 500px;
}

.big_button_container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.loader_button {
  box-sizing: border-box;
  max-height: 78px;
  height: 78px;
  position: relative;
}

.loader_button_svg {
  display: none;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
}
.loader_button_svg img {
  height: 70px;
}

.disabled_button {
  background-color: #f9f9f9;
  border-color: #858599;
}

.new_container {
  max-width: 1300px;
  margin: 0 auto;
}

.grey_section {
  background-color: #ededed;
}

.header_margin {
  margin-bottom: 100px;
}

.section_margin {
  margin-top: 200px;
}

.section_margin_small {
  margin-top: 120px;
}

.section_padding {
  padding: 100px 0;
}

.section_bottom_padding {
  padding-bottom: 100px;
}

.section_top_padding {
  padding-top: 100px;
}

.section_padding_narrow {
  padding: 50px 0;
}

.purple-nav {
  background-image: linear-gradient(to right, #55249a, #e679a9);
  padding: 20px 0;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  z-index: 2;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
header nav div {
  position: relative;
}
header nav div .services-drop-down {
  position: absolute;
  background-color: #55249a;
  border-radius: 10px;
  padding: 10px 20px;
  left: -20px;
  white-space: nowrap;
  top: 35px;
  display: none;
}
header nav div .services-drop-down a {
  display: block;
  margin: 10px 0;
}
header nav a {
  font-family: "CenturyGothic", sans-serif;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
}
header nav a.white-nav-link {
  color: #ffffff;
}
header nav a.purple-nav-link {
  color: #e679a9;
}
header nav a img,
header nav a svg {
  height: 40px;
}

#mobile_header {
  display: none;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: #55249a;
  height: fit-content;
}
#mobile_header #mobile-header-nav {
  display: flex;
  justify-content: space-between;
  place-items: center;
  width: 100vw;
  height: 32px;
  box-sizing: border-box;
  padding: 40px 20px;
}
#mobile_header #mobile-header-nav a {
  display: block;
  box-sizing: border-box;
}
#mobile_header #mobile-header-nav a#launch-mobile-menu img {
  width: 40px;
  height: 40px;
}
#mobile_header #mobile-header-nav a#mobile-header-logo img {
  width: auto;
  height: 50px;
}
#mobile_header #mobile-header-nav a#mobile-call img {
  height: 35px;
}
#mobile_header #mobile-header-nav a img {
  display: block;
}

#mobile-menu {
  display: none;
  position: fixed;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #55249a;
  overflow-y: scroll;
}
#mobile-menu::-webkit-scrollbar {
  width: 10px;
}
#mobile-menu::-webkit-scrollbar-track {
  visibility: none;
}
#mobile-menu::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 100px;
}
#mobile-menu #mobile-menu-close {
  width: 40px;
  position: fixed;
  right: 20px;
  top: 25px;
}
#mobile-menu #mobile-menu-nav {
  margin: 30px 30px 0 40px;
}
#mobile-menu #mobile-menu-nav .white-nav-link {
  color: #ffffff;
  font-size: 1.5em;
  margin-bottom: 20px;
  display: block;
  font-family: "CenturyGothic";
}
#mobile-menu #mobile-menu-nav .services-drop-down {
  display: none;
  padding-left: 60px;
  opacity: 0.85;
  padding-bottom: 15px;
}

.title_container {
  text-align: center;
  padding-top: 90px;
}
.title_container .white_text {
  margin: 0;
}

.centre_text {
  text-align: center;
}

.form_errors {
  margin-top: -10px;
  color: #ff0081;
  display: none;
}

.form_success {
  margin-top: -10px;
  color: #55249a;
  display: none;
}

.slick-arrow {
  display: none !important;
}

#hero_shape {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero {
  position: relative;
  z-index: 1;
}
.hero .hero_grid {
  z-index: 2;
  position: relative;
  width: calc(100vw - (100vw - 1300px) / 2);
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 70px;
  padding-top: 100px;
  place-items: center;
}
.hero .hero_image {
  width: 100%;
}
.hero .hero_image.hero_mobile_image {
  display: none;
}
.hero .hero_content h1 {
  margin-top: 0;
  line-height: unset;
}
.hero .hero_content p {
  font-size: 1.4em;
}
.hero .hero_content .hero_button_group {
  margin-top: 50px;
}

.hero_button_group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.hero_button_group.narrow_group {
  grid-gap: 10px;
}
.hero_button_group.less_padding button {
  padding: 10px;
}

#technology_carousel {
  position: relative;
  margin-top: 50px;
  z-index: 2;
}
#technology_carousel .technology_logo {
  width: 100px;
  margin: 0 10px;
}

.benefits {
  margin-top: 60px;
}
.benefits .pink_text.bold {
  font-weight: 700;
}
.benefits .benefit {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-gap: 60px;
  width: 90%;
  align-items: center;
  margin-bottom: 100px;
}
.benefits .benefit img {
  width: 100%;
}
.benefits .benefit button {
  margin-top: 20px;
}
.benefits .benefit_right {
  grid-template-columns: 3fr 2fr;
  margin-left: 10%;
}
.benefits .benefit_right img {
  grid-column: 2;
  grid-row: 1;
}
.benefits .benefit_right .benefit_content {
  grid-column: 1;
  grid-row: 1;
}

.book_a_call .benji_button_container {
  width: 500px;
}
.book_a_call .benji_button_container button {
  margin-bottom: 50px;
}
.book_a_call .benji_button_container #benji_jumping {
  position: absolute;
  top: -60px;
  right: -200px;
  width: 250px;
}

.testimonials_arrow {
  position: absolute;
  background-color: #ffffff;
  border-radius: 100px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
  top: 50%;
  transform: translateY(calc(-50% - 20px));
  cursor: pointer;
  z-index: 1;
}
.testimonials_arrow.testimonials_prev {
  left: 20px;
}
.testimonials_arrow.testimonials_next {
  right: 20px;
}
.testimonials_arrow svg {
  width: 40px;
  height: 40px;
  margin: 10px;
}
.testimonials_arrow svg path:last-of-type {
  fill: #e679a9;
}

.testimonials h3 {
  margin-bottom: 50px;
}
.testimonials .testimonials_slider_container {
  position: relative;
}
.testimonials .testimonials_slider {
  margin-top: -80px;
  cursor: grab;
}
.testimonials .testimonials_slider::-webkit-scrollbar {
  display: none;
}
.testimonials .testimonials_slider .slick-list {
  padding: 80px 160px;
}
.testimonials .testimonials_slider .slick-track {
  display: flex !important;
}
.testimonials .testimonials_slider .slick-slide {
  height: inherit !important;
}
.testimonials .testimonials_slider .testimonial {
  box-shadow: 0 0 60px 0 #ededed;
  border-radius: 30px;
  padding: 70px 50px;
  margin: 0 20px;
  display: inline-block;
  width: 18vw;
  flex: 0 0 auto;
}
.testimonials .testimonials_slider .testimonial p {
  margin-top: 0;
  margin-bottom: 40px;
  text-indent: 10%;
  height: calc(100% - 70px);
}
.testimonials .testimonials_slider .testimonial a {
  font-size: 1.25em;
  text-decoration: none;
  display: block;
}
.testimonials .clients {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 30px;
  place-items: center;
  margin-bottom: 100px;
}
.testimonials .clients img {
  width: 100%;
  padding: 10% 20%;
  box-sizing: border-box;
}

.services_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 120px 60px;
  margin-top: 100px;
}
.services_grid .service img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.services_grid .service img#services_hosting {
  transform: scale(1.4);
  position: relative;
  bottom: 20px;
}
.services_grid .service img#services_mobile {
  transform: scale(1.15);
}
.services_grid .service h4 {
  height: 100px;
}
.services_grid .service p {
  font-family: "CenturyGothic";
}

.our_work img {
  margin-top: 100px;
  width: 100%;
}
.our_work p {
  max-width: 900px;
  margin: 50px auto;
}

.two_column_text {
  column-count: 2;
  column-gap: 100px;
  text-align: left;
}
.two_column_text > * {
  margin-top: 0;
}

.contact_form_section {
  margin-top: 100px;
}

#new_contact_form {
  display: grid;
  max-width: 800px;
  margin: 100px auto;
  grid-gap: 30px;
}
#new_contact_form input,
#new_contact_form textarea {
  border: unset;
  border-radius: 10px;
  padding: 20px 30px;
  font-family: "CenturyGothic";
  font-size: 1.3em;
  color: #858599;
}
#new_contact_form input::placeholder,
#new_contact_form textarea::placeholder {
  font-family: "CenturyGothic";
  color: #858599;
}
#new_contact_form input:focus,
#new_contact_form textarea:focus {
  outline: 1px solid #55249a;
}
#new_contact_form #new_contact_form_submit {
  margin: 30px auto 0 auto;
}

footer {
  background-color: #55249a;
  padding-top: 100px;
  color: #ffffff;
}
footer a,
footer p,
footer .bold_text {
  color: #ffffff;
}
footer .footer_grid {
  display: grid;
  grid-template-columns: 300px 1fr auto;
  margin-bottom: 100px;
}
footer .footer_grid .footer_left img {
  width: 100%;
}
footer .footer_grid .footer_left .footer_left_link {
  margin-bottom: 0;
}
footer .footer_grid .footer_left .footer_left_link:last-of-type {
  margin-top: 0;
}
footer .footer_grid .footer_right {
  padding-top: 140px;
  text-align: right;
}
footer .footer_grid .footer_right a {
  display: block;
}
footer .footer_dark {
  background-color: #2f2a35;
  padding: 100px 0;
  text-align: center;
}
footer .footer_dark .awards_group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1000px;
  place-items: center;
  grid-gap: 30px;
  margin: 0 auto;
}
footer .footer_dark .awards_group img {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
footer .footer_dark .awards_group .span2 {
  grid-column: span 2;
}
footer .footer_dark .ecologi {
  margin-top: 30px;
}

#portfolio-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding: 10px 0;
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  transition: ease 0.3s;
  z-index: 2;
}
#portfolio-sticky-cta.below {
  bottom: -100px;
  transition: ease 0.3s;
}
#portfolio-sticky-cta #portfolio-sticky-cta-inner {
  display: grid;
  grid-template-columns: 1fr 500px;
  align-items: center;
}
#portfolio-sticky-cta #portfolio-sticky-cta-inner h4 {
  margin: 0;
}

.portfolio_filters {
  border-top: solid 1px #d7dad6;
  border-bottom: solid 1px #d7dad6;
  padding: 10px 0;
}
.portfolio_filters ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.portfolio_filters ul li {
  font-family: "CenturyGothic";
  display: inline-block;
  background-color: #ffffff;
  border: solid 1px;
  border-radius: 100px;
  padding: 10px 25px !important;
  line-height: normal;
  cursor: pointer;
}
.portfolio_filters ul li:nth-child(odd) {
  border-color: #e679a9;
  color: #e679a9;
}
.portfolio_filters ul li:nth-child(even) {
  border-color: #698dff;
  color: #698dff;
}
.portfolio_filters ul li.active_portfolio_filter {
  box-shadow: 0 0 8px 2px #cfcfcf;
}

.icon_grid {
  grid-row-gap: 30px !important;
}
.icon_grid .icon_grid_item {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-gap: 20px;
  align-items: center;
}
.icon_grid .icon_grid_item .icon_grid_svg_container {
  background-color: #ffffff;
  border-radius: 100px;
  width: 100%;
  height: 60px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 12px;
  box-sizing: border-box;
}
.icon_grid .icon_grid_item .icon_grid_svg_container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.icon_grid .icon_grid_item p {
  font-family: "CenturyGothicBold";
  margin: 0;
  line-height: normal;
}

.portfolio_view_more {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  cursor: pointer;
  border: unset;
  padding: 0;
  background: unset;
}
.portfolio_view_more img {
  width: 30px;
}

.footer_logos {
  height: 150px;
  object-fit: contain;
  margin-left: 50px;
  margin-right: 50px;
}

#footer_slider_section {
  position: relative;
  margin-top: 50px;
}

.footer_slider_next {
  right: 0;
}

.footer_slider_prev {
  left: 0;
}

.footer_arrow {
  position: absolute;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 100px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

#footer_slider_section svg {
  width: 30px;
  height: 30px;
  margin: 10px;
}

#footer_slider_section svg path:last-of-type {
  fill: #ffffff;
}

@media screen and (min-width: 2300px) {
  .hero .hero_grid {
    grid-template-columns: 2.5fr 1fr;
  }
}
@media screen and (max-width: 1450px) and (min-width: 1300px) {
  #hero_shape {
    object-fit: contain;
    object-position: top;
  }
}
@media screen and (max-width: 1450px) {
  .hero .hero_grid {
    grid-template-columns: 1.5fr 1fr;
  }
  .benefits .benefit {
    width: 100%;
  }
  .benefits .benefit.benefit_right {
    margin-left: 0;
  }
  .testimonials .testimonials_slider .testimonial {
    width: 24vw;
    padding: 70px 30px;
  }
}
@media screen and (max-width: 1300px) {
  .new_container {
    margin: 0 30px;
  }
  .hero .hero_grid {
    grid-template-columns: 1.25fr 1fr;
    width: calc(100vw - 30px);
  }
  #technology_carousel {
    margin: 100px 0;
  }
  .testimonials {
    padding-bottom: 0;
  }
  .our_work {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1150px) {
  #hero_shape {
    height: 700px;
    object-fit: cover;
  }
}
@media screen and (max-width: 1150px) {
  #hero_shape {
    height: 700px;
    object-fit: cover;
  }
  .hero .hero_grid {
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    text-align: center;
  }
  .hero .hero_image {
    width: 100%;
    position: relative;
    right: 30px;
  }
  #portfolio_link,
  #book_a_call_link {
    color: #ffffff;
  }
  .testimonials .testimonials_slider .testimonial {
    width: 36vw;
  }
}
@media screen and (max-width: 1000px) {
  .services_grid {
    grid-template-columns: 1fr 1fr;
  }
  .book_a_call {
    overflow-x: hidden;
  }
  .book_a_call .benji_button_container,
  .book_a_call .big_button {
    width: 400px;
  }
  .book_a_call .benji_jumping {
    width: 200px;
    right: -150px;
    top: -40px;
  }
  .two_column_text {
    column-count: 1;
  }
}
@media screen and (max-width: 900px) {
  #portfolio-sticky-cta #portfolio-sticky-cta-inner {
    grid-template-columns: 1fr;
  }
  #portfolio-sticky-cta #portfolio-sticky-cta-inner h4 {
    display: none;
  }
  #portfolio-sticky-cta #portfolio-sticky-cta-inner .narrow_button {
    padding: 10px;
  }
}
@media screen and (max-width: 800px) {
  header {
    display: none;
  }
  #mobile_header {
    display: block;
    position: fixed;
  }
  #hero_shape {
    top: 80px;
  }
  .hero {
    margin-top: 80px;
  }
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2.5em;
  }
  h3,
  .h3 {
    font-size: 2em;
    line-height: 1.9em;
  }
  .services_grid {
    grid-gap: 120px 40px;
  }
}
@media screen and (max-width: 700px) {
  h4 {
    font-size: 1.8em;
  }
  p {
    font-size: 1.25em;
  }
  #hero_shape {
    height: 400px;
  }
  .hero {
    overflow-x: hidden;
  }
  .hero .hero_grid {
    overflow-x: hidden;
    padding-bottom: 60px;
  }
  .hero .hero_grid .hero_image {
    transform: scale(1.5);
    right: 18%;
    padding: 10px 0px 70px 0px;
    overflow-x: hidden;
  }
  .small_button {
    width: 300px;
  }
  .big_button {
    width: 100%;
  }
  #technology_carousel {
    margin-top: 60px;
  }
  .benefits .benefit {
    grid-template-columns: 1fr;
  }
  .benefits .benefit.benefit_right img, .benefits .benefit.benefit_left img {
    grid-column: 1;
    grid-row: 1;
  }
  .benefits .benefit.benefit_right .benefit_content {
    grid-row: 2;
  }
  .testimonials h3 {
    margin-bottom: 40px;
  }
  .testimonials .clients {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }
  .testimonials .clients img {
    padding: 20%;
  }
  .testimonials .testimonials_slider_container .testimonials_arrow {
    display: none;
  }
  .testimonials .testimonials_slider {
    display: block;
    overflow-x: hidden;
    flex-wrap: unset;
    padding: 0;
    margin-top: 0;
  }
  .testimonials .testimonials_slider .slick-list {
    padding: 0 0 80px;
  }
  .testimonials .testimonials_slider .slick-slide {
    height: 100% !important;
  }
  .testimonials .testimonials_slider .testimonial {
    width: 100%;
    display: block;
    box-sizing: border-box;
    flex: unset;
    word-break: break-word;
    box-shadow: unset;
    border: solid 1px #ededed;
    padding: 40px 20px;
  }
  .testimonials .testimonials_slider .testimonial p {
    margin-bottom: 20px;
  }
  .book_a_call .benji_button_container,
  .book_a_call .big_button {
    width: 70vw;
  }
  .book_a_call .benji_button_container img,
  .book_a_call .big_button img {
    display: none;
  }
  .services_grid {
    margin-top: 60px;
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }
  .services_grid .service img {
    height: 300px;
  }
  .services_grid .service img#services_hosting, .services_grid .service img#services_mobile {
    transform: unset;
    bottom: 0;
  }
  .services_grid .service h4 {
    height: unset;
  }
  footer .footer_grid {
    grid-template-columns: 1fr;
  }
  footer .footer_grid .footer_right {
    padding-top: 40px;
    text-align: left;
  }
  footer .footer_grid .footer_right a {
    font-size: 1.25em;
    font-family: "CenturyGothic";
    margin-bottom: 15px;
  }
  footer .footer_dark .awards_group {
    grid-template-columns: 1fr;
    margin: 60px auto;
  }
  footer .footer_dark .awards_group img {
    width: 50%;
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  .new_container {
    margin: 0 10px;
  }
  #mobile_header #mobile-header-nav {
    padding: 30px 10px;
  }
  #mobile_header #mobile-header-nav a#mobile-header-logo img {
    height: 40px;
  }
  #hero_shape {
    top: 60px;
  }
  .hero {
    margin-top: 60px;
  }
  .hero .hero_grid {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 70px;
    grid-gap: 25px;
  }
  .hero .hero_grid .hero_content p {
    z-index: -1;
    font-size: 1.3em;
  }
  .hero_button_group:not(.narrow_group) {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    z-index: 0;
  }
  .hero_button_group:not(.narrow_group) .blue_button {
    z-index: -1;
  }
  h1 {
    font-size: 2.75em;
  }
  h2 {
    font-size: 2em;
  }
  h3,
  .h3 {
    font-size: 1.75em;
  }
  h4 {
    font-size: 1.6em;
  }
  h2,
  h3,
  .h3,
  h4 {
    line-height: 1.75em;
  }
  p {
    line-height: 1.9em;
  }
  .small_button {
    width: 100%;
  }
  .book_a_call,
  .contact_form_section {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .book_a_call h2,
  .contact_form_section h2 {
    margin-bottom: 50px;
  }
  .book_a_call .benji_button_container,
  .book_a_call .big_button {
    width: 100%;
  }
}
/* Changes for SEO */
.shopify-header {
  text-align: center;
}

.shopify_packages {
  font-size: 2em;
}

/* Footer slider responsive css */
@media screen and (max-width: 600px) {
  #footer_slider_section.footer_arrow {
    display: none;
  }
}
/* @media screen and (max-width: 610px) {
  .footer_logos {
    margin-left: 20px;
    margin-right: 20px;
  }
} */

/*# sourceMappingURL=homepage.css.map */
