@import url('https://fonts.cdnfonts.com/css/clarendon-mt-std');
@import url('https://fonts.cdnfonts.com/css/vivaldi');

* {
    font-family: 'Clarendon MT Std' !important;
}

.navbar {
    background-color: #ddcaa9 !important;
}

.nav-item {
    font-weight: 600 !important;
    padding: 20px;
    font-size: 15px !important;
    color: #302f13 !important;
}

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
    border: none !important;
}

.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #302f13;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
}

/* Color of 3 lines */
.linkedin {
    color: #302f13;
}

.navbar-toggler.collapsed .toggler-icon {
    background: #302f13;
}

.nav-link {
    padding: 20px !important;
    margin: 0px;
}

.nav-link:hover {
    background-color: #302f13 !important;
    color: white !important;
}

/* HEADER */
header a {
    font-size: 20px !important;
    padding: 10px 10px !important;
    color: white !important;
    display: flex !important;
    justify-content: right;
    align-items: center !important;
}

header span {
    padding: 5px;
    cursor: pointer;
}

.anim:hover {
    transform: scale(1.1);
    transition: 0.5s ease-in-out !important;
    cursor: pointer !important;
}

header {
    background-color: #302f13 !important;
}

.first-page {
    background-color: #ddcaa9 !important;
    color: #302f13 !important;
}

.first-page h1 {
    color: #302f13 !important;
    font-size: 4em !important;
    font-weight: 100 !important;
}

/* CATEGORY*/
.category {
    background-image: linear-gradient(180deg,
            hsl(58deg 39% 15%) 0%,
            hsl(58deg 34% 19%) 11%,
            hsl(58deg 31% 22%) 22%,
            hsl(58deg 28% 26%) 33%,
            hsl(58deg 26% 29%) 44%,
            hsl(58deg 24% 33%) 56%,
            hsl(58deg 23% 37%) 67%,
            hsl(58deg 21% 41%) 78%,
            hsl(59deg 20% 44%) 89%,
            hsl(59deg 20% 48%) 100%);
}

.category-img {}
.nar{
    width: 100% !important;
    display: flex !important;
    justify-content: end !important;

}

/* ABOUT */
.paragraf {
    color: #302f13 !important;
}

.about {
    background: url('../img/about/about-bg.png');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top !important;
    min-height: 600px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about h1 {
    font-size: 4em !important;
}

.about p {
    font-size: 2.3em !important;
}

/* DİVİSİONS */
.divisions {
    background-color: #ddcaa9 !important;
    padding: 100px 0px !important;
}

.divisions h1 {
    color: #ddcaa9 !important;
    
}

.about p {
    line-height: 70px;
}

.divi {
    background-color: #464529;
    text-align: center !important;
}

.divisions h1 {
    font-size: 3em !important;
}

.bg-divi {
    background-image: linear-gradient(180deg,
            hsl(58deg 39% 15%) 0%,
            hsl(58deg 34% 19%) 11%,
            hsl(58deg 31% 22%) 22%,
            hsl(58deg 28% 26%) 33%,
            hsl(58deg 26% 29%) 44%,
            hsl(58deg 24% 33%) 56%,
            hsl(58deg 23% 37%) 67%,
            hsl(58deg 21% 41%) 78%,
            hsl(59deg 20% 44%) 89%,
            hsl(59deg 20% 48%) 100%);
    color: white !important;
    min-height: 100% !important;
}

.divisions img {
    width: 130px !important;

}

/* CONTACT */
.mail {
    font-size: 2em !important;
}

.contact {
    width: 100% !important;
    min-height: 80vh !important;
    position: relative;
}

.google-harita {
    width: 100% !important;
    height: 80vh !important;
    filter: grayscale(1);
    position: absolute;
    z-index: 1;
}

.titler-contact {
    position: absolute;
    background-color: #ddcaa9 !important;
    color: #302f13;
    padding: 10px 100px !important;
    z-index: 2;
    top: 150px !important;
}

.contact-form {
    position: absolute;
    right: 150px;
    z-index: 2;
    background-color: #ddcaa9;
    padding: 30px 100px;
}

input {
    background: none !important;
    outline: none !important;
    border: 0.5px solid;
    border-color: #777573;
    width: 100%;
    padding: 10px;
}

.btnn {
    background-color: #302f13 !important;
    color: white !important;
}

::placeholder {
    color: #343214 !important;
    font-weight: 900;
}

textarea {
    background: none;
    border: 0.5px solid;
    border-color: #777573;
}

.contact-address {
    background-color: #ddcaa9;
    z-index: 2;
    position: absolute;
    left: 0px;
    bottom: 10px;
    padding: 20px 80px;
}

.contact-2 {
    background-color: #ddcaa9 !important;
}

.adres {
    font-size: 2em !important;
}

.number {
    font-size: 2em !important;
}

.contact-2 {
    display: none !important;
}

.contact-form-2 textarea {
    width: 100%;
}

.google-harita-2 {
    width: 100% !important;
    height: 300px;
    filter: grayscale(1);
}

/* FOOTER */
footer {
    background-image: linear-gradient(180deg,
            hsl(58deg 39% 15%) 0%,
            hsl(58deg 34% 19%) 11%,
            hsl(58deg 31% 22%) 22%,
            hsl(58deg 28% 26%) 33%,
            hsl(58deg 26% 29%) 44%,
            hsl(58deg 24% 33%) 56%,
            hsl(58deg 23% 37%) 67%,
            hsl(58deg 21% 41%) 78%,
            hsl(59deg 20% 44%) 89%,
            hsl(59deg 20% 48%) 100%);
    color: white !important;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-page .first-h {
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: start;
   
}
.first-page .col-12{
    max-height: 70%!important;
}

/* MEDİA */
@media screen and (max-width:280px) {
    .divi h1 {
        font-size: 1.5em !important;
    }

    .about p {
        line-height: inherit !important;
    }

    .navbar-brand img {
        width: 200px !important;
    }

    .about h1 {
        font-size: 3em !important;
    }

    .about p {
        font-size: 1.1em !important;
        text-align: center !important;
    }

    .banner h1 {
        font-size: 1.2em !important;
    }

    .adres {
        font-size: 1.2em !important;
    }

    .number {
        font-size: 1em !important;
    }

    header span {
        font-size: 10px !important;

    }

    header a {
        font-size: 15px !important;
    }

    header a {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .first-page .first-h {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }
    .first-page h1 {
        color: #302f13 !important;
        font-size: 2em !important;
        font-weight: 100 !important;
    }
}

@media screen and (max-width:400px) {
    .about p {
        font-size: 1em !important;
        text-align: center;
    }

    header a {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .first-page .first-h {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }
    .first-page h1 {
        color: #302f13 !important;
        font-size: 2em !important;
        font-weight: 100 !important;
    }
}

@media screen and (max-width:768px) {
    .about p {
        font-size: 1.5em !important;
    }

    .about p {
        line-height: inherit !important;
    }

    header a {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .first-page .first-h {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }
    .first-page h1 {
        color: #302f13 !important;
        font-size: 2em !important;
        font-weight: 100 !important;
    }
}

@media screen and(max-width:991px) {
    header a {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .first-page .first-h {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }
    .banner {
        background:#ddcaa9 !important;
    }
}

@media screen and (max-width:1200px) {
    .contact {
        display: none !important;
    }

    .contact-2 {
        display: block !important;
    }

    .first-page .first-h {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }
}