h1, h2, h3, h4, h5, h6, .pink{
  color: #ff4496;
}
h1{
  font-weight: 700;
}
.has-medium-font-size{
  font-size: 2rem!important;
}
.footer{
  background: #3e0a40;
  color: white!important;
  margin-top: 100px;
}
footer h2{
  font-size: 35px;
  text-transform: none;
}
.footLogo{
  height: 20px;
}
.affilLogo{
  height: 40px;
}
footer ul{
  padding: 0;
}
footer ul li{
  display: block;
}
.logo{
  height: 80px;
  width: auto;
}
footer .menu a{
  font-size: 1rem;
}
@media screen and ( max-width: 1200px ){
  .footer{
    margin-top: 0;
  }
}
form, .nf-form-layout, .nf-form-cont{
  width: 100%;
}
.nf-field-label{
  display: none;
}
.wpcf7, .wpcf7-form label{
  width: 100%!important;
}
.wpcf7-form-control{
  background: white!important;
  border: 0!important;
  color: inherit!important;
  padding: 7px!important;
  height: 40px!important;
  width: 100%!important;
}
.wpcf7-form-control.wpcf7-submit{
  background: #3e0a40!important;
  width: auto!important;
  margin-left: auto;
  padding: 10px 40px!important;
  text-transform: uppercase!important;
}
.wpcf7-spinner{
  display: none;
}
label{
  text-transform: uppercase!important;
}
.wpcf7-form-control.wpcf7-textarea{
  height: 140px!important;
}
.ajax-loader{
  display: none!important;
}
header{
  padding: 20px;
  z-index: 1000;
}
header p, header a, header a:hover, header a:focus, header a:active{
  margin-bottom: 0!important;
  color: #176356;
}
header img{
  margin-bottom: 20px;
}
#contactbar p{
  margin: 0;
}

.carousel{
  width: 100%;
  height: 90vh;
  min-height: 600px;
}
.carousel-item, .carousel-item p, .carousel-item h1, .carousel-item h2, .carousel-item h3, .carousel-item h4, .carousel-item h5, .carousel-item h6, .carousel-item a{
  color: white!important;
}

.carousel h1{
  font-size: 60px;
  letter-spacing: .4rem;
}
.carousel .btn-primary{
  font-size: 20px;
  letter-spacing: .3rem;
}
.carousel h1, .carousel h2, .carousel h3, .carousel h4, .carousel h5, .carousel h6, .carousel .btn-primary{
  text-transform: uppercase;
}

@media screen and ( max-width: 992px ){
  .carousel h1{
    font-size: 20px;
  }
  .carousel{
    min-height: 700px;
  }
  .custom-logo{
    height: 38px!important;  
  }
}
.custom-logo{
	height: 55px;
	width: auto;
}

/* ====== CALL TO ACTION ====== */
#callToAct{
	position: fixed;
	left: 0;
	top: 50%;
  transform: translate(0, -50%);
	z-index: 5;
}
.callLink{
	display: block;
	margin-bottom: 10px;
	width: 45px;
	height: auto;
}
@media screen and ( max-width: 991px ){
	#callToAct{
		top: auto;
		bottom: 0;
	}
	.callLink{
		display: block;
		margin: 10px 0;
		width: 45px;
		height: auto;
	}
}

/* ====== NAV BURGER ====== */
#sideNavigation .dropdown-menu, #sideNavigation .dropdown-menu.show{
  position: static!important;
  transform: none!important;
  width: 100%;
  border: none!important;
  background-color: transparent!important;
  margin: 0;
  padding: 0;
}
.dropdown-menu{
  height: 0;
  max-height: 0;
  opacity: 0;
  transition: 0.8s;
}
.dropdown-menu.show{
  height: auto;
  opacity: 1;
  max-height: 1000px;
  transition: 0.8s;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
	background: none!important;
}
.navbar-toggle{
	z-index: 100000;
	display: inline;
  position: fixed;
	right: 0;
	top: 0;
	width: auto;
	margin: 35px 0;
	background-color: #ff4496;
}
.hamburger {
  padding: 12px 12px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #ff4496;
	border-radius: 0;
  border: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: white;
}
.hamburger-box {
  width: 35px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.3s 0.5s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.3s 0.5s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.3s ease-out, opacity 0.3s 0.3s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.3s ease-out, transform 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#sideNavigation{
  color: white!important;
}
#sideNavigation p a{
  font-size: 1em!important;
  text-transform: lowercase;
}
#overlay{
  position: fixed;
  z-index: 1500;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  display: none;
}
#sideNavigation #menu-header-menu, #socialNav{
  transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  opacity: 0;
}
#socialNav{
	text-align: left;
}
#navLink{
  width: 40px;
  height: auto;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: #ff4496;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    text-align: right;
}
.sidenav a, .sidenav a:not([href]):not([tabindex]) {
    text-decoration: none;
    font-size: 2rem;
    color: #fff;
    display: block;
    transition: 0.15s;
    margin-bottom: 15px;
		margin-right: 10px;
}
.sidenav a .footLogo{
	width: 30px;
	height: auto;
}
.sidenav a.social{
  display: inline-block;
}
.sidenav #socialNav a, .sidenav #socialNav a:not([href]):not([tabindex]) {
    border-bottom: none;
}
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav li{
  display: block;
	text-align: left
}
#main {
    padding: 20px;
}
body {
  overflow-x: hidden;
}
.topnav {
    overflow: hidden;
    top: 0;
}
.topnav a {
    display: inline;
    padding: 0;
    text-decoration: none;
    position: relative;
    border: none;
}
.topnav p a {
    float: none;
    display: inline;
    text-align: left;
    padding: 0;
    text-decoration: none;
    width: auto;
}
.topnav>p{
    margin: 8px 15px;
}
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}
a svg{
  transition:all .5s ease;
  &:hover{
    #transform:rotate(180deg);
  }
}
#ico{
  display: none;
}
#sideNavigation #socialNav, #sideNavigation #menu-header-menu{
  margin: 30px 50px;
	padding: 0;
}
.menu{
  transition: all 0.5s ease;
  a{
    display: inline-block;
    color: #fff;
    margin: 3px 0;
    text-decoration: none;
		font-size: 2rem;
  }
}
@media(max-width: 992px){
  .sidenav ul{
    display: block;
  }
  .sidenav li{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  ul .sub-menu {
    padding-inline-start: 0;
  }
  .sub-menu li{
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .sub-menu li a{
    font-weight: 300;
  }
  .menu{
    margin-right: 0;
  }
}
/* ====== NAV BURGER ====== */
.strokeThing{
  width: 80%;
  height: 80%;
  top: 0;
  right: 0;
  border-left: 10px solid #ff4496;
  border-bottom: 10px solid #ff4496;
}
.misha_loadmore{
  color: white;
  text-transform: uppercase;
  background-color: #3e0a40;
}
.caseBg{
  background-image: url(../img/caseBg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
}
.topOffset{
  top: -300px;
}
.minus{
  top: -150px;
}
@media screen and ( max-width: 992px ){
  .topOffset, .minus{
    top: 0;
  }
}
.aspect{
  aspect-ratio: 4 / 3;
}
.fourThree{
  clip-path: polygon(70% 1%, 100% 20%, 100% 100%, 0 100%, 0 30%);
  aspect-ratio: 3 / 4;
  background: #ff4496;
  color: white!important;
}
.w-md-50{
  width: 50%;
}
.fourThree h3{
  color: white!important;
}

body {
  margin: 0;
}

body,
html {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  margin: 0 auto;
}

.trigger {
  position: absolute;
}
.trigger--one {
  left: 0;
}

.scene {
  position: absolute;
  min-height: 100vh;
  padding-top: 150px;
  top: 0;
  left: 0;
  right: 0;
}
.scene--active {
  position: fixed;
}
.scene--ended {
  position: absolute;
  bottom: 0;
  top: auto;
}

.horizontal-scroll-section {
  position: relative;
  min-height: 100vh;
  opacity: 0;
  transition: 0.2s opacity;
}
.horizontal-scroll-section img {
  display: block;
  max-height: 80%;
  width: auto;
}
.horizontal-scroll-section--init {
  opacity: 1;
}
.horizontal-scroll-section__content {
  display: flex;
  align-items: center;
}
.horizontal-scroll-section__content-wrapper {
  display: flex;
  height: 100%;
  position: relative;
}
.horizontal-scroll-section__content-section {
  position: relative;
  min-width: 30vw;
  max-width: 50vw;
  text-align: center;
  padding: 0 40px;
  display: flex;
  align-items: center;
}
.horizontal-scroll-section__content-section.services {
  padding: 0;
}
.horizontal-scroll-section__image {
  display: flex;
  align-items: center;
}
.horizontal-scroll-section__image h2 {
  margin-left: 20px;
  width: 250px;
  text-align: left;
  flex-shrink: 0;
}
.horizontal-scroll-section__image--two img {
  max-width: 400px;
}
.horizontal-scroll-section__image--four img {
  max-width: 400px;
}
.horizontal-scroll-section--animation-one .horizontal-scroll-section__image--two {
  opacity: 1;
  transform: translateX(0);
}

.square{
  aspect-ratio: 1 / 1;
}
.order1{
  order: 1;
}
.order2{
  order: 2;
}

.CSlink{
  width: 70%;
}
.serviceItem{
  max-height: 700px;
}

@media screen and ( max-width: 1201px ){
  .horizontal-scroll-section__content-section {
    min-width: 80vw;
  }
  .w-md-50{
    width: 80%;
  }
  .serviceItem{
    max-height: none;
  }
}
.link{
  background-color: white;
  box-shadow: 1px 1px 10px black;
  padding: 30px;
  width: 100%;
}
.about .btn{
  background-color: #8da656;
  color: white;
  border: #8da656;
}
.about .btn:hover, .about .btn:active, .about .btn:focus{
  background-color: #6daaa5;
  border: #6daaa5;
}
.about h2{
  color: #8da656;
}
.services .btn{
  background-color: #bf8d56;
  color: white;
  border: #bf8d56;
}
.services .btn:hover, .services .btn:active, .services .btn:focus{
  background-color: #a87c4c;
  border: #a87c4c;
}
.services h2{
  color: #bf8d56;
}
.contact .btn{
  background-color: #397d6c;
  color: white;
  border: #397d6c;
}
.contact .btn:hover, .contact .btn:active, .contact .btn:focus{
  background-color: #316a5c;
  border: #316a5c;
}
.contact h2{
  color: #397d6c;
}
.callOverlay{
  background-color: rgba(0,0,0,0.7);
}
.callOverlay:hover{
  background-color: rgba(0,0,0,0.5);
}
.callOverlay span{
  color: white!important;
  font-size: 2rem;
}
.btn-primary{
  background-color: #ff4496;
  border-color: #ff4496;
  padding: 15px 40px;
}
.btn-primary:hover{
  background-color: #3e0a40;
  border-color: #3e0a40;
}
.zBack{
  z-index: -1;
}
.pinkOverlay{
  background: rgba(255,68,150,0.8);
  color: white;
}
.carouselBg{
  background: url('../img/carousel.jpg');
  background-attachment: fixed;
}
.logo-carousel-free .sp-lc-logo img{
  height: auto!important;
  width: 90%!important;
}
div#logo-carousel-free-37.logo-carousel-free .sp-lc-logo{
  border: none!important;
}
.ctaShape{
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  width: 70%;
  margin: 0 20% 0 10%;
}
.ctaShape2{
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  min-height: 600px;
}
.contentShape{
  clip-path: polygon(66% 0, 100% 21%, 100% 100%, 0 100%, 0% 38%);
  width: 100%;
}
.shapeHeight{
  margin-top: 15%;
  overflow: hidden;
  position: relative;
  border-top: solid 15px #ff4496;
  border-bottom: solid 15px #ff4496;
}
.iconShape{
  max-width: 30%;
  margin-left: 51%;
}
.photoShape{
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  aspect-ratio: 1 / 1;
  margin: 0 20% 0 10%;
}
.photoShape img{
  min-height: 110% !important;
  min-width: 110% !important;
  max-width: 120%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pinkBg{
  background: #ff4496;
  color: white!important;
}
.pinkBg h1, .pinkBg h2, .pinkBg h3, .pinkBg h4, .pinkBg h5, .pinkBg h6{
  color: white!important;
}
.purpleBg{
  background: #3e0a40;
  color: white!important;
}
.logoPattern{
  background-image: url(../img/logoBg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.logoPattern2{
  background-image: url(../img/logoBg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  border-bottom: solid 15px #ff4496;
}
.noPattern{
  border-bottom: solid 15px #ff4496;
  color: #ff4496!important;
  text-transform: uppercase;
}
.noPattern span{
  font-size: 1.8rem;
}
.stroke{
  opacity: 0;
  transition: .7s;
}
.stroke.show{
  opacity: 1;
  transition-delay: 0.5s;
  transition: .7s;
}
.star-path{
  transition: 1s;
}
.star-path.hidden {
  opacity: 0;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.star-path.anim1.shape {
  opacity: 1;
  transition: 1s;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 6s linear forwards;
}
.star-path.anim2.shape{
  opacity: 1;
  transition: 1s;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 6s linear forwards;
  animation-delay: 1s;
}
.star-path.anim3.shape{
  opacity: 1;
  transition: 1s;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 6s linear forwards;
  animation-delay: 2s;
}
@keyframes dash {
  from{
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.borderBtm{
  border-bottom: 1px solid #ff4496;
}


@media screen and ( max-width: 1400px ){
  .contentShape {
    clip-path: polygon(75% 0, 100% 70px, 100% 100%, 0 100%, 0% 170px);
  }
  .ctaShape2, .ctaShape {
    clip-path: polygon(0 130px, 100% 0, 100% 100%, 0% 100%);
    width: 80%;
    margin: 10px 10%;
  }
}
