@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/

dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow:hidden;
}

::selection {
    background: #414A52;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #414A52; /* Firefox */
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #414A52; /* Safari */
    color: #FFF;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: #414A52;
}

::-webkit-scrollbar-track {
    background: #fff;
}

:active,
:focus { outline: none !important; }

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/

body {
    color: #000000;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -o-font-smoothing: antialiased !important;
    -ms-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    font-family: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont,"Helvetica Neue","Helvetica","Arial",sans-serif;
}

a {
    text-decoration: none !important;
    color: #000000;
}

a:hover { color: #414A52; }

a img { border: none; }

img { max-width: 100%; }


/* ----------------------------------------------------------------
	Wrapper
-----------------------------------------------------------------*/

#wrapper {
    position: relative;
    float: none;
    width: 100%;
    margin: 0;
    box-shadow: none;
}

/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/

#slider {
    visibility: visible;
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#slider .slider-inner {
    left: 0;
    background-attachment: fixed;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
   /* width: calc(100% - 247px);*/
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../../images/atabek21-slider.png);
}


#slider .slider-form {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #F4F4F4;
    width: 450px;
    height: 100vh;
    display: none;
}

#slider .slider-headline {
    position: absolute;
    left: 100px;
    top: 130px;
    color: #FFFFFF;
    font-size: 48px;
}

#slider .slider-headline .slider-headline-inner .slogan {
    margin-bottom: 30px;
}

#slider .slider-form .form-area {
    display: flex;
    flex-direction: column;
    align-content: center;
    height: 100vh;
    justify-content: flex-start;
    overflow: hidden;
    padding: 15px 50px;
}

#slider .slider-form .form-area .form-group {
    margin-bottom: 0.4rem;
    margin-top: 0.4rem;
    position: relative;
}

#slider .slider-form .form-area .form-group input:not([type='checkbox']) {
    padding-left: 2.5rem;
}

#slider .slider-form .form-area .form-group:first-of-type img {
    position: absolute;
    top: 17px;
    left: 16px;
    height: 13px;
}

#slider .slider-form .form-area .form-group:nth-of-type(2) img {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 15px;
}

#slider .slider-form .form-area .form-group:nth-of-type(3) img {
    position: absolute;
    top: 16px;
    left: 16px;
    height: 13px;
}

#slider .slider-form .form-area .form-group:nth-of-type(4) img:not(.caret) {
    position: absolute;
    top: 15px;
    height: 13px;
    left: 16px;
    z-index: 9;
}

#slider .slider-form .form-area .form-group:nth-of-type(3) input {
    padding-left: 2.5rem;
}

#slider .slider-form .form-area input::-webkit-input-placeholder,
#slider .slider-form .form-area textarea::-webkit-input-placeholder {
    font-size: 14px;
}

#slider .slider-form .form-area .form-control {
    height: 45px;
}

#slider .slider-form .form-area .yellow-btn {
    background: #F9B500;
    font-size: 17px;
    font-weight: bold;
    height: 50px;
}

#slider .slider-form .form-area .form-inner-logo {
    margin-bottom: 20px;
}

#slider .slider-form .form-area .form-inner-logo img {
    height:100px
}

#slider .slider-form .form-area .form-inner-tel {
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
}

#slider .slider-form .form-area .form-inner-tel > .d-flex {
    height: 50px;
    align-items: center;
}

.customCheckbox {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.customCheckbox-label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 5px 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    color: #5B5B5B;
}


.customCheckbox-label:before {
    content: '';
    background: #FFF;
    border: 2px solid #DDD;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    line-height: 1;
    text-align: center;
}

.customCheckbox:checked + .customCheckbox-label:before {
    content: "\e116";
    font-family: 'lined-icons';
    background: #1ABC9C;
    color: #FFF;
}

.slickModal.contentWindow .slickWindow .content .title {
    font-size: 22px;
    padding: 14px 0;
}

.slickModal.contentWindow .slickWindow .logo {
    padding: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.slickModal.contentWindow .slickWindow .content p {
    padding: 14px 0;
    line-height: 22px;
}

.slickModal.contentWindow .slickWindow .content {
    padding: 40px;
}

.slickModal:not(.testimonials) .animated {
    overflow-y: scroll !important;
}

#features {
    background: #353a40;
    color: #ffffff;
}

#features .row {
    margin: 0 10%;
}

#features .feature-wrapper > .d-flex {
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0 20px;
    border-radius: 5px;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    flex-direction: row;
}

#features .feature-wrapper .feature-img {
    margin-right: 20px;
}

#features .feature-wrapper .feature-img img {
    border-radius: 50%;
    height: 55px;
    width: 55px;
}

#features .feature-wrapper .feature-title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

#features .feature-wrapper .feature-text {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

#items {
    margin-top: -1px;
    margin-bottom: 200px;
}

#items .bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 650px;
    width: 100%;
}

#items .item-1 {
    background-image: url('../../images/banner1.jpg');
}

#items .item-2 {
    background-image: url('../../images/banner2.jpg');
}

#items .item-3 {
    background-image: url('../../images/banner3.jpg');
}

#items .item-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-left: 5%;
}

#items .item-button {
    background-color: transparent;
    color: #353a40;
    border-radius: 5px;
    padding: 15px;
    width: fit-content;
    width: -moz-fit-content;
    border: 3px solid #fab500;
}

#items .item-button > .button-content {
    margin-left: 10px;
}

#items .item-button > .button-content .button-title {
    font-size: 20px;
}

#items .item-button > .button-content .button-text {
    font-size: 12px;
}

#items .item-button > .button-img img {
    height: 30px;
    width: 30px;
}

#items .item-content h3 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
    color: #414A52;
}

#items .item-content p {
    font-size: 19px;
    color: #414A52;
    line-height: 1.8;
}

/*#map {
    background-image: url('../../images/web-harita.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 960px;
    width: 100%;
    background-color: #414A52;
    position: relative;
}*/

#map {
    visibility: visible;
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#map .map-inner {
    left: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 960px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../../images/web-harita.svg);
}

#map a {
    background: #F9B500;
    font-size: 17px;
    font-weight: bold;
    height: 80px;
    color: #000000;
    border-radius: 5px;
    padding: 15px 175px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#map > div {
    display: flex;
    justify-content: center;
    padding-top: 90px;
}

#map a:hover {
    color: #000000;
}

header.fixed {
  /*  position: fixed;
    top: 0;
    left: 0;*/
    width: 100%;
}

header.fixed .row {
    margin: 15px 90px;
}

.header-wrapper {
    margin: 90px;
}

footer {
    background-color: #FFFFFF;
    overflow: hidden;
    display: flex;
    padding: 90px;
}

footer.fixed {
    background-color: #FFFFFF;
    overflow: hidden;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: unset;
}


footer.fixed .row {
    margin: 90px;
}

.footer-inner-area {
    display: flex;
    flex-direction: row;
}

.footer-mid-area {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.footer-right-area {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

/*footer .tel-area img {
    filter: invert(100%);
    -webkit-filter: invert(100%);
}*/

#lightbox-tabs .nav {
    justify-content: center;
}

#lightbox-tabs li.nav-item:not(:last-of-type) {
    margin-right: 15px;
}

#lightbox-tabs li.nav-item a {
    font-weight: bold;
    font-size: 25px;
    width: 280px;
    text-align: center;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #414A52 ;
}

.nav-pills .nav-link:not(.active) {
    border: 1px solid #979797;
}

.nav-pills .nav-link:not(.active) {
    color: #979797;
}

#lightbox-tab-content {
    margin: 65px 0;
}

#lightbox-tab-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}


#lightbox-tab-content ul li {
    transition: 300ms;
    display: block;
    list-style: none;
    flex: 0 1 25%;
    padding: 5px;
}

#lightbox-tab-content ul li img {
    width: 100%;
}

.feature-flex-wrapper {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
}

.feature-flex-wrapper .feature-wrapper {
    flex: 0 1 20%;
    justify-content: center;
}

.form-overlay {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(249,181,0,0.8);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-overlay.active {
    opacity: 1;
    visibility: visible;
}

.spinner-border:before {
    content: "";
}

#loading {
    display: none;
}

#loading.active {
    display: block;
}

.form_alerts {
    display: none;
}

.form_alerts.active {
    display: block;
}

.copyright {
    margin-top: 30px;
    font-size: 13px;
}

.section-header {
    font-size: 48px;
    color: #414A52;
    margin-bottom: 40px;
    font-weight: 600;
}

.main-area {
    background: #faebd8;
    width: 100%;
}


.select2-container--default .select2-selection--multiple {
    display: block;
    width: 100%;
    height: 45px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 30px !important;
    padding-top: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #F9B500;
    color: #FFFFFF;
}

.select2-container--default .select2-selection--multiple {
    padding: 0.2rem .75rem;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin-left: 24px;
}

/* THANKS PAGE*/

body#thanksPage,
body#construction {
    line-height: 1.5;
    color: #555;
    background-color: #ffffff;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
    float: none;
    background-color: #FFF;
}

#header {
    position: relative;
    background-color: #FFF;
    border-bottom: 1px solid #F5F5F5;
}

#header, #header-wrap, #logo {
    height: 170px;
}

#header-wrap {
    position: relative;
    z-index: 199;
    -webkit-backface-visibility: hidden;
}

#logo {
    display: flex;
    justify-content: center;
    align-items: center;
}


#logo a {
    display: block;
    text-decoration: none
}

#logo img {
    display: block;
    max-width: 100%;
}

#thanksPage #content,
#thanksPage #construction {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

#construction .heading-block > span {
    font-size: 17px;
}


#content .content-wrap {
    position: relative;
    padding: 80px 0;
}

 #construction .content-wrap {
     padding: 0;
 }

/*.heading-block {
    margin-bottom: 50px;
    margin-top: 50px;
}*/

.heading-block h1 {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 1px;
    color: #333;
    padding: 0 15px;
}

.heading-block > span {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size: 24px;
}

#thanksPage footer {
    position: relative;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #F5F5F5;
}

#completedAnimation {
    width: 500px;
    height: 500px;
}

#mobil-feature {
    position: relative;
    min-height: 240px;
    background: #353a40;
    padding: 30px 0;
}

#mobil-feature .polygons-inner {
    position: absolute;
    top: -50px;
    justify-content: center;
    width: 100%;
}

#mobil-feature .polygons-inner > svg {
    padding-right: 10px;
}

#mobil-feature #features-wrapper {
    height: 100%;
    width: 100%;
}

#changeLang {
    position: absolute;
    top: 30px;
    right: 20%;
}

.caret {
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 13px;
    z-index: 9;
}

*:focus {
    outline: none !important;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--default .select2-selection--multiple {
    display: inline-flex;
}

.formBtn {
    position: fixed;
    right: 0;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.form-holder {
    line-height: 20px;
    text-align: center;
    width: 320px;
    font-size: 12px;
    position: fixed;
    right: -400px;
    box-sizing: border-box;
    padding: 40px 30px;
    background-color: #F4F4F4;
    z-index: 10;
    height: auto;
    display: table;
    top: 50%;
    transition: all .6s cubic-bezier(.42,0,.07,.99);
    transform: translateY(-50%);
}

.form-holder.active {
    right: 0;
}


 .form-area {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    overflow: hidden;
}

 .form-area .form-group {
    margin-bottom: 0.4rem;
    margin-top: 0.4rem;
    position: relative;
}

 .form-area .form-group input {
    padding-left: 2.5rem;
}

 .form-area .form-group:first-of-type img {
    position: absolute;
    top: 17px;
    left: 16px;
    height: 13px;
}

 .form-area .form-group:nth-of-type(2) img {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 15px;
}

 .form-area .form-group:nth-of-type(3) img {
    position: absolute;
    top: 16px;
    left: 16px;
    height: 13px;
}

 .form-area .form-group:nth-of-type(4) img:not(.caret) {
    position: absolute;
    top: 15px;
    height: 13px;
    left: 16px;
    z-index: 9;
}

 .form-area .form-group:nth-of-type(3) input {
    padding-left: 2.5rem;
}

 .form-area input::-webkit-input-placeholder,
 .form-area textarea::-webkit-input-placeholder {
    font-size: 14px;
}

.form-area .form-control {
    height: 45px;
}

 .form-area .yellow-btn {
    background: #F9B500;
    font-size: 17px;
    font-weight: 800;
    height: 50px;
}

 .form-area div[class^="form-inner"] {

}

 .form-area .form-inner-logo {
    margin-bottom: 20px;
}

.form-area .form-inner-logo img {
    height:100px
}

 .form-area .form-inner-tel {
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
}

 .form-area .form-inner-tel > .d-flex {
    height: 50px;
    align-items: center;
}

 #kvkk-onay,
 #kampanya {
     margin: 0;
     padding: 0;
     width: 16px;
     height: 16px;
 }

 .checkbox-text {
     width: calc(100% - 16px);
     padding-left: 12px;
     position: relative;
     top: -4px;
     text-align: left;
     font-size: 13px;
 }

 .checkbox-area {
     display: flex;
 }

#contactFormMobile .form-inner-tel {
    font-size: 21px !important;
}

#contactInformations {
    align-items: flex-end;
}

#close-kvkk,
#close-acik-riza{
    position: sticky;
    position:-webkit-sticky;
    bottom: 20px;
    background: #F9B500;
    font-size: 17px;
    font-weight: bold;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.slickModal .close.icon {
    opacity: 1 !important;
}