@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100&display=swap');
/***
====================================================================
	Mobile
====================================================================
***/
@media screen and (max-width: 780px){
    #callnowbutton {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        width: 50%;
        left: 0;
        bottom: 0;
        height: 60px;
        border-top: 1px solid #BF0003;
        border-bottom: 1px solid #BF0003;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNjAgNjAiPjxwYXRoIGQ9Ik03LjEwNCAxNC4wMzJsMTUuNTg2IDEuOTg0YzAgMC0wLjAxOSAwLjUgMCAwLjk1M2MwLjAyOSAwLjc1Ni0wLjI2IDEuNTM0LTAuODA5IDIuMSBsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDE2LjUgMTcuNCAxOS44IDE5LjhsMTYuODEzIDEuMTQxYzAgMCAwIDAuNCAwIDEuMSBjLTAuMDAyIDAuNDc5LTAuMTc2IDAuOTUzLTAuNTQ5IDEuMzI3bC02LjUwNCA2LjUwNWMwIDAtMTEuMjYxIDAuOTg4LTI1LjkyNS0xMy42NzRDNi4xMTcgMjUuMyA3LjEgMTQgNy4xIDE0IiBmaWxsPSIjY2QwMDAwIi8+PHBhdGggZD0iTTcuMTA0IDEzLjAzMmw2LjUwNC02LjUwNWMwLjg5Ni0wLjg5NSAyLjMzNC0wLjY3OCAzLjEgMC4zNWw1LjU2MyA3LjggYzAuNzM4IDEgMC41IDIuNTMxLTAuMzYgMy40MjZsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDUuMyA2LjkgOS4xIDEwLjY5OWMzLjg0MiAzLjggNy40IDYuNyAxMC43IDkuMSBsNC43NC00Ljc0MmMwLjg5Ny0wLjg5NSAyLjQ3MS0xLjAyNiAzLjQ5OC0wLjI4OWw3LjY0NiA1LjQ1NWMxLjAyNSAwLjcgMS4zIDIuMiAwLjQgMy4xMDVsLTYuNTA0IDYuNSBjMCAwLTExLjI2MiAwLjk4OC0yNS45MjUtMTMuNjc0QzYuMTE3IDI0LjMgNy4xIDEzIDcuMSAxMyIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) center/50px 50px no-repeat #BF0003;
    }
    #callwhatsappbutton {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        width: 50%;
        right: 0;
        bottom: 0;
        height: 60px;
        border-top: 1px solid #1bd741;
        border-bottom: 1px solid #1bd741;
        background: url(whatsapp.png) center/50px 50px no-repeat #1bd741;
    }
    .room-card ul #rez-spn {
        display: block;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .room-card ul #rez-spn a {
        display: block;
        width: 100%;
    }
    .fit-image {
        width: 100%;
        height: auto;
    }
    .cc-floating.cc-theme-classic {
        bottom: 55px!important;
    }
}

@media screen and (min-width:780px){ /*Desktop*/
    .fit-image {
        object-fit: cover;
        width: 100%;
        height: 200px;
    }
}

.kisalt {
    overflow: hidden; /* taşanları gizle */
    white-space: nowrap; /* alt satıra hiç inme */
    text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
}

.generic-title h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    color: #15287d;
    line-height: 1.238;
    margin-bottom: 0;
}

.generic-title span {
    font-family: 'Roboto', sans-serif;
    color: #007cfb;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.circle {
    position: relative;
    width: 100px;
    height: 100px;
}
.circle svg {
    fill: none;
    stroke: #8a3ab9;
    stroke-linecap: round;
    stroke-width: 3;
    stroke-dasharray: 1;
    stroke-dashoffset: 0;
    animation: stroke-draw 6s ease-out infinite alternate;
}
.circle img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70px;
    border-radius: 50%;
}
@keyframes stroke-draw {
    from {
        stroke: #8a3ab9;
        stroke-dasharray: 1;
    }
    to {
        stroke: #cd486b;
        transform: rotate(180deg);
        stroke-dasharray: 8;
    }
}

/***
====================================================================
	Desktop
====================================================================
***/
@media screen and (min-width:780px){
    .belge-section-two img {
        height: 300px;
        object-fit: contain;
    }
    .katalog-section-two img {
        height: 300px;
        object-fit: cover;
    }
}

/***
====================================================================
	Bayi Section
====================================================================
***/

.bayi-widget {
    font-family: 'Roboto', sans-serif;
    position: relative;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 13%);
    padding: 35px;
    border-bottom: 5px solid #1b2132;
    overflow: hidden;
}
.bayi-widget .background-icon {
    color: #000000;
    position: absolute;
    z-index: 0;
    right: 10px;
    top: 10px;
    font-size: 150px;
    overflow: hidden;
    transform: rotate(-6deg );
    opacity: 0.03;
}
.bayi-widget h2 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.bayi-widget .generic-title span {
    color: #1b2132;
}
.bayi-widget h4 {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.bayi-widget ul li {
    list-style: none;
}
.bayi-widget ul li a {
    color: inherit;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.bayi-widget ul li span {
    color: #747ca2;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

/***
====================================================================
	Galeri Section
====================================================================
***/

.galeri .card {
    position: relative;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 2rem;
    border: 10px solid transparent;
    display: inline-block;
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 13%);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.galeri .card img {
    border-radius: 5px;
    object-fit: cover;
    height: 220px;
}

.galeri .card img {
    -webkit-filter: grayscale(0) blur(0);
    filter: grayscale(0) blur(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.galeri .card:hover img {
    -webkit-filter: grayscale(100%) blur(3px);
    filter: grayscale(100%) blur(3px);
}

.galeri .card .inline-icons {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    background: #000000;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 35px;
    top: 20px;
    z-index: 1;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

.galeri .card .card-body {
    padding-left: 0px;
}

/***

====================================================================
	Ekip Section
====================================================================

***/

.ekip-section-two{
    position:relative;
    padding:100px 0px 70px;
}

.ekip-block-two{
    position:relative;
    margin-bottom:30px;
}

.ekip-block-two .inner-box{
    position:relative;
    overflow:hidden;
    border-radius:15px 15px 0px 0px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}

.ekip-block-two .inner-box .image{
    position:relative;
    overflow:hidden;
}

.ekip-block-two .inner-box .image .color-layer{
    position:absolute;
    left:0px;
    bottom:0px;
    right:0px;
    height:40%;
    background: rgba(255,255,255,0);
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
    background: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
}

.ekip-block-two .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
}

.ekip-block-two .inner-box:hover .image img{
    opacity:0.7;
    transform:scale(1.05,1.06);
}

.ekip-block-two .inner-box .lower-content{
    position:relative;
    text-align:center;
    padding:20px 25px 20px;
}

.ekip-block-two .inner-box .lower-content:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    right:0px;
    height:100%;
    background-color:#ffffff;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
}

.ekip-block-two .inner-box:hover .lower-content:before{
    height:100%;
}

.ekip-block-two .inner-box .lower-content h5{
    position:relative;
    font-weight:600;
    text-transform:capitalize;
}

.ekip-block-two .inner-box .lower-content h5 a{
    position:relative;
    color:#222222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.ekip-block-two .inner-box .lower-content h5 a:hover{
    color:#cc8809;
}

.ekip-block-two .inner-box .lower-content .designation{
    position:relative;
    color:#111111;
    font-size:16px;
    margin-bottom:2px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.ekip-block-two .inner-box:hover .lower-content .designation{
    color:#555555;
}
.ekip-block-two .inner-box .image .social-box{
    position:absolute;
    left:10px;
    right:10px;
    bottom:-60px;
    z-index:1;
    text-align:center;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
}

.ekip-block-two .inner-box:hover .image .social-box{
    bottom:30px;
}

.ekip-block-two .inner-box .image .social-box li{
    position:relative;
    padding:0px 5px;
    display:inline-block;
}

.ekip-block-two .inner-box .image .social-box li a{
    position:relative;
    width:40px;
    height:40px;
    color:#222222;
    line-height:40px;
    text-align:center;
    display:inline-block;
    background-color:#ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.ekip-block-two .icon-3 {
    position: relative;
    overflow: hidden;
    width: 45px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    height: 45px;
    border: 2px solid #f1f2f8;
}

.ekip-block-two .icon-3 i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 13px;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.ekip-block-two .icon-3 i:last-child {
    left: -50%;
}

.ekip-block-two .icon-3:hover {
    background-color: #1b2132;
    border-color: #1b2132;
}

.ekip-block-two .icon-3:hover i {
    color: #ffffff;
}

.ekip-block-two .icon-3:hover i:first-child {
    left: 150%;
}

.ekip-block-two .icon-3:hover i:last-child {
    left: 50%;
}

.ekip-block-two .ekip-block-two .icon-3.theme-icon {
    background-color: #1b2132;
    border-color: transparent;
}

.ekip-block-two .icon-3.theme-icon i {
    color: #ffffff;
}

.ekip-block-two .icon-3.theme-icon:hover {
    background-color: #fef22e;
}

.ekip-block-two .icon-3.theme-icon:hover i {
    color: #15287d;
}

.ekip-block-two .inner-box .image .social-box li a:hover{
    background-color:#1b2132;
    color:#ffffff;
}

.ekip-block-two .inner-box .image .social-box li:last-child{
    margin-bottom:0px;
}

.ekip-social-detay a {
    float: left;
    margin-right: 5px;
}

/***
====================================================================
	Belge Section
====================================================================
***/

.belge-section-two{
    position:relative;
    padding:100px 0px 70px;
}

.belge-block-two{
    position:relative;
    margin-bottom:30px;
}

.belge-section-two h5 {
    margin-bottom: 0px;
    font-size: 15px;
}

.belge-block-two .inner-box{
    position:relative;
    overflow:hidden;
    border-radius:0px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}

.belge-block-two .inner-box .image{
    position:relative;
    overflow:hidden;
}

.belge-block-two .inner-box .image .color-layer{
    position:absolute;
    left:0px;
    bottom:0px;
    right:0px;
    height:40%;
    background: rgba(255,255,255,0);
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
    background: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
}

.belge-block-two .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
}

.belge-block-two .inner-box:hover .image img{
    opacity:0.7;
    transform:scale(1.05,1.06);
}

.belge-block-two .inner-box .lower-content{
    position:relative;
    text-align:center;
    padding:20px 25px 20px;
}

.belge-block-two .inner-box .lower-content:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    right:0px;
    height:100%;
    background-color:#ffffff;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
}

.belge-block-two .inner-box:hover .lower-content:before{
    height:100%;
}

.belge-block-two .inner-box .lower-content h5{
    position:relative;
    font-weight:600;
    text-transform:capitalize;
}

.belge-block-two .inner-box .lower-content h5 a{
    position:relative;
    color:#222222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.belge-block-two .inner-box .lower-content h5 a:hover{
    color:#cc8809;
}

.belge-block-two .inner-box .lower-content .designation{
    position:relative;
    color:#111111;
    font-size:16px;
    margin-bottom:2px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.belge-block-two .inner-box:hover .lower-content .designation{
    color:#555555;
}
.belge-block-two .inner-box .image .social-box{
    position:absolute;
    left:10px;
    right:10px;
    bottom:-60px;
    z-index:1;
    text-align:center;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
}

.belge-block-two .inner-box:hover .image .social-box{
    bottom:30px;
}

.belge-block-two .inner-box .image .social-box li{
    position:relative;
    padding:0px 5px;
    display:inline-block;
}

.belge-block-two .inner-box .image .social-box li a{
    position:relative;
    width:40px;
    height:40px;
    color:#222222;
    line-height:40px;
    text-align:center;
    display:inline-block;
    background-color:#ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.belge-block-two .inner-box .image .social-box li a:hover{
    background-color:#c1a974;
    color:#ffffff;
}

.belge-block-two .inner-box .image .social-box li:last-child{
    margin-bottom:0px;
}

/***
====================================================================
	Referans Section
====================================================================
***/

.referans-block {
    margin-bottom: 15px;
}

.referans-block .inner {
    padding: 15px;
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 13%);
}

.referans-block img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    height: 130px;
}

.referans-block img:hover {
    transform: scale(0.9);
}

/***
====================================================================
	katalog Section
====================================================================
***/

.katalog-section-two{
    position:relative;
    padding:100px 0px 70px;
}

.katalog-block-two{
    position:relative;
    margin-bottom:30px;
}

.katalog-section-two h5 {
    margin-bottom: 0px;
    font-size: 15px;
}

.katalog-block-two .inner-box{
    position:relative;
    overflow:hidden;
    border-radius:0px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}

.katalog-block-two .inner-box .image{
    position:relative;
    overflow:hidden;
}

.katalog-block-two .inner-box .image .color-layer{
    position:absolute;
    left:0px;
    bottom:0px;
    right:0px;
    height:40%;
    background: rgba(255,255,255,0);
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
    background: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
}

.katalog-block-two .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
}

.katalog-block-two .inner-box:hover .image img{
    opacity:0.7;
    transform:scale(1.05,1.06);
}

.katalog-block-two .inner-box .lower-content{
    position:relative;
    text-align:center;
    padding:20px 25px 20px;
}

.katalog-block-two .inner-box .lower-content:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    right:0px;
    height:100%;
    background-color:#ffffff;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
}

.katalog-block-two .inner-box:hover .lower-content:before{
    height:100%;
}

.katalog-block-two .inner-box .lower-content h5{
    position:relative;
    font-weight:600;
    text-transform:capitalize;
}

.katalog-block-two .inner-box .lower-content h5 a{
    position:relative;
    color:#222222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.katalog-block-two .inner-box .lower-content h5 a:hover{
    color:#cc8809;
}

.katalog-block-two .inner-box .lower-content .designation{
    position:relative;
    color:#111111;
    font-size:16px;
    margin-bottom:2px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.katalog-block-two .inner-box:hover .lower-content .designation{
    color:#555555;
}
.katalog-block-two .inner-box .image .social-box{
    position:absolute;
    left:10px;
    right:10px;
    bottom:-60px;
    z-index:1;
    text-align:center;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
}

.katalog-block-two .inner-box:hover .image .social-box{
    bottom:30px;
}

.katalog-block-two .inner-box .image .social-box li{
    position:relative;
    padding:0px 5px;
    display:inline-block;
}

.katalog-block-two .inner-box .image .social-box li a{
    position:relative;
    width:40px;
    height:40px;
    color:#222222;
    line-height:40px;
    text-align:center;
    display:inline-block;
    background-color:#ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.katalog-block-two .inner-box .image .social-box li a:hover{
    background-color:#c1a974;
    color:#ffffff;
}

.katalog-block-two .inner-box .image .social-box li:last-child{
    margin-bottom:0px;
}

/***
====================================================================
	Yorum Modal Section
====================================================================
***/

#YorumModal {
    font-family: 'Roboto', sans-serif;
    border-bottom: none !important;
}

#YorumModal .form-group {
    margin-bottom: 15px;
}

#YorumModal .form-group label {
    margin-bottom: 5px;
    color: #ffffff;
}

#YorumModal input {
    height: 45px;
    border-radius: 0px;
}

#YorumModal textarea {
    border-radius: 0px;
}

#YorumModal .btn {
    font-size: 13px;
    border-radius: 0px;
}

#YorumModal input::placeholder {
    font-size: 12px;
}

#YorumModal textarea::placeholder {
    font-size: 12px;
}

#YorumModal {
    background-color: #2e3841;
}

#YorumModal h4 {
    color: #ffffff !important;
}

.iziModal-header-title {
    color: #2e3841 !important;
}

.iziModal-header {
    background-color: #2e3841 !important;
    box-shadow: none !important;
}

/********* Geçici Alan **********/
.room-card i:not(:last-child) {
    padding-right: 10px;
}

.room-details-review i {
    width: 30px;
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 5px;
    color: #ee786c;
    margin-bottom: 15px;
}

.oda-alan {
    border: 1px solid #eaeaea;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.oda-alan .ozellik {
    display: block;
    padding: 10px 0px;
    position: relative;
    text-align: center;
    width: 25%;
    float: left;
    font-size: 14px;
}

.oda-alan .ozellik i {
    display: block;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
}

.oda-alan .ozellik span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.oda-alan .ozellik:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border-right: 1px solid #eaeaea;
}

.rez-liste {
    border:1px solid #1b2132;
}

.rez-liste .rez-detay {
    font-size: 18px;
}

.rez-liste .rez-detay .bilgi-icon {
    font-size: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

.rez-liste .col-md-6:first-child {
    padding: 35px;
    background: #1b2132;
    color: #ffffff;
}

.rez-liste .col-md-6:not(first-child) {
    padding: 35px;
    color: #000000;
    text-align: center;
}

.rez-liste .col-md-6:first-child h2 {
    color: #ffffff;
}

.rez-liste .col-md-6:first-child p {
    color: #ffffff;
}

.reservation-date ul {
    list-style: none;
    margin-bottom: 0;
    padding: 20px;
}

.reservation-date ul li {
    color: #333;
    overflow: hidden;
    font-weight: 500;
    padding: 5px 0;
}

.reservation-date ul li span:last-child {
    float: right;
    font-weight: 700;
    text-transform: uppercase;
}

.room-details-article .form-group {
    margin-bottom: 15px;
}

.room-details-article .form-control {
    border-radius: 0px;
}

.room-details-article label {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}
