@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham.otf);

}

@font-face {
    font-family: GothamBook;
    src: url(../fonts/GothamBook.otf);

}

@font-face {
    font-family: Caslon;
    src: url(../fonts/Adobe\ Caslon\ Pro\ Regular.ttf);
}



.submit_button {
    color: white;
    border: none;
    width: 100%;
    height: 55px;
    background: linear-gradient(90deg, #C2AF85 0%, #AA9873 100%);
}

.rez-text {
    background: linear-gradient(90deg, #AA9873 0%, #C2AF85 101.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.rez-form .form-control,
.rez-form .form-select {
    height: 50px;
    border-radius: 0px;
    border: 1px solid #D9D9D9;
    box-shadow: none;
}

.parallax-window {
    min-height: 587px;
    background: transparent;

}

.parallax-window {
    position: relative;
}

.paralax-text {
    color: #fff;
    text-align: center;
    height: 100%;
    font-family: 'Caslon', sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 600;
}

.paralax-text .vr {
    height: 190px;
    margin: 25px 0;
}

.paralax-text .vr:nth-child(4) {
    height: 150px;
}



.paralax-title {
    font-weight: 200;
    font-size: 25px;
    line-height: 24px;
    /* identical to box height, or 80% */

    text-align: center;
    letter-spacing: 0.375em;
}

.paralax-p,
.paralax-hashtag {
    font-weight: 200;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.375em;
}

.oda-detay {
    padding-bottom: 50px;
}

.tatil-imgs {
    max-width: 784px;
}


body {
    margin: 0 auto;
    padding: 0px;
    font-family: 'GothamBook', sans-serif;
    overflow-x: hidden;
    background: #FFFFFF;
    font-size: 15px;
}

a {
    color: black;
    text-decoration: none
}

h1,
h2,
h3,
h4 {
    font-weight: 200
}

.breadcrump-icon {
    margin: 0 5px;
}

#kesfet .owl-theme .owl-nav {
    height: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #004723;
}

.title-up {
    font-weight: 200;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #004723;
}

.tatil-hr {
    max-width: 340px;
    margin: 10px auto;
    color: #004723;
}

.ek-hr {
    width: 108px;
    margin: 10px auto;
    color: #004723;
    display: block;
}

.title-slider {
    font-weight: 200;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #004723;
}

.title-info {
    font-weight: 200;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.headerline {
    height: 30px;
    border-right: 1px solid #999999;
    margin-top: 5px;
    display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    color: black;
    padding-left: 12px;
    padding-right: 12px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    background: #004723;
    color: white;
}

.logo {
    height: 60px;
}

.lang {
    display: flex;
    align-items: center;
    color: white;
    padding: 0px 10px 0px 15px;
}

.lang a {
    color: #8D7C4D;
    text-decoration: none;
}

#slider {
    background-color: rgba(0, 71, 35, 0.5);
}

.carousel-caption {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carousel-caption p:first-child {
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
}

.carousel-caption h3 {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 30px;
    line-height: 36px;
}

.carousel-caption p:nth-child(3) {
    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
}

.play-button {
    display: inline-block;
    transform: translate(0%, 0%);
    /* height: 83px;
    width: 83px;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto; */
}

.play-button .video-main {
    position: relative;
    display: inline-block;
}

.waves {
    position: absolute;
    width: 110px;
    height: 110px;
    background: white;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.play-button .video-main .video {
    height: 106px;
    width: 106px;
    line-height: 116px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: var(--clrRed);
    z-index: 999;
}

.play-button svg {
    height: 1em;
    margin-left: 5px;
    margin-bottom: 10px;
}

#lightbox {}

.video-main .waves.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.video-main .waves.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.video-main .waves.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes waves {

    0% {

        transform: scale(0.2, 0.2);

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    }



    50% {

        opacity: 0.9;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

    }



    100% {

        transform: scale(0.9, 0.9);

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    }

}



@keyframes waves {

    0% {

        transform: scale(0.2, 0.2);

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    }



    50% {

        opacity: 0.9;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

    }



    100% {

        transform: scale(0.9, 0.9);

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    }

}



.slider-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 71, 35, 0.5);
}

#tatil-info {
    padding: 30px 0;
    position: relative;
}


#tatil-info>div>div>div:nth-child(1)>h3 {
    font-weight: 200;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #004723;
}

#tatil-info>div>div>div:nth-child(1)>p:nth-child(3),
#tatil-info>div>div>div:nth-child(1)>p:nth-child(4) {
    font-weight: 200;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

#tatil-info button {
    background: #004723;
    font-weight: 200;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 23px 7px 23px;
    border: 0;
    margin-bottom: 25px;
}

.grid-con {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 150px 150px 150px;
    grid-gap: 10px;
    height: 100%;
}

.grid-con img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.item-2 {
    grid-row: 3 / 4;
    position: relative;
}

.item-3 {
    grid-column: 2 / 2;
    position: relative;
}

.item-4 {
    grid-column: 2 / 2;
    grid-row: 2 / 4;
}

.grid-bg-yellow {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(214, 227, 115, 0.5);
}

.grid-bg-green {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(9, 173, 89, 0.5);
}

.grid-bg-black {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgb(0 0 0 / 30%);
}

#tatil-info>div>div>div:nth-child(2)>div>div:nth-child(1)>img:nth-child(1),
#tatil-info>div>div>div:nth-child(2)>div>div:nth-child(2)>img:nth-child(1) {
    margin-bottom: 0.25rem;
}

#odalar {
    background-color: #F6F8FA;
    padding: 30px 0;
    text-align: center;
}

.odalar-slider,
.select-room-slider {
    margin-top: 30px;
}

.odalar-slider .owl-item,
.select-room-slider .owl-item {
    padding: 21px 21px 14px 21px;
    background-color: #FFFFFF;
}

.oda-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-weight: 200;
    margin-top: 10px;
}

.oda-title>div:first-child {
    font-weight: 200;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.oda-title>div:nth-child(2) {
    font-weight: 200;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

#kesfet {
    padding: 30px 0;
}

.kesfet-slider-item h6 {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: #fff;
    z-index: 1;
    font-size: 0.7rem;
}

.kesfet-slider-item div:nth-child(3) {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    height: 25%;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}

#prev-btn {
    position: absolute;
    top: 30%;
    left: 20px;
}

#next-btn {
    position: absolute;
    top: 30%;
    right: 20px;
}

#otels_contact {
    background: white
}

#otels_contact img:hover {
    opacity: 0.8
}

#otels_contact_page img:hover {
    opacity: 0.8
}


/* FOOTER */
footer {
    background: #004723;
    color: #979797;
}

footer p,
footer p a,
footer p a:hover {
    color: #979797;
    text-decoration: none
}

footer li {
    list-style-type: none;
    padding-bottom: 8px;
    color: #979797;
}

footer li a {
    color: #979797;
}

footer h5 {
    color: #979797;
    margin-bottom: 15px;
    font-size: 17px;
}

footer ul {
    padding-left: 0rem !important;
}

.foot-dflex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;

}

#copy {
    color: #979797;
    margin: 20px 0px 20px 0px;
    background: white;
    padding-top: 20px;
}

#copy .dflex {
    display: flex;
    justify-content: center;
    align-items: center;

}

/* FOOTER END */

.group-logo {
    margin-right: 15px;
}

/* COMPONENTS */
.banner-line {
    height: 45px;
    background-color: #004723;
    color: #fff;
    display: flex;
    align-items: center;
}

.banner-line>div>div>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title {
    font-weight: 200;
    font-size: 15px;
    line-height: 1.5;
}

.page-breadcrump {
    font-weight: 200;
    font-size: 9px;
    line-height: 1.5;
}

#page-header {
    background-color: rgba(0, 71, 35, 0.8);
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

#page-header h3 {
    font-size: 13px;
}

#page-header p {
    font-size: 10px;
}

.header-bg {
    background-image: url(../img/header-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.select-room.header-bg {
    background-image: url(../img/select-room.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0;
}

/* COMPONENTS */


/* OTELİMİZ SAYFASI */
#info {
    padding: 30px 0;
}

#info h4 {
    color: #004723;
}

#info p {
    font-weight: 200;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
}

.left-menu {
    border-right: 1px dashed #000;
    height: 100%;
}

.left-menu>ul {
    list-style: none;
    padding-left: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.left-menu>ul>li {
    display: flex;
    margin-bottom: 30px;
    opacity: 0.2;
}

.left-menu>ul>li:last-child {
    margin-bottom: 0;
}

.left-menu-dot {
    position: absolute;
    right: -8px;
    opacity: 1;
}

.otelimiz-list {
    list-style-image: url(../img/list-style.svg);
    padding-left: 10px;
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}

/* OTELİMİZ SAYFASI */
#oda-ozellikler {
    background: #F6F8FA;
    padding-top: 30px;
    padding-bottom: 30px;
}

#oda-ozellikler h3 {
    text-align: center;
    color: #004723;
}

.ozellikler {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ozellik div img {
    width: 16px;
}

.ozellik {
    display: flex;
    margin: 10px 20px;
}

.ozellik>div:first-child {
    margin-right: 10px;
}

.list-ozellik {
    list-style-image: url(../img/list-style.svg);
    padding-left: 20px;
}

#diger-odalar {
    padding: 30px 0;
}

#diger-odalar h3 {
    color: #004723;
}

#plaj-havuz h3 {
    color: #004723;
    text-align: center;
}

.havuz-ozellik>div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.havuz-ozellik .list-text {
    font-weight: 200;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    display: flex;
    align-items: baseline;
}

.havuz-ozellik .list-spec {
    font-weight: 200;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

.havuz-ozellik .list-text img {
    margin-right: 8px;
}


#oteller>div>div:nth-child(2) {
    background-color: #F6F8FA;
}

#oteller>div>div.row {
    padding: 30px 0;
}

#oteller>div>div>div:first-child {
    padding-left: 3rem;
}

#oteller>div>div>div>h3 {
    font-weight: 200;
    color: #004723;
    margin-bottom: 24px;
}

#oteller>div>div>div>h3>span {
    border-bottom: 1px solid #004723;
    padding-bottom: 15px;
}

#oteller>div>div>div>hr {
    color: #004723;
    width: 104px;
}

#oteller p {
    font-weight: 200;
    font-size: 16px;
    line-height: 30px;
}

#oteller h5 {
    font-weight: 200;
    font-size: 16px;
    line-height: 30px;
}

#plaj-havuz {
    margin-bottom: 30px;
}

#odalar1>div>div:nth-child(odd) {
    background-color: #F6F8FA;
}

#odalar1>div>div.row {
    padding: 30px 0;
}

#odalar1>div>div>div:first-child {
    padding-left: 3rem;
}

#odalar1>div>div>div>h3 {
    font-weight: 200;
    color: #004723;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

#odalar1>div>div>div>h3>span {
    padding-bottom: 15px;
}

.border-bottom {
    border-bottom: 1px solid #004723 !important;
    border-width: 50%;
}


#odalar1>div>div>div>hr {
    color: #004723;
    width: 104px;
    margin-top: -10px;
}

#odalar1 p {
    font-weight: 200;
    font-size: 13px;
    line-height: 30px;
    font-style: italic;
}

.oda-info {
    font-weight: 200 !important;
}

#odalar1 h5 {
    font-weight: 200;
    font-size: 16px;
    line-height: 30px;
}

.btn-incele {
    color: #004723;
    padding: 10px 20px;
    border-radius: 0;
    margin-bottom: 30px;
}

.btn-rezervasyon {
    width: 180px;
    color: #fff;
    background-color: #004723;
    border-color: #004723;
    border-radius: 0;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.btn-rezervasyon:hover {
    color: #fff;
    background-color: #004723;
    border-color: #004723;
}

.btn-rezervasyon:hover img {
    margin-left: 10px;
}

#rez-odalar .card .btn-incele,
#rez-odalar .card .btn-rezervasyon {
    margin-bottom: 10px;
    margin-top: 30px;
}

#rez-odalar .card {
    padding: 0;
    border-radius: 0;
    margin-bottom: 30px;
    width: 100%;
}

#rez-odalar .card img {
    padding: 0;
    border-radius: 0;
    max-height: 500px;
    object-fit: cover;
}

#rez-odalar .card .card-body {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

#rez-odalar .card h3 {
    font-weight: 200;
    color: #004723;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

#rez-odalar .card h3>span {
    padding-bottom: 15px;
}

#rez-odalar .card .hr-border {
    width: 15% !important;
    margin-top: -10px;
}

.rez-btn {
    background: rgba(125, 104, 58, 1) !important;
    letter-spacing: 2px !important;
    color: #FFF !important;
    border-radius: 0 !important;
    border: 0 !important;
    transition: all .5s !important;
}

#room1,
#room2,
#room3 {
    position: relative;
}

.room-prev {
    position: absolute;
    top: 30%;
    left: 0;
    rotate: 180deg;
}

.room-next {
    position: absolute;
    top: 30%;
    right: 0;
}

#infos {
    padding: 30px 0;
}

#infos>div>div>div {
    display: flex;
    align-items: center;
}

#infos>div>div>div>img {
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

.info-box h5,
.info-box p {
    margin-bottom: 0;
}

#iletisim {
    margin-bottom: 30px;
}

#iletisim form {
    margin-bottom: 30px;
}

#iletisim iframe {
    min-height: 400px;
    height: 100%;
    width: 100%;
}

.iletisim-btn {
    width: 100%;
    padding: 18px 0;
    background-color: #004723 !important;
    color: #fff;
    margin-top: 15px;
    border-radius: 0;
}

.adres {
    font-size: 14px;
}

.kesfet-slider-item img {
    max-height: 297px;
}

.list-active {
    font-weight: 200;
    font-size: 16px;
    color: #000000;
    opacity: 1 !important;
}

.left-menu-dot-active {
    right: -16px;
}

.left-menu>ul>li>a.btn,
.otelUl .list-active .btn.active {
    --bs-btn-border-width: 0 !important;
    border: 0 !important;
}

.otel-imgs,
.bottom-imgs {
    position: relative;
}

.light-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.light-hover>i {
    font-size: 40px;
    color: #fff;
}

.otel-imgs:hover>.light-hover,
.bottom-imgs:hover>.light-hover {
    display: flex;
}

#bottom-box {
    margin-bottom: 50px;
}

footer>div:first-child {
    text-align: center;
}

.form-floating:not(.form-control:disabled)::before {
    left: 25px !important;
    width: 80% !important;
}

.form-floating>label {
    left: 5px;
}

@media screen and (max-width: 1400px) {
    #otels_contact span {
        font-size: 14px;
    }

    #otels_contact .img_resp {
        width: 50%
    }

}

@media screen and (min-width: 768px) {
    .brd-r {
        border-right: 1px solid #777777;
    }

    .logo {
        height: 80px;
    }


    footer ul.twoCol {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1rem;
        column-gap: 1rem;
        max-width: 90%;
    }

    body>footer>div>div>div.col-md-2.foot-dflex>span {
        font-size: 10px;
    }

    .header-bg {
        padding: 90px 0;
    }

    .select-room.header-bg {
        padding: 90px 0;
    }

    .ozellikler {
        justify-content: center;
    }

    .list-ozellik {
        columns: 2;
    }

    footer>div:first-child {
        text-align: left;
    }
}


@media screen and (min-width: 992px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 10px;
    }

    .page-title {
        font-size: 22px;
    }

    .page-breadcrump {
        font-size: 11px;
    }

    #page-header h3 {
        font-size: 26px;
    }

    #page-header p {
        font-size: 16px;
    }

    .headerline {
        display: block;
    }

    #kesfet .title-up,
    #tatil-info .title-up,
    #kesfet .title-slider {
        text-align: left;
    }

    .tatil-hr {
        margin: 15px 0;
    }

    #tatil-info {
        text-align: left;
    }

    #tatil-info>div>div>div:nth-child(1)>h3 {
        text-align: left;
    }

    .tatil-imgs {
        position: absolute;
        right: 11px;
        top: -15%;
        background-color: #fff;
        padding: 10px;
    }

    #kesfet .ek-hr {
        margin: 15px 0;
    }

    #kesfet .div-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #prev-btn {
        top: 80%;
        left: -120px;
    }

    #next-btn {
        top: 80%;
        left: -60px;
    }

    #oda-ozellikler,
    #diger-odalar {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ozellikler {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .list-ozellik {
        columns: 3;
    }

    #oteller ul {
        columns: 2;
    }

    #plaj-havuz ul {
        columns: 2;
    }

    #oteller>div>div>div:first-child {
        padding-left: 7vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #oteller>div>div>div>h3 {
        font-size: 20px;
    }

    #oteller p,
    #oteller h5,
    #oteller ul {
        font-weight: 200;
        font-size: 12px;
        line-height: 1.5;
    }

    #odalar1>div>div>div:first-child {
        padding-left: 7vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
    }

    #odalar1>div>div>div>h3 {
        font-size: 25px;
    }


    #copy .dflex {
        justify-content: flex-end;
    }
}

@media screen and (min-width: 1200px) {
    #rez-odalar .card h3 {
        font-size: 1.5rem;
    }

    .btn-incele {
        padding-left: 0;
    }

    .paralax-title {
        font-size: 30px;
    }

    .custom-container {
        padding: 0 7vw;
    }

    #info h4 {
        font-weight: 200;
        font-size: 24px;
        line-height: 30px;
    }

    #info p {
        font-size: 16px;
    }

    .otelimiz-list {
        columns: 2;
    }

    #tatil-info {
        height: 500px;
        padding-left: 100px;
    }

    .tatil-imgs {
        right: 70px;
        top: -15%;
    }

    .grid-con {
        grid-template-rows: 175px 175px 175px;
        grid-gap: 14px;
    }

    #oteller>div>div>div>h3 {
        font-size: 26px;
    }

    #oteller p,
    #oteller h5,
    #oteller ul {
        font-weight: 200;
        font-size: 16px;
        line-height: 1.5;
    }

    #oteller h5 {
        font-weight: 200;
    }

    .room-prev,
    .room-next {
        top: 35%;
    }

    .foot-logo-d {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

}

@media screen and (min-width: 1400px) {

    .page-title,
    .select-room.page-title {
        font-size: 22px;
        font-weight: 200;
    }

    .page-breadcrump {
        font-size: 11px;
    }

    #bottom-box {
        margin-bottom: 150px;
    }
}

@media screen and (min-width: 1500px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px
    }
}

@media screen and (min-width: 1600px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px
    }
}

@media screen and (min-width: 1700px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px
    }

    #tatil-info {
        height: 700px;
        padding-left: 100px;
    }

    .grid-con {
        grid-template-rows: 200px 200px 200px;
    }
}

.sealight {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 10px 10px 40px;
    top: 100px;
    right: -270px;
    border-radius: 200px 10px 10px 200px;
    -webkit-border-radius: 200px 10px 10px 200px;
    -moz-border-radius: 200px 10px 10px 200px;
    transition: 1s all;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 11px 8px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 11px 8px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 11px 8px rgba(0, 0, 0, 0.18);
}

.sealight-active {
    right: 0;
    transition: 1s all;
}

.sealight img {
    width: 90%;
}

.simpleParallax {
    display: flex;
    justify-content: center;
}

#demo-video {
    display: block;
}

@media screen and (min-width: 1920px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 19px;
    }

    #demo-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.ozellik {
    margin: 0;
    background-color: #e3eaf0;
    margin: 10px;
    max-width: 200px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.ozellik>div:first-child {
    margin-right: 10px;
    padding: 10px;
    border-right: 1px solid #000;
}

.oda1 {
    background-color: #F6F8FA;
    padding: 20px 30px;
}

#oda-ozellikler h3 {
    text-align: left;
    color: #004723;
    margin-left: 10px;
}

.oda1>.ek-hr {
    margin: 10px;
}

.owl-carousel.odalar-carousel {
    margin-top: -30px;
    padding: 20px;
    background-color: #fff;

}

.owl-carousel.odalar-carousel .owl-item img {
    object-fit: cover;
    height: 230px;
}

.owl-carousel.odalar-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-carousel.odalar-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.owl-carousel.odalar-carousel .owl-dot.active span,
.owl-carousel.odalar-carousel .owl-dot:hover span {
    background: #004723;
}

.text-ozellik {
    font-size: 10px;
}

.havuz-ozellik .list-text {
    font-weight: 200;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    display: flex;
    align-items: baseline;
}

.oda-con {
    position: relative;
}

.oda-galeri {
    position: absolute;
    bottom: 38px;
    right: 20px;
    background-color: #fff;
    color: #000;
    width: 100px;
    z-index: 1000;
    padding: 10px;
}

#oda-ozellikler {
    background: #Fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.havuz-ozellik .list-text {
    font-weight: 200;
    margin-bottom: 8px;
}

.oda-detay>.btn-rezervasyon {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 20px
}

@media screen and (min-width: 768px) {
    .owl-carousel.odalar-carousel {
        margin-top: -50px;
    }
}

@media screen and (min-width: 992px) {
    .owl-carousel.odalar-carousel {
        margin-top: -60px;

    }

    .owl-carousel.odalar-carousel .owl-item img {
        object-fit: cover;
        height: 400px;
    }

    .ozellik {
        max-width: 210px;
    }
}

@media screen and (min-width: 1440px) {
    .owl-carousel.odalar-carousel {
        margin-top: -60px;

    }

    .owl-carousel.odalar-carousel .owl-item img {
        object-fit: cover;
        height: 550px;
    }

    .ozellik {
        max-width: 210px;
    }
}