<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* section {
    margin-top: 55px;
    height: 92.4vh;
    background-color: aliceblue;
} */

.carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-control {
    position: relative;
    z-index: 9;
    color: blanchedalmond;
    font-size: 50px;
}

.carousel-left {
    position: absolute;
    left: 0;
    align-items: center;
    height: 92.4vh;
    width: 100px;
    cursor: pointer;
}

.carousel-right {
    position: absolute;
    right: 0;
    align-items: center;
    height: 92.4vh;
    width: 100px;
    cursor: pointer;
}

.left-button {
    position: absolute;
    top: 50%;
    left: 25%;
}

.right-button {
    position: absolute;
    top: 50%;
    left: 25%;
}

.right-button {
    position: absolute;
    top: 50%;
    right: 25%;
}

.item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.carousel-images {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card-img-top {
    width: 100%;
    height: 220px;
}
.card-price {
    font-size: 18px;
    font-weight: 600;
}

.booking-form {
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 999;
}

/* Tam ekran carousel quruluÅŸu */
.carousel {
    width: 100%;
    max-width: 100vw;
}

/* Carousel itemlÉ™rini tam ekran Ã¶lÃ§Ã¼lÉ™rdÉ™ gÃ¶stÉ™rmÉ™k Ã¼Ã§Ã¼n */
.carousel-item {
    height: 100vh;
    min-height: 300px; /* ÆgÉ™r carousel itemin minimum hÃ¼ndÃ¼rlÃ¼yÃ¼nÃ¼ tÉ™yin etmÉ™k istÉ™yirsinizsÉ™ */
    background-position: center center;
    background-size: cover;
}

/* Carousel nÃ¶vbÉ™lÉ™rinin gÃ¶stÉ™rilÉ™cÉ™yi yer */
/* .carousel-indicators {
    display: none; 
} */

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Footer linklÉ™ri Ã¼Ã§Ã¼n É™sas tÉ™nzimlÉ™mÉ™lÉ™r */
.footer-links a {
    color: #fff; /* Link rÉ™ngi */
    text-decoration: none; /* AltÄ±xÉ™t Ã§É™kilmÉ™sinin qarÅŸÄ±sÄ±nÄ± almaq Ã¼Ã§Ã¼n */
    transition: color 0.3s; /* RÉ™ngin qÄ±sa mÃ¼ddÉ™tdÉ™ dÉ™yiÅŸmÉ™sinin qabiliyyÉ™ti Ã¼Ã§Ã¼n animasiya */
}

/* Footer linklÉ™rinin Ã¼zÉ™rindÉ™ olunsa rÉ™ng dÉ™yiÅŸimi */
.footer-links a:hover {
    color: #ffc107; /* ÃœzÉ™rindÉ™ olunsa rÉ™ngi */
}

/* Footer aktiv linkin Ã¼Ã§Ã¼n rÉ™ng dÉ™yiÅŸimi */
.footer-links a:active {
    color: #007bff; /* AktivlÉ™ÅŸdirilmiÅŸ rÉ™ngi */
}

/* Footer unvisited linklÉ™r Ã¼Ã§Ã¼n rÉ™ng dÉ™yiÅŸimi */
.footer-links a:link {
    color: #fff; /* Unvisited link rÉ™ngi */
}

/* Footer visited linklÉ™r Ã¼Ã§Ã¼n rÉ™ng dÉ™yiÅŸimi */
.footer-links a:visited {
    color: #fff; /* Visited link rÉ™ngi */
}

.header {
    width: 100%;
    height: 50px;
    background-color: #020202;
    z-index: 99999;
    color: #fff;
    display: flex;
    align-items: center;
}

.header a {
    color: #fff;
}

ul.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.gallery li {
    margin: 8px;
}

ul.gallery li img {
    height: auto;
    display: block;
    border-radius: 4px;
}
ul.gallery li:first-child {
    width: 100%;
}
/* Ä°lk element bÃ¶yÃ¼k olacaq */
ul.gallery li:first-child img {
    width: 100%;
    height: 600px;
    border-radius: 16px;
}

/* DigÉ™r elementlÉ™r kiÃ§ik olacaq */
ul.gallery li:not(:first-child) img {
    width: 50px;
    height: auto;
}

.container-login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.form-group {
    margin-bottom: 20px;
}

.btn-login {
    background-color: #007bff;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    padding: 8px 26px;
    font-size: 18px;
    transition: background-color 0.2s;
    cursor: pointer;
}

.btn-login:hover {
    background-color: #0056b3;
}

section#carousel h3 a {
    color: #fff;
    text-decoration: none;
}

.room-name {
    background: #0d6efd;
    padding: 8px 11px;
    width: 120px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    color: #fff;
    margin-bottom: 10px;
}
</pre></body></html>