@font-face {
  font-family: 'Times New Roman MT Std';
  src: url('assets/fonts/Times New Roman MT Std Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4 {
    margin: 0 0 20px!important;
    color: #000;
	font-family: "Nunito Sans", sans-serif;
    letter-spacing: -1px;
}

.container-fluid {
    padding-right: var(--bs-gutter-x, 7rem);
    padding-left: var(--bs-gutter-x, 7rem);
}

h1 {
	font-size: 300%!important;
}

h2 {
	font-size: 225%;
}

h3 {
	font-size: 150%;
}

p {
	font-size: 110%;
}

.br-10 {
	border-radius: 10px;
}

.br-20 {
	border-radius: 20px;
}

section.video {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  color: #fff; /* ensure text is readable */
}

section.video .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

section.video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9); /* black overlay */
  z-index: 1;
}

section.video .row {
  position: relative;
  z-index: 2;
}

section.primary {
	padding-top: 80px;
	padding-bottom: 80px;
    background-color: #fff;
}

section.secondary {
	padding-top: 60px;
	padding-bottom: 60px;
    background-color: #dbff00;
	color: #dbff00;
}

section.secondary h2 {
	color: #000;
}

section.grey {
	padding-top: 60px;
	padding-bottom: 60px;
    background-color: #f9f9f9;
}

section.black {
	padding-top: 80px;
	padding-bottom: 80px;
    background-color: #111;
	color: #fff;
}

section.black h1, 
section.black h2, 
section.black h3 {
	color: #fff;
}

section.bg-1 {
	padding-top: 80px;
	padding-bottom: 80px;
	background: url("assets/img/properties.jpg");
    background-size: cover;
    background-position: center;
	color: #fff;
}

section.bg-1 h1 {
	color: #dbff00;
	font-size: 500%!important;
    margin: 10px 0;
    line-height: 110%;
}

section.bg-1 h2.small {
    color: #fff;
    font-size: 140% !important;
    margin-bottom: 0;
    font-weight: unset;
    font-family: 'Times New Roman MT Std', 'Times New Roman', serif;
    font-style: italic;
    letter-spacing: 0px;
}

section.city {
	padding-top: 80px;
	padding-bottom: 80px;
	background: url("assets/img/city.jpg");
    background-size: cover;
    background-position: bottom;
	color: #fff;
}

section.city h1 {
	color: #dbff00;
	font-size: 500%!important;
    margin: 10px 0;
    line-height: 110%;
}

section p:last-child {
	margin-bottom: 0;
}

.page {
	margin: 0!important;
}

.text-right {
	text-align: right;
}

.br-20 {
	border-radius: 20px;
}

/* TOP-BANNER */

.top-banner {
	padding: 7px;
    padding-right: var(--bs-gutter-x, 7rem);
    padding-left: var(--bs-gutter-x, 7rem);
	text-align: right;
	background: #dbff00;
	color: #000;
	font-size: 110%;
}

.top-banner a {
	color: #000;
}

/* NAVIGATION */

.navbar {
	z-index: 999;
	width: 100%;
    padding: 15px 0;
    background-color: #fff;
}

.navbar .logo {
    width: 150px;
    transition: all 0.3s;
}

.pages nav {
    position: fixed;
	z-index: 999;
	width: 100%;
    padding: 30px;
    background: #526351;
}

.navbar-scrolled {
    background: #fff;
    transition: all 0.3s;
    padding: 20px 30px !important;
}

.navbar-scrolled .logo {
	width: 125px;
    transition: all 0.3s;
}
.logo-holder p {
    font-weight: bold;
    color: #000;
    font-size: 150%;
}

.navbar-nav {
	display: flex;
	align-items: center;
}

.nav-link {
    color: #000 !important;
    transition: .2s;
    font-size: 115%;
    padding: 0 15px !important;
	font-family: "Nunito Sans", sans-serif;
    font-weight: bold;
}

.nav-item:last-child .nav-link {
    padding-right: 0 !important;
}

.nav-link:hover {
    color: #555 !important;
    transition: .2s;
}

.nav-link.active {
    color: #555 !important;
}

.dropdown-menu {
	padding: 1rem;
    background: #fff;
    width: unset;
    box-shadow: 0px 10px 10px -3px #555;
    border: 0;
}

.dropdown-menu a {
    color: #333;
	font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid #002d4530;
    padding: 10px 0;
	transition: .2s;
}

.dropdown-menu a:hover {
	background: #fff;
	color: #f68921;
	transition: .2s;
}

.dropdown-menu .nav-item {
	margin: 0;
}

.dropdown-menu.depth_1 {
    position: absolute;
    left: 100%;
    top: -40%;
    border-radius: 0 .25rem .25rem 0;
    box-shadow: unset;
}

.dropdown-item.active, .dropdown-item:active {
    color: #f68921;
    background-color: unset;
}

.nav-item {
    position: relative;
}

.animation:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    border-bottom: 2px solid #f68921;
    transition: 0.4s;
}

.animation:hover:after {
    width: 100%;
}

/* BUTTONS */

.btn-primary {
	background: #000;
    padding: 10px 20px;
    border: 2px solid #000;
    color: #fff;
    transition: .3s;
    font-size: 100%;
    font-family: "Nunito Sans", sans-serif;
    border-radius: 30px;
}

a.btn-primary:hover {
    background-color: #333;
    border-color: #333;
	transition: .3s;
}

.btn-secondary {
	background: #fff;
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #000;
    transition: .3s;
    font-size: 100%;
    font-family: "Nunito Sans", sans-serif;
    border-radius: 30px;
}

a.btn-secondary:hover {
    background-color: #333;
    border-color: #333;
	transition: .3s;
    color: #dbff00;
}

.btn-header a {
    background: #0d264f;
    border-radius: 5px;
    padding: 5px 20px!important;
    border: 2px solid #0d264f;
    color: #fff!important;
    transition: .3s;
	font-family: "Nunito Sans", sans-serif;
}

.btn-header a:hover {
    background-color: transparent;
    border-color: #0d264f;
    color: #0d264f!important;
	transition: .3s;
}

/* CAROUSEL */

#mainCarousel .carousel-inner {
  display: flex;
}

#mainCarousel .carousel-item {
  flex: 0 0 50%;   /* Each item takes half width */
  display: block;
}

/* MAIN */

.main-text h1 {
	color: #dbff00;
	font-size: 500%!important;
    margin: 10px 0;
    line-height: 110%;
}

.main-text h2 {
    color: #fff;
    font-size: 140% !important;
    margin-bottom: 0;
    font-weight: unset;
    font-family: 'Times New Roman MT Std', 'Times New Roman', serif;
    font-style: italic;
    letter-spacing: 0px;
}

div.img-div {
	background: url("assets/img/div-img.jpg");
    background-size: cover;
    background-position: center;
}

div.img-div-content {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.panel {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 10px 1px #f1f1f1;
	text-align: center;
}

.panel ul {
	margin-left: 10px;
	margin-bottom: 0;
}

.panel hr {
    width: 75px;
    opacity: 1;
    height: 5px;
	background: #dbff00;
}

.panel h3 {
	font-size: 140%;
}

.text-block {
	padding: 50px;
    text-align: center;
}

.text-block h4 {
    color: #dbff00;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 15px !important;
    font-family: 'Times New Roman MT Std', 'Times New Roman', serif;
	font-style: italic;
}

.testimonial-section {
  position: relative;
  padding: 80px 0;
  background: radial-gradient(circle at top right, rgba(219, 255, 0, 0.1), transparent 70%);
}

.testimonial-card {
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    width: 75%;
    margin-bottom: 40px;
}

.testimonial-image {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  height: 220px;
}

.customer-count {
    font-size: 6em;
	font-weight: 700;
	color: #dbff00;
}

.customers {
	font-size: 140%;
}

.testimonials {
	text-align: center;
	font-size: 120%;
}

img.dots {
    position: absolute;
    left: -60px;
    top: -40px;
    width: 150px;
    z-index: 0;
}

.z-index-99 {
	z-index: 99;
	position: relative;
}

.carousel-control-next, .carousel-control-prev {
	top: unset;
}

ul.tick {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

ul.tick li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.check-icon {
  color: #dbff00;
  font-size: 150%;
  line-height: 1.2;
  margin-right: 10px;
  flex-shrink: 0;
}

/* ARTICLE */

article.post h1 {
	font-size: 300%!important;
}

article.post h2 {
	font-size: 175%;
	clear: unset;
}

article.post h2.card-title {
	font-size: 140%;
	margin: 10px 0!important;
}

article.post h2.card-title a {
	color: #000;
}

article.post section.video h1 {
	font-size: 175%;
	color: #dbff00;
}

article.post div.btn-primary {
    background: unset;
    border-radius: unset;
    padding: unset;
    border: unset;
    color: unset;
    transition: unset;
    font-size: unset;
    font-family: unset;
}

article.post div.btn-primary div.wp-block-button a {
    background: #dbff00;
    border-radius: 0;
    padding: 15px 40px;
    border: 2px solid #dbff00;
    color: #000;
    transition: .3s;
    font-size: 120%;
	font-family: "Nunito Sans", sans-serif;
}

article.post div.btn-primary div.wp-block-button a:hover {
    background-color: #333;
    border-color: #333;
	transition: .3s;
	color: #fff;
}

/* FORM */
.form-bg {
    background: #fff;
    border-radius: 10px;
    padding: 40px 0px 0px!important;
    box-shadow: 0 0 5px 5px #555;
}

.form-bg label {
    width: 100%!important;
}

.form-bg h2 {
	color: #000!important;
}

.form-bg input[type="text"],
.form-bg input[type="email"],
.form-bg input[type="tel"],
.form-bg textarea,
.form-bg footer input[type="text"],
.form-bg footer input[type="email"],
.form-bg footer input[type="tel"],
.form-bg footer textarea {
    padding: 10px 0!important;
    color: #000!important;
    width: 100%!important;
    margin-bottom: 20px;
    border: unset!important;
    border-bottom: 1px solid #000!important;
    border-radius: 0!important;
    height: auto;
    background: none;
}

.form-bg button,.form-bg input[type="button"], .form-bg input[type="reset"], .form-bg input[type="submit"],
.form-bg button, .form-bg input[type="button"], .form-bg input[type="reset"], .form-bg input[type="submit"] {
    color: #fff!important;
    background-color: #000!important;
    border-color: #ff497c!important;
    border-width: 2px!important;
    padding: 10px 20px!important;
    border-radius: 30px!important;
    max-width: 250px!important;
    border: 2px!important;
	min-width: 100px!important;
    min-height: 42px;
	font-weight: normal;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #000 !important;
	opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #000 !important;
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #000 !important;
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #000 !important;
	opacity: 1;
}

/* FOOTER */

footer {
	background: url("assets/img/footer.jpg");
    background-size: cover;
    background-position: center;
	color: #fff;
    padding: 30px 0;
}

footer h2 {
	color: #fff;
	font-size: 250%;
}

footer hr {
    height: 2px!important;
    background-color: #fffbf8;
    opacity: 0.5;
    margin-top: 30px;

}

footer p {
	margin-bottom: 10px;
}

footer a {
	color: #fff!important;
	transition: .2s;
}

footer a:hover {
    color: #FCB913!important;
	text-decoration: none;
	transition: .2s;
}

footer .links a {
    padding-bottom: 5px;
    display: inline-block;
}

.social-icon {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #dbff00;
    color: #000 !important;
	border: 1px solid #dbff00;
}
/* MEDIA QUERIES */

@media only screen and (max-width: 768px) {
	.row>* {
		padding-right: 5%;
		padding-left: 5%;
	}

	h1 {
		font-size: 200%!important;

	}

	h2 {
		font-size: 175%;
	}

	h3 {
		font-size: 150%;
	}
	
	.navbar-nav {
		text-align: center;
		padding-top: 40px;
		margin-bottom: 0;
	}

	.nav-link {
        font-size: 120%;
        margin-bottom: 25px;
	}
	
	ul.dropdown-menu {
		font-size: 100%;
		text-align: center;
		border: none;
		padding: 0;
    	box-shadow: unset;
	}
	
	ul.dropdown-menu li {
		font-size: 100%;
        padding: unset;
	}
	
	ul.dropdown-menu li a {
		font-size: 120%;
		border-bottom: unset;
		padding: 0;
		margin-bottom: 25px;
	}
	
	.navbar-nav .dropdown-menu {
		background: #f9f9f9;
	}
	
	header .btn-primary {
		margin-left: unset;
		font-size: 100%;
		display: table;
		margin: 0 auto 25px;
	}
	
	.logo-wrap {
		position: relative;
		width: 100%;
	}
	
	section.bg-1 h1 {
    	color: #dbff00;
		font-size: 275% !important;
	}
	
	section.bg-1 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.form-bg {
		padding: 20px;
	}

	.main-section {
		text-align: center;
	}
	
	section p:last-child {
		margin-bottom: 0;
	}
	
	div.img-div-content {
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
		text-align: center;
	}
	
	footer {
		text-align: center;
	}
	
	footer img {
		width: 50%;
	}
	
	footer h3 {
		margin: 30px 0 10px!important;
	}
	
	.no-pt {
		padding-top: 0;
	}
	
	.carousel-caption {
		width: 90%;
		left: 0;
		right: 0;
		margin: 0 auto;
        bottom: 30px;
	}

	.carousel-caption h1 {
        font-size: 175% !important;
        text-shadow: 0 0 5px #222;
	}

	.carousel-caption h2 {
		font-size: 140%!important;
        text-shadow: 0 0 5px #222;
	}
	
	ul.tick {
		padding-left: 0;
	}
	
	ul.tick li {
		margin-bottom: 20px;
	}
	
	.top-banner {
		text-align: center;
        padding: 7px;
	}
	
	.nav-item:last-child .nav-link {
		border-right: unset;
		padding-right: unset !important;
	}
	
	.social_icons_rounded {
		justify-content: center;
	}
	
	article.post .wp-block-video {
		width: 100%!important;
	}
	
	article.post h1 {
		font-size: 200% !important;
	}
}

@media screen and (max-width: 992px){
	section.video {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.main-text {
		padding-bottom: 50px;	
	}
	
	.main-text h1 {
		font-size: 280%!important;
	}

	.navbar {
        padding: 5px 0;
        position: unset;
        justify-content: unset;
        background: #526350;
	}
	
	.navbar-light .navbar-toggler {
		border: none;
	}
	
	.navbar-light .navbar-toggler-icon {
		background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
	}
	
	.navbar-toggler {
   		padding: 15px 12px;
		z-index: 999;
	}

	.navbar-nav {
		margin-top: 0;
	}
	
	.logo-mobile {
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 30%;
        top: 50%;
        transform: translate(0, -50%);
		transition: all .3s;
	}
	
	.navbar-scrolled .logo-mobile {
		width: 115px;
		transition: all .3s;
	}
	
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-right: var(--bs-gutter-x, 1rem);
		padding-left: var(--bs-gutter-x, 1rem);
	}

	.navbar {
		background: #fffbf8 !important;
	}
	
	.animation:after {
		position: unset;
		width: unset;
		border-bottom: unset;
		transition: unset;
	}

	.carousel-caption h1 {
		font-size: 275%;
	}

	.carousel-caption h2 {
		font-size: 125%;
	}
}