/* =============================================
   Hakkimizda - Page Specific Styles
   ============================================= */

.fancybox-button--left {
    position: absolute !important;
    left: 16% !important;
    top: 1000% !important;
}

.footermenu {
    margin-bottom: 0px;
}

#fp-nav.fp-right {
    display: none !important;
}

.fadeinscroll {
    position: relative;
    margin-right: 60px;
    transition: all 1s ease-in-out;
}

.ikonimg {
    transform: scale(0.6);
    opacity: 0;
    transition: all 1s ease-in-out;
}

.imgdivtitlee::before {
    display: none;
}

.imgdivtitlee {
    left: 0 !important;
}

.image-tabs {
    font-family: Arial, sans-serif;
    padding: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.section {
    height: unset !important;
}

.tab-buttons {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.tab-btn {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    background-color: #ddd;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.tab-btn.active-tab {
    background-color: #007bff;
    color: #fff;
}

.tab-content.active-content {
    display: block;
}

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.grid-box {
    flex: 1 1 calc(33.33% - 15px);
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grid-box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.grid-box:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

#video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

#fp-nav {
    left: 17px;
    transition: all 3s;
    width: fit-content;
}

#video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fp-nav {
    bottom: 20px !important;
    z-index: 9999;
}

.fp-nav ul li a {
    width: 0 !important;
    height: 0 !important;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-bottom: 15px solid #fff !important;
}

.fp-nav ul li a.active {
    border-bottom-color: #007bff !important;
}

#sectionn {
    margin-bottom: -300px;
    z-index: 99999999999;
    position: relative;
    background: #fff;
}

.fancybox-button--right {
    position: absolute !important;
    right: 16% !important;
    top: 1000% !important;
}

.slidercenter {
    width: 100%;
}

.slidertext {
    position: absolute;
    top: 50%;
    width: 1000px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: unset;
}

.owlbutton {
    width: 1000px;
    position: absolute;
    bottom: 20%;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: right;
}

.counter-container {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    width: 130px;
    display: inline-block;
    vertical-align: top;
}

.counter {
    font-size: 48px;
    margin: 20px;
    font-weight: 200;
    color: #001B34;
    font-family: "Petit Formal Script", cursive;
    font-size: 50px;
    border: 1px solid #000;
    color: fpright;
    width: 70px;
    padding: 10px;
}

.textt {
    font-family: "Kanit", sans-serif;
    color: #001B34;
}

.owl-height {
    min-height: 502px !important;
}

.linediv {
    position: absolute;
    bottom: -27%;
    left: 0;
    right: unset;
    margin: 0 auto;
    text-align: center;
}

.linebox {
    width: 1000px;
    background: #ffffff9e;
    height: 5px;
    border-radius: 60px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.linenumber {
    display: inline-block;
    display: none;
    vertical-align: middle;
}

.tiles {
    position: relative !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.tile {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
}
