@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
html {
    scroll-behavior: smooth;
}
body {
    font-family:  "Josefin Sans", sans-serif;
    background-color: black;
    
}
.quarter-circle {
    position: absolute;
    top: -75px;
    right: 0px;
    width: 150px;
    height: 150px;
    background-color: #F694C1;
    border-radius: 100%;
    z-index: -1;
}

.navbar {
    position: relative;
}

.navbar{
    padding: 20px 0;
}
.navbar .nav-link {
    color: white;
}
.navbar-brand{
    font-weight: 700;
    color: white;
    text-decoration: none;
}

.navbar-brand:focus,
.navbar-brand:active {
    color: #F694C1 !important;
}

.navbar-brand:hover {
    color: #F694C1;
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none; 
    box-shadow: none;
}

.hero {
    background-color: black;
    padding: 10px 0;
}

.hero h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: whitesmoke;
}

.hero p {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    color: lightgray;
    padding-right: 20px;
}

.hero .btn-primary {
    background-color: #F694C1;
    border-color: #F694C1;
    padding: 10px 20px;
    font-size: 18px;
    color: #0C1821;
    font-weight: 700;
    margin-bottom: 30px;
}

.carousel {
    max-height: 80vh;
    overflow: hidden;
    border-radius: 15px;
}

.carousel-inner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 80vh; 
}

.hero .container {
    margin-top: 0px;
}

@media (min-width: 1200px) {
    .about{
        background-color: whitesmoke;
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

@media (max-width: 768px) {
    .about {
        background-color: whitesmoke;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.amenity-box {
    background-color: whitesmoke;
    transition: transform 0.2s;
    border-radius: 25px;
}

.amenity-box:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.column-spacing {
    padding-left: 30px;
    padding-right: 30px;
}

.about h2{
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 10px;
}


.about-description{
    text-align: justify;
    font-size: 20px;
    font-weight: 400;
}

.about .btn-primary {
    background-color: #0C1821;
    border-color: #0C1821;
    padding: 10px 20px;
    font-size: 18px;
    color: whitesmoke;
    font-weight: 500;
    margin-bottom: 50px;
}

.btn-primary:focus {
    outline: none; 
    box-shadow: none; 
}

#gallery-pricing {
    padding: 25px 0;
    background-color: black;
    color: whitesmoke;
    
  }
  #gallery-pricing h2{
    font-weight: 700;
  }
  
  #galleryCarousel {
    width: 100%;
    max-width: 800px;
    height: 800px;
    margin: 0 auto;
    margin-top: 30px;
}

#galleryCarousel .carousel-inner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


@media (max-width: 768px) {
    #galleryCarousel {
        width: 100%;
        max-width: 450px;
        height: 450px;
        margin: 0 auto;
    }
}

#reviews {
    background-color: whitesmoke;
    padding: 40px 0;
}

.card {
    max-width: 500px;
    margin: auto;
    background-color: black;
    color: whitesmoke;
    border: none;
    border-radius: 25px;
}
#reviews h2{
    font-weight: 700;
}

.card h5{
    font-weight: 700;
}

.star-rating {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.star {
    color: #d3d3d3;
    font-size: 20px;
}

.star.filled {
    color: #ffc107; 
}


footer {
    background-color: black;
}

.social-icons a {
    margin: 0 10px; 
    text-decoration: none;
}

#map{
    border-radius: 15px;
}

footer h5{
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 20px;
}

@media (min-width: 1200px) {
    footer .middle-column{
        padding-right: 50px;
    }
    footer #phone-num{
        padding-top: 50px;
    }
}

@media (max-width: 768px) {
    footer .middle-column{
        padding-right: 50px;
        padding-left: 50px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    footer #phone-num{
        padding-top: 60px;
    }
    #map{
        padding-left: 20px;
        padding-right: 20px;
    }

}

#gallery-pricing .card{
    border: 1px solid whitesmoke;
    transition: transform 0.2s;
    max-width: 350px;
    max-height: fit-content;
    
}

#gallery-pricing .card:hover{
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#reviews
.carousel-control-prev-icon,
#reviews .carousel-control-next-icon {
    filter: invert(1);
}

#copyright{
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(39, 39, 39);
    color: whitesmoke;
}
.sideways-text {
    transform: rotate(-90deg);
    white-space: nowrap;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    .sideways-text {
      transform: rotate(0);
      text-align: left;
      padding-bottom: 20px;
    }
    #pricing h1{
        padding-top: 60px;
      }
      #pricing #plan-tagline{
        padding-bottom: 20px;
      }
      #gallery-pricing{
        padding-bottom: 70px;
        padding-top: 80px;
    }
    #gallery-pricing #galleryCarousel{
        margin-bottom: 60px;
    }
  }
  

  @media (min-width: 1200px) {
    #pricing{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
      }

      #gallery-pricing{
        padding-bottom: 70px;
        padding-top: 70px;
        background-color: black;
        padding-left: 50px;
    }
    #pricing #plan-tagline{
        padding-bottom: 20px;
      }

    .vertical-text{
        margin-right: 10px;
    }
      
  }

  @media (max-width: 768px){
    .vertical-text{
        transform: rotate(0);
        text-align: left;
        padding-bottom: 20px;
    }
  }

  .vertical-text{
    transform: rotate(90deg);
    transform-origin: top;
    white-space: nowrap;
    text-align: center;
  }

  #third-col-pricing{
    padding-top: 30px;
  }
