/* FONTS */

@font-face {
    font-family: "Sang-Regular";
    src: local("@"), url("../font/SangBleuOGSerif-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Sang-Regular-Italic";
    src: local("@"), url("../font/SangBleuOGSans-RegularItalic.otf") format("opentype");
}

body {
    position: relative;
    overflow-x: hidden;
}

/* SECTION HEADER */

header {
    height: 34.6vw;
    width: 100%;
    font-family: "Sang-Regular-Italic";
}

#header-image {
    width: 100%;
    height: 34.6vw;
}

#mainlogo {
    width: 100%;
    height: 464px;
    padding-top: 43px;
    padding-left: 18px;
}

#mainlogo img {
    width: 5.2vw;
}

#header-navbar {
    position: absolute;
    right: 20px;
    top: 100px;
}

#header-navbar li a {
    color: black;
}

.nav-link {
    font-size: 18.38px;
    letter-spacing: 1.4px;
    margin: 0 1vw !important;
    padding: 0;
    font-family: "Sang-Regular-Italic";
}


.dropdown-content {
    display: block;
    left: 13%;
    top: 100%;
    padding: 0;
    padding-top: 17px;
    position: absolute;
    width: 150px !important;
}

.dropdown-content li {
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 4px;
}

.dropdown-content li a {
    text-decoration: none;
    font-size: 13.4px;
    letter-spacing: 1.4px;
}

/* SECTİONS SERVİCES */

#section-event-header {
    background-color: #eeeeee;
    padding: 120px 0 100px 0;

}

#section-event-header p {
    margin: 0;
}

.section-header {
    font-size: 43px;
    margin-bottom: 2.1vw;
    font-family: "Sang-Regular-Italic";
    letter-spacing: 3px;
    color: #181818;
}

.section-subtitle {
    font-size: 17px;
    font-family: "Sang-Regular";
    letter-spacing: 2px;
    color: #000000;
    line-height: 25px;
}

/* SECTION EVENT CARD */

#section-event {
    padding: 120px 0 34px 0;
    color: #181818;
}

.event-card {
    height: 288px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.event-card:not(:last-child) {
    margin-bottom: 145px;
}

.event-card .col-lg-9 {
    padding-left: 68px;
}

.event-header {
    font-size: 34px;
    letter-spacing: 3px;
    font-family: "Sang-Regular-Italic";
}

.event-card .col-lg-9 p:nth-child(3) {
    font-size: 17px;
    letter-spacing: 2px;
    font-family: "Sang-Regular";
}

.event-image {
    width: 100%;
}

/* Reservation */

@media screen and (max-width: 768px) and (min-width: 200px) {
    .section-header {
        width: 100%;
        font-size: 34px;
    }

    .event-header {
        font-size: 34px;
    }

    .event-card .col-lg-9 p:nth-child(3) {
        font-size: 17px;
        letter-spacing: 1.2px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .section-header {
        width: 100%;
        font-size: 34px;
    }

    .event-header {
        font-size: 34px;
    }

    .event-card .col-lg-9 p:nth-child(3) {
        font-size: 17px;
        letter-spacing: 1.2px;
    }
}


@media screen and (max-width: 992px) and (min-width:200px) {
    #section-event-header {
        padding: 60px 16px;
    }

    #section-event {
        padding: 60px 0 0 0;
    }

    .event-card {
        display: flex;
        align-items: flex-start;
        height: auto;
        justify-content: center;
    }

    .event-card:not(:last-child) {
        margin-bottom: 40px !important;
    }

    .event-card .col-lg-9 {
        margin-left: 25px;
        padding: 0;
    }

    .event-card img {
        width: 50%;
        margin: 30px auto;
    }

    .section-header {
        margin-bottom: 0;
    }
}


@media screen and (min-width: 992px) {
    .event-card {
        display: flex;
    }
}