/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# variables
# Utility
# Common
# Hero Section
# Feature Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
:root {
  --tolak-font: "Rubik", sans-serif;
  --tolak-heading-font: "Raleway", sans-serif;
  --tolak-text: #636363;
  --tolak-text-rgb: 99, 99, 99;
  --tolak-text2: #9fa0a0;
  --tolak-text2-rgb: 159, 160, 160;
  --tolak-text-dark: #b7b7b7;
  --tolak-text-dark-rgb: 183, 183, 183;
  --tolak-base: #3d72fc;
  --tolak-base-rgb: 61, 114, 252;
  --tolak-gray: #ecf2fc;
  --tolak-gray-rgb: 236, 242, 252;
  --tolak-gray2: #c1c1c1;
  --tolak-gray2-rgb: 193, 193, 193;
  --tolak-white: #fff;
  --tolak-white-rgb: 255, 255, 255;
  --tolak-black: #051d1f;
  --tolak-black-rgb: 5, 29, 31;
  --tolak-black2: #222222;
  --tolak-black2-rgb: 34, 34, 34;
  --tolak-black3: #000;
  --tolak-black3-rgb: 0, 0, 0;
  --tolak-black4: #1b272a;
  --tolak-black4-rgb: 27, 39, 42;
  --tolak-border-color: #dddddd;
  --tolak-border-color-rgb: 221, 221, 221;
  --tolak-border-color2: #eaf0fa;
  --tolak-border-color2-rgb: 234, 240, 250;
  --tolak-letter-space: 0.1em;
  --tolak-letter-space-xl: 0.2em;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--tolak-font, "Rubik", sans-serif);
  color: var(--tolak-text, #636363);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--tolak-base, #3d72fc);
  transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tolak-heading-font, "Raleway", sans-serif);
  color: var(--tolak-black, #051d1f);
  font-weight: 700;
}
@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.background-base {
  background-color: var(--tolak-base, #3d72fc);
}

.background-gray {
  background-color: var(--tolak-gray, #ecf2fc);
}

.background-black {
  background-color: var(--tolak-black, #051d1f);
}

.background-black-2 {
  background-color: var(--tolak-black2, #222222);
}

.tolak-text-dark {
  color: var(--tolak-text-dark, #b7b7b7);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.tolak-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--tolak-base, #3d72fc);
  color: var(--tolak-white, #fff);
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
  padding: 12.7px 32.5px;
  transition: 500ms;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.tolak-btn span {
  background: var(--tolak-black, #051d1f);
  border-radius: 50%;
  display: block;
  height: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease 0s, height 0.6s ease 0s;
  width: 0;
  z-index: 1;
}
.tolak-btn:hover span {
  height: 562.5px;
  width: 562.5px;
}
.tolak-btn b {
  position: relative;
  color: inherit;
  z-index: 2;
  font-weight: inherit;
}

.tolak-btn-rtl {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--tolak-base, #3d72fc);
  color: var(--tolak-white, #fff);
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
  padding: 12.7px 32.5px;
  transition: 500ms;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.tolak-btn-rtl span {
  background: var(--tolak-black, #051d1f);
  border-radius: 50%;
  display: block;
  height: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease 0s, height 0.6s ease 0s;
  width: 0;
  z-index: 1;
}
.tolak-btn-rtl:hover span {
  height: 562.5px;
  width: 562.5px;
}
.tolak-btn-rtl b {
  position: relative;
  color: inherit;
  z-index: 2;
  font-weight: inherit;
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--tolak-base, #3d72fc);
}

.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid var(--tolak-base, #3d72fc);
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--tolak-text, #636363);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.block-title {
  margin-top: -8px;
  margin-bottom: 50px;
}
.block-title__decor {
  width: 21px;
  height: 14px;
  background-image: url(../images/shapes/leaf-1-1.png);
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  line-height: 1;
  margin-bottom: -5px;
  position: relative;
  top: -7px;
}
.block-title p {
  margin: 0;
  color: var(--tolak-text, #636363);
  font-size: 16px;
  line-height: 1;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .block-title p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .block-title p {
    font-size: 20px;
  }
}
.block-title h3 {
  margin: 0;
  font-size: 35px;
  color: var(--tolak-black, #051d1f);
}
@media (min-width: 768px) {
  .block-title h3 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .block-title h3 {
    font-size: 50px;
  }
}

.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--tolak-black, #051d1f);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 20px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--tolak-base, #3d72fc);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: var(--tolak-black, #051d1f);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}
.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--tolak-base, #3d72fc);
  position: relative;
  overflow: hidden;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tolak-black, #051d1f);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/* post paginations */
.post-pagination {
  margin-bottom: 0;
  margin-top: 0px;
}
@media (min-width: 992px) {
  .post-pagination {
    margin-top: 0px;
  }
}
.post-pagination a {
  display: flex;
  width: 45px;
  height: 45px;
  background-color: var(--tolak-gray, #ecf2fc);
  align-items: center;
  justify-content: center;
  color: var(--tolak-text, #636363);
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  transition: 500ms ease;
}
@media (min-width: 992px) {
  .post-pagination a {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}
.post-pagination a:hover {
  background-color: var(--tolak-base, #3d72fc);
  color: var(--tolak-white, #fff);
}
.post-pagination li:first-child a {
  background-color: var(--tolak-base, #3d72fc);
  color: var(--tolak-white, #fff);
}
.post-pagination li:last-child a {
  background-color: var(--tolak-black, #051d1f);
  color: var(--tolak-white, #fff);
}
.post-pagination li + li {
  margin-left: 10px;
}

.tolak-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.tolak-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.tolak-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.tolak-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.tolak-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}
.tolak-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: var(--tolak-gray, #ecf2fc);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--tolak-text, #636363);
  border-radius: 50%;
  font-size: 14px;
  color: var(--tolak-text, #636363);
  transition: all 500ms ease;
}
.tolak-owl__carousel--basic-nav.owl-carousel .owl-nav button span:hover {
  background-color: var(--tolak-black, #051d1f);
  color: var(--tolak-white, #fff);
}
.tolak-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}
.tolak-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
.tolak-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 0;
  background-color: transparent;
  border: 3px solid var(--tolak-base, #3d72fc);
  margin: 0;
  transition: all 300ms ease;
}
.tolak-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.tolak-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover, .tolak-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--tolak-base, #3d72fc);
}
.tolak-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled {
  display: none;
}
.tolak-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}

.sec-title {
  padding-bottom: 41px;
}
@media (max-width: 767px) {
  .sec-title {
    padding-bottom: 30px;
  }
}
.sec-title__tagline {
  margin: 0 0 10px;
  font-family: var(--tolak-font, "Rubik", sans-serif);
  color: var(--tolak-base, #3d72fc);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: italic;
  line-height: 0.9;
}
@media (min-width: 768px) {
  .sec-title__tagline {
    font-size: 18px;
  }
}
.sec-title__tagline__left {
  position: relative;
  bottom: 6px;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: var(--tolak-base, #3d72fc);
  margin-right: 10px;
}
.sec-title__tagline__right {
  position: relative;
  bottom: 6px;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: var(--tolak-base, #3d72fc);
  margin-left: 10px;
}
.sec-title__title {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .sec-title__title {
    font-size: 40px;
    line-height: 50px;
  }
}

.sec-title-two {
  padding-bottom: 41px;
}
@media (max-width: 767px) {
  .sec-title-two {
    padding-bottom: 30px;
  }
}
.sec-title-two__tagline {
  margin: 0 0 17px;
  font-family: var(--tolak-font, "Rubik", sans-serif);
  color: var(--tolak-base, #3d72fc);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 0.9;
}
@media (min-width: 768px) {
  .sec-title-two__tagline {
    font-size: 18px;
  }
}
.sec-title-two__tagline__left {
  display: inline-block;
  margin-right: 7px;
  font-size: 18px;
  color: inherit;
}
.sec-title-two__tagline__right {
  display: inline-block;
  font-size: 18px;
  color: inherit;
  margin-left: 7px;
}
.sec-title-two__title {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .sec-title-two__title {
    font-size: 40px;
    line-height: 50px;
  }
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--tolak-black, #051d1f);
  color: var(--tolak-white, #fff);
  font-family: var(--tolak-font, "Rubik", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--tolak-font, "Rubik", sans-serif);
}
.ui-datepicker-calendar td {
  background-color: var(--tolak-gray, #ecf2fc);
  background-image: none;
  font-family: var(--tolak-font, "Rubik", sans-serif);
  color: var(--tolak-text, #636363);
}
.ui-datepicker-calendar td a {
  border-color: var(--tolak-border-color, #dddddd);
  background-color: var(--tolak-gray, #ecf2fc);
  background-image: none;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--tolak-border-color, #dddddd);
  background-color: var(--tolak-gray, #ecf2fc);
  background-image: none;
  color: var(--tolak-text, #636363);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--tolak-white, #fff);
  background-color: var(--tolak-base, #3d72fc);
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--tolak-white, #fff);
  background-color: var(--tolak-base, #3d72fc);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--tolak-white, #fff);
  color: var(--tolak-black, #051d1f);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--tolak-base, #3d72fc);
  color: var(--tolak-white, #fff);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 2px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.header {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  z-index: 9;
  padding: 0 90px;
}
@media (max-width: 1500px) {
  .header {
    padding: 0 60px;
  }
}
@media (max-width: 1199px) {
  .header {
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  .header {
    padding: 0 15px;
  }
}
.header__wrappper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.header__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1199px) {
  .header__nav {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .header__nav {
    display: none;
  }
}
.header__nav li {
  font-size: 18px;
  font-family: var(--tolak-heading-font, "Raleway", sans-serif);
  font-weight: 600;
  color: var(--tolak-white, #fff);
  letter-spacing: 0.2px;
}
.header__nav li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.header__nav li a:hover {
  background-size: 100% 1px;
}
.header__nav li a:hover {
  color: var(--tolak-base, #3d72fc);
}
.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__btn .tolak-btn:hover {
  color: var(--tolak-black, #051d1f);
}
.header__btn .tolak-btn span {
  background-color: var(--tolak-white, #fff);
}
@media (max-width: 500px) {
  .header__btn .tolak-btn {
    font-size: 15px;
    padding: 12.7px 15px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  position: relative;
  padding: 190px 0 0;
}
@media (max-width: 767px) {
  .hero-section {
    padding-top: 160px;
  }
}
.hero-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1010px;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-section__bg {
    height: 750px;
  }
}
.hero-section__bg__up {
  position: absolute;
  left: 0;
  bottom: 0;
  animation: cloudMove2 60s linear 0s infinite;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: repeat-y;
}
@keyframes cloudMove2 {
  0% {
    background-position: 100% -1920px;
  }
  100% {
    background-position: 100% 0;
  }
}
.hero-section__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.56;
  background-image: linear-gradient(1deg, var(--tolak-base, #3d72fc) 0%, var(--tolak-black3, #000) 100%);
}
.hero-section .container {
  position: relative;
}
.hero-section__content {
  text-align: center;
  position: relative;
}
.hero-section__title {
  margin: 0;
  font-size: 50px;
  line-height: 65px;
  color: var(--tolak-white, #fff);
  text-transform: capitalize;
  font-weight: 700;
  margin: 34px 0 35px;
}
@media (max-width: 767px) {
  .hero-section__title {
    font-size: 40px;
    line-height: 45px;
  }
}
.hero-section__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 520px;
  margin: 0 auto 90px;
}
@media (max-width: 767px) {
  .hero-section__btn {
    gap: 12px;
  }
  .hero-section__btn .tolak-btn {
    font-size: 15px;
    padding: 12.7px 20.5px;
  }
}
.hero-section__btn .tolak-btn:hover {
  color: var(--tolak-black, #051d1f);
}
.hero-section__btn .tolak-btn span {
  background-color: var(--tolak-white, #fff);
}
.hero-section__btn .features {
  background-color: var(--tolak-white, #fff);
  color: var(--tolak-black, #051d1f);
}
.hero-section__btn .features span {
  background-color: var(--tolak-base, #3d72fc);
}
.hero-section__btn .features:hover {
  color: var(--tolak-white, #fff);
}
.hero-section__arrow {
  width: 56px;
  height: 122px;
  background-image: url(../images/tolak-landing/arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 25px;
  left: -45px;
  animation: shrinkAnim 4s linear 0s infinite;
}
@media (max-width: 767px) {
  .hero-section__arrow {
    display: none;
  }
}
.hero-section__image {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.hero-section__image__shape {
  width: 146px;
  height: 140px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: -85px;
  background-image: url(../images/tolak-landing/hero-shape.png);
  background-repeat: no-repeat;
  animation: pulse3 4s ease-in infinite;
}
.hero-section__image img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Plugin Section
--------------------------------------------------------------*/
.plugin {
  position: relative;
  padding: 120px 0;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .plugin {
    padding-bottom: 80px;
  }
  .plugin .sec-title__tagline__left,
  .plugin .sec-title__tagline__right {
    display: none;
  }
}
.plugin__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.plugin .container {
  max-width: 1570px;
  position: relative;
}
.plugin__item {
  position: relative;
  background-color: var(--tolak-white, #fff);
  border-radius: 10px;
  transition: all 500ms ease;
  padding: 15px 10px;
}
.plugin__item:hover {
  filter: drop-shadow(0 0 31px rgba(108, 108, 108, 0.28));
}
.plugin__item img {
  max-width: 100%;
  height: auto;
  width: auto !important;
  text-align: center;
  margin: auto;
}

/*--------------------------------------------------------------
# Demo Section
--------------------------------------------------------------*/
.demos-one {
  position: relative;
  padding: 120px 0 90px;
}
@media (max-width: 767px) {
  .demos-one {
    padding: 80px 0 50px;
  }
}
.demos-one__number {
  font-size: 106px;
  font-weight: 700;
  line-height: 0.9;
  margin: 0 0 -25px;
  background: linear-gradient(to bottom, #000000 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media (max-width: 767px) {
  .demos-one__number {
    font-size: 86px;
  }
}
.demos-one__title {
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 49px;
  text-align: center;
}
@media (max-width: 767px) {
  .demos-one__title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 35px;
  }
}
.demos-one__single {
  margin: 0 0 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  text-align: center;
  background-color: var(--tolak-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--tolak-black-rgb, 5, 29, 31), 0.1);
}
.demos-one__single:hover {
  transform: translateY(-10px);
}
.demos-one__single:hover .demos-one__buttons {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.demos-one__single:hover .demos-one__image img {
  filter: blur(2px);
}
.demos-one__image {
  position: relative;
}
.demos-one__image__new {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--tolak-base, #3d72fc);
  text-transform: uppercase;
  display: flex;
  z-index: 10;
  color: var(--tolak-white, #fff);
  line-height: 1;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  border-radius: 0;
  transition: all 500ms ease;
}
.demos-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}
.demos-one__buttons {
  background-color: rgba(var(--tolak-black3-rgb, 0, 0, 0), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}
.demos-one__buttons .tolak-btn {
  font-size: 14px;
  padding: 8px 25px;
  min-width: 130px;
  text-align: center;
  justify-content: center;
}
.demos-one__text {
  text-align: center;
  padding-top: 29px;
  padding-bottom: 32px;
}
.demos-one__text__title {
  font-size: 18px;
  line-height: 30px;
  font-family: var(--tolak-font, "Rubik", sans-serif);
  margin: 0;
  color: var(--tolak-black3, #000);
  font-weight: 500;
}

/*--------------------------------------------------------------
#  Feature Section 02
--------------------------------------------------------------*/
.features-one {
  position: relative;
  background-color: var(--tolak-black, #051d1f);
  padding: 120px 0;
}
@media (max-width: 767px) {
  .features-one {
    padding: 80px 0;
  }
}
.features-one__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  animation: movebounce3 4s linear infinite;
}
@keyframes movebounce3 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-35px);
  }
  100% {
    transform: translateY(0px);
  }
}
.features-one .container {
  position: relative;
}
.features-one__text {
  max-width: calc(100% - 210px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
}
@media (max-width: 1299px) {
  .features-one__text {
    display: none;
  }
}
.features-one__text span {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--tolak-white, #fff);
  opacity: 0.06;
  font-size: 106px;
  font-weight: 700;
  font-family: var(--tolak-heading-font, "Raleway", sans-serif);
  text-transform: uppercase;
}
.features-one .sec-title__title {
  color: var(--tolak-white, #fff);
}
.features-one__box {
  position: relative;
  background-color: var(--tolak-gray, #ecf2fc);
  border-radius: 10px;
  text-align: center;
  padding: 40px 15px 33px;
}
.features-one__box__image {
  width: 144px;
  height: 144px;
  position: relative;
  background-color: var(--tolak-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.features-one__box__image::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  content: "";
  border-style: solid;
  border-width: 1px;
  border-color: var(--tolak-base, #3d72fc);
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: sunMove 10s infinite linear;
  transition: 500ms all ease;
  animation-play-state: running;
}
@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.features-one__box__image img {
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transform: scale(1);
}
.features-one__box:hover .features-one__box__image::after {
  border-style: dashed;
}
.features-one__box:hover .features-one__box__image img {
  transform: scale(0.9);
}
.features-one__box__title {
  margin: 24px 0 0;
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
}
.features-one__box__title br {
  display: block;
}

/*--------------------------------------------------------------
#  Inner Page
--------------------------------------------------------------*/
.inner-page {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .inner-page {
    padding: 80px 0;
  }
}
.inner-page__number {
  font-size: 106px;
  font-weight: 700;
  line-height: 0.9;
  margin: 0 0 -25px;
  background: linear-gradient(to bottom, #000000 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media (max-width: 767px) {
  .inner-page__number {
    font-size: 86px;
  }
}
.inner-page__title {
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 49px;
  text-align: center;
}
@media (max-width: 767px) {
  .inner-page__title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 35px;
  }
}
.inner-page__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.inner-page__item img {
  width: 100%;
  height: auto;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.inner-page__wrapper {
  position: relative;
  display: block;
  padding: 0;
  white-space: nowrap;
}
.inner-page__wrapper__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  animation: text-scrolling 19s linear infinite;
  will-change: transform;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.inner-page__wrapper__inner .item {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .inner-page__wrapper__inner {
    animation: text-scrolling 9s linear infinite;
  }
}

/*--------------------------------------------------------------
#  Elementor Section
--------------------------------------------------------------*/
.elementor-section {
  position: relative;
  background-color: var(--tolak-white, #fff);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .elementor-section {
    padding: 80px 0;
  }
}
.elementor-section .container {
  max-width: 1270px;
}
.elementor-section__shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 21px;
  background-position: top center;
  background-repeat: repeat-x;
  animation: cloudMove 60s linear 0s infinite;
}
@keyframes cloudMove {
  0% {
    background-position: -1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
.elementor-section__image {
  position: relative;
}
.elementor-section__image img {
  max-width: 100%;
  height: auto;
}
.elementor-section__image__layer-one {
  position: absolute;
  right: -120px;
  top: -40px;
}
@media (max-width: 1460px) {
  .elementor-section__image__layer-one {
    right: -60px;
  }
}
@media (max-width: 1300px) {
  .elementor-section__image__layer-one {
    display: none;
  }
}
.elementor-section__image__layer-one img {
  max-width: 100%;
  animation: pulse3 4s ease-in infinite;
}
.elementor-section__image__layer-two {
  position: absolute;
  left: -60px;
  bottom: 40px;
}
@media (max-width: 1300px) {
  .elementor-section__image__layer-two {
    display: none;
  }
}
.elementor-section__image__layer-two img {
  max-width: 100%;
  animation: pulse3 4s ease-in infinite;
}
@keyframes pulse3 {
  0% {
    -webkit-transform: scale(0.9) rotate(-10deg);
    transform: scale(0.9) rotate(-10deg);
  }
  70% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  100% {
    -webkit-transform: scale(0.9) rotate(-10deg);
    transform: scale(0.9) rotate(-10deg);
  }
}
.elementor-section__image__counter {
  position: absolute;
  right: -120px;
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: var(--tolak-white, #fff);
  filter: drop-shadow(0 0 19px rgba(0, 0, 0, 0.16));
  max-width: 570px;
  border-radius: 100px;
  padding: 30px 65px 30px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .elementor-section__image__counter {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .elementor-section__image__counter {
    position: relative;
    flex-direction: column;
  }
}
.elementor-section__image__counter::after {
  position: absolute;
  right: -70px;
  bottom: -250px;
  width: 200px;
  height: 300px;
  content: "";
  background-color: var(--tolak-base, #3d72fc);
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 767px) {
  .elementor-section__image__counter::after {
    display: none;
  }
}
.elementor-section__image__counter::before {
  position: absolute;
  right: -135px;
  bottom: -180px;
  width: 200px;
  height: 300px;
  content: "";
  background-color: var(--tolak-black, #051d1f);
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 767px) {
  .elementor-section__image__counter::before {
    display: none;
  }
}
.elementor-section__image__counter__number {
  font-family: var(--tolak-font, "Rubik", sans-serif);
  margin: 0;
  font-size: 78px;
  font-weight: 600;
  display: flex;
  align-items: center;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--tolak-black, #051d1f);
}
.elementor-section__image__counter__text {
  margin: 0 0 0 30px;
  padding: 0 0 0 32px;
  color: var(--tolak-base, #3d72fc);
  font-size: 22px;
  line-height: 37px;
  font-weight: 600;
  border-left: 3px solid var(--tolak-base, #3d72fc);
}
@media (max-width: 767px) {
  .elementor-section__image__counter__text {
    border: none;
    margin: 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
}

/*--------------------------------------------------------------
#  Video Section
--------------------------------------------------------------*/
.video-section {
  position: relative;
  background-color: var(--tolak-black, #051d1f);
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .video-section {
    padding: 80px 0;
  }
}
.video-section .sec-title__title {
  color: var(--tolak-white, #fff);
}
.video-section__shape-one {
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1299px) {
  .video-section__shape-one {
    display: none;
  }
}
.video-section__shape-two {
  position: absolute;
  left: 0;
  bottom: -160px;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  animation: pulse2 4s ease-in infinite;
}
@keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@media (max-width: 1299px) {
  .video-section__shape-two {
    display: none;
  }
}
.video-section__text {
  max-width: 1390px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
}
@media (max-width: 1299px) {
  .video-section__text {
    display: none;
  }
}
.video-section__text span {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--tolak-white, #fff);
  opacity: 0.06;
  font-size: 106px;
  font-weight: 700;
  font-family: var(--tolak-heading-font, "Raleway", sans-serif);
  text-transform: uppercase;
}
.video-section .container {
  position: relative;
}
.video-section__banner {
  position: relative;
}
.video-section__banner img {
  max-width: 100%;
  height: auto;
  border-radius: 50px;
}
.video-section__banner .video-popup {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 105px;
  height: 105px;
  background-color: var(--tolak-white, #fff);
  border-radius: 50%;
  font-size: 50px;
  color: var(--tolak-base, #3d72fc);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-section__banner .video-popup:hover {
  transform: scale(1.1);
}
.video-section__banner .video-popup__btn-ripple::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 var(--tolak-white, #fff);
  animation: btnRipple 3s infinite;
  border-radius: 50%;
  opacity: 0.62;
  animation-delay: 0.9s;
}
.video-section__banner .video-popup__btn-ripple::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 var(--tolak-white, #fff);
  opacity: 0.62;
  animation: btnRipple 2s infinite;
  border-radius: 50%;
  animation-delay: 0.6s;
}
@keyframes btnRipple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*--------------------------------------------------------------
#  Sliding Text Section
--------------------------------------------------------------*/
.slide-text {
  position: relative;
  z-index: 1;
  background-color: var(--tolak-base, #3d72fc);
  padding: 68px 0 85px;
}
.slide-text__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.07;
}
.slide-text__wrap {
  position: relative;
  display: block;
  padding: 0;
  white-space: nowrap;
}
.slide-text__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  animation: text-scrolling 19s linear infinite;
  will-change: transform;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  gap: 35px;
}
@media (max-width: 767px) {
  .slide-text__list {
    animation: text-scrolling 9s linear infinite;
  }
}
.slide-text__list:hover {
  animation-play-state: paused;
}
.slide-text__list li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 95px;
  color: var(--tolak-white, #fff);
  font-family: var(--tolak-heading-font, "Raleway", sans-serif);
  letter-spacing: 0;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1199px) {
  .slide-text__list li {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .slide-text__list li {
    font-size: 50px;
  }
}
.slide-text__list li:nth-child(odd) {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--tolak-white, #fff);
}
@keyframes text-scrolling {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

/*--------------------------------------------------------------
#  Footer Section
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .main-footer {
    padding-top: 80px;
  }
}
.main-footer .container {
  position: relative;
  z-index: 2;
}
.main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  border-bottom: 7px solid var(--tolak-base, #3d72fc);
}
.main-footer__shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 1199px) {
  .main-footer__shape {
    display: none;
  }
}
.main-footer__shape-two {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  animation: messageMove 3s linear 0s infinite;
}
@media (max-width: 1199px) {
  .main-footer__shape-two {
    display: none;
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
.main-footer__title {
  margin: 20px 0 6px;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .main-footer__title {
    font-size: 35px;
  }
}
.main-footer__text {
  margin: 0 0 21px;
  color: var(--tolak-black, #051d1f);
  font-size: 17px;
}
.main-footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .main-footer__btn {
    flex-direction: column;
  }
}
.main-footer__btn .tolak-btn {
  border-radius: 30px;
}
.main-footer__copyright {
  position: relative;
  margin: 100px 0 0;
  padding: 20px 60px 16px;
  display: flex;
  background-color: var(--tolak-black, #051d1f);
  border-radius: 100px 100px 0 0;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .main-footer__copyright {
    margin-top: 60px;
    flex-direction: column;
    gap: 15px;
  }
}
.main-footer__copyright p {
  color: var(--tolak-white, #fff);
  margin: 0;
}
.main-footer__copyright__mneu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 45px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer__copyright__mneu li {
  color: var(--tolak-white, #fff);
}
.main-footer__copyright__mneu li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  display: inline-block;
}
.main-footer__copyright__mneu li a:hover {
  color: var(--tolak-base, #3d72fc);
  background-size: 100% 1px;
}

@keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes shrinkAnim {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 0 50%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
/*# sourceMappingURL=tolak-landing.css.map */
