body {
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 100vh;
  background: #fff;
}

h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  color: #FF6600;
  padding: 10px;
  margin-bottom: 55px;
  margin-top: 75px;
}

html {
  scroll-behavior: smooth;
}

.sigla {
  height: 90px;
  width: 90px;
  margin-left: 80px;
}

.navbar{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.30);
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: #FF1F98;
}

.navbar-light .navbar-nav .nav-link {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #160872;
  flex: none;
  flex-grow: 0;
}

.navbar-nav {
  display: flex;
}

.navbar-nav .nav-link {
  padding-top: 5px;
}

li {
  margin-right: 61px;
}

#hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(Illustrations/homeimg.jpg);
  min-height: 90vh;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1000px) {
  #hero {
    background-position: center;
  }
}

h1 {
  font-family: 'Baloo Bhaijaan 2', cursive;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 121px;
  /* identical to box height */
  color: #FFFFFF;
  animation: moveToRight 1s ease-in-out;
  animation-delay: 10ms;
}

@keyframes moveToRight {
  0% {
    transform: translateX(-500px);
  }

  100% {
    transform: translateX(0px);
  }
}

#hero p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #FFFFFF;
}

.btn {
  background: linear-gradient(94.24deg, #FF6600 -15.82%, #FF1F98 106.18%);
  border-radius: 50px;
  margin-top: 30px;
}

#hero a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
  #hero h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
  }

  #hero {
    width: 100%;
    height: auto;
  }
}

#sect2 h3 {
  width: 296px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  /* identical to box height */
  color: #160872;
}

#sect2 p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #160872;
}

.s2-text {
  text-align: left;
  padding: 10px;
}

.s2-img {
  width: 131px;
  height: 212px;
}

.cl {
  width: auto;
  margin-left: 10px;
  border-radius: 50px;
  margin-top: 30px;
}

.c1 {
  background: #F0F757;
}

.c2 {
  background: #FF1F98;
}

.c3 {
  background: #36B3D1;
}

@media only screen and (max-width: 767px) {
  .cl {
    margin-top: 30px;
    text-align: center;
  }
}

#sect3 p {
  font-family: 'Montserrat';
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #9e9e9e;
  font-family: 'Roboto', Arial, sans-serif;
}

.card {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.card-body {
  padding: 10px 20px;
}

.box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.row {
  margin: 10px;
}

#sect3 h5 {
  width: 296px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  color: #FF1F98;
  padding-bottom: 10px;
}

#gallery {
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 100px;
}

footer {
  position: relative;
  width: 100%;
  background: #FF1F98;
  min-height: 100px;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

footer .social_icon,
footer .menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

footer .social_icon li,
footer .menu li {
  list-style: none;
}

footer .social_icon li a {
  font-size: 2em;
  color: #FFFFFF;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s
}

footer .social_icon li a:hover {
  transform: translateY(-10px);
}

footer .menu li a {
  font-size: 1em;
  color: #FFFFFF;
  margin: 0 10px;
  display: inline-block;
  text-decoration: none;
  opacity: 0.75;
}

footer .menu li a:hover {
  opacity: 1;
}

footer p {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-bottom:15px;
  font-size: 0.9em;
  opacity: 0.75;
}

footer .wave {
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(Illustrations/wave.png.png);
  background-size: 1000px 100px;
}

footer .wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0px;
  animation: animateWave 4s linear infinite;
}

footer .wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animateWave_02 4s linear infinite;
}

footer .wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWave 3s linear infinite;
}

footer .wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animateWave_02 3s linear infinite;
}

@keyframes animateWave {
  0% {
    background-position-x: 1000px;
  }

  100% {
    background-position-x: 0px;
  }
}

@keyframes animateWave_02 {
  0% {
    background-position-x: 0px;
  }

  100% {
    background-position-x: 1000px;
  }
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

.snip1533 {
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  margin-bottom:35px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-image:
    linear-gradient(to bottom, #FF6600, #FF1F98) 1 100%;
}

.snip1533 *,
.snip1533 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.snip1533 figcaption {
  padding: 13% 10% 12%;
}

.snip1533 figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background: -webkit-linear-gradient(45deg, #FF6600, #FF1F98);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.snip1533 h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}

.snip1533 h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

.snip1533 blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
}

#testimonials {
margin:0 auto;
text-align: center;
margin-bottom:100px;
}

#servicii-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(Illustrations/adi-goldstein-Hli3R6LKibo-unsplash.jpg);
  min-height: 40vh;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}

#serv{
  background: #fff;
  box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  margin-top:20px;
  min-width:300px;
  margin: 30px auto;
  width: 75%;
}

#serv p{
  color:#636E72;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
}
#serv li{
  list-style: none;
  padding:3px;
}

#serv li::before{
  content:"\2714";
  color:#FF1F98;
  margin-right:10px;
}

#serv  li{
  color: #160872;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
}

.service-header{
   border-top-left-radius: 20px;
   border-top-right-radius:20px;
  background: linear-gradient(45deg,#FF6600, #FF1F98);
}
.serv-div{
  padding:20px;
}

#serv h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 3vh;
  line-height: 36px;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding:20px;
}

@media only screen and (max-width: 767px) {
  .serv {
    text-align: center;
  }
}


#costume-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(Illustrations/sharon-mccutcheon-bBkTn4ZMsUw-unsplash.jpg);
  min-height: 40vh;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  margin-bottom:70px;
}

#personaje-hero{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(Illustrations/pablo-heimplatz-ZODcBkEohk8-unsplash.jpg);
  min-height: 40vh;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  margin-bottom:70px;
}
 #personaje-poze{
   margin-bottom:100px;
 }
  #costume-poze{
    margin-bottom:100px;
  }
  #serv{
      margin-bottom:100px;
  }
#costume-poze h4{
  font-size:16px;
  color:white;
  padding:10px 5px;
}
 #personaje-poze  h4{
   font-size:16px;
   color:white;
   padding:10px 5px;
 }
#personaje-poze .image-resize{
  text-align:center;
  height:230px;
  width:150px;
  border-top-left-radius: 20px;
  border-top-right-radius:20px;
  margin:0 auto;
    box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.12)
}
.image-resize{
  text-align:center;
  height:250px;
  width:170px;
  border-top-left-radius: 20px;
  border-top-right-radius:20px;
  margin:0 auto;
    box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.12)
}

#personaje-poze .costume-footer{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius:20px;
  background: linear-gradient(80deg,#ED4264, #ED4264);
   width:150px;
   text-align:center;
   margin:0 auto;
     box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.12);
}
.costume-footer{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius:20px;
  background: linear-gradient(80deg,#FF6600, #FF1F98);
   width:170px;
   text-align:center;
   margin:0 auto;
     box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.12)
}
.cont{
  width:100%;
  height:100vh;
  background: rgb(131,58,180);
  background: linear-gradient(124deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
  display:flex;
  align-items:center;
  justify-content:center;
}

form{
  background:white;
  display:flex;
  flex-direction:column;
  padding:2vw 4vh;
  width:90%;
  max-width:600px;
  border-radius:20px;
}

form h3{
  color:#555;
  font-family: 'Baloo Bhaijaan 2';
  font-weight:800;
  margin-bottom:20px;
}

form input, form textarea{
  border:0;
  margin:10px 0;
  padding:20px;
  outline:none;
  background:#f5f5f5;
  font-size:16px;
}

form button{
  padding:15px;
  background:#ff5361;
  font-size:18px;
  border:0;
  outline:none;
  cursor:pointer;
  width:150px;
  margin:20px auto 0;
  border-radius:30px;
}
