/* FONTLAR */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*AYARLAR*/
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 200px;
    /* background: url('../images/bg.jpg'); */
    background: #fff;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    font-family: 'Roboto', sans-serif;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: #3a1e0f;
    padding: 15px 0
}

footer a {
    text-decoration: none;
    font-weight: normal;
    color: #e76800;
}

footer a:hover {
    color: #c9630f;
}

img {
    max-width: 100%
}

.header {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.headOne {
    position: relative;
}

.headOne video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Ses butonu */
#soundToggle {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 22px;
    padding: 10px 14px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 10;
}

#soundToggle:hover {
    background: rgba(0, 0, 0, 0.7);
}



.lastDays {
    overflow: hidden;
    background: url('../images/fastmenu-bg.png') no-repeat center center;
    background-size: cover;
    /* Resmi kapsayacak şekilde boyutlandırır */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    width: 100%;
    margin-bottom: 50px;
}

.lastDays a {
    text-decoration: none;
    color: #fff;
    margin-right: 100px;
    font-weight: bold;
    transition: .5s;
}

.lastDays a:hover {
    color: #1e95dd;
}

.lastDays a:last-child {
    margin-right: 0;
}

.lastDays .fastmenu {
    display: flex;
    align-items: center;
}

.lastDays .fastmenu img {
    max-width: 120px;
    margin-right: 5px;
    padding: 10px;
}

.lang {
    position: relative;
    left: 20px;
}

.navbar {
    padding: 0;
    position: relative;
    z-index: 3
}

.nav-item {
    position: relative;

}

.nav-item .active {
    background: rgba(0, 0, 0, 0.40);
    color: #ffffff !important;
}

.nav-item a {
    color: #fff !important;
    border-radius: 10px;
}

.nav-item a:hover {
    background: rgba(0, 0, 0, 0.40);
    color: #ffffff !important;
}

.nav-item .nav-link {
    font-family: 'Oswald', sans-serif;
    padding: 1rem;
    font-size: 15px;
}



.sub-navbar {
    position: absolute;
    width: 300px;
    background: #ddd;
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 5px solid #bb1724;
    display: none;
}

.nav-item:hover .sub-navbar {
    display: block;
}

.sub-navbar .sub-item-link {
    padding: 5px;
    color: #8f93a8;
    display: block;
    background: #425e6d;
    font-family: 'Oswald', sans-serif;

}

.sub-navbar .sub-item-link:hover {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
}

.dropdown ul {
    position: absolute;
    width: 200px;
    padding: 0;
    list-style: none;
    background: #094769;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.dropdown ul li a {
    padding: 10px;
    display: block;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}

.dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    display: block;
}



@media (max-width: 991.98px) {
    .boxing {
        margin-top: 80px !important;
    }

    .importantDate .content .dates .item span:nth-of-type(1) {
        font-size: 35px !important;
    }

    .importantDate .content .dates .item span:nth-of-type(2) {
        font-size: 20px !important;
    }

    .importantDate {
        margin-top: 0 !important;
        background-size: 60% !important;
        padding-top: 75px !important;
        padding-bottom: 0 !important;
        height: 270px !important;
    }

    .importantDate .content .dates .item p {
        font-size: 14px;
    }

    .congress-content {
        padding: 0 30px !important;
    }

    .lastDays {
        margin-bottom: 20px;
        flex-direction: column;
    }

    .lastDays a {
        margin-right: 0;
    }

    .lastDays a span {
        width: 140px;
    }

    .dropdown ul {
        position: relative;
        display: none;
        width: 100%
    }

    .navbar {
        display: block;
    }

    .navbar-toggler {
        margin: 10px;
        font-size: 16px;
    }

    .nav-item .nav-link {
        font-family: 'Oswald', sans-serif;
        padding: 0.5rem 1rem;
    }

    .sub-navbar {
        position: relative;
        width: 100%;
        padding-left: 20px;
        background: #00062c;
    }

    .navbar .container {
        max-width: 100%;
    }

    .nav-item,
    .sub-item {
        text-align: left !important;
    }

    .lang {
        top: -40px !important;
        position: absolute;
        right: 0 !important;
        left: inherit;
    }

    .nav-item:hover .nav-link {
        background: rgba(255, 255, 255, 0.45);
    }

    .navbar-dark .navbar-toggler {
        color: #fff;
        border-color: rgb(255 255 255 / 0%);
        transition: 0.5s;
    }

    button:focus {
        outline: none;
    }

    .navbar-dark .navbar-toggler:hover {
        background: #fff;
        color: #2394b7;
    }
}

.bg-theme {
    background: #4b3123;
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 10px;
}


.yanson {

    transition: 0.5s;
    animation: hideshow 2s infinite;
}

@keyframes hideshow {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.importantDate {
    position: relative;
    margin-top: -80px;
    background: url('../images/dating.png') no-repeat center center;
    background-size: 90%;
    z-index: 99;
    padding-top: 110px;
    padding-bottom: 110px;
}


.importantDate .content {
    position: relative;
    z-index: 2;
    margin: 0 20%;
    border-radius: 10px;
}

.importantDate .content .title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.importantDate .content .dates .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.importantDate .content .dates .item span:nth-of-type(1) {
    font-size: 50px;
    color: #fb4e27;
    font-weight: bolder;
}

.importantDate .content .dates .item span:nth-of-type(2) {
    font-size: 25px;
    color: #fb4e27;
    margin-top: -20px;
    margin-bottom: 5px;
}

.importantDate .content .dates .item p {
    text-align: center;
}


.congress-content {
    text-align: justify;
    padding: 0 40px;
}

.congress-content h1 {
    border: 5px solid #2c92d3;
    background: #3da1e1;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    font-size: 25px;
    margin-bottom: 15px;
}

.congress-content h2 {
    font-size: 25px;
    color: #4f7991;
    margin-bottom: 10px;
    font-weight: bold;
}

.congress-content h3 {
    font-size: 18px;
    color: #4f7991;
    margin: 0;
    font-weight: bold;
}


.lang a {
    color: #fff;
    background: #c13131;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    width: 50px;
}

.lang a:hover {
    background: #fd3b3b;
}

.lang span {
    color: #fff;
}

.boxing {
    height: 370px;
    background: url(../images/dating.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -80px;
    z-index: 99;
}

.boxing span {
    width: 100%;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: #ffffff;
    padding-top: 8px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dating {
    width: 180px;
    text-align: center;
    position: absolute;
    top: 85px;
    left: 111px;
}

.dating h3 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
}

.dating font {
    font-weight: bold;
    font-size: 50px;
    color: #fb4e27;
}

.dating .p1 {
    padding: 0;
    margin: 0;
    font-size: 25px;
    margin-top: -15px;
    font-weight: bold;
    color: #fb4e27;
}

.dating .p2 {
    padding: 5px;
    color: #000;
    font-weight: bold;
    padding-top: 10px;
}

@media (min-width:991.98px) and (max-width: 1391.98px) {
    .dating {
        left: 70px;
        top: 70px;
    }

    .dating font {
        font-size: 35px;
    }

    .dating .p1 {
        font-size: 20px;
    }
}






/*DESTİNASYONLAR*/



.destinations .main_icon{
  width:100px;
  display:block;
  margin:auto;
  font-size:80px;
  position:relative;
    margin-bottom: 150px;
    color: #4b3123;
}

.destinations .main_icon:before{
  content: ' ';
  display:block;
  border-left:3px dashed rgb(75 49 35 / 42%);
  height:100px;
  width:1px;
  position:absolute; 
  left:50%;
  top:100%;
  transform: translate(-50%)
      
}

 

.destinations .destination{
    position: relative;
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 50px;
    box-shadow: 0 0 20px #ddd;
}




.destinations .destination .destination_title{
    font-size: 20px;
    font-weight: bold;
    color: #4b3123;
    margin-bottom: 20px;
    line-height: 1
}







/*LINES*/



.destinations .destination:nth-of-type(2):before{
    content: ' ';
    border-top:3px dashed rgb(75 49 35 / 42%);
    position: absolute;
    display: block;
    height: 3px;
    top: -50px;
    width: calc(50% + 50px);
    left: 50%;
    transform: translate(-100%);
}
.destinations .destination:nth-child(even):after{
    content: ' ';
    position: absolute;
    height: calc(50% + 50px);
    top: -50px;
    left: -50px;
    border-left:3px dashed rgb(75 49 35 / 42%);
}
.destinations .destination:nth-child(even)>span:nth-of-type(1){
    width: 50px;
    border-top: 3px dashed rgb(75 49 35 / 42%);
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}

.destinations .destination:nth-child(even)>span:nth-of-type(2){
    position: absolute;
    height: calc(50%);
    top: 50%;
    right: -50px;
    border-left: 3px dashed rgb(75 49 35 / 42%);
}

.destinations .destination:nth-child(even)>span:nth-of-type(3){
    width: 50px;
    border-top: 3px dashed rgb(75 49 35 / 42%);
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
}
.destinations .destination:nth-child(odd):after{
    content: ' ';
    position: absolute;
    height: calc(50% + 50px);
    top: -50px;
    right: -50px;
    border-left:3px dashed rgb(75 49 35 / 42%);
}

.destinations .destination:nth-child(odd)>span:nth-of-type(1){
    width: 50px;
    border-top: 3px dashed rgb(75 49 35 / 42%);
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
}

.destinations .destination:nth-child(odd)>span:nth-of-type(2){
    position: absolute;
    height: calc(50%);
    top: 50%;
    left: -50px;
    border-left: 3px dashed rgb(75 49 35 / 42%);
}

.destinations .destination:nth-child(odd)>span:nth-of-type(3){
    width: 50px;
    border-top: 3px dashed rgb(75 49 35 / 42%);
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}

.destinations .destination:last-child>span:nth-of-type(2),.destinations .destination:last-child>span:nth-of-type(3){
    display: none
}



@media (max-width: 991.98px) {
    .destinations .destination .destination_content{
        font-size: 14px
        
    }
}





