@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,400&display=swap");
body {
  font-family: "Lato", sans-serif !important;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#lsig-hellobar {
  background-image: linear-gradient(
    to left,
    #f44336,
    #fc6d21,
    #fd9300,
    #f8b700,
    #ebda12
  );
}

#main-fold {
  background: url(../../assets/img/5.png) repeat;
  width: 100%;
  min-height: 100vh;
}

#btg-headline {
  line-height: 1.2;
  background: -webkit-linear-gradient(left, #2196f3, #e91e63);
  background: -o-linear-gradient(right, #2196f3, #e91e63);
  background: -moz-linear-gradient(right, #2196f3, #e91e63);
  background: linear-gradient(to right, #2196f3, #e91e63);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

#home-submit-title {
  background: #39ce00;
  color: #fff;
  border: none;
  border-bottom: 4px solid #30ae00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.33em;
  display: inline-block;
  cursor: pointer;
  height: 60px;
  padding: 0 86px;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 320px;
}

#home-img-wrap {
  margin-top: -200px;
}

#laptop-wrap {
  background: url(../../assets/img/45.png) no-repeat center top;
  width: 100%;
  height: 330px;
  position: relative;
}

#img-wrap-title {
  font-weight: 700;
  background: -webkit-linear-gradient(left, #2196f3, #2196f3, #e91e63, #e91e63);
  background: -o-linear-gradient(left, #2196f3, #2196f3, #e91e63, #e91e63);
  background: -moz-linear-gradient(left, #2196f3, #2196f3, #e91e63, #e91e63);
  background: linear-gradient(to left, #2196f3, #2196f3, #e91e63, #e91e63);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btg-home-features > div {
  max-width: 1152px;
  margin: 0 auto;
}

.btg-home-features h2 {
  font-size: 1.875em;
  font-weight: 700;
  color: #2196f3;
  line-height: 1.3;
}

.btg-home-features h2 span {
  display: block;
  float: left;
  font-size: 2.25rem;
  line-height: 4rem;
  margin: 0.35rem 0.5rem 0 0;
  text-align: center;
  width: 4rem;
  background: -webkit-linear-gradient(-45deg, #e91e63, #2196f3);
  background: -o-linear-gradient(-45deg, #e91e63, #2196f3);
  background: -moz-linear-gradient(-45deg, #e91e63, #2196f3);
  background: linear-gradient(-45deg, #e91e63, #2196f3);
  color: #fff;
  text-shadow: 0px 3px 4px rgb(0 0 0 / 50%);
}

.home-features-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 3rem;
}

.home-features-wrapper,
.home-features-wrapper-no-img {
  padding: 80px 1.5rem;
}

.home-features-wrapper-no-img {
  max-width: 850px !important;
}

.btg-home-features:nth-child(odd) {
  background-image: -webkit-linear-gradient(
    right,
    rgb(246, 246, 246) 0%,
    rgb(255, 255, 255) 100%
  );
  background-image: -o-linear-gradient(
    right,
    rgb(246, 246, 246) 0%,
    rgb(255, 255, 255) 100%
  );
  background-image: -moz-linear-gradient(
    right,
    rgb(246, 246, 246) 0%,
    rgb(255, 255, 255) 100%
  );
  background-image: linear-gradient(
    to right,
    rgb(246, 246, 246) 0%,
    rgb(255, 255, 255) 100%
  );
}

.single-block {
  margin: 0 auto !important;
  margin-bottom: 1rem;
}

.home-features-wrapper > div {
  grid-column: span 1 / span 1;
}

#seo-writing-funnel {
  background: url(../../assets/img/btg-kw/seo-writing.png) no-repeat right
      bottom,
    #e7f7ff;

  min-height: 256px;
  border-radius: 16px;
  max-width: 840px;
  width: 100%;
}

#get-seo-writing {
  font-weight: 700;
  background: #ffe243;
  mix-blend-mode: normal;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  border-radius: 40px;
  height: 56px;
  max-width: 468px;
  width: 100%;
}

@media (max-width: 640px) {
  body {
    font-size: 13px;
  }

  #lsig-hellobar {
    flex-direction: column;
    align-items: center;
    row-gap: 0.5rem;
    text-align: center;
  }

  #nav > div {
    padding-top: 2rem;
  }

  #btg-headline {
    font-size: 2.5rem;
  }

  #main-form-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 0.5rem;
  }

  #img-title-wrapper {
    margin-top: 3rem;
    padding: 1.5rem;
  }

  #img-wrap-title {
    font-size: 2.5rem;
  }

  #home-img-wrap {
    margin-top: -100px;
  }

  .home-features-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 1.125rem;
  }

  .btg-home-features h2 {
    font-size: 1.5rem;
    display: flex;
    align-items: baseline;
  }

  .btg-home-features h2 span {
    width: 2rem;
    line-height: 2rem;
    font-size: 1em;
    flex-shrink: 0;
  }

  .btg-home-features:nth-child(even) > div > div:last-child {
    grid-row: 1;
  }

  #seo-writing-funnel > div {
    padding: 1.5rem;
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 256px;
  }
}

@media (max-width: 320px) {
  #nav > div {
    flex-direction: column;
    row-gap: 0.5rem;
  }

  #laptop-wrap img {
    top: -4rem;
  }

  #laptop-wrap {
    height: 150px;
  }
}

/* start result*/

#btg-logo > span {
  background: -webkit-linear-gradient(left, #2196f3, #e91e63);
  background: -o-linear-gradient(right, #2196f3, #e91e63);
  background: -moz-linear-gradient(right, #2196f3, #e91e63);
  background: linear-gradient(to right, #2196f3, #e91e63);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#result-panel {
  background: url(../img/5.png) repeat;
  height: 100vh;
  overflow-y: auto;
}

#submit-kw-form {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#submit-kw-form input[type="submit"] {
  width: 48px;
  height: 42px;
  margin-left: 40px;
  cursor: pointer;
  background: #fff url(../img/10.png) no-repeat center center;
  outline: none;
  border-radius: 4px;
}

#btg-result-count-wrapper {
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.6);
}

#btg-result-count,
#keyword {
  color: #2196f3;
  text-transform: uppercase;
}

#btg-result-list {
  background: #fff;
  border: 2px solid #2196f3;
  border-radius: 4px;
  padding: 12px 24px;
  max-width: 960px;
  margin: 0 auto;
  min-height: 400px;
}

#btg-result-list > div {
  padding: 12px 24px;
  background: url(../img/16.png) no-repeat;
  background-position: left center;
  font-size: 1.125em;
}

#btg-regenerate-title {
  background-color: #2196f3;
  max-width: 262px;
  width: 100%;
  height: 42px;
}

#limit-pop-wrapper {
  max-width: 720px;
  margin-top: 20%;
}

.text-blue {
  color: #2196f3;
}

.bg-green {
  background-color: #39ce00 !important;
}

#offer-panel {
  position: relative;
  left: 100%;
  width: 0;
  height: 0;
}

#result-wrap {
  overflow-x: hidden;
}

@media (max-width: 1024px) {
  #result-wrap {
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/*
loader
*/
.resLoaderWrap {
  position: relative;
  z-index: 999;
}

.resLoader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 12;
  display: flex;
}

.resLoaderContainer {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 480px;
}

.showbox {
  position: relative;
  width: 56px;
  height: 56px;
  margin: auto;
}

.resLoaderContentTxt {
  margin: 16px 0 0;
}

.loader {
  position: relative;
  margin: 0 auto;
  width: 56px;
  height: 56px;
  &:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}

/*
end loader
*/
