body {
    font-family: 'Poppins', sans-serif !important;
    background-color: #fff !important;
    color: #1e1e1e;
    font-weight: 400;
    letter-spacing: 0px;
    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;
}

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

}


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

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

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


}

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


@media(max-width:510px) {
    .mobileCarousel {
        background-position-x: 40%;
    }
}

@media(max-width:510px) {
    .mobileCarousel2 {
        background-position-x: 70%;
    }
}


.langStick {
    font-size: 15px;
    color: #fff;
    transition: 350ms;

}



.langSection a {
    font-size: 14px;

}

.langSection a:hover {
    color: #D3313A !important;
}

.langSection {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.fa-circle {
    font-size: 6px;
    color: #fff;
    margin-left: 5px;
    margin-right: 3px;

}



.aboutUs {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 20px;
    margin-bottom: 50px;
}

.aboutUs img {
    width: 30%;
    margin-bottom: 20px;

}

@media(max-width:1024px) {
    .aboutUs img {
        width: 20%;
    }
}

.aboutUs2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-top: 50px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 20px;
}

.aboutUs2 img {
    width: 60%;
    margin-bottom: 30px;
}

@media(max-width:1024px) {
    .aboutUs2 img {
        width: 45%;
    }
}



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


}


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


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


}


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




.footerSection {
    background: rgb(128, 0, 0);
    background: linear-gradient(90deg, rgba(128, 0, 0, 1) 0%, rgba(88, 2, 2, 1) 25%, rgba(60, 3, 3, 1) 100%);
    margin-top: 50px;
    padding-top: 5px;

}


.footerGrid {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

@media(max-width:1020px) {
    .footerGrid {
        flex-direction: column;
        ;
    }
}

.footerMenu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 15px;
    text-align: center;
}

@media(max-width:1020px) {
    .footerMenu {
        flex-direction: column;
        justify-content: center;

    }
}

.footerMenu a p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 5px;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    padding-right: 10px;
    transition: 350ms;

}


.footerMenu a p:hover {
    color: #C59F4A;
}


@media(max-width:1020px) {
    .footerMenu a p {

        margin-left: 40px;
    }
}




.footerSocial {
    display: flex;
    justify-content: flex-end;
}


@media(max-width:1020px) {
    .footerSocial {
        justify-content: center;
        margin-bottom: 10px;

    }
}


.footerSocial a i {
    margin-left: 15px;
    color: #fff;
    font-size: 18px;
    transition: 350ms;


}

.footerSocial a i:hover {
    color: #C59F4A;
}


.footerKVKK a p {
    color: #fff;
    font-size: 10px;
    text-align: left;
    transition: 350ms;
}

.footerKVKK a p:hover {
    color: #C59F4A;
}


@media(max-width:1020px) {
    .footerKVKK a p {
        text-align: center;
    }
}

.footerRights {
    text-align: center;
    overflow: hidden;
    font-size: 9px;
    color: #fff;
    letter-spacing: .5px;

}


@media(max-width:1020px) {
    .footerRights {
        text-align: center;
    }
}

.footerRightsR {
    text-align: right;
    overflow: hidden;
    font-size: 8px;
    color: #fff;
    letter-spacing: .5px;

}


@media(max-width:1020px) {
    .footerRightsL {
        text-align: center;
    }
}

.bottomFooter {
    margin-top: 10px;

}


#reachForm {
    letter-spacing: 1px;
    background: #F0EFEE;
    margin-top: 75px;
    width: 100%;
    margin-left: 0;
    margin-right: 0 auto;

}

#reachForm a {
    color: #fff;
    text-decoration: none;
}



@media (max-width:737px) {

    #reachForm {
        padding-bottom: 720px;

    }

    #reachForm .maps iframe {
        width: 100%;
        height: 450px;
    }
}


@media (min-width:737px) {

    #reachForm {
        padding-bottom: 300px;
    }

    #reachForm .maps iframe {
        width: 100%;
        height: 450px;
    }
}

@media (min-width:768px) {

    #reachForm {
        padding-bottom: 350px;
    }

    #reachForm .maps iframe {
        width: 100%;
        height: 850px;
    }
}

@media (min-width:992px) {
    #reachForm {
        padding-bottom: 240px;
    }

    #reachForm .maps iframe {
        width: 100%;
        height: 700px;
    }
}


#author a {
    color: #fff;
    text-decoration: none;

}

.kvkkCheck {
    color: #fff;
    font-size: 12px;
    letter-spacing: .3px;
}

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

.formScale {
    -webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.75);
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
    background: rgb(128, 0, 0);
    background: linear-gradient(90deg, rgba(128, 0, 0, 1) 0%, rgba(88, 2, 2, 1) 25%, rgba(60, 3, 3, 1) 100%);
}

.formHeader {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;

}

.formSecondHeader {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;

}



.formAddress i {
    font-size: 16px;
    padding-right: 10px;
    margin-top: 5px;
    color: #fff;

}


.formAdress i a {
    color: #fff;
}

.formAddress a {
    transition: 350ms;
    letter-spacing: .5px;
    font-size: 14px;
}

.formAddress a:hover {
    color: #C59F4A !important;
}

.addressText {
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 400;
}

@media(max-width:760px) {
    .addressText {
        font-size: 13px;
    }
}

.formSocialMedia {
    text-align: center;
    padding-top: 30px;
}

.formSocialMedia a i {
    font-size: 30px;
    transition: 350ms;
}

.formSocialMedia a i:hover {
    color: #C59F4A;
}


.formButton {
    border: 1px solid transparent;
    background: #C59F4A;
    border-radius: 999px;
    color: #fff;
    font-size: 15px;
    width: 150px;
    height: 35px;
    transition: 350ms;
    margin-left: 15px;
}

.formButton:hover {
    border: 1px solid #C59F4A;
    background: #fff;
    color: #C59F4A;
}




.headerSection {
    margin-top: 75px;
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid rgba(112, 16, 5, 0.1);
    padding-bottom: 60px;

}

.headerImg {
    position: absolute;
}

.headerImg img {
    height: 250px;
    transform: rotate(90deg);
    margin-left: -65px;
}


.officeDisplaySection {
    margin-top: 75px;
    justify-content: center;
}

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


.officeDisplayArea {
    display: flex;
    flex-direction: row;
}

.officeSec {
    display: flex;
    justify-content: center !important;
}

@media(max-width:760px) {
    .officeSec {
        flex-direction: column;
    }
}

@media(max-width:1200px) {
    .officeDisplayArea {
        flex-direction: column;
    }
}

.officeDisplayArea img {
    width: 100%;
    height: auto;
    -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);
}



.officeDisplayText {
    border: 1px solid transparent;
    background: rgba(237, 235, 234, 0.3);
    padding-top: 100px;
    height: auto;
    -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);
    font-size: 21px;
    line-height: 30px;
    margin-left: -200px;
    color: #700706;
    position: absolute;
    letter-spacing: 0px;
    text-align: right;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, .5);

}



@media(max-width:1020px) {
    .officeDisplayText {
        margin-top: 0px;
        font-size: 17px;
        padding-top: 15px;
        line-height: 30px;
        letter-spacing: 0px;
        margin-left: 0px;
        text-align: center;
    }

}



.officeDisplayText span {
    font-size: 28px;
    color: #700706;
    font-weight: 600;
}

@media(max-width:1020px) {
    .officeDisplayText span {
        font-size: 22px;

    }

}



.officeButton {
    float: right;
    overflow: hidden;
    width: 150px;
    font-size: 15px;
    margin-top: 15px;
    border: 1px solid #700706;
    background: #700706;
    color: #fff;
    letter-spacing: 1px;
    transition: 350ms;
}

.officeButton:hover {
    background: #fff;
    color: #700706;

}



@media(max-width:1020px) {
    .officeButton {
        float: none;
        font-size: 13px;
        margin-bottom: 30px;
    }
}


.officePresArea {
    margin-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

@media(max-width:1200px) {
    .officePresArea {
        margin-top: 20px;
    }
}

.officePres img {
    height: 200px;
}




.officeCardArea {
    margin-top: 100px;
    margin-bottom: 40px;
}

@media(max-width:760px) {
    .officeCardArea {
        margin-bottom: 0px;
    }
}


.officeCardSection {
    display: flex;
}

@media(max-width:760px) {
    .officeCardSection {
        flex-direction: column;
    }
}

.officeCard img {
    width: 100%;
}

.cardResp img {
    margin-top: 50px;
}

.officeCard p {
    font-size: 28px;
    font-family: 'Great Vibes', cursive;
    color: #700706;
    margin-top: 15px;
    text-align: right;
}


.sliderArea {
    margin-top: 75px;

}

@media(max-width:1200px) {
    .sliderArea {
        margin-top: 50px;
    }
}

.heading-box h2 {
    width: 100%;
    color: red;
}

.text-box {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
}


.sliderCarousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% -150px;
}

.carousel2 {
    height: 400px;
}


@media (max-width:450px) {
    .sliderCarousel img {
        object-fit: cover;
        object-position: 50% -100px;

    }
}

@media (max-width:812px) {
    .carousel2 {
        height: 200px;
        width: 100%;
        background: #000;

    }
}

.sliderSection {
    -webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.35);
}





.homeOfficeHeaderSection {
    margin-top: 75px;
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid rgba(112, 16, 5, 0.1);
    padding-bottom: 60px;

}



.homeOfficeHeroHeader {
    font-size: 70px;
    font-weight: 800;
    color: #700706;
    line-height: 80px;
    letter-spacing: -4px !important;

}


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


@media (max-width:414px) {
    .homeOfficeHeroHeader {
        font-size: 60px;
        margin-top: 45px;
    }
}



.markaHeroHeader {
    font-size: 70px;
    font-weight: 800;
    color: #700706;
    line-height: 80px;
    letter-spacing: -4px !important;

}


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


@media (max-width:414px) {
    .markaHeroHeader {
        font-size: 60px;
        margin-top: 45px;
    }
}



.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.ourStores {
    margin-top: 100px;
}

@media(max-width:1200px) {
    .ourStores {
        margin-top: 50px;
    }
}

.slide img {
    -webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.15);
}



.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

.img-thumbnail {
    padding: 0 !important;
    border: none !important;
    -webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.25);
    transition: 350ms;

}

.img-thumbnail:hover {
    -webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.55);
}

#show-next-image {
    background: #C59F4A;
    border: none;
    transition: 350ms;
}

#show-next-image:hover {
    background: #700706;
}

#show-previous-image {
    background: #C59F4A;
    border: none;
    transition: 350ms;
}

#show-previous-image:hover {
    background: #700706;
}


.modal-footer {
    border: none !important;
}

.modal-body {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0 !important;

}

.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform .5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.1);
}



.katPlaniSection {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

.katPlani img {
    width: 100%;
}

@media(max-width:1200px) {
    .katPlaniSection {
        flex-direction: column;
    }
}



.planDownSection {
    margin-top: 50px;
}


.caddePlanDown {
    text-align: center;
}

.caddePlanDown a {
    border: 1px solid white;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.25);
    font-size: 60px;
    color: #700706;
    transition: 350ms;
}

.caddePlanDown a:hover {
    color: #C59F4A;
    -webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.35);

}


.planDownText {
    font-size: 20px;
    margin-top: 20px;
}



.katalogDown {
    text-align: center;
}

.katalogDown a {
    font-size: 60px;
    color: #700706;
    transition: 350ms;
}

.katalogDown a:hover {
    color: #C59F4A;
}

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

.footerBottomArea img {
    height: 240px;
    margin-top: -100px;
    transform: rotate(90deg);
    margin-left: -70px;

}


.planExText {
    font-size: 8px;
    text-align: right;
    color: #700706;
    font-weight: 300;
    font-style: italic;
}

@media(max-width:760px) {
    .planExText {
        font-size: 6px;
    }
}


:root {
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
    --font-sans: 'Rubik', sans-serif;
    --font-serif: 'Cardo', serif;
}




.page-content {
    display: grid;
    grid-gap: 1rem;
    padding: 1rem;
    max-width: 1024px;
    margin: 0 auto;
    font-family: var(--font-sans);
    margin-top: 70px;

}

@media (min-width: 600px) {
    .page-content {
        grid-template-columns: repeat(2, 1fr);

    }
}

@media (min-width: 800px) {
    .page-content {
        grid-template-columns: repeat(4, 1fr);
    }
}


.btn {
    cursor: pointer;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    color: white;
    background-color: black;
    border: none;
}

.btn:hover {
    background-color: #0d0d0d;
}

.btn:focus {
    outline: 1px dashed yellow;
    outline-offset: 3px;
}

.brandArea {
    margin-top: 70px;
}

.brand {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}

.brand img {
    height: 150px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}


.iconArea {
    margin-top: 75px;
    text-align: center;
}

@media(max-width:1024px) {
    .iconArea {
        margin-top: 30px;
    }
}

.iconBox img {
    height: 130px;
}



.seperatorArea {
    display: flex;
    justify-content: center;
}

.seperatorSection {
    margin-top: 70px;
    text-align: center;

}

@media(max-width:1020px) {
    .seperatorSection {
        margin-top: 50px;
    }
}

.seperatorText {
    font-family: 'Great Vibes', cursive;
    text-align: center;
    color: #701005;
    font-size: 70px;

}

.seperatorBrand {
    font-family: 'Poppins', sans-serif;
    font-size: 70px;
    font-weight: 600;
    color: #701005;
    margin-top: -60px;
    letter-spacing: -4px !important;
    line-height: 120px;
}

@media(max-width:1020px) {
    .seperatorBrand {
        font-size: 50px;
    }
}

.reasonArea {
    margin: 0;
}

.reasonSection {
    text-align: center;
}

.reasonSection p {
    color: #1e1e1e;
    font-weight: 400;
}

.reasonSection span {
    color: #701005;
    font-weight: 500;
    letter-spacing: -0.4px;
}




@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.sliderPartner {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto;
    margin-top: 100px;
    overflow: hidden;
    position: relative;
    width: 960px;

}

.sliderPartner::before,
.sliderPartner::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.sliderPartner::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.sliderPartner::before {
    left: 0;
    top: 0;
}

.sliderPartner .slide-track {
    -webkit-animation: scroll 10s linear infinite;
    animation: scroll 10s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.sliderPartner .partnerSlide {
    height: 100px;
    width: 250px;
}


.directionArea {
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-top: 75px;
}

.directionText {
    max-width: 650px !important;
}


.directButton {
    overflow: hidden;
    width: 150px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
    font-weight: 300;
    margin-top: 15px;
    border: 1px solid #700706;
    background: #700706;
    color: #fff;
    letter-spacing: 5px;
    transition: 350ms;
}

.directButton:hover {
    background: #fff;
    color: #700706;

}



@media(max-width:1020px) {
    .directButton {
        float: none;
        font-size: 13px;
        margin-bottom: 30px;
    }
}



.advantageArea {
    margin-top: 75px;
}

.advantageCard {
    border-top-right-radius: 25% !important;
    border-top-left-radius: 25% !important;
    border-bottom-left-radius: 7% !important;
    border-bottom-right-radius: 15% !important;
    border: transparent;
    -webkit-box-shadow: 2px 3px 15px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 3px 15px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 15px 2px rgba(0, 0, 0, 0.35);
    margin-bottom: 50px;
    height: 90%;
}


.advCardImage {
    border-top-left-radius: 25% !important;
    border-top-right-radius: 25% !important;
    border-bottom-left-radius: 10% !important;
    border-bottom-right-radius: 25% !important;
    overflow: hidden;
}

.advantageCardHeader {
    color: #701005;
    font-size: 20px;
}


.advantageCardText {
    font-size: 15px;
}

.advantageCardText span {
    color: #701005;
    font-weight: 500;
}


.catalogArea {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 90%;
    background-position-x: 0px;
    transform: skewY(-3deg);
    overflow: hidden;

}


.catalogSection {
    border: 1px solid transparent;
    background: rgba(0, 0, 0, .5);
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 10%;
    max-width: 600px !important;
    color: #fff;
    overflow: hidden;
    transform: skewY(3deg);
    -webkit-box-shadow: 2px 3px 15px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 2px 3px 15px 2px rgba(0, 0, 0, 0.20);
    box-shadow: 2px 3px 15px 2px rgba(0, 0, 0, 0.20);


}

.catalogSection p {
    font-size: 15px;
    font-weight: 400;
}

.catalogDownload {
    text-decoration: none !important;
    color: #fff;
    font-size: 60px;
    transition: 350ms;
    line-height: 10px;

}

.catalogDownload:hover {
    color: #dfb633;
}


.catalogText {
    font-size: 30px !important;
    margin-top: 50px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1) !important;

}

.infoButton {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    color: #C41C08 !important;
    background: #fff !important;
    border: 1px solid #fff;
    transition: 350ms;
    font-size: 14px;
    letter-spacing: .3px;
    margin-top: 30px;
}

.infoButton:hover {
    color: #fff !important;
    border: 1px solid #dfb633;
    background: #dfb633 !important;
}


.catButton {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
    font-weight: 300;
    margin-top: 15px;
    border: 1px solid #700706;
    background: #700706;
    color: #fff;
    letter-spacing: 5px;
    transition: 350ms;
}

.catButton:hover {
    background: #fff;
    color: #700706;

}

@media(max-width:890px) {
    .catArea {
        font-size: 14px;
    }
}


.popupImage {
    width: 100% !important;
}

.popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    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;
}

.popup-wrapper.content {
    /*your style codes*/
    background-color: #fff;
    padding: 25px 30px;
    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;
     line-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;
}
 */
.popupImage2 {
    width: 600px;
    height: 600px;
}

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

.popupButton {
    border: 1px solid transparent;
    background: #B68937 !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    position: absolute;
    bottom: 4%;
    right: 4%;
    color: #fff !important;
    font-weight: 800;
    transition: 350ms;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.2s linear;
}

.popupButton:hover {
    color: #fff !important;
    background: #AB203A !important;
}

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