* {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    box-sizing: border-box;
    text-decoration: none;
}

a {
    color: #000000;
}

body {
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kayitol {
    width: 100%;
    margin-top: 10px;
    background-color: black;
    padding: 15px;
    border-radius: 5px;
    font-size: calc(12px + 0.390625vw);
}

.ky {
    display: none;
}

#containerBody {
    max-width: 1200px;
    width: 100%;
    padding: 10px;
}

#logo {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

#logo span:nth-child(1) {
    background-color: #FFFFFF;
    color: #ff154a;
    padding: 10px 2px;
    padding-left: 10px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

#logo span:nth-child(2) {
    background-color: black;
    color: #FFFFFF;
    padding: 10px 2px;
    padding-right: 10px;
    font-size: 25px;
    text-align: left;
    display: inline-block;
}

#logo span:nth-child(3) {
    color: #000000;
    font-size: 10px;
    padding: 3px;
    display: block;
    margin-top: 3px;
}

#header {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin-bottom: 20px;
    gap: 10px;
}

#headerIllustrator {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 20px;
}

#headerIllustrator img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

#headerIllustrator p {
    color: #FFFFFF;
    background-color: #ff154a;
    padding: 10px;
    width: 300px;
}

#announcement {
    background-color: #FFFFFF;
    border-radius: 5px;
    align-self: center;
    margin-top: 20px;
}

#announcementBar {
    height: 30px;
    background-color: #ff154a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#announcementTitle {
    font-weight: bold;
    margin: 20px 0px;
    font-size: calc(15px + 0.390625vw);
    text-align: center;
}

#insP{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}

#insP iframe{
    width: 100%;
    height: 647px;
}

#announcementText {
    font-weight: 400;
    margin-bottom: 10px;
    color: grey;
    /* text-align: justify; */
    font-size: calc(9px + 0.390625vw);
    padding: 10px;
    line-height: 25px;
}

#announcementText p {
    display: inline-block;
    font-size: 17px;
}

#announcementText b {
    color: #000000;
    font-weight: bold;
}

#announcementText p span {
    color: #ff154a;
    font-weight: bold;
}

.announcementBarThink {
    border-top: 2px dotted rgba(128, 128, 128, 0.342);
    position: relative;
}

#announcementInfo {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    gap: 10px;
    font-weight: bold;
}

#notice {
    background-color: #FFFFFF;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: center;
}

#bar {
    padding: 10px;
    background-color: #ff154a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}


#noticeText {
    font-weight: 400;
    margin-bottom: 10px;
    color: grey;
    text-align: center;
}

#noticeText p {
    margin-bottom: 20px;
    font-size: calc(12px + 0.390625vw);
    font-weight: bold;
}

#noticeText span {
    color: #ff154a;
}

#noticeText p:first-child span {
    color: #25D366;
    font-weight: bold;
}

.kitapgorselleri {}

.egitimtarihleri {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 10px;
    padding: 10px;
}

.tarihler {
    width: 100%;
    padding: 10px;
    background-color: #ff154a;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.ay {
    font-size: calc(15px + 0.390625vw);
    margin-bottom: 5px;
}

.gun {
    font-size: calc(15px + 0.390625vw);
    font-weight: bold;
    margin-bottom: 5px;
}

.egitimadi {
    font-size: calc(12px + 0.390625vw);
}

.g {
    background-color: grey;
}

#cardContainer {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cardBody {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cardTopIcon {
    color: #ff154a;
    margin-bottom: 10px;
}

.cardTitle {
    font-weight: bold;
    margin-bottom: 10px;
}

.cardText {
    font-weight: 100;
    margin-bottom: 10px;
    color: grey;
}

.cardBottomIcon {
    text-align: right;
}

.cardBody:hover {
    color: #FFFFFF;
    background-color: #ff154ca2;
}

.cardBody:hover .cardTopIcon,
.cardBody:hover .cardText {
    color: #FFFFFF;
}

#footer {
    width: 100%;
    height: 80px;
}

#footer a {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
    display: block;
    text-align: center;
}

#footer a i {
    color: #ff154a;
}

.iletisim {
    width: 100%;
    max-width: 1200px;
    padding: 0px 10px;
    position: fixed;
    bottom: 0px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
}

.iletisim a {
    display: block;
    padding: 10px;
    font-size: calc(15px + 0.390625vw);
    text-align: center;
    color: #fff;
}

.iletisim a:nth-child(3) {
    background-color: #43d854;
}

.iletisim a:nth-child(2) {
    background-color: #00aff0;
}

.iletisim a:nth-child(1) {
    background-color: #cd1f1f;
}

.iletisim a:nth-child(4) {
    background-color: #3f729b;

}

.iletisim a:nth-child(5) {
    background-color: #410093;
}

div:where(.swal2-container) .swal2-html-container {
    text-align: justify !important;
    font-size: 0.9rem !important;
    line-height: 30px;
}