*{

    

    margin: 0px;

    padding: 0px;

    font-family: arial;



    

}



:root{
    /* Colors */
    --dark-blue: #000c37;
    --white: #ffffff;
    --white-gray: #e0e0e0;
    --light-gray: #d9d9d9;
    --gold: #ff8a00;
    --dark-gold: #e67e00;
    --primary-yellow: #ff8a00;
    --gray: #717171;
    --dark-gray: #444444;
    --green-background: #afffa2;
    --green-text: #073100;
    --red-background: #ff9a9a;
    --red-text: #ff0000;
    
    /* Spacing */
    --spacing-xs: 5px;
    --spacing-sm: 10px;
    --spacing-md: 20px;
    --spacing-lg: 30px;
    --spacing-xl: 50px;
    
    /* Border radius */
    --radius-sm: 5px;
    --radius-md: 10px;
    --radius-lg: 15px;
    --radius-full: 9999px;
    
    /* Shadows */
    --card-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    --hover-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    
    /* Responsive breakpoints */
    --mobile: 480px;
    --tablet: 768px;
    --desktop: 1024px;
    --large: 1200px;
}



body{

    background: linear-gradient(to right,var(--white-gray), var(--white));

}

/* Global responsive styles */
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    font-family: 'Inter', Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

img, picture, video, canvas, svg {
    max-width: 100%;
    height: auto;
    display: block;
}

input, button, textarea, select {
    font: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Responsive typography */
h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1.1rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 1.8rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    h4 {
        font-size: 1.1rem;
    }
    
    h5, h6 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 1.5rem;
    }
    
    h2 {
        font-size: 1.3rem;
    }
    
    h3 {
        font-size: 1.2rem;
    }
    
    h4, h5, h6 {
        font-size: 1rem;
    }
}

#wrapper-div{

    

    width: 100%;

    min-height: 400px;

    

    background-image: url("pictures/icons/heroImg3.jpg");

    background-blend-mode: soft-light;

    background-position: center;

    object-fit: cover;

    padding-bottom: 30px;

    

}







a{

    

    text-decoration: none;

}





.message{

    width: fit-content;

    min-height: 30px;

    border-radius: 50px;

    padding: 10px 20px;

    opacity: 60%;

}



.message p{

    margin-top: 5px;

}



.error{

    background-color: var(--red-background);

    color: var(--red-text);

}

.success{

    background-color: var(--green-background);

    color: var(--green-text);

}





.nav-bar{

    display: flex;

    

    padding: 20px 0px;

}

.bedsAnalysis-con{
    display: flex;
    flex-direction: row;
    position: absolute;
    left: 140px;
    top: 1;
    width: 340px;
    height: 60px;
    background-color: #0c0c0c;
    padding: 7px;
    opacity: 80%;
    border-radius: 8px;
    
}

.unbookedBeds {
    
    height: 25px;
    background-color: #0d6400;
    margin-bottom: 8px;
    border-right: 2px solid var(--green-background);
}

.unbookedBeds span{
    font-size: 18px;
    position: absolute;
    color: white;
}


.bookedBeds{
   
    height: 25px;
    background-color: #6b0000;
    border-right: 2px solid #d9ff00;
    
}

.bookedBeds span{
    font-size: 18px;
    position: absolute;
    color: white;
}



.menumain{

    margin-left: 40%;

}



.menu{

    font-size: x-large;

    margin-left:60%;

    margin-top: 10px;

    

}



.menu button{

    display: none;

   background: transparent;

}

.menulist{

    font-size: x-large;

    margin-top: 20px;

}



#ITE{

    text-align: center;

    

    font-size: 55px;

    color:white;

}







#is{

    text-align: center;

    color: #fff;

}

#btt{

    color: black;

    padding:20px;

    font-size:20px;

    border-radius: 30px;

    border-style: solid;

    background-color:#FFE500;

    

    

}

#btt:hover{

    cursor: pointer;

    opacity: 0.5;

}

#pic{

    width: 100px;

    height: 50px;

    margin-left: 20px;
    color: white;

   





}

 #p1{

    color:#000000;

    font-size: larger;

    margin-top: 20px;

    

 }

#p2  {

    color: var(--gray);

    margin-top: 15px;

    margin-bottom: 15px;

    font-size: larger;

}

#p0{

    margin-bottom: 15px;

    margin-top: 16px;

}

#p3{

    margin-top: 17px;

    color: #717171;

}



/* picture frame styling */



.picFrame{



    width: 300px;

    height: fit-content;

    border: 2px solid var(--dark-blue);

    margin-bottom: 20px;

}



.picture{

    width: 100%;

    height: 100%;

    cursor: pointer;

    

}





#test {



    width: 50px;

    height: 50px;

    margin-top: 20px;

    margin-left: 20px;

    border-radius: 50%;

}

/*main body*/

.main{

width: 75%;

margin: auto;

padding: 40px 0px;



}



#test1 {



    width: 50px;

    height: 50px;

    margin-top: 20px;

    margin-left: 20px;

    border-radius: 50%;

}

                    

#foot{

    color: white;

    height: 100%;

    background-color: #2E2E2E;

    min-height: 200px;

    padding: 20px 0px;

}

#tes {



    width: 50px;

    height: 50px;

    margin-top: 8px;

    border-radius: 50%;

    margin-bottom: 2px;

}



#btt1{

    color: black;

    padding:20px;

    font-size:20px;

    border-radius: 150px;

    border-style: none;

    background-color:#FFE500;

    width:200px;

    margin-bottom: 20px;

    

}



#btt1:hover{

    cursor: pointer;

    opacity: 0.5;

}

 #con{

    color: #fff;

    margin-top: 40px;

    font-weight: 20px;

    font-size: 25px;

 }

 #con1{

    color:yellow;

    margin: 0px;

 }

 #con3{

    color: yellow;

    

 }

 #name{

    color: orangered;

}

#hit{

    color:#000C37 ;

    font-size: 20px;

}

#lif{

    color:#fff;

    margin-left:30px;

    

   

}







#lif:hover{

    color: yellow;

    transition: 500ms;

}







/*  carousel css code    */


 

#area{

    background-color: #101010;

    width: 100%;

    height: 400px;

    padding: 30px 0px;

}

#are{

    color: #fff;

    margin-left: 30px;

    margin: 10px;

}

  .author {

    font-style: italic;

    margin-top: 10px;

  }



  /* Carousel Animation */

  .carousel {

    animation: slide 1s ;

  }



  @keyframes slide {

    0% { opacity: 0; transform: translateX(-50px); }

    100% { opacity: 1; transform: translateX(0); }

    

  }



  .cardImage{

    width: 60%;

  }



  .hostelName{

    width: 100%;

    height: 20%;

    color: var(--green-background);



  }

.cardDetails{

    width: 100%;

}

  .inCard{

    display: flex;

    width: 100%;

    height: 25%;

    background-color: var(--gray);

    margin-bottom: 5px;

    padding:2px 2px;

  }



  .cardlink:hover{

    background-color: var(--gold);

    

  }



  .value{

    color: yellow ;

  }





#caro{

    

    width: 80%;

    height:100%;

}



 /*  Second page css code      */

 

 .loginSignup-con{

    width: 30%;

    margin: auto;

    padding-top: 40px;

}

.Spage{

    width: 100%;

    

}

 

 #vat{

    

    color: var(--dark-blue);

    font-size: 30px;

    margin-bottom: 40px;

    margin-left: 40px;

    

    

}



.loginSignupbtn-con{

   

    display: flex;

    flex-direction: column;

    margin: auto;

}



#fbit{

    background-color: var(--dark-blue);

    color: #fff;

    

    font-size:20px;

    border-radius: 30px;

    border-style: solid;

    width: 300px;

    height: 60px;

    transition: 1s;

}



#sbutt{

    background-color: var(--dark-blue);

    color:   white;

    margin-top: 20px;

    font-size:20px;

    border-radius: 30px;

    border-style:solid;

    width: 300px;

    height: 60px;

transition: 1s;

    

}



.re{

    color: var(--dark-blue);

    font-weight: lighter;

    margin-top: 10px;

    font-style: italic;

}



.re a{

    text-decoration: underline;

}



.re a:hover{

    color: var(--gold);

}



#lip{

    

    color:#717171 ;

    margin-top: 20px;

    font-size: 15px;

    

    

}



#lii{

    color: #717171;

    margin-top: 30px;

    margin-left: 100px;

}



#fbit:hover{

    opacity: 0.5;

    cursor: pointer;

    

}

#sbutt:hover{

    background-color: var(--dark-blue);

    color: #c6eb0a ;

    cursor: pointer;

    

    

    

}





/*  SignUp page css code      */



h1{



margin-top: 20px;

margin-bottom: 20px;



}

.fin{

    padding:20px;

    font-size:20px;

    border-radius: 30px;

    border-style: solid;

    width: 80%;

    max-width: 400px;

    margin: 10px;

    border-color: var(--dark-blue);

}

#fin1{

    padding:20px;

    font-size:20px;

    border-radius: 30px;

    border-style: solid;

    width: 80%;

    max-width: 400px;

    margin: 10px;

    border-color: var(--dark-blue);

}

#fin2{

    padding:20px;

    font-size:20px;

    border-radius: 30px;

    border-style: solid;

    width: 80%;

    max-width: 400px;

    margin: 10px;

    border-color: var(--dark-blue);

}

#fin3{

    padding:20px;

    font-size:20px;

    border-radius: 30px;

    border-style: solid;

    width: 80%;

    max-width: 400px;

    margin: 10px;

    border-color: var(--dark-blue);

}

#fin4{

    padding:20px;

    font-size:20px;

    border-radius: 30px;

    border-style: solid;

    width: 80%;

    max-width: 400px;

    margin: 10px;

    border-color: var(--dark-blue);

}

.fin5{

    padding:20px;

    font-size:20px;

    border-radius: 30px;

    border-style: solid;

    border-color: var(--dark-blue);

    margin: 10px;

}





#agr{

    

    margin: 10px;

}



.login-con{

    padding-top: 0px;

}



#sbutt2{

    background-color:var(--dark-blue);

    color: #fff  ;

    margin: 20px;

    padding:20px;

    font-size:30px;

    border-radius: 30px;

    border-style:solid;

    width: 300px;

transition: 2s;

border-color: var(--dark-blue);

    

}

#sbutt2:hover{

    background-color:#fff;

    color: var(--dark-blue);

    margin: 20px;

    padding:20px;

    font-size:40px;

    border-radius: 30px;

    border-style:solid;

    width: 300px;           

    cursor: pointer;

    border-color: var(--dark-blue);

}





.fieldset{

    padding: 10px 0px;

    color: var(--gold);

    font-weight: bolder;

    border-color: var(--dark-blue);

}







.admin{

    margin-top: 50px;

}


/*Ipad responsiveness*/

@media all  and (Max-width: 820px) {

    .bedsAnalysis-con{
        width: 140px;
        height: 40px;
        
    }
    
    .unbookedBeds {
        
        height: 15px;
        background-color: #0d6400;
        
    }
    
    .unbookedBeds span{
        font-size: 10px;
        color: white;
        opacity: 90%;
    }
    
    
    .bookedBeds{
       
        height: 15px;
        background-color: #ff0000;
        
    }
    
    .bookedBeds span{
        font-size: 10px;
        color: white;
        opacity: 90%;
    }

    .menumain{

    

        margin-left:20%;

       

    }

    #area{
        height: 480px;
    }

    .testimonials-container{
        height: 400px;
        
    }

    .testimonial{

        height: 100%;

        margin-left: 80px;
        

    }


    .loginSignup-con{

        width: 50%;

    }



}


/*Mobile responsive*/

@media all  and (Max-width: 600px) {



    #wrapper-div{

        min-height: 300px;

    }

    

    .menumain{

        margin-left:40%;

    }



    .menu{

       

        margin-left:160%;

        margin-top: 0px;

        

        

    }

    

    .menu button{

        display: block;

        

       

    }



    #menuBtn{

        display: block;

    }



    #closeBtn{

        display: none;

    }



    .menulist{

        background-color: rgb(9, 10, 25);

        width: fit-content;

        height: fit-content;

        box-shadow: 0px 0px 100px rgb(9, 245, 48);

        display: none;

        position: absolute;

        right: 0;

        

        flex-direction: column;

        font-size: x-large;

        animation: menuOpen 300ms ;

        

    }



    @keyframes menuOpen {

        0% { opacity: 0; transform: translateX(50px); }

        100% { opacity: 1; transform: translateX(0); }

        

      }

      @keyframes menuClose {

        0% { opacity: 1; transform: translateX(0); }

        100% { opacity: 0; transform: translateX(50px); }

        

      }



    .menulist a{

        

        background-color: var(--gray);

        padding: 20px 90px;

        width: 35px;

        margin: auto;

        border-bottom: 2px solid var(--green-background);

        



    }



    #area{

        height: 320px;

    }

    .testimonials-container{
        height: 100%;
        overflow: auto;
    }
    
    .testimonial{

        height: 240px;

        width:370px;

        margin-left: 0px;
        

    }



    .cardImage{

        width: 50%;

      }







    .loginSignup-con{

        width: 90%;

    }



    #caro{

        width: 100%;

    }



    #vat{

        margin-left: 20px;

    }



    .login-con{

        padding-top: 90px;

    }



    .admin{

        margin-top: 80px;

    }



    .re{

        

        margin-top: 20px;

        

    }



    



    

}



@media all  and (Max-width: 450px) {
    .menu{
        margin-left:75%;
    }
}



