html {
  scroll-behavior: smooth;
}
@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}
:root {
  --d: 1500ms;
  --angle: 90deg;
  --gradX: 100%;
  --gradY: 50%;
  --c1: rgba(192, 151, 99, 1);
  --c2: rgba(192, 151, 99, 0.1);

}
@font-face {
  font-family: "Brand";
  src: url("/assets/fonts/Brand.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FONTSPRING";
  src: url("/assets/fonts/font_spring.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "GoodVibrations";
  src: url("/assets/fonts/GoodVibrationsScript.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Mulish";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
a,a:hover,a:active,a:focus {
  text-decoration: none;
  color: #000;
}

p {
  margin: 10px 0;
  line-height: 1.8;
}
img {
  max-width: 100%;
}
.boxed {
  max-width: 1200px;
  margin: auto;
}
#topbar {
  width: 100%;
  background-color: #000;
  padding: 10px 0;
  color: #fff;
}
#topbar > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
#topbar > div a,footer a{
  color: #fff !important;
}
.topbarAddress {
  text-align: left;
}
.topbarPhone {
  text-align: right;
}
#mobileHeader{
  display: none;
}
#navbar {
  padding: 15px 0;
  width: 100%;
  font-family: "FONTSPRING", serif;
  font-weight: 600;
  font-size: 15px;
  font-style: normal;
  text-transform: uppercase;
}
#navbar > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  align-items: center;
}
.menu {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.menu a {
  color: #000;
}
.menu a:hover {
  opacity: 0.8;
}
.logo {
  text-align: center;
}
.userOptions {
  display: flex;
  justify-content: end;
  gap: 20px;
}
.loginLink {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactBtn {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 700;
  background-color: #c09763;
  color: #fff;
  padding: 10px 20px;
  margin-left: 15px;
}
.carousel {
  background-color: #f8f9fa;
  min-width: 100%;
  margin: 0 auto;
}

.carousel-cell {
  width: 100%;
  height: 600px;
  padding: 40px;
  text-align: center;
  background-size: cover;
  background-position: center center;
  color: white;
}
.blurMe,.contactRight{
  position: relative;
}
.carousel-cell:before,.blurMe:before,.serviceSlide-cell-image:before,.contactRight:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px);
}
.slideContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slideTitle {
  font-family: "GoodVibrations";
  font-size: 45px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
  margin: 0;
}
.slideSubtitle {
  font-family: "Brand";
  text-transform: uppercase;
  font-size: 35px;
  font-weight: bold;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
  margin: 5px 0 20px 0;
  letter-spacing: 5px;
}
.solidButton {
  background-color: #c09763;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  font-family: "Mulish";
  text-transform: uppercase;
  transition: all 0.8s;
}
.solidButton:hover {
  background-color: white;
  color: #c09763;
}
.flickity-page-dots {
  bottom: 25px !important;
  z-index: 100;
}

.flickity-page-dots .dot {
  width: 15px !important;
  height: 15px !important;
  opacity: 1 !important;
  position: relative;
  background: transparent !important;
}
.flickity-page-dots .dot:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 3px solid #fff;
  border-radius: 100%;
  box-sizing: unset;
}
.flickity-page-dots .dot.is-selected:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: unset;
}
.solidButton {
  background-color: #c09763;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  font-family: "Mulish";
  text-transform: uppercase;
  transition: all 0.8s;
}
.solidButton:hover {
  background-color: white;
  color: #c09763;
}
.hollowButton {
  color: #c1995c;
  border: 2px solid #c1995c;
  background-color: transparent;
  padding: 20px 30px;
  transition: all 0.8s;
}
.hollowButton:hover {
  color: #fff;
  border: 2px solid #fff;
  background-color: #c1995c;
  padding: 20px 30px;
}
.sectionHeading {
  font-family: "GoodVibrations";
  font-size: 40px;
  color: #c1995c;
  margin: 15px 0 0 0;
}
.sectionSubtitle {
  font-family: "Brand";
  font-size: 45px;
  font-weight: 900;
  color: #000;
  margin: 0 0 25px 0;
  line-height: 1;
  letter-spacing: 5px;
}
#about {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  min-height: 700px;
  margin: 80px 0 40px;
}
#about > div {
  background-repeat: no-repeat;
}
.about_center {
  text-align: center;
}
.about_center p {
  max-width: 485px;
  margin: 10px auto;
}
.about_left {
  background-size: 80%;
  background-position: left center;
}
.about_right {
  background-position: center;
  background-size: 65%;
}
.about_infoBoxes {
  margin-bottom: 80px;
}
.about_infoBoxes > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.infoBox {
  text-align: center;
}
.infoIcon {
  margin-bottom: 15px;
}
.infoTitle,
.serviceSlide-cell-title {
  margin-bottom: 5px;
  font-family: "Brand";
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
}
.infoText,
.serviceSlide-cell-text {
  line-height: 1.5;
}
#services {
  background-color: #f1f0ec;
  padding: 50px 0;
}
.serviceTop {
  text-align: center;
}
.serviceButtom{
  margin-bottom: 20px;
}
.serviceSlide {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.serviceSlide-cell {
  width: calc(100% / 3);
  height: auto;
  padding: 0 10px;
  text-align: center;
  background: transparent;
  box-sizing: border-box;
}
.serviceSlide-cell > div {
  border: 1px solid;
  padding: 5px;
}
.serviceSlide-cell-image {
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: bottom;
  margin-bottom: -20px;
  position: relative;
}
.serviceSlide-cell-icon {
  position: relative;
  width: fit-content;
  margin: auto;
}
.serviceSlide-cell-image:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #f1f0ec;
}
.serviceSlide-cell-text{
  margin-bottom: 20px;
}
.serviceSlide .flickity-prev-next-button.previous {
    left: -50px;
}
.serviceSlide .flickity-prev-next-button.next {
    right: -50px;
}
.serviceSlide .flickity-prev-next-button,.serviceSlide .flickity-prev-next-button:hover{
  background-color: transparent;
}
.serviceSlide .flickity-prev-next-button svg{
  display: none;
}
.serviceSlide .flickity-prev-next-button:after{
   content: "";
   background-image: url(/assets/imgs/serviceArrow.png);
   position: absolute;
   width: 50px;
   height: 50px;
   top: 0;
   left: 0;
   background-size: contain;
   background-repeat: no-repeat;
}
.serviceSlide .flickity-prev-next-button.next:after{
  transform: rotate(180deg);
}
@media(max-width:1335px){
  .serviceButtom{
    width: 85%;
    margin: auto;
  }
}
#gallery{
    margin: 80px 0;
}
.galleryTop{
  text-align: center;
}
.galleryBottom{
  max-width: 65%;
  margin: 30px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.galleryLeft,.galleryRight{
  margin-top: 50px;
}
.galleryCenter{

}
.galleryBox{
  padding: 40px;
  position: relative;
  padding-top: 90%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
}
.galleryBox:not(:first-child){
  margin-top: 10px;
}
.galleryInfo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.70);
  color: #fff;
  padding: 20px;
  text-align: center;
  width: 80%;
  height: 80%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 1s;
  cursor: pointer;
}
.galleryBox:hover .galleryInfo{
  opacity: 1;
}
.galleryTitle{
  font-family: "Brand";
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 5px;
}
.galleryText{

}
#contact{
  display: grid;
  grid-template-columns: 1fr 3fr 3fr;
  gap: 20px;
  width: 100%;   
  background-color: #f1f0ec;
}
.contactCenter{
  padding: 80px 10px;
  position: relative;
  z-index: 1;
}
.contactCenter.animate::after{
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: -1;
  background-color: #f1f0ec;  
}
.contactCenter.animate::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  border-radius: inherit;
  background: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn);
  animation: borderRotate var(--d) linear infinite forwards;
}
@keyframes borderRotate {
  100% {
    --angle: 420deg;
  }
}

@keyframes borderRadial {
  20% {
    --gradX: 100%;
    --gradY: 50%;
  }
  40% {
    --gradX: 100%;
    --gradY: 100%;
  }
  60% {
    --gradX: 50%;
    --gradY: 100%;
  }
  80% {
    --gradX: 0%;
    --gradY: 50%;
  }
  100% {
    --gradX: 50%;
    --gradY: 0%;
  }
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 50px;
    max-width: 90%;
    position: relative;
}
body::after, body::before,
input::after,
input::before,
select::after,
select::before,
textarea::after,
textarea::before,
body *::after,
body *::before {
  box-sizing: border-box;
}

fieldset {
  margin: 0 0 3rem;
  padding: 0;
  border: none;
}

.form-radio,
.form-group {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.form-inline > .form-group,
.form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}

.form-help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #b3b3b3;
  font-size: 0.8rem;
}
.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
  position: absolute;
  width: 100%;
}

.form-group input {
  height: 1.9rem;
}
.form-group textarea {
  resize: none;
}
.form-group select {
  width: 100%;
  font-size: 1rem;
  height: 2.16rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}
.form-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #b3b3b3;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}
.form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #337ab7;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.form-group input,
.form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}
.form-group input[type="file"] {
  line-height: 1;
}
.form-group input[type="file"] ~ .bar {
  display: none;
}
.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
  color: #333;
}
.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -1rem;
  left: 0;
}
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}
.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
  color: #337ab7;
}
.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #444;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  max-width: 600px;
}

.checkbox-container input[type="checkbox"] {
  margin-top: 4px;
  transform: scale(1.2);
  accent-color: #22242b;
  cursor: pointer;
}

.checkbox-container a {
  color: #22242b;
  text-decoration: underline;
}

.checkbox-container a:hover {
  text-decoration: none;
}
#smsOptIn{
  width: 100%; 
  grid-column: 1 / -1;
  margin-bottom: 15px;
  display: block;
}
#smsOptIn.has-error .checkbox-container{
  border-color: #d9534f;
}
.has-error .legend.legend, .has-error.form-group .control-label.control-label {
  color: #d9534f;
}
.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
  color: #d9534f;
}
.has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}
.contactRight{
  background-size: cover;
  background-repeat: no-repeat;
}
footer{
  background-color: #000;
  padding: 50px 0;
  color: #fff;
}
.footerTop,.footerMiddle{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.footerLogo img{
  max-width: 250px;
}
.footerButton{
  text-align: right;
}
.footerButton button{
  padding: 20px 30px;
}
.footerMiddle{
  grid-gap: 0;
  margin-top: 30px;
  text-align: center;
}
.footerMiddle > div{
  border: 1px solid #333333;
  padding: 30px 30px 50px;
}
.footerMiddle > div:first-child{
  border-left: none;
}
.footerMiddle > div:last-child{
  border-right: none;
}
.footerTitle{
  font-size: 20px;
  margin-bottom: 15px;
}
.socialLinks{
    display: flex;
    margin: auto;
    width: fit-content;
    margin-top: -25px 
}
.socialLinkIcon {
    color: #fff;
    font-size: 1.6rem;
    height: 50px;
    width: 50px;
    display: flex;
    border: 1px solid;
    text-align: center;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin:0 15px;
    background: #000;
}
.copyright{
  margin-top: 25px;
  text-align: center;
}
.login-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.form-popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    position: relative;
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}
.mobileShow{
  display: none !important;
}
@media (max-width: 1100px) {
  body.menuOpen{
    overflow: hidden;
  }
  .mobileShow{
    display: block !important;
  }
  #navbar {
    position: fixed;
    width: 0;
    height: 100vh;
    top: 0;
    left: -100px;
    background-color: rgb(255 255 255 / 89%);
    z-index: 99999;
    overflow: hidden;
    transition: all 1s;
    padding: 0;
  }
  body.menuOpen #navbar{
      width: 100%;
      left: 0;
  }
  #mobileHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    font-size: 35px;
  }
  #mobileHeader img {
    max-width: 150px;
  }
  #mobileHeader a {
    color: #000;
  }
  #navbar > div {
    display: flex;
    margin: 0;
    height: 100%;
  }
  #navbar .logo {
    display: none;
  }
  .menu {
    text-align: left;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .menu > div{
    margin: 20px;
  }
  .menu a {
    font-size: 30px;
  }
  .menuClose {
    display: block !important;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 50px!important;
    font-size: 40px;
    cursor: pointer;
}
  .userOptions {
    display: none;
   
  }
  #about{
    display: block;
    position: relative;
  }
  .about_left {
      background-size: contain;
      background-position: left top;
      position: absolute;
      width: 20%;
      height: 0; 
      padding-top: calc(536 / 488 * 100%);
      z-index: -1;
  }
  .about_right {
      background-position: right bottom;
      background-size: contain;
      position: absolute;
      width: 20%;
      height: 100%;
      right: 0;
      bottom: 0;
      z-index: -1;
  }
  .about_center p {
      display: inline;
      background-color: #ffffff;
  }
}
@media(max-width:768px){

.serviceSlide{
  width: 80%;
}
.serviceSlide-cell {
    width: 100%;
  }
  .about_infoBoxes > div {
      display: flex;
      flex-direction: column;
      grid-gap: 40px;
      max-width: 75%;
  }
  .serviceSlide .flickity-prev-next-button:after{
    box-sizing: unset;
    width: 40px;
    height: 40px;
  }
  .galleryBottom {
    max-width: 95%;
    grid-gap: 5px;
}
.galleryBox:hover .galleryInfo{
  display: none;
}
#contact {
    display: block;
}
.form-grid {
    display: block;
    max-width: 95%;
}
.contactCenter{
    padding: 10px;  
}
.contactRight {
    padding-top: 70%;
}
  .footerLogo img {
    max-width: 160px;
}
footer{
    padding: 30px 15px;
}
.footerMiddle {
    display: flex;
    flex-direction: column;
}
.footerMiddle > div{
    border-left: none;
    border-right: none;
}
}
@media(max-width:480px){
  #topbar > div {
    display: grid;
    font-size: 3vw;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
    padding: 0 10px;
}
  .footerTop,.footerButton{
    display: block;
    text-align: center;
  }
}
.notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #f1f1f1;
  color: #333;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  min-width: 200px;
  max-width: 90%; /* Adjust for smaller screens */
  width: auto; /* Let the content define the width */
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Arial, sans-serif;
  word-wrap: break-word; /* Handle long text */
}

@media (max-width: 600px) {
  .notification {
    bottom: 10px;
    right: 10px;
    padding: 10px;
    font-size: 14px;
    max-width: 95%; /* Larger max-width for very small screens */
  }
}

.notification.success {
  background-color: #dff0d8;
  color: #3c763d;
}

.notification.error {
  background-color: #f2dede;
  color: #a94442;
}

.notification.warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

.notification button {
  background-color: transparent;
  border: none;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  margin-left: 10px;
}
.submitContact{
    padding: 15px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
}
#contactForm:not(.sending) .loader,
#contactForm:not(.sending) .submitContact > span.ss,
#contactForm.sending .submitContact > span.s{
  display: none;
}
.loader{
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

form#contactForm.sending:after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9;
  opacity: 0;
  cursor: not-allowed;
}
