* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: 0 !important;
  border: none;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #5A7184;
}

input,
button {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Aeonik", sans-serif;
  color: var(--title);
}

h1 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 16px;
}

h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 16px;
}
h2 span {
  color: var(--main-4);
}

h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}

h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

p {
  line-height: 1.7em;
  margin-bottom: 24px;
}

strong {
  color: var(--title);
}

a {
  transition: 0.25s all;
  color: var(--title);
}

i.icon {
  display: inline-flex;
}

.container {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.owl-carousel .owl-item img {
  width: unset;
  display: unset;
}

.align-items-center {
  align-items: center;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.fade-out {
  opacity: 0;
  transform: translateY(10px);
}

.tab-content {
  display: none;
  transition: 0.2s all;
}
.tab-content.active {
  display: block;
}

.row {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
.row [class*=col-] {
  padding: 0 12px;
}
.row.gap-0 {
  margin: 0px;
}
.row.gap-0 [class*=col-] {
  padding: 0 0px;
}
.row.gap-24 {
  margin: 0 -24px;
}
.row.gap-24 [class*=col-] {
  padding: 0 24px;
}
.row.gap-48 {
  margin: 0 -48px;
}
.row.gap-48 [class*=col-] {
  padding: 0 48px;
}

.col-1 {
  max-width: calc(100% / 12 * 1);
  flex: 0 0 calc(100% / 12 * 1);
  width: 100%;
}

.col-2 {
  max-width: calc(100% / 12 * 2);
  flex: 0 0 calc(100% / 12 * 2);
  width: 100%;
}

.col-3 {
  max-width: calc(100% / 12 * 3);
  flex: 0 0 calc(100% / 12 * 3);
  width: 100%;
}

.col-4 {
  max-width: calc(100% / 12 * 4);
  flex: 0 0 calc(100% / 12 * 4);
  width: 100%;
}

.col-5 {
  max-width: calc(100% / 12 * 5);
  flex: 0 0 calc(100% / 12 * 5);
  width: 100%;
}

.col-6 {
  max-width: calc(100% / 12 * 6);
  flex: 0 0 calc(100% / 12 * 6);
  width: 100%;
}

.col-7 {
  max-width: calc(100% / 12 * 7);
  flex: 0 0 calc(100% / 12 * 7);
  width: 100%;
}

.col-8 {
  max-width: calc(100% / 12 * 8);
  flex: 0 0 calc(100% / 12 * 8);
  width: 100%;
}

.col-9 {
  max-width: calc(100% / 12 * 9);
  flex: 0 0 calc(100% / 12 * 9);
  width: 100%;
}

.col-10 {
  max-width: calc(100% / 12 * 10);
  flex: 0 0 calc(100% / 12 * 10);
  width: 100%;
}

.col-11 {
  max-width: calc(100% / 12 * 11);
  flex: 0 0 calc(100% / 12 * 11);
  width: 100%;
}

.col-12 {
  max-width: calc(100% / 12 * 12);
  flex: 0 0 calc(100% / 12 * 12);
  width: 100%;
}

.col-10 {
  width: calc(100% / 10 * 1);
  flex: 0 0 calc(100% / 10 * 1);
  width: 100%;
}

.col-20 {
  width: calc(100% / 10 * 2);
  flex: 0 0 calc(100% / 10 * 2);
  width: 100%;
}

.col-30 {
  width: calc(100% / 10 * 3);
  flex: 0 0 calc(100% / 10 * 3);
  width: 100%;
}

.col-40 {
  width: calc(100% / 10 * 4);
  flex: 0 0 calc(100% / 10 * 4);
  width: 100%;
}

.col-50 {
  width: calc(100% / 10 * 5);
  flex: 0 0 calc(100% / 10 * 5);
  width: 100%;
}

.col-60 {
  width: calc(100% / 10 * 6);
  flex: 0 0 calc(100% / 10 * 6);
  width: 100%;
}

.col-70 {
  width: calc(100% / 10 * 7);
  flex: 0 0 calc(100% / 10 * 7);
  width: 100%;
}

.col-80 {
  width: calc(100% / 10 * 8);
  flex: 0 0 calc(100% / 10 * 8);
  width: 100%;
}

.col-90 {
  width: calc(100% / 10 * 9);
  flex: 0 0 calc(100% / 10 * 9);
  width: 100%;
}

.col-100 {
  width: calc(100% / 10 * 10);
  flex: 0 0 calc(100% / 10 * 10);
  width: 100%;
}

.col-05 {
  width: calc(100% / 10 * 0 + 5%);
  flex: 0 0 calc(100% / 10 * 0 + 5%);
  width: 100%;
}

.col-15 {
  width: calc(100% / 10 * 1 + 5%);
  flex: 0 0 calc(100% / 10 * 1 + 5%);
  width: 100%;
}

.col-25 {
  width: calc(100% / 10 * 2 + 5%);
  flex: 0 0 calc(100% / 10 * 2 + 5%);
  width: 100%;
}

.col-35 {
  width: calc(100% / 10 * 3 + 5%);
  flex: 0 0 calc(100% / 10 * 3 + 5%);
  width: 100%;
}

.col-45 {
  width: calc(100% / 10 * 4 + 5%);
  flex: 0 0 calc(100% / 10 * 4 + 5%);
  width: 100%;
}

.col-55 {
  width: calc(100% / 10 * 5 + 5%);
  flex: 0 0 calc(100% / 10 * 5 + 5%);
  width: 100%;
}

.col-65 {
  width: calc(100% / 10 * 6 + 5%);
  flex: 0 0 calc(100% / 10 * 6 + 5%);
  width: 100%;
}

.col-75 {
  width: calc(100% / 10 * 7 + 5%);
  flex: 0 0 calc(100% / 10 * 7 + 5%);
  width: 100%;
}

.col-85 {
  width: calc(100% / 10 * 8 + 5%);
  flex: 0 0 calc(100% / 10 * 8 + 5%);
  width: 100%;
}

.col-95 {
  width: calc(100% / 10 * 9 + 5%);
  flex: 0 0 calc(100% / 10 * 9 + 5%);
  width: 100%;
}

.cookie-popup {
  position: fixed;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 9999999999;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s all;
}
.cookie-popup .container {
  padding: 0 10px;
}
.cookie-popup .cookie-popup-container {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 29px 35px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  height: 80px;
  align-items: center;
  transform: translateY(100%);
  transition: 0.25s all;
}
.cookie-popup .cookie-popup-container .left {
  display: flex;
  align-items: center;
}
.cookie-popup .cookie-popup-container .left .icon {
  color: var(--main-5);
  margin-right: 12px;
  display: flex;
}
.cookie-popup .cookie-popup-container .left .content {
  color: #A1ACD0;
  font-size: 14px;
  font-weight: 400;
}
.cookie-popup .cookie-popup-container .left .content a {
  color: var(--main-5);
  text-decoration: underline;
}
.cookie-popup .cookie-popup-container .left .content h4 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.cookie-popup .cookie-popup-container .right {
  display: flex;
  gap: 10px;
}
.cookie-popup .cookie-popup-container .right button {
  color: #A1ACD0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 11px 27px;
  border-radius: 8px;
  background: #EEF5FF;
  cursor: pointer;
  transition: 0.25s all;
}
.cookie-popup .cookie-popup-container .right button.accept {
  background: var(--main-6);
  color: #fff;
}
.cookie-popup .cookie-popup-container .right button:hover {
  transform: translateY(-5px);
  background: var(--main-3);
  color: #fff;
}
.cookie-popup.active {
  opacity: 1;
  pointer-events: visible;
}
.cookie-popup.active .cookie-popup-container {
  transform: translateY(0);
}

.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-family: "Aeonik", sans-serif;
  color: var(--title);
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 600;
}

.form-control {
  border: 1px solid #E5EAF4;
  background: #fff;
  border-radius: 6px;
  height: 44px;
  padding: 0 18px;
  color: var(--title);
  width: 100%;
  transition: 0.25s all;
}
.form-control::-moz-placeholder {
  color: #A1ACD0;
}
.form-control::placeholder {
  color: #A1ACD0;
}
.form-control:focus {
  border-color: var(--main-5);
}

.form-button {
  background: var(--main-5);
  color: #fff;
  height: 44px;
  border-radius: 6px;
  padding: 0 18px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s all;
}
.form-button:hover {
  background: var(--main-1);
}

.d-block {
  display: block;
  width: 100%;
}

textarea.form-control {
  height: 120px;
  padding: 18px;
}

.form-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s all;
  cursor: pointer;
}
.form-popup .popup-container {
  max-width: 600px;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  transform: translateY(100%) scale(0.7);
  transition: 0.25s all;
  cursor: auto;
}
.form-popup .popup-container .top {
  padding: 10px 0 30px;
}
.form-popup .popup-container .top h2 {
  font-size: 28px;
  text-align: center;
}
.form-popup .popup-container .top h2 span {
  color: var(--main-5);
}
.form-popup .popup-container .top button.close {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--title);
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.form-popup.active {
  opacity: 1;
  pointer-events: visible;
}
.form-popup.active .popup-container {
  transform: translateY(0) scale(1);
}

.fixed-call-button {
  background: var(--main-6);
  color: #fff;
  transform: rotate(-90deg);
  transform-origin: left center;
  position: fixed;
  left: 25px;
  top: 50%;
  margin-top: 60px;
  z-index: 9;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px 0 20px;
  display: flex;
  align-items: center;
  font-family: "Aeonik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0 0 10px 10px;
  transition: 0.25s all;
  cursor: pointer;
}
.fixed-call-button svg {
  transform: rotate(90deg);
  margin-right: 5px;
}
.fixed-call-button:hover {
  background: var(--main-1);
}

.section-title {
  text-align: center;
  margin-bottom: 35px;
}
.section-title h5 {
  color: #A1ACD0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.section-title h2 {
  display: inline-block;
  position: relative;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}
.section-title h2 small {
  position: absolute;
  top: -20px;
  color: var(--main-5);
  right: -90px;
}
.section-title h2 small small {
  transform: rotate(-30deg);
  font-size: 24px;
  position: absolute;
  right: -5px;
  top: -30px;
}
.section-title h2 span.line {
  color: var(--main-5);
  position: relative;
  display: inline-flex;
}
.section-title h2 span.line::after {
  content: "";
  opacity: 0.2;
  background: var(--main-5);
  height: 15px;
  width: 100%;
  position: absolute;
  bottom: 5px;
}
.section-title h2.green span {
  color: var(--main-6);
}
.section-title h2.green small {
  color: var(--main-6);
}
.section-title h2.green span.line {
  color: var(--main-1);
}
.section-title h2.green span.line::after {
  background: var(--main-6);
}
.section-title h2.orange small {
  color: var(--main-4);
}
.section-title h2 .top-icon {
  display: inline-block;
  color: var(--title);
  position: relative;
}
.section-title h2 .block {
  display: block;
  color: var(--title);
}
.section-title .description {
  color: #A1ACD0;
  font-size: 16px;
}

header.site-header .header-top {
  background: var(--main-5);
}
header.site-header .header-top .container {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.site-header .header-top .left {
  display: flex;
  align-items: center;
  gap: 16px;
}
header.site-header .header-top .left a {
  color: #fff;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 34px;
  padding-right: 16px;
}
header.site-header .header-top .left a svg {
  margin-right: 12px;
}
header.site-header .header-top .left a:last-child {
  border-right: none;
  padding-right: 0;
}
header.site-header .header-top .right .login-and-register {
  position: relative;
  font-family: "Aeonik", sans-serif;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
}
header.site-header .header-top .right .login-and-register .content {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-shrink: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 12px;
}
header.site-header .header-top .right .login-and-register .text span {
  display: block;
  font-size: 14px;
}
header.site-header .header-top .right .login-and-register .text small {
  font-size: 10px;
}
header.site-header .header-top .right .login-and-register .icon {
  display: flex;
}
header.site-header .header-top .right .login-and-register .hover {
  position: absolute;
  top: 50px;
  z-index: 3;
  border-radius: 0px 0px 16px 16px;
  border-top: 1px solid var(--main-6);
  background: #F4F7FD;
  left: -20px;
  right: -20px;
  padding: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: 0.25s all;
}
header.site-header .header-top .right .login-and-register .hover a {
  display: flex;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  background: #FFF;
  margin-bottom: 12px;
  color: #A1ACD0;
  font-size: 14px;
}
header.site-header .header-top .right .login-and-register .hover a.login {
  background: var(--main-6);
  color: #fff;
}
header.site-header .header-top .right .login-and-register .hover a:last-child {
  margin-bottom: 0;
}
header.site-header .header-top .right .login-and-register .hover a:hover {
  color: #FFF;
  background: var(--main-5);
}
header.site-header .header-top .right .login-and-register:hover .hover {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
header.site-header .header-bottom {
  background: #FFF;
  position: relative;
}
header.site-header .header-bottom .container {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.site-header .header-bottom .logo a {
  display: flex;
}
header.site-header .header-bottom .right {
  display: flex;
  align-items: center;
  gap: 24px;
}
header.site-header .header-bottom nav.header-menu ul {
  display: flex;
  gap: 45px;
}
header.site-header .header-bottom nav.header-menu ul li {
  position: relative;
}
header.site-header .header-bottom nav.header-menu ul li a.nav-link {
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  font-family: "Aeonik", sans-serif;
  color: var(--title);
  font-size: 16px;
  font-weight: 500;
}
header.site-header .header-bottom nav.header-menu ul li a.nav-link span.badge {
  position: absolute;
  top: 5px;
  left: 0;
  color: #FFF;
  font-size: 12px;
  background: var(--main-5);
  padding: 5px 6px;
  border-radius: 4px;
  font-weight: 300;
  white-space: nowrap;
  animation: badgeAnimation 3s infinite;
}
header.site-header .header-bottom nav.header-menu ul li a.nav-link span.badge.green {
  background: var(--main-6);
}
header.site-header .header-bottom nav.header-menu ul li a.nav-link span.badge.orange {
  background: var(--main-4);
}
@keyframes badgeAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header.site-header .header-bottom nav.header-menu ul li a.nav-link:hover {
  color: var(--main-5);
  transform: translateY(-5px);
}
header.site-header .header-bottom nav.header-menu ul li a.nav-link .icon {
  display: none;
}
header.site-header .header-bottom nav.header-menu ul li .sub-menu-container {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 590px;
  margin-left: 50%;
  transform: translateX(-50%) translateY(20px);
  border-radius: 0px 0px 28px 28px;
  border-top: 2px solid var(--main-6);
  background: #FFF;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s all;
  z-index: 9;
}
header.site-header .header-bottom nav.header-menu ul li .sub-menu-container.small {
  min-width: 200px;
  width: unset;
  padding: 12px;
}
header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .col-6:first-child {
  border-right: 1px solid #E5EAF4;
}
header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .sub-menu-item {
  display: flex;
  align-items: center;
  border-radius: 16px;
  padding: 6px;
  margin-bottom: 24px;
}
header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .sub-menu-item .icon {
  width: 60px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F4F7FD;
  color: var(--main-5);
  border-radius: 12px;
  margin-right: 16px;
  transition: 0.25s all;
}
header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .sub-menu-item .content .title {
  display: block;
  color: var(--title);
  font-size: 14px;
  font-weight: 500;
  font-family: "Aeonik", sans-serif;
  line-height: 1em;
  margin-bottom: 4px;
  transition: 0.25s all;
}
header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .sub-menu-item .content .desc {
  color: #A1ACD0;
  font-size: 10px;
  font-weight: 400;
  display: block;
  transition: 0.25s all;
}
header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .sub-menu-item .content .desc strong {
  font-weight: 700;
  color: unset;
}
header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .sub-menu-item:last-child {
  margin-bottom: 0;
}
header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .sub-menu-item:hover {
  background: var(--main-5);
}
header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .sub-menu-item:hover .icon {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}
header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .sub-menu-item:hover .content .title {
  color: #FFF;
}
header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .sub-menu-item:hover .content .desc {
  color: #fff;
}
header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .item {
  white-space: nowrap;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 12px;
  border-radius: 12px;
  font-family: "Aeonik", sans-serif;
  color: #A1ACD0;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .item:last-child {
  margin-bottom: 0;
}
header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .item svg {
  transition: 0.25s all;
}
header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .item:hover {
  background: #F4F7FD;
  color: var(--title);
}
header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .item:hover svg {
  color: var(--main-5);
}
header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .item svg {
  margin-right: 6px;
}
@media only screen and (min-width: 1024px) {
  header.site-header .header-bottom nav.header-menu ul li:hover .sub-menu-container {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%) translateY(0);
  }
}
header.site-header .header-bottom .basket {
  display: flex;
  align-items: center;
  font-family: "Aeonik", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
header.site-header .header-bottom .basket .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #F4F7FD;
  width: 38px;
  height: 38px;
  position: relative;
  margin-right: 6px;
  transition: 0.25s all;
}
header.site-header .header-bottom .basket .icon small {
  position: absolute;
  background: var(--main-6);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  margin: -12px -12px 0 0;
}
header.site-header .header-bottom .basket:hover .icon {
  background: var(--main-1);
  color: #fff;
}
header.site-header .header-bottom .customer-area {
  background: var(--main-5);
  color: #fff;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 0 15px 0 7.5px;
  font-size: 14px;
}
header.site-header .header-bottom .customer-area .icon {
  background: rgba(255, 255, 255, 0.1);
  height: 30px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-right: 12px;
}
header.site-header .header-bottom .customer-area:hover {
  background: var(--main-1);
}

section.page-header {
  background: var(--main-5);
  padding: 40px 0;
  color: #fff;
}
section.page-header .container {
  position: relative;
}
section.page-header .container .breadcrumb {
  background: rgba(0, 0, 0, 0.1);
  display: inline-flex;
  border-radius: 0 0 12px 12px;
  padding: 10px 16px;
  gap: 12px;
  position: absolute;
  top: -40px;
}
section.page-header .container .breadcrumb a {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Aeonik", sans-serif;
}
section.page-header .container .breadcrumb a svg {
  margin-right: 6px;
}
section.page-header .container .breadcrumb a::after {
  content: url('data:image/svg+xml,<svg id="angle-right" viewBox="0 0 7 10" width="7" height="10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.125 5.21484C6.37109 4.96875 6.37109 4.55859 6.125 4.28516L2.40625 0.566406C2.13281 0.320312 1.72266 0.320312 1.47656 0.566406L0.847656 1.19531C0.601562 1.46875 0.601562 1.87891 0.847656 2.125L3.5 4.77734L0.847656 7.40234C0.601562 7.64844 0.601562 8.05859 0.847656 8.33203L1.47656 8.93359C1.72266 9.20703 2.13281 9.20703 2.40625 8.93359L6.125 5.21484Z" fill="%23fff" /></svg>');
  margin-top: 2px;
  margin-left: 10px;
}
section.page-header .container .breadcrumb a:last-child {
  font-weight: 500;
}
section.page-header .container .breadcrumb a:last-child::after {
  content: none;
}
section.page-header .container::before {
  content: "";
  background: url(../images/slider-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 180%;
  aspect-ratio: 918/825;
  position: absolute;
  right: 0;
  z-index: 0;
  top: -30%;
  pointer-events: none;
}
section.page-header .row {
  position: relative;
  z-index: 1;
}
section.page-header h4 {
  color: #fff;
  font-size: 16px;
}
section.page-header h2 {
  color: #fff;
  font-weight: 700;
  font-size: 42px;
}
section.page-header h2 span {
  color: var(--main-6);
}
section.page-header .desc {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
}
section.page-header a.details {
  background: var(--main-4);
  color: #fff;
  padding: 16px 30px;
  display: inline-flex;
  border-radius: 12px;
}
section.page-header a.details:hover {
  background: var(--main-1);
  transform: translateY(-10px);
}
section.page-header .image {
  max-width: 100%;
  margin-bottom: -40px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
section.page-header .image img {
  max-width: 100%;
  max-height: 350px;
}

section.page-content {
  padding: 100px 0;
}

section.home-slider {
  background: var(--main-5);
  position: relative;
}
section.home-slider .slider-item .row {
  align-items: center;
}
section.home-slider .slider-item h2 {
  color: #FFF;
  font-family: "Aeonik", sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  margin-bottom: 24px;
}
section.home-slider .slider-item h2 span {
  color: var(--main-4);
}
section.home-slider .slider-item .description {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 35px;
}
section.home-slider .slider-item a.details {
  height: 60px;
  background: var(--main-4);
  display: inline-flex;
  align-items: center;
  color: #FFF;
  font-family: "Aeonik", sans-serif;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 12px;
  gap: 40px;
}
section.home-slider .slider-item a.details:hover {
  background: var(--main-1);
  transform: translateY(-5px);
}
section.home-slider .slider-item .image {
  padding-top: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
section.home-slider .slider-item .image::before {
  content: "";
  background: url(../images/slider-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 918/825;
  position: absolute;
  right: -130px;
  z-index: -1;
  top: 10px;
}
section.home-slider .slider-item .image img.slider-image {
  max-width: 100%;
}
section.home-slider .slider-item .image .tld-item {
  position: absolute;
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: flex;
  padding: 20px;
  border-radius: 6px;
}
section.home-slider .slider-item .image .tld-item img {
  height: 20px;
}
section.home-slider .slider-item .image .tld-item:nth-child(1) {
  left: 30px;
  bottom: 30%;
  z-index: -1;
}
section.home-slider .slider-item .image .tld-item:nth-child(2) {
  right: 90px;
  top: 30%;
}
section.home-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  gap: 4px;
}
section.home-slider .owl-dots button {
  pointer-events: all;
  width: 30px;
  height: 6px;
  border-radius: 6px;
  background: #FFFFFF;
  opacity: 0.2;
  transition: 0.25s all;
}
section.home-slider .owl-dots button.active {
  opacity: 1;
  width: 60px;
}

section.register-domain {
  padding: 80px 0 190px;
  background: #F4F7FA;
}
section.register-domain .title {
  text-align: center;
}
section.register-domain .title .icon {
  color: var(--main-4);
  margin-bottom: 12px;
}
section.register-domain .title h2 {
  margin-bottom: 24px;
}
section.register-domain .title .description {
  color: #A1ACD0;
  margin-bottom: 35px;
}
section.register-domain .domain-form {
  background: #fff;
  padding: 20px;
}
section.register-domain .domain-form .form-top {
  display: flex;
  margin-bottom: 20px;
}
section.register-domain .domain-form .form-top input[type=text] {
  width: 100%;
  border-radius: 6px 0px 0px 6px;
  background: #F3F6FE;
  height: 80px;
  padding: 0 26px;
  color: var(--title);
  font-size: 18px;
  letter-spacing: 0.2px;
  font-weight: 300;
}
section.register-domain .domain-form .form-top input[type=text]::-moz-placeholder {
  color: #A1ACD0;
}
section.register-domain .domain-form .form-top input[type=text]::placeholder {
  color: #A1ACD0;
}
section.register-domain .domain-form .form-top .submit-btn {
  white-space: nowrap;
  height: 80px;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  border-radius: 0px 6px 6px 0px;
  background: var(--main-4);
  padding: 0 20px;
  transition: 0.25s all;
  cursor: pointer;
}
section.register-domain .domain-form .form-top .submit-btn:hover {
  background: var(--main-1);
}
section.register-domain .domain-form .tld-list-owl .tld-item {
  border-radius: 6px;
  background: #F3F6FE;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.register-domain .domain-form .tld-list-owl .tld-item .image {
  height: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
section.register-domain .domain-form .tld-list-owl .tld-item .image img {
  max-height: 100%;
}
section.register-domain .domain-form .tld-list-owl .tld-item .price {
  color: var(--title);
  font-size: 16px;
  font-weight: 600;
}
section.register-domain .domain-form .tld-list-owl .tld-item .price small {
  color: #A1ACD0;
  font-size: 14px;
  font-weight: 300;
}

section.about-us {
  margin-top: -40px;
}
section.about-us .box {
  aspect-ratio: 437/463;
  position: relative;
  border-radius: 12px;
  margin-bottom: 140px;
}
section.about-us .box.left {
  margin-right: 100px;
}
section.about-us .box.right {
  margin-left: 100px;
}
section.about-us .box.orange {
  background: var(--main-4);
}
section.about-us .box.blue {
  background: var(--main-5);
}
section.about-us .box .image {
  align-items: flex-end;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 12px;
}
section.about-us .box .image img {
  display: block;
}
section.about-us .box .box-component-1 {
  border-radius: 12px;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  padding: 35px 28px;
  position: absolute;
  gap: 90px;
  top: 40%;
  right: -40px;
}
section.about-us .box .box-component-1 .box-right {
  color: #B3BAC5;
}
section.about-us .box .box-component-1 h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
section.about-us .box .box-component-1 span {
  font-size: 14px;
}
section.about-us .box .box-component-1 .box-icon {
  width: 81px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f9ad13;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  right: -40px;
  bottom: -40px;
}
section.about-us .content {
  margin-bottom: 140px;
}
section.about-us .content h5 {
  color: var(--main-4);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 28px;
}
section.about-us .content h2 {
  line-height: 1.33em;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}
section.about-us .content .desc {
  font-size: 18px;
  line-height: 1.77em;
  margin-bottom: 45px;
}
section.about-us .content.blue h5 {
  color: var(--main-5);
}
section.about-us .content.blue a.details {
  background: var(--main-5);
}
section.about-us .content a.details {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 30px;
  background: var(--main-4);
  color: #fff;
  display: inline-block;
  border-radius: 6px;
}
section.about-us .content a.details:hover {
  background: var(--main-1);
  transform: translateY(-10px);
}

section.why-us {
  padding: 0 0 70px;
  margin-top:5%;
}
section.why-us .items .item {
  border-radius: 12px;
  border: 1px solid #E5EAF4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 30px;
  height: 325px;
  color: var(--title);
  position: relative;
  margin-bottom: 24px;
}
section.why-us .items .item::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--main-5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 12px;
  opacity: 0;
  transition: 0.25s all;
}
section.why-us .items .item .icon {
  color: var(--main-5);
  display: flex;
}
section.why-us .items .item .title {
  font-family: "Aeonik", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
  display: block;
}
section.why-us .items .item .desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75em;
  display: block;
  color: #5A7184;
  transition: 0.25s all;
}
section.why-us .items .item .details {
  color: var(--main-5);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 16px;
}
section.why-us .items .item .details svg {
  margin-top: 2px;
}
section.why-us .items .item:hover {
  border: 1px solid transparent;
  transform: translateY(-16px);
}
section.why-us .items .item:hover .desc {
  color: var(--title);
}
section.why-us .items .item:hover::before {
  opacity: 0.1;
}

.products .product-item {
  border-radius: 12px 12px 24px 24px;
  background: #F3F6FE;
  transition: 0.25s all;
  margin-bottom: 24px;
}
.products .product-item .product-content {
  padding: 20px;
}
.products .product-item .product-content .image {
  border-radius: 12px;
  background: #FFF;
  padding: 50px 30px 30px;
  display: flex;
  position: relative;
  margin-bottom: 90px;
  transition: 0.25s all;
  justify-content: center;
}
.products .product-item .product-content .image .ellipse {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.products .product-item .product-content .image .ellipse::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: absolute;
  background-color: #fff;
  opacity: 0.3;
  left: -50%;
  top: -30%;
}
.products .product-item .product-content .image .tags {
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
  color: #FFF;
  font-family: "Aeonik", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.products .product-item .product-content .image .tags span {
  background: #F28A29;
  border-radius: 4px;
  padding: 3px 6px;
}
.products .product-item .product-content .image .tags span.green {
  background: #0C9F2C;
}
.products .product-item .product-content .image .tags span.purple {
  background: #B729E9;
}
.products .product-item .product-content .image img {
  margin-bottom: -85px;
  position: relative;
  z-index: 1;
}
.products .product-item .product-content h3 {
  color: var(--title);
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.products .product-item .product-content .desc {
  color: #5A7184;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}
.products .product-item .product-content .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products .product-item .product-content .price .old-price {
  color: #5A7184;
  font-size: 14px;
  text-decoration: line-through;
}
.products .product-item .product-content .price .current-price {
  color: var(--title);
  font-size: 36px;
  font-weight: 700;
}
.products .product-item .product-footer {
  display: flex;
}
.products .product-item .product-footer a {
  width: 50%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
}
.products .product-item .product-footer a svg {
  margin-right: 12px;
}
.products .product-item .product-footer a.buy {
  background: var(--main-6);
}
.products .product-item .product-footer a.demo {
  background: var(--main-3);
}
.products .product-item .product-footer a:first-child {
  border-radius: 0px 0px 0px 12px;
}
.products .product-item .product-footer a:last-child {
  border-radius: 0px 0px 12px 0px;
}
.products .product-item .product-footer a:hover {
  background: var(--main-5);
}
.products .product-item:hover {
  transform: translateY(-16px);
  background: #FFF;
  box-shadow: 0px 29px 35px 0px rgba(0, 0, 0, 0.04);
}
.products .product-item:hover .product-content .image {
  background: var(--main-5);
}

section.softwares-1 {
  padding: 70px 0;
}
section.softwares-1 .tab-buttons {
  display: inline-flex;
  padding: 10px;
  border-radius: 150px;
  background: #F3F6FE;
  gap: 4px;
  margin-bottom: 35px;
}
section.softwares-1 .tab-buttons button {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #A1ACD0;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  border-radius: 50px;
  transition: 0.25s background-color, 0.25s color;
  cursor: pointer;
}
section.softwares-1 .tab-buttons button:hover, section.softwares-1 .tab-buttons button.active {
  background-color: #fff;
  color: var(--title);
}
section.softwares-1 .tab-buttons button.active {
  color: var(--title);
  font-weight: 600;
}

section.softwares-2 {
  margin: 70px 0;
  background: var(--main-2);
  padding: 100px 0;
  position: relative;
}
section.softwares-2 .left-bg {
  color: var(--main-7);
  position: absolute;
  left: 0;
  top: 30%;
}
section.softwares-2 .right-bg {
  color: var(--main-7);
  position: absolute;
  right: 0;
  bottom: 0;
}
section.softwares-2 .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  align-items: center;
}
section.softwares-2 .top .left {
  display: flex;
}
section.softwares-2 .top .left .icon {
  color: var(--main-7);
  margin-right: 16px;
}
section.softwares-2 .top .left h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}
section.softwares-2 .top .left h2 span {
  color: var(--main-7);
}
section.softwares-2 .top .left .desc {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.5;
}
section.softwares-2 .top .right {
  display: flex;
  gap: 12px;
}
section.softwares-2 .top .right button {
  width: 56px;
  aspect-ratio: 1/1;
  border-radius: 56px;
  background: transparent;
  border: 2px solid transparent;
  transition: 0.25s all;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section.softwares-2 .top .right button svg {
  transform: scale(1.2);
}
section.softwares-2 .top .right button:hover {
  border: 2px solid #fff;
}
section.softwares-2 .top .right button:active {
  transform: translateY(3px);
}
section.softwares-2 .top .right button.prev svg {
  transform: rotate(180deg) scale(1.2);
}
section.softwares-2 .product-item {
  margin-top: 20px;
}

.hosting-packages .package {
  border-radius: 12px;
  border: 1px solid #E5EAF4;
  background: #FFF;
  transition: 0.25s all;
  margin-bottom: 24px;
}
.hosting-packages .package .package-top {
  text-align: center;
  padding: 30px 58px;
  border-radius: 12px 12px 6px 6px;
  transition: 0.25s all;
  position: relative;
  overflow: hidden;
}
.hosting-packages .package .package-top::before {
  content: "";
  background: #fff;
  opacity: 0.1;
  width: 120%;
  aspect-ratio: 1/1;
  position: absolute;
  border-radius: 50%;
  left: -70%;
  top: -25%;
}
.hosting-packages .package .icon {
  color: var(--main-4);
  margin-bottom: 6px;
}
.hosting-packages .package h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  transition: 0.25s all;
}
.hosting-packages .package .desc {
  color: #5A7184;
  font-size: 14px;
  margin-bottom: 24px;
  transition: 0.25s all;
}
.hosting-packages .package .price {
  color: var(--title);
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 24px;
  transition: 0.25s all;
}
.hosting-packages .package .price small {
  font-size: 12px;
  font-weight: 400;
}
.hosting-packages .package .buy {
  background: var(--main-4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  height: 47px;
  border-radius: 6px;
  transition: 0.25s all;
  position: relative;
  z-index: 1;
}
.hosting-packages .package .buy:hover {
  background: var(--main-1);
}
.hosting-packages .package ul {
  margin: 20px 70px 40px;
}
.hosting-packages .package ul li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.hosting-packages .package ul li svg {
  color: var(--main-1);
  opacity: 0.2;
  margin-right: 12px;
  margin-top: 2px;
  transition: 0.25s all;
}
.hosting-packages .package:hover .package-top, .hosting-packages .package.active .package-top {
  background: var(--main-4);
  color: #fff;
}
.hosting-packages .package:hover .package-top h3, .hosting-packages .package.active .package-top h3 {
  color: #fff;
}
.hosting-packages .package:hover .package-top .desc, .hosting-packages .package.active .package-top .desc {
  color: #fff;
  opacity: 0.7;
}
.hosting-packages .package:hover .package-top .price, .hosting-packages .package.active .package-top .price {
  color: #fff;
}
.hosting-packages .package:hover .package-top .buy, .hosting-packages .package.active .package-top .buy {
  background: rgba(255, 255, 255, 0.25);
}
.hosting-packages .package:hover .package-top .buy:hover, .hosting-packages .package.active .package-top .buy:hover {
  background: #fff;
  color: var(--main-4);
}
.hosting-packages .package:hover ul li svg, .hosting-packages .package.active ul li svg {
  color: var(--main-6);
  opacity: 1;
}
.hosting-packages .package:hover {
  transform: translateY(-16px);
}

section.packages {
  padding: 70px 0;
}

.server-list .servers-title {
  border-radius: 8px;
  background: #FFF;
  padding: 0;
  margin-bottom: 16px;
}
.server-list .servers-title .left {
  width: calc(100% - 180px);
  display: flex;
  align-items: center;
  height: 95px;
}
.server-list .servers-title .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #E5EAF4;
  width: 14%;
}
.server-list .servers-title .item:last-child {
  border-right: none;
}
.server-list .servers-title .item.traffic {
  width: 10%;
}
.server-list .servers-title .item.ram {
  width: 10%;
}
.server-list .servers-title .item.cpu {
  width: 22%;
}
.server-list .servers-title .item.os {
  width: 16%;
}
.server-list .servers-title .item .icon {
  display: flex;
  color: var(--main-4);
  margin-bottom: 12px;
}
.server-list .servers-title .item .title {
  font-size: 16px;
  font-weight: 600;
}
.server-list .servers-title .price {
  width: 180px;
  flex: 0 0 180px;
  width: 100%;
}
.server-list .server-item {
  height: 140px;
  border-radius: 8px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  transition: 0.25s all;
  margin-bottom: 16px;
}
.server-list .server-item:hover {
  transform: scale(1.04);
  box-shadow: 0px 29px 35px 0px rgba(0, 0, 0, 0.04);
}
.server-list .server-item .left {
  width: calc(100% - 180px);
  display: flex;
}
.server-list .server-item .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 14%;
  color: #5A7184;
  font-weight: 500;
}
.server-list .server-item .item.title h4 {
  color: var(--title);
  font-family: "Aeonik", sans-serif;
  margin-bottom: 12px;
}
.server-list .server-item .item.title img {
  max-width: 80%;
}
.server-list .server-item .item.traffic {
  width: 10%;
}
.server-list .server-item .item.ram {
  width: 10%;
}
.server-list .server-item .item.cpu {
  width: 22%;
}
.server-list .server-item .item.os {
  width: 16%;
}
.server-list .server-item .item.price strong {
  color: var(--title);
  margin-bottom: 6px;
}
.server-list .server-item .item.price small {
  color: #A1ACD0;
  font-size: 16px;
  font-weight: 300;
}
.server-list .server-item .item .buy-link {
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-4);
  height: 50px;
  padding: 0 44px;
  border-radius: 5px;
}
.server-list .server-item .item .buy-link:hover {
  background: var(--main-1);
  transform: translateY(-5px);
}

section.servers {
  background: #F4F7FA;
  padding: 200px 0;
  margin-top: -200px;
}

section.numbers {
  padding: 120px 0;
  margin-top: -60px;
  position: relative;
}
section.numbers .left-bg {
  position: absolute;
  top: 0;
  left: 5%;
}
section.numbers .right-bg {
  position: absolute;
  top: 0;
  right: 5%;
}
section.numbers .join-us {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--main-6);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 55px;
  padding: 0 36px;
  border-radius: 6px;
  margin-bottom: 60px;
}
section.numbers .join-us:hover {
  background: var(--main-1);
  transform: translateY(-5px);
}
section.numbers .numbers-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
section.numbers .numbers-container .number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.numbers .numbers-container .icon {
  width: 64px;
  aspect-ratio: 1/1;
  background: #E95432;
  box-shadow: 0 0 0 6px rgba(233, 84, 50, 0.2);
  border-radius: 64px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
section.numbers .numbers-container .icon.green {
  background: #36B37E;
  box-shadow: 0 0 0 6px rgba(54, 179, 126, 0.2);
}
section.numbers .numbers-container .icon.blue {
  background: #1565D8;
  box-shadow: 0 0 0 6px rgba(21, 101, 216, 0.2);
}
section.numbers .numbers-container .icon.orange {
  background: #FF8000;
  box-shadow: 0 0 0 6px rgba(255, 128, 0, 0.2);
}
section.numbers .numbers-container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.numbers .numbers-container .content strong {
  color: var(--title);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
section.numbers .numbers-container .content span {
  color: #A1ACD0;
  font-family: "Aeonik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

section.customer-comments {
  padding: 70px 0;
}
section.customer-comments .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
section.customer-comments .title h5 {
  color: var(--main-4);
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section.customer-comments .title h2 {
  letter-spacing: 0.2px;
}
section.customer-comments .title .right {
  display: flex;
  gap: 12px;
}
section.customer-comments .title .right button {
  width: 56px;
  aspect-ratio: 1/1;
  border-radius: 56px;
  background: transparent;
  transition: 0.25s all;
  color: var(--title);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section.customer-comments .title .right button svg {
  transform: scale(1.2);
}
section.customer-comments .title .right button:hover {
  background: var(--main-4);
  color: #fff;
}
section.customer-comments .title .right button:active {
  transform: translateY(3px);
}
section.customer-comments .title .right button.prev svg {
  transform: rotate(180deg) scale(1.2);
}
section.customer-comments .customer-comments-owl .item {
  border-radius: 8px;
  border: 1px solid #E5EAF4;
  background: #FFF;
  padding: 40px;
  opacity: 0.5;
  transition: 0.25s all;
}
section.customer-comments .customer-comments-owl .item:hover {
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.05);
}
section.customer-comments .customer-comments-owl .item .top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
section.customer-comments .customer-comments-owl .item .top .image {
  display: flex;
  margin-right: 20px;
}
section.customer-comments .customer-comments-owl .item .top .image img {
  width: 56px;
  aspect-ratio: 1/1;
  border-radius: 56px;
}
section.customer-comments .customer-comments-owl .item .top .content h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-bottom: 5px;
}
section.customer-comments .customer-comments-owl .item .top .content span {
  color: #A1ACD0;
  font-size: 16px;
  font-weight: 400;
}
section.customer-comments .customer-comments-owl .item .comment {
  color: #5A7184;
  font-size: 16px;
  line-height: 2em;
}
section.customer-comments .customer-comments-owl .owl-item.active .item {
  opacity: 1;
}

section.blog-posts {
  padding: 70px 0;
}
section.blog-posts .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
section.blog-posts .top h2 {
  margin-bottom: 12px;
}
section.blog-posts .top .desc {
  color: #A1ACD0;
}
section.blog-posts .top .right {
  display: flex;
  gap: 12px;
}
section.blog-posts .top .right button {
  width: 56px;
  aspect-ratio: 1/1;
  border-radius: 56px;
  background: transparent;
  transition: 0.25s all;
  color: var(--title);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section.blog-posts .top .right button svg {
  transform: scale(1.2);
}
section.blog-posts .top .right button:hover {
  background: var(--main-4);
  color: #fff;
}
section.blog-posts .top .right button:active {
  transform: translateY(3px);
}
section.blog-posts .top .right button.prev svg {
  transform: rotate(180deg) scale(1.2);
}
section.blog-posts .blog-post {
  border-radius: 12px;
  background: #F3F6FE;
  overflow: hidden;
  display: block;
}
section.blog-posts .blog-post span {
  display: block;
}
section.blog-posts .blog-post .image {
  display: flex;
}
section.blog-posts .blog-post .image img {
  width: 100%;
  aspect-ratio: 344/220;
}
section.blog-posts .blog-post .content {
  padding: 20px;
}
section.blog-posts .blog-post .title {
  color: var(--title);
  font-family: "Aeonik", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}
section.blog-posts .blog-post .desc {
  color: #5A7184;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 20px;
}
section.blog-posts .blog-post .stats {
  display: flex;
  gap: 18px;
}
section.blog-posts .blog-post .stats .item {
  display: flex;
  align-items: center;
  color: #A1ACD0;
  font-size: 14px;
}
section.blog-posts .blog-posts-owl .owl-item {
  opacity: 0.5;
  transition: 0.25s all;
}
section.blog-posts .blog-posts-owl .owl-item.active {
  opacity: 1;
}

footer.site-footer .footer-brands .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
footer.site-footer .footer-brands .item img {
  max-width: 100%;
  max-height: 32px;
}
footer.site-footer .footer-top {
  border-top: 8px solid var(--main-4);
  background: var(--main-2);
  position: relative;
}
footer.site-footer .footer-top .container {
  display: flex;
  align-items: center;
}
footer.site-footer .footer-top .container .left {
  width: 40%;
  position: relative;
  padding: 50px 65px 50px 0;
}
footer.site-footer .footer-top .container .left .content {
  position: relative;
  z-index: 1;
}
footer.site-footer .footer-top .container .left::before {
  content: "";
  background: var(--main-1);
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
}
footer.site-footer .footer-top .container .left .logo {
  display: flex;
  margin-bottom: 16px;
}
footer.site-footer .footer-top .container .left .logo img {
  height: 31px;
}
footer.site-footer .footer-top .container .left h4.title {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
footer.site-footer .footer-top .container .left .desc {
  color: #888FA8;
  margin-bottom: 30px;
}
footer.site-footer .footer-top .container .left .contact {
  border-radius: 12px;
  background: rgba(102, 112, 147, 0.1);
  padding: 20px;
}
footer.site-footer .footer-top .container .left .contact h4 {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}
footer.site-footer .footer-top .container .left .contact h4 span {
  color: var(--main-4);
}
footer.site-footer .footer-top .container .left .contact .contact-desc {
  color: #888FA8;
  font-size: 14px;
}
footer.site-footer .footer-top .container .left .contact .line {
  height: 1px;
  background: rgba(135, 143, 168, 0.2);
  margin: 20px 0;
}
footer.site-footer .footer-top .container .left .contact .contact-item {
  display: flex;
  color: #888FA8;
  font-size: 14px;
  margin-bottom: 12px;
}
footer.site-footer .footer-top .container .left .contact .contact-item:hover {
  color: #fff;
}
footer.site-footer .footer-top .container .left .contact .contact-item svg {
  margin-top: 3px;
  margin-right: 12px;
}
footer.site-footer .footer-top .container .left .contact .contact-item.active {
  color: #fff;
}
footer.site-footer .footer-top .container .left .contact .contact-item.active svg {
  color: var(--main-6);
}
footer.site-footer .footer-top .container .right {
  width: 60%;
  padding-left: 65px;
  margin-bottom: -40px;
  margin: 50px 0px;

}
footer.site-footer .footer-top .container .right h3.nav-title {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.56px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
footer.site-footer .footer-top .container .right h3.nav-title::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid var(--main-4);
  border-radius: 8px;
  margin-right: 8px;
}
footer.site-footer .footer-top .container .right ul {
  margin-bottom: 40px;
}
footer.site-footer .footer-top .container .right ul li a {
  display: block;
  color: rgba(136, 143, 168, 0.7);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
footer.site-footer .footer-top .container .right ul li a:hover {
  color: #fff;
}
footer.site-footer .footer-bottom {
  background: var(--main-3);
  border-top: 2px solid rgba(255, 255, 255, 0.05);
}
footer.site-footer .footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
footer.site-footer .footer-bottom .container .left {
  color: #FFF;
  font-size: 14px;
  letter-spacing: 0.56px;
}
footer.site-footer .footer-bottom .container .right {
  display: flex;
  gap: 12px;
}
footer.site-footer .footer-bottom .container .right a.social {
  width: 40px;
  height: 40px;
  color: #fff;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  opacity: 0.5;
}
footer.site-footer .footer-bottom .container .right a.social:hover {
  opacity: 1;
}

@media only screen and (max-width: 1440px) {
  section.numbers .left-bg {
    display: flex;
  }
  section.numbers .left-bg img {
    width: 70%;
  }
  section.numbers .right-bg {
    display: flex;
    justify-content: flex-end;
  }
  section.numbers .right-bg img {
    width: 70%;
  }
}
@media only screen and (max-width: 1280px) {
  .fixed-call-button {
    font-size: 12px;
    height: 40px;
    left: 20px;
  }
}
@media only screen and (max-width: 1140px) {
  .server-list .server-item .item .buy-link {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .show-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .hide-mobile {
    display: none !important;
  }
  header.site-header .header-top .right .login-and-register {
    display: none;
  }
  header.site-header .header-top .left {
    width: 100%;
    justify-content: center;
  }
  header.site-header .header-bottom .right {
    gap: 18px;
  }
  header.site-header .header-top .left a {
    font-size: 13px;
    font-weight: 300;
  }
  header.site-header .header-bottom button.open-header-menu {
    background: transparent;
    margin-left: 6px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    transition: 0.25s all;
  }
  header.site-header .header-bottom button.open-header-menu span {
    height: 2px;
    background: var(--main-1);
    width: 18px;
    border-radius: 3px;
    transition: 0.25s all;
    position: relative;
  }
  header.site-header .header-bottom button.open-header-menu span:nth-child(2) {
    width: 12px;
  }
  header.site-header .header-bottom button.open-header-menu.active {
    gap: 0;
  }
  header.site-header .header-bottom button.open-header-menu.active span:nth-child(1) {
    top: 2px;
    transform: rotate(45deg);
  }
  header.site-header .header-bottom button.open-header-menu.active span:nth-child(2) {
    opacity: 0;
  }
  header.site-header .header-bottom button.open-header-menu.active span:nth-child(3) {
    bottom: 2px;
    transform: rotate(-45deg);
  }
  header.site-header .header-bottom nav.header-menu {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh - 120px);
    width: calc(100% - 50px);
    z-index: 999;
    background: #fff;
    top: 70px;
    overflow-y: auto;
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
    transition: 0.25s all;
  }
  header.site-header .header-bottom nav.header-menu.active {
    transform: translateX(0%);
    opacity: 1;
    pointer-events: all;
  }
  header.site-header .header-bottom nav.header-menu .mobile-login {
    display: flex;
    gap: 20px;
    padding: 20px;
  }
  header.site-header .header-bottom nav.header-menu .mobile-login a {
    display: flex;
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #A1ACD0;
    font-family: "Aeonik", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    background: #F4F7FD;
  }
  header.site-header .header-bottom nav.header-menu .mobile-login a.login {
    background: var(--main-6);
    color: #fff;
  }
  header.site-header .header-bottom .container {
    height: 70px;
  }
  header.site-header .header-bottom nav.header-menu ul {
    display: block;
    padding: 20px;
  }
  header.site-header .header-bottom nav.header-menu ul li {
    margin-bottom: 20px;
  }
  header.site-header .header-bottom nav.header-menu ul li a.nav-link {
    height: 50px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
    font-size: 16px;
    color: var(--title);
    font-weight: 400;
    transition: 0.25s all;
  }
  header.site-header .header-bottom nav.header-menu ul li a.nav-link .icon {
    display: flex;
    margin-right: 12px;
  }
  header.site-header .header-bottom nav.header-menu ul li a.nav-link .badge {
    display: none;
  }
  header.site-header .header-bottom nav.header-menu ul li.active .nav-link {
    background: #F4F7FD;
  }
  header.site-header .header-bottom nav.header-menu ul li.active .nav-link .icon {
    color: var(--main-5);
  }
  .cookie-popup .cookie-popup-container {
    flex-wrap: wrap;
    padding: 16px;
    height: unset;
  }
  .cookie-popup .cookie-popup-container .right button {
    width: 100%;
    font-size: 12px;
  }
  .cookie-popup .cookie-popup-container .left {
    width: 100%;
    margin-bottom: 16px;
  }
  .cookie-popup .cookie-popup-container .right {
    width: 100%;
  }
  .cookie-popup {
    bottom: 10px;
  }
  header.site-header .header-bottom .logo a img {
    height: 28px;
  }
  header.site-header .header-bottom .basket .text {
    display: none;
  }
  header.site-header .header-bottom .basket .icon {
    margin-right: 0;
  }
  header.site-header .header-bottom nav.header-menu ul li a.nav-link:hover {
    color: unset;
    transform: none;
  }
  header.site-header .header-bottom nav.header-menu ul li .sub-menu-container {
    position: unset;
    opacity: 1;
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    transform: none;
    height: 0;
    overflow: hidden;
  }
  header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .col-6:first-child {
    border: none;
  }
  header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .sub-menu-item {
    margin: 12px 0;
    padding: 0 30px;
  }
  header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .sub-menu-item .content .title {
    color: #A1ACD0;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
  }
  header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .sub-menu-item .content .title::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 8px;
    background: #A1ACD0;
    opacity: 0.4;
    margin-right: 16px;
  }
  header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .item {
    color: #A1ACD0;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin: 12px 30px;
    padding: 0;
    height: unset;
    pointer-events: all;
  }
  header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .item svg {
    display: none;
  }
  header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .item::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 8px;
    background: #A1ACD0;
    opacity: 0.4;
    margin-right: 16px;
  }
  header.site-header .header-bottom nav.header-menu ul li .sub-menu-container.small {
    min-width: unset;
    padding: 0;
  }
  header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .sub-menu-item:last-child {
    margin: 0;
  }
  header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .sub-menu-item .icon {
    display: none;
  }
  header.site-header .header-bottom nav.header-menu ul li .sub-menu-container .sub-menu-item .content .desc {
    display: none;
  }
  .mobilgizle{
    display:none !important;
  }
  section.home-slider .slider-item h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  section.home-slider .slider-item .image {
    display: none;
  }
  section.home-slider .slider-item {
    padding: 50px 0px 70px;
  }
  section.home-slider .slider-item .description {
    font-size: 14px;
    margin-bottom: 20px;
  }
  section.home-slider .slider-item a.details {
    height: 50px;
    font-size: 14px;
  }
  section.register-domain {
    padding: 40px 0;
  }
  section.register-domain .title h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }
  section.register-domain .title .description {
    font-size: 14px;
    margin-bottom: 20px;
  }
  html,
  body {
    font-size: 14px;
  }
  section.register-domain .domain-form .form-top {
    flex-wrap: wrap;
  }
  section.register-domain .domain-form .form-top input[type=text] {
    height: 60px;
    border-radius: 6px;
    font-size: 13px;
    margin-bottom: 10px;
  }
  section.register-domain .domain-form .form-top .submit-btn {
    height: 60px;
    border-radius: 6px;
    width: 100%;
    font-size: 14px;
  }
  section.about-us {
    margin-top: 0;
    padding: 30px 0;
  }
  h2 {
    font-size: 26px;
  }
  section.about-us .content h5 {
    margin-bottom: 20px;
  }
  section.about-us .content .desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
  section.about-us .content a.details {
    font-size: 16px;
  }
  section.about-us .content {
    margin-bottom: 50px;
  }
  .section-title h5 {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .section-title h2 {
    font-size: 28px;
  }
  .section-title h2 small {
    transform: scale(0.6);
    transform-origin: left top;
    right: -78px;
  }
  section.why-us .items .item {
    height: auto;
  }
  section.why-us .items .item .title {
    font-size: 22px;
    margin-top: 15px;
  }
  section.why-us .items .item .desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
  section.softwares-1 {
    padding: 0;
  }
  .section-title .description {
    font-size: 14px;
  }
  section.softwares-1 .tab-buttons {
    flex-wrap: wrap;
    border-radius: 6px;
    justify-content: center;
  }
  section.softwares-1 .tab-buttons button {
    font-size: 13px;
    border-radius: 6px;
  }
  section.softwares-2 .top .left {
    display: block;
  }
  section.softwares-2 .top {
    display: block;
    margin-bottom: 10px;
  }
  section.softwares-2 .top .left .icon {
    margin-bottom: 12px;
  }
  section.softwares-2 .top .left h2 {
    font-size: 27px;
  }
  section.softwares-2 .top .left .desc {
    font-size: 14px;
  }
  section.softwares-2 .top .right {
    justify-content: flex-end;
    margin-top: 30px;
  }
  .products .product-item .product-content h3 {
    font-size: 18px;
  }
  .products .product-item .product-content .price .current-price {
    font-size: 30px;
  }
  .products .product-item .product-content .desc {
    font-size: 14px;
  }
  section.softwares-2 .top .left {
    display: block;
  }
  section.softwares-2 .top {
    display: block;
    margin-bottom: 10px;
  }
  section.softwares-2 .top .left .icon {
    margin-bottom: 12px;
  }
  section.softwares-2 .top .left h2 {
    font-size: 27px;
  }
  section.softwares-2 .top .left .desc {
    font-size: 14px;
  }
  section.softwares-2 .top .right {
    justify-content: flex-end;
    margin-top: 30px;
  }
  .products .product-item .product-content h3 {
    font-size: 18px;
  }
  .products .product-item .product-content .price .current-price {
    font-size: 30px;
  }
  .products .product-item .product-content .desc {
    font-size: 14px;
  }
  section.packages {
    padding: 0;
  }
  section.servers {
    margin-top: 0;
    padding: 50px 0;
  }
  .server-list .servers-title {
    display: none;
  }
  .server-list .server-item .left {
    flex-wrap: wrap;
    width: 100%;
  }
  .server-list .server-item .item {
    width: 100% !important;
    margin-bottom: 25px;
  }
  .server-list .server-item {
    flex-wrap: wrap;
    height: unset;
    padding: 20px 20px 0;
  }
  .server-list .server-item .item.title {
    width: 100% !important;
  }
  .server-list .server-item .item.buy {
    width: 100% !important;
  }
  .server-list .server-item .item .buy-link {
    display: flex;
    width: 100%;
  }
  section.numbers .left-bg,
  section.numbers .right-bg {
    display: none;
  }
  section.numbers .numbers-container {
    flex-wrap: wrap;
    gap: 0;
  }
  section.numbers .numbers-container .number {
    width: 50%;
    margin-bottom: 50px;
  }
  section.numbers .join-us {
    font-size: 16px;
  }
  section.numbers {
    margin: 0;
    padding: 30px 0;
  }
  section.customer-comments {
    padding: 30px 0;
  }
  section.customer-comments {
    padding: 0 20px;
  }
  section.customer-comments .container {
    padding: 0;
  }
  section.customer-comments .customer-comments-owl .item .top .content span {
    font-size: 13px;
  }
  section.customer-comments .customer-comments-owl .item {
    padding: 20px;
  }
  section.blog-posts {
    padding: 20px;
  }
  section.blog-posts .container {
    padding: 0;
  }
  section.blog-posts {
    padding: 20px;
  }
  section.blog-posts .container {
    padding: 0;
  }
  footer.site-footer .footer-top .container {
    display: block;
  }
  footer.site-footer .footer-top .container .left {
    width: 100%;
    padding: 30px 0;
  }
  footer.site-footer .footer-top .container .left::before {
    right: -20px;
  }
  footer.site-footer .footer-top .container .left h4.title {
    font-size: 18px;
  }
  footer.site-footer .footer-top .container .left .contact h4 {
    font-size: 18px;
  }
  footer.site-footer .footer-top .container .right {
    width: 100%;
    padding: 40px 0 0;
    margin-bottom: 0;
  }
  footer.site-footer .footer-top .container .right .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }
  footer.site-footer .footer-bottom .container {
    flex-wrap: wrap;
    height: unset;
  }
  footer.site-footer .footer-bottom {
    padding: 30px 0;
    text-align: center;
  }
  footer.site-footer .footer-bottom .container .right {
    justify-content: center;
    width: 100%;
    margin-top: 16px;
  }
  section.about-us .box.left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  section.about-us .box .box-component-1 {
    transform: scale(0.7);
  }
  section.about-us .box .image img {
    max-width: 100%;
  }
  section.about-us .box.right {
    margin-left: 0;
    margin-bottom: 30px;
  }
  section.about-us .reverse {
    flex-direction: column-reverse;
  }
  section.page-header .image {
    display: none;
  }
  section.page-header h2 {
    font-size: 28px;
  }
  section.page-content {
    padding: 40px 0;
  }
  .form-popup.active .popup-container {
    overflow-y: auto;
    max-height: calc(100vh - 60px);
  }
  header.site-header .header-bottom .customer-area {
    display: none;
  }
  section.home-slider .slider-item .image {
    display: block;
    position: unset;
  }

  section.home-slider .slider-item .image * {
    display: none;
  }

  section.home-slider .slider-item .image::before {
    right: -45px;
  }
}
@media only screen and (max-width: 768px) {
  [class*=col-] {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */

.register-domain .amount_spot_view i{
  font-size: 15px !important;
}

.register-domain .amount_spot_view{
  margin-right: 15px !important;
}
body.menu-open {
  overflow: hidden!important;
  height: 100vh;
}

@media only screen and (max-width: 768px) {
  section.page-header .row .col-7 {
    margin-top:10% !important;
  }
  section.page-header .container .breadcrumb a{
    font-size:10px !important
  }
  section.page-header .container .breadcrumb {
    font-size:10px !important
  }


}