*, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input, select {
  border: none;
  box-shadow: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
  color: #000000;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style: none;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  font-family: "Public Sans", sans-serif;
  font-size: 20px;
  color: #000000;
  line-height: 1.3;
  font-weight: 400;
  overflow-x: hidden;
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
body.hiddenoverflow {
  overflow: hidden;
}
body.comingsoonpage {
  background: #FFFBF6;
}

.comingsoon-wrap {
  margin: 80px 160px;
  border: 1px solid #843D3D;
  border-radius: 25px;
  padding: 40px 60px;
  background: url("../images/coming-wrapbg.png") left center no-repeat;
  background-size: 43%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1499px) {
  .comingsoon-wrap {
    margin: 30px;
    background-size: 39%;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 991px) {
  .comingsoon-wrap {
    border: none;
    padding: 50px 0 0;
    margin: 0;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .comingsoon-wrap {
    padding: 20px 0 0;
  }
}

.textinfo {
  width: 35%;
  margin-right: 5%;
}
@media screen and (max-width: 991px) {
  .textinfo {
    width: 100%;
    text-align: center;
    padding: 0 10%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .textinfo {
    padding: 0 5%;
    margin-bottom: 30px;
  }
}
.textinfo .logo {
  margin-bottom: 40px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .textinfo .logo {
    margin-bottom: 20px;
  }
}
.textinfo h1 {
  font-weight: 900;
  font-size: 96px;
  color: #55142A;
  margin-bottom: 25px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #55142A 0%, #55142A 50%, #FFB86A 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 1499px) {
  .textinfo h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .textinfo h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .textinfo h1 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 374px) {
  .textinfo h1 {
    font-size: 50px;
  }
}
.textinfo p {
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  margin-bottom: 0;
}
@media screen and (max-width: 1499px) {
  .textinfo p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .textinfo p {
    font-size: 18px;
  }
}

.dhoomtypes {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .dhoomtypes {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .dhoomtypes {
    display: none;
  }
}

.typesbox {
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  text-align: center;
  width: calc(33.3333333333% - 30px);
  min-width: calc(33.3333333333% - 30px);
  max-width: calc(33.3333333333% - 30px);
  padding: 30px 0;
  background: #f6f6f6 url("../images/typesbg.png") center 40px no-repeat;
  background-size: 90%;
  margin-top: 0;
  margin-bottom: 150px;
}
@media screen and (max-width: 1499px) {
  .typesbox {
    padding: 20px 0;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .typesbox {
    width: calc(33.3333333333% - 15px);
    min-width: calc(33.3333333333% - 15px);
    max-width: calc(33.3333333333% - 15px);
  }
}
.typesbox.odd {
  margin-top: 150px;
  margin-bottom: 0;
}
@media screen and (max-width: 1499px) {
  .typesbox.odd {
    margin-top: 100px;
  }
}
.typesbox img {
  width: 100%;
  margin-top: 100px;
}
.typesbox h3 {
  font-family: "Chivo", sans-serif;
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  color: #55142A;
  text-transform: uppercase;
  margin-top: 50px;
}
@media screen and (max-width: 1499px) {
  .typesbox h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .typesbox h3 {
    font-size: 24px;
  }
}

.typesbox2 {
  padding: 70px 0 0;
  background: url("../images/typesbg.png") center top no-repeat;
  background-size: 55%;
}
@media screen and (max-width: 767px) {
  .typesbox2 {
    padding: 50px 0 0;
  }
}
.typesbox2 img {
  max-width: 100%;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .typesbox2 img {
    height: 250px;
  }
}
@media screen and (max-width: 374px) {
  .typesbox2 img {
    height: 200px;
  }
}
.typesbox2 h3 {
  font-family: "Chivo", sans-serif;
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  color: #55142A;
  text-transform: uppercase;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .typesbox2 h3 {
    margin-top: 20px;
    font-size: 30px;
  }
}

.comingslider {
  display: none;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .comingslider {
    display: block;
  }
}
.comingslider .swiper-pagination {
  display: block;
  width: 100%;
}
.comingslider .swiper-pagination .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 3px;
}
.comingslider .swiper-pagination .swiper-pagination-bullet-active {
  background: #55142A;
}/*# sourceMappingURL=stylesheet.css.map */