@charset "UTF-8";
header {
  background: rgba(241, 253, 255, 0.6);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  height: 80px;
  display: flex;
  flex-direction: row;
  padding: 0 9.375%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 81.25%;
  justify-content: space-between;
  z-index: 999;
  box-sizing: unset;
}

header .sub-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

header .site-cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 24.375%;
}

header .site-branding {
  display: flex;
  align-items: center;
  flex-basis: 9.725%;
}

header .site-menu {
  flex-basis: 65.9%;
}

header .header-login {
  margin-left: 12px;
}

header .site-cta .button-secondary {
  padding: 10px 22px;
  height: 56px;
}

header .site-cta .button-primary {
  width: 226px;
  height: 56px;
}

header .button-burger {
  background: transparent;
  padding: 0;
  line-height: inherit;
}

header .menu-button {
  display: none;
}

header button {
  border: 0;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 24px;
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
}

header .button-primary {
  color: #fff;
  background: linear-gradient(90deg, #6DCBD2 0%, #30B9C4 100%);
}

header .button-primary:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #6DCBD2 0%, #30B9C4 100%);
}

header .button-secondary {
  background: #FFFFFF;
  color: #6DCBD2;
  border: 2px solid #6DCBD2;
}

header .button-secondary:hover {
  background: #F0FAFB;
  color: #46A3AA;
  border: 2px solid #46A3AA;
}

.mobile-menu ul {
  list-style: none;
}

menu-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: blue;
  /* just to make it obvious… */
}

#menu-mobile-menu {
  transform: translateY(-120%);
  position: fixed;
  width: 100%;
  height: calc(100vh - 64px);
  top: 64px;
  left: 0;
  background-color: white;
  visibility: hidden;
  overflow: scroll;
  margin-top: 0;
}

.closed #menu-mobile-menu {
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.mobile-menu.open #menu-mobile-menu {
  transform: translateY(0%);
  transition: all 0.4s ease-in-out;
  visibility: visible;
}

.site-menu ul {
  padding: 0;
  margin: 0 0 0 72px;
  display: flex;
  justify-content: flex-start;
  height: 100%;
  align-items: center;
}

.site-menu ul li a:hover,
.current-menu-item a {
  background: linear-gradient(90deg, #6DCBD2 0%, #30B9C4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600 !important;
}

#menu-main-menu li:not(:last-child) {
  margin-right: 48px;
}

.site-menu li {
  list-style: none;
  position: relative;
}

.site-menu li.menu-item-has-children {
  cursor: pointer;
}

.site-menu ul li a {
  text-decoration: none;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #374151;
}

.menu-item-has-children:hover ul.sub-menu {
  height: auto;
  min-width: 290px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 0;
  right: auto;
}

.site-menu li.menu-item-has-children:after {
  content: url("https://adsbot.co/wp-content/themes/adsbot/assets/dropdown-icon.svg");
}

.sub-menu {
  align-items: normal;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 0;
  left: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: opacity 0.1s linear;
  visibility: hidden;
  width: 0;
  z-index: 2;
  border-radius: 8px;
  padding: 10px 16px !important;
  margin-left: 0 !important;
  align-items: flex-start !important;
  box-shadow: 0px 2px 10px -2px rgba(10, 46, 49, 0.05);
  background: rgb(250, 250, 250);
}

.sub-menu li {
  width: 100%;
  padding: 10px 0px !important;
}

.sub-menu li:not(:first-child) {
  border-top: 1px solid #E5E7EB;
}

.mobile-menu {
  display: none;
}

@media only screen and (max-width: 1024px) {
  header .site-branding {
    flex-basis: 50%;
  }
  .mobile-menu {
    display: flex;
  }
  header .desktop {
    display: none;
  }
  .mobile-menu ul {
    padding-left: 0;
  }
  .mobile-menu ul li a {
    font: 500 16px/55px "Work Sans";
    color: #1F2937;
    padding-left: 23px;
    text-decoration: none;
  }
  .mobile-menu ul li {
    border-bottom: 1px solid #F3F4F6;
  }
  .site-branding,
.menu-button {
    z-index: 999;
  }
  .site-branding,
.site-menu {
    background: white;
  }
  header .menu-button {
    display: block;
  }
  .header-login,
.header-cta {
    display: none;
  }
  header {
    padding-right: 16px;
    padding-left: 16px;
    width: calc(100% - 32px);
    background: white;
    height: 64px;
    box-shadow: 0px 2px 13px -2px rgba(0, 0, 0, 0.07);
  }
  .site-logo svg {
    width: 86px;
    height: 40px;
  }
  header button {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 16px;
  }
}
@media only screen and (min-width: 1441px) {
  header .sub-section {
    margin: 0 auto;
    width: 1440px;
  }
}
body.admin-bar header {
  top: 32px;
}

header .button-burger {
  padding: 0;
  line-height: inherit;
  content: "";
  background: url(https://adsbot.co/wp-content/themes/adsbot/assets/burger-menu.svg);
  width: 24px;
  height: 24px;
}

header .button-burger.menu-open {
  background: url(https://adsbot.co/wp-content/themes/adsbot/assets/X.svg);
}

@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../assets/fonts/WorkSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../assets/fonts/WorkSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../assets/fonts/WorkSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../assets/fonts/WorkSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../assets/fonts/WorkSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.site-content {
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .site-content {
    margin-top: 140px;
  }
}

body.admin-bar .site-content {
  margin-top: 112px;
}
@media (min-width: 1024px) {
  body.admin-bar .site-content {
    margin-top: 172px;
  }
}

body {
  font: 400 16px/24px "Work Sans", sans-serif;
  color: #4B5563;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
}

h1 {
  font: 700 28px/36px "Work Sans";
  margin: 0;
}

.btn {
  border-radius: 16px;
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  justify-content: center;
  padding: 16px 24px;
  text-decoration: none;
  font: 600 16px/24px "Work Sans", sans-serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn.blue-main {
  color: #fff;
  background: none 0% 0%/auto repeat scroll padding-box border-box rgb(109, 203, 210);
}
.btn.blue-main:after {
  content: url(../../assets/img/right-arrow.svg);
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 8px;
}
@media (min-width: 1024px) {
  .btn.blue-main:hover {
    background: linear-gradient(66deg, rgb(190, 120, 237) 0%, rgb(50, 185, 195) 100%);
    box-shadow: rgba(42, 42, 42, 0.25) 0px 12px 33px 0px;
  }
}
.btn.play {
  color: #6DCBD2;
  border: 2px solid #6DCBD2;
  padding: 14px 22px;
  background-color: #fff;
}
.btn.play:before {
  content: url(../../assets/img/rocket.svg);
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 12px;
}
.btn.play:hover {
  background-color: #F0FAFB;
}

.btn-soft-blue {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  color: rgb(109, 203, 210);
  font: 500 16px/24px "Work Sans", sans-serif;
  text-decoration: none;
  cursor: pointer;
  z-index: 99;
}
@media (min-width: 1024px) {
  .btn-soft-blue:hover {
    text-decoration: underline;
  }
}
.btn-soft-blue:after {
  color: rgb(109, 203, 210);
  content: url(../../assets/img/right-arrow-blue.svg);
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 6px;
}

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

.entrance {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  background-color: rgba(250, 250, 250, 0.9803921569);
  padding-bottom: 64px !important;
}
@media (min-width: 1024px) {
  .entrance {
    padding: 0 80px;
    max-width: 1040px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .entrance {
    display: grid;
    grid-template-columns: 52.5% 47.5%;
    grid-template-areas: "intro hero" "text hero" "cta hero";
    background-color: transparent;
    padding-bottom: 120px !important;
  }
}
.entrance:before {
  content: "";
  background: linear-gradient(180deg, #F1FDFF 0%, rgba(250, 250, 250, 0.9803921569) 100%);
  position: absolute;
  width: 100%;
  height: 774px;
  z-index: -1;
  left: 0;
  top: 0;
}
@media (min-width: 1024px) {
  .entrance:before {
    height: calc(100% + 243px);
  }
}
.entrance-intro {
  text-align: center;
  grid-area: intro;
}
@media (min-width: 1024px) {
  .entrance-intro {
    max-width: 470px;
    text-align: left;
  }
}
.entrance-intro h1 {
  margin: 12px 0 16px;
  color: rgb(31, 41, 55);
}
@media (min-width: 1024px) {
  .entrance-intro h1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    margin-top: 0;
  }
}
.entrance-intro b {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .entrance-intro b {
    text-decoration: none;
    font-weight: 700;
  }
}
.entrance-intro p {
  color: rgb(110, 203, 210);
  font: 500 17px/24px "Work Sans", sans-serif;
  font-style: italic;
}
@media (min-width: 1024px) {
  .entrance-intro p {
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 24px;
  }
}
.entrance-text {
  grid-area: text;
  order: 3;
}
@media (min-width: 1024px) {
  .entrance-text {
    max-width: 470px;
  }
}
.entrance-text-title {
  color: #1F2937;
  font: 700 20px/30px "Work Sans", sans-serif;
  margin: 32px 0 24px;
}
@media (min-width: 678px) {
  .entrance-text-title {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .entrance-text-title {
    display: none;
  }
}
.entrance-text p {
  font-size: 15px;
  line-height: 20px;
}
.entrance-text p:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .entrance-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .entrance-text p:not(:last-child) {
    margin-bottom: 24px;
  }
}
.entrance-text p:before {
  content: url(../../assets/img/gray-check.svg);
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 6px;
}
@media (min-width: 1024px) {
  .entrance-text p:before {
    content: none;
  }
}
.entrance-cta {
  grid-area: cta;
  order: 1;
  margin-top: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .entrance-cta {
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-end: 3;
  }
}
.entrance-cta .play {
  margin-top: 10px;
  z-index: 99;
}
@media (max-width: 1024px) {
  .entrance-cta .play {
    display: none;
  }
}
@media (min-width: 1024px) {
  .entrance-cta .play {
    margin: 0 0 0 8px;
  }
}
.entrance-cta p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 6px;
}
@media (min-width: 1024px) {
  .entrance-cta p {
    flex-basis: 100%;
    text-align: left;
  }
}
.entrance-hero {
  order: 2;
  text-align: center;
  grid-area: hero;
  margin-top: 80px;
}
@-webkit-keyframes moveImage {
  from {
    opacity: 0;
    transform: perspective(1200px) translateX(300px) translateY(0px) scale(1) rotate(0deg) rotateX(0deg) rotateY(0deg) translateZ(0);
  }
  to {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@keyframes moveImage {
  from {
    opacity: 0;
    transform: perspective(1200px) translateX(300px) translateY(0px) scale(1) rotate(0deg) rotateX(0deg) rotateY(0deg) translateZ(0);
  }
  to {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@media (min-width: 1024px) {
  .entrance-hero {
    display: flex;
    align-items: flex-start;
    margin: 30px 0 0 -2%;
    -webkit-animation: moveImage 0.8s normal forwards ease-in-out;
            animation: moveImage 0.8s normal forwards ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}
@media (min-width: 425px) {
  .entrance-hero img {
    max-width: 360px;
  }
}
@media (min-width: 1024px) {
  .entrance-hero img {
    max-width: unset;
    max-height: 540px;
  }
}/*# sourceMappingURL=home-top.css.map */