﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;900&display=swap');

body {
    font-family: 'Montserrat', 'volvo_sans_proregular', sans-serif;
    background-color: #f0f2f5;
}

.ortala {
    width: calc(100% - 40px);
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.ortala2 {
    width: calc(100% - 40px);
    padding: 0 20px;
    max-width: 1024px;
    margin: 0 auto;
}

.head-bar {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.head-bar .menu {
    width: 100%;
    display: table;
    height: 58px;
    max-width: 1024px;
}

.head-bar .menu>ul {
    display: table-row;
}

.head-bar .menu>ul>li {
    display: table-cell;
    vertical-align: middle;
}

.head-bar .menu>ul>li>a {
    display: block;
    color: #c1a062;
    text-align: center;
    padding: 22px 0px;
    font-family: 'Montserrat', 'volvo_sans_promedium', sans-serif;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 50px;
}

.head-bar .menu>ul>li>a:hover {
    background: #c1a062;
    color: #ffffff;
    border-radius: 50px;
    transform: scale(1.1);
}

.head-bar .menu>ul>li:first-child {
    width: 330px;
}

.head-bar .menu>ul>li:first-child>a {
    padding: 10px 0;
    padding-right: 35px;
}

.head-bar .menu>ul>li:first-child>a:hover {
    background: none;
}

.head-bar .menu>ul>li img {
    width: 100%;
}

.input-group {
    width: 100%;
    margin: 15px 0px;
    overflow: hidden;
}

.ikili-input {
    display: flex;
    justify-content: space-between;
}

.ikili-input>input,
.tekli-input>input {
    box-sizing: border-box;
    padding: 12px;
    font-family: 'Montserrat', 'volvo_sans_prolight', sans-serif;
    border: 1px solid #1d3b6b;
    background: #0a192f;
    color: #fff;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

.ikili-input>input:focus,
.tekli-input>input:focus {
    outline: none;
    border-color: #007bff;
}

.ikili-input>input {
    width: calc(50% - 5px);
}

.tekli-input>input {
    width: 100%;
}

.input-group>button {
    padding: 10px 20px;
    background: #007bff;
    border: 0px;
    color: #fff;
    float: right;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.input-group>button:hover {
    background: #0056b3;
}

.input-group>span {
    line-height: 18px;
    font-size: 14px;
}

.ulasalim-adress {
    clear: both;
    line-height: 25px;
    margin-top: 34px;
}

.ulasalim-adress>h4 {
    color: white;
    font-size: 20px;
    font-family: 'Montserrat', 'volvo_sans_promedium', sans-serif;
    font-weight: 300;
}

.ulasalim-adress>p {
    color: white;
    font-family: 'Montserrat', 'volvo_sans_prolight', sans-serif;
    line-height: 18px;
    font-size: 14px;
}

.ulasalim-adress>.smallfont {
    font-size: 11px;
    line-height: 12px;
    margin-top: 8px;
    opacity: 0.7;
}

.bg1 {
    background: url(../img/dis-mekan/4.jpg) no-repeat center center/cover;
}

.bg2 {
    background: url(../img/dis-mekan/1.jpg) no-repeat center center/cover;
}

.bg3 {
    background: url(../img/dis-mekan/5.jpg) no-repeat center center/cover;
}

.bg4 {
    background: url(../img/dis-mekan/7.jpg) no-repeat center center/cover;
}

.bgblack {
    background: #0a192f;
    overflow: hidden;
}

.bgturuncu {
    background: #007bff;
    overflow: hidden;
}

.bgwhite {
    background: #fff;
    overflow: hidden;
}

.bgopacity85,
.bgopacity60 {
    background: linear-gradient(rgba(10, 25, 47, 0.85), rgba(10, 25, 47, 0.85));
}

.ic-container {
    width: 100%;
    color: #fff;
    background-color: #c1a062;
    margin: 20px 0;
}

.ic-container>div {
    width: 100%;
    height: 100%;
}

.ic-container>div>div {
    position: relative;
    height: 100%;
}

.ic-container>div>div>.bgustresim {
    position: absolute;
    bottom: 0px;
}

.ic-container>div>div>.bgustresim>img {
    width: 100%;
    max-width: 600px;
}

.minheight700 {
    min-height: 700px;
}

.minheight600 {
    min-height: 600px;
}

.left0 {
    left: 0px;
}

.right0 {
    right: 0px;
}

.right50 {
    right: 50px;
    top: 160px;
}

.left50 {
    left: 50px;
    top: 170px;
}

.ic-container>div>div>.kareic {
    width: 400px;
    position: absolute;
    border: none;
    transform: none;
    padding: 30px;
    background: rgba(255, 255, 255, 0.95);
    color: #0a192f;
    border-radius: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.ic-container>div>div>.kareic>div {
    position: static;
    transform: none;
    padding: 0;
}

.ic-container>div>div>.kareic>div>h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 300;
    padding-bottom: 15px;
    color: #c1a062;
}

.ic-container>div>div>.kareic>div>h2>span {
    font-size: 38px;
    font-family: 'Montserrat', 'volvo_sans_probold', sans-serif;
    line-height: 1.2;
    font-weight: 700;
}

.ic-container>div>div>.kareic>div>p {
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Montserrat', 'volvo_sans_proregular', sans-serif;
    color: #c1a062;
}

.ic-container>div>div>.ozelyazi {
    position: absolute;
    bottom: 50px;
    right: 100px;
    width: 300px;
    text-align: right;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.ic-container>div>div>.ozelyazi>h2 {
    font-size: 35px;
}

.ic-container>div>div>.ozelyazi>p {
    font-size: 20px;
    font-family: 'Montserrat', 'volvo_sans_prolight', sans-serif;
    line-height: 26px;
}

.ic-container>div>div>.ozelyazi>p>span {
    font-size: 26px;
}

.kareic1,
.kareic2,
.kareic3 {
    height: auto;
}

.ic-container>div>div>.yuvarlakicyazi {
    padding: 20px;
    position: absolute;
    border: 2px solid #ffffff;
    border-radius: 10%;
    text-align: center;
    background-color: #c1a062;
}

.konum1 {
    top: 90px;
    right: 320px;
}

.konum2 {
    top: 35%;
    right: 0%;
}

.konum3 {
    top: 300px;
    right: 290px;
}

.konum4 {
    top: 400px;
    right: 25px;
}

.ic-container>div>div>.yuvarlakicyazi>p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.ic-container>div>div>.yuvarlakicyazi>p>span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 35px;
}

.keyifliyasam {
    width: 100%;
    background: #c1a062;
    height: auto;
    overflow: hidden;
    margin-top: -2px;
}

.keyifliyasam>div>div {
    width: 500px;
    text-align: center;
    float: right;
    padding: 40px 0px;
    color: #fff;
}

.keyifliyasam>div>div>p {
    font-family: 'Montserrat', 'volvo_sans_prolight', sans-serif;
    font-size: 24px;
}

.keyifliyasam>div>div>p>span {
    font-family: 'Montserrat', 'volvo_sans_promedium', sans-serif;
    font-size: 48px;
    font-weight: 700;
}

.form-tesekkur {
    width: calc(90% - 50px);
    margin: 0 auto;
    padding: 25px;
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 15px;
}

.form-tesekkur a {
    display: block;
    margin-top: 15px;
    border: 1px solid #007bff;
    width: auto;
    padding: 8px;
    color: #007bff;
}

.nedenferah {
    width: 100%;
    display: table;
    height: auto;
}

.nedenferah>ul {
    display: table-row;
}

.nedenferah>ul>li {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 10px 0;
}

.nedenferah>ul>li:first-child {
    background: #c1a062;
    color: #fff;
}

.nedenferah>ul>li:first-child>div {
    float: right;
    padding-right: 10%;
    width: 300px;
}

.nedenferah>ul>li:last-child {
    background: #f8f9fa;
    color: #0a192f;
}

.nedenferah>ul>li:last-child>div {
    float: left;
    padding-left: 10%;
    width: 300px;
}

.nedenferah>ul>li>div>h4 {
    font-family: 'Montserrat', 'volvo_sans_prolight', sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
    letter-spacing: 2px;
    color: #000000;
}

.nedenferah>ul>li>div>h4>span {
    color: black;
    font-family: 'Montserrat', 'volvo_sans_probold', sans-serif;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: 700;
}

.nedenferah>ul>li>div>p {
    font-family: 'Montserrat', 'volvo_sans_proregular', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.firmalar {
    width: 100%;
    display: table;
    background: #fff;
    color: #333;
    margin: 90px 0px;
}

.firmalar>ul {
    display: table-row;
}

.firmalar>ul>li {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.firmalar>ul>li:first-child>div {
    float: right;
    padding-right: 25px;
    width: 500px;
}

.firmalar>ul>li:last-child>div {
    float: left;
    padding-left: 25px;
    width: 500px;
}

.firmalar>ul>li>div>div {
    width: 180px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.firmalar>ul>li>div>div>img {
    width: 100%;
}

.firmalar>ul>li>div>p {
    font-family: 'Montserrat', 'volvo_sans_prolight', sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

.katplanlari {
    padding: 40px 0;
    overflow: hidden;
}

.katplanlari h2 {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
    width: 250px;
    letter-spacing: 2px;
    color: #ffffff;
}

.katplanlari>ul>li {
    float: left;
    width: calc((100% / 4) - 42px);
    padding: 15px 10px;
    border: 1px solid #ffffff;
    text-align: center;
    margin: 10px 10px;
    font-family: 'Montserrat', 'volvo_sans_prolight', sans-serif;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.katplanlari>ul>li a {
    color: white;
    letter-spacing: 1px;
    font-size: 14px;
}

.katplanlari>ul>li:hover {
    cursor: pointer;
    background: #ffffff;
    border-color: #c1a062;
}

.katplanlari>ul>li:hover>a {
    color: #c1a062;

}

.katplanlari>ul>li span {
    font-family: 'Montserrat', 'volvo_sans_promedium', sans-serif;
    font-weight: 700;
}

.contact {
    text-align: center;
    padding: 70px 0;
}

.contact>p {
    font-family: 'Montserrat', 'volvo_sans_prolight', sans-serif;
    color: #ffffff;
    width: 400px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 26px;
}

.contact>.phonenumber {
    color: #fff;
    font-family: 'Montserrat', 'volvo_sans_probold', sans-serif;
    font-size: 60px;
    margin: 20px 0px;
    font-weight: 700;
}

.contact>.phonenumber>img {
    width: 50px;
}

.contact .contact-konum {
    cursor: pointer;
    width: 162px;
    background: #ffffff;
    color: #fff;
    padding: 10px;
    margin: 40px auto;
    font-family: 'Montserrat', 'volvo_sans_prolight', sans-serif;
    font-size: 15px;
    border-radius: 5px;
}

.contact .sosyal-icon {
    display: table;
    width: 300px;
    margin: 20px auto 0 auto;
}

.contact .sosyal-icon>ul {
    display: table-row;
}

.contact .sosyal-icon>ul>li {
    display: table-cell;
    text-align: center;
}

.contact .sosyal-icon>ul>li img {
    width: 45%;
}

.marginbt0 {
    margin-bottom: 0px !important;
}

.marginbt60 {
    margin-bottom: 60px !important;
}

.contact-form {
    text-align: center;
    padding: 100px 0;
    position: relative;
    background: #007bff;
}

.contact-form>h2 {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #ffffff;
}

.contact-form>p {
    margin: 30px auto;
    max-width: 700px;
    color: #fff;
    line-height: 24px;
    font-family: 'Montserrat', 'volvo_sans_prolight', sans-serif;
}

#cont_msj {
    text-align: center;
}

.contact-form>.input-group {
    max-width: 440px;
    margin: 10px auto;
}

.gonderbtn {
    border: 1px solid #fff;
    background: transparent;
    padding: 12px 60px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.gonderbtn:hover {
    background: #fff;
    color: #007bff;
}

.footer {
    display: table;
    margin: 50px auto;
    width: 100%;
}

.footer>ul {
    display: table-row;
}

.footer>ul>li {
    display: table-cell;
    vertical-align: top;
    color: #7c7c7c;
    text-align: center;
    width: calc(100% / 3);
}

.footer>ul>li:nth-child(2)>img {
    width: 200px;
}

.footer>ul>li:first-child>img {
    width: 260px;
    float: left;
}

.footer>ul>li:nth-child(2)>p {
    margin-top: 10px;
    color: #555;
}

.footer>ul>li:first-child>span {
    color: #111;
    line-height: 48px;
    display: block;
    float: left;
    border-left: 1px solid #898a8b;
    margin: 7px;
    padding-left: 20px;
    font-family: 'Montserrat', 'volvo_sans_prolight', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.footer>ul>li:last-child>div {
    width: 120px;
    display: table;
    float: right
}

.footer>ul>li:last-child>div>ul {
    display: table-row;
}

.footer>ul>li:last-child>div>ul>li {
    display: table-cell;
}

.footer>ul>li:last-child>div>ul>li img {
    width: 20px;
}

.galeri {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.galeri>ul {
    display: flex;
    justify-content: center;
}

.galeri>ul>li {
    width: 90%;
    margin: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.galeri>ul>li a>img {
    width: 100%;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    /* filter: grayscale(100%); */
    transition: all .7s;
}

.galeri>ul>li a:hover>img {
    filter: grayscale(0%);
}

.galeri>ul>li a>div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    transition: all .7s;
    z-index: 99
}

.galeri>ul>li a>div>img {
    width: 60px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.galeri>ul>li a:hover>div {
    opacity: 1;
}

.galeri>ul>li a:hover>img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.mobil-menu {
    text-align: right;
    display: none;
    vertical-align: middle;
    padding-right: 20px;
    width: 50px;
}

.mobil-menu>div {
    position: absolute;
    top: 95px;
    width: 100%;
    text-align: center;
    background: rgb(193 160 98 / 0.9);
    left: 0;
    z-index: 99999;
    display: none;
    color: white;
}

.mobil-menu>div>ul>li {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.mobil-menu>div>ul>li:hover {
    background: #007bff;
}

.mobil-menu>div>ul>li:hover>a {
    color: #fff;
}

.mobil-menu>div>ul>li>a {
    color: #ffffff;
    padding: 16px 0;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
}

.basarili {
    color: #28a745;
    font-size: 19px;
    padding: 10px 0px;
    display: none;
    border: 1px solid rgba(40, 167, 69, 0.3);
    margin-bottom: 15px;
    text-align: center;
    background: #e9f7ef;
    border-radius: 4px;
}

.loaderdv,
.loaderdv2,
.loaderdv3 {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(10, 25, 47, 0.8);
    z-index: 99;
    text-align: center;
    display: none;
    top: 0;
    left: 0;
}

.loaderdv>div,
.loaderdv2>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.loaderdv3>div {
    text-align: center
}

.loaderdv3>div>img {
    margin-top: 15%
}

#formgoster {
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    transition: all .7s;
    position: fixed;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    height: calc(100% - 70px);
}

#formgoster>div {
    height: 100%;
}

.formkapa {
    cursor: pointer;
}

.mobilformgit {
    width: 100%;
    position: fixed;
    background: #007bff;
    z-index: 999;
    bottom: 0;
    display: none
}

.mobilformgit>a {
    display: block;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 3vw;
    font-weight: 700;
    cursor: pointer;
}

.size-ulasalim2 {
    width: 100%;
    height: 100%;
    background: #0a192f;
    bottom: 50px;
    overflow: hidden;
    display: block;
    z-index: 99999;
}

.form-baslik {
    text-align: center;
}

.iletisim {
    width: 630px;
    margin: 0 auto;
}

.knm {
    width: 162px;
    background: #c1a062;
    color: #fff;
    padding: 10px;
    font-family: 'Montserrat', 'volvo_sans_prolight', sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: -100px;
    border-radius: 5px;
    border: 2px solid white;
}

.twonclick {
    bottom: 25px;
    height: 90px;
    position: fixed;
    right: 0px;
    z-index: 999;
}

.twonclick .twonclick {
    display: block;
    height: 90px;
    outline: none;
    text-indent: -9999px;
    width: 25px;
}

.Face a {
    background-repeat: no-repeat;
    background-position: left top;
    width: 33px;
    height: 100px;
    display: block
}

.twonclick>ul {
    display: table-row
}

.twonclick>ul>li {
    list-style-type: none;
}

.twonclick img {
    width: 60%;
}

@media(max-width:1600px) {
    .slider img {
        height: 100%;
    }
}

@media(max-width:1224px) {
    .firmalar>ul>li:last-child>div {
        padding: 0px 10px;
        width: calc(100% - 20px);
    }

    .firmalar>ul>li:first-child>div {
        padding: 0px 10px;
        width: calc(100% - 20px);
    }
}

@media(max-width:1100px) {
    .keyifimg {
        max-width: 500px !important;
    }
}

@media(max-width:1024px) {
    .size-ulasalim {
        display: none;
    }

    .slider-container>.slider {
        width: 100%;
        height: 100%;
    }

    .mobilformgit {
        display: block
    }

    .footer>ul>li:nth-child(2)>p {
        margin-bottom: 41px;
    }

    .ic-container>div>div>.bgustresim>img {
        max-width: 70%;
    }

    .twonclick {
        bottom: 68px;
    }

    .slider img {
        height: auto
    }
}

@media(max-width:950px) {
    .head-bar .menu>ul>li {
        display: none;
    }

    .head-bar .menu>ul>li:first-child {
        display: block;
    }

    .mobil-menu {
        display: table-cell;
        float: right;
    }

    .head-bar .menu {
        float: left;
        width: 80%;
    }

    .katplanlari>ul>li {
        width: calc((100% / 3) - 42px);
    }

    .galeri>ul>li {
        width: calc((100% / 4) - 10px);
    }

    .galeri>ul>li:nth-child(1n) {
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .slider-container {
        margin-top: 58px;
    }

    .konum1 {
        top: 59px;
        right: 240px
    }

    .konum2 {
        top: 35%;
        right: 34%;
    }

    .konum3 {
        top: 120px;
        right: 100px;
    }

    .konum4 {
        top: 270px;
        right: 130px;
    }

    .footer>ul>li:nth-child(2)>p {
        font-size: 17px;
        margin-bottom: 41px;
    }

    .ic-container>div>div>.bgustresim>img {
        max-width: 60%;
    }
}

@media(max-width:860px) {
    .konum1 {
        top: 50px;
        right: 397px;
    }

    .konum2 {
        top: 15%;
        right: 34%;
    }

    .ic-container>div>div>.bgustresim>img {
        max-width: 50%;
    }

    .keyifimg {
        max-width: 380px !important;
    }
}

@media(max-width:800px) {
    .slide-yazi {
        display: none
    }
}

@media(max-width:745px) {
    .nedenferah>ul>li:last-child>div {
        float: none;
        padding-left: 50px;
        width: 78%;
    }

    .nedenferah>ul>li:first-child>div {
        float: none;
        padding-left: 50px;
        width: 78%;
    }

    .ic-container>div>div>.bgustresim>img {
        max-width: 40%;
    }

    .iletisim {
        width: 521px;
    }

    .konum1 {
        top: 14px;
        right: 374px;
    }

    .konum2 {
        top: 15%;
        right: 59%;
    }

    .konum3 {
        top: 18px;
        right: 150px;
    }

    .konum4 {
        top: 70px;
        right: 20px;
    }
}

@media(max-width:700px) {
    .konum2 {
        top: 2%;
        right: 45%;
    }
}

@media(max-width:650px) {
    .katplanlari>ul>li {
        width: calc((100% / 2) - 42px);
    }

    .galeri>ul>li {
        width: calc((100% / 3) - 10px);
    }

    .galeri>ul>li:nth-child(1n) {
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .firmalar>ul>li {
        width: 100%;
        float: right;
    }

    .firmalar>ul>li:last-child {
        margin-top: 30px;
    }

    .firmalar>ul>li>div {
        float: none;
        width: calc(100% - 20px);
        text-align: center
    }

    .footer>ul>li:nth-child(2)>p {
        font-size: 17px;
        margin-bottom: 41px;
    }

    .nedenferah>ul>li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .iletisim {
        width: 480px;
    }

    .footer>ul>li {
        display: block;
    }

    .footer>ul>li:first-child {
        width: 100%;
    }

    .footer>ul>li:nth-child(2) {
        width: 100%;
    }

    .footer>ul>li:last-child {
        width: 100%;
    }

    .footer>ul>li:last-child>div {
        margin-top: -30px;
        margin-right: 160px;
    }
}

@media(max-width:550px) {
    .nedenferah>ul>li:first-child {
        width: 100%;
        height: 225px;
    }

    .nedenferah>ul>li {
        display: table;
        margin: 0px;
    }

    .nedenferah>ul>li:first-child>div {
        text-align: center;
        margin-top: 70px;
    }

    .nedenferah>ul>li:last-child {
        width: 100%;
    }

    .nedenferah>ul>li:last-child>div {
        text-align: center;
        margin-top: 25px;
    }

    .ic-container>div>div>.ozelyazi {
        margin-bottom: 100px;
    }

    .ic-container>div>div>.kareic {
        width: 325px;
    }

    .iletisim {
        width: 420px;
    }
}

@media(max-width:500px) {
    .footer>ul>li:first-child>img {
        float: none
    }

    .footer>ul>li:first-child>span {
        float: right
    }

    .footer>ul>li:first-child {
        overflow: hidden
    }

    .head-bar .menu {
        width: 70%;
        margin-top: 10px;
    }

    .mobil-menu {
        margin-top: 10px;
    }

    .head-bar .menu>ul>li:first-child {
        width: 100%;
    }

    .slider img {
        height: 100%;
    }

    .ic-container>div>div>.kareic {
        width: 250px;
        left: 0;
        right: 0px;
        margin: 0 auto;
        transform: none;
    }

    .right50 {
        right: 0px;
    }

    .keyifliyasam>div>div {
        width: 100%
    }

    .keyifliyasam>div>div>p>span {
        font-size: 53px;
    }

    .konum1 {
        top: 203px;
        right: 100px;
    }

    .konum2 {
        top: 225px;
        right: 240px;
    }

    .konum3 {
        top: 72px;
        right: 214px;
    }

    .konum4 {
        top: 75px;
        right: 42px;
    }

    .ic-container>div>div>.kareic>div>h2 {
        font-size: 22px;
        line-height: 22px;
    }

    .ic-container>div>div>.kareic>div>h2>span {
        font-size: 31px;
        line-height: 36px;
    }

    .ic-container>div>div>.kareic>div>p {
        line-height: 20px;
        font-size: 19px;
    }

    .ic-container>div>div>.ozelyazi {
        text-align: center;
        width: 69%;
        position: absolute;
        margin: 0 auto;
        right: 0;
        left: 0;
    }

    .minheight600 {
        min-height: 800px;
    }

    .left50 {
        left: 29px;
        top: 378px;
    }

    .nedenferah>ul>li {
        width: 100%;
        float: right;
        text-align: center;
    }

    .nedenferah>ul>li:first-child>div {
        margin: 35px 0 20px 0px;
        padding-right: 75px;
        width: auto;
        text-align: center;
        padding: 0;
    }

    .nedenferah>ul>li:last-child {
        height: 330px;
    }

    .nedenferah>ul>li:last-child>div {
        padding-left: 50px;
        margin: 20px 10px 20px 10px;
        width: auto;
        padding: 0;
        text-align: center;
    }

    .galeri>ul>li {
        width: calc((100% / 2) - 10px);
    }

    .firmalar>ul>li>div>div {
        margin-top: 50px;
    }

    .firmalar>ul>li:last-child,
    .firmalar>ul>li:first-child>div {
        width: 100%;
        text-align: center;
        margin: 0 10px 0px 10px;
        padding: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        float: none;
        display: table;
    }

    .ic-container>div>div>.kareic>div {
        transform: none;
    }

    .firmalar>ul>li {
        width: 90% !important;
        float: none;
        display: table !important;
        margin: 0 auto !important;
    }

    .slide-yazi {
        width: 90%;
    }

    .slide-yazi>p {
        font-size: 14px;
        line-height: 21px;
    }

    .ic-container>div>div>.bgustresim {
        max-width: 300px;
    }

    .ic-container>div>div>.bgustresim>img {
        max-width: 300px;
    }

    .iletisim {
        width: 85%;
    }

    .slider img {
        width: 100% !important;
        height: auto !important;
    }

    .slide-yazi>p {
        font-size: 18px;
        line-height: 21px;
    }

    .slide-yazi>p>span {
        font-size: 18px;
    }

    #konum .kareic {
        margin-top: 259px !important;
    }

    .knm {
        margin-top: -71px;
    }

    .left50 {
        top: 121px;
    }

    .min712 {
        min-height: 712px;
    }

    .footer>ul>li:first-child>img {
        width: 180px;
        float: left;
    }

    .footer>ul>li:nth-child(2)>img {
        width: 155px;
        margin: 11px 0;
    }

    .footer>ul>li:nth-child(2)>p {
        font-size: 9px;
        margin-bottom: 27px;
    }

    .footer>ul>li:last-child>div {
        margin: 0 auto;
        float: none;
        padding-bottom: -15px;
        margin-bottom: 25px;
    }

    .footer>ul>li:first-child>span {
        line-height: 21px;
        border-left: 0px solid #898a8b;
    }
}

@media(max-width:425px) {
    .contact>.phonenumber {
        font-size: 35px;
    }

    .contact>p {
        width: initial;
    }

    .marginbt0 {
        font-size: 13px;
    }

    .slide-yazi {
        bottom: 185px;
        left: 20%;
    }

    .slide-yazi>p {
        font-size: 13px;
        line-height: 18px;
    }

    .slide-yazi>p>span {
        font-size: 11px;
    }

    .ic-container>div>div>.bgustresim>img {
        max-width: 63%;
    }

    .ic-container>div>div>.bgustresim {
        max-width: 380px;
    }
}