@import url('https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
  }
 body{
    font-family: 'Philosopher', sans-serif;
    overflow-x: hidden;
 }
 ul {
    margin-top: 0;
    margin-bottom: 0;
}
 ul {
    padding-left: 0;
}

/* ==================NavBar==================== */
 .logo {
    width: auto;
  }
  .logo img {
    width: auto;
    height: 50px;
    object-fit: contain;
    display: block;
  }
  /* dropdown menus escape the header cleanly and align left */
  .nav-links .dropdown-menu{
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(0,0,0,.14);
    padding: 6px 0;
    margin-top: 10px;
    min-width: 190px;
  }
  .nav-links .dropdown-menu li{
    padding: 0;
  }
  .nav-links .dropdown-menu a{
    display: block;
    padding: 9px 20px;
    white-space: nowrap;
    text-align: left;
    font-size: 16px;
    color: #333;
  }
  .nav-links .dropdown-menu a:hover{
    background: #faf3e0;
    color: #E0C57A;
  }
  
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 40px;
    background-color: #fff;
    overflow: visible;
   }
   .nav-links a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    /*padding: 5px 0;*/
    font-size: 18px;
   }

   .menu {
    display: flex;
  
    align-items: center;
   }
   .menu li:hover, li a.active {
    border-bottom: 2px solid #E0C57A;
    transition: 0.3s ease;
   }
   .menu li {
    padding: 0 20px;
   }

   .nav-links> input[type=checkbox]{
    display: none;
   } 
  
   .hamburger {
    display: none;
    font-size: 24px;
    user-select: none;
   }

   .wrapper{
    width: 100%;
    height: calc(100vh - 66px);
  }

  .wrapper .wrapper__video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #carouselExampleIndicators{
    width: 100%;
  }

  .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #E0C57A;

}
.carousel-control-next, .carousel-control-prev {
    width: 5%;
}
.carousel-control-next, .carousel-control-prev i{
    font-size: 35px;
    color: #fff;
}
.carousel-indicators .active{
    background-color: #E0C57A;
}

.choose {
    border: 2px solid #E0C57A;
}
/*===================== About Styling================== */
.abt-content{
    margin-top: 66px;
}

/*================= Event Styling==================== */
.hor{
    border-bottom: 2px solid #E0C57A;
}

.get-tickets .btn-outline-dark {
    color: #E0C57A;
    border-color: #E0C57A;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #E0C57A;
    border-color: #E0C57A;
}

.chat i{
    background-color: #E0C57A;
    padding: 15px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
}

/* ===============Rentals Styling============= */
.top-rent .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 8px;
    border-radius: 0.25rem;
}

.search .btn-outline-secondary {
    color: #fff;
    border-color: #E0C57A;
    background-color: #E0C57A;
}

.top-rent .form-control {
    color: #E0C57A;
    border: 1px solid #E0C57A;
    
}

.top-rent .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-radius: 0.25rem;
}

.top-rent .input-group input::placeholder{
    color:#E0C57A;
}

.links{
    width: 100%;
    /* margin-top: ; */
}

.rent-card {
    padding: 0;
}
/*========== Gallery styling============= */

.card-img-overlay {
    top: auto;
    border-radius: 0;
}
.gallery{
    position: absolute;
}
#wrapper {
    width:100%;
    margin:0 auto;
}

/* Index Card Styling */

ul#index_cards {
    margin-top:50px;
    text-align:center;
}

    ul#index_cards li {
      
        width:30%;
        display:block;
        float:left;
        position:relative;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-box-shadow: 2px 2px 10px #333;
        -webkit-box-shadow: 2px 2px 10px #333;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        margin-bottom:70px;
    }



#card-1 {
    z-index:1;
    left:230px;
    top:0;
}

#card-2 {
    z-index:2;
    right:80px;
    top:10px;
}

#card-3 {
    z-index:3;
    right: 390px;
    top: 20px;
}

#card-4 {
    z-index:2;
    left: 480px;
    bottom: 446px;
}

#card-5 {

    z-index:1;
    left: 190px;
    bottom: 455px;
}

/* Hover States */

ul#index_cards li:hover {
    z-index:4;
}

#card-1:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1); 
}
    
#card-2:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1); 
}

#card-3:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1); 
}

#card-4:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1); 
}

#card-5:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1); 
}

/* Content Styling */

        ul#index_cards li img {
            background:#eee;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-box-shadow: 0px 0px 5px #aaa;
            -webkit-box-shadow: 0px 0px 5px #aaa;
        }
        
/* =========Testimonial Styling================== */

#testimonial{
    background-color: #E0C57A;
}

/* .test{
    position: relative;
    top: 530px;
} */

.testImg{
    width: 30%;
}

.testy .active{
    background-color: #fff;
}

.testy [data-bs-target] {
    border: 2px solid #fff;
}

/* =========Contact Styling============ */

.contact{

 width: 90%;
 margin: 80px auto 50px auto;
}
.contact h3{
    color:#E0C57A;
}
form .row input{
    border: 1px solid #E0C57A;
}
form .row select{
    border: 1px solid #E0C57A;
}
form .row textarea{
    border: 1px solid #E0C57A;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #E0C57A;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
}
.back-to-top i{
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
/* =========Login Styling============= */
.main {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('assets/bg.png') no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
  }
  .login-card {
    position: relative;
    width: 45vw;
    height: 80vh;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 25px;
  }
    .login-card::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(120deg, rgba(225, 225, 255, 0.5), rgba(225, 225, 225, 0.2));
      border-radius: 25px;
      backdrop-filter: blur(3px);
    }
    .content {
        position: absolute;
        color: #fff;
        padding:  50px;

        z-index: 10;
          width: 100%;
    }

    .form-floating>.form-control, .form-floating>.form-select {
        height: 50px;
        line-height: 1.25;
    }
    .login {
        color: #fff;
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        border-bottom: 2px solid #fff;
        border-radius: 0;
    }
.login:focus{
    background-color: transparent;
}
.login-form input::placeholder{
    color:#fff
}

.login-btn{
    width: 35%;
    margin: auto;
}
.login-btn button{
    color: #333;
    background-color: #E0C57A;
    border-radius: 10px;
    padding: 10px 50px;
    margin-top: 35px;

}
/* =========Footer Styling============ */
footer{
    background-color: #f0f0f0;
    margin-top: 20px;
}

.footer-top{
    width:90%;
    margin:auto;
}

.sub input{
    border: 1px solid #333;
}

.sub input::placeholder{
    color: #333;
}
/* ===============Media Queries==================== */
@media (max-width: 1280px){
    res{
        width: 20vw !important;
        height: 80% !important;
    }
}
@media (min-width: 600px) and (max-width: 900px){
    .navbar {
        padding: 10px;
    }
    .menu { 
        display:none;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.6);
        right: 0;
        left: 0;
        text-align: center;
        padding: 16px 0;
        z-index: 1;
       }
       .input-group{
        display: inline-block;
       }
       .menu li:hover, li a.active {
        display: inline-block;
        color: #053985;
        transition: 0.3s ease;
       }

       .menu li {
        margin-top: 12px;
       }
      .nav-links>input[type=checkbox]:checked ~ .menu{
        display: block;
       }
       .hamburger {
        display: block;
       }
       .logo{
           width: 40%;
       }
       .logo img {
        width: 55%;
    }
}

@media (min-width: 320px) and (max-width: 599px){
    .navbar {
        padding: 10px;
    }
    .menu { 
        display:none;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.6);
        right: 0;
        left: 0;
        text-align: center;
        padding: 16px 0;
        z-index: 1;
       }
       .input-group{
        display: inline-block;
       }
       .menu li:hover, li a.active {
        display: inline-block;
        color: #053985;
        transition: 0.3s ease;
       }

       .menu li {
        margin-top: 12px;
       }
      .nav-links> input[type=checkbox]:checked ~ .menu{
        display: block;
       }
       .hamburger {
        display: block;
       }
       
       .logo img {
        width: 85%;
    }
}