/* Modern CSS Reset */
/* === HARD RESET CSS === */

/* Reset all margins, paddings, borders */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* Remove default font styling */
html,
body {
    width: 100%;
    font-size: 100%;
    line-height: 1;
    background: #fff;
    color: #212121;
    font-family: "Open Sans", sans-serif;
	overflow-x: hidden;
}

body.page-template-about {
    background: #F5F5F5;
}

/* Remove all default list styles */
ol,
ul {
    list-style: none;
}

/* Remove quote styles */
blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
}

/* Remove default table spacing */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Remove default link styles */
a {
    text-decoration: none;
    color: inherit;
    color: #ff3c00;
}

/* Remove outline and inherit font for form elements */
input,
textarea,
select,
button {
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    outline: none;
    appearance: none;
}

/* Images, media: responsive by default */
img,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Buttons should have pointer */
button {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

/* Remove all headings default spacing */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
}

/* Remove strong/em default styles */
em,
i,
strong,
b {
    font-style: normal;
    font-weight: normal;
}

/* Clear floats (if needed) */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.top-mobile-nav {
    display: none;
}

.primary-menu-wrapper .right-menu {
    display: none;
}

.mobile-buttons-holder {
    display: none;
}

li.button a,
a.button {
    background: #F74068 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    color: #ffffff;
    opacity: 1;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: none;
    padding: 11px 20px;
    display: inline-block;
    transition: transform 0.3s ease;
}

li.button a svg,
a.button svg {
    transition: transform 0.3s ease;
}

/*li.button a:hover,*/
/*a.button:hover {*/
/*	color: #212F3D;*/
/*}*/

li.button a:hover svg,
a.button:hover svg {
    transform: translateX(6px);
}

/*li.button a:hover svg path,*/
/*a.button:hover svg path {*/
/*	fill: #212F3D;*/
/*}*/

.button.blue {
    background: #007DFF;
    display: inline-block;
}

.button.blue:hover {
    opacity: 0.8;
}

.button.white {
    background: #fff;
    color: #212F3D;
}

.button.white svg path {
    fill: #212F3D;
}

#site-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 30px;
    left: 0;
    z-index: 999;
}

.header-inner.section-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #7413DC 0% 0% no-repeat padding-box;
    border-radius: 25px;
    max-width: 1324px;
    width: 100%;
    margin: auto;
    padding: 20px 30px;
}

.header-inner.section-inner .logo svg {
    width: 38px;
    height: 38px;
}

.header-inner.section-inner .primary-menu-wrapper ul {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.header-inner.section-inner .primary-menu-wrapper ul li {
    margin: 0;
}

.header-inner.section-inner .primary-menu-wrapper ul li a {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    padding: 11px 20px;
    display: block;
}

.header-inner.section-inner .primary-menu-wrapper ul li a:hover {
    opacity: 1;
    background: #8055D6 0% 0% no-repeat padding-box;
    border-radius: 20px;
}

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

.primary-menu-wrapper a.button {
    display: flex;
    padding-right: 16px;
	font-size: 13px;
	line-height: 18px;
}

.primary-menu-wrapper a.button span {
    margin-right: 5px;
}

.primary-menu-wrapper a.button:hover {
    color: #212F3D;
    background: #fff;
    opacity: 1;
}

.primary-menu-wrapper a.button:hover svg {
    transform: translateX(0);
}

.primary-menu-wrapper a.button:hover svg path {
    fill: #212F3D;
}

.hero {
    position: relative;
	max-width: 1324px;
	width: 100%;
	margin: 138px auto 0;
	min-height: 566px;
}

.hero.inner h1 {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
    font-weight: bold;
    padding: 50px 0 0;
}

.hero.inner p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 37px;
}

.hero .background-image {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
	border-radius: 30px;
}

.hero .background-image-two {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    background-size: auto 100%!important;
	right: -28%;
}

.hero img {
    width: 100%;
}

.hero-content {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
	position: relative;
	z-index: 2;
	padding: 70px 70px 30px;
}

.hero-content h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
	max-width: 425px;
	margin: 0 0 20px;
}

.hero-content h1 span {
    position: relative;
}

.hero-content h1 span:after {
    content: "";
    width: 100%;
    height:10px;
    border-radius: 5px;
    background: #F74068;
    position: absolute;
    z-index: -1;
    bottom: 11px;
    left: 0;
}

.hero-content p {
	max-width: 480px;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 40px;
}

.hero-content p strong {
	font-weight: bold;
}

.hero-content h3 {
    color: #FF3C00;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 10px;
}

.hero-content p strong {
    font-weight: 700;
}

.hero-content .button-holder {
	display: flex;
	margin-bottom: 50px;
}

.hero-content a.button {
    display: flex;
    font-size: 16px;
    line-height: 22px;
    padding: 11px 16px 11px 20px;
    position: relative;
	margin-right: 5px;
}

.hero-content a.button:hover {
    color: #212F3D;
    background: #fff;
}

.hero-content a.button:hover svg path {
    fill: #212F3D;
}

.hero-content a.button span {
	margin-right: 6px;
}

.hero-content a.button.empty {
	background: none;
	padding: 11px 20px;
}

.hero-content a.button.empty:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

.hero .button-holder {
    position: relative;
}

.hero-list ul {
	display: flex;
	font-size: 14px;
	line-height: 16px;
}

.hero-list ul li {
	border-radius: 20px;
	padding: 8px 10px 8px 32px;
	margin-right: 10px;
	background: #8055D6 url('../images/check-default.png') no-repeat center left 10px;
	background-size: 16px;
}

.about {
    background: #F5F5F5;
}

.about .hero {
    max-height: 50vh;
}

.about .hero .hero-text h1 {
    background-color: #FF3C00;
    color: #fff;
    font-size: 90px;
    line-height: 100px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
    display: inline-block;
    padding: 0 40px 0 30px;
}

.about-content {
    width: 100%;
    position: relative;
}

.about-content-inner {
    max-width: 1360px;
    margin: auto;
    display: block;
    padding: 115px;
    background: #fff;
    margin-top: -115px;
    font-size: 16px;
    line-height: 26px;
}

.about-content-inner p {
    margin-bottom: 30px;
}

.about-content-inner .note {
    border: 1px solid #FF3C00;
    padding: 20px;
    margin: 50px 0;
}

.about-content-inner .note p {
    margin: 0;
}

.about-content-inner .note p strong {
    font-weight: 600;
}

.contact-info {
    display: flex;
}

.contact-info .box p {
    margin-bottom: 0;
}

.contact-info .box.first {
    border-right: 1px solid #F5F5F5;
    padding-right: 50px;
    margin-right: 50px;
}

.contact-info strong {
    font-weight: 600;
}

.contact {
	margin: 100px auto 0;
	width: 100%;
	max-width: 1324px;
}

.contact-inner {
	display: flex;
	justify-content: space-between;
}

.contact .contact-left {
	max-width: 348px;
	width: 100%;
	font-size: 20px;
	line-height: 32px;
}

.contact .contact-left h2 {
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	color: #030101;
	margin: 0 0 10px;
}

.contact .contact-left h4 {
	background: #FBF9FE 0% 0% no-repeat padding-box;
	border-radius: 20px;
	letter-spacing: 2px;
	color: #212F3D;
	text-transform: uppercase;
	padding: 13px 20px;
	font-size: 12px;
	line-height: 12px;
	max-width: fit-content;
	margin: 0 0 40px;
	font-weight: bold;
}

.contact .contact-right {
	max-width: 764px;
	width: 100%;
	padding:70px;
	background: #FBF9FE 0% 0% no-repeat padding-box;
	border-radius: 20px;
}

.contact .contact-right h3 {
	font-size: 24px;
	line-height: 33px;
	margin: 0;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact .contact-right li {
	margin-bottom: 20px;
}

.contact .contact-right li.accept {
	margin-bottom: 14px;
}

.contact .contact-right li.spacer {
	margin-bottom: 34px;
}

.contact .contact-right li.submit {
	margin-bottom: 0;
}

.contact .contact-right li.submit p {
	display: flex;
}

.contact .contact-right label {
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}

.contact .contact-right .wpcf7-not-valid-tip {
	font-size: 12px;
	padding: 5px 0 0;
}

.contact .contact-right input,
.contact .contact-right textarea {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #EFF1F4;
	border-radius: 5px;
	width: 100%;
	padding: 16px 20px;
	font-size: 14px;
	line-height: 16px;
	resize: none;
}

.contact .contact-right .wpcf7-form-control {
	display: block;	
}

.contact .contact-right .wpcf7-list-item {
	display: block;
	margin: 0;
}

.contact .contact-right .wpcf7 .wpcf7-submit {
	max-width: fit-content;
	background: #F74068 url('../images/arrow.svg') no-repeat center right 20px;
	border: none;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	padding: 14px 44px 14px 20px;
	transition: background-position 0.3s ease;
}

.contact .contact-right .wpcf7 .wpcf7-submit:hover {
	background-position: center right 14px;
}

.contact .contact-right .wpcf7-list-item label {
	display: flex;
	justify-content: start;
    align-items: start;
}

.contact .contact-right textarea {
	height: 100px;
}

.contact .contact-right input[type="checkbox"] {
	appearance: auto;
	width: 16px;
	height: 16px;
	margin-top: 3px;
	margin-right: 10px;
}

.wpcf7-acceptance {
	white-space: nowrap;
}

@supports (-webkit-touch-callout: none) {
  .contact .contact-right input[type="checkbox"] {
    transform: scale(0.6);
	  margin: -10px 0 0;
  }
}

.contact .contact-right .wpcf7-form-control-wrap {
	display: block;
}

.how-it-works {
	width: 100%;
	max-width: 1324px;
	margin: 200px auto 100px;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
}

.how-it-works-top {
	margin-bottom: 100px;
}

.how-it-works h4 {
	letter-spacing: 2px;
	color: #212F3D;
	font-size: 12px;
	line-height: 12px;
	padding: 13px 20px;
	background: #FBF9FE 0% 0% no-repeat padding-box;
	border-radius: 20px;
	max-width: fit-content;
	margin: 0 auto 40px;
	font-weight: bold;
}

.how-it-works h2 {
	font-size: 50px;
	line-height: 62px;
	margin: 0 0 10px;
	font-weight: bold;
	color: #030101;
}

.curtain-stack {
	position: relative;
	width: 100%;
	max-width: 1100px;
	height: 570px;
	overflow: hidden;
	margin: auto;
	user-select: none;
}

.curtain-block {
	position: absolute;
	width: 100%;
	height: 100%;
	max-height: 530px;
	top: 0;
	left: 50%;
	transform-origin: top center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s cubic-bezier(.22,1,.36,1);
	transform-style: preserve-3d;
	cursor: grab;
	transform: translateX(-50%);
	border-radius: 25px;
	color: #fff;
}

.curtain-block.grabbing {
	cursor: grabbing;
}

.curtain-block.block-1 {
    background: 
        url("../images/glow.png") center/100% 100% no-repeat,
        transparent linear-gradient(180deg, #7413DC 0%, #8055D6 100%) 0% 0% no-repeat padding-box;

}

.curtain-block.block-2 {
	background: 
	url("../images/glow.png") center/100% 100% no-repeat,
	transparent linear-gradient(180deg, #3B92F8 0%, #6EB0FC 100%) 0% 0% no-repeat padding-box;
}

.curtain-block.block-3 {
	background: 
	url("../images/glow.png") center/100% 100% no-repeat,
	transparent linear-gradient(180deg, #3AB572 0%, #71DEA2 100%) 0% 0% no-repeat padding-box;
}

.curtain-block .text-block {
	padding: 70px 0 70px 80px;
	text-align: left;
}

.curtain-block .text-block .button {
	background: #fff;
	color: #212F3D;
	font-size: 16px;
	line-height: 22px;
	display: flex;
	max-width: fit-content;
}

.curtain-block .text-block .button span {
    margin-right: 6px;
}

.curtain-block .text-block,
.curtain-block .main-image {
	width: 50%;
}

.curtain-block .main-image {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.curtain-block .text-block h3 {
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	margin: 0 0 37px;
	max-width: 460px;
}

.curtain-block .text-block p {
	margin-bottom: 40px;
	max-width: 460px;
}

.curtain-block .text-block .icon-image {
	width: 92px;
	margin-bottom: 35px;
}

.slider-wrapper {
    position: relative;
    width: 100%;
	max-width: 1324px;
    margin: auto;
}

.slider-container {
    display: flex;
    transition: transform 0.4s ease;
}

.slide {
    flex: 0 0 540px;
    margin-right: 20px;
	background: #F9F7FE 0% 0% no-repeat padding-box;
	border-radius: 25px;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    height: 326px;
}

.slide:last-child {
    margin-right: 0; 
}

.slide-content {
	padding: 40px;
	font-size: 16px;
	line-height: 22px;
}

.slide-content h3 {
	margin: 0 0 19px;
	font-size: 24px;
	line-height: 33px;
	font-weight: bold;
}

.slide-content p {
	margin-bottom: 33px;
}

.slide-content .button.empty {
	background: none;
	color: #212F3D;
	display: flex;
	font-size: 13px;
	line-height: 17px;
	max-width: fit-content;
}

.slide-content .button.empty span {
	margin-right: 6px;
}

.slide-content .button.empty svg path {
	fill: #212F3D;
}

.slide-content .button.empty:hover {
    background: #fff;
}

.flight-icon {
	padding: 15px;
	border-radius: 100%;
	background: #fff;
	max-width: fit-content;
	margin-bottom: 17px;
}
.flight-icon img {
	width: 30px; 
	height: 30px;
}

.slider-arrows {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	width: 100%;
	display: none;
	height: 72px;
}

.slider-wrapper:hover .slider-arrows {
	display: block;
}

.slider-arrow {
    position: absolute;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.slider-wrapper:hover .slider-arrow {
    display: block;
}

.slider-arrow.prev { left: 10px; }
.slider-arrow.next { right: 10px; }

.slider-pagination {
	display: flex;
	margin-top: 48px;
	align-items: center;
	justify-content: center;
}

.slider-pagination .dot {
	width: 130px;
	height: 5px;
	background: #212F3D 0% 0% no-repeat padding-box;
	border-radius: 3px;
	margin: 0 5px;
	opacity: 0.2;
}

.slider-pagination .dot.active {
	opacity: 1;
}

.flights-problem {
	width: 100%;
	max-width: 1324px;
	margin: 200px auto 0;
	text-align: left;
}

.flights-problem-top {
	margin-bottom: 100px;
	text-align: left;
}

.flights-problem h4 {
	letter-spacing: 2px;
	color: #212F3D;
	font-size: 12px;
	line-height: 12px;
	padding: 13px 20px;
	background: #FBF9FE 0% 0% no-repeat padding-box;
	border-radius: 20px;
	max-width: fit-content;
	margin: 0 0 40px;
	font-weight: bold;
}

.flights-problem h2 {
	font-size: 50px;
	line-height: 62px;
	margin: 0 0 10px;
	font-weight: bold;
	color: #030101;
}

.flights-problem h2 strong {
	font-weight: bold;
	color: #F74068;
}


#site-footer {
    background: #7413DC;
}

.footer-top,
.footer-middle {
    max-width: 1324px;
    margin: auto;
    width: 100%;
}

.footer-top {
    padding: 65px 0 65px;
}

.footer-top .logo {
    margin-bottom: 30px;
}

.footer-top .boxes {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-top .boxes ul {
    display: flex;
    align-items: center;
}

.footer-links {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 20px 10px;
    width: 100%;
    max-width: 1324px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    opacity: 0;
    position: absolute;
}

.footer-links.active {
    opacity: 1;
}

.footer-links a {
    color: #222222;
    text-decoration: underline;
    margin:0 10px;
    font-size: 16px;
    line-height: 22px;
}

.footer-links a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.footer-menu {
    color: #fff;
}

.footer-menu h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.footer-top .boxes .footer-menu ul {
    display: block;
}

.footer-menu ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}

.footer-menu ul li:after {
    display: none;
}

.footer-menu ul li a {
    color: #fff;
}

.footer-menu ul li a:hover {
    text-decoration: underline;
}

.footer-top .boxes .footer-text {
    font-size: 16px;
    line-height: 26px;
}

.footer-top .boxes .footer-text a.f-button {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    display: flex;
}

.footer-top .boxes .footer-text a.f-button span {
    margin-right: 10px;
}

.footer-top .boxes .footer-text a.f-button svg {
    transform: rotate(180deg);
}



.footer-top .boxes .footer-text a.f-button.active svg {
    transform: rotate(0);
}

.footer-top .boxes .footer-text strong {
    font-weight: 700;
    display: block;
}

.footer-top .boxes .box {
    width: auto;
}

.footer-top .boxes .box.box-one {
    margin-right: 150px;
}

.boxes-inner h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 4px;
}

.boxes-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 95px;
}

.section-contact-inner {
    display: flex;
}

.section-contact-right {
    max-width: 50%;
    width: 100%;
    background: #F5F5F5;
}

.section-contact-right-inner {
    padding: 100px 6vw;
    color: #030101;
    font-size: 18px;
    line-height: 30px;
}

.section-contact-right-inner h2 {
    font-size: 58px;
    line-height: 68px;
    text-transform: uppercase;
    color: #FF3C00;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 10px;
}

.section-contact-right-inner p {
    margin-bottom: 40px;
}

.section-contact-right-inner li {
    margin-bottom: 20px;
}

.section-contact-right-inner li.accept {
    margin-bottom: 0px;
}

.section-contact-right-inner .wpcf7-not-valid-tip {
    font-size: 12px;
}

.section-contact-right-inner li.spacer {
    margin-bottom: 40px;
}

.section-contact-right-inner li.textarea {
    margin-bottom: 10px;
}

.section-contact-right-inner li p {
    margin-bottom: 0;
}

.section-contact-right-inner .double p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-contact-right-inner .double .wpcf7-form-control-wrap {
    max-width: 48%;
}

.section-contact-right-inner input {
    background: #FFFFFF;
    border: 1px solid #989898;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #989898;
}

.section-contact-right-inner input[type="checkbox"] {
    width: 16px;
    height: 16px;
    padding: 0;
}

.section-contact-right-inner input[type="submit"] {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000033;
    opacity: 1;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FF3C00;
    padding: 10px 35px;
    border: none;
    max-width: fit-content;
    font-style: italic;
}

.section-contact-right-inner input[type="submit"]:hover {
    background: #FDF1ED;
}

.section-contact-right-inner .wpcf7-list-item {
    margin: 0;
}

.section-contact-right-inner .wpcf7-list-item label {
    font-size: 14px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #212121;
}

.section-contact-right-inner .wpcf7-list-item label span {
    margin-left: 10px;
}

.section-contact-right-inner textarea {
    background: #FFFFFF;
    border: 1px solid #989898;
    padding: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #989898;
    width: 100%;
    height: 110px;
    resize: none;
}

.section-contact-left {
    max-width: 50%;
    width: 100%;
}

.section-contact-left .overlay-section {
    padding: 70px 0;
    background: rgba(255, 60, 0, 0.7)
}

.section-contact-left .overlay-section ul {
    padding: 0 3vw;
}

.section-contact-left .overlay-section ul li {
    margin-bottom: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding-left: 70px;
    background: url('../images/checkmark.png') no-repeat left top 7px;
}

.section-contact-left .overlay-section ul li:last-child {
    margin-bottom: 0;
}

.section-contact-left .overlay-section ul li h3 {
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
    font-size: 34px;
    line-height: 68px;
}

.section-contact-left .button-section {
    display: block;
    padding: 100px 6vw 100px;
    text-align: left;
}

.section-contact-left .button-section {
    padding-left: calc(3vw + 70px);
}

.section-contact-left .button {
    display: inline-block;
    margin: auto;
    font-size: 18px;
    line-height: 28px;
    padding: 13px 94px;
    position: relative;
    background: transparent;
    box-shadow: none;
    z-index: 1;
}

.section-contact-left .button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    transition: transform 0.3s ease;
}

.section-contact-left .button:hover {
    opacity: 1;
}

.section-contact-left .button:hover::before {
    transform: skew(-20deg);
}

.travel-hack {
    width: 100%;
}

.travel-hack-inner {
    max-width: 1360px;
    margin: auto;
    display: block;
    padding: 100px 0 150px;
    text-align: center;
}

.travel-hack-inner h3 {
    font-size: 58px;
    line-height: 68px;
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
    margin: 0 auto 20px;
    max-width: 900px;
}

.travel-hack-inner p {
    margin: 0 auto 50px;
    display: block;
    max-width: 740px;
    font-size: 18px;
    line-height: 28px;
}

.travel-hack-inner .middle-content {
    background: #FF3C00;
    color: #fff;
    align-items: center;
    padding: 80px;
    margin-bottom: 30px;
}

.travel-hack-inner .middle-content ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.travel-hack-inner .middle-content ul li {
    width: 100%;
    max-width: 325px;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.travel-hack-inner .middle-content ul li:nth-child(2n) {
    margin: 0 56px;
    padding: 0 56px;
    position: relative;
    max-width: 438px;
}

.travel-hack-inner .middle-content ul li:nth-child(2n)::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.travel-hack-inner .middle-content ul li:nth-child(2n)::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.travel-hack-inner .middle-content ul li img {
    display: inline-block;
    margin-bottom: 10px;
}

.travel-hack-inner .bottom-content {
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
}

.lost-time {
    width: 100%;
}

.lost-time-inner {
    max-width: 1360px;
    margin: auto;
    display: flex;
    padding-bottom: 65px;
}

.lost-time-inner .lost-time-image {
    width: 100%;
    max-width: 50%;
}

.lost-time-inner .lost-time-content {
    width: 100%;
    max-width: 50%;
    padding-top: 200px;
    font-size: 16px;
    line-height: 26px;
}

.lost-time-inner .lost-time-content .button {
    font-size: 18px;
    line-height: 28px;
    padding: 13px 94px;
    margin-top: 10px;
    position: relative;
    background: transparent;
    box-shadow: none;
}

.lost-time-inner .lost-time-content .button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff3c00;
    z-index: -1;
    transition: transform 0.3s ease;
}


.lost-time-inner .lost-time-content .button:hover {
    opacity: 1;
}

.lost-time-inner .lost-time-content .button:hover::before {
    transform: skew(-20deg);
}

.lost-time-inner .lost-time-content .button.blue {
    padding: 13px 79px;
    margin-left: 20px;
}

.lost-time-inner .lost-time-content .button.blue::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #007DFF;
    z-index: -1;
    transition: transform 0.3s ease;
}

.lost-time-inner .lost-time-content .button.blue:hover::before {
    transform: skew(-20deg);
}

.lost-time-inner .lost-time-content h2 {
    font-size: 58px;
    line-height: 68px;
    font-weight: 800;
    font-style: italic;
}

.lost-time-inner .lost-time-content h3 {
    font-size: 34px;
    line-height: 68px;
    font-weight: 800;
    font-style: italic;
    color: #ff3c00;
    margin-bottom: 20px;
}

.lost-time-inner .lost-time-content p {
    margin-bottom: 35px;
}

.lost-time-inner .lost-time-content a {
    display: inline-block;
}

.how-it-works {
    width: 100%;
	margin: 100px auto 200px;
}

.how-it-works-inner {
    max-width: 1360px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}

.how-it-works-inner .how-it-works-image {
    width: 100%;
    max-width: 50%;
}

.how-it-works-inner .how-it-works-left {
    width: 100%;
    max-width: 50%;
    font-size: 18px;
    line-height: 28px;
}

.how-it-works-inner .how-it-works-left .button {
    background: #FF3C00;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: normal;
    padding: 10px 15px;
}

.how-it-works-inner .how-it-works-left h2 {
    font-size: 58px;
    line-height: 68px;
    font-weight: 800;
    font-style: italic;
}

.how-it-works-inner .how-it-works-left h3 {
    font-size: 34px;
    line-height: 68px;
    font-weight: 800;
    font-style: italic;
    color: #ff3c00;
    margin-bottom: 20px;
}

.how-it-works-inner .how-it-works-left p {
    margin-bottom: 80px;
}

.how-it-works-inner .how-it-works-left a {
    display: inline-block;
}

.how-it-works-inner .how-it-works-left ul {
    position: relative;
}

.how-it-works-inner .how-it-works-left ul::before {
    content: "";
    border-left: 2px dashed #FF3C00;
    position: absolute;
    left: 25px;
    height: 80%;
}

.how-it-works-inner .how-it-works-left ul li {
    padding-left: 115px;
    margin-bottom: 74px;
    position: relative;
}

.how-it-works-inner .how-it-works-left ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

.how-it-works-inner .how-it-works-left ul li p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

.how-it-works-inner .how-it-works-left ul li h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    padding-top: 6px;
}

.how-it-works-inner .how-it-works-left ul li:first-child::before {
    background: #fff url('../images/bg_one.png') no-repeat top left;
}

.how-it-works-inner .how-it-works-left ul li:nth-child(2n)::before {
    background: #fff url('../images/bg_two.png') no-repeat top left;
}

.how-it-works-inner .how-it-works-left ul li:last-child::before {
    background: #fff url('../images/bg_three.png') no-repeat top left;
}

.how-it-works-inner .how-it-works-left ul li:last-child {
    margin-bottom: 0;
}

.error-404 {
    text-align: center;
    height: 80vh;
    position: relative;
}

.error-404 h1 {
    font-size: 96px;
    margin-bottom: 20px;
    color: #F74068;
    padding-top: 25vh;
}

.error-404 h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
}

.error-404 p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.before-footer {
	margin: 200px auto 200px;
	display: block;
	width: 100%;
	max-width: 1324px;
}

.before-footer .boxes {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.before-footer .boxes .box {
	width: 100%;
	max-width: 652px;
	background-size: cover!important;
	padding: 60px;
	color:#fff;
	border-radius: 30px;
}

.footer-top .boxes .box.box-one {
    min-height: 288px;
}

.before-footer .boxes .box .button {
	margin-right: 10px;
	display: flex;
    max-width: fit-content;
}

.before-footer .boxes .box .button:hover {
    color: #212F3D;
    background: #fff;
}

.before-footer .boxes .box .button:hover svg path {
    fill: #212F3D;
}

.before-footer .boxes .box .button span {
    margin-right: 6px;
}

.before-footer .boxes .box .button.empty {
	background: none;
}

.before-footer .boxes .box .button.empty:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

.before-footer .boxes .box .top-box {
	min-height: 106px;
}

.before-footer .boxes .box .top-box img {
	max-width: 56px;
}

.before-footer .boxes .box .top-box .top-title {
	border-radius: 20px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	padding: 13px 20px;
	max-width: fit-content;
	font-weight: bold;
	letter-spacing: 2px;
}

.before-footer .boxes .box h2 {
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	margin: 0 0 10px;
}

.before-footer .boxes .box h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	margin: 0 0 20px;
}

.before-footer .boxes .box .bottom-buttons {
    display: flex;
}

.before-footer .boxes .box h3 strong {
	font-weight: 700;
}

.before-footer .boxes .box.box-one h3 {
	margin-bottom: 63px;
}

.before-footer .boxes .box p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 37px;
}

.footer-menu li::after {
    content: "";
    height: 16px;
    width: 2px;
    background: #212121;
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px;
}

.footer-menu li:last-child::after {
    display: none;
}

.footer-menu li a {
    color: #ff3c00;
}

@media screen and (max-width: 1324px) {
    #site-header {
        padding: 30px 20px;
    }
    
    section {
        padding: 0 20px;
    }
    
    section.hero {
        padding: 0;
        margin: 138px auto 20px;
        width: 96%;
    }
    
    .hero-content p {
        font-size: 20px;
        line-height: 30px;
    }
    
    .footer-top {
        padding: 65px 20px;
    }
    
    .before-footer .boxes .box {
        max-width: 49%;
    }
}

@media screen and (max-width: 940px) {
    li.button a, a.button {
        font-size: 15px;
    }
    
    #site-header {
        padding: 20px;
    }
    
    .closer svg {
        width: 46px;
        height: 46px;
    }
    
    .primary-menu-wrapper a.button {
        max-width: fit-content;
        margin:0 0 20px 30px;
    }
    
    .header-inner.section-inner {
        padding: 15px;
    }
    
    .mobile-buttons-holder {
        display: block;
    }

    .mobile-buttons-holder .mobile-opener span {
        font-size: 10px;
        color: #fff;
        line-height: 10px;
    }

    .top-mobile-nav {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 40px 30px 0;
    }

    .primary-menu-wrapper {
        display: none;
    }

    .primary-menu-wrapper .right-menu {
        display: block;
        position: absolute;
        bottom: 20px;
        max-width: 80vw;
        margin: auto;
        left: 0;
        right: 0;
        text-align: center;
    }

    .primary-menu-wrapper .right-menu li.button a {
        background: #fff;
        color: #FF3C00 !important;
        padding: 13px !important;
    }

    .primary-menu-wrapper .right-menu li .top-mobile-nav {
        display: flex;
        justify-content: space-between;
        padding: 20px;
        border-bottom: 1px solid rgba(33, 33, 33, 0.1);
    }

    .top-mobile-nav a.logo {
        max-width: 100px;
    }

    .primary-menu-wrapper.active {
        width: 80vw;
        background: #7413DC;
        position: fixed;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        z-index: 999;
    }
    
    .menu-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.6);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 99;
    }

    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .header-inner.section-inner .primary-menu-wrapper ul {
        align-items: flex-start;
        flex-direction: column;
    }

    .header-inner.section-inner .primary-menu-wrapper ul li {
        margin: 0;
        width: 100%;
    }

    .header-inner.section-inner .primary-menu-wrapper ul li a {
        padding: 10px 30px;
        display: block;
        opacity: 1;
        font-size: 20px;
        line-height: 27px;
        font-weight: 400;
    }

    section.hero {
        padding: 0 20px;
        margin-top: 108px;
        width: 100%;
    }

    section.hero.inner {
        padding-bottom: 50px;
    }

    section.hero.inner h1 {
        padding-top: 0;
    }

    .hero .background-image {
        position: relative;
        height: 292px;
    }
    
    .hero .background-image-two {
        height: 292px;
        right: 0;
        left: 0;
        top: 0;
    }
    
    .hero-content a.button.empty {
        color: #212F3D;
    }
    
    .hero-content a.button.empty:hover {
        background: #FAF8FF;
    }
    
    .hero-content {
        padding: 20px 0;
        color: #212F3D;
        font-size: 20px;
        line-height: 30px;
    }
    
    .hero-content h1 span:after {
        bottom: 7px;
    }
    
    .hero-list {
        overflow: auto;
    }
    
    .hero-list ul {
        white-space: nowrap;
    }
    
    .hero-list ul li {
        background-color: rgba(249, 247, 254, 0.5);
    }
    
    .hero-content h1 {
        font-size: 44px;
        line-height: 44px;
    }

    .flights-problem {
        margin-top: 100px;
    }

    .right-navigation {
        display: none;
    }
    
    .flights-problem {
        padding: 0 20px;
    }
    
    .flights-problem-top {
        margin-bottom: 50px;
    }
    
    .flights-problem h4 {
        margin-bottom: 30px;
    }
    
    .flights-problem h2 {
        font-size: 36px;
        line-height: 42px;
    }
    
    .slide {
        flex: 0 0 100%;
    }
    
    .slide-content {
        padding: 30px;
    }
    
    .how-it-works {
        margin-bottom: 100px;
        padding: 0 20px;
        font-size: 16px;
        line-height: 26px;
    }
    
    .how-it-works-top {
        margin-bottom: 76px;
    }
    
    .how-it-works h4 {
        margin-bottom: 30px;
    }
    
    .how-it-works h2 {
        font-size: 36px;
        line-height: 42px;
    }
    
    .curtain-block {
        flex-direction: column; 
        justify-content: space-between;
    }
    
    .curtain-block .text-block, .curtain-block .main-image {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .curtain-block .main-image {
        position: absolute;
        bottom: 0;
        display: block;
        text-align: center;
    }
    
    .curtain-block .main-image img {
        max-width: 60%;
        display: block;
        margin: auto;
    }
    
    .curtain-block.block-1 .main-image img {
        margin-right: -10%;
    }
    
    .curtain-block .text-block {
        padding: 30px;
        font-size: 16px;
        line-height: 26px;
        position: relative;
        z-index: 10;
    }
    
    .curtain-block .text-block h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    
    .curtain-block .text-block .icon-image {
        width: 60px;
        margin-bottom: 20px;
    }

    .contact-inner {
        flex-direction: column;
    }
    
    .contact {
        padding: 0 20px;
    }
    
    .contact .contact-left {
        max-width: 100%;
        margin-bottom: 50px;
        font-size: 16px;
        line-height: 26px;
    }
    
    .contact .contact-left h2 {
        font-size: 36px;
        line-height: 42px;
    }
    
    .contact .contact-left h4 {
        margin-bottom: 30px;
    }
    
    .contact .contact-right {
        padding: 40px 20px;
    }
    
    .contact .contact-right h3 {
        font-size: 20px;
        line-height: 27px;
    }

    .before-footer {
        width: 100%;
        padding: 0 20px;
        margin: 100px 0;
    }
    
    .before-footer .boxes {
        flex-direction: column;
    }
    
    .before-footer .boxes .box {
        padding: 30px;
        margin-bottom: 20px;
        max-width: 100%;
    }
    
    .before-footer .boxes .box h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .before-footer .boxes .box p:last-child {
        margin-bottom: 0;
    }

    .before-footer .boxes .box .top-box {
        min-height: inherit;
        margin-bottom: 50px;
    }
    
    .before-footer .boxes .box h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .footer-top .boxes .footer-text {
        position: relative;
    }

    .footer-top {
        padding: 50px 20px 26px;
    }
    
    .footer-top .boxes .box.box-one {
        margin-right: 50px;
    }
    
    .footer-links {
        position: absolute;
        bottom: 30px;
        width: 100%;
        opacity: 1;
        display: none;
    }
    
    .footer-links.active {
        display: flex;
    }
}