.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularSpotifyText-Light.woff2") format("woff2"), url("../fonts/CircularSpotifyText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Bold.woff2") format("woff2"), url("../fonts/CircularStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Book.woff2") format("woff2"), url("../fonts/CircularStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
p {
  margin: 0 0 20px;
}
p:last-child {
  margin: 0;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  text-wrap: balance;
  line-height: 1;
  font-weight: 100;
}
@media (min-width: 992px) {
  h6,
  .h6,
  h5,
  .h5,
  h4,
  .h4,
  h3,
  .h3,
  h2,
  .h2,
  h1,
  .h1 {
    margin-bottom: 1.8rem;
  }
}

@media (min-width: 768px) {
  .sticky-wrap-site-header {
    height: auto !important;
  }
}

.site-header {
  background: var(--bs-primary);
  position: relative;
  transition: background 0.35s ease;
}
@media (min-width: 768px) {
  .site-header {
    position: fixed;
    background: transparent;
  }
}
.fixed-position .site-header, .site-header.fixed-position {
  background: #E54729;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .fixed-position .site-header .header-light .navbar-brand img.light, .fixed-position .site-header.header-light .navbar-brand img.light, .site-header.fixed-position .header-light .navbar-brand img.light, .site-header.fixed-position.header-light .navbar-brand img.light {
    position: absolute;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .fixed-position .site-header .header-light .navbar-brand img.dark, .fixed-position .site-header.header-light .navbar-brand img.dark, .site-header.fixed-position .header-light .navbar-brand img.dark, .site-header.fixed-position.header-light .navbar-brand img.dark {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .fixed-position .site-header .header-light .navbar-toggler, .fixed-position .site-header.header-light .navbar-toggler, .site-header.fixed-position .header-light .navbar-toggler, .site-header.fixed-position.header-light .navbar-toggler {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}
.site-header.header-light .navbar-brand img {
  transition: all 0.3s ease;
}
.site-header.header-light .navbar-brand img.light {
  position: absolute;
  opacity: 1;
}
@media (min-width: 768px) {
  .site-header.header-light .navbar-brand img.light {
    opacity: 0;
  }
}
.site-header.header-light .navbar-brand img.dark {
  opacity: 0;
}
@media (min-width: 768px) {
  .site-header.header-light .navbar-brand img.dark {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .site-header.header-light .navbar-toggler {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}
.site-header .navbar {
  background: #19424A;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .site-header .navbar {
    padding: 15px 0;
  }
}
.site-header .navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: 400;
  --bs-nav-link-color: var(--bs-light);
  --bs-nav-link-hover-color: var(--bs-dark);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  --bs-nav-link-font-size: clamp(1.375rem, 0.482rem + 2.381vw, 2.625rem);
}
.site-header .navbar-nav .nav-item {
  font-family: "ivypresto-display", serif;
}
.site-header .navbar-nav .nav-item.active .nav-link {
  color: var(--bs-red);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  line-height: 1;
}
.site-header .navbar-nav .nav-item.active .nav-link:before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site-header .navbar-nav .nav-link {
  --_arrowSize: calc(var(--bs-nav-link-font-size) * 0.85);
  line-height: 1.2;
  font-style: italic;
  padding: clamp(0.375rem, 0.196rem + 0.476vw, 0.625rem) 0;
  display: inline-flex;
  align-items: center;
  gap: clamp(0.375rem, 0.196rem + 0.476vw, 0.625rem);
  font-weight: 300;
  font-size: clamp(2rem, 1.6777rem + 1.3223vw, 3rem);
}
.site-header .navbar-nav .nav-link:before {
  content: "";
  background-image: url(../images/arrow-r.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: var(--_arrowSize);
  height: var(--_arrowSize);
  flex-shrink: 0;
  position: relative;
  top: 5px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-header .navbar-nav .nav-link:hover {
  color: var(--bs-red);
}
.site-header .navbar-nav .nav-link:hover:before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site-header .navbar-brand {
  width: 100%;
  max-width: 32px;
  position: relative;
}
.site-header .navbar-brand a {
  display: block;
  position: relative;
}
.site-header .navbar-brand a img {
  width: 100%;
  height: auto;
  margin-left: 4px;
}
.site-header .navbar-toggler {
  padding: 7px 4px 1px 4px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
}
.site-header .navbar-toggler.dark .navbar-toggler-icon {
  background: url("../images/navbars.svg") no-repeat;
}
.site-header .navbar-toggler .navbar-toggler-icon {
  background: url("../images/navbars-w.svg") no-repeat;
  width: 30px;
  height: 30px;
}
.site-header .offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 90%;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: calc(var(--bs-gutter-x) * 0.75);
  --bs-offcanvas-padding-y: clamp(1.25rem, 0.714rem + 1.429vw, 2rem);
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-primary);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.25;
  max-width: clamp(25rem, 16.071rem + 23.81vw, 37.5rem);
}
.site-header .offcanvas .offcanvas-header {
  background-color: #19424A;
  padding: 23px 26px;
}
.site-header .offcanvas .offcanvas-header .btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 1;
  padding: 0;
  margin: 0 calc(-0.05 * var(--bs-offcanvas-padding-x)) 0 auto;
  font-size: 24px;
}
.site-header .offcanvas .offcanvas-body {
  background-color: #19424A;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}
.site-header .offcanvas .offcanvas-body .navbar-holder {
  overflow: hidden;
  overflow-y: auto;
  max-height: 100%;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  padding-bottom: clamp(3.75rem, -0.268rem + 10.714vw, 9.375rem);
  display: flex;
  justify-content: center;
}

.hero-section {
  --_spacing-Y: 20px;
  position: relative;
  overflow: hidden;
  padding-top: var(--_spacing-Y);
  padding-bottom: var(--_spacing-Y);
}
@media (min-width: 768px) {
  .hero-section {
    --_spacing-Y: clamp(4.125rem, 2.786rem + 3.571vw, 6rem);
  }
}
@media (min-width: 1400px) {
  .hero-section .container {
    max-width: 1466px;
  }
}
@media (min-width: 1200px) {
  .hero-section.hero-main {
    font-size: 30px;
  }
}
.hero-section .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 155px;
}
.hero-section .logo.bray-logo {
  margin: -20px 0 -40px;
}
@media (min-width: 1200px) {
  .hero-section .logo.bray-logo {
    margin: -40px 0 -40px -30px;
  }
}
.hero-section address a {
  color: #fff;
  text-decoration: none;
}
.hero-section address a:hover {
  text-decoration: underline;
}
.hero-section .logo-studio {
  display: block;
  width: 100%;
  max-width: clamp(18.75rem, 14.286rem + 11.905vw, 25rem);
  margin-top: -60px;
}
.hero-section .logo-studio img {
  display: block;
  width: 100%;
}
.hero-section .col-link {
  transition: 0.25s ease;
}
@media (min-width: 768px) {
  .hero-section .col-link {
    height: 100vh;
  }
}
.hero-section .col-link img {
  transition: 0.25s ease;
  position: relative;
  left: 0;
}
.hero-section .col-link:hover {
  opacity: 0.85;
}
.hero-section .col-link:hover img {
  left: 25px;
}
.hero-section .arrow-btn-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2%;
  bottom: clamp(0.625rem, -0.268rem + 2.381vw, 1.875rem);
}

@media (min-width: 768px) {
  .info-section {
    min-height: 100vh;
  }
}

ol {
  margin: 0;
  padding: 0 0 50px;
  list-style: none;
  counter-reset: my-sec-counter;
}
ol li {
  counter-increment: my-sec-counter;
  position: relative;
  padding-left: 40px;
  margin: 0 0 20px;
}
ol li:before {
  content: counter(my-sec-counter);
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.typekit-font {
  font-family: "ivypresto-display", serif;
  font-weight: 300;
  font-style: italic;
}

.base-family {
  font-family: "Circular Std", sans-serif;
}

.arrow-btn-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.arrow-btn-wrap .btn-smooth-scroll {
  --_arrowBtnSize: clamp(1.875rem, 0.536rem + 3.571vw, 3.75rem);
  display: block;
  width: var(--_arrowBtnSize);
  height: var(--_arrowBtnSize);
  border-radius: 100%;
  border: 1px solid transparent;
  position: relative;
  flex-shrink: 0;
  padding: 5px;
}
.arrow-btn-wrap .btn-smooth-scroll:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/arrow-down.svg);
  background-size: 40% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.arrow-btn-wrap .btn-smooth-scroll.dark:before {
  background-image: url(../images/arrow-b.svg);
}
.arrow-btn-wrap .btn-smooth-scroll.dir-down:before {
  transform: rotate(90deg);
}
.arrow-btn-wrap .btn-smooth-scroll.dir-up:before {
  transform: rotate(-180deg);
}
.arrow-btn-wrap .btn-smooth-scroll.dir-right:before, .arrow-btn-wrap .btn-smooth-scroll.next:before {
  transform: rotate(0);
}
.arrow-btn-wrap .btn-smooth-scroll.dir-left:before, .arrow-btn-wrap .btn-smooth-scroll.prev:before {
  transform: rotate(180deg);
}

.img-banner {
  background-image: url("../images/img-banner2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 992px) {
  .img-banner {
    background-attachment: fixed;
  }
}
.img-banner.overlay-text {
  background-image: url("../images/img-11.jpg");
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .img-banner.overlay-text .container {
    max-width: 1466px;
  }
}
@media (min-width: 1200px) {
  .img-banner.overlay-text .content {
    font-size: 30px;
  }
}
.img-banner.overlay-text .h1 {
  line-height: 0.9;
}
.img-banner .arrow-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-area {
  padding: 30px 0;
}
.slider-area .swiper-slide {
  width: 70%;
}
.slider-area .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.floor-plan {
  position: relative;
}
.floor-plan .floor-details {
  font-weight: 300;
  font-size: 14px;
  position: relative;
}
@media (min-width: 1400px) {
  .floor-plan .floor-details {
    margin-left: 50px;
  }
}
.floor-plan .floor-details.last {
  padding-bottom: 70px;
}
.floor-plan .floor-details.last .note {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border: none;
}
.floor-plan .floor-details li {
  border-top: 1px solid white;
  padding: 15px 0;
}
.floor-plan .floor-details strong {
  font-weight: 300;
}

.workplace {
  background: url("../images/gray-logos.jpg") repeat-x 50% 50%;
  background-size: cover;
  min-height: 500px;
}
@media (min-width: 768px) {
  .workplace {
    min-height: 933px;
  }
}

.specifications {
  background-color: #333;
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .specifications {
    padding: 100px 0 0;
  }
}
@media (min-width: 768px) {
  .specifications h2 {
    font-size: 59px;
  }
}
.specifications .icon-wrap {
  min-height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.specifications li {
  width: 50%;
  padding: 20px;
  text-align: center;
  font-weight: 300;
}
@media (min-width: 768px) {
  .specifications li {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .specifications li {
    width: 18%;
  }
}
.specifications .btn-smooth-scroll {
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .location h3 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .location ol {
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .location .location-holder {
    height: 100vh;
  }
}

@media (max-width: 767.98px) {
  .title-location {
    font-size: 54px;
  }
}

.map-area {
  background-color: #C2BDB0;
}
@media (min-width: 1200px) {
  .map-area .img-wrap {
    margin: -150px 0;
  }
}
@media (min-width: 1400px) {
  .map-area .img-wrap {
    margin: -250px 0;
  }
}
.map-area .table * {
  background-color: transparent;
  color: #333;
}
.map-area .table * th, .map-area .table * td {
  padding: 15px 10px 5px;
}
.map-area .table * th:first-child, .map-area .table * td:first-child {
  padding-left: 0;
}
.map-area .table * th:last-child, .map-area .table * td:last-child {
  padding-right: 0;
}
.map-area .table * th {
  border: none;
  width: 38.5%;
}
.map-area .table * th:first-child {
  width: 23%;
}
.map-area .table * td {
  border-top: 1px solid #333;
  border-bottom: none;
}

.work .container {
  max-width: 1466px;
}
.work h2 {
  font-size: 40px;
}
@media (min-width: 1400px) {
  .work h2 {
    font-size: 56px;
  }
}
.work .img-box {
  position: relative;
}
.work .img-box .holder {
  padding: 20px 20px 10px;
}
@media (min-width: 768px) {
  .work .img-box .holder {
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .work .img-box .holder {
    padding: 35px;
  }
}
.work .text {
  max-width: 390px;
}
@media (min-width: 1400px) {
  .work .text.hours {
    padding-left: 30px;
  }
}
.work .inner-text {
  color: #333;
}
@media (min-width: 768px) {
  .work .inner-text {
    color: white;
  }
}
@media (min-width: 768px) {
  .work .inner-text h2 {
    width: 130px;
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .work .inner-text h2 {
    width: 170px;
  }
}
@media (min-width: 768px) {
  .work .inner-text p {
    width: 70%;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .work .inner-text p {
    width: 55%;
  }
}

.btn-area {
  border: solid white;
  border-width: 1px 0;
}
.btn-area a {
  color: white;
  text-decoration: none;
  font-size: 24px;
}
@media (min-width: 1200px) {
  .btn-area a {
    font-size: 32px;
  }
}
.btn-area a:hover {
  text-decoration: underline;
}

.enquire-btn:hover {
  text-decoration: none !important;
}

.site-footer {
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer {
    text-align: left;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer .container {
  max-width: 1800px;
}
.site-footer .footer-info {
  margin: 0 0 30px;
}
@media (min-width: 1200px) {
  .site-footer .footer-info {
    max-width: 500px;
    margin: 0;
  }
}
.site-footer .footer-info a {
  text-decoration: none;
  display: inline-block;
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .site-footer .footer-info a {
    font-size: 24px;
  }
}
.site-footer .footer-info a:hover {
  text-decoration: underline;
}
.site-footer .info-links {
  border-top: 1px solid white;
  padding-top: 30px;
}
.site-footer .logo-footer {
  max-width: 300px;
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .site-footer .logo-footer {
    max-width: 326px;
    margin: 0 0 30px;
  }
}
.site-footer .logo-footer img {
  width: 100%;
  height: auto;
  display: block;
}
.site-footer .logo {
  display: flex;
  align-items: center;
  min-height: 145px;
  margin: 0 auto;
  max-width: 150px;
}
@media (min-width: 768px) {
  .site-footer .logo {
    margin: 0;
  }
}
.site-footer .logo.bray-logo {
  position: relative;
  left: -10px;
  margin-bottom: -20px;
}
@media (min-width: 768px) {
  .site-footer .logo.bray-logo {
    margin: -20px 0 -40px -30px;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .site-footer .logo.bray-logo {
    margin: -40px 0 -40px -30px;
  }
}
.site-footer .copyright {
  font-size: 15px;
  border-top: 1px solid white;
}
.site-footer .copyright a {
  color: white;
  text-decoration: none;
}
.site-footer .copyright a:hover {
  text-decoration: underline;
}
.site-footer address {
  display: block;
}
.site-footer address a {
  color: white;
  text-decoration: none;
}
.site-footer address a:hover {
  text-decoration: underline;
}

.swiper {
  --swiper-pagination-bullet-width: clamp(3.125rem, -1.75rem + 13vw, 11.25rem);
  --swiper-pagination-bullet-height: clamp(0.313rem, 0.05rem + 0.7vw, 0.5rem);
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-inactive-color: rgba(var(--bs-secondary-rgb), 0.5);
  --swiper-pagination-color: rgba(var(--bs-secondary-rgb), 1);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: clamp(0.313rem, 0.05rem + 0.7vw, 0.75rem);
}
@media (min-width: 768px) {
  .swiper.slider-cut .swiper-slide, .slider-cut .swiper .swiper-slide {
    width: 76%;
  }
}
.swiper .swiper-pagination {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  padding: calc(var(--bs-section-gap-Y) * 0.5) 0;
}
.swiper .swiper-pagination.primary .swiper-pagination-bullet {
  background-color: #E54729;
  opacity: 0.5;
}
.swiper .swiper-pagination.primary .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

body {
  min-width: 320px;
  font-size: 16px;
  font-size: clamp(1rem, 2vw, 1.1rem);
}

@media (min-width: 992px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .row {
    --bs-gutter-x: 2rem;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .row {
    --bs-gutter-x: 2.75rem;
  }
}

/*# sourceMappingURL=main.css.map */
