.wrapper {
  background: #EBDEB8;
}

.left-section {
  background-image: url(/web-assets/images/template/global/bg-main.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.left-section .ali_pirhani {
  background-color: #92ABBC;
  display: inline-block;
  width: auto;
  font-size: 40px;
  padding-right: 40px;
  padding-left: 40px;
  line-height: 89px;
  border-radius: 0.5rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.left-section .ali_pirhani:hover {
  -webkit-box-shadow: 0 20px 25px -5px rgba(235, 222, 184, 0.1), 0 10px 10px -5px rgba(235, 222, 184, 0.04);
          box-shadow: 0 20px 25px -5px rgba(235, 222, 184, 0.1), 0 10px 10px -5px rgba(235, 222, 184, 0.04);
}

@media (min-width: 576px) {
  .left-section .ali_pirhani {
    font-size: 50px;
  }
}

@media (min-width: 1024px) {
  .left-section .ali_pirhani {
    font-size: 60px;
    padding-right: 70px;
    padding-left: 70px;
  }
}

.left-section .bottom_bar {
  margin-bottom: 64px;
  margin-top: 50px;
}

@media (min-width: 1024px) {
  .left-section .bottom_bar {
    margin-top: 90px;
  }
}

.content__wrapper .content {
  max-width: 90%;
}

.right-section .top_bar {
  padding: 20px;
}

@sreen sm {
  .right-section .top_bar {
    padding: 64px;
  }
}

.right-section .top_bar a {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  cursor: pointer;
  overflow: hidden;
}

.right-section .top_bar a:before, .right-section .top_bar a:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #EBDEB8;
}

.right-section .top_bar a:before {
  top: 0;
}

.right-section .top_bar a:after {
  bottom: 0;
}

.right-section .top_bar a:hover > * > *:before, .right-section .top_bar a:hover > * > *:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.right-section .top_bar a:hover > * > * > *:before, .right-section .top_bar a:hover > * > * > *:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.right-section .top_bar a > *:before, .right-section .top_bar a > *:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #EBDEB8;
}

.right-section .top_bar a > *:before {
  left: 0;
}

.right-section .top_bar a > *:after {
  right: 0;
}

.right-section .top_bar a > * > *:before, .right-section .top_bar a > * > *:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 9;
  height: 2px;
  width: 100%;
  background-color: #0c2639;
}

.right-section .top_bar a > * > *:before {
  top: 0;
  -webkit-transform: translate3d(-105%, 0, 0);
          transform: translate3d(-105%, 0, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.right-section .top_bar a > * > *:after {
  bottom: 0;
  -webkit-transform: translate3d(105%, 0, 0);
          transform: translate3d(105%, 0, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.right-section .top_bar a > * > * > *:before, .right-section .top_bar a > * > * > *:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100%;
  width: 2px;
  background-color: #0c2639;
}

.right-section .top_bar a > * > * > *:before {
  left: 0;
  -webkit-transform: translate3d(0, 105%, 0);
          transform: translate3d(0, 105%, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.right-section .top_bar a > * > * > *:after {
  right: 0;
  -webkit-transform: translate3d(0, -105%, 0);
          transform: translate3d(0, -105%, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.right-section .bottom_bar {
  margin-bottom: 64px;
  margin-top: 50px;
}

@media (min-width: 1024px) {
  .right-section .bottom_bar {
    margin-top: 90px;
  }
}

.right-section .content {
  width: 320px;
  max-width: 680px;
}

.right-section .content .item__wrapper {
  width: 680px;
}

.right-section .content .item__wrapper .icon__wrapper {
  position: absolute;
  background: #C9DFED;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  padding: 13px;
}

.right-section .content .item__wrapper .icon__wrapper img {
  width: auto;
  height: 35px;
}

.right-section .content .item__wrapper .item {
  width: 100%;
  height: 230px;
  background: #0C2639;
  padding: 30px;
  color: #EBDEB8;
  border-radius: 20px;
  font-size: 20px;
  padding-top: 115px;
}

.right-section .content .item__wrapper:first-child .item {
  margin-bottom: 100px;
}

@media (min-width: 576px) {
  .right-section .content .item__wrapper .icon__wrapper {
    width: 186px;
    height: 186px;
    margin-top: -8px;
    padding: 0;
    border-radius: 0.5rem;
  }

  .right-section .content .item__wrapper .icon__wrapper img {
    width: auto;
    height: auto;
  }

  .right-section .content .item__wrapper .item {
    height: 174px;
    padding: 30px;
    padding-right: 206px;
  }

  .right-section .content .item__wrapper:first-child .item {
    margin-bottom: 160px;
  }
}

@md {
  .right-section .content .item__wrapper .item {
    line-height: 2;
  }
}

.right-section .content .item {
  width: 106px;
  height: 106px;
  padding: 4px;
}

.right-section .content .item a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.right-section .content .item a img {
  width: 40px;
  max-height: 40px;
}

.right-section .content .item a div {
  font-size: 13px;
  margin-right: -20px;
  margin-left: -20px;
}

@media (min-width: 576px) {
  .right-section .content {
    width: 510px;
  }

  .right-section .content .item {
    width: 165px;
    height: 165px;
    padding: 8px;
  }

  .right-section .content .item a img {
    width: 80px;
    max-height: 80px;
  }

  .right-section .content .item a div {
    font-size: 14px;
    margin-right: -5px;
    margin-left: -5px;
  }
}

@media (min-width: 768px) {
  .right-section .content {
    width: 570px;
  }

  .right-section .content .item {
    width: 120px;
    height: 120px;
  }

  .right-section .content .item a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .right-section .content .item a img {
    width: 50px;
    max-height: 50px;
  }

  .right-section .content .item a div {
    font-size: 14px;
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media (min-width: 1024px) {
  .right-section .content {
    width: 495px;
  }

  .right-section .content .item {
    width: 165px;
    height: 165px;
    padding: 8px;
  }

  .right-section .content .item a img {
    width: 80px;
    max-height: 80px;
  }

  .right-section .content .item a div {
    font-size: 14px;
    margin-right: -5px;
    margin-left: -5px;
  }
}

@media (min-width: 1280px) {
  .right-section .content {
    width: 612px;
  }

  .right-section .content .item {
    width: 206px;
    height: 206px;
  }

  .right-section .content .item a {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .right-section .content .item a img {
    width: 115px;
    max-height: 115px;
  }

  .right-section .content .item a div {
    font-size: 18px;
    margin-top: 8px;
  }
}
