/*Fonts */

@font-face {
    font-family: 'NunitoSans-Bold';
    src: url('../fonts/NunitoSans-Bold.eot');
    src: url('../fonts/NunitoSans-Bold.woff2') format('woff2'),
    url('../fonts/NunitoSans-Bold.woff') format('woff'),
    url('../fonts/NunitoSans-Bold.ttf') format('truetype'),
    url('../fonts/NunitoSans-Bold.svg#NunitoSans-Bold') format('svg'),
    url('../fonts/NunitoSans-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NunitoSans-Regular';
    src: url('../fonts/NunitoSans-Regular.eot');
    src: url('../fonts/NunitoSans-Regular.woff2') format('woff2'),
    url('../fonts/NunitoSans-Regular.woff') format('woff'),
    url('../fonts/NunitoSans-Regular.ttf') format('truetype'),
    url('../fonts/NunitoSans-Regular.svg#NunitoSans-Regular') format('svg'),
    url('../fonts/NunitoSans-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay-Italic';
    src: url('../fonts/PlayfairDisplay-Italic.eot');
    src: url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
    url('../fonts/PlayfairDisplay-Italic.woff') format('woff'),
    url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype'),
    url('../fonts/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic') format('svg'),
    url('../fonts/PlayfairDisplay-Italic.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay-Regular';
    src: url('../fonts/PlayfairDisplay-Regular.eot');
    src: url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
    url('../fonts/PlayfairDisplay-Regular.woff') format('woff'),
    url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
    url('../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg'),
    url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}



html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.bg_red_opacity {
    background:#993929;
    color:#f5e9d6;
}
.bg_green_opacity{
    background:#475b44;
    color:#f5e9d6;
}
.bg_cream_opacity{
    background:#f5e9d6;
    color:#475b44;
}
.bg_cream_opacity a {
    color:#475b44;
}
.bg_cream_opacity a:hover {
    color: #000;
}

h1, h2, h3, h4, h5, h6{
    line-height: 1.2;
}

.padding_10 {
    padding: 50px 60px;
}
.height_100 {
    height: 100%;
}

/*.margin_left_negative {
    margin-left: -20px;
}*/
.margin_right_negative {
    margin-right: 1.25%;
}

p {
    font-family: 'NunitoSans-Regular';
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    margin-top: 20px;
}
p span{
    font-family: 'NunitoSans-Regular';
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
}

h3 {
    font-family: 'PlayfairDisplay-Regular';
    font-size: 34px;
    margin: 0;
    text-align: left;
}
h5 {    
    font-family: 'NunitoSans-Bold';
    font-size: 14px;
    margin: 10px 0 0px;
    text-transform: uppercase;
}
a {
    font-family: 'NunitoSans-Bold';
    color: #ffffff;   
    font-size: 12px;
}
ul {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

li {
    font-family: 'NunitoSans-Regular';
    font-size: 14px;
    list-style-type: none;
    position: relative;    
    padding-left: 20px;
    margin-bottom: 8px;
    line-height: 1.2;
}
li::before{
    content: '';
    width: 7px;
    height: 7px;
    background: #475b44;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}


/*Navbar*/

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0px 100px;
    z-index: 9;
    background: #ffffff;
}

.nav-link {
    text-transform: uppercase;
    color: #455A43;
    font-family: 'NunitoSans-Regular';
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 0;
}

.nav-link:hover {
    color: #455A43;
}

.nav-link.active {
/*    font-family: 'NunitoSans-Bold';*/
/*    color: #000000;*/
    font-weight: 700;
}

.navbar-brand {
    color: #455A43;
    font-size: 30px;
    font-family: 'PlayfairDisplay-Regular';
    padding: 0;
    line-height: 1;
/*    padding-left: 20%;*/
}

.navbar-brand:hover {
    color: #455A43;
}
.dropdown-menu {
    background: #455A43;    
    padding: 5px 10px;
}
.dropdown-menu  li {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    border-top:1px solid #ffffff;
}
.dropdown-menu li:first-child{
    border-top:0px solid;
}
.dropdown-menu  li::before{
    content: none;
    width: 0;
    height: 0;
}
.dropdown-menu  li a{
    color: #ffffff;
}
.dropdown-menu  li a:hover { 
    color: #ffffff;
}
.navbar-nav {
    margin-top: 15px;
}
.nav-item::before {
    content: none;
    width: 0px;
    height: 0px;
}
.nav-item {
    padding: 0 10px;
}

/*End of navbar*/

.wrapper {
    padding: 40px 100px;
    margin: 0;
    background: #FFFFFF;
    color: #FFFFFF;
    font-family: 'PlayfairDisplay-Regular';
    width: 100%;
    height: 100%;
    position: relative;
}

/*Home Page*/

.home_banner {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../assets/banner_1-min.JPG) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: table;
}

.vertical_align {
    display: table-cell;
    vertical-align: middle;
}

.off_element {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    left: 0;
}

.off_sarjapur h2 {
    font-family: 'PlayfairDisplay-Italic';
    font-size: 32px;
}

/*Philosophy page*/

.philosophy_banner,
.aboutus_banner {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../assets/banner_1-min.JPG) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: table;
}

.philosophy_banner p{
    font-family: 'PlayfairDisplay-Regular';
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    /*color: #f5ead1;*/
}

.wrapper .slide {
    height: 100%;
    overflow: hidden;
}

.fp-prev, .villas_section_3_slider_arrows .prev {
    width: 20px !important;
    height: 30px;
    background: url(../assets/left_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 120px !important;
    top: 53%;
    border-color: transparent !important;
    border-width: 0px !important;
}
.villas_section_3_slider_arrows .prev{
    left: 20px !important; 
    top: 47%;
}

.fp-next, .villas_section_3_slider_arrows .next {
    width: 20px !important;
    height: 30px;
    background: url(../assets/right_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 120px !important;
    top: 53%;
    border-color: transparent !important;
    border-width: 0px !important;
}

.villas_section_3_slider_arrows .next{
    right: 20px !important;
    top: 47%;
}

.fp-tableCell {
    height: unset !important;
}
.breadcramp_earth a{
    position: absolute;
    margin: 0;
    background: rgba(69, 90, 67, 0.87);
    padding: 10px 20px;
    top: 0;
    left: 0;
}
.breadcramp_earth img, .breadcramp_earth_inner img{
    margin-right: 5px;
}
.breadcramp_earth_inner a{
    position: absolute;
    margin: 0;
    background: rgba(69, 90, 67, 0.87);
    padding: 10px 20px;
    top: 0;
    left: 0;
}
.breadcramp_earth a, .breadcramp_earth_inner a{
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
}
/* About US*/

.aboutus_banner h3 {
    text-align: center;
    margin-bottom: 20px;
}
.know_more_button a{
    font-size: 12px;
    text-decoration: inherit;
    padding: 5px 10px;
    border:1px solid #ffffff;
}
a:hover{
    color: #ffffff;
    text-decoration: none;
}

/* 3D View */
.threed_banner {
    /*background: #455A43;*/
    background: url(../assets/daintree-COMING-SOON-01.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100vh;
    display: grid;
    place-items: center;
    text-align: center;
    position: relative;
}
.three_text_block {
    bottom: 100px;
}
.three_text_block p{
    font-family: 'PlayfairDisplay-Regular';
}

/*Villas*/
.villas_section_1 {  
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../assets/villas/section_bg_1.jpg) no-repeat;
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
    text-align: center;
    display: table;
}
.villas_section_2 {
    background: url(../assets/villas/section_bg_2.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
     background-position:center center;
}
.villas_section_3 {
    background: url(../assets/villas/section_bg_3.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
     background-position:center center;
}
.villas_section_4 {
    /*background: url(../assets/villas/section_bg_4.jpg) no-repeat;*/
    background: url(../assets/section_bg_2_bw.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
     background-position:center center;
    display: block;
    padding: 80px 10px;
    height: calc(100vh - 120px);
/*    overflow-y: scroll;*/
}
.scrollable-element {
    width: 100%;
    height: 100%;
    /*overflow-y: scroll*/;
    overflow-y: hidden;
    align-items: center;
    display: grid;
}
.villas_main p{
    margin: 20px 0;
}
.element_earth_know_more {
    float: right;
}

/* Fading animation */
.fade_custom {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.villas_section_3_slider {
    height: 350px;
}
.villas_section_4 ul{    
    margin: 0;
    padding: 0;
    text-align: left;
}
.villas_section_4 li{    
    list-style-type: none;
    width: 18.5%;
    display: table;
    text-align: center;
    height: 200px;
    margin: 5px;
    background: rgba(69, 90, 67, 0.8);
    float: left;
    padding: 0;
}
.villas_section_4 li h5{
    vertical-align: middle;
    display: table-cell;
    font-family: 'PlayfairDisplay-Regular';
    font-size: 19px;
    text-transform: uppercase;
}
.villas_section_4 li::before {
    width: 0;
    height: 0;
    content: unset;
}
.villa_hover_text {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, 0.8);
    top:0;
    left: 0;
    padding: 15px;
    text-align: left;
    display: none;
    color: rgba(69, 90, 67, 1);
}
.villa_hover_text p{
    font-size: 12px;
    margin: 0;
}
a.villa_know_more {
    color: #475b44;
}   
.villas_section_4 li:hover .villas_section_4 li h5 {
    color: transparent;
}
    
.villas_section_4 li:hover .villa_hover_text {
    display: block;
}
    
.villas_section_4 li:hover {
    background: rgba(225, 225, 225, 0.8);
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffffff; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ffffff; 
}
.dropdown-toggle::after {
    border: 0;
}

/* contact_banner */
.contact_banner  h3{
    text-align: left;
}
.contact_banner address, .contact_banner p, .contact_banner a{
    text-align: left;
    font-size: 13px;
    font-family: 'NunitoSans-Regular';
}
.form-control {
    background: transparent;
    border-radius: 0px;
    padding: 5px 10px;
    font-size: 13px;
    font-family: 'NunitoSans-Regular';
    /*color: #ffffff;*/
    color: #5a6b55;
    border:1px solid #5a6b55;
}
.form-control:focus {
    /*color: #ffffff;*/
    color: #5a6b55;
    background: transparent;
}
.form-control::placeholder{
    /*color: #FFFFFF;*/
    color: #475b44;
}
.form-group {
    margin-bottom: 0;
    margin-top: 10px;
}
textarea {
    resize: none;
}
.submit-btn {
    border-radius: 0;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    background: transparent !important;
    /*border: 1px solid #EAE6DB;*/
    border: 1px solid #475b44 !important;
    color: #475b44 !important;
}

.submit-btn:focus, .submit-btn:hover{
    /*background: transparent;*/
    background: #475b44;
    border: 1px solid #475b44;
}

/* sustainability */
.sustainability_section_1 { 
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../assets/villas/section_bg_3.jpg) no-repeat;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: table;
}
.sustainability_section_2 {
    background: url(../assets/sustainability/section_bg_1.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;    
}
.sustainability_section_3 {
    /*background: url(../assets/sustainability/section_bg_2.jpg) no-repeat;*/
    background: url(../assets/sustainability/section_bg_2_1.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;    
}
.sustainability_section_4 {
    /*background: url(../assets/sustainability/section_bg_3.jpg) no-repeat;*/
    background: url(../assets/sustainability/daintree_Website1_27.jpg);
    background-repeat: no-repeat;
    background-size: cover;    
}
.sustainability_section_5 {
    /*background: url(../assets/daintree-cradled-by-earth.JPG) no-repeat;*/
    background: url(../assets/daintree-cradled-by-earth-1.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;    
}
.sustainability_video_section {
    /*height: 400px;*/
    overflow: hidden;
}
.sustainability_video {
    min-width: 100%;
    min-height: 100%;
    max-height: calc(100vh - 120px);
}

/*project_section_1*/
.project_section_1 {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../assets/project/section_bg_1.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: table;
    
}
.product_video_section{
    height: calc(100vh - 120px);
    overflow: hidden;
}
.project_section_2_bg {
    /*background: url(../assets/project/section_bg_2.jpg) no-repeat;*/
    background: url(../assets/project/project_bg_2_1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 120px);
}
.project_section_2_bg p{
    margin: 0 0 15px;
}
.amenities_inner_ul {    
    padding: 0 15px;
    border-right: 1px solid;
}
.amenities_inner_ul:last-child{
    border-right:0;
}
.amenities_inner_ul li{
    padding-left: 0;
    font-size: 12px; 
}
.amenities_inner_ul li::before{
    width: 0;
    height: 0;
}
.project_section_3_bg {
    background: url(../assets/project/section_bg_3.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 120px); 
}
.project_section_3_bg h3{
    margin-bottom: 20px;
}
.project_section_3_bg_border {
    border-right: 1px solid;
}
.project_section_3_bg p{
    margin: 0 0 20px;
}
.project_section_3_bg p:last-child{
    margin: 0;
}
.show_block_project_section_3 {
    position: absolute;
    top: 30%;
    left: 20px;
    width: 50%;
    padding: 20px;
    display: none;
}
.soil.show_block_project_section_3 {
    top:40%
}
.trees.show_block_project_section_3 {
    top:50%
}
.show_block_project_section_3 p{
    margin: 0;
}
.project_section_4_bg {
    /*background: url(../assets/project/section_bg_4.jpg) no-repeat;*/
    background: url(../assets/project/section_bg_4_1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 120px);  
}
.project_section_5_bg {
    /*background: url(../assets/project/section_bg_5.jpg) no-repeat;*/
    background: url(../assets/project/section_bg_5_1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 120px);  
}
.project_section_6_bg {
    /*background: url(../assets/project/section_bg_6.jpg) no-repeat;*/
    background: url(../assets/project/section_bg_6_1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 120px);  
}
.floor_projects .fp-prev{
    background: url(../assets/left_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;left: 60px !important;
}
.floor_projects .fp-next{
    background: url(../assets/right_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;right: 60px !important;
}
.bg_arrow{
    background: rgba(69, 90, 67, 0.47);
    height: calc(100vh - 120px);
}
.floor_projects .fp-slides {
    width: 80%;
    margin: 0 auto;
}

/* Right Modal Boxes Styling */
.right_modal_container {
    overflow: hidden;
    background: url(../assets/project/project_3.jpg) no-repeat center 100%;
    padding-left: 20px !important;
    padding-top: 10px !important;
    background-size: cover;
}
div.right-modal-box {
    padding: 10px 15px;
    background: rgb(71 91 68 / 96%);
    color: #fff;
    max-width: 80%;
    border: 1px solid #424242;
    margin-top: 10px;
    min-height: 20%;
    height: auto;
    color: #f5ead1;
}

/* Contact Form Alert Box Styling */
.alert {
    text-align: left;
    font-size: 13px;
    font-family: 'NunitoSans-Regular';
    margin-top: 10px;
}

/****** Some CSS to fix the responsive design issues******/
@media only screen and (max-width : 757px) {
   .navbar {
    position: fixed;
    padding: 20px;
    display: inline-flex;
   }
   .navbar-toggler {
       background-color: transparent;
       border-radius: 0;
       padding: 0;
   }
   .navbar-toggler svg {
       color: #475b44;
       width: 25px;
   }
   .navbar-toggler:not(:disabled):not(.disabled) {
       outline: none;
   }
   .wrapper {
      padding: 20px;
   }
   .home_banner img {
       max-width: 80%;
   }
   a.navbar-brand img {
    width: 200px;   
    display: block;
    margin-left: auto;
    margin-right: auto;
   }
   .vertical_align {
       padding: 20px;
   }
   .product_video_section {
       display: none;
   }
   .villas_section_4 {
       padding: initial;
   }
   .villas_section_4 li {
       width: 150px;
       height: 150px;
       padding: 10px;
   }
   .project_section_5_bg {
       height: calc(100vh - 30px);
   }
   p span {
      display: none; 
   }
   .padding_10 {
       padding: 30px;
   }
   h3 {
       font-size: 25px;
   }
   .floor_projects .fp-slides {
       width: 100%;
   }
   /*.floor_projects .fp-slides img {
       width: fit-content;
   }*/
  .threed_banner {
    background: #000 url(../assets/daintree-COMING-SOON-01.jpg) no-repeat center;
    background-size: 200%;
  }
  .fp-prev, .villas_section_3_slider_arrows .prev {
      left: 50px !important;
  }
  .fp-next, .villas_section_3_slider_arrows .next {
      right: 50px !important;
  }
}
