a {
    color: #030C2C;
}

.iletisimModalim{
    width:98vw !important;
}

    a:hover,
    a:focus {
        color: #c52e2e;
    }

    .anaTitle{
        font-family: 'Pacifico', cursive;
        color:white;
        margin-top: -255px;
        left: 10%;
        font-size: 97px;
        position: absolute;
        text-shadow:3px 3px #030c2c;
    }

    .anaSubtitle{
        font-family: 'Satisfy', cursive;
        margin-top: -131px;
        left: 10%;
        font-size: 77px;
        position: absolute;
        color: #030c2c;
        text-shadow: 0px 1px 6px #fff;
    }

.modal-body {
    position: relative;
    padding: 15px;
    overflow-y: scroll;
    color: #030C2C;
    font-family: 'Courgette', cursive;
}

    .modal-body img {
        padding: 0px 15px;
        margin-bottom: 3.5%;
    }

.modal-title {
    color: #030C2C;
    font-size: 40px;
    margin-left: 44%;
    font-family: 'Exo', sans-serif;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.modal-logos{
    margin-top:-2%;
}

.modal-marehan{
    top: 8% !important;
    position: absolute;
    left: 6%;
    color: #030c2c;
}

.bigClose {
    font-size: 71px !important;
    font-weight: 700 !important;
}

body {
    font-family: 'Catamaran', sans-serif !important;
    font-size: 16px;
    color: #999;
}

header {
    width: 40px;
    height: 100vh;
    background-color: white;
    position: fixed;
    left: 0;
    text-align: center;
    z-index: 1;
}

    header #menu {
        height: 40px;
        position: fixed;
        width: 100vh;
        -webkit-transform-origin: left top;
        -webkit-transform: rotate(-90deg) translateX(-100vh);
        box-shadow: rgba(66, 66, 66, 0.4) 2px 5px 2px -4px;
    }

        header #menu nav {
            margin: 0 auto;
            height: 100%;
        }

            header #menu nav ul.navbar-nav {
                float: none;
                margin: 0 auto;
                display: table;
                table-layout: fixed;
            }

            header #menu nav ul.dropdown-menu {
                transform: rotate(90deg) translateX(0) !important;
                position: absolute;
            }

    header #logo {
        position: fixed;
        top: 20px;
        left: 60px;
    }

#main-section {
    height: calc(100vh - 40px);
    background-color: white;
    overflow-y: hidden;
}

    #main-section [data-section="slider"] {
        width: 73vw;
        margin-left: 2vw;
        height: calc(100vh - 40px);
        float: left;
    }

        #main-section [data-section="slider"] img {
            width: 78vw;
            height: auto;
            max-height: calc(100vh - 50px);
        }

        #main-section [data-section="slider"] .owl-controls {
            position: absolute;
            bottom: calc(50vh - 20px);
            width: 71vw;
        }

            #main-section [data-section="slider"] .owl-controls .owl-buttons div {
                /* color: #FFF; */
                display: inline-block;
                zoom: 1;
                margin-top: 27%;
                width: 50px;
                height: 50px;
                padding: 13px 13px;
                font-size: 24px;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                line-height: 24px;
                /* background: black; */
            }

            #main-section [data-section="slider"] .owl-controls .owl-buttons .owl-prev {
                position: absolute;
                right: 4%;
            }

            #main-section [data-section="slider"] .owl-controls .owl-buttons .owl-next {
                position: absolute;
                right: 10px;
            }

    #main-section article[data-section="box"] {
        width: 23vw;
        width: 275px;
        padding: 0 1vw;
        float: left;
        margin-top: 4%;
        height: calc(100vh - 40px);
        border-right: 1px dashed #bab9b9;
    }

        #main-section article[data-section="box"] h2 {
            transform: rotate(-90deg);
            transform-origin: left top;
            position: absolute;
            font-size: 26px;
            top: 28vh;
            margin-bottom: 80px;
            color: #030c2c !important;
            transform-origin: top left;
            cursor: pointer;
            font-family: 'Exo', sans-serif;
        }

        #main-section article[data-section="box"] ul[data-list] {
            position: relative;
            list-style: decimal;
        }

            #main-section article[data-section="box"] ul[data-list] li {
                transition: all ease 1s;
                transform: rotate(-90deg);
                transform-origin: left top;
                position: relative;
                top: 10vh;
                display: table-cell;
            }

                #main-section article[data-section="box"] ul[data-list] li a {
                    text-transform: none;
                    font-size: 16px;
                    color: #030C2C;
                }

                    #main-section article[data-section="box"] ul[data-list] li a:hover {
                        color: purple;
                    }

        #main-section article[data-section="box"] p {
            transition: all ease 1s;
            margin: 0 0 10px 0;
            padding-left: 15px;
            padding-right: 15px;
            text-indent: -8px;
            text-align: justify;
            font-family: 'Courgette', cursive;
        }

        #main-section article[data-section="box"] hr {
            transition: all ease 1s;
            border-bottom: 2px solid #bab9b9;
            width: 140px;
            margin: 10px 0;
            position: relative;
            top: 9vh;
        }

        #main-section article[data-section="box"] img {
            transition: all ease 1s;
            position: relative;
            width: 100vw;
            height: auto;
            bottom: 0;
            margin-top: 11vh;
            outline: 1px solid #FFFFFF;
            outline-offset: -10px;
            margin-bottom: 22px;
            padding-left: 5px;
            padding-right: 5px;
        }

        #main-section article[data-section="box"]:hover {
            width: 343px;
            transition: all ease 0.4s;
            color: #030C2C;
        }

            #main-section article[data-section="box"]:hover h2 {
                color: black;
                background: url(../images/text-background.jpg) no-repeat;
                background-size: cover;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                transition: all ease 1s;
                transform: rotate(0);
                transform-origin: top left;
                position: absolute;
                font-size: 44px;
                font-weight: bold;
                top: 8vh;
            }

            #main-section article[data-section="box"]:hover hr {
                transition: all ease 1s;
                border-bottom: 2px solid #bab9b9;
                width: 140px;
                margin: 30px 0;
                position: relative;
                top: -2vh;
            }

            #main-section article[data-section="box"]:hover p {
                transition: all ease 1s;
                position: relative;
                padding-left: 15px;
                padding-right: 15px;
            }

            #main-section article[data-section="box"]:hover ul[data-list] li {
                transition: all ease 1s;
                transform: rotate(0) translateX(-7vh);
                display: table-cell;
                padding-left: 15px;
                position: relative;
                top: 1vh;
                left: 0;
            }

                #main-section article[data-section="box"]:hover ul[data-list] li a {
                    text-decoration: none;
                    color: #030C2C;
                }

                    #main-section article[data-section="box"]:hover ul[data-list] li a:hover {
                        color: purple;
                    }

            #main-section article[data-section="box"]:hover img {
                transition: all ease 1s;
                position: relative;
                width: 100vw;
                height: auto;
                bottom: 0;
                margin-top: -4vh;
                padding-left: 15px;
                padding-right: 15px;
            }

footer {
    width: calc(100vw - 40px);
    height: 31px;
    margin-left: 40px;
    position: fixed;
    bottom: 0;
    line-height: 18px;
    box-shadow: rgba(66, 66, 66, 0.4) 0px 0px 2px 2px;
}

    footer .mail,
    footer .phone,
    footer .social-media {
        color: #030C2C;
        height: 40px;
        position: relative;
        bottom: 0;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    footer .social-media {
        float: right;
    }

        footer .social-media ul li {
            min-width: 33px;
            min-height: 33px;
            background-color: #030C2C;
            padding: 7px;
            color: white;
        }

            footer .social-media ul li a {
                color: white;
            }

            footer .social-media ul li:hover {
                min-width: 33px;
                min-height: 33px;
                cursor: pointer;
                border: 1px solid #030C2C;
                background-color: white !important;
                padding: 7px;
            }

                footer .social-media ul li:hover a i {
                    color: #030C2C;
                }

iframe {
    border: 0;
    height: 45vh;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    body {
        overflow-x: no-display;
        overflow-y: no-display;
    }

    header {
        width: 100vw;
        height: 40px;
        background-color: white;
        position: relative;
        left: 0;
        text-align: center;
        z-index: 1;
    }

        header #menu {
            height: 40px;
            position: relative;
            width: 100vw;
            -webkit-transform-origin: initial;
            -webkit-transform: none;
            box-shadow: rgba(66, 66, 66, 0.4) 2px 5px 2px -4px;
        }

        header #logo {
            position: absolute !important;
            top: 60px;
            left: 20px;
        }

            header #logo img {
                width: 80px;
                height: auto;
            }

    #main-section {
        width: 100% !important;
        height: auto;
        background-color: white;
        overflow-y: initial;
    }

        #main-section [data-section="slider"] {
            width: 100%;
            height: initial;
            float: left;
            margin-left: 0;
        }

            #main-section [data-section="slider"] img {
                width: 100%;
                height: auto;
                max-height: none;
            }

            #main-section [data-section="slider"] .owl-controls {
                position: absolute;
                bottom: 12vh;
                right: 20px;
                width: 125px;
            }

                #main-section [data-section="slider"] .owl-controls .owl-pagination {
                    visibility: hidden;
                }

                #main-section [data-section="slider"] .owl-controls .owl-buttons div {
                    color: #FFF;
                    display: inline-block;
                    zoom: 1;
                    margin: 0px;
                    width: 30px;
                    height: 30px;
                    padding: 3px 3px;
                    font-size: 24px;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                    line-height: 24px;
                    /* background: black; */
                }

                #main-section [data-section="slider"] .owl-controls .owl-buttons .owl-prev {
                    position: absolute;
                    left: 50px;
                }

                #main-section [data-section="slider"] .owl-controls .owl-buttons .owl-next {
                    position: absolute;
                    right: 10px;
                }

        #main-section article[data-section="box"] {
            width: 100%;
            transition: all ease 0.4s;
            color: #030C2C;
            border-right: 0;
        }

            #main-section article[data-section="box"] h2 {
                transition: all ease 1s;
                transform: rotate(0);
                transform-origin: top left;
                position: relative;
                top: 1vh;
            }

            #main-section article[data-section="box"] ul[data-list] {
                position: relative;
                list-style: decimal;
            }

                #main-section article[data-section="box"] ul[data-list] li {
                    transition: all ease 1s;
                    transform: rotate(0) translateX(-7vh);
                    display: table-cell;
                    padding-left: 15px;
                    position: relative;
                    top: 1vh;
                    left: 0;
                }

            #main-section article[data-section="box"] hr {
                transition: all ease 1s;
                border-bottom: 2px solid #bab9b9;
                width: 140px;
                margin: 30px 0;
                position: relative;
                top: -2vh;
            }

            #main-section article[data-section="box"] img {
                transition: all ease 1s;
                position: relative;
                width: 100vw;
                height: auto;
                bottom: 0;
                margin-top: -4vh;
                padding-left: 15px;
                padding-right: 15px;
                max-width: 50%;
                text-align: center;
                margin: 0 auto;
            }

            #main-section article[data-section="box"] p {
                transition: all ease 1s;
                position: relative;
                padding-left: 15px;
                padding-right: 15px;
                text-align: justify;
                font-family: 'Poiret One', cursive;
            }

            #main-section article[data-section="box"]:hover {
                width: 100%;
                transition: all ease 0.4s;
                color: #030C2C;
            }

                #main-section article[data-section="box"]:hover h2 {
                    transition: all ease 1s;
                    transform: rotate(0);
                    transform-origin: top left;
                    position: relative;
                    top: 1vh;
                }

                #main-section article[data-section="box"]:hover ul[data-list] {
                    position: relative;
                    list-style: decimal;
                }

                    #main-section article[data-section="box"]:hover ul[data-list] li {
                        transition: all ease 1s;
                        transform: rotate(0) translateX(-7vh);
                        display: table-cell;
                        padding-left: 15px;
                        position: relative;
                        top: 1vh;
                        left: 0;
                    }

                #main-section article[data-section="box"]:hover hr {
                    transition: all ease 1s;
                    border-bottom: 2px solid #bab9b9;
                    width: 140px;
                    margin: 30px 0;
                    position: relative;
                    top: -2vh;
                }

                #main-section article[data-section="box"]:hover img {
                    transition: all ease 1s;
                    position: relative;
                    width: 100vw;
                    height: auto;
                    bottom: 0;
                    margin-top: -4vh;
                    padding-left: 15px;
                    padding-right: 15px;
                }

                #main-section article[data-section="box"]:hover p {
                    transition: all ease 1s;
                    position: relative;
                    padding-left: 15px;
                    padding-right: 15px;
                    font-family: 'Poiret One', cursive;
                }

    footer {
        width: 100%;
        margin-left: 0;
    }

    iframe {
        margin-top: 40px;
        width: 100%;
        border: 0;
    }

    .row {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    body {
        overflow-x: no-display;
        overflow-y: no-display;
    }

 .modal-marehan {
    top: 9vh !important;
    position: absolute;
    left: 44%;
    color: #030c2c;
}

 .anaTitle {
    font-family: 'Pacifico', cursive;
    color: white;
    margin-top: -146px;
    left: 10%;
    font-size: 36px;
    position: absolute;
    text-shadow: 3px 3px #030c2c;
}

 .anaSubtitle {
    font-family: 'Satisfy', cursive;
    margin-top: -108px;
    left: 10%;
    font-size: 39px;
    position: absolute;
    color: #030c2c;
    text-shadow: 0px 1px 6px #fff;
}

 .modal-logos {
    margin-top: -16% !important;
}

 .modal-title {
    color: #030C2C;
    font-size: 28px;
    margin-left: 44%;
    font-family: 'Exo', sans-serif;
}

 .bigClose {
    font-size: 38px !important;
    font-weight: 700 !important;
}

    header {
        width: 100vw;
        height: 40px;
        background-color: white;
        position: relative;
        left: 0;
        text-align: center;
        z-index: 1;
    }

        header #menu {
            height: 40px;
            position: relative;
            width: 100vw;
            -webkit-transform-origin: initial;
            -webkit-transform: none;
            box-shadow: rgba(66, 66, 66, 0.4) 2px 5px 2px -4px;
        }

        header #logo {
            position: absolute !important;
            top: 60px;
            left: 20px;
        }

            header #logo img {
                width: 80px;
                height: auto;
            }

    #main-section {
        width: 100% !important;
        height: auto;
        background-color: white;
        overflow-y: initial;
    }

        #main-section [data-section="slider"] {
            width: 100%;
            height: initial;
            float: left;
            margin-left: 0;
            margin-top: -5vh;
        }

            #main-section [data-section="slider"] img {
                width: 100vw;
                height: auto;
                max-height: calc(50vh);
            }

        #main-section article[data-section="box"] {
            width: 100%;
            margin-bottom: -50%;
            transition: all ease 0.4s;
            color: #030C2C;
        }

            #main-section article[data-section="box"] h2 {
                transition: all ease 1s;
                transform: rotate(0);
                transform-origin: top left;
                position: relative;
                top: 1vh;
            }

            #main-section article[data-section="box"] ul[data-list] {
                position: relative;
                list-style: decimal;
            }

                #main-section article[data-section="box"] ul[data-list] li {
                    transition: all ease 1s;
                    transform: rotate(0) translateX(-7vh);
                    display: table-cell;
                    padding-left: 15px;
                    position: relative;
                    top: 1vh;
                    left: 0;
                }

            #main-section article[data-section="box"] hr {
                transition: all ease 1s;
                border-bottom: 2px solid #bab9b9;
                width: 140px;
                margin: 30px 0;
                position: relative;
                top: -2vh;
            }

            #main-section article[data-section="box"] img {
                transition: all ease 1s;
                position: relative;
                width: 100vw;
                height: auto;
                bottom: 0;
                margin-top: -4vh;
                padding-left: 15px;
                padding-right: 15px;
            }

            #main-section article[data-section="box"] p {
                transition: all ease 1s;
                position: relative;
                padding-left: 15px;
                padding-right: 15px;
            }

            #main-section article[data-section="box"]:hover {
                width: 100%;
                transition: all ease 0.4s;
                color: #030C2C;
            }

                #main-section article[data-section="box"]:hover h2 {
                    transition: all ease 1s;
                    transform: rotate(0);
                    transform-origin: top left;
                    position: relative;
                    top: 1vh;
                }

                #main-section article[data-section="box"]:hover ul[data-list] {
                    position: relative;
                    list-style: decimal;
                }

                    #main-section article[data-section="box"]:hover ul[data-list] li {
                        transition: all ease 1s;
                        transform: rotate(0) translateX(-7vh);
                        display: table-cell;
                        padding-left: 15px;
                        position: relative;
                        top: 1vh;
                        left: 0;
                    }

                #main-section article[data-section="box"]:hover hr {
                    transition: all ease 1s;
                    border-bottom: 2px solid #bab9b9;
                    width: 140px;
                    margin: 30px 0;
                    position: relative;
                    top: -2vh;
                }

                #main-section article[data-section="box"]:hover img {
                    transition: all ease 1s;
                    position: relative;
                    width: 100vw;
                    height: auto;
                    bottom: 0;
                    margin-top: -4vh;
                    padding-left: 15px;
                    padding-right: 15px;
                }

                #main-section article[data-section="box"]:hover p {
                    transition: all ease 1s;
                    position: relative;
                    padding-left: 15px;
                    padding-right: 15px;
                }

    footer {
        width: 100%;
        margin-left: 0;
    }

    iframe {
        width: 100%;
    }

    .row {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    body {
        overflow-x: no-display;
        overflow-y: no-display;
    }
    
    .modal-marehan {
    top: 9vh !important;
    position: absolute;
    left: 44%;
    color: #030c2c;
}

 .anaTitle {
    font-family: 'Pacifico', cursive;
    color: white;
    margin-top: -146px;
    left: 10%;
    font-size: 36px;
    position: absolute;
    text-shadow: 3px 3px #030c2c;
}

 .anaSubtitle {
    font-family: 'Satisfy', cursive;
    margin-top: -108px;
    left: 10%;
    font-size: 39px;
    position: absolute;
    color: #030c2c;
    text-shadow: 0px 1px 6px #fff;
}

 .modal-logos {
    margin-top: -16% !important;
}

 .modal-title {
    color: #030C2C;
    font-size: 28px;
    margin-left: 44%;
    font-family: 'Exo', sans-serif;
}

 .bigClose {
    font-size: 38px !important;
    font-weight: 700 !important;
}

    header {
        width: 100vw;
        height: 40px;
        background-color: white;
        position: relative;
        left: 0;
        text-align: center;
        z-index: 1;
    }

        header #menu {
            height: 40px;
            position: relative;
            width: 100vw;
            -webkit-transform-origin: initial;
            -webkit-transform: none;
            box-shadow: rgba(66, 66, 66, 0.4) 2px 5px 2px -4px;
        }

        header #logo {
            position: absolute !important;
            top: 60px;
            left: 20px;
        }

            header #logo img {
                width: 80px;
                height: auto;
            }

    #main-section {
        width: 100% !important;
        height: auto;
        background-color: white;
        overflow-y: initial;
    }

        #main-section [data-section="slider"] {
            width: 100%;
            height: initial;
            float: left;
            margin-top: -5vh;
            margin-left: 0;
        }

            #main-section [data-section="slider"] img {
                width: 100vw;
                height: auto;
                max-height: calc(50vh);
            }

        #main-section article[data-section="box"] {
            width: 100%;
            transition: all ease 0.4s;
            color: #030C2C;
        }

            #main-section article[data-section="box"] h2 {
                transition: all ease 1s;
                transform: rotate(0);
                transform-origin: top left;
                position: relative;
                top: 1vh;
            }

            #main-section article[data-section="box"] ul[data-list] {
                position: relative;
                list-style: decimal;
            }

                #main-section article[data-section="box"] ul[data-list] li {
                    transition: all ease 1s;
                    transform: rotate(0) translateX(-7vh);
                    display: table-cell;
                    padding-left: 15px;
                    position: relative;
                    top: 1vh;
                    left: 0;
                }

            #main-section article[data-section="box"] hr {
                transition: all ease 1s;
                border-bottom: 2px solid #bab9b9;
                width: 140px;
                margin: 30px 0;
                position: relative;
                top: -2vh;
            }

            #main-section article[data-section="box"] img {
                transition: all ease 1s;
                position: relative;
                width: 100vw;
                height: auto;
                bottom: 0;
                margin-top: -4vh;
                padding-left: 15px;
                padding-right: 15px;
            }

            #main-section article[data-section="box"] p {
                transition: all ease 1s;
                position: relative;
                padding-left: 15px;
                padding-right: 15px;
            }

            #main-section article[data-section="box"]:hover {
                width: 100%;
                transition: all ease 0.4s;
                color: #030C2C;
            }

                #main-section article[data-section="box"]:hover h2 {
                    transition: all ease 1s;
                    transform: rotate(0);
                    transform-origin: top left;
                    position: relative;
                    top: 1vh;
                }

                #main-section article[data-section="box"]:hover ul[data-list] {
                    position: relative;
                    list-style: decimal;
                }

                    #main-section article[data-section="box"]:hover ul[data-list] li {
                        transition: all ease 1s;
                        transform: rotate(0) translateX(-7vh);
                        display: table-cell;
                        padding-left: 15px;
                        position: relative;
                        top: 1vh;
                        left: 0;
                    }

                #main-section article[data-section="box"]:hover hr {
                    transition: all ease 1s;
                    border-bottom: 2px solid #bab9b9;
                    width: 140px;
                    margin: 30px 0;
                    position: relative;
                    top: -2vh;
                }

                #main-section article[data-section="box"]:hover img {
                    transition: all ease 1s;
                    position: relative;
                    width: 100vw;
                    height: auto;
                    bottom: 0;
                    margin-top: -4vh;
                    padding-left: 15px;
                    padding-right: 15px;
                }

                #main-section article[data-section="box"]:hover p {
                    transition: all ease 1s;
                    position: relative;
                    padding-left: 15px;
                    padding-right: 15px;
                }

    footer {
        width: 100%;
        margin-left: 0;
    }

    iframe {
        width: 100%;
    }

    .row {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 768px) {
    #menu .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }

        #menu .navbar-nav > li > a {
            padding-top: 9px;
            padding-bottom: 9px;
            font-size: 15px;
        }
}

@media (max-width: 768px) {
    #menu .navbar-header {
        display: none;
    }

    #menu .navbar-nav {
        display: -webkit-inline-box !important;
    }
}

#menu .navbar-collapse.collapse {
    display: block !important;
}

#menu .navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

#menu .navbar-right {
    float: right !important;
}


@media screen and (max-width:1366px){
    #main-section article[data-section="box"] {
    width: 23vw;
    width: 288px;
    padding: 0 1vw;
    float: left;
    margin-top: 4%;
    height: calc(100vh - 40px);
    border-right: 1px dashed #bab9b9;
}

#main-section article[data-section="box"] h2 {
    transform: rotate(-90deg);
    transform-origin: left top;
    position: absolute;
    font-size: 32px;
    top: 27vh;
    margin-bottom: 80px;
    color: #030c2c !important;
    transform-origin: top left;
    cursor: pointer;
    font-family: 'Exo', sans-serif;
}

#main-section article[data-section="box"]:hover {
    width: 362px;
    transition: all ease 0.4s;
    color: #030C2C;
}

#main-section article[data-section="box"]:hover h2 {
    color: black;
    background: url(../images/text-background.jpg) no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all ease 1s;
    transform: rotate(0);
    transform-origin: top left;
    position: absolute;
    font-size: 47px;
    font-weight: bold;
    top: 9vh;
    }
}

@media screen and (min-width:1920px){
    #main-section article[data-section="box"] {
    width: 23vw;
    width: 357px;
    padding: 0 1vw;
    float: left;
    margin-top: 9%;
    height: calc(100vh - 40px);
    border-right: 1px dashed #bab9b9;
}

#main-section article[data-section="box"] h2 {
    transform: rotate(-90deg);
    transform-origin: left top;
    position: absolute;
    font-size: 49px;
    top: 39vh;
    margin-bottom: 80px;
    color: #030c2c !important;
    transform-origin: top left;
    cursor: pointer;
    font-family: 'Exo', sans-serif;
}

#main-section article[data-section="box"]:hover {
    width: 390px;
    transition: all ease 0.4s;
    color: #030C2C;
}

#main-section article[data-section="box"]:hover h2 {
    color: black;
    background: url(../images/text-background.jpg) no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all ease 1s;
    transform: rotate(0);
    transform-origin: top left;
    position: absolute;
    font-size: 57px;
    font-weight: bold;
    top: 20vh;
    }

.iletisimModalim{
    width:74vw !important;
}
}