@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src:
    url("../fonts/HelveticaNeueLTStd-Lt.eot") format("eot"),
    url("../fonts/HelveticaNeueLTStd-Lt.otf") format("otf"),
    url("../fonts/HelveticaNeueLTStd-Lt.svg") format("svg"),
    url("../fonts/HelveticaNeueLTStd-Lt.ttf") format("ttf"),
    url("../fonts/HelveticaNeueLTStd-Lt.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTStd-Md";
  src:
    url("../fonts/HelveticaNeueLTStd-Md.eot") format("eot"),
    url("../fonts/HelveticaNeueLTStd-Md.otf") format("otf"),
    url("../fonts/HelveticaNeueLTStd-Md.svg") format("svg"),
    url("../fonts/HelveticaNeueLTStd-Md.ttf") format("ttf"),
    url("../fonts/HelveticaNeueLTStd-Md.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTStd-Roman";
  src:
    url("../fonts/HelveticaNeueLTStd-Roman.eot") format("eot"),
    url("../fonts/HelveticaNeueLTStd-Roman.otf") format("otf"),
    url("../fonts/HelveticaNeueLTStd-Roman.svg") format("svg"),
    url("../fonts/HelveticaNeueLTStd-Roman.ttf") format("ttf"),
    url("../fonts/HelveticaNeueLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
  /*list-style-image: url(data:0);*/
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  width: 100%;
}
strong {
  font-weight: bold;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "HelveticaNeueLTStd-Lt";
  font-size: 17px;
  line-height: 24px;
  font-weight: normal;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

/*.section {
  padding: 50px 0;
}*/

h1,
h2,
h3,
h4 {
  font-family: "HelveticaNeueLTStd-Md";
}
h2 {
  font-size: 42px;
  line-height: 50px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

p {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 10px;
}

/************ Header style start ***********/
#site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

#site_header .container {
  width: 96%;
  max-width: none;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand_logo {
  max-width: 250px;
  width: 100%;
  margin: 0;
}
.project_logo {
  max-width: 181px;
  width: 100%;
  margin: 0;
}

/************ Navigation style start ***********/
.menu_burger {
  display: none;
}
.open_menu {
  display: block;
}
.close_menu {
  display: none;
}
#site_nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 280px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  z-index: -1;
}
#menu {
  width: 100%;
}
#menu li a {
  background: rgba(46, 67, 155, 1);
  background: -moz-linear-gradient(left, rgba(46, 67, 155, 1) 0%, rgba(166, 85, 142, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46, 67, 155, 1)), color-stop(100%, rgba(166, 85, 142, 1)));
  background: -webkit-linear-gradient(left, rgba(46, 67, 155, 1) 0%, rgba(166, 85, 142, 1) 100%);
  background: -o-linear-gradient(left, rgba(46, 67, 155, 1) 0%, rgba(166, 85, 142, 1) 100%);
  background: -ms-linear-gradient(left, rgba(46, 67, 155, 1) 0%, rgba(166, 85, 142, 1) 100%);
  background: linear-gradient(to right, rgba(46, 67, 155, 1) 0%, rgba(166, 85, 142, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e439b', endColorstr='#a6558e', GradientType=1 );
  font-family: "HelveticaNeueLTStd-Lt";
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 5px 10px 20px;
  margin-bottom: 1px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#menu li a:hover,
#menu li a.active {
  background: rgba(166, 85, 142, 1);
  background: -moz-linear-gradient(left, rgba(166, 85, 142, 1) 0%, rgba(46, 67, 155, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(166, 85, 142, 1)), color-stop(100%, rgba(46, 67, 155, 1)));
  background: -webkit-linear-gradient(left, rgba(166, 85, 142, 1) 0%, rgba(46, 67, 155, 1) 100%);
  background: -o-linear-gradient(left, rgba(166, 85, 142, 1) 0%, rgba(46, 67, 155, 1) 100%);
  background: -ms-linear-gradient(left, rgba(166, 85, 142, 1) 0%, rgba(46, 67, 155, 1) 100%);
  background: linear-gradient(to right, rgba(166, 85, 142, 1) 0%, rgba(46, 67, 155, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6558e', endColorstr='#2e439b', GradientType=1 );
}

/************ Main banner style start ***********/
#home-wrp {
}
.main_slide.owl-carousel {
  height: 100%;
  width: 100%;
}

.main_slide .item {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}
.main_slide .item.slide_01 {
  background-image: url(../images/Godrej_Forest_Estate_DC_Banner_ICC_landscape.webp);
}
.main_slide .item.slide_02 {
  background-image: url(../images/main_slide_02.jpg);
}
.main_slide .item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00000069;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.main_slide .container.banner_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.banner_head {
  font-family: "HelveticaNeueLTStd-Md";
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 2px #000;
  padding: 10px 0;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 2px;
}
.banner_head span {
  display: block;
  font-family: "HelveticaNeueLTStd-Roman";
  font-size: 56px;
  line-height: 59px;
}
.banner_para {
  font-family: "HelveticaNeueLTStd-Roman";
  font-size: 20px;
  line-height: 24px;
  color: #a4548e;
  background-color: #fff;
  padding: 5px 20px;
}
.fancybox_img_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -99;
  visibility: hidden;
}
.rera_details {
  font-size: 12px;
  color: #fff;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}
.disc_popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
.disc_popup_content {
  width: 70%;
  background-color: #fff;
  padding: 40px;
  overflow: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  height: 500px;
  overflow-y: auto;
}

.disc_popup_content h2 {
  font-size: 28px;
  line-height: 38px;
}
.disc_popup_content p {
  font-size: 16px;
  line-height: 20px;
}
.agree-popup {
  background: rgba(46, 67, 155, 1);
  background: -moz-linear-gradient(left, rgba(46, 67, 155, 1) 0%, rgba(166, 85, 142, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46, 67, 155, 1)), color-stop(100%, rgba(166, 85, 142, 1)));
  background: -webkit-linear-gradient(left, rgba(46, 67, 155, 1) 0%, rgba(166, 85, 142, 1) 100%);
  background: -o-linear-gradient(left, rgba(46, 67, 155, 1) 0%, rgba(166, 85, 142, 1) 100%);
  background: -ms-linear-gradient(left, rgba(46, 67, 155, 1) 0%, rgba(166, 85, 142, 1) 100%);
  background: linear-gradient(to right, rgba(46, 67, 155, 1) 0%, rgba(166, 85, 142, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e439b', endColorstr='#a6558e', GradientType=1 );
  font-family: "HelveticaNeueLTStd-Lt";
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
}
@media only screen and (max-width: 1023px) {
  /*header style*/
  #site_header {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #site_header .container {
    padding: 10px 10px;
  }
  .brand_logo,
  .project_logo {
    width: 45%;
  }
  /*#site_nav {
    background-color: rgba(0,0,0,0.8);
    left: auto;
    right: 0;
    top: -100%;
    margin: 0 auto;
    align-items: center;
    max-width: none;
    text-align: center;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  #site_nav.active {
    top: 0;
  }
  .menu_burger {
    display: block;
    font-size: 25px;
    color: #fff;
    margin-left: 10px;
    position: relative;
    z-index: 1;
  }
  .open_menu.active {
    display: none;
  }
  .close_menu.active {
    display: block;
  }
  #menu {
      width: 80%;
  }*/
  /*Main banner start*/
  .main_slide .item.slide_01 {
    background-image: url(../images/Godrej_Forest_Estate_DC_Banner_ICC_phoneGodrej_Forest_Estate_DC_Banner_ICC_landscape.webp);
  }
  .main_slide .item.slide_02 {
    background-image: url(../images/main_slide_02.jpg);
  }

  .main_slide .container.banner_txt {
    padding-bottom: 10%;
    justify-content: flex-end;
  }
  .banner_head {
    font-size: 20px;
    line-height: 25px;
  }
  .banner_head span {
    font-size: 30px;
    line-height: 35px;
  }
  .banner_para {
    font-size: 15px;
    line-height: 18px;
    padding: 5px 10px;
  }
  .disc_popup_content {
    height: 500px;
    width: 90%;
    padding: 20px;
  }
}
