﻿@font-face {
    font-family: "Poppins";
    src: url("/Areas/Konferans/Contents/fonts/Poppins-Regular.otf") format("truetype");
    /* Diğer formatlar için gerektiğinde eklemeler yapabilirsiniz */
    font-weight: normal; /* Yazı tipinin kalınlığı */
    font-style: normal; /* Yazı tipinin stili */
}

body {
    overflow-x: hidden;
    font-family: "Poppins", sans-serif !important;
}
/* Navbar'ın başlangıçta transparan olması için stil */
.navbar {
    background-color: transparent !important;
    transition: background-color 0.5s ease;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: white !important;
    }
}

@media only screen and (min-width: 768px) {
    .navbar .main-title-link {
        color: white !important;
        font-size: 19px;
        font-weight: 200;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar .main-title-link:hover {
            color: gray !important;
        }

    .navbar .main-title-link-black {
        color: black !important;
        font-size: 19px;
        font-weight: 200;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar .main-title-link-black:hover {
            color: #214883 !important;
        }

    .navbar a .dropdown-item {
        color: black !important;
        font-size: 25px;
        font-weight: 600;
    }
}

/* Sayfa aşağı kaydıkça navbar'ın beyaz olması için stil */
.bg-white-scroll {
    background-color: #ffffff !important;
    -webkit-box-shadow: -2px 3px 15px 0px rgba(0, 0, 0, 0.75) !important;
}

.swiper-container {
    width: 100%;
    height: 800px;
    /* Slider yüksekliği ayarlayabilirsiniz */
}

/* Slider içerikleri */
.swiper-slide {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.slide-content {
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.swiper-slide-active .slide-content {
    opacity: 1;
}

/* Slider resimleri */
.swiper-slide .slide-img {
    width: 100%;
    height: 800px;
}

@media only screen and (max-width: 768px) {
    .swiper-slide img {
        /*width: 100%;*/
        height: 328px !important;
        margin-top: 28% !important;
    }
}

/* Sayfalama noktalarını gizleme */
.swiper-pagination {
    display: none;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #214883;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

    .cta-text h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .cta-text span {
        color: #757575;
        font-size: 15px;
    }

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
    float: left;
    margin-left: 20%;
}

    .footer-logo img {
        max-width: 200px;
    }

.footer-text p {
    /* margin-bottom: 14px; */
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
    padding-top: 37px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3b5998;
}

.linkedin-bg {
    background: #0e76a8;
}

.google-bg {
    background: #dd4b39;
}

.wp-bg {
    background: #25d366;
}

.instagram-bg {
    background: #f00669;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

    .footer-widget-heading h3::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -15px;
        height: 2px;
        width: 50px;
        background: #214883;
    }

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
    transition: 0.3s;
}

    .footer-widget ul li a:hover {
        color: #214883;
    }

    .footer-widget ul li a {
        transition: 0.3s;
        color: #878787;
        text-transform: capitalize;
    }

.subscribe-form {
    position: relative;
    overflow: hidden;
}

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: #2e2e2e;
        border: 1px solid #2e2e2e;
        color: #fff;
    }

    .subscribe-form button {
        position: absolute;
        right: 0;
        background: #214883;
        padding: 13px 20px;
        border: 1px solid #214883;
        top: 0;
    }

        .subscribe-form button i {
            color: #fff;
            font-size: 22px;
            transform: rotate(-6deg);
        }

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

    .copyright-text p a {
        color: #214883;
    }

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

    .footer-menu li:hover a {
        color: #214883;
    }

    .footer-menu li a {
        font-size: 14px;
        color: #878787;
    }

.footer-text {
    color: white;
}

.copyright-text {
    text-align: center;
}

.footer-bidb-link {
    text-decoration: none;
    margin-left: 6px !important;
    color: white;
    transition: 0.3s;
}

    .footer-bidb-link:hover {
        color: gray;
        text-decoration: underline;
    }

.slider-logo {
    margin-top: -36%;
}

.navbar {
    z-index: 99999;
}

@media only screen and (max-width: 768px) {
    .slider-logo {
        /* display: none; */
        width: 120px !important;
        height: 120px !important;
        margin-top: 20%;
    }
}

.navbar-logo {
    height: 81px;
}

* {
    margin: 0;
    padding: 0;
}

.s-soft {
    position: fixed;
    top: 35%;
    left: 10;
    z-index: 1000;
    transition: all linear 0.2s;
    color: white !important;
}

    .s-soft a:first-child {
        border-radius: 0 5px 0 0;
    }

    .s-soft a:last-child {
        border-radius: 0 0 5px 0;
    }

.s-item {
    display: block;
    width: 42px;
    height: 48px;
    color: white;
    font-size: 15px;
    line-height: 48px;
    text-align: center;
    transition: all linear 0.2s;
}

    .s-item:hover {
        width: 110px;
        border-radius: 0px 20px 20px 0px;
    }

#so-open {
    position: fixed;
    top: 100px;
    left: -90px;
    border-radius: 0 30px 30px 0;
    transition: all linear 0.2s;
}

.facebook {
    background-color: #3b5999;
    color: white !important;
}

.twitter {
    background-color: black !important;
    color: white !important;
}

.print {
    background-color: #de3c7d;
}

.pinterest {
    background-color: #bd081c;
    color: white !important;
}

.linkedin {
    background-color: #0e76a8;
    color: white !important;
}

.whatsapp {
    background-color: #25d366 !important;
    color: white !important;
}

.so-collapse {
    left: -60px;
}

@media only screen and (min-width: 768px) {
    .navbar-logo {
        margin-left: -354%;
    }
}

.footer-logo-img {
    width: 90%;
}

@media only screen and (min-width: 768px) {
    .navbar-logo {
        margin-left: -405%;
    }
}

.header-top {
    height: 60px;
    background-color: #14386f;
    color: white;
}

.swiper-container {
    margin-top: -10px;
}

.header-top-padding {
    padding: 15px;
    margin-left: 15px;
}

.header-span {
    white-space: nowrap;
}

.header-social-icon {
    color: white;
    margin-left: 3%;
}

.navbar-nav li {
    margin-left: 0.7%;
}

@media only screen and (min-width: 768px) {
    .navbar-nav {
        margin-left: -12%;
    }

        .navbar-nav li {
            margin-left: 0.7%;
        }
}

.slider-header {
    /* margin-left: 41%;
  margin-top: -23%; */
    z-index: 9999;
    color: white;
    text-align: center;
}

.slider-btn {
    /* position: absolute; */
    color: white;
    text-align: center;
    background-color: transparent;
    font-size: 20px;
    border: 5px solid white;
    padding: 10px;
    width: 226px;
    border-radius: 11px;
    transition: 0.3s;
}

    .slider-btn:hover {
        color: #14386f;
        background-color: white;
    }

@media only screen and (max-width: 768px) {
    .slider-header {
        /* display: none; */
        margin-top: 6%;
    }
}

.timer-column {
    text-align: center;
    background-color: #14386f;
    color: white;
    height: 244px;
    font-size: 35px;
    padding: 6.2%;
    width: 287px;
}

.slider-timer {
    z-index: 1029 !important;
    margin-top: -113px;
    /* position: absolute; */
    margin-left: -2%;
    position: sticky;
}

.border-timer {
    border-right: 3px solid;
    width: 145%;
}

.swiper-slide {
    position: relative;
    text-align: center;
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

@media only screen and (min-width: 768px) {
    .slider-header {
        margin-bottom: 73px;
    }

    .slider-logo {
        margin-bottom: 52px;
    }

    .slide-content {
        margin-top: 45px;
    }
}

.header-span {
    font-size: 13px;
}

.header-top-padding {
    text-align: center;
}

.header-select {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    width: 72px;
    margin-top: 6%;
    border: none;
    text-align: center;
}

    .header-select option {
        color: black !important;
    }

.border-bottom-igu {
    border-bottom: 5px solid #ce9a64;
    -webkit-box-shadow: -2px 3px 15px 0px rgba(0, 0, 0, 0.75) !important;
}

@media only screen and (max-width: 768px) {
    .slider-timer {
        display: none;
    }

    .swiper-container {
        height: 438px !important;
    }

    .slide-content {
        /* display: none; */
    }

    .footer-logo img {
        margin-left: -10%;
        max-width: 100px;
        margin-top: -10%;
    }

    .footer-text p {
        padding-top: 0px;
    }

    .footer-logo {
        margin-left: 7%;
    }

    .desktop-header-top {
        display: block;
    }
}

.dropdown-menu {
    transition: 0.3s;
}

.dropdown-toggle {
    transition: 0.3s;
}

.show {
    transition: 0.3s;
}

.mobile-header-top-padding {
    padding: 15px;
    margin-left: 15px;
}

.mobile-header-select {
    background-color: transparent !important;
    color: white !important;
    border: 2px solid white !important;
    width: 72px !important;
    margin-top: -47px !important;
    border: none !important;
    text-align: center !important;
    float: right !important;
    /* margin-left: 5%; */
    padding-left: -26px !important;
}

.mobile-header-top {
    display: none;
}

@media only screen and (max-width: 768px) {
    .mobile-header-top {
        display: block;
    }

    .desktop-header-top {
        display: none;
    }
}

.social-links {
    transition: 0.2s ease-in-out;
    position: relative;
    list-style: none;
    height: 50px;
    margin-top: 30x;
}

    .social-links:hover > li {
        transform: scale(0.95);
    }

    .social-links li {
        transition: 0.2s ease-in-out;
        border-radius: 10px;
        place-items: center;
        cursor: pointer;
        display: grid;
        margin: auto;
        height: 35px;
        width: 35px;
        float: left;
    }

        .social-links li:not(:first-child) {
            margin-left: 10px;
        }

        .social-links li:hover {
            filter: blur(0px);
            transform: scale(1);
        }

    .social-links svg {
        transition: 0.2s ease-in-out;
        pointer-events: none;
        height: 18px;
        width: 18px;
    }

    .social-links li.google {
        background-color: #ea4335;
    }

    .social-links li.facebook {
        background-color: #3f51b5;
    }

    .social-links li.yahoo {
        background-color: #410093;
    }

    .social-links li.linkedin {
        background-color: #0e76a8;
    }

    .social-links li.windows {
        background-color: #2499ff;
    }

    .social-links li.whatsapp {
        background-color: #25d366;
    }

@media only screen and (max-width: 768px) {
    .s-soft {
        display: none;
    }
}

.hour-area {
    margin-left: -33%;
}

.mobile-timer-area {
    display: none;
}

.mobile-timer-area {
    margin-top: -20%;
    z-index: 9999;
    position: sticky;
}

.mobile-timer-div {
    text-align: center;
    background-color: #14386f;
    color: white;
    width: 25%;
    float: left;
    height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 17px;
}

@media only screen and (max-width: 768px) {
    .mobile-timer-area {
        display: block;
    }
}

.mobile-timer-bottom {
    -webkit-box-shadow: -1px 39px 50px -36px rgba(0, 0, 0, 1);
    -moz-box-shadow: -1px 39px 50px -36px rgba(0, 0, 0, 1);
    box-shadow: -1px 39px 50px -36px rgba(0, 0, 0, 1);
    border-bottom: 5px solid #ce9a64;
}

@media only screen and (max-width: 768px) {
    .slider-btn {
        /* position: absolute; */
        color: white;
        text-align: center;
        background-color: transparent;
        font-size: 15px;
        border: 5px solid white;
        padding: 10px;
        width: 186px;
        border-radius: 11px;
        transition: 0.3s;
        margin-top: 17%;
    }

    .slider-header {
        font-size: 20px;
    }
}

.navbar {
    z-index: 999999999 !important;
}

.spinner {
    animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@keyframes colors {
    0% {
        stroke: #4285f4;
    }

    25% {
        stroke: #de3e35;
    }

    50% {
        stroke: #f7c223;
    }

    75% {
        stroke: #1b9a59;
    }

    100% {
        stroke: #4285f4;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

.card-header-color {
    background-color: #14386f !important;
    border-radius: 0px !important;
    border-bottom: 5px solid #ce9a64 !important;
    -webkit-box-shadow: -2px 3px 15px 0px rgba(0, 0, 0, 0.75) !important;
}

#SelectLanguage{
    margin-top:17px !important;
}
html, body {
    overflow-x: hidden !important;
    width: 100vw;
    position: relative;
}

#MobileSelectLanguage {
    width: 45px !important;
    margin-top: -39px !important;
}