/** @format */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
a:hover {
  text-decoration: none;
  color: #ac1b42;
}

.glb-btn {
  color: var(--Red-1, #ac1b42);
  font-family: Poppins;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 0.45rem 1rem;
  text-align: center;
  border-radius: 0.625rem;
  border: 2px solid var(--Red-1, #ac1b42);
}

h2 {
  color: var(--Red-1, #ac1b42);
  font-family: Poppins;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0rem;
}

input:focus-visible {
  outline: none;
}

p {
  color: #0f0004;
  font-family: "Kommon Grotesk";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body {
  font-family: Poppins;
  overflow-x: hidden;
  color: #000;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.btn-sec a:not(:last-child) {
  margin-right: 0.6875rem;
}

header {
  padding: 1.5rem 0;
}
header .logo-sec {
  margin-bottom: 1.24rem;
}
header h6 {
  color: var(--Red-1, #ac1b42);
  font-family: "Recoleta Alt";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

img.check-img {
  margin: 0 0 28px;
}

header .logo-sec img {
  width: 460px;
  position: relative;
  left: -68px;
}

.wrap {
  padding: 1.5rem 1.25rem;
  border-radius: 0.75rem;
  border: 2px solid var(--Red-1, #ac1b42);
  background: var(--White, #fff);
}

.work-list li {
  margin-bottom: 0.2rem;
}
.work-list li h6 {
  color: #0f0004;
  font-family: "Rockwell Nova";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
}
.work-list li h6 b {
  color: #0f0004;
  font-family: "Rockwell Nova";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  width: 100%;
  align-items: flex-end;
  white-space: nowrap;
}
.work-list li h6 b::after {
  content: "";
  display: inline-block;
  position: relative;
  bottom: 0.25rem;
  width: 100%;
  margin: 0 1rem;
  height: 0.0625rem;
  border-bottom: 1px dashed #0f0004;
}
.work-list li h4 {
  color: #0f0004;
  text-align: right;
  font-family: "Rockwell Nova";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.work-list li p {
  color: #505050;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.contact-sec {
  margin-top: 1.56rem;
  display: flex;
}
.contact-sec img {
  max-width: 188px;
}
.contact-sec .col-sec {
  width: 70%;
}
.contact-sec .col-sec .glb-btn {
  width: 100%;
}
.contact-sec .col-sec .glb-btn:hover {
  background: var(--Red-1, #ac1b42);
  color: #fff;
}
.contact-sec .col-sec ul {
  margin-top: 1.25rem;
}
.contact-sec .col-sec ul li {
  color: #0f0004;
  font-family: "Kommon Grotesk";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125rem;
  /* 175% */
  text-transform: uppercase;
  position: relative;
  padding-left: 0.6rem;
}
.contact-sec .col-sec ul li::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}

.content img {
  max-width: 100px;
}

footer {
  width: 100%;
  padding: 0.75rem 0;
  background: var(--Red-1, #ac1b42);
}
footer .row {
  align-items: center;
}
footer .social {
  display: flex;
  justify-content: flex-end;
  gap: 0 1rem;
}
footer p {
  color: var(--White, #fff);
  font-family: poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.page-wrap > section {
  display: flex;
  align-items: center;
}

div#myModal .modal-dialog {
  max-width: 642px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
div#myModal .modal-content {
  background-color: #fff;
  border: 3px solid #ac1b42;
  border-radius: 16px;
  padding: 32px 40px;
}
div#myModal .modal-header {
  padding: 0;
  border: none;
  margin: 0 0 10px;
}
div#myModal .modal-header h4.modal-title {
  color: var(--Red-1, #ac1b42);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
div#myModal .modal-header button.btn-close {
  width: auto;
  padding: 0;
  background: none;
  margin: 0;
  opacity: 1;
  height: auto;
}
div#myModal .modal-body {
  padding: 0;
}
div#myModal input:not([type=submit]),
div#myModal textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--Red-1, #ac1b42);
  padding: 15px 16px;
  margin: 0 0 16px;
  color: var(--Red-1, #ac1b42);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
div#myModal textarea {
  height: 111px;
  background: #f7e8ed;
  border: none;
}
div#myModal ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--Red-1, #ac1b42);
}
div#myModal ::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--Red-1, #ac1b42);
}
div#myModal :-ms-input-placeholder {
  /* IE 10+ */
  color: var(--Red-1, #ac1b42);
}
div#myModal :-moz-placeholder {
  /* Firefox 18- */
  color: var(--Red-1, #ac1b42);
}
div#myModal input[type=submit] {
  display: block;
  margin: 4px auto 10px;
  border-radius: 10px;
  border: 2px solid var(--Red-1, #ac1b42);
  background: none;
  color: var(--Red-1, #ac1b42);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 43px;
  max-width: 131px;
  width: 100%;
}
div#myModal input[type=submit]:hover {
  background: var(--Red-1, #ac1b42);
  color: #fff;
}
div#myModal img.img1 {
  display: block;
  margin: 0 auto 10px;
}
div#myModal .thanku-sec {
  display: none;
  text-align: center;
  padding: 60px 0;
}
div#myModal .thanku-sec img.img3 {
  margin: 0 0 50px;
}
div#myModal .thanku-sec h2 {
  color: var(--Red-1, #ac1b42);
  font-family: "Recoleta Alt";
  font-size: 49.744px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
div#myModal .thanku-sec p {
  color: var(--Red-1, #ac1b42);
  font-family: "Recoleta Alt";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

html {
  font-size: 80%;
  /* Set a default base font size */
}

.video-page .video-sec {
  display: inline-block;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.video-page a.video-bg img {
  width: 100%;
  height: calc(100vh - 569px);
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 33px;
  border-radius: 20px;
}
.video-page video {
  display: block;
  width: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.video-page p {
  color: #0f0004;
  margin-bottom: 0.2rem;
}
.video-page a.video-bg {
  margin: 0;
}
.video-page a {
  margin-top: 2rem;
  display: block;
  color: var(--Red-1, #ac1b42);
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.video-page a h6 {
  margin-top: 0.5rem;
  color: var(--Red-1, #ac1b42);
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 80% !important;
}/*# sourceMappingURL=style.css.map */