@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

* { 
	box-sizing: border-box;
}

body{
	margin: 0;
	padding: 0;	
    font-family: 'Montserrat', sans-serif;
}

html{
	scroll-behavior: smooth;
}

:root {
  --mantisGreen: #449e18;  
  --Arsenic: #505050;
  --Cultured: #f6f6f6;
  --white:  #ffffff;
  --black: #000000;
}
.nav-link{
    color: #fff;
}
.navbar-nav .nav-link.active{
    color: var(--mantisGreen);
    font-weight: 600;
}
h2 {
    font-size: 30px;
}

h2 span,
h3 span {
    color: var(--mantisGreen);
}

h3{
    font-size: 30px;
}
.text-green{
    color: var(--mantisGreen);;
}
.spacer{
    height: 50px;
}
.para-b{
        font-size: 18px;
        color:var(--Arsenic);
        font-weight: 600;
}
.btn.btn-primary {
    background: var(--mantisGreen);
    border: 2px solid var(--mantisGreen);
    font-size: 16px;
    font-weight: bold;
    padding: 7px 50px;
    border-radius: 5px;
    box-shadow: 0 3px 5px #00000026;
}

.btn.btn-primary:hover {
	color: white;
    background: var(--black);
    border: 2px solid var(--mantisGreen);
}
.bg-green{
    background: var(--mantisGreen);;
}

header {
    padding: 20px 12rem;
    position: fixed;
    width: 100%;
    transition: 0.5s ease-in-out;
}
header.scrolled {
    background: #fff;
    transition: 0.5s ease-in-out;
    z-index: 99999;
    padding: 0rem 2rem;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 35%);
}
header.scrolled .nav-link {
    color: var(--Arsenic);
}
.nav-link:hover {
    color: var(--mantisGreen);
}
header nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 15px;
}
header.scrolled nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 14px;
}
header.scrolled  .navbar{
    padding: 0;
}
header .logo-dark{
    display: none;
}
header.scrolled .logo-dark{
    display: block;
}
header.scrolled .logo-white{
    display: none;
}
.logo img{
    width: 80%;
}
.banner-main{
    background-image: url(../images/banner.png);
    background-size: cover;
    background-attachment:fixed ;
    padding: 13rem 0 16rem;
}
.banner-main p{
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-style: italic;
    padding: 25px 16rem 5rem;
    font-size: 16px;
}
.banner-logo{
    width: 25%;
}
.villa-box-banner h3{
    position: absolute;
    font-weight: 600;
}

.villa-box-banner img{
    width: 100%;
}

.why-Purchase{
    padding: 10rem 0 5rem;
}
.why-Purchase h1 {
    font-size: 35px;
    text-shadow: 0px 3px 2px rgb(0 0 0 / 14%);
    padding-bottom: 15px;
}
.why-purchase-overlapImg{
    position: absolute;
    bottom: -60px;
    right: 50px;
}
.why-purchase-images img {
    width: 55%;
}
.why-purchase-content ul li::marker{
 content: url(../images/marker-list.png);
}
.why-purchase-content ul li{
    padding-left: 8px;
}
.quick-form{
    background: url(../images/form-background.png);
    background-size: cover;
}
.overlay-bg{
    position: relative;
    z-index: 0;
}
.overlay-bg:before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.4;
    z-index: -1;
}
.overlay-g{
    position: relative;
    z-index: 0;
}
.overlay-g:before {
    content: '';
    background: linear-gradient(180deg, rgba(2,0,36,0) 18%, rgba(0,0,0,0.4458158263305322) 48%, rgba(0,0,0,0.896796218487395) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.8;
    z-index: -1;
    left: 0;
}

.quick-form form {
    width: 60%;
    margin: 0px auto;
}
.form-fields {
    padding: 10px;
}
.form-control {
    font-size: 14px;
    font-weight: 600;
    color: #000 !important;
    border: none;
    padding:14px 10px;
    text-transform: uppercase;
}
textarea.form-control{
    font-size: 14px;
    font-weight: 600;
    color: #000 !important;
    border: none;
    padding:14px 10px;
    text-transform: uppercase;
}
.form-control::placeholder{
    color: #000;
}
.forn-extra-btn svg {
    width: 23px;
    height: 23px;
    fill: #fff;
}
.forn-extra-btn {
    display: flex;
    justify-content: center;
    gap: 70px;
}
.forn-extra-btn a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}



.heading-shadow{
    text-shadow: 0px 3px 2px rgb(0 0 0 / 14%);
}
.infinity-bay p{
    text-align: center;
    padding: 1px 12rem;
    color: var(--Arsenic);
    font-weight: 600;
    line-height: 1.2;
    font-size: 17px;
    margin-top: 15px;
}
.infinity-content ul li::marker{
    content: url(../images/marker-list.png);
   }
   .infinity-content ul li{
       padding-left: 8px;
       padding-bottom: 8px;
   }

   .infinity-img img{
    width: 85%;
   }
   .infinity-bay {
    padding: 5rem 0;
}

.video-main{
    background: url(../images/video-background.png);
    background-size: cover;
    padding: 4rem 0 5rem;
}
.home-blog{
    padding:5rem 0
}
.blog-box{
    background: url(../images/blog-img.png);
    background-size: cover;
    height: 470px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    overflow: hidden;
    margin: 0px 12px;
    border-radius: 5px;

}
.blog-box p{
    font-size: 14px;
    font-weight: 500;
}
.blog-box a{
    color: var(--mantisGreen);
    background: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 1px 3px;
    position: relative;
}
.blog-box a:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    z-index: -1;
    left: -20px;
    top: 0;
}

.newsletter{
    background: var(--Cultured);
}
.newsletter form {
    width: 50%;
    margin: 0px auto;
}
.newsletter form input{
    border: 3px solid #000;
    padding: 0 10px;
    border-radius: 7px !important;
    margin-right: 6px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--mantisGreen);
    outline: 0;
    box-shadow:none;
}

footer{
    background: var(--black);
}
.footer-box {
    padding: 0 30px;
}
.social-icons svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    margin: 3px;
}
.f-menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
}
footer p{
    font-size: 13px;
    font-weight: 500;
}
footer ul{
  list-style: none;
}
footer ul li{
    font-size: 13px;
    font-weight: 500;  
}
.f-form input, .f-form textarea {
    background: transparent;
    border: 1px solid green;
    padding: 8px 10px;
    color: #fff;
    margin-bottom: 17px;
    font-size: 12px;
}
.f-form input::placeholder, .f-form textarea::placeholder  {
    color: #fff;
}
.f-form .btn.btn-primary {
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 4px;
}
.error{
    color: #ff0000;
    font-weight: 500;
}