@import "./base.css";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icons/fonts/icomoon.woff") format("woff"), url("../fonts/icons/fonts/icomoon.ttf") format("ttf"), url("../fonts/icons/fonts/icomoon.eot") format("eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IRANSansWeb";
  src: url("../fonts/IRANSansWeb.eot") format("eot"), url("../fonts/IRANSansWeb.woff") format("woff"), url("../fonts/IRANSansWeb.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IRANSansWeb_Bold";
  src: url("../fonts/IRANSansWeb_Bold.woff") format("woff"), url("../fonts/IRANSansWeb_Bold.woff2") format("woff2"), url("../fonts/IRANSansWeb_Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Shabnam-FD";
  src: url("../fonts/Shabnam-FD.eot") format("eot"), url("../fonts/Shabnam-FD.woff") format("woff"), url("../fonts/Shabnam-FD.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Shabnam-Regular";
  src: url("../fonts/Shabnam.eot") format("eot"), url("../fonts/Shabnam.woff") format("woff"), url("../fonts/Shabnam.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Shabnam-Light";
  src: url("../fonts/Shabnam-Light.woff") format("woff"), url("../fonts/Shabnam-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Shabnam-Bold";
  src: url("../fonts/Shabnam-Bold.eot") format("eot"), url("../fonts/Shabnam-Bold.woff") format("woff"), url("../fonts/Shabnam-Bold.woff2") format("woff2"), url("../fonts/Shabnam-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
#loading, .banner-box-content, .calendar-container, .img-banner-top, .main-btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a, a:visited, a:active, a:hover {
  color: inherit;
}

input, textarea, button {
  outline: none !important;
}

body {
  position: relative;
  direction: rtl;
  text-align: right;
  font-family: "Vazir" !important;
  background-color: #efefef;
  overflow-x: hidden;
  min-height: 100vh;
  font-size: 12px !important;
}

.light-border {
  border: 1px solid #eaeaea;
}

.text-main {
  color: #614124 !important;
}

.text-third {
  color: #efefef !important;
}

.bg-second {
  background-color: #E8C07D !important;
}

.bg-logo {
  background-color: #BFD730 !important;
}

.bg-third {
  background-color: #efefef !important;
}

.text-second {
  color: #E8C07D !important;
}

.text-fourth {
  color: #ffb167 !important;
}

.font-digit {
  font-family: "Shabnam-FD";
}

.font-bold {
  font-family: "Shabnam-Bold";
}

header {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s ease-in-out;
}
header .menu-header > li > a {
  position: relative;
}
header .menu-header > li > a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 0;
  bottom: -7px;
  height: 3px;
  background-color: #BFD730;
  transition: width 0.3s ease-in-out;
}
header .menu-header > li > a:hover, header .menu-header > li > a.active {
  color: #614124;
  text-shadow: 1px 1px #BFD730;
}
header .menu-header > li > a:hover:before, header .menu-header > li > a.active:before {
  width: 100%;
}
header.other .menu-header > li > a:before {
  background-color: #efefef;
}
header.other .menu-header > li > a:hover, header.other .menu-header > li > a.active {
  color: #efefef;
}

#mainHeader, #mainFooter, #mainIndex {
  opacity: 0;
}

#aboutIndex {
  z-index: 1;
}
#aboutIndex h1 {
  font-family: "Shabnam-Bold";
}
#aboutIndex h2 {
  position: relative;
  margin-right: 60px;
  color: #614124;
}
#aboutIndex h2:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 105%;
  width: 48px;
  height: 2px;
  background-color: #614124;
}

#product h3 {
  position: relative;
  margin-right: 65px;
  color: #614124;
}
#product h3:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 105%;
  width: 48px;
  height: 2px;
  background-color: #614124;
}

.main-btn1 {
  position: relative;
  color: #614124 !important;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 0;
  transition: all .6s ease-in-out;
}
@media (max-width: 992px) {
  .main-btn1 {
    width: 120px;
    height: 35px;
    font-size: 1em;
  }
}
@media (min-width: 992.1px) {
  .main-btn1 {
    width: 150px;
    height: 45px;
    font-size: 1.3em;
  }
}
.main-btn1:after, .main-btn1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-btn1:after {
  border: 2px solid #BFD730;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 0;
}
.main-btn1:before {
  background-color: #BFD730;
  transition: width 0.3s ease;
  z-index: -1;
}
.main-btn1:hover:before {
  width: 0;
}
.main-btn1:hover {
  color: #614124 !important;
}

.img-banner-top {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -25px;
  right: 30px;
  border-radius: 50px;
  background-color: #E8C07D;
  color: #efefef;
  transition: width 0.6s ease-in-out;
  z-index: 10;
}
.img-banner-top .img-banner-top-container {
  width: 0;
}
.img-banner-top-content span {
  opacity: 0;
  transition: all 1s;
}
.img-banner-top-icon {
  padding: 7px 4px;
  background-color: #efefef;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E8C07D;
}
.img-banner-top:hover {
  width: 140px;
  padding: 0 10px;
}
.img-banner-top:hover .img-banner-top-container {
  width: auto;
}
.img-banner-top:hover .img-banner-top-container span {
  opacity: 1;
}
.img-banner-top:hover .img-banner-top-content {
  padding-right: 10px;
  padding-left: 10px;
}

.bi-arrow-down-left {
  position: absolute;
  right: 7px;
  top: -60px;
  animation: linear infinite alternate;
  animation-name: run3;
  animation-duration: 0.3s;
}

@keyframes run3 {
  0% {
    top: -60px;
  }
  100% {
    top: -66px;
  }
}
.img-banner-bottom {
  position: absolute;
  bottom: 0;
  left: 8px;
  padding: 7px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0;
  background-color: #614124;
  color: #efefef;
  z-index: 10;
}

#banner {
  width: 100%;
  height: 100vh;
  z-index: 1;
}

#banner .inner-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.img-back {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40%;
  height: 30%;
  background-color: #ffb167;
  border-radius: 10px;
  z-index: -1;
  opacity: 0.4;
}

.img-content-right,
.img-content-left,
.img-contact {
  position: absolute;
  bottom: 20px;
  padding: 10px 18px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0;
  background-color: #614124;
  color: #efefef;
}

.img-contact {
  right: -100px;
  bottom: -20px;
}

.img-content-right {
  right: -30px;
}

.img-content-left {
  left: -30px;
}

.comment-container {
  padding: 25px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 0;
  background-color: #E8C07D;
  color: #efefef;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

#customerOwl .owl-stage,
#blogOwl .owl-stage,
#honorOwl .owl-stage,
#commentsOwl .owl-stage {
  margin-bottom: 20px;
  margin-top: 20px;
}

.calendar-container {
  flex-direction: column;
  position: absolute;
  bottom: -30px;
  left: 30px;
  width: 75px;
  height: 60px;
  border-radius: 10px;
  border-bottom-right-radius: 0;
}

#productMain .calendar-container,
#productDetail .calendar-container {
  width: fit-content;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -22px;
  height: 37px;
  left: unset;
  right: 30px;
}

#productMain .calendar-container,
#productDetail .calendar-container h3{
  margin: 0;
}

.input-main {
  outline: none;
  border: none;
  height: 40px;
  background-color: #e1e0d7;
  padding: 6px 10px;
  color: #000 !important;
  font-size: 1.2em;
  border-bottom: 3px solid #614124;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 0;
}

textarea.input-main {
  height: unset;
}

#tabToTap {
  display: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background: #77871a;
  background-image: linear-gradient(45deg, #9db222, #fff);
  background-image: -webkit-linear-gradient(45deg, #9db222, #fff);
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 1000;
  cursor: pointer;
  box-shadow: 0 0 30px rgba(15, 15, 92, 0.5);
  font-size: 2.6em;
  display: none;
  text-align: center;
  line-height: 45px;
  color: #fff;
}

.overlay-all {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1001;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  display: none;
}

.overlay-mobile, .overlay {
  height: 100%;
  position: fixed;
  z-index: 1002;
  top: 0;
  right: -100%;
  background-color: #ebfb86;
  transition: all 0.5s ease;
}

.overlay-mobile {
  width: 65%;
  right: -100%;
}

.overlay-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.horizontal-line-header {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 15px;
}

.overlay-content-text {
  font-size: 1.3em;
  padding: 8px 10px;
  color: #333 !important;
  font-weight: bold;
  transition: width 0.5s linear;
}

.banner-title {
  z-index: 101;
}

.banner-title h1,
.banner-title h2 {
  text-align: center;
  color: #fff;
  background: linear-gradient(to left, #efefef 10%, #614124 50%, #070707 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textClip 4.5s linear infinite;
  display: inline-block;
  font-family: "IRANSansWeb_Bold";
}

@keyframes textClip {
  to {
    background-position: 200% center;
  }
}
.second-title {
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}

.wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: 0;
  padding: 0;
}
.nav__link {
  color: #efefef;
  list-style: none;
  cursor: pointer;
  font-family: "IRANSansWeb";
  transition: 0.25s ease;
}
.nav__link:not(:last-child) {
  margin-bottom: 40px;
}
.nav__link:hover {
  transform: translateX(25px);
}

.fa-angle-left.one,
.fa-angle-left.two {
  bottom: 23%;
  position: absolute;
  animation: linear infinite alternate;
  animation-duration: 0.4s;
}

.fa-angle-left.one {
  left: 0;
  animation-name: run1;
}

.fa-angle-left.two {
  left: 5px;
  animation-name: run2;
}

@keyframes run1 {
  0% {
    left: 10px;
  }
  100% {
    left: 15px;
  }
}
@keyframes run2 {
  0% {
    left: 15px;
  }
  100% {
    left: 20px;
  }
}
.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  background-color: #fff;
  color: #000;
  font-family: "IRANSansWeb";
  font-size: 12px;
  box-shadow: 0px 0px 1px black;
  -webkit-box-shadow: 0px 0px 1px black;
  opacity: 1 !important;
  border-radius: 2px;
}

.tooltip.bs-tooltip-right .arrow,
.tooltip.bs-tooltip-left .arrow,
.tooltip.bs-tooltip-bottom .arrow,
.tooltip.bs-tooltip-top .arrow {
  display: none;
}

.hover-style {
  position: relative;
  margin: 10px 20px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: right;
  line-height: 1.4em;
  background-color: #211717;
  border-radius: 10px;
}

.hover-style * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease;
}

.hover-style img {
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  width: 100%;
  transform: translate(0%, -50%);
  border-radius: 10px;
}

.hover-style figcaption {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 20px 0 20px 20px;
}

.hover-style h2,
.hover-style p {
  margin: 0;
  width: 100%;
  transform: translateX(20px);
  opacity: 0;
}

.hover-style h2 {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.hover-style p {
  font-size: 0.8em;
}

.hover-style a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.hover-style:hover img,
.hover-style.hover img {
  width: 45%;
  right: -10%;
}

.hover-style:hover figcaption h2,
.hover-style.hover figcaption h2,
.hover-style:hover figcaption p,
.hover-style.hover figcaption p {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.snip1361 {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #E8C07D;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
  border-radius: 10px;
}

.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1361 img {
  max-width: 100%;
  vertical-align: top;
}

.snip1361 figcaption {
  direction: rtl;
  text-align: right;
  position: absolute;
  bottom: 0;
  top: 86%;
  width: 100%;
  background-color: #ffffff;
  padding: 15px 25px 65px;
}

.snip1361 figcaption:before {
  position: absolute;
  content: "";
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}

.snip1361 h4,
.snip1361 p {
  margin: 0 0 10px;
}
.snip1361 h4:before,
.snip1361 p:before {
  background-color: #fff;
}

.snip1361 h4 {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.2em;
  text-transform: uppercase;
}

.snip1361 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}

.snip1361 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.snip1361:hover figcaption,
.snip1361.hover figcaption {
  top: 80px;
}

.other-banner {
  position: relative;
  width: 100%;
  height: 40vh;
}
.other-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#bannerOwl .owl-stage {
  height: 40vh;
}

#bannerOwl .owl-dots,
#bannerOwl .owl-nav {
  display: none !important;
}

.banner-box {
  position: relative;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin: auto;
}
.banner-box-content {
  flex-direction: column;
  position: relative;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  background-color: #efefef;
  opacity: 0.8;
  z-index: 2;
}
.banner-box-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(1px);
}

.owl-stage:nth-child(1) {
  animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#customerOwl .owl-item:nth-child(2n+1),
#honorOwl .owl-item:nth-child(2n) {
  transform: translateY(-30px);
}

#customerOwl .owl-stage-outer,
#honorOwl .owl-stage-outer {
  padding-top: 20px;
}

#customerOwl .item .img-overlay,
#honorOwl .item .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #bbb, transparent);
  border-radius: 10px;
  transition: all 0.3s ease;
  opacity: 0;
}
#customerOwl .item a img,
#honorOwl .item a img {
  border-radius: 10px;
}
#customerOwl .item a:hover .img-overlay,
#honorOwl .item a:hover .img-overlay {
  opacity: 1;
}

.owl-carousel button.owl-prev,
.owl-carousel button.owl-next {
  border: unset !important;
  border: 1px solid !important;
}

.back-info-contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
  overflow: hidden;
}

.product-list-container {
  position: absolute;
  top: 30px;
  right: 0;
  min-width: 150px;
  height: 0;
  font-family: "Shabnam-Light";
  transition: all 0.3s ease-in-out;
  font-size: 0.9em;
}

.product-item:hover .product-list-container {
  height: auto;
}

.product-list-container li:hover {
  width: 100%;
  background-color: #eee;
  border-radius: 5px;
}

.opacity-5 {
  opacity: 0.5;
}

.inner-sell {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #f0d5a8, transparent, #f0d5a8);
}

.bg-header {
  background-image: linear-gradient(to bottom, #040000, transparent);
  transition: 0.2s ease-in-out;
}

.card {
  background-color: transparent !important;
  border: none !important;
}

#loading {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  transition: opacity 1s ease-in-out;
}

.container_skitter {
  width: 100% !important;
  height: 100vh !important;
  overflow: hidden;
}

.image_main {
  object-fit: cover;
  object-position: center !important;
}

div.image {
  position: absolute;
}

.dropdown-menu.show {
  min-width: 8rem !important;
  direction: rtl;
  text-align: right;
  right: 0 !important;
  left: 0 !important;
  margin: auto;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  direction: rtl;
  text-align: right;
  display: none;
  position: absolute;
  right: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  left: 100%;
  right: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

.dropdown-item:hover {
  background-color: transparent !important;
  color: #BFD730 !important;
}

.ws_controls {
  display: none;
}

.shadow-header {
  box-shadow: rgba(182, 238, 34, 0.86) 7px 1px 10px;
}

.owl-nav > .owl-prev,
.owl-nav > .owl-next {
  width: 30px !important;
  height: 30px !important;
}
.owl-nav > .owl-prev:hover,
.owl-nav > .owl-next:hover {
  background-color: #939598 !important;
}

.contact-message{
  position: fixed !important;
  top: 100px;
  right: 5px;
  z-index: 999;
  border-radius: 10px;
  transition: all .3s;
  transform: translateX(120%);
}

.contact-message.success-message{
  background: rgba(90, 196, 35, .5);
}

.contact-message.error-message{
  background: rgba(255, 90, 90, .5);
}

@media (max-width: 1200px) {
  .banner-box h1 {
    font-size: 3em;
  }
  .banner-box div.flex-wrap {
    font-size: 1.3em;
  }
  .banner-title > div {
    margin-top: -130px;
  }
  .banner-box-content {
    margin-top: -70px;
  }
  .cursorBlob {
    width: 100px;
    height: 100px;
  }
  #banner svg {
    width: 500px;
  }
  .main-title {
    font-size: 2.2em;
  }
  .banner-title h1 {
    font-size: 6.5em;
  }
  .banner-title h2 {
    font-size: 2.5em;
  }
  header {
    height: 90px;
    padding: 0 70px;
  }
}
@media (max-width: 992px) {
  #wowslider_engine {
    display: none;
    opacity: 0;
  }
  .banner-box h1 {
    font-size: 3em;
  }
  .banner-box div.flex-wrap {
    font-size: 1.3em;
  }
  .banner-title > div {
    margin-top: -130px;
  }
  .cursorBlob {
    width: 90px;
    height: 90px;
  }
  #banner svg {
    width: 350px;
  }
  .main-title {
    font-size: 2.2em;
  }
  header {
    height: 80px;
    padding: 0 40px;
  }
  .banner-title h1 {
    font-size: 5.5em;
  }
  .banner-title h2 {
    font-size: 2.5em;
  }
}
@media (min-width: 992px) {
  .banner-box-content {
    margin-top: -100px;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mt-lg-200 {
    margin-top: 200px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 786px) {
  .banner-box h1 {
    font-size: 2.2em;
  }
  .banner-box div.flex-wrap {
    font-size: 1.1em;
  }
  .banner-title > div {
    margin-top: -220px;
  }
  .banner-box-content {
    margin-top: -105px;
  }
  .cursorBlob {
    width: 70px;
    height: 70px;
  }
  #banner svg {
    width: 300px;
  }
  .main-title {
    font-size: 1.8em;
  }
  .banner-title h1 {
    font-size: 3.4em;
  }
  .banner-title h2 {
    font-size: 1.5em;
  }
  header {
    height: 70px;
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .cursorBlob {
    width: 50px;
    height: 50px;
  }
  #banner svg {
    width: 250px;
  }
}
@media (min-width: 1201px) {
  .banner-box h1 {
    font-size: 3em;
  }
  .banner-box div.flex-wrap {
    font-size: 1.3em;
  }
  .banner-title > div {
    margin-top: -120px;
  }
  .banner-box-content {
    margin-top: -60px;
  }
  .banner-box {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
    margin: auto;
  }
  .cursorBlob {
    width: 100px;
    height: 100px;
  }
  #banner svg {
    width: 500px;
  }
  .main-title {
    font-size: 2.2em;
  }
  header {
    height: 90px;
    padding: 0 70px;
  }
  .owl-nav {
    display: block !important;
  }
  .owl-prev, .owl-next {
    top: 40%;
  }
  .owl-prev {
    position: absolute;
    right: -50px;
  }
  .owl-next {
    position: absolute;
    left: -50px;
  }
  .banner-title h1 {
    font-size: 7em;
  }
  .banner-title h2 {
    font-size: 2.5em;
  }
}

/*# sourceMappingURL=style.css.map */
