body {
    background: url('../img/background.jpg?a=2345')no-repeat;
	font-family: 'Poppins', sans-serif!important;
    background-size: cover;
    background-color: #fcfdfd;

}

a {
    text-decoration: none!important;
}

h3 {
    margin-bottom: 2rem!important;
    font-size: 1.5rem!important;
    font-weight: 600!important;
    color: #09509d!important;
}

.back-to-top a {
    margin-top: 2px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
}

/* HEADER */
.nav-link{
    padding: 13px 12px!important;
    font-weight: 600!important;
}

.nav-link:hover {
    background-color: #a97f4e!important;
    color: #fff!important;
}

#translateButton {
    background-color: #a97f4e!important;
    color: #fff!important;
}

#translateButton:hover {
    background-color: #257abc!important;
}

/* CONTENT */
.buttons {
    background-color: #fff;
    padding: 30px!important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.btn-kayit, .btn-konaklama, .btn-program, .btn-bildiri, .btn-kurs {
    padding: 20px;
    border-radius: 10px;
    min-width: 185px;
}

.btn-kayit:hover .btn-icon, .btn-konaklama:hover .btn-icon, .btn-program:hover .btn-icon, .btn-bildiri:hover .btn-icon, .btn-kurs:hover .btn-icon {
    animation: rotation 3s linear;
}
@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }

.btn-kayit, .btn-konaklama, .btn-program, .btn-bildiri {
    margin-right: 10px;
}

.btn-kayit {
    background-color: #ffb139;
}

.btn-konaklama {
    background-color: #69c2d0;
}

.btn-program {
    background-color: #ff615d;
}

.btn-bildiri {
    background-color: #5e5266;
}

.btn-kurs {
    background-color: #81bc81;
}

.btn-icon {
    max-width: 80px;
}

.btn-text {
    color: #fff;
    justify-content: center;
    display: flex;
    font-size: 14px;
}
.btn-area {
    border-right: 1px solid #ededed;
}

.cizgi1 {
    border-bottom: 4px solid #69c2d0;
}

.cizgi2 {
    border-bottom: 4px solid #ff615d;
}

.cizgi3 {
    border-bottom: 4px solid #81bc81;
}

/* SAYAC */
.counterCss {
    padding: 0;
	font-family: 'poppins-bold', sans-serif !important;
}
.counterCss li {
    display: inline-block;
    font-size: 1em;
    list-style-type: none;
    padding-top: 1em;
    border-radius: 15px;
    width: 65px;
    text-align: center;
}

.counterCss li span {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
.colon {
    font-size: 30px !important;
    width: 30px !important;
    padding: 0.5em!important;
    vertical-align: top;
    font-weight: 600;
    color: #cccccc;
}
.sayac-text {
    color: #3d3d3d !important;
    font-size: 20px !important;
    font-weight: 600;
    vertical-align: middle;
}

#days {
    color: #d92665;
}

#hours {
    color: #448bb4;
}

#minutes {
    color: #ff6435;
}

#seconds {
    color: #81bc81;
}

/* DATES */
.dates {
    background-color: #fff3e1;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.tarih {
    background-color: #fff;
    border-radius: 5px!important;
    padding: 7px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    max-width: 113px;
}

.gun {
    text-align: center;
    font-size: 14px;
    color: #007abc;
}

.yil {
    text-align: center;
    font-size: 24px;
    color: #d7474a;
    font-weight: bolder;
}

/* CONTENT */
.content-inclusive {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px!important;
    margin-bottom: 25px;
    margin-top: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.content-boldtext {
    font-size: 22px;
    font-weight: 700;
    display: inline-block; 
      border-bottom: 4px solid #ff0000; 
      padding-bottom: 2px; 
}

.minibaslik {
    font-size: 18px;
    color: #2d3990;
}


/* FOOTER */
footer {
    min-height: 150px;
    padding: 1rem 0rem;
    font-size: 13px;
    color: #fff;
    background: url(../img/footer-bg.jpg) no-repeat center top;
    background-size: cover;
}

/* MEDIA */
@media screen and (max-width: 768px) {
    .btn-area {
        border: none;
    }
}

@media screen and (max-width: 1260px) {
    #canvas {
        display: none !important;
    }
    #animation_container {
        display: none !important;
    }

    .nav-item {
        font-size: 12px;
    }

    .head-text {
        width: 100%!important;
    }
}

@media screen and (max-width: 1400px) {
    .counterCss li {
        width: 30px;
    }
    .counterCss li span {
        font-size: 1.5rem;
    }
}
