/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty-One WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwentyone/style.css");

.text-with-gif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-with-gif img {
  -webkit-animation: handRotation 2s ease infinite;
          animation: handRotation 2s ease infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  position: relative;
  top: 3px;
}

.text-with-gif img:hover {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes handRotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes handRotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.elementor-nav-menu .menu-item {
  text-align: center;
}

.elementor-nav-menu .menu-item a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

.elementor-nav-menu .menu-item a:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 7px;
  height: 1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  background-color: #000 !important;
}

.elementor-nav-menu .menu-item a.elementor-item-active {
  font-weight: 700 !important;
}

.elementor-nav-menu .menu-item a.elementor-item-active:before {
  width: calc(100% - 30px);
  height: 2px;
}

#menu-2-c48de63 {
  height: 100vh;
}

.elementor-widget-social-icons .elementor-social-icons-wrapper .elementor-grid-item:last-child {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

.gif-block-left.elementor-col-50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gif-block-left.elementor-col-50 > .elementor-widget-wrap {
  width: auto;
  margin: 0 100px 0 170px;
  background-position: center 47% !important;
  background-size: 84% auto !important;
}

.gif-block-right.elementor-col-50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gif-block-right.elementor-col-50 > .elementor-widget-wrap {
  width: auto;
  margin: 0 170px 0 100px;
  background-position: center 40% !important;
  background-size: 84% auto !important;
}

.gif-block-left.elementor-col-33 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gif-block-left.elementor-col-33 > .elementor-widget-wrap {
  margin: 0 170px 0 100px;
  background-position: center 43% !important;
  background-size: 84% auto !important;
  background-repeat: no-repeat;
  width: auto;
}

.move-arrow-right {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.move-arrow-right:hover {
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
}

h3 > a {
  color: inherit;
}

.wrap-container {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.wrap-container .elementor-container {
  width: 100%;
  max-width: 1176px !important;
  margin-left: auto;
  margin-right: auto;
}

.is-load .logo:not(.anime-is-end) .logo__inner {
  -webkit-animation: innerAnim 1s ease 0.6s forwards;
          animation: innerAnim 1s ease 0.6s forwards;
}

.is-load .logo:not(.anime-is-end) .logo__text {
  -webkit-animation: textAnim 1s ease 0.6s forwards;
          animation: textAnim 1s ease 0.6s forwards;
}

.is-load .logo:not(.anime-is-end) .logo__text span {
  -webkit-animation: textSpanAnim 1s ease 0.6s forwards;
          animation: textSpanAnim 1s ease 0.6s forwards;
}

@-webkit-keyframes innerAnim {
  0% {
    left: calc(50% - 31px);
    width: 62px;
  }

  33% {
    left: calc(50% - 31px);
    width: 62px;
  }

  66% {
    left: 0;
    width: 62px;
  }

  100% {
    left: 0;
    width: 200px;
  }
}

@keyframes innerAnim {
  0% {
    left: calc(50% - 31px);
    width: 62px;
  }

  33% {
    left: calc(50% - 31px);
    width: 62px;
  }

  66% {
    left: 0;
    width: 62px;
  }

  100% {
    left: 0;
    width: 200px;
  }
}

@-webkit-keyframes textSpanAnim {
  0% {
    opacity: 0;
  }

  33% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes textSpanAnim {
  0% {
    opacity: 0;
  }

  33% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes textAnim {
  0% {
    left: 16px;
  }

  33% {
    left: 16px;
  }

  66% {
    left: 16px;
  }

  100% {
    left: 21px;
  }
}

@keyframes textAnim {
  0% {
    left: 16px;
  }

  33% {
    left: 16px;
  }

  66% {
    left: 16px;
  }

  100% {
    left: 21px;
  }
}

.logo {
  width: 200px;
  height: 62px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  display: block;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logo.anime-is-end .logo__inner {
  width: 200px;
  left: 0;
}

.logo.anime-is-end .logo__text {
  left: 21px;
}

.logo.anime-is-end .logo__text span {
  opacity: 1;
}

.logo.anime-is-end:hover .logo__inner {
  -webkit-animation: innerHoverAnim 1s ease;
          animation: innerHoverAnim 1s ease;
}

.logo.anime-is-end:hover .logo__text {
  -webkit-animation: textHoverAnim 1s ease;
          animation: textHoverAnim 1s ease;
}

.logo.anime-is-end:hover .logo__text span {
  -webkit-animation: textSpanHoverAnim 1s ease;
          animation: textSpanHoverAnim 1s ease;
}

@-webkit-keyframes innerHoverAnim {
  0% {
    width: 200px;
    left: 0;
  }

  33% {
    width: 62px;
    left: calc(50% - 31px);
  }

  66% {
    width: 62px;
    left: 0;
  }

  100% {
    width: 200px;
    left: 0;
  }
}

@keyframes innerHoverAnim {
  0% {
    width: 200px;
    left: 0;
  }

  33% {
    width: 62px;
    left: calc(50% - 31px);
  }

  66% {
    width: 62px;
    left: 0;
  }

  100% {
    width: 200px;
    left: 0;
  }
}

@-webkit-keyframes textHoverAnim {
  0% {
    left: 21px;
  }

  33% {
    left: 16px;
  }

  66% {
    left: 16px;
  }

  100% {
    left: 21px;
  }
}

@keyframes textHoverAnim {
  0% {
    left: 21px;
  }

  33% {
    left: 16px;
  }

  66% {
    left: 16px;
  }

  100% {
    left: 21px;
  }
}

@-webkit-keyframes textSpanHoverAnim {
  0% {
    opacity: 1;
  }

  33% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes textSpanHoverAnim {
  0% {
    opacity: 1;
  }

  33% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.logo__inner {
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: calc(50% - 31px);
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #000;
}

.logo__inner-2 {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.logo__square {
  position: absolute;
  height: 8px;
  width: 8px;
  border: 1px solid #000;
  background-color: #fff;
}

.logo__square:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.logo__square:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.logo__square:nth-child(3) {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.logo__square:nth-child(4) {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.logo__text {
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: center;
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.logo__text span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.elementor-element-931e648 .elementor-widget-container {
  text-align: center;
}

.animation-link a {
  text-decoration: none !important;
  position: relative;
}

.animation-link a:hover::before {
  width: 100%;
}

.animation-link a:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -6px;
  height: 2px;
  width: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.education-card > .elementor-widget-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.education-card > .elementor-widget-wrap .elementor-element .elementor-widget-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.education-card > .elementor-widget-wrap .elementor-element .elementor-spacer-inner {
  height: auto !important;
}

.education-card > .elementor-widget-wrap .elementor-element .elementor-icon-wrapper {
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.education-card > .elementor-widget-wrap .elementor-element .elementor-icon-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.post-password-form {
  margin: 0 auto;
  width: 100%;
  max-width: 426px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  border-radius: 300px;
  padding: 8px;
  height: 53px;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.post-password-form__label {
  display: none;
}

.post-password-form__input {
  margin-top: 0 !important;
  margin-right: 0 !important;
  padding-right: 20px !important;
  border: none !important;
  outline: none !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #000 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  width: 100%;
  background-color: transparent !important;
}

.post-password-form__input::-webkit-input-placeholder {
  color: #a3a3a3;
}

.post-password-form__input::-moz-placeholder {
  color: #a3a3a3;
}

.post-password-form__input:-ms-input-placeholder {
  color: #a3a3a3;
}

.post-password-form__input::-ms-input-placeholder {
  color: #a3a3a3;
}

.post-password-form__input::placeholder {
  color: #a3a3a3;
}

.post-password-form__submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 118px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1em !important;
  text-align: center;
  border-radius: 300px !important;
  padding: 5px 20px !important;
  background-color: #b1b1b1 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 !important;
  border: none !important;
  outline: none !important;
  height: 100%;
}

.post-password-form__submit:hover {
  background-color: #000 !important;
}

.post-password-form__submit:active {
  background-color: #838383 !important;
}

.post-password-form--typing .post-password-form__submit {
  background-color: #000 !important;
}

.post-password-form--typing .post-password-form__submit:active {
  background-color: #838383 !important;
}

.page-loaded .post-password-required > .elementor-section-wrap {
  opacity: 1;
}

.post-password-required {
  background-color: #f3f0ec;
}

.post-password-required > .elementor-section-wrap {
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  opacity: 0;
}

.post-password-required .elementor-element-a0874d8 > .elementor-widget-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post-password-required .elementor-element-a0874d8 > .elementor-widget-container > .custom-password-message {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.post-password-required .post-password-message {
  display: none !important;
}

.post-password-required .custom-password-message {
  color: #e50000;
  font-size: 14px;
  position: relative;
  z-index: 10;
  padding: 0 20px;
  max-width: 426px;
  margin: 5px auto 0;
  text-align: left;
  width: 100%;
}

.post-password-required .elementor-element-2d7c1c9 {
  display: none !important;
}

.post-password-required .elementor-element-6e3e73f > .elementor-container {
  position: relative;
}

.post-password-required .elementor-element-6e3e73f > .elementor-container > .sticky-element-placeholder {
  display: none !important;
}

.post-password-required .elementor-element-6e3e73f > .elementor-container > .elementor-column.elementor-element-2debd1b {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 3;
  display: block !important;
  height: auto !important;
}

.post-password-required .elementor-element-6e3e73f > .elementor-container > .elementor-column.elementor-element-2debd1b > .elementor-widget-wrap.elementor-element-populated {
  background: transparent !important;
  border: none !important;
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
  padding-left: 82px;
  padding-top: 37px !important;
}

.post-password-required .elementor-element-6e3e73f > .elementor-container > .elementor-column.elementor-element-2debd1b .elementor-element-d20241d {
  margin-bottom: 23px !important;
}

.post-password-required .elementor-element-6e3e73f > .elementor-container > .elementor-column.elementor-element-2debd1b .elementor-element-d20241d .elementor-icon-wrapper {
  text-align: left;
}

.post-password-required .elementor-element-6e3e73f > .elementor-container > .elementor-column.elementor-element-2debd1b .elementor-element-d20241d .elementor-icon-wrapper .elementor-icon {
  font-size: 173px;
}

.post-password-required .elementor-element-6e3e73f > .elementor-container > .elementor-column.elementor-element-2debd1b .elementor-element-8a84512 {
  display: none !important;
}

.post-password-required .elementor-element-6e3e73f > .elementor-container > .elementor-column.elementor-element-2debd1b .elementor-element-083bbb6 {
  padding-left: 2px;
}

.post-password-required .elementor-element-6e3e73f > .elementor-container > .elementor-column.elementor-element-2debd1b .elementor-element-083bbb6:before {
  white-space: pre;
  content: "Yair Bahar \aProduct Design Manager";
  color: #747474;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
}

.post-password-required .elementor-element-6e3e73f > .elementor-container > .elementor-column.elementor-element-2debd1b .elementor-element-083bbb6 .elementor-grid {
  text-align: left !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.post-password-required .elementor-element-6e3e73f > .elementor-container > .elementor-column.elementor-element-d400e0a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f0ec;
  width: 100% !important;
}

@media (min-width: 992px) {
  .elementor-nav-menu .menu-item a:hover:before {
    width: calc(100% - 30px);
  }
}

@media (max-width: 1024px) {
  .gif-block-left.elementor-col-50 > .elementor-widget-wrap {
    margin: 0px 40px 0px 100px !important;
  }

  .gif-block-left.elementor-col-50 > .elementor-widget-wrap .elementor-widget-container {
    margin: 0 !important;
  }

  .gif-block-right.elementor-col-50 > .elementor-widget-wrap {
    margin: 0px 100px 0px 40px !important;
  }

  .gif-block-right.elementor-col-50 > .elementor-widget-wrap .elementor-widget-container {
    margin: 0 !important;
  }

  .elementor-menu-toggle {
    height: 20px !important;
    width: 30px !important;
    position: relative;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none !important;
    outline: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }

  .elementor-menu-toggle.elementor-active:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    top: 50%;
  }

  .elementor-menu-toggle.elementor-active:after {
    -webkit-transform: translateY(50%) rotate(45deg);
        -ms-transform: translateY(50%) rotate(45deg);
            transform: translateY(50%) rotate(45deg);
    bottom: 50%;
  }

  .elementor-menu-toggle.elementor-active i {
    opacity: 0;
  }

  .elementor-menu-toggle::before {
    position: absolute;
    content: "" !important;
    display: block !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .elementor-menu-toggle i {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .elementor-menu-toggle i::before {
    display: none !important;
  }

  .elementor-menu-toggle:after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .wrap-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 767px) {
  .gif-block-left.elementor-col-50 > .elementor-widget-wrap {
    margin: 0px 5px 0px 0px !important;
  }

  .gif-block-right.elementor-col-50 > .elementor-widget-wrap {
    margin: 0px 0px 0px 5px !important;
  }

  .education-card:not(:last-child) {
    margin-bottom: 20px;
  }

  .post-password-required .elementor-element-6e3e73f > .elementor-container > .elementor-column.elementor-element-2debd1b {
    position: static !important;
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767.98px) {
  .post-password-required .elementor-element-6e3e73f {
    padding: 0 20px !important;
    background-color: #f3f0ec;
  }

  .post-password-required .elementor-element-6e3e73f > .elementor-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: #f3f0ec;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .post-password-required .elementor-element-6e3e73f > .elementor-container > .elementor-column.elementor-element-2debd1b > .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0px;
  }

  .post-password-required .elementor-element-6e3e73f > .elementor-container > .elementor-column.elementor-element-2debd1b .elementor-element-d20241d {
    margin-bottom: 20px;
  }

  .post-password-required .elementor-element-6e3e73f > .elementor-container > .elementor-column.elementor-element-2debd1b .elementor-element-d20241d .elementor-icon-wrapper .elementor-icon {
    font-size: 138px;
  }

  .post-password-required .elementor-element-6e3e73f > .elementor-container > .elementor-column.elementor-element-2debd1b .elementor-element-083bbb6:before {
    font-size: 16px;
    bottom: 5px;
  }

  .post-password-required .elementor-element-6e3e73f > .elementor-container > .elementor-column.elementor-element-d400e0a {
    padding-top: 60px;
  }
}