@font-face {
  font-family: Godrej-B;
  src: url("../Fonts/CeraGodrejInterio-Bold.ttf");
}
@font-face {
  font-family: Godrej-m;
  src: url("../Fonts/CeraGodrejInterio-Medium.ttf");
}
@font-face {
  font-family: Godrej-r;
  src: url("../Fonts/CeraGodrejInterio-Regular.ttf");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;
  font-family: Godrej-r, sans-serif;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.font {
  font-family: Godrej-B, sans-serif;
}
.font-m {
  font-family: Godrej-m, sans-serif;
}

.arrow {
  position: fixed;
  bottom: 143px;
  right: 19px;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1000;
  pointer-events: none;
}
.arrow i {
  font-size: 2.3rem;
  color: #0474ad;
  cursor: pointer;
}

.arrow.arrow-show {
  opacity: 1;
  pointer-events: all;
}

.arrow-1 {
  position: fixed;
  bottom: 78px;
  right: 20px;
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 1060;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
  outline: none !important;
  box-shadow: none !important ;
  border: 0 !important;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2b9b88;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

header.active {
  background-color: #141414;
}

header li a {
  color: #52aa64 !important;
}
header li a:hover {
  color: #008ab1 !important;
}
header .offcanvas-body,
header .offcanvas-header {
  background-color: #000;
}

/* banner */

section.home-banner {
  overflow: hidden;
}
/* section.home-banner .lottie-container svg:last-child {
 display: none;
} */

.svg-box-1 {
  height: 767px;
position: absolute;
z-index: 100;
top: 125px;
left: 29px;
}
.svg-box-1 svg {
  max-width:100%;
}

.lottti_anim-exotic{
  height: 769px;
  position: absolute;
  z-index: 100;
  top: -75px;
  left: 0;
}

.lottti_anim_city{
   width: 300px;
  position: absolute;
  z-index: 100;
  top: 0px;
  left:0;
}
.lottti_anim_map{
  width: 600px;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
}
.lottti_anim_tour {
  width: 1577px;
  position: absolute;
  z-index: 100;
  top: 55px;
  left: 31px;
}
.lottti_anim_best{
  position: absolute;
  z-index: 0;
  width: 1300px;
  right: 0;
  top: -12px;
}

.lottti_anim_slice{
  position: absolute;
  width: 644px;
  /* left: 90px; */
  top: 0px;
  z-index: 1;
}
.lottti_anim_paradise{
  position: absolute;
  z-index: 100;
  /* width: 700px; */
  top: 0px;
  left: 600px;
  z-index: 1;
}


section.home-banner .svg-box {
  max-width: 100%;
  position: relative;
  z-index: 10;
  top: 0;
}
section.home-banner .lottti_anim {
 width: 600px;
}
/* section.home-banner .svg-box svg g {
  cursor: pointer;
} */
/* section.home-banner .svg-box svg g.active{
  fill: red;
  } */

section.home-banner .svg-box svg {
  position: absolute;
  top: 100px;
  left: 10px;
  width: 613px;
  height: auto;
}
.text-color{
  background: linear-gradient(90deg, #52aa64 0%, #229791 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

section.home-banner .carousel-item {
  height: 97vh;
  position: relative;
}
section.home-banner .carousel-item .content h2:nth-child(1) {
  text-transform: uppercase;
  font-size: 60px;
  background: linear-gradient(90deg, #52aa64 0%, #229791 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  letter-spacing: 10px;
}
section.home-banner .carousel-item .content h2:nth-child(2) {
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 60px;
  background: linear-gradient(92deg, #52aa64 0%, #229791 30%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
section.home-banner .carousel-item .content h2:nth-child(3) {
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 60px;
  background: linear-gradient(92deg, #52aa64 0%, #229791 30%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
section.home-banner .carousel-item .content h2:nth-child(4) {
  font-size: 80px;
  background: linear-gradient(90deg, #52aa64 0%, #008bb2 40%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

section.home-banner .lh {
  line-height: 67px;
}

section.home-banner .carousel-item img {
  height: 100%;
  object-fit: cover;
}

section.home-banner .carousel-item .card-img-overlay {
  left: 697px;
  top: 55%;
  transform: translatey(-50%);
  z-index: 100;
  width: 100%;
}

section.form {
  background: linear-gradient(90deg, #52aa64 0%, #008ab1 30%);
  position: fixed !important;
  width: 100%;
  bottom: 0;
  z-index: 1040 !important; 
}

section.form .grid {
  display: grid;
  grid-template-columns: repeat(4, 300px);
  padding: 10px 0;
  gap: 30px;
  justify-content: flex-end;
}
section.form .grid input {
  width: 100%;
  border: 0;
  outline: none;
  color: #fff;
  background: transparent;
  border-bottom: 1px solid #fff;
}
section.form .grid input.download_checkbox {
  width: 50px;
  height: 20px;
}
.promotions_box label {
  font-size: 12px;
}
section.form .grid > div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
section.form .btn {
  background-color: #fff !important;
  border: 0;
  color: #000;
  padding: 5px 20px;
  border-radius: 0;
}

.modal-content{
  background: linear-gradient(93deg, #52aa64 0%, #008ab1 60%);
  color: #fff;
}
.modal-body .grid label {
  display: block;
  margin-bottom: 10px;
}
.modal-body .grid input {
  width: 100%;
  height: 40px;
  padding-left: 1rem;
  outline: none;
  border: 0;
}
.modal-body .grid > div {
  margin-bottom: 20px;
}

.color {
  background: linear-gradient(90deg, #52aa64 0%, #008ab1 30%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
/* exotice living */

section.exotic {
  background-image: url("../Images/photos/2nd\ Scroll_1920x862.webp");
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 150px 0;
  overflow: hidden;
}

section.exotic svg {
  position: absolute;
  z-index: 1;
  top: -210px;
  width: 421px;
  left: 76px;
  height: auto;
  pointer-events: none;
}

/* section.exotic  .flex{
  display: flex;
  justify-content: end;
  max-width: 100%;
  margin: 0 auto;
  }
section.exotic  .flex-1{
  flex:0.8;
  transform: translateX(80px) translateY(-60px);
  }
section.exotic  .flex-2{
  position: relative;
  z-index: 2;
  }
   */


section.exotic .card {
  background-color: #000;
  border-radius: 0;
  padding-left: 100px;
  padding-top: 30px;
  padding-bottom: 100px;
}
section.exotic .card hr {
  color: #fff;
  opacity: 1;
  width: 70px;
}
section.exotic .card h3 {
  font-size: 60px;
}
section.exotic .card p {
  font-size: 16px;
  line-height: 29px;
  padding-right: 100px;
  color: #d3d3d3;
}
section.exotic img {
  position: relative;
  top: 50px;
  left: -50px;
}

section.city-life{
  overflow: hidden;
}

section.city-life svg {
  position: absolute;
  z-index: 1;
  top: -680px;
  left: 0;
  width: 250px;
  height: auto;
  pointer-events: none;
}

section.city-life{
  background: linear-gradient(91deg, #008ab1 7% , #52aa64 100%);
   padding: 100px 0;
}
section.city-life h3{
  background: linear-gradient(90deg, #75D4E5 30%, #53AA65 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-top: -13px;
}
section.city-life hr{
  color: #fff;
  opacity: 1;
  width: 70px;
}

section.city-life .card{  
 width: 350px;
  transition: all 1s ease;
  background-color: #000;
  border: 0;
  position: absolute;
  padding: 50px 20px;
  border-radius: 0;
  bottom: -295px;
  opacity: 0;
}
section.city-life .card p{  
  color: #fff;
}
section.city-life  img{  
height: 600px;
object-fit: cover;
}
section.city-life .card h2{  
 color: #89898a;
 font-size: 35px;
   background: linear-gradient(219deg, #008BB2 0%, #53AA65 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

section.city-life .swiper-slide-active .card {  
bottom: 0;
opacity: 1;
 }

section.city-life .card h4{  
  margin-bottom: 7px;
  font-size: 26px;
}
section.city-life .swiper-slide{  
overflow: hidden;
}
section.city-life .box{  
transform: translateX(80px);
position: relative;
z-index: 100;
}








/* ----- lifestyle ---- */

section.lifestyle svg {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  z-index: 1;
  height: auto;
  /* stroke-dasharray: 700;
  stroke-dashoffset: 700; */
}

section.lifestyle {
  overflow: hidden;
}
section.lifestyle .container-fluid {
  padding: 100px 0 1px 0;
}
section.lifestyle .card {
  background: transparent;
  position: relative;
}
.color-3 {
  background: linear-gradient(147deg, #229791 20%, #52aa64 51.04%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.height{
  height: 1722px;
  overflow: hidden;
  margin-bottom:50px !important;
  transition: all 0.3s ease-in ;
}

.expander_box{
  /* transition: all 0.3s ease-in ; */
}

.basket{
  opacity: 0;
}

section.lifestyle{
  transition: all 1s ease-in ;
}

section.lifestyle .btn:hover{
  background-color: #000;
  color: #fff;
}
section.lifestyle .btn{
  display: flex;
  align-items: center;
  justify-content: center;
}

section.urban .pagination,
.pagination,
.swiper2-pagination {
  margin-left: 100px;
}

section.lifestyle .card .box {
  background-color: #000000b3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 293px;
  height: 178px;
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
}
section.lifestyle .card .box h4 {
  font-size: 45px;
}

section.lifestyle hr {
  color: #000000;
  opacity: 1;
  width: 150px;
}
section.lifestyle .main-para {
  padding-right: 100px;
  line-height: 29px;
}
section.lifestyle h3 {
  font-size: 60px;
}
section.lifestyle .card .btn {
  width: 100%;
  border: 1px solid #000;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: all 0.5s ease;
  border-radius: 0;
}
/* section.lifestyle .card .btn:hover{

  } */

section.tour {
  text-align: center;
  background: linear-gradient(90deg, #53aa65 20%, #008ab1 100%);
}
section.tour .container-fluid {
  height: 342px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

section.tour svg {
  position: absolute;
  z-index: 1;
  height: auto;
  top: -320px;
  width: 1600px;
  left: 40px;
}

section.tour .btn {
  background-color: #fff !important;
  color: #000;
  border-radius: 0;
  border: 0;
  transform: all 0.5s ease;
}
section.tour .btn:hover {
  background-color: #000 !important;
  color: #fff;
}
section.tour .color-2 {
  color: #6bd481;
}
section.tour h2 {
  font-size: 67px;
}

section.escape svg {
  position: absolute;
  left: 21px;
  top: -320px;
  width: 250px;
  z-index: 1;
  height: auto;
  pointer-events: none;
}

section.escape {
  background-image: url("../Images/photos/4th\ Scroll_1920x1022.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
  overflow: hidden;
}

section.escape .card {
  background-color: #000;
  border: 0;
  border-radius: 0;
  padding: 40px;
  padding-left: 67px;
  width: 600px;
}
section.escape .card p {
  width: 450px;
}

section.escape .card hr {
  opacity: 1;
  background-color: #fff;
  color: #fff;
  width: 50px;
}
section.escape .tab {
  margin-top: 100px;
  /* margin-left: 60px; */
}
section.escape .main-box {
  position: relative;
  left: 200px;
  top: 60px;
}
section.escape .tab .overlay {
  z-index: 10;
  background-color: #000000;
  padding: 7px 20px;
  display: inline-block;
}

section.escape .nav-pills {
  gap: 10px;
  align-items: center;
}

section.escape .nav-link {
  color: #fff;
}

section.escape .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
}

section.urban {
  background: linear-gradient(90deg, #008bb2 0%, #53aa65 100%);
  padding: 100px 0 100px 0;
  overflow: hidden;
}

section.urban svg {
  position: absolute;
  left: 80px;
  top: -400px;
  width: 600px;
  z-index: 1;
  height: auto;
  pointer-events: none;
}

section.urban .card {
  background-color: #000;
}
section.urban .card hr {
  background-color: #ffffff;
  opacity: 1;
  height: 2px;
  width: 190px;
  transform: translateX(-100px);
}
section.urban .card span {
  transform: translateX(-80px);
  font-size: 60px;
}
section.urban .card h5 {
  transform: translateX(80px);
}

section.urban .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #000;
}
section.urban p {
  color: #fff;
}
section.urban ul li button {
  padding: 5px 19px;
}

section.urban .nav-pills .nav-link.active p {
  background: linear-gradient(90deg, #52aa64 0%, #008ab1 30%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

section.urban .control {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 30px;
  margin-top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
section.urban .control img {
  width: 80px !important;
  object-fit: contain;
}
section.urban .control2 {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 30px;
  margin-top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
section.urban .control2 img {
  width: 80px !important;
  object-fit: contain;
}

section.urban .swiper-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
section.urban .padding {
  padding-left: 195px;
}
section.urban .pagination,
.pagination,
.swiper2-pagination {
  position: static;
  display: flex;
  gap: 30px;
  color: #fff !important;
}

section.urban .swiper-pagination-current {
  color: #fff;
}
section.urban .swiper-pagination-total {
  color: #fff;
}

section.paradise {
  background: url("../Images/6th Scroll_1920x1028.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 100px 0;
  overflow: hidden;
}

section.paradise svg {
  position: absolute;
  right: 38px;
  top: -340px;
  width: 1200px;
  z-index: 1;
  height: auto;
  pointer-events: none;
}

section.paradise .card {
  background-color: #000;
  border-radius: 0;
}
section.paradise .card .main-size {
  font-size: 60px;
}

section.paradise .card .line {
  opacity: 1;
  background-color: #fff;
  color: #fff;
  width: 50px;
}
section.paradise .control {
  display: flex;
  gap: 60px;
  color: #fff;
  align-items: center;
}

section.paradise .nav-link p {
  color: #fff;
  font-size: 20px;
  font-family: Godrej-m, sans-serif;
}

section.paradise .nav-pills .nav-link {
  background-color: #000;
}
section.paradise .nav-pills .nav-link p {
  background: linear-gradient(90deg, #52aa64 0%, #008ab1 30%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

section.paradise .nav-pills .nav-link.active p {
  position: relative;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 30%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
section.paradise .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #008ab1 !important;
}

section.paradise .nav-pills .nav-link.active p::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 30px;
  background-color: #008ab1;
  clip-path: polygon(49% 100%, 0 0, 100% 0);
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
}

section.paradise .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #000;
}
section.paradise .price {
  background-color: #ffffff;
  color: #000000;
  padding: 10px 20px;
  font-size: 16px;
  position: absolute;
  z-index: 1;
  right: -200px;
  top: -100px;
}

section.paradise .price::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 30px;
  background-color: #ffffff;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  clip-path: polygon(1% 50%, 100% 0, 100% 100%);
}

section.paradise .inside .nav-pills .nav-link {
  background-color: transparent !important;
  color: #cfcfcf;
}

section.paradise .inside .nav-pills .nav-link {
  background-color: transparent !important;
}

section.paradise .inside .nav-pills .nav-link .border-line {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 10px;
}
section.paradise .inside .nav-pills .nav-link.active .border-line {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

section.paradise .inside .set-tab {
  position: absolute;
  top: -400px;
  right: -100%;
  width: 100%;
  display: flex;
}
section.paradise .control-3 {
  display: flex;
  gap: 56px;
  color: #fff;
  align-items: center;
  /* position: absolute; */
  transform: translate(105%, -382%);
}

footer {
  background-color: #000;
  padding: 30px;
}
footer a {
  color: #fff;
  text-transform: uppercase;
}
footer .d-flex > div {
  border-right: 1px solid #fff;
  padding-right: 50px;
}
footer .d-flex > div:last-child {
  border-right: transparent;
  padding-right: 50px;
}
