@charset "UTF-8";
 
*{padding:0;margin:0;list-style:none;border:0;text-decoration:none; font-family:Optima-Regular; -webkit-font-smoothing: antialiased; font-weight: 400;}
*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}

body {font-size: 14px; line-height: 1.47059;  letter-spacing: -.022em; font-family:Optima-Regular; overflow: hidden; }
 
 
::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.Icerik {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    height: 100vh;
}

.Kapsayici {
    width: 70vw;
    height: 100vh;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

 .AnaLogo { position: absolute; z-index: 1; margin-top: 6vh;    left:35%; transform:translate(-35%, -35%); }
 .AnaLogo img {width: 100px;}

.Kapsayici .Banner {
    width: 100%;
}

.Kapsayici .Banner img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.Baslik {
    font-size: 25px;
    font-weight: 500;
    margin: 30px 0px;
    color: #ac785f;
}

.Kapsayici .Katalog {
    width: 100%;
    text-align: center;
}

.Kapsayici .Katalog img {
    width: 100%;
}

.Kapsayici .Lokasyon {
    width: 100%;
    text-align: center;
}

.Kapsayici .Lokasyon iframe {
    width: 97%;
    margin: 20px auto;
    border-radius: 16px;
    text-align: center;
}

.Kapsayici .Lokasyon img {
    width: 115%;
    margin-left: -10vw;
}

.EtaplarBolum {
    margin: 90px 0px 0px;
    width: 100%;
}

.EtaplarBolum .icerik {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.EtaplarBolum .icerik .box {
    background-color: #f1f1f1;
    width: 30%;
    min-height: 360px;
    margin: 50px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 40px;
    border-radius: 15px;
}

.EtaplarBolum .icerik .box img {
    width: 150px;
    margin-top: -120px;
}

.EtaplarBolum .icerik .box h2 {
    font-size: 24px;
    font-weight: 550;
    margin: 10px 0px;
}

.EtaplarBolum .icerik .box p {
    font-size: 15px;
    text-align: center;
    line-height: 30px;
}

.ProjeHakkinda {
}

.ProjeHakkinda .container {
}

.ProjeHakkinda .container .box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 5vh 0px;
}

.ProjeHakkinda .container .box .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.ProjeHakkinda .container .box .left img {
    width: 350px
}

.ProjeHakkinda .container .box .left p {
    font-size: 14px;
    width: 90%;
    margin-top: 20px;
    line-height: 21px;
    max-width: 455px;
    text-align: justify;
}

.ProjeHakkinda .container .box .left h2 {
    font-size: 24px;
    width: 90%;
    color: #ac785f;
    font-weight: 500;
}

.ProjeHakkinda .container .box .right {
    width: 50%;
    text-align: center;
}

.ProjeHakkinda .container .box .right img {
    width: 85%;
}

.MimariText {
    text-align: center;
    margin: 30px auto;
}

.MimariText img {
    width: 500px;
}

.MimariText h2 {
    font-size: 29px;
    width: 70%;
    color: #7c7a77;
    margin: 0 auto;
    font-weight: 900;
}

.MimariText p {
    width: 60%;
    margin: 20px auto;
    font-size: 15px;
    line-height: 22px;
}

.FormMobil {
    display: none;
}

.Form {
    width: 30vw;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.01);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    transition-timing-function: ease-out;
}

.Form .Logo {
}

.Form .Logo img {
    width: 170px;
    margin-top: 15px;
}

.Form .FormKalip {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 30%;
    margin: 25px 0px;
    text-align: center;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Form .FormKalip h2 {
    font-weight: 600;
    font-size: 27px;
    color: #7c7a77;
}

.Form .FormKalip p {
    color: #6d7477;
    font-size: 15px;
    width: 80%;
    margin: 10px auto;
}

.Form .FormKalip .iconlar {
    margin: 25px 0px 5px;
}

.Form .FormKalip .iconlar ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.Form .FormKalip .iconlar ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 11px;
}

.Form .FormKalip .iconlar ul li img {
    width: 50px;
}

.Form .FormKalip .iconlar ul li p {
    font-size: 12px;
    color: #ac785f;
    margin-top: 5px;
    width: auto;
    font-weight: 400;
}

.Form .FormKalip .FormDoldur {
}

.Form .FormKalip .FormDoldur input {
    background-color: #f1f2ef;
    border-radius: 6px;
    width: 90%;
    height: 40px;
    margin: 10px 0px;
    text-indent: 10px;
    font-size: 15px;
}

.Form .FormKalip .FormDoldur input[type="button"] {
    background-color: #5eb0cc;
    color: #fff;
    font-weight: 500;
    border-radius: 6px;
    width: 40%;
    height: 40px;
    margin: 10px 0px;
    text-indent: 0px;
    font-size: 16px;
}

.Form .FormKalip .FormDoldur textarea {
    background-color: #f1f2ef;
    border-radius: 6px;
    width: 90%;
    min-height: 40px;
    padding-top: 20px;
    margin: 10px 0px;
    text-indent: 10px;
    font-size: 15px;}	

.Form .FormKalip .FormDoldur select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f1f2ef;
    border-radius: 6px;
    width: 90%;
    height: 40px;
    margin: 10px 0px;
    text-indent: 10px;
    font-size: 15px;
}

label.ulkekodu {
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0.75em;
}

.MimarVideo {
    width: 100%;
    padding: 15px 0px 50px;
    background-color: #f1f1f1;
}

.MimarVideo h2 {
    font-weight: 500;
    font-size: 27px;
    width: 90%;
    color: #ac785f;
    margin: 30px auto;
    text-align: center;
    margin-left: 5%;
}

.Bottom {
    text-align: center;
    margin: 10px auto;
}

.Bottom .YasalMetin {
    width: max-content;
    padding: 10px 15px;
    margin: 10px auto;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
}

.Bottom .SssIcerik {
    background-color: #f1f1f1;
    width: 80%;
    padding: 30px;
    margin: 10px auto;
    border-radius: 6px;
}

.Bottom .SssIcerik p {
    font-size: 12px;
    margin: 0px auto;
}

.Bottom p {
    font-size: 12px;
    margin-top: 10px;
}

.Galeri {
    width: 100%;
    height: auto;
}

.swiper-container {
    border-radius: 8px !important;
    height: 50vh;
}

.container .swiper-container .swiper-wrapper .swiper-slide .card-image {
    border: none;
       height: 50vh;
    outline: none;
    border-radius: 2px;
}

.container .swiper-container .swiper-wrapper .swiper-slide .card-image img {
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
     height: 50vh !important;
    border-radius: 8px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.container .swiper-container .swiper-pagination-bullet {
    opacity: 0.8;
    background: #252a32;
}

.container .swiper-container .swiper-pagination-bullet-active {
    background: #ffffff;
}

.container .swiper-container .swiper-button-next, .container .swiper-container .swiper-button-prev {
    background-image: none;
    background-size: 0;
    background-repeat: no-repeat;
    background-position: 0;
    margin-top: -1rem;
}

.container .swiper-container .swiper-button-next .arrow-icon, .container .swiper-container .swiper-button-prev .arrow-icon {
    font-size: 2rem;
    color: #ffffff;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 30px !important;
}

.swiper-containeriki {
    border-radius: 8px !important;
}

.container .swiper-containeriki .swiper-wrapper .swiper-slide .card-image {
    border: none;
    outline: none;
    border-radius: 2px;
}

.container .swiper-containeriki .swiper-wrapper .swiper-slide .card-image img {
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 8px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.container .swiper-containeriki .swiper-paginationiki-bullet {
    opacity: 0.8;
    background: #252a32;
}

.container .swiper-containeriki .swiper-paginationiki-bullet-active {
    background: #ffffff;
}

.container .swiper-containeriki .swiper-button-next, .container .swiper-containeriki .swiper-button-prev {
    background-image: none;
    background-size: 0;
    background-repeat: no-repeat;
    background-position: 0;
    margin-top: -1rem;
}

.container .swiper-containeriki .swiper-button-next .arrow-icon, .container .swiper-containeriki .swiper-button-prev .arrow-icon {
    font-size: 2rem;
    color: #ffffff;
}

.swiper-button-next, .swiper-containeriki-rtl .swiper-button-prev {
    right: 30px !important;
}

.swiper-button-previki {
    background-image: none;
    background-size: 0;
    background-repeat: no-repeat;
    background-position: 0;
    margin-top: -1rem;
}

.swiper-button-previki .arrow-icon {
    font-size: 2rem;
    color: #ffffff;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox + label:before {
    border-radius: 8px;
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    background: #e6ecee;
}

.styled-checkbox:hover + label:before {
    background: #e6ecee;
}

.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
/*    .styled-checkbox:checked + label:before {
        background: #f35429;
      } */

.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    background: #a2a2a2;
    width: 15px;
    height: 15px;
    border-radius: 6px;
}

.unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.centered {
    width: 90%;
    margin: auto;
}

.title {
    text-align: center;
    color: #4571ec;
}

.checkboxli {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.checkboxli p {
    font-size: 13px !important;
    text-align: left;
}

.cd-nugget-info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    left: 0
}

.cd-nugget-info a {
    position: relative;
    font-size: 14px;
    color: #5e6e8d;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.no-touch .cd-nugget-info a:hover {
    opacity: .8
}

.cd-nugget-info span {
    vertical-align: middle;
    display: inline-block
}

.cd-nugget-info span svg {
    display: block
}

.cd-nugget-info .cd-nugget-info-arrow {
    fill: #5e6e8d
}

.cd-popup-trigger {
    font-size: 13px;
    color: #000;
}

@media only screen and (min-width: 1170px) {
    .cd-popup-trigger {
    }
}

.cd-popup {
    z-index: 9;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0 .3s;
    -moz-transition: opacity .3s 0s, visibility 0 .3s;
    transition: opacity .3s 0s, visibility 0 .3s
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0 0;
    -moz-transition: opacity .3s 0s, visibility 0 0;
    transition: opacity .3s 0s, visibility 0 0
}

.cd-popup-container {
    position: relative;
    width: 90%;
    height: 85vh;
    overflow: scroll;
    margin: 4em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s
}

.cd-popup-container p {
    padding: 3em 3em;
    overflow: scroll;
    height: auto;
    text-align: left;
    font-size: 14px;
}

.cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both
}

.cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
    list-style: none
}

.cd-popup-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s
}

.cd-popup-container .cd-buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 .25em
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982
}

.cd-popup-container .cd-buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px
}

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5
}

.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px
}

.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px
}

.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0)
}

rm: translateY(0);
}

@media only screen and (min-width: 1170px) {
    .cd-popup-container {
        margin: 8em auto;
    }
}

.cd-popup-triggeriki {
    font-size: 13px;
    color: #000;
}

@media only screen and (min-width: 1170px) {
    .cd-popup-triggeriki {
    }
}

.cd-popupiki {
    z-index: 9;
    position:fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background-color:rgba(94, 110, 141, 0.9);
    opacity:0;
    visibility:hidden;
    -webkit-transition:opacity .3s 0s, visibility 0 .3s;
    -moz-transition:opacity .3s 0s, visibility 0 .3s;
    transition:opacity .3s 0s, visibility 0 .3s
}

.cd-popupiki.is-visible {
    opacity:1;
    visibility:visible;
    -webkit-transition:opacity .3s 0s, visibility 0 0;
    -moz-transition:opacity .3s 0s, visibility 0 0;
    transition:opacity .3s 0s, visibility 0 0
}

.cd-popup-containeriki {
    position:relative;
    width:90%;
    height: 85vh;
    overflow: scroll;
    margin:4em auto;
    background:#FFF;
    border-radius:.25em .25em .4em .4em;
    text-align:center;
    box-shadow:0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform:translateY(-40px);
    -moz-transform:translateY(-40px);
    -ms-transform:translateY(-40px);
    -o-transform:translateY(-40px);
    transform:translateY(-40px);
    -webkit-backface-visibility:hidden;
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    transition-property:transform;
    -webkit-transition-duration:.3s;
    -moz-transition-duration:.3s;
    transition-duration:.3s
}

.cd-popup-containeriki p {
    padding:3em 3em;
    overflow: scroll;
    height: auto;
    text-align: left;
    font-size: 14px;
}

.cd-popup-containeriki .cd-buttons:after {
    content:"";
    display:table;
    clear:both
}

.cd-popup-containeriki .cd-buttons li {
    float:left;
    width:50%;
    list-style:none
}

.cd-popup-containeriki .cd-buttons a {
    display:block;
    height:60px;
    line-height:60px;
    text-transform:uppercase;
    color:#FFF;
    -webkit-transition:background-color .2s;
    -moz-transition:background-color .2s;
    transition:background-color .2s
}

.cd-popup-containeriki .cd-buttons li:first-child a {
    background:#fc7169;
    border-radius:0 0 0 .25em
}

.no-touch .cd-popup-contaiikiner .cd-buttons li:first-child a:hover {
    background-color:#fc8982
}

.cd-popup-container .cd-buttons li:last-child a {
    background:#b6bece;
    border-radius:0 0 .25em 0
}

.no-touch .cd-popup-containeriki .cd-buttons li:last-child a:hover {
    background-color:#c5ccd8
}

.cd-popup-containeriki .cd-popup-closeiki {
    position:absolute;
    top:8px;
    right:8px;
    width:30px;
    height:30px
}

.cd-popup-containeriki .cd-popup-closeiki::before, .cd-popup-containeriki .cd-popup-closeiki::after {
    content:'';
    position:absolute;
    top:12px;
    width:14px;
    height:3px;
    background-color:#8f9cb5
}

.cd-popup-containeriki .cd-popup-closeiki::before {
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
    left:8px
}

.cd-popup-containeriki .cd-popup-closeiki::after {
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
    right:8px
}

.is-visible .cd-popup-containeriki {
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0)
}

rm: translateY(0);
}

@media only screen and (min-width: 1170px) {
    .cd-popup-container {
        margin: 8em auto;
    }
}

.cd-popup-triggeruc {
    font-size: 13px;
    color: #000;
}

@media only screen and (min-width: 1170px) {
    .cd-popup-triggeruc {
    }
}

.cd-popupuc {
    z-index: 9;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(49, 52, 56, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0 .3s;
    -moz-transition: opacity .3s 0s, visibility 0 .3s;
    transition: opacity .3s 0s, visibility 0 .3s
}

.cd-popupuc.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0 0;
    -moz-transition: opacity .3s 0s, visibility 0 0;
    transition: opacity .3s 0s, visibility 0 0
}

.cd-popup-containeruc {
    position: relative;
    width: 45%;
    height: 20vh;
    overflow: scroll;
    margin: 4em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s
}

.cd-popup-containeruc p {
    padding: 3em 3em;
    overflow: scroll;
    height: auto;
    text-align: left;
    font-size: 14px;
}

.cd-popup-containeruc .cd-buttons:after {
    content: "";
    display: table;
    clear: both
}

.cd-popup-containeruc .cd-buttons li {
    float: left;
    width: 50%;
    list-style: none
}

.cd-popup-containeruc .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s
}

.cd-popup-containeruc .cd-buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 .25em
}

.no-touch .cd-popup-containeruc .cd-buttons li:first-child a:hover {
    background-color: #fc8982
}

.cd-popup-container .cd-buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0
}

.no-touch .cd-popup-containeruc .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8
}

.cd-popup-containeruc .cd-popup-closeuc {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px
}

.cd-popup-containeruc .cd-popup-closeuc::before, .cd-popup-containeruc .cd-popup-closeuc::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5
}

.cd-popup-containeruc .cd-popup-closeuc::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px
}

.cd-popup-containeruc .cd-popup-closeuc::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px
}

.is-visible .cd-popup-containeruc {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0)
}
 
@media only screen and (min-width: 1170px) {
    .cd-popup-containeruc {
        margin: 8em auto;
    }
}


.InsaatFirmaLogo { margin-top: 24px;}
.InsaatFirmaLogo img{ width: 100px;}


.LandingBanner { width: 100%; height: 100vh;}
.LandingBanner img{ height: 80vh; width: 100%;  object-fit: cover;}
.LandingBanner{width:100%;height:100vh;position:relative;}
.LandingBanner video{height:100vh;width:100%;object-fit:cover;display:block;}
.LandingBanner .mobile{display:none;}
@media(max-width:768px){
  .LandingBanner{height:80vh}
  .LandingBanner video{height:80vh}
  .LandingBanner .desktop{display:none}
  .LandingBanner .mobile{display:block}
}


