/* @tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
  html {
    font-family: Roboto, sans-serif;
  }
} */

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

:root {
  font-family: Roboto, sans-serif !important;
  --font-family: Roboto, sans-serif !important;
  --primary-color: #f43638 !important;
  --secondary-color: #59c6d9 !important;
  --text-color: #7a7a7a;
  --accent-color: #61ce70;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto-Regular"),
    url("../fonts/Roboto-Regular.ttf") format("truetype");
}

a {
  text-decoration: none;
}

.container {
  margin: 0 auto;
  padding: 0 1.5rem;
  max-width: 1380px;
}

.header {
  background-color: var(--secondary-color);
  color: #ffffff;
  height: 80px;
}

.primary-menu-container {
  display: flex;
}

.header-section-left {
  max-height: inherit;
}

.header-section-right {
  display: flex;
  justify-content: flex-end;
}

@media not all and (min-width: 1280px) {
  .header-section-right {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .header-mobile-right {
    display: none !important;
  }
}

.header-row {
  display: grid;
  grid-template-columns: auto auto;
  min-height: 80px;
}

.header-item {
  display: flex;
  align-items: center;
  margin-right: 10px;
  height: 80px;
}

.header-title {
  font-weight: 700;
  font-size: 33px;
  line-height: 1.2;
  font-family: Roboto, sans-serif;
  color: #ffffff;
}

.header-navigation {
  display: flex;
}

.header-navigation .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item {
  padding: 8px 0;
}

.menu-item > a {
  padding-left: calc(1.2em / 2);
  padding-right: calc(1.2em / 2);
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  color: var(--global-palette9);
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
}

.top-inner {
  background-image: url("../ban/header1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 667px;
  padding-inline-start: var(0, 10px);
  padding-inline-end: var(0, 10px);
  display: flex;
}

.con-inner {
  gap: 24px 24px;
  width: 100%;
  max-width: min(100%, 1140px);
  margin: 0 auto;
  padding-inline-start: 0;
  padding-inline-end: 0;
  height: 100%;
}

.top-inner:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.74;
  top: calc(0px);
  left: calc(0px);
  width: 100%;
  height: 100%;
  background-color: #020202;
}

.top-inner-wrap {
  flex-wrap: initial;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
  flex-direction: column;
  gap: 24px 24px;
  width: 100%;
  max-width: min(100%, 1140px);
  margin: 0 auto;
  padding-inline-start: 0;
  padding-inline-end: 0;
  display: flex;
}

.top-inner-title {
  color: #ffffff;
  font-size: 52px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  text-align: center;
  margin: 0;
}

.top-inner-heading-title {
  color: var(--secondary-color);
  font-size: 49px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin: 4px 0px 0px 0px;
  line-height: 1;
  text-align: center;
}

.top-inner-text {
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  position: relative;
  padding: 0px 150px 0px 150px;
}

.top-inner-btn {
  width: 55%;
  padding: 15px 0px 15px 0px;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: var(--primary-color);
  border-style: none;
  position: relative;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  line-height: 1;
  user-select: none;
  vertical-align: middle;
  text-align: center;
}

.top-inner-btn::before {
  position: absolute;
  content: "";
  border-radius: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: 102% 102%;
  opacity: 0;
}
.top-inner-icon-svg {
  max-width: 19px;
}

.whatsapp-btn {
  color: #000000;
  background-color: #ffffff;
  border-style: none;
}

.element-1 {
  width: inherit;
  display: flex;
}
.con-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
  flex-direction: row;
}

.con-inner-box {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: initial;
  height: auto;
  padding-inline-start: var(0, 10px);
  padding-inline-end: var(0, 10px);
  gap: 20px 20px;
  display: flex;
  flex-direction: column;
}

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

.second-inner {
  background-color: #59c6d9;
  display: flex;
}

.second-inner-wrap {
  display: flex;
  padding-block-start: 15px;
  padding-block-end: 15px;
  justify-content: center;
  width: 100%;
}

.bg-primary-color {
  background-color: var(--primary-color) !important;
}

.bg-secondary-color {
  background-color: var(--secondary-color) !important;
}

.second-inner-text {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1em;
  color: #ffffff;
  transition: color 0.3s;
  align-self: center;
  padding-left: 5px;
}

.e-font-icon-svg {
  fill: #ffffff;
  width: 30px;
  height: 30px;
  margin-right: 17.5px;
}

.third-inner {
  gap: 20px 20px;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding-inline-start: 0;
  padding-inline-end: 0;
  display: flex;
  flex-direction: column;
  padding-block-start: 10px;
  padding-block-end: 10px;
  transition: background var(0.3s, 0.3s), border var(0.3s, 0.3s),
    box-shadow var(0.3s, 0.3s), transform var(0.3s, 0.4s);
}

.third-inner-wrap {
  text-align: center;
}

.third-inner-heading {
  padding-top: 50px;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}

.third-inner-divider {
  min-height: 23.3px;
  mask-size: 20px 100%;
  background-color: #f43638;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J25vbmUnIG92ZXJmbG93PSd2aXNpYmxlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgc3Ryb2tlPSdibGFjaycgc3Ryb2tlLXdpZHRoPSczLjUnIHN0cm9rZS1saW5lY2FwPSdzcXVhcmUnIHN0cm9rZS1taXRlcmxpbWl0PScxMCc+PHBvbHlsaW5lIHBvaW50cz0nMCwxOCAxMiw2IDI0LDE4ICcvPjwvc3ZnPg==");
  width: 8%;
  margin: 0 auto;
}

.third-inner-wrap p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3em;
  margin: 17px 0;
  padding: 0 150px;
}

.services-inner {
  gap: 0 0;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding-inline-start: 0;
  padding-inline-end: 0;
  display: flex;
  flex-direction: row;
  padding-block-start: 10px;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
.services-inner-wrap {
  width: 33.3333%;
  padding-block-start: 10px;
  padding-block-end: 10px;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
}

.service-inner-block {
  padding: 0px 0px 7px 0px;
  background-color: var(--primary-color);
  border-radius: 10px 10px 10px 10px;
}

.service-box-title {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.information-inner {
  background-image: url("../images/information.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.information-inner-wrap {
  padding: 65px 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1380px;
}

.information-icon {
  width: 43px;
  height: 43px;
  fill: var(--secondary-color);
  margin-right: 20px;
}

.information-number {
  color: #ffffff;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.3em;
  display: flex;
}
.counter {
  padding-right: 5px;
}

.information-label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.1em;
}

.information-inner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  width: 50%;
}

.information-inner:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.78;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.text-inner {
  padding: 90px 10px;
  margin: 0 auto;
  display: flex;
  gap: 20px 20px;
  max-width: 1350px;
  flex-direction: row;
  animation: notifAnim 2s forwards;
}

.text-inner-img {
  background-image: url("../images/about2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 50%;
  border-radius: 15px;
}

.text-inner-layout {
  width: 50%;
}

.text-layout-heading {
  display: flex;
  gap: 20px 20px;
  padding: 10px 0;
  flex-direction: column;
}

.text-layout-header {
  font-size: 33px;
  font-weight: 600;
  line-height: 1;
}

.text-layout-divider {
  min-height: 23.3px;
  mask-size: 20px 100%;
  background-color: #f43638;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J25vbmUnIG92ZXJmbG93PSd2aXNpYmxlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgc3Ryb2tlPSdibGFjaycgc3Ryb2tlLXdpZHRoPSczLjUnIHN0cm9rZS1saW5lY2FwPSdzcXVhcmUnIHN0cm9rZS1taXRlcmxpbWl0PScxMCc+PHBvbHlsaW5lIHBvaW50cz0nMCwxOCAxMiw2IDI0LDE4ICcvPjwvc3ZnPg==");
  width: 16%;
}

@media (min-width: 640px) {
  .text-inner-layout img {
    display: none;
  }

  .fixed-buttons {
    display: none !important;
  }
}

.text-inner-block {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  margin: 16px 0;
  padding-bottom: 7px;
}
.elementor-icon-list-item:not(:first-child) {
  padding-top: calc(14px / 2);
}

.elementor-icon-list-item:not(:last-child) {
  padding-bottom: calc(14px / 2);
}
.elementor-icon-list-item:not(:first-child) {
  content: "";
  border-color: #ddd;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgb(221, 221, 221);
  border-right-color: rgb(221, 221, 221);
  border-bottom-color: rgb(221, 221, 221);
  border-left-color: rgb(221, 221, 221);
}

.elementor-icon-list-item {
  display: flex;
}

.elementor-icon-list-text {
  padding-left: 5px;
}

.text-inner-check {
  fill: var(--primary-color);
  margin-right: 5.25px;
  width: 21px;
  height: 21px;
}

.last-inner {
  background-color: #123055;
  animation: notifAnim 2s forwards;
}

.last-inner-wrap {
  padding: 80px 0;
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 25px 25px;
}

.last-inner-box {
  width: 25%;
  text-align: center;
}

.last-inner-icon {
  background-color: #ffffff;
  fill: var(--primary-color);
  color: var(--primary-color);
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
}

.last-inner-icon-box {
  border-radius: 50%;
  background-color: #ffffff;
  padding: 30px;
  display: inline-block;
  margin-bottom: 14px;
}

.last-inner-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: #ffffff;
}

.header-mobile-right {
  display: flex;
  justify-content: end;
  align-items: center;
}

.fixed-buttons {
  position: fixed;
  right: 3px;
  bottom: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fixed-button {
  width: 52px;
  height: 52px;
  border-radius: 52px;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.fixed-icon {
  width: 30px;
  height: 30px;
}

button,
[role="button"] {
  cursor: pointer;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

button,
select {
  text-transform: none;
  border: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

.sidebar {
  background-color: #090c10;
  color: #ffffff;
}

#sidebar {
  display: none;
}

.p-sidebar-mask.p-component-overlay {
  pointer-events: auto;
}
.p-sidebar-mask {
  display: none;
  pointer-events: none;
  background-color: transparent;
  transition-property: background-color;
}
.p-component-overlay-enter {
  animation: p-component-overlay-enter-animation 150ms forwards;
}

@keyframes p-component-overlay-enter-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  transition-duration: 0.2s;
}
.p-sidebar-right .p-sidebar {
  width: 20rem;
  height: 100%;
}
.p-sidebar {
  border: 0 none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.p-sidebar {
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  transform: translate3d(0px, 0px, 0px);
  position: relative;
  transition: transform 0.3s;
}
.p-component {
  font-family: var(--font-family);
  font-feature-settings: var(--font-feature-settings, normal);
  font-size: 1rem;
  font-weight: normal;
}
.p-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.p-sidebar .p-sidebar-header {
  padding: 1.25rem;
}
.p-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.p-sidebar .p-sidebar-header .p-sidebar-close,
.p-sidebar .p-sidebar-header .p-sidebar-icon {
  width: 2rem;
  height: 2rem;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  outline-color: transparent;
}
.p-sidebar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.p-link {
  text-align: left;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-icon {
  display: inline-block;
}
.p-icon {
  width: 1rem;
  height: 1rem;
}
.p-sidebar .p-sidebar-header + .p-sidebar-content {
  padding-top: 0;
}
.p-sidebar .p-sidebar-content {
  padding: 1.25rem;
}
.p-sidebar-left .p-sidebar-content,
.p-sidebar-right .p-sidebar-content,
.p-sidebar-top .p-sidebar-content,
.p-sidebar-bottom .p-sidebar-content {
  width: 100%;
  height: 100%;
}
.p-sidebar-content {
  overflow-y: auto;
  flex-grow: 1;
}

.justify-start {
  justify-content: start !important;
}

@media not all and (min-width: 640px) {
  .top-inner-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-inner-title {
    line-height: 1.2em;
    font-size: 33px;
  }

  .top-inner-heading-title {
    line-height: 1.2em;
    font-size: 31px;
  }

  .top-inner-text {
    line-height: 1.4em;
    padding: 0 10px;
  }
  .con-inner {
    flex-wrap: wrap;
    gap: 15px;
  }

  .con-inner-box {
    align-items: center;
    gap: 15px;
  }

  .second-inner {
    flex-wrap: wrap;
  }

  .services-inner-wrap {
    width: 100%;
  }
  .information-inner {
    font-size: 14px;
    line-height: 1.5em;
  }
  .information-inner-wrap {
    padding: 65px 10px;
  }
  .premium-counter-title-va {
    line-height: 1.5em;
  }
  .text-inner {
    padding: 50px 10px;
  }
  .text-inner-img {
    display: none;
  }
  .text-inner-layout {
    width: 100%;
  }
  .text-layout-header {
    font-size: 30px;
    line-height: 1.2em;
  }
  .text-layout-divider {
    width: 24%;
  }
  .last-inner-box {
    width: 100% !important;
  }
}

@media not all and (min-width: 1280px) {
  .top-inner-heading-title {
    font-size: 41px;
  }

  .top-inner-btn {
    width: 75%;
  }
  .third-inner-wrap p {
    padding: 0 10px;
  }
  .service-box-title {
    font-size: 15px;
  }
  .information-inner {
    background-attachment: local;
  }
  .information-inner-wrap {
    flex-wrap: wrap;
  }
  .last-inner-wrap {
    flex-wrap: wrap;
  }
  .last-inner-box {
    width: 48%;
  }
}

.ov-icon {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.2em;
}

.fixed-buttons a:nth-child(odd) {
  background-color: #24c006;
}

.fixed-buttons a:nth-child(2) {
  background-color: var(--secondary-color);
}
