@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Thin.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-ExtraLight.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Light.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Regular.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Medium.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-SemiBold.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Bold.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-ExtraBold.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Black.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-ExtraBlack.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-ExtraBlack.woff') format('woff');
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}


/* base  */

:root {
  --color1: #04257d;
  --color2: #1042b3;
  --back: #fff;
  --font1: 'Mozaic GEO';
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font1);
  direction: ltr;
  text-align: left;
  background-color: var(--back);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color1)
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (max-width: 767px) {
  .d-m-none {
    display: none !important;
  }

}

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-logo img {
    height: 55px;
  }

  .navbar-logo-title {
    font-size: 13px;
  }

  .navbar-logo-text {
    font-size: 9px;
  }

  .nav-item {
    margin: 0 6px;
  }

  .nav-item a {
    padding: 12px 4px;
    font-size: 14px;
  }

  .navbar-btn {
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .navbar-btn span,
  .navbar-lang-btn span {
    display: none;
  }

  .navbar-lang-btn {
    height: 28px;
    padding: 3px;
  }
}

/* navbar */

.navbar-custom {
  background-color: transparent;
  height: 100px;
  padding: 0;
  z-index: 1000;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  z-index: 999;
  top: -100px;
  margin-top: 100px;
  transition: transform 0.5s ease-out, top 0.5s ease-out;
}

.navbar-custom.fixed {
  top: 0;
  margin-top: 0;
  position: fixed;
  box-shadow: 0px 0px 0px 0px #11100f1c;
  height: 80px;
}

.navbar-fill {
  height: 100px;
}

.navbar-logo img {
  width: auto;
  height: 75px;
  border-radius: 12px;
}

.navbar-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row-reverse;
  text-align: left;
}

.navbar-logo-title {
  font-size: 16px;
  color: var(--color1);
  font-weight: bold;

}

.navbar-logo-text {
  font-size: 12px;
  color: var(--color1);
  font-weight: bold;
}

.nav-item {
  white-space: nowrap;
  margin: 0 20px;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  font-size: 16px;
  color: #111111;
  font-weight: 600;
}

.nav-item.dropdown {
  margin-top: -2px;
}


/* border hover  */

@media (min-width:768px) {
  .nav-item a {
    display: inline-block;
  }

  .nav-item:not(.dropdown) a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-image: linear-gradient(90deg, #ffffff00 0%, var(--color1) 50.48%, #ffffff00 100%);
    transition: width .2s;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: -5px;
  }

  .nav-item:not(.dropdown) a:hover::after {
    width: 100%;
    transition: width .3s;
  }
}

.nav-item a:hover {
  color: var(--color1) !important;
}

.navbar-right {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.navbar-left {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  width: 100%;
}

.navbar-btn-body {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-btn {
  height: 50px;
  background: var(--color1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  gap: 10px;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0 0 2px #04257d;
  transition: 0.5s;
}

.navbar-btn:hover {
  background: var(--color2);
  color: #fff;
}

.navbar-btn:active {
  background: var(--color1);
  color: #fff;
}





/* responsive navbar*/

@media (max-width:767.5px) {

  .navbar-custom.fixed {
    height: 60px;
  }

  .navbar-custom {
    height: auto;
    padding: 10px 0;
  }

  .navbar-fill {
    height: 60px;
  }

  .navbar-right {
    width: auto;
    gap: 10px;
  }

  .navbar-left {
    width: auto;
    gap: 8px;
  }

  .navbar-btn span {
    display: none;
  }

  .navbar-btn {
    width: 34px;
    padding: 10px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 26px;
    padding-right: 11px;
  }

  .navbar-logo {
    gap: 6px;
  }

  .navbar-logo img {
    height: 40px;
  }

  .navbar-logo-title {
    font-size: 10.5px;
  }

  .navbar-logo-text {
    font-size: 8px;
  }


ul.navbar-nav.m-auto {
    padding: 0;
}

}


@media (min-width:768px) {
  .navbar-nav {
    align-items: center;
    height: 30px;
  }
}


/* dropdown */
.dropdown a::after {
  margin-top: -2px;
  margin-right: 10px;
  border: 0;
  font-family: "raya-icon";
  content: '\f107';
}

.dropdown ul li a::after {
  content: unset;
}

.dropdown ul li a:hover {
  color: #000 !important;
}

.dropdown .dropdown>a:after {
  display: block;
  content: " ";
  float: left;
  border: 0;
  font-family: "raya-icon";
  content: '\f104';
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown ul {
  left: 0;
  z-index: 1000;
  display: none;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #212529;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  position: absolute;
  border: 0;
  margin-top: 0px;
  min-width: 180px;
  border-radius: 10px;
  font-size: 14px;
  transition: opacity 0.3s ease-in-out;
  right: 0;
}

.dropdown ul li a {
  color: #444;
  font-size: 13px;
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 7px 14px;
  font-weight: normal;
}

.dropdown ul li a:hover {
  color: var(--color1);
}



@media (min-width:767.5px) {
  .dropdown ul::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 5px;
    transform: translateX(-50%) rotate(180deg);
    border-top: 10px solid var(--color1);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }

  .dropdown .dropdown ul::before {
    content: unset;
  }

  .dropdown .dropdown {
    position: relative;
  }

  .dropdown .dropdown>ul {
    top: 0;
    right: 100%;
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -20;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0.1s, 0.4s;
  }

  #overlay.active {
    visibility: visible;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0s, 0s;
    background: rgba(72, 72, 72, 0.6);
    z-index: 100;
  }

  .dropdown .dropdown:hover>a:after {
    border-left-color: #000;
  }

  .dropdown .dropdown:hover>ul {
    display: block;
  }

  .dropdown:hover>ul {
    display: block;
  }
}

/* offcanvas */
@media (max-width: 767.5px) {
  .dropdown ul::before {
    content: unset;
  }

  .dropdown a::after {
    content: '\f104';
    font-size: 16px;
    flex-grow: 1;
    justify-content: end;
    display: flex;
    align-items: center;
  }

  .dropdown .dropdown>a:after {
    margin-top: -2px;
    font-size: 16px;
  }

  .offcanvas-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
  }

  .dropdown ul {
    left: unset;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .dropdown ul.active {
    right: 0;
  }

  .offcanvas-nav.active {
    right: 0;
  }


  .offcanvas-header {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #707070;
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 10px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: #707070;
    font-size: 14px;
            transform: rotate(180deg);
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: #707070;
    font-size: 18px;
  }

  .nav-item {
    padding: 10px 20px;
    margin-right: 0px;
    display: flex;
  }

  .dropdown ul li a {
    padding: 10px 20px;
  }

  .nav-item a {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    color: #000 !important;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: #111;
    display: flex;
    font-size: 24px;
  }
}


@media (min-width:768px) {
  .offcanvas-header {
    display: none;
  }
}


.dropdown-new .dropdown-menu {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
}

.dropdown-new a::after {
  display: none;
}


.btn.btn-custom {
  background: var(--color1);
  color: #fff;
}

/* jconfirm  */
.btn.btn-custom:hover {
  opacity: 0.8;
}

.jconfirm-box {
  border-radius: 14px !important;
}


/* basket offcanvas - Redesigned */

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  top: 0;
  left: 0;
  width: 100%;
  max-width: 380px;
  border-right: none;
  transform: translateX(-100%);
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.08);
}

.offcanvas.show {
  transform: none;
}

.offcanvas-body {
  padding: 0;
  height: 100%;
  overflow: auto;
  background: #fafbfc;
}

.offcanvas-head {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  background: #ffffff;
  border-radius: 0 20px 0 0;
}

.offcanvas-footer {
  padding: 20px 24px 24px;
  border-top: 1px solid #f0f0f0;
  background: #ffffff;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.02);
}

.offcanvas-close {
  background: #f5f5f7;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #666;
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.2s ease;
  cursor: pointer;
}

.offcanvas-close:hover {
  background: #e8e8ec;
  color: #000;
  transform: rotate(90deg);
}

.basket-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: #ffffff;
  border-bottom: 1px solid #f0f2f5;
  transition: all 0.2s ease;
  position: relative;
}

.basket-item:hover {
  background: #fefefe;
}

.basket-item:first-child {
  padding-top: 20px;
}

.basket-item-off {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #d11b32;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  padding: 0 5px;
  line-height: 20px;
  border-radius: 28px;
}

.basket-item-counter {
  font-size: 14px;
  font-weight: bold;
  color: var(--color1);
}

.basket-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 8px;
}

.basket-total-title {
  font-size: 16px;
  font-weight: 500;
  color: #5a5c6e;
}

.basket-item-img {
  width: 88px;
  height: 88px;
  border-radius: 16px;
  object-fit: contain;
  border: 1px solid #f0f0f0;
  background: #ffffff;
  transition: transform 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.basket-item-img:hover {
  transform: scale(1.02);
}

.basket-item-info {
  flex: 1;
  white-space: normal;
}

.basket-item-count {
  margin-top: 10px;
  display: flex;
  align-items: end;
  gap: 5px;
  flex-wrap: wrap;
}

.basket-item-title {
  font-size: 15px;
  font-weight: 500;
  text-wrap: initial;
  color: #1e1f2a;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.2s;
  display: inline-block;
}

.basket-item-title:hover {
  color: var(--color1);
}

.basket-item-count span {
  color: #000;
  font-size: 15 px;
  font-weight: 600;
  letter-spacing: -0.2px;
}

.basket-item-discount {
  color: #9aa0b0 !important;
  text-decoration: line-through;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.basket-link {
  background: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 0;
  margin-top: 8px;
  transition: all 0.25s ease;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
}

.basket-link:hover {
  background-color: #fff;
  border-color: var(--color1);
  color: var(--color1);
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.offcanvas-title {
  font-weight: 600;
  color: #111;
  font-size: 20px;
  margin: 0;
  letter-spacing: -0.3px;
}

.basket-total-price {
  display: flex;
  align-items: baseline;
}

.basket-total-price .basket-item-count {
  margin-top: 0;
  align-items: baseline;
}

.basket-total-price .basket-item-count span {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

body:not([dir="ltr"]) .offcanvas.show {
  transform: none;
}

body:not([dir="ltr"]) .offcanvas-close:hover {
  transform: rotate(-90deg);
}

.offcanvas-body::-webkit-scrollbar {
  width: 4px;
}

.offcanvas-body::-webkit-scrollbar-track {
  background: #f1f1f3;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background: #cbd0db;
  border-radius: 10px;
}

#overlay-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -20;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0.1s, 0.4s;
}

#overlay-offcanvas.active {
  visibility: visible;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0s, 0s;
  background: rgba(72, 72, 72, 0.6);
  z-index: 1000;
}


@media (max-width:767px) {
  .offcanvas-title {
    font-size: 14px;
  }

  .basket-total-price .basket-item-count span {
    font-size: 16px;
  }

  .basket-total-title {
    font-size: 14px;
  }

  .basket-link {
    height: 38px;
    font-size: 14px;
    margin-top: 0;
  }

  .offcanvas-head {
    padding: 11px 15px;
  }

  .offcanvas-footer {
    padding: 15px;
  }

  .basket-item-title {
    font-size: 12px;
  }

  .basket-item-img {
    width: 75px;
    height: 75px;
  }

  .basket-item-count span {
    font-size: 14px;
  }

  .basket-item-count {
    gap: 0;
    font-size: 12px;
  }

  .basket-total {
    margin-bottom: 10px;
  }

  .jconfirm .jconfirm-box div.jconfirm-title-c {
    font-size: 16px;
    text-align: center;
  }

  .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    font-size: 13px;
  }

  .phone-number.form-control {
    font-size: 14px;
  }

  .jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 0;
  }

  .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
  .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-custom .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-custom .navbar-logo img {
    height: 55px;
  }

  .navbar-custom .navbar-logo-title {
    font-size: 12px;
  }

  .navbar-custom .navbar-logo-text {
    font-size: 8px;
  }

  .navbar-custom .nav-item {
    margin: 0 5px;
  }

  .navbar-custom .nav-item a {
    padding: 12px 4px;
    font-size: 14px;
  }

  .navbar-custom .navbar-btn {
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .navbar-custom .navbar-btn span,
  .navbar-custom .navbar-lang-btn span {
    display: none;
  }

  .navbar-custom .navbar-lang-btn {
    height: 28px;
    padding: 3px;
  }

  .about-box {
    padding: 40px;
  }

  .about-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* swiper */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-custom {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-4 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-5 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-6 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}


.swiper-pagination-bullet {
  border-radius: 20px;
  width: 8px;
  height: 8px;
  background: #fff;
}


.swiper-pagination-bullet-active {
  width: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color1);
}


.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: 600;
  color: var(--color1);
  transition: 0.3s;
}

.swiper-button-next {
  width: 38px;
  height: 38px;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.3s;
}

.swiper-button-prev {
  width: 38px;
  height: 38px;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.3s;
}

.swiper-button-next:hover {
  background: var(--color1);
}

.swiper-button-prev:hover {
  background: var(--color1);
}

.swiper-button-next:hover::after {
  color: #fff;
}

.swiper-button-prev:hover::after {
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0;
}

[class^="swiper-"]:hover .swiper-button-next,
[class^="swiper-"]:hover .swiper-button-prev {
  opacity: 1;
}


@media (max-width:767px) {
  .swiper-button-next {
    width: 28px;
    height: 28px;
    top: 55%;
  }

  .swiper-button-prev {
    width: 28px;
    height: 28px;
    top: 55%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 10px;
  }
}

/* animate */

.shimmer {
  -webkit-mask: linear-gradient(-60deg, #000 30%, rgb(0 0 0 / .3333333333333333), #000 50%) right / 300% 100%;
  mask: linear-gradient(-60deg, #000 30%, rgb(0 0 0 / .3333333333333333), #000 50%) right / 300% 100%;
  background-repeat: no-repeat;
  -webkit-animation: shimmer 3s infinite;
  animation: shimmer 3s infinite
}

@-webkit-keyframes shimmer {
  0% {
    -webkit-mask-position: 140% 140%;
    mask-position: 140% 140%
  }

  to {
    -webkit-mask-position: -20% -20%;
    mask-position: -20% -20%
  }
}

@keyframes shimmer {
  0% {
    -webkit-mask-position: 140% 140%;
    mask-position: 140% 140%
  }

  to {
    -webkit-mask-position: -20% -20%;
    mask-position: -20% -20%
  }
}


.myAnim1 {
  animation: myAnim1 10s linear 0s infinite normal forwards;
}

.myAnim2 {
  animation: myAnim2 15s linear 0s infinite normal forwards;
}

.myAnim2-2 {
  animation: myAnim2 30s linear 0s infinite normal forwards;
}

.myAnim3 {
  animation: myAnim3 10s linear 0s infinite normal forwards;
}

.myAnim4 {
  animation: myAnim4 10s linear 0s infinite normal forwards;
}

@keyframes myAnim1 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 0;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim2 {

  0%,
  100% {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70% {
    transform: translateY(-8px);
  }

  20%,
  40%,
  60% {
    transform: translateY(8px);
  }

  80% {
    transform: translateY(6.4px);
  }

  90% {
    transform: translateY(-6.4px);
  }
}

@keyframes myAnim3 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim4 {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }

  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }

  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }

  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }

  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}

.animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
  will-change: opacity, transform;
}

.animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* inner */
.main-content {
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.main-box {
  background: rgba(255, 255, 255, 0.47);
  border-radius: 30px;
  box-shadow: 0 4px 30px rgb(4 37 125 / 15%);
  backdrop-filter: blur(5.4px);
  -webkit-backdrop-filter: blur(5.4px);
  border: 1px solid rgba(255, 255, 255, 0.39);
  margin: auto;
  max-width: 500px;
  padding: 30px 40px;
  width: 100%;
  padding-bottom: 20px;
}

.main-box-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.main-box-info i {
  color: var(--color1);
  font-size: 24px;
  border: 2px solid #04257da1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: auto;
  border-radius: 50px;
  transition: 0.5s;
}

.main-box-title {
  font-size: 24px;
  color: var(--color1);
  font-weight: bold;
}

.main-box-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--color1);
}


.main-box-group {
  display: flex;
  align-items: center;
  background: #fff;
  height: 58px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.main-box-icon {
  position: absolute;
  left: 15px;
  color: #111447;
}

.main-box-group input::placeholder {
  text-align: left;
}

.main-box-group input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  padding: 5px 40px;
  font-size: 15px;
  text-align: left;
}

.main-box-group:focus-within {
  border: 2px solid #4A90D9 !important;
  box-shadow: 0 0 10px rgba(74, 144, 217, 0.3) !important;
  background-color: #f8faff !important;
}

.main-box-show {
  position: absolute;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #545454;
  right: 12px;
  line-height: 1;
  opacity: 0.9;
  width: 20px;
  outline: none;
}

.main-box-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-box-check input {
  width: 15px;
  height: 15px;
  opacity: 0.9;
}

.main-box-check {
  user-select: none;
  font-size: 13px;
  color: var(--color1);
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  accent-color: var(--color1);
}

.main-box-mute:hover {
  color: var(--color2);
}

.main-box-mute {
  color: var(--color1);
  font-size: 13px;
  font-weight: 600;
  outline: none;
}

.main-box-submit {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: 56px;
  border-radius: 10px;
  border: 0;
  outline: none;
  background: var(--color2);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  box-shadow: 0 -30px 30px #0c2b66 inset;
  transition: 0.3s;
}


.main-box-submit:hover {
  background: var(--color1);
}

.main-box-submit:active {
  background: var(--color2);
}

.main-box-alert {
  background: #1042b317;
  border: 1px solid #04257d38;
  border-radius: 10px;
  padding: 15px 15px;
  color: var(--color1);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.main-box-footer {
  text-align: center;
  font-size: 13px;
  color: #111447;
  font-weight: 500;
  margin-top: 20px;
  border-top: 1px solid #011d7340;
  padding-top: 15px;
}

/* animation  */

.main-box:hover .main-box-info i {
  color: var(--color2);
  border-color: var(--color2);
}

.main-box-group {
  transition: border-color .3s;
}

.main-box:hover .main-box-group:nth-child(1) {
  animation: borderGlow 1.8s ease-in-out;
}

.main-box:hover .main-box-group:nth-child(2) {
  animation: borderGlow 1.8s ease-in-out;
  animation-delay: .9s;
}

@keyframes borderGlow {
  0% {
    border-color: #e6e6e6;
    box-shadow: 0 0 0 #e6e6e6;
  }

  25% {
    border-color: rgba(56, 189, 248, .5);
    box-shadow: 0 0 8px rgba(56, 189, 248, .2);
  }

  50% {
    border-color: #38bdf8;
    box-shadow: 0 0 18px rgba(56, 189, 248, .7);
  }

  75% {
    border-color: rgba(56, 189, 248, .5);
    box-shadow: 0 0 8px rgba(56, 189, 248, .2);
  }

  100% {
    border-color: #e6e6e6;
    box-shadow: 0 0 0 #e6e6e6;
  }
}


/* left  */

.side-left {
  position: absolute;
  left: 40px;
  bottom: 20px;
  display: flex;
  gap: 15px;
  max-width: 26%;
  text-align: center;
}

.side-left-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  font-size: 13px;
  color: #fff;
}

.side-left-item i {
  font-size: 28px;
}

@media (max-width:767px) {

  .main-content {
    padding: 20px;
    padding-top: 60px;
  }

  .main-box {
    padding: 20px;
  }

  .main-box-info {
    gap: 5px;
    margin-bottom: 15px;
  }

  .main-box-info i {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }

  .main-box-title {
    font-size: 16px;
  }

  .main-box-text {
    font-size: 12px;
  }

  .main-box-alert {
    padding: 10px;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .main-box-group {
    height: 44px;
  }

  .main-box-group input {
    font-size: 13px;
  }

  .main-box-mute {
    font-size: 11px;
  }

  .main-box-check {
    font-size: 11px;
  }

  .main-box-submit {
    height: 40px;
    font-size: 14px;
    margin-top: 15px;
  }

  .main-box-footer {
    font-size: 11px;
    margin-top: 15px;
    padding-top: 15px;
  }

  .main-box-icon {
    font-size: 14px;
  }

}

@media (max-width:1260px) {
  .side-left {
    display: none;
  }
}


.info-box {
  background: rgb(255 255 255 / 73%);
  border-radius: 30px;
  box-shadow: 0 4px 30px rgb(4 37 125 / 15%);
  backdrop-filter: blur(5.4px);
  -webkit-backdrop-filter: blur(5.4px);
  border: 1px solid rgba(255, 255, 255, 0.39);
  margin: auto;
  max-width: 1200px;
  padding: 30px 40px;
  width: 100%;
  padding-bottom: 20px;
}

.info-box-title {
  font-size: 24px;
  color: var(--color1);
  font-weight: bold;
  text-align: center;
}

.info-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
  column-gap: 25px;
  row-gap: 0px;
  margin-top: 25px;
}

.info-table-item {
  border: 1px solid #e0e0e0b3;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #111447;
  font-size: 15px;
}

.info-table-item span {
  margin-left: auto;
  font-weight: 600;
}

.info-cover {
  background: linear-gradient(302deg, rgba(11, 60, 180, 1) 0%, rgba(1, 29, 103, 1) 50%, rgba(11, 60, 180, 1) 100%);
  border-radius: 16px;
  padding: 25px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  position: relative;
}

.info-cover-title {
  font-size: 20px;
  font-weight: 600;
}

.info-cover-count {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
}


.info-cover svg {
  position: absolute;
  width: 100px;
  left: 30px;
  height: 100%;
  bottom: 0;
  opacity: 0.6;
}


@media (max-width: 768px) {
  .info-box {
    padding: 20px;
  }

  .info-box-title {
    font-size: 16px;
  }

  .info-table {
    grid-template-rows: none;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 15px;
  }

  .info-table-item span {
    text-align: left;
  }

  .info-table-item {
    padding: 10px 10px;
    gap: 10px;
    color: #111447;
    font-size: 12px;
  }

  .info-cover {
    padding: 15px;
    margin-top: 15px;
  }

  .info-cover-title {
    font-size: 14px;
  }

  .info-cover-count {
    font-size: 16px;
  }

  .info-cover svg {
    width: 70px;
    left: 10px;
    opacity: 0.2;
  }


}


.banner-wrapper {
  margin-top: 100px;
  height: 420px;
  background-size: cover;
  background-position: bottom;
  color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: 100px;
}

.banner-wrapper-title {
  font-size: 36px;
  font-weight: 600;
}

.banner-wrapper-text {
  font-size: 22px;
  font-weight: 500;
}

.about-box {
  background: rgb(255 255 255 / 89%);
  border-radius: 30px;
  box-shadow: 0 4px 30px rgb(4 37 125 / 15%);
  backdrop-filter: blur(5.4px);
  -webkit-backdrop-filter: blur(5.4px);
  border: 1px solid rgba(255, 255, 255, 0.39);
  margin: auto;
  max-width: 1200px;
  padding: 60px 80px;
  width: 100%;
  padding-bottom: 20px;
  margin-top: -100px;
  margin-bottom: 50px;
}

.about-text {
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.about-features {
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  display: grid;
  margin-top: 35px;
}


.about-feature-item {
  min-width: 0;
  padding: 30px 20px;
  border: 1px solid #eee;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}


.about-feature-item i {
  color: #174cc8;
  font-size: 51px;
}


.about-feature-item span {
  overflow-wrap: anywhere;
  font-size: 22px;
  color: #111;
  font-weight: 600;
}

.about-feature-item p {
  font-size: 14px;
}

@media (max-width:767px) {
  .banner-wrapper {
    height: 200px;
    padding: 20px;
    gap: 10px;
  }

  .banner-wrapper-title {
    font-size: 18px;
  }

  .banner-wrapper-text {
    font-size: 14px;
  }

  .about-box {
    padding: 20px;
    margin-top: -50px;
    margin-bottom: 20px;
  }

  .about-text {
    font-size: 13px;
  }

  .about-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 15px;
  }

  .about-feature-item {
    padding: 15px;
    gap: 5px;
  }

  .about-feature-item i {
    font-size: 30px;
  }

  .about-feature-item span {
    font-size: 14px;
  }

  .about-feature-item p {
    font-size: 10px;
    margin: 0;
  }
}


.contact-box {
  background: rgb(255 255 255 / 89%);
  border-radius: 30px;
  box-shadow: 0 4px 30px rgb(4 37 125 / 15%);
  backdrop-filter: blur(5.4px);
  -webkit-backdrop-filter: blur(5.4px);
  border: 1px solid rgba(255, 255, 255, 0.39);
  margin: auto;
  max-width: 1200px;
  padding: 60px 80px;
  width: 100%;
  padding-bottom: 40px;
  margin-top: -100px;
  margin-bottom: 50px;
}


.contact-box-title {
  font-size: 22px;
  color: var(--color1);
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}


.contact-us-form input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 10px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  height: 55px;
  text-align: left;

}

.contact-us-form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 10px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  text-align: left;

}


.contact-us-form label {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  color: #979797;
}

.contact-us-form input:focus {
  border-color: var(--color1);
}

.contact-us-form textarea:focus {
  border-color: var(--color1);
}

.contact-us-form button {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: 56px;
  border-radius: 10px;
  border: 0;
  outline: none;
  background: var(--color2);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 -30px 30px #0c2b66 inset;
  transition: 0.3s;
}

.contact-us-form button:hover {
  background: var(--color1);
}

.contact-item-body {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  gap: 20px;
}

.contact-item i {
  color: var(--color1);
  font-size: 40px;
}

.contact-item-title {
  font-size: 18px;
  color: var(--color1);
  font-weight: bold;
  margin-bottom: 9px;
}

.contact-item-inner {
  display: flex;
  flex-direction: column;
  color: #111447;
}

.contact-item-inner a {
  color: #111447;
  display: block;
  direction: ltr;
}



@media (max-width:767px) {

  .contact-box {
    padding: 20px;
    margin-top: -50px;
    margin-bottom: 20px;
  }

  .contact-box-title {
    font-size: 16px;
  }

  .contact-us-form input {
    font-size: 14px;
    height: 40px;
  }

  .contact-us-form textarea {
    font-size: 14px;
  }

  .contact-us-form button {
    font-size: 14px;
    height: 40px;
  }

  .contact-item-body {
    height: auto;
    padding: 20px;
    gap: 20px;
    margin-top: 20px;
  }

  .contact-item-title {
    font-size: 14px;
  }

  .contact-item-inner {
    font-size: 14px;
  }

  .contact-item i {
    font-size: 22px;
  }


}


.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 13px;
  padding: 20px 15px;
  background: #011343;
  color: #fff;
  padding-top: 22px;
}

.footer-item a {
  color: #fff;
}

.footer-item a:hover {
  color: #eee;
}


.navbar-lang-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #25252514;
  height: 29px;
  border-radius: 50px;
  border: 1px solid #ffffff73;
  padding: 6px;
  color: #000;
}

.navbar-lang-btn img {
  height: 20px;
  min-width: 20px;
  width: 20px;
  border-radius: 50px;
}

.navbar-lang-dropdown {
  border: 0;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  box-shadow: 0 0 3px #00000026;
  left: 0 !important;
  right: unset !important;
  transform: unset !important;
  top: 20px !important;
}

.navbar-lang-item::after {
  content: unset !important;
}

.navbar-lang-item {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  border: 1px solid #dddddd4d;
  border-radius: 50px;
  padding: 3px;
  line-height: 1;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  background: #f3f3f38c;
}

.navbar-lang-item img {
  height: 20px;
  min-width: 20px;
  width: 20px;
  border-radius: 50px;
}

.navbar-lang-item:last-child {
  margin-bottom: 0;
}

.navbar-lang-btn span {
  height: 22px;
  font-size: 14px;
}

.navbar-search-btn {
  display: none;
}

.main-box-alert-empty {
  visibility: hidden;
}


@media (max-width:767px) {
  .footer {
    gap: 6px;
    font-size: 10px;
    padding: 10px;
    flex-wrap: wrap;
    padding-top: 15px;
  }

  .navbar-lang-btn span {
    display: none;
  }

  .navbar-lang-btn {
    padding: 2px;
    height: 26px;
  }

  .navbar-lang-item {
    font-size: 12px;
  }

  .navbar-lang-dropdown {
    min-width: 130px;
  }
}
