/* Reset font size */
/* Large Desktop */
@media only screen and (min-width: 1600px) {
  body,
  html,
  #navigation {
    font-size: 100%;
  }
}
/*-- -------------------------- -->
<---       How it Works         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #hero .left-section {
    padding: 9.125em 1em 3.75em;
    max-width: 25em;
  }
  #hero .left-section .topper {
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    color: #7944EB;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1em;
    font-family: 'Ubuntu', Arial, sans-serif;
  }
  #hero .left-section h2 {
    font-size: 2.4375em;
    font-weight: bold;
    line-height: 1.15384615;
    color: #1D005A;
    margin-bottom: 0.41025641em;
  }
  #hero .left-section p {
    font-size: 1.125em;
    line-height: 1.5em;
    color: #4E4B66;
  }
  #hero .right-section {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1.75609756;
  }
  #hero .right-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #hero {
    padding-top: 11.3125em;
    padding-bottom: 3.125em;
    position: relative;
    z-index: 10;
  }
  #hero .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    max-width: 68.125em;
  }
  #hero .left-section {
    padding: 0;
    margin-right: 3.125em;
    max-width: 26.5em;
  }
  #hero .right-section {
    max-width: 34.6875em;
    border-radius: 0.5em;
    padding: 0;
    aspect-ratio: 1.46052632;
  }
  #hero .right-section img {
    border-radius: 0.5em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #hero .left-section .topper {
    font-size: 1.25em;
    margin-bottom: 1.2em;
  }
  #hero .left-section h2 {
    font-size: 3.0625em;
    margin-bottom: 0.48979592em;
  }
  #hero .left-section p {
    font-size: 1.5625em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 84.375em) {
  #hero {
    padding-bottom: 0;
  }
  #hero .container {
    align-items: flex-start;
  }
  #hero .left-section {
    margin-top: 1.3125em;
  }
}
/*-- -------------------------- -->
<---          Pricing           -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #pricing-section {
    position: relative;
    z-index: 3;
    padding: 10.5em 1em 0;
    background-color: rgba(63, 136, 245, 0.1);
    margin-bottom: 3.125em;
  }
  #pricing-section.agency-active {
    margin-bottom: 9.375em;
  }
  #pricing-section:before {
    content: '';
    position: absolute;
    display: block;
    height: 10.125em;
    width: 100%;
    background: #fff;
    opacity: 1;
    bottom: -0.125em;
    left: 0;
    z-index: -1;
  }
  #pricing-section h2 {
    font-size: 1.9375em;
    line-height: 1.32258065em;
    text-align: center;
    margin-bottom: 0.51612903em;
  }
  #pricing-section .heading2 {
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    margin: auto;
    max-width: 25.5em;
    margin-bottom: 2.5em;
  }
  #pricing-section .toggle-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 12.5em;
    margin-bottom: 3.375em;
  }
  #pricing-section .toggle-group.active .toggle:before {
    opacity: 1;
  }
  #pricing-section .toggle-group.active .toggle .toggle-switch {
    left: 2em;
  }
  #pricing-section .toggle-group .plan {
    font-size: 0.9375em;
    color: #14142B;
  }
  #pricing-section .toggle-group .plan:hover {
    cursor: pointer;
  }
  #pricing-section .toggle-group .toggle {
    width: 3.875em;
    height: 2.25em;
    border-radius: 2.5em;
    background-color: #3F88F5;
    margin: 0 0.75em;
    position: relative;
  }
  #pricing-section .toggle-group .toggle:hover {
    cursor: pointer;
  }
  #pricing-section .toggle-group .toggle:before {
    /* top right box */
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ffba43 -24.69%, #e12213 126.23%);
    opacity: 0;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    border-radius: 2.5em;
    transition: opacity .3s;
  }
  #pricing-section .toggle-group .toggle .toggle-switch {
    width: 1.5em;
    height: 1.5em;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.375em;
    transition: left .3s;
    background: #fff;
  }
  #pricing-section .plans .item {
    padding: 1.5em;
    background: #fff;
    box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1), 1px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0.5em;
    width: 100%;
    max-width: 21.25em;
    margin: auto;
    margin-bottom: 1em;
  }
  #pricing-section .plans .item:nth-of-type(2) {
    border: 3px solid #7944EB;
    position: relative;
    z-index: 1;
    padding-top: 0;
  }
  #pricing-section .plans .item:nth-of-type(2):before {
    content: '';
    position: absolute;
    display: block;
    height: 2.625em;
    left: -0.125em;
    right: -0.125em;
    background: #7944EB;
    opacity: 1;
    top: -0.125em;
    z-index: -1;
    border-radius: 0.5em 0.5em 0 0;
  }
  #pricing-section .plans .item:nth-of-type(2) .popular {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5em;
  }
  #pricing-section .plans .item:nth-of-type(2) .popular img {
    width: 1.25em;
    height: 1.25em;
    margin-right: 0.5em;
  }
  #pricing-section .plans .item:nth-of-type(2) .popular span {
    font-size: 1em;
    line-height: 2.5em;
    color: #fff;
    font-weight: bold;
    display: block;
  }
  #pricing-section .plans .item:nth-of-type(2) .price {
    color: #4611B8;
  }
  #pricing-section .plans .item:nth-of-type(2) .button-blue {
    background: linear-gradient(127.08deg, #7944eb 28.48%, #32009e 100.16%);
  }
  #pricing-section .plans .item h3 {
    font-size: 1.25em;
    line-height: 1.2em;
    margin-bottom: 0.2em;
    font-family: 'Work Sans', Arial, sans-serif;
  }
  #pricing-section .plans .item p {
    font-size: 0.9375em;
    line-height: 1.5em;
    margin-bottom: 1.25em;
    text-align: left;
  }
  #pricing-section .plans .item .price {
    font-size: 2.4375em;
    line-height: 1.20512821em;
    color: var(--primary);
    font-weight: bold;
    margin-bottom: 0.20512821em;
    display: block;
  }
  #pricing-section .plans .item .button-blue {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.25em;
  }
  #pricing-section .plans .item .included {
    font-size: 0.9375em;
    line-height: 1.5em;
    margin-bottom: 0.8em;
    display: block;
    text-align: left;
    color: #0D0026;
    font-weight: bold;
  }
  #pricing-section .plans .item ul {
    padding: 0;
  }
  #pricing-section .plans .item ul li {
    font-size: 0.9375em;
    line-height: 1.5em;
    color: #4E4B66;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    margin-bottom: 0.8em;
  }
  #pricing-section .plans .item ul li img {
    width: 1.33333333em;
    height: 1.33333333em;
    margin-right: 0.53333333em;
  }
  #pricing-section .plans-wrapper {
    position: relative;
    transform-style: preserve-3d;
    perspective: 700px;
  }
  #pricing-section #pro-plans {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(2.5em);
    transition: opacity .3s, visibility .3s, transform .3s;
    transition-delay: .3;
  }
  #pricing-section #pro-plans.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  #pricing-section #agency-plans {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(6.25em);
    transition: opacity .3s, visibility .3s, transform .3s;
    z-index: 100;
  }
  #pricing-section #agency-plans.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
}
/* Tablet 900px */
@media only screen and (min-width: 56.25em) {
  #pricing-section {
    padding-top: 9.375em;
    margin-bottom: 6.25em;
  }
  #pricing-section.agency-active {
    margin-bottom: 6.25em;
  }
  #pricing-section .plans {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(1.4vw, 1em);
    column-gap: 1.5em;
  }
  #pricing-section .plans .item {
    margin: 0;
    min-height: 27.0625em;
  }
  #pricing-section .plans .item:nth-of-type(2) {
    min-height: 31.75em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #pricing-section {
    padding-top: 12.5em;
  }
  #pricing-section h2 {
    font-size: 3.0625em;
    line-height: 1.20408163;
    margin-bottom: 0.32653061em;
  }
  #pricing-section .heading2 {
    font-size: 0.9375em !important;
    line-height: 1.5em;
    margin-bottom: 2.13333333em;
  }
  #pricing-section .plans .item p {
    min-height: 3em;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #pricing-section {
    background: #232237;
  }
  body.dark-mode #pricing-section:before {
    background-color: var(--dark);
  }
  body.dark-mode #pricing-section .toggle-group .plan {
    color: #FAFBFC;
  }
  body.dark-mode #pricing-section .plans .item {
    background-color: #052A62;
  }
  body.dark-mode #pricing-section .plans .item:nth-of-type(2) {
    background-color: #2F0B7B;
    border: 3px solid #5E1DEA;
    box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.1), 1px 2px 2px rgba(0, 0, 0, 0.1);
  }
  body.dark-mode #pricing-section .plans .item:nth-of-type(2):before {
    background: #5E1DEA;
  }
  body.dark-mode #pricing-section .plans .item .price {
    color: #FAFBFC;
  }
  body.dark-mode #pricing-section .plans .item .included {
    color: #FAFBFC;
  }
  body.dark-mode #pricing-section .plans .item ul li {
    color: #FAFBFC;
  }
}
/*-- -------------------------- -->
<---        Newsletter          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #newsletter {
    background: linear-gradient(119.05deg, #4ac7c2 -0.62%, #3f88f5 18.41%, #4611b8 65.86%, #1d005a 99.11%);
    padding: 3.75em 1em 0em;
  }
  #newsletter h2 {
    font-size: 1.5625em;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.64em;
  }
  #newsletter h2 span {
    display: block;
  }
  #newsletter p {
    font-size: 1em;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 28.3125em;
    margin: auto;
    margin-bottom: 1.25em;
  }
  #newsletter form {
    max-width: 28.125em;
    margin: auto;
  }
  #newsletter form input {
    font-size: 1em;
    height: 3.5em;
    padding: 0 1.5em;
    margin-bottom: 0.75em;
    color: var(--bodyp);
    text-align: center;
    border-radius: 0.25em;
    width: 100%;
    border: none;
  }
  #newsletter form input::placeholder {
    color: #A0A3BD;
  }
  #newsletter form button {
    display: block;
    background: transparent;
    line-height: 3.125em;
    height: 3.125em;
    font-size: 1em;
    font-family: 'Ubuntu', Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-radius: 0.25em;
    margin-bottom: 1em;
    border: 1px solid #fff;
    z-index: 10;
  }
  #newsletter .spam {
    display: block;
    color: #fff;
    font-size: 0.8125em;
    line-height: 1.5em;
    text-align: center;
    opacity: .8;
    margin-bottom: 3.23076923em;
  }
  #newsletter .button-orange {
    width: 100%;
    max-width: 28.125em;
    margin: auto;
    margin-bottom: -1.625em;
    display: block;
    text-decoration: none;
    line-height: 4em;
    height: 4em;
    position: relative;
    z-index: 10;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #newsletter {
    padding-top: 5.875em;
  }
  #newsletter h2 {
    font-size: 1.9375em;
    line-height: 1.32258065em;
    margin-bottom: 0.51612903em;
  }
  #newsletter h2 span {
    display: inline-block;
  }
  #newsletter p {
    max-width: 40.8125em;
    margin-bottom: 1.5em;
  }
  #newsletter form {
    display: flex;
    justify-content: space-between;
    max-width: 33.75em;
    margin-bottom: 1em;
  }
  #newsletter form input {
    max-width: 16.25em;
    height: 3.125em;
    margin: 0;
  }
  #newsletter form button {
    font-size: 1em;
    max-width: 16.25em;
    margin: 0;
    height: 3.125em;
    position: relative;
    z-index: 1;
    transition: border .3s;
  }
  #newsletter form button:hover {
    border: 1px solid transparent;
  }
  #newsletter form button:hover:before {
    opacity: 1;
  }
  #newsletter form button:before {
    content: '';
    position: absolute;
    display: block;
    top: -0.0625em;
    bottom: -0.0625em;
    left: -0.0625em;
    right: -0.0625em;
    background: linear-gradient(90deg, #ffba43 -24.69%, #e12213 126.23%);
    opacity: 0;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.25em;
    transition: opacity .3s;
  }
  #newsletter .spam {
    margin-bottom: 4.38461538em;
  }
  #newsletter .button-orange {
    max-width: 20.5em;
    z-index: 1;
    position: relative;
    transition: box-shadow 0.3s;
  }
  #newsletter .button-orange:hover {
    box-shadow: 0px 16px 24px rgba(2, 3, 3, 0.1), 0px 6px 30px rgba(2, 3, 3, 0.09), 0px 8px 10px rgba(2, 3, 3, 0.11);
  }
  #newsletter .button-orange:hover:before {
    opacity: 1;
  }
  #newsletter .button-orange:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(127.08deg, #ff1a83 28.48%, #ba0055 100.16%);
    border-radius: 0.25em;
    opacity: 0;
    transition: opacity .3s;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #newsletter {
    position: relative;
    z-index: 1;
  }
  body.dark-mode #newsletter:before {
    content: '';
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#181f3f+0,181f3f+100&1+0,0+100 */
    background: -moz-linear-gradient(top, #181f3f 0%, rgba(24, 31, 63, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #181f3f 0%, rgba(24, 31, 63, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #181f3f 0%, rgba(24, 31, 63, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#181f3f', endColorstr='#00181f3f', GradientType=0);
    /* IE6-9 */
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity .3s;
  }
  body.dark-mode #newsletter:after {
    /* top right box */
    content: '';
    width: 100%;
    height: 1.625em;
    background: var(--dark);
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
  }
}
