﻿/*
Theme Name: Peregrine | Luxury Transfer
Theme URI: 
Description: 
Version: 1.0
Author: Maxim Brilliant
Author URI: https://www.instagram.com/maksimbrilliant/
*/


   
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');


   
  

   
html {
    margin: 0 auto;
    overflow-x: hidden !important;
    /* height: 100%; */
}

* {
padding: 0; margin:0;
font-family: "Inter", serif;
font-optical-sizing: auto;
font-style: normal;
outline:none !important;
}
   
body {
    margin: 0 auto;
    padding: 0;
    -webkit-background-size: 100%;
    overflow-x: hidden !important;
    background-attachment: fixed !important;
	color:#000;
}


p {
    font-size: 16px;
    line-height: 120%;
	color:#000;
}

.clear {
clear:both;
}

a {
text-decoration:none;
outline:none !important;
}

a:hover {
text-decoration:none;
}

a:active {
text-decoration:none;
}

input[type="text"]:focus { outline: none; }
input[type="email"]:focus { outline: none; }
textarea[type="text"]:focus { outline: none; }
input[type="button"]:focus { outline: none; }

/*
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
	
	-moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg); 
    transform: rotate(360deg);
*/	
.page_loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999999;
    background: #000;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.page_loader span {
    color: rgb(255 255 255 / 85%);
    font-size: 16px;
    margin: 0;
    display: table;
    margin-top: 10px;
    animation: pulsar 1.5s linear infinite;
    width: 100%;
}

.page_loader img {
    max-width: 185px !important;
    margin-bottom: 15px;
}


@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
}

@keyframes pulsar {
  0% {
    opacity: 1; }
	50% {
    opacity: 0.5; } 
	100% {
    opacity: 1; } 
}

.page_loader.hidden_loader {
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

header {
    overflow: hidden;
    position: relative;
    height: 600px;
}

body.home header {
    height: 100vh !important;
}

.header__bar__flex>div:first-child {
    margin-right: auto;
}

.header__bar {
    background: #000;
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    z-index: 99999;
}

.admin-bar .header__bar {
    top: 32px;
}

.header__bar__flex_logo img {
    max-width: 130px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.header__bar__flex_lang-orig img {
    width: 30px;
    height: auto;
}

.header__bar__flex {
    display: flex;
    justify-content: end;
    gap: 50px;
    align-items: center;
}


ul#topmenu {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
}

.container {
    width: 100% !important;
    max-width: 1440px;
}

ul#topmenu a {
    color: rgb(255 255 255 / 85%);
    font-size: 14px;
    text-decoration: none !important;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

ul#topmenu a:hover {
    color: #d7ab6e;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}



.header__content {
    background: url(img/header.jpg) no-repeat center;
    background-size: cover;
    padding-top: 120px;
    height: 100%;
}

.header__content .container {
    height: 100%;
}


.header__content__flex {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    position: relative;
}

.header__content__flex_flex_st1 {
    text-align: center;
}

.header__content__flex_flex_st1 span {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Lora", serif;
    font-weight: 600;
    color: #c99349;
    letter-spacing: 0.5px;
}

.header__content__flex_flex_st1 p {
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}

.header__content__flex_flex_st2 {
    text-align: center;
}

.header__content__flex>div {
    height: 100%;
}

.header__content__flex_flex {
    display: flex;
    flex-direction: column;
    height: 80%;
    justify-content: space-between;
    padding: 70px 0px;
    gap: 40px;
}

.header__content:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(3px);
}

.header__content__flex_flex_st2 h2 {
    color: #fff;
    font-size: 50px;
    margin: 0;
    max-width: 1000px;
    line-height: 120%;
    font-family: "Lora", serif;
	margin-bottom: 30px;
}

.header__content__flex_flex_st2 span {
    font-size: 16px;
    display: table;
    margin: 0 auto;
    position: relative;
    font-weight: 300;
    color: #f3bb6d;
    margin-bottom: 15px;
}

.header__content__flex_flex_st2 span:after {
    content: '';
    width: 90px;
    height: 100%;
    position: absolute;
    background: rgb(169 169 169 / 50%);
    left: 0;
    bottom: -3px;
    z-index: -1;
    margin-left: -5px;
    border-radius: 3px;
}

.header__content__flex_flex_st2 p {
    font-size: 16px;
    color: #fff;
    display: table;
    margin: 0 auto;
    position: relative;
    font-weight: 300;
    max-width: 650px;
    line-height: 160%;
}


.button_style {
    background: #d7ab6e;
    display: table;
    color: #000000;
    font-weight: 300;
    padding: 20px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #d7ab6e;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.button_style:hover {
    background: rgb(215 171 110 / 0%);
	color:#fff;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.header__content__flex_flex_st3_btn {
    display: table;
    margin: 0 auto;
}

.header__content:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(img/noise.svg) center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.3;
}

.container.full {
    max-width: 100% !important;
}

.transfer_for_star__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.transfer_for_star_sl {
    position: relative;
    overflow: hidden;
}

.item {
    width: 100%;
    box-sizing: border-box;
}



section.transfer_for_star {
    padding: 50px 0;
}

.padding_none {
    padding: 0 !important;
}

.section_title h3 {
    color: #c99349;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Lora", serif;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.5px;
}

.transfer_for_star__grid__info_content h4 {
    color: #444444;
    font-size: 40px;
    margin: 0;
    max-width: 1000px;
    line-height: 120%;
    font-family: "Lora", serif;
    margin-bottom: 30px;
    font-weight: 600;
}

.transfer_for_star__grid__info {
    max-width: 655px;
}

.transfer_for_star__grid__info_content p {
    color: #444444;
    margin-bottom: 30px;
    line-height: 140%;
    border-left: 3px solid #d7ab6e;
    padding-left: 15px;
}

.section_title {
    margin: 30px 0;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}

span.button_style2 svg {
    width: 20px;
    z-index: 1;
}

.button_style2 {
    background: #d7ab6e;
    display: table;
    color: #000000;
    font-weight: 300;
    padding: 20px 20px;
	display:flex;
	width: fit-content; 
	height: fit-content;
	gap:30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #d7ab6e;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;
	position:relative;
	overflow:hidden;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.button_style2:hover {
    background: #c99349;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.button_style3 {
    background: #d7ab6e;
    display: table;
    color: #000000;
    font-weight: 300;
    padding: 20px 20px;
	display:flex;
	width: fit-content; 
	height: fit-content;
	gap:30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #d7ab6e;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;
	position:relative;
	overflow:hidden;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.button_style3:hover {
    background: #c99349;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.transfer_for_star__grid__info_content-btn {
    margin-top: 60px;
}

.transfer_for_star__grid__info_content-btn a {
	text-decoration:none !important;
}

.transfer_for_star__grid__info_content-btn p {
    color: #444444;
    font-size: 16px;
    margin: 0;
    max-width: 1000px;
    line-height: 120%;
    font-family: "Lora", serif;
    margin-bottom: 30px;
    font-weight: 600;
}

.button_style2:after {
    content: '';
    width: 60px;
    height: 100%;
    background: #d7ab6e;
    position: absolute;
    right: -60px;
    top: 0;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.button_style2:hover:after {
    right: 0px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}



.header_fixed .header__bar__flex_logo img {
    max-width: 65px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}


.header__bar.header_fixed {
    padding: 10px 0;
    backdrop-filter: blur(3px);
    background: rgb(0 0 0 / 90%);
}

.transfer_for_star_slider-img {
    position: relative;
}

.transfer_for_star__grid_gallery__line span:nth-child(1) {
    position: absolute;
    background: #d7ab6e;
    width: 35px;
    height: 3px;
    top: 20px;
    left: 20px;
}

.transfer_for_star__grid_gallery__line span:nth-child(1):after {
    content: '';
    width: 3px;
    height: 35px;
    position: absolute;
    background: #d7ab6e;
}

.transfer_for_star__grid_gallery__line span:nth-child(2) {
    position: absolute;
    background: #d7ab6e;
    width: 35px;
    height: 3px;
    bottom: 20px;
    left: 20px;
}

.transfer_for_star__grid_gallery__line span:nth-child(2):after {
    content: '';
    width: 3px;
    height: 35px;
    position: absolute;
    background: #d7ab6e;
    bottom: 0;
}

.transfer_for_star__grid_gallery__line span:nth-child(3) {
    position: absolute;
    background: #d7ab6e;
    width: 35px;
    height: 3px;
    top: 20px;
    right: 20px;
}

.transfer_for_star__grid_gallery__line span:nth-child(3):after {
    content: '';
    width: 3px;
    height: 35px;
    position: absolute;
    background: #d7ab6e;
    right: 0;
}

.transfer_for_star__grid_gallery__line span:nth-child(4) {
    position: absolute;
    background: #d7ab6e;
    width: 35px;
    height: 3px;
    bottom: 20px;
    right: 20px;
}

.transfer_for_star__grid_gallery__line span:nth-child(4):after {
    content: '';
    width: 3px;
    height: 35px;
    position: absolute;
    background: #d7ab6e;
    right: 0;
    bottom: 0;
}

.owl-dots {
    display: flex;
    justify-content: center;
    gap: 15px;
    position: relative;
    top: 30px;
}

.transfer_for_star__grid_gallery .owl-dots {
    top: -33px !important;
}

.owl-dot {
    width: 18px;
    height: 18px;
    background: rgb(215 171 110 / 0%);
    border-radius: 100%;
    border: 2px solid #d7ab6e;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.owl-dot:hover {
    background: rgb(215 171 110 / 30%);
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.owl-dot.active {
    background: rgb(215 171 110 / 100%);
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.owl-next {
    width: 50px;
    height: 50px;
    background: url(img/arrow.svg) no-repeat center;
    background-size: 75%;
    position: absolute;
    top: 50%;
    right: 0;
	opacity:1;
    transform: translate(0px, -50%);
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.owl-prev {
    width: 50px;
    height: 50px;
    background: url(img/arrow.svg) no-repeat center;
    background-size: 75%;
    position: absolute;
    top: 50%;
    left: 0;
	opacity:1;
    transform: translate(0px, -50%) rotate(180deg);
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}


.owl-nav div.disabled {
    opacity: 0;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.transfer_for_star__grid_gallery__line {
    opacity: 0.5;
}

section.whyus {
    padding: 50px 0;
    background: #000;
    position: relative;
    padding-bottom: 80px;
}
/*
section.whyus:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(img/noise.svg) center;
    top: 0;
    left: 0;
    opacity: 0.3;
}
*/

.section_title.center {
    text-align: center;
}

.section_title p {
    color: #444444;
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
}

.section_title.p_white p {
    color: rgb(255 255 255 / 85%);
}

.whyus__grid_box-icon img {
    width: 100%;
}

.whyus__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.whyus__grid_box {
    text-align: center;
    background: #171717;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.whyus__grid_box:hover {
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.whyus__grid_box-info h4 {
    color: rgb(255 255 255 / 85%);
    font-size: 18px;
    margin: 0;
    max-width: 1000px;
    line-height: 120%;
    font-family: "Lora", serif;
    margin-bottom: 15px;
}

.whyus__grid_box-info p {
    font-size: 16px;
    color: rgb(255 255 255 / 65%);
    font-weight: 300;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.section__content {
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.whyus__grid_box-icon {
    margin-bottom: 30px;
    position: relative;
}

.section_title.big h3 {
    font-size: 24px;
}

.whyus__grid_box-icon h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Lora", serif;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.5px;
    position: absolute;
    padding: 15px 20px;
    left: 20px;
    border-radius: 2px;
}

.whyus__grid_box-info {
    padding: 20px 35px;
    text-align: left;
}

.whyus__grid_box-info p:after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(img/arrow.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 3px;
}

.whyus__button {
    margin: 0 auto;
    display: table;
    margin-top: 80px;
}

.verified_transfer {
    background: #171717;
    padding: 50px 0;
    padding-bottom: 80px;
    position: relative;
}

.verified_transfer:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(img/verified_transfer_bg.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.05;
    background-attachment: fixed;
}

.verified_transfer__button {
    margin: 0 auto;
    display: table;
    margin-top: 80px;
    z-index: 1;
    position: relative;
}

.verified_transfer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 100px;
}

.verified_transfer__grid_flex {
    display: flex;
    gap: 20px;
}

.verified_transfer__grid_flex-info h5 {
    font-family: "Lora", serif;
    color: rgb(255 255 255 / 85%);
    font-size: 25px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: bold;
}

.verified_transfer__grid_flex-info p strong {
    font-weight: 400;
}

.verified_transfer__grid_flex-info p {
    font-size: 16px;
    color: rgb(255 255 255 / 65%);
    margin: 0;
    line-height: 140%;
}

.verified_transfer__grid_flex-num span {
    display: table;
    font-family: "Lora", serif;
    font-size: 60px;
    color: #d7ab6e;
    font-weight: bold;
    margin-left: -10px;
}

.verified_transfer__grid_flex-num {
    overflow: hidden;
    border-left: 1px solid rgb(215 171 110 / 49%);
}

.reviews {
    padding: 50px 0;
    position: relative;
    padding-bottom: 80px;
}

.reviews__slider_box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.reviews__slider_box_abs {
    position: absolute;
    left: 0;
    top: 0;
    bottom: -100%;
    right: 0;
    display: flex;
    align-items: end;
    padding: 25px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.reviews__slider_box:hover .reviews__slider_box_abs {
	bottom:0;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.reviews__slider_box img {
    filter: blur(0px);
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.reviews__slider_box:hover img {
    filter: blur(5px);
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.reviews__slider_box_abs:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, black, transparent);
    left: 0;
    bottom: 0;
}

.reviews__slider_box_abs div {
    z-index: 1;
}

.reviews__slider_box_abs p {
    color: rgb(255 255 255 / 85%);
    font-size: 15px;
    line-height: 160%;
}


.reviews__slider .owl-stage-outer {
    overflow: inherit !important;
}

span.cursor {
    width: 0;
    height: 0;
    border-top: 50px solid #d7ab6e;
    border-left: 50px solid transparent;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}

span.cursor:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(img/arrow_white.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 5px;
    top: -43px;
    transform: rotate(135deg);
}

.order_transportation {
    padding: 50px 0;
    background: #171717;
    position: relative;
    padding-bottom: 80px;
}

.order_transportation__grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 50px;
    position: relative;
    z-index: 1;
}

.order_transportation:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(img/order_transportation_bg.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.05;
}

.order_transportation__grid_form {
    padding: 10px 0;
    backdrop-filter: blur(3px);
    background: rgb(255 255 255 / 5%);
    border: 1px solid;
    border-radius: 5px;
    padding: 25px;
}

.order_transportation__grid_form_input span {
    color: rgb(255 255 255 / 65%);
    font-weight: 300;
    font-size: 14px;
    display: table;
    margin-bottom: 5px;
}

.order_transportation__grid_form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 30px;
}

.order_transportation__grid_form_input {
    margin-bottom: 20px;
}

input.input_style {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid rgb(255 255 255 / 35%);
    background: rgb(255 255 255 / 25%);
    padding: 15px;
    color: #fff;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

input.input_style:focus {
    border: 1px solid rgb(215 171 110);
    background: rgb(255 255 255 / 25%);
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

select.select_style option {
    color: #000;
}

select.select_style {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid rgb(255 255 255 / 35%);
    background: rgb(255 255 255 / 25%);
    padding: 15px;
    color: #fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

select.select_style:focus {
    border: 1px solid rgb(215 171 110);
    background: rgb(255 255 255 / 25%);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

textarea.textarea_style {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid rgb(255 255 255 / 35%);
    background: rgb(255 255 255 / 25%);
    padding: 15px;
    color: #fff;
    height: 100px;
    resize: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

textarea.textarea_style:focus {
    border: 1px solid rgb(215 171 110);
    background: rgb(255 255 255 / 25%);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.order_transportation__grid_form_button_checkbox input {
    margin: 0 !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.order_transportation__grid_form_button_checkbox {
    display: flex;
    align-items: center;
    gap: 15px;
}

.order_transportation__grid_form_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
	gap:30px;
}

.order_transportation__grid_form_button_checkbox label {
    margin: 0;
    color: rgb(255 255 255 / 65%);
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.order_transportation__grid_form_button_checkbox label a {
    margin: 0;
    color: rgb(255 255 255 / 65%);
    font-weight: 400;
}

.order_transportation__grid_form_button_checkbox label a {
    color: #d7ab6e;
    position: relative;
    text-decoration: none !important;
}

.order_transportation__grid_form_button_checkbox label a:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #d7ab6e;
    position: absolute;
    left: 0;
    bottom: 0;
	opacity:1;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.order_transportation__grid_form_button_checkbox label a:hover:after {
    bottom: -10px;
	opacity:0;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.order_transportation__grid_form_button_checkbox label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 2px;
}

.order_transportation__grid_form_button_checkbox label:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(img/checked.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 1;
	opacity:0;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.order_transportation__grid_form_button_checkbox input:checked+label:before {
	opacity:1;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.order_transportation__grid__info p {
    color: rgb(255 255 255 / 65%);
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 20px;
}

.order_transportation__grid_form_input span sup {
    color: #d7ab6e;
    font-size: 12px;
}

.footer__content {
    background: #000;
    padding: 50px 0;
}

.footer__content__flex_company-logo img {
    max-width: 200px;
}

.footer__content__flex_company-logo {
    margin-bottom: 20px;
}

.footer__content__flex_company-info p {
    color: #d7ab6e;
    margin: 0;
    font-size: 15px;
    font-family: "Lora", serif;
}


.footer__content__flex {
    display: flex;
    gap: 100px;
}

.footer__content__flex_contact-soc svg {
    width: 25px;
    height: 25px;
    border-radius: 3px;
}


ul#footermenu {
    margin: 0;
    list-style: none;
}

ul#footermenu a {
    color: rgb(255 255 255 / 85%);
    font-size: 14px;
    text-decoration: none !important;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

ul#footermenu a:hover {
    color: #d7ab6e;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

ul#footermenu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.footer__content__flex>div:last-child {
    margin-left: auto;
}

.footer__content__flex_contact-cont span {
    color: rgb(255 255 255 / 65%);
    font-size: 14px;
    display: table;
}

.footer__content__flex_contact-cont a {
    color: #fff;
    font-size: 16px;
}

.footer__content__flex_contact-cont a {
    color: #d7ab6e;
    font-size: 16px;
    text-decoration: none !important;
}

.footer__content__flex_contact-cont div {
    margin-bottom: 15px;
}

.footer__content__flex_contact-soc {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.footer__content__flex_contact-soc svg * {
    fill: rgb(255 255 255 / 85%);
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.footer__content__flex_contact-soc a:hover svg * {
    fill: #d7ab6e;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.footer__copyright {
    background: #d7ab6e;
}

.footer__copyright__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin: 15px 0;
}

.footer__copyright__flex p {
    margin: 0;
    font-size: 14px;
    color: rgb(0 0 0 / 85%);
}

.footer__copyright__flex a {
    margin: 0;
    font-size: 14px;
    color: rgb(0 0 0 / 100%) !important;
    position: relative;
	text-decoration:none !important;
}

.footer__copyright__flex a:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
	opacity:1;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.footer__copyright__flex a:hover:after {
    bottom: -10px;
	opacity:0;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.header__content.page_price {
    background: url(img/header_price.jpg) no-repeat center top;
    background-size: cover;
}

section.rental_info {
    padding: 50px 0;
    background: #000;
    position: relative;
    padding-bottom: 80px;
}

.rental_info__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    margin-left: -100px;
}

.rental_info__grid__img-img img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
}

.rental_info__grid__img {
    position: relative;
    margin-top: -30px;
}

.rental_info__grid__img-img.rental_info__grid__img_img2 {
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 90%;
    height: 90%;
    bottom: -50px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
	transform: scale(1);
}

.rental_info__grid:hover .rental_info__grid__img-img.rental_info__grid__img_img2 {
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transform: scale(1.05);
}

.rental_info__grid__img_img1 {
    transform: translate(0px, 0px);
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.rental_info__grid:hover .rental_info__grid__img_img1 {
    transform: translate(10px, 10px);
	transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

.rental_info__grid__info__flex-text {
    backdrop-filter: blur(3px);
    background: rgb(255 255 255 / 5%);
    border: 1px solid;
    border-radius: 5px;
    padding: 25px;
}

.rental_info__grid__info {
    display: grid;
    gap: 30px;
}

.rental_info__grid__info__flex-text p {
    color: rgb(255 255 255 / 65%);
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 0;
    font-weight: 300;
}

.rental_info__grid__info__flex-text p strong {
    font-weight: 400;
    position: relative;
}

.rental_info__grid__info__flex-text p strong:after {
    content: '';
    width: 104%;
    height: 100%;
    position: absolute;
    background: rgb(215 171 110 / 10%);
    left: -2%;
    top: 0;
    z-index: -1;
    border-radius: 3px;
}

.rental_info__grid__info__flex-text h5 {
    color: #c99349;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Lora", serif;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.rental_info__grid__info__flex {
    display: grid;
    gap: 15px;
}

.rental_info__grid__info__flex .verified_transfer__grid_flex-num span {
    font-size: 45px;
}

.rental_info__grid__info>div:nth-child(1) {
    margin-left: 40px;
}

.rental_info__grid__info>div:nth-child(2) {
    margin-left: 20px;
}

.rental_info__grid__info__flex .verified_transfer__grid_flex-num {
    margin-left: 15px;
}

.rental__premium_transtort__transport__flex {
    padding: 50px 0;
    position: relative;
    padding-left: 700px;
    padding-bottom: 130px;
}

.rental__premium_transtort__transport__flex_slider img {
    height: auto;
}

.rental__premium_transtort__transport__flex__info {
    max-width: 600px;
    position: absolute;
    left: 15px;
    top: 60px;
}


.rental__premium_transtort__transport:nth-child(even) {
    background: #000000;
}

.transfer_for_star__grid__info_content.smallh4 h4 {
    font-size: 22px;
}

.rental__premium_transtort__transport:nth-child(even) .transfer_for_star__grid__info_content * {
    color: rgb(255 255 255 / 85%);
}

.rental__premium_transtort__transport {
    position: relative;
    overflow: hidden;
}


.rental__premium_transtort__transport__flex .reviews__slider_box img {
    filter: blur(0px) !important;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}


.rental__premium_transtort__transport__flex .reviews__slider_box img:hover {
    transform: scale(1.1);
	transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}


.transfer_for_star__grid__info_content_price {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 45px;
}

.transfer_for_star__grid__info_content_price-box {
    background: #858585;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    border-radius: 5px;
}

.transfer_for_star__grid__info_content_price-box svg {
    width: 25px;
    height: 25px;
    display: table;
}

.transfer_for_star__grid__info_content_info {
    margin-top: 10px;
}

.transfer_for_star__grid__info_content_info span {
    color: #c99349;
}

.transfer_for_star__grid__info_content_price-box span {
    color: #fff;
}

.rental__premium_transtort__transport__flex:after {
    width: 0;
    height: 0;
    border-bottom: 250px solid #d7ab6e;
    border-left: 250px solid transparent;
    content: '';
    right: -15px;
    bottom: 0;
    position: absolute;
    opacity: 0.5;
}

.rental__premium_transtort__transport__flex:before {
    width: 0;
    height: 0;
    border-bottom: 220px solid #d7ab6e;
    border-left: 220px solid transparent;
    content: '';
    right: -15px;
    bottom: 0;
    position: absolute;
    opacity: 0.5;
}

.header__content.page_group {
    background: url(img/header_group.jpg) no-repeat center top;
    background-size: cover;
}

section.transport_maintenance {
    position: relative;
    padding: 50px 0px 80px;
}

.transport_maintenance__grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 300px);
}

.transport_maintenance__grid_box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transform: scale(1);
    filter: grayscale(0.3);
    opacity: 0.8;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.transport_maintenance__grid_box:hover img {
    transform: scale(1.02);
    filter: grayscale(0);
    opacity: 1;
    transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.transport_maintenance__grid_box {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.transport_maintenance__grid>div:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    overflow: hidden;
}

.transport_maintenance__grid>div:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: hidden;
}

.transport_maintenance__grid>div:nth-child(3) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    overflow: hidden;
}

.transport_maintenance__grid>div:nth-child(4) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    overflow: hidden;
}

.transport_maintenance__grid>div:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    overflow: hidden;
}

.transport_maintenance__grid>div:nth-child(6) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
    overflow: hidden;
}

.transport_maintenance__grid_box-abs {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    display: flex;
    padding: 50px;
    background: linear-gradient(0deg, black, transparent);
    align-items: end;
}

.transport_maintenance__grid_box-abs h5 {
    color: #c99349;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Lora", serif;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 160%;
    max-width: 500px;
}


.header__content.page_event {
    background: url(img/header_event.jpg) no-repeat center top;
    background-size: cover;
}

.header__content.page_vip {
    background: url(img/header_vip.jpg) no-repeat center top;
    background-size: cover;
}

.header__content.page_transfer {
    background: url(img/header_transfer.jpg) no-repeat center top;
    background-size: cover;
}

.header__content__flex_flex.full {
    height: 100% !important;
    align-items: center;
    justify-content: center;
}


@media (max-width:1600px) {
.rental__premium_transtort__transport__flex__info {
    max-width: 400px;
}
.rental__premium_transtort__transport__flex {
    padding-left: 460px;
}
}


@media (max-width:1199px) {
.whyus__grid {
    grid-template-columns: 1fr 1fr;
}
.rental__premium_transtort__transport__flex {
	padding-left: 0;
}
.rental__premium_transtort__transport__flex__info {
	max-width: 100%;
	position: relative;
	margin-bottom: 50px;
	left: 0px;
    top: 0;
}
.rental__premium_transtort__transport__flex {
    padding-bottom: 100px !important;
}

}


@media (max-width:1100px) {
.header__bar__flex_nav__mob {
    display: block !important;
}
.header__bar__flex_nav__mob span {
    display: table !important;
    width: 30px;
    height: 3px;
    background: rgb(255 255 255 / 85%);
    margin-bottom: 6px;
    border-radius: 3px;
}

.header__bar__flex_nav__mob span:last-child {
    margin-bottom: 0px;
}

.header__bar__flex_nav {
	position: fixed;
	top: 0;
	right: -105%;
	bottom: 0;
	z-index: 999999999999999;
	max-width: 300px;
	padding: 25px;
	padding-top: 60px;
	height: 100vh;
	backdrop-filter: blur(3px);
	background: rgb(0 0 0 / 90%);
	box-shadow: 0 0 10px #000;
	transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
}

.shadow_menu {
    backdrop-filter: blur(3px);
    background: rgb(0 0 0 / 90%);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999999999999;
}

.header__bar__flex_nav.show_menu {
	right:0;
	transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
}

.header__bar__flex_nav_close {
	display: block !important;
	width: 30px;
	height: 30px;
	background: url(img/x.svg) no-repeat center;
	position: absolute;
	top: 5px;
	left: 5px;
	background-size: 60%;
}

ul#topmenu {
    flex-wrap: wrap;
}

ul#topmenu li {
    width: 100%;
}

body.admin-bar .header__bar__flex_nav {
        top: 32px;
    }
.header__bar.header_fixed .header__bar__flex_nav {
    top: 0;
}
}


@media (max-width:991px) {
.verified_transfer__grid {
    grid-template-columns: 1fr;
}
.order_transportation__grid {
    grid-template-columns: 1fr;
}


@media (max-width:767px) {
.transfer_for_star__grid {
    display:block;
	padding: 0 15px;
}
.footer__content__flex {
    display: grid;
	gap:50px;
}
ul#footermenu {
    display: flex;
    flex-wrap: wrap;
}
.footer__content__flex>div:last-child {
    margin-left: initial;
}
.rental_info__grid {
    grid-template-columns: 1fr;
}
.rental_info__grid {
    margin-left: 0;
}
.rental_info__grid:hover .rental_info__grid__img_img1 {
    transform: translate(0px, 0px);
}
.rental_info__grid__img-img.rental_info__grid__img_img2 {
    right: 15px;
}
.rental__premium_transtort__transport__flex_slider .item {
    width: 450px !important;
}
.transport_maintenance__grid {
    display: block;
}
.transport_maintenance__grid_box {
    margin-bottom: 15px;
}
}


@media (max-width:650px) {
.header__bar__flex {
    gap: 35px;
}
.header__content__flex_flex_st2 h2 {
    font-size: 30px;
}
.whyus__grid_box-info {
    padding: 20px 10px;
}
.whyus__grid_box-icon h4 {
    padding: 15px 15px;
    left: 0px;
}
.order_transportation__grid_form__grid {
    grid-template-columns: 1fr 1fr;
}
.footer__copyright__flex {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
}


@media (max-width:550px) {
.whyus__grid {
	grid-template-columns: 1fr;
}
.order_transportation__grid_form {
    padding: 10px;
}
.order_transportation__grid_form_button {
    flex-wrap: wrap;
    justify-content: end;
}
.rental__premium_transtort__transport__flex_slider .item {
    width: 300px !important;
}
}


@media (max-width:360px) {}