:root {
  --first-font: Poppins, sans-serif;
  --blue: #121d45;
  --red: #ef3f3e;
  --container-lg: 1395px;
  --container: 1227px;
  --container-tblet: 1024px;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  text-decoration: inherit;
  vertical-align: inherit;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
em,
strong,
button,
blockquote,
small,
strike,
sub,
sup,
tt,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--first-font);
  color: var(--blue);
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
}
svg,
img {
  max-width: 100%;
  display: block;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  outline: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
a {
  color: var(--navy);
}
a,
a:hover,
a:focus,
button,
button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-ui-invalid {
  box-shadow: none;
}
svg:not(:root) {
  overflow: hidden;
}
::-moz-selection {
  background: rgba(34, 64, 102, 0.5);
  color: var(--stone);
}
::selection {
  background: rgba(34, 64, 102, 0.5);
  color: var(--stone);
}
::-moz-selection {
  background: var(--blue);
  color: var(--off-white);
}
html {
  -webkit-text-size-adjust: 100%;
  outline: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 45px;
  line-height: 1.5;
}
.btn {
  padding: 8px 24px;
  background: var(--blue);
  color: #fff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.container {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  outline: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
}
.slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-dots li button {
  font-size: 0;
  line-height: 1;
  background-color: var(--l-green);
  border: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background-color: var(--navy);
}
.slick-arrow {
  width: 30px;
  height: 8px;
  background-image: url(/cdn/shop/files/Property_1_Right.svg?v=1631347828);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 8;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-prev {
  left: 0;
}
header {
  padding: 20px 0;
  z-index: 2;
}
.logo svg {
  height: 30px;
  width: auto;
}
.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.scroll-to-top {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0c0c0c;
  color: #fff;
  border: none;
}
.scroll-to-top svg {
  margin: auto;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.main-hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 80px;
}
.hero-content {
  text-align: center;
  max-width: 700px;
  margin: auto;
}
.hero-content h1 {
  margin-bottom: 20px;
}
.hero-content p {
  font-size: 18px;
  color: #6d788c;
  line-height: 1.2;
  font-weight: 500;
}
.hero-content span {
  color: var(--red);
}
.main-hero-section .website-mockup-image {
  max-width: 1223px;
  max-width: 1319px;
  width: 100%;
  margin: 183px auto 0;
  margin: 100px auto 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.website-mob {
  width: 16.149%;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
.website-desk {
  width: 59.7%;
  position: relative;
  padding: 0 22px 0 15px;
  z-index: 1;
}
.main-hero-section .hero-vertical-animation {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: 30s linear 0s infinite normal none running vertical-line;
  z-index: -1;
  width: 100%;
}
.website-mob-header {
  position: absolute;
  top: -1px;
  left: 9px;
  right: 9px;
  bottom: -8px;
  z-index: 1;
}
.website-mob-slider {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.website-mob-slider img {
}
.website-horizontal {
  position: absolute;
  top: 50px;
  right: 10.5%;
  width: 21.229%;
  border-radius: 20px;
  z-index: 1;
}
.website-vertical {
  width: 14.5%;
  padding: 0px 40px 0 22px;
}
@keyframes vertical-line {
  0% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, 50%);
  }

  100% {
    transform: translate(-50%, 0);
  }
}
.second-section {
  background: var(--blue);
  padding: 80px 0;
}
.second-section-wrapper {
  display: flex;
  gap: 20px;
}
.second-section-wrapper .item {
  flex: 1;
}
.second-section-wrapper .item h3 {
  font-size: 40px;
  color: var(--red);
  line-height: 1.5;
}
.second-section-wrapper .item .title {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 10px;
}
.second-section-wrapper .item p {
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
}
.second-section-wrapper .item .icon {
  height: 36px;
  width: 36px;
  border-radius: 6px;
  background: #3f4c7d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.third-section {
  padding: 80px 0;
}
.section-title {
  text-align: center;
  max-width: 800px;
  margin: auto;
  margin-bottom: 24px;
}
.section-title h2 {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.section-title p {
  font-size: 16px;
  color: #6d788c;
  line-height: 1.2;
  font-weight: 500;
}
.third-section-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  margin-top: 60px;
}
.third-section-grid .card {
  padding: 20px;
  width: calc(24% - 12px);
  margin: 12px;
  border: 1px solid #6d788c;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.third-section-grid .card:hover {
  border: 1px solid var(--red);
}
.third-section-grid .card:hover h4 {
  color: var(--red);
}
.third-section-grid .card h4 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.third-section-grid .card p {
  color: #6d788c;
}
.third-section-grid .card .icon {
  height: 40px;
  width: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
footer {
  background: var(--blue);
  padding: 40px 0;
}
.f-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  border-bottom: 1px solid #ffffff40;
}
.footer-bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  padding-top: 20px;
}
.f-logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.f-logo ul li {
  padding: 0 16px;
}
.footer-right-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.footer-right-text svg {
  width: 120px;
  height: auto;
}
.policy-page-section {
  padding-top: 120px;
  padding-bottom: 40px;
}
.policy-page-section .page-title h2 {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}
.policy-page-section p {
  color: #797979;
  margin-bottom: 10px;
}
.policy-page-section h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 20px 0;
}
.header-wrapper svg {
  height: 40px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .third-section-grid .card {
    width: calc(24% - 15px);
  }
}
@media only screen and (max-width: 991px) {
  .third-section-grid .card {
    width: calc(33.33% - 26px);
  }
}
@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 24px;
  }
  .section-title p {
    font-size: 14px;
  }
  .third-section,
  .second-section {
    padding: 40px 0;
  }
  .third-section-grid {
    margin: 0;
  }
  .third-section-grid .card {
    width: 100%;
    margin: 12px 0;
  }
  .main-hero-section .website-mockup-image {
    margin-top: 40px;
  }

  .hero-content p {
    font-size: 14px;
    color: #6d788c;
    line-height: 1.2;
    font-weight: 500;
  }
  h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  .second-section-wrapper {
    flex-direction: column;
  }
  .website-desk {
    width: 100%;
  }
  .website-mob,
  .website-horizontal,
  .website-vertical {
    display: none;
  }
}
