/*
Theme Name: Twenty Twenty Child
Text Domain: twentytwenty-child
Template: twentytwenty
Version: 1.0
*/

@import url("twentytwenty-style.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&amp;family=Rubik:wght@400;700&amp;display=swap');

:root {
  --font-family-primary: 'Poppins', sans-serif;
  --font-family-secondary: 'Rubik', sans-serif;

  --color-primary: #3f53d9;
  --color-yellow: #ffd030;

  --color-paragraph: #666666;
  --radius-border: 9px;
}

body {
  font-family: var(--font-family-secondary);
  padding-top: 80px;
}

#site-header {
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  align-items: center;
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: none;
}

#site-header.scrolled {
  background-color: white;
  -webkit-box-shadow: 1px 0px 42px -14px rgba(0,0,0,0.3);
  box-shadow: 1px 0px 42px -14px rgba(0,0,0,0.3);
}

#site-header .logo {
  height: 40px;
}

.site-header nav.main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.site-header nav.main ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  gap: 30px;
}

.site-header nav.main ul li a {
  text-decoration: none;
  color: black;
  padding: 10px 15px;
  font-weight: 500;
}

.site-header nav.main ul li a:hover {
  color: var(--color-primary);
}

/* .button_miro {
  font-size: 18px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  background: ;
  color: white;
  text-decoration: none;
  border-radius: var(--radius-border);
  background: url('http://miro.sparkdynamic.com/wp-content/uploads/2022/06/miro-logo-idqgrt-qvg-1.png'), #050038;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  min-width: 120px;
} */


.miro_badge {
  height: 50px !important;
}

.singular .entry-header {
  background: none;
}

h1, h2, h3, h4 {
  font-family: var(--font-family-primary);
}

p {
  color: var(--color-paragraph);
}

.wp-block-image {
  margin-bottom: 0;
}

.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content {
  font-family: var(--font-family-secondary);
}

span.underline_yellow {
  display: inline-block;
  background: url('../../uploads/2022/06/underline_yellow.png') no-repeat center bottom;
  background-size: contain;
  padding-bottom: 10px;
}

span.underline_blue {
  position: relative;
}

span.underline_blue .mark {
  transform: scale(1.3);
  position: absolute;
  left: 0;
  top: -20px;
  z-index: -1;
}

span.highlight {
  display: inline-block;
  padding-left: 10px;
  padding-right: 15px;
  line-height: 120%;
  border-radius: 6px;
  background-color: var(--color-yellow);
}

.larger-60 {
  font-size: 60px;
}

.post-inner ul {
  list-style: none;
}

.post-inner ul li::before {
  content: "\2022";
  color: var(--color-yellow);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.wp-block-button__link {
  font-family: var(--font-family-secondary);
  text-transform: none;
  letter-spacing: -0.03em;
  border-radius: var(--radius-border);
  font-size: 18px;
}

.social-icons {
  justify-content: center;
}

#site-footer {
  background: #050037;
  border: 0;
}

.powered-by-wordpress {
  display: none;
}

.to-the-top {
  display: none;
}

.footer-credits {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  color: white !important;
}


/* SECTION START */

.section_hero .wp-block-image {
  margin-bottom: 0 !important;
}

.section_hero h1 {
  margin-top: 0;
}

.section_solutions {
  padding: 90px 0 0 0 !important;
}

.section_iphone {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;

  background-color: var(--color-yellow);
}

.section_iphone .wp-block-image {
  margin-block-end: 0 !important;
}

.section_iphone .wave_grey {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.section_iphone .device_screenshot img {
  width: 100%;
}

.section_testimonial {
  margin-top: 0 !important;
  background-color: #FACC42;
}

.section_testimonial .wp-block-image {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.section_testimonial .wp-block-cover__image-background {
  top: auto !important;
  height: 90% !important;
}

.section_testimonial .wp-block-cover-image .wp-block-cover__inner-container,
.section_testimonial .wp-block-cover .wp-block-cover__inner-container {
  padding-bottom: 0;
}

.section_testimonial .wp-block-cover {
  padding-bottom: 0;
}

/* SECTION END */


/* .wp-container-36 {
  background-color: #fcce30;
  background-image: url('http://miro.sparkdynamic.com/wp-content/uploads/2022/06/wave_B_bottom-1.png'), url('http://miro.sparkdynamic.com/wp-content/uploads/2022/06/background_iphone-1536x496.jpg');
  background-position: bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
} */


.team_member .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: -30px !important;
}

.section_contact {
  margin-top: 60px;
}



.section_contact .cta-text {
  z-index: 99;
}

.footer-top {
  border: 0 !important;
}

.footer-nav-widgets-wrapper {
  border-top: none;
  background-color: #050037;
}

.wp-block-button .wp-block-button__link {
  background-color: var(--color-primary);
}

.wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
  opacity: 0.9;
}


/* WP FORMS START */

.wpforms-form label,
.wpforms-form input,
.wpforms-form button {
  font-family: 'Rubik', sans-serif;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: normal;
}

div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=email] {
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: var(--radius-border);
  box-sizing: border-box;
  text-indent: 10px;
  border: 1px solid var(--color-primary);
}

 div.wpforms-container-full .wpforms-form button[type=submit] {
  padding: 15px 20px 15px 20px;
  color: white;
  background-color: var(--color-primary);
  border-radius: var(--radius-border);
  font-size: 18px;
  border: none;
 }

 div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background-color: var(--color-primary);
  opacity: 0.9;
  border: none;
 }

 .wpforms-confirmation-container-full p {
  font-size: 14px;
 }

/* WP FORMS END */

.card {
  border-radius: var(--radius-border);
  padding: 30px;
  box-sizing: border-box;
}

.frame {
  border: 1px solid #eee;
}

.wrap {
  max-width: 1200px;
  margin: auto auto;
}

#slider {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  font-weight: normal;
  font-size: 36px;
  line-height: 160%;
  display: block;
  width: 500px;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.slider_control {
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
  padding: 20px 20px 14px 20px;
  background: var(--color-yellow);
}

.footer-logo {
  margin-top: 60px;
}

nav.footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-top: 60px;
}

nav.footer ul li  {
  margin: 0;
}

nav.footer ul li a {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  color: #dfdfdf;
}

nav.footer ul li a:hover {
  text-decoration: none;
  color: #fff;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.full-width {
  width: 100%;
}

.mb-zero {
  margin-bottom: 0 !important;
}

.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.social-icons a {
  background: var(--color-primary) !important;
}

.wp-image-443 {
  height: 60px !important;
  margin-bottom: 20px;
  width: auto;
}

.section_pricing {
  margin-top: -200px !important;
}

.wp-block-button.ghost .wp-block-button__link {
  background: none;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
}

.wp-block-button.ghost .wp-block-button__link:hover {
  background: var(--color-primary);
  color: white;
  opacity: 1;
}

.arrow_02 {
  position: relative;
}

.arrow_02 figure {
  position: absolute;
  right: 6vw;
  z-index: 99;
}

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

  nav.main ul {
    display: none !important;
  }

  .site-header {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .site-header .logo {
    height: 20px;
  }

  .section_iphone {
    padding-top: 100px !important;
  }

  .wp-block-spacer {
    height: 0 !important;
  }

}


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

  .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
    margin-left: 0;
    margin-right: 0;
  }

  .arrow_02 {
    min-height: auto !important;
  }

  .section_testimonial .wp-block-cover__image-background {
    height: auto !important;
    bottom: 0 !important;
    top: auto !important;
  }

  .has-text-align-center {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }

  nav.footer ul {
    font-size: 0.9em;
  }

  .arrow_02 {
    min-height: 600px;
  }

  .testimonials_flex {
    display: flex;
    flex-direction: column-reverse;
  }

  .site-header .logo {
    height: 30px;
  }

  .miro_badge {
    display: none;
  }

  .wp-block-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .site-header nav.main {
    justify-content: flex-end;
  }

  nav.main ul {
    /* display: none; */
    font-size: smaller;
  }
} 

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



  nav.footer ul {
    flex-direction: column;
  }

  #slider ul li {
    width: 260px;
    height: 200px;
    font-size: 25px;
  }

  .footer-logo img {
    height: 50px;
  }

}

