@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



html {

	scroll-behavior: smooth;

}

::selection {

	background: #EF6A00;

	color: #ffffff;

	text-shadow: none;

}

::-moz-selection {

	background: #EF6A00;

	color: #ffffff;

	text-shadow: none;

}

.no-scroll {

	overflow: hidden;

}

body{

	font-size: 100%;

	font-family: "Open Sans", sans-serif;

	line-height: 1.5;

	margin: 0;

	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='80' height='86' patternTransform='scale(1) rotate(105)'><rect x='0' y='0' width='100%' height='100%' fill='%23ffffffff'/><path d='M-20.133 4.568C-13.178 4.932-6.452 7.376 0 10c6.452 2.624 13.036 5.072 20 5 6.967-.072 13.56-2.341 20-5 6.44-2.659 13.033-4.928 20-5 6.964-.072 13.548 2.376 20 5s13.178 5.068 20.133 5.432'  stroke-width='0.5' stroke='%231f8d7b1a' fill='none'/><path d='M-20.133 24.568C-13.178 24.932-6.452 27.376 0 30c6.452 2.624 13.036 5.072 20 5 6.967-.072 13.56-2.341 20-5 6.44-2.659 13.033-4.928 20-5 6.964-.072 13.548 2.376 20 5s13.178 5.068 20.133 5.432'  stroke-width='0.5' stroke='%231f8d7b1a' fill='none'/><path d='M-20.133 44.568C-13.178 44.932-6.452 47.376 0 50c6.452 2.624 13.036 5.072 20 5 6.967-.072 13.56-2.341 20-5 6.44-2.659 13.033-4.928 20-5 6.964-.072 13.548 2.376 20 5s13.178 5.068 20.133 5.432'  stroke-width='0.5' stroke='%231f8d7b1a' fill='none'/><path d='M-20.133 64.568C-13.178 64.932-6.452 67.376 0 70c6.452 2.624 13.036 5.072 20 5 6.967-.072 13.56-2.341 20-5 6.44-2.659 13.033-4.928 20-5 6.964-.072 13.548 2.376 20 5s13.178 5.068 20.133 5.432'  stroke-width='0.5' stroke='%231f8d7b1a' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-60,-57)' fill='url(%23a)'/></svg>");

}

h1, h2, h3, h4, h5, h6 {

	font-family: "Montserrat", sans-serif;

	color: #EF6A00;

	font-weight: bold;

	line-height: 1.2;

	margin: 0 0 24px;

}

.content {

	width: 100%;

	min-height: 600px;

}

.content a {

	color: #121212;

	text-decoration: underline;

}

.content a:hover {

	text-decoration: none;

}

.button,

a.button {

	font-family: "Montserrat", sans-serif;

    font-weight: bold;

	text-transform: uppercase;

	text-decoration: none;

	font-size: 0.9rem;

    padding: 10px 20px;

	color: #ffffff;

    background-color: #EF6A00;

	border: 2px solid #EF6A00;

    cursor: pointer;

	transition: 0.4s;

}

.button:hover,

a.button:hover {

    background-color: #ffffff;

	border: 2px solid #EF6A00;

	color: #EF6A00;

}

.wrap{

	width: calc(100% - 40px);

	max-width: 1440px;

	margin: 0 auto;

}

.page-header-top {

	background-color: #16181E;
	padding: 20px 0;

}

.page-header-top .wrap {

	display: flex;

	justify-content: space-between;

	align-items: center;

	gap: 40px;

}

.header-logo img {

	display: block;

    height: 70px;

    width: auto;

	transition: transform 0.4s;

}

.header-logo img:hover {

    transform: scale(1.05);

}

.page-header-bottom {

	background-color: #242833;

	box-shadow: 0 14px 30px -6px rgba(0,0,0,0.1);

}

.mobile-burger {

	display: none;

}

.menu-wrap ul {

	display: flex;

	margin: 0;

	padding: 0;

	list-style: none;

}


.menu-wrap ul li a:before {

    content: '';

    display: inline-block;

    height: 6px;

    width: 6px;

    background-color: transparent;

    border-radius: 100%;

}

.menu-wrap ul li:hover a:before,

.menu-wrap ul li.current-menu-item a:before,

.menu-wrap ul li.current-menu-ancestor a:before {

    background-color: #EF6A00;

}

.menu-wrap ul li a {

	display: flex;

	align-items: center;

	gap: 6px;

	font-family: "Montserrat", sans-serif;

	color: #ffffff;

	text-decoration: none;

	text-transform: uppercase;

	font-weight: bold;

	font-size: 0.9rem;

	padding: 20px 10px;

	transition: 0.4s;

}

.menu-wrap ul li a:hover,

.menu-wrap ul li.current-menu-item a,

.menu-wrap ul li.current-menu-ancestor a {

	color: #EF6A00;

}

.menu-wrap ul ul {

	display: none;

}

.header-information ul {

    margin: 0;

    padding: 0;

	list-style: none;

	display: flex;

	gap: 20px 40px;

	align-items: center;

}

.header-information ul li {

	display: inline-block;

}

.header-information ul li a {

	font-family: "Montserrat", sans-serif;

	text-decoration: none;

	color: #ffffff;

	font-weight: 500;

	display: flex;

	gap: 6px;

	align-items: center;

	transition: color 0.4s;

}

.header-information ul li a:hover {

	color: #EF6A00;

}

.header-information ul li img,
.header-information ul li svg {

	display: block;

	height: 28px;

	width: auto;

}

.page-footer {

	background-color: #16181E;

	padding: 48px 0;

}

.page-footer .wrap {

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

	gap: 30px;

}

.page-footer .wrap .company-details {

	display: block;

}

/* company-details is for contacts block */

.company-details {

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

	gap: 30px;

}

.footer-col {

	flex: 1;

	overflow: hidden;

}

.page-footer h2 {

	color: #ffffff;
	margin: 0 0 30px;

}

.footer-logo {

	flex-basis: 100%;

    border-bottom: 1px solid #EF6A00;

    padding: 0 0 30px;

    margin: 0 0 30px;

}

.footer-logo img {

	display: block;

    height: 50px;

    width: auto;

    transition: transform 0.4s;

}

.footer-logo img:hover {

    transform: scale(1.05);

}

.footer-col ul {

	margin: 0;

	padding: 0;

	list-style: none;

	display: flex;

	flex-direction: column;

	gap: 12px;

}

.footer-col ul li, 

.footer-col ul li a {

	display: flex;

	align-items: center;

	gap: 6px;

	color: #ffffff;

	text-decoration: none;

	transition: color 0.4s;

}

.footer-col ul li a:hover {

	color: #EF6A00;

}

.footer-col li img,
.footer-col li svg {

	display: block;

    height: 28px !important;

    width: auto !important;

	margin: 0 !important;

}


.uptodate{

	flex-basis: 100%;

	text-align: right;

}

.uptodate a{

	font-size: 8px !important;

	font-family: arial !important;

	font-weight: bold !important;

	letter-spacing: 1px !important;

	color: #ffffff !important;

	text-decoration: none !important;

}

.uptodate a:hover{

	text-decoration:none !important;

	color:#000 !important;

}



/* Google map block */

.google-map {

    width: 100%;

    height: 400px;

}

/* Google map block end */



/* Banner block */

.dreamo-banner {

	position: relative;

	width: 100%;

	max-width: 1920px;

	height: 560px;

	overflow: hidden;

	margin: auto;

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

  }

  .video-container {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	overflow: hidden;

  }

  #video-bg {

	min-width: 100%;

	min-height: 100%;

	transform: translateX(-50%) translateY(-50%);

	position: relative;

	top: 50%;

	left: 50%;

  }

  .dreamo-banner-content {

	position: absolute;

	bottom: 48px;

	left: 48px;

	background-color: rgba(239, 106, 0, 0.8);

	padding: 24px;

	width: calc(100% - 40px);

	max-width: 450px;

	text-align: center;

  }

  .dreamo-banner-content h1 {

	color: #ffffff;

	line-height: 1.2;

	margin: 0 0 24px;

  }

  .dreamo-banner-content p {

	line-height: 1.5;

	font-size: 1.125rem;

	margin: 0 0 24px;

	color: #ffffff;

  }

  a.banner-button {

	font-family: "Montserrat", sans-serif;

	font-weight: bold;

	color: #fff;

	text-decoration: none;

	text-transform: uppercase;

	display: inline-block;

	transition: color 0.4s;

  }

  a.banner-button:hover {

	color: #000000;

  }

  .featured-image .wrap {

	width: 100%;

	height: 100%;

	display: flex;

	align-items: center;

	justify-content: center;

  }

  .featured-image-content {

	display: flex;

	flex-wrap: wrap;

	gap: 24px;

	width: 100%;

  }

  .featured-image-content-inner {

	flex: 1;

	display: flex;

	justify-content: center;

	align-items: center;

	flex-direction: column;

  }

  .f-image-title {

	font-family: "Jost", sans-serif;

	font-size: 1.875rem;

	font-weight: 600;

  }

  /* Banner block end */



.single-karmani-cars .content {

	padding: 48px 0;

}

.car-top-content {

	margin: 0 0 48px;

}

.car-top-content .wrap {

	display: flex;

	align-items: flex-start;

	gap: 48px;

}

.car-images {

    width: 500px;

	display: flex;

    flex-wrap: wrap;

    gap: 5px;

}

.car-images a {

	display: block;

	width: calc(20% - 4px);

}

.car-images a:first-child {

	width: 100%;

}

.car-images a img {

	display: block;

	width: 100%;

	height: auto;

}

.lg-backdrop {

	background-color: rgba(31, 141, 123, 0.95) !important;

}

.lg-toolbar {

	background-color: rgba(0, 0, 0, 0) !important;

}

.lg-toolbar .lg-icon {

	color: #fff !important;

}

.lg-actions .lg-next, .lg-actions .lg-prev {

	background-color: rgba(0, 0, 0, 0) !important;

	color: #fff !important;

	font-size: 26px !important;

}

.lg-progress-bar .lg-progress {

	background-color: rgba(31, 141, 123, 0.95) !important;

}

.car-summary {

	display: flex;

	flex-grow: 1;

	flex-wrap: wrap;

	gap: 24px;

	flex-direction: column;

}

.car-title h1 {

	margin: 0;

}

.car-price {

	display: flex;

	flex-wrap: wrap;

	gap: 16px;

	align-items: center;

	color: #121212;

	line-height: 1;

	font-size: 0.8rem;

	font-weight: 400;

}

.car-price del {

	font-size: 1.2rem;

}

.car-price ins {

	color: #EF6A00;

	font-size: 2rem;

	text-decoration: none;

}

.tax-information {

    flex-basis: 100%;

}

.car-info {

	display: flex;

	flex-direction: column;

}

.car-info div {

    padding: 7px 0;

    border-bottom: 0.5px solid #ededed;

    border-top: 0.5px solid #ededed;

}

.car-info-row {

	display: inline-block;

	min-width: 140px;

	font-weight: bold;

}

.car-info-value {

	text-transform: lowercase;

}

span.car-info-value.value-reg, 

span.car-info-value.value-vin {

    text-transform: uppercase;

}

.car-bottom-content .wrap {

	display: flex;

	flex-wrap: wrap;

	gap: 48px;

}

.car-details h2 {

	width: 100%;

	margin: 0 0 48px;

}

.car-details-groups {

	columns: 3;

}

.car-details {

	position: relative;

	max-height: 500px;

    overflow: hidden;

    transition: max-height 0.3s ease;

}

.car-details.expanded {

    max-height: none;

}

.blur-overlay {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 300px;

    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);

    transition: opacity 0.3s ease;

}

.car-details.expanded .blur-overlay {

    opacity: 0;

}

.see-more-btn {

	font-family: "Montserrat", sans-serif;

    font-weight: bold;

	text-transform: uppercase;

	font-size: 0.9rem;

    padding: 10px 20px;

	color: #ffffff;

    background-color: #EF6A00;

	border: 2px solid #EF6A00;

    cursor: pointer;

	position: absolute;

    bottom: 0;

    left: 50%;

    transform: translateX(-50%);

	-moz-transform: translateX(-50%);

	-webkit-transform: translateX(-50%);

	transition: 0.4s;

}

.see-more-btn:hover {

    background-color: #ffffff;

	border: 2px solid #EF6A00;

	color: #EF6A00;

}

.car-details-group {

	margin: 0 0 24px;

	padding-right: 16px;

}

.car-details-group h3 {

	margin: 0 0 24px;

}

.car-details ul {

	list-style: none;

	padding: 0;

}

.car-details li {

	padding-left: 25px;

	background: url('../img/check-green.svg') no-repeat left center;

	background-size: 20px;

	margin-bottom: 10px;

}

.send-inquiry {

	flex-basis: 100%;

}

.send-inquiry h2 {

	margin: 0 0 48px;

}

.car-additional-information {

	flex-basis: 100%;

}

.car-additional-information h2 {

	margin: 0 0 48px;

}

/* Contact form 7 */

.wpcf7 p {

	margin: 0;

}

.wpcf7-not-valid {

	border: 2px solid #800020 !important;

}

.wpcf7-not-valid-tip{

	display: none !important;

}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {

	border: 0;

	margin: 20px 0 0;

	padding: 0;

	float: left;

}

.wpcf7 input[type=text], .wpcf7 input[type=email] {

	padding: 10px;

	margin: 0 0 16px;

	width: calc(100% - 24px);

	max-width: 320px;

	border: 2px solid #EF6A00;

}

.wpcf7 textarea{

	width: calc(100% - 24px);

	max-width: 640px;

	padding: 20px 10px;

	margin: 0 0 16px;

	resize: none;

	border: 2px solid #EF6A00;

	font-family: "Open Sans", sans-serif;

}

.wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus, .wpcf7 textarea:focus{

	border: 2px solid #EF6A00;

	outline: 0 !important;

}

.wpcf7-submit{

	font-family: "Montserrat", sans-serif;

    font-weight: bold;

	text-transform: uppercase;

	font-size: 0.9rem;

    padding: 10px 20px;

	color: #ffffff;

    background-color: #EF6A00;

	border: 2px solid #EF6A00;

    cursor: pointer;

	transition: 0.4s;

}

.wpcf7-submit:hover{

    background-color: #ffffff;

	border: 2px solid #EF6A00;

	color: #EF6A00;

}

div.wpcf7-mail-sent-ok {

	border: none;

	float: left;

	width: 100%;

	padding: 0;

	margin: 30px 0 0;

}

.wpcf7 form .wpcf7-response-output {

  margin: 20px 0 0;

  padding: 0;

  border: 0;

  float: left;

  width: 100%;

}

/* Contact form 7 end */



/* Cars list*/

.cars-list .wrap {

	padding: 48px 0;;

}

.cars-wrap {

	padding: 0 0 48px;

	display: flex;

	flex-wrap: wrap;

	gap: 48px;

}

.block-title {

	display: block;

	margin: 0 0 48px;

}

.car-card {

	position: relative;

	display: flex;

	flex-direction: column;

	width: calc(33.33333333333333% - 33.4px);

}

.car-card > a {

	display: flex;

    flex-direction: column;

}

.car-card a {

	text-decoration: none;

}

.car-card .car-image {

    width: 100%;

    height: auto;

	margin: 0 0 16px;

}

.car-card h2 {

	margin: 0 0 16px;

}

.car-card .car-price {

	margin: 0 0 16px;

}

.car-card .car-price del {

	font-size: 1rem;

}

.car-card .car-price ins {

    color: #000000;

    font-size: 1rem;

    font-weight: bold;

}

.car-card-details {

	line-height: 1.5;

	margin-top: auto;

}

.gold-star {

	position: absolute;

	top: 10px;

	left: 10px;

	width: 50px;

	height: auto;

}

.car-card.custom-content {

	position: relative;

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

	align-items: center;

	justify-content: center;

}

.car-card.custom-content::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: rgba(245, 189, 2, 0.8); /* 10% opacity of #F5BD02 */

    z-index: 1; /* Ensure the overlay is on top of the background image */

}

.car-card .custom-content-inside {

	position: relative;

	z-index: 5;

	width: calc(100% - 80px);

	padding: 40px 20px;

	text-align: center;

}

.car-card .custom-content-inside h3 {

	font-size: 2rem;

	color: #000000;

	margin: 0 0 24px;

}

.car-card .custom-content-inside p {

	margin: 0 0 24px;

	line-height: 1.2;

	font-weight: 500;

}

.car-card .custom-content-inside .button {

	display: inline-block;

}

/* Cars list end */



/* Pager */

.pagination {

	display: flex;

	gap: 12px;

    align-items: center;

    justify-content: center;

    text-align: center;

}

a.page-numbers,

.page-numbers.current {

	font-family: "Montserrat", sans-serif;

	text-transform: uppercase;

    font-weight: bold;

	font-size: 0.9rem;

    padding: 10px 20px;

    border: 2px solid #EF6A00;

    text-decoration: none;

    color: #EF6A00;

}

.page-numbers.current {

	background-color: #EF6A00;

	color: #ffffff;

}

/* Pager end */



/* Narrow content block */

.narrow-content .with-padding {

	padding: 48px 0;

}

.narrow-content-inner {

	max-width: 800px;

}

.narrow-content-inner img {

	width: 100%;

	height: auto;

	margin: 24px 0;

}

/* Narrow content block end */



@media (max-width: 1000px) {

	.cars-wrap {

		gap: 24px;

	}

	.car-card {

		width: calc(50% - 12px);

	}

	.car-details-groups {

		columns: 2;

	}

	.car-top-content {

		margin: 0 0 24px;

	}

	.car-top-content .wrap {

		gap: 24px;

	}

	.car-bottom-content .wrap {

		gap: 24px;

	}

	.page-header-top {

		box-shadow: 0 14px 30px -6px rgba(0, 0, 0, 0.1);

	}

	.header-logo img {

		height: 50px;

	}

	.header-icons-helper-text {

		display: none;

	}



	/* mobile burger */

	.mobile-burger {

		display: block;

	}

	.menu-icon {

		display: flex;

		flex-direction: column;

		justify-content: space-between;

		width: 30px;

		height: 24px;

		cursor: pointer;

		position: relative;

	}

	.menu-icon span {

		display: block;

		height: 3px;

		background: #ffffff;

		border-radius: 5px;

		transition: all 0.3s ease-in-out;

		position: absolute;

		left: 0;

		width: 100%;

	}

	.menu-icon span:nth-child(1) {

		top: 0;

	}

	.menu-icon span:nth-child(2) {

		top: 10px;

	}

	.menu-icon span:nth-child(3) {

		top: 20px;

	}

	.menu-icon.open span:nth-child(1) {

		transform: translateY(10px) rotate(45deg);

	}

	.menu-icon.open span:nth-child(2) {

		opacity: 0;

	}

	.menu-icon.open span:nth-child(3) {

		transform: translateY(-10px) rotate(-45deg);

	}

	/* mobile burger end */



	.header-information {

		margin-left: auto;

	}

	.header-information ul {

		gap: 20px;

	}

	.page-header-top {

		position: relative;

		z-index: 99;

	}

    .page-header-bottom {

		display: none;

		align-items: center;

        position: fixed;

        top: 0;

        height: 100%;

		width: 100%;

        z-index: 9;

		overflow: auto;

    }

	.page-header-bottom.open {

		display: flex;

	}

	.page-header-bottom .wrap {

		padding: 100px 0 40px;

		height: auto;

	}

	.menu-wrap ul {

		flex-direction: column;

	}

	.menu-wrap ul li:last-child {

		margin-left: 0;

	}

	.google-map {

		height: 300px;

	}

}



@media (max-width: 1000px) and (max-height: 600px) {

	.page-header-bottom.open {

		display: block;

	}

}



@media (max-width: 700px) {

	.narrow-content .with-padding {

		padding: 24px 0;

	}

	.block-title {

		margin: 0 0 24px;

	}

	a.prev.page-numbers,

	a.next.page-numbers {

		display: none;

	}

	.car-details h2 {

		margin: 0 0 24px;

	}

	.car-additional-information h2 {

		margin: 0 0 24px;

	}

	.send-inquiry h2 {

		margin: 0 0 24px;

	}

	.single-karmani-cars .content {

		padding: 20px 0 48px;

	}

	.car-top-content .wrap {

		flex-wrap: wrap;

	}

	.car-images {

		width: 100%;

	}

	.dreamo-banner {

		height: 460px;

	}

	.dreamo-banner-content {

		bottom: 20px;

		left: 20px;

		width: calc(100% - 88px);

		max-width: 100%;

	}

	.page-footer .wrap,

	/* company-details is for contacts block */

	.company-details {

		display: block;

		margin: 0 auto;

	}

	.footer-col {

		margin: 0 0 32px;

	}

	.footer-logo {

		border: 0;

		padding: 0;

	}

}



@media (max-width: 500px) {

	.cars-list .wrap {

		padding: 24px 0;

	}

	.car-card {

		width: 100%;

	}

	.pagination {

		gap: 5px;

	}

	a.page-numbers, .page-numbers.current {

		padding: 5px 10px;

	}

	.car-details-groups {

        columns: 1;

    }

	.dreamo-banner-content h1 {

		font-size: 1.7rem;

		margin: 0 0 16px;

	}

	.dreamo-banner-content p {

		font-size: 0.9rem;

	}

	.wrap {

		width: calc(100% - 32px);

	}

	.page-header-top .wrap {

		gap: 20px;

	}

	.header-logo img {

		height: 40px;

	}

	.header-information ul {

        gap: 14px;

    }

}

@media (max-width: 350px) {

	.header-information {

		display: none;

	}

}