/* @import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed: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&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;600;700&family=Schibsted+Grotesk:wght@200;300;400;500;600;700&display=swap');


@font-face {
  font-family: Birdrockers;
  src: url("https://db.onlinewebfonts.com/t/63bf64cca1c3608b674aa1bdc39c3794.eot");
  src: url("https://db.onlinewebfonts.com/t/63bf64cca1c3608b674aa1bdc39c3794.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/63bf64cca1c3608b674aa1bdc39c3794.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/63bf64cca1c3608b674aa1bdc39c3794.woff") format("woff"), url("https://db.onlinewebfonts.com/t/63bf64cca1c3608b674aa1bdc39c3794.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/63bf64cca1c3608b674aa1bdc39c3794.svg#Birdrockers") format("svg")
}


:root {
  --base-color: #C19052;
}

h2 {
  font-size: 3.438rem;
  line-height: 3.438rem;
  font-family: 'Barlow', sans-serif;
}

/* Colors */
.text-base-color {
  color: var(--base-color) !important;
}




a, a:hover, a:focus, a:active {
  text-decoration: none;
}

.top-nav li a,
a {
  text-decoration: none;
  transition: all 0.3s ease;
}


.top-nav li a {
  font-size: 15px;
  line-height: 32px;
  font-weight: 400 !important;
}

.main-menu nav ul li a{
  font-size: 19px;
  line-height: 20px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;

}

.main-menu nav ul li a:hover{
      opacity: 0.6 !important;
    color: #fff !important
}



.bg-overlay,
.breaking-box {
  white-space: nowrap
}

.banner-section .carousel-control-next::before,
.banner-section .carousel-control-prev::before {
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  font-weight: 900;
  left: 50%;
  transform: translate(-50%, -50%)
}

.banner-section .carousel-control-next:hover::before,
.banner-section .carousel-control-prev:hover::before,
.subscribe-btn,
a,
header ul li a {
  color: #000
}

.footer-links a,
.sub-heading h5 {
  font-family: "Open Sans", sans-serif
}

body {
  overflow-x: hidden
}

a {
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
}

.banner-links a:hover i,
a:hover {
  color: #a5631d !important
}

li {
  list-style: none
}

.top-nav li a {
  padding-left: 20px;
  padding-right: 20px
}

.thicker-section .breaking-box span {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #000;
  text-decoration: none
}

.thicker-section .breaking-box span::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  position: absolute;
  left: -5px;
  top: -2px;
  color: #a5631d;
  font-size: .6em
}

.scrolling-text {
  display: inline-block;
  animation: 50s linear infinite scroll-left
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%)
  }

  100% {
    transform: translateX(-100%)
  }
}

.main-menu {
  background-color: rgba(0, 0, 0, .5);
  padding: 0 70px 0 50px;
  z-index: 11111;
  width: 100vw
}

.main-menu nav ul li a {
  color: #fff
}

.top-nav {
  padding-right: 20px
}

.thicker-section {
  mask-image: linear-gradient(to right, transparent 0%, #000000 20%, #000000 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 20%, #000000 80%, transparent 100%);
}

.thicker-section span{
  font-size: 28px;
  line-height: 42px;
  font-weight: 400;
  font-family: 'Barlow', sans-serif;
}

.img-logo {
  z-index: 111;
  position: relative
}

.logo-parent {
  background: #000
}

.search-bar {
  width: 0;
  opacity: 0;
  transition: width .3s, opacity .3s;
  right: 0;
  z-index: 2;
  pointer-events: none
}

.search-bar.active {
  width: 200px;
  opacity: 1;
  pointer-events: auto
}

.main-menu-icons .btn-bars {
  background: 0 0;
  border: none;
  color: #333;
  font-size: 1.5rem;
  cursor: pointer
}

.main-menu-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem
}

.banner-section .banner-title {
  text-align: center;
  font-size: 375px;
  line-height: 450px;
  color: #fff;
  font-family: Birdrockers, sans-serif;
  position: absolute;
  width: 100%;
  top: -15px;
  z-index: 0
}

.banner-section .carousel-indicators {
  display: none
}

.banner-section .carousel-caption {
  bottom: 0;
  padding-bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  top: 0
}

@keyframes revealText {
  0% {
    clip-path: inset(0 100% 0 0)
  }

  100% {
    clip-path: inset(0 0 0 0)
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(50px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.carousel-item.active.animate-now .banner-title {
  animation: 1.5s ease-out forwards revealText;
  overflow: hidden
}

.carousel-item.active.animate-now .banner-image-front {
  animation: 1.5s ease-out forwards slideInUp;
  bottom: -130px;
}

.bg-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, 0) 100%);
  visibility: inherit;
  transition: none;
  text-align: inherit;
  line-height: 32px;
  border-width: 0;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 17px;
  min-height: 300px;
  min-width: 100%;
  max-height: 300px;
  max-width: 100%;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  position: absolute;
  bottom: 0
}

.banner-section .carousel-item {
  max-height: 800px;
  min-height: 400px
}

.banner-section .slider-bg-img {
  min-height: 400px
}

@media only screen and (max-width:1199px) {
  .banner-section .banner-title {
    font-size: 260px !important;
    line-height: 330px !important;
    top: 0
  }
.top-image-banner img{
    width: 100% !important;
    height: auto !important;
   }
  header .main-menu {
    padding: 0 20px
  }

  .main-menu .main-nav-links li a {
    padding: 0;
    font-size: 14px
  }

  .contact-thicker .breaking-box {
    padding: 0 !important
  }
}

@media only screen and (max-width:992px) {

  .thicker-section{
    padding-bottom: 15px;
  }
  .banner-section .banner-image-front {
    width: 100%;
    bottom: 0;
    position: absolute !important;
    left: 50%;
    right: 0;
    transform: translateX(-50%) !important
  }

  header .main-menu {
    padding: 10px 20px
  }

  .toggle-button {
    border: none;
    padding: 8px 12px
  }

  .toggle-button.navbar-toggler:focus {
    box-shadow: none
  }

  .main-menu-icons .search-button-area {
    position: absolute;
    top: 5px
  }

  header .main-menu .main-nav-links {
    padding: 0
  }

  .main-menu .btn-bars {
    display: none
  }

  .banner-links {
    bottom: 0 !important
  }

  .banner-links .Banner-link-colomn p {
    padding: 10px !important
  }

  .banner-links .Banner-link-colomn {
    padding: 0 0 20px !important
  }

  .icon-row .division-box:nth-child(2) {
    border-right: none
  }

  .image-grid-section .icon-row {
    padding-left: 15px !important;
    padding-right: 15px !important
  }

  .service-grid .service-inner {
    margin: 0 !important
  }
}

@media only screen and (max-width:767px) {
  .top-nav ul {
    justify-content: center !important;
    margin-top: 15px
  }

  .calendar-section .content-wrapper,
  .top-nav {
    padding-right: 0 !important
  }

  .logo-parent {
    padding: 0 !important
  }

  .banner-links {
    position: relative !important;
    background-color: rgba(0, 0, 0, .3);
    border-top: none !important
  }

  .banner-links .Banner-link-colomn:nth-child(2n) {
    border-right: none !important
  }

  .banner-links .Banner-link-colomn {
    border-top: 2px solid rgba(255, 255, 255, .3)
  }

  .banner-links .container {
    max-width: 100%
  }

  .calendar-section {
    margin-bottom: 50px !important
  }

  .top-image-banner ul {
    gap: 10px !important
  }

  .service-inner .image-link-grid {
    row-gap: 30px
  }

  .calendar-section .calender-inner {
    margin: 0 !important
  }

  .brand-left-inner {
    max-width: 100% !important;
  }

  .brand-description {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width:480px) {
  .banner-section h1.banner-title {
    font-size: 110px !important;
    line-height: 160px !important
  }

  .banner-links .Banner-link-colomn {
    border-right: none !important
  }

  .calendar-section .upcoming-event {
    flex-direction: column
  }

  .calendar-section .img-wrapper {
    width: 60% !important;
    margin: 0 auto 20px !important
  }

  .calendar-section .ps-5 {
    padding-left: 24px !important
  }

  .top-image-banner ul li:not(:nth-child(4)) {
    display: none
  }

  footer .top-image-banner {
    margin-top: -80px !important
  }

}

.banner-section .carousel-control-next,
.banner-section .carousel-control-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40%;
  background: rgba(0, 0, 0, .4);
  border-radius: 50%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.banner-section .carousel-control-next:hover,
.banner-section .carousel-control-prev:hover {
  background: #fff
}

.banner-section .carousel-control-next span,
.banner-section .carousel-control-prev span {
  background-image: none
}

.banner-section .carousel-control-prev::before {
  content: "\f104";
  position: absolute;
  top: 50%
}

.banner-section .carousel-control-next::before {
  content: "\f105";
  position: absolute;
  top: 50%
}

.banner-section .carousel-control-prev {
  left: 5%
}

.banner-section .carousel-control-next {
  right: 5%
}

.banner-links {
  position: absolute;
  border-top: 2px solid rgba(255, 255, 255, .3);
  z-index: 11;
  width: 100%;
  bottom: 0
}

.bottom-border-graphic {
  position: absolute;
  width: 100%;
  bottom: 0
}

.banner-links .container {
  padding: 0 !important
}

.banner-links .Banner-link-colomn {
  padding: 40px 0 50px;
  display: flex;
  align-items: center;
  min-height: 200px;
  text-align: center;
  justify-content: center
}

.subscribe-btn,
.subscribe-form {
  display: flex;
  align-items: center
}

.banner-links .Banner-link-colomn a {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  color: #fff;
  text-align: center
}

.banner-links .Banner-link-colomn.Banner-link-colomn-last a{
  font-weight: 400;
  font-size: 24px;
}



.banner-links .Banner-link-colomn:not(:last-child) {
  border-right: 2px solid rgba(255, 255, 255, .3)
}
.top-image-banner li:nth-child(4){
  margin-top: -20px;
}
.top-image-banner {
  margin-top: -130px
}

.top-image-banner ul {
  list-style: none;
  padding: 0;
  gap: 20px
}

.calendar-section .img-wrapper img,
.top-image-banner img {
  width: 100%
}

.footer-main-container {
  background-color: #f2efeb;
  padding: 30px 0
}
.news-letter h2{
 font-family: 'Barlow';
 font-size: 38px;
 line-height: 38px;
}

.news-letter .form-control{
 padding-right: 120px !important;
}
.input-container {
  max-width: 600px
}

/* .subscribe-box {
  padding-top: 10px
}

.subscribe-box h2 {
  font-size: 54px;
  line-height: 58px
}

.subscribe-form {
  background: #fff;
  border-radius: 50px;
  padding: 27px 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .08);
  max-width: 700px;
  margin: 50px auto 25px;
  gap: 10px
} */

.form-control,
.form-control:focus {
  box-shadow: none
}

.form-control {
  border: none;
  border-radius: 50px
}

input::placeholder {
  color: grey !important;
  /* font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500 */
}

/* .subscribe-btn {
  background-color: transparent;
  border: none;
  font-weight: 700;
  gap: 5px;
  transition: .2s
} */

.fb-icon,
.phone-link {
  display: flex;
  align-items: center
}

.fb-icon,
.footer-links a,
.sub-heading a {
  transition: .2s ease-in
}

.footer-links a:hover,
.service-card a:hover div,
.sub-heading a:hover,
.subscribe-btn:hover {
  color: #a5631d
}

/* .subscribe-btn i {
  font-size: 1.5rem;
  color: #a5631d
}

.subscribe-btn span {
  font-size: 22px
} */

.sub-heading h5 {
  font-size: 18px;
  line-height: 28px;
  color: grey
}

.sub-heading a {
  color: #262626;
  text-decoration: underline;
  text-underline-offset: 4px
}

.image-box {
  position: relative;
  overflow: hidden
}

.image-box img {
  width: 100%;
  height: auto;
  display: block
}

.image-overlay-text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .6)
}

.footer-links {
  padding-top: 20px
}

.footer-links a {
  text-decoration: none;
  color: #0e0f0f;
  margin: 0 9px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 600 !important;
  text-underline-offset: 4px
}

.footer-bottom {
  font-size: 18px;
  line-height: 28px
}

.copy-right {
  color: grey;
  font-family: sans-serif
}

a.fb-icon {
  width: 60px;
  height: 60px;
  border: 6px solid #5a0c0c;
  border-radius: 50%;
  justify-content: center;
  font-weight: 700;
  font-size: 30px;
  color: #5a0c0c;
  background: #fff
}

/* .eyebrow-text,
.rotate-text {
  font-weight: 400;
  color: #a5631d
} */

.fb-icon:hover {
  color: #a5631d;
  border: 6px solid #a5631d;
  cursor: pointer
}

@media (max-width:576px) {
  input::placeholder {
    font-size: 14px;
    font-family: "Open Sans", sans-serif
  }

  .subscribe-btn i,
  .subscribe-btn span {
    font-size: 14px
  }

  .subscribe-btn {
    justify-content: center;
    width: 100%
  }

  .subscribe-form {
    padding: 8px
  }

  .subscribe-box h2 {
    font-size: 38px
  }

  .sub-heading h5 {
    font-size: 18px
  }

  .top-image-banner {
    margin-top: -80px !important
  }

  .learn-more-btn {
    margin-bottom: 10px;
    width: 100%
  }

  .phone-link {
    width: 100%;
    justify-content: center
  }


}

.image-content p {
  font-size: 38px;
  line-height: 38px;
  color: #fff;
  text-shadow: -2px 0 1px #000;
   margin: 0 0 10px;
   font-family: 'Barlow';
}

.image-content {
  bottom:0;
  padding:10px;
  opacity: 0;
  text-align: center;
  background: rgba(35, 35, 35, 0.7);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.image-box:hover .image-content{
  opacity: 1;
}

@media only screen and (max-width:991px) {
  .top-image-banner {
    margin-top: -105px
  }
}

@media only screen and (min-width:767px) {
  .image-box {
    width: 20%
  }
}

@media only screen and (max-width:767px) {
  .banner-section .banner-title {
    font-size: 190px !important;
    line-height: 260px !important
  }
  

  input::placeholder {
    font-size: 18px
  }

  .top-image-banner {
    margin-top: -85px
  }

  .bottom-border-graphic {
    bottom: 100% !important
  }
}

@media only screen and (min-width:1200px) {
  .container {
    max-width: 1140px
  }

  /* .subscribe-box h2 {
    font-size: 54px;
    line-height: 58px;
    font-weight: 300 !important
  } */
}

.brand-record-section {
  padding: 70px 0 100px;
  background-color: #fff;
  background-image: url(../assets/image/second-bottom-border.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.brand-record-section .image-bg {
  background-image: url(../assets/image/explore-sec-bg.png);
  background-position: right;
  background-repeat: no-repeat;
}

.rotate-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  position: relative;
  top: 10%;
  left: 15px
}

.eyebrow-text {
  font-size: 17px;
  line-height: 32px
}

.brand-left-inner {
  max-width: 80%;
}

.brand-title {
  color: #232323;
  margin: 0 0 15px;
  font-size:38px;
  line-height: 38px;
}

.brand-description {
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #717580;
  margin: 0 0 30px;
  font-family: 'Schibsted Grotesk', sans-serif;
  margin-right: 30px;
}

.highlight-badge {
  position: absolute;
  top: 200px;
  left: -120px;
  transform: translateY(-50%);
  z-index:10;
}

.highlight-badge .number {
  font-size: 30px;
  color: #d1a977;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}

.highlight-badge small {
  display: block;
  font-size: 11px;
  color: #555;
  margin-top: 4px;
  position: relative;
  font-weight: 400
}

.learn-more-btn {
  background-color: #232323;
  color: #fff;
  border: none;
  padding: 12px 40px;
  margin-right: 25px;
  font-size: 18px;
  border-radius: 4px;
  font-weight: 500;
  font-family: 'Barlow', sans-serif;
}

.image-grid-section,
.service-grid {
  background-color: #f2efeb
}

/* .learn-more-btn:hover {
  background-color: #a5631d;
  color: #fff
} */

.phone-link {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.phone-link svg {
  fill: #717580
}

.phone-link:hover svg {
  fill: #d1a977
}

.brand-record-section .image-container img {
  width: 100%;
  border-radius: 6px;
  display: block
}

.brand-record-section .main-row {
  margin-bottom: 80px;
}

.gx-12 {
  margin-left: -70px;
  margin-right: -70px
}

.brand-left-clm {
  padding-left: 60px;
}

.brand-left-clm {
  border-left: 1px solid #00000026
}

.icon-row {
  margin: -150px 15px 0;
  padding-left: 100px !important;
  padding-right: 100px !important
}

.image-grid-section {
  clear: both;
  display: table;
  width: 100%
}

.division-section {
  background-image: url('../assets/image/explore-div.jpg');
  background-size: cover;
  background-position: center;
  height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

.overlay-title h2 {
  color: #fff;
  font-size: 54px;
  line-height: 58px;
  text-shadow: -2px 1px 1px #000;
  font-weight: 400;
  text-align: center
}

.division-box {
  border-right: 1px solid #ddd
}

.division-box:last-child {
  border-right: none
}

.division-box a {
  font-size: 23px;
  font-weight: 500;
  font-family: 'Barlow', sans-serif;
}

.desc-text a,
.desc-text p {
  font-size: 20px
}

.service-grid .service-inner {
  margin: 0 50px
}

.service-card .font-light {
  font-size: 38px;
  line-height: 38px;
  font-weight: 400;
  color: #232323;
  font-family: 'Barlow', sans-serif;
}

.service-grid p,
.calendar-section .sub-title {
  font-size: 21px;
  line-height: 28px;
  color: #717580;
  font-family: 'Barlow', sans-serif;
}

.calendar-section .sub-title.smaller-text {
  font-size: 21px;
}

.calendar-section .text-orange {
  color: #c57e50;
  font-family: 'Barlow', sans-serif;
}

.calendar-section .list-unstyled span.text-orange {
  position: relative;
  padding-right: 7px;
  margin-right: 5px
}

.calendar-section .list-unstyled span.text-orange::before {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  border-right: 1px solid #000;
  width: 2px;
  height: 15px
}

.calendar-section .calender-links {
  text-align: right;
  margin-top: 30px
}

.calendar-section .calender-links a {
  font-size: 15px;
}

.calendar-section {
  margin-bottom: 140px
}

.calendar-section .calender-inner {
  margin: 0 20px
}

.calendar-section .img-wrapper {
  width: 30%;
  margin-right: 20px
}

.calendar-section .content-wrapper {
  padding-right: 50px
}

.calendar-section .content-wrapper h5 {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Barlow', sans-serif;
}

.calendar-section .content-wrapper p strong {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.calendar-section .upcoming-event-right {
  border-left: 1px solid #00000026;
  padding-left: 30px;

}

.featured-photo img {
  border-radius: 50%;
  width: 120px !important;
  height:120px;
}

.brand-records-count {
  position: absolute !important;
  top: 50%;
  transform: translate(-50%, -65%);
  left: 50%;
}
.brand-records-count .number{
  font-size: 30px;
  color: #d1a977;
  font-weight: 700;
}

@media (max-width:991px) {
  .gx-12 {
    margin-left: -30px;
    margin-right: -30px
  }

  .brand-left-clm,
  .brand-right-clm {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (max-width:767px) {

  .calendar-section .upcoming-event,
  .division-box {
    border-right: none
  }

  .brand-left-clm {
    margin-bottom: 80px;
    padding-bottom: 60px;
    border-left: none
  }

  .brand-record-section .main-row {
    margin-bottom: 30px !important;
  }

  .footer-links .footer-nav a,
  .rotate-text {
    margin-bottom: 15px
  }

  .gx-12 {
    margin-left: -15px;
    margin-right: -15px
  }

  .brand-left-clm,
  .brand-right-clm {
    padding-left: 15px;
    padding-right: 15px
  }

  .rotate-text {
    writing-mode: horizontal-tb;
    transform: none;
    text-align: left
  }

  .highlight-badge,
  footer .copy-right {
    margin-bottom: 10px
  }

  .highlight-badge {
    margin-top: 15px;
    transform: none;
    left: 0px;
    top: -20px;
    z-index:1
  }

  .image-container img {
    width: 100%
  }

  .brand-title,
  .overlay-title h2,
  .subscribe-box h2 {
    font-size: 44px;
    line-height: 48px
  }

  .division-box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    width:100%
  }

  .icon-row {
    margin-top: -100px
  }

  .service-grid .col.mt-5 {
    margin-top: 20px !important
  }

  .footer-links .footer-nav {
    flex-direction: column
  }

  .footer-links .footer-nav .fb-icon {
    margin: 0 0 15px !important
  }
}