body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    overflow: hidden;
    background: #013220 !important;
}

.navbar-box {
    overflow: hidden;
    padding: 0 2rem;
}

.navbar-box .logo {
    color: white;
    float: left;
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 900;
}
.ana-ekran {
    justify-content: center;
    align-items: center;
}

* {
    font-family: "Open Sans", sans-serif;
    color: white;
}

.saat {
    font-size: 1.5rem;
}

.navbar-inside {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-inside {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider {
    max-height: calc(100vh - 180px);
    overflow: hidden;
}

.rooms {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 230px;
    background: #0000007a;
    backdrop-filter: blur(15px);
    border-radius: 20px;
    z-index: 2;
    box-shadow: 0px 4px 4px #00000045;
}
.box-header {
    position: absolute;
    top: -23px;
    height: 46px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff59;
    width: 216px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(25px);
    box-shadow: 0px 4px 4px #00000045;
}

.exchange {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 45%;
    transform: translateX(-50%);
    height: 120px;
    backdrop-filter: blur(15px);
    border-radius: 20px;
    z-index: 2;
    box-shadow: 0px 4px 4px #00000045;
    background: linear-gradient(125deg, rgba(0,0,0,0.5690651260504201) 0%, rgba(102,102,102,0.5690651260504201) 100%);
}

.col-sm-4 {
    padding: 25px;
    text-align: center;
    margin-top: 10px;
}

.exchange-mySwiper {
    padding: 50px;
    font-size: 25px;
}

a.weatherwidget-io {
    height: 120px !important;
    width: 950px;
}

.exchange-mySwiper {
    padding: 40px 20px !important;
    box-sizing: border-box;
}

.col-sm-4 {
    font-size: 25px;
}

.swiper {
    height: 100%;
}

.row.odalar {
    padding-top: 50px;
}

.row.odalar .col-sm-12 {
    background: #020202;
    font-size: 1.7rem;
    border-radius: 5px;
    margin: 2px;
    margin-bottom: 10px;
    padding: 10px;
}

div#W3621 {
    background: #020202 !important;
}

section.container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}