@font-face {
  font-family: heading;
  src: url("../Fonts/Brandon_Grotesque_bold.otf");
}

@font-face {
  font-family: commom;
  src: url("../Fonts/CeraGodrejInterio-MediumItalic.ttf");
}
@font-face {
  font-family: hel;
  src: url("../Fonts/Avenir.ttc");
}
@font-face {
  font-family: "Avenir-Black";
  src: url("../Fonts/Avenir-Black.eot");
  src: url("../Fonts/Avenir-Black.eot?#iefix") format("embedded-opentype"),
    url("../Fonts/Avenir-Black.woff2") format("woff2"),
    url("../Fonts/Avenir-Black.woff") format("woff"),
    url("../Fonts/Avenir-Black.ttf") format("truetype"),
    url("../Fonts/Avenir-Black.svg#Avenir-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;
  font-family: heading, sans-serif;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

section.open_page {
  height: 100vh;
  overflow: hidden;
  background: url("../Images/bg.png") no-repeat center center/cover;
  /* background-attachment: fixed; */
}

section.open_page .logo {
  width: 36%;
}

section.open_page .logo2 {
  width: 20%;
}
section.open_page .main_box {
  padding: 4% 6% 3% 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

header .logo-3 {
  width: 171px;
}
section.map .m_map {
  display: none;
}

header {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar-collapse {
  position: relative;
  top: -17px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header.active {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header.size .logo-3 {
  /* -webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; */
  width: 100px;
}

header.size {
  -webkit-backdrop-filter: blur(111.0999984741211px);
  backdrop-filter: blur(111.0999984741211px);
  background: rgba(0, 0, 0, 0.28);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header.size .navbar-collapse {
  top: 0px !important;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .godrej {
  width: 200px;
}

header .nav-link {
  font-size: 19px;
  letter-spacing: 4px !important;
  margin-right: 30px !important;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 4px dashed transparent;
}

header .nav-link:hover,
header .nav-link.active {
  color: #fff !important;
  border-bottom: 4px dashed #fff;
}

header .gap {
  gap: 60px;
}

/*section.hero{
background: url('../Images/main-banner.jpg') no-repeat center center/cover;
background-attachment: fixed;
height: 100vh;
}*/

.hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slider {
  height: 100%;
  position: relative;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.desktop-img,
.mobile-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

section.map {
  min-height: 100vh;
  background: url("../Images/Layer\ 1.png") no-repeat center center/cover;
}
section.map .flex {
  padding: 100px 0 100px 60px;
}
section.map .bg {
  height: 283px;
  width: 100%;
}
section.map p.text-uppercase {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 22px;
  width: 83%;
}

section.map .bg2 {
  padding: 20px 20px;
  background-color: #fff;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

section.map .bg2 img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}
section.map .bg2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
section.map .bg2 li p {
  font-size: 14px;
  font-family: commom, sans-serif;
}

section.map h4 {
  font-size: 17px;
  letter-spacing: 2px;
  width: 100%;
  line-height: 17px;
}

section.travel {
  min-height: 100vh;
  background-color: #fff;
  overflow-x: hidden;
  padding: 30px 0;
}

section.travel h5 {
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
section.travel .box img {
  width: 70px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 10px;
}
section.travel .size {
  padding: 50px;
}
section.travel h3 {
  font-size: 20px;
  line-height: 29px;
  font-weight: 300;
}
section.travel p {
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 2px;
}
section.travel hr {
  margin: 4px 0;
  opacity: 1;
}

section.city {
  /*min-height: 80vh;*/
  padding-top: 0;
  /*background: url('../Images/city.png') no-repeat center center/cover;*/
  font-family: hel, "sans-serif";
}
section.city h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Avenir-Black";
}
section.city img {
  width: 400px;
}

.space {
  letter-spacing: 5px;
}
.color {
  color: #f26724;
}

/*section.city2 {
padding-top: 100px;
position: relative;
background: url('../Images/city_2.png') no-repeat center /cover;
font-family: hel , 'sans-serif';
top: -1px;
left: -4px;
overflow: hidden;
min-height: 52vh;
}


section.city2  .city_orange{
height: 400px;
}

section.city2 .card-img-overlay {
padding: 20px 100px;
}*/

.hr-line {
  border-top: 2px dashed black; /* Example: 2px thick black dashed line on top */
}

/* section.city2 .row{
background: url('') no-repeat center center/cover;
margin-top: 100px;
} */

section.city_content {
  height: 450px;
  top: 50px;
  bottom: 50px;
}
section.city_content_v1 {
  height: 450px;
  top: 50px;
  bottom: 50px;
}
.flex-2 {
  padding: 50px;
}
section.city_content img {
  height: 348px;
  width: 1005;
}
section.city_content .flex {
  padding: 90px 90px 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.city_content .flex .flex-1 {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}
section.city_content .flex .flex-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
}
section.city_content .flex .flex-2 p {
  text-transform: uppercase;
}

section.city_content h3 {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: -5px;
}
.text-black {
  color: #231f20 !important;
}

section.city_content h4 {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: -5px;
  margin-top: 10px;
}

section.slider {
  /* min-height: 100vh; */
  position: relative;
  overflow: hidden;
  font-family: hel, "sans-serif";
}

#detail {
  overflow: hidden;
}
section.slider .thumb-nav p {
  font-size: 12px;
  text-transform: uppercase;
  color: #231f20;
}

section.slider .thumb-nav {
  position: absolute;
  z-index: 100;
  background-color: #f26724;
  top: 1px;
  width: 420px;
  left: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80vh;
  padding-top: 40px;
}
section.slider .thumb-nav li {
  padding: 30px 40px;
}

section.slider .thumb-nav li .space {
  font-size: 18px !important;
  letter-spacing: 3px;
  line-height: 29px;
  text-transform: uppercase;
}

.extra {
  margin-bottom: 50px !important;
  color: #231f20;
}

section.slider .thumb-nav .one img {
  width: 60px;
  margin: 0 auto;
}

section.slider .thumb-nav .one p {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
}

.slick-prev {
  position: absolute;
  bottom: 30px;
  left: 39%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}

.slick-next {
  position: absolute;
  bottom: 30px;

  left: 59%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}

section.slider .thumb-nav .box li {
  position: relative;
}
section.slider .thumb-nav .box li svg {
  height: 2px;
  width: 100%;
  stroke: #fff !important;
  opacity: 1;
  stroke-width: 2px !important;
}

.btn {
  transition: all 0.5s ease;
  &:hover {
    transform: scale(0.95);
  }
}

.m_size {
  padding-bottom: 10%;
}

section.download {
  min-height: 104vh;
  padding-top: 100px;
  background: url("../Images/download_1_1.png") no-repeat;
  background-size: cover;
  background-position: center;
  margin: 20px 0 40px;
}

.hover-effect {
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease,
    color 0.3s ease;
  -o-transition: background-color 0.3s ease, border-color 0.3s ease,
    color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    color 0.3s ease;
}

.hover-effect:hover {
  background-color: #f26724 !important;
  border-color: #ccc; /* Slightly darker border */
  color: #ccc; /* Slightly darker text */
}

section.godrej {
  min-height: 107vh;
  padding-top: 0;
  background: url("../Images/last_bg_1.png") no-repeat center / cover;
  margin-bottom: 20px;
}

footer {
  background: url("../Images/footer.png") no-repeat center / cover;
  padding-top: 100px;
}
footer input {
  background: #1b1b1bd1;
  width: 100%;
  border: 1px solid #ffffff60;
  height: 40px;
  padding-left: 1rem;
  color: #ffffff;
  text-transform: uppercase;
}

footer select {
  background: #1b1b1bd1;
  width: 100%;
  border: 1px solid #ffffff60;
  height: 40px;
  padding-left: 12px;
  text-transform: uppercase;
  color: #ffffff;
}
footer select option {
  background: #00000065;
  color: #fff !important;
}
footer select::-webkit-input-placeholder {
  color: #fff !important;
}
footer select::-moz-placeholder {
  color: #fff !important;
}
footer select:-ms-input-placeholder {
  color: #fff !important;
}
footer select::-ms-input-placeholder {
  color: #fff !important;
}
footer select::placeholder {
  color: #fff !important;
}

footer .color {
  color: #ededed !important;
}

.btn-dark {
  border: 1px solid #ffffff60;
  background: #212121bf;
  color: #ececec !important;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 50px;
}
.custom-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-color: black;
  border: 2px solid white;
  border-radius: 2px;
  cursor: pointer;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 4px;
  width: 14px;
  height: 10px;
  border: solid gray;
  border-width: 0 0 4px 4px;
  transform: rotate(-45deg);
}
.custom-checkbox input:checked + .checkmark::after {
  display: block;
}

.modal .modal-content {
  background-color: rgba(255, 255, 255, 0.945) !important;
}

.modal input,
.modal select {
  width: 100%;
  height: 50px;
  padding-left: 1rem;
  outline: none;
  margin-bottom: 1rem;
  background-color: transparent;
  border-radius: 10px;
}
.modal input[type="checkbox"] {
  width: 15px;
  height: 15px;
}
.modal textarea {
  width: 100%;
  height: 90px;
  padding-bottom: 17px;
  /* border-radius: 10px; */
  padding-left: 1rem;
  padding-top: 0.6rem;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #efe2e2;
  /* border-bottom: 2px solid var(--bg); */
  background-color: transparent;
  position: relative;
  z-index: 34;
}

.modal .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--primary-color);
}

.modal .nav-link {
  color: var(--text);
}

body.modal-open {
  padding-right: 0 !important;
}

.modal .btn-3 {
  width: 180px;
  height: 40px;
  border: 2px solid #000000;
  color: #1d1d1d;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 10px;
}
.modal .btn-3:hover {
  border: 2px solid transparent;
  background-color: #236130;
  color: #fff;
}

.modal .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.modal .flex input {
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 0;
}
.modal .flex > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal .flex label {
  cursor: pointer;
}
.modal .flex-2 a {
  color: var(--text);
  font-size: 1.1rem;
}
.modal .flex-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.download-div {
  position: fixed;
  right: 0;
  top: 30%;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg) translateY(-50%);
  -ms-transform: rotate(180deg) translateY(-50%);
  transform: rotate(180deg) translateY(-50%);
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* .download-div:hover {
background-color: #c4161c;
} */
.download-div:hover a {
  color: #fff;
}
.download-div a {
  color: #000;
  padding: 14px 10px;
  font-size: 15px;
}
.btn-1 {
  background-color: #f26724 !important;
  color: #fff !important;
  border-radius: 0px 10px 10px 0px;
}

header .nav-link {
  font-size: 17px;
  letter-spacing: 3px;
  margin-right: 20px;
  color: #fff;
}

.btn1 {
  background-color: #f26724 !important;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  border-radius: 10px;
}

section.city_content .flex-2 p {
  font-size: 12px;
}

section.godrej .box h4 {
  font-size: 24px;
  line-height: 48px;
}
section.godrej .box h4.space {
  letter-spacing: 10px;
}
section.godrej .box p {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer select option {
  color: rgb(255, 255, 255); /* actual options */
}

footer select:invalid {
  color: gray; /* placeholder style */
}

footer select:valid {
  color: rgb(255, 255, 255); /* when an option is selected */
}

.navbar-toggler-icon {
  background-image: none !important;
}

.present {
  margin-bottom: 15px;
}

.third .show1 {
  display: block;
}
.third .hide1 {
  display: none;
}

.fa-bars {
  color: #f26724;
}

header.size {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  background: rgb(32, 32, 32);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.modal input,
.modal select {
  width: 100%;
  height: 50px;
  padding-left: 1rem;
  outline: none;
  border: 1px solid #d8d3d3;
  margin-bottom: 1rem;
  background-color: transparent;
  border-radius: 10px;
}

.modal input,
.modal select {
  width: 100%;
  height: 50px;
  padding-left: 1rem;
  outline: none;
  border: 1px solid #d8d3d3;
  margin-bottom: 1rem;
  background-color: transparent;
  border-radius: 10px;
}

.disc_txt p {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  padding: 10px 10px 15px;
  font-family: "commom";
}

#owl-6 .owl-dots {
  display: none;
}

#owl-5 .owl-dots {
  display: none;
}

.owl-5_img p {
  font-size: 12px;
}

.rollMain_1 h3 {
  font-size: 20px;
}

.rollCenter {
  text-align: center;
  margin-top: 10px;
}
