/* variables */
:root {
	--main-color: #1f4397;
	--second-color: #1f4397;
	--third-color: #caf0ff;
	--main-transition: all .25s ease-in-out 0s;
	--second-transition: all .25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	--main-font-family: 'Open Sans', sans-serif;
	--second-font-family: 'Avant Garde', sans-serif;
	--third-font-family: 'AvantGarde Md BT', sans-serif;
}

/* fonts */
/* @font-face {
    font-family: 'AvantGarde';
    src: url('fonts/AvantGarde.woff2') format('woff2'),
        url('fonts/AvantGarde.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
} */
/* @font-face {
    font-family: 'AvantGarde';
    src: url('fonts/AvantGuardRegularSWFTE.eot');
    src: local('AvantGarde'), local('AvantGuardRegularSWFTE'),
        url('fonts/AvantGuardRegularSWFTE.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvantGuardRegularSWFTE.woff2') format('woff2'),
        url('fonts/AvantGuardRegularSWFTE.woff') format('woff'),
        url('fonts/AvantGuardRegularSWFTE.ttf') format('truetype'),
        url('fonts/AvantGuardRegularSWFTE.svg#AvantGuardRegularSWFTE') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
@font-face {
    font-family: 'Avant Garde';
    src: url('fonts/AvantGardeBook.woff2') format('woff2'),
        url('fonts/AvantGardeBook.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AvantGarde Md BT';
    src: url('fonts/AvantGardeITCbyBT-Medium.woff2') format('woff2'),
        url('fonts/AvantGardeITCbyBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* reset */
::-moz-selection {
  color: #fff;
  background: var(--main-color);
}
::selection {
	color: #fff;
	background: var(--main-color);
}
*,
*::after,
*::before {
	box-sizing: border-box;
}
body {
	font-family: var(--main-font-family);
	font-size: 18px;
	color: #000;
    font-weight: 300;
/*    padding-right: 90px;*/
    margin: 0;
    transition: var(--main-transition);
    /* padding-top: 190px; */
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: 0;
}
/* bootstrap */
.container {
    width: 1680px;
    max-width: 100%;
}
.col-2.w-20 {
    width: 20%;
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

hr {
    margin: 20px 0;
    background-color: #c9cacb;
    opacity: 1;
}

/* backgrounds */
.main-bg-color {
	background: var(--main-color);
}
.second-bg-color {
	background: var(--second-color);
}
.third-bg-color {
	background: var(--third-color);
}
.black-bg-color {
	background: #000;
}
.white-bg-color {
	background: #fff;
}
.gray-bg-color {
	background: #ececec;
}

/* colors */
.main-color {
	color: var(--main-color);
}
.second-color {
	color: var(--second-color);
}
.third-color {
	color: var(--third-color);
}
.black-color {
	color: #000;
}
.white-color {
	color: #fff;
}
.gray-color {
	color: #ececec;
}

/* scrollbar */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #d4d4d4;
	box-shadow: inset 0 0 6px #d4d4d4;
	background-color: #d4d4d4;
}
::-webkit-scrollbar {
	width: 6px;
	background-color: #313131;
}
::-webkit-scrollbar-thumb {
	background-color: #313131;
}
* {
	scrollbar-color: #313131 #8f8f8f;
	scrollbar-width: thin;
}

/* headings */
h1 {
    font-size: 74px;
    font-weight: 100;
    font-family: var(--second-font-family);
    margin: 0;
}
h2 {
    font-size: 45px;
    font-weight: 100;
    font-family: var(--second-font-family);
    margin: 0;
}
h3 {
    font-size: 45px;
    font-weight: 100;
    font-family: var(--second-font-family);
    margin: 0;
}
h4 {
    font-size: 24px;
    font-weight: 100;
    font-family: var(--second-font-family);
    margin: 0;
}
h5 {
    font-size: 22px;
    font-weight: 100;
    font-family: var(--second-font-family);
    margin: 0;
}
h6 {
    font-size: 19px;
    font-family: var(--second-font-family);
    font-weight: 100;
    margin: 0;
}
h1 .desc {
    color: #949598;
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    font-weight: 700;
    padding-left: 5px;
}
h2 .desc {
    color: #949598;
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    font-weight: 700;
    padding-left: 5px;
}
h3 .desc {
    color: #949598;
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    font-weight: 700;
    padding-left: 5px;
}
h4 .desc {
    color: #949598;
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    font-weight: 700;
    padding-left: 5px;
}
h5 .desc {
    color: #949598;
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    font-weight: 700;
    padding-left: 5px;
}
h6 .desc {
    color: #949598;
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    font-weight: 700;
    padding-left: 5px;
}
h2.big-title {
    font-size: 74px;
    font-weight: 100;
    font-family: var(--second-font-family);
    line-height: 1;
}

/* spacing */
.ml-30 {
    margin-left: 30px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-300 {
    margin-top: 300px;
}
.mw-1190 {
    width: 1190px;
    max-width: 100%;
    margin: auto;
}
.mw-1060 {
    width: 1060px;
    max-width: 100%;
}
.min-vh-100 {
    min-height: 100vh;
}

/* buttons */
.btn {
	font-size: 19px;
	border-radius: 50px;
	padding: 13px 30px;
	text-decoration: none;
	border: 2px solid rgba(255,255,255,0);
	display: inline-block;
	transition: var(--main-transition);
	font-weight: 900;
}
.btn.with-icon img {
	margin-left: 5px;
	transition: var(--main-transition);
}
.btn.main-bg-color:hover {
	background-color: rgba(255,255,255,0);
	border-color: var(--main-color);
}
.btn.with-icon:hover img {
	transform: translateX(10px);
}
#quantity input {
    width: 55px;
    text-align: center;
    font-size: 19px;
    border: none;
}
#quantity {
    margin-bottom: 15px;
}
#quantity .controls {
    background: #d1d3d4;
    padding: 5px 14px;
    border-radius: 20px;
    color: #000;
    font-size: 19px;
    font-weight: 900;
    cursor: pointer;
    transition: var(--main-transition);
}
#quantity .controls:hover {
    opacity: .7;
}
.close-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    color: #000;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 10;
    transition: var(--main-transition);
    line-height: 1;
    text-decoration: none;
}
.close-btn:hover {
    opacity: .7;
}
.btn.second-bg-color:hover {
    opacity: .7;
}
.btn.gray-bg-color:hover {
    opacity: .7;
}
.btn.link {
    padding: 0;
}
.btn.link:hover {
    text-decoration: underline;
    opacity: .7;
}
.btn.big {
    padding: 13px 177px;
}
/* animated button */
.button--fenrir {
	background: var(--second-color);
	border: none;
	padding: 50px 50px;
	margin: 0;
	position: relative;
	display: inline-block;
}
.button--fenrir::before,
.button--fenrir::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.button--fenrir {
	background: none;
	padding: 0;
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	width: 120px;
	height: 120px;
}
.button--fenrir .progress {
	position: absolute;
	width: 120px;
	height: 120px;
	top: calc(50% - 60px);
	left: calc(50% - 60px);
	transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.button--fenrir:hover .progress {
	transform: scale3d(1, 1, 1);
}
.button--fenrir .progress__circle,
.button--fenrir .progress__path {
	fill: none;
	stroke: #fff;
	stroke-width: 3px;
}
.button--fenrir:focus-visible .progress__circle {
	fill: var(--second-color);
}
.button--fenrir .progress__path {
	stroke: var(--second-color);
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.button--fenrir:hover .progress__path {
    stroke-dashoffset: 0;
}

/* popups */
#log-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background: #000;
	opacity: 0.71;
	display: none;
}
.popup-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100100;
	transition: all 0.25s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.popup-wrap.show-popup {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.popup.show-popup {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, -50%) scale(1);
}
.popup-wrap-content {
	position: relative;
	height: 100vh;
	overflow-y: auto;
}
.popup {
	position: absolute;
	top: 50%;
	transition: all 0.25s ease-in-out;
	left: calc(50% - 21px);
	transform: translate(-50%, -50%) scale(0.85);
	z-index: 40010;
	max-width: 600px;
	width: 100%;
	background: #fff none no-repeat center center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.popup-header {
    padding: 10px;
    position: relative;
}
.popup-body {
    padding: 10px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.popup-footer {
	padding: 10px;
}
.close-popup {
    position: absolute;
    top: 50%;
    right: 10px;
    cursor: pointer;
    transform: translateY(-50%);
}
.close-popup:hover {
	opacity: 0.7;
}
.cart-info {
    display: block;
    width: 20px;
    height: 20px;
    background: blue;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 10px;
}

/* heding holder */
#luxy1 .hero-section {
    background: #fff;
    padding: 190px 80px 120px 180px;
}
.hero-section .heding-holder h4 {
    margin-bottom: 80px;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
}
/*.hero-section .heding-holder h4::before {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 10;
    content: "";
    background: var(--second-color);
    width: 94px;
    height: 6px;
    right: 0;
    margin: 0 auto;
}*/
.hero-section .heding-holder h1 {
    margin-bottom: 80px;
}

.heading-holder h4,
.heading-content h4 {
    margin-bottom: 40px;
    position: relative;
    font-size: 30px;
}

.shape-img.jarallax {
    opacity: .4;
}

/* dice section */
.dice-item {
    position: relative;
    height: 275px;
    padding: 0;
    margin-left: -1px;
    margin-top: -1px;
    transition: var(--main-transition);
    transition-duration: 1.2s;
}
.dice-item:hover {
    transition-duration: .25s;
    background: var(--main-color);
}
.dice-item:hover h4 {
    color: #fff;
}
.dice-item:hover h3 {
    color: #fff;
}
.dice-item .borders-holder {
    position: relative;
    width: 100%;
    height: 100%;
}
.dice-item .borders-holder .top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: var(--main-color);
    width: 100%;
    height: 1px;
}
.dice-item .borders-holder .right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: var(--main-color);
    width: 1px;
    height: 100%;
}
.dice-item .borders-holder .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: var(--main-color);
    width: 100%;
    height: 1px;
}
.dice-item .borders-holder .left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: var(--main-color);
    width: 1px;
    height: 100%;
}
.dice-item  .txt-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 25px 25px 25px;
    z-index: 10;
}
.dice-item  .txt-holder {
    font-size: 24px;
    color: var(--main-color);
    width: 100%;
}

/* form-group */
.form-group {
    margin-bottom: 22px;
    position: relative;
}
input, select {
    width: 100%;
    padding: 20px;
    border: 1px solid var(--second-color);
    margin-bottom: 0px;
    position: relative;
    z-index: 12;
    border-radius: 0;
    outline: none;
    font-size: 18px;
    font-weight: 100;
    color: #000;
    background: transparent;
}
select:required:invalid {
    opacity: .6;
}
option[value=""][disabled] {
    display: none;
}
option {
    color: #000;
    cursor: pointer;
}
textarea {
    font-size: 18px;
    width: 100%;
    padding: 20px;
    border: 1px solid var(--second-color);
    margin-bottom: 0px;
    position: relative;
    z-index: 12;
    font-family: var(--main-font-family);
}
.form-group .custom-input span {
    color: #e14747;
}
.form-group .desc {
    color: #949598;
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    font-weight: 700;
}
.custom-textarea:placeholder-shown + .custom-input-placeholder,
.custom-input:placeholder-shown + .custom-input-placeholder {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: -1;
    color: #888;
    transform: translateY(0px);
}
.custom-input-placeholder {
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 1;
    transform: translateY(-26px);
    transition: all 0.25s cubic-bezier(.13,.56,.38,.89) 0s;
    color: #000;
    font-size: 19px;
}
.custom-input-placeholder .required {
    color: #e14747;
}
.custom-submit {
    width: 100%;
    border: none;
    background: #000;
    color: #fff;
    padding: 10px;
    transition: all 0.25s ease-in-out 0s;
}
.custom-submit:hover {
    background: #555;
    color: #fff;
}
.form-group .fusnote {
    font-size: 15px;
    margin-top: 5px;
}
.form-group .fusnote {
    font-size: 15px;
}
.form-group .fusnote a {
    color: var(--second-color);
    transition: var(--main-transition);
}
.form-group .fusnote a:hover {
    color: var(--main-color);
}


/* custom radio box */
#radio-box {
    margin: 10px 0;
    padding-left: 0;
}
#radio-box label{
    color: #535353;
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 0;
}
/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    cursor: pointer;
    font-size: 16px;
    padding-left: 40px;
    text-align: right;
    position: relative;
}
/* radio aspect */
[type="radio"]:not(:checked) + label::before, [type="radio"]:checked + label::before {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
    border-radius: 50%;
    content: "";
    height: 27px;
    left: 0;
    margin-top: -2px;
    position: absolute;
    top: 0;
    width: 27px;
}
/* checked mark aspect */
[type="radio"]:not(:checked) + label::after, [type="radio"]:checked + label::after {
    background: none repeat scroll 0 0 var(--main-color);
    content: "";
    font-size: 14px;
    height: 30px;
    left: -2px;
    margin-top: 3px;
    position: absolute;
    top: -7px;
    transition: all 0.2s ease 0s;
    width: 30px;
    border-radius: 2px;
    border-radius: 50%;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(.5);
}
/* disabled checkbox */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="radio"]:disabled:checked + label:after {
  color: #999;
}
[type="radio"]:disabled + label {
  color: #aaa;
}
@media only screen and (min-width: 1030px) {
#radio-box {
	float: left;
	width: 100%;
	margin: 6px 0;
	box-sizing: border-box;
}
}

/* custom checkboox */
.custom-checkbox-container {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    border: 1px solid #000;
    border-radius: 50%;
}
.custom-checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}
.custom-checkbox-container input:checked ~ .checkmark {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
.custom-checkbox-container .checkmark::after {
    left: 12px;
    top: 12px;
    transform: translate(-50%, -50%);
    background: var(--main-color);
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

/* loader */
body.loaded .loader {
	/* opacity: 0; */
    pointer-events: none;
    z-index: -1;
    transform: translateY(-100%);
}
body.loaded .loader img {
	opacity: 1;
}
.loader {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 100000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000 url(../images/loader-bg.jpg) center center /cover;;
    align-items: center;
    width: 100%;
    height: 100vh;
    transition: var(--main-transition);
    transition-duration: 1s;
    transition-delay: 1.5s;
    opacity: 1;
    display: flex;
    flex-direction: column;
}
.loader h4 {
    font-size: 44px;
}
.loader img {
    height: 85px;
    opacity: 0;
    margin-bottom: 50px;
}

/* scrolled page */


/* helper classes */
.top-10 {
	top: 10px;
}
.img-fluid {
    max-width: 100%;
}
.mw-750 {
    max-width: 750px;
}
.ml--180-mr--80 {
    margin-left: -180px;
    margin-right: -80px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-200 {
    margin-bottom: 200px;
}
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
}
.position-relative {
    position: relative;
}
.pl-70 {
    padding-left: 70px;
}
.pl-130 {
    padding-left: 130px;
}
.pl-200 {
    padding-left: 200px;
}
.pl-240 {
    padding-left: 240px;
}
.mw-450 {
    max-width: 450px;
}
.mw-500 {
    max-width: 500px;
}
.px-170 {
    padding-left: 170px;
    padding-right: 170px;
}
.px-120 {
    padding-left: 120px;
    padding-right: 120px;
}
.px-160-110 {
    padding-left: 160px;
    padding-right: 110px;
}
.px-110-160 {
    padding-left: 110px;
    padding-right: 160px;
}
.pt-0 {
    padding-top: 0;
}
.o-50 {
    opacity: .5;
}
.mw-1100 {
    max-width: 1100px;
}
.aic {
    align-items: center;
}
.jce {
    justify-content: end;
}

/* crew accomodation page */
.crew-accomodation-page .cards-item {
    margin-bottom: 200px;
}
.crew-accomodation-page .cards-item:nth-child(2n) {
    transform: translate3d(0,calc(50% + 100px),0);
}
.crew-accomodation-page .cards-item-wrapper {
    position: relative;
}
.crew-accomodation-page .cards-item .cards-img img {
    width: 100%;
}
.crew-accomodation-page .cards-item .cards-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 25px 35px 25px;
}
.crew-accomodation-page .cards-item .cards-txt h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    margin: 0;
}

/* index slider section */
.slider-section.services-slider {
    padding: 100px 0;
    position: relative;
}
.slider-section.services-slider::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 55vw;
    height: 100%;
    background-color: var(--main-color);
    content: "";
    z-index: -1;
}
.slider-section.services-slider .txt-holder {
    position: absolute;
    bottom: 0;
    padding: 0 20px 30px 20px;
    z-index: 10;
    width: 100%;
    height: 60%;
    background: linear-gradient(transparent, #000);
}
.slider-section.services-slider .txt-holder-wrapper {
    padding: 110px 20px 20px 20px;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.slider-section.services-slider .txt-holder-wrapper p {
    font-size: 24px;
    font-weight: 600;
}
.slider-section.services-slider .heading-holder h4,
.slider-section.services-slider .heading-content h4 {
    font-size: 24px;
    text-transform: uppercase;
}
.slider-section.services-slider .txt-holder-wrapper p {
    font-size: 24px;
    margin: 0;
    color: var(--main-color);
}
.slider-section.services-slider .next-article-container {
    position: absolute;
    bottom: 15px;
    right: 10px;
    z-index: 1000000000;
}
.slider-section.services-slider .swiper-slide.swiper-slide-active {
    width: 40% !important;
}
.slider-section.services-slider .swiper-slide.swiper-slide-prev,
.slider-section.services-slider  .swiper-slide.swiper-slide-next {
    width: 30% !important;
}
.slider-section.services-slider .swiper-slide .img-holder img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    display: block;
    object-position: top center;
}
.slider-section.services-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #1f4397;
    opacity: 1;
    margin: 0 8px;
}
.slider-section.services-slider .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background: #1f4397;
}
.slider-section.services-slider .footer-slider-container .swiper-pagination {
    display: flex;
    align-items: center;
}
.slider-section.services-slider .footer-slider-container {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 10;
    width: 270px;
}
.slider-section.services-slider .footer-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-section.services-slider .swiper-button-prev,
.slider-section.services-slider .swiper-container-rtl .swiper-button-next {
    background-image: url("https://www.mixjet.aero/images/arrow-left.svg");
}
.slider-section.services-slider .swiper-button-next,
.slider-section.services-slider .swiper-container-rtl .swiper-button-prev {
    background-image: url("https://www.mixjet.aero/images/arrow-right.svg");
}
.slider-section.services-slider .slider-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    opacity: .5;
    content: "";
    transition: var(--main-transition);
}
.slider-section.services-slider .swiper-slide.swiper-slide-active .slider-mask {
    opacity: 0;
}

.heading-holder h4.white-color::before,
.heading-content h4.white-color::before {
    background: #fff;
}


/* next button small */
.next-btn.small.button--fenrir img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 10px;
    object-fit: contain;
}
.next-btn.small.button--fenrir .progress__circle,
.next-btn.small.button--fenrir .progress__path {
    stroke: transparent;
}
.next-btn.small.button--fenrir .progress__path {
    stroke: #fff;
}
.next-btn.small.button--fenrir {
    background: none;
    padding: 0;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    width: 50px;
    height: 50px;
}
.next-btn.small.button--fenrir .progress {
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.next-btn.small.button--fenrir img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 10px;
    object-fit: contain;
}

.second-color.small.button--fenrir .progress__path {
    stroke: var(--second-color);
}

.explore-more-btn span {
    margin-right: 10px;
}
.explore-more-btn {
    color: var(--second-color);
    text-decoration: none;
    display: flex;
    align-items: center;
}

/* animations */
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* top banner section */
.banner-container {
    background: #f1feff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.banner-container p {
    margin: 0;
    padding: 9px 0;
    font-size: 13px;
    font-weight: 700;
}

/* header */
.navbar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 1000;
    transition: var(--secind-transition);
    transition-duration: .5s;
/*    background: #fff;*/
    padding: 0 100px 0 100px;
    transform: translateX(calc(100% - 90px));
}
/* .navbar-container:hover .navbar {
    transform: translateX(0);
}
.navbar-container:hover .navbar {
    background-color: var(--main-color);
} */
.navbar-container:hover .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    display: block;
}
.navbar-container:hover .navbar-toggler-img {
    fill: #fff;
}
/* .navbar-container:hover .navbar .progress-bar {
    background: #000;
} */
.navbar-container .navbar-collapse .navbar-nav .nav-item {
    opacity: 0;
    transform: translateY(20px);
    transition: var(--main-transition);
    transition-duration: .25s;
}
.navbar-container:hover .navbar-collapse .navbar-nav .nav-item {
    opacity: 1;
    transform: translateY(0);
}
.navbar-container .navbar-collapse .navbar-nav .nav-item:nth-child(1) {
    transition-delay: .5s;
}
.navbar-container .navbar-collapse .navbar-nav .nav-item:nth-child(2) {
    transition-delay: .6s;
}
.navbar-container .navbar-collapse .navbar-nav .nav-item:nth-child(3) {
    transition-delay: .7s;
}
.navbar-container .navbar-collapse .navbar-nav .nav-item:nth-child(4) {
    transition-delay: .8s;
}
.navbar-container .navbar-collapse .navbar-nav .nav-item:nth-child(5) {
    transition-delay: .9s;
}
.navbar-container .navbar-collapse .navbar-nav .nav-item:nth-child(6) {
    transition-delay: 1s;
}
.navbar-container .navbar-collapse .navbar-nav .nav-item:nth-child(7) {
    transition-delay: 1.1s;
}
.navbar-container .navbar-collapse .navbar-nav .nav-item:nth-child(8) {
    transition-delay: 1.2s;
}
.navbar-container .navbar-collapse .navbar-nav .nav-item:nth-child(9) {
    transition-delay: 1.3s;
}
.navbar-container .navbar-collapse .navbar-nav .nav-item:nth-child(10) {
    transition-delay: 1.4s;
}



.navbar-wrapper {
    position: relative;
}
.navbar-toggler {
    display: block;
    position: fixed;
    top: 20px;
    right: 32px;
    z-index: 10000;
    height: 24px;
    width: 24px;
}
.navbar-toggler .navbar-toggler-img {
    fill: var(--main-color);
    transition: var(--main-transition);
}

.navbar-collapse {
    padding-top: 150px;
    /* width: 0;
    overflow: hidden; */
}
.navbar-brand {
    margin: 25px 50px;
    display: inline-block;
}
.navbar-brand img {
    height: 110px;
    display: block;
}
.navbar-collapse .navbar-nav {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 30px;
}
.navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 27px;
    text-decoration: none;
    position: relative;
}
.navbar-collapse .navbar-nav .nav-item .nav-link::before {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 10;
    background: #fff;
    width: 0;
    height: 5px;
    content: "";
    transition: var(--main-transition);
}
.navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
    width: 50px;
}

/* proveri */
.navbar-nav .nav-item .nav-link:hover {
    color: var(--main-color);
}
.navbar-nav .nav-item .nav-link[data-dropdown]::after {
    position: absolute;
    top: 5px;
    right: -15px;
    content: "+";
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
    color: #fff;
}
.navbar-nav .nav-item.opened-dropdown .nav-link::after {
    content: "-";
    top: 3px;
}
.navbar-nav .nav-item .dropdown-menu {
    list-style: none;
    margin-bottom: 20px;
    position: relative;
}
.navbar-collapse .navbar-nav .dropdown-menu {
    max-height: 0;
    height: auto;
    overflow: hidden;
    padding-left: 40px;
    margin-bottom: 15px;
    transition: all 0.25s ease-in-out 0s;
    margin-top: 0;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu {
    max-height: 1000px;
    padding-top: 30px;
}
.navbar-collapse .navbar-nav .nav-item .dropdown-menu li {
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
    transform: translateX(-5px);
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li {
    opacity: 1;
    transform: translateX(0);
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(1) {
    transition-delay: .1s;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(2) {
    transition-delay: .2s;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(3) {
    transition-delay: .3s;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(4) {
    transition-delay: .4s;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(5) {
    transition-delay: .5s;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(6) {
    transition-delay: .6s;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(7) {
    transition-delay: .7s;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(8) {
    transition-delay: .8s;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(9) {
    transition-delay: .9s;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(10) {
    transition-delay: 1s;
}
.navbar-collapse .navbar-nav .nav-item .dropdown-menu li a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
    position: relative;
}
.navbar-collapse .navbar-nav .nav-item .dropdown-menu li a::before {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 10;
    background: #fff;
    width: 0;
    height: 5px;
    content: "";
    transition: var(--main-transition);
}
.navbar-collapse .navbar-nav .nav-item .dropdown-menu li a:hover::before {
    width: 50px;
}

.heading-holder h4::before,
.heading-content h4::before {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 10;
    background: var(--second-color);
    width: 50px;
    height: 5px;
    content: "";
    transition: var(--main-transition);
}
.heading-holder h4.white-color::before,
.heading-content h4.white-color::before {
    background: #fff;
}
.heading-holder h4.second-color::before,
.heading-content h4.second-color::before {
    background: var(--second-color);
}

.progress-container {
/*    width: 1px;
    height: 100%;
    background: var(--main-color);*/
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
}
.progress-bar {
    height: 0;
    background: var(--second-color);
    width: 3px;
    transition: var(--main-transition);
}

video {
    max-width: 100%;
}

/* fancybox */
.carousel__button.is-close {
    color: #000 !important;
}
.fancybox__backdrop {
    background: #fff !important;
}

/* main section */
main {
    padding: 190px 80px 0 180px;
}

/* product item */

/* text content */
.lead-txt p {
    font-weight: 500;
}
.swiper {
    overflow: hidden;
}


/* video section */
.video-section .video-container {
    position: relative;
}
.video-section .video-container .video-content {
    display: flex;
    align-content: center;
    position: relative;
    max-width: 55vw;
}
.video-section .video-container .video-content .video-holder {
    position: relative;
}
.video-section .video-container video {
    width: 100%;
}
.video-section .play-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.video-section .play-video-btn {
    display: block;
}
.video-section .play-video-btn svg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.video-section .video-container .txt-holder {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    max-width: 30vw;
}


.next-article-container .next-btn {
    display: block;
}
.next-article-container .next-btn img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    padding: 35px;
    object-fit: contain;
}
.txt-section .next-article-container {
    position: absolute;
    top: 50%;
    right: 100px;
    z-index: 10;
    transform: translateY(-50%);
}
.txt-section h2 {
    font-size: 34px;
    /* font-family: var(--main-font-family); */
    font-weight: 300;
}
.fancybox__container {
    z-index: 10500;
}

.logo-holder {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.swiper-slide .img-holder img {
    width: 100%;
    display: block;
}

/* index hero section  */
.index-hero-section .txt-holder {
    position: absolute;
    bottom: 20vh;
    left: 10vw;
    z-index: 10;
}
.index-hero-section video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.index-hero-section .txt-holder .index-hero-slider .heading-holder h4 {
    font-size: 74px;
    color: #fff;
}
.index-hero-section .txt-holder .index-hero-slider p {

    font-size: 24px;
    color: #fff;

}


/* scroll down container */
.scroll-down-container {
    position: fixed;
    z-index: 1000;
    left: 50%;
    bottom: 50px;
    transform: translateX(calc(-50% - 50px));
    pointer-events: none;
    transition: var(--main-transition);
}
.scroll-down-container span {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
    font-style: italic;
    font-weight: 200;
}
.scroll-down-container img {
    margin: auto;
    display: block;
    height: 24px;
}
body.scrolled .scroll-down-container {
    opacity: 0;
}

/* insights section */
.insights-section {
    padding: 70px 0;
}
.insights-item {
    margin-bottom: 80px;
    padding-left: 200px;
  }
.insights-item .insights-item-content {
    position: relative;
    text-decoration: none;
    display: block;
}
.insights-item .insights-item-content h5 {
  font-size: 19px;
  color: var(--second-color);
  transition: var(--main-transition);
  /* font-family: var(--main-font-family); */
  font-weight: 700;
  margin-bottom: 10px;
}
.insights-item .insights-item-content h3 {
    /* font-family: var(--main-font-family); */
    font-size: 34px;
    color: #000;
    margin-bottom: 35px;
    transition: var(--main-transition);
    font-weight: 400;
}
.insights-item .insights-item-content .date {
    margin-bottom: 15px;
}
.insights-item .insights-item-content .date span {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    transition: var(--main-transition);
}
.insights-item .insights-item-content p {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    transition: var(--main-transition);
    margin: 0;
}
.insights-item .insights-item-content .hover-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    width: 100%;
    height: 100%;
    transition: var(--main-transition);
    display: flex;
    justify-content: center;
    align-items: center;
}
.insights-item .insights-item-content:hover .hover-content {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
.insights-item .insights-item-content:hover h3 {
    color: #a19d95;
}
.insights-item .insights-item-content:hover p {
    color: #a19d95;
}
.insights-item .insights-item-content:hover .date span {
    color: #a19d95;
}
.insights-item .insights-item-content:hover .button--fenrir .progress__path {
    stroke-dashoffset: 0;
}
.insights-item .insights-item-content .hover-content .next-btn img {
    padding: 35px;
}
.insights-item-content::before {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 50px;
    height: 5px;
    background: var(--second-color);
    z-index: 10;
    content: "";
}
#luxy {
/*    padding-right: 90px;*/
}

.about-us-section .img-container {
    display: flex;
    justify-content: end;
}

/* social icons container */
.social-icons-container {
    position: fixed;
    bottom: 60px;
    right: 34px;
    z-index: 999;
    display: none;
}
.social-icons-container .social-icons-content {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-icons-container .social-icons-content li {
    margin-bottom: 30px;
}
.social-icons-container .social-icons-content li:last-of-type {
    margin-bottom: 0;
}
.social-icons-container svg {
    width: 20px;
    height: 20px;
    fill: var(--second-color);
    transition: var(--main-transition);
}
.social-icons-container .social-icons-content li:hover svg {
    fill: var(--main-color);
}
.home-icon {
    display: flex;
    flex-direction: column;
    /* color: var(--main-color); */
    color: #000;
    text-decoration: none;
    font-size: 18px;
    transition: var(--main-transition);
}
.home-icon svg {
    height: 40px;
    margin-bottom: 5px;
    font-weight: 600;
    fill: var(--main-color);
    transition: var(--main-transition);
}
.home-icon:hover svg {
    fill: var(--second-color);
}
.home-icon:hover {
    color: var(--second-color);
}

.news-group-item {
    position: relative;
}
.last-news-container {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.last-news-container .news-group-item .img-holder img {
    height: 500px;
    object-fit: cover;
    width: 100%;
}
.last-news-container .desc {
    color: #000;
    font-style: italic;
    font-size: 20px;
}
.news-group-item .txt-holder h2 {
    color: var(--main-color);
    font-size: 40px;
}
.load-more-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}
.load-more-icon span {
    color: var(--second-color);
    font-size: 24px;
    font-weight: 400;
    transition: var(--main-transition);
}
.load-more-icon svg {
    height: 50px;
    fill: var(--second-color);
    transition: var(--main-transition);
}
.load-more-icon:hover span {
    color: var(--main-color);
}
.load-more-icon:hover svg {
    fill: var(--main-color);
}


.date-container p {
    color: var(--second-color);
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
    margin-top: 0;
}

/* footer */
.footer-container {
    background: var(--second-color);
    color: #fff;
    font-size: 11px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
}
.footer-section {
    border-top: 1px solid #fff;
}
.footer-content-item img {
    margin-left: 5px;
}
.footer-content-item a {
    transition: var(--main-transition);
}
.footer-content-item a:hover {
    opacity: .6;
}

/* txt editor content */
.txt-editor-content.mw-1060 > * {
    margin-left: 150px;
    margin-right: 150px;
}
.txt-editor-content.mw-750 * {
    max-width: 750px;
    margin: auto;
}
.txt-editor-content p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.6;
}
.txt-editor-content h3 {
    color: var(--main-color);
    /* font-size: 50px; */
    font-size: 40px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px !important;
}
.txt-editor-content h4 {
    margin-bottom: 50px;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    color: var(--second-color);
}
.txt-editor-content h4::before {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 10;
    content: "";
    background: var(--second-color);
    width: 94px;
    height: 6px;
}
.txt-editor-content blockquote {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 50px;
}
.txt-editor-content blockquote:before {
    background: var(--second-color);
    content: "";
    top: -20px;
    left: left;
    z-index: 10;
    width: 94px;
    height: 6px;
    position: absolute;
}

.txt-editor-content.mw-1060 img,
.txt-editor-content.mw-1060 .gallery-container {
    margin-left: 0;
    margin-right: 0;
}
.txt-editor-content.mw-750 img,
.txt-editor-content.mw-750 .gallery-container {
    max-width: 100%;
}
.txt-editor-content img {
    margin-top: 100px;
    margin-bottom: 100px;
    display: block;
}

.txt-editor-content a {
    color: var(--second-color);
    transition: var(--main-transition);
    text-decoration: none;
    font-weight: 500;
}
.txt-editor-content a:hover {
    color: var(--main-color);
}
.txt-editor-content ul {
    list-style: none;
}
.txt-editor-content li {
    position: relative;
    padding-left: 20px;
}
.txt-editor-content ol li::before {
    content: none;
}
.txt-editor-content li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-image: url('../images/list-icon.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 8px;
}
.txt-editor-content.mw-1060 ul {
    padding-left: 20px;
}
.txt-editor-content.mw-1060 li {
    padding-left: 20px;
}
.txt-editor-content table {
    margin-top: 50px;
    margin-bottom: 50px;
}
.txt-editor-content thead {
    background: var(--main-color);
}
.txt-editor-content th {
    padding: 5px 5px;
    font-weight: 400;
}
.txt-editor-content tr:nth-child(even) {
    background-color: var(--third-color);
}
.txt-editor-content td {
    padding: 20px 10px;
}
.img-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.5);
}

.news-category-item:first-of-type {
    font-weight: 500;
  }
.news-category-item {
    text-decoration: none;
    color: var(--main-color);
    font-size: 22px;
    position: relative;
    margin-right: 15px;
}
.news-category-item:not(:first-child):before {
    width: 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 10;
    content: "";
    background: var(--main-color);
    height: 6px;
    transition: var(--main-transition);
}
.news-category-item.active::before {
    width: 100%;
}
.news-category-item:hover::before {
    width: 100%;
}
.gallery-container {
    position: relative;
}
.gallery-container .swiper-button-prev::after {
    content: '';
    background: url(https://www.mixjet.aero/images/swiper-button-prev.svg) no-repeat center center /contain;
    width: 100%;
    height: 100%;
    display: block;
}
.gallery-container .swiper-button-next::after {
    content: '';
    background: url(https://www.mixjet.aero/images/swiper-button-next.svg) no-repeat center center /contain;
    width: 100%;
    height: 100%;
    display: block;
}
.gallery-container .swiper-button-next,
.gallery-container .swiper-container-rtl .swiper-button-prev {
    background-image: none;
}
.gallery-container .swiper-button-prev,
.gallery-container .swiper-container-rtl .swiper-button-next {
    background-image: none;
}
.gallery-trigger {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.gallery-trigger span {
    font-size: 24px;
    color: var(--second-color);
    margin-right: 10px;
    font-weight: 300;
}
.gallery-trigger img {
    height: 40px;
}
.gallery-container .swiper-button-next,
.gallery-container .swiper-button-prev {
    width: 50px;
    height: 50px;
}
.fancybox__thumbs {
	display: none;
}
.fancybox__container {
    z-index: 10500 !important;
}
.contact-form.contact-form-page {
    display: none;
}
.contact-form-container {
    border-right: 1px solid var(--second-color);
}
.contact-form-container:last-of-type {
    border-right: 0;
}
.contact-form-container h3 {
    color: var(--second-color);
    font-size: 47px;
    font-weight: 100;
    margin-bottom: 25px;
}
.contact-form-container .contact-btn {
    display: flex;
    align-items: center;
    color: var(--second-color);
    text-decoration: none;
    margin-bottom: 25px;
    background: transparent;
    border: none;
    font-size: 18px;
    font-weight: 100;
    font-family: var(--main-font-family);
    cursor: pointer;
}
.contact-form-container .contact-btn img {
    height: 61px;
    margin-left: 25px;
    padding: 15px;
    border: 1px solid var(--second-color);
    border-radius: 50%;
}

.contact-info-container h3 {
    font-size: 47px;
    color: var(--second-color);
    margin-bottom: 55px;
}
.contact-info-items {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-info-items li {
    margin-bottom: 25px;
}
.contact-info-items li p {
    margin: 0 0 0 0;
}
.contact-info-items li .icon-holder {
    margin-bottom: 25px;
}
.contact-info-items li .icon-holder img {
    width: 33px;
    height: 33px;
}
.contact-info-items li .icon-holder p {
    margin: 0;
}
.contact-info-items li a {
    color: #000;
    text-decoration: none;
    transition: var(--main-transition);
}
.contact-info-items li a:hover {
    color: var(--second-color)
}

.contact-info-container .contact-info-social-items li {
    margin-right: 30px;
}
.contact-info-container .contact-info-social-items li a svg {
    width: 33px;
    height: 33px;
    fill: var(--second-color);
    transition: var(--main-transition);
}
.contact-info-container .contact-info-social-items li a svg:hover {
    fill: var(--main-color);
}
.contact-info-social-items {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile {
    display: none;
}

.hero-section.p-190-80-120-180 {
    background: #fff;
    padding: 190px 80px 120px 180px;
}
.p-0-80-120-180 {
    background: #fff;
    padding: 0px 80px 120px 180px;
}
.news-full-page .txt-editor-slider .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
	/* max-height: 60vh; */
}
.news-full-page .txt-editor-content p img {
	margin-left: -150px;
	margin-right: -150px;
	width: calc(100% + 300px);
	height: auto;
    max-width: none;
}
.news-full-page .txt-editor-content img {
    margin-top: 100px;
	margin-bottom: 100px;
	display: block;
	width: 100%;
    max-width: none;
    height: auto;
}
.news-full-page .gallery-trigger img {
	/* height: 60px; */
	height: 30px;
	margin: 0;
}
.icon-btn {
    display: flex;
    align-items: center;
    color: var(--second-color);
    text-decoration: none;
    margin-bottom: 25px;
    background: transparent;
    border: none;
    font-size: 18px;
    font-weight: 100;
    font-family: var(--main-font-family);
    cursor: pointer;
}
.icon-btn img {
    height: 61px;
    margin-left: 25px;
    padding: 15px;
    border: 1px solid var(--second-color);
    border-radius: 50%;
}
.px-200 {
    padding-left: 200px;
    padding-right: 200px;
}
.overflow-x-auto {
    overflow-x: auto;
}
.services-slider .swiper-slide {
	height: 500px;
}
.services-slider .swiper-slide img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}
.services-slider .swiper-slide {
	height: 440px;
}
.insights-content {
    padding-left: 200px;
    padding-right: 200px;
    margin-left: -50px;
    margin-right: -50px;
}
.insights-item {
    padding-left: 50px;
    padding-right: 50px;
}
.sticky-video {
    position: sticky;
    bottom: 0;
    z-index: -1;
}
.z-index-111 {
    z-index: 111;
}

.crew-accomodation-page .cards-item {
	margin-bottom: 0;
	padding: 4vw;
}
.crew-accomodation-page .cards-img .video-holder {
	height: 70vh;
	position: relative;
    overflow: hidden;
}
.crew-accomodation-page .cards-img .video-holder video {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	max-width: 2000px;
    width: auto;
}
.crew-accomodation-page .cards-item:nth-child(2n) {
	transform: none;
}
.crew-accomodation-page .container1400 {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}
.crew-accomodation-page .border-bottom {
	border-bottom: 1px solid #1f4397;
}
.crew-accomodation-page .border-left {
	border-right: 1px solid #1f4397;
}
.crew-accomodation-page .cards-txt-relative h3 {
	font-family: var(--third-font-family);
    margin-bottom: 80px;
    position: relative;
}
.z-index-1001 {
    z-index: 1001 !important;
}
.justify-content-flex-end {
    justify-content: flex-end;
}
.w-40 {
    width: 40px;
}

.txt-editor-content blockquote {
    font-style: italic;
    font-size: 25px;
    padding-left: 20px;
}
.txt-editor-content blockquote cite {
    color: var(--second-color);
    display: inline;
    margin-left: 10px;
    font-size: 20px;
    font-style: italic;
}
.txt-editor-content blockquote p {
    display: inline;
}

/* style from header */
html {
    scroll-behavior: smooth !important;
}
.loader {
    background: url(../images/loader-mixjet.jpg) no-repeat center center / cover;
    flex-direction: column;
}
.loader img {
    height: 105px;
    margin-bottom: 30px;
}
.loader {
    color: var(--main-color);
}
body .loader img {
    height: 105px;
    margin-bottom: 30px;
    position: relative;
    animation: none !important;
    margin: 0 auto !important;
}
.navbar-toggler {
    padding: 0 !important;
}
.navbar-container:hover .navbar-toggler-img {
    fill: #1f4397;
}
.black-opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: all 0.25s ease-in-out 0s;
}
.opacity-section {
    position: relative;
}
.shape-holder img {
    display: block;
}
.shape-holder {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.shape-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/shape.png) repeat-x bottom center / 100%;
    mix-blend-mode: multiply;
    pointer-events: none !important;
    z-index: 9;
}
.services-slider .swiper-slide .shape-img {
    background: url(../images/shape.png) no-repeat top center / cover;
}
.shape-img2 {
    position: absolute;
    pointer-events: none !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/yellow.png) repeat 0 0 / cover;
}
.shape-img3 {
    pointer-events: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: url(../images/black.png) repeat 0 0 / cover;
}
@keyframes titleAnimation {
    0% {
        transform: translateY(-50px);
        opacity: 0;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    }
}
.animated-headline.anim span{
    animation-delay: 4.1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    width: 100%;
    float: left;
    /* color: $tertiary-color; */
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    transform: translateY(-50px);
    opacity: 0;
    animation-name: titleAnimation;
    animation-timing-function:ease;
    animation-duration: 0.65s;
}
.animated-headline.anim span{
    transform: translateY(0px);
    display: block;
    float: none;
}

.animated-headline.anim span:nth-child(1){ animation-delay: 0.3s; }
.animated-headline.anim span:nth-child(2){ animation-delay: 0.5s; }
.animated-headline.anim span:nth-child(3){ animation-delay: 0.7s; }
.animated-headline.anim span:nth-child(4){ animation-delay: 0.9s; }
body .animateThisStrap::before,
body .animateThisStrap::after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 1;
    height: 51%;
    width: 100%;
    background: #fff;
    transition: all 0.25s linear 0.4s;
    opacity: 1;
}
body .animateThisStrap::after {
    transition: all 0.25s linear 0.5s;
    top: 49%;
}
body .animateThisStrap.active::before,
body .animateThisStrap.active::after {
    height: 0%;
    opacity: 0;
}
body .animateThisStrap {
    position: relative;
}
body .first-anim,
body .second-anim,
body .third-anim{
    opacity: 0;
    transition: all 1s cubic-bezier(.13,.56,.38,.89) 0s;
}
body .first-anim {
    transition-delay: 1.2s;
    transform: translateY(100px);
}
body .second-anim {
    transition-delay: 1.4s;
    transform: translateY(160px);
}
body .third-anim {
    transition: all 1.6s cubic-bezier(.13,.56,.38,.89) 2s;
    transform: translateY(200px);
}
body.loadedd .first-anim {
    transform: translateY(0px);
    opacity: 1;
}
body.loadedd .second-anim {
    transform: translateY(0px);
    opacity: 1;
}
body.loadedd .third-anim {
    transform: translateY(0px);
    opacity: 1;
}
.scroll_opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1111;
    pointer-events: none;
}
.menu-slider .swiper-slide {
    width: 30vw;
}
.menu-slider .swiper-slide:nth-child(1) {
    width: 120px;
    padding-right: 20px;
}
.menu-slider .swiper-slide:nth-child(2) {
    margin-top: -100px;
    opacity: 0;
    transition: all 0.5s cubic-bezier(.13,.56,.38,.89) 0s;
}
.menu-slider .swiper-slide:nth-child(3) {
    opacity: 0;
    margin-top: -100px;
    transition: all 0.5s cubic-bezier(.13,.56,.38,.89) 0.2s;
}
.menu-slider .swiper-slide:nth-child(4) {
    opacity: 0;
    margin-top: -100px;
    transition: all 0.5s cubic-bezier(.13,.56,.38,.89) 0.4s;
}

.new_menu.opened .menu-slider .swiper-slide:nth-child(2),
.new_menu.opened .menu-slider .swiper-slide:nth-child(3),
.new_menu.opened .menu-slider .swiper-slide:nth-child(4) {
    opacity: 1;
    margin-top: 0px;
}
/* end of style from header */

/* responsive */
@media only screen and (max-width: 1680px) {
    .slider-section .txt-holder {
        height: 350px;
    }
}
@media only screen and (max-width: 1440px) {
    .slider-section .txt-holder-wrapper {
        padding: 20px 20px 20px 20px;
    }
    .slider-section .txt-holder {
        padding: 0 20px 70px 20px;
    }
    .about-us-section {
        position: relative;
    }
    .about-us-section .txt-container .img-holder img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 15vw;
        object-fit: cover;
    }
    .about-us-section .txt-container .pl-130 {
        padding-left: 20vw;
    }
    .insights-section  .px-200 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .px-160-110 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .px-110-160 {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media only screen and (max-width: 1366px) {
    .pl-200 {
        padding-left: 50px;
    }
    .mw-1100 {
        max-width: 100%;
    }
    .dice-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    main,
    #luxy1 .hero-section {
        padding: 190px 80px 0 80px;
    }
    main .ml--180-mr--80,
    .ml--180-mr--80 {
        margin-left: 0;
        margin-right: 0;
    }
    .hero-section.p-190-80-120-180 {
        padding: 190px 80px 120px 80px;
    }
    .hero-content .img-holder {
        margin-bottom: 50px;
    }
    h1 {
        font-size: 65px;
    }
    .index-page main, .index-page #luxy1 .hero-section {
        padding: 190px 0 0 0;
    }
    .contact-section .px-160-110 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .contact-section .px-110-160 {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media only screen and (max-width: 1200px) {
    .slider-section .txt-holder-wrapper p {
        font-size: 18px;
    }
    .slider-section .heading-holder h4, .slider-section .heading-content h4 {
        font-size: 20px;
    }
    .slider-section .txt-holder {
        height: 250px;
    }
    h4 {
        font-size: 20px;
    }

    .mb-100 {
        margin-bottom: 50px;
    }
    h1 {
        font-size: 55px;
    }
    .hero-section .heding-holder h1 {
        margin-bottom: 40px;
    }
    .news-group-page .insights-item {
        padding-left: 15px;
    }
    .p-0-80-120-180 {
        padding: 0px 40px 50px 40px;
    }
    .news-group-item .txt-holder h2 {
        font-size: 28px;
    }
    .news-group-item .txt-holder h2 {
        font-size: 28px;
    }
    .hero-section.p-190-80-120-180 {
        padding: 190px 80px 50px 80px;
      }
}
@media only screen and (max-width: 1024px) {
    main {
        padding: 190px 0 0 0;
    }
    main .ml--180-mr--80 {
        margin-left: 0;
    }
    .mb-120 {
        margin-bottom: 50px;
    }
    .mb-100 {
        margin-bottom: 50px;
    }
    .navbar-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        height: 70px;
        border-bottom: 1px solid #ccc;
        z-index: 10000;
    }
    #luxy {
        padding-right: 0;
    }
    body {
        padding-right: 0;
    }
    .navbar {
        display: none;
    }
    .desk {
        display: none;
    }
    .mobile {
        display: block;
    }
    .navbar-brand img {
        height: 50px;
        display: block;
    }
    .navbar-brand {
        margin: 10px;
    }
    .social-icons-container {
        bottom: 20px;
        right: 0;
    }
    .social-icons-container .social-icons-content {
        display: flex;
    }
    .social-icons-container .social-icons-content li {
        margin-bottom: 0;
        margin-right: 30px;
    }
    .ml--180-mr--80 {
        margin-left: 0;
        margin-right: 0;
    }
    .insights-item .insights-item-content h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .txt-section .heading-holder.mb-100 {
        margin-bottom: 0;
    }
    .about-us-section .txt-container .heading-holder {
        padding-right: 20px;
    }
    .scroll-down-container {
        transform: translateX(-50%);
    }
    .dice-section.mb-120 {
        padding-left: 15px;
        padding-right: 15px;
    }
    h1 {
        font-size: 50px;
    }
    .p-0-80-120-180 {
        background: #fff;
        padding: 0 80px 120px 80px;
    }
    .px-160-110 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .px-110-160 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .contact-form-container h3 {
        font-size: 32px;
    }
    .contact-info-container h3 {
        font-size: 37px;
    }
    .hero-section.p-190-80-120-180 {
        padding: 100px 80px 50px 80px;
    }
    .contact-info-items li {
        margin-bottom: 30px;
    }
    .insights-item {
        padding-left: 50px;
    }
    .slider-submenu ul li a {
        font-size: 20px !important;
    }
    .insights-content {
        padding-left: 100px;
        padding-right: 100px;
    }
}

/* ----- */
/* min with */
@media only screen and (min-width: 768px) {
    .desk-order-2 {
        order: 2;
    }
}
/* max height */
@media only screen and (max-height: 900px) {
    .slider-section .txt-holder-wrapper {
        padding: 20px 20px 20px 20px;
    }
}
/* ----- */

@media only screen and (max-width: 768px) {
    .txt-section h2 {
        font-size: 24px;
    }
    .about-us-section .txt-container .img-holder.about-bg {
        display: none;
    }
    .about-us-section .txt-container .pl-130 {
        padding-left: 20px;
    }
    .insights-section .pl-200 {
        padding-left: 0;
    }
    .slider__button-close {
        top: 20px !important;
        left: auto !important;
        right: 20px !important;
    }
    .slider__button-close-icon.js-icon .js-circle,
    .slider__button-close-icon.js-icon .js-x {
        stroke: #1f4397;
    }
    main {
        padding: 100px 0 0 0;
    }
    main .ml--180-mr--80 {
        margin-right: 0;
    }
    .hero-section .heding-holder h4 {
        margin-bottom: 30px;
        font-size: 22px;
    }
    .hero-section .heding-holder h1 {
        margin-bottom: 30px;
    }
    h1 {
        font-size: 35px;
    }
    .dice-item {
        flex: 0 0 auto;
        width: 50%;
    }
    .p-0-80-120-180 {
        padding: 0px 80px 50px 80px;
    }
    main, #luxy1 .hero-section {
        padding: 100px 20px 0 20px;
    }
    .p-0-80-120-180 {
        padding: 0px 40px 50px 40px;
    }
    .hero-section.p-190-80-120-180 {
        padding: 100px 20px 50px 20px;
    }
    .txt-section .air-charter-item.mw-450.pl-70 {
        max-width: 100%;
        padding-left: 0;
    }
    h3 {
        font-size: 38px;
    }
    .hero-section.mb-120 {
        margin-bottom: 0;
    }
    .pl-200 {
        padding-left: 0;
    }
    .txt-editor-content.mw-1060 > * {
        margin-left: 50px;
        margin-right: 50px;
    }
    .txt-editor-content.mw-1060 ul {
        padding-left: 70px;
    }
    .responsive-table {
        overflow: auto;
        width: 100%;
    }
    .contact-section .px-110-160 {
        padding-left: 30px;
        padding-right: 15px;
    }
    .contact-section .px-160-110 {
        padding-left: 15px;
        padding-right: 30px;
    }

    table::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        z-index: 111;
        width: 60px;
        height: 100%;
        background: linear-gradient(to right, transparent, #fff);
        pointer-events: none;
      }
      .txt-editor-content  {
        overflow: auto;
        width: 100%;
      } */
      .txt-editor-content p img {
        margin-left: -50px !important;
        margin-right: -50px !important;
        width: calc(100% + 100px) !important;
      }
      .news-full-page .gallery-trigger img {
        height: 30px;
      }
      .gallery-trigger span {
        display: none;
      }
      .news-group-item {
        width: 100%;
      }
      .last-news-container .news-group-item {
        margin-bottom: 30px;
      }
      .insights-content {
        padding-left: 50px;
        padding-right: 50px;
    }

}

@media only screen and (max-width: 576px) {
    .menu-slider .swiper-slide:nth-child(1) {
        width: 100px !important;
        margin-right: 0 !important;
    }
    .menu-slider .swiper-slide:nth-child(1) .single-menu-item {
        justify-content: center !important;
    }
    .about-us-section .txt-container,
    .about-us-section .txt-container {
        width: 100%;
    }
    .about-us-section {
        padding-top: 50px;
        padding-bottom: 50px;
      }
    .insights-item {
        width: 100%;
    }
    .about-us-section .img-container {
        text-align: center;
        margin: auto;
    }
    .insights-item .insights-item-content {
        max-width: 100%;
    }
    .next-article-container .next-btn img {
        height: 50px;
        width: 50px;
        padding: 10px;
    }
    .heading-holder h4, .heading-content h4 {
        font-size: 20px;
    }

    .button--fenrir .progress {
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
        left: calc(50% - 25px);
    }
    .button--fenrir {
        width: 50px;
        height: 50px;
    }
    .txt-section.black-bg-color.py-100 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .single-menu-item {
        width: 100%;
        height: 58vh !important;
        position: relative;
    }
    .slider__button-close-icon {
        width: 34.236vw !important;
        height: 34.236vw !important;
    }
    .menu-slider .swiper-slide:nth-child(1) {
        displaY: none !important;
    }
    .txt-section .next-article-container {
        right: 15px;
    }
    .heading-content.pl-200 {
        padding-left: 0;
    }
    main, #luxy1 .hero-section {
        padding: 100px 20px 0 20px;
    }
    .air-charter-item {
        width: 100%;
        margin-bottom: 30px;
    }
    .p-0-80-120-180 {
        padding: 0px 15px 50px 15px;
    }
    .txt-section .air-charter-item.mw-450.pl-70 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cards-item {
        width: 100%;
    }
    .contact-form-container {
        border-right: 0;
        width: 100%;
        margin-bottom: 50px;
    }
    .contact-info-container {
        width: 100%;
    }
    .contact-info-container h3 {
        margin-bottom: 30px;
    }
    .news-full-page .txt-editor-content img {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .insights-item .insights-item-content .hover-content .next-btn img {
        padding: 25px;
    }
    .home-icon.mobile svg {
        position: absolute;
        bottom: 10px;
        left: 20px;
        z-index: 10000000;
        display: block;
    }
    .news-full-page .gallery-trigger img {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
@media only screen and (max-width: 480px) {
    .loader h4 {
        font-size: 30px;
        text-align: center;
    }
    .menu-heading {
        font-size: 6vw !important;
        line-height: 6.2vw !important;
    }
    .hero-section.mb-120 {
        margin-bottom: 0;
    }
    h3 {
        font-size: 28px;
    }
    .hero-section.p-190-80-120-180 {
        padding: 100px 20px 30px 20px;
    }
    .txt-editor-content.mw-1060 > * {
        margin-left: 0;
        margin-right: 0;
    }
    .py-180 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .insights-item {
        padding-left: 0;
    }
    .last-news-container .news-group-item .img-holder {
        margin-bottom: 30px;
    }
    .insights-content {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media only screen and (max-width: 415px) {
    .menu-item-button .explore-button {
        font-size: 12px;
    }
    .index-hero-section .txt-holder .index-hero-slider .heading-holder h4 {
        font-size: 50px;
    }
    .heading-content.pl-200 {
        margin-bottom: 30px;
    }
    .txt-section .next-article-container {
        position: unset;
        transform: unset;
    }
    .txt-section.py-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .dice-item .txt-holder h4 {
        font-size: 16px;
    }
    .dice-item {
        height: 200px;
    }
    .dice-item .txt-holder {
        padding: 0 10px 10px 10px;
    }
    .p-0-80-120-180 {
        padding: 0px 0 50px 0;
    }
    main, #luxy1 .hero-section {
        padding: 100px 0 0 0;
    }
    .pl-200 {
        padding-left: 15px;
    }
    .mb-120 {
        margin-bottom: 30px;
    }
    .ml-30 {
        margin-left: 0;
    }
    .txt-editor-content h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    /* .gallery-trigger {
        display: none;
    } */
    .news-category-item {
        font-size: 18px;
        margin-right: 10px;
    }
    .slider-submenu ul li a {
        font-size: 16px !important;
    }
    .news-full-page .hero-content .img-holder {
        margin-bottom: 0;
    } 
    .news-full-page .hero-section.p-190-80-120-180 {
        padding: 100px 0px 30px 0px;
    }
    .txt-editor-content.mw-1060 ul {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 320px) {
    .news-category-item {
        font-size: 16px;
        margin-right: 5px;
    }
    .slider-submenu ul li a {
        font-size: 12px !important;
    }
}
.sec-footer {
/*    background-image: url(../../assets/images/footer-bg.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #0b2666;
}
.sec-footer{
    padding: 50px 0 0px;
    color: white !important;
}
.sec-footer a{
    color: white !important;
}
.sec-footer h3 {
    font-size: 20px;
    font-weight: normal;
}
.sec-footer ul li a, .sec-footer address {
    font-size: 14px;
    list-style: none !important;
    text-decoration: none;
    font-style: normal !important;
}
.sec-footer ul {
    list-style: none;
    padding: 0px!important;
}
.font-14 {
    font-size: 14px;
}
.list-style-none{
    list-style: none;
}
.sec-footer input, select {
    width: 100%;
    padding: 20px;
    border: 1px solid #ffffff;
    margin-bottom: 0px;
    position: relative;
    z-index: 12;
    border-radius: 0;
    outline: none;
    font-size: 18px;
    font-weight: 100;
    color: #000;
    background: #00000033;
    border-radius: 5px;
    margin: .5em 0em;
}
.sec-footer textarea {
    font-size: 18px;
    width: 100%;
    padding: 20px;
    position: relative;
    z-index: 12;
    border-radius: 5px;
    background: #00000033;
    border: 1px solid white;
    margin-bottom: 1em;
}
.sec-footer .btn {
    cursor: pointer;
    transition: all0.5s;
}
.text-decoration-none {
    text-decoration: none;
}
.justify-content-start {
    justify-content: start;
}
.text-end {
    text-align: end;
}
.padding-4percent {
    padding: 1% 4%;
}
@media screen and (min-width: 991px){
    .mobile-view-img {
        display: none;
    }
}
@media screen and (max-width: 990px){
    .desktop-view-img {
        display: none;
    }
}
@media screen and (max-width: 990px){
    .background-image {
        height: 430px;
    }
}
main.main-custom {
    padding: 190px 0px 0 0px;
}
.sec-footer input, select, .sec-footer textarea {
    color: #fff;
}

.custom-underline::before, .custom-underline::before {
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: 10;
    background: var(--second-color);
    width: 50px;
    height: 3px;
    content: "";
    transition: var(--main-transition);
}
.custom-underline::before, .custom-underline::before {
    background: #ffffff;
}
.insights-image-customization {
    max-height: 450px;
    width: auto;
    border: 1px solid black;
    padding: 1em;
    border-radius: 7px;
    margin: 15px;
}
.sec-footer ul li a, .sec-footer .footer-widget a h3{
    transition: all 0.5s;
}
.sec-footer ul li a:hover, .sec-footer .footer-widget a h3:hover{
    padding-left: 7px;
}
.sec-footer .btn:hover, .contact-us.contact-form:hover button{
    box-shadow: 0px 5px 9px 0px #00000040;
    cursor: pointer;
}
.second-color{
    font-weight: bold;
}
.width-auto{
    width: auto;
}
.insights-image-link-title {
    text-align: center;
    line-height: 0;
    padding-bottom: 1em;
    font-size: 16px;
}
.insights-image-link img{
    transition: all 0.5s;
}
.insights-image-link img:hover {
    box-shadow: 0px 5px 9px 0px #00000040;
}

.news-section .row.mb-50 {
    justify-content: center;
}

@media screen and (max-width:1024px){

    .navbar-toggler {
        top: 11px;
    }
    .navbar-toggler p {
        font-size: 12px;
        margin-top: 1px;
    }
    .insights-image-customization {
        margin: 15px 0px;
        width: 100%;
    }
}
@media screen and (max-width:750px){

    .slider-section.services-slider .swiper-slide.swiper-slide-active {
    width: 90% !important;
    }
    .slider-section.services-slider .swiper-slide.swiper-slide-prev, .slider-section.services-slider  .swiper-slide.swiper-slide-next {
    width: 90% !important;
    }
    .slider-section.services-slider .swiper-slide.swiper-slide-active {
    width: 90% !important;
    }
}

@media screen and (max-width:750px){
    .col-lg-2.col-md-4.col-sm-6.col-xs-12.ps-5{
        padding-left: 0px!important;
        text-align: center;
    }
    .col-lg-2.col-md-4.col-sm-6.col-xs-12.border, .col-lg-3.col-md-6.col-sm-6.col-xs-12.border{
        text-align: center !important;
    }
    .col-lg-5.col-md-6.col-sm-6.col-xs-12.pe-5{
        padding-right: 15px !important;
        text-align: center !important;
    }
    .custom-underline::before, .custom-underline::after {
        right: 0;
        margin: 0 auto;
    }
    .footer-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.slider-section.services-slider .txt-holder-wrapper {
    padding: 0 35px 0px 20px;
    justify-content: end;
}
.slider-section.services-slider .txt-holder-wrapper p {
    color: #00aeef !important;
}
.job-not-available-here {
    background: #f2f6f7;
    padding: 1em;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}
@media screen and (max-width:550px){
    .slider-section.services-slider .heading-holder h4, .slider-section.services-slider .heading-content h4 {
    font-size: 16px;
    }
    .slider-section.services-slider .txt-holder-wrapper p {
        font-size: 18px;
        margin: 0;
        color: var(--main-color);
    }
    
}
@media only screen and (max-width: 576px){
    .single-menu-item {
        height: 50vh !important;
    }
    .insights-section.third-bg-colors.ml--180-mr--80.my-5.py-5{
        margin-top: 0 !important;
    }
}
.menu-item-image-wrap img {
    margin-top: 0 !important;
    height: auto !important;
    margin-left: 0 !important;
}
.text-center-custom{
    text-align: center !important;
}
.text-center-custom::before {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
}
.display-initial {
    display: initial!important;
}
.m-0-auto{
    margin: 0 auto !important;
}
.sec-footer input, select {
    padding: 10px;
    margin: .3em 0em;
}
.sec-footer textarea {
    font-size: 18px;
    margin-top: 4px;
}
.sec-footer .submit-message-box .btn {
    padding: 10px 50px;
}
@media screen and (max-width:770px){
    .responsive-image-center {
        justify-content: center !IMPORTANT;
        padding-top: 1em;
        text-align: center !important;
    }
}
.dice-item:hover {
    background: transparent;
}
.dice-item .default-display-none {
    transition: all 0.5s;
    display: none;
}
/*.dice-item:hover .default-display-none {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    bottom: 0;
    display: block;
}*/
.slider__button-close-icon {
    width: 26.236vw !important;
    height: 3.236vw !important;
}
p, span, textarea {
    text-align: justify !important;
}
.col-md-6.col-sm-12.footer-content-item.text-end.responsive-image-center p{
    text-align: end !important;
}
@media screen and (max-width:769px){
    .col-md-6.col-sm-12.footer-content-item.text-end.responsive-image-center p{
    text-align: center !important;
    }
}
.dice-item .txt-holder h4 {
    text-align: inherit !important;
}

.dice-item{
    overflow: hidden !important;
}
.dice-item .default-display-none {
    opacity: .3;
    display: block;
    transition: all 0.5s;
}

.dice-item:hover .default-display-none {
    opacity: 1;
    display: block;
}
.hero-section .heding-holder h1::before {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 10;
    content: "";
    background: var(--second-color);
    width: 94px;
    height: 6px;
    right: 0;
    margin: 0 auto;
}
.mw-970{
    max-width: 970px !important;
}
.m-0-auto{
    margin:0 auto;
}
.footer-contact-form{
    margin-bottom: -165px;
    background: white;
    padding: 2em;
}
@media screen and (max-width:750px){
    .sec-footer-menus, .sec-footer-address{
        text-align: center !important;
    }
    .sec-footer-logo{
        padding-left: 1rem !important;
    }
    .sec-footer-logo p{
        padding-right: 0 !important;
    }
}
main.innovation-and-technology h2{
    font-size: 26px;
    font-weight: 600;
}
main.innovation-and-technology .split-box {
    border: 1px solid #15326b;
    border-radius: 8px;
    padding: 40px;
}
@media screen and (max-width:480px){
    main.innovation-and-technology .split-box {
    padding: 16px;
    }
}
main.innovation-and-technology .equal-height{
    height: 100%;
    background: #fbfcff;
}
