/* Fonts  */

@font-face 
{ 
    font-family: PHOTOGRAPH_SIGNATURE;
    src: url('../fonts/PHOTOGRAPH_SIGNATURE.TTF');
}

@font-face 
{ 
    font-family: Borgeny;
    src: url('../fonts/Borgeny.ttf');
}

@font-face 
{ 
    font-family: Poppins-Regular;
    src: url('../fonts/Poppins-Regular.ttf');
}

@font-face 
{ 
    font-family: Poppins-Bold;
    src: url('../fonts/Poppins-Bold.ttf');
}


ul li, ol li
{
	padding: 5px 0px;
}

p, ul li, ol li
{
	font-size: 16px;
	color: #fff;
	font-family: Poppins-Regular;
	padding-bottom: 20px;
	margin: 0px;
}

p
{
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
	font-family: Borgeny;
}

/* navbar*/

.main_menu
{
	background-color: #008b44 !important; 
	padding-top: 12px;
	padding-bottom: 12px;
}

.navbar-nav .nav-item.active
{
	color: #ffd200;
}

.header_logo
{
	width: 220px;
	height: auto;
}

.navbar-nav {
    float: unset;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link, .dropdown-item
{
	letter-spacing: 0px;
	padding: 0px 15px;
	color: #fff;
	font-weight: 500;
} 

.navbar-nav .dropdown-menu
{
	background-color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}

.dropdown-divider
{
	border-top: 2px solid #ffd200;
}

.navbar-nav .dropdown-menu li
{
	padding: 0px;
}

.navbar-nav .dropdown-menu li a
{
	color: #fff;
	font-size: 12px;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover
{
	background-color: transparent;
}

.navbar-light .navbar-nav .nav-item
{
	padding: 0px;
	font-size: 14px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover
{
    color: #ffd200;
}

.navbar-light .navbar-toggler 
{
    color: transparent;
}

.navbar-light .navbar-toggler-icon
{
   filter: brightness(0) invert(1);	
}

/*
.dropdown-toggle1::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.mob_number
{
	padding: 3px 5px;
	margin: 0px;
	font-weight: 700;
	font-size: 14px;
	border: 1px solid #2a8f71;
	border-radius: 6px;
}

.mob_number a
{
	color: #000;
	text-decoration: none;
}  
    
*/

.top_btns
{
	border: 1px solid #ffd200;
	background-color: #ffd200;
	padding: 5px 8px;
	margin: 0px 5px;
	color: #000;
	border-radius: 9px;
	font-size: 13px;
	font-family: Poppins-Bold;
}

.top_btns:hover
{
    background-color: #fff;	
}

.top_btns  a
{
	color: #000;
	text-decoration: none;
}

.top_btns:hover a, .top_btns:hover
{
	color: #000;
}


/*  headings */

.sec_heading h2
{
	color: #ffd200;
	padding: 0px;
	margin: 0px;
	letter-spacing: 1.1px;
    font-size: 42px;
    font-family: Borgeny;
}

.sec_heading
{
	padding-bottom: 42px;
}



.section_pad
{
	padding: 60px 0px;
}

.y_color
{
    color: #ffd200;
}

/*  Buttons  */

.group_btns 
{
    padding-left: 0px;
    margin: 12px 0px;
}

.group_btns li 
{
    list-style-type: none;
    padding: 5px;
    display: inline;
}

.yellow_btn 
{
    background-color: #ffd200;
    border: 1px solid #ffd200;
    border-radius: 9px;
    padding: 5px;
    font-weight: 600;
    width: 31%;
    font-family: Poppins-Bold;
}

.yellow_btn:hover
{
    background-color: #fff;
}

.yellow_btn:hover a 
{
    color: #000;
}
.yellow_btn a 
{
    color: #000;
    text-decoration: none;
    font-size: 13px;
}


/*  Banner  */

#banner_color
{
    background-color: #008b44;
    padding: 32vh 0px;
}

#banner
{
    background: url('../images/dtp_banner.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 45px;
    border-radius: 12px;
}


#main_banner
{
    /* padding: 0px 0px 100px 0px ;  */
    margin-top: -62vh;
}

.banner_heading h1
{
    color: #ffd200;
    font-size: 54px;
    font-family: Borgeny;
    letter-spacing: 1.4px;
    line-height: 1.4;
}

.signature
{
    font-family: PHOTOGRAPH_SIGNATURE;
    color: #fff;
    font-size: 3.4em;
    letter-spacing: 1.4px;
    padding-bottom: 0px;
    line-height: normal;
}

p.exclusive
{
    font-family: Poppins-Bold;
    font-size: 25px;
    padding: 20px 0px;
    line-height: normal;
}

/*  banner second section  */

#banner_points
{
    padding: 42px 0px;
}

.project_details
{
    text-align: center;
    padding: 15px 0px;
}

.project_details h3
{
    font-family: Poppins-Bold;
    font-size: 48px;
}

.project_details span
{
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #000;
}

.project_details p
{
    color: #000;
}


/*  about  */

#about
{
    background-color: #008b44;
    position: relative;
    z-index: 9999;
}

#about .top
{
    background-image: url('../images/about/about_top.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 375px;
    height: 405px;
    position: absolute;
    right: 5%;
    top: 25%;
    z-index: -1111;
}

#highlights .icon
{
    width: 45px;
    height: auto;
}

#highlights p
{
    font-family: Poppins-Bold;
    font-size: 18px;
    padding-bottom: 0px;
}


/*  Gallery  */

#gallery
{
    background: url('../images/gallery/gallery_bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#gallery .carousel-indicators
{
    bottom: -15%;
}

#gallery .carousel-indicators [data-bs-target]
{
    background-color: #ffd200;
    width: 35px;
    height: 2px;
    margin-right: 5px;
    margin-left: 5px;
}

#gallery .carousel-indicators [data-bs-target]:not(.active) {
    background-color: white;
}

#gallery .carousel
{
    margin-bottom: 25px;
}

#gallery .img-thumbnail
{
    background-color: unset;
    border: unset;
}


/*  Amenities  */

#amenities h2, #layout h2, #layout p
{
    color: #000;
}

#amenities
{
    padding: 60px 0px 215px;
}

.amenities_box {
    background-color: #008b44;
    padding: 12px 10px;
    position: relative;
    height: 200px;
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.amenities_box img {
    width: 60px;
    height: auto;
}

.divider {
    width: 1px;
    height: 40px;
    background-color: transparent;
    border-left: 1px dashed white;
    margin: 10px 0;
}

.amenities_box p {
    font-size: 12px;
    line-height: unset;
    margin: 0;
}

.progress {
    display: block;
    width: 100%;
    height: 1px;
    border-radius: 10px;
    overflow: hidden;
    
    background-color: #f5f5f5;
    background-image: linear-gradient(to right, #008b44, #008b44);
    background-repeat: no-repeat;
    background-size: 0 100%;
    
    transition: background-size .4s ease-in-out;
  }
  


/*  layout  */

#layout
{
    margin-top: -10%;
}

.bg2
{
    background-color: #f1f2f2;
}

.layout_container
{
    border-radius: 9px;
    z-index: 99999;
    position: relative;
    background-color: #f1f2f2;
}

.layout_box
{
    padding: 25px;
}

.layout_gap
{
    padding-left: 0px !important;
}


#layout .sec_heading 
{
    padding-bottom: 10px;
}

#location
{
    background: url('../images/layout/location_highlights_bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 260px 0px 60px;
    margin-top: -15%;
}

.location_points li
{
    list-style-type: none;
    list-style-image: url('../images/layout/loc_icon.webp');
    padding: 6px 0px;
}



/* Footer  */

#footer
{
    background: url('../images/footer/footer_bg.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff
}

#footer p
{
    padding-bottom: 6px;
}

#footer h2
{
    color: #fff
}

#footer iframe
{
    border-radius: 10px;
}

#footer .form-control
{
    margin: 6px 0px;
}

#footer .submit_btn
{
    background-color: #ffd200;
    border: 1px solid #ffd200;
    border-radius: 6px;
    width: 100%;
    padding: 14px 16px;
    color: #000;
    font-family: Poppins-Bold;
    text-transform: uppercase;
    margin-top:6px;
}

.social_links
{
    padding-left: 0px;
    text-align: center;
    margin-top: 24px;
}

.social_links li
{
    list-style-type: none;
    display: inline-block;
    padding: 6px;
}

.social_links li img
{
    width: 36px;
    height: auto;
}

#footer a
{
    text-decoration: none;
    color: #fff;
}

.v_logo
{
    width: 450px;
    height: auto;
    margin: 0px auto;

}

.footer_call
{
    font-size: 28px;
    font-family: Poppins-Bold;
}

/*  copyright  */

#copyright
{
    background-color: #595959;
    text-align: center;
    padding: 15px 0px;
}

#copyright p
{
    font-size: 14px;
    padding: 0px;
}


/*  Media Quries  */ 
 
@media only screen and (max-width: 768px)
{
	.header_logo 
	{
       width: 100px;
       height: auto; 
    }
	
	.navbar-collapse
	{
		border: none;
	}

	.navbar-nav
	{
	   text-align: left;
	}
	
	.navbar-light .navbar-toggler
	{
		border-color: transparent;
	}
	
	.navbar-light .navbar-nav .nav-link, .dropdown-item
	{
		 padding: 5px;
	}
	
	.navbar-nav .dropdown-menu
	{
		margin-left: 12px;
	}

    #banner
    {
        background: url('../images/mbl_banner.webp');
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 65px 30px 300px;
    }

    .signature
    {
        font-size: 1.8em;
    }

    .banner_heading
    {
        text-align: center;
    }

    .banner_heading h1
    {
        font-size: 28px;
        line-height: 1.2;
    }
    
    p.exclusive
    {
        font-size: 16px;
    }

    .yellow_btn
    {
        width: 100%;
        margin: 6px 0px;
    }

    .project_details h3
    {
        font-size: 30px;
    }

    #highlights p
    {
        font-size: 15px;
    }

    #amenities 
    {
        padding: 60px 0px 60px;
    }

    #layout,  #location
    {
        margin-top: unset !important;
        padding: 60px 0px 60px;
    }

    .layout_gap
    {
        padding-right: 0px !important;
    }

    .sec_heading h2
    {
        font-size: 32px;
    }
	
}


@media only screen and (min-width: 770px) and (max-width: 1000px)
{
	.navbar-light .navbar-nav .nav-link, .dropdown-item
	{
	   text-align: left;
	   padding: 5px 9px;
	}
	
	.navbar-collapse 
	{
		border-top: none;
		padding: 5px 0px;
	}
	
	.navbar-light .navbar-toggler
	{
		border-color: transparent;
	}

    .signature
    {
        font-size: 2.6em;
    }

    .banner_heading
    {
        text-align: center;
    }

    .banner_heading h1
    {
        font-size: 40px;
        line-height: 1.2;
    }
    
    p.exclusive
    {
        font-size: 20px;
    }

    .yellow_btn
    {
        width: 45%;
        margin: 6px 0px;
    }

    .project_details h3
    {
        font-size: 30px;
    }

    #layout h2
    {
        font-size: 18px;
    }

    #layout p
    {
        font-size: 14px;
    }

    #layout .yellow_btn a
    {
        font-size: 10px;
    }

}


@media only screen and (min-width: 1000px) and (max-width: 1200px)
{

	.navbar-light .navbar-nav .nav-link
	{
		font-size: 13px;
		padding: 0px 10px;
	}


    .signature
    {
        font-size: 2.6em;
    }

    .banner_heading h1
    {
        font-size: 40px;
        line-height: 1.2;
    }
    
    p.exclusive
    {
        font-size: 20px;
    }

    .yellow_btn
    {
        width: 45%;
        margin: 6px 0px;
    }

    #layout h2
    {
        font-size: 25px;
    }

    #layout p
    {
        font-size: 14px;
    }

}


@media only screen and (min-width: 1900px)
{
    #banner
    {
        padding: 120px 60px;
    }

    .signature
    {
        font-size: 3.8em;
        letter-spacing: 1.4px;
    }

    .banner_heading h1
    {
        font-size: 64px;
        line-height: 1.5;
    }

    p.exclusive
    {
        font-size: 30px;
    }

    #layout
    {
        margin-top: -6%;
    }
    
    #location
    {
        margin-top: -10%;
    }

}



/*  Slick Slider  */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    border: none;
    padding: 0px;
    background-color: transparent;
    z-index: 1;
}




.slick-prev {
    text-align: left;
    position: absolute;
    vertical-align: middle;
    top: unset !important;
    bottom: -28% !important;
    left: 3% !important;
	border: none;
    padding: 0px;
    background-color: transparent;
}

.slick-next {
    text-align: right;
    position: absolute;
	vertical-align: middle;
    top: unset !important;
    bottom: -28% !important;
    right: 2% !important;
	border: none;
    padding: 0px;
    background-color: transparent;
}

.slick-prev:before, .slick-next:before {
  color: #0F142D !important;
 
}
