*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, Genericons, sans-serif;
    text-decoration: none;
}

:root{
    --primary-color: #1f2f72;
    --secondary: #b18d3d;
}

a{
    text-decoration: none; 
}

h1,h2,h3,h4,h5,h6{
    color: var(--secondary);
}

.main-btn{
    color: var(--secondary);
}

.main-btn:hover{
    color: var(--primary-color);
}

/* Header Top Start */

.header-top{
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #bababa 100%, #F6F6F6 100%);
    border-bottom: 1px solid #DDDDDD;
}

.header-top .row{
    height: 50px;
}

.header{
    width: 100%;
    height: 200px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    position: relative;
    background: url(../images/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.header .logo{
    width: 100px;
    height: 150px;
}

.header .ataturk{
    width: 120px;
    height: 170px;
}

.header h1{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.header .site-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header .site-title img{
    width: 100%;
    transform: scale(1.2);
}

.navbar .navbar-nav .nav-item .nav-link{
    padding: 15px 20px;
    color: var(--primary-color);
    font-weight: 600;
}

.navbar{
    border-bottom: 1px solid #DDDDDD;
}

.navbar .navbar-nav .nav-item .nav-link:hover{
    background-color: #1f3072ce;
    color: #ffffff;
}

.navbar .navbar-nav .nav-item .dropdown-menu{
    margin-top: 0px;
    border-radius: 0px;
    padding: 0px;
    background-color: #1f3072ce;
    border: none;
}

.navbar .navbar-nav .nav-item .dropdown-menu li a{
    padding: 0px;
    color: #ffffff;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    border-bottom: 1px dotted #ffffff;
}

.navbar .navbar-nav .nav-item .dropdown-menu li a:hover{
    color: #ffffff;
    background-color: #1f3072e7;
}


/* Header Top End */

/* Homepage Start*/

.homepage{
    background-image: linear-gradient(to top, #FFFFFF 0%, #cccccc 100%, #cccccc 100%);
}

.slider{
    height: 350px;
}

.slider .slider-item img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}


.slick-arrow::before{
    color: #ffffff;
    padding: 5px;
    font-size: 24px;
}

.slick-prev{
    left: 10px;
    z-index: 1;
}

.slick-next{
    right: 20px;
    z-index: 1;
}

.home-news{
    background-color: #dddddd;
}

.home-news a{
    color: var(--secondary);
}

.home-news .news-date{
    opacity: 0.7;
}

.home-news p{
    font-size: 1rem;
}

.news-title{
    border-bottom: 2px solid #cccccc;
    padding-bottom: 10px;
}


.medias a{
    display: block;
    overflow: hidden;
}

.medias a img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 1s;
}

.medias a:hover img{
    transform: scale(1.2);
}

.all-news{
    background-color: var(--primary-color);
    padding: 10px 20px;
    color: #ffffff;
    margin-top: 50px;
}

.social{
    height: auto;
    background-color: #f6f5f5;
}

.footer{
    height: 80px;
    border-top: 3px solid var(--primary-color);
}

.footer span{
    font-size: 14px;
}

.staff img{
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.staff h4{
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
}

.sports img{
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.sports h4{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid var(--primary-color);
}

.map{
    height: 400px;
}

.sponsor{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.sponsor img{
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.sponsors .slick-arrow::before{
    color: #000000;
}

.activity small{
    opacity: 0.8;
}

.activity .activity-slider{
    width: 100%;
    height: 200px;
}

.activity .activity-slider .slick-arrow::before{
    color: var(--secondary);
    padding: 5px;
    font-size: 24px;
}

.activity .activity-slider img{
    width: 100%;
    height: 200px;
    object-fit: contain;
}

#calendar{
    height: 600px;
}

#calendar .fc-daygrid-event-dot{
    display: none;
}

#calendar .activity, #calendar .finished-activity{
    padding: 10px 20px;
    transition: all 0.5s;
}

#calendar .activity{
    background-color: var(--primary-color);
}

#calendar .activity:hover{
    color: #f6f5f5;
}

#calendar .finished-activity{
    background-color: #1f3072c7;
}

#calendar .finished-activity:hover{
    color: #a37474;
}

/* Homepage End*/

/* Sidebar Social Start*/
.sidebar-social{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(30,30,30);
    gap: 5px;
}

.sidebar-social a{
    width: 50px;
    height: 50px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.sidebar-social a:hover{
    background-color: #1f2f72;
    transition: 0.5s ease-in;
}
/* Sidebar Social End*/

/*Footer Contact Us Start*/
.footer-contact-us{
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--secondary);
    padding: 0px 20px;
}
.footer-contact-us h3, .footer-contact-us p{
    color: #ffffff;
}

.footer-contact-us a{
    color: #ffffff;
    padding: 10px 15px;
    border: 3px solid #ffffff;
    transition: 0.5s ease-in-out;
    font-weight: 700;
}

.footer-contact-us a:hover{
    color: var(--secondary);
    background-color: #ffffff;
}
/*Footer Contact Us End*/


/* Media Start */

@media (max-width: 1400px){

}

@media (max-width: 1200px){

}

@media (max-width: 992px){

}

@media (max-width: 768px){
    .header h1{
        font-size: 1.5rem;
    }
}

@media (max-width: 576px){
    .header{
        height: 100px;
    }

    .header h1{
        font-size: 16px;
    }

    .header .logo{
        width: 60px;
        height: 90px;
    }
    
    .header .ataturk{
        width: 70px;
        height: 100px;
    }

    .slider{
        height: 250px;
    }
    
    .slider .slider-item img{
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .staff-item{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .footer-contact-us{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 15px;
        height: 200px;
    }

    .footer-contact-us div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-contact-us div p{
        text-align: center;
    }
    
    .home-news h5{
        font-size: 0.85rem;
    }
    
    .home-news p{
        font-size: 0.75rem;
    }
    
    .home-news a{
        font-size: 0.65rem;
    }
    
    .header .site-title img{
        width: 100%;
        transform: scale(1.3);
    }
}

/* Media End */