h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.red-btn {
  background-color: #f50136;
  color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  position: relative;
  padding: 12px 58px 12px 18px !important;
}

.red-btn i {
  position: absolute;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #f82c58;
  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;
  right: 8px;
  top: 4px;
}

.red-btn:hover {
  background-color: #f82c58 !important;
  color: #fff;
}

.red-btn:hover i {
  background-color: #f50136;
}

.line {
  display: block;
  width: 50%;
  height: 1px;
  background-color: #f50136;
  margin: 2px 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

header {
  position: relative;
  z-index: 9999;
}

header .navbar {
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
  min-height: auto;
  border-radius: 0;
}

header .navbar-brand {
  height: auto;
}

header .navbar-collapse li {
  padding: 22px 18px 0;
}

header .navbar-collapse li a {
  font-weight: 600;
  color: #fff !important;
}

header .navbar-collapse li:last-child {
  padding-left: 110px;
}

.space {
  padding-top: 603px;
}

#banner {
  position: absolute;
  width: 100%;
  background-image: url(../image/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  padding-top: 204px;
  padding-bottom: 186px;
  height: 690px;
}

#banner .b-left .line {
  width: 292px;
}

#banner .b-left .long-line {
  width: 194px;
}

#banner .b-left p {
  font-weight: 600;
  padding-top: 20px;
  color: #ffea00;
  font-size: 25px;
  line-height: 28px;
  padding-bottom: 4px;
}
#banner .b-left .place {
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 12px;
}

#banner .b-left p span {
  font-size: 16px;
}
#banner .b-left .cont{
  display: block;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 43px;
}
#banner .launching{
  background-color: rgba(9, 9, 9, 0.44);
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .launching p{
  font-weight: 700;
  font-size: 22px;
  line-height: 23px;
}
#banner .launching p span{
  font-weight: 600;
  font-size: 16px;
}
#banner .b-left h1 {
  font-weight: 800;
  color: #fff;
  font-size: 60px;
  line-height: 64px;
}

#banner .b-left h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
}

#banner .b-left .red-box {
  margin-top: 36px;
  /* border: 1px solid #f50136; */
  background-image: url(../image/strip.png);
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 50px;
}

#banner .b-left .red-btn {
  padding: 12px 66px 12px 26px !important;
}

#banner .triangle {
  position: absolute;
  background-image: url(../image/hexagon-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  padding-top: 120px;
 
}

#banner .triangle .common {
  width: 100%;
  position: relative;
}

#banner .triangle .common .box {
  width: 180px;
  display: inline-block;
  padding-bottom: 32px;
}

#banner .triangle .common .box h4 {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 10px;
  text-align: center;
}

#banner .triangle .common .box h5 {
  font-weight: 700;
  font-size: 45px;
  text-align: center;
}

#banner .triangle .common .box:nth-child(odd) {
  border-right: 1px solid #dcc5d3;
  padding-left: 55px;
}

#banner .triangle .common .box:nth-child(even) {
  padding-right: 55px;
}

#banner .triangle .common:nth-child(odd) .box {
  position: relative;
}

#banner .triangle .common:nth-child(odd) .box::before {
  height: 1px;
  content: '';
  background-color: #dcc5d3;
  position: absolute;
  bottom: 13px;
  width: 66%;
}

#banner .triangle .common:nth-child(odd) .box:nth-child(1)::before {
  right: 0;
}

#banner .triangle .common:nth-child(odd) .box:nth-child(2)::before {
  left: -3px;
}

#about-us {
  background-image: url(../image/aboutus.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

#about-us .about-left {
  padding-bottom: 87px;
  padding-top: 90px;
}

#about-us .about-left h3 {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
}

#about-us .about-left span {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  color: #f50136;
  padding-bottom: 2px;
}

#about-us .about-left .line {
  background-color: #725a7e;
  width: 100%;
  height: 1px;
  margin-bottom: 22px;
}

#about-us .about-left h1 {
  color: #f50136;
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  margin-bottom: 36px;
}

#about-us .about-right {
  padding-left: 30px;
}

#about-us .about-right h1 {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 22px;
}

#about-us .about-right p {
  line-height: 22px;
}

#about-us .about-right .cmn {
  padding: 34px 4px 0;
}

#about-us .about-right .common {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 15px;
  position: relative;
}

#about-us .about-right .common h5 {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 600;
}

#about-us .about-right .common p {
  font-weight: 600;
}

#about-us .about-right .common img {
  position: absolute;
  top: 10px;
  right: 15px;
}

#about-us .amenities h4 {
  color: #f50136;
  font-size: 14px;
  font-weight: 700;
  padding-top: 18px;
  text-transform: uppercase;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #banner .b-left h3 {
    font-size: 20px;
  }
  #about-us .about-left h3 {
    font-size: 19px;
  }
  #about-us .about-left h1 {
    font-size: 30px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  header .navbar-collapse li {
    padding: 22px 0px 0;
  }
  header .navbar-collapse li:last-child {
    padding-left: 40px;
  }
  .space {
    padding-top: 425px;
  }
  #banner {
    padding-top: 100px;
    line-height: 12px;
    height: 512px;
  }
  #banner .b-left p {
    font-size: 11px;
    padding-top: 7px;
  }
  #banner .b-left p span {
    font-size: 14px;
  }
  #banner .b-left h1 {
    font-size: 32px;
    line-height: 40px;
  }
  #banner .b-left h3 {
    font-size: 19px;
  }
  #banner .b-left .place {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 12px;
    line-height: 16px;
}
#banner .b-left .cont{
  padding-bottom: 27px;
}
  #banner .b-left .red-box {
    font-size: 8px;
    padding: 22px 50px;
    margin-top: 10px;

  }
  #about-us {
    padding: 30px 0;
  }
  #about-us .about-left h3 {
    font-size: 16px;
  }
  #about-us .about-left span {
    font-size: 28px;
  }
  #about-us .about-left h1 {
    font-size: 26px;
  }
  #about-us .about-right h1 {
    font-size: 39px;
    margin-bottom: 14px;
  }
  #about-us .about-right p {
    font-size: 12px;
  }
  #about-us .amenities h4 {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  #banner .launching p {
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
}
#banner .launching p span{
  font-size: 11px;
}
  header {
    background-color: #f50136;
  }
  header .navbar-brand {
    padding: 8px 15px;
  }
  header .navbar-collapse li {
    padding: 0;
  }
  header .navbar-collapse li:last-child {
    padding-left: 0px;
  }
  header .navbar-toggle {
    margin-top: 21px;
  }
  .space {
    display: none;
  }
  #banner {
    padding: 20px 15px;
    height: auto;
    position: relative;
  }
  #banner .b-left .line {
    display: none;
  }
  #banner .b-left p {
    font-size: 11px;
    padding-top: 7px;
    line-height: 17px;
  }
  #banner .b-left p span {
    font-size: 10px;
  }
  #banner .b-left h1 {
    font-size: 21px;
    line-height: 30px;
  }
  #banner .b-left h3 {
    font-size: 13px;
    line-height: 22px;
  }
  #banner .b-left .red-box {
    font-size: 12px;
    margin-top: 10px;
  }
  #banner .triangle {
    height: 290px;
    padding-top: 81px;
    top: 4px;
    position: relative;
    margin: 0 auto;
    width: 267px;
    display: block;
  }
  #banner .triangle .common .box {
    width: 126px;
  }
  #banner .triangle .common .box h4 {
    font-size: 10px;
    padding-bottom: 0px;
  }
  #banner .triangle .common .box h5 {
    font-size: 24px;
  }
  #about-us {
    padding: 20px 15px 0;
  }
  #about-us .about-left {
    padding-bottom: 22px;
    padding-top: 0px;
  }
  #about-us .about-left h3 {
    font-size: 14px;
  }
  #about-us .about-left span {
    font-size: 20px;
  }
  #about-us .about-left h1 {
    font-size: 21px;
    margin-bottom: 26px;
  }
  #about-us .about-right {
    padding-left: 0;
  }
  #about-us .about-right .cmn {
    padding: 20px 4px 0;
  }
  #about-us .about-right h1 {
    font-size: 30px;
    margin-bottom: 14px;
    text-align: left;
  }
  #about-us .about-right p {
    font-size: 12px;
    text-align: left;
  }
  #about-us .amenities {
    padding-top: 20px;
  }
  #about-us .amenities .a-common {
    padding-bottom: 20px;
    
  }
  .amenities .a-common {
    padding-top: 20px !important;
}
  #about-us .amenities .a-common img {
    height: 47px;
  }
  #about-us .amenities h4 {
    font-size: 10px;
  }
}

#offer {
  background-image: url(../image/introductoryoffer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #252649;
  padding: 50px 0;
}

#offer h1 {
  width: 50%;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}
#offer h1 span{
  position: relative;
  display: inline-block;
}
#offer h1 span::before{
  position: absolute;
  content: '';
  background-image: url(../image/icons/left.png);
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  left: -46px;
  top: -30px;
}
#offer h1 span::after{
  position: absolute;
  content: '';
  background-image: url(../image/icons/right.png);
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  right: -46px;
  bottom: -30px;
}

#offer .offers {
  margin-bottom: 30px;
}
#offer .media-right{
  vertical-align: middle;
}
#offer .offers p {
  margin: 14px 0;
  letter-spacing: 0px;
  font-weight: 400;
}

#offer .line {
  display: block;
  width: 30%;
  height: 1px;
  background-color: #f50136;
  margin: 0 auto;
}

#offer h5 {
  padding: 22px 0;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
#offer h5 span{
  display: inline-block;
  position: relative;

}
#offer h5 span::before{
  position: absolute;
  content: '';
  background-image: url(../image/star.png);
  height: 35px;
  width: 34px;
  background-repeat: no-repeat;
    left: -40px;
    
    top: -8px;
}
#offer h5 span::after{
  position: absolute;
  content: '';
  background-image: url(../image/star.png);
  height: 35px;
  width: 34px;
  background-repeat: no-repeat;
    right: -40px;

    top: -8px;
}
#get-offer {
  background-image: url(../image/getoffer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #060121;
  padding: 50px 0;
}

#get-offer h1 {
  width: 50%;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}
#get-offer .italic{
  padding-bottom: 30px;
  color: #f4e004;
}

#get-offer .box {
  width: 50%;
  margin: 0 auto;
}

#get-offer .box form input, #get-offer .box form select {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #e7e7e7;
  font-weight: 500;
  padding: 0px 23px;
  font-size: 11px;
}

#get-offer .box form option {
  background-color: #060121;
}

#get-offer .box form .form-group {
  position: relative;
  margin-bottom: 35px;
}

#get-offer .box form .form-group span {
  position: absolute;
  top: 11px;
}

#get-offer .box form .form-group label.error {
  font-size: 12px;
  color: #f50136;
  font-weight: normal;
  position: absolute;
}

#get-offer .box form .red-btn {
  border: 0;
}

#map {
  height: 300px;
}

#address {
  background-color: #060121;
  padding: 85px 0;
}

#address .a-left, #address .a-right {
  padding-top: 14px;
}
#address .a-right p i{
  padding-right: 8px;
}

footer {
  background-color: #130e2c;
  padding-top: 32px;
  padding-bottom: 24px;
}

footer p {
  font-size: 14px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #banner{
    padding-top: 172px;
  }
  #banner .b-left .red-box{
    padding: 13px 50px;
    font-size: 18px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #offer {
    padding: 45px 0;
  }
  #offer h1 {
    padding-bottom: 30px;
    font-size: 30px;
  }
  #offer .offers {
    margin-top: 15px;
    margin-bottom: 40px;
  }
  #offer .offers p {
    margin: 12px 0;
    font-size: 14px;
  }
  #offer h5 {
    padding: 12px 0;
    font-size: 20px;
  }
  #get-offer {
    padding: 55px 0;
  }
  #get-offer h1 {
    font-size: 30px;
    /* padding-bottom: 36px; */
  }
  #get-offer .box form .form-group {
    margin-bottom: 18px;
  }
  #get-offer .box form .submit-btn {
    margin: 36px 0;
  }
  #get-offer .box form .submit-btn .red-btn {
    width: 54%;
    padding-left: 12px;
    font-size: 14px;
  }
  #get-offer .box form .submit-btn .red-btn i {
    margin-left: 27px;
    padding: 10px;
  }
  #address {
    padding: 50px 0;
  }
  #address .text-right {
    padding: 25px 20px 25px 0;
  }
  #address .text-left {
    padding: 25px 0 0px;
  }
  footer {
    padding: 20px 0;
  }
}

@media (max-width: 767px) and (min-width: 0px) {
  #offer {
    padding: 20px 15px;
  }
  #offer h1 {
    padding-bottom: 0;
    font-size: 20px;
    width: 100%;
  }
  #offer .offers {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #offer .offers .media-left {
    margin: 0 auto;
    width: 50%;
    display: table;
  }
  #offer .offers p {
    margin: 12px 0;
    font-size: 14px;
  }
  #offer h5 {
    padding: 12px 0;
    font-size: 15px;
  }
  #get-offer {
    padding: 20px 15px;
  }
  #get-offer h1 {
    font-size: 20px;
    /* padding-bottom: 26px; */
    width: 100%;
  }
  #get-offer .box {
    width: 100%;
  }
  #get-offer .box form .form-group {
    margin-bottom: 18px;
  }
  #get-offer .box form .submit-btn {
    margin: 36px 0;
  }
  #get-offer .box form .submit-btn .red-btn {
    width: 54%;
    padding-left: 12px;
    font-size: 14px;
  }
  #get-offer .box form .submit-btn .red-btn i {
    margin-left: 27px;
    padding: 10px;
  }
  #address {
    padding: 20px 15px;
  }
  #address .text-right {
    padding: 10px 20px 8px 0;
    text-align: left;
  }
  #address .text-left {
    padding: 10px 0 15px 0px;
  }
  footer {
    padding: 20px 0;
  }
  footer p {
    font-size: 12px;
  }
}
#banner h5.terms{
  margin-bottom: 15px;
}
#banner .thankyou h1{
  font-size: 40px;
  line-height: 50px;
}
#banner .thankyou h3{
  font-size: 18px;
  line-height: 26px;
}
.amenities .a-common{
  padding-top: 44px;
}
/*# sourceMappingURL=style.css.map */