html {
  width: 100%;
  background: #fefaf9;
}

body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  padding-top: 0;
  font-size: 16px;
  background: #fefaf9 !important;
  font-family: 'Helvetica Neue';
}

a,
a img {
  text-decoration: none;
  outline: none;
  border: none;
}

a:hover {
  text-decoration: none !important;
}

.clr {
  clear: both;
  height: 0;
}

.fancybox-button svg path {
  color: #fff !important;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
  color: #000;
  font-family: 'Helvetica Neue';
}

a:focus {
  outline: 0;
}

a {
  text-decoration: none !important;
}

.right0 {
  right: 0 !important;
}

p {
  font-size: 16px;
}

ul.rounded {
  margin: 0;
  margin-top: -20px;
}

ul.rounded li {
  list-style: disc;
}

a.logo img {
  height: 67px;
  margin: auto;
  display: flex;
}

.fixed a.logo img {
  height: 50px
}


.items-area-row{display: flex;width: 100%;}

@font-face {
  font-family: 'Helvetica NeueMedium';
  src: url('font/HelveticaNeue-Medium.eot');
  src: url('font/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
    url('font/HelveticaNeue-Medium.woff2') format('woff2'),
    url('font/HelveticaNeue-Medium.woff') format('woff'),
    url('font/HelveticaNeue-Medium.ttf') format('truetype'),
    url('font/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('font/HelveticaNeue.eot');
  src: url('font/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
    url('font/HelveticaNeue.woff2') format('woff2'),
    url('font/HelveticaNeue.woff') format('woff'),
    url('font/HelveticaNeue.ttf') format('truetype'),
    url('font/HelveticaNeue.svg#HelveticaNeue') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}





.wrapper {
  display: flex;
  position: relative;
  height: 100vh;
}

.item1 {
  background: url(../img/slide1.jpg) no-repeat center top;
  background-size: cover;
  width: 25%;
  height: 100vh;
  position: relative;
}

.item2 {
  background: url(../img/slide2.jpg) no-repeat center top;
  background-size: cover;
  width: 50%;
  height: 100vh;
  position: relative;
}

.item3 {
  background: url(../img/slide3.jpg) no-repeat center top;
  background-size: cover;
  width: 25%;
  height: 100vh;
  position: relative;
}

.saat {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
}

header {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%, 0%);
  z-index: 9;
  display: flex;
  flex-direction: column;
}

header nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

header nav a {
  margin: 0 10px;
  color: #3769b3;
  font-size: 18px;
  position: relative;
  font-family: 'Helvetica NeueMedium';
}

header nav a::after {
  width: 100%;
  height: 1px;
  transition: 0.4s ease-in-out 0s;
  background: #3769b3;
  content: '';
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  transform: scale(0);
}

header nav a:hover::after {
  transform: scale(1);
}

.center-content {
  position: absolute;
  left: 50%;
  top: 22%;
  transform: translate(-50%, 0);
  padding: 40px 0;
  z-index: 8;
  background: #ffffffc7;
  width: 44%;
  padding-bottom: 30px;
}
.center-content a {
  display: flex;
  justify-content: center;
  color: #3769b3;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
}

.center-content .in-links {
  display: flex;
  flex-direction: column;
}

.center-content .title-top {
  margin-bottom: 20px;
  color: #3769b3;
  text-align: center;
  font-size: 21px;
  font-family: 'Helvetica NeueMedium';
}



.city {
  position: absolute;
  top: 116%;
  font-size: 11px;
  transform: translate(-50%, 0);
  left: 50%;
  background: #222222;
  color: #fff;
  padding: 6px 10px;
}

.city::after {
  width: 10px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #222222;
  content: '';
}

.contact {
  width: 100%;
  max-width: 1100px;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 190px;
  margin-bottom: 23px;
}

.contact h1 {
  color: #3769b3;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.contact .row {
  display: flex;
  justify-content: space-between;
}

.contact .row .left-item .adress {
  color: #3769b3;
  margin-bottom: 11px;
  line-height: 22px;
  font-size: 15px;
}


.subaddr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.subaddr span {
  color: #3769b3;
  margin-bottom: 0;
  line-height: 22px;
  font-size: 15px;
}

.subaddr span span {
  color: #000;
}

.c-b {
  color: #000
}

.contact .row .left-item .adress a {
  color: #3769b3;
}

.contact .row .left-item .col-lg-6 {
  width: 46%;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}

.contact .row .left-item .col-lg-12 {
  margin-bottom: 8px;
}

.inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inputs input {
  border: 0;
  border: 1px solid #ccc;
  background: none;
  padding: 10px 10px;
  width: 100%;
}

.contact .row .left-item .col-lg-12 {
  width: 100%;
}

.contact button {
  background: #3769b3;
  color: #fff;
  border: 1px solid #3769b3 !important;
  padding: 10px 20px;
  font-size: 18px;
  border: 0;
  cursor: pointer;
  transition: 0.4s ease-in-out 0s;
  margin-top: 15px;
}

.contact button:hover {
  background: #fff;
  color: #3769b3;
}

footer {
  background: #3769b3;
  padding: 30px 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  left: 0;
}

footer .logo {
  margin-top: 40px;
}

footer * {
  color: #fff;
}

footer .container {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

footer .container .col-lg-3 {
  padding-right: 0;
}

footer .text-area {
  padding: 10px 4% 0 0;
  line-height: 1.4;
}

footer .container .col-lg-3 {
  width: 35%;
}

footer .container .col-lg-6 {
  width: 55%;
}

footer .title {
  font-size: 19px;
}

footer ul {
  list-style-type: disc;
}

footer ul li {
  padding-left: 16px;
  position: relative;
  font-size: 17px;
}

/* li dot left */
footer ul li::before {
  content: '';
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}




:root {
  --hand-width: 0.5rem;
  --sec-hand: 6rem;
  --min-hand: calc(var(--sec-hand) * 0.85);
  --hour-hand: calc(var(--sec-hand) * 0.6);
  --clr-red: hsl(11, 79%, 49%);
  --clr-dark: hsl(0, 0%, 19%);
}

.clock-body {
  height: 15rem;
  width: 15rem;
  border-radius: 50%;
  position: relative;
  box-shadow: inset 0px 0px 30px #a6a9b4, 0 0 0 15px #333;
  background: #fff;
  z-index: 999;
  visibility: visible !important;
}

.disc {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--clr-red);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
}

.disc-bottom {
  width: 0.9rem;
  height: 0.9rem;
  background: #333;
  z-index: 1;
}

.hand {
  background: var(--clr-dark);
  border-radius: 15px 15px 0 0;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom;
  transition: all 0.05s;
  transition-timing-function: cubic-bezier(0.1, 2.7, 0.58, 1);
}

.second {
  background: var(--clr-red);
  width: 0.1rem;
  height: var(--sec-hand);
  transform: translateX(-50%) rotate(0deg);
  z-index: 2;
}

.second::before {
  content: "";
  height: 1.5rem;
  width: 0.1rem;
  background: var(--clr-red);
  position: absolute;
  top: 100%;
}

.second::after {
  content: "";
  height: 1.5rem;
  width: 0.3rem;
  background: var(--clr-red);
  position: absolute;
  top: 120%;
  transform: translateX(-35%);
}

.minute {
  height: var(--min-hand);
  width: 0.3rem;
  transform: translateX(-50%) rotate(0deg);
  background: var(--clr-dark);
}

.minute::after {
  content: "";
  height: 1.2rem;
  width: 0.3rem;
  background: var(--clr-dark);
  position: absolute;
  top: 100%;
  border-radius: 0px 0px 10px 10px;
}

.hour {
  height: var(--hour-hand);
  width: 0.3rem;
  background: var(--clr-dark);
  transform: translateX(-50%) rotate(0deg);
  z-index: -1;
}

.hour::after {
  content: "";
  height: 1.2rem;
  width: 0.4rem;
  background: var(--clr-dark);
  position: absolute;
  top: 100%;
  border-radius: 0px 0px 10px 10px;
}

.hour-number {
  position: absolute;
  left: 50%;
  height: 7rem;
  transform-origin: bottom;
  padding: 0.8rem;
  color: var(--clr-dark);
  user-select: none;
  font-size: 1.4rem;
}

.minute-bar {
  position: absolute;
  left: 50%;
  width: 1rem;
  height: 7.5rem;
  transform-origin: bottom;
  transform: rotate(20deg) translateX(-50%);
}

.hour-number::before,
.minute-bar::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0px;
  border-radius: 0px 0px 15px 15px;
  transform: translateX(-50%);
  background: var(--clr-dark);
}

.hour-number::before {
  height: 10px;
  width: 4px;
}

.minute-bar::before {
  height: 6px;
  width: 2px;
}



.left-item {
  width: 50%;
  padding-right: 40px;
}

.right-item {
  width: 50%;
}


.contact-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.w-100 {
  width: 100%;
}

.mb-5 {
  margin-bottom: 40px;
}

.slide4 {
  width: 50%;
  display: block;
  margin: auto
}

header nav a.active::after {
  transform: scale(1) !important;
}

.text-content {
  line-height: 1.4;
}

.col-lg-6 input,
.col-lg-12 input {
  margin-top: 5px
}

.col-lg-12.d-flex {
  display: flex;
  flex-direction: column;
}

.col-lg-12.d-flex textarea {
  width: 100%;
  padding: 10px;
  height: 100px;
  border: 1px solid #ccc;
  margin-top: 5px;
  margin-bottom: 20px;
  resize: none;
  background: none;
}


.photo-left {
  width: 33%;
}

.photo-left img {
  width: 100%;
}

.port-right {
  width: 61.3%;
}

.port-right p {
  line-height: 24px;
  margin-bottom: 13px;
  letter-spacing: 0.9px;
  text-align: justify;
  font-size: 15px;
}

.port-right .fw-bold {
  font-weight: 700;
}


@media screen and (max-width: 1366px) {
  footer {
    padding: 20px;
  }

  .saat {
    top: 81%;
  }

  .center-content a {
    font-size: 18px;
  }

  .center-content {
    top: 27%;
  }

  .center-content .title-top {
    margin-bottom: 10px;
    color: #3769b3;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
  }

  .contact {
    margin-top: 140px;
  }

  .contact .row .left-item .adress {
    margin-bottom: 20px;
  }

  footer .text-area {
    font-size: 14px;
  }

  header {
    top: 20px;
  }

  header nav {
    margin-top: 20px;
  }

  .contact h1 {
    margin-bottom: 20px;
  }

  .contact {}

  a.logo img {
    height: 57px;
  }

}



@media screen and (max-width: 1000px) {
  body{ overflow:auto !important;}
  .item2,.item3,.item1{width: 100%;height: 90dvh;background-position: center !important;margin-bottom: 0;}
  .wrapper{height: 100vh;flex-direction: column;}

.saat {
  top: 56%;
  width: 6rem;
  height: 6rem;
  box-shadow: inset 0px 0px 30px #a6a9b4, 0 0 0 5px #333;
}

footer{ position:static;}
:root {
  --hand-width: 0.3rem;
  --sec-hand: 0.8rem;
  --min-hand: calc(var(--sec-hand) * 2.55);
  --hour-hand: calc(var(--sec-hand) * 0/5);
  --clr-red: hsl(11, 79%, 49%);
  --clr-dark: hsl(0, 0%, 19%);
}
}



@media screen and (max-width: 1000px) {
.items-area-row{ margin-top:110px;}
.center-content {
  position: absolute;
  left: 0;
  top: 110px;
  transform: translate(0, 0);
  padding: 19px 0;
  z-index: 8;
  background: #ffffffc7;
  width: 100%;
  padding-bottom: 10px;
}

header{ width:100%;}
.saat {top: 76%;}
.contact h1 {
  margin-bottom: 20px;
  font-size: 21px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact .row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.photo-left {
  width: 70%;
  margin: auto;
  margin-bottom: 20px;
}
.port-right {
  width: 90%;
  margin: auto;
}
footer .container{flex-direction: column;/* text-align: center; */}

footer .container .col-lg-3 {
  width: 100%;
  text-align: center;
}

footer .container .col-lg-6 {
  width: 100%;
}
footer .text-area br{ display: none;}
footer .title {
  font-size: 20px;
  margin-top: 20px;
}
footer ul li{ font-size:16px;}
footer .logo {
  margin-top: 40px;
  margin: auto;
  margin-top: 20px;
  display: flex;
}
.left-item {
  width: 100%;
  padding-right: 0;
  padding: 0 6%;
}
.contact .row .left-item .col-lg-6{ margin-bottom: 18px;}
.contact .row .left-item .col-lg-12 {
  margin-bottom: 18px;
}
.right-item {
  width: 100%; padding: 0 2%; display: flex; flex-direction: column-reverse;
}
.contact button {
  background: #3769b3;
  color: #fff;
  border: 1px solid #3769b3 !important;
  padding: 10px 20px;
  font-size: 18px;
  border: 0;
  cursor: pointer;
  transition: 0.4s ease-in-out 0s;
  margin-top: -20px;
  margin-bottom: 50px;
}
.subaddr{display: flex;flex-direction: column;margin-top: 6px;}
.center-content a {
  font-size: 14px;
}
.center-content .title-top{ font-size:14px;}
a.logo img {
    height: 37px;
}
header nav a{ font-size:16px;}
.hours{transform:scale(0.4);}
  .city{ padding:6px 5px;}
  .city::after{width: 5px;height: 11px;top: -11px;}

  
 

.second::before {
  content: "";
  height: 2.5rem;
  width: 0.1rem;
  background: var(--clr-red);
  position: absolute;
  top: 100%;
}

.second::after {
  content: "";
  height: 1.1rem;
  width: 0.3rem;
  background: var(--clr-red);
  position: absolute;
  top: 120%;
  transform: translateX(-35%);
}

.minute {
  height: var(--min-hand);
  width: .3rem;
  transform: translateX(-50%) rotate(0deg);
  background: var(--clr-dark);
}

.minute::after {
  content: "";
  height: 1rem;
  width: 0.2rem;
  background: var(--clr-dark);
  position: absolute;
  top: 100%;
  border-radius: 0px 0px 10px 10px;
}
  
}
