* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    /* font-family: Arial, Helvetica, sans-serif !important; */
    font-family: 'Poppins' !important;
}

/* Navbar Starting */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    appearance: none; 
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.header {
    background-image: linear-gradient(rgba(0, 0, 20, 0.5), rgba(0, 0, 20, 0.5)), url("./assets/images/about-us.jpg");
    width: 100% !important;
    height: 80vh !important; 
    background-position: center;
    background-size: cover;
    font-family: 'Poppins' !important;
}

.header-store {
    background-image: linear-gradient(rgba(0, 0, 20, 0.5), rgba(0, 0, 20, 0.5)), url("./images/store.jpg");
    width: 100% !important;
    height: 80vh !important; 
    background-position: center;
    background-size: cover;
    font-family: 'Poppins' !important;
}

.headerHT {
    background-image: linear-gradient(rgba(0, 0, 20, 0.5), rgba(0, 0, 20, 0.5)), url("./assets/images/HEADER-PICTURE-_Hot-Tub-Boats-page_-4-scaled.jpg");
    width: 100% !important;
    height: 80vh !important; 
    background-position: center;
    background-size: cover;
    font-family: 'Poppins' !important;
}

.theOrange
{
    background-color: #2b5336 !important;
    padding-left:5px  !important;
    padding-right:5px  !important;
    color:white !important;
    border-radius: 10px !important;
    margin-top:10px !important;
    margin-bottom: 10px !important;
}

.brrRight
{
    border-right: 5px solid #2b5336;
}

.theGreen a
{
    color:#2b5336 !important;
}


.theOrange a
{
    text-decoration: underline !important;
}

.middle {
    height: 70vh;
    width: 100%;
    text-align: center;
    padding: 85px 0;
    font-family: 'Poppins' !important;
}
.middle h1{
    font-size: 62px !important;
}

.header-text-cont
{
    /* width: 62% !important;  */
    margin-left: auto; 
    margin-right: auto;
}

.redInput
{
    background-color: #fdf2f5 !important;
    border: 1px solid #a4000f !important;
}


.image-box
{
    max-height: 270px !important;
}


.middle-2 span {
    /* font-size: 3.5rem;
    font-family: 'Poppins' !important; */
    font-family: "Poppins", Sans-serif !important;
    font-size: 50px !important;
    font-weight: 600 !important;
    line-height: 1.25em;        
}

.middle span {
    /* font-size: 3.5rem;
    font-family: 'Poppins' !important; */
    font-family: "Poppins", Sans-serif !important;
    font-size: 54px !important;
    font-weight: 600 !important;
    line-height: 1.25em;        
}

.logo {
    height: 3.1rem;
    margin-top: 0.8rem;
}

.navcon {
    margin-top: -2px !important;
    width: 78% !important;
    font-family: 'Poppins' !important;
}

.nav-link {
    opacity: 1 !important;
    font-weight: bold !important;
    color: white !important;
    margin-left: 5px !important;
    margin-right: 4px !important;
    font-size: 17px;
    /* letter-spacing: 1px !important; */
}

p{
    font-family: Arial, Helvetica, sans-serif
}

.homeParaImgs
{
    height:62vh !important;
}

.book-now-btn
{
    width: 11rem !important;
    border-radius: 4px !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    margin-right: -8px !important;
}

/* Navbar Ending */


/* Info Starting */

.info {
    margin-top: 6rem;
    color: #333333;
}

.text-column {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}


.small-text {
    font-weight: 800 !important;
    font-size: 0.8rem;
}

.heading {
    font-weight:900 !important;
    font-size: 2.3rem;
}

.heading2 {
    text-align: left !important;
}

.text {
    color: #636363;
    margin-top: 3rem;
    font-size: 1rem;
    word-spacing: 2px;
}

.text2 {
    color: #636363;
    margin-top: 1rem;
    font-size: 1rem;
    word-spacing: 2px;
}

.about-us-image {
    width: 55% !important;
    margin-right: 10px;
    border-radius: 15px;
}

.seperator {
  height: 5px;
  width: 5px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
}

.seperator2 {
	height: 5px;
    width: 6rem;
  background-color: #000;
  border-radius: 5px;
  display: inline-block;
}

.seperator-div {
    margin-top: 1rem;
}



/* MAP CLASSES */
div#pop-up {
    display: none;
    position: absolute;
    width: 200px;
    padding: 10px;
    background: #222;
    color: whitesmoke;
    border: 1px solid #1a1a1a;
    font-size: 90%;
    z-index: 999999;
    border-radius: 10px !important;
}

#popNote{
    color:#99cd4e !important;
    font-weight: bold !important;
}

.map-wrapper {
    width: 100%;
    /*height: 100px;*/
    position: relative;
    margin: 0 auto;
    text-align:left !important;
  }	
        
  .map-input {
    position: absolute;
    top: 30px !important;
    left: 30px !important;
    color: white;
    text-align:left;
  }

  .map-input input, .map-input select{
      float:left !important;
      padding: 10px 5px 10px 20px;
      border:2px solid #2b5336;
      border-radius:25px;
      width:200px !important;
      font-size:12px;
      color:#999;
      background-color:white;
      height: 48px;
  }
  
  .map-input button{
      float:left !important;
      border:2px solid #2b5336;
      border-radius:100%;
      width:48px;
      height:48px;
      color:#F5F5F5;
      margin-left:10px;
      background-color:#69866f;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        color: white;
        font-weight: bold;
        text-decoration: none		
  }	

  .map-input button:hover{
      opacity: 1 !important;
      background-color:#2b5336;
  }
  
	
  
  .map-input input:focus{
       outline: none !important;
  }
  

/* Info Ending */


/* Parralax Starting */

.parallax {
	background-image: linear-gradient(rgba(59, 77, 112, 0.704), rgba(0, 0, 0, 0.5)), url("./assets/images/Our-Mission_-picture-for-the-ABOUT-US-page-scaled.jpg");
	/* Set the height */
	height: 400px;
   /* Create a parallax effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    margin-top: 5rem;
}


.parallaxHT {
	background-image: linear-gradient(rgba(59, 77, 112, 0.704), rgba(0, 0, 0, 0.5)), url("./assets/images/huttub-picture-3.jpg");
	/* Set the height */
	height: 400px;
   /* Create a parallax effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    margin-top: 5rem;
}

.parallax h2, .parallaxHT h2
{
    color: white; 
    font-weight: 700; 
    font-family: Arial, Helvetica, sans-serif; 
    margin-top: 3rem;
}

.parallax,.parallaxHT p
{
    color: white; 
    justify-content: center; 
    font-size: 200; 
    font-family: Arial, Helvetica, sans-serif;
}

.bullseye-icon {
    color: white;
}

/* Parralax Ending */



/* Footer Starting */

footer {
    background: #000;
    /* padding: 85px 0; */
    margin-top: 5rem;
    height: 32rem;
    color: white;
}

.single-content {
    /* padding: 115px 0; */
    text-align: center;
}

.single-box p {
    line-height: 1.6;
}

.single-box h3 {
    font-size: 16px;
    font-weight: 700;
}

.single-box ul {
    list-style: none;
    padding: 0;
}

.single-box ul li a {
    text-decoration: none;
    color: white;
    line-height: 2.5;
    font-weight: 200;
}

.paraLeftLGCenterSM
{
    text-align: start !important;
    text-align: left !important;
}

.single-box h2 {
    font-size: 20px;
    font-weight: 700;
}

.form-control2 {
    border-radius: 5rem !important;
    height: 3rem !important;
    width: 22rem !important;
    border: 0;
    margin-top: 2rem;
}

.icon-div {
    margin-left: 5.5rem;
    margin-top: 2.5rem;
}

.icon-insta {
    margin-left: 1rem;
}

.img-box {
   text-align: center;
   justify-content: center;
   margin-top: 1.5rem;
   margin-right: 2.7rem;
}

.img-box-p {
    margin-left: 5.5rem;
    margin-top: 1.5rem;
    font-size: 1rem;
}

.links-section {
    margin-top: 1.1rem;
    margin-left: 5.7rem;
}

.link-h2 {
    font-size: 1.3rem !important;
}

.sub-now {
    font-size: 1.3rem !important;
    font-weight: bold;
    
}

.sub-now-col {
    margin-top: 1.2rem;
    margin-left: -2.2rem;
}

footer {
    margin-top: 7rem;
}

.footer-a {
    text-decoration: none;
}

/* AVAILABILITY BUTTON */
.availBtn
{
    --bs-btn-font-size: 1.2rem ; 
    color: black; 
    background-color: white; 
    border: 1px solid black; 
    font-weight: bold; 
    height: 3rem; 
    font-size: 1.1rem; 
    width: 12rem;
} 

/* Footer Ending */


.theGreen
{
    color: #2b5336 !important;
}

.blackBtn
{
    padding:10px;
    min-width: 80px !important;
    /* max-width:150px !important; */
    color:white !important; 
    background-color: #000 !important;
    border:none;
    border-radius: 5px;
}

.contactFormContainer label
{
    /* margin-left:48px !important; */
    font-weight: bold !important;
}



.biggerFA
{
    font-size: 64px !important;
}

.contactFormContainer input, .contactFormContainer textarea
{
    width:100% !important;
}

.contactFormContainer textarea
{
    height:120px !important;
}


.gmap
{
    width:100% !important;
    height:250px !important;
    overflow: hidden;
}


h2
{
    font-size: 32px !important;
}


.searchBar {
    padding: 15px;
    border-radius: 20px;
    background-color: lightgray;
}

.searchBar input,
.searchBar select {
    padding: 10px 5px 10px 20px;
    border: 2px solid #2b5336;
    border-radius: 25px;
    width: 250px;
    font-size: 12px;
    color: #999;
    background-color: white;
    height: 48px;
}

.searchBar button {
    border: 2px solid #2b5336;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    color: #F5F5F5;
    margin-left: 10px;
    background-color: #69866f;
    /*display: inline-flex;
    flex-direction: column;*/
    justify-content: center !important;
    align-items: center;
    font-size: 16px;
    color: white;
    font-weight: bold;
    text-decoration: none;

}

.searchBar button:hover {
    opacity: 1 !important;
    background-color: #2b5336;
}



.searchBar input:focus {
    outline: none !important;
}
/* Media Query Start */

@media only screen and (min-width:390px)  {
    .navcon {
        margin-top: -2px !important;
        width: 100% !important;
    }

    .header, .header-home2,.header-home3,.headerHT, .header2, .header-store {
        height: 47.5vh !important; 
    }

    .navbar-nav > li{
        margin-top:0px !important;
        margin-bottom:0px !important;
        line-height: 15px !important;
      }    
    
    .middle {
        height: 40vh;
        top: 0rem;
    }
    
    .middle h1 {
        font-size: 3rem;
        font-weight: 500;
    }

    .map-input input, .map-input select{
        width:160px !important;
        font-size: 11px !important;
    }

    #mapSearchFrm #dates
    {
        width:160px !important;
        padding-left: 10px !important;
        font-size: 11px !important;
    }

    #mapSearchFrm #sleeps
    {
        width:130px !important;
        padding-left: 10px !important;
        font-size: 11px !important;
    }    

    .header-home {
        height: 47.5vh !important; 
    }

    .middle-2 {
        padding: 2.4rem 0;
    }    

    .middle-2 span,.middle span,.middle-3 span,.middle-4 span {
        font-size:30px !important;
    }

    .heading2
    {
        font-size: 30px !important;
        font-weight: 400 !important;
        text-align: center !important;
    }

    .paraLeftLGCenterSM
    {
        text-align: center !important;
    } 

    .seperator-div
    {
        margin-top:15px !important;
        text-align: center;
    }

    .paraText{
        text-align: center;
        font-size: 15px !important;
    }

    .homeParaImgs
    {
        height:30vh !important;
        margin-top:30px;
    }
    
    .card
    {
        margin-left:10px !important;
        margin-top:20px !important;
    }

    .parallax2
    {
        height: 22rem;
    }
    .parallax2 .content
    {
        margin: auto; 
        padding: 5rem 0;
    }

    .parallax2 .content h2{

        font-size: 2.5rem; 
    }

    .parallax,.parallaxHT
    {
        margin-top: 2rem;
    }

    .parallax h2,.parallaxHT h2
    {
        font-size: 1.5rem !important; 
    }
    
    .parallax p,.parallaxHT p
    {
        font-size: 1rem !important;
        padding-left: 10px !important;
        padding-right:10px !important; 
    }   
    footer
    {
        margin-top:20px !important;
        height:100vh;
    }

    .icon-div {
        margin-left: 0px;
        margin-top: 2.5rem;
    } 
    
    .link-h2 {
        font-size: 1.1rem !important;
    }  
    
    .single-box li {
       margin:0;
       margin-left:15px !important;
       padding:0 !important;
       line-height:10px !important;
    }     

    .about-us-image {
        width: 90% !important;
        margin-right: 10px;
        border-radius: 15px;
    }    

}


@media only screen and (min-width:768px)  {
    .navcon {
        margin-top: -2px !important;
        width: 100% !important;
    }  

    .header,.headerHT {
        height: 40vh !important; 
    }
    
    .middle {
        height: 20vh;
        top: 0rem;
    }
    .header-home {
        height: 56vh !important; 
    }   
    .middle-2 h1 {
        font-size: 1rem !important;

    }
    .middle-2 {
        padding: 7rem 0;
    }

    .content-box-p
    {
        margin-top: 0.5rem;
        font-size:14px !important;
    }
    .paraLeftLGCenterSM
    {
        text-align: left !important;
    } 
    .header-text-cont
    {
        width: 90%; 
    }      
}

@media only screen and (min-width:992px)  {
    .navcon {
        margin-top: -2px !important;
        /* width: 100% !important; */
    }
    .nav-link {
        opacity: 1 !important;
        font-weight: bold !important;
        color: white !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
        font-size: 13px !important;
        /* letter-spacing: 1px !important; */
    }
    .header,.headerHT,.header2 {
        height: 40vh !important; 
    }

    .middle {
        height: 40vh;
        top: 0rem;
    }
    .middle-2 span, .middle-4 span {
        font-size:50px !important;
    }  
    .header-home {
        height: 74vh !important; 
    }

    .middle-2{
        padding: 9.1rem 0;
    }

    .header-text-cont
    {
        width: 90%; 
    }  
    
    .about-us-image {
        width: 60% !important;
        margin-right: 10px;
        border-radius: 15px;
    }  

    .middle span,.middle-3 span,.middle-4 span {
        font-size: 50px !important; 
    }   
}


@media only screen and (min-width:1200px)  {
    .navcon {
        margin-top: -2px !important;
        /* width: 100% !important; */
    }

    .middle {
        height: 70vh;
        padding: 85px 0;
    }

    .map-input input, .map-input select{
        width:200px !important;
    }

    .header,.header-home2,.header-home3, .headerHT,.header2 {
        height: 62vh !important; 
    }

    .nav-link {
        opacity: 1 !important;
        font-weight: bold !important;
        color: white !important;
        margin-left: 5px !important;
        margin-right: 4px !important;
        font-size: 17px !important;
        /* letter-spacing: 1px !important; */
    }

    .middle {
        height: 0vh;
        top: 0rem;
    }
    
    .middle-2 {
        padding: 160px 0;
    }

    .header-home {
        height: 81vh !important; 
    }
    .header-text-cont
    {
        width: 90%; 
    }
    
    footer
    {
        margin-top:20px !important;
        height:55vh;
    }    
}

  .modal{
      z-index: 99999;
  }

  a{
      text-decoration: none !important;
  }

  #modDescr
  {
      font-size:12px !important;
      color:#222 !important;
  }

  .modalDescrCol
  {
      background-color: #222;
      padding:10px !important;
      margin-left:12px !important;
      width: 55.35%;
      margin-bottom: 0px !important;
  }

  #datepickerDiv{
      width:100%;
      margin-left: auto;
      text-align: center !important;
      background-color: #EDEDED;
      border-radius: 15px;
   }

   .amenities
   {
      font-size:10 !important;
   }


.csButton
{
  background-color: #1b1c1e;
  color:whitesmoke;
  border:1px solid #1b1c1e;
  border-radius:0px !important; 
  outline: 1px solid transparent;
  z-index:1;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;    
}

.csButton:hover
{
  border:1px solid #1b1c1e; 
  background: #1b1c1e;
  outline-color: #ffffff;
  outline-offset: -4px;
  color: #ffffff;    
}  

.datepicker{
  margin:0 auto;
}   

.carouselCol
{
  margin-right:0px !important;
}

.houseInfoCol{
  margin: 0px;
  padding:0px;
  margin-left:-12px;
  /*width:43.15% !important;*/
}

#modHouseName{
  /* font-size:24px ;
  color:#2b5336; */
  padding:10px;
}

#modHouseInfo{
  padding:10px;
  font-size: 14px ;
}

.topMarginNegative{
  margin-top:-150px !important;
}

.offsetText
{
  margin-left:-150px !important; 
  margin-top:30px; 
  background-color:white;
}

.carousel-img
  {
      width: 100% !important;
      height: 400px !important;
      object-fit: cover !important;
  }

  .box-section-f p{
    width:110px !important;
    margin-right:80px !important;
    font-size: 14px !important;
    text-align: center;
}

@media only screen and (max-width: 950px)
{
  
}

@media only screen and (max-width: 600px)
{
  #modalBoxes
  {
      width:98% !important;
      margin-left: auto !important;   
  }

  .box-section
  {
      display: inline !important ;
      justify-content: center;
  }

  .box-section p
  {
      margin-right:5px !important;
  }    

  .box
  {
      display: inline !important ;
      margin-left: 10px;
  }

  .map-input {
      top: -58px !important;
      left: 20px !important;

  }	
  
  #modHouseName{
      color:whitesmoke;
      padding:10px;
 }
 
 .modalDescrCol
  {
      margin-left:12px !important;
      margin-bottom: 0px !important;
      width:94.5%;
  }

  #modHouseInfo{
      padding:10px;
      font-size: 14px ;
  }


  video{
      position:relative;
      display:block;
      width:100%; 
  }
  .float-right{
      position:absolute;
  }
  h2{
      top:120px;
      right:20;
      font-size: 100px;
      color:red'
  }

  .offsetText
  {
      margin-left:0px !important; 
      margin-top:40px !important; 
      background-color:white;
      width:100% !important;
  }  
  
  .amenities{
      display:inline-block !important;
      width:90% !important; 
  }

}    



        /* Enable dropdown on hover */
        .navbar .dropdown:hover .dropdown-menu {
            display: block;
            margin-top: 0;
            /* Fixes any spacing issue */
        }

        /* Optional: Smooth dropdown appearance */
        .dropdown-menu {
            transition: all 0.3s ease-in-out;
        }

        .dropdown-item {
            font-size: 10px !important;
            margin-right: 10px !important;
            text-decoration: underline !important;
        }


@media (max-width: 991px) {
    .navbar .dropdown-menu {
        position: absolute !important;
        top: 50%;
        /* Aligns submenu vertically in the middle of the main menu */
        left: 50%;
        margin-left: 20px !important;
        /* Ensures no fixed gap issues */
        transform: translateY(-50%);
        /* Centers it vertically */
        min-width: fit-content;
        /* Adjust width dynamically */
        background: none;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        display: none;
        z-index: 9999;
        white-space: nowrap;
        /* Prevents wrapping */
        padding: 5px 5px;
    }

    /* Show submenu on hover */
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
    }


    .navbar .dropdown-menu a {
        text-decoration: none;
        color: white;
        padding: 5px 8px;
        /* Reduce padding for compact size */
        display: inline-block;
        white-space: nowrap;
        /* Prevents text from wrapping */
        width: auto;
        /* Let the width match the content */
    }


}
