@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,500;1,600&display=swap');

/* GLOBAL STYLES */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    color: #00142a;
}

a {
    text-decoration: none;
}

h3 {
    margin-bottom: 1rem;
    font-size: 24px;
    font-weight: 600;
    color: #c13501;
}

/* SCROLL DOWN BUTTON */
.scroll-down {
    background: #135b7d;
    border-radius: 10%;
    color: #fff;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 998;
    padding: 8px 0;
    width: 44px;
    height: 44px;
    text-align: center;
    cursor: pointer;
    display: none;
    transition: all .5s ease;
}

.scroll-down:hover {
    background: #f49a06;
}

.scroll-down a {
    margin-top: 2px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    line-height: 28px;
}

/* HEADER */

header {
    min-height: 84vh;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    display: grid;
    position: relative;
    overflow: hidden;
    /* background: url(../../../assets/images/header-bg.png?a=1234) no-repeat center top #ffffff;
    background-size: cover; */
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 2.5s ease-in-out; /* Yumuşak geçiş süresi */
}

.carousel-fade .carousel-item.active {
    opacity: 1;
    transition: opacity 2.5s ease-in-out; /* Opaklık değişimi */
}
.header-logo {
    margin-top:110px;
}
@media screen and (max-width: 992px) {
    .header-logo {
        margin-right: 0;
        margin-top: 60px;
    }
}

/* NAVBAR */
.navbar {
    min-height: 53px;
    background: url(../../../assets/images/navbar-bg.jpg)repeat-x center top;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.nav-item {
    padding: 0px 10px;
}
.nav-link {
    color: #fff;
    padding: 15px 0px;
    border-bottom: 4px solid transparent;
}
.nav-link:hover, .nav-link:focus {
    color: #fff;
    background-color: #1f376c;
    border-bottom: 4px solid #f28915;
    overflow: hidden;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.language {
    background-color: #f28915; 
    padding-left: 15px!important; 
    padding-right: 15px!important; 
}
.language.hover {
    background-color: #1f376c!important;
}
/* Dropdown üzerine gelince açılır */
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}

/* Submenu üzerine gelince açılır */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Submenu pozisyonu: soldan açılır */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%; /* Sağa değil, sola açılması için */
    left: auto;  /* Sol konumu iptal et */
    margin-top: -1px;
    display: none;
}
/* IMPORTANT DATES */
.dates-wrap {
    background: url(../../../assets/images/dates-background.png) no-repeat center top;
    background-size: cover;
    min-height: 219px;
    border-radius: 10px;
}

.dates-header {
    background: url(../../../assets/images/dates-header.png) no-repeat center top;
    background-size: cover;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.dates-title {
    color: #fff;
    font-size: 20px;
    padding: 10px;
    margin: 0;
}

.dates-table {
    padding: 10px;
    font-size: 16px;
    font-weight: 300;
}

@media screen and (max-width: 1400px) {
    .dates-table {
        font-size: 11px;
    }
}

@media screen and (max-width: 1200px) {
    .dates-table {
        font-size: 11px!important;
    }
}

.dates-table > table > tbody > tr > td {
    padding: 5px 15px;
}
.dates-table > table > tbody > tr > td > span {
    color: #c13501;
    font-weight: 400;
}

/* COUNTER */

.counter {
    padding: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
    background-color: #ffffffe5;
    max-width: 550px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.counter .counter-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-icon img {
    max-width: 45%;
    margin-left: 5px;
}

.clock-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.clock-col {
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    min-width: 40px;
    position: relative;
}

.clock-col p {
    text-align: center !important;
    margin-bottom: 0rem;
}

.clock-col p.clock-day,
.clock-col p.clock-hours,
.clock-col p.clock-minutes {
    font-size: 26px;
    font-weight: 600;
    color: #31732f!important;
}

.clock-col span.clock-label {
    display: inline-flex;
    margin-left: 7px;
    font-size: 18px;
    font-weight: 500;
    color: #31732f!important;
}

/* FOUR BUTTONS */
.four-box {
    background-color: #ffffffe5;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px;
    margin-left: 10px;
    max-width: 130px;
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100%;
}

.four-box img {
    max-width: 60px;
}
.box1, .box2, .box3, .box4 {
    font-weight: 400;
    line-height: 1.2em;
}
.box1 span, .box2 span, .box3 span, .box4 span {
    font-weight: 600;
}
.box1 {
    color: #274a9a;
}

.box2 {
    color: #eb5c27;
}

.box3 {
    color: #31732f;
}

.box4 {
    color: #c0ad69;
}

/* FOOTER */

footer {
    min-height: 120px;
    padding: 1rem 0rem;
    font-size: 13px;
    color: #fff;
    background: url(../../../assets/images/footer-bg.jpg) no-repeat center top;
}

footer a {
    color: #fff !important;
    text-decoration: none;
}

footer a:hover,
footer a:focus {
    color: #fff !important;
    text-decoration: underline;
}

footer p.copyright,
footer p.designby {
    padding: 3px 0px;
}

footer p.designby {
    text-align: right;
}

footer p.designby a:hover {
    text-decoration: underline !important;
}

/* BACK TO TOP BUTTON */
.back-to-top {
    background: #135b7d none repeat scroll 0 0;
    border-radius: 10%;
    color: #979797;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    display: none;
    padding: 8px 0;
    width: 44px;
    height: 44px;
    text-align: center;
    cursor: pointer;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.back-to-top:hover {
    background: #f49a06 none repeat scroll 0 0;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.back-to-top a {
    margin-top: 2px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
}

.back-to-top a:hover {
    color: #fff;
}

/* MEDIA */
@media (max-width: 767px) {
    .headtext {
        margin-left:0!important;
    }
    .dates-wrap {
      display: flex;
      order: 2;
      margin-top: 30px;
    }
    .counter-wrap {
      order: 1;
    }
    .counter {
        max-width: 455px!important;
    }
    .four-box {
        min-width: 225px!important;
        margin-left: 4px;
    } 
}
@media screen and (max-width: 992px) {
    .navbar {
        background-size: cover;
     }
     .hidden-sm {
         display: none!important;
     }
     .headtext {
         margin-left:60px;
         margin-right: 0!important;
     }
    .hidden-sm {
        display: none!important;
    }
    
    .clock-col p.clock-day, .clock-col p.clock-hours, .clock-col p.clock-minutes {
        font-size: 16px!important;
    }
    .clock-label {
        font-size: 10px!important;
    }
    .counter {
        max-width: 273px;
    }
}
@media screen and (min-width: 992px) {
    .hidden-lg {
        display: none!important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .nav-link {
        font-size: 12px!important;
        padding: 15px 5px!important;
    }
    .dates-wrap {
        max-height: 232px!important;
    }
    .head-content {
       margin-top: 75px;
    }
    .headtext {
        min-width: 515px;
    }
    .dates-table {
        font-size: 13px;
    }
    .counter {
        max-width: 455px!important;
    }
    .four-box {
        max-width: 109px;
        margin-left: 5px;
    }
}
@media  (min-width: 1200px) and (max-width: 1400px) {
    .dates-wrap {
        max-height: 235px;
    }
    .counter {
        max-width: 510px;
    }
    .four-box {
        max-width: 124px;
        margin-left: 5px;
    }
    .headtext {
        margin-left:0!important;
        margin-right: 150px!important;
    }
}

/* CONTENT */

.minibaslik {
    margin-bottom: 1.2rem;
    font-size: 18px;
    font-weight: 600;
    color: #084993;
}

.btn-lookUs {
    display: inline-block;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #fff;
    background-color: #3f5ca8;
    width: 100%;
    max-width: 500px;
    text-decoration: none;
    border: solid 1px #3f5ca8;
    transition: .5s;
    font-size: 1.2rem;
}

.btn-lookUs:hover {
    background: #f49a06;
    color: #fff;
    border: solid 1px #f49a06;
    transition: .5s;
    max-width: 420px;
}

.sponsor {
    border: 1px solid #ededed;
    box-shadow: 3px 5px #ededed;
    border-radius: 10px;
    margin-top: 30px;
    max-width: 250px;
}

/* BLINK TEXT */

.blink-text {
	color:#d8c47b;
	font-size:15px;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-duration: 1.2s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 1.2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
0% {opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

@keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}