html,
body {
    width: 100%;
    background-color: white;
}

::-webkit-scrollbar {
    display: none;
}

.menu {
    /* position: -webkit-sticky;
    position: sticky; */
    top: 0;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #ffffff;
    border-bottom: 1px solid #00000033;
}

.menuinternal {
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1600px;
}

.sol {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 400px;
}

.logo {
    background-image: url(../../../images/logo_type_2.png);
    background-repeat: no-repeat;
    width: 150px;
    height: 27px;
    background-size:contain;
}

.menuitem {
    width: 120px;
    cursor: pointer;
    text-align: center;
    color: #ff5530 !important;
}
    .menuitem a {
        color: #ff5530;
    }

    .menuitem:hover {
        font-weight: 800;
    }



#hamburgerContainer {
    display: none;
}

#hamburger{
    display:none;
}

.burger {
    display: none;
}


.container {
    background-color: white;
    width: 100%;
    max-height: calc( 100vh - 50px);
    overflow: auto;
}


.lng {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.lng1 {
    width: 120px !important;
    cursor: pointer;
    text-align: start;
    color: #ff5500 !important;
}

.img_lng{
    cursor:pointer;
    margin-right:5px;
    margin-left:15px;
}

.section1 {
    position: relative;
    width: 100%;
    height: 844px;
    overflow: hidden;
}

.st {
    color: #FF5530;
    font-weight: 600;
}


.lngIcon {
    background-image: url("../../../images/language.png")
}

#x {
    transform: translate(23px, 0px);
}
/*-----------------------------swiper metin -----------------------*/
.slidermetinler {
    position: absolute;
    height: 844px;
    max-width: 100%;
    left: 0;
    bottom: 0;
    max-width: 1600px;
    right: 0;
    margin: auto;
}

.ipadback {
    background-repeat: no-repeat;
    position: absolute;
    right: 115px;
    bottom: 135px;
    width: 570px;
    height: 395px;
    z-index: 4;
}

.ipadback1 {
    background-image: url("../../../images/slider/s3ipadimaj.jpg");
}

.ipadback2 {
    background-image: url("../../../images/slider/s2ipadimaj.jpg");
    display: none;
}

.ipadback3 {
    background-image: url("../../../images/slider/s1ipadimaj.jpg");
    display: none;
}

.ipad {
    background-image: url("../../../images/slider/ipad.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 75px;
    bottom: 0;
    width: 843px;
    height: 553px;
    z-index: 5;
}


.slidermetin {
    background-repeat: no-repeat !important;
    height: 227px;
    left: 100px;
    top: 485px;
    position: absolute;
    z-index: 10;
}

.slider2metin {
    display: none;
}

.slider3metin {
    display: none;
}

.rtext1 {
    color: #fffefe;
    font-size: 43px;
    padding-bottom: 15px;
}

.rtext2 {
    color: #fffefe;
    font-size: 53px;
    padding-bottom: 6px;
}

.rtext3 {
    color: #fffefe;
    font-size: 29px;
    padding-bottom: 10px;
    line-height: 40px;
    padding-top: 40px;
}

    .rtext3 strong {
        font-weight: 700;
    }


/* ----------------------------- swiper -------------------------- */

.swipercontainer {
    width: 100%;
    height: 100%;
    background-color: black;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-button-next {
    z-index: 9999 !important;
    margin-right: 50px;
}

.swiper-button-prev {
    z-index: 9999 !important;
    margin-left: 50px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px) !important;
    left: auto !important;
}

.im1 {
    background: url("../../../images/slider/s3imaj.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
}

.im2 {
    background: url("../../../images/slider/s2imaj.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
}

.im3 {
    background: url("../../../images/slider/s1imaj.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
}







/* --------------------  section 2 --------------------------- */
.section2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    background-color: #E8E8E8;
}

.section2header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 60px;
    padding-bottom: 20px;
    align-items: center;
}

.rtext4 {
    color: #ff5530;
    font-size: 48px;
    font-weight: 600;
}

.rtext5 {
    color: #ff5530;
    font-size: 48px;
}


.section2flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 100px;
    margin-top: 75px;
    margin-bottom: 75px;
    max-width: 990px;
}

.section2flexitem {
    flex: 1 0 15%;
    display: flex;
    gap: 6px;
    flex-direction: column;
}

.section2icon {
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
}

.rtext6 {
    color: #ff5530;
    font-size: 17px;
    text-align: center;
    line-height: 24px;
}

.veranda {
    background-image: url("../../../images/XYZkal_ile_neler_satabilirsiniz/veranda.png");
}

.bioklimatik {
    background-image: url("../../../images/XYZkal_ile_neler_satabilirsiniz/bioclimatic.png");
}

.kayar {
    background-image: url("../../../images/XYZkal_ile_neler_satabilirsiniz/kayar_cati.png");
}

.tente {
    background-image: url("../../../images/XYZkal_ile_neler_satabilirsiniz/tente.png");
}

.kisbahce {
    background-image: url("../../../images/XYZkal_ile_neler_satabilirsiniz/kis_bahcesi.png");
}

.golgelendirme {
    background-image: url("../../../images/XYZkal_ile_neler_satabilirsiniz/golgelendirme.png");
}

.dikeysurme {
    background-image: url("../../../images/XYZkal_ile_neler_satabilirsiniz/dikey.png");
}

.surme {
    background-image: url("../../../images/XYZkal_ile_neler_satabilirsiniz/surme.png");
}

.katlanirkapi {
    background-image: url("../../../images/XYZkal_ile_neler_satabilirsiniz/katlanir_kapi.png");
}

.kapi {
    background-image: url("../../../images/XYZkal_ile_neler_satabilirsiniz/kapi_pencere.png");
}


/* -------------------------  section 3 ----------------------------- */
.section3 {
    width: 100%;
    background-color: #ffffff;
    height: 840px;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 1600px;
    right: 0;
    margin: auto;
}


.rtext7 {
    color: #ff5530;
    font-size: 48px;
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
}

.rtext8 {
    color: #FF5530;
    font-size: 31px;
    line-height: 24px;
    padding-bottom: 10px;
    text-align: center;
}

.rtext9 {
    color: #878787;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
    padding-bottom: 5px;
}

.rtext10 {
    color: #FF5530;
    font-weight: 600;
}


.section3flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
}

.section3pc {
    width: 450px;
    height: 400px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform: translate(71px, 10px);
}

.section3baglanin {
    width: 450px;
    height: 259px;
    background-image: url(../../../images/s4baglanin.png);
}

.section3textcont1 {
    transform: translate(-78px, 2px);
}

.section3tn45 {
    transform: translate(-59px, -10px);
}

.section3t45_en {
    transform: translate(79px, -5px);
}

.section3textcont11 {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.rakkam {
    width: 44px;
    height: 44px;
    border: 2px solid #ff5533;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #ff5533;
}

.section3baslik {
    color: #ff5533;
    line-height: 44px;
    font-size: 17px;
    font-weight: 600;
    transform: translate(0px, 2px);
}

.section3text {
    color: #868686;
    margin-left: 58px;
    max-width: 300px;
    text-align: left;
    line-height: 23px;
    font-size: 17px;
    transform: translate(0px, -10px);
}

.section3phone {
    transform: translate(62px, 283px);
}

.section3kaydolun {
    width: 116px;
    height: 200px;
    background-image: url(../../../images/s4kaydolun.png);
    background-repeat: no-repeat;
    margin-left: 20px;
}

.section3ipad {
    height: 100%;
    transform: translate(-46px, 125px);
}


.section3ipadtr {
    transform: translate(41px, 126px);
}

.section3yonetin {
    width: 300px;
    height: 230px;
    background-image: url(../../../images/s4yonetin.png);
    background-repeat: no-repeat;
}

.section3t46 {
    transform: translate(-57px, 6px);
}

.section3t45 {
    transform: translate(-38px, 2px);
}


/*.section3textcont11e {
    transform: translate(40px, -5px);
}*/

/*.section3texte {
    transform: translate(39px, -9px);
}

.tr {
}*/

/* ------------------------------- section4 --------------------------------- */
.section4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 75px;
    align-items: center;
    background-color: #E8E8E8;
}

.section4header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 68px;
    padding-bottom: 15px;
    gap: 10px;
    width: 100%;
}

.rtext11 {
    color: #ff5530;
    font-size: 48px;
    text-align: center;
}



.rtext12 {
    color: #ff5530;
    font-size: 38px;
    text-align: center;
}

.section4flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 100px;
    margin-top: 90px;
}

.section4flexitem {
    flex: 1 0 15%;
    text-align: center;
    gap: 6px !important;
}

.section4icon {
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
}

.section4text {
    color: #868686;
    font-size: 17px;
    line-height: 24px;
}

.dinamik {
    background-image: url("../../../images/XYZkal_ne_sunar/dinamik.png");
}

.parametrik {
    background-image: url("../../../images/XYZkal_ne_sunar/parametrik_tasarim.png");
}

.kullanicidostu {
    background-image: url("../../../images/XYZkal_ne_sunar/kullanici_dostu_arayuz.png");
}

.bulutcozum {
    background-image: url("../../../images/XYZkal_ne_sunar/bulut_cozum.png");
}

.tasarim {
    background-image: url("../../../images/XYZkal_ne_sunar/3d_tasarim.png");
}

.fotogercekci {
    background-image: url("../../../images/XYZkal_ne_sunar/foto_realistik_sunum.png");
}

.hizli {
    background-image: url("../../../images/XYZkal_ne_sunar/kolay.png");
}

.urun {
    background-image: url("../../../images/XYZkal_ne_sunar/urun_calisma_animasyonu.png");
}

.benzersiz {
    background-image: url("../../../images/XYZkal_ne_sunar/benzersiz_sikistirma.png");
}

.ackullan {
    background-image: url("../../../images/XYZkal_ne_sunar/ac_kullan_yazilim.png");
}


/* ---------------------------- section 5 ----------------------------- */
.section5 {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 53px;
    padding-bottom: 55px;
    max-width: 1600px;
    right: 0;
    margin: auto;
}

.rtext13 {
    color: #FF5530;
    font-size: 48px;
    padding-bottom: 10px;
    text-align: center;
}

.rtext14 {
    color: #FF5530;
    font-size: 38px;
    text-align: center;
    margin-bottom: 25px;
}

.rtext15 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    font-size: 19px;
    color: #878787;
    line-height: 25px;
}

.laptop {
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

.rtext16 {
    gap: 5px;
    max-width: 300px;
}

.rtext16r {
    text-align: right;
}

/* --------------------------- section 6 ------------------------------------- */

.section6 {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 53px;
    padding-bottom: 55px;
    height: 670px;
    right: 0;
    margin: auto;
    background-image: url("../../../images/demo_izle_back.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rtext17 {
    color: #FF5530;
    font-size: 48px;
    padding-bottom: 10px;
    text-align: center;
}

.rtext18 {
    color: #878787;
    font-size: 19px;
    line-height: 35px;
    text-align: center;
}

.rtext19 {
    color: #878787;
    font-size: 19px;
    padding-bottom: 30px;
    text-align: center;
}

.ipadout {
    position: relative;
    z-index: 9999;
    background-image: url(../../../images/demo_izle_ipad.png);
    background-repeat: no-repeat;
    width: 760px;
    height: 743px;
}

.ipadin {

    background-repeat: no-repeat;
    width: 762px;
    height: 524px;
}


.video_zero {
    transform: translate(37px, 31px);
}




/* ------------------------ section 7 --------------------------------- */
.section7 {
    position: relative;
    height: 847px;
    right: 0;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.section7image_container {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    width: 100%;
    height: 847px;
}

.section7_content {
    position: absolute;
    height: 850px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.section7image {
    background-image: url("../../../images/lisanslama_back.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    will-change: transform;
    position: fixed;

}



.rtext20 {
    color: #ff5530;
    font-size: 48px;
    text-align: center;
    font-weight: 100;
    padding-top: 200px;
}

.rtext21 {
    color: #ff5530;
    font-size: 48px;
    text-align: center;
}

.rtext22 {
    color: #ff5530;
    font-size: 48px;
    text-align: center;
    font-weight: 100;
}

.rtext23 {
    color: white;
    font-size: 30px;
    text-align: center;
    padding-bottom: 10px;
}

.rtext24 {
    color: white;
    padding-bottom: 30px;
    font-size: 30px;
    text-align: center;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    ;
}


.section7button {
    padding: 3px;
    background-color: white;
    width: 175px;
    height: 35px;
    text-align: center;
    align-items: center;
    color: #ff5533;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    line-height: 35px;
}


    .section7button:hover {
        background-color: #ff5533;
        color: white;
    }

.section72 {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
}

/* ------------------------ section 8 ---------------- */
.section8 {
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-image: url("../../../images/aboneback.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 640px;
}

.rtext25 {
    color: white;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 25px;
}

.pdf {
    width: 65px;
    height: 65px;
    background-image: url(../../../Images/pdf.png);
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 16px;
    background-position: center;
    cursor:pointer;
}


    .pdf:hover {
        background-image: url(../../../Images/pdf_selected.png);
        background-repeat: no-repeat;
        background-color: #FF5530;
    }

.rtext26 {
    color: white;
    font-size: 28px;
    margin-top: 60px;
}

.social {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}

.linkedin {
    width: 65px;
    height: 65px;
    background-image: url(../../../Images/linkedin.png);
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 16px;
    background-position: center;
}


    .linkedin:hover {
        background-image: url(../../../Images/linkedin_selected.png);
        background-repeat: no-repeat;
        background-color: #FF5530;
    }

.youtube {
    width: 65px;
    height: 65px;
    background-image: url(../../../Images/youtube.png);
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 16px;
    background-position: center;
}


    .youtube:hover {
        background-image: url(../../../Images/youtube_selected.png);
        background-repeat: no-repeat;
        background-color: #FF5530;
    }


    .hamburger-menu{
        display:flex;
        flex-direction:column;
        position:absolute;
        left:20px;
        bottom:20px;
        padding-bottom: 68px;
    }

    .link-text {
        font-size: 20px;
        margin-left: 16px;
    }

    .menu-content {
        display: none;
        flex-direction: column;
        background-color: white;
        z-index: 999;
        border-radius: 8px;
        border: solid 1px #FF5530;
        border-color: #FF5530;
    }

        .contact-link-top {
            display: flex;
            align-items: center;
            height: 64px;
            width: 350px;
            padding-left: 8px;
            padding-right: 8px;
            cursor: pointer;
            border-bottom: solid 1px #FF5530;
            color: #878787;
        }

        .contact-link-bottom {
            display: flex;
            align-items: center;
            height: 64px;
            width: 350px;
            padding-left: 8px;
            padding-right: 8px;
            cursor: pointer;
            color: #878787;
        }

        .contact-link-top:hover  {
            color: #FF5530;
        }

        .contact-link-bottom:hover  {
            color: #FF5530;
        }

        .whatsapp-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #60D669;
            border-radius: 50%;
            color: #FF5530;
            cursor: pointer;
            padding: 12px;
            margin-top: 25px;
            z-index: 999;
            transition: transform 1s ease;
            position: absolute;
            bottom: 0;
            left: 0;
        }

    .whatsapp-link:hover {
        transform: scale(1.1);
    }



    .hamburger-menu:hover .menu-content {
    display: flex;
    }

    .contact-link-top:hover .phone {
        background-image: url(../../../Images/phone-hover.png);
    }

.whatsapp {
    width: 42px;
    height: 42px;
    background-image: url(../../../Images/whatsapp.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 16px;
    background-position: center;
}

     .phone {
        width: 42px;
        height: 42px;
        background-image: url(../../../Images/phone.png);
        background-repeat: no-repeat;
        background-color: transparent;
        border-radius: 16px;
        background-position: center;
    }



    .whatsapp-text-wrapper {
        display: flex;
        height: 52px;
        flex-direction: column;
        justify-content: space-around;
        margin-left: 16px;
    }

    .rtext27 {
        text-align: center;
        color: white;
        font-size: 20px;
    }

    .rtext28 {
        text-align: center;
        color: white;
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
        font-weight: bolder;
    }

    .address-header-wrapper {
        display: flex;
        flex-direction: row;
        align-items:center;
        justify-content:center;
        gap: 8px;
        margin-top: 25px;
    }

    .address-icon {
        width: 20px;
        height: 20px;
        background-image: url(../../../Images/address.png);
        background-repeat: no-repeat;
        background-color: transparent;
        border-radius: 16px;
        background-position: center;
    }

    .address-text {
        width: 42%;
        margin: 0 auto;
        text-align: center;
        color: white;
        font-size: 16px;
        font-weight: lighter;
        line-height: 24px;
    }

    .rtext29{
        font-size: 16px;
    }


    .contact-wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


/* -------------------------------- section 9 --------------------------- */
.section9 {
    position: relative;
    margin: auto;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1600px;
}

.alltext {
    width: 100%;
    height: auto;
    text-align: justify;
}

.footerText {
    color: #868686;
    font-weight: lighter;
    line-height: 24px;
    text-align: center;
    text-align: left;
    overflow-wrap: break-word;
    padding: 5px 10vw;
}


.s9sep {
    position: relative;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #ff5530;
}

.s9sep2 {
    position: relative;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #878787;
}

/*------------------------------- Request Demo ---------------------------------------------*/
.iziModal {
    padding-bottom: 20px;
    font-family: "Roboto", sans-serif;
    height: 310px !important;
}

.demoLabel {
    color: #ff5530;
    padding-bottom: 20px;
    margin-left: 2px;
    font-size: 20px;
}

.demoInput {
    width: 100%;
    height: 42px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    border: solid 1px lightgray;
    outline: none;
}

.demoButton {
    padding: 3px;
    background-color: #ff5530;
    width: 150px;
    height: 34px;
    text-align: center;
    align-items: center;
    color: white;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    line-height: 24px;
    justify-content: center;
    border: solid 1px lightgray;
}


.demo_kvkk {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    gap: 20px;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    font-size: 22px !important;
    margin: 3px 0 0 15px;
    font-weight: 400;
}

.iziModal .iziModal-content {
    zoom: 1;
    width: 90%;
    height: 250px;
    margin-top: 20px;
    margin-top: 20px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.kvkk_href {
    color: #ff5530;
}

.kvkk_p {
    color: rgba(151, 149, 149, 1);
}


