/*@Media Query Mixin*/
/*@Media Query Mixin End*/
body {
  margin: 0;
  padding: 100px 0 0;
  overflow-x: hidden;
  color: #000;
  font-family: 'DIN';
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 1400px) {
  body {
    padding: 86px 0 0;
  }
}

@media screen and (max-width: 999px) {
  body {
    padding-top: 100px;
  }
}

@media screen and (max-width: 600px) {
  body {
    padding-top: 108px;
  }
}

.container {
  max-width: 80%;
}

@media screen and (max-width: 1500px) {
  .container {
    max-width: 90%;
  }
}

@media screen and (max-width: 999px) {
  .container {
    max-width: 98%;
  }
}

.medium {
  font-weight: 500;
}

.hesingft {
  font-family: 'DIN';
  font-weight: 500;
}

.semi {
  font-family: 'DIN';
}

.size36 {
  font-size: 36px;
}

@media screen and (max-width: 1500px) {
  .size36 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1300px) {
  .size36 {
    font-size: 27px;
  }
}

@media screen and (max-width: 999px) {
  .size36 {
    font-size: 32px;
  }
}

@media screen and (max-width: 600px) {
  .size36 {
    font-size: 29px;
  }
}

.size24 {
  font-size: 20px;
}

@media screen and (max-width: 1500px) {
  .size24 {
    font-size: 19px;
  }
}

@media screen and (max-width: 999px) {
  .size24 {
    font-size: 18px;
  }
}

.size18 {
  font-size: 18px;
}

@media screen and (max-width: 1500px) {
  .size18 {
    font-size: 17px;
  }
}

p, li {
  font-size: 16px;
}

@media screen and (max-width: 1500px) {
  p, li {
    font-size: 15px;
  }
}

@media screen and (max-width: 1300px) {
  p, li {
    font-size: 14px;
    margin-bottom: 0.7rem;
  }
}

@media screen and (max-width: 999px) {
  p, li {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  p, li {
    font-size: 16px;
  }
}

@media screen and (max-width: 1300px) {
  p {
    margin-bottom: 0.7rem;
  }
}

.grediant {
  background: #bd0635;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.divline {
  background: #d7b14c;
  width: 40%;
  height: 1px;
  margin: 1.6rem 0;
}

@media screen and (max-width: 1400px) {
  .divline {
    margin: 1.2rem 0;
  }
}

@media screen and (max-width: 1300px) {
  .divline {
    margin: 0.8rem 0;
  }
}

@media screen and (max-width: 999px) {
  .divline {
    margin: 1.6rem 0;
  }
}

.bgclip {
  font-size: 10rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 141px;
  opacity: 0.6;
}

@media screen and (max-width: 1700px) {
  .bgclip {
    font-size: 8.5rem;
  }
}

@media screen and (max-width: 1500px) {
  .bgclip {
    font-size: 6.5rem;
    line-height: 97px;
  }
}

@media screen and (max-width: 999px) {
  .bgclip {
    display: none;
  }
}

.clr1 {
  color: #00072d;
}

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
  background: #fff;
  padding: 2.1rem 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1400px) {
  .navbar {
    padding: 1.5rem 0;
  }
}

@media screen and (max-width: 999px) {
  .navbar {
    padding: 2rem 0;
  }
}

@media screen and (max-width: 600px) {
  .navbar {
    padding: 36px 0 14px;
  }
}

.navbar.scrolled {
  position: fixed;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.navbar.scrolled .navbar-brand {
  width: 9%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1600px) {
  .navbar.scrolled .navbar-brand {
    width: 10%;
  }
}

@media screen and (max-width: 999px) {
  .navbar.scrolled .navbar-brand {
    width: 28%;
  }
}

@media screen and (max-width: 600px) {
  .navbar.scrolled .navbar-brand {
    width: 24%;
  }
}

.navbar .container {
  position: relative;
}

@media screen and (max-width: 999px) {
  .navbar .container {
    max-width: 100%;
  }
}

.navbar .navbar-brand {
  position: absolute;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #bd0635;
  padding: 10px;
  width: 10%;
  top: -2.1rem;
}

.navbar .navbar-brand img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1600px) {
  .navbar .navbar-brand {
    width: 11%;
  }
}

@media screen and (max-width: 999px) {
  .navbar .navbar-brand {
    width: 32%;
    margin-left: 15px;
  }
}

@media screen and (max-width: 600px) {
  .navbar .navbar-brand {
    width: 26%;
    margin-left: 15px;
  }
}

@media screen and (max-width: 999px) {
  .navbar .navbar-toggler {
    color: #00072d;
    border: 1px solid #00072d;
    margin-left: auto;
    margin-right: 15px;
  }
  .navbar .navbar-toggler .menu {
    display: none;
  }
  .navbar .navbar-toggler .close1 {
    display: block;
  }
  .navbar .navbar-toggler.collapsed .close1 {
    display: none;
  }
  .navbar .navbar-toggler.collapsed .menu {
    display: block;
  }
}

@media screen and (max-width: 999px) {
  .navbar .navbar-nav {
    margin-top: 2.5rem;
  }
}

.navbar .navbar-nav .nav-item {
  padding: 0 1rem;
  position: relative;
}

@media screen and (max-width: 1500px) {
  .navbar .navbar-nav .nav-item {
    padding: 0 0.4rem;
  }
}

@media screen and (max-width: 1300px) {
  .navbar .navbar-nav .nav-item {
    padding: 0 0.7rem;
  }
}

@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item {
    padding: 0;
  }
}

.navbar .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 50%;
  top: 25%;
  background: #00072d;
}

@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item::before {
    content: unset;
  }
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #00072d;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1500px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item .nav-link {
    text-align: right;
    border-bottom: 1px solid #00072d;
    padding: 14px 1.5rem;
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 1rem;
    font-size: 14px;
  }
}

.navbar .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #bd0635;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  left: 0;
  margin: 0 auto;
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .navbar .navbar-nav .nav-item .nav-link::before {
    height: 2px;
    bottom: -1px;
  }
}

.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link.active {
  color: #bd0635;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.navbar .navbar-nav .nav-item .nav-link:hover::before, .navbar .navbar-nav .nav-item .nav-link.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.navbar .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar .navbar-nav .nav-item:last-child::before {
  content: unset;
}

@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
}

.navbar .navbar-nav .nav-item:first-child {
  padding-left: 0;
}

.navbar .projeclog {
  width: 6%;
  margin: -16px 0px 0 0;
}

@media screen and (max-width: 999px) {
  .navbar .projeclog {
    width: 9%;
    margin: 0;
    position: absolute;
    right: 16%;
    top: -22px;
  }
}

@media screen and (max-width: 600px) {
  .navbar .projeclog {
    width: 14%;
    margin: 0;
    position: absolute;
    right: 19%;
    top: -29px;
  }
}

.navbar .projeclog p {
  margin: 0;
}

#Home .carousel {
  cursor: pointer;
}

#projecthighlights {
  background: url("../img/bg.jpg") no-repeat;
  position: relative;
  background-size: cover;
  color: #fff;
}

@media screen and (max-width: 999px) {
  #projecthighlights {
    padding: 2.5rem 15px;
  }
}

#projecthighlights .row {
  position: relative;
  z-index: 1;
}

#projecthighlights .txt {
  width: 80%;
  padding: 0 0 0 8%;
}

@media screen and (max-width: 999px) {
  #projecthighlights .txt {
    width: 100%;
    padding: 2.5rem 0 0;
  }
}

#projecthighlights .txt ul {
  padding: 0 0 0 20px;
}

#projecthighlights .txt ul li {
  margin: 0 0 10px;
}

@media screen and (max-width: 600px) {
  #projecthighlights .txt ul li {
    margin: 0 0 7px;
  }
}

#projecthighlights .bgclip {
  position: absolute;
  right: 0;
  color: #1f1f1f;
  bottom: 5%;
}

#projecthighlights h1 span {
  background: #e6c348;
  background: -webkit-gradient(linear, left top, right top, from(#e6c348), color-stop(50%, #f7eaa0), to(#e6c348));
  background: linear-gradient(90deg, #e6c348 0%, #f7eaa0 50%, #e6c348 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#officespaces {
  background: #121212;
  position: relative;
  padding: 0;
}

@media screen and (max-width: 999px) {
  #officespaces {
    padding: 2.5rem 15px;
  }
  #officespaces .orchang {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

#officespaces .row {
  position: relative;
  z-index: 1;
}

#officespaces .txt {
  width: 100%;
  padding: 0 0 0 22%;
}

@media screen and (max-width: 999px) {
  #officespaces .txt {
    width: 100%;
    padding: 2.5rem 0 0;
  }
}

#officespaces .txt ul {
  padding: 0 0 0 20px;
}

#officespaces .txt ul li {
  margin: 0 0 10px;
}

@media screen and (max-width: 600px) {
  #officespaces .txt ul li {
    margin: 0 0 7px;
  }
}

#officespaces .bgclip {
  position: absolute;
  left: 0;
  color: #1f1f1f;
  bottom: 8%;
  z-index: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#retailshoppingspaces {
  background: #121212;
  padding: 4rem 0 0;
  position: relative;
}

@media screen and (max-width: 999px) {
  #retailshoppingspaces {
    padding: 2.5rem 15px;
  }
  #retailshoppingspaces .orchang {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

#retailshoppingspaces .row {
  position: relative;
  z-index: 1;
}

#retailshoppingspaces .txt {
  width: 80%;
  padding: 0 0 0 8%;
}

@media screen and (max-width: 999px) {
  #retailshoppingspaces .txt {
    width: 100%;
    padding: 2.5rem 0 0;
  }
}

#retailshoppingspaces .txt ul {
  padding: 0 0 0 20px;
}

#retailshoppingspaces .txt ul li {
  margin: 0 0 10px;
}

@media screen and (max-width: 600px) {
  #retailshoppingspaces .txt ul li {
    margin: 0 0 7px;
  }
}

#retailshoppingspaces .bgclip {
  position: absolute;
  right: 0;
  color: #1f1f1f;
  bottom: 11%;
}

#amenities {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  padding: 5rem 0;
  position: relative;
}

#amenities .container {
  position: relative;
  z-index: 1;
}

#amenities h1 span {
  background: #e6c348;
  background: -webkit-gradient(linear, left top, right top, from(#e6c348), color-stop(50%, #f7eaa0), to(#e6c348));
  background: linear-gradient(90deg, #e6c348 0%, #f7eaa0 50%, #e6c348 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#amenities .bgclip {
  position: absolute;
  right: 0;
  color: #202020;
  top: 0;
  left: 0;
  margin: 0 auto;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-align: center;
}

#amenities .divline {
  width: 22%;
}

@media screen and (max-width: 1400px) {
  #amenities .divline {
    margin: 1rem 0;
    width: 29%;
  }
}

@media screen and (max-width: 999px) {
  #amenities .orchang {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

#amenities ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#amenities ul li {
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 0 15px;
  margin-bottom: 1rem;
  color: #fff;
}

@media screen and (max-width: 600px) {
  #amenities ul li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

#amenities ul li .imgico {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#e6c348), color-stop(50%, #f7eaa0), to(#e6c348));
  background: linear-gradient(90deg, #e6c348 0%, #f7eaa0 50%, #e6c348 100%);
}

@media screen and (max-width: 600px) {
  #amenities ul li .imgico {
    width: 66px;
    height: 66px;
    padding: 12px;
  }
}

#Configration {
  background: #fff;
  position: relative;
  padding: 5rem 0;
}

#Configration .img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

#Configration .img img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#Configration .img .overlay {
  position: absolute;
  height: 100%;
  background: #00000094;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#Configration .img .overlay .material-symbols-outlined {
  font-size: 3.5em;
}

#Configration .img:hover img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#Configration .img:hover .overlay {
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background: #fff !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.owl-nav .owl-prev i.material-symbols-outlined, .owl-nav .owl-next i.material-symbols-outlined {
  color: #b88a44;
  font-size: 32px;
  font-weight: bold;
}

.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
  opacity: 0.8;
  cursor: not-allowed !important;
}

.owl-nav .owl-prev {
  left: -25px;
}

.owl-nav .owl-next {
  right: -25px;
}

button:focus {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#location {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  padding: 4rem 0;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 999px) {
  #location {
    padding: 2.5rem 15px;
  }
  #location .orchang {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

#location .row {
  position: relative;
  z-index: 1;
}

#location .card {
  margin-top: 1rem;
}

#location .card .card-header {
  padding: 0;
  background: transparent;
}

#location .card .card-header button.btnlink {
  width: 100%;
  display: block;
  padding: 0.76rem 1.5rem;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  background: #bd0635;
  text-align: left;
  border: 1px solid #e6c348;
}

@media screen and (max-width: 600px) {
  #location .card .card-header button.btnlink {
    padding: 0.46rem 2rem 0.46rem 1rem;
    font-size: 14px;
  }
}

#location .card .card-header button.btnlink .material-symbols-outlined {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 1.5rem;
}

#location .card .card-header button.btnlink .material-symbols-outlined.up {
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#location .card .card-header button.btnlink .material-symbols-outlined.down {
  display: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#location .card .card-header button.btnlink.collapsed .material-symbols-outlined.up {
  display: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#location .card .card-header button.btnlink.collapsed .material-symbols-outlined.down {
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#location .card .card-body {
  background: #fff;
}

#location .txt {
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 999px) {
  #location .txt {
    width: 100%;
    padding: 2.5rem 0 0;
  }
}

#location .txt ul {
  padding: 0 0 0 20px;
}

#location .txt ul li {
  margin: 0 0 10px;
  color: #000;
}

@media screen and (max-width: 600px) {
  #location .txt ul li {
    margin: 0 0 7px;
  }
}

#location .txt .contxt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 600px) {
  #location .txt .contxt {
    margin-bottom: 1.2rem;
  }
}

#location .txt .contxt .ico {
  max-width: 12%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
}

#location .txt .contxt .txtcont {
  max-width: 88%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 88%;
          flex: 0 0 88%;
  padding-left: 15px;
}

@media screen and (max-width: 600px) {
  #location .txt .contxt .txtcont {
    padding-left: 10px;
  }
}

#location h2 span {
  background: #e6c348;
  background: -webkit-gradient(linear, left top, right top, from(#e6c348), color-stop(50%, #f7eaa0), to(#e6c348));
  background: linear-gradient(90deg, #e6c348 0%, #f7eaa0 50%, #e6c348 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#location .img {
  position: relative;
}

#location .img .btn {
  position: absolute;
  left: 5%;
  bottom: 5%;
}

@media screen and (max-width: 600px) {
  #location .img .btn {
    position: unset;
    margin-top: 1rem;
  }
}

#location .arrow {
  position: relative;
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

@media screen and (max-width: 1500px) {
  #location .arrow {
    width: 34%;
  }
}

@media screen and (max-width: 600px) {
  #location .arrow {
    width: 43%;
  }
}

#location .arrow .carousel-control-next, #location .arrow .carousel-control-prev {
  position: absolute;
  margin: 0 15px;
  width: 45%;
  max-width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

#location .owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#location .owl-carousel .owl-dots button.owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 5px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#location .owl-carousel .owl-dots button.owl-dot.active, #location .owl-carousel .owl-dots button.owl-dot:hover {
  background: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#location .bgclip {
  position: absolute;
  left: 0;
  color: #1f1f1f;
  bottom: 8%;
  z-index: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#AboutPoddarGroup {
  background: url("../img/Amenities/bg.jpg") no-repeat;
  background-size: cover;
  padding: 5rem 0;
  position: relative;
  color: #000;
}

#AboutPoddarGroup ul {
  list-style-type: none;
  padding: 0;
  margin-top: 2.9rem;
}

#AboutPoddarGroup ul li {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 15px;
}

@media screen and (max-width: 600px) {
  #AboutPoddarGroup ul li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

#AboutPoddarGroup ul li h3 {
  font-size: 80px;
  line-height: 62px;
}

#AboutPoddarGroup ul li h4 {
  font-family: 'Bodoni MT';
  margin: 0;
}

#AboutPoddarGroup ul li p {
  line-height: 23px;
}

#Plans {
  background: #fff;
  background-size: cover;
  padding: 5rem 0;
  position: relative;
}

#Plans .img {
  border: 1px solid #00072d;
}

#Plans .img .overlay {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #0000008c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

#Plans .owl-nav .owl-prev, #Plans .owl-nav .owl-next {
  border: 1px solid #00072d;
}

footer {
  position: relative;
}

footer .container {
  max-width: 70%;
}

@media screen and (max-width: 1700px) {
  footer .container {
    max-width: 80%;
  }
}

@media screen and (max-width: 1500px) {
  footer .container {
    max-width: 90%;
  }
}

@media screen and (max-width: 600px) {
  footer .container {
    max-width: 98%;
  }
}

footer h1 span {
  background: #e6c348;
  background: -webkit-gradient(linear, left top, right top, from(#e6c348), color-stop(50%, #f7eaa0), to(#e6c348));
  background: linear-gradient(90deg, #e6c348 0%, #f7eaa0 50%, #e6c348 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

footer .sec01 {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  padding: 5rem 0;
  position: relative;
  color: #fff;
}

footer .sec01 .bgclip {
  position: absolute;
  right: 0;
  color: #3f3f3f;
  bottom: 11%;
  font-size: 7em;
}

@media screen and (max-width: 1500px) {
  footer .sec01 .bgclip {
    font-size: 6rem;
    line-height: 97px;
  }
}

@media screen and (max-width: 999px) {
  footer .sec01 .orchang {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

footer .sec01 .brdr {
  position: relative;
}

footer .sec01 .brdr::before {
  content: '';
  width: 1px;
  right: 0;
  background: #fff;
  height: 90%;
  top: 5%;
  position: absolute;
}

@media screen and (max-width: 999px) {
  footer .sec01 .brdr::before {
    content: unset;
  }
}

@media screen and (max-width: 600px) {
  footer .sec01 {
    padding: 2.5rem 0;
  }
}

footer .sec01 .txsec {
  margin-bottom: 1.7rem;
  width: 100%;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .sec01 .txsec p {
  margin: 0;
  color: #fff;
}

footer .sec01 .txsec p a {
  color: #fff;
  text-decoration: none;
}

footer .sec01 .txsec .txtse {
  max-width: 70%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}

@media screen and (max-width: 999px) {
  footer .sec01 .txsec .txtse {
    max-width: 85%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
  }
}

@media screen and (max-width: 600px) {
  footer .sec01 .txsec .txtse {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 1rem;
  }
}

footer .sec01 .txsec .imgrera {
  max-width: 22%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
}

@media screen and (max-width: 600px) {
  footer .sec01 .txsec .imgrera {
    max-width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}

footer .sec01 .divline {
  width: 20%;
}

@media screen and (max-width: 600px) {
  footer .sec01 .divline {
    width: 32%;
  }
}

footer .sec01 p {
  color: #fff;
}

footer .sec01 p a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

footer .sec01 p a:hover {
  color: #b88a44;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

footer .sec01 input, footer .sec01 textarea {
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  background: transparent;
  width: 100%;
  padding: 15px 12px;
  font-size: 14px;
  resize: none;
}

footer .sec01 input::-webkit-input-placeholder, footer .sec01 textarea::-webkit-input-placeholder {
  color: #fff;
}

footer .sec01 input:-ms-input-placeholder, footer .sec01 textarea:-ms-input-placeholder {
  color: #fff;
}

footer .sec01 input::-ms-input-placeholder, footer .sec01 textarea::-ms-input-placeholder {
  color: #fff;
}

footer .sec01 input::placeholder, footer .sec01 textarea::placeholder {
  color: #fff;
}

footer .sec02 {
  background: #121212;
  padding: 14px 0;
  color: #fff;
}

@media screen and (max-width: 600px) {
  footer .sec02 {
    margin-bottom: 50px;
  }
}

footer .sec02 p {
  color: #e4e4e4;
}

footer .sec02 p a {
  color: #e4e4e4;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

footer .sec02 p a:hover {
  color: #b88a44;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

footer p {
  margin: 0;
  color: #000;
}

footer p a {
  color: #e4e4e4;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

footer p a:hover {
  color: #b88a44;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#thank-you {
  background: url(../img/bg.jpg) no-repeat;
  position: relative;
  background-size: cover;
  color: #fff;
  padding: 5rem 0;
  position: relative;
  height: 100vh;
}

#scroll, .scroll-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #bd0635;
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-shadow: 0 4px 8px #ffffff3d;
          box-shadow: 0 4px 8px #ffffff3d;
}

@media screen and (max-width: 600px) {
  #scroll, .scroll-anchor {
    width: 40px;
    height: 32px;
    bottom: 50px;
  }
}

#scroll:hover, .scroll-anchor:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 4px #00000061;
          box-shadow: 0 2px 4px #00000061;
}

.btn {
  background: #bd0635;
  font-size: 17px;
  font-weight: 400;
  padding: 12px 2rem;
  border-radius: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
  .btn {
    font-size: 15px;
  }
}

.btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: -1;
  background: #fff;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  left: 0;
}

.btn:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #b88a44;
}

.btn:hover::before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 100%;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}

.carousel-control-next .material-symbols-outlined, .carousel-control-prev .material-symbols-outlined {
  width: 44px;
  height: 44px;
  background: #bd0635;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 35px;
}

@media screen and (max-width: 600px) {
  .carousel-control-next .material-symbols-outlined, .carousel-control-prev .material-symbols-outlined {
    width: 32px;
    height: 32px;
    font-size: 23px;
  }
}

.enquieryrap {
  position: fixed;
  right: 0.8%;
  top: 50%;
  z-index: 11;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
  .enquieryrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: unset;
    bottom: 0;
    width: 100%;
    right: 0;
    background: #bd0635;
    -webkit-transform: unset;
            transform: unset;
  }
}

.enquieryrap .iconenqui {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #e6c348;
  background: #a10a29;
}

.enquieryrap .iconenqui img {
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .enquieryrap .iconenqui {
    margin-bottom: 0.78rem;
  }
}

@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui {
    width: 33.33%;
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    border-radius: 0;
    margin: 0;
    text-align: center;
    margin: 0 auto;
    padding: 5px 8px;
    height: 100%;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    text-decoration: none;
  }
  .enquieryrap .iconenqui:nth-child(2) {
    border-left: 0 solid #fff;
    border-right: 0 solid #fff;
    display: block;
  }
}

.enquieryrap .iconenqui .img {
  line-height: 0;
}

@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img {
    line-height: normal;
    margin: 0 auto;
  }
  .enquieryrap .iconenqui .img img {
    width: 24px;
  }
}

.enquieryrap .iconenqui .img span {
  display: none;
}

@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }
}

.enquieryrap .iconenqui .txt {
  position: absolute;
  right: 0;
  width: 161px;
  background: #bd0635;
  padding: 0.6rem 0.8rem;
  top: 0%;
  border-radius: 0 19px 19px 0;
  z-index: -1;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateX(161px);
          transform: translateX(161px);
  font-weight: 500;
}

@media screen and (max-width: 1600px) {
  .enquieryrap .iconenqui .txt {
    padding: 0.7rem 0.8rem;
  }
}

@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .txt {
    display: none;
  }
}

.enquieryrap .iconenqui:hover .txt {
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.modal-header {
  background: #bd0635;
}

.modal-header .modal-title {
  font-weight: 500;
  color: #fff;
}

.modal-body {
  background: #fff;
  padding: 1.5rem 12px;
}

@media screen and (max-width: 600px) {
  .modal-body {
    padding: 0.8rem 12px;
  }
}

.modal-body input, .modal-body textarea {
  color: #00072d;
  border: 1px solid #00072d;
  font-size: 14px;
  background: #fff;
  width: 100%;
  font-size: 15px;
  resize: none;
  padding: 14px 1rem;
}

@media screen and (max-width: 600px) {
  .modal-body input, .modal-body textarea {
    padding: 10px;
  }
}

.modal-body input::-webkit-input-placeholder, .modal-body textarea::-webkit-input-placeholder {
  color: #00072d;
}

.modal-body input:-ms-input-placeholder, .modal-body textarea:-ms-input-placeholder {
  color: #00072d;
}

.modal-body input::-ms-input-placeholder, .modal-body textarea::-ms-input-placeholder {
  color: #00072d;
}

.modal-body input::placeholder, .modal-body textarea::placeholder {
  color: #00072d;
}

.fadein {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@font-face {
  font-family: 'DIN';
  src: url("../fonts/DIN-Regular.woff2") format("woff2"), url("../fonts/DIN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN';
  src: url("../fonts/DIN-Medium.woff2") format("woff2"), url("../fonts/DIN-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.circle-full-anim {
  -webkit-animation: circle-full 0.8s ease-in-out forwards;
          animation: circle-full 0.8s ease-in-out forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
}

@-webkit-keyframes circle-full {
  from {
    -webkit-clip-path: circle(0% at 0% 0%);
    clip-path: circle(0% at 0% 0%);
  }
  to {
    -webkit-clip-path: circle(100% at 50%);
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}

@keyframes circle-full {
  from {
    -webkit-clip-path: circle(0% at 0% 0%);
    clip-path: circle(0% at 0% 0%);
  }
  to {
    -webkit-clip-path: circle(100% at 50%);
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */