/* [project]/app/components/instagram-wrapp/instagramWrapp.css [app-client] (css) */
.insta-wrapp {
  float: left;
  width: 100%;
  padding: 40px 0 120px;
  display: block;
}

.insta-wrapp h3 {
  color: #000;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-family: Recline-Regular;
  font-size: 35px;
  font-weight: 400;
  line-height: normal;
}

.insta-wrapp p {
  color: #333;
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.insta-wrapp img {
  transition: all .4s ease-in;
  display: block;
  width: 100% !important;
  position: relative !important;
}

.insta-wrapp .insta-gallery {
  margin-block: 30px;
}

.insta-wrapp .insta-img {
  border-radius: 12px;
  width: 95%;
  margin: 0 auto 4%;
  display: block;
  overflow: hidden;
}

.insta-wrapp .insta-img:hover img {
  transform: scale(1.05);
}

.insta-gallery .col-md-4 {
  padding: 0;
}

.insta-wrapp p a {
  color: #333;
}

@media screen and (max-width: 1199px) {
  .insta-wrapp h3 {
    font-size: 32px;
  }

  .insta-wrapp p {
    font-size: 15px;
  }

  .insta-wrapp {
    padding: 40px 0 80px;
  }
}

@media screen and (max-width: 1024px) {
  .insta-wrapp h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .insta-wrapp h3 {
    font-size: 28px;
  }

  .insta-wrapp p {
    font-size: 14px;
  }

  .insta-wrapp {
    padding: 20px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .insta-wrapp {
    text-align: center;
  }

  .insta-wrapp .insta-gallery .col-md-4 {
    width: 50%;
  }
}

@media screen and (max-width: 576px) {
  .insta-wrapp {
    padding: 20px 0;
  }
}

/* [project]/app/components/contact-page/enquiry-form/enquiryWrapp.css [app-client] (css) */
.enquiry-wrapp {
  width: 100%;
  padding: 110px 0 50px;
  display: block;
}

.enquiry-wrapp h3 {
  text-transform: uppercase;
  color: #000;
  margin: 0 0 24px;
  font-family: Recline-Regular;
  font-size: 35px;
  font-weight: 400;
  line-height: normal;
}

.enquiry-wrapp p {
  color: #333;
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.enquiry-wrapp .enquiry-row1 {
  width: 100%;
  display: block;
}

.enquiry-wrapp .enquiry-col1 {
  width: 100%;
  padding: 30px 0;
  display: block;
}

.enquiry-wrapp .enquiry-col1 .form-group {
  width: 96%;
  margin: 0 0 30px;
  display: block;
}

.enquiry-wrapp .enquiry-col1 .error {
  color: #f10000;
  font-size: 12px;
  position: relative;
  top: 2px;
}

.enquiry-wrapp .enquiry-col1 .form-group label {
  color: #333;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.enquiry-wrapp .enquiry-col1 .form-group .form-control {
  color: #333;
  resize: none;
  border: 1px solid #cdcdcd;
  border-radius: 12px;
  width: 100%;
  height: 52px;
  font-size: 16px;
  font-weight: 400;
}

.enquiry-wrapp .enquiry-col1 .form-group textarea.form-control {
  width: 100%;
  min-height: 128px;
  height: inherit;
}

.enquiry-wrapp .enquiry-col1 .submit-btn {
  float: none;
  color: #3c3c3c;
  letter-spacing: .45px;
  background: none;
  border: 1px dashed #e78472;
  border-radius: 30px;
  margin: 18px 0 0;
  padding: 13px 25px;
  font-size: 20px;
  text-decoration: none;
  transition: all .35s ease-in;
  display: inline-block;
  position: relative;
}

.enquiry-wrapp .enquiry-col1 .submit-btn:hover {
  color: #fff;
  background: #e78472;
}

.enquiry-wrapp .enquiry-row2 {
  width: 70%;
  margin: 100px auto 0;
  display: block;
}

.enquiry-wrapp .enquiry-row2 h5 {
  color: #333;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.enquiry-wrapp p span {
  display: block;
}

.enquiry-wrapp .enquiry-row2 .address-col1 {
  width: 100%;
  margin: 0 0 32px;
  display: block;
}

.enquiry-wrapp .enquiry-row2 .address-col1 h5 {
  text-transform: uppercase;
}

.enquiry-wrapp .enquiry-row2 .address-col2 {
  width: 100%;
  margin: 0 0 40px;
  display: block;
}

.enquiry-wrapp .enquiry-row2 .address-col2 h5 {
  margin: 0 0 32px;
  text-decoration: underline;
}

.enquiry-wrapp .enquiry-row2 .address-col2 p {
  margin: 0 0 6px;
}

.enquiry-wrapp .enquiry-row2 .address-col2 p a {
  color: #333;
}

.enquiry-wrapp .enquiry-row2 .social-col {
  width: 100%;
  display: block;
}

.enquiry-wrapp .social-col .social-btn {
  color: #fff;
  border-radius: 4px;
  width: 40px;
  margin: 0 16px 0 0;
  transition: all .5s ease-in;
  display: inline-block;
  position: relative;
}

.enquiry-wrapp .social-col .social-btn:last-child {
  margin-right: 0;
}

.enquiry-wrapp img {
  display: block;
  width: 100% !important;
  position: relative !important;
}

.enquiry-wrapp .social-col .social-btn:hover {
  transform: rotate(360deg) !important;
}

@media screen and (max-width: 1399px) {
  .enquiry-wrapp {
    padding: 80px 0 40px;
  }

  .enquiry-wrapp h3 {
    font-size: 32px;
  }

  .enquiry-wrapp .enquiry-col1 .submit-btn {
    font-size: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .enquiry-wrapp h3 {
    font-size: 30px;
  }

  .enquiry-wrapp p {
    font-size: 15px;
  }

  .enquiry-wrapp .enquiry-row2 .address-col2 h4 {
    font-size: 20px;
  }

  .enquiry-wrapp .enquiry-col1 .form-group label {
    font-size: 15px;
  }

  .enquiry-wrapp .enquiry-col1 .form-group .form-control {
    height: 50px;
    font-size: 15px;
  }

  .enquiry-wrapp .social-col .social-btn {
    width: 35px;
    margin: 0 12px 0 0;
  }

  .enquiry-wrapp .enquiry-col1 .submit-btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .enquiry-wrapp .enquiry-col1 .form-group textarea.form-control {
    min-height: 122px;
  }

  .enquiry-wrapp {
    padding: 56px 0 40px;
  }

  .enquiry-wrapp .enquiry-row2 .address-col2 h4 {
    font-size: 20px;
  }

  .enquiry-wrapp .enquiry-col1 .submit-btn {
    margin: 10px 0 0;
    font-size: 15px;
  }

  .enquiry-wrapp .enquiry-row2 {
    width: 85%;
  }
}

@media screen and (max-width: 991px) {
  .enquiry-wrapp h3 {
    margin: 0 0 20px;
    font-size: 28px;
  }

  .enquiry-wrapp p {
    font-size: 14px;
  }

  .enquiry-wrapp .enquiry-row2 .address-col2 {
    margin: 0 0 30px;
  }

  .enquiry-wrapp .social-col .social-btn {
    width: 32px;
    margin: 0 10px 0 0;
  }

  .enquiry-wrapp .enquiry-col1 .form-group label {
    font-size: 14px;
  }

  .enquiry-wrapp .enquiry-col1 .form-group .form-control {
    height: 48px;
    font-size: 14px;
  }

  .enquiry-wrapp .enquiry-col1 .form-group {
    width: 100%;
    margin: 0 0 25px;
  }

  .enquiry-wrapp .enquiry-col1 .form-group textarea.form-control {
    min-height: 120px;
  }

  .enquiry-wrapp .enquiry-col1 .submit-btn {
    margin: 10px 0 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .enquiry-wrapp .enquiry-row2 {
    width: 100%;
    margin: 20px auto 0;
  }
}

/* [project]/app/components/contact-page/contact-row/contactRow.css [app-client] (css) */
.contact-row1 {
  width: 100%;
  margin: 0 0 200px;
  display: block;
}

.contact-row1 img {
  display: block;
  width: 100% !important;
  position: relative !important;
}

.contact-row1 .contact-col2 {
  width: 100%;
  display: block;
}

.contact-row1 .contact-col1 {
  float: right;
  z-index: 1;
  flex-wrap: wrap;
  width: 100%;
  max-width: 41.75%;
  display: flex;
  position: relative;
  transform: translateY(44px) !important;
}

.contact-row1 .contact-col1 .contact-col11 {
  float: left;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  width: 33.33%;
  padding: 19.5px 4%;
  display: flex;
  position: relative;
}

.contact-row1 .contact-col1 .contact-col11:after {
  content: "";
  background: #fff;
  border: 1px dashed #e19c8d;
  border-radius: 50%;
  width: 110%;
  height: 204%;
  position: absolute;
  top: 50%;
  left: -5%;
  right: 0;
  transform: translateY(-50%);
}

.contact-row1 .contact-col1 .contact-col11:nth-child(2n):after {
  border-color: #9f6d78;
}

.contact-row1 .contact-col1 .contact-col11 > * {
  z-index: 1;
  position: relative;
}

.contact-row1 .contact-col1 .contact-col11 img {
  margin: auto;
  width: 110px !important;
  height: auto !important;
}

.contact-row1 .contact-col1 h4 {
  color: #333;
  text-align: left;
  letter-spacing: 1.35px;
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}

.contact-row1 .contact-col1 .contact-col11 h4 strong {
  font-weight: 500;
}

.contact-row1 .contact-col1 .contact-col11 h4 {
  margin: 0;
}

@media screen and (max-width: 1399px) {
  .contact-row1 .contact-col1 .contact-col11:after {
    height: 14.39vw;
  }
}

@media screen and (max-width: 1199px) {
  .contact-row1 .contact-col1 .contact-col11 img {
    width: 90% !important;
  }
}

@media screen and (max-width: 767px) {
  .contact-row1 .contact-col1 {
    max-width: 100%;
  }

  .contact-row1 .contact-col1 .contact-col11:after {
    height: 32.19vw;
  }

  .contact-row1 {
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 480px) {
  .contact-row1 .contact-col1 .contact-col11 {
    width: 50%;
    padding: 31.5px 4%;
  }

  .contact-row1 .contact-col1 {
    justify-content: center;
    transform: none !important;
  }

  .contact-row1 .contact-col1 .contact-col11:after {
    height: 46.25vw;
  }
}

/*# sourceMappingURL=app_components_66b13a9a._.css.map*/