
:root {
    --altinorfoz-bg: #fff;
    --altinorfoz-bg-darker: #070f2b;
    /*--altinorfoz-accent-color: #BD945A;*/
    --altinorfoz-accent-color: #5898CB;
    --color-text: #2e2e2e;
    --color-secondary: #545454;
    --font-title: "Didot", serif;
    --font-text: "Source Sans 3", serif;
}

@font-face {
    font-family: 'Didot';
    src: url('/static/fonts/Didot-Italic.woff2') format('woff2'),
    url('/static/fonts/Didot-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Didot';
    src: url('/static/fonts/Didot-Bold.woff2') format('woff2'),
    url('/static/fonts/Didot-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Didot';
    src: url('/static/fonts/Didot.woff2') format('woff2'),
    url('/static/fonts/Didot.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Didot Title';
    src: url('/static/fonts/DidotTitle.woff2') format('woff2'),
    url('/static/fonts/DidotTitle.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-image: url("/static/images/bg.webp");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.footer .top .item h3, .footer .top .item p, .footer .top .item p a,
.footer .top .item .phone,
.footer .top .item .mail,
.footer .top .social-icons li,
.footer .bottom .links ul li a,
.about .phone {
    color: var(--color-text);
}


.video-fullscreen-wrap h5,
button, input, optgroup, select, textarea {
    font-family: var(--font-text);
}

.nav-scroll .navbar-nav .nav-link {
    color: var(--color-text);
}

.nav-scroll .navbar-right .phonex {
    color: var(--color-text);
}


.button-3 {
    padding: 10px 20px;
    border: 1px solid var(--color-text);
    border-radius: 0;
    background-color: transparent;
    color: var(--color-text);
}

.footer .top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}


.footer .top .social-icons li {
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.about .phone i {
    color: var(--color-text);
    border: 1px solid rgba(0, 0, 0, 0.25);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-title), "Gilda Display", serif;
    color: var(--color-text);
}

.navbar .navbar-right .phonex {
    font-family: var(--font-text);
}

.nav-scroll .navbar-right:hover .phonex {
    color: var(--color-text);
}

.navbar .navbar-nav .nav-link {
    font-family: var(--font-text);
}

.offers2 .item h5 {
    font-family: var(--font-title);
}

p {
    font-family: var(--font-text);
    color: var(--color-text);
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}

.video-fullscreen-wrap h1 {
    font-family: var(--font-title), "Gilda Display", sans-serif;
    text-transform: none;
}


body {
    background-color: var(--altinorfoz-bg);
    font-family: var(--font-text);
    color: var(--color-text);
}

.section-title {
    color: var(--color-secondary);
    text-transform: unset;
}

.nav-scroll {
    background-color: #fff;
}

.footer {
    background-color: transparent;
}

.section-subtitle {
    color: var(--altinorfoz-accent-color);
}

.nav-scroll .logo-wrapper .logo-img, .footer .top .item .logo, .logo-wrapper .logo-img {
    /*width: 230px;*/
    height: 100%;
}

.footer .top .social-icons li:hover {
    background: var(--altinorfoz-accent-color);
}

.rooms1 .item .img:before {
    pointer-events: none;
}

.banner-header[data-overlay-dark] h1, .banner-header h1 {
    font-size: 50px;
}

.page-details .cont {
    background: var(--altinorfoz-bg);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.bg-darkgray {
    background-color: var(--altinorfoz-bg-darker);
}

.other-rooms .gallery-masonry-item-img-link {
    position: relative;
    transition: .5s ease-in-out;
}

.other-rooms .gallery-masonry-item-img-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    pointer-events: none;
    transition: opacity .5s ease-in-out;
    z-index: 2;
    opacity: 0;
}

.other-rooms .gallery-masonry-item-img-link:hover::before {
    opacity: .4;
}


.other-rooms h3 {
    font-size: 24px;
}

.bg-lightbrown {
    background-color: var(--altinorfoz-bg-darker);
}

.accordion-box .block {
    background: var(--altinorfoz-bg);
    border: 1px solid #e1e1e1;
}

.video-text {
    font-size: 160px;
    line-height: 160px;
    bottom: -10px;
}

.page-gallery {
    padding-top: 1.5rem;
}

.page-gallery .gallery-item {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    transition: opacity .5s ease-in-out;
}

.page-gallery .gallery-item:hover {
    opacity: .75;
}

.page-gallery img {
    transition: .5s ease-in-out;
}

.page-gallery .gallery-item:hover img {
    transform: scale(1.08);
}

.map {
    filter: none;
}

.google-logo {
    text-align: center;
}

.google-logo img {
    width: 100px !important;
    margin: 0 auto;
}


.preloader {
    background-color: #efefef;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    overflow: hidden;
}

.navbar .dropdown-menu {
    background-color: var(--altinorfoz-bg);
}

.navbar .dropdown-menu .dropdown-item {
    color: var(--color-text);
}

.page-details h5 {
    color: var(--color-text);
}

.details {
    color: var(--color-text);
}

.details span i {
    color: var(--altinorfoz-accent-color);
}

.accordion-box .block .acc-btn {
    color: var(--color-text);
}

.accordion-box .block .acc-btn.active {
    color: var(--color-text);
}

.accordion-box .block .acc-btn:hover {
    color: var(--altinorfoz-accent-color);
}

.contact .item .front {
    background-color: var(--altinorfoz-bg);
}

.contact .item .contents .title,
.contact .item .contents .text {
    color: var(--color-text);
}

.contact .item {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.form2 .cont {
    background: var(--altinorfoz-bg);
}

.form2 input[type="password"], input[type="email"], input[type="number"], input[type="text"], input[type="file"], textarea {
    color: var(--color-text);
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.form2 input::placeholder,
.form2 textarea::placeholder {
    color: var(--color-text);
}

.form2 {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.btn-form1-submit {
    display: inline-block;
    height: auto;
    padding: 22px 27px;
    border: none;
    background-color: var(--altinorfoz-accent-color);
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
}

.banner-header .title {
    text-transform: unset;
}

.banner-header[data-overlay-dark] h1, .banner-header h1 {
    text-transform: unset;
}

.nav-scroll .logo-wrapper .logo-img {
    height: 100%;
    width: 105px;
}

.footer .top .item .logo {
    width: 180px;
}

.nav-scroll {
    height: 120px;
}

.nav-scroll .logo-wrapper .logo-img {
    width: 140px;
}

.logo-wrapper .logo-img {
    width: 150px;
}

.navbar .dropdown-menu {
    width: unset;
}

.footer .bottom .links ul li {
    font-size: 15px;
}


.video-banner {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.video-banner video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-color: #000;
    opacity: .5;
}

.video-banner .banner-content {
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-banner h2 {
    color: #fff;
}

.page-details h3 {
    font-size: 25px;
}

.galleryscroll .item .img {
    height: 460px;
}

.galleryscroll .item .img > img {
    height: 100%;
    object-fit: cover;
}

.sustainability-list .cover {
    padding: 2rem 2.5rem;
}

.sustainability-item {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1.25rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.sustainability-item .title {
    font-size: 16px;
    text-align: center;
}

section.about p b {
    color: var(--color-text);
    font-weight: 600;
}

section.about ol li {
    list-style: decimal;
}

.page-details ul li {
    list-style: disc;
}

.mt-80 {
    margin-top: 80px;
}

p {
    font-size: 16px;
}

.post h3 {
    font-size: 24px;
}

.preloader .centered .cont .loader-line-mask {
    display: none;
}

.preloader .centered .cont .loader-circle {
    margin-left: 0;
    margin-top: 0;
    transform: translate(-50%, -50%);
}

.post ul li {
    list-style: disc;
}

.video-js {
    background-color: #ffffff !important;
}

.my-video-dimensions {
    width: 100%;
    height: 90vh;
}

.roomgallery.galleryscroll .item .img {
    height: unset;
}

.footer .bottom p {
    color: #000;
}

.footer .bottom p a {
    color: #000;
}

.gallery-filter button {
    margin: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    -webkit-appearance: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    line-height: 40px;
    text-decoration: none;
    text-transform: none;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color;
    min-width: 120px;
    min-height: 48px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-align: left;
    border-radius: 500px;
}

[data-filter] {
    cursor: pointer;
}

.gallery .btn-check:active + .gallery .btn, .btn-check:checked + .gallery .btn, .gallery .btn.active, .gallery .btn.show, .gallery .btn:active {
    background-color: #f6f6f6;
    color: #333;
}

.static-page iframe {
    width: 100%;
    height: 1000px;
}

.homepage-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.homepage-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

.homepage-popup__box {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 700px;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.homepage-popup__img {
    display: block;
    width: 100%;
    height: auto;
}

.homepage-popup__video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
}

.homepage-popup__video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.homepage-popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 768px) {
    .homepage-popup__box {
        max-width: 95%;
    }
}