/* 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;
}


#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-services-header {
    background-color: #eeeeee;
    padding: 120px;
}

/* #section-services-header p {
    margin: 0;
} */

#section-services-body {
    padding-top: 130px;
}

.section-package-header {
    font-size: 43px;
    margin-bottom: 50px;
    font-family: "Sang-Regular-Italic";
    letter-spacing: 3px;
}

.section-package-subtitle {
    font-size: 24px;
    margin-bottom: 46px;
    font-family: "Sang-Regular";
    letter-spacing: 2px;
}

.section-package-body {
    font-size: 17px;
    font-family: "Sang-Regular";
    letter-spacing: 2px;
    line-height: 25px;
}

/* CARD */

.card {
    border: none;
    outline: none;
    margin-bottom: 6.25vw;
    font-family: "Sang-Regular";
}

.card-img-top {
    width: 80%;
    margin: 0 auto;
}

.card-title {
    font-size: 34px;
    letter-spacing: 3px;
    font-family: "Sang-Regular-Italic";
}

.card-body {
    letter-spacing: 2px;
}

.btn-bg-gray {
    background-color: #eeeeee;
    color: black;
}

.btn {
    margin-top: 10px;
    padding: 14px 11px;
    font-family: "Sang-Regular";
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none !important;
}

.btn:hover {
    background-color: black;
    color: white;
}

/* Responsive */

@media screen and (max-width: 768px) and (min-width: 200px) {
    .section-package-header {
        font-size: 34px;
    }

    .section-package-subtitle {
        font-size: 24px;
        margin-bottom: 0;
    }

    .section-package-body {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 1.2px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .section-package-header {
        font-size: 34px;
    }

    .section-package-subtitle {
        font-size: 24px;
        margin-bottom: 0;
    }

    .section-package-body {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 1.2px;
    }
}

@media screen and (max-width: 992px) and (min-width:200px) {
    .section-package-header{
        margin: 0;
    }

    #section-services-header {
        padding: 54px 0;
    }

    #section-services-header .row:first-child > div{
        align-items: center !important;
    }

    #section-services-header i {
        font-size: 43px !important;
    }

    #section-services-body{
        padding-top: 60px;
    }

    #section-services-body .col-lg-10{
        justify-content: center;
    }
     
    #section-services-body .col-lg-4.col-md-6:not(:last-child){
        margin-bottom: 30px;
    }
}