@font-face {
    font-family: 'HandelGothic';
    src: url(../fonts/handel/HandelGothic.eot?#iefix) format("embedded-opentype"), url(../fonts/handel/HandelGothic.woff) format("woff"), url(../fonts/handel/HandelGothic.ttf) format("truetype"), url(../fonts/handel/HandelGothic.svg#HandelGothic) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Exo-Thin';
    src: url(../fonts/exo/Exo-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/exo/Exo-Thin.otf) format("opentype"), url(../fonts/exo/Exo-Thin.woff) format("woff"), url(../fonts/exo/Exo-Thin.ttf) format("truetype"), url(../fonts/exo/Exo-Thin.svg#Exo-Thin) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Exo-Bold';
    src: url(../fonts/exo/Exo-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/exo/Exo-Bold.otf) format("opentype"), url(../fonts/exo/Exo-Bold.woff) format("woff"), url(../fonts/exo/Exo-Bold.ttf) format("truetype"), url(../fonts/exo/Exo-Bold.svg#Exo-Bold) format("svg");
    font-weight: 400;
    font-style: normal
}

.bt-menu {
    position: absolute;
    top: 39px;
    right: 0;
    width: 100%;
    height: 65px;
    background-color: rgb(22 12 58 / 0.3);
    -webkit-backface-visibility: hidden;
    -webkit-transition: border-width 0.3s, background-color 0.3s, height 0 .3s;
    transition: border-width 0.3s, background-color 0.3s, height 0 .3s;
    border-radius: 30px 0 0 30px;
}

.bt-menu.bt-menu-open {
    position: fixed;
    height: 100% !important;
    top: 0 !important;
    border-width: 0 590px 0 0;
    background-color: rgba(51, 51, 51, 0.8);
    -webkit-transition: border-width 0.3s, background-color .3s;
    transition: border-width 0.3s, background-color .3s;
    z-index: 99;
    z-index: 99;
    border-radius: 0;
}

.bt-menu.bt-menu-open:after {
    display: none;
}

.bt-menu.bt-menu-open .bt-menu-container {
    height: 100%;
    background: url(../img/menuBG.png) no-repeat center center;
    background-size: 111% 113%;
    position: fixed;
    display: none;
    right: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.bt-overlay {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.bt-menu-open .bt-overlay {
    height: 100%;
}

.bt-menu-trigger {
    position: absolute;
    top: 18px;
    right: 117px;
    z-index: 100;
    display: block;
    width: 50px;
    height: 45px;
    cursor: pointer;
    font-family: 'M-M';
    letter-spacing: 1px;
    font-size: 21px;
    color: #fff;
}

.bt-menu-trigger .menu-name {
    font-size: 23px;
    padding-right: 163px;
}

.menu-name:before {
    /* content: ''; */
    width: 4px;
    height: 30px;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 19px;
    top: 14px;
}

.bt-menu-trigger span {
    position: absolute;
    top: 10px;
    right: -80PX;
    display: block;
    width: 60%;
    height: 4px;
    background: #fff;
    font-size: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    color: transparent;
    border-radius: 10px;
}

.bt-menu-open .bt-menu-trigger span {
    background: transparent;
    right: -100px;
}

.bt-menu-trigger span:before, .bt-menu-trigger span:after {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    border-radius: 2px
}

.bt-menu-open .bt-menu-trigger {
    background: transparent;
    right: 145px;
    position: fixed;
    top: 54px;
}

.bt-menu-open .bt-menu-trigger .menu-name {
    padding-left: 28px;
}

.bt-menu-trigger span:before {
    -webkit-transform: translateY(-250%);
    transform: translateY(-200%);
}

.bt-menu-trigger span:after {
    -webkit-transform: translateY(250%);
    transform: translateY(200%);
}

.bt-menu-open .bt-menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    background: #fff
}

.bt-menu-open .bt-menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    background: #fff
}

.bt-menu ul {
    position: fixed;
    margin: 0;
    padding: 0 0 3.5%;
    list-style: none;
    width: 440px;
    z-index: 999;
}

.bt-menu ul:first-of-type {
    top: 12%;
    right: 82px;
}

.bt-menu ul:nth-of-type(2) {
    right: 75px;
    bottom: 0;
    z-index: 0;
    visibility: hidden
}

.bt-menu ul li, .bt-menu ul li a {
    display: block
}

.bt-menu ul:nth-of-type(2) li {
    float: left;
    font-size: 0
}

.bt-menu ul li {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.3s, visibility 0 .4s;
    transition: transform 0.6s, opacity 0.3s, visibility 0 .4s;
    float: none;
    margin-left: 0;
    font-size: 21px;
    color: #fff;
    font-family: 'M-R';
    display: table
}

.bt-menu ul li:first-child {
    -webkit-transform: translate3d(-100%, 200%, 0);
    transform: translate3d(100%, 200%, 0)
}

.bt-menu ul li:nth-child(2) {
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
}

.bt-menu ul li:nth-child(3) {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.bt-menu ul li:nth-child(4) {
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(100%, -100%, 0)
}

.bt-menu ul li:nth-child(5) {
    -webkit-transform: translate3d(-100%, -200%, 0);
    transform: translate3d(100%, -200%, 0)
}

.bt-menu ul li:nth-child(6) {
    -webkit-transform: translate3d(-100%, -300%, 0);
    transform: translate3d(100%, -300%, 0)
}

.bt-menu ul li {
    -webkit-transform: translate3d(-100%, -300%, 0);
    transform: translate3d(100%, -300%, 0);
}

.menu-content {
    visibility: hidden;
}

.menu-content.openMenu {
    visibility: visible;
}

.bt-menu.bt-menu-open ul li {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity .3s .1s;
    transition: transform 0.3s, opacity .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.bt-menu.bt-menu-open ul {
    /* border-bottom: 1px solid #574986; */
}

.bt-menu-open .bt-menu-container:after {
    content: '';
    background: #574986;
    width: 100%;
    position: absolute;
    height: 2px;
    left: 70px;
}

.bt-menu.bt-menu-open ul.social-menu {
    border: 0;
    padding-bottom: 0;
    bottom: 20px;
    z-index: 0;
    visibility: hidden
}

.bt-menu ul li a {
    display: block;
    outline: none;
    text-decoration: none
}

.bt-menu ul li .icons {
    width: 48px;
    height: 48px;
    border: 1px solid #FFF;
    border-radius: 100%;
    margin-right: 35px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    float: left
}

.bt-menu ul li .icons.home {
    background-image: url(../images/home.png)
}

.bt-menu ul li .icons.about {
    background-image: url(../images/about.png)
}

.bt-menu ul li .icons.wedo {
    background-image: url(../images/we-do.png)
}

.bt-menu ul li .icons.reference {
    background-image: url(../images/reference.png)
}

.bt-menu ul li .icons.blog {
    background-image: url(../images/blog.png)
}

.bt-menu ul li .icons.contact {
    background-image: url(../images/contact.png)
}

.bt-menu ul li .menu-txt {
    float: left;
    padding-top: 12px
}

.bt-menu ul.social-menu li.contact-container {
    color: #FFF;
    font-size: 21px;
    font-family: 'Exo-Regular';
    float: none;
    width: 100%
}

.bt-menu ul.social-menu li.contact-container .title {
    font-family: 'M-SB';
    letter-spacing: 4px;
    line-height: 24px
}

.bt-menu ul.social-menu li.contact-container a {
    color: #FFF;
    font-family: 'M-R';
}

.bt-menu ul:first-of-type li a {
    color: #fff;
    letter-spacing: 1px;
    -webkit-transition: color .2s;
    transition: color .2s;
    display: flex;
    align-items: center;
}

.bt-menu ul li a:before {
    color: #FFF;
    font-size: 26px;
    -webkit-transition: color .2s;
    transition: color .2s
}

.bt-menu ul:first-of-type li a:hover, .bt-menu ul:first-of-type li a:focus, .bt-menu ul li a:hover:before, .bt-menu ul li a:focus:before {}

.bt-menu.bt-menu-open ul.social-menu:first-of-type li, .bt-menu.bt-menu-open ul.social-menu:nth-of-type(2) li {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity .3s .1s;
    transition: transform 0.3s, opacity .3s
}

.bt-menu ul.social-menu:first-of-type li {
    width: 150px;
    height: 50px;
    line-height: 50px;
    -webkit-transform: translate3d(-100%, 50%, 0);
    transform: translate3d(-100%, 50%, 0)
}

.bt-menu.bt-menu-open ul.social-menu:first-of-type li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.bt-menu ul.social-menu li {
    width: 40px;
    height: 50px;
    line-height: 38px;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.bt-menu.bt-menu-open ul.social-menu:nth-of-type(2) li:first-child {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.bt-menu.bt-menu-open ul.social-menu:nth-of-type(2) li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.bt-menu.bt-menu-open ul.social-menu:nth-of-type(2) li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.bt-menu.bt-menu-open ul.social-menu:nth-of-type(2) li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.bt-menu.bt-menu-open ul.social-menu:nth-of-type(2) li:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.bt-menu.bt-menu-open ul.social-menu:nth-of-type(2) li {
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media only screen and (min-width:1000px) and (max-width:1024px) {
    .bt-menu ul:first-of-type {
        right: 0;
    }

    .bt-menu ul:nth-of-type(2) {
        right: 0;
    }

    .bt-menu ul {
        width: 360px;
    }
}
/*1500*/
@media only screen and (min-width:1441px) and (max-width:1550px) {
    .bt-menu ul:first-of-type{right:58px;}
}
/*Iphone 5*/
@media only screen and (max-width:359px) {
    .bt-menu ul {
        width: 230px;
    }

    .bt-menu-open .bt-menu-container:after {
        left: 30px;
    }

    .bt-menu-trigger {
        right: 0;
    }

    .bt-menu-trigger span {
        right: 15px;
        top: 0;
        height: 3px;
    }

    .bt-menu-open .bt-menu-trigger {
        right: 0;
        top: 33px;
    }
}

/*Samsung 3*/
@media only screen and (min-width:360px) and (max-width:369px) {
    .bt-menu ul {
        width: 254px;
    }

    .bt-menu-open .bt-menu-container:after {
        left: 30px;
    }

    .bt-menu-trigger {
        right: 0;
        top: 8px;
    }

    .bt-menu-trigger span,.bt-menu-open .bt-menu-trigger span {
        right: 20px;
    }

    .bt-menu-open .bt-menu-trigger {
        right: 0;
        top: 20px;
    }
}

/* iphone 6/6s dikey*/
@media only screen and (min-width:370px) and (max-width:399px) {
    .bt-menu ul {
        width: 254px;
    }

    .bt-menu-open .bt-menu-container:after {
        left: 30px;
    }

    .bt-menu-trigger {
        right: 0;
    }

    .bt-menu-trigger span {
        right: 20px;
        height: 3px;
        top: 0;
    }

    .bt-menu-open .bt-menu-trigger {
        right: 120px;
        top: 35px;
    }
}

/* iphone Plus dikey*/
@media only screen and (min-width:400px) and (max-width:479px) {
    .bt-menu ul {
        width: 254px;
    }

    .bt-menu-open .bt-menu-container:after {
        left: 30px;
    }

    .bt-menu-trigger {
        right: 0;
        top: 10px;
    }

.bt-menu-open .bt-menu-trigger {
    top: 20px;
}

    .bt-menu-trigger span {
        right: 20px;
        height: 3px;
    }

    .bt-menu-open .bt-menu-trigger {
        right: 120px;
    }
}

/* iphone 4 yatay*/
@media only screen and (min-width:480px) and (max-width:559px) {
    .bt-menu ul {
        width: 300px;
    }
    .bt-menu{height:40px;}
    .bt-menu ul:nth-of-type(2) {
        right: 0;
        width: 200px;
    }

    .bt-menu ul.social-menu li.contact-container {
        font-size: 16px;
    }

    .bt-menu-open .bt-menu-container:after {
        display: none;
    }

    .bt-menu-trigger {
        right: 0;
        top: 8px;
    }

.bt-menu-open .bt-menu-trigger {
    top: 46px;
}

    .bt-menu-trigger span {
        right: 20px;
    }

    .bt-menu-open .bt-menu-trigger {
        right: 0;
    }
}

/* iphone 5/5s yatay*/
@media only screen and (min-width:560px) and (max-width:639px) {
    .bt-menu ul {
        width: 280px;
    }
    .bt-menu{height:40px;}
    .bt-menu ul:nth-of-type(2) {
        right: 0;
        width: 180px;
    }

    .bt-menu ul.social-menu li.contact-container {
        font-size: 16px;
    }

    .bt-menu-open .bt-menu-container:after {
        display: none;
    }

    .bt-menu-trigger {
        right: 0;
        top: 7px;
    }

.bt-menu-open .bt-menu-trigger {
    top: 47px;
}

    .bt-menu-trigger span {
        right: 20px;
    }

    .bt-menu-open .bt-menu-trigger {
        right: 0;
    }
}

/* Samsung S3 yatay*/
@media only screen and (min-width:640px) and (max-width:659px) {
    .bt-menu ul {
        width: 280px;
    }

.bt-menu ul:nth-child(2) {
    width: 180px;
}
    .bt-menu{height:40px;}
    .bt-menu ul:nth-of-type(2) {
        right: 0;
    }

    .bt-menu ul.social-menu li.contact-container {
        font-size: 16px;
    }

    .bt-menu-open .bt-menu-container:after {
        display: none;
    }

    .bt-menu-trigger {
        right: 0;
        top: 8px;
    }

.bt-menu-open .bt-menu-trigger {
    top: 40px;
}

    .bt-menu-trigger span {
        right: 20px;
    }

    .bt-menu-open .bt-menu-trigger {
        right: 0;
    }
}

/* iphone 6/6s yatay*/
@media only screen and (min-width:660px) and (max-width:699px) {    
    .bt-menu ul {
    width: 200px;
}
    .bt-menu{height:40px;}
.bt-menu ul:first-of-type {
    right: 190px;
}

.bt-menu ul:nth-of-type(2) {
    right: 0;
}

.bt-menu ul.social-menu li.contact-container {
    font-size: 16px;
}

.bt-menu-open .bt-menu-container:after {
    display: none;
}

.bt-menu-trigger {
    right: 0;
}

.bt-menu-trigger span {
    right: 10px;
    top: 1px;
    height: 3px;
}

.bt-menu-open .bt-menu-trigger span {
    right: 20px;
    top: 0;
}

.bt-menu-open .bt-menu-trigger {
    right: 0;
}
}

/* iphone Plus yatay*/
@media only screen and (min-width:700px) and (max-width:759px) {

    .bt-menu ul {
        width: 200px;
    }

.bt-menu ul:first-of-type {
    right: 210px;
}
    
    .bt-menu ul:nth-of-type(2) {
        right: 0;
    }
    
    .bt-menu ul.social-menu li.contact-container {
        font-size: 16px;
    }
    
    .bt-menu-open .bt-menu-container:after {
        display: none;
    }
    
    .bt-menu-trigger {
        right: 0;
        top: 6px;
    }
    
    .bt-menu-trigger span {
        right: 20px;
    }

.bt-menu-open .bt-menu-trigger span {
    right: 20px;
    top: 1px;
}
    
    .bt-menu-open .bt-menu-trigger {
        right: 0;
    }

}

/* tablet dikey*/
@media only screen and (min-width:760px) and (max-width:810px) {
    .bt-menu ul {
        width: 350px;
    }
    
    .bt-menu ul:nth-of-type(2) {
        right: 80px;
    }
    
    .bt-menu ul.social-menu li.contact-container {
        font-size: 24px;
    }
    
    .bt-menu-open .bt-menu-container:after {
        display: none;
    }
    
    .bt-menu-trigger {
        right: 0;
    }
    
    .bt-menu-trigger span {
        right: 20px;
        top: 0;
    }
    
/*    .bt-menu-open .bt-menu-trigger {
        right: 0;
    }*/
}

/* iphone x yatay*/
@media only screen and (min-width:811px) and (max-width:999px) {
    .bt-menu ul {
        width: 250px;
        right: 190px !important;
    }

.bt-menu .social-menu {
    right: 0px !important;
}
    
    .bt-menu ul:nth-of-type(2) {
        right: 0;
    }
    
    .bt-menu ul.social-menu li.contact-container {
        font-size: 16px;
    }
    
    .bt-menu-open .bt-menu-container:after {
        display: none;
    }
    
    .bt-menu-trigger {
        right: 0;
        top: 7px;
    }
    
    .bt-menu-trigger span {
        right: 20px;
    }

.bt-menu-open .bt-menu-trigger span {
    right: 25px;
    top: -14px;
}
    
    .bt-menu-open .bt-menu-trigger {
        right: 0;
    }
}

/*tabley yatay*/
@media only screen and (min-width:1000px) and (max-width:1024px) {}