@font-face {
  font-family: 'Oswald-Bold';
  src: url('/static/fonts/oswald-bold-webfont.woff2') format('woff2'),
       url('/static/fonts/oswald-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald-Regular';
  src: url('/static/fonts/oswald-regular-webfont.woff2') format('woff2'),
       url('/static/fonts/oswald-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-bold';
  src: url('/static/fonts/roboto-bold-webfont.woff2') format('woff2'),
       url('/static/fonts/roboto-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-light';
  src: url('/static/fonts/roboto-light-webfont.woff2') format('woff2'),
       url('/static/fonts/roboto-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/static/fonts/roboto-regular-webfont.woff2') format('woff2'),
       url('/static/fonts/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gothic';
  src: url('/static/fonts/gothica1-semibold-webfont.woff2') format('woff2'),
       url('/static/fonts/gothica1-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
    font-family: 'Onder';
    src: url('/static/fonts/onder-regular-webfont.woff2') format('woff2'),
         url('/static/fonts/onder-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Diphy';
    src: url('/static/fonts/diphylleia-regular-webfont.woff2') format('woff2'),
         url('/static/fonts/diphylleia-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Corinthia';
    src: url('/static/fonts/corinthia-regular-webfont.woff2') format('woff2'),
         url('/static/fonts/corinthia-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


html, body {
  height: 100%;
  margin: 0;
  padding: 0 !important;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


#logo{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}


a:link{
  text-decoration: none;
}

.btn:hover{
  color:black;
}


#contactBtn{
  position: fixed;
  bottom: 1vh;
  right: 1vw;

  font-size: 20px;
  background-color: white;
  color: black;
  padding: 1% 2%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  font-weight: bold;
  z-index: 9;
}

.btn {
  border-radius: 0 !important;

  align-self: center !important;
  min-width: 150px;

}

#heroContent{
  padding-top: 200px !important;
}

.custom-navbar {
  font-family: Gothic;
  letter-spacing: 1px;
  padding-left: 2vw;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 9999;
  color: black !important;
  background-color: rgb(255, 255, 255) !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.custom-navbar .navbar-brand {
  font-size: 1rem;
  font-weight: bolder;
}

.custom-navbar .navbar-brand span {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: -5px;
}

.whiteNav .navbar-brand span{
  text-shadow: 0px 1px 0px #a0a0a0,
                0px 0px 10px rgba(0, 0, 0, 0.607),
              0px 4px 3px rgba(0,0,0,0.1);
}

.navbar-nav .nav-link {
  font-size: 17px;
  transition: color 0.2s ease;
  overflow: hidden;
  z-index: 11;
  text-shadow: 0px 1px 0px #a0a0a0;
  vertical-align: center;
  line-height:100%;
}
.nav-item{
  display: flex;
  align-items: center;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.active{
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.whiteNav {
  background-color: transparent !important;
  box-shadow: none;
  z-index: 100;
}

.whiteNav .navbar-brand,
.whiteNav .nav-link {
  color: rgb(255, 255, 255) !important;
  text-shadow: 0px 1px 0px #a0a0a0,
              0px 0px 10px rgba(0, 0, 0, 0.607),
              0px 3px 2px rgba(0, 0, 0, 0.223),
             0px 4px 3px rgba(0,0,0,0.1);

}

.whiteNav .nav-link.active {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.whiteNav .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.donateBtn {
  background-color: black;
  padding: 7px;
  color: white;
  align-self: center;
  border: solid 2px black;

}


.whiteBtn{
  background-color: white;
  padding-left: 7px;
  padding-top: 5px;
  align-self: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 10px;
}
.whiteBtn.nav-link {
  color: black !important;
}

@media (max-width: 992px) {
  .custom-navbar.whiteNav {
    background-color: white !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
  }

  .custom-navbar.whiteNav .nav-link {
    color: black !important;
    text-shadow: none;
  }

  .custom-navbar.whiteNav .donateBtn {
    background-color: black;
    color: white !important;
  }
}




#heroVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-section{
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

#heroLogo{
  font-family: Oswald-Bold !important;
  font-weight: 1000;
  width:100%;
  max-width: 100vw;
  font-size: 12vw;
  text-wrap: none;
  line-height: 1em;
  transform-origin: center bottom;
  transform: scale(1, 2.5);
  color:#9f9cf4;
  mix-blend-mode: difference;
  position: absolute;
  bottom: 20px;
  overflow: hidden;
}

#heroContent{
  height: 100%;
  width: 100%;

}

body {
  margin: 0;
  font-family: sans-serif;
  overflow-x: hidden;
}

footer {
  height: 50vh;
  background: black;
  
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: white;

}
#homefooter{
    margin-top: 50vh;
}

footer #logo h1{
  font-family: Gothic;
  font-weight: bolder;
}
footer #logo h2{
  font-family: Gothic;
  font-weight: lighter;
}
#info ul{
  list-style-type: none; 
}
#info ul li{
  margin-top: 10px;
  font-size: 22px;
  font-family: Roboto-light;
}

#info ul li a:link,
#info ul li a:visited,
#info ul li a:active {
  color: white;
}

.iframe-box {
  width: 90vw;
  max-width: 900px;
  aspect-ratio: 16 / 9; /* maintain 16:9 ratio */
  background-color: #ccc;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.iframe-box iframe {
  width: 100%;
  height: 100%;
  border: none;
}

video::-webkit-media-controls {
  display: none;
}


.page-title-section{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 40vh; 
  margin-top: 40px;
  z-index: 10;

  font-weight: 300;
  border-bottom: white 3px solid;
  padding-bottom: 50px;
}

#studioPageWrapper h2{
  padding-top: 50px;
}


.bookNowImg{
  width: 350px;
  height: 200px;
  object-fit: cover;
  border: 2px solid black;
}

 .introSection,.servicesSection, .shopSection,.bookNowSection, #questions{
  display: flex;
  flex-direction: column;
  align-items: center;

  margin-top: 4vw;
  margin-bottom: 4vw;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;

}
.introSection{
  padding-left: 5%;
  padding-right: 5%;
}
.introSection p{
  padding-left: 5%;
  padding-right: 5%;
}
 .servicesSection, .shopSection, .bookNowSection{
  margin-top: 15vw;
}
.animated-heading{
  margin-top: 3vw;
  margin-bottom: 3vw;
  font-size: 25px;
  line-height: 45px;
  font-family: Onder;
}
.introSection div{
  margin-top: 3vw;
  margin-bottom: 6vw;
}


 #whyUs{
  margin-top: 12vw;
  font-size: 180px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  margin-bottom: 40px;
  font-family: Roboto-Bold;
  
 }
h2{
  font-weight: 600;
  font-family: Roboto-bold;
  margin-bottom: 20px;
}
#homeContainer p{
  font-size: 22px;
  text-justify: inter-word;
  text-align: justify;
  text-align-last: center; 
}

.introSection h2:nth-child(1){
  font-family: serif;
  font-size: 80px;
}
p{
  font-size: 20px;
  font-family: Roboto-light;
  line-height: 1.9em;
}

.btn{
  background-color: black;
  color: white;
  font-size: 1.5em;
  font-family: Roboto;
  padding: 15px;

  border: 2px solid black;
}
.btn:hover{
  border: 2px solid black;
}


#splashShop{
  position: absolute;
  font-family: Onder;
  font-size: 5vw;
}



#splashShop{
  z-index: 2;
}

.servicesSection {
  position: relative;
}

#splashServices{
  transform: rotate(-90deg);
  position: absolute;
  left: -30%;
  margin-left: 10%;
  top: 50%;
}

.serviceBox{
  width: 270px;
  height:240px;
  border: solid black 3px;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 10px;
  margin: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.serviceTitle{
  font-family: Roboto-bold;
  font-size: 1.7em;
}
.serviceDesc{
  font-family: Roboto;
  font-size: 1.3em;
}

#shopIMG{
  margin-top:4.5vw;
  width: 30vw;
  max-width: 350px;
  z-index: 3;
}

.shopSection{
  padding-bottom: 5vw;
}

.bookNowSection{
  position:relative;
  padding-bottom: 50px;
}

#splashBookNow{
  transform: rotate(90deg);
  position: absolute;
  right: -25%;
  top: 40%;
  white-space:nowrap;

}


#images{
  width: 120%;
  margin-top: 5vw;
}

#row2{
  padding-left: 10%;
  padding-top: 30px;
}
#row3{
  padding-top: 30px;
  padding-left: 20%;
}

.bookNowImg{
  margin:15px
}

#anyQ{
  font-family: Onder;
  font-size: 15px;
}

#questions a, #questions a:link{
  border: 3px solid black;
  padding: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: black;
  font-family: Onder;
  text-decoration: underline;
  font-size: 15px;
  margin: 30px;
  transition:.5s;
}
#questions a:hover, #questions a:link:hover{
  color:white;
  background-color: black;
}

#row1, #row2, #row3{
  display: flex;
  align-items: center;
  justify-content: center;
}

#boxes{
  display:flex;
  flex-direction: column;
  margin-left: 15%;
}
#boxes>div{
  display: flex;
}
#boxesRow2{
  margin-left: 300px;
}
@media (max-width:  1000px) {
  #boxes>div{
    flex-direction: column;
    align-items: center;
  }
  #boxesRow2{
    margin-left: 0px;
  }
  .bookNowImg {
    width: 220px;
    height: 150px;

  }

}
#images{
  display:none;
}


@media (max-width: 600px) {
  #splashServices, #splashBookNow, #splashShop{
    font-size: 8vw;
  }
  #row1, #row2, #row3{
    display: flex;
    flex-direction: column;
  }

  /* Phone adjustments */
  #boxes {
    margin-left: 0;
    padding-right: 0%;
    padding-left: 30%;
  }

  .serviceBox{
    width: 220px;
    height:200px;
    font-size: 12px;
  }

  #boxesRow1,
  #boxesRow2 {
    flex-direction: column;
    align-items: center;
  }

  #shopIMG {
    margin-top: 35px;
    width: 60%;
  }

  .introSection,
  .shopSection,
  .bookNowSection {
    padding-left: 5%;
    padding-right: 5%;
  }

  #images {
    width: 100%;
    padding-left: 0;
    display: block;
  }

  .bookNowImg {
    width: 200px;
    height: 130px;

  }

  #row2,
  #row3 {
    padding-left: 0;
    margin-bottom: 0;
    padding:0;
  }
  #animation{
    display:none;
  }

  #row3{
    display: none;
  }

  #splashServices {
    right: 40vw;

  }

  #splashBookNow {
    left: 45vw;
    top: 40%;
  }

  #questions{
    margin-top: 20px;
  }
  #anyQ{
    font-size: 12px;
  }
  #questions a, #questions a:link{
    font-size: 10px;
  }

  footer {
    display: flex;
    flex-direction: column;
    height: 70vh;
    padding: 10%;
  }
  footer #logo h1{
    font-size: 25px;
  }
  footer #logo h2{
    font-size: 20px;
  }

  #info ul li{
    margin-top: 10px;
    font-size: 18px;
    font-family: Roboto-light;
  }

}


/*################################################################################*/

#bookNowSlide{
  width: 90vw;
  height: 70vh;
  margin: 100px 5% 50px 5%;
}

#bookNowSlide, #bookNowSlide .carousel-item img{
  height: 70vh;
  object-fit: cover;
}

#bookNowContent{
  padding: 5%;
  padding-top:0;
}
.amList{
  list-style-type: none;
  padding-left: 0;
}

#detList{
  padding-left:15px;
  list-style-type:circle;
}

#amLists{
  display: flex;
  flex-direction: row;
}

.amIcons{
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

.rental{
  font-weight: bold;
}

#bookNowContent h1{
  font-family: Roboto-bold;
  font-size: 1.8em;
}
#bookNowContent p, .amList, #detList{
  font-family: Roboto-light;
  font-size: 17px;
}

.amList li{
  margin-top: 25px;
  margin-bottom: 25px;
}
#detList li{
  margin-top: 20px;
  margin-bottom: 20px;
}
#amCol1{
  margin-right: 50px;
}

#bookNowContent section{
  margin-bottom: 40px;
}
#bookNowContent{
  display: flex;
  flex-direction: row;
}
#bookNowCol1{
  margin-right: 100px;
}

#bookNowCol1, #bookNowCol2{
  min-width: 40%;

}

#bookingForm{
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  padding: 23px;
  display: flex;
  flex-direction: column;
}

#bookingForm>input, #bookingForm>select{
  font-family: Roboto;
  border: #DEE2E6 1px solid;
  padding: 8px;
  margin-bottom: 15px;
  font-size: 17px;
  color:#595C5F;
  border-radius: 6px;
}
#datePicker{
  margin-bottom: 20px;
}
#calendariFrame{
  width:100%;
  height: 400px;
  border-radius: 10px;
}

#flatpickrContainer {
  width: 100%;
  display: flex;
  justify-content: center;
}

#bookingForm>h1{
  margin-bottom: 10px;
  font-size: 25px;
}
#bookingForm>h2{
  font-size: 16px;
  text-align: center;
}
#bookingForm hr{
  width: 90%;
  align-self: center;
  border-width: .5px;
}
#bookSubmit{
  font-family: Roboto-Bold;
  color:white;
  background-color: rgb(71, 164, 71);
  border:white 2px solid;
  padding: 10px;
  border-radius: 10px;
  transition-duration: 1s;
}
#bookSubmit:hover{
  background-color: white;
  color: rgb(71, 164, 71);
  border:rgb(71, 164, 71) solid 2px;

}
.flatpickr-calendar {
  max-width: 400px;         
  margin: 0 auto;
  font-size: 16px;
}
#bookingSummary{
  font-size: 20px;
  font-family: Roboto-bold;
}

.total{
  font-family: Roboto-bold;
  font-size: 20px;
  margin-bottom: 15px;
}
#total{
  color: rgb(71, 164, 71);
}



@media (max-width: 768px) {
  #bookNowContent {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  #bookNowCol1,
  #bookNowCol2 {
    width: 100%;
  }
  
  #bookNowContent p, .amList, #detList{
    font-family: Roboto-light;
    font-size: 12px;
  }
  
}

@media (max-width: 400px) {
  #bookNowCol1,
  #bookNowCol2 {
    width: 100%;
  }
  #bookNowSlide, #bookNowSlide .carousel-item img{
    height: 50vh;
  }
  #calendlyWrapper {
    transform: scale(.9);
    transform-origin: top left;
  }
  #amLists{
    flex-direction: column;
  }
  #bookNowContent p, .amList, #detList{
    font-size: 14px;
  }


}
/*##################################################*/

#studioSlide, #studioSlide .carousel-item img{
  object-fit: cover;
  height: 100vh;
  width:100%;
}

#studioHero{
  position:relative;
  display: flex;
  width: 100%;
}
#studioHeroWords{
  position: absolute;
  font-family: Roboto-light;
  color: white;
  z-index:5;
  font-size: 3em;
  top: 45vh;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center; 	
  text-shadow: 1px 4px 4px rgba(0,0,0,0.5);
  letter-spacing: .15em;
}

#studioImgs div img{
  width: 20vw;
  height: 15vw;
  object-fit: cover;
  margin-right:.7vw;
  margin-bottom: .7vw;
}

#studioContent{
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 5%;
  padding-top: 2%;
}

#studioContent h1{
  font-family: Roboto-bold;
  font-size: 2em;
  margin:0;
}

#studioContent h5{
  font-family: Roboto-light;
  font-size: 1.3em;
  margin:0;
}

#tour{
  width: 70vw;
  height: 40vw;
  margin-top: 20px;
  margin-bottom: 40px;
}

#virtualTour, #studioDetails, #studioImgs{
  margin-top: 5vw;
}

#studioBlurb{
  margin-top: 2vw;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  text-wrap: pretty; 
}

#studioImgs{
  margin-bottom: 30px;
}

#studioDetails p{
  font-family: Roboto-bold;
  font-size: 1em;
}
#studioDetails p a, #studioDetails p a:link{
  color: black;
  text-decoration: underline;
}
#studioDetailsLists ul{
  list-style-type: circle;
  text-align: left;
  width: 45%;
  font-family: Roboto-light;
  font-size: 1.4em;
}
#studioDetailsLists ul li{
  margin-bottom: 5px;
}
#studioDetailsLists{
  display: flex;
  flex-direction: row;
  margin-top: calc(5vw);
  margin-bottom: 50px;
  justify-content:center;
}

#studioList1{
  border-right: .5px solid black;
  padding-left: 20%;
}

@media (max-width: 600px) {
  #studioDetailsLists {
    flex-direction: column;
    align-items: center;
  }

  #studioList1 {
    border-right: none;
    border-bottom: 0.5px solid black;
    padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 10%;
  }
  #studioList2{
    padding-left: 10%;
  }

  #studioDetailsLists ul {
    width: 80%;
    text-align: left;
  }
  #studioImgs{
    display: flex;
    flex-direction: column;
  }
  #studioImgs div img{
    width: 40vw;
    height: 30vw;
    object-fit: cover;
    margin-right:1vw;
    margin-bottom: 1vw;
  }

  #studioHeroWords{
    font-size: 1.5em;
  }
}

/*##########################################################*/

/* accordion title text styles */
.accordion-container p.accordion {
  position: relative;
  font-family: Roboto;
  font-size: 15px;
  font-variation-settings: 'wght' 450;
}

/* accordion content text styles */
.accordion-container .accordion-content p , .accordion-content ul{
  font-family: Roboto;
  font-size: 15px;
  color: grey;
  line-height: 19px;
  list-style: disc;
}

/* accordion content link styles */
.accordion-container .accordion-content a {
  font-family: Roboto;
  font-size: 12px;
  font-style: italic;
}

/* accordion title styles */
.accordion-container .accordion {
  cursor: poRoboto;
  padding: 15px 8px;
  margin: 0;
  font-weight: 300;
}

/* accordion icon box styles */
.accordion-container .accordion::after {
  content: '✕';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  font-size: 11px;
  transition: .2s ease-out;
}

/* accordion icon box styles: opened  */
.accordion-container .active::after {
  content: "✕";
  transform: translateY(-50%) rotate(0deg);
  font-size: 11px;
}

/* accordion content box styles: default */
.accordion-container .accordion-content {
  padding: 0 8px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #999;
}
li{
  margin-bottom: 5px;
}


#contactWrapper{
  padding:5%;
  padding-top: 90px;

}

#contactWrapper>h1{
  margin-top: 5vw;
  font-size: 5vw;
  font-family: Onder;
}

#contactWrapper>h2{
  font-family: Roboto-bold;
  font-size: 4vw;
  margin-top: 5vw;
  padding-top: 15px;
  padding-bottom: 15px;
}
#contactInfo{
  display:flex;
}
#contactInfo div h3{
  font-family: Roboto-bold;
  font-weight: lighter;
  font-size: 18px;
}

#contactDetCol1{
  margin-right: 30px;
}

#contactInfo div p{
  line-height: 24px;
  font-size: 20px;
}

#contactInsta{
  font-size: 30px;
  line-height: 40px;
}

#contactInfo a,#contactInfo a:link,#contactInfo a:visited{
  color: black;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  line-height: 50px;
}

#directContact{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5vw;
}
.accordion-content p a:link{
  color:#878787;
  font-weight: bold;
  text-decoration: underline;
}

#getInTouch{
  margin-top:2vw;
}
#contactFormWrapper{
  width:50%;
}

#contactForm{
  display:flex;
  flex-direction: column;
  margin-top: -12vw;
  margin-left: 20px;
}
#contactForm label{
  font-family: Roboto;
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 3px;
}
#contactForm input,#contactForm textarea{
  font-family: Roboto;
  font-size: 20px;
  background-color: #F7F7F7;
  border:#878787 solid 2px;
  border-radius: 2px;
  padding: 5px 10px;
}
#contactForm button{
  margin-top: 20px;
  font-family: Roboto;
  font-size: 18px;
  background-color: black;
  border: black solid .5px;
  color: white;
  transition-duration: .5s;
  padding-top: 10px;
  padding-bottom: 10px;
}
#contactForm button:hover{
  background-color: white;
  color: black;
}
#map{
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  height: 60vh;
}

#faq{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#faq h1{
  font-family: Onder;
  font-size: 2vw;
  margin-right: 50px;
  line-height: 3vw;


}

@media (max-width: 600px) {
  #directContact, #faq, #contactInfo{
    flex-direction: column;
  }
  #faq h1{
    padding-bottom: 50px;
    margin-right: 0px;
    font-size: 4vw;
    line-height: 8vw;
  }
  #contactWrapper>h2{
    font-size: 7vw;
  }
  #contactWrapper>h1{
    font-size: 7vw;
  }

  #contactForm{
    display:flex;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
  }
  #contactFormWrapper{
    width:100%;
  }
}


#animation {
  position: relative;
  height: 40vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

#aj-orbit-wrapper {
  position: absolute;
  width: 800px;
  height: 700px;
  perspective: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aj-orbit-piece {
  position: absolute;
  width: 250px;
  height: 180px;
  border-radius: 20px;
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center;
}

@media (max-width: 600px) {
  #animation{
    display:none
  }
}

/*///////////////////////////////////////////////////////*/

.char {
  display: inline-block;
  transform: translateY(10px);
  opacity: 0%;
}
.word {
  display: inline-flex;
  flex-wrap: nowrap;
}


#servicesRow1 {
  text-align: center;
  margin-bottom: -10vw;
}

#servicesHeader, #servicesBlurb {
  will-change: transform, opacity;
  transform-style: preserve-3d;
  perspective: 1000px;
  transform-origin: center;
  margin-bottom: 0vw;
}

#servicesHeader{
  font-family: serif;
  font-size: 14vw;
  line-height: 12.2vw;
  width: 50vw;
  display: flex;
  flex-direction: column;

}
#servicesHeader div{
  align-self: baseline;
  text-align: left;
}

#servicesHeader div:nth-child(1){
  margin-left: -13vw;
}
#servicesHeader div:nth-child(2){
  margin-left: 0vw;
}
#servicesHeader div:nth-child(3){
  margin-left: 0vw;
}

#servicesBlurb {
  font-size: 2.8vw;
  line-height: 3.2vw;
  text-transform: uppercase;
  font-family: serif;
  transform: translateY(30px) rotateX(15deg) scale(0.95);
  max-width: 70%;
  margin: auto;
  text-align: center;
}

.servicesSection {
  perspective: 1000px;
}

.circle-word {
  display: inline-block;
  padding: .5vw;
  border: 2px solid black;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
}


.success-box {
    max-width: 600px;
    margin: 50px auto;
    margin-top: 90px;
    padding: 25px 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    font-family: "Inter", Arial, sans-serif;
    color: #333;
}

.success-box .success-header h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.success-box .success-header p {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 25px;
}

.details {
    text-align: left;
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fafafa;
    margin-bottom: 20px;
}

.details h3 {
    margin-bottom: 12px;
    font-size: 1.2rem;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.details-grid p {
    margin: 8px 0;
    font-size: 0.95rem;
}

#paid {
    font-weight: bold;

}



#servicesBtn{
  margin-top: 60px;
  font-size: 15px;
  color: black;
  border: none;
  border-bottom: black 2px solid;
  background-color: white;
  transition: 1s;
  margin-bottom: 30px;
}
#servicesBtn:hover{
  background-color: black;
  color: white;
}
#bookNowWords{
  width:90%;
  text-align: start;
  margin-bottom: 50px;
  position: relative;
}

#BN1{
  font-size: 70px;
  margin-bottom: 10px;
}
#BN2{
  font-size: 100px;
  font-family: serif;
  margin-bottom: 100px;
}
#BNpop{
  position:absolute;
  top:-10%;
  right:10%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#BNpop img{
  margin-top: -5%;
  width: 10vw;
  transform: rotate(140deg);
}
#BNtxt{
  font-size: 4vw;
  line-height: 3.2vw;
  transform: rotate(-5deg);
  padding-left: 15%;
  width: 115%;
  font-family: Corinthia;
}

#popAnimation {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 8vw;
  margin-top: 12vw;
  position: relative;
  flex-wrap: wrap;
}

.paper {
  background-image: url('../static/images/paper.png');
  position: relative;
  width: 20vw;
  height: 25vw;
  border-radius: 4px;

  transform: rotate(var(--rotate, 0deg));
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);

}


.clip {
  position: absolute;
  top: -1.2vw;
  width: 2.8vw;
  z-index: 2;
  pointer-events: none;
}

.paper:nth-child(1) .clip {
  left: 30%;
  transform: translateX(-30%);
}

.paper:nth-child(2) .clip {
  left: 50%;
  transform: translateX(-50%);
  transform: scaleX(-1);
}

.paper:nth-child(3) .clip {
  left: 65%;
  transform: translateX(-65%);
}

.tape {
  position: absolute;
  top: -2.5vw;
  width: 12vw;
  z-index: 2;
  pointer-events: none;
  opacity: .7;
}

.paper:nth-child(1) .tape {
  left: 50%;
  transform: translateX(-50%);
  width: 11vw;
}

.paper:nth-child(2) .tape {
  left: 25%;
  transform: translateX(-25%);
  transform: scaleX(-1);
  width: 10vw;
}

.paper:nth-child(3) .tape {
  left: 45%;
  transform: translateX(-45%);
  width: 11vw;
}

.paper:nth-child(1) { --rotate: -5deg; }
.paper:nth-child(2) { --rotate: 0deg; margin-top: -20px;}
.paper:nth-child(3) { --rotate: 5deg; }

.merch {
  width: 17vw;
  height: 18vw;
  opacity: 0;
  transition: all 0s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}


@media (max-width: 1200px) {
  #BN1{
    font-size: 5vw;
    margin-bottom: 10px;
  }
  #BN2{
    font-size: 10vw;
    margin-bottom: 20px;
  }
  #BNtxt{
    font-size: 7vw;
    line-height: 6vw;
  }
  #BNpop{
    right: 0;
  }
}

@media (max-width: 700px) {
  .paper {
    width: 25vw;
    height: 35vw;
  }
  .merch {
    width: 23vw;
    height: 33vw;
  }
  
  #popAnimation {
    margin-top: 70px;
    margin-bottom: 70px;
    gap: 3vw;
  }
  #servicesHeader{
    font-size: 6vw;
    line-height: 18.3vw;
    margin-bottom: -50px;
    margin-top: 50px;
  }
  #servicesBlurb {
    font-size: 5vw;
    line-height: 5.5vw;
    margin-bottom: 50px;
    max-width: 100%;
  }
  .animated-heading{
    font-size: 20px;
    overflow-wrap: break-word;
  }
  #homeContainer p{
    font-size: 16px;
  }
  .glideBox {
    width: 25vw;    
    height: 25vw;
  }
  #servicesBtn{
    margin-top: 30px;
  }
  #BN1{
    font-size: 5vw;
    margin-bottom: -10px;
  }
  #BN2{
    font-size: 10vw;
    margin-bottom: 20px;
  }
  #BNtxt{
    font-size: 7vw;
    line-height: 6vw;
  }
}
.fade-left,
.fade-top {
  opacity: 0;
  transform: translateY(0); /* fallback */
}