/*---------------------------------------------"
    Ulubay Ajans - Profesyonel Fotoğrafçılık, Tasarım ve Dijital Çözümler
Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Reset Styles
|___ Responsive
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@font-face {
  font-family: "Givonic";
  src: url("fonts/givonic/Givonic-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Givonic-bold";
  src: url("fonts/givonic/Givonic-Bold.otf") format("opentype");
}
/*-------------------------
    Variables
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #4B0082;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}

.main-wrapper {
  overflow-x: hidden;
}

section:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.form-group {
  position: relative;
}
.form-group:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #BABABA;
  left: 0;
  bottom: -3px;
  transform: rotate(45deg);
}

.input-group {
  position: relative;
}
.input-group:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #BABABA;
  left: 0;
  bottom: -3px;
  transform: rotate(45deg);
}

.form-control {
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #BABABA;
  padding: 10px 10px 10px 15px;
  font-size: 18px;
  position: relative;
  margin-bottom: 0;
  color: #BABABA;
}
.form-control:focus {
  outline: 0;
  background: transparent;
  box-shadow: none;
  border-color: #BABABA;
}
.form-control::placeholder {
  color: #0B0B0B;
  opacity: 1;
}

.input-group button {
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  background: transparent;
  border-bottom: 1px solid #BABABA;
}

.dark .form-control {
  color: #D5D5D5;
  background-color: #0B0B0B !important;
}
.dark .form-control::placeholder {
  color: #D5D5D5;
  opacity: 1;
}

label.error {
  color: #bc0f0f;
  margin-top: 10px;
}

.alert-message {
  display: none;
}

.pagination-cus {
  display: inline-flex;
}
.pagination-cus li {
  margin-right: 10px;
}
.pagination-cus li i {
  font-size: 60px;
  color: #262626;
}
.pagination-cus li a {
  display: block;
}
.pagination-cus li .link {
  background: linear-gradient(282.51deg, rgba(148, 158, 155, 0.2) -4.31%, rgba(148, 158, 155, 0) 126.79%);
  backdrop-filter: blur(2.5px);
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  font-size: 24px;
  color: #262626;
}
.pagination-cus li .link.active {
  color: #4B0082;
}
.pagination-cus li .link:hover {
  color: #4B0082;
}

.dark .pagination-cus li i {
  color: #D5D5D5;
}
.dark .pagination-cus li .link {
  color: #D5D5D5;
}
.dark .pagination-cus li .link.active {
  color: #4B0082;
}
.dark .pagination-cus li .link:hover {
  color: #4B0082;
}

.points li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.points li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #4B0082;
  transform: rotate(45deg);
}

/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Givonic";
  color: #BABABA;
  background: #F5F5F5;
  font-weight: 400;
  background-color: #F5F5F5;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.dark {
  background: #262626;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0 0 20px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 750;
  color: #262626;
}

p {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 16px 0;
  line-height: 150%;
  letter-spacing: 0.03em;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: #4B0082 !important;
}

span {
  display: inline-block;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.03em;
}

b,
strong {
  font-family: "Givonic-bold";
}

/*-------------------------
    Responsive
-------------------------*/
/*-------------------------
    Spacing
-------------------------*/
/*----------------------------------------*/
/*  03. SPACE CSS START
/*----------------------------------------*/
.mb-200 {
  margin-bottom: 250px;
}

.mt-100 {
  margin-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-100 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-100 {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-64 {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-64 {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-48 {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-48 {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 24px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 18px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}

.sec-pt {
  padding-top: 235px;
}

.pt-62 {
  padding-top: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-62 {
    padding-top: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-62 {
    padding-top: 42px;
  }
}
@media (max-width: 767px) {
  .pt-62 {
    padding-top: 32px;
  }
}
@media (max-width: 490px) {
  .pt-62 {
    padding-top: 22px;
  }
}

.pb-62 {
  padding-bottom: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-62 {
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-62 {
    padding-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .pb-62 {
    padding-bottom: 32px;
  }
}
@media (max-width: 490px) {
  .pb-62 {
    padding-bottom: 22px;
  }
}

.p-62 {
  padding: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-62 {
    padding: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-62 {
    padding: 42px;
  }
}
@media (max-width: 767px) {
  .p-62 {
    padding: 32px;
  }
}
@media (max-width: 490px) {
  .p-62 {
    padding: 22px;
  }
}

.p-34 {
  padding: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-34 {
    padding: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-34 {
    padding: 18px;
  }
}

.p-16 {
  padding: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-16 {
    padding: 13px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}
@media (max-width: 490px) {
  .p-16 {
    padding: 10px;
  }
}

/*-------------------------
    Helper Classes
-------------------------*/
.color-primary {
  color: #4B0082;
}

.bg-white {
  background-color: #F5F5F5 !important;
}

.bg-primary {
  background-color: #4B0082 !important;
}

.color-dark {
  color: #0B0B0B;
}

.bg-dark {
  background-color: #0B0B0B;
}

.color-dark-2 {
  color: #262626;
}

.bg-dark-2 {
  background-color: #262626;
}

.color-white {
  color: #F5F5F5;
}

.color-gray {
  color: #D5D5D5;
}

.bg-gray {
  background-color: #D5D5D5;
}

.color-gray-2 {
  color: #BABABA;
}

.bg-gray-2 {
  background-color: #BABABA;
}

.color-gray-3 {
  color: #8C8C8C;
}

.bg-gray-3 {
  background-color: #8C8C8C;
}

.dark .bg-dark-2 {
  background-color: #0B0B0B;
}
.dark .bg-white {
  background-color: #262626 !important;
}
.dark .color-dark {
  color: #F5F5F5;
}
.dark .color-dark-2 {
  color: #BABABA;
}
.dark .color-white {
  color: #BABABA;
}
.dark .color-gray-3 {
  color: #BABABA;
}

.fs-155 {
  font-size: 155px;
}
@media (max-width: 1200px) {
  .fs-155 {
    font-size: 140px;
  }
}
@media (max-width: 900px) {
  .fs-155 {
    font-size: 125px;
  }
}
@media (max-width: 490px) {
  .fs-155 {
    font-size: 80px;
  }
}
@media (max-width: 380px) {
  .fs-155 {
    font-size: 70px;
  }
}

.fs-119 {
  font-size: 119px;
}
@media (max-width: 1200px) {
  .fs-119 {
    font-size: 100px;
  }
}
@media (max-width: 900px) {
  .fs-119 {
    font-size: 85px;
  }
}
@media (max-width: 490px) {
  .fs-119 {
    font-size: 70px;
  }
}

.fs-91 {
  font-size: 91px;
}
@media (max-width: 1200px) {
  .fs-91 {
    font-size: 80px;
  }
}
@media (max-width: 900px) {
  .fs-91 {
    font-size: 60px;
  }
}
@media (max-width: 490px) {
  .fs-91 {
    font-size: 50px;
  }
}

.fs-69 {
  font-size: 69px;
}
@media (max-width: 1200px) {
  .fs-69 {
    font-size: 59px;
  }
}
@media (max-width: 900px) {
  .fs-69 {
    font-size: 49px;
  }
}

.fs-53 {
  font-size: 53px;
}
@media (max-width: 1200px) {
  .fs-53 {
    font-size: 45px;
  }
}
@media (max-width: 490px) {
  .fs-53 {
    font-size: 35px;
  }
}

.fs-40 {
  font-size: 40px;
}
@media (max-width: 1200px) {
  .fs-40 {
    font-size: clamp(20px, 2.917vw, 64px);
  }
}
@media (max-width: 490px) {
  .fs-40 {
    font-size: 25px;
  }
}

.fs-31 {
  font-size: 31px;
}

.fs-24 {
  font-size: 24px;
}
@media (max-width: 1200px) {
  .fs-24 {
    font-size: 22px;
  }
}

.fs-18 {
  font-size: 18px;
}
@media (max-width: 490px) {
  .fs-18 {
    font-size: 16px;
  }
}

.fs-14 {
  font-size: 14px;
}
@media (max-width: 490px) {
  .fs-14 {
    font-size: 16px;
  }
}

.fw-4 {
  font-weight: 400;
}

.fw-7 {
  font-weight: 750;
  font-family: "Givonic-bold";
}

.lh-100 {
  line-height: 100%;
}

.lh-110 {
  line-height: 110%;
}

.lh-120 {
  line-height: 120%;
}

.lh-130 {
  line-height: 130%;
}

.lh-140 {
  line-height: 140%;
}

.lh-150 {
  line-height: 150%;
}

.lh-160 {
  line-height: 160%;
}

.ls-1 {
  letter-spacing: -0.01em;
}

.ls-0 {
  letter-spacing: 0em;
}

.ls-2 {
  letter-spacing: -0.02em;
}

.ls-3 {
  letter-spacing: -0.03em;
}

.ls-4 {
  letter-spacing: -0.04em;
}

.hover-animation {
  transition: all 0.5s ease-in-out;
}
.hover-animation:hover {
  transform: translateY(-10px);
}

.section-shadow {
  box-shadow: -75px -161px 50px rgba(0, 0, 0, 0.01), -48px -103px 45px rgba(0, 0, 0, 0.01), -13.5px -29px 38px rgba(0, 0, 0, 0.01), -6px -13px 28px rgba(0, 0, 0, 0.02), -2px -3px 16px rgba(0, 0, 0, 0.02), 0px 0px 0px rgba(0, 0, 0, 0.02);
}

.soft-shadow {
  box-shadow: 41px 71px 33px rgba(0, 0, 0, 0.01), 23px 40px 28px rgba(0, 0, 0, 0.05), 10px 18px 20px rgba(0, 0, 0, 0.09), 3px 4px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.strong-shadow {
  box-shadow: 67px 116px 54px rgba(0, 0, 0, 0.03), 38px 66px 45px rgba(0, 0, 0, 0.1), 17px 29px 34px rgba(0, 0, 0, 0.17), 4px 7px 18px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.header-shadow {
  box-shadow: 77px 0px 22px rgba(0, 0, 0, 0.01), 49px 0px 20px rgba(0, 0, 0, 0.04), 28px 0px 17px rgba(0, 0, 0, 0.15), 12px 0px 12px rgba(0, 0, 0, 0.26), 3px 0px 7px rgba(0, 0, 0, 0.29), 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.text-shadow {
  text-shadow: 77px 0px 22px rgba(0, 0, 0, 0.01), 49px 0px 20px rgba(0, 0, 0, 0.04), 28px 0px 17px rgba(0, 0, 0, 0.15), 12px 0px 12px rgba(0, 0, 0, 0.26), 3px 0px 7px rgba(0, 0, 0, 0.29), 0px 0px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 900px) {
  .mt-30-m {
    margin-top: 30px;
  }
}

@media (max-width: 490px) {
  .mt-30-sm {
    margin-top: 30px;
  }
}

.br-25 {
  border-radius: 25px;
}

.br-15 {
  border-radius: 15px;
}

/*-------------------------
  Buttons
-------------------------*/
.back-to-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  display: block;
  width: 150px;
  height: 150px;
  line-height: 50px;
  font-size: 100px;
  padding: 20px 0;
  background: #4B0082;
  color: #F5F5F5;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top.show {
  opacity: 1;
}
@media (max-width: 490px) {
  .back-to-top {
    right: -20px;
    bottom: -20px;
  }
}

.cus-btn {
  padding: 20px 30px 20px 50px;
  border: 0;
  transition: all 0.5s ease-in-out;
  font-weight: 750;
  font-size: 24px;
  line-height: 120%;
  color: #F5F5F5;
  border-radius: 15px;
  position: relative;
  outline: none;
}
.cus-btn.btn-lg {
  font-size: 43px;
  padding: 30px 40px;
}
.cus-btn.btn-lg::before {
  width: 20px;
}
@media (max-width: 490px) {
  .cus-btn.btn-lg {
    font-size: 33px;
    padding: 20px 30px;
  }
}
.cus-btn::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 13%;
  width: 10px;
  height: 10px;
  transform: rotate(30deg);
  z-index: -1;
}
.cus-btn::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 17%;
  width: 0px;
  height: 2px;
  z-index: -1;
  transition: all 0.5s;
}
.cus-btn.dark {
  background: linear-gradient(282.51deg, rgba(28, 30, 29, 0.5) -4.31%, rgba(28, 30, 29, 0) 126.79%);
  color: #F5F5F5;
  backdrop-filter: blur(2.5px);
}
.cus-btn.dark::before {
  background-color: #F5F5F5;
}
.cus-btn.dark::after {
  background-color: #F5F5F5;
}
.cus-btn.light {
  background: linear-gradient(282.51deg, rgba(148, 158, 155, 0.2) -4.31%, rgba(148, 158, 155, 0) 126.79%);
  color: #262626;
  backdrop-filter: blur(2.5px);
}
.cus-btn.light::before {
  background-color: #262626;
}
.cus-btn.light::after {
  background-color: #262626;
}
.cus-btn:hover::after {
  width: 50px;
}
.cus-btn:hover {
  padding-left: 100px;
}

.dark .cus-btn.light {
  color: #D5D5D5;
}
.dark .cus-btn.light::before {
  background-color: #D5D5D5;
}
.dark .cus-btn.light::after {
  background-color: #D5D5D5;
}

/*-------------------------
  Headings
-------------------------*/
.heading-1 {
  width: 100%;
  height: 147px;
  padding-top: 72px;
}
@media (max-width: 490px) {
  .heading-1 {
    height: 77px;
    padding-top: 42px;
  }
}
.heading-1.right {
  background: url("../media/bg-image/title-bg-right.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.heading-1.right h1 {
  float: right;
  width: 50%;
}
.heading-1.left {
  background: url("../media/bg-image/title-bg-left.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.heading-1.left h1 {
  text-align: center;
  width: 54%;
}
@media (max-width: 990px) {
  .heading-1 h1 {
    font-size: 50px;
  }
}
@media (max-width: 490px) {
  .heading-1 h1 {
    font-size: 30px;
  }
}

.dark .heading-1.right {
  background: url("../media/bg-image/title-bg-right-dark.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.dark .heading-1.left {
  background: url("../media/bg-image/title-bg-left-dark.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*-------------------------
  Layout Styles
-------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #F5F5F5;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#preloader .loader {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#preloader .loader-main {
  font-size: clamp(96px, 7.292vw, 220px);
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #4B0082;
  letter-spacing: 8px;
  position: relative;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  opacity: 0;
  transform: scale(0.95);
  filter: blur(6px);
  text-shadow: 0 0 40px rgba(75, 0, 130, 0.3);
  animation: preloaderEntrance 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
#preloader .loader-main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  z-index: 1;
  animation: preloaderReveal 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}
#preloader .loader-main::after {
  content: "ULUBAY";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.6) 50%, transparent 100%);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: preloaderShimmer 0.5s ease 1.1s forwards;
  opacity: 0;
}
#preloader .loader-sub {
  font-size: clamp(14px, 1.2vw, 20px);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #8C8C8C;
  letter-spacing: 4px;
  margin-top: 12px;
  opacity: 0;
  transform: translateY(10px);
  animation: preloaderSub 0.6s ease 0.8s forwards;
}
@keyframes preloaderSub {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 0.8; transform: translateY(0); }
}
@keyframes preloaderEntrance {
  0% { opacity: 0; transform: scale(0.95); filter: blur(6px); text-shadow: 0 0 40px rgba(75, 0, 130, 0.4); }
  100% { opacity: 1; transform: scale(1); filter: blur(0); text-shadow: 0 0 0px rgba(75, 0, 130, 0); }
}
@keyframes preloaderReveal {
  0% { width: 100%; }
  100% { width: 0%; }
}
@keyframes preloaderShimmer {
  0% { opacity: 1; background-position: 200% 0; }
  100% { opacity: 0; background-position: -200% 0; }
}
.dark-mode-toggle-header {
  z-index: 1001;
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 991px) {
  .dark-mode-toggle-header {
    position: absolute;
    top: 50%;
    right: 85px;
    transform: translateY(-50%);
    margin-left: 0;
  }
}
@media (max-width: 490px) {
  .dark-mode-toggle-header {
    right: 75px;
  }
  .dark-mode-toggle-header .switch {
    width: 50px;
    height: 28px;
  }
  .dark-mode-toggle-header .switch .slider:before {
    height: 20px;
    width: 20px;
  }
  .dark-mode-toggle-header .switch input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #4B0082;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #4B0082;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.modal-dialog {
  max-width: 80%;
}
.modal-dialog .modal-content {
  height: 100%;
  border-radius: 25px;
}
.modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}
.modal-dialog .modal-content iframe {
  width: 100%;
  min-height: 500px;
  border: 0;
}
@media (max-width: 900px) {
  .modal-dialog {
    max-width: 90%;
  }
}
@media (max-width: 490px) {
  .modal-dialog {
    max-width: 100%;
  }
}

nav a.active {
  color: #4B0082;
}
nav .navbar-brand {
  display: none;
}
@media (max-width: 991px) {
  nav .navbar-brand {
    display: block;
  }
}
nav .navbar-toggler {
  color: #F5F5F5;
  border: none;
}
nav .menu-item {
  margin-right: 30px;
}
nav .menu-item-has-children {
  position: relative;
  margin-right: 30px;
}
nav .menu-item-has-children .submenu {
  position: absolute;
  top: 36px;
  left: 0;
  background: #F5F5F5;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  padding: 20px 10px;
  border-radius: 4px;
  list-style: none;
  margin: 0;
  box-shadow: 41px 71px 33px rgba(0, 0, 0, 0.01), 23px 40px 28px rgba(0, 0, 0, 0.05), 10px 18px 20px rgba(0, 0, 0, 0.09), 3px 4px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}
nav .menu-item-has-children .submenu a:after {
  display: none;
}
nav .menu-item-has-children .submenu li {
  margin: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
nav .menu-item-has-children .submenu li a {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #262626;
  padding: 10px;
  letter-spacing: 0.02em;
  display: block;
}
nav .menu-item-has-children .submenu li a.active {
  color: #4B0082;
}
nav .menu-item-has-children .submenu li a:hover {
  color: #4B0082;
}
nav .menu-item-has-children:hover .submenu {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  right: 0;
}
@media (max-width: 790px) {
  nav .menu-item-has-children:hover .submenu {
    left: 0;
  }
}
nav .menu-item-has-children:hover .submenu li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
nav .navbar-toggler {
  padding: 10px;
}
@media (max-width: 991px) {
  nav .navbar-collapse {
    background: #F5F5F5;
    padding: 10px;
    position: relative;
    z-index: 9999;
  }
}

.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding-top: 20px;
  background: linear-gradient(282.51deg, rgba(38, 38, 38, 0.5) -4.31%, rgba(38, 38, 38, 0) 126.79%);
  border-bottom: 1px solid #F5F5F5;
  backdrop-filter: blur(20px);
  z-index: 999;
}
.header-1 nav a {
  margin-right: 30px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #F5F5F5;
}
@media (max-width: 991px) {
  .header-1 nav a {
    color: #0B0B0B;
    margin-left: 30px;
  }
}
.header-1 nav a.active {
  border-bottom: 2px solid #4B0082;
}
@media (max-width: 991px) {
  .header-1 nav .logo {
    display: none;
  }
}

.header-2 {
  height: 100px;
  background: linear-gradient(282.51deg, rgba(247, 255, 252, 0.5) -4.31%, rgba(247, 255, 252, 0.02) 126.79%);
  border-bottom: 1px solid #4B0082;
  backdrop-filter: blur(20px);
  border-radius: 0px 0px 30px 30px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 20px;
  z-index: 9999;
}
.header-2 .navbar-toggler {
  color: #262626;
  border: none;
}
.header-2 .navbar-toggler:hover {
  color: #4B0082;
}
@media (max-width: 490px) {
  .header-2 .navbar-toggler {
    margin-left: 0;
  }
}
.header-2 nav a {
  color: #262626;
  font-weight: 450;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.02em;
}
@media (max-width: 991px) {
  .header-2 nav a {
    padding: 5px 0;
    margin-left: 30px;
  }
}
.header-2 nav a.active {
  color: #4B0082;
}
.header-2 nav a .dark-logo {
  display: block;
  width: 150px;
}
@media (max-width: 491px) {
  .header-2 nav a .dark-logo {
    width: 120px;
  }
}
.header-2 nav a .light-logo {
  display: none;
  width: 150px;
}
@media (max-width: 491px) {
  .header-2 nav a .light-logo {
    width: 120px;
  }
}

.header-3 {
  background: url("../media/bg-image/header-bg-dark.png");
  background-size: cover;
  background-position: center;
  height: 100px;
  border-radius: 0px 0px 25px 25px;
  padding-top: 10px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 500;
  border-bottom: 1px solid #4B0082;
}
.header-3 #menuToggle {
  height: auto;
  line-height: 0;
  padding-top: 10px;
  font-size: 31px;
}
.header-3 #menuToggle:hover {
  color: #4B0082;
}

#menuModal .modal-header {
  border-radius: 0;
}
#menuModal .modal-body {
  padding: 50px;
}
@media (max-width: 490px) {
  #menuModal .modal-body {
    padding: 20px;
  }
}
#menuModal .modal-body .social li {
  display: inline-block;
  margin-right: 20px;
}
#menuModal .modal-body .social li a {
  background: #BABABA;
  color: #F5F5F5;
  font-size: 30px;
  padding: 5px 15px;
}
@media (max-width: 490px) {
  #menuModal .modal-body .social li a {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  #menuModal .modal-body .social {
    margin-bottom: 30px;
  }
}
#menuModal .modal-body .menu li a {
  display: block;
  text-align: right;
}
#menuModal .modal-body .menu li .collapse li {
  margin-bottom: 20px;
}
#menuModal .modal-body .menu li .collapse ul.multiline {
  width: 50%;
  float: right;
}
#menuModal .modal-body .menu li .collapse ul.multiline li {
  width: 49%;
  display: inline-block;
}

.modal-popup {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(60px);
  z-index: 999;
}
.modal-popup .logo-block {
  text-align: center;
  padding: 16px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 580px) {
  .modal-popup .logo-block {
    text-align: start;
    left: 20px;
  }
}
.modal-popup .close-btn {
  position: absolute;
  right: 34px;
  top: 10px;
  background: transparent;
  border: none;
  font-size: 53px;
}
.modal-popup .menu-block {
  margin-top: 150px;
  position: relative;
}
@media (max-width: 1440px) {
  .modal-popup .menu-block {
    margin-top: 100px;
  }
}
@media (max-width: 1199px) {
  .modal-popup .menu-block {
    margin-bottom: 0;
  }
}
.modal-popup .menu-block .menu {
  position: relative;
  padding: 32px 48px;
  border-radius: 35px;
  box-shadow: 41px 71px 33px rgba(0, 0, 0, 0.01), 23px 40px 28px rgba(0, 0, 0, 0.05), 10px 18px 20px rgba(0, 0, 0, 0.09), 3px 4px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  z-index: 100;
  background: #F5F5F5;
}
@media (max-width: 1199px) {
  .modal-popup .menu-block .menu {
    padding: 23px 38px;
  }
}
@media (max-width: 490px) {
  .modal-popup .menu-block .menu {
    padding: 23px 28px;
  }
}
.modal-popup .menu-block .menu ul {
  height: 514px;
  overflow: auto;
}
@media (max-width: 1440px) {
  .modal-popup .menu-block .menu ul {
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .modal-popup .menu-block .menu ul {
    height: 435px;
  }
}
@media (max-width: 768px) {
  .modal-popup .menu-block .menu ul {
    height: 400px;
  }
}
.modal-popup .menu-block .menu ul::-webkit-scrollbar {
  display: none;
}
.modal-popup .menu-block .menu ul li {
  padding: 16px 0;
  line-height: 58px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .modal-popup .menu-block .menu ul li {
    line-height: 38px;
  }
}
.modal-popup .menu-block .menu ul li a {
  font-size: 53px;
  font-weight: 700;
  color: #BABABA;
  padding-left: 72px;
}
@media (max-width: 1199px) {
  .modal-popup .menu-block .menu ul li a {
    font-size: 38px;
  }
}
@media (max-width: 490px) {
  .modal-popup .menu-block .menu ul li a {
    padding-left: 48px;
    font-size: 32px;
  }
}
.modal-popup .menu-block .menu ul li a i {
  margin-left: -48px;
}
.modal-popup .menu-block .menu ul li a:hover {
  color: #4B0082;
}
.modal-popup .menu-block .menu ul li a.active {
  color: #0B0B0B;
}
.modal-popup .menu-block .menu ul li a.active i {
  transform: rotate(45deg);
}
.modal-popup .menu-block .menu ul li .submenu-2 {
  padding-left: 100px;
  height: auto;
}
@media (max-width: 490px) {
  .modal-popup .menu-block .menu ul li .submenu-2 {
    padding-left: 60px;
  }
}
@media (max-width: 380px) {
  .modal-popup .menu-block .menu ul li .submenu-2 {
    padding-left: 48px;
  }
}
.modal-popup .menu-block .menu ul li .submenu-2 li {
  line-height: 1;
  padding: 0;
}
.modal-popup .menu-block .menu ul li .submenu-2 li a {
  font-weight: 700;
  font-size: 23px;
  color: #BABABA;
  padding: 16px 0;
  margin: 0;
}
@media (max-width: 490px) {
  .modal-popup .menu-block .menu ul li .submenu-2 li a {
    font-size: 18px;
  }
}
.modal-popup .menu-block .menu ul li .submenu-2 li a:hover {
  color: #4B0082;
}
.modal-popup .menu-block .menu ul li .submenu-2 li a.active {
  color: #0B0B0B;
}
@media (max-width: 768px) {
  .modal-popup .menu-block .menu ul li .submenu-2 li a.active {
    color: #0B0B0B;
  }
}
@media (max-width: 768px) {
  .modal-popup .menu-block .menu ul li .submenu-2 li a.active i {
    color: #4B0082;
    transform: rotate(-45deg);
  }
}
.modal-popup .menu-block .submenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 380px;
  background: #F5F5F5;
  box-shadow: 41px 71px 33px rgba(0, 0, 0, 0.01), 23px 40px 28px rgba(0, 0, 0, 0.05), 10px 18px 20px rgba(0, 0, 0, 0.09), 3px 4px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 32px 48px 32px 70px;
  border-radius: 35px;
  z-index: 1;
  text-align: center;
  display: table;
}
@media (max-width: 1199px) {
  .modal-popup .menu-block .submenu {
    padding: 23px 48px 23px 70px;
  }
}
@media (max-width: 990px) {
  .modal-popup .menu-block .submenu {
    width: 300px;
  }
}
.modal-popup .menu-block .submenu ul {
  overflow: auto;
  height: 514px;
}
@media (max-width: 1440px) {
  .modal-popup .menu-block .submenu ul {
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .modal-popup .menu-block .submenu ul {
    height: 435px;
  }
}
.modal-popup .menu-block .submenu ul::-webkit-scrollbar {
  display: none;
}
.modal-popup .menu-block .submenu ul li a {
  font-weight: 700;
  font-size: 32px;
  color: #BABABA;
  padding: 16px 0;
  margin: 0;
}
.modal-popup .menu-block .submenu ul li a:hover {
  color: #4B0082;
}
.modal-popup .menu-block .submenu ul li a.active {
  color: #0B0B0B;
}
.modal-popup .social {
  margin-top: 150px;
}
@media (max-width: 1440px) {
  .modal-popup .social {
    margin-top: 100px;
  }
}
.modal-popup .social .social-icon {
  display: inline-block;
  margin: 16px 0;
  padding: 28px 14px;
  border-radius: 15px;
  box-shadow: 41px 71px 33px rgba(0, 0, 0, 0.01), 23px 40px 28px rgba(0, 0, 0, 0.05), 10px 18px 20px rgba(0, 0, 0, 0.09), 3px 4px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  background: #F5F5F5;
}
.modal-popup .social .social-icon.ms-16 {
  margin: 0 16px;
}
.modal-popup .social .social-icon a {
  margin: 0;
  line-height: 1;
  color: #BABABA;
  font-size: 32px;
  font-weight: 400;
}
.modal-popup .social .social-icon a:hover i {
  color: #4B0082;
}

.dark nav .menu-item-has-children .submenu {
  background: #262626;
}
.dark nav .menu-item-has-children .submenu li a {
  color: #D5D5D5;
}
.dark nav .menu-item-has-children .submenu li a.active {
  color: #4B0082;
}
.dark nav .menu-item-has-children .submenu li a:hover {
  color: #4B0082;
}
@media (max-width: 991px) {
  .dark nav .navbar-collapse {
    background: #262626;
  }
}
.dark .header-1 nav a {
  color: #F5F5F5;
}
.dark .header-1 nav a.active {
  color: #4B0082;
}
.dark .header-2 {
  background: linear-gradient(282.51deg, rgba(38, 38, 38, 0.5) -4.31%, rgba(38, 38, 38, 0) 126.79%);
}
.dark .header-2 .navbar-toggler {
  color: #F5F5F5;
}
.dark .header-2 .navbar-toggler:hover {
  color: #4B0082;
  border: none;
}
.dark .header-2 .navbar-toggler:focus {
  color: #4B0082;
  border: none;
}
.dark .header-2 nav a {
  color: #F5F5F5;
}
.dark .header-2 nav a.active {
  color: #4B0082;
}
.dark .header-2 nav a .dark-logo {
  display: none;
}
.dark .header-2 nav a .light-logo {
  display: block;
}

.hero-banner-1 {
  background: url("../media/banner/banner-1.png");
  background-size: cover;
  background-position: center;
}
.hero-banner-1 .content {
  height: 1118px;
  padding-top: 550px;
}
.hero-banner-1 .content h1:not(:empty) {
  margin-top: 100px;
}
@media (max-width: 990px) {
  .hero-banner-1 .content {
    height: 980px;
    padding-top: 500px;
  }
}

.hero-banner-2 {
  background: url("../media/banner/banner-2.png");
  background-size: cover;
  background-position: center;
}
.hero-banner-2 .content {
  height: 1118px;
  padding-top: 200px;
}
@media (max-width: 990px) {
  .hero-banner-2 .content {
    height: 980px;
    padding-top: 200px;
  }
}
@media (max-width: 492px) {
  .hero-banner-2 .content p br {
    display: none;
  }
}

.hero-banner-3 {
  background: url("../media/banner/banner-3.png");
  background-size: cover;
  background-position: center;
}
.hero-banner-3 .content {
  height: 1118px;
  padding-top: 300px;
}
@media (max-width: 990px) {
  .hero-banner-3 .content {
    height: 980px;
    padding-top: 200px;
  }
}
.hero-banner-3 .content .box {
  background: rgba(247, 255, 252, 0.65);
  backdrop-filter: blur(5px);
  border-radius: 25px;
  padding: 30px;
}
.hero-banner-3 .content .box span {
  color: #262626;
}
.hero-banner-3 .content .box h1 {
  color: #262626;
}
@media (max-width: 1290px) {
  .hero-banner-3 .content .box h1 {
    font-size: 130px;
  }
}
@media (max-width: 1200px) {
  .hero-banner-3 .content .box h1 {
    font-size: 110px;
  }
}
@media (max-width: 490px) {
  .hero-banner-3 .content .box h1 {
    font-size: 70px;
  }
}
@media (max-width: 350px) {
  .hero-banner-3 .content .box h1 {
    font-size: 50px;
  }
}
.hero-banner-3 .content .box .text {
  padding-left: 150px;
}
@media (max-width: 1290px) {
  .hero-banner-3 .content .box .text {
    padding-left: 130px;
  }
}
@media (max-width: 1200px) {
  .hero-banner-3 .content .box .text {
    padding-left: 110px;
  }
}
@media (max-width: 490px) {
  .hero-banner-3 .content .box .text {
    padding-left: 0px;
  }
}
.hero-banner-3 .content .box .text h3 {
  color: #262626;
}
.hero-banner-3 .content .box .text p {
  color: #262626;
}

.hero-banner-4 .slider .slide.s-1 {
  background: url("../media/banner/slide-1.png");
  background-size: cover;
  background-position: center;
}
.hero-banner-4 .slider .slide.s-2 {
  background: url("../media/banner/slide-2.png");
  background-size: cover;
  background-position: center;
}
.hero-banner-4 .slider .slide.s-3 {
  background: url("../media/banner/slide-3.png");
  background-size: cover;
  background-position: center;
}
.hero-banner-4 .slider .slide .content {
  height: 100vh;
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 50px;
}
.hero-banner-4 .slider .slide .content h2 span {
  -webkit-text-stroke: 0.5px #F5F5F5;
  -webkit-text-fill-color: transparent;
  text-shadow: 67px 116px 54px rgba(0, 0, 0, 0.03), 38px 66px 45px rgba(0, 0, 0, 0.1), 17px 29px 34px rgba(0, 0, 0, 0.17), 4px 7px 18px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.dark .hero-banner-1 {
  background: url("../media/banner/banner-1-dark.png");
  background-size: cover;
  background-position: center;
}
.dark .hero-banner-2 {
  background: url("../media/banner/banner-2-dark.png");
  background-size: cover;
  background-position: center;
}
.dark .hero-banner-3 {
  background: url("../media/banner/banner-3-dark.png");
  background-size: cover;
  background-position: center;
}
.dark .hero-banner-3 .content {
  height: 1118px;
  padding-top: 300px;
}
@media (max-width: 990px) {
  .dark .hero-banner-3 .content {
    height: 980px;
    padding-top: 200px;
  }
}
.dark .hero-banner-3 .content .box {
  background: rgba(38, 38, 38, 0.65);
  backdrop-filter: blur(5px);
}
.dark .hero-banner-3 .content .box span {
  color: #F5F5F5;
}
.dark .hero-banner-3 .content .box h1 {
  color: #F5F5F5;
}
.dark .hero-banner-3 .content .box .text h3 {
  color: #F5F5F5;
}
.dark .hero-banner-3 .content .box .text p {
  color: #F5F5F5;
}

.about-1 {
  margin-top: -145px;
}
@media (max-width: 490px) {
  .about-1 {
    margin-top: -75px;
  }
}
.about-1 .steps {
  position: relative;
}
.about-1 .steps .counting {
  text-align: right;
}
@media (max-width: 490px) {
  .about-1 .steps .counting {
    text-align: left;
  }
}
.about-1 .steps .title {
  position: absolute;
  transform: rotate(-90deg);
  left: -15%;
  top: 60px;
  opacity: 0.3;
  color: #D5D5D5;
}
@media (max-width: 1200px) {
  .about-1 .steps .title {
    left: -28%;
    top: 90px;
  }
}

.dark .about-1 .steps .title {
  color: #3a3a3a;
}

.services-1 .service-img {
  display: none;
}
.services-1 .service-img.show {
  display: block;
}
.services-1 .service-box {
  cursor: pointer;
}
.services-1 .service-box .icon {
  width: 30px;
}
.services-1 .service-box .icon i {
  font-size: 42px;
}
.services-1 .service-box h2 {
  transition: all 0.5s ease-in-out;
  color: #BABABA;
}
.services-1 .service-box h2 .minus {
  display: none;
  color: #4B0082;
}
.services-1 .service-box p {
  display: none;
}
.services-1 .service-box.show {
  transition: all 0.5s ease-in-out;
}
.services-1 .service-box.show h2 {
  color: #262626;
  transition: all 0.5s ease-in-out;
}
.services-1 .service-box.show h2 .plus {
  display: none;
}
.services-1 .service-box.show h2 .minus {
  display: inline-block;
}
.services-1 .service-box.show p {
  display: block;
}

.services-2 .wraper {
  position: relative;
}
.services-2 .wraper .services .service {
  box-shadow: 67px 116px 54px rgba(0, 0, 0, 0.03), 38px 66px 45px rgba(0, 0, 0, 0.1), 17px 29px 34px rgba(0, 0, 0, 0.17), 4px 7px 18px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(0, 0, 0, 0.2);
  height: 139px;
  background: #F5F5F5;
  border-radius: 15px;
  padding: 48px 10px 10px;
}
.services-2 .wraper .services .service img {
  filter: grayscale(100);
}
.services-2 .wraper .services .service.show img {
  filter: grayscale(0);
}
@media (max-width: 490px) {
  .services-2 .wraper .services .service {
    padding: 30px 10px 10px;
    width: 60px;
    height: 100px;
  }
}
.services-2 .wraper .services.top a:first-child {
  position: absolute;
  top: -50px;
  right: 80px;
}
@media (max-width: 585px) {
  .services-2 .wraper .services.top a:first-child {
    top: -37px;
    right: 70px;
  }
}
@media (max-width: 492px) {
  .services-2 .wraper .services.top a:first-child {
    top: -37px;
    right: 70px;
  }
}
.services-2 .wraper .services.top a:nth-child(2) {
  position: absolute;
  top: 110px;
  right: 60px;
}
@media (max-width: 585px) {
  .services-2 .wraper .services.top a:nth-child(2) {
    top: 117px;
    right: 60px;
  }
}
@media (max-width: 492px) {
  .services-2 .wraper .services.top a:nth-child(2) {
    top: 80px;
    right: 50px;
  }
}
.services-2 .wraper .services.top a:nth-child(3) {
  position: absolute;
  top: 0px;
  right: -20px;
}
@media (max-width: 585px) {
  .services-2 .wraper .services.top a:nth-child(3) {
    top: -3px;
    right: -13px;
  }
}
@media (max-width: 492px) {
  .services-2 .wraper .services.top a:nth-child(3) {
    top: -3px;
    right: -13px;
  }
}
.services-2 .wraper .services.bottom a:first-child {
  position: absolute;
  bottom: 70px;
  left: -30px;
}
@media (max-width: 585px) {
  .services-2 .wraper .services.bottom a:first-child {
    bottom: 80px;
    left: -8px;
  }
}
@media (max-width: 492px) {
  .services-2 .wraper .services.bottom a:first-child {
    bottom: 40px;
    left: -8px;
  }
}
.services-2 .wraper .services.bottom a:nth-child(2) {
  position: absolute;
  bottom: -80px;
  left: 0px;
}
.services-2 .wraper .services.bottom a:nth-child(3) {
  position: absolute;
  bottom: -20px;
  left: 80px;
}
@media (max-width: 585px) {
  .services-2 .wraper .services.bottom a:nth-child(3) {
    left: 105px;
  }
}
@media (max-width: 492px) {
  .services-2 .wraper .services.bottom a:nth-child(3) {
    left: 70px;
  }
}
.services-2 .wraper .content-box {
  height: 650px;
  padding: 30% 50px 50px;
}
@media (max-width: 600px) {
  .services-2 .wraper .content-box {
    padding: 40% 50px 50px;
  }
}
@media (max-width: 490px) {
  .services-2 .wraper .content-box {
    height: 490px;
    padding: 30% 30px 30px;
  }
}
@media (max-width: 360px) {
  .services-2 .wraper .content-box {
    height: 550px;
    padding: 40% 30px 30px;
  }
}
.services-2 .wraper .content-box div {
  display: none;
}
.services-2 .wraper .content-box div.show {
  display: block;
}

.services-3 .box {
  display: inline-flex;
}
.services-3 .box h2 {
  padding-top: 25%;
  transition: all 0.5s ease-in-out;
}
.services-3 .box:hover h2 {
  transition: all 0.5s ease-in-out;
  color: #4B0082;
}
.services-3 .box img {
  width: 50%;
}
.services-3 .box h2 {
  width: 50%;
  padding-right: 10px;
  transition: all 0.5s ease-in-out;
  margin-bottom: 0;
}

.dark .services-1 .service-box.show h2 {
  transition: all 0.5s ease-in-out;
  color: #F5F5F5;
}
.dark .services-2 .wraper .services .service {
  background: #0B0B0B;
  transition: all 0.5s ease-in-out;
}
.dark .services-2 .wraper .content-box {
  transition: all 0.5s ease-in-out;
  background: #0B0B0B;
}

.portfolio-1 .image-wraper {
  display: flex;
}
.portfolio-1 .image-wraper .img-box {
  border-radius: 25px;
  margin-right: -2%;
  object-fit: cover;
  position: relative;
}
.portfolio-1 .image-wraper .img-box.lg {
  width: 52%;
}
.portfolio-1 .image-wraper .img-box.md {
  width: 35.33%;
}
.portfolio-1 .image-wraper .img-box.sm {
  width: 18.66%;
}
.portfolio-1 .image-wraper .img-box:last-child {
  margin-right: 0;
}

.portfolio-2 .image-wraper {
  display: flex;
}
.portfolio-2 .image-wraper div {
  width: 33.3%;
  margin: 0px -1px;
}
.portfolio-2 .image-wraper .img-box {
  border-radius: 25px;
  object-fit: cover;
  position: relative;
}
.portfolio-2 .image-wraper .img-box.minus-margin {
  margin-top: -55px;
}
@media (max-width: 992px) {
  .portfolio-2 .image-wraper .img-box.minus-margin {
    margin-top: -25px;
  }
}
@media (max-width: 492px) {
  .portfolio-2 .image-wraper .img-box.minus-margin {
    margin-top: -15px;
  }
}
.portfolio-2 .image-wraper .img-box.zi-1 {
  z-index: 6;
}
.portfolio-2 .image-wraper .img-box.zi-2 {
  z-index: 5;
}
.portfolio-2 .image-wraper .img-box.zi-3 {
  z-index: 4;
}
.portfolio-2 .image-wraper .img-box.zi-4 {
  z-index: 3;
}

.portoflio-3 {
  margin-top: -70px;
}
@media (max-width: 992px) {
  .portoflio-3 .isotope-toolbar {
    padding-top: 32px;
    margin: 0 20%;
  }
}
@media (max-width: 492px) {
  .portoflio-3 .isotope-toolbar {
    padding-top: 48px;
    margin: 0 10%;
  }
}
.portoflio-3 .isotope-toolbar button {
  border: 0;
  background: none;
  color: #BABABA;
  font-size: 24px;
  margin-right: 50px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .portoflio-3 .isotope-toolbar button {
    margin-right: 24px;
  }
}
.portoflio-3 .isotope-toolbar button::before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  top: 15px;
  left: -11px;
  background: #4B0082;
  transform: rotate(45deg);
}
.portoflio-3 .isotope-toolbar button.active {
  color: #262626;
}
.portoflio-3 .isotope-toolbar button:hover {
  color: #4B0082;
  transition: all 0.5s ease-in-out;
}
.portoflio-3 .isotope-toolbar label:last-child button {
  margin-right: 0;
}
.portoflio-3 .image-wraper {
  display: flex;
}
.portoflio-3 .image-wraper .img-box {
  width: 25%;
  object-fit: cover;
  position: relative;
  margin-right: -20px;
}
@media (max-width: 492px) {
  .portoflio-3 .image-wraper .img-box {
    padding-top: 48px;
    width: 29%;
  }
}
.portoflio-3 .image-wraper .img-box .overlay {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 25px;
  padding: 20px;
  height: 100%;
}
.portoflio-3 .image-wraper .img-box .overlay .center {
  text-align: center;
  padding-top: 40%;
}
.portoflio-3 .image-wraper .img-box .overlay .center button {
  border: 0;
  padding: 30px 15px;
  border-radius: 15px;
  margin-bottom: 15px;
  box-shadow: 41px 71px 33px rgba(0, 0, 0, 0.01), 23px 40px 28px rgba(0, 0, 0, 0.05), 10px 18px 20px rgba(0, 0, 0, 0.09), 3px 4px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.portoflio-3 .image-wraper .img-box .overlay .center p {
  color: #F5F5F5;
}
.portoflio-3 .image-wraper .img-box:hover .overlay {
  opacity: 1;
}

.dark .portoflio-3 .isotope-toolbar button.active {
  color: #F5F5F5;
}
.dark .portoflio-3 .isotope-toolbar button:hover {
  color: #4B0082;
}

.milestones-1 {
  position: relative;
}
.milestones-1 .top-content {
  margin-left: 15%;
  position: relative;
  z-index: 9;
}
.milestones-1 .vertitle-title {
  position: absolute;
  top: 57%;
  transform: rotate(-90deg);
  font-size: 255px;
  font-weight: 750;
  color: #D5D5D5;
  opacity: 0.3;
  left: 0;
}
@media (max-width: 1200px) {
  .milestones-1 .vertitle-title {
    font-size: 205px;
  }
}
@media (max-width: 990px) {
  .milestones-1 .vertitle-title {
    font-size: 115px;
  }
}
.milestones-1 .box {
  border-radius: 25px;
  height: 385px;
  box-shadow: 41px 71px 33px rgba(0, 0, 0, 0.01), 23px 40px 28px rgba(0, 0, 0, 0.05), 10px 18px 20px rgba(0, 0, 0, 0.09), 3px 4px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  padding-top: 40%;
  text-align: center;
  position: relative;
  background-color: #F5F5F5;
  z-index: 9;
}
@media (max-width: 1200px) {
  .milestones-1 .box {
    height: 265px;
  }
}
@media (max-width: 990px) {
  .milestones-1 .box {
    padding-top: 30%;
  }
}
.milestones-1 .box.mil-1 {
  margin-top: 340px;
  margin-bottom: 20px;
}
@media (max-width: 490px) {
  .milestones-1 .box.mil-1 {
    margin-top: 20px;
  }
}
.milestones-1 .box.mil-2 {
  margin-top: 160px;
}
@media (max-width: 490px) {
  .milestones-1 .box.mil-2 {
    margin-top: 20px;
  }
}
@media (max-width: 490px) {
  .milestones-1 .box.mil-3 {
    margin-top: 20px;
  }
}
.milestones-1 .box.mil-4 {
  margin-top: 160px;
}
@media (max-width: 490px) {
  .milestones-1 .box.mil-4 {
    margin-top: 20px;
  }
}

.dark .milestones-1 .vertitle-title {
  color: #3a3a3a;
}
.dark .milestones-1 .box {
  background-color: #0B0B0B;
}

.team-1 .image-wraper {
  height: 410px;
}
.team-1 .img-box {
  display: none;
  position: relative;
}
.team-1 .img-box .social-box {
  position: absolute;
  left: 15px;
  top: -40px;
  font-size: 25px;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .team-1 .img-box .social-box {
    left: 110px;
  }
}
.team-1 .img-box .social-box.first {
  top: -10px;
}
.team-1 .img-box .social-box.second {
  left: 70px;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .team-1 .img-box .social-box.second {
    left: 170px;
  }
}
.team-1 .img-box .social-box .social-icon {
  display: block;
  margin-bottom: 10px;
  padding: 20px 10px;
  text-align: center;
  border-radius: 15px;
  width: 50px;
  background: #F5F5F5;
}
.team-1 .img-box img {
  border-radius: 25px;
  height: 410px;
}
.team-1 .img-box.show {
  display: block;
}
.team-1 .members {
  margin-top: 50px;
}
.team-1 .members .single {
  display: inline-block;
  width: 13.9%;
  position: relative;
  height: 421px;
}
@media (max-width: 1200px) {
  .team-1 .members .single {
    width: 12.9%;
  }
}
@media (max-width: 990px) {
  .team-1 .members .single {
    height: 305px;
  }
}
@media (max-width: 490px) {
  .team-1 .members .single {
    width: 26.9%;
  }
}
@media (max-width: 350px) {
  .team-1 .members .single {
    width: 29.9%;
  }
}
.team-1 .members .single .content {
  transform: rotate(-90deg);
  width: 421px;
  position: absolute;
  left: -55%;
  top: 30%;
  height: 100px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .team-1 .members .single .content {
    left: -82%;
  }
}
@media (max-width: 990px) {
  .team-1 .members .single .content {
    width: 305px;
  }
}
@media (max-width: 490px) {
  .team-1 .members .single .content {
    left: -60%;
  }
}
@media (max-width: 350px) {
  .team-1 .members .single .content {
    left: -90%;
  }
}
.team-1 .members .single .content h3 {
  color: #BABABA;
}
.team-1 .members .single.show h3 {
  transition: all 0.5s ease-in-out;
  color: #262626;
}
.team-1 .members .single.show p {
  color: #262626;
  transition: all 0.5s ease-in-out;
}

.team-2 .img-box {
  display: none;
  position: relative;
}
.team-2 .img-box .social-box {
  position: absolute;
  left: 315px;
  top: -70px;
  font-size: 25px;
}
@media (max-width: 490px) {
  .team-2 .img-box .social-box {
    top: -50px;
  }
}
@media (max-width: 390px) {
  .team-2 .img-box .social-box {
    left: 200px;
  }
}
.team-2 .img-box .social-box.first {
  top: -20px;
}
@media (max-width: 490px) {
  .team-2 .img-box .social-box.first {
    top: 0;
  }
}
.team-2 .img-box .social-box.second {
  left: 260px;
}
.team-2 .img-box .social-box .social-icon {
  display: block;
  margin-bottom: 10px;
  padding: 20px 10px;
  text-align: center;
  border-radius: 15px;
  width: 50px;
  background: #F5F5F5;
}
.team-2 .img-box img {
  border-radius: 25px;
  height: 410px;
}
.team-2 .img-box.show {
  display: block;
}
.team-2 .members {
  margin-top: 30px;
}
.team-2 .members .single {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.team-2 .members .single .content {
  cursor: pointer;
}
.team-2 .members .single .content h3 {
  color: #BABABA;
}
.team-2 .members .single.show h3 {
  color: #262626;
  transition: all 0.5s ease-in-out;
}
.team-2 .members .single.show p {
  color: #262626;
  transition: all 0.5s ease-in-out;
}

.team-3 .img-box {
  position: relative;
}
@media (max-width: 1199px) {
  .team-3 .img-box {
    margin-top: 30px;
  }
}
.team-3 .img-box .social-box {
  position: absolute;
  right: 0px;
  top: -70px;
  font-size: 25px;
}
@media (max-width: 490px) {
  .team-3 .img-box .social-box {
    top: -50px;
  }
}
@media (max-width: 350px) {
  .team-3 .img-box .social-box {
    left: 235px;
  }
}
.team-3 .img-box .social-box.first {
  top: -20px;
}
@media (max-width: 490px) {
  .team-3 .img-box .social-box.first {
    top: 0;
  }
}
.team-3 .img-box .social-box.second {
  right: 60px;
}
@media (max-width: 350px) {
  .team-3 .img-box .social-box.second {
    left: 170px;
  }
}
.team-3 .img-box .social-box .social-icon {
  display: block;
  margin-bottom: 10px;
  padding: 20px 10px;
  text-align: center;
  border-radius: 15px;
  width: 50px;
  background: #F5F5F5;
  transition: all 0.5s ease-in-out;
}
.team-3 .img-box .social-box .social-icon i {
  transition: all 0.5s ease-in-out;
}
.team-3 .img-box .social-box .social-icon:hover {
  background: #4B0082;
}
.team-3 .img-box .social-box .social-icon:hover i {
  color: #F5F5F5;
}
.team-3 .img-box img {
  border-radius: 25px;
}

.team-detail .img-box {
  position: relative;
}
@media (max-width: 1199px) {
  .team-detail .img-box {
    margin-top: 30px;
  }
}
.team-detail .img-box .social-box {
  position: absolute;
  left: 315px;
  top: -70px;
  font-size: 25px;
}
@media (max-width: 490px) {
  .team-detail .img-box .social-box {
    top: -50px;
  }
}
@media (max-width: 350px) {
  .team-detail .img-box .social-box {
    left: 235px;
  }
}
.team-detail .img-box .social-box.first {
  top: -20px;
}
@media (max-width: 490px) {
  .team-detail .img-box .social-box.first {
    top: 0;
  }
}
.team-detail .img-box .social-box.second {
  left: 260px;
}
@media (max-width: 350px) {
  .team-detail .img-box .social-box.second {
    left: 170px;
  }
}
.team-detail .img-box .social-box .social-icon {
  display: block;
  margin-bottom: 10px;
  padding: 20px 10px;
  text-align: center;
  border-radius: 15px;
  width: 50px;
  background: #F5F5F5;
}
.team-detail .img-box img {
  border-radius: 25px;
}
@media (max-width: 1199px) {
  .team-detail .img-box p br {
    display: none;
  }
}

.dark .team-1 .img-box .social-box .social-icon {
  background: #0B0B0B;
}
.dark .team-1 .members .single.show h3 {
  color: #F5F5F5;
}
.dark .team-1 .members .single.show p {
  color: #F5F5F5;
}
.dark .team-2 .img-box .social-box .social-icon {
  background: #0B0B0B;
}
.dark .team-2 .members .single.show h3 {
  color: #F5F5F5;
}
.dark .team-2 .members .single.show p {
  color: #F5F5F5;
}
.dark .team-3 .img-box .social-box .social-icon {
  background: #0B0B0B;
}
.dark .team-detail .img-box .social-box .social-icon {
  background: #0B0B0B;
}

.reviews-1 {
  position: relative;
}
.reviews-1 .vertitle-title {
  position: absolute;
  top: 57%;
  transform: rotate(-90deg);
  font-size: 179px;
  font-weight: 750;
  color: #D5D5D5;
  opacity: 0.3;
  left: 0;
}
@media (max-width: 1200px) {
  .reviews-1 .vertitle-title {
    font-size: 155px;
  }
}
@media (max-width: 350px) {
  .reviews-1 .vertitle-title {
    left: -120px;
  }
}
.reviews-1 .content {
  height: 190px;
  overflow: hidden;
}
.reviews-1 .content div {
  display: none;
}
.reviews-1 .content div.show {
  display: block;
}
.reviews-1 .box {
  height: 294px;
  border-radius: 25px;
  text-align: center;
  padding-top: 50%;
  background-color: #F5F5F5;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .reviews-1 .box {
    padding: 50% 20px 0 20px;
    height: 174px;
  }
}
@media (max-width: 990px) {
  .reviews-1 .box {
    padding: 20% 20px 0 20px;
  }
}
@media (max-width: 490px) {
  .reviews-1 .box {
    margin-top: 20px;
  }
}
.reviews-1 .box.cus-margin {
  margin-top: 100px;
}
@media (max-width: 990px) {
  .reviews-1 .box.cus-margin {
    margin-top: 30px;
  }
}
.reviews-1 .box img {
  filter: grayscale(100);
}
.reviews-1 .box:hover img {
  filter: grayscale(0);
}
.reviews-1 .box.show img {
  filter: grayscale(0);
}

.reviews-2 {
  position: relative;
}
.reviews-2 .vertitle-title {
  position: absolute;
  top: 50%;
  transform: rotate(-90deg);
  font-size: 179px;
  font-weight: 750;
  color: #D5D5D5;
  opacity: 0.3;
  left: 30%;
}
@media (max-width: 1200px) {
  .reviews-2 .vertitle-title {
    font-size: 125px;
  }
}
@media (max-width: 490px) {
  .reviews-2 .vertitle-title {
    left: 0%;
  }
}
@media (max-width: 350px) {
  .reviews-2 .vertitle-title {
    left: -120px;
  }
}
.reviews-2 .content {
  height: 100%;
  overflow: hidden;
  padding-top: 40%;
}
.reviews-2 .content div {
  display: none;
}
.reviews-2 .content div.show {
  display: block;
}
@media (max-width: 990px) {
  .reviews-2 .content {
    padding-top: 5%;
  }
}
.reviews-2 .box {
  height: 294px;
  border-radius: 25px;
  text-align: center;
  padding-top: 50%;
  background-color: #F5F5F5;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .reviews-2 .box {
    padding: 50% 20px 0 20px;
    height: 174px;
  }
}
@media (max-width: 990px) {
  .reviews-2 .box {
    padding: 20% 20px 0 20px;
  }
}
@media (max-width: 490px) {
  .reviews-2 .box {
    margin-top: 20px;
  }
}
.reviews-2 .box.cus-margin {
  margin-top: 100px;
}
@media (max-width: 990px) {
  .reviews-2 .box.cus-margin {
    margin-top: 30px;
  }
}
.reviews-2 .box img {
  filter: grayscale(100);
  transition: all 0.5s ease-in-out;
}
.reviews-2 .box:hover img {
  filter: grayscale(0);
  transition: all 0.5s ease-in-out;
}
.reviews-2 .box.show img {
  filter: grayscale(0);
  transition: all 0.5s ease-in-out;
}

.dark .reviews-1 .vertitle-title {
  color: #3a3a3a;
}
.dark .reviews-1 .box {
  background-color: #0B0B0B;
}
.dark .reviews-2 .vertitle-title {
  color: #3a3a3a;
}
.dark .reviews-2 .box {
  background-color: #0B0B0B;
}

.blog-1.listing-page {
  margin-top: -70px;
}
.blog-1 .box .img-box {
  position: relative;
}
.blog-1 .box .img-box .date {
  position: absolute;
  bottom: 20px;
  right: -85px;
  transform: rotate(-90deg);
  padding: 10px 20px;
  font-weight: 600;
}
.blog-1 .box .img-box .author {
  position: absolute;
  bottom: 10px;
  right: 50px;
}

.blog-detail {
  margin-top: -70px;
}
.blog-detail .author-block {
  padding-left: 80px;
  position: relative;
}
.blog-detail .author-block .date {
  position: absolute;
  top: 40px;
  left: -62px;
  transform: rotate(-90deg);
  padding: 10px 20px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .search-bar {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.footer-1 {
  background: url("../media/bg-image/bg-upper.png");
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 90px;
}
.footer-1 .contact li {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #8C8C8C;
}
.footer-1 .contact-icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 41px 71px 33px rgba(0, 0, 0, 0.01), 23px 40px 28px rgba(0, 0, 0, 0.05), 10px 18px 20px rgba(0, 0, 0, 0.09), 3px 4px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.footer-1 .contact-icon i {
  font-size: 24px;
  color: #BABABA;
}
.footer-1 .contact-content {
  flex: 1;
  min-width: 0;
  display: block;
  color: inherit;
}
.footer-1 .social-links {
  margin-top: 50%;
}
@media (max-width: 990px) {
  .footer-1 .social-links {
    margin-top: 10%;
  }
}
.footer-1 .social-links li {
  width: 60px;
}
.footer-1 .social-links li a {
  width: 100%;
  box-shadow: 41px 71px 33px rgba(0, 0, 0, 0.01), 23px 40px 28px rgba(0, 0, 0, 0.05), 10px 18px 20px rgba(0, 0, 0, 0.09), 3px 4px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  display: block;
  transition: all 0.5s ease-in-out;
}
.footer-1 .social-links li a i {
  transition: all 0.5s ease-in-out;
}
.footer-1 .social-links li:hover a {
  background-color: #4B0082;
}
.footer-1 .social-links li:hover a i {
  color: #F5F5F5;
}
.footer-1 .newsletter-link {
  margin-top: 30%;
  text-align: right;
}
@media (max-width: 990px) {
  .footer-1 .newsletter-link {
    margin-top: 10%;
    text-align: center;
  }
}

.dark .footer-1 {
  background: url("../media/bg-image/bg-upper-dark.png");
  background-repeat: no-repeat;
  background-position: top;
}

.page-title {
  background: url("../media/bg-image/bg-upper.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 600px;
  padding-top: 150px;
}
@media (max-width: 990px) {
  .page-title {
    height: 510px;
  }
}
@media (max-width: 490px) {
  .page-title {
    height: 420px;
  }
}
.page-title .breadcrumb {
  position: relative;
  z-index: 10;
  display: flex;
  margin-bottom: 40px;
}
.page-title .breadcrumb li {
  margin-right: 10px;
  padding-right: 30px;
  position: relative;
}
.page-title .breadcrumb li:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: -10px;
  right: 0;
  color: #4B0082;
}
.page-title .breadcrumb li:last-child a {
  color: #262626;
}
.page-title .breadcrumb li:last-child::after {
  display: none;
  margin: 0;
  padding: 0;
}
.page-title h1 {
  color: #262626;
  font-size: 91px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .page-title h1 {
    padding-top: 70px;
  }
}
@media (max-width: 492px) {
  .page-title h1 {
    padding-top: 30px;
    font-size: 60px;
  }
}
.page-title h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 300px;
  -webkit-text-stroke: 0.1px #D5D5D5;
  -webkit-text-fill-color: transparent;
  font-weight: 750;
  font-family: "Givonic-bold";
  position: relative;
  z-index: -1;
  opacity: 0.4;
}
@media (max-width: 1440px) {
  .page-title h3 {
    font-size: 200px;
  }
}
@media (max-width: 1199px) {
  .page-title h3 {
    font-size: 140px;
  }
}
@media (max-width: 992px) {
  .page-title h3 {
    display: none;
  }
}

.dark .page-title {
  background: url("../media/bg-image/bg-upper-dark.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.dark .page-title .breadcrumb li:last-child a {
  color: #F5F5F5;
}

.contact .links li {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #8C8C8C;
}
.contact .links .contact-icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 41px 71px 33px rgba(0, 0, 0, 0.01), 23px 40px 28px rgba(0, 0, 0, 0.05), 10px 18px 20px rgba(0, 0, 0, 0.09), 3px 4px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.contact .links .contact-icon i {
  font-size: 24px;
  color: #BABABA;
}
.contact .links .contact-content {
  flex: 1;
  min-width: 0;
  display: block;
  color: inherit;
}

.faq {
  margin-top: -70px;
}
.faq .content-box {
  height: 620px;
  padding: 50px;
}
@media (max-width: 992px) {
  .faq .content-box {
    height: auto;
    padding: 30px 30px;
    margin-bottom: 50px;
  }
}
.faq .content-box div {
  display: none;
}
.faq .content-box div.show {
  display: block;
}
.faq .q-box {
  cursor: pointer;
}
.faq .q-box .icon {
  width: 30px;
}
.faq .q-box h2 {
  color: #BABABA;
}
.faq .q-box h2 .minus {
  display: none;
  color: #4B0082;
}
.faq .q-box.show h2 {
  color: #262626;
}
.faq .q-box.show h2 .plus {
  display: none;
}
.faq .q-box.show h2 .minus {
  display: inline-block;
}

.dark .faq .q-box.show h2 {
  color: #F5F5F5;
}

.error-404 {
  padding: 250px 0 100px;
}
.error-404 .box {
  width: 38.3%;
  padding: 50px 20px;
  margin-right: -30px;
  text-align: center;
  background: #F5F5F5;
  margin-bottom: 50px;
}
.error-404 .box h2 {
  font-size: 155px;
  color: #4B0082;
  margin-bottom: 0;
}
.error-404 .box:last-child {
  margin-right: 0;
}

.dark .error-404 .box {
  background: #0B0B0B;
}

.coming-soon {
  height: 100vh;
  padding: 150px 0 100px;
}
.coming-soon img.dark-logo {
  display: block;
  margin: auto;
}
.coming-soon img.light-logo {
  display: none;
}
.coming-soon .countdown-boxes {
  display: flex;
}
@media (max-width: 1199px) {
  .coming-soon .countdown-boxes {
    display: unset;
  }
}
.coming-soon .countdown-boxes .box {
  width: 25%;
  padding: 70px 20px;
  margin-right: -30px;
  text-align: center;
  background: #F5F5F5;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .coming-soon .countdown-boxes .box {
    width: auto;
    padding: 70px 10px;
    margin: 0px 30px 30px;
  }
}
.coming-soon .countdown-boxes .box h2 {
  font-size: 155px;
  color: #4B0082;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .coming-soon .countdown-boxes .box h2 {
    font-size: 115px;
  }
}
.coming-soon .countdown-boxes .box:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .coming-soon .countdown-boxes .box:last-child {
    margin-right: 30px;
  }
}
.coming-soon .countdown-boxes .box:first-child {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .coming-soon .countdown-boxes .box:first-child {
    margin-left: 30px;
  }
}

.dark .coming-soon img.dark-logo {
  display: none;
}
.dark .coming-soon img.light-logo {
  display: block;
  margin: auto;
}
.dark .coming-soon .box {
  background: #0B0B0B;
}
.dark-mode-toggle-coming-soon {
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 9999;
}

/* ===============================================
   RESPONSIVE FIXES FOR MOBILE ONLY
   Every rule is inside a mobile-only media query.
   Desktop (1024px+) remains completely unchanged.
   =============================================== */

/* --- MOBILE ONLY: HORIZONTAL SCROLL PREVENTION --- */
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  iframe {
    max-width: 100%;
  }
  .main-wrapper,
  .container,
  .container-fluid,
  .row,
  section {
    max-width: 100%;
    overflow-x: hidden;
  }
}

/* --- MOBILE ONLY: PRELOADER FIXES --- */
@media (max-width: 768px) {
  #preloader .loader {
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
  #preloader .loader-main {
    font-size: clamp(40px, 12vw, 96px);
    letter-spacing: 4px;
    text-align: center;
    display: block;
    width: 100%;
  }
  #preloader .loader-sub {
    font-size: clamp(10px, 2.8vw, 16px);
    letter-spacing: 2px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0 16px;
    margin-top: 8px;
  }
  .dark #preloader {
    background: #262626;
  }
  .dark #preloader .loader-main {
    color: #4B0082;
    text-shadow: 0 0 40px rgba(75, 0, 130, 0.3);
  }
  .dark #preloader .loader-main::before {
    background: #262626;
  }
  .dark #preloader .loader-sub {
    color: #BABACA;
  }
}
@media (max-width: 375px) {
  #preloader .loader-main {
    font-size: clamp(32px, 10vw, 42px);
    letter-spacing: 2px;
  }
}

/* --- MOBILE ONLY: HERO BANNER FIXES --- */
/* Hide desktop hero on mobile, show premium mobile hero */
@media (max-width: 768px) {
  .hero-banner-1 {
    background: none !important;
    height: auto;
  }
  .hero-banner-1 .content {
    display: none !important;
  }
  .hero-mobile {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100svh;
    padding: 80px 20px 40px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #1a0533 0%, #0d001f 40%, #000 100%);
  }
  .hero-mobile-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
  }
  .glow-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
  }
  .glow-1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #7c3aed, transparent 70%);
    top: -60px;
    left: -80px;
    animation: floatGlow 6s ease-in-out infinite;
  }
  .glow-2 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #a855f7, transparent 70%);
    bottom: 20%;
    right: -40px;
    animation: floatGlow 8s ease-in-out infinite reverse;
  }
  .glow-3 {
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, #6366f1, transparent 70%);
    top: 40%;
    left: 30%;
    animation: floatGlow 7s ease-in-out infinite 1s;
  }
  @keyframes floatGlow {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, -20px) scale(1.1); }
  }
  .hero-mobile-inner {
    position: relative;
    z-index: 1;
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .hero-mobile-logo {
    margin-bottom: 16px;
    animation: fadeUp 0.8s ease-out both;
  }
  .hero-mobile-logo img {
    width: 120px;
    height: auto;
    filter: brightness(0) invert(1);
  }
  .hero-mobile-title {
    font-size: clamp(40px, 10vw, 56px);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 6px;
    background: linear-gradient(135deg, #fff 40%, #c084fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: fadeUp 0.8s ease-out 0.15s both;
  }
  .hero-mobile-subtitle {
    font-size: clamp(13px, 3.5vw, 16px);
    color: rgba(255, 255, 255, 0.7);
    max-width: 320px;
    margin: 0 auto 20px;
    line-height: 1.6;
    animation: fadeUp 0.8s ease-out 0.3s both;
  }
  .hero-mobile-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    animation: fadeUp 0.8s ease-out 0.45s both;
  }
  .hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 140px;
    cursor: pointer;
    border: none;
    outline: none;
  }
  .hero-btn.primary {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    color: #fff;
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.4);
  }
  .hero-btn.primary:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 6px 28px rgba(124, 58, 237, 0.55);
  }
  .hero-btn.primary:active {
    transform: scale(0.97);
  }
  .hero-btn.secondary {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
  }
  .hero-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
  }
  .hero-btn.secondary:active {
    transform: scale(0.97);
  }
  .hero-mobile-stats {
    display: flex;
    gap: 10px;
    margin-top: 28px;
    width: 100%;
    justify-content: center;
    animation: fadeUp 0.8s ease-out 0.6s both;
  }
  .stat-card {
    flex: 1;
    max-width: 110px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    transition: transform 0.3s ease, background 0.3s ease;
  }
  .stat-card:active {
    transform: scale(0.95);
  }
  .stat-number {
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 700;
    color: #fff;
  }
  .stat-label {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .dark .hero-mobile {
    background: linear-gradient(160deg, #1a0533 0%, #0d001f 40%, #000 100%);
  }

  .hero-banner-2 .content {
    min-height: 100svh;
    padding: 100px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
  }
  .hero-banner-2 .content p br {
    display: none;
  }

  .hero-banner-3 .content {
    height: auto;
    min-height: 100svh;
    padding: 120px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .hero-banner-3 .content .box {
    padding: 20px;
    margin-bottom: 0;
  }
  .hero-banner-3 .content .box h1 {
    font-size: clamp(36px, 12vw, 80px);
    text-align: center;
  }
  .hero-banner-3 .content .box .text {
    padding-left: 0;
    margin-top: 12px;
    text-align: center;
  }
  .hero-banner-3 .content .box .text h3 {
    font-size: clamp(18px, 5vw, 28px);
    text-align: center;
  }
  .hero-banner-3 .content .box .text p {
    font-size: clamp(13px, 3vw, 15px);
    text-align: center;
  }
  .hero-banner-3 .content .box span {
    text-align: center;
    display: block;
  }
  .hero-banner-4 .slider .slide .content {
    height: 100svh;
    padding: 100px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (max-width: 490px) {
  .hero-mobile {
    padding: 60px 16px 30px;
    min-height: 100svh;
  }
  .hero-mobile-title {
    font-size: clamp(32px, 10vw, 44px);
  }
  .hero-mobile-subtitle {
    font-size: 13px;
    max-width: 280px;
    margin-bottom: 16px;
  }
  .hero-mobile-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .hero-btn {
    width: 100%;
    max-width: 280px;
    padding: 13px 20px;
    font-size: 14px;
  }
  .hero-mobile-stats {
    gap: 8px;
    margin-top: 22px;
  }
  .stat-card {
    max-width: 100px;
    padding: 10px 6px;
  }
  .stat-number {
    font-size: 15px;
  }
  .stat-label {
    font-size: 9px;
  }
  .hero-mobile-logo img {
    width: 100px;
  }
  .hero-banner-2 .content {
    padding: 100px 16px 30px;
  }
  .hero-banner-3 .content {
    padding: 100px 16px 30px;
  }
  .hero-banner-3 .content .box h1 {
    font-size: clamp(30px, 11vw, 48px);
  }
}
@media (max-width: 375px) {
  .hero-mobile {
    padding: 50px 14px 24px;
    min-height: 100svh;
  }
  .hero-mobile-title {
    font-size: clamp(28px, 9vw, 36px);
  }
  .hero-mobile-subtitle {
    font-size: 12px;
    max-width: 260px;
  }
  .hero-mobile-buttons {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .hero-btn {
    width: 100%;
    max-width: 260px;
    padding: 12px 18px;
    font-size: 13px;
  }
  .hero-mobile-stats {
    gap: 6px;
    margin-top: 18px;
  }
  .stat-card {
    max-width: 90px;
    padding: 8px 4px;
  }
  .stat-number {
    font-size: 14px;
  }
  .stat-label {
    font-size: 8px;
  }
  .hero-mobile-logo img {
    width: 90px;
  }
  .hero-banner-2 .content h1 {
    font-size: clamp(28px, 11vw, 42px) !important;
  }
}

/* --- MOBILE ONLY: ABOUT SECTION NEGATIVE MARGIN FIX --- */
@media (max-width: 768px) {
  .about-1 {
    margin-top: 0 !important;
    position: relative;
    z-index: 1;
  }
}

/* --- MOBILE ONLY: NAVIGATION FIXES --- */
@media (max-width: 991px) {
  .header-1 nav a,
  .header-2 nav a {
    margin-left: 0;
    padding: 8px 16px;
    font-size: 18px;
    display: block;
  }
  nav .navbar-collapse {
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 0 0 15px 15px;
  }
  nav .menu-item,
  nav .menu-item-has-children {
    margin-right: 0;
  }
  .header-1 nav .logo {
    display: none;
  }
  .header-1 .navbar-nav,
  .header-2 .navbar-nav {
    padding: 10px 0;
  }
  .header-1 nav a.active {
    border-bottom: none;
    color: #4B0082;
  }
}
@media (max-width: 490px) {
  .header-1 nav a,
  .header-2 nav a {
    font-size: 16px;
    padding: 6px 12px;
  }
  .dark-mode-toggle-header {
    right: 60px;
  }
}

/* --- MOBILE ONLY: HEADER FIXES --- */
@media (max-width: 768px) {
  .header-1 {
    position: fixed;
    height: auto;
    min-height: 64px;
    padding-top: 0;
    display: flex;
    align-items: center;
  }
  .header-1 .container {
    width: 100%;
  }
  .header-1 .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    min-height: 64px;
  }
  .header-1 .navbar-brand {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
  }
  .header-1 .navbar-brand img {
    width: clamp(110px, 30vw, 140px);
    height: auto;
    display: block;
  }
  .header-1 .navbar-toggler {
    order: 2;
    margin-left: auto;
    margin-right: 0;
    padding: 8px 4px;
    border: none;
    font-size: 24px;
    background: none;
  }
  .header-1 .collapse {
    order: 3;
    width: 100%;
  }
  .header-1 .dark-mode-toggle-header {
    order: 1;
    position: static;
    transform: none;
    margin-left: auto;
    margin-right: 12px;
  }
  .header-1 nav .navbar-nav {
    padding-top: 60px;
  }
  .header-1.bg-white {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(20px);
  }
  .dark .header-1.bg-white {
    background: rgba(38, 38, 38, 0.5) !important;
    backdrop-filter: blur(20px);
  }
}

/* --- MOBILE ONLY: SERVICES FIXES --- */
@media (max-width: 768px) {
  .services-1 .service-img {
    width: 100%;
    margin-bottom: 24px;
  }
  .services-1 .service-box h2 {
    font-size: clamp(18px, 5vw, 30px);
  }
  .services-1 .service-box .icon i {
    font-size: 28px;
  }
  .services-1 .service-box p {
    font-size: 14px;
    margin-left: 0 !important;
    padding-left: 12px !important;
  }
  .services-3 .box {
    display: block;
  }
  .services-3 .box h2 {
    padding-top: 16px;
    width: 100%;
    font-size: clamp(18px, 4.5vw, 28px);
  }
  .services-3 .box img {
    width: 100%;
    border-radius: 15px;
  }
  .services-3 .service-icon {
    width: 44px;
    height: 44px;
    top: 16px;
    left: 16px;
  }
  .services-3 .service-icon i {
    font-size: 18px;
  }
}
@media (max-width: 490px) {
  .services-1 .service-box h2 {
    font-size: 17px;
  }
  .services-1 .service-box p {
    font-size: 13px;
    padding-left: 8px !important;
  }
  .services-1 .service-box .icon i {
    font-size: 22px;
  }
  .services-3 .box h2 {
    font-size: 16px;
  }
}

/* --- MOBILE ONLY: ABOUT FIXES --- */
@media (max-width: 768px) {
  .about-1 img {
    width: 100%;
    margin-bottom: 24px;
  }
  .about-1 p.fs-53 {
    font-size: clamp(24px, 7vw, 40px);
  }
  .about-1 .steps .title {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    font-size: clamp(36px, 12vw, 70px);
    text-align: center;
    margin-bottom: 20px;
    opacity: 0.3;
  }
  .about-1 .steps .counting {
    text-align: left;
  }
  .about-1 .steps .counting strong.fs-91 {
    font-size: clamp(36px, 12vw, 60px);
  }
  .about-1 .steps .counting strong.fs-53 {
    font-size: clamp(26px, 8vw, 40px);
  }
  .about-1 .steps .counting strong.fs-40 {
    font-size: clamp(22px, 6vw, 32px);
  }
  .about-1 .steps p {
    font-size: 14px;
  }
  .about-1 .steps .row {
    margin-bottom: 16px !important;
  }
  .about-1 .steps .row .col-sm-2 {
    width: 18%;
  }
  .about-1 .steps .row .col-sm-10 {
    width: 82%;
  }
}

/* --- MOBILE ONLY: PORTFOLIO FIXES --- */
@media (max-width: 768px) {
  .portfolio-1 .image-wraper {
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 6px;
    overflow: visible;
  }
  .portfolio-1 .image-wraper .img-box {
    margin-right: 0 !important;
    border-radius: 12px;
  }
  .portfolio-1 .image-wraper .img-box.lg {
    width: 100%;
  }
  .portfolio-1 .image-wraper .img-box.md {
    width: 100%;
  }
  .portfolio-1 .image-wraper .img-box.sm {
    width: calc(50% - 3px);
  }
  .portoflio-3 .isotope-toolbar {
    margin: 0 4%;
    padding-top: 24px;
    text-align: center;
  }
  .portoflio-3 .isotope-toolbar button {
    font-size: 15px;
    margin-right: 14px;
    margin-bottom: 8px;
  }
  .portoflio-3 .isotope-toolbar button::before {
    top: 10px;
    left: -8px;
    width: 5px;
    height: 5px;
  }
  .portoflio-3 .image-wraper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .portoflio-3 .image-wraper .img-box {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
  }
  .portoflio-3 .image-wraper .img-box .overlay .center {
    padding-top: 25%;
  }
  .portoflio-3 .image-wraper .img-box .overlay .center button {
    padding: 14px 10px;
    font-size: 13px;
  }
  .portoflio-3 .image-wraper .img-box .overlay .center p {
    font-size: 12px;
  }
  .portoflio-3 .isotope-item {
    width: 100% !important;
  }
}
@media (max-width: 490px) {
  .portoflio-3 .isotope-toolbar button {
    font-size: 12px;
    margin-right: 8px;
  }
  .portoflio-3 .image-wraper {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }
}
@media (max-width: 375px) {
  .portoflio-3 .image-wraper {
    grid-template-columns: 1fr;
  }
}

/* --- MOBILE ONLY: SECTION TITLES FIXES --- */
@media (max-width: 768px) {
  .heading-1 {
    height: auto;
    min-height: 70px;
    padding-top: 24px;
    padding-bottom: 12px;
  }
  .heading-1 h1 {
    font-size: clamp(26px, 8vw, 55px);
    width: 80%;
  }
  .heading-1.right h1 {
    float: right;
    width: 80%;
  }
  .heading-1.left h1 {
    width: 80%;
    text-align: center;
  }
}
@media (max-width: 490px) {
  .heading-1 {
    min-height: 55px;
    padding-top: 16px;
    padding-bottom: 10px;
  }
  .heading-1 h1 {
    font-size: clamp(20px, 7vw, 32px);
    width: 85%;
  }
  .heading-1.right h1 {
    width: 85%;
  }
  .heading-1.left h1 {
    width: 85%;
  }
}

/* --- MOBILE ONLY: MILESTONES FIXES --- */
@media (max-width: 768px) {
  .milestones-1 .vertitle-title {
    font-size: clamp(50px, 14vw, 100px);
    position: relative;
    transform: none;
    top: auto;
    left: 0;
    text-align: center;
    margin-bottom: 16px;
  }
  .milestones-1 .top-content {
    margin-left: 0;
    text-align: center;
    font-size: 14px;
  }
  .milestones-1 .box {
    height: auto;
    padding: 32px 16px;
    margin-top: 16px !important;
  }
  .milestones-1 .box h2 {
    font-size: clamp(36px, 11vw, 60px);
  }
  .milestones-1 .box p {
    font-size: clamp(15px, 4vw, 20px);
  }
}
@media (max-width: 490px) {
  .milestones-1 .box {
    padding: 24px 12px;
  }
  .milestones-1 .box h2 {
    font-size: 32px;
  }
}

/* --- MOBILE ONLY: TEAM FIXES --- */
@media (max-width: 768px) {
  .team-1 .image-wraper {
    height: auto;
  }
  .team-1 .img-box img {
    height: auto;
    max-height: 350px;
    width: 100%;
    object-fit: cover;
  }
  .team-1 .members {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .team-1 .members .single {
    width: calc(50% - 6px);
    height: auto;
    margin-bottom: 0;
  }
  .team-1 .members .single .content {
    transform: none;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    padding: 8px;
    height: auto;
  }
  .team-1 .members .single .content h3 {
    font-size: clamp(18px, 5vw, 32px);
  }
  .team-1 .members .single .content p {
    font-size: 13px;
  }
  .team-1 .img-box .social-box {
    left: 10px;
    top: -30px;
  }
  .team-1 .img-box .social-box .social-icon {
    padding: 14px 8px;
    width: 40px;
    font-size: 16px;
  }
}
@media (max-width: 490px) {
  .team-1 .members .single .content h3 {
    font-size: 17px;
  }
  .team-1 .img-box .social-box {
    top: -24px;
  }
}

/* --- MOBILE ONLY: REVIEWS FIXES --- */
@media (max-width: 768px) {
  .reviews-1 .vertitle-title,
  .reviews-2 .vertitle-title {
    font-size: clamp(50px, 14vw, 100px);
    position: relative;
    transform: none;
    top: auto;
    left: 0;
    text-align: center;
    margin-bottom: 16px;
    opacity: 0.3;
  }
  .reviews-1 .box,
  .reviews-2 .box {
    height: auto;
    padding: 24px 16px;
    margin-top: 12px !important;
  }
  .reviews-1 .box.cus-margin,
  .reviews-2 .box.cus-margin {
    margin-top: 12px !important;
  }
  .reviews-1 .content {
    height: auto;
    min-height: 100px;
  }
  .reviews-1 .content div p,
  .reviews-2 .content div p {
    font-size: 14px;
    line-height: 1.6;
  }
  .reviews-1 .box img,
  .reviews-2 .box img {
    max-width: 70%;
  }
  .reviews-2 .content {
    padding-top: 16px;
  }
}
@media (max-width: 490px) {
  .reviews-1 .box,
  .reviews-2 .box {
    padding: 16px 10px;
  }
  .reviews-1 .content div p {
    font-size: 13px;
  }
}

/* --- MOBILE ONLY: BLOG FIXES --- */
@media (max-width: 768px) {
  .blog-1 .box .img-box .date {
    position: relative;
    bottom: auto;
    right: auto;
    transform: none;
    display: inline-block;
    margin-top: 8px;
    font-size: 16px !important;
  }
  .blog-1 .box .img-box .author {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 8px;
    width: 40px;
  }
  .blog-1 .box .img-box {
    text-align: left;
  }
  .blog-1 .box .content {
    margin-top: 20px !important;
  }
  .blog-1 .box .content h2 {
    font-size: clamp(18px, 5vw, 26px);
  }
  .blog-1 .box .content p {
    font-size: 14px;
  }
}

/* --- MOBILE ONLY: PAGE TITLE FIXES --- */
@media (max-width: 768px) {
  .page-title {
    height: auto;
    min-height: 320px;
    padding: 110px 0 50px;
  }
  .page-title h1 {
    font-size: clamp(30px, 8vw, 55px);
    padding-top: 24px;
  }
  .page-title .breadcrumb {
    margin-bottom: 24px;
  }
  .page-title .breadcrumb li {
    font-size: 13px;
    margin-right: 6px;
    padding-right: 18px;
  }
  .page-title .breadcrumb li:after {
    font-size: 18px;
    top: -4px;
  }
}
@media (max-width: 490px) {
  .page-title {
    min-height: 260px;
    padding: 90px 0 30px;
  }
  .page-title h1 {
    font-size: clamp(24px, 7vw, 38px);
    padding-top: 16px;
  }
}

/* --- MOBILE ONLY: CONTACT PAGE FIXES --- */
@media (max-width: 768px) {
  .contact iframe {
    height: 280px;
    margin-bottom: 24px;
  }
  .contact .links li {
    font-size: 14px;
    gap: 14px;
  }
  .contact .links .contact-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
  }
  .contact .links .contact-icon i {
    font-size: 18px;
  }
  .contact .links .contact-content {
    font-size: 13px;
  }
  .contact-form .form-control {
    font-size: 15px;
    padding: 8px 10px 8px 12px;
  }
  .contact-form .cus-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .contact-form .cus-btn:hover {
    padding-left: 30px;
  }
}
@media (max-width: 490px) {
  .contact iframe {
    height: 200px;
  }
  .contact .links li {
    font-size: 13px;
    gap: 10px;
  }
  .contact .links .contact-icon {
    width: 40px;
    height: 40px;
  }
  .contact .links .contact-icon i {
    font-size: 16px;
  }
}

/* --- MOBILE ONLY: FAQ FIXES --- */
@media (max-width: 768px) {
  .faq .search-bar {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .faq .q-box h2 {
    font-size: clamp(16px, 4vw, 24px);
  }
  .faq .q-box .icon i {
    font-size: 18px !important;
  }
  .faq .content-box {
    padding: 20px;
    height: auto;
    margin-bottom: 24px;
  }
  .faq .content-box h2 {
    font-size: clamp(18px, 4.5vw, 28px);
  }
  .faq .content-box p {
    font-size: 13px;
  }
}

/* --- MOBILE ONLY: ERROR 404 FIXES --- */
@media (max-width: 768px) {
  .error-404 {
    padding: 140px 0 50px;
  }
  .error-404 .box {
    width: 44%;
    padding: 24px 12px;
    margin-right: -8px;
    margin-bottom: 30px;
  }
  .error-404 .box h2 {
    font-size: clamp(50px, 18vw, 90px);
  }
}
@media (max-width: 490px) {
  .error-404 {
    padding: 100px 0 30px;
  }
  .error-404 .box {
    width: 46%;
    padding: 16px 8px;
    margin-right: -4px;
    margin-bottom: 24px;
  }
  .error-404 .box h2 {
    font-size: 42px;
  }
}

/* --- MOBILE ONLY: COMING SOON FIXES --- */
@media (max-width: 768px) {
  .coming-soon {
    height: auto;
    min-height: 100vh;
    padding: 80px 0 40px;
  }
  .coming-soon .countdown-boxes {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .coming-soon .countdown-boxes .box {
    width: calc(50% - 8px);
    padding: 24px 10px;
    margin: 0 !important;
  }
  .coming-soon .countdown-boxes .box:first-child,
  .coming-soon .countdown-boxes .box:last-child {
    margin: 0 !important;
  }
  .coming-soon .countdown-boxes .box h2 {
    font-size: clamp(42px, 14vw, 70px);
  }
  .coming-soon .countdown-boxes .box p {
    font-size: 15px;
  }
}
@media (max-width: 490px) {
  .coming-soon {
    padding: 60px 0 30px;
  }
  .coming-soon .countdown-boxes .box {
    padding: 16px 8px;
  }
  .coming-soon .countdown-boxes .box h2 {
    font-size: 36px;
  }
}

/* --- MOBILE ONLY: FOOTER FIXES --- */
@media (max-width: 768px) {
  .footer-1 {
    padding-top: 50px;
  }
  .footer-1 h1 {
    font-size: clamp(26px, 8vw, 55px);
  }
  .footer-1 .contact li {
    font-size: 14px;
    gap: 14px;
  }
  .footer-1 .contact-icon {
    width: 48px;
    height: 48px;
  }
  .footer-1 .contact-icon i {
    font-size: 18px;
  }
  .footer-1 .contact-content {
    font-size: 13px;
    word-break: break-word;
  }
  .footer-1 .social-links {
    margin-top: 24px;
    text-align: center !important;
  }
  .footer-1 .social-links li {
    width: auto;
    margin: 0 6px !important;
    display: inline-block;
  }
  .footer-1 .social-links li a {
    width: auto;
    padding: 10px 14px !important;
  }
  .footer-1 .newsletter-link {
    margin-top: 16px;
    text-align: center;
  }
  .footer-1 .newsletter-link a {
    font-size: 18px;
  }
  .footer-1 p.text-center {
    font-size: 12px;
    margin-top: 32px !important;
  }
  .footer-1 .row .col-lg-4 {
    margin-bottom: 20px;
  }
  .footer-1 .cus-btn {
    font-size: 16px;
    padding: 12px 18px 12px 32px;
  }
  .footer-1 .cus-btn:hover {
    padding-left: 44px;
  }
}

/* --- MOBILE ONLY: NEWSLETTER MODAL FIXES --- */
@media (max-width: 768px) {
  .modal-dialog {
    max-width: 92%;
    margin: 20px auto;
  }
  .modal-dialog .modal-content {
    border-radius: 15px;
  }
  .modal-dialog .modal-content iframe {
    min-height: 250px;
  }
  #newsletterModal .modal-body .row {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  #newsletterModal .modal-body i.fa-instagram {
    font-size: 36px !important;
  }
  #newsletterModal .modal-body .cus-btn {
    font-size: 15px;
    padding: 10px 20px;
  }
  .modal {
    padding-left: 0 !important;
  }
  .modal-open .modal {
    padding-right: 0 !important;
  }
}

/* --- MOBILE ONLY: MODAL POPUP FIXES --- */
@media (max-width: 768px) {
  .modal-popup .menu-block {
    margin-top: 60px;
  }
  .modal-popup .menu-block .menu {
    padding: 16px 20px;
  }
  .modal-popup .menu-block .menu ul {
    height: 300px;
  }
  .modal-popup .menu-block .menu ul li {
    padding: 6px 0;
    line-height: 28px;
  }
  .modal-popup .menu-block .menu ul li a {
    font-size: clamp(20px, 5vw, 32px);
    padding-left: 32px;
  }
  .modal-popup .menu-block .menu ul li a i {
    margin-left: -28px;
    font-size: 18px !important;
  }
  .modal-popup .menu-block .submenu {
    width: 180px;
    padding: 12px 16px 12px 32px;
  }
  .modal-popup .menu-block .submenu ul {
    height: auto;
    max-height: 300px;
  }
  .modal-popup .menu-block .submenu ul li a {
    font-size: 18px;
    padding: 8px 0;
  }
  .modal-popup .close-btn {
    font-size: 32px;
    right: 16px;
    top: 6px;
  }
  .modal-popup .social {
    margin-top: 30px;
  }
  .modal-popup .social .social-icon {
    padding: 14px 10px;
    margin: 6px 0;
  }
  .modal-popup .social .social-icon a {
    font-size: 20px;
  }
}

/* --- MOBILE ONLY: PORTFOLIO PANEL FIXES --- */
@media (max-width: 768px) {
  .portfolio-panel-info h2 {
    font-size: clamp(22px, 6vw, 32px);
  }
  .portfolio-panel-info .panel-service {
    font-size: 14px;
  }
  .portfolio-panel-info .panel-desc {
    font-size: 13px;
  }
  .portfolio-panel-info {
    padding: 16px !important;
  }
}

/* --- MOBILE ONLY: CUS-BTN FIXES --- */
@media (max-width: 768px) {
  .cus-btn {
    font-size: clamp(15px, 3.5vw, 20px);
    padding: 12px 18px 12px 32px;
    min-height: 48px;
  }
  .cus-btn:hover {
    padding-left: 46px;
  }
  .cus-btn.btn-lg {
    font-size: clamp(22px, 6vw, 32px);
    padding: 16px 22px;
    min-height: 56px;
  }
  .cus-btn.btn-lg:hover {
    padding-left: 36px;
  }
}
@media (max-width: 490px) {
  .cus-btn {
    font-size: 13px;
    padding: 10px 14px 10px 26px;
    min-height: 42px;
  }
  .cus-btn:hover {
    padding-left: 34px;
  }
  .cus-btn.btn-lg {
    font-size: 20px;
    padding: 12px 18px;
    min-height: 48px;
  }
}

/* --- MOBILE ONLY: TEAM-2, TEAM-3, TEAM-DETAIL SOCIAL BOX FIXES --- */
@media (max-width: 768px) {
  .team-2 .img-box img,
  .team-3 .img-box img,
  .team-detail .img-box img {
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: cover;
  }
  .team-2 .img-box .social-box,
  .team-3 .img-box .social-box,
  .team-detail .img-box .social-box {
    left: 10px;
    top: -36px;
  }
  .team-2 .img-box .social-box.second,
  .team-3 .img-box .social-box.second,
  .team-detail .img-box .social-box.second {
    left: 56px;
  }
  .team-2 .img-box .social-box .social-icon,
  .team-3 .img-box .social-box .social-icon,
  .team-detail .img-box .social-box .social-icon {
    padding: 10px 8px;
    width: 38px;
    font-size: 15px;
  }
}

/* --- MOBILE ONLY: SERVICES-2 FIXES --- */
@media (max-width: 768px) {
  .services-2 .wraper .services .service {
    width: 46px;
    height: 72px;
    padding: 18px 6px 6px;
  }
  .services-2 .wraper .services .service img {
    max-width: 26px;
  }
  .services-2 .wraper .content-box {
    height: auto;
    min-height: 300px;
    padding: 25% 16px 24px;
  }
  .services-2 .wraper .content-box div p {
    font-size: 13px;
  }
  .services-2 .wraper .services.top a:first-child {
    top: -28px;
    right: 44px;
  }
  .services-2 .wraper .services.top a:nth-child(2) {
    top: 60px;
    right: 36px;
  }
  .services-2 .wraper .services.top a:nth-child(3) {
    top: -4px;
    right: -8px;
  }
  .services-2 .wraper .services.bottom a:first-child {
    bottom: 44px;
    left: -4px;
  }
  .services-2 .wraper .services.bottom a:nth-child(2) {
    bottom: -36px;
    left: 0;
  }
  .services-2 .wraper .services.bottom a:nth-child(3) {
    bottom: -8px;
    left: 44px;
  }
}

/* --- MOBILE ONLY: SERVICE DETAIL PAGE FIXES --- */
@media (max-width: 768px) {
  .service-detail img {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* --- MOBILE ONLY: GENERAL TYPOGRAPHY SCALING --- */
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
  span {
    font-size: 14px;
  }
  .fs-69 {
    font-size: clamp(26px, 7vw, 44px);
  }
  .fs-53 {
    font-size: clamp(22px, 6vw, 36px);
  }
  .fs-40 {
    font-size: clamp(18px, 5vw, 30px);
  }
  .fs-31 {
    font-size: clamp(18px, 4.5vw, 26px);
  }
  .fs-24 {
    font-size: clamp(15px, 3.5vw, 20px);
  }
  .fs-18 {
    font-size: clamp(13px, 3vw, 16px);
  }
}
@media (max-width: 490px) {
  p {
    font-size: 13px;
  }
  span {
    font-size: 13px;
  }
  .fs-69 {
    font-size: 22px;
  }
  .fs-53 {
    font-size: 20px;
  }
  .fs-40 {
    font-size: 17px;
  }
  .fs-31 {
    font-size: 16px;
  }
  .fs-24 {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  p {
    font-size: 12px;
  }
  span {
    font-size: 12px;
  }
  .fs-24 {
    font-size: 13px;
  }
}

/* --- MOBILE ONLY: BACK TO TOP BUTTON --- */
@media (max-width: 768px) {
  .back-to-top {
    width: 60px;
    height: 60px;
    font-size: 36px;
    line-height: 24px;
    padding: 8px 0;
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 490px) {
  .back-to-top {
    width: 48px;
    height: 48px;
    font-size: 28px;
    line-height: 18px;
    padding: 6px 0;
    right: 6px;
    bottom: 6px;
  }
}

/* --- MOBILE ONLY: LANDSCAPE MODE --- */
@media (max-height: 500px) and (orientation: landscape) and (max-width: 1024px) {
  .hero-banner-1 .content,
  .hero-banner-2 .content,
  .hero-banner-3 .content {
    height: auto;
    min-height: 120vh;
    padding: 80px 20px 20px;
    justify-content: flex-end;
  }
  .hero-banner-1 .content h1 {
    font-size: clamp(28px, 7vw, 48px) !important;
  }
  .hero-banner-1 .content .cus-btn {
    min-height: 38px;
    padding: 8px 18px 8px 24px;
    font-size: 12px;
  }
  .hero-mobile {
    min-height: 100svh;
    padding: 50px 20px 20px;
  }
  .hero-mobile-title {
    font-size: clamp(22px, 6vw, 32px);
  }
  .hero-mobile-subtitle {
    font-size: 11px;
    margin-bottom: 12px;
    max-width: 260px;
  }
  .hero-mobile-logo img {
    width: 70px;
  }
  .hero-mobile-buttons {
    flex-direction: row;
    gap: 8px;
  }
  .hero-btn {
    padding: 10px 18px;
    font-size: 12px;
    min-width: 120px;
  }
  .hero-mobile-stats {
    margin-top: 16px;
    gap: 6px;
  }
  .stat-card {
    padding: 8px 6px;
    max-width: 90px;
  }
  .stat-number {
    font-size: 13px;
  }
  .stat-label {
    font-size: 8px;
  }
  #preloader .loader-main {
    font-size: clamp(30px, 7vw, 50px);
  }
  .page-title {
    min-height: 200px;
    padding: 70px 0 20px;
  }
  .page-title h1 {
    font-size: clamp(24px, 6vw, 40px);
  }
  .coming-soon {
    padding: 40px 0 20px;
  }
}

/* --- MOBILE ONLY: TABLET SPECIFIC --- */
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-banner-1 .content {
    height: auto;
    min-height: 100vh;
    padding: 200px 30px 60px;
  }
  .hero-banner-1 .content h1 {
    font-size: clamp(72px, 12vw, 120px) !important;
  }
  .portfolio-1 .image-wraper {
    overflow: visible;
  }
  .portfolio-1 .image-wraper .img-box.lg {
    width: 48%;
  }
  .portfolio-1 .image-wraper .img-box.md {
    width: 30%;
  }
  .portfolio-1 .image-wraper .img-box.sm {
    width: 22%;
  }
  .milestones-1 .box {
    height: auto;
    padding: 28px 14px;
    padding-top: 20%;
  }
  .milestones-1 .box h2 {
    font-size: clamp(44px, 8vw, 65px);
  }
  .reviews-1 .box,
  .reviews-2 .box {
    height: auto;
    padding: 24px 14px;
    padding-top: 30%;
  }
  .portoflio-3 .image-wraper {
    flex-wrap: wrap;
  }
  .portoflio-3 .image-wraper .img-box {
    width: 48%;
    margin-right: 0;
  }
  .services-3 .box h2 {
    font-size: clamp(22px, 3vw, 30px);
  }
  .team-1 .members .single .content {
    left: -70%;
  }
  .about-1 {
    margin-top: -100px;
  }
}

/*# sourceMappingURL=app.css.map */
