@import url("css/bootstrap-grid.min.css");
@import url("css/swiper.min.css");
@import url("css/variables.css");
@import url("css/almoustqpal.css");
@import url("css/content.css");
@import url("css/shortcodes.css");
@import url("css/assets.css");

/*------------------------------------------------------------------

01. General Styles
02. Magic Cursor
03. Page Preloader
04. Header Elements
05. Main Content 
06. Footer Elements
07. Responsive Media Querries

-------------------------------------------------------------------*/

/*--------------------------------------------------
	01. General Settings
---------------------------------------------------*/

html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  height: 100%;
  width: 100%;
  color: #777;
  background-color: #171616;
  letter-spacing: -0.15px;
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Funnel Display", sans-serif !important;
}
body.hidden {
  opacity: 0;
}

body.fixed-viewport {
  height: calc(100 * var(--dvh, 1vh));
}

.fixed-viewport > main {
  overflow: hidden;
  width: 100%;
  height: calc(100 * var(--dvh, 1vh));
  overflow-y: scroll;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  pointer-events: all;
}

.dark-content {
  color: #000;
}

.light-content,
.dark-section {
  color: #fff;
}

.light-content .light-section {
  color: #000;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio {
  display: inline-block;
  max-width: 100%;
}

address {
  font-style: italic;
  margin-bottom: 24px;
}

abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}

b,
strong {
  font-weight: 600;
  color: #000;
}

.light-content b,
.light-content strong,
.dark-section b,
.dark-section strong {
  font-weight: 600;
  color: #fff;
}

.light-content .light-section b,
.light-content .light-section strong {
  font-weight: 600;
  color: #000;
}

cite,
dfn,
i {
  font-style: italic;
}

em {
  font-style: normal;
}

mark,
ins {
  background: none repeat scroll 0 0 #000;
  text-decoration: none;
  color: #fff;
  padding: 2px 8px;
  display: inline-block;
  border-radius: 2px;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
  color: #000;
}

pre {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.05);
}

.light-content pre,
.dark-section pre {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.light-content .light-section pre {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  color: #000;
  line-height: 1.6;
  font-size: 1.5rem;
  margin-bottom: 2.1875rem;
  font-weight: 500;
  padding-left: 3.5rem;
  margin: 0 0 1.5625rem;
  position: relative;
}

blockquote::before {
  content: "\275D";
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 1;
  font-size: 3rem;
  font-weight: 500;
}

blockquote cite,
blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 600;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

dl {
  margin-bottom: 24px;
}

dd {
  margin-bottom: 24px;
}

ul,
ol {
  list-style: none;
  margin: 0 0 24px 20px;
}

ul,
ol {
  list-style: none;
  margin: 20px 0 25px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 20px 0px 15px 25px;
}

li {
  line-height: 20px;
  color: currentColor;
  margin-bottom: 25px;
}

/*li:not([class]) {
		color:#444;
	}
	
	.light-content li:not([class]), .dark-section li:not([class]) {
		color: #ccc;
	}
	
	.light-content .light-section li:not([class]) {
		color: #444;
	}*/

figure {
  margin: 0;
  position: relative;
  display: block;
}

figure.has-parallax {
  overflow: hidden;
}

.full figure.has-parallax {
  overflow: hidden;
  height: calc(100 * var(--dvh, 1vh));
}

figure img {
  max-width: 100%;
}

.has-parallax-content > img,
.has-parallax > img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  object-position: center;
  object-fit: cover;
}

figcaption {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  padding: 5px 10px;
  position: absolute;
  right: 0px;
  z-index: 10;
  border-radius: 0;
}

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 0;
}

legend {
  white-space: normal;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0)
  ); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
  color: #444;
}

thead,
.light-content .light-section thead {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
}

.light-content thead,
.dark-section thead {
  background-color: rgba(255, 255, 255, 1);
}

thead tr,
.light-content .light-section thead tr {
  color: #fff;
}

.light-content thead tr,
.dark-section thead tr {
  color: #000;
}

tr,
.light-content .light-section tr {
  color: #444;
}

.light-content tr,
.dark-section tr {
  color: #ccc;
}

tr:nth-child(2n),
.light-content .light-section tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.05);
}

.light-content tr:nth-child(2n),
.dark-section tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.1);
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  padding: 10px;
}

td {
  border-width: 0 1px 1px 0;
  padding: 10px;
}

del {
  color: #767676;
}

hr {
  border: 0;
  height: 28px;
  width: 100%;
  float: none;
  margin: 0;
  display: inline-block;
  opacity: 1 !important;
  -webkit-transition: translateY(0px) !important;
  transform: translateY(0px) !important;
}

hr.animated-line {
  height: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
}

hr.animated-line:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.light-content hr.animated-line:before,
.dark-section hr.animated-line:before {
  background: rgba(255, 255, 255, 0.15);
}

.light-content .light-section hr.animated-line:before {
  background: rgba(0, 0, 0, 0.1);
}

hr.animated.animated-line:before {
  width: 100%;
  -webkit-transition: width 0.7s ease-in-out 0.1s;
  transition: width 0.7s ease-in-out 0.1s;
}

hr:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: inherit;
  color: currentColor;
  margin-bottom: 20px;
}

.big-title {
  font-weight: 600;
  font-size: calc(1rem + 7vw);
  line-height: 1.3em;
  letter-spacing: -0.2vw;
}

h1,
.heading-1 {
  font-size: calc(1rem + 4vw);
  line-height: 1.25em;
  font-weight: 600;
  letter-spacing: -0.2vw;
}

h2,
.heading-2 {
  font-size: calc(1rem + 3vw);
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -0.15vw;
}

h3,
.heading-3 {
  font-size: calc(1rem + 2vw);
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: -0.1vw;
}

h4,
.heading-4 {
  font-size: calc(1rem + 1vw);
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: -0.05vw;
}

h5,
.heading-5 {
  font-size: calc(1rem + 0.6vw);
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: -0.04vw;
}

h6,
.heading-6 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: -0.03vw;
}

.no-margins {
  margin: 0;
}

p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
}

.light-content p,
.dark-section p {
  color: #fff;
}

.light-content .light-section p {
  color: #000;
}

.bigger {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

.smaller {
  font-size: 14px;
  line-height: 24px;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.container::after {
  clear: both;
  content: " ";
  display: table;
}

a:hover,
a:active {
  outline: 0;
  color: #000;
}

a,
.light-content .light-section a {
  text-decoration: none;
  color: #000;
  outline: 0;
}

.light-content a,
.dark-section a,
.white-header a {
  color: #fff;
}

.light-content .white-header a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

.one_half {
  width: 48% !important;
}

.one_third {
  width: 30.6% !important;
}

.one_fourth {
  width: 22% !important;
}

.one_fifth {
  width: 16.8% !important;
}

.one_sixth {
  width: 13.33% !important;
}

.two_fifth {
  width: 37.6% !important;
}

.two_fourth {
  width: 48% !important;
}

.two_third {
  width: 65.33% !important;
}

.three_fifth {
  width: 58.4% !important;
}

.three_fourth {
  width: 74% !important;
}

.four_fifth {
  width: 79.2% !important;
}

.five_sixth {
  width: 82.67% !important;
}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.two_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  float: left !important;
  margin-bottom: 1px !important;
  margin-right: 4% !important;
  position: relative !important;
}

.last {
  margin-right: 0px !important;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.light-section-wrapper,
.dark-section-wrapper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 1000%;
  width: 100vw;
  position: relative;
  /*overflow: hidden;*/
  margin-bottom: 0px;
}

.light-section-container,
.dark-section-container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
}

.content-row {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  opacity: 1;
  box-sizing: border-box;
}

.clip-effects {
  overflow: hidden;
  clip-path: inset(4% 10% round 40px);
}

.content-row::after {
  clear: both;
  content: " ";
  display: table;
}

.small {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.large {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
}

.full {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 1000% !important;
  width: 100vw !important;
}

.row_padding_top {
  padding-top: 9vw;
}

.row_padding_bottom {
  padding-bottom: 9vw;
}

.row_padding_left {
  padding-left: 80px;
}

.row_padding_right {
  padding-right: 80px;
}

.row_padding_all {
  padding-top: 4vw;
  padding-bottom: 4vw;
  padding-left: 80px;
  padding-right: 80px;
}

#rotate-device {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #0f1010;
  background-image: url(images/rotate.png);
  background-size: 100px 100px;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}

i.arrow-icon {
  border: solid #000;
  border-width: 0px 3px 3px 0px;
  box-sizing: border-box;
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
}

.light-content i.arrow-icon,
.dark-content .item i.arrow-icon {
  border: solid #fff;
  border-width: 0px 3px 3px 0px;
}

.light-content .change-header i.arrow-icon,
.dark-content .change-header i.arrow-icon {
  border: solid #000;
  border-width: 0px 3px 3px 0px;
}

i.arrow-icon::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 3px;
  top: 7px;
  left: -6px;
  background-color: currentColor;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.light-content i.arrow-icon:after,
.light-content .change-header i.arrow-icon::after,
.dark-content .item i.arrow-icon::after {
  background-color: currentColor;
}

.light-content .change-header i.arrow-icon::after,
.dark-content .change-header i.arrow-icon::after {
  background-color: currentColor;
}

i.arrow-icon-down {
  border: solid currentColor;
  border-width: 0px 2px 2px 0px;
  box-sizing: border-box;
  display: block;
  position: relative;
  height: 12px !important;
  width: 12px !important;
  line-height: 12px !important;
}

i.arrow-icon-down.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

i.arrow-icon-down::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  top: 4px;
  left: -3px;
  background-color: currentColor;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.light-content i.arrow-icon-down {
  border: solid currentColor;
  border-width: 0px 2px 2px 0px;
}

.light-content i.arrow-icon-down::after {
  background-color: currentColor;
}

i.arrow-icon-up {
  border: solid currentColor;
  border-width: 2px 2px 0px 0px;
  box-sizing: border-box;
  display: block;
  position: relative;
  top: 14px;
  left: 14px;
  height: 12px !important;
  width: 12px !important;
  line-height: 12px !important;
}

i.arrow-icon-up.right {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

i.arrow-icon-up::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  top: 4px;
  left: -3px;
  background-color: currentColor;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.light-content i.arrow-icon-up {
  border: solid currentColor;
  border-width: 2px 2px 0px 0px;
}

.light-content i.arrow-icon-up::after {
  background-color: currentColor;
}

.button-wrap.no-events {
  pointer-events: none;
}

/*--------------------------------------------------
	02. Magic Cursor
---------------------------------------------------*/

#magic-cursor {
  position: fixed;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  pointer-events: none;
  z-index: 10000;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
  transition: opacity 0.2s ease-in-out 0.5s;
}

.hidden-ball #magic-cursor {
  opacity: 0 !important;
  visibility: hidden;
}

#ball {
  position: fixed;
  width: 80px;
  height: 80px;
  border: 4px solid #999999;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  box-sizing: border-box;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.light-content #ball,
#ball.over-movie,
.light-content #ball.with-icon {
  border: 4px solid #999999;
  border-color: #999999;
}

#ball.with-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#ball:before {
  font: var(--fa-font-solid);
  content: "\f106";
  font-size: 14px;
  width: 8px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  left: 32px;
  top: -42px;
  color: #999;
  opacity: 0;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before {
  color: #999;
}

#ball::after {
  font: var(--fa-font-solid);
  content: "\f107";
  font-size: 14px;
  width: 8px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  left: 32px;
  top: 100px;
  color: #999;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before,
.light-content #ball:after {
  color: #999;
}

.scale-up #ball:before,
.scale-drag-horizontal #ball:before {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-horizontal #ball:before {
  color: #fff;
}

.scale-up #ball:after,
.scale-drag-horizontal #ball:after {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-horizontal #ball:after {
  color: #fff;
}

.scale-up.scale-none #ball:before,
.scale-up.scale-none #ball:after {
  opacity: 0;
}

#ball-drag-x {
  position: absolute;
  width: 72px;
  height: 72px;
  pointer-events: none;
  opacity: 1;
  box-sizing: border-box;
}

#ball-drag-x::before {
  font: var(--fa-font-solid);
  content: "\f053";
  font-size: 16px;
  width: 8px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  left: -37px;
  top: 29px;
  color: #fff;
  opacity: 0;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-x:before {
  color: #000;
}

#ball-drag-x::after {
  font: var(--fa-font-solid);
  content: "\f054";
  font-size: 16px;
  width: 8px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  right: -40px;
  left: auto;
  top: 29px;
  color: #fff;
  opacity: 0;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-x:before,
.light-content #ball-drag-x:after {
  color: #000;
}

.drag-cursor-white #ball-drag-x:before,
.drag-cursor-white #ball-drag-x:after {
  color: #000;
}

.drag-cursor-black #ball-drag-x:before,
.drag-cursor-black #ball-drag-x:after {
  color: #fff;
}

.scale-drag-x #ball-drag-x:before {
  opacity: 1;
  transform: translateX(52px);
  -webkit-transform: translateX(52px);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-x #ball-drag-x:after {
  opacity: 1;
  transform: translateX(-52px);
  -webkit-transform: translateX(-52px);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-up.scale-drag #ball-drag-x:before,
.scale-up.scale-drag #ball-drag-x:after {
  opacity: 0;
}

#ball-drag-y {
  position: absolute;
  width: 72px;
  height: 72px;
  pointer-events: none;
  opacity: 1;
  box-sizing: border-box;
}

#ball-drag-y:before {
  font: var(--fa-font-solid);
  content: "\f077";
  font-size: 16px;
  width: 8px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  left: 30px;
  top: -44px;
  color: #fff;
  opacity: 0;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-y:before {
  color: #000;
}

.scale-drag-y #ball-drag-y:before {
  opacity: 1;
  transform: translateY(52px);
  -webkit-transform: translateY(52px);
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball-drag-y::after {
  font: var(--fa-font-solid);
  content: "\f078";
  font-size: 16px;
  width: 8px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  left: 30px;
  top: 100px;
  color: #fff;
  opacity: 0;
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-y:after {
  color: #000;
}

.scale-drag-y #ball-drag-y:after {
  opacity: 1;
  transform: translateY(-52px);
  -webkit-transform: translateY(-52px);
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-up.scale-drag #ball-drag-y:before,
.scale-up.scale-drag #ball-drag-y:after {
  opacity: 0;
}

#ball i {
  color: #fff;
  width: 76px;
  height: 80px;
  line-height: 78px;
  text-align: center;
  font-size: 14px;
  display: block;
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#ball p {
  color: #fff;
  width: auto;
  height: 16px;
  line-height: 16px;
  padding-top: 0px;
  padding-left: 0px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 0;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-self: center;
  opacity: 1;
  position: relative;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball p {
  color: #fff;
}

#ball p.center-first::before {
  content: "[";
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  height: 20px;
  top: calc(50% - 10px);
  left: -8px;
  line-height: 20px;
}

#ball p.center-first::after {
  content: "]";
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  height: 20px;
  top: calc(50% - 10px);
  right: -8px;
  line-height: 20px;
}

.light-content #ball i,
#ball.over-movie i,
.light-content #ball.with-icon i {
  color: #fff;
}

.drag-cursor-white #ball i,
.drag-cursor-white #ball.with-icon i {
  color: #000;
}

.drag-cursor-black #ball i,
.drag-cursor-black #ball.with-icon i {
  color: #fff;
}

.light-content #ball.with-icon.dark-icon i {
  color: #000;
}

.scale-up #ball i {
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball.with-icon i {
  width: 76px;
}

#ball.with-icon i:nth-child(2) {
  display: none;
}

#ball.close-icon i {
  width: 75px;
  height: 76px;
  font-size: 14px;
}

#ball.over-movie i.fa-play,
#ball.over-movie.pause-movie i.fa-pause {
  display: block;
}

#ball.over-movie i.fa-pause,
#ball.over-movie.pause-movie i.fa-play {
  display: none;
}

#ball-loader {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #999999;
  border-left: 4px solid transparent;
  border-top: 4px solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: translate(-14px, -14px) rotate(0deg);
  transform: translate(-14px, -14px) rotate(0deg);
  -webkit-animation: rotating 0.8s ease-in-out infinite;
  animation: rotating 0.8s ease-in-out infinite;
  -webkit-transition: opacity 0s ease-in-out 0s;
  transition: opacity 0s ease-in-out 0s;
}

.light-content #ball-loader {
  border-bottom: 4px solid #999999;
}

.show-loader #ball-loader {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}

@keyframes rotating {
  0% {
    -webkit-transform: translate(-14px, -14px) rotate(0deg);
    transform: translate(-14px, -14px) rotate(0deg);
  }

  95% {
    -webkit-transform: translate(-14px, -14px) rotate(350deg);
    transform: translate(-14px, -14px) rotate(350deg);
  }

  100% {
    -webkit-transform: translate(-14px, -14px) rotate(360deg);
    transform: translate(-14px, -14px) rotate(360deg);
  }
}

.show-loader a,
.show-loader #almoustqbal-nav-wrapper,
.show-loader .menu-timeline {
  pointer-events: none !important;
}

.disable-cursor #magic-cursor {
  display: none;
}

#ball i.arrow-icon {
  border: solid #fff;
  border-width: 3px 3px 0px 0px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 28px;
  left: 30px;
  height: 20px;
  width: 20px;
}

.light-content #ball i.arrow-icon {
  border: solid #fff;
  border-width: 3px 3px 0px 0px;
}

#ball i.arrow-icon:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  top: 8px;
  left: -8px;
  background-color: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.light-content #ball i.arrow-icon:after {
  background-color: #fff;
}

#ball.color-cursor p,
#ball.color-cursor i,
#ball.color-cursor #ball-drag-x::before,
#ball.color-cursor #ball-drag-x::after {
  color: currentColor !important;
}

/*--------------------------------------------------
	04. Header Elements
---------------------------------------------------*/

#almoustqbal-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 1000;
  pointer-events: none;
}

#header-container {
  position: relative;
  width: 100%;
  height: inherit;
  margin: 0 auto;
  padding: 20px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

#header-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

#almoustqbal-logo {
  position: relative;
  display: block;
  pointer-events: initial;
  z-index: 10;
}

#almoustqbal-logo a {
  display: block;
}

#almoustqbal-logo img {
  display: block;
  width: auto;
  height: 50px;
  max-width: none;
}

#almoustqbal-logo img.black-logo {
  opacity: 1;
}

#almoustqbal-logo img.white-logo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.light-content #almoustqbal-logo img.black-logo {
  opacity: 0;
}

.light-content #almoustqbal-logo img.white-logo {
  opacity: 1;
}

#almoustqbal-nav-wrapper {
  pointer-events: none;
}

#almoustqbal-nav-wrapper.open {
  pointer-events: initial;
}

.almoustqbal-nav,
.almoustqbal-nav li,
.almoustqbal-nav li ul {
  margin: 0;
}

.almoustqbal-nav li ul {
  opacity: 0;
}

.almoustqbal-nav li {
  position: relative;
  display: block;
  list-style: none;
}

.almoustqbal-nav .touch-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 0;
  cursor: pointer;
}

.almoustqbal-nav .touch-button i {
  display: none;
}

@media all and (min-width: 1025px) {
  .classic-menu #almoustqbal-nav-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .classic-menu .almoustqbal-nav {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    color: #000;
  }

  .light-content .classic-menu .almoustqbal-nav {
    color: #fff;
  }

  .classic-menu .almoustqbal-nav li {
    padding-left: 15px;
    padding-right: 15px;
    color: currentColor;
    pointer-events: initial;
    -webkit-transition: translateY(0px);
    transform: translateY(0px);
  }

  .classic-menu .almoustqbal-nav li:first-child {
    padding-left: 0px;
  }

  .classic-menu .almoustqbal-nav li:last-child {
    padding-right: 0px;
  }

  .classic-menu .almoustqbal-nav li.item-with-ul {
    pointer-events: none;
  }

  .classic-menu .almoustqbal-nav li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: currentColor;
    overflow: hidden;
    white-space: nowrap;
  }

  .classic-menu .almoustqbal-nav li .touch-button {
    height: 45px;
    pointer-events: initial;
  }

  .classic-menu .almoustqbal-nav li a span {
    position: relative;
    display: block;
    padding: 3px 10px;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
  }

  .classic-menu .almoustqbal-nav li a.active .before-span span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .classic-menu .almoustqbal-nav li.disable a.active .before-span span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .classic-menu
    .almoustqbal-nav
    li.item-with-ul.disable:hover
    a.active
    .before-span
    span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .classic-menu .almoustqbal-nav li a span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    padding: 3px 10px;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: currentColor;
  }

  .classic-menu .almoustqbal-nav li a span::after {
    content: attr(data-hover);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    padding: 3px 10px;
    box-sizing: border-box;
    color: currentColor;
    filter: invert(1);
  }

  .classic-menu .almoustqbal-nav li:hover a span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .classic-menu .almoustqbal-nav li ul {
    position: absolute;
    width: auto;
    min-width: 120px;
    height: auto;
    left: 15px;
    top: 45px;
    display: block;
    background: currentColor;
    border-radius: 3px;
  }

  .classic-menu .almoustqbal-nav li:last-child ul {
    left: auto;
    right: -10px;
  }

  .classic-menu .almoustqbal-nav li ul:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -4px;
    left: 10px;
    border-style: solid;
    border-width: 0 10px 9px;
    border-color: transparent transparent currentColor;
  }

  .classic-menu .almoustqbal-nav li:last-child ul:after {
    left: auto;
    right: 20px;
  }

  .classic-menu .almoustqbal-nav li ul li a {
    padding: 0 20px 15px;
    -webkit-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
  }

  .classic-menu .almoustqbal-nav li ul li:first-child a {
    padding-top: 15px;
  }

  .classic-menu .almoustqbal-nav li ul:hover li a {
    opacity: 0.6;
  }

  .classic-menu .almoustqbal-nav li ul li a.active,
  .classic-menu .almoustqbal-nav li ul li a:hover {
    opacity: 1;
  }

  .classic-menu .almoustqbal-nav li ul li {
    padding: 0;
    filter: invert(1);
    pointer-events: none;
  }

  .classic-menu .almoustqbal-nav li > ul.almoustqbal-nav-show li {
    pointer-events: initial;
  }

  .classic-menu #burger-button {
    display: none;
  }

  /*-- Full Screen Menu --*/

  .fullscreen-menu #almoustqbal-nav-wrapper {
    position: fixed;
    width: 100%;
    height: calc(100 * var(--dvh, 1vh));
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #000;
    pointer-events: none;
  }

  .fullscreen-menu #almoustqbal-nav-wrapper.open {
    pointer-events: initial;
  }

  .fullscreen-menu .nav-height {
    position: relative;
    width: calc(100% + 30px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
    box-sizing: border-box;
    overflow-y: scroll;
    filter: invert(0) !important;
  }

  .fullscreen-menu .almoustqbal-nav {
    position: relative;
    width: auto;
    height: auto;
    max-height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
  }

  .fullscreen-menu .almoustqbal-nav li {
    color: currentColor;
  }

  .fullscreen-menu .almoustqbal-nav > li > a {
    display: block;
    font-size: var(--fullscreen-menu-font-size);
    line-height: var(--fullscreen-menu-line-height);
    font-weight: var(--fullscreen-menu-font-weight);
    padding: 0 50px;
    -webkit-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    overflow: hidden;
    color: currentColor;
  }

  .fullscreen-menu .almoustqbal-nav .touch-button {
    height: 100%;
  }

  .fullscreen-menu .almoustqbal-nav:hover li a {
    opacity: 0.3;
  }

  .fullscreen-menu .almoustqbal-nav li:hover a,
  .fullscreen-menu .almoustqbal-nav li a.active {
    opacity: 1;
  }

  .fullscreen-menu .almoustqbal-nav li a span {
    position: relative;
    display: block;
  }

  .fullscreen-menu .almoustqbal-nav li ul {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    z-index: 10;
  }

  .fullscreen-menu .almoustqbal-nav li ul li a {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    color: currentColor;
  }

  .fullscreen-menu .almoustqbal-nav:hover li ul li a {
    opacity: 0.3;
  }

  .fullscreen-menu .almoustqbal-nav:hover li ul li a.active,
  .fullscreen-menu .almoustqbal-nav:hover li ul li:hover > a {
    opacity: 1;
  }
}

/* Header Buttons */

.burger-dots {
  right: -25px;
}

.burger-dots .burger-icon {
  position: relative;
  width: 25px;
  height: 25px;
}

.burger-dots .burger-icon span {
  position: absolute;
  height: 5px;
  width: 5px;
  top: 10px;
  left: 0;
  border-radius: 5px;
  background-color: currentColor;
  -webkit-transition:
    left 0.2s ease-in-out,
    top 0.2s ease-in-out,
    width 0.2s ease-in-out,
    height 0.2s ease-in-out,
    transform 0.2s ease-in-out;
  transition:
    left 0.2s ease-in-out,
    top 0.2s ease-in-out,
    width 0.2s ease-in-out,
    height 0.2s ease-in-out,
    transform 0.2s ease-in-out;
}

.burger-dots .burger-icon span:nth-child(1) {
  left: 0px;
}

.burger-dots .burger-icon span:nth-child(2) {
  left: 10px;
}

.burger-dots .burger-icon span:nth-child(3) {
  left: 20px;
}

.burger-dots.open .burger-icon span:nth-child(1) {
  width: 20px;
  height: 2px;
  top: 12px;
  left: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger-dots.open .burger-icon span:nth-child(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.burger-dots.open .burger-icon span:nth-child(3) {
  width: 20px;
  height: 2px;
  top: 12px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#burger-button.burger-lines {
  right: -30px;
}

.burger-lines .burger-icon {
  position: relative;
  width: 18px;
  height: 18px;
}

.burger-lines .burger-icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: currentColor;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.burger-lines .burger-icon span:nth-child(1) {
  top: 5px;
}

.burger-lines .burger-icon span:nth-child(2) {
  top: 13px;
}

.burger-lines .burger-icon span:nth-child(3) {
  display: none;
}

.burger-lines.open .burger-icon span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger-lines.open .burger-icon span:nth-child(2) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fullscreen-menu #header-button {
  display: none;
}

.button-icon-link {
  position: relative;
  display: block;
  width: auto;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  border: 2px solid currentColor;
  border-radius: 44px;
  background-color: transparent;
  color: #000;
  pointer-events: initial;
  cursor: pointer;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
}

.light-content .button-icon-link {
  color: #fff;
  border: 2px solid currentColor;
  box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.5);
}

.button-icon-link:hover {
  background-color: currentColor;
}

.button-icon-link .icon-wrap-scale {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: block;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transform-origin: 25px center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.button-icon-link.right .icon-wrap-scale {
  left: auto;
  right: 0;
}

.button-icon-link:hover .icon-wrap-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.button-icon-link .icon-wrap {
  position: relative;
  top: 2px;
  left: 2px;
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
}

.button-icon-link .button-icon {
  width: 36px;
  height: 36px;
  background-color: #004C94;
  border-radius: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
}

.button-icon-link .button-icon i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: currentColor;
}

.light-content .button-icon-link .button-icon i {
  filter: invert(1);
}

.button-icon-link .button-text {
  width: auto;
  margin: 0;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: currentColor;
  overflow: hidden;
  -webkit-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
}

.button-icon-link:hover .button-text {
  padding: 0 25px 0 50px;
}

.button-icon-link.right:hover .button-text {
  padding: 0 50px 0 25px;
}

.button-icon-link .button-text span {
  -webkit-transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
}

.button-icon-link:hover .button-text span {
  filter: invert(1);
}

/* Responsive Header */

@media only screen and (max-width: 1466px) {
  #almoustqbal-header {
    height: 100px;
  }

  #header-container {
    padding: 10px 60px;
  }
}

@media only screen and (max-width: 1024px) {
  #header-container {
    padding: 10px 40px;
  }

  #almoustqbal-nav-wrapper {
    position: fixed;
    width: 100%;
    height: calc(100 * var(--dvh, 1vh));
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #000;
    pointer-events: none;
  }

  #almoustqbal-nav-wrapper.open {
    pointer-events: initial;
  }

  .nav-height {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow-y: auto;
    /*filter: invert(0)!important;*/
  }

  .almoustqbal-nav {
    position: relative;
    width: auto;
    height: auto;
    max-height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
  }

  .almoustqbal-nav li {
    color: currentColor;
  }

  .almoustqbal-nav > li > a {
    display: block;
    font-size: var(--fullscreen-menu-font-size);
    line-height: var(--fullscreen-menu-line-height);
    font-weight: var(--fullscreen-menu-font-weight);
    padding: 0 50px;
    -webkit-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    overflow: hidden;
    color: currentColor;
  }

  .almoustqbal-nav .touch-button {
    height: 100%;
  }

  .almoustqbal-nav:hover li a {
    opacity: 0.3;
  }

  .almoustqbal-nav li:hover a,
  .almoustqbal-nav li a.active {
    opacity: 1;
  }

  .almoustqbal-nav li a span {
    position: relative;
    display: block;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .almoustqbal-nav li ul {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    z-index: 10;
  }

  .almoustqbal-nav li ul li a {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    color: currentColor;
  }

  .almoustqbal-nav:hover li ul li a {
    opacity: 0.3;
  }

  .almoustqbal-nav:hover li ul li a.active,
  .almoustqbal-nav:hover li ul li:hover > a {
    opacity: 1;
  }

  #header-container > #header-button {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #almoustqbal-header {
    height: 80px;
  }

  #header-container {
    padding: 10px 30px;
  }

  #almoustqbal-header .button-text {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  #header-container {
    padding: 10px 20px;
  }
}

/*--------------------------------------------------
	05. Main Content
---------------------------------------------------*/

.show-loader #almoustqbal-page-content {
  pointer-events: none !important;
}

#content-scroll {
  z-index: 1;
  position: relative;
}

/*--------------------------------------------------
	06. Footer Elements
---------------------------------------------------*/

#almoustqbal-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  z-index: 900;
  box-sizing: border-box;
  text-align: center;
  opacity: 1;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}

.show-loader #almoustqbal-footer {
  opacity: 0;
}

#almoustqbal-footer.fixed {
  position: fixed;
}

#footer-container {
  position: relative;
  display: flex;
  width: 100%;
  height: inherit;
  margin: 0 auto;
  padding: 20px 80px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}

#footer-middle {
  position: absolute;
  left: 0;
  width: 100%;
  height: inherit;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.copyright {
  position: relative;
  display: table;
  width: auto;
  height: 30px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 820px;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  color: #000;
  pointer-events: initial;
}

.light-content .copyright {
  color: #fff;
}

.socials-wrap {
  position: relative;
  float: right;
  width: 300px;
  height: 80px;
  box-sizing: border-box;
  color: #000;
  pointer-events: initial;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content .socials-wrap {
  color: #fff;
}

#almoustqbal-footer .socials-wrap {
  margin-top: 0;
}

.socials-wrap:hover {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.socials-text {
  float: right;
  line-height: 40px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.socials-wrap:hover .socials-text {
  -webkit-transform: translateY(15px) translateX(5px);
  transform: translateY(15px) translateX(5px);
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-icon {
  float: right;
  width: 50px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: right;
  -webkit-transform: scale(1) translateY(20px);
  transform: scale(1) translateY(20px);
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials-icon {
  width: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transform: scale(0) translateY(40px);
  transform: scale(0) translateY(40px);
}

.socials-icon:after,
.socials-text:after {
  content: "";
  display: table;
  clear: both;
}

.socials {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 10px;
  text-align: right;
  bottom: 0;
  line-height: 30px;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

.socials li {
  position: relative;
  float: right;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 0 0 0 10px;
  list-style: none;
  line-height: 40px;
  color: currentColor;
  z-index: 2;
  align-items: center;
  justify-content: center;
  -webkit-transition: background 0.4s ease-in-out 0s;
  transition: background 0.4s ease-in-out 0s;
}

.socials-wrap .socials li {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials li:nth-child(6) {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials li:nth-child(5) {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
}

.socials-wrap:hover .socials li:nth-child(4) {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.socials-wrap:hover .socials li:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}

.socials-wrap:hover .socials li:nth-child(2) {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(1) {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.socials li:last-child {
  margin-left: 0;
}

.socials li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: currentColor;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.light-content .socials li a {
  color: currentColor;
}

.socials:hover li a {
  opacity: 0.3;
}

.socials li a:hover {
  opacity: 1;
}

/* Responsive Footer */

@media only screen and (max-width: 1466px) {
  #almoustqbal-footer {
    height: 100px;
  }

  #footer-container {
    padding: 0 60px;
    margin: 0;
  }

  .socials-wrap:hover .socials-text {
    -webkit-transform: translateY(20px) translateX(5px);
    transform: translateY(20px) translateX(5px);
  }
}

@media only screen and (max-width: 1024px) {
  #footer-container {
    padding: 0 40px;
  }

  .copyright {
    text-align: center;
  }

  .socials-wrap {
    height: 40px;
    float: right;
    margin: 0;
    right: -10px;
    -webkit-transform: translateX(0px) translateY(0px) !important;
    transform: translateX(0px) translateY(0px) !important;
  }

  .socials-wrap:hover {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  .socials-icon,
  .socials-text {
    display: none;
  }

  .socials-wrap .socials {
    margin-top: 3px;
    text-align: right;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  .socials-wrap .socials li {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .socials-wrap:hover .socials li {
    opacity: 1;
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
  }

  .socials li {
    margin-right: 10px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 0 5px auto;
    display: inline-block;
    float: none;
  }

  .socials li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #almoustqbal-footer {
    height: 80px;
  }

  .footer-button-wrap {
    bottom: 80px;
  }

  #footer-container {
    height: 80px;
    padding: 0 30px;
    margin: 0;
  }

  #footer-container #backtotop.button-wrap.left {
    float: none;
    top: 5px;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
  }

  #backtotop.button-wrap.left .button-text {
    text-align: left;
    float: left;
    display: none;
  }

  #backtotop.button-wrap.left .icon-wrap {
    float: none;
    position: absolute;
    right: auto;
    left: 0;
    margin: auto;
    top: 0px;
    opacity: 0.4;
    -webkit-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
  }

  #backtotop.button-wrap.left:hover .icon-wrap {
    opacity: 1;
  }

  #footer-middle {
    max-width: 1180px;
    height: 20px;
    margin: 0 auto;
    left: 0;
    width: 100%;
    top: 0px;
    margin-bottom: 15px;
  }

  .copyright {
    margin: 0 auto;
    left: auto;
    right: auto;
    top: 0;
    height: 20px;
    line-height: 20px;
  }

  #almoustqbal-footer.showcase-footer .arrows-wrap {
    right: auto;
    left: -30px;
    float: left;
    margin: auto;
  }

  .socials-wrap {
    width: auto;
    float: none;
    display: table;
    left: auto;
    right: auto;
    top: 0;
    margin: 0 auto;
    height: 20px;
    line-height: 20px;
    transform: translateX(0px) translateY(0px) !important;
    -webkit-transform: translateX(0px) translateY(0px) !important;
  }

  .socials-wrap .socials {
    text-align: center;
    margin: 0 auto;
    height: 20px;
    line-height: 20px;
    display: table;
    width: auto;
  }

  .socials li,
  .socials li a {
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 479px) {
  #footer-container {
    padding: 0px;
    margin: 0;
  }

  #almoustqbal-footer.showcase-footer #footer-container {
    padding: 0px 20px;
  }

  .arrows-wrap {
    left: -10px;
    width: 80px;
  }

  .prev-wrap,
  .next-wrap {
    width: 40px;
  }

  #almoustqbal-footer.showcase-footer .arrows-wrap {
    right: 0;
    left: 0;
    float: none;
    margin: auto;
  }

  #almoustqbal-footer.showcase-footer .arrows-wrap {
    width: 100%;
  }

  #almoustqbal-footer.showcase-footer .prev-wrap,
  #almoustqbal-footer.showcase-footer .next-wrap {
    width: 60px;
  }

  #almoustqbal-footer.showcase-footer #footer-middle {
    top: 0px;
  }

  #almoustqbal-footer.showcase-footer .showcase-subtitles-wrap {
    left: 0;
  }

  #almoustqbal-footer.showcase-footer .socials-wrap {
    display: none;
  }
}

/*--------------------------------------------------
	07. Responsive
---------------------------------------------------*/

@media only screen and (max-width: 1466px) {
  .row_padding_all {
    padding-left: 60px;
    padding-right: 60px;
  }

  .row_padding_left {
    padding-left: 60px;
  }

  .row_padding_right {
    padding-right: 60px;
  }

  .trackbar {
    padding: 0 60px;
  }

  .percentage-intro {
    bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .parallax-wrap {
    transform: none !important;
  }

  .parallax-element {
    transform: none !important;
  }

  .has-parallax figcaption {
    display: none;
  }

  .destroy {
    display: none;
  }

  .row_padding_left {
    padding-left: 0px;
  }

  .row_padding_right {
    padding-right: 0px;
  }

  .full.row_padding_left {
    padding-left: 40px;
  }

  .full.row_padding_right {
    padding-right: 40px;
  }

  .row_padding_all {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 0px;
    padding-right: 0px;
  }

  .full.row_padding_all {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 40px;
    padding-right: 40px;
  }

  #magic-cursor {
    display: none;
  }

  .trackbar {
    padding: 0 40px;
  }

  .percentage-intro {
    bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  figcaption {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0px;
    font-size: 10px;
    padding: 5px 10px;
    right: 0px;
    border-radius: 0;
  }

  .one_half {
    width: 100% !important;
  }

  .one_half {
    padding-right: 0 !important;
  }

  .one_half.last {
    padding-left: 0 !important;
  }

  .one_third {
    width: 100% !important;
  }

  .one_fourth {
    width: 100% !important;
  }

  .one_fifth {
    width: 100% !important;
  }

  .one_sixth {
    width: 100% !important;
  }

  .two_fifth {
    width: 100% !important;
  }

  .two_fourth {
    width: 100% !important;
  }

  .two_third {
    width: 100% !important;
  }

  .three_fifth {
    width: 100% !important;
  }

  .three_fourth {
    width: 100% !important;
  }

  .four_fifth {
    width: 100% !important;
  }

  .five_sixth {
    width: 100% !important;
  }

  .one_half,
  .one_third,
  .two_third,
  .three_fourth,
  .one_fourth,
  .two_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    margin-bottom: 30px !important;
    margin-right: 0% !important;
  }

  .row_padding_top {
    padding-top: 10vw;
  }

  .row_padding_bottom {
    padding-bottom: 10vw;
  }

  .row_padding_left {
    padding-left: 0px;
  }

  .row_padding_right {
    padding-right: 0px;
  }

  .full.row_padding_left {
    padding-left: 30px;
  }

  .full.row_padding_right {
    padding-right: 30px;
  }

  .row_padding_all {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 0px;
    padding-right: 0px;
  }

  .full.row_padding_all {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  .clip-effects {
    overflow: hidden;
    clip-path: inset(2% 5% round 30px);
  }

  hr {
    height: 20px;
  }

  .bigger {
    font-size: 20px;
    line-height: 30px;
  }

  .trackbar {
    padding: 0 30px;
  }

  .percentage-intro {
    bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .one_half,
  .one_third,
  .two_third,
  .three_fourth,
  .one_fourth,
  .two_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    margin-bottom: 20px !important;
    margin-right: 0% !important;
  }

  .row_padding_top {
    padding-top: 80px;
  }

  .row_padding_bottom {
    padding-bottom: 80px;
  }

  .row_padding_left {
    padding-left: 0px;
  }

  .row_padding_right {
    padding-right: 0px;
  }

  .full.row_padding_left {
    padding-left: 20px;
  }

  .full.row_padding_right {
    padding-right: 20px;
  }

  .row_padding_all {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 0px;
    padding-right: 0px;
  }

  .full.row_padding_all {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  hr {
    height: 10px;
  }

  .trackbar {
    padding: 0 20px;
  }

  .button-text {
    display: none;
  }

  #main-page-content .button-text,
  #hero .button-text {
    display: block;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  #rotate-device {
    display: block;
  }
}

.text-upper {
  text-transform: uppercase;
}

.about-section {
}
.about-section .inner-about h3 {
  position: relative;
  max-width: 900px;
  font-weight: 500;
}

.about-section .inner-about .text {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  max-width: 500px;
}

.our-services .inner .hero-title {
}

/* Titles
-----------------------------------------------------------------*/
.text-center {
  text-align: center;
}

.sec-head.bord {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.sec-head h6 {
  width: max-content;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  padding-left: 30px;
  background-image: linear-gradient(180deg, #004c94 45%, #297bc4 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
}
.sec-head h6::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: currentcolor;
  top: 50%;
  margin-top: -5px;
  left: 0;
}

.sec-head h6.after {
  padding-right: 30px;
}

.sec-head h6.after::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: currentcolor;
  top: 50%;
  margin-top: -5px;
  right: 0;
}
.sec-head-stand h5 {
  position: relative;
}
.sec-head-stand h5:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #fff;
}

.serv-style4 .item {
  position: relative;
  padding: 60px 40px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  min-height: 428px;
  overflow: hidden;
  transition: all 0.4s;
  z-index: 2;
}
.serv-style4 .item .img {
  position: absolute;
  bottom: -40px;
  right: -40px;
  height: 50%;
  opacity: 0.7;
  transition: all 0.4s;
  z-index: -1;
}
.serv-style4 .item .img img {
  width: auto;
  height: 100%;
}
.serv-style4 .item:hover {
  background: linear-gradient(
    90deg,
    rgba(23, 56, 173, 1) 0%,
    rgba(13, 141, 224, 1) 50%,
    rgba(10, 179, 246, 1) 100%
  );
  border-color: rgba(23, 56, 173, 1);
}
.serv-style4 .item:hover .img {
  filter: grayscale(1);
  mix-blend-mode: multiply;
}

.bg-light {
  background: #fff !important;
  color: #1f1f1f;
}

.bg-light p {
  color: #1f1f1f;
}

.bg-light .button-wrap {
  color: #1f1f1f;
}

.mb-80px {
  margin-bottom: 80px !important;
}

.v-align-between {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-client {
  overflow: hidden;
  position: relative;
}
.our-client .our-client__content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.our-client .our-client__content .quotes {
  opacity: 0.03;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -10% 0% 0%;
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
.our-client .our-client__content .our-client__text-slider {
  margin-bottom: 100px;
}
.our-client .our-client__content .our-client__image-slider-text .swiper-slide {
  transform: translateZ(0);
  transition: 0.6s;
  width: 100%;
}
.our-client .our-client__content .our-client__image-slider {
  overflow: visible;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}
.our-client .our-client__content .our-client__image-slider::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-right: 2px dashed #bdbbbb;
  height: calc(100% + 60px);
  width: 3px;
}
.our-client .our-client__content .our-client__image-slider .swiper-slide {
  transform: translateZ(0);
  transform-origin: center;
  width: 20rem;
  height: 20rem;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .our-client .our-client__content .our-client__image-slider .swiper-slide {
    width: 100px;
    height: 100px;
  }
}
.our-client
  .our-client__content
  .our-client__image-slider
  .swiper-slide-active
  .client-image {
  opacity: 1;
  filter: brightness(1) saturate(1) blur(0);
}
.our-client .our-client__content .our-client__image-slider .client-image {
  display: flex;
  justify-content: center;
  height: auto;
  opacity: 1;
  position: relative;
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition:
    filter 0.6s,
    opacity 0.6s;
  width: 100%;
  overflow: hidden;
  height: 20rem;
  filter: brightness(1) saturate(0) blur(1px);
  border-radius: 4px;
}
.testimonial-name {
  font-weight: 600;
  margin-right: 8px;
}

.testimonial-position {
  opacity: 0.6;
}

@media only screen and (max-width: 575px) {
  .our-client .our-client__content .our-client__image-slider .client-image {
    height: 100px;
  }
}

.about-scroll {
  position: relative;
  height: 400vh;
}

.about-scroll .inner-about {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.about-scroll .content {
  position: relative;
  width: min(1152px, 100%);
  height: 320px;
  overflow: hidden;
  margin: 0 auto;
}

.about-scroll .step-row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transform: translateY(100%);
}

.about-scroll .box-left {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  text-align: right;
}

.about-scroll .box-left .hero-subtitle {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 400;
  opacity: 0.85;
  line-height: 1.5;
}

.about-scroll .box-number {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 320px;
}

.about-scroll .box-number span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  object-fit: cover;
}

.about-scroll .box-number span img {
  border-radius: 30px;
  height: 100%;
}

.about-scroll .box-number h2 {
  font-size: calc(16rem + 3vw);
  font-family: "Poppins", sans-serif !important;
  font-weight: 300;
  line-height: 1.2;
  user-select: none;
}

.about-scroll .box-right {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.about-scroll .box-right p {
  opacity: 0.65;
}

@media (max-width: 768px) {
  .hero-title.almoustqpal-title.visible-title {
    font-size: 11vw !important;
  }
  .about-scroll {
    padding-top: 80px;
    height: auto;
  }

  .about-scroll .inner-about {
    position: static !important;
    height: auto !important;
  }

  .about-scroll .inner-about br {
    display: none;
  }

  .about-scroll .inner-about .button-box {
    margin-top: 20px;
  }
  .about-scroll .step-row {
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .about-scroll .step-row {
    flex-direction: column;
    gap: 0;
    padding: 0;
    overflow: hidden;
  }

  .about-scroll .box-left,
  .about-scroll .box-right {
    align-items: center;
  }

  .about-scroll .box-left p {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .about-scroll .box-right p {
    text-align: center;
    margin-bottom: 0;
  }

  .about-scroll .box-number h2 {
    font-size: 8rem;
  }

  .about-scroll .content {
    height: 455px;
  }

  .about-scroll .step-row[data-step="1"],
  .about-scroll .step-row[data-step="2"] {
    /* display: none; */
  }
  .about-scroll .box-left {
    order: 2;
  }

  .about-scroll .box-number {
    order: 1;
  }

  .about-scroll .box-right {
    order: 3;
  }

  .serv-style4 {
    margin-top: 125px;
  }

  #contact .almoustqbal-nav {
    flex-direction: column;
    gap: 10px;
  }

    #contact .almoustqbal-nav li {
    width: max-content;
    padding-left: 0 !important;
  }

  .copyright {
    margin-bottom: 5px;
  }
}

#contact {
  padding-top: 120px;
}

#contact .s-label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}

#contact .contact-headline {
  margin-bottom: 72px;
  overflow: hidden;
}

.contact-headline .tl {
  overflow: hidden;
  display: block;
  line-height: 1;
}

.contact-headline a {
  position: relative;
  display: flex;
  align-items: center;
  transition: color 0.3s;
  width: max-content;
}

.contact-headline .tl svg {
  width: 60px;
  height: 60px;
  margin-left: 16px;
  transform: rotate(-120deg);
}
.contact-headline a::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    rgba(23, 56, 173, 1) 0%,
    rgba(13, 141, 224, 1) 50%,
    rgba(10, 179, 246, 1) 100%
  );
  transition: width 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contact-headline a:hover::after {
  width: 100%;
}

#contact {
  position: relative;
  padding-bottom: 120px;
}

#contact .text-content {
  position: relative;
  padding-top: 30px;
}

#contact .text-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgb(0, 106, 255) 17.3077%,
    rgb(0, 226, 71) 40.8654%,
    rgb(248, 78, 80) 61.5385%,
    rgb(241, 255, 120) 85.0962%,
    transparent 100%
  );
}
#contact .text-content .container-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#contact .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact-footer {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 36px;
}

.cf-left {
  /* display: flex;
  flex-direction: column; */
}

.cf-email-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cf-left p {
  font-size: 16px;
  opacity: 0.8;
  line-height: 1.7;
}

.cf-right {
  margin-left: auto;
}

.cf-right a {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.3s;
}

:hover .cf-email-row:hover .copy-btn {
  opacity: 1;
}

.images-content {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.message-img {
  min-width: 16rem;
  max-width: 16rem;
}

.message-img img {
  width: 100%;
  border-radius: 4px;
  max-width: 100%;
  display: inline-block;
}

.framer-1xs03yt {
  filter: blur(30px);
  z-index: 1;
  background: linear-gradient(182deg, #fac03666 0%, #21202166 75.4835%);
  border-radius: 100%;
  flex: none;
  width: 359px;
  height: 79px;
  position: absolute;
  top: 61px;
  left: 20px;
}

#contact .logo-box img {
  width: 214px;
  margin-bottom: 20px;
}

#contact .almoustqbal-nav li {
  padding-left: 15px;
  padding-right: 15px;
  color: currentColor;
  pointer-events: initial;
  -webkit-transition: translateY(0px);
  transform: translateY(0px);
}

#contact .almoustqbal-nav li:first-child {
  padding-left: 0px;
}

#contact .almoustqbal-nav li:last-child {
  padding-right: 0px;
}

#contact .almoustqbal-nav li.item-with-ul {
  pointer-events: none;
}

#contact .almoustqbal-nav li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: currentColor;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
}

#contact .almoustqbal-nav li .touch-button {
  height: 45px;
  pointer-events: initial;
}

#contact .almoustqbal-nav li a span {
  position: relative;
  display: block;
  padding: 3px 10px;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}

#contact .almoustqbal-nav li a.active .before-span span {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#contact .almoustqbal-nav li.disable a.active .before-span span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#contact
  .almoustqbal-nav
  li.item-with-ul.disable:hover
  a.active
  .before-span
  span {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#contact .almoustqbal-nav {
  display: flex;
  padding: 0;
  margin-top: 10px;
}

#contact .almoustqbal-nav li a span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  padding: 3px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: currentColor;
}

#contact .almoustqbal-nav li a span::after {
  content: attr(data-hover);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  padding: 3px 10px;
  box-sizing: border-box;
  color: currentColor;
  filter: invert(1);
}

#contact .almoustqbal-nav li:hover a span {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#contact .almoustqbal-nav li ul {
  position: absolute;
  width: auto;
  min-width: 120px;
  height: auto;
  left: 15px;
  top: 45px;
  display: block;
  background: currentColor;
  border-radius: 3px;
}

#contact .almoustqbal-nav li:last-child ul {
  left: auto;
  right: -10px;
}

#contact .almoustqbal-nav li ul:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -4px;
  left: 10px;
  border-style: solid;
  border-width: 0 10px 9px;
  border-color: transparent transparent currentColor;
}

#contact .almoustqbal-nav li:last-child ul:after {
  left: auto;
  right: 20px;
}

#contact .almoustqbal-nav li ul li a {
  padding: 0 20px 15px;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}

#contact .almoustqbal-nav li ul li:first-child a {
  padding-top: 15px;
}

#contact .almoustqbal-nav li ul:hover li a {
  opacity: 0.6;
}

#contact .almoustqbal-nav li ul li a.active,
#contact .almoustqbal-nav li ul li a:hover {
  opacity: 1;
}

#contact .almoustqbal-nav li ul li {
  padding: 0;
  filter: invert(1);
  pointer-events: none;
}

#contact .almoustqbal-nav li > ul.almoustqbal-nav-show li {
  pointer-events: initial;
}
