/*
Theme Name: NowAuction Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: https://www.thinkdigitally.com/
Description: A child theme for NowAuction based on Divi
Version: 1.01.1746098055
Updated: 2025-05-01 11:14:15

*/
.nac-header-mask-wrapper {
    background-image: url(https://nowauctionlive.wpenginepowered.com/wp-content/uploads/2025/05/headermaskV.svg);
    width: 810px;
    height: 600px;
	display: flex;
    justify-content: space-between;
	backdrop-filter: blur(16px);
    padding: 40px;
    color: white;
    font-size: 30px;
    font-weight: 300;
	flex-direction: row;
	position: relative;
}
body #page-container .et_pb_section .et_pb_button_0.btn-responsive {
	display: block; 
	width: 280px; 
	text-align: center; 
	padding: 10px;
	margin-top: 16px;
}

span.nac-bids {
	background: #34a134;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
}

span.nac-sep {
    padding: 0 10px;
}

span.nac-remainig {
    display: block;
    font-size: 85px;
    font-weight: 400;
    margin-top: 28px;
}

.hearocarimage {
	position: absolute;
    bottom: -110px;
    width: 1113px;
    max-width: 1113px;
	transition: 0.3s all;
}

.nac-header-right {
    width: 250px;
}


@keyframes car-exit {
  0% {
    left: -25%;
  }
  100% {
	  opacity: 0;
    left: -350%;
  }
}

@keyframes car-enter {
  0% {
	opacity: 0;
    left: 150%;
  }
  100% {
	opacity: 1;
    left: -25%;
  }
}

@media only screen and (max-width: 767px) {
	.nac-header-mask-wrapper {
		width: calc(100% - 30px);
		border-radius: 20px;
		font-size: 16px;
		height: 300px;
		background-position: top;
		padding: 10px 20px 10px;
		margin-top: 40px;
	}
	body #page-container .et_pb_section .et_pb_button_0.btn-responsive {
		display: none;
	}
	span.nac-remainig {
		font-size: 35px;
		margin-top: -12px;
	}
	
	.hearocarimage {
		bottom: -50px;
		width: 500px;
        max-width: 500px;
        transform: translateX(80px);
}
	.nac-header-right {
		width: auto;
	}
	div .ribbon span.et_pb_image_wrap:after {
		left: -107px;
		bottom: -20px;
		width: 322px;
		height: 376px;
		background-size: 90%;
	}
	div .ribbon-flip span.et_pb_image_wrap:after {
		right: 4px;
		left: 93px;
		bottom: -1px;
		width: 100%;
		height: 90%;
		background-position: bottom right;
		background-size: 70%;
	}
	span.nac-bids {
		width: 12px;
    	height: 12px;
	}
}

div div.et_pb_section.et_pb_section_0>.et_pb_background_mask {
    background-image: url(/wp-content/uploads/2025/05/NABK2.png);
}

.entry-content .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    background-image: url(https://nowauctionlive.wpenginepowered.com/wp-content/uploads/2025/07/NOWA-Logo.svg);
    background-size: 80%;
    background-position: 160%;
}

.et_pb_equal_columns.et_pb_gutters1 .et_pb_background_mask {
    background-image: url(https://nowauctionlive.wpenginepowered.com/wp-content/uploads/2025/06/image-frame.svg);
    opacity: 0.7;
}

.et_pb_section_video_bg {
	filter: grayscale(1);
}

.et-fixed-header#main-header {
    border-bottom: 1px solid #f26b14;
}


