/* 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");
}

a {
    text-decoration: none;
    color: black;
}

body {
    position: relative;
    overflow-x: hidden;
}

/* SECTION HEADER */

header {
    height: 34.6vw;
    width: 100%;
    font-family: "Sang-Regular-Italic";
}

#header-image {
    height: 34.6vw;
    width: 100%;
}

#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 120px 54px 120px;

}

.section-header {
    font-size: 43px;
    margin-bottom: 50px;
    font-family: "Sang-Regular-Italic";
    letter-spacing: 3px;
    color: #181818;
}

.section-subtitle {
    display: flex;
    flex-direction: column;
}

.section-subtitle p:nth-child(2) {
    font-size: 17px;
    font-family: "Sang-Regular";
    letter-spacing: 2px;
    margin-bottom: 2.6vw;
    color: #000000;
}

.section-subtitle p:nth-child(3) {
    font-size: 17px;
    letter-spacing: 2px;
    font-family: "Sang-Regular";
    line-height: 25px;
}

/* SECTION GİFT CARD */

#section-giftCard {
    padding: 110px 0 74px 0;
}

#section-giftCard a:hover{
    color:rgb(128, 128, 128) !important;
}

.giftCard-context p:nth-child(1),
.giftCard-context p:nth-child(2) {
    font-size: 18px;
    letter-spacing: 2px;
    font-family: "Sang-Regular";
    color: #000000;
    margin-bottom: 50px;
}

.giftCard-context p:nth-child(1) {
    margin-bottom: 16px;
}

.giftCard-context p:nth-child(3) {
    font-size: 18px;
    letter-spacing: 2px;
    font-family: "Sang-Regular";
    color: #000000;
    margin-bottom: 80px;
}

.giftCard-context h2:nth-child(4) {
    font-size: 43px;
    letter-spacing: 3px;
    font-family: "Sang-Regular-italic";
    margin-bottom: 37px;
}

.giftCard-context ul:nth-child(5) {
    font-size: 18px;
    letter-spacing: 2px;
    font-family: "Sang-Regular";
    line-height: 35px;
}

/* Responsive */

@media screen and (max-width: 768px) and (min-width: 200px) {
    .section-header {
        font-size: 34px;
    }

    .section-subtitle p:nth-child(2) {
        font-size: 17px;
    }

    .giftCard-context h2:nth-child(4) {
        font-size: 34px;
    }

    .giftCard-context ul:nth-child(5),
    .giftCard-context p:nth-child(2),
    .giftCard-context p:nth-child(3) {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .section-header {
        font-size: 34px;
    }

    .section-subtitle p:nth-child(2) {
        font-size: 17px;
    }

    .giftCard-context h2:nth-child(4) {
        font-size: 34px;
    }

    .giftCard-context ul:nth-child(5),
    .giftCard-context p:nth-child(2),
    .giftCard-context p:nth-child(3) {
        font-size: 16px;
        line-height: 24px;
    }
}


@media screen and (max-width: 992px) and (min-width:200px) {
    #section-giftCard {
        padding: 40px 0;
        padding-bottom: 0;
    }

    .giftCard-context p:nth-child(2) {
        margin-bottom: 5px;
    }

    .giftCard-context p:nth-child(3) {
        margin-bottom: 40px;
    }

    .section-header {
        margin-bottom: 20px;
    }

    .section-subtitle p:nth-child(2) {
        margin-bottom: 0;
    }

    .section-subtitle p:nth-child(3) {
        display: none;
    }

    #section-event-header {
        padding: 0;
        padding-top: 54px;
    }
}
