@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

:root {
  --primary: #1d1978;
  --accent: #e42021;
  --gold: #c39a3c;
  --grey: #6b7280;
}

body, html {
  font-size: 16px;
  line-height: 1.6em;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  color: var(--primary);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  margin: 0;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

body {
  min-width: 320px;
  background-color: rgb(0 104 132 / 14%);
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

em {
  font-style: italic;
}

.text-center {
  text-align: center;
}

.gwBox {
  height: 100vh;
}

.gwBox .contentbox {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  font-size: 1.2em;
}

.gwBox .contentbox .callus a {
  color: #333;
}

.gwBox .contentbox .gwLogo .rhombus {
  --r: 20px;
  height: 200px;
  /* adjust to control the size  */
  aspect-ratio: 1;
  margin: calc(tan(22.5deg)*var(--r));
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%) margin-box;
  --_g: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%);
  --_s: calc(100% - (1 - tan(22.5deg))*var(--r));
  mask: conic-gradient(#000 0 0) no-repeat 50%/var(--_s) var(--_s), top var(--_g) no-repeat space, left var(--_g) space no-repeat;
  background: #88A65E;
}

.container {
  position: relative;
  margin: 0 auto 60px auto;
  width: 100%;
  max-width: 520px;
  z-index: 1;
  overflow: hidden;
  background: white;
  box-shadow: 0 0 0 1px rgba(15, 15, 15, .05), 0 3px 6px rgba(15, 15, 15, .1), 0 9px 24px rgba(15, 15, 15, .2);
  /* background: linear-gradient(275deg, #6ea6cf, #d49263, #a87d3e, #776a24);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite; */
}

.spaceTop {
  padding-top: 15px;
}

.spaceBottom {
  padding-bottom: 15px;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.itemcenter {
  align-items: center;
}

.justify {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.contentcenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.col12 {
  width: 48%;
}

.col13 {
  width: 30.666%;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

strong {
  font-weight: 600;
}

.bgcolor {
  background-color: var(--primary);
}

.paddingSpace {
  margin: 0 20px 15px 20px;
}

.header {
  position: relative;
  text-align: center;
  padding: 0 15px 15px 15px;
}

.header::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
  height: 20px;
  background: linear-gradient(0deg, rgba(22, 29, 37, .05), transparent);
}

.header .logo {
  width: 100%;
  margin: 10px auto 5px auto;
}

.header h2 {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2em;
}

.userText {
  padding: 15px;
  border-radius: 10px;
  /* border: 2px solid #e0e0f5; */
  background: linear-gradient(225deg, #f7e9f3 0.000%, #e7f3ff 16.667%, #ddfaff 33.333%, #e5fbeb 50.000%, #f5f6dc 66.667%, #fbede0 83.333%, #f0e3f4 100.000%);
}

.userText .text {
  width: calc(100% - 110px);
}

.userText .coIcons {
  width: 100px;
}

.userText .coIcons>* {
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 1;
  font-size: 24px;
  margin: 0 auto;
  color: #fff;
}

.userText .coIcons>* i {
  display: inline-block;
  line-height: 1;
  padding: 8px;
}

.userText .coIcons .riphone {
  background-color: var(--accent);
}

.userText .coIcons .riwhatsapp {
  background-color: #25d366;
}

.userText .coIcons>*:hover {
  background-color: var(--primary);
}

.userText .saprate {
  padding: 0 5px;
}

.userText {
  color: var(--primary);
}

.userText h3 {
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
}

.userText .text a {
  color: var(--primary);
  font-weight: 600;
}

.iconWrap {
  position: relative;
  gap: 10px;
  padding: 20px 10px;
  background: #fff;
  background: radial-gradient(circle, rgb(255 240 214 / 84%) 0%, rgb(255 182 62) 100%);
  border-radius: 20px;
}

.iconWrap a {
  color: #1f6fb7;
  text-align: center;
  text-decoration: none;
  padding: 5px 7px;
  border-radius: 5px;
  line-height: 1em;
  font-size: 1.15em;
  width: calc(30% - 10px);
  display: inline-block;
  word-break: break-all;
}

.iconWrap a>span:first-child {
  display: block;
  padding: 7px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 26px;
  margin: 0 auto 7px auto;
  color: #fff;
  font-weight: 400;
}

.iconWrap a span {
  font-size: .9em;
  display: flex;
  flex-direction: column;
  font-weight: 500;
}

.iconWrap a .riphone {
  background-color: #864b07;
}

.iconWrap a .riwhatsapp {
  background-color: #25d366;
}

.iconWrap a .rimap {
  background-color: #096fb3;
}

.iconWrap a .riemail {
  background-color: #f58f7c;
}

.iconWrap a:hover {
  background-color: #ecf2f47d;
  color: #222;
}

.btn a {
  position: relative;
  margin: 15px 3px;
  padding: 10px 20px;
  background-color: #864b07;
  font-size: .9em;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 7px;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.btn a:hover, .btn a:hover {
  background-color: #a87d3e;
  color: #fff;
}

.btn a i {
  margin-left: 10px;
  font-size: 1.4em;
  font-weight: 400;
}

.inquiry.btn a {
  font-size: 1.6em;
  padding: 15px 30px;
}

/* ACTION BAR */
.actions {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 520px;
  margin: auto;
  z-index: 20;
}

.actions a {
  flex: 1;
  text-align: center;
  padding: 12px;
  color: #fff;
  text-decoration: none;
}

.call {
  background: var(--primary);
}

.whatsapp {
  background: #25D366;
}

.email {
  background: var(--accent);
}

.location {
  background: #c39a3c;
}

.services span {
  display: block;
}

.services strong {
  padding: 10px;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  border: 2px solid #e0e0f5;
  display: inline-block;
  margin: 5px;
}

.gallery>a {
  width: calc(25% - 10px);
  display: block;
  padding: 5px;
  max-width: 120px;
  max-height: 120px;
  overflow: hidden;
}

.gallery>a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield
}

input[type=tel], input[type=text], input[type=number] {
  padding: 7px 10px;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
  border: 1px solid #ccc;
  max-width: 250px;
  width: 55%;
}

input[type=submit] {
  background-color: #1F6FB7;
  border: none;
  text-decoration: none;
  color: #fff;
  padding: 9px;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  margin-left: -8px;
}

.footer {
  color: #fff;
  margin-top: 15px;
  padding: 7px;
  background-color: #1F6FB7;
  font-weight: 600;
}

.spaceWrap {
  padding-left: 15px;
  padding-right: 15px;
}

.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

h1 {
  font-size: 1.8em;
  line-height: 1.1em;
  margin-bottom: 20px;
}

h2 {
  font-size: 1.5em;
  margin: 15px 0;
}

h3 {
  font-size: 1.3em;
  margin: 10px 0;
}

h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 15px;
}

ol, ul {
  margin: 5px 0 15px 5px;
}

ol li, ul li {
  margin-bottom: 8px;
  list-style-type: square;
  padding: 0;
  margin-left: 20px;
  display: list-item;
}

ol li {
  list-style-type: decimal;
}

ol ul {
  margin-top: 10px;
}

.uppercase {
  text-transform: uppercase;
}

.detailsWrap {
  padding: 20px;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  border: 2px solid #e0e0f5;
}

.detailsWrap .name {
  font-size: 1.5em;
  line-height: 1;
  margin: 0 0 10px 0;
}

.detailsWrap>* {
  color: var(--primary);
  display: block;
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.detailsWrap a:last-child {
  border-bottom: none;
  align-items: flex-start;
}

.detailsWrap>* .icon {
  padding: 4px;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 50%;
  font-size: 1.3em;
  background-color: var(--accent);
  color: #fff;
}

.detailsWrap>* .icon i {
  display: inline-block;
  line-height: 1;
  padding: 4px;
}

.detailsWrap>* span {
  font-size: 1.15em;
  line-height: 1.3;
}

.detailsWrap a:hover {
  color: #f6a500;
}