/*@Media Query Mixin*/
/*@Media Query Mixin End*/
@font-face {
  font-family: "DIN Medium";
  src: url("../fonts/DIN-Medium.woff2") format("woff2"), url("../fonts/DIN-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Light";
  src: url("../fonts/DIN-Light.woff2") format("woff2"), url("../fonts/DIN-Light.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 67px 0 0;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  body {
    padding-bottom: 40px;
  }
}

h1 {
  font-size: 40px;
  font-family: "DIN Medium";
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
  h1 {
    font-size: 32px;
    line-height: 37px;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

h2 {
  font-size: 32px;
  font-family: "DIN Medium";
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
h2.h1 {
  font-size: 40px;
  font-family: "DIN Medium";
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
  h2.h1 {
    font-size: 32px;
    line-height: 37px;
  }
}
@media screen and (max-width: 1200px) {
  h2.h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 500px) {
  h2.h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

.clr1 {
  color: #bd9234;
}

h3 {
  font-size: 22px;
  font-family: "DIN Medium";
}
@media screen and (max-width: 1500px) {
  h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 1200px) {
  h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 500px) {
  h3 {
    font-size: 18px;
    margin: 0;
  }
}

h4 {
  font-size: 34px;
  font-family: "DIN Medium";
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  h6 {
    font-size: 14px;
  }
}

p, li {
  font-size: 17px;
}
@media screen and (max-width: 1500px) {
  p, li {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  p, li {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  p, li {
    font-size: 13px;
    line-height: 21px;
  }
}

button:focus {
  outline: 0;
}

.light {
  font-weight: 300;
}

.italic {
  font-style: italic;
}

.bg-cust-primary {
  background-color: #f07d24;
}

.custom-select:focus {
  border-color: #f07d24;
  outline: 0;
  box-shadow: none;
}

.clr1 {
  color: #ea0e02;
}

.clr2 {
  color: #231f20;
}

header .navbar {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 11;
  padding: 1rem 0;
  transition: all 0.6s ease;
  background: #fff;
}
header .navbar.scrolled {
  position: fixed;
  background: #fff;
  transition: all 0.6s ease;
}
header .navbar.scrolled .navbar-nav .nav-item .nav-link {
  color: #231f20;
}
header .navbar .container {
  position: relative;
}
header .navbar .navbar-brand {
  position: absolute;
  left: 0;
  background: #fff;
  width: 104px;
  top: -21px;
}
@media screen and (max-width: 600px) {
  header .navbar .navbar-brand {
    width: 181px;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-brand {
    margin-left: 15px;
    width: 104px;
  }
}
header .navbar .navbar-toggler {
  border-color: #9b802e;
  color: #9b802e;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-toggler {
    margin-right: 15px;
    margin-left: auto;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav {
    margin-top: 2.5rem;
  }
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #231f20;
  transition: all 0.6s ease;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 0.4rem 0.7rem;
}
header .navbar .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  background: #9b802e;
  transform: scaleX(0);
  transition: all 0.6s ease;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.8rem 1.5rem;
    color: #060606;
    text-align: right;
    border-bottom: 1px solid #d9d9d9;
  }
}
header .navbar .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-nav .nav-item .nav-link.active {
  transition: all 0.6s ease;
  color: #fff;
}
header .navbar .navbar-nav .nav-item .nav-link:hover::before, header .navbar .navbar-nav .nav-item .nav-link.active::before {
  transition: all 0.6s ease;
  transform: scaleX(1);
}

.mtop {
  margin: 82px 0 0;
}

#OVERVIEW {
  padding: 5rem 0;
  position: relative;
  width: 100%;
  background: url("../img/bg.jpg") repeat;
}
#OVERVIEW h3 {
  color: #9b802e;
}
#OVERVIEW p {
  color: #000;
  text-align: center;
}
#OVERVIEW .high div p {
  margin-top: 1rem;
}
#OVERVIEW .high div.rborder {
  position: relative;
  text-align: center;
}
#OVERVIEW .high div.rborder::before {
  content: "";
  position: absolute;
  width: 1px;
  right: 0;
  border-right: 1px dotted #bd9234;
  height: 65%;
  top: 17.5%;
}
#OVERVIEW .high div.rborder:last-child::before {
  content: unset;
}
@media screen and (max-width: 999px) {
  #OVERVIEW .high div:nth-child(3)::before {
    content: unset;
  }
}
@media screen and (max-width: 600px) {
  #OVERVIEW .high div:nth-child(3)::before {
    content: "";
  }
}
@media screen and (max-width: 600px) {
  #OVERVIEW .high div:nth-child(2)::before {
    content: unset;
  }
}
@media screen and (max-width: 600px) {
  #OVERVIEW .high div:nth-child(4)::before {
    content: unset;
  }
}
#OVERVIEW .img {
  text-align: center;
}

#Hallmarks {
  position: relative;
  width: 100%;
  padding: 5rem 0;
}
#Hallmarks ul {
  list-style-type: circle;
  margin-top: 1.5rem;
}
#Hallmarks ul li {
  margin-bottom: 10px;
}

#home {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 600px) {
  #home {
    margin-top: 67px;
  }
}
#home .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
#home .overlay .info-box-border {
  border: 1px solid #fff;
  padding: 2rem 1.2rem;
  margin-top: 1rem;
}
#home .overlay h3 span::before {
  content: unset;
}

.main-title span {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  display: inline-block;
  position: relative;
  background: rgba(23, 23, 23, 0.968627451);
  padding: 5px 10px;
  border-radius: 5px;
  border-left: 5px solid #b59956;
  border-right: 5px solid #b59956;
}
.main-title span:before {
  content: "";
  height: 2px;
  width: 320px;
  position: absolute;
  bottom: 14px;
  background: #b59956;
  transform: translate(-50%, 0px);
  left: 50%;
  z-index: -1;
  border-radius: 5px;
}
.main-title h2 {
  margin-top: 1rem;
}

#Highlights {
  padding: 5rem 0;
  position: relative;
}

#AMENITIES {
  padding: 5rem 0;
  position: relative;
  width: 100%;
  text-align: center;
}
#AMENITIES h3 {
  color: #9b802e;
}
#AMENITIES h4, #AMENITIES p, #AMENITIES li {
  color: #231f20;
}
#AMENITIES h6 {
  margin-top: 0.7rem;
}

#ARCHITECTS {
  padding: 5rem 0;
  position: relative;
  width: 100%;
}
#ARCHITECTS h3 {
  color: #9b802e;
}
#ARCHITECTS h4, #ARCHITECTS p, #ARCHITECTS li {
  color: #fff;
}
#ARCHITECTS ul {
  margin: 2.9rem 0 0;
  padding: 0;
  list-style-type: none;
}
#ARCHITECTS ul li {
  margin: 0;
  padding: 15px;
  flex: 0 0 33%;
  max-width: 33%;
  text-align: center;
  margin-bottom: 1rem;
  background: #000;
  margin-left: 0.33%;
}
@media screen and (max-width: 600px) {
  #ARCHITECTS ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0%;
    margin-bottom: 10px;
  }
}

#About {
  padding: 5rem 0;
  position: relative;
  width: 100%;
  text-align: center;
}
#About h3 {
  color: #9b802e;
}

#plans {
  padding: 5rem 0;
  position: relative;
  width: 100%;
  text-align: center;
  background: #231f20;
}
#plans h3 {
  color: #9b802e;
  text-transform: uppercase;
}
#plans h6, #plans p, #plans li {
  color: #fff;
  text-align: center;
}
#plans .img {
  border: 1px solid #231f20;
}
#plans .img {
  position: relative;
}
#plans .img .overlay {
  position: absolute;
  width: 100%;
  display: flex;
  height: 100%;
  top: 0;
  align-items: center;
  justify-content: center;
}
#plans button.btn {
  background: #fff;
}
#plans button.btn:hover {
  background: transparent;
}

#LOCATION {
  position: relative;
  width: 100%;
  padding: 5rem 0;
  background: url("../img/bg.jpg") repeat;
}
#LOCATION h3 {
  color: #9b802e;
}
#LOCATION .map {
  height: 100%;
}
#LOCATION ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#LOCATION ul li {
  margin-bottom: 5px;
  color: #fff;
}
#LOCATION .owl-item {
  background: #1b463e;
}
#LOCATION .owl-item p {
  color: #fff;
}
#LOCATION .item {
  padding: 1.5rem;
}

.owl-carousel .owl-dots {
  display: none;
}
.owl-carousel .owl-item img {
  width: auto;
  display: unset;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-nav {
  text-align: center;
  margin: 2rem auto 0;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .owl-carousel .owl-nav {
    margin: 1rem auto 0;
    width: 50%;
    padding-right: 1rem;
  }
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  margin: 0;
  border: 1px solid #999;
  color: #999;
  border-radius: 50%;
  margin-left: 0.6rem;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1500px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    background: #fff;
  }
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  line-height: 0;
  display: block;
  margin: -4px 0 0;
}
@media screen and (max-width: 1500px) {
  .owl-carousel .owl-nav button.owl-prev span,
  .owl-carousel .owl-nav button.owl-next span {
    margin: -2px 0 0;
  }
}
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
  outline: 0;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  transition: all 0.6s ease;
  color: #fff;
  background: #bd9234;
  border: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}

#GALLERY {
  padding: 5rem 0;
  position: relative;
  width: 100%;
  background: #231f20;
}
#GALLERY h3 {
  color: #9b802e;
}
#GALLERY h4, #GALLERY p, #GALLERY li {
  color: #fff;
}

#PROJECTPROGRESS {
  padding: 5rem 0;
  position: relative;
  width: 100%;
  background: #9b802e;
}
#PROJECTPROGRESS h3 {
  color: #9b802e;
  text-align: center;
}
#PROJECTPROGRESS ul {
  list-style-type: none;
  margin: 1.5rem 0 0;
  padding: 0;
}
#PROJECTPROGRESS ul li {
  text-align: center;
  margin: 0 0 13px;
  color: #fff;
}

#Gallery {
  background: url("../img/bg.jpg") repeat;
  padding: 5rem 0;
  position: relative;
}
#Gallery .img {
  position: relative;
}
#Gallery .img .card {
  border: 1px solid #060606;
  padding: 10px;
  position: absolute;
  width: 100%;
  height: 105%;
  background: transparent;
  top: 0;
}
#Gallery .img .card .card-body {
  background: rgba(6, 6, 6, 0.8392156863);
  color: #fff;
  padding: 5rem 0;
}

#configration {
  background: url("../img/bg.jpg") repeat;
  padding: 5rem 0;
  position: relative;
  /* price form */
}
#configration .img {
  position: relative;
}
#configration .img img {
  filter: brightness(0.2);
}
#configration .img .price-item {
  position: absolute;
  top: 0;
}
#configration .price-box .price-card-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 10px;
  justify-content: center;
}
#configration .price-box .price-card-listing .price-item {
  padding: 2.9rem 1.5rem;
  width: 100%;
  text-align: center;
  transition: 0.5s all;
  margin-bottom: 10px;
  border-radius: 10px;
  background: rgba(52, 79, 36, 0.8);
  color: #fff;
  height: 100%;
}
#configration .price-box .price-card-listing .price-item:hover {
  font-weight: 500;
  background: rgba(249, 249, 249, 0.7215686275);
  box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.199);
  border-radius: 10px;
  color: #000;
}
#configration .price-box .price-card-listing .area {
  margin-top: 20px;
}
#configration .price-box .price-card-listing .area span {
  display: block;
  font-weight: 600;
  font-size: 20px;
}
#configration .price-box .price-card-listing .pricing {
  margin-top: 20px;
}
#configration .price-box .price-card-listing .pricing span {
  display: block;
  font-weight: 600;
  font-size: 20px;
}
#configration .price-box .price-card-listing .btm-pr-btn {
  margin-top: 10px;
}
#configration .price-box .price-card-listing .typology {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  color: #b59956;
  margin-bottom: 20px;
}
#configration .price-box .price-card-listing .typology span {
  display: block;
}

#price {
  padding: 5rem 0;
  position: relative;
  width: 100%;
  text-align: center;
}
#price h3 {
  color: #9b802e;
}
#price button.btn {
  padding: unset;
  border: unset;
  text-transform: capitalize;
}
#price button.btn::before {
  content: unset;
}
#price button.btn:hover {
  color: #9b802e;
}

#tieup {
  position: relative;
  width: 100%;
  padding: 5rem 0;
}
#tieup h3 {
  color: #9b802e;
}
#tieup h4, #tieup p {
  color: #231f20;
}

#Contact {
  padding: 5rem 0;
  position: relative;
  width: 100%;
}
#Contact h3 {
  color: #9b802e;
  text-decoration: none;
}
#Contact h4, #Contact p, #Contact li, #Contact h1, #Contact a {
  color: #060606;
}
#Contact p {
  color: #060606;
}
#Contact p span.bold {
  font-weight: 500;
  text-transform: uppercase;
}
#Contact p a {
  text-decoration: none;
  color: #060606;
}

button.btn {
  color: #fff;
  border: 1px solid #9b802e;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 1.8rem;
  transition: all 0.6s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: #231f20;
}
button.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #9b802e;
  z-index: -1;
  bottom: 0;
}
button.btn:hover {
  transition: all 0.6s ease;
  color: #fff;
}
button.btn:hover::before {
  transition: all 0.6s ease;
  height: 100%;
}
button.btn:focus {
  outline: 0;
  box-shadow: unset;
}

.enquiry-wrapper {
  position: fixed;
  right: 7px;
  top: 15%;
  z-index: 99;
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper {
    display: flex;
    right: 0;
    top: unset;
    bottom: 0;
    width: 100%;
  }
}
.enquiry-wrapper .enquiry-box {
  display: flex;
  align-items: center;
  background-color: #000;
  cursor: pointer;
  transform: translateX(155px);
  transition: all ease-in 0.5s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1500px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(138px);
  }
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box {
    width: 100%;
    transform: translateX(0px);
    box-shadow: none;
  }
}
.enquiry-wrapper .enquiry-box:hover {
  transform: translateX(7px);
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box:hover {
    transform: translateX(0px) translateY(5px);
  }
}
.enquiry-wrapper .enquiry-box:not(:first-child) {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box:not(:first-child) {
    border: none;
    border-left: 1px solid #fff;
  }
}
.enquiry-wrapper .enquiry-box .call-icon,
.enquiry-wrapper .enquiry-box .mail-icon {
  background-color: #9b802e;
  width: 47px;
  padding: 7px;
}
@media screen and (max-width: 1440px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 42px;
    padding: 5px;
  }
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 100%;
    text-align: center;
  }
}
.enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
.enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
  display: none;
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
  .enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
    display: block;
    color: #fff;
    font-size: 11px;
    text-align: center;
  }
}
.enquiry-wrapper .enquiry-box .call-content {
  padding: 0px 7px;
}
.enquiry-wrapper .enquiry-box .mail-content {
  padding-left: 18%;
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box .mail-content,
  .enquiry-wrapper .enquiry-box .call-content {
    display: none;
  }
}
.enquiry-wrapper .enquiry-box img {
  width: 32px;
  padding: 6px;
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box img {
    width: 25px;
    padding: 2px;
  }
}
.enquiry-wrapper .enquiry-box a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 1500px) {
  .enquiry-wrapper .enquiry-box a {
    font-size: 14px;
  }
}

footer p {
  color: #6a6a6a;
}
footer p a {
  text-decoration: none;
  color: #fff;
}

.imghover {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.imghover::before {
  content: "+";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.7294117647);
  text-align: center;
  color: #9b802e;
  font-size: 2.5rem;
  padding: 33% 0;
  opacity: 0;
  font-family: "Gill Sans SemiBold";
  transition: all 0.6s ease;
}
.imghover:hover::before {
  opacity: 1;
  transition: all 0.6s ease;
}

.nav-tabs {
  border-bottom: 0;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 600px) {
  .nav-tabs {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .nav-tabs .nav-item {
    max-width: 50%;
    width: 100%;
  }
}
.nav-tabs .nav-item .nav-link {
  border: 1px solid #9b802e;
  text-align: center;
  border-radius: 0;
  text-decoration: none;
  color: #fff;
}
.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:hover {
  color: #fff;
  background: #9b802e;
}
@media screen and (max-width: 600px) {
  .nav-tabs .nav-item .nav-link {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    line-height: 18px;
  }
}

#thank-you {
  text-align: center;
  height: 100vh;
  background: url(../img/bg.jpg) repeat;
}
@media screen and (max-width: 999px) {
  #thank-you {
    padding: 0% 0 0;
  }
}
@media screen and (max-width: 500px) {
  #thank-you {
    padding: 0% 0 0;
  }
}
#thank-you .img {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  #thank-you .img {
    width: 150px;
  }
}
#thank-you h3 {
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 500;
  color: #9b802e;
}
@media screen and (max-width: 999px) {
  #thank-you h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 500px) {
  #thank-you h3 {
    font-size: 2em;
  }
}
#thank-you p {
  font-size: 1.2em;
  color: #fff;
}
@media screen and (max-width: 500px) {
  #thank-you p {
    font-size: 0.9em;
  }
}/*# sourceMappingURL=style.css.map */