body {
    font-family: 'Open Sans', sans-serif;
    cursor: url(/img/cursorImage1.png), auto;
}


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;
    cursor: url(/img/cursorImage1.png), auto;

}

.btn {
    cursor: url(/img/cursorImage1.png), auto !important;

}

.navbar {
    background-color: transparent;
    position: absolute;

}

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

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

.nav-link {
    color: #fff !important;
    transition: 350ms;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
}


.nav-link:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

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

@media (min-width:1020px) {

    .langSection {
        margin-top: -50px;

    }
}

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

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

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

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

.langIcons {
    width: 20px;
    height: 20px;
}

.mainCarousel {
    filter: grayscale(0);
}

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


@media screen and (min-width:1200px) {
    .navbarLogo {
        height: 100px;
    }
}

@media screen and (max-width:1200px) {
    .navbarLogo {
        height: 80px;

    }
}

.langMobile a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: 350ms;
}

.langMobile a:hover {
    color: white;
}

@media screen and (min-width:1200px) {
    .langMobile {
        margin-left: 25px;
        color: white;
    }
}


.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;
}

.carousel-caption {
    margin-bottom: 5%;
}

.aboutArea {
    display: flex;
    justify-content: center;
    text-align: center;
    align-content: center;
    margin-top: 75px;
    margin-bottom: 75px;
}

@media screen and (max-width:700px) {
    .aboutArea {
        margin-top: 35px;
    }
}

.aboutHeader {
    color: #80868A;
    font-size: 35px;
    font-weight: 400;
}

@media screen and (max-width:760px) {
    .aboutHeader {
        font-size: 20px;
    }
}

.aboutIndex {
    font-size: 15px;
    font-weight: 400;
    color: #212529;
    max-width: 600px;

}

@media screen and (max-width:760px) {
    .aboutIndex {
        font-size: 12px;
    }
}

.aboutButton {
    margin-top: 30px;
}

.btnAbout {
    color: white;
    border: 1px solid transparent;
    background: #38C1CD;
    font-size: 15px;
    border-radius: none;
    padding: 10px 30px;
    letter-spacing: 1px;
}

.btnAbout:hover {
    background: #007084;
    color: #fff;
}

.footerLogo {
    height: 100px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.footerMail {
    color: white;
    font-size: 15px;
}

.footerPlace {
    font-size: 10px;
    font-weight: 400;
}

footer {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
}

footer .section-title {
    text-align: center;
    color: #17424A;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer {
    background: rgba(0, 0, 0, 0.9) !important;
}

#footer h5 {
    padding-left: 10px;
    border-left: 1px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 20px;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    font-weight: 600;
    color: #ffffff;
}

#footer ul.social li a:hover {
    color: #eeeeee;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

.footerReserved {
    font-size: 12px;
}

.footerIndex {
    color: white;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 600;

}

.footerIndex a {
    transition: 350ms;
}

.footerIndex a:hover {
    color: rgba(237, 235, 234, 0.8) !important;
}

.footerIcons {
    font-size: 13px;
    margin-right: 5px;
    color: white;
}

#categories {
    overflow: hidden;
    width: 40%;
    margin-left: 26.5%;

}

@media screen and (max-width:1300px) {
    #categories {
        width: 100%;
        margin-left: -5%;
    }
}

@media screen and (max-width:1300px) {
    .categoriesMobileSection {
        display: none;
    }
}

.clr:after {
    content: "";
    display: block;
    clear: both;
}

#categories li {
    position: relative;
    list-style-type: none;
    width: 27.85714285714286%;
    /* = (100-2.5) / 3.5 */
    padding-bottom: 32.16760145166612%;
    /* =  width /0.866 */
    float: left;
    overflow: hidden;
    visibility: hidden;

    -webkit-transform: rotate(-60deg) skewY(30deg);
    -ms-transform: rotate(-60deg) skewY(30deg);
    transform: rotate(-60deg) skewY(30deg);
}

#categories li:nth-child(3n+2) {
    margin: 0 1%;
}

#categories li:nth-child(6n+4) {
    margin-left: 0.5%;
}

#categories li:nth-child(6n+4),
#categories li:nth-child(6n+5),
#categories li:nth-child(6n+6) {
    margin-top: -6.9285714285%;
    margin-bottom: -6.9285714285%;
    -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    transform: translateX(50%) rotate(-60deg) skewY(30deg);
}

#categories li:nth-child(6n+4):last-child,
#categories li:nth-child(6n+5):last-child,
#categories li:nth-child(6n+6):last-child {
    margin-bottom: 0%;
}

#categories li * {
    position: absolute;
    visibility: visible;
}

#categories li>div {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transform: skewY(-30deg) rotate(60deg);
    -ms-transform: skewY(-30deg) rotate(60deg);
    transform: skewY(-30deg) rotate(60deg);
    -webkit-backface-visibility: hidden;

}

/* HEX CONTENT */
#categories li img {
    left: -100%;
    right: -100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

#categories div h1,
#categories div p {
    width: 100%;
    padding: 0 5%;
    background-color: #38C1CD;
    background-color: rgba(56, 193, 205, 0.8);
    -webkit-transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
    -ms-transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
    transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
}

#categories li h1 {
    bottom: 110%;
    font-style: italic;
    font-weight: 600;
    font-size: 1.3em;
    padding-top: 100%;
    padding-bottom: 100%;
}

@media screen and (max-width:760px) {
    #categories li h1 {
        font-size: 10px;
    }
}

@media screen and (max-width:760px) {
    #categories li p {
        font-size: 8px;
    }
}


#categories li h1:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 45%;
    width: 10%;
    text-align: center;
    z-index: 1;
    border-bottom: 2px solid #fff;
}

#categories li p {
    padding-top: 50%;
    top: 110%;
    padding-bottom: 50%;
}


/* HOVER EFFECT  */

#categories li div:hover h1 {
    bottom: 50%;
    padding-bottom: 10%;
}

#categories li div:hover p {
    top: 50%;
    padding-top: 10%;
}

.galleryArea {
    margin-top: 30px;
}

@media screen and (max-width:1200px) {
    .galleryArea {
        margin-top: 30px;
    }
}


.feautureArea {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;

}

.feautureArea i {
    font-size: 75px;
    color: #38C1CD;
    transition: 350ms;

}

.feautureArea i:hover {
    color: #EB166E;
}


.feautureArea p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    margin-top: 20px;
}

.featureText {
    color: #007084;
    margin-top: 75px;
    display: flex;
    justify-content: center;
    margin-bottom: 75px;
    text-align: center;



}

@media screen and (max-width:760px) {
    .featureText h2 {
        font-size: 50px;
    }
}

.reachSection {
    background: rgba(237, 235, 234, 0.8);
    margin-top: 35px;
    margin-bottom: 75px;
}

.aboutSection {
    background: rgba(237, 235, 234, 0.8);
    margin-top: 0px;
    margin-bottom: 15px;
}

.feautureSecton {
    display: flex;

}

.quick-links {
    font-size: 12px;
}

.discountSection {
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    margin-top: 75px;
    background-position: top;
    filter: grayscale(0);
}

@media screen and (max-width:760px) {
    .discountSection {
        height: 250px;
    }
}

.discountBox {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: center;
    display: block;
    margin-top: 60px;
}

.discountBoxIcon {
    background-color: #38C1CD;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}

.discountBoxIcon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.discountBoxIcon span i {
    font-size: 30px;
}

.discountInfo>p {
    color: #80868A;
    font-size: 16px;
    padding-top: 10px;
    text-align: center;
}

@media (max-width:760px) {
    .discountInfo p {
        font-size: 15px;
    }
}


.discountArea {

    margin-top: 35px;
    margin-bottom: 35px;


}


.contentBox {
    background-color: rgba(237, 235, 234, 0.8);
    display: flex;
    justify-content: center;
    margin-top: 75px;
    margin-bottom: 0px;
}

.contentArea {
    display: flex;
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
}

@media screen and (max-width:760px) {
    .contentBox {
        display: none;
    }
}

.contentInfo i {
    font-size: 60px;
    color: #EB166E;
    margin-bottom: 35px;
    transition: 350ms;


}

.contentInfo p {
    color: #80868A;
    font-size: 14px;
    font-weight: 400;
}

.lead {
    display: none;
}

.display-4 {

    padding: 20px;
    border-radius: 5px;
    font-weight: 600;

}

#popup_content_wrap {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.74);
    z-index: 999999999;
}

#popup_content {
    width: 50%;
    height: 300px;
    padding: 20px;
    position: relative;
    top: 30%;
    left: 25%;
    background: #1b100ed9;
    border: 10px solid #007084;



}

@media screen and (max-width:1200px) {
    #popup_content {
        width: 70%;
        left: 15%
    }
}


.popupHeader {
    color: white;
    font-size: 30px;
}

@media screen and (max-width:1200px) {
    .popupHeader {
        font-size: 20px;
    }
}


.popupIndex {
    color: white;
}

#countdown {
    width: 100%;

}

label {
    clear: both;
    display: block;
}

#countdown span {
    background: #313233;
    color: #FFF;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    width: 25%;
    display: block;
    float: left;
    border-right: 1px solid #FFF;
    cursor: url(img/cursorImage1.png), auto;

}

#countdown span:last-child {
    border-right: 1px solid #313233;
}

@media screen and (max-width:760px) {
    #countdown span {
        font-size: 10px;
    }
}

.iconPack {
    height: 100px;
    -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.75);
    border: none;
    border-radius: 50%;
}


.langSection {
    display: none;
}




.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%;
    }
}



.kvkkInfo p {
    color: white;
    font-size: 9px;
    transition: 350ms;
    font-weight: 800;

}

.kvkkInfo p:hover {
    color: rgba(237, 235, 234, 0.8) !important;

}