@font-face {
    font-family: Raleway;
    /*src: url("../font/Cocogoose.otf");*/
    src: url("../font/Raleway-VariableFont_wght.ttf");
    font-weight: 700;
    font-display: fallback;
}

@font-face {
    font-family: Raleway-light;
    /*src: url("../font/Cocogoose.otf");*/
    src: url("../font/Raleway-VariableFont_wght.ttf");
    font-weight: 400;
    font-display: fallback;
}

body {
	font-family: "Raleway-light", Tahoma, sans-serif;
}

a:hover{
    text-decoration: none;
}

.nav-link:hover {
    color: #ffd302 !important;
}

.title-font {
	font-family: "Raleway";
}

.title-font-light {
	font-family: "Raleway-light";
}

.btn-square {
	border-radius:0 !important;
}

.navbar {
	background-color: transparent !important;
}

.navbar-blue {
	background-color: #1f2957 !important;
}

/*.navbar img {
	max-width: 80% !important;
}*/

.hero {
	height: 800px;
	background-position: center top;
	background-size: cover;
}

.hero-gradient {
	background-image: linear-gradient(180deg, #1F2957 0%, rgba(31, 41, 87, 0) 100%);
}

.hero-title {
	top: 25%;
}

.hero-main {
	background-image: url("../img/chain-bridge.jpg");
}

.hero-services {
	background-image: url("../img/services-header.jpg");
}

.hero-things-to-do {
	background-image: url("../img/city-guide-header.jpg");
}

.hero-passport {
	background-image: url("../img/passport-header.jpg");
}

.hero-group-packages {
	background-image: url("../img/group-packages-sunset.jpg");
}

.hero-checkout {
	background-image: url("../img/checkout-header.jpg");
}

.hero-payment {
	background-image: url("../img/payment-complete.jpg");
}

.underline {
	height: 4px;
	/*border-bottom: 4px solid;*/
}

.bg-white {
	background-color: white;
}

.bg-blue {
	background-color: #1f2957;
}

.bg-yellow {
	background-color: #ffd302;
}

.bg-pink {
	background-color: #f308a0;
}

.bg-light-blue {
	background-color: #2790d3;
}

.bg-orange {
	background-color: #fc9a03;
}

.bg-green {
	background-color: #70bc7c;
}

.bg-bright-green {
	background-color: #19C534;
}

.bg-bright-orange {
	background-color: #FC9A03;
}

.bg-bright-red {
	background-color: #EB001B;
}

.bg-grey {
	background-color: #F0F1F5;
}

.bg-dark-grey {
	background-color: #E0E8F5;
}

.bg-cover {
	background-position: center top;
	background-size: cover;
}

.bg-cover img {
	transition: transform .2s;
	cursor: pointer;
}

.bg-cover img:hover {
	transform: scale(1.1);
}

.bg-city-tours {
	background-image: url("../img/img-1.jpg");
}

.bg-river-cruises {
	background-image: url("../img/img-2.jpg");
}

.bg-daytime-activities {
	background-image: url("../img/img-3.jpg");
}

.bg-nightlife {
	background-image: url("../img/img-4.jpg");
}

.bg-daytrips {
	background-image: url("../img/img-5.jpg");
}

.bg-stag-groups {
	background-image: url("../img/img-6.jpg");
}

.bg-hen-groups {
	background-image: url("../img/img-7.jpg");
}

.bg-student-trips {
	background-image: url("../img/img-8.jpg");
}

.bg-corporate {
	background-image: url("../img/img-9.jpg");
}

.bg-all-packages {
	background-image: url("../img/img-10.jpg");
}

.bg-yellow-lion {
	background-position: center top;
	background-size: cover;
	background-image: url("../img/follow-the-yellow-lion.png");
}

.text-blue {
	color: #1f2957;
}

.text-yellow {
	color: #ffd302;
}

.text-bright-green {
	color: #19C534;
}

.text-bright-orange {
	color: #FC9A03;
}

.text-bright-red {
	color: #EB001B;
}

.shadow {
	box-shadow: 0px 0px 10px rgba(31, 41, 87, 0.25);
}

.container-map-light {
	background-position: center top;
	/*background-size: cover;*/
	background-size: 100%;
	background-repeat: repeat-y;
	background-image: url("../img/budapest-map.jpg");
}

.container-dark {
	background-position: center top;
	background-size: cover;
	background-image: url("../img/top-seller-background.jpg");
}

.category-button:hover {
	background-color: #ffd302;
}

.border-blue {
	border: solid #1f2957 4px;
}

.content-block img {
	max-width: 100% !important;
}

.content-block table {
	max-width: 100% !important;
}

.form-item {
    position: relative;
    font-size: 17px;
    margin-bottom: 1rem;
}
.form-item__label {
    color: #1e2957;
    top: 0;
    left: 0;
    position: absolute;
    transform-origin: 0 0;
    padding: 9px 10px;
    margin: 0;
    transition: transform 0.2s;
    transition-timing-function: ease-out;
}
.form-item__input {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1e2957;
    background-color: white;
    background-clip: padding-box;
    border: 2px solid #172046;
    border-radius: 0.25rem;
    display: block;
    transition: 0.1s all linear;
    width: 100%;
    padding: 10px 0 0 12px !important;
}

.cartItemComplete {
	background-color: #1f2957!important;
	color: white!important;
}

.cancellation-policy {
	background-color: white;
	border-radius: 1em;
	padding: 0.5em;
	text-transform: uppercase;
	text-align: right;
	font-family: "Raleway";
}

.cancellation-policy-flexible {
	color: #19C534;
	border: 4px solid #19C534;
}

.cancellation-policy-standard {
	color: #FC9A03;
	border: 4px solid #FC9A03;
}

.cancellation-policy-strict {
	color: #EB001B;
	border: 4px solid #EB001B;
}

.cancellation-policy-box {
	border-radius: 0.5em;
	display: none;
	overflow: hidden;
	/*transition: opacity 0.3s;*/
}

.cancellation-policy-box-flexible h5 {
	background-color: #19C534;
}

.cancellation-policy-box-standard h5 {
	background-color: #FC9A03;
}

.cancellation-policy-box-strict h5 {
	background-color: #EB001B;
}

/*.cancellation-policy {
	background-color: white;
	border-radius: 0.25em;
}*/

/*.circle-link {
	text-align: center;
    left: 0;
    right: 0;
}

.circle-link-main {
	position:relative;
	width: 100%;
	min-height: 60px;
	margin: auto;
	padding-top:15px;
}

.circle-link-main:before {
	content:'';
    position: absolute;
    width: 220px;
    height: 140px;
    margin: auto;
    z-index: -1;
    border: 5px solid black;
    left:40px;
    top:-40px;
}*/