
:root {
  --main-color: #16a27b;
  --main-color-alt: #2ac89b;
  --main-transition: 0.3s;
  --main-padding-top: 60px;
  --main-padding-bottom: 60px;
  --section-background: #ececec;
}
.sobex-home-body {
  scroll-behavior: smooth;
}
.sobex-home-body a {
  text-decoration: none;
}
.sobex-home-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sobex-home-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.sobex-plugin-deactivated {
  filter: grayscale(100%);
}
.sobex-home-main-title {
  text-transform: uppercase;
  margin: 0 auto 80px;
  border: 2px solid black;
  padding: 10px 20px;
  font-size: 30px;
  width: fit-content;
  position: relative;
  z-index: 1;
  transition: var(--main-transition);
}
.sobex-home-main-title::before,
.sobex-home-main-title::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: green;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.sobex-home-main-title::before {
  left: -30px;
}
.sobex-home-main-title::after {
  right: -30px;
}
.sobex-home-main-title:hover::before {
  z-index: -1;
  animation: left-move 0.5s linear forwards;
}
.sobex-home-main-title:hover::after {
  z-index: -1;
  animation: right-move 0.5s linear forwards;
}
.sobex-home-main-title:hover {
  color: white;
  border: 2px solid white;
  transition-delay: 0.5s;
}
.sobex-home-spikes {
  position: relative;
}
.sobex-home-spikes::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 30px;
  z-index: 1;
  background-image: linear-gradient(135deg, white 25%, transparent 25%),
    linear-gradient(225deg, white 25%, transparent 25%);
  background-size: 30px 30px;
}
.dots {
  background-image: url(../../images/home_page/dots.png);
  height: 186px;
  width: 204px;
  background-repeat: no-repeat;
  position: absolute;
}
.dots-up {
  top: 200px;
  right: 0;
}
.dots-down {
  bottom: 200px;
  left: 0;
}
/* End Global Rules */
/* Start sobex-home-landing */
.sobex-home-landing {
  position: relative;
  background: #ececec;
}
.sobex-home-landing .sobex-home-container {
  min-height: calc(74vh - 72px);
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.sobex-home-landing .sobex-home-text {
  flex: 1;
}
@media (max-width: 991px) {
  .sobex-home-landing .sobex-home-text {
    text-align: center;
  }
}
.sobex-home-landing .sobex-home-text .sobex-home-h1 {
  font-size: 40px;
  margin: 0;
  letter-spacing: -2px;
}
@media (max-width: 767px) {
  .sobex-home-landing .sobex-home-text .sobex-home-h1 {
    font-size: 28px;
  }
}
.sobex-home-landing .sobex-home-text .sobex-home-p {
  font-size: 23px;
  line-height: 1.7;
  margin: 5px 0 0;
  color: #666;
  max-width: 500px;
}
@media (max-width: 991px) {
  .sobex-home-landing .sobex-home-text .sobex-home-p {
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .sobex-home-landing .sobex-home-text .sobex-home-p {
    font-size: 18px;
  }
}
.sobex-home-landing .sobex-home-image img {
  position: relative;
  margin-top: 1%;
  width: 500px;
  animation: up-and-down 5s linear infinite;
}
@media (max-width: 991px) {
  .sobex-home-landing .sobex-home-image {
    display: none;
  }
}
.sobex-home-landing .sobex-home-go-down {
  color: var(--main-color);
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: var(--main-transition);
}
.sobex-home-landing .sobex-home-go-down:hover {
  color: var(--main-color-alt);
}
.sobex-home-landing .sobex-home-go-down i {
  animation: bouncing 1.5s infinite;
}
/* End sobex-home-landing *//* Start sobex-home-landing */
.sobex-home-landing {
  position: relative;
}
.sobex-home-landing::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ececec;
  z-index: -1;
  transform: skewY(3deg);
  transform-origin: top left;
}
.sobex-home-landing .sobex-home-container {
  min-height: calc(74vh - 72px);
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.sobex-home-landing .sobex-home-text {
  flex: 1;
}
@media (max-width: 991px) {
  .sobex-home-landing .sobex-home-text {
    sobex-home-text-align: center;
  }
}
.sobex-home-landing .sobex-home-text .sobex-home-h1 {
  font-size: 40px;
  margin: 0;
  letter-spacing: -2px;
}
@media (max-width: 767px) {
  .sobex-home-landing .sobex-home-text .sobex-home-h1 {
    font-size: 28px;
  }
}
.sobex-home-landing .sobex-home-text .sobex-home-p {
  font-size: 23px;
  line-height: 1.7;
  margin: 5px 0 0;
  color: #666;
  max-width: 500px;
}
@media (max-width: 991px) {
  .sobex-home-landing .sobex-home-text .sobex-home-p {
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .sobex-home-landing .sobex-home-text .sobex-home-p {
    font-size: 18px;
  }
}
.sobex-home-landing .sobex-home-image img {
  position: relative;
  margin-top: 1%;
  width: 600px;
  animation: up-and-down 5s linear infinite;
}
@media (max-width: 991px) {
  .sobex-home-landing .sobex-home-image {
    display: none;
  }
}
.sobex-home-landing .sobex-home-go-down {
  color: var(--main-color);
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: var(--main-transition);
}
.sobex-home-landing .sobex-home-go-down:hover {
  color: var(--main-color-alt);
}
.sobex-home-landing .sobex-home-go-down i {
  animation: bouncing 1.5s infinite;
}
/* End sobex-home-landing */
/* Start sobex-plugins */
.sobex-plugins {
  padding-top: var(--main-padding-top);
  padding-bottom: var(--main-padding-bottom);
  position: relative;
}
.sobex-plugins .sobex-home-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px;
}
.sobex-plugins .sobex-plugin-box {
  position: relative;
}
.sobex-plugins .sobex-plugin-box::before,
.sobex-plugins .sobex-plugin-box::after {
  content: "";
  background-color: #f3f3f3;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 10px;
  transition: var(--main-transition);
}
.sobex-plugins .sobex-plugin-box::before {
  width: calc(100% - 60px);
  z-index: -2;
}
.sobex-plugins .sobex-plugin-box::after {
  z-index: -1;
  background-color: #e4e4e4;
  width: 0;
}
.sobex-plugins .sobex-plugin-box:hover::after {
  width: calc(100% - 60px);
}
.sobex-plugins .sobex-plugin-box .sobex-plugin-data {
  display: flex;
  align-items: center;
  padding-top: 60px;
}
.sobex-plugins .sobex-plugin-box .sobex-plugin-data img {
  width: calc(100% - 50px);
  transition: var(--main-transition);
  border-radius: 10px;
}
.sobex-plugins .sobex-plugin-box:hover img {
  filter: grayscale(100%);
}
.sobex-plugins .sobex-plugin-box .sobex-plugin-data .sobex-plugin-social {
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.sobex-plugins .sobex-plugin-box .sobex-plugin-data .sobex-plugin-social a {
  width: 60px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sobex-plugins .sobex-plugin-box .sobex-plugin-data .sobex-plugin-social a:hover i {
  color: var(--main-color);
}
.sobex-plugins .sobex-plugin-box .sobex-plugin-data .sobex-plugin-social i {
  color: #777;
  transition: var(--main-transition);
}
.sobex-plugins .sobex-plugin-box .sobex-plugin-info {
  padding-right: 10px;
  padding-top: 10px;
  width: 75%;
}
.sobex-plugins .sobex-plugin-box .sobex-plugin-info .sobex-plugin-h3 {
  margin-bottom: 0;
  color: var(--main-color);
  font-size: 22px;
  transition: var(--main-transition);
}
.sobex-plugins .sobex-plugin-box .sobex-plugin-info .sobex-plugin-p {
  margin-top: 10px;
  margin-bottom: 25px;
}
.sobex-plugins .sobex-plugin-box:hover .sobex-plugin-info .sobex-plugin-h3 {
  color: #777;
}
/* End sobex-plugins */
/* Start sobex-services */
.sobex-services {
  padding-top: var(--main-padding-top);
  padding-bottom: var(--main-padding-bottom);
  position: relative;
  background-color: var(--section-background);
}
.sobex-services .sobex-home-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 40px;
}
.sobex-services .sobex-plugin-box {
  background-color: white;
  box-shadow: 0 12px 20px 0 rgb(0 0 0 / 13%), 0 2px 4px 0 rgb(0 0 0 / 12%);
  counter-increment: sobex-services;
  transition: var(--main-transition);
  position: relative;
}
.sobex-services .sobex-plugin-box::before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  top: -3px;
  background-color: var(--main-color);
  position: absolute;
  width: 0;
  transition: var(--main-transition);
}
.sobex-services .sobex-plugin-box:hover {
  transform: translateY(-10px);
}
.sobex-services .sobex-plugin-box:hover::before {
  width: 100%;
}
.sobex-services .sobex-plugin-box > i {
  margin: 30px auto 20px;
  display: block;
  text-align: center;
  color: #d5d5d5;
}
.sobex-services .sobex-plugin-box > .sobex-services-h3 {
  text-align: center;
  margin: 20px 0 40px;
  font-size: 25px;
  color: var(--main-color);
}
.sobex-services .sobex-plugin-box .sobex-plugin-info {
  padding: 15px;
  position: relative;
  background-color: #f9f9f9;
  text-align: right;
}
.sobex-services .sobex-plugin-box .sobex-plugin-info::before {
  content: "0" counter(sobex-services);
  position: absolute;
  background-color: var(--main-color);
  color: white;
  left: 0;
  top: 0;
  height: 100%;
  width: 80px;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
}
.sobex-services .sobex-plugin-box .sobex-plugin-info::after {
  content: "";
  position: absolute;
  background-color: #d5d5d5;
  top: 0;
  left: 80px;
  width: 50px;
  height: calc(100% + 0.4px);
  transform: skewX(-30deg);
}
.sobex-services .sobex-plugin-box .sobex-plugin-info .sobex-plugin-info-a {
  color: var(--main-color);
}
/* End sobex-services */
/* Start sobex-contact */
.sobex-contact {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.sobex-contact .sobex-contact-image {
  background-image: url(../../images/home_page/discount-background1.jpg);
  background-size: cover;
  color: white;
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  animation: change-background 10s linear infinite;
}
.sobex-contact .sobex-contact-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #16a27bf5;;
  z-index: -1;
}
@media (max-width: 991px) {
  .sobex-contact .sobex-contact-image {
    flex-basis: 100%;
  }
}
.sobex-contact .sobex-contact-content-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 50%;
  padding-bottom: 50px;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .sobex-contact .sobex-contact-content-form {
    flex-basis: 100%;
  }
}
.sobex-contact .sobex-contact-content-form .sobex-contact-input {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  padding: 15px;
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: #f9f9f9;
  caret-color: var(--main-color);
}
.sobex-contact .sobex-contact-content-form textarea.sobex-contact-input {
  resize: none;
  height: 200px;
}
.sobex-contact .sobex-contact-content-form .sobex-contact-input:focus {
  outline: none;
}
.sobex-contact-submit {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: var(--main-color);
  color: white;
  font-weight: bold;
  font-size: 20px;
  border: none;
  cursor: pointer;
  transition: var(--main-transition);
}
.sobex-contact-submit:hover {
  background-color: var(--main-color-alt);
}
.sobex-contact .sobex-contact-content {
  text-align: center;
  padding: 0 20px;
}
.sobex-contact .sobex-contact-content .sobex-contact-content-h2 {
  font-size: 40px;
  padding-top: 4%;
  letter-spacing: -2px;
}
.sobex-contact .sobex-contact-content .sobex-contact-content-p {
  line-height: 1.6;
  font-size: 18px;
  max-width: 500px;
}
.sobex-contact .sobex-contact-content img {
  width: 300px;
  max-width: 100%;
}
/* End sobex-contact */
/* Start Animation */
@keyframes up-and-down {
  0%,
  100% {
    top: 0;
  }
  50% {
    top: -50px;
  }
}
@keyframes bouncing {
  0%,
  10%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40%,
  60% {
    transform: translateY(-15px);
  }
}
@keyframes left-move {
  50% {
    left: 0;
    width: 12px;
    height: 12px;
  }
  100% {
    left: 0;
    border-radius: 0;
    width: 50%;
    height: 100%;
  }
}
@keyframes right-move {
  50% {
    right: 0;
    width: 12px;
    height: 12px;
  }
  100% {
    right: 0;
    border-radius: 0;
    width: 50%;
    height: 100%;
  }
}
@keyframes moving-arrow {
  100% {
    transform: translateX(10px);
  }
}
@keyframes flashing {
  0%,
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 200%;
    height: 200%;
  }
}
@keyframes change-background {
  0%,
  100% {
    background-image: url(../../images/home_page/discount-background1.jpg);
  }
  50% {
    background-image: url(../../images/home_page/discount-background1.jpg);
  }
}
/* End Animation */
