@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900&display=swap');
@font-face {
  font-family: 'Avenir-Book';
  src: url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Book.ttf')  format('truetype'), url('../fonts/Avenir-Book.svg#Avenir-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    background: #F91662;
    font-family: 'Avenir-Book';
    font-size: 18px;
    margin: 0;
}
h1, h2, h3 {
	font-family: 'Poppins';
}
a {
	text-decoration: none;
}
p {
	margin: 0 0 20px;
}

main {
    position: relative;
    overflow: hidden;
    padding-bottom: 300px;
    padding-top: 190px;
}

.container {
    max-width: 770px;
    margin: 0 auto;
    padding: 0 30px;
}

.btn {
    font-size: 12px;
    color: #F91662;
    text-align: center;
    font-weight: 600;
    border: 1px solid #f91662;
    padding: 12px 20px;
    border-radius: 5px !important;
    background-color: #fff;
    display: inline-block;
    transition: all ease .4s;
    cursor: pointer;
    font-family: 'Avenir-Book';
    -webkit-appearance: none;
}
.btn:hover {
    color: #fff;
    background-color: #F91662;
}

/* HEADER */
header {
    padding: 60px 0;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    z-index: 10;
    width: 100%;
}
header .container {
    display: flex;
    justify-content: space-between;
}
header .logo {
    font-family: 'Poppins';
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: 50px;
}
header .logo a {
    color: #fff;
}

ul.menu {
    list-style: none;
    display: flex;
    place-items: center;
}
ul.menu li {
    font-weight: 800;
    margin: 0 15px;
    letter-spacing: 1px;
}
ul.menu li a {
    color: #fff;
    transition: all ease .4s;

}
ul.menu li a:hover {
    color: #ECF800;
}

.mburger {
    display: none;
}

/* HERO */
.hero {
    text-align: center;
    margin: 100px 0 170px;
}
.hero h1 {
    font-size: 10px;
    text-indent: -9999px;
    line-height: 0px;
    margin: 0;
}
.hero img {
    max-width: 100%;
    display: table;
    margin: 0 auto 20px;
}
.hero p {
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-weight: 600;
    width: auto;
    display: inline-block;
    margin-bottom: 0;
}

/* INFO */
.info {
    background-color: #fff;
    text-align: center;
    padding: 35px 35px 45px;
    color: #F91662;
    box-shadow: 0 16px 10px 0 rgba(0,0,0,0.20);
    border-radius: 5px;
}
.info h3 {
    font-size: 26px;
    color: #F91662;
    text-align: center;
    margin: 0 0 5px;
}
.info p.sub {
    color: #F91662;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin: 0;
    max-width: initial;
}
.info p.sub em {
    font-size: 10px;
}
.info p {
    font-size: 24px;
    color: #F91662;
    text-align: center;
    margin: 25px auto 40px;
    max-width: 450px;
    font-family: 'Avenir-Book';
}

/* CONTACT US */
main#contacUs {
    background: #A315AF;
    overflow-x: hidden;
}
main#contacUs {
    position: relative;
}
main#contacUs:before {
    content: '';
    background: #F91662;
    position: absolute;
    width: 130%;
    height: 100%;
    top: 54%;
    transform: rotate(-6deg);
}
#contacUs .contactForm {
    margin-top: 70px;
    z-index: 2;
    position: relative;
}
#contacUs .contactForm h1 {
    font-size: 30px;
    color: #ECF800;
    margin: 0 0 15px;
}
#contacUs .contactForm p {
    font-size: 50px;
    color: #FFFFFF;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 1px;
}

form {
    display: flex;
    margin-top: 85px;
    flex-flow: wrap;
    justify-content: space-between;
}
.inputForm {
    margin-bottom: 18px;
    width: 100%;
    display: inline-flex;
    flex-flow: wrap;
}
.inputForm input, 
.inputForm textarea {
    border-radius: 5px;
    border: none;
    line-height: 60px;
    padding: 0 20px;
    font-size: 18px;
    width: 100%;
    font-family: 'Avenir-Book';
    max-height: 60px;
}
.inputForm.doubleCol {
    width: 49%;
}
.inputForm textarea {
    line-height: 30px;
    padding-top: 12px;
    padding-bottom: 15px;
    max-height: initial;
}
form .btn {
    background-color: #ecf800;
    margin-left: auto;
    font-size: 16px;
    padding: 13px 28px;
    font-weight: 600 !important;
    border: none;
    /* -webkit-text-stroke: thin; */
    -webkit-text-stroke: .5px #F91662;
}
form .btn:hover {
    background-color: #A315AF;
    color: #fff;
}

label.error {
    min-width: 100%;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 5px;
    text-align: left;
}

/* THANK YOU */
#contacUs.thankYou {
    padding-bottom: 150px;
}
#contacUs.thankYou .contactForm p {
    font-size: 34px;
    line-height: 45px;
}
#contacUs.thankYou .contactForm a.btn {
    margin-top: 20px;
}
#contacUs.thankYou .contactForm a.btn:hover {
    background-color: #A315AF;
}

@media (max-width: 700px) {
    header {
        padding: 20px 0;
    }
    ul.menu {
        display: none;
    }
    .mburger {
        display: block;
    }

    .hero {
        margin: 100px 0 100px;
    }
    .hero img {
        max-width: 230px;
    }
    main {
        padding-bottom: 60px;
        padding-top: 110px;
    }

    #contacUs .contactForm {
        margin-top: 50px;
        text-align: center;
    }
    #contacUs .contactForm p {
        font-size: 24px;
        line-height: 35px;
    }
    form {
        margin-top: 60px;
    }
    .inputForm.doubleCol {
        width: 100%;
    }
    form .btn {
        width: 100%;
        font-size: 20px;
    }

    #contacUs.thankYou .contactForm p {
        font-size: 22px;
        line-height: 34px;
    }
}
@media (max-width: 400px) {
    .container {
        padding: 0px 15px;
    }
    #contacUs .contactForm p {
        font-size: 22px;
        line-height: 25px;
    }
}
@media (max-width: 320px) {
    .hero p {
        font-size: 16px;
    }
    .info p {
        font-size: 22px;
    }
    .info {
        padding: 20px 30px 25px;
    }
}

/* ANIMATION HOME */
.hero p span {
    display: inline-block;
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid #ECF800; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: 1px; /* Adjust as needed */
    animation: 
        typing 3.5s steps(30, end),
        blink-caret .75s step-end infinite;
}
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #ECF800; }
}

/* MENU MOBILE */
#menu {
    top: 100px;
    background: transparent;
}
#menu:before {
    content: '';
    background-color: #A315AF;
    width: 150%;
    height: 150%;
    position: absolute;
    transform: rotate(-6deg);
    top: 20px;
    left: -20%;
}
.mm-panels>.mm-panel, 
.mm-panels {
    background: transparent;
}
.mm-panels {
    margin-top: 50px;
}
.mm-navbar {
    display: none;
}

.mm-listview {
    text-align: center;
}
.mm-listitem:after {
    display: none;
}
.mm-listitem__text {
    padding: 20px 0;
    font-weight: 600;
    color: #fff !important;
    letter-spacing: 1px;
    font-size: 20px;
}

.social {
    text-align: center;
    margin: 50px 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    letter-spacing: .5px;
}
.social a {
    display: inline-block;
    background-color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin: 10px 5px;
    color: #a315af !important;
    line-height: 28px;
    font-size: 15px;
    text-align: center;
}
.social a.linkedin {
    line-height: 26px;
}