* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;

}

header {
    display: flex;
    margin: 0px auto;
    height: 80px;
    width: 100%;
    align-items: center;
    justify-content: left;
    position: fixed;
    z-index: 2;
    background-color: #FFFFFF;
    top: 0px;


}

header img {
    height: 44px;
    padding-right: 60px;
    padding-left: 40px;

}

.header_ul {
    display: flex;
    gap: 45px;
    padding-left: 40px;
    list-style-type: none;
    cursor: pointer;
    font-size: 19px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.header_ul li a {
    text-decoration: none;
    color: black;
}

.header_ul li a:hover {
    color: #75C5CF;
}

.section_home {
    position: relative;
    margin-top: 80px;


}

.section_home img {
    width: 100%;
    object-fit: cover;
}

.section_home-div {
    position: absolute;
    top: 50px;
    right: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 27px;
}

.section_home-div button {
    border: none;
}

.section_home-div button {
    margin-top: 20px;
    text-shadow: 0 -1px 0 #c026a1;
    height: 40px;
    width: 120px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    background: linear-gradient(45deg, #e331bf, #ff8be8);
}

.section_home-div button:hover {
    background: linear-gradient(45deg, #ee64d2, #d04299);

}

.line_div {
    border-top: 2px double black;
    width: 38%;
    margin: 0px auto;
    margin-top: 13px;
}

.line {
    max-width: 1250px;
    margin: 0px auto;
    display: flex;
    margin-top: 50px;

}

.line p {
    font-size: 25px;
}

.firstfuter {
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;


}

.firstfuter_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}

.firstfuter_text-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #75C5CF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.firstfuter_text-img img {
    width: 30px;
    color: #75C5CF;
}

.firstfuter_text-p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;


}

.firstfuter_text a {
    margin-top: 10px;
    color: #75C5CF;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.firstfuter_text a:hover {
    color: black;
}

footer {
    height: 70px;
    margin-top: 200px;
    background-color: black;
    display: flex;
    align-items: center;

}

footer p {
    color: #B4B4B4;
    padding-left: 60px;


}

.cardss,
.hotels {
    max-width: 1250px;
    margin: 0px auto;
    padding: 0px 40px 0px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 60px;

}

.cardss_img {
    max-width: 490px;
    height: 210px;
    object-fit: cover;



}

.cardss_divv {
    width: 350px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border: 1px solid #EBEBEB;
    overflow: hidden;
}

.cardss_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 10px;
    border-bottom: 2px solid #E0E0E0;
    height: 45px;

}

.cardss_div p {
    font-size: 17px;
}

.cardss_p {
    font-size: 20px;
    color: #75C5CF;
    font-weight: bold;
}

.cardss_button {
    width: 100%;
    height: 37px;
    color: white;
    background-color: #72D2DE;
    font-size: 17px;
    border: none;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    opacity: 0;
}

.cardss_button a {
    color: white;
    text-decoration: none;
}




.cardss_divv:hover .cardss_img {
    transform: translateY(-220px);
    transition: 0.5s;
}

.cardss_divv:hover .cardss_div {
    transform: translateY(-200px);
    transition: 0.5s;

}

.cardss_divv:hover .cardss_button {
    transform: translateY(-190px);
    transition: 0.5s;

}

.cardss_divv:hover .cardss_button {
    opacity: 1;
}

/* -------------rooms-------------- */

.filter_div {
    max-width: 1250px;
    display: flex;
    margin: auto;
    margin-top: 20px;
    padding-left: 42px;
    gap: 20px;
    height: 40px;
    margin-top: 100px;

}

.filter_div li {
    border: none;
    cursor: pointer;
    opacity: 0.7;
    width: 100px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter_div li:hover {
    background-color: #72D2DE;

}

.filter_div-butt {
    width: 45px !important;
    border-radius: 5px;
    background-color: #45c0d0;
    color: white;

}


.filter {
    max-width: 1250px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: space-evenly;
    gap: 20px;
}

.filter_rage {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.filter_rage input {
    width: 200px;
    cursor: pointer;
}

.filter_rage2 input {
    width: 52px;
    height: 25px;
}

.divType {
    width: 150px;
    height: 30px;
    padding-left: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.filter_button {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter_button button {
    height: 35px;
    width: 170px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 5px;
    background: linear-gradient(45deg, #45c0d0, #72D2DE);

}

.roomscards {
    max-width: 1250px;
    margin: 0px auto;
    padding: 0px 40px 0px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 50px;
}


.bk_a {
    color: white;
    text-decoration: none;
}


.bknow {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

#roomDetails {
    width: 62%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
}

#bookingForm {
    margin-top: 78px;
    width: 30%;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bknow_div {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .bknow {
        flex-direction: column;
        gap: 20px;
    }

    #roomDetails {
        width: 100%;
        height: auto;
    }

    #bookingForm {
        width: 100%;
    }

    .bknow_div {
        width: 100%;
        flex-direction: column;
    }

    .firstfuter {
        flex-wrap: wrap;
        padding: 30px;
    }
}

.section_home {
    position: relative;
    margin-top: 80px;
}

.section_home img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: center;
}

.section_home-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 27px;
    padding: 0 20px;
    width: 100%;
}

.section_home-div h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.section_home-div p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .section_home-div h1 {
        font-size: 2rem;
    }

    .section_home-div p {
        font-size: 1rem;


    }

    .section_home-div {
        left: 50%;


    }

    .section_home-div button {
        width: 150px;
        height: 45px;
    }
}

.section_home-div button {
    border: none;
    margin-top: 20px;
    text-shadow: 0 -1px 0 #c026a1;
    height: 40px;
    width: 200px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    background: linear-gradient(45deg, #e331bf, #ff8be8);
}

.section_home-div button:hover {
    background: linear-gradient(45deg, #ee64d2, #d04299);
}






header {
    display: flex;
    align-items: center;
    height: 80px;
    width: 100%;
    position: fixed;
    z-index: 2;
    background-color: #FFFFFF;
    top: 0px;
    padding: 0 20px;
}

header img {
    height: 44px;
}



.hamburger {
    display: none;
    font-size: 30px;
    color: black;
    cursor: pointer;
}



.close-menu {
    display: none;
    font-size: 35px;
    color: black;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}


@media screen and (max-width: 768px) {
    .header_ul {
        display: none;
        width: 100%;
        text-align: center;
        flex-direction: column;
        background-color: #fff;
    }

    .header_ul li {
        margin: 10px 0;
    }

    .hamburger {
        display: block;
    }


    header {
        justify-content: space-between;
    }

    .navbar.active .header_ul {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 45%;
        background-color: #FFFFFF;
        padding-top: 60px;
        border-bottom: 1px solid #ccc;
        z-index: 3;
    }


    .navbar.active .close-menu {
        display: block;
        z-index: 4;
    }
    .bookk{
        flex-direction: column;
    }
}


#room-name {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.carousel-inner {
    border-radius: 8px;
    overflow: hidden;
}

.carousel-item img {
    width: 70%;
    height: 470px;
    object-fit: cover;
}

.carousel-indicators button {
    background-color: #343a40;
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 2px;
}

.carousel-indicators .active {
    background-color: #007bff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #343a40;
    border-radius: 50%;
}

.carousel-control-prev-icon {
    padding-left: 10px;
}

.carousel-control-next-icon {
    padding-right: 10px;
}

@media (max-width: 768px) {
   

    #room-name {
        font-size: 28px;
    }

    .carousel-item img {
        height: 300px;
    }
   
}

table{
    margin-top: 80px;
   
    
}



/* ფორმის კონტეინერი */
form {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
}

/* თითოეული input ველი */
div {
    margin-bottom: 15px;
}

/* ტეგის სტილი - თეთრი ფონზე კონტეინერი */
label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

/* ტექსტური ველი */
input[type="text"], input[type="tel"], input[type="date"] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* placeholder ტექსტი */
input::placeholder {
    color: #888;
}

/* ღილაკის სტილები */
.formbt{
    background-color: #007bff;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s;
}



/* შეცდომის ან ვალიდაციისთვის სტილი */
input:invalid {
    border-color: #e74c3c;
}

input:valid {
    border-color: #2ecc71;
}
.room-details{
    max-width: 700px;
    width: 100%;
}
#carouselExampleIndicators{
    max-width: 700px;
    width: 100%;
    object-fit: cover;
}
.bookk{
    max-width: 1250px;
    margin:  auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
}