#fp-nav ul li a.active:after,
#fp-nav ul li a:hover:after {
    opacity: .5
}

#fp-nav ul li a:after {
    opacity: 1
}

.open-project {
    font-size: 45px;
    position: relative
}
.content-caption p a{
    color:#fff;
}

#menu:before {
    width: 70px;
    left: -85px
}

#menu.hover:before,
#menu:hover:before {
    width: 65px
}

#dama-menu:hover:before {
    width: 75px
}

#fp-nav ul li a::before {
    width: 16px;
    right: 100%;
    margin-right: 5px
}

@keyframes multiEfect {
    0% {
        right: 100%;
        width: 0
    }
    100% {
        right: 0;
        width: 100%;
        margin-right: 0
    }
}

@-webkit-keyframes multiEfect {
    0% {
        right: 100%;
        width: 0
    }
    100% {
        right: 0;
        width: 100%;
        margin-right: 0
    }
}

#fp-nav ul li a:hover:before {
    -webkit-animation-name: multiEfect;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-name: multiEfect;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    width: 100%;
    right: 0
}

#fp-nav ul li a.active:before {
    width: 100%;
    right: 0;
    margin-right: 0
}

#fp-nav ul li a {
    width: fit-content
}

#about-us {
    z-index: 10;
    width: calc(100%);
    transition: all 1.25s ease-in
}

#about-us.is-active {
    transition: all 1.25s ease-in
}

#dama-ref.is-active {
    transition: all 1.25s ease-in
}

#dama-menu {
    z-index: 11
}

.share-button::before {
    height: 30px;
    width: 30px;
    left: 60%
}

.share-button .sb-social {
    position: static;
    opacity: 0;
    transition: all .4s ease;
    visibility: visible
}

.share-button .sb-social ul li {
    float: right
}

.share-button:hover .sb-social {
    opacity: 1
}

.mapHref {
    color: #fff!important
}

#dama-ref {
    background-color: #fff;
    width: calc(100%)
}

header {
    z-index: 11
}

#dama-header {
    z-index: 11
}

.referans {
    height: 200px;
    width: 14.4444%;
    float: left;
    display: block;
    margin: 10px;
    border-radius: 50%;
    filter: grayscale(100%)
}

.referans:hover {
    filter: grayscale(0)
}

#fp-nav.right {
    right: 30px
}

#fp-nav ul li {
    width: auto
}

.share-button.menuActived:before {
    background-image: url(../images/share-siyah.png)
}

.share-button.menuActived li:before {
    color: #000!important
}

#menu li.about-open.opened:before {
    background-color: #000!important
}

.wrapper {
    padding-left: 2%;
    margin: auto 2%;
    width: 100%;
    margin-top: 80px
}

#myFrm .form-group {
    margin: 10px 0
}

#myFrm .form-button {
    margin-top: 20px
}

@media only screen and (max-width:1024px) {
    .content-caption {
        border-width: 80px 125px 140px 50px
    }
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background-color: #fff;
    opacity:1;
}

.share-button.menuActived {
    top: auto;
    bottom: 50px;
    left: 0;
    right: auto
}

.share-button.menuActived::before {
    left: 30%
}
.in{
    display: none;
}
.gorusmediv.modal{
    opacity: 1;
    top: -100%;
    transition: all 3s;
    display: block!important;
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .open-project {
        font-size: 25px
    }
    .content-caption {
        width: 70%
    }
    .open-project-link {
        margin-bottom: 20px
    }
    #dama-menu {
        right: 80px!important
    }
    .referans {
        width: 21.1111%;
        height: auto;
    }
    .share-button {
        right: 14%
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .wrapper {
        padding-left: 0
    }
    .open-project-link {
        margin-bottom: 40px
    }
    .content-caption {
        width: 60%
    }
    .about-content {
        margin-top: 80px
    }
    .one_half {
        width: 50%
    }
    #dama-menu {
        right: 8%!important
    }
    .open-project {
        font-size: 35px
    }
}

@media screen and (max-width:480px) {
    .wrapper {
        width: 100%;
        margin-top: 0;
        padding: 0;
    }
    .one_half>h4{
        font-size: 15px;
        margin-bottom: 80%;
    }
    .one_half>p{
        text-align: center;
    }
    .tarif{
        position: fixed;
        bottom: -5px;
        text-align: left !important;
    }
    .about-content{
        padding: 0px 0;
    }
    .bizeyaz{
        color:#fff;
        text-align: center;
        width: 100%;
        background: #000;
        height: 40px;
    }
    .light-content .clapat-button{
        color: #000;
    background-color: rgba(255, 255, 255, 1);
    border: #000 2px solid;
    padding: 12px 24px;
    }
    input,textarea{
        box-shadow: none !important;
    }
    .modal-header{
        border-bottom: 0px;
    }
    .modal-header .close{
        
        height: 50px;
        font-size: 30px;
    }
    .gorusdiv{
       position: fixed;
       top: 0%;
       width: 80%;
    }
    #dama-menu{
        height: 20px;
    }
    .open-project{
        font-size: 15px !important; 
    }
    .open-project:after{
        width:-webkit-fill-available;
    }
    .content-caption{
        width: 90%;
        bottom: 80px;
    }
    .fixed-bottom{
        opacity: 0.8;
    }
    /*.section:nth-child(1) .content-caption{
    bottom: 20px;
}
.section:nth-child(2) .content-caption{
    bottom: 20px;
}
.section:nth-child(4) .content-caption{
    bottom: 20px;
}
.section:nth-child(5) .content-caption{
    bottom: 15px;
}*/

}
.modal-backdrop{
    z-index: 0;
}
.modal{
    left: 5px;
    width: 95%;
    margin-left: 0;
}
.modal.fade.in{
    top:18%;
}
.sayfa{
    width: calc(100%);
    height: 100%;
    position: relative;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    top: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.sayfa.is-active {
    visibility: visible;
    opacity: 1;
    transition: all 1.25s ease-in;
}
.sayfamenu{
    display: none;
    bottom: 50px;
    margin: 0;
    position: fixed;
    float: right;
    height: 40px;
    z-index: 11;
    right: 120px;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sayfamenu-close{
    height: 40px;
    list-style: none;
    margin: 0;
    line-height: 40px;
    color: #000;
    cursor: pointer;
    text-align: center;
    opacity: 1;
    z-index: 11;
    width: 50px;
    position: relative;
    webkit-transition: all .3s ease-in-out .3s;
    -moz-transition: all .3s ease-in-out .3s;
    -o-transition: all .3s ease-in-out .3s;
    -ms-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;

}
#sayfamenu{
    display: none;
}
.sayfamenu-close:before{
    content: "";
    background-color: #000;
    height: 1px;
    left: -85px;
    position: absolute;
    top: 21px;
    width: 70px;
    z-index: 5;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sayfamenu-close:hover:before{
    left:0;
}
.sayfamenu-close.hidden{
    display: none;
}
.syf{
    float: left;
    color: #fff;
    cursor:pointer;
    line-height: 2;
    display: contents;
}
.icsayfaparallax{
    margin: 23.5% 0 0;
    padding: 0;
    height: 100%;
}
.parallaxicsayfa img{
       width: 100%;
    height: 76%;
    position: fixed;
    left: 0;
    top: 0;
}
.parallaxicyazi{
    width: 75%;
    background-color: transparent;
    font-size: 36px;
    line-height: 2;
    color: #000;
    margin-left: 10%;
        min-height: 1000px;
}
.parallaxicyazi>p{
        font-size: 36px;
    line-height: 2;
    color: #000;
}
.opened:before{
    background-color:#000 !important;
}
.icsayfaheader{
    /*background-color:transparent!important;*/
    transition: top .75s ease;
    top:0;
}
.parayaz{
   background-color: #fff;
   width: 100%; 
   position: relative; 
   top: 60%; 
   left:0;
}
.navmenu{
    top: -25%;
}

.tasin{
            left: 30%;
    right: 30%;
    margin-left: auto;
    width: auto;
    display: block;
       }
       .tasin .yazi{
  padding:50px;
  background: #fff;
}
       .tasin .modal-body{
            height: 100%;
            max-height: 100%;
       }
       .tasin .close{
            /*position: absolute;*/
    right: 5%;
    top: 5%;
    font-size: 50px;
       }
       .tasin .yazi p{
    font-size: 13px;
    margin-bottom: 15px;
    line-height: unset;
}
.yukari-cik , .asagi-in{
    display: none;
}
#wh-widget-send-button{
    height: 30px;
    position: absolute;
    bottom: 15px;
    z-index: 1;
    left: 5%;
    color: #fff!important;
}
#wh-widget-send-button .fa-whatsapp{
    font-size: 30px;
        color: #fff!important;
}
@media only screen and (max-width:1200px) and (orientation:portrait){
    .tasin {
    left: 15%;
    right: 15%;
    margin-left: auto;
    width: auto;
}
}
@media only screen and (max-width:480px){
.tasin {
    left: 5%;
    right: 5%;
    top:5% !important;
}
.tasin .close {
    right: 10%;
    top: 10%;
    font-size: 30px;
}
.yukari-cik{
    position: absolute;
    top: 40%;
    right: 5%;
    display: block;
    z-index: 1;
}
.asagi-in{
    position: absolute;
    top: 60%;
    right: 5%;
    display: block;
    z-index: 1;
}
.tasin .yazi{
  padding:15px;
}
#gorusmenu li.about-open:before{
    display: none;
}
#dama-menu li.dama-menu-open:before{
    display: none;
}
}
