body {
    font-family: 'Poppins', sans-serif !important;
    background-color: #736F6C !important;
    color: #1e1e1e;
    font-weight: 400;
    letter-spacing: .4px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.1);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing-: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    direction: ltr;


}

h1 {
    font-size: 100px;
}

h2 {
    font-size: 72px;
}

h3 {
    font-size: 50px;
}

h4 {
    font-size: 40px;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 20px;
}

a {
    text-decoration: none !important;
}

hr {
    width: 60%;
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(234, 249, 249, 0.67) 0.1%, rgba(239, 249, 251, 0.63) 90.1%);
}



.navbar {
    background-color: transparent;
    position: absolute !important;
    z-index: 1030;

}

.navbarDesktop {
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
}

@media (min-width:1360px) {
    .navbar {
        height: 120px;
    }
}

@media (min-width:1366px) {
    .navbarDesktop {
        border: 1px solid transparent;
        background: rgba(0, 0, 0, 0.6);
    }
}

.nav-item {
    text-align: left;
}

.nav-link {
    color: #700706 !important;
    transition: 350ms;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;

}


.nav-link:hover {
    color: #C59F4A !important;
}

@media (max-width:1366px) {
    .nav-link {
        font-size: 15px;
    }
}

@media (min-width:1020px) {

    .langSection {
        margin-top: -50px;
        left: 300px;

    }
}

.langSection a {
    text-decoration: none;
    color: #fff;
    transition: 350ms;
    font-size: 12px;
    margin-left: 5px;
}

@media(max-width:1366px) {
    .langSection {
        font-size: 10px;
    }
}

.langSection a:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

.navbar {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
}


.mainCarousel {
    filter: grayscale(0);

}

@media (max-width:760px) {
    .carousel-item {
        height: 100vh !important;
    }
}


@media (min-width:1200px) {
    .navbarLogo {
        width: 200px;
    }
}

@media (max-width:1200px) {
    .navbarLogo {
        width: 150px;
    }
}

.menuIcon {
    margin-left: 5px;
    position: relative;
    top: -3px;


}



.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.indexBackground {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    width: 100%;
}

.mainDirect {
    margin-top: 30%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.mainDirect a img {
    height: 500px;
    width: 300px;
}

@media(max-width:768px) {
    .mainSection {
        margin-top: 130px;
    }
}



@media(max-width:768px) {
    .mainDirect {
        margin-top: 10px;
    }
}

@media(max-width:760px) {
    .mainDirect a img {
        height: 20vh;
    }
}

@media(max-width:768px) {
    .accordion {
        margin-top: 90px;
    }
}

.accordion ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.accordion ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #fff;
}

.accordion ul li:nth-child(1) {
    background-image: url("../img/caddeShopping.jpg");
    filter: sepia(1);
    background-size: cover;
    transition: 350ms;
}

.accordion ul li:nth-child(2) {
    background-image: url("../img/caddeKonut5.png");
    background-position-x: 10%;
    background-size: cover;
    filter: grayscale(1);
    transition: 350ms;
}

.accordion ul li:nth-child(3) {
    background-image: url("../img/caddeOfis37.jpg");
    background-position-x: 60%;
    background-size: cover;
    filter: sepia(1);
    transition: 350ms;
}

.accordion ul li::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    content: '';
}

.accordion ul li:hover {
    filter: none;
}

.accordion ul li div {
    transform: translateY(0px);
    transition: transform 500ms;
}

.accordion ul li a {
    text-decoration: none;
    color: #fff;
}

.accordion ul li h1 {
    text-overflow: clip;
    font-size: 2.5em;
    line-height: 3rem;
}

.accordion ul li p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    opacity: 1;
    transition: opacity 200ms;
    margin-left: 10vw;
    margin-right: 10vw;
}

@media screen and (min-width: 769px) {
    .accordion {
        height: 100vh;
        min-height: 600px;
        overflow: hidden;
    }

    .accordion ul {
        height: 600px;
    }

    .accordion ul li {
        display: table-cell;
        vertical-align: bottom;
        width: 33%;
        height: 100vh;
        min-height: 600px;
        transition: all 500ms ease;
    }

    .accordion ul:hover li {
        width: 30%;
    }

    .accordion ul:hover li:hover {
        width: 40%;
    }

    .accordion ul li::before {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 95%);
        opacity: 0;
        transition: opacity 1s, transform 1s;
    }

    .accordion ul li:hover::before {
        opacity: 1;
    }

    .accordion ul:hover li:hover * {
        opacity: 1;
        transition: opacity 500ms, transform 500ms;
        transform: translateX(0);
    }

    .accordion ul li div {
        transform: translateY(120px);
        transition: transform 500ms;
    }

    .accordion ul li p {
        width: 30vw;
        height: 200px;
        opacity: 0;
        margin-left: auto;
        margin-right: auto;
    }
}



.heroHeader {
    font-size: 120px;
    font-weight: 800;
    color: #700706;
    line-height: 100px;
    letter-spacing: -6px !important;
}


.heroHeader2 {
    font-size: 80px;
    font-weight: 800;
    color: #700706;
    line-height: 80px;
    letter-spacing: -6px !important;
}

@media(max-width:834px) {
    .heroHeader {
        font-size: 50px;
        margin-top: 30px;
    }
}

@media(max-width:834px) {
    .heroHeader2 {
        font-size: 45px;
        margin-top: 20px;
        line-height: 50px;
        letter-spacing: -3px !important;
    }
}

.heroHeader span {
    font-family: 'Great Vibes', cursive;
    font-size: 80px;
    letter-spacing: 5px;
    font-weight: 400;
    color: #700706;
    margin-left: -28px;
}



.sidebar-contact {
    position: fixed;
    top: 90%;
    left: -350px;
    transform: translateY(0%);
    width: 350px;
    height: auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
}

.sidebar-contact.active {
    left: 0;
    transform: translateY(-90%);
}

.sidebar-contact input,
.sidebar-contact textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: none;
}

.sidebar-contact h2 {
    margin: 0 0 20px;
    padding: 0;
}

.sidebar-contact textarea {
    height: 60px;
    resize: none;
}

.sidebar-contact input[type="submit"] {
    background: #701005;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
    transition: 350ms;
    border: 1px solid white;
}

.sidebar-contact input[type="submit"]:hover {
    background: #fff;
    color: #701005;
    border: 1px solid #701005;
}

.toggle {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #701005;
    top: 0;
    right: -48px;
    line-height: 48px;
}

.toggle:hover {
    background: fff;
    color: #701005;
}

.toggle:before {
    content: '\f003';
    font-family: fontAwesome;
    font-size: 18px;
    color: #fff;
}

.toggle.active:before {
    content: '\f00d';
}

@media(max-width:768px) {
    .sidebar-contact {
        width: 100%;
        height: 100%;
        left: -100%;
        top: 90%;
        transform: translateY(-50%);
    }

    .sidebar-contact .toggle {
        top: 50%;
        transform: translateY(-50%);
        transition: 0.5s;
    }

    .sidebar-contact.active .toggle {
        top: 0;
        right: 0;
        transform: translateY(0);
    }

    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
}

.toggleHeader {
    color: #701005;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -1px;
}



.kvkk2Check {
    color: #701005;
    font-size: 12px;
    letter-spacing: .3px;
    padding-left: 5px;
}

.kvkk2Check a {
    color: #C59F4A !important;
    text-decoration: underline !important;
    font-size: 14px;

}

input[type=checkbox],
input[type=radio] {
    height: 1em;
    width: 1em;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: 350ms;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
}

.my-float {
    margin-top: 16px;

}



.float:hover {
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    color: #C59F4A;
}


.popupImage {
    width: 100% !important;
}



.popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: transparent;
    display: none;
}

.popup-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
    z-index: 10;
    max-width: 95%;
    max-height: 95%;
    overflow-x: hidden;
    padding: 25px;
    display: none;

    .content {
        /*your style codes*/

        background-color: #fff;
        border-radius: 4px;
        max-width: 600px;
        border: 1px solid #fafafa;
    }

    .ic-close {
        position: absolute;
        right: 10px;
        top: 10px;
        background-color: #fff;
        color: #000;
        text-decoration: none;
        z-index: 2;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50%;
        font-size: 18px;
        box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.1);
        transition: all 0.2s linear;

        &:hover {
            background-color: black;
            color: #fff;
        }
    }
}

.popupImage2 {
    width: 600px;
    height: 600px;
}

@media(max-width:820px) {
    .popupImage2 {
        height: 300px;
        width: 300px;
    }
}

.popupButton {
    border: 1px solid transparent;
    background: #EB166E;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    position: absolute;
    bottom: 4%;
    right: 3%;
    color: #fff;
    font-weight: 800;
    transition: 350ms;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);

}



.popupButton:hover {
    color: #000;
    background: rgba(255, 255, 255, 0.7);
}


@media(max-width:1020px) {
    .popupButton {
        font-size: 13px;
        right: 7%;
        bottom: 7%;
    }
}