

* {
    /* font-family: sans-serif;  */
    font-family: "Cormorant Garamond", serif; 

/*  */
}  

@font-face {
    font-family: 'Glacial Indifference';
    src: url('fonts/GlacialIndifference-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glacial Indifference';
    src: url('fonts/GlacialIndifference-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}


body{
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}
.content::-webkit-scrollbar {
    width: 0; /* Remove scrollbar width */
    height: 0; /* Remove scrollbar height */
}
.content {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 11 */
}

.ip-side-bar{
    width: fit-content;
    position: fixed;
    right: 0px;
    z-index: 900;
    margin-top: 10vh;
    display: none;
}
.content{
    position: fixed;
    top: 15vh;
    height:90% !important;
    left: 0;
    width: 100%;
    height: calc(100vh - 15vh);
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
}
@media (max-width:768px) {
    .content{
        top: 10vh;
    }
    .md-v-hidden{
        visibility: visible;
    }
    #login-form,#register-form{
        width: 100%;
    }
}
@media (min-width:768px) {
    .md-v-hidden{
        visibility: hidden;
    }
}


.header-1{
    display: flex;
    width: 100vw;
    justify-content: space-between;
    /* background-color: #7b363b    ; */
    background-color: #8c3241;
    /* color: white; */
    color: #ebc8b9;
    z-index: 1000 ;
    height: 20vh;

}
.color-8c3241{
    color: #8c3241;
}
.header{
    position: fixed;
    width: 100vw;
    z-index: 1000 !important;
    top: 11vh;
    


}
#side-bar.active {
    right: 0; /* Moves sidebar into view */
}

/* Example animation */
@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}
@keyframes slideOutToRight {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}

/* Apply animation to the sidebar */
#side-bar.animated {
    animation: slideInFromRight 1s forwards; /* Forward animation */
}

#side-bar.animated.reverse {
   /* animation: slideOutToRight 0.5s backwards; Reverse animation */
}


#about-underline,#item2-underline,#item3-underline,#item4-underline,#item5-underline,#item6-underline{
    visibility: hidden;
    opacity: 0;
    height: 3px;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 1, 1); /* Smooth transition for opacity */
    transform: translateX(-100%); /* Start off-screen to the left */

}
#about:hover  #about-underline,#item2:hover  #item2-underline ,#item3:hover  #item3-underline ,#item4:hover  #item4-underline ,#item5:hover  #item5-underline,#item6:hover  #item6-underline  {
    visibility: visible;
    opacity: 1;
    transform: translateX(0); /* Move in from left to right */

}
#portfolio_img:hover{
    transform: scale(1.05);
}
.footer ul{
    padding-left: 0 ;
}
.portfolio-heading{
    color: #7b363b;
    text-decoration: underline;
    font-weight: bold;
}
#footer-item-1:hover,#footer-item-2:hover,#footer-item-3:hover,#footer-item-4:hover,#footer-item-5:hover,#footer-item-6:hover,#footer-item-7:hover,#footer-item-8:hover,#footer-item-9:hover,#footer-item-10:hover,#footer-item-11:hover,#footer-item-12:hover,#footer-item-13:hover,#footer-item-14:hover,#footer-item-15:hover,#footer-item-16:hover{
    color: white;
}
#landing_image{
    animation: zoomOutIn 2s forwards;

}
@keyframes zoomOutIn {
    0% {
      transform: scale(1.2);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  #login-form,#register-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    z-index: 1001; /* Ensure it's above the overlay */
    display: none; /* Initially hidden */
        background-color: #efcebd;

  }
  
#LOGIN_AND_REGISTER_FOR_SMALL_DEVICE_CONTAINER{
    DISPLAY: GRID;
    WIDTH: 100%;
    PLACE-CONTENT: center
}
#logo-heading{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    width: 50%;
  
}
@media (max-width:768px) {
    #nav{
        display: none;
    }
}
@media (min-width:768px) {
    #nav{
        display: block;
    }
}


.container {
    display: flex;
    gap: 10px;
}
input{
    width: 35vw;

}
input,button {
    border: 2px solid #863737;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    outline: none;
    background: transparent;
    color: #863737;
}
input::placeholder {
    color: #a97c7c;
}
button {
    background-color: #8c3241;
    color: #f7e0d5;
    border: none;
    border-radius: 30px !important;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 20vw;

}
button:hover {
    background-color: #6a2d2d;
}
.bottom {
    /* font-family: 'Urbanist'; */
    font-family: "Cormorant Garamond", serif; ;
    display: flex;
    margin-top: 15vh;
    place-content: center;
    position: fixed;
    bottom: 0;
    

}

.pt-10{
    padding: 5rem !important ;
}
.f-bolder{
    font-weight: bold;
    /* font-family: "Poppins", sans-serif; */
    font-family: 'Glacial Indifference', sans-serif;


}
.f-w-400{
    font-weight: 500;
    /* font-family: "Urbanist", sans-serif; */
    font-family: "Cormorant Garamond", serif; ;

    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;  
}

.dot{
    font-size: 40px;
    line-height: 0.67;
}
.w-30{
    width: 25vw;
}
.bottom_section {
    background: rgba(0, 0, 0, 0.2) url('img_bg-Photoroom.png');
    background-size: cover; /* Adjust as needed */
    background-position: center;

    /* background-image: url(img_bg-Photoroom.png);
    background-size: cover;
    background-position: center;
    position: relative; */
    height: 80vh;
}
@media (max-width:880px)  {
    .w-30{
        width: 32vw;
    }
}
@media (max-width:786px)  {
    .w-30{
        width: 38vw;
    }
}

@media (max-width:680px)  {
    .w-30{
        width: 42vw;
    }
}
@media (max-width:640px) {
    input{
        width: 45vw;
    
    }
    button{
        width: 25vw;
    }
    /* body{
        overflow-y: scroll;
    } */
    
}
@media (max-width:600px)  {
    .w-30{
        width: 48vw;
    }
}

@media (max-width:496px) {
    .w-30{
        min-width: 56vw;
    }
    input{
        width: 55vw;
    
    }
    button{
        width: 30vw;
    }
    .header-1 {
        height: 14vh;
    }
    .bottom_section{
        height: 86vh;

    }
    
}

@media (max-width:400px) {
    .pt-10{
        padding-top: 5rem !important;
    }
    .bottom{
        /* display: grid; */
        margin-top: 21vh;
    }
    input{
        width: 90vw !important;
        margin-bottom: 10px !important;
    
    }
    button{
        width: 90vw;
    }
    .header-1 {
        height: 12vh;
    }

    
}

@media (max-width:364px) {
    .header-1 {
        height: 12vh;
    }

}
.bottom_section {
    position: relative;
    height: 88vh;
    background-image: url(img_bg-Photoroom.png);
    background-size: cover;
    background-position: center;
    /* Ensure child elements inside are unaffected by opacity */
}

/* .bottom_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2); /* Apply opacity via background color 
    z-index: 1;  Stack below child elements 
} */

.child_element {
    position: relative;
    z-index: 2; /* Place on top of the pseudo-element */
    /* Child content remains fully opaque */
}
.text{
    color: #863737;

}

.text-end{
    text-align: start;
}