/* Landing page ========== */

body {
  font-family: "Montserrat", sans-serif !important;
  color: #121414;
}

.stars {
  width: 80%;
  display: block;
  margin: 0px auto;
  margin-bottom:400px !important;
}

.header {
  height: 100vh;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  max-width: 100%;
  padding-top: 200px
}

.container-fluid  {
  margin:150px !important;
}

.header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.2) 35%,
    rgba(0, 0, 0, 0.5)
  );
  z-index: 0;
}

.video-large {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-branding {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.logo {
  width: 50% !important;
  padding: 0 5%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .logo {
    width: 67%;
    display: block;
    margin: 0 auto;
  }
}

/* Content ========= */

h1 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.subhead {
  font-size: 1.25rem;
  margin-bottom: 35px;
  font-weight: 400;
}

.bold {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
}

ul {
  list-style-type: none;
  margin: 0 0 5px 0;
  padding: 0;
}

li {
  margin-top: 15px;
  font-size: 1rem;
  margin-left: 10px;
}

.bi-check-lg {
  color: #00aeff;
}

/* Content Left ========= */

.content-left {
  color: black;
  background-color: rgba(255, 255, 255);
  padding: 2.75em;
  font-weight: 400;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 15px;
}

/* Content right ========= */

.content-right {
  background-color: rgba(18, 20, 20);
  padding: 2.75rem;
  color: White;
  font-weight: 300;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .content-left,
  .content-right {
    padding: 4rem;
  }
}

/* Buttons ========= */

.btn {
  font-weight: 500;
}

.btn-success.dark {
  margin-top: 2rem;
  padding: 0.75rem 1.5rem;
  background-color: rgba(18, 20, 20);
  text-transform: uppercase;
  transition: all 0.6s ease;
}

.btn-success:focus.dark:hover,
.btn-success:hover.dark:hover,
.btn-success:active.dark:hover {
  background-color: white !important;
  border: 3px solid #121414 !important;
  color: rgba(18, 20, 20);
}

.btn-success.light {
  margin-top: 2rem;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  background-color: white;
  color: #121414;
  text-transform: uppercase;
  transition: all 0.6s ease;
}


.btn-success:focus.light:hover,
.btn-success:hover.light:hover,
.btn-success:active.light:hover {
  background-color: rgba(18, 20, 20);
  border: 3px solid white;
  color: white;
}



/* Services Pages ========== */

.pricing {
  color: #121414;
  font-size: 1.5rem;
  font-weight: 400;
  background-color: black;
  padding: 25px;
  margin-top: -10px;
  color: white;
  border-radius: 10px;
}

.bi-arrow-left,
.bi-arrow-right {
  font-size: 3rem !important;
  color: #121414;
  padding: 0;
}

.bi-arrow-left::before {
  margin-top: 20px;
}

.video-small {
  max-width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 10px;
}

.main-content {
  background-image: url("images/bg.png");
  color: rgb(242, 242, 242);
  background-size: cover;
}

.main-content-section {
  margin-top: 40px;
}

.main-content-paragraph {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 1.1rem;
}

.main-content-headline {
  margin-bottom: 30px;
  font-size: 3em !important;
  color: #121414;
}

.main-content-headline-small-h3 {
  margin-bottom: 15px;
  font-size: 1.75rem;
  font-weight: 500;
  color: rgb(0, 174, 239);
}

.main-content-text-small {
  font-size: 1rem;
  font-weight: 700;
}

.btn-primary {
  margin: 0 0 25px 0;
  padding: 0.75rem 1.5rem;
  background-color: #00aeff;
  width: 100%;
}

.btn-danger {
  margin: 0 0 25px 0;
  padding: 0.75rem 1.5rem;
  width: 100%;
}

.btn-primary:hover {
  background-color: rgb(242, 242, 242);
  color: #00aeff;
}

.more-services {
  background-color: unset;
  color: rgb(0, 174, 239);
  border: 2px solid rgb(0, 174, 239);
}

@media (max-width: 768px) {
  .main-content {
    padding: 1rem;
  }
}

footer {
  background-color: rgba(18, 20, 20);
  color: rgb(242, 242, 242);
  padding: 1rem;
  text-align: center;
}

footer p {
  margin: 0;
  padding: 0;
  font-size: 0.65rem;
  text-decoration: none !important;
}

.bi-facebook,
.bi-instagram {
  margin-right: 15px;
  font-size: 1.5em;
  margin-top: -25px !important;
  color: rgb(242, 242, 242);
}

.bi-facebook:hover,
.bi-instagram:hover {
  color: rgb(0, 174, 239);
  transition: all 0.6s ease;
}

@media (min-width: 1080px) {
  .btn-primary {
    width: 50%;
  }
  .stars {
    width: 50% !important;
    margin-bottom: 100px;
    /* display: none; */
  }
  .logo {
    margin-bottom: 100px !important;
    margin-top: 150px;
  }
}

@media (max-width: 1080px) {
  .stars {
    width: 50%;
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .btn-primary {
    width: 100%;
  }
  .logo {
    margin-bottom: 75px !important;
    margin-top: 150px;
  }
  .stars {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .logo {
    width: 80% !important;
    max-width: 420px;
    margin-bottom: 40px !important;
  }

  .stars {
    width: 95% !important;
    max-width: 600px;
    margin-bottom: 120px !important;
  }
   .btn-success.blue {
    display: block;
    width: 100% !important;
    max-width: none;
  }
}



/* TEMP */
.card {
  color: red;
  margin-top: -20px;
  margin-bottom: 20px;
}

.btn-danger {
  margin: 0;
}

.custom {
  color: #00aeff;
  font-weight: bold;
}

/* Gallery css */
img {
  max-width: 100% !important;
  border-radius: 10px;
}

.gallery-item {
  max-width: 100% !important;
}

#gallery-modal .modal-img {
  width: 100%;
  display: flex;
}

/* ===== Responsive hero cleanup ===== */

.header {
  position: relative;
  min-height: 100svh;
  height: auto;
  padding: 6rem 0 3rem;
}

.container-fluid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto !important;
  padding-left: 16px;
  padding-right: 16px;
}

.hero-branding {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  gap: 0.75rem;
}

.logo {
  display: block;
  width: 80% !important;
  max-width: 320px;
  padding: 0;
  margin: 0 auto 24px !important;
}

.stars {
  display: block;
  width: 95% !important;
  max-width: 420px;
  margin: 0 auto 32px !important;
}

/* tablet */
@media (min-width: 768px) {
  .header {
    padding: 8rem 0 4rem;
  }

  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo {
    width: 68% !important;
    max-width: 520px;
    margin: 0 auto 48px !important;
  }

  .stars {
    width: 78% !important;
    max-width: 700px;
    margin: 0 auto 64px !important;
  }
 
}

/* desktop */
@media (min-width: 1080px) {
  .header {
    padding: 10rem 0 4rem;
  }

  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }

  .logo {
    width: 50% !important;
    max-width: 680px;
    margin: 0 auto 80px !important;
  }

  .stars {
    width: 50% !important;
    max-width: 720px;
    margin: 0 auto 100px !important;
  }
}

.btn-success {
  background-color: #00aeef;
}

.btn-success:hover {
  background-color: #00aeef;
}

.gallery-button-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

a.btn-success.blue {
  display: inline-block;
  width: auto;
  min-width: 220px;
  max-width: 320px;
  padding: 10px 24px;
  margin: 0 !important;
  text-decoration: none !important;
  text-align: center;
  font-weight: 500;
  background-color: #00aeef;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.6s ease;
  border-radius: 0.375rem;
}

a.btn-success.blue:hover,
a.btn-success.blue:focus,
a.btn-success.blue:active {
  background-color: rgba(18, 20, 20);
  border: 3px solid white;
  color: white;
  text-decoration: none !important;
}

.button-wrap {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

a.btn-success.blue,
.btn-success.blue {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 320px;
  margin: 0 auto !important;
  border-radius: 0px;
  padding:15px;
}

@media (min-width: 768px) {
  a.btn-success.blue,
  .btn-success.blue {
    width: 100% !important;
    max-width: none;
    min-width: 0;
  }
}

@media (min-width: 1080px) {
  a.btn-success.blue,
  .btn-success.blue {
    width: 50%;
    max-width: 320px;
    min-width: 220px;
  }
}