/* Base CSS */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Kievit';
    src: url('https://www.getsurfos.com/wp-content/themes/surfair/assets/fonts/KievitOT-Light.woff');
    font-weight: 300;
}
@font-face {
    font-family: 'Kievit';
    src: url('https://www.getsurfos.com/wp-content/themes/surfair/assets/fonts/KievitOT-Regular.woff');
    font-weight: 400;
}
@font-face {
    font-family: 'Kievit';
    src: url('https://www.getsurfos.com/wp-content/themes/surfair/assets/fonts/KievitOT-Medium.woff');
    font-weight: 500;
}
@font-face {
    font-family: 'Kievit';
    src: url('https://www.getsurfos.com/wp-content/themes/surfair/assets/fonts/KievitOT-Bold.woff');
    font-weight: 700;
}
@font-face {
    font-family: 'Kievit';
    src: url('https://www.getsurfos.com/wp-content/themes/surfair/assets/fonts/KievitOT-ExtraBold.woff');
    font-weight: 800;
}
@font-face {
    font-family: 'Kievit';
    src: url('https://www.getsurfos.com/wp-content/themes/surfair/assets/fonts/KievitOT-Black.woff');
    font-weight: 900;
}

@font-face {
    font-family: 'Klavika';
    src: url('https://www.getsurfos.com/wp-content/themes/surfair/assets/fonts/Klavika-Regular.otf');
    font-weight: 400;
}
@font-face {
    font-family: 'Klavika';
    src: url('https://www.getsurfos.com/wp-content/themes/surfair/assets/fonts/Klavika-Medium.otf');
    font-weight: 500;
}
@font-face {
    font-family: 'Klavika';
    src: url('https://www.getsurfos.com/wp-content/themes/surfair/assets/fonts/Klavika-Bold.otf');
    font-weight: 700;
}
@font-face {
    font-family: 'Klavika';
    src: url('https://www.getsurfos.com/wp-content/themes/surfair/assets/fonts/Klavika-Light.otf');
    font-weight: 300;
}


.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #07171D;
}

body {
    color: #07171D;
    font-weight: 400;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none
}

a,
button,
input,
textarea {
    outline: none !important;
}




/* header area start here */
.header__area {
    background: url(https://www.getsurfos.com/wp-content/themes/surfair/assets/img/hero-img.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    /* background-image: url(https://www.getsurfos.com/wp-content/themes/surfair/assets/img/hero-img.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.menu__area {
    padding: 34px 30px 36px;
    background-color: rgba(0, 0, 0, 0.20);
    max-width: 1920px;
}
.menu__area ul {
    gap: 31px;
}
.menu__area ul li a {
    color: #FFF;
    font-size: 20px;
    line-height: 114.5%;
    transition: all .3s;
}
.menu__area ul li a:hover {
    color: #101F2F;
}

.hero__area {
    padding: 245px 0px 60px
}
.hero__descriptiion  {
    margin-bottom: 120px;
}
.hero__descriptiion h1 {
	font-size: 70px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 34px;
}
.hero__descriptiion span {
    font-size: 18px;
    line-height: 127.5%; /* 22.95px */
    letter-spacing: 2.7px;
}
.hero__form {
    height: 110px;
}
.hero__bottom {
    margin-top: 120px;
}
.form-btn button {
  width: 89px;
  height: 48px;
  border-radius: 13px;
  border: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  background: #0A253E;
}
.hero__bottom__icon {
    gap: 6px;
    margin-bottom: 18px;
}
.hero__bottom span {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 2.8px;
}

/* header area end here */

.header-area {
	background-color: #091729;
	padding: 25px 15px;
	/*position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;*/
}.header-left {
	display: flex;
	align-items: center;
	gap: 34px;
}.menu-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}.menu-left ul li {
	display: inline-block;
	margin-right: 34px;
}.menu-left ul li a {
	display: block;
	color: #FFF;
	font-size: 12px;
	line-height: 114.5%;
	font-family: 'KievitOT';
	font-weight: 200;
	font-family: 'Klavika Md';
    font-weight: 500;
	text-transform: uppercase;
    letter-spacing: 2px;
}.logo a {
	display: inline-block;
}.logo a img {
	max-width: 150px;
	width: 150px;
}.header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 34px;
}.menu-right ul li {
	display: inline-block;
	margin-left: 34px;
}.menu-right ul li a {
	display: block;
	color: #FFF;
	font-size: 12px;
	line-height: 114.5%;
	font-family: 'KievitOT';
	font-weight: 200;
	font-family: 'Klavika Md';
    font-weight: 500;
	text-transform: uppercase;
    letter-spacing: 2px;
}.menu-right ul li.nav-phone-number a {
	font-family: 'Klavika Lt';
	font-family: 'Klavika Md';
}.header-right .account-btn img {
	max-width: 40px;
}.open-menu-bar a svg {
	width: 40px;
	height: 40px;
	fill: #fff;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}




.off-canvas-section {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
}.off-canvas-wrap {
	width: 100%;
	max-width: 480px;
	height: 100%;
	background: rgb(9, 23, 41, 0.75);
	-webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition-duration: 0.6s;
	position: fixed;
	/*top: -100%;*/
	/*right: -100%;*/
	z-index: -99999;
	overflow-y: auto;
}.off-canvas-wrap.active {
	/*right: 0;*/
	top: 0;
	visibility: visible;
	opacity: 1;
	z-index: 99999;
	-webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition-duration: 0.6s;
	backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    background-color: rgb(9, 23, 41, 0.75);
}.off-canvas-wrap .off-canvas-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background: #101F2F;
	/*padding: 30px 30px;*/
	padding: 25px 20px 20px;
	position: sticky;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	background: rgb(9, 23, 41, 0.75);
}.logo a {
	display: inline-block;
}.off-canvas-wrap .off-canvas-close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	/*background: #dc3545;*/
	background: transparent;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	border-radius: 4px;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}.off-canvas-wrap .off-canvas-close i {
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}.off-canvas-wrap .off-canvas-body {
	padding: 20px 0px;
}.off-canvas-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}.off-canvas-menu ul li {
	display: block;
	margin: 25px 0;
}.off-canvas-menu ul li a {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #101F2F;
	padding: 10px 30px 10px 0;
	text-transform: none;
    color: #fff;
    font-weight: 200;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
	font-family: 'KievitOT';
	font-family: 'Klavika Md';
    font-weight: 500;
	text-transform: uppercase;
    letter-spacing: 4px;
}.off-canvas-menu ul li.nav-phone-number a {
	font-family: 'Klavika Lt';
	font-family: 'Klavika Md';
}.off-canvas-section .off-canvas-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}.off-canvas-section.active {
	visibility: visible;
	opacity: 1;
}.off-canvas-wrap .off-canvas-close:hover {
	transform: scale(1.1);
}.off-canvas-wrap .off-canvas-close:hover i {
	transform: rotate(180deg);
}
.off-canvas-menu ul li.nav-login {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 35px;
    margin-bottom: 35px;
}


.nav-tabs {
  border-bottom: 0;
  margin-bottom: 24px;
}
.nav-tabs .nav-link {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: transparent !important;
  border: 0 !important;
  opacity: .5;
  padding: 0;
  margin-right: 33px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  opacity: 1;
}
.single__form {
  display: flex;
  justify-content: space-between;
}
.input__field__container.input__location {
  display: flex;
  width: 46.5%;
}
.input__field__container.input__date {
  width: 36.6%;
  position: relative;
}
.hero__form {
  max-width: 912px;
  margin: auto;
}
.input__field.persons {
  width: 60px;
  border-radius: 12px;
  overflow: hidden;
}
.input__field__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #DCDCDC;
}
.input__field {
  position: relative;
}
.input__field input {
  height: 100%;
  width: 100%;
  border: 0;
  font-size: 12px;
  color: #000000;
  padding-left: 36px;
  font-weight: 700;
  line-height: 16px;
}
.input__field {
  width: 45%;
  height: 48px;
}
.input__field img {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.input__field__container.input__date:before {
  position: absolute;
  content: "";
  background: #DCDCDC;
  height: 32px;
  width: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.theme__btn {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 166.667% */
    letter-spacing: 2.25px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    transition: all .3s;
    background-color: #0B1727;
    border-radius: 10px;
}



/* route area start here */
.route__area {
	padding: 120px 0px 210px;
	background: url('https://www.getsurfos.com/wp-content/uploads/2024/02/route-bg.jpg'), lightgray -0.203px -2002.024px / 100.021% 398.81% no-repeat;
	background-size: cover;
}

.route__area__left h2 {
	max-width: 550px;
	margin: 60px 0px 0px;
}
.route__area__right {
	max-width: 650px;
}
.route__area__right p {
	color: #FFF;
	font-size: 30px;
	font-weight: 300;
	line-height: 127.5%;
	padding-top: 140px;
	margin-bottom: 30px;
}
.route__area__right a {
	width: 245px;
	background-color: rgba(255, 255, 255, 0.4);
}
.route__area__right a:hover {
    background-color: #000;
    color: #fff;
}
/* route area end here */

/* overview area start here */
.overview__area {
	height: 1070px;
	padding: 100px 0px;
	background-position: center;
	background-size: cover;
}
.overview__title h2 {
	color: #0B1727;
	margin: 19px 0px 34px;
	width: 1320px;
}
.overview__title a {
	width: 218px;
}
.overview__title a:hover {
    background-color: #fff;
    color: #0B1727;
}
/* overview area end here */

/* ram area start here */

.ram__area {
    background-color: #F3F4F6;
    padding: 79px 0px 71px;
}
.ram__area__wrapper .ram__area__icon {
    width: 128px;
}
.ram__area__wrapper h3 {
    color: #101F2F;
    font-size: 35px;
    font-weight: 300;
    line-height: 50px;
    padding: 34px 0px 39px;
}
.author h4,
.author p {
    color: #101F2F;
    font-size: 25px;
    line-height: normal;
    letter-spacing: 5px;
}
.author p {
    font-weight: 300;
    padding: 7px 0px 12px;
}
.author span {
    color: #101F2F;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 2.8px;
}
/* ram area start here */



.map__wrapper {
    grid-template-columns: 480px 1fr;
}
.map__content img {
    margin-bottom: 33px;
}
.map__content span {
    color: #101F2F;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 2.8px;
}
.map__content .net__fly {
    gap: 55px;
}
.map__content .net__fly h2 {
    color: #101F2F;
    font-size: 65px;
    line-height: 127.5%; /* 82.875px */
    font-family: 'Klavika';
}
.map__thumb {
	margin-top: 80px;
}


/* tomorrow area start here */
.tomorrow__area {
	padding: 66px 0px 236px;
    background-size: cover;
}
.tomorrow__wrapper {
	padding-top: 192px;
}

.tomorrow__content__icon {
    gap: 6px;
    margin-bottom: 23px;
}
.tomorrow__content h2 {
	margin: 30px 0px 40px;
}
.tomorrow__content p {
	max-width: 600px;
	margin-bottom: 60px;
}
.tomorrow__content a {
    width: 197px;
    background-color: rgba(255, 255, 255, 0.4);
}
.tomorrow__content a:hover {
    background-color: #07171D;
    color: #fff;
}
.tomorrow__thumb {
	padding-top: 20px;
}
/* tomorrow area end here */



/* technology area start here */
.technology__area {
    padding: 190px 0px;
}
.technology__thumb {
    border-radius: 30px;
}
.technology__thumb img {
    border-radius: 30px;
}
.technology__content {
	padding-left: 140px;
    padding-top: 30px;
}
.technology__content h2 {
    margin: 8px 0px 30px;
    color: #07171D;
}
.technology__content p {
	color: #101F2F;
}
/* technology area end here */

.partner__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partner__logo.d-grid {
  width: 66%;
}
.partner__desc.section__title {
  width: 26%;
  padding-left: 0;
}

/* transit area start here */
.transit__area {
    padding: 156px 0px 177px
}
.transit__wrapper__title h2 {
    margin-bottom: 77px;
    color: #07171D;
}
.tansit__thumb {
    max-width: 1346px;
    border-radius: 30px;
}
.tansit__thumb img {
    border-radius: 30px;
}
/* transit area end here */

/* neighborhood area start here */
.neighborhood__area {
    background-size: cover;
    height: 1087px;
    padding: 120px 0px;
}
.neighborhood__content p {
    width: 420px;
    margin: 40px 0px 53px;
}
.neighborhood__content a {
    width: 235px;
    background-color: rgba(255, 255, 255, 0.4);
}
.neighborhood__content a:hover {
    background-color: #fff;
    color: #07171D;
}
/* neighborhood area end here */

/* travel area start here */
.travel__area {
    background-size: cover;
    height: 1071px;
}
.travel__content p {
    margin-top: 40px;
    width: 540px;
}
/* travel area end here */


/* green flying area start here */
.green__flying__area {
    padding: 408px 0px 310px;
    background-size: cover;
}
.green__flying__content span {
    margin: 34px 0px;
}
.green__flying__content a {
    width: 235px;
    background-color: rgba(255, 255, 255, 0.4);
}
.green__flying__content a:hover {
    background-color: #fff;
    color: #07171D;
}

/* green flying area end here */


/* contact area start here */
.contact__area {
    padding: 115px 0px;
    height: 1140px;
}
.contact__wrapper .contact__title span {
	margin: 23px 0px 30px;
}
.contact__input .input__field {
    width: 314px;
    margin-bottom: 11px;
}
.contact__input .input__field input {
	color: #fff;
	border: 0;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	opacity: 1;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-left: 0;
}
.contact__input .input__field input::placeholder {
    opacity: 1;
}
.contact__input .input__field .input__icon {
	width: 32px;
	height: 32px;
	bottom: 10px;
    transition: all .3s;
}
.contact__input .input__field .input__icon:hover {
    background-color: #fff !important;
    color: #07171D !important;
}
.contact__input .agreement {
    font-size: 12px;
    line-height: 14px;
}

/* contact area end here */

/* footer section start here */
.footer-section {
	background: #091729;
	padding-top: 134px;
	padding-bottom: 65px;
	padding-left: 7%;
	padding-right: 7%;
}
.footer-menu {
	/*margin-bottom: 20px;*/
}
.footer-menu ul,
.footer-menu-2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
    flex-wrap: wrap;
}
.footer-menu-2 ul {
	gap: 10px 110px;
}
.footer-menu ul li,
.footer-menu-2 ul li { width: 20%; margin: 7px 0; }
.footer-menu ul li a,
.footer-menu-2 ul li a {
	display: block;
	color: #FFF;
	font-size: 18px;
	line-height: 110%;
	font-family: 'KievitOT';
	font-weight: 200;
}
.footer-info {
	font-size: 14px;
	line-height: 130%;
	margin-top: 46px;
	margin-bottom: 15px;
	font-family: 'KievitOT';
	font-weight: 200;
}
.copyright {
	font-size: 16px;
	line-height: 110%;
	margin-bottom: 15px;
	font-family: 'KievitOT';
	font-weight: 200;
}
.footer-social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 26px;
}
.footer-social a {
	color: #fff;
	font-size: 48px;
	line-height: 1;
	font-size: 36px;
	display: flex;
	align-items: center;
}
.footer-social a svg { width: 35px;
    height: 35px;
    fill: #fff; }
/* footer section end here */





