@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

    *::selection {
        background-color: #7a0b7a;
        color: white;
    }

p {
    line-height: 30px;
}

main > section:nth-child(5),
main > section:nth-child(7),
main > section:nth-child(8),
main > div > section {
    width: 80%;
    max-width: 1650px;
    margin: auto;
}

#form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding: 20px;
    border-radius: 4px;
    font-size: 12px;
}

.button {
  display: inline-block;
  padding: 0.5em 2em;
  background-color: #7a0d80;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
    margin-top: 20px;
    border: none;
}

.button:hover,
.button:focus {
  background-color: #f774f7;
  box-shadow: 0 0 10px #f774f7;
  transform: scale(1.05);
  outline: none;
  border: none;
}

label {
    font-size: 18px;
}

#big-contact .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.input-control textarea{
    max-width: 100%;
    max-height: 800px;
    min-width: 100%;
}

#form .button {
    width: 30%;
    margin: 0 auto;
    display: block;
    min-width: 200px;
    height: 40px;
  }

.input-control input,
.input-control textarea{
    border: 0.5px solid rgba(0, 0, 0, 0.35);
    border-radius: 5px;
	display: block;
	font-size: 14px;
	padding: 10px;
	width: 100%;
    margin-top: 7px;
    font-size: 15px;
}

.input-control{
    flex: 1;
    padding-bottom: 20px;
}


.input-control.success input,
.input-control.success textarea {
    border-color: #09c372;
}

.input-control.error input,
.input-control.error textarea {
    border-color: #ff3860;
}

.input-control .error{
    color: #ff3860;
    font-size: 9px;
    height: 13px;
}


/*banners*/
.banner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #f1baff;
    padding: 20px;
  }

  .text {
    width: 60%;
      padding-top: 30px;
      padding-bottom: 30px;
  }

  .text h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
  }

  .text p {
    font-size: 1.5em;
  }

  .button2 {
    width: 30%;
    text-align: center;
      margin-top: 30px;
      margin-bottom: 20px;
  }

  .button2 a {
    display: inline-block;
    padding: 0.5em 1em;
    background-color: #7a0d80;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
      font-size: 1.5em;
      padding: 10px 20px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }

  .button2 a:hover,
  .button2 a:focus {
    background-color: #f774f7;
    box-shadow: 0 0 10px #f774f7;
    transform: scale(1.05);
    outline: none;
  }


  @media (max-width: 768px) {
    .banner {
      flex-direction: column;
    }

    .text, .button2 {
      width: 100%;
      text-align: center;
    }

    .text h1 {
      font-size: 2em;
    }

      .text {
          padding-bottom: 10px;
      }

    .text p {
      font-size: 1.2em;
    }
  }

/*button*/

.button {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #7a0d80;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.button:hover,
.button:focus {
  background-color: #f774f7;
  box-shadow: 0 0 10px #f774f7;
  transform: scale(1.05);
  outline: none;
}

/*intro*/
#intro {
    height: 350px;
    background-image: url(../images/IndexBanner.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

/*container*/
#explanation,
#explanation2,
#how,
#seo,
#facebook,
#sma,
#contact,
#workflow {
    width: 90%;
    margin: auto;
}

/*explanation*/
#explanation,
#how {
    margin-top: 100px;
    position: relative;
}

#explanation img {
    width: 100%;
    height: auto;
}

#explanation > div:first-of-type {
    background-color: #f7f2f7;
    padding: 70px 30px;
}

#explanation > div:last-child {
 margin-top: 30px;
}

#explanation {
    margin-bottom: 50px;
}

#explanation > div:first-of-type h1,
#how > div h1 {
    font-size: 35px;
    padding-bottom: 15px;
}

#explanation > div:first-of-type p,
#how > div p {
    padding-top: 15px;
}


/*explanation2*/
#explanation2 {
    margin-top: 100px;
    position: relative;
}

#explanation2 img {
    width: 100%;
    height: auto;
}

#explanation2 > div:last-child {
    background-color: #f7f2f7;
    padding: 70px 30px;
}

#explanation2 > div:first-of-type {
 margin-top: 30px;
    margin-bottom: 20px;
}

#explanation2 {
    margin-bottom: 50px;
}

#explanation2 > div:last-child h1 {
    font-size: 35px;
    padding-bottom: 15px;
}

#explanation2 > div:last-child p,
#how > div p {
    padding-top: 15px;
}

/*seo*/

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

#seo div:last-child {
    margin-top: 50px;
}

#seo img {
    max-width: 700px;
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
}

#seo h2 {
    font-size: 40px;
}

#seo h3 {
    font-size: 20px;
}

#seo p:nth-child(3) {
    padding-top: 25px;
    font-size: 15px;
}

#seo p:last-of-type {
    font-size: 17px;
    font-weight: 600;
    background: linear-gradient(90deg, rgba(122,13,128,1) 0%, rgba(129,12,135,1) 18%, rgba(247,116,247,1) 100%);
    text-align: center;
    height: 80px;
    margin-top: 30px;
    display: flex;
}

#seo a {
    text-decoration: none;
    color: white;
    display: inline-block;
    flex: 100%;
    line-height: 80px;
    transition: 0.3s;
}

#seo a:hover {
 background:     #7a0d80;
}

/*workflow*/
main > div:nth-child(6) {
      background-color: #fcf7fc;
}

#intro-workflow {
    padding-top: 60px;
    margin-bottom: 70px;
}

#intro-workflow h2:first-child {
    font-size: 25px;
    padding-bottom: 5px;
}

#intro-workflow h2:nth-child(2) {
    font-size: 17px;
    padding-bottom: 15px;
    font-weight: 600;
}

#steps {
    display: flex;
    flex-direction: column;
}

.step {
    position: relative;
    margin-bottom: 50px;
}

.step h2 {
    font-size: 20px;
    padding-bottom: 10px;
}

.step p {
    font-size: 15px;
}

.step >div:first-child p {
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    background-color: #7a0d80;
    width: 30px;
    height: 30px;
    text-align: center;
    color: white;
}

.step > div:first-child {
    position: absolute;
    top: 0;
    left: 5%;
}

.step > div:last-child {
    display: inline-block;
    width: 75%;
    float: right;
}

/*clients*/
#clients {
    margin-bottom: 50px;
}
#clients img {
    max-width: 150px;
    flex: 1;
    padding-bottom: 20px;
    filter: grayscale(100%);
}

#clients img:hover {
    filter: grayscale(0%);
}

#clients h2 {
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
    font-weight: 600;
}

#clients div:nth-child(2) {
    margin: auto;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 50px;
}


#big-contact{
    padding-bottom: 50px;
    padding-top: 70px;
}

main > div:last-child {
    background-color:  #fcf7fc;
}

#big-contact h2 {
    text-align: center;
    font-size: 30px;
}


/*header*/
/*social header*/
.social-header {
    border-bottom: 2px solid #f0f4fa;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    height: 35px;
}

.social-header > a {
    padding-top: 7px;
    margin-right: 30px;
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 15px;
}

.social-header > a:hover {
    color: #f774f7;
}

.icons-header {
    display: flex;
    width: 200px;
    justify-content: space-evenly;
    font-size: 17px;
    margin-left: 5px;
}

.icons-header a:hover,
.icons-header a:focus {
    color: #f774f7;
}

.icons-header p {
    padding-top: 4px;
}

/*Nagivation*/
nav {
    padding-top: 30px;
    z-index: 99;
    width: 100%;
    height: 120px;
}

nav .wrapper {
    position: relative;
    max-width: 1300px;
    padding: 0px 30px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper .logo a {
    color: black;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Cinzel Decorative', sans-serif;
}

.wrapper .nav-links {
    display: inline-flex;
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.nav-links li a:hover,
.nav-links li a.active {
    border-bottom: 2px solid #f774f7;
}

.mega-links li a:hover {
    border: none;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    background: white;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
}

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row header {
    color: black;
    font-size: 18px;
    font-weight: bold;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: black;
    font-size: 17px;
    display: block;
}

.row .mega-links li a:hover {
    color: #f774f7;
}

.wrapper .btn {
    color: black;
    font-size: 20px;
    cursor: pointer;
    display: none;
}


.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}
footer {
    height: 470px;
}

footer > div:first-child {
    display: flex;
    justify-content: space-around;
    padding-top: 50px;
    flex-direction: column;
    text-align: center;
}

footer ul {
    list-style: none;
}

footer ul li {
    margin-bottom: 15px;
}

footer > div:first-child > div:last-child > p:nth-child(5) {
    margin-top: 20px;
}

footer > div:first-child > div:last-child > p:nth-child(6) {
    margin-top: 20px;
}

footer h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

footer > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    text-align: center;
    border-top: 2px solid black;
}

footer > div:nth-child(2) > p {
    font-size: 15px;
    margin-top: 30px;
}

footer > div:nth-child(2) div {
    display: flex;
    justify-content: space-evenly;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}

footer > div:nth-child(2) div p {
    padding: 15px;
}

footer a {
    text-decoration: none;
    color: #7a0d80;
}

footer a:hover {
    color: #f774f7;
}


@media screen and (min-width:400px) {
    .icons-header {
        margin-left: 30px;
        width: 180px;
    }

    .icons-header p {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 4px;
    }

    .step > div:first-child {
        left: 12%;
    }
}

@media (min-width:500px) {
    label {
        display: block;
        font-size: 20px;
        margin-bottom: 10px;
    }

    #form {
        width: 80%;
        margin: auto;
        padding-top: 50px;
    }

    .double {
        display: flex;
        justify-content: space-between;
    }

    .double .row {
        flex: 1;
    }

    .double .row:first-child {
        padding-right: 20px;
    }

    input {
        width: 100%;
        height: 35px;
        font-size: 15px;
    }

    input::placeholder {
        font-size: 15px;
    }



    textarea {
        width: 100%;
    }
}


@media screen and (min-width: 600px) {
    #steps {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .step {
       flex: 1 0 50%;
    }

    .step > div:first-child {
        left: 7%;
    }
}


@media screen and (min-width: 750px) {

    footer {
        height: 470px;
    }

    footer > div:first-child {
        display: flex;
        justify-content: space-around;
        padding-top: 50px;
        flex-direction: row;
        text-align: left;
    }

    footer ul {
        list-style: none;
    }

    footer ul li {
        margin-bottom: 15px;
    }

    footer > div:first-child > div:last-child > p:nth-child(5) {
        margin-top: 20px;
    }

    footer > div:first-child > div:last-child > p:nth-child(6) {
        margin-top: 20px;
    }

    footer h3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    footer > div:nth-child(2) {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
        margin-bottom: 50px;
        flex-direction: row;
    }

    footer > div:nth-child(2) > p {
        font-size: 15px;
        padding-left: 50px;
    }

    footer > div:nth-child(2) div {
        display: flex;
        justify-content: space-evenly;
        width: 400px;
        font-size: 25px;
        flex-direction: row;
    }

    footer a {
        text-decoration: none;
    }

    footer a:hover {
        color: #f774f7;
    }
}

@media screen and (min-width: 970px) {
    .mega-box .content .row {
        border-right: 2px solid #d4d9d6;
    }

    .mega-box .content .row:last-of-type {
        border-right: none;
    }
}

@media screen and (min-width: 1000px){
    #explanation,
#explanation2,
#how,
#seo,
#facebook,
#sma,
#contact,
#workflow {
    width: 80%;
    margin: auto;
}
    #seo h2 {
        font-size: 70px;
    }
    /*explanation*/
    #explanation,
    #how {
        margin-top: 100px;
        position: relative;
    }

    #explanation img {
        width: 100%;
        height: auto;
    }

    #explanation > div:first-of-type {
        width: 60%;
        background-color: #f7f2f7;
        padding: 70px 100px;
        display: inline-block;
    }

    #explanation > div:last-child {
        display: inline-block;
        width: 39%;
        position: absolute;
        right: 5%;
        top: 30%;
    }

    #explanation {
        margin-bottom: 50px;
    }

    #explanation > div:first-of-type h1,
    #how > div h1 {
        font-size: 35px;
        padding-bottom: 15px;
    }

    #explanation > div:first-of-type p,
    #how > div p {
        padding-top: 15px;
    }

         /*explanation*/
    #explanation2,
    #how {
        margin-top: 100px;
        position: relative;
        height: 1170px;
    }

    #explanation2 img {
        width: 100%;
        height: auto;
    }

    #explanation2 > div:last-child {
         width: 60%;
        background-color: #f7f2f7;
        padding: 70px 100px;
        display: inline-block;
        position: absolute;
        right: 0%;
    }

    #explanation2 > div:first-child {
         display: inline-block;
        width: 39%;
        position: absolute;
        left: 5%;
        top: 30%;
        z-index: 9;
    }

    #explanation2 {
        margin-bottom: 50px;
    }

    #explanation2 > div:last-child h1,
    #how > div h1 {
        font-size: 35px;
        padding-bottom: 15px;
    }

    #explanation > div:last-child p,
    #how > div p {
        padding-top: 15px;
    }

}

@media screen and (min-width: 1100px) {

    /*workflow*/

    .step {
       flex: 1 0 33%;
    }

    .step > div:first-child {
        left: 7%;
    }
}




@media screen and (min-width: 1200px) {
    /*seo*/



#seo {
    margin-bottom: 30px;
    position: relative;
    height: 700px;
    margin-top: 50px;
}

#biggersection #seo{
    height: 900px;
}

#seo > div:first-child {
    width: 40%;
    display: inline-block;
    position: absolute;
    top: 25%;
}

#seo > div:last-child {
    width: 59%;
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 0%;
    top: 7%;
}

#seo img {
    max-width: 700px;
    height: auto;
    width: 100%;
}

#seo h2 {
    font-size: 70px;
}

#seo h3 {
    font-size: 20px;
}

#seo p:nth-child(3) {
    padding-top: 25px;
    font-size: 15px;
}

#seo p:last-of-type {
    font-size: 17px;
    font-weight: 600;
    background: linear-gradient(90deg, rgba(122,13,128,1) 0%, rgba(129,12,135,1) 18%, rgba(247,116,247,1) 100%);
    text-align: center;
    height: 80px;
    margin-top: 30px;
    display: flex;
}

#seo a {
    text-decoration: none;
    color: white;
    display: inline-block;
    flex: 100%;
    line-height: 80px;
    transition: 0.3s;
}

#seo a:hover {
 background:     #7a0d80;
}

#seo img {
    width: 900px;
    padding-left: 50px;
}

}

@media screen and (min-width: 1250px){
    #explanation2,
    #how {
    margin-top: 100px;
    position: relative;
    height: 950px;
    }
}

@media screen and (max-width: 970px) {

    /*media query nav*/
    .wrapper .btn {
        display: block;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 100%;
        top: 0;
        left: -100%;
        background: white;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
        z-index: 9;
    }

    #menu-btn:checked ~ .nav-links {
        left: 0%;
    }

    #menu-btn:checked ~ .btn.menu-btn {
        display: none;
    }

    #close-btn:checked ~ .btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
    }

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked ~ .drop-menu,
    #showMega:checked ~ .mega-box {
        max-height: 100%;
    }

    .arrow {
        transition: 0.3s;
    }

    #showMega:checked ~ * .arrow {
        transform: rotateX(180deg);
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: black;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .nav-links .mobile-item:hover {
        color: #f774f7;
    }

    .nav-links li a:hover,
    .nav-links li a.active {
        color: #f774f7;
        border: none;
    }

    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }

    .mobile-item {
        position: relative;
    }

    .mobile-item > i {
        position: absolute;
        top: 15px;
        right: 10px;
    }
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.body-text div {
    font-size: 45px;
    font-weight: 600;
}

span {
    color: #f774f7;
    font-weight: bold;
}


@media screen and (min-width: 1000px){

#big-contact .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
    .input-control{
    flex: 1;
}

.input-control:nth-child(2) {
    margin-left: 50px;
}

}
.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 2s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;
}


/*choose language*/
#choose-language {
    margin-top: 2px;
    display: flex;
    width: 130px;
    justify-content: space-between;
    text-align: center;
}

#choose-language a {
    padding: 5px;
    flex: 1;
    text-decoration: none;
    color: black;
}

#choose-language a:hover,
#choose-language a:focus {
    color: #f774f7;
}
#choose-language img {
    padding-right: 5px;
}

#choose-language .active1{
    color: #f774f7;
}

#intro {
    max-width: 100%;
}

#explanation,
#explanation2,
#seo,
#workflow,
#big-contact {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #f774f7;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #7a0d80;
  }
