@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap");

@font-face {
  font-family: mathilde;
  src: url(../font/mathilde.otf);
}

@font-face {
  font-family: Creattion;
  src: url(../font/Creattion.otf);
}

@media(max-width:576px) {
  p {
    font-size: .8rem;
  }
}

#temizle {
  clear: both;
}

a {
  color: black;
  text-decoration: none !important;
}

* {
  text-decoration: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: #222;
  line-height: -webkit-calc(60/48);
  line-height: -moz-calc(60/48);
  line-height: calc(60/48);
}


body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

h2,
h3,
h4,
h5 {
  /* font-family: "Lato", sans-serif; */
  font-weight: 600;
  color: #000;
  margin: 0;
  padding: 0;
}

h2 span, h3 span, h4 span {
  /* font-family: "Lato", sans-serif; */
}

p {
  line-height: 1.7 !important;
  opacity: .75 !important;
  font-family: 'Poppins', sans-serif;
}

.modal-body li {
  line-height: 1.7 !important;
  opacity: .75 !important;
  font-family: 'Poppins', sans-serif;
}

.header {
  transition: .5s all ease;
  z-index: 100;
  background-color: transparent;
}

::-webkit-scrollbar {
  display: block !important;
  width: 10px;
  padding: 10px;
}

::-webkit-scrollbar-track {
  display: block !important;
}

::-webkit-scrollbar-thumb {
  display: block !important;
  background: #9b1b2b !important;
  border-radius: 20px;
}

.detail {
  position: static !important;
}

.container-custom {
  max-width: 1600px;
  margin: auto;
}

.about-header {
  position: static;
  margin-bottom: 0;
}

.instagram span i {
  color: #9b1b2b;
  font-size: 35px !important;
}

.instagram {
  margin-top: 100px !important;
}

.responsive-nav {
  position: absolute;
  z-index: 998;
  top: -2000px;
  left: 0;
  width: auto;
  height: 100vh;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row-reverse;
  transition: all 0.5s ease;
  gap: 40px;
}

.responsive-nav li a {
  color: white;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.5s;
}

.responsive-nav.active {
  top: 0;
}

.inner-nav.innerNavActive {
  margin-top: 65px;
  transition: all 0.5s ease;
}

.list-cont {
  display: flex;
  gap: 25px;
  list-style: none;
}

.inner-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 60px;
  transition: all 0.5s ease;
}

.inner-nav i {
  color: #fff;
  z-index: 99999;
  cursor: pointer;
  margin-right: 100px;
}

.list-cont li a {
  color: #000000;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  font-weight: 700;
}

.list-cont li a:hover {
  color: #000;
}

.navbar {
  justify-self: flex-end;
}



.kreatif-section {
  display: flex;
}

#kreatif-left {
  width: 60%;
}

#kreatif-left img {
  width: 100%;
  height: 95vh;
}

#kreatif-right {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kreatif-text {
  width: 64%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.kreatif-text article {
  line-height: 40px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.title {
  display: flex;
  flex-direction: column;
  color: #000;
  gap: 30px;
}

.title h1 {
  font-weight: 100;
}

.title span {
  /*font-size: 85px;*/
  font-weight: 600;
  color: #9b1b2b;
  word-spacing: 4px;
}

.detailed {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 10px;
  letter-spacing: 0.6px;
  border-bottom: 2px solid #333;
  width: max-content;
  transition: color 500ms ease-in-out;
}

.detailed:hover {
  color: #fd6c6c;
  transition: color 500ms ease-in-out;
  border-bottom: 2px solid #fd6c6c;
}

/* kreatif 2 */

.kreatif-section2 {
  display: flex;
  position: relative;
  margin-top: 100px;
  justify-content: space-between;
}

#kreatif-left2 {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.overflowbody {
  overflow: hidden!important;
}


@media(min-width:992px) {
  .swiper-overlay {
    height: 0;
    overflow: hidden;
    transition: .4s height ease-in-out;
  }
  
  .swiper-slide:hover .swiper-overlay {
    height: 100%;
  }
  
  .hovereffect:hover .swiper-overlay {
    height: 100%;
  }
  
}



.villaitem {
  font-size: 50px;
}

.villaitem::after {
  content: '';
  border-bottom: 3px solid #9b1b2b;
  width: 200px;
  display: block;
  margin-right: auto;
}

.text-vertical {
  position: absolute;
  left: -3%;
  top: 45%;
  font-size: 60px;
  font-weight: 5400;
  font-family: "mathilde", sans-serif !important;
  transform: rotate(-90deg);
}

.swiper-scroll .swiper-scrollbar-drag {
  background: #9b1b2b !important;
}

/* .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
} */

.swiperpagination .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex !important;
  flex-direction: column !important;
}

.swiperpagination .swiper-pagination2 {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  width: auto !important;
  left: auto !important;
  margin: 0 !important;
}

.swiper-pagination-bullet {

  width: auto !important;
  height: auto !important;
  line-height: 30px !important;
  font-weight: 500;
  font-size: 20px !important;
  color: #000000 !important;
  opacity: 1 !important;
  background: transparent !important;
  transform: scale(1) !important;
}

.swiper-pagination-bullet-active {
  color: #9b1b2b !important;

}

.gotop {
  top: 0 !important;
}

/* .offcanvas label:focus-within>span,
input:not(:placeholder-shown)+span {
  color: #2a3644;
  transform: translateY(0px);
} */

.offcanvas label {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

/* .offcanvas input,
.offcanvas textarea {
  width: 100%;
  padding: 10px 0px;
  margin-top: 20px;
  border: none;
  outline: none;
} */

/* .offcanvas input::placeholder {
  opacity: 0;
} */

.offcanvas span {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(30px);
  font-size: 1.1em;
  transition-duration: 300ms;
}


/* .button3 {
  border: 2px solid black;
  transition: .4s all ease;
} */

/* .button3:hover {
  background-color: black !important;
  color: white;
} */

/* .mail-button2 {
  background-color: #000000;
  color: white;
  border: 2px solid #000000 !important;
} */

/* .mail-button2:hover {
  color: black;
  background-color: white !important;

} */

.font-color {
  color: #9b1b2b;
}

.font-color2 {
  color: #d1cec6 !important;
}


#kreatif-right2 img {
  width: 100%;
  height: 75vh;
}

#kreatif-right2 {
  width: 45%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.kreatif-text2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.kreatif-text2 article {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

/* .white-change span {
  font-weight: 700;
  font-size: 18px;
} */

@media (max-width: 999px) {
  #kreatif-left2 {
    width: 45%;
    margin-left: 0px;
  }

  #kreatif-right2 {
    width: 55%;
  }

  .kreatif-text2 {
    gap: 40px;
    width: 90%;
  }

  #kreatif-right2 img {
    opacity: 0.2;
  }

  #kreatif-left2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    width: 100%;
  }
}

@media (max-width: 600px) {


  .main-links .menu-link a {
    font-size: 30px !important;
  }

  .abs {
    font-size: 30px !important;
    margin-bottom: 30px;
  }

  .kreatif-text2 article {
    line-height: 25px;
  }

  #kreatif-right {
    width: 90% !important;
    left: 45% !important;
  }


  .kreatif-text2 {
    gap: 10px;
  }
}

@media (max-width: 960px) {
  .kreatif-section {
    position: relative;
  }

  #kreatif-right2 {
    width: 100%;
  }
}

/* video */
#my-video {
  width: 100%;

  background-color: #000;
  position: sticky;
  top: 0;
}

#my-video-boundary {
  height: 800vh;
  background-image: url(../img/project-1.png);
  background-attachment: fixed;
}

@media (max-width: 960px) {
  #my-video {
    height: 100vh;
  }

  .inner-nav {
    margin-right: 0px;
  }

  .kreatif-text {
    width: 90%;
  }

  .slider-main div {
    margin: 15px 0px !important;
  }
}

@media (max-width: 767.98px) {
  #my-video-boundary {
    display: none;
  }

  .project-hover {
    bottom: 0 !important;
  }

  .bg-image {
    opacity: 0.4;
  }

  .down-btn {
    display: none !important;
  }


  .virtual-img {
    display: none;
  }

  .virtual-tour .virtual-btn {
    position: relative !important;
    top: 50%;
    width: 80%;
    margin: 0 auto;
    background: #ed2e37;
    z-index: 88;
    right: 0% !important;
    padding: 20px 40px;
    color: white;
    font-size: 35px !important;
    border-radius: 99px;
    text-align: center;
  }

  .virtual-tour {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .video-wrapper {
    display: none;
  }

  #my-video-boundary-mobile {
    position: relative;
    height: 100%;
  }
}


@media(max-width:576px) {
  .text-item h1 {
    font-size: 4rem;
  }
  .text-item h2 {
    font-size: 3rem;
  }
}

/* .video-wrapper {
  height: 100vh;
} */

/********************Main-screen bg*****************/
.main-slider-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main-slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  flex: 0 0 100%;
  width: 100%;
  height: 80vh;
}

.slide img {
  width: 100%;
  height: 80vh;
  height: auto;
}

.prev-slide,
.next-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 50px;
  color: #fff;
  font-size: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 90;
  transition: opacity 0.3s ease-in-out;
}

.next-slide:hover {
  opacity: 1;
}

.prev-slide:hover {
  opacity: 1;
}

.prev-slide {
  left: 0;
}

.next-slide {
  right: 0;
}

.sliderInfo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  color: #000000;
  font-size: 18px;
  text-align: center;
  line-height: 100px;
}

.mainScreen-bg {
  position: relative;
  margin-bottom: 100px;
  object-fit: cover;
}

.slide-desc1 {
  position: absolute;
  bottom: -15%;
  left: 10%;
  font-family: "Libre Baskerville", "serif";
  font-size: 100px;
  color: #9b1b2b;
  font-weight: 400;
  line-height: 0.8;
}

.slide-desc1 h2 {
  font-family: "Creattion", "serif";
  color: #000;
  font-size: 200px;
  font-weight: 400;
  position: absolute;
  bottom: 0%;
  left: 75%;
}

.project-detail-box {
  position: absolute;
  right: 10%;
  bottom: 25%;
  width: 70px;
  height: 70px;
  background-color: #f9f0ec;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  transition: width 0.7s ease-in-out;
  animation: vibration 1s infinite;
}

@media (max-width:1700px) {}

@keyframes vibration {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

.project-detail-box.cancelAnimation {
  animation: none 1s infinite;
}

.detail-img {
  position: absolute;
  left: 9px;
}

.detail-active {
  width: 230px;
}

.detail-paragraph {
  line-height: 0.9;
  opacity: 0;
  display: none;
  overflow: hidden;
  margin-left: 30px;
}

.detail-p-active {
  display: block;
  opacity: 1;
  white-space: nowrap;
}

.detail-paragraph p {
  font-family: "Libre Baskerville", "serif";
  color: #9b1b2b;
  font-size: 12px;
}

.detail-paragraph a {
  font-family: "Libre Baskerville", "serif";
  color: #000;
  font-size: 10px;
  text-decoration: underline;
}


.down-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 88.3%;
  bottom: 5%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  color: #fff!important;
  border-radius: 50%;
  animation: jump 2s forwards infinite;
}

.down-button:hover {
  color: white!important;
}

@keyframes jump {
  0% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-10px);
  }

  100% {
    transform: translateX(-50%) translateY(0);
  }
}

.down-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 25px;
  cursor: pointer;
}

#temizle {
  height: 200px;
}

@media screen and (max-width: 1024px) {
  .mainScreen-bg {
    margin-bottom: 150px;
  }

  .mainScreen-paragraph-1 {
    font-size: 100px;
  }

  .mainScreen-paragraph-2 {
    font-size: 120px;
  }

  .project-detail-box {
    width: 180px;
    height: 50px;
  }

  .detail-paragraph p {
    font-size: 10px;
  }

  .detail-paragraph a {
    font-size: 8px;
  }

  .detail-img {
    width: 40px;
  }

  .down-button {
    width: 120px;
    height: 120px;
  }

  #kreatif-left2 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .navLogo {
    margin-top: 5px !important;
  }

  .mySwiperhero img {
    width: 50px;
    height: 50px;
  }

  .mainScreen-bg {
    margin-bottom: 100px;
  }

  .mainScreen-paragraph-1 {
    font-size: 70px;
  }

  .mainScreen-paragraph-2 {
    font-size: 80px;
  }

  .project-detail-box {
    width: 150px;
    height: 40px;
  }

  .detail-paragraph p {
    font-size: 8px;
  }

  .detail-paragraph a {
    font-size: 6px;
  }

  .detail-img {
    width: 30px;
  }

  .down-button {
    width: 100px;
    height: 100px;
  }

  #kreatif-left2 {
    width: 100%;
  }



  .down-button {
    width: 80px;
    height: 80px;
  }

  .down-button img {
    width: 20px;
  }
}

@media screen and (max-width: 480px) {
  .mainScreen-bg {
    margin-bottom: 50px;
  }

  .mainScreen-paragraph-1 {
    font-size: 50px;
  }

  .mainScreen-paragraph-2 {
    font-size: 60px;
  }

  .project-detail-box {
    display: none;
  }

  .detail-paragraph p {
    font-size: 4px;
  }

  .detail-paragraph a {
    font-size: 4px;
  }

  .detail-img {
    width: 20px;
  }

  .down-button {
    width: 80px;
    height: 80px;
  }

  #kreatif-left2 {
    width: 100%;
  }

  #temizle {
    height: 0px;
  }
}

@media screen and (max-width: 320px) {
  .mainScreen-bg {
    margin-bottom: 50px;
  }

  .mainScreen-paragraph-1 {
    font-size: 40px;
  }

  .mainScreen-paragraph-2 {
    font-size: 50px;
  }

  .project-detail-box {
    display: none;
  }

  .detail-paragraph p {
    font-size: 4px;
  }

  .detail-paragraph a {
    font-size: 4px;
  }

  .detail-img {
    width: 20px;
  }

  .down-button {
    width: 80px;
    height: 80px;
  }

  #kreatif-left2 {
    width: 100%;
  }

}

.spacer {
  height: 200vh;
}

#slider {
  position: relative;
  margin-top: 10rem;
}

#slider-right {
  position: relative;
  left: calc(50vw - 760px);
  overflow: hidden;
}

.slider-main div {
  margin: 10px;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 800px;
  overflow-x: hidden;
}

.slider {
  width: 300%;
  height: 100%;
  display: flex;
}

.slider img {
  width: 33.3333%;
  height: 100%;
}

.slider-navigation {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.slider-bar {
  width: 80%;
  height: 5px;
  background-color: #ccc;
}

.slider-bar.active {
  background-color: #9b1b2b;
}

.slider-bar:hover {
  background-color: #9b1b2b;
  cursor: pointer;
}

.project {
  position: relative;
  overflow: hidden;
  margin-left: 3rem;
  background-color: #000;
}

.project img {
  width: 750px;
  height: 630px;
  object-fit: cover;
}

.project-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 500;
  padding-left: 35px;
  color: #fff;
  line-height: 52px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.project-title p {
  font-size: 50px;
  border-bottom: 2.2px solid #9b1b2b;
  width: 50%;
  white-space: nowrap;
}

/* .project-btn {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  margin-left: 50px;
} */

.slider div:hover .project-hover {
  display: block;
  bottom: 100px;
}

.btn-open {
  font-size: 30px !important;
}

.project:hover .bg-image {
  opacity: 0.4;
}

.bg-image {
  height: 100%;
  width: 100%;
}

.project-hover {
  position: absolute;
  bottom: -230px;
  left: 20px;
  transition: 0.5s all;
}

.abs {
  font-size: 54px;
  font-weight: 5400;
  color: #9b1b2b;
  font-family: "mathilde", sans-serif !important;
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
}


.abs p {
  font-family: 'Dancing Script', cursive!important;
  color:#d1cec6!important;
  font-size: 58px;
}

#hamburger {
  position: absolute;
  display: block;
  top: 10px;
  right: 0px;
}

#hamburger svg {
  stroke: #000;
  width: 40px;
  height: 40px;
}



#closeButton {
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -9999;
}

#overlay {
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

#yarim1 {
  width: 49%;
  float: left;
  margin-bottom: 5px;
  box-sizing: border-box;
}

#yarim2 {
  width: 49%;
  float: right;
  margin-bottom: 5px;
  box-sizing: border-box;
}

#kapa {
  display: block;
}

#acil {
  display: none;
}

#sol {
  float: left;
}

#sag {
  float: right;
}

@media only screen and (max-width: 1000px) {
  .abs {
    transform: rotate(0deg);
    top: 120px;
    bottom: auto;
    left: 15px;
    right: 0;
    text-align: start;
  }

  .abs2 {
    transform: rotate(0deg);
    top: 0px;
    bottom: auto;
    left: 0;
    right: 0;
    text-align: center;
  }

  #slider-right {
    left: auto;
  }
}



.text-section {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30%;
}

.btnGroup {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btns {
  cursor: pointer;
  transition: all 400ms ease !important;
}

.top-text h2 {
  font-size: 20px;
  color: #9b1b2b;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Popins", "sans-serif";
  margin-bottom: 20px;
}

.top-text h4 {
  width: 60%;
  font-size: 35px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
}


.four-section {
  display: flex;
  justify-content: center;
}

.four-title {
  font-size: 65px;
  color: #fe222c;
}

.four-section article {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 20%;
  gap: 40px;
  opacity: 0.5;
  cursor: pointer;
  transition: all 500ms ease-in-out;
}

.four-section article:hover {
  opacity: 1;
}

.line {
  position: relative;
  display: block;
  width: 100px;
  background: #ed2e37;
  height: 2px;
}

@media (max-width: 960px) {
  .four-section article {
    width: 48%;
  }

  .four-section {
    flex-wrap: wrap;
    gap: 25px;
  }

}



.abs2 {
  font-size: 78px;
  font-weight: 400;
  color: #ed2e37;
  font-family: "Creattion", serif;
  transform: rotate(-90deg);
  position: absolute;
  left: -50px;
  top: 50%;
  bottom: 50%;
}



.abs-img {
  position: absolute;
  left: 0px;
  top: 50%;
  bottom: 50%;
  transform: translate(-10%, -50%);
}



.decoration {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.decoration img {
  padding: 2px;
}

/* footer */
.footer-container {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: azure;
  gap: 60px;
}

.inTouch {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 35%;
  height: max-content;
  align-self: flex-start;
}

.inTouch p {
  font-size: 10px;
  text-align: start;
}

.touch-top {
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid red;
}

.touch-top h2 {
  font-size: 60px;
  color: #000;
}

.Touchlinks {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.Touchlinks li a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.mid-links {
  width: max-content;
  align-self: center;
}

.mid-ul {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.mid-ul li a {
  font-size: 27px;
  color: #000;
}

.addresLinks {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100% !important;
  margin-left: 10px;
}

.addres-item {
  text-align: start;
}

.addres-item h4 {
  color: #000;
  letter-spacing: 0.5px;
  font-style: italic;
}

.addres-item p {
  font-style: italic;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

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

.icons .icon-cont:nth-child(2) {
  margin-left: 10px;
}

.icon-cont {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #9b1b2b;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-cont i {
  font-size: 16px;
  color: white;
  cursor: pointer;
}

/* mediaquery */

@media only screen and (max-width: 1000px) {

  /* Kreatif section */
  #kreatif-right {
    width: 45%;
  }

  .kreatif-text {
    gap: 40px;
  }

  #kreatif-left img {
    opacity: 0.5;
  }

  #kreatif-right {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    color: #000;
    width: 100%;
  }

  .detailed {
    align-self: flex-start;
  }

  .tns-nav {
    display: none;
  }

  .kreatif-section {
    position: relative;
  }

  #kreatif-left {
    width: 100%;
  }

  /* Kreatif section */
  /* arc section */
  .arc-section {
    gap: 36px;
  }

  .photoWrapper {
    width: 50%;
  }
}



@media only screen and (max-width: 900px) {
  .arc-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .photoWrapper {
    width: 90%;
  }

  #imgs {
    height: 50vh;
  }

  .text-section {
    width: 90%;
    flex-direction: row;
  }

  .text-section h4 {
    font-size: 25px;
  }

}

@media only screen and (max-width: 850px) {
  .footer-container {
    flex-direction: column-reverse;
  }

  .inTouch {
    width: 100%;
  }

  .mid-links {
    margin: 0 auto;
  }

  .footer-container {
    gap: 30px !important;
  }

  .mid-ul {
    flex-direction: row;
    justify-content: center;
  }

  .mid-ul li a {
    font-size: 22px;
  }

  .addres {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 520px) {
  .text-section {
    width: 90%;
    flex-direction: column !important;
  }

  .text-section h4 {
    font-size: 25px;
    gap: 20px;
  }

  .top-text {
    order: 1;
  }

  .btnGroup {
    flex-direction: row;
    font-size: 15px;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

}

@media (max-width: 999px) {
  #kreatif-right {
    width: 45%;
  }

  #kreatif-left {
    width: 55%;
  }

  .kreatif-text {
    gap: 40px;
  }

  .title {
    gap: 0px !important;
  }

  #kreatif-left img {
    opacity: 0.5;
  }

  #kreatif-right {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    color: #000;
    width: 75%;
  }
}

@media (max-width: 960px) {
  .kreatif-section {
    position: relative;
  }

  #kreatif-left {
    width: 100%;
  }

  .gallery .gallery-item-inner img {
    width: 100%;
    border: 3px solid #d4dad9;
  }

  .gallery-item-inner .about-img {
    width: 100% !important;
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
}

/*.gallery*/
.gallery {
  z-index: 99;
  width: 100%;
  display: block;
  top: 100px;
  padding: 100px 0;
}

.gallery .gallery-filter {
  height: 300px;
  width: 20%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  position: sticky;
  top: 50px;
  z-index: 6;

}

.gallery .gallery-filter .filter-item {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  width: 60%;
  z-index: 99;
  border: 2px solid white;
  display: inline;
  margin-right: 8px;
  cursor: pointer;
  padding: 14px 20px 14px 20px;
  transition: all 0.9s ease;

}

.gallery .gallery-filter .filter-item.active {
  color: white;
  border-color: #ed2e37;
  background: #ed2e37;
}

.gallery .gallery-item-inner img {
  width: 100%;
  border: 3px solid #d4dad9;
}

.gallery .gallery-item.show {
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.gallery .gallery-item.hide {
  display: none;
}

/*responsive*/
@media (max-width: 491px) {
  .gallery .gallery-item {
    width: 50%;
  }
}

@media (max-width: 467px) {
  .gallery .gallery-item {
    width: 100%;
  }

  .gallery .gallery-filter .filter-item {
    margin-bottom: 10px;
  }
}

.filter-flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.second-img-area {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 80px;
}

.last-img {
  margin-top: 5%;
  width: 65%;
  display: flex;
  margin-left: auto;
}

.gallery-item-inner .box-date {
  position: absolute;
  bottom: 0;
  right: 30px;
  padding: 40px;
  background: #ed2e37;
  color: white;
}

.gallery-item-inner {
  position: relative;
}

.project-title {
  font-size: 65px;
  font-weight: 600;
  color: #fff;
}

@media (min-width: 800px) {
  .abs {
    left: 40px;
  }
}

@media (max-width: 500px) {
  .gallery-item-inner .box-date {
    position: absolute;
    bottom: 0;
    right: 30px;
    padding: 10px;
    background: #ed2e37;
    color: white;
  }

  .mid-ul li a {
    font-size: 18px !important;
  }

  .gallery-item-inner {
    display: flex;
    flex-direction: column !important;
  }



  .gallery-item-inner .about-img {
    width: 100%;
  }

  .gallery-item-inner .box-date h2 {
    font-size: 16px !important;
  }

  .gallery-item-inner .box-date p {
    font-size: 13px;
  }

  .gallery .gallery-filter .filter-item {
    width: 100%;
    margin-right: 0px;
  }

  .filter-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .gallery .gallery-filter {
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .gallery-item-inner .box-date {
    position: absolute;
    bottom: 0;
    right: 30px;
    padding: 10px;
    background: #ed2e38e3;
    color: white;
  }

  .inTouch p {
    text-align: center !important;
  }

  .touch-top {
    display: none;
  }

  .contact-map iframe {
    width: 90%;
    margin-top: 1px !important;
  }

  .virtual-tour .virtual-btn {
    padding: 10px 20px !important;
  }


  .back-to {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
  }

  .addres {
    flex-direction: column;
  }

  .gallery {
    margin-top: 0 !important;
  }

  .Touchlinks {
    width: 40%;
    margin: 0 auto;
  }

  .touch-top {
    padding-left: 15px !important;
  }

  .mid-links {
    padding-left: 15px;
  }

  .gallery-item-inner {
    flex-direction: column !important;
  }

  .main-links .menu-link a {
    font-size: 30px !important;
  }

  .kreatif-text {
    gap: 0 !important;
  }

  .kreatif-text article {
    line-height: 25px !important;
  }

  .touch-top h2 {
    font-size: 40px !important;
  }


  .four-section article {
    width: 85% !important;
  }

  #slider-right {
    top: 40px !important;
  }


  .big-title {
    font-size: 35px !important;
    font-weight: 500;
  }

  .similar-slider .similar-item p {
    font-size: 14px !important;
  }

  .similar-slider .similar-item h2 {
    font-size: 15px !important;
  }

  .title-date {
    margin-right: auto;
    padding-left: 25px;
  }

  .forms {
    margin-top: 40px;
  }

  .about-forms {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fafafa;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .Touchlinks li a {
    font-size: 14px !important;
    cursor: pointer;
  }

  .project-title {
    font-size: 40px;
    margin-top: 5%;
  }

  .gallery .gallery-filter .filter-item {
    color: #000;
    font-size: 18px !important;
    font-weight: bold;
    width: 100%;
    z-index: 99;
    border: 2px solid white;
    display: inline;
    margin-right: auto;
    cursor: pointer;
    line-height: 1.2;
    transition: all 0.5s ease;
    margin: 0 auto;
    text-align: center;
  }

  .items-img {
    width: 100% !important;
  }

  .second-img-area {
    width: 100%;
    display: flex;
    margin-top: 50px;
    justify-content: space-evenly;
    align-items: center;
  }

  .gallery-item-inner .box-date h2 {
    font-size: 20px;
  }

  .gallery-item {
    display: flex;
  }

  .gallery .gallery-filter .filter-item {
    width: 50%;

    padding: 10px;
  }

  .filter-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .gallery .gallery-filter {
    flex-direction: row;
  }

  .gallery .gallery-filter {
    padding: 0 0px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    top: 0;
    z-index: 66;
    margin: 0 auto;
    margin-bottom: 0px;
  }
}

.items-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 80%;
  margin-right: auto;
}

.top-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  bottom: 50px;
  right: 50px;
  bottom: 20px;
  cursor: pointer;
}

.gallery-item-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
}

.gallery-item-inner .title-content {


  display: flex;
  flex-direction: column;
  place-items: flex-start;
}

.gallery-item-inner .about-img {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-content h1 {
  font-size: 40px;
  color: black;
  line-height: 50px;
}

.title-content h1 span {
  color: red;
}

.title-content p {
  font-size: 19px;
  color: #000;
  font-weight: 500;
}

.about-forms {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  background: #fafafa;
  padding-top: 50px;
  padding-bottom: 50px;
}

.flex-form {
  display: flex;
  border-bottom: 1.5px solid black;
  justify-content: space-between;
}

.content-form {
  border-bottom: 1.5px solid black;
}

#fname {
  border: none;
  padding: 30px;
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  background: transparent !important;
}

.lets {
  background: #ed2e37;
  padding: 20px 30px;
  font-size: 19px;
  color: white;
  margin-top: 25px;
}

/* textarea:focus,
input:focus {
  outline: none !important;
  border: 1px solid rgb(0, 0, 0) !important;
  box-shadow: none !important
} */

.btn-form {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.title-date h1 {
  font-size: 60px;
  font-weight: 600;
  color: black;
}

.title-date p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}

.yasam-font {
  font-size: 40px;
  line-height: 120%;
}

@media (max-width: 768px) {
  .container-detail {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column !important;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .yasam-font {
    font-size: 20px !important;
  }

  .container-detail .left-content {
    width: 90% !important;
  }

  .container-detail .right-content {
    width: 90% !important;
  }

  .executive-title .title-paragraf {
    width: 90% !important;
  }

  .executive-title .title-paragraf p {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .executive-title {
    position: none;
    margin-bottom: 25%;
  }

  .executive-title .title-paragraf span p {
    font-size: 13px !important;
  }

  .blocks img {
    width: 60%;
  }

  .blocks {
    top: -50px !important;
    left: 10% !important;
  }
}

.container-detail {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
}

.container-detail .left-content {

  display: flex;
  flex-direction: column;
}

.container-detail .left-content .arrow-back {
  line-height: 100px;
}

.container-detail .right-content {

  display: flex;
  justify-content: center;
}

.container-detail .right-content .project-img img {
  width: 100%;
}

.title-left h1 {
  font-size: 75px;
  color: black;
}

.title-left span {
  font-size: 68px;
  color: #ed2e37;
  line-height: 100px;
}

.title-left p {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.info-left h4 {
  margin-top: 20px;
  width: 25%;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid black;
}

.info-left p {
  font-size: 17px;
  color: #000;
  font-weight: 700;
}

.info-left .info-socials {
  display: flex;
  margin-top: 10px;
  width: 36%;
  justify-content: flex-start;
}

.info-left .info-socials a {
  font-size: 24px;
  color: black;
  transition: all 400ms linear;
}

.info-left .info-socials a:hover {
  color: #ed2e37;
  transition: all 400ms linear;
}

.info-left .info-socials li {
  margin: 10px;
}

.arrow-back a img:hover {
  transform: translate(15px, 0px);
  transition: all 400ms ease-in-out;
}

.arrow-back a img {
  transition: all 400ms ease-in-out;
}

.executive-title {
  text-align: start;
  position: relative;
  top: 100px;
}

.executive-title .title-paragraf {
  width: 40%;
  margin: 0 auto;
}

.executive-title .title-paragraf p {
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  color: black;
}

.executive-title .title-paragraf span p {
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
}

.executive-title .blocks {
  position: absolute;
  left: 26%;
  top: -100px;
}

/* .container {
  margin: 10% auto;
  max-width: 100%;
  width: 100%;
} */

.grid {
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
}

.grid>[class*="column-"] {
  display: block;
}

.first {
  order: -1;
}

.last {
  order: 12;
}

.align-top {
  align-items: start;
}

.align-center {
  align-items: center;
}

.align-bottom {
  align-items: end;
}

.column-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.column-xs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.column-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.column-xs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.column-xs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.column-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.column-xs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.column-xs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.column-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.column-xs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.column-xs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.column-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 48rem) {
  .column-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .column-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .column-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .column-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 62rem) {
  .column-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .column-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .column-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .column-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 75rem) {
  .column-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .column-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .column-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .column-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@supports (display: grid) {
  .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
  }

  .grid>[class*="column-"] {
    margin: 0;
    max-width: 100%;
  }

  .column-xs-1 {
    grid-column-start: span 1;
    grid-column-end: span 1;
  }

  .column-xs-2 {
    grid-column-start: span 2;
    grid-column-end: span 2;
  }

  .column-xs-3 {
    grid-column-start: span 3;
    grid-column-end: span 3;
  }

  .column-xs-4 {
    grid-column-start: span 4;
    grid-column-end: span 4;
  }

  .column-xs-5 {
    grid-column-start: span 5;
    grid-column-end: span 5;
  }

  .column-xs-6 {
    grid-column-start: span 6;
    grid-column-end: span 6;
  }

  .column-xs-7 {
    grid-column-start: span 7;
    grid-column-end: span 7;
  }

  .column-xs-8 {
    grid-column-start: span 8;
    grid-column-end: span 8;
  }

  .column-xs-9 {
    grid-column-start: span 9;
    grid-column-end: span 9;
  }

  .column-xs-10 {
    grid-column-start: span 10;
    grid-column-end: span 10;
  }

  .column-xs-11 {
    grid-column-start: span 11;
    grid-column-end: span 11;
  }

  .column-xs-12 {
    grid-column-start: span 12;
    grid-column-end: span 12;
  }

  @media (min-width: 48rem) {
    .column-sm-1 {
      grid-column-start: span 1;
      grid-column-end: span 1;
    }

    .column-sm-2 {
      grid-column-start: span 2;
      grid-column-end: span 2;
    }

    .column-sm-3 {
      grid-column-start: span 3;
      grid-column-end: span 3;
    }

    .column-sm-4 {
      grid-column-start: span 4;
      grid-column-end: span 4;
    }

    .column-sm-5 {
      grid-column-start: span 5;
      grid-column-end: span 5;
    }

    .column-sm-6 {
      grid-column-start: span 6;
      grid-column-end: span 6;
    }

    .column-sm-7 {
      grid-column-start: span 7;
      grid-column-end: span 7;
    }

    .column-sm-8 {
      grid-column-start: span 8;
      grid-column-end: span 8;
    }

    .column-sm-9 {
      grid-column-start: span 9;
      grid-column-end: span 9;
    }

    .column-sm-10 {
      grid-column-start: span 10;
      grid-column-end: span 10;
    }

    .column-sm-11 {
      grid-column-start: span 11;
      grid-column-end: span 11;
    }

    .column-sm-12 {
      grid-column-start: span 12;
      grid-column-end: span 12;
    }
  }

  @media (min-width: 62rem) {
    .column-md-1 {
      grid-column-start: span 1;
      grid-column-end: span 1;
    }

    .column-md-2 {
      grid-column-start: span 2;
      grid-column-end: span 2;
    }

    .column-md-3 {
      grid-column-start: span 3;
      grid-column-end: span 3;
    }

    .column-md-4 {
      grid-column-start: span 4;
      grid-column-end: span 4;
    }

    .column-md-5 {
      grid-column-start: span 5;
      grid-column-end: span 5;
    }

    .column-md-6 {
      grid-column-start: span 6;
      grid-column-end: span 6;
    }

    .column-md-7 {
      grid-column-start: span 8;
      grid-column-end: span 7;
    }

    .column-md-8 {
      grid-column-start: span 8;
      grid-column-end: span 8;
    }

    .column-md-9 {
      grid-column-start: span 9;
      grid-column-end: span 9;
    }

    .column-md-10 {
      grid-column-start: span 10;
      grid-column-end: span 10;
    }

    .column-md-11 {
      grid-column-start: span 11;
      grid-column-end: span 11;
    }

    .column-md-12 {
      grid-column-start: span 12;
      grid-column-end: span 12;
    }
  }

  @media (min-width: 75rem) {
    .column-lg-1 {
      grid-column-start: span 1;
      grid-column-end: span 1;
    }

    .column-lg-2 {
      grid-column-start: span 2;
      grid-column-end: span 2;
    }

    .column-lg-3 {
      grid-column-start: span 3;
      grid-column-end: span 3;
    }

    .column-lg-4 {
      grid-column-start: span 4;
      grid-column-end: span 4;
    }

    .column-lg-5 {
      grid-column-start: span 5;
      grid-column-end: span 5;
    }

    .column-lg-6 {
      grid-column-start: span 6;
      grid-column-end: span 6;
    }

    .column-lg-7 {
      grid-column-start: span 7;
      grid-column-end: span 7;
    }

    .column-lg-8 {
      grid-column-start: span 8;
      grid-column-end: span 8;
    }

    .column-lg-9 {
      grid-column-start: span 9;
      grid-column-end: span 9;
    }

    .column-lg-10 {
      grid-column-start: span 10;
      grid-column-end: span 10;
    }

    .column-lg-11 {
      grid-column-start: span 11;
      grid-column-end: span 11;
    }

    .column-lg-12 {
      grid-column-start: span 12;
      grid-column-end: span 12;
    }
  }
}

.gallery {
  padding: 0 0 4rem 0;
  margin-top: 4%;
}

.about-container {
  margin-top: 0 !important;
}

.img-container {
  width: 100%;
  height: 700px;
  cursor: pointer;
  overflow: hidden;
  object-fit: cover;
}

.img-container:hover .img-content-hover {
  display: block;
}

.img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover !important;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.img-container img:hover {
  transform: scale(1.05);
  cursor: none;
}

.img-content-hover {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  white-space: nowrap;
  display: none;
  padding: 1.5rem;
  background: #fafafa;
  font-weight: 400;

}

.img-content-hover .title {
  font-size: 2rem;

}

.title {
  color: #2e2e2e;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 0.3;
}

.category {
  font-size: 1rem;
  color: #787878;
}

.about-filter-menu {
  position: static !important;
  z-index: -1 !important;
}

.img-content {
  display: none;
}

.social,
.copyright {
  margin: 1rem;
}

.social li {
  display: inline-block;
}

@supports (display: grid) {
  .gallery .grid {
    grid-gap: 1rem;
  }
}

@media (min-width: 62rem) {
  nav ul {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1024px) {
  img:hover {
    transform: none;
  }

  .img-container {
    height: 100%;
  }

  .img-container:hover .img-content-hover {
    display: none;
  }

  .img-content {
    display: block;
    padding: 1rem 0;
  }
}

.contact-map iframe {
  width: 90%;
  margin-top: 100px;
}

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

.contact-form {
  margin-top: 0 !important;
}

.btnGroup a {
  font-weight: 600;
  font-size: 1rem;
  color: #adadad;
  font-family: Poppins, sans-serif;
}

.changed-body h1 {
  /* color: red !important; */
}



/* .changed-body ul li {
  color: white !important;
} */
/* .changed-body h3 {
  color: white !important;
}
.changed-body a {
  color: white;
}
.changed-body span {
  color: white !important;
}

.changed-body article {
  color: white !important;
}

.changed-body .detailed {
  color: white !important;
} */

.similars {
  width: 90%;
  margin: 0 auto;
}

.similar-slider {
  width: 100%;
  margin-top: 5%;
}

.big-title {
  font-size: 45px;
  font-weight: 500;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  top: 200px;
  width: 100% !important;
  position: relative;
  z-index: 99 !important;
  bottom: 0 !important;
  left: 0% !important;
}

.similar-slider .similar-item {
  padding-bottom: 70px;
}

.swiper-scrollbar {
  background: #ddd !important;
}

/* .swiper-scrollbar-drag {
  background: #fd6c6c !important;
} */

.similar-slider .similar-item h2 {
  font-size: 40px !important;
  color: black;
  font-weight: 600;
}

.similar-slider .similar-item p {
  font-size: 19px;
  color: black;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 30px;
}

.similar-slider .similar-item .view-btn {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #ed2e37;
  position: relative;
  padding: 10px 15px;
  transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02),
    opacity 0.4s;
  transition: transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity;
}

.view-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -webkit-transform: scaleX(0.3);
  transform: scaleX(0.3);
  opacity: 0;
  transition: all 0.3s;
}

.view-btn:hover::before {
  opacity: 1;
  color: white;
  background-color: #ed2e37;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02),
    opacity 0.4s;
  transition: transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity;
}

.view-btn:hover {
  color: white !important;
  transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02),
    opacity 0.4s;
  transition: transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity;
}

.container-detail .right-content .home-img img {
  width: 90%;
}



.features {
  margin-top: 30px;
  border-bottom: 1.5px solid black;
  width: 70%;
  padding-bottom: 20px;
}

.features li {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}

.total-area h3 {
  font-size: 20px;
  font-weight: 600;
}

.total-area span {
  font-size: 65px;
  font-weight: 800;
}

.virtual-tour {
  position: relative;
  display: flex;
  justify-content: center;
  margin-left: auto;
}

.virtual-tour .virtual-btn {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ed2e37;
  z-index: 88;
  left: 50%;
  padding: 20px 40px;
  color: white;
  font-size: 30px;
  border-radius: 99px;
}

.navLogo {
  position: absolute;
  top: 35px;
  left: 5%;
}

.main-links .menu-link a {
  color: #fff;
  /* font-size: 60px; */
  font-size: 3rem;
  /* font-family: "Poppins", sans-serif; */
  font-weight: 600;
}

.responsive-nav small {
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  z-index: 999;
  position: absolute;
  top: 28%;
  left: 18.5%;
}

ol,
ul {
  padding: 0;
}

.main-links {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
}

.effect1 {
  color: #222;
  text-decoration: none;
  font-size: 24px;
  position: relative;


  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  -webkit-transform: scale(3);

  -ms-transform: scale(3);

  transform: scale(3);
  /*change scale(3) to scale(1)*/
}

.effect1 .bg {
  background: #7c5d3f;
  width: 40px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 54%;
  margin-top: -1px;
  z-index: -1;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.effect1:hover {
  padding-right: 20px;
  color: #fff !important;
}

.effect1:hover .bg {
  height: 100%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.effect1 .bg:before,
.effect1 .bg:after {
  content: "";
  height: 6px;
  width: 15px;
  background: #7c5f3f;
  position: absolute;
  right: -2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.effect1 .bg:before {
  bottom: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.effect1 .bg:after {
  top: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.effect1:hover .bg:before,
.effect1:hover .bg:after {
  right: 0;
}

.effect1:hover .bg:before {
  bottom: 6px;
}

.effect1:hover .bg:after {
  top: 6px;
}

.socialsy div {
  width: 80px;
  height: 80px;
  font-size: 40px;
  text-align: center;
  line-height: 80px;
  color: #7c5f3f;
  font-weight: bold;
}

/*İnstagram Button*/
.bgins {
  transform: rotateZ(45deg);
  border: 3px solid #7c5f3f;
  background-color: transparent;
  transition: all 0.7s;
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bgins div {
  color: #7c5f3f;
  transition: all 0.7s;
}

.bgins:hover {
  border: 3px solid #7c5f3f;
  background-color: #7c5f3f;
  transition: all 0.7s;
}

.bgins:hover div {
  color: #fff;
  transition: all 0.7s;
}

.bgins div a:hover {
  cursor: pointer;
  color: white;
}

.bgins div a i {
  font-size: 40px !important;
}

.down-btn {
  position: fixed;
  top: 90%;
  z-index: 77;
  right: 3%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.down-btn p {
  font-size: 23px;
  font-weight: bold;
  color: #000;
}

.pop {
  display: none;
  position: absolute;
  bottom: 5%;
  z-index: 99;
  left: 25%;
  width: 50%;
  height: 80%;
  background: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  outline: 10px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .pop {
    width: 90%;
    left: 5%;
  }

  .previous {
    left: 0 !important;
  }

  .cursor,
  .cursor2,
  .cursor3 {
    display: none !important;
  }
}

.pop>h1 {
  padding: 30px 30px 10px 30px;
  color: #2a3644;
  font-size: 100%;
}

.pop>p {
  padding-left: 30px;
  font-size: 100%;
  color: #777;
}

.pop>span {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 64px;
  height: 64px;
}

img {
  transition: all 400ms ease-in-out !important;
}

.o-hover__block {
  text-align: start;
  margin: 0px 0;
}

.o-hover__block a {
  border-color: #fff;
  text-decoration: underline;
}

/* .project-btn {
  text-align: start;
  width: 35%;
  border: none;
} */

/* .c-btn {
  color: #000;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 25px;
  border-bottom: 1px solid #000;
  height: 100%;
  font-weight: bold;
  margin-top: 30px;
}

.c-btn:after {
  content: "";
  display: block;
  position: absolute;
}

.c-btn:before {
  content: "";
  display: block;
  position: absolute;
}

.c-btn--big-line:after {
  content: attr(data-hover-name);
  color: #fff;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}

.c-btn--big-line:before {
  content: "";
  display: block;
  position: absolute;
  transform-origin: right;
  transform: scaleX(0);
  height: 100%;
  width: 100%;
  top: 0;
  background-color: #9b1b2b;
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.c-btn--big-line:hover:after {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}

.c-btn--big-line:hover:before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.c-btn--border-line {
  background: none;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 2px transparent;
  padding: 12px;
} */

/* .project-btns {
  color: #fff !important;
  text-align: center;
} */

#form input, #form textarea {
  border: 0;
  border-bottom: 1px solid #c2c2c2;
  outline: none;
  border-radius: 0!important;
  box-shadow: none!important;
  padding: 10px;
}

#form input:focus, #form textarea:focus {
  border-bottom: 1px solid #9b1b2b!important;
  box-shadow: none!important;
}

#controls {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 77;
}

.previous {
  position: absolute;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 889;
}

.previous img {
  width: 55px;
  opacity: 0.6;
  transition: opacity 400ms ease-in;
}

.next img {
  width: 55px;
  opacity: 0.6;
  transition: opacity 400ms ease-in;
}

.next img:hover {
  width: 55px;
  opacity: 1;
  transition: opacity 400ms ease-in;
}

.previous img:hover {
  width: 55px;
  opacity: 1;
  transition: opacity 400ms ease-in;
}

.previous {
  left: 20%;
  top: 50%;
}

.next {
  right: 0;
  top: 50%;
}

.next {
  position: absolute;
  right: 0px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 889;
}

/* #Cursor
================================================== */
.cursor,
.cursor2,
.cursor3 {
  position: fixed;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%;
  mix-blend-mode: difference;
  -webkit-transition: all 300ms linear;
  transition: all 200ms linear;
  z-index: 9999999;
}

.cursor {
  background-color: #fff;
  height: 0;
  width: 0;
  z-index: 9999999;
}

.cursor2,
.cursor3 {
  height: 26px;
  width: 26px;
  z-index: 99998;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cursor2.hover,
.cursor3.hover {
  -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
  transform: scale(2) translateX(-25%) translateY(-25%);
  border: none;
}

.cursor2 {
  border: 2px solid #ddd;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.349);
}

.cursor2.hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.37);
}

.insta-area {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}


.right-title-area {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.post-item img {
  height: 800px;
  margin: 0 auto;
}

.post-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.right-title-area h1 {
  font-size: 80px;
  font-weight: 400;
}

.right-title-area h2 {
  font-size: 60px;
  font-weight: 500;
  color: #9b1b2b;
}

.right-title-area p {
  width: 70%;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.8;
}

.link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
}

.link a img {
  width: 25px;
  height: 25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .insta-area {
    display: flex;
    width: 90%;
  }

}

@media screen and (max-width: 768px) {
  .insta-area {
    display: flex;
    flex-direction: column-reverse !important;
  }

  .post-item img {
    height: 550px;
    margin: 0 auto;
  }

  .addresLinks {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }

  .socials {
    margin-top: 10px;
    flex-direction: column;
  }

  .abs-1 {
    top: 15px !important;
    z-index: 99;
  }

  .right-title-area {
    width: 100%;
  }

  .right-title-area h1 {
    font-size: 50px;
  }

  .right-title-area h2 {
    font-size: 40px;
    color: #7c5d3f;
  }

  .post-web {
    display: none !important;
  }

  .post-mobil {
    display: block !important;
  }

  .link {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .post-web {
    display: block !important;
  }

  .post-mobil {
    display: none !important;
  }
}

.overlay-mobil {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0 !important;
  left: 0;
  z-index: 99;
  background: rgba(34, 34, 34, 0.781);
}

.overlay-mobil h1 {
  margin-top: 70%;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

/*********************************************MEDİA QUERY********************************************/

@media screen and (min-width: 1025px) {
  .mainScreen-bg {
    margin-bottom: 0;
    display: block;
    width: 100%;
  }

  .mobile-mainScreen-bg {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  /***MAIN-SCREEN***/

  .mainScreen-bg {
    margin-bottom: 0;
    display: block;
  }

  .mobile-mainScreen-bg {
    display: none;
  }

  /*kreatif-section2*/

  #kreatif-right2 img {
    object-fit: cover;
  }

  #kreatif-left2 {
    margin-top: 200px;
    width: 60%;
    margin-left: 0px;
  }

  .o-hover__block a {
    font-size: 21px;
    display: flex;
    margin-left: 0px;
  }

  /*slider*/

  #slider-right {
    left: 300px;
  }

  .slider {
    width: 400%;
  }

  .slider img {
    width: 500px;
    border: 3px solid #000;
  }

  /***arc-section***/

  .photoWrapper {
    width: 40%;
  }

  .btnGroup {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    gap: 20px;
    flex-wrap: wrap;
  }

  .btnGroup a {
    font-size: 15px;
  }

  .top-text {
    display: flex;
    flex-direction: column;
  }

  .top-text h2 {
    font-size: 30px;
  }

  .top-text h4 {
    font-size: 25px;
    text-align: justify;
    width: 80%;
  }



}

@media screen and (max-width: 768px) {
  /***MAIN-SCREEN***/

  .mainScreen-bg {
    margin-bottom: 0;
    display: block;
  }

  .mobile-mainScreen-bg {
    display: none;
  }

  .mainScreen-paragraph-1 {
    position: absolute;
    bottom: 15%;
  }

  .mainScreen-paragraph-2 {
    position: absolute;
    bottom: 13%;
    left: 41%;
  }

  .down-button {
    display: none;
  }

  /***kreatif-section2***/
  .abs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 5%;
    left: 10%;
  }



  /* .white-change {
    display: flex;
    justify-content: center;
    align-items: center;
  } */

  /* .white-change p {
    font-size: 21px;
  } */

  .o-hover__block a {
    font-size: 21px;
    display: flex;
    margin-left: 40px;
  }

  #kreatif-right2 img {
    object-fit: cover;
    opacity: 0.1;
  }

  #kreatif-left2 {
    margin-top: 0;
    width: 100%;
    margin-left: 0px;
  }

  /***slider***/

  #slider-right {
    left: -25px;
  }

  .slider {
    width: 400%;
  }

  .slider img {
    width: 700px;
    border: 3px solid #000;
  }

  .abs-r p {
    position: absolute;
    font-size: 60px;
    margin-bottom: 60px;
  }

  .project-title p {
    font-size: 30px;
  }

  .project-hover a {
    font-size: 15px;
    margin-bottom: 35px;
  }

  /***arc-section***/

  .photoWrapper {
    width: 80%;
    height: 80%;
  }

  .photoWrapper img {
    border: 3px solid #000;
  }

  .text-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    gap: 50px;
  }

  .btnGroup {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 10px;
    gap: 30px;
    flex-wrap: wrap;
  }

  .btnGroup a {
    font-size: 20px;
  }

  .top-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
  }

  .top-text h2 {
    font-size: 50px;
  }

  .top-text h4 {
    font-size: 35px;
    text-align: justify;
    width: 50%;
  }



  .post-item img {
    height: 750px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  /***navbar***/

  .inner-nav i::before {
    font-size: 20px;
    color: #fff;
  }

  /***MAIN-SCREEN***/

  .mainScreen-bg {
    margin-bottom: 0;
  }

  .mainScreen-bg-1 {
    display: none;
  }

  .mobile-mainScreen-bg {
    height: 100vh;
    object-fit: cover;
    display: block;
  }

  .mainScreen-paragraph-1 {
    position: absolute;
    bottom: 15%;
  }

  .mainScreen-paragraph-2 {
    position: absolute;
    bottom: 13%;
    left: 41%;
  }

  .down-button {
    display: none;
  }

  /***********kreatif-section2**********/
  .abs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 5%;
    left: 5%;
  }


  /* .white-change {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

  } */

  /* .white-change p {
    font-size: 20px;
  } */

  .o-hover__block a {
    font-size: 21px;
    display: flex;
  }

  #kreatif-right2 img {
    object-fit: cover;
    opacity: 0.1;
  }

  /***slider***/

  #slider-right {
    left: -25px;
  }

  .slider {
    width: 400%;
  }

  .slider img {
    width: 350px;
    border: 3px solid #000;
  }

  .abs-r p {
    position: absolute;
    font-size: 60px;
    margin-bottom: 60px;
  }

  .project-title p {
    font-size: 30px;
  }

  .project-hover a {
    font-size: 15px;
    margin-bottom: 35px;
  }

  /***********************arc-section********************/

  .photoWrapper {
    width: 80%;
    height: 80%;
  }

  .photoWrapper img {
    border: 3px solid #000;
  }

  .btnGroup {
    margin-top: 10px;
  }

  .btnGroup a {
    font-size: 14px;
  }

  .top-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
  }

  .top-text h2 {
    font-size: 30px;
  }

  .top-text h4 {
    font-size: 25px;
    text-align: justify;
    width: 80%;
  }




}

@media screen and (max-width: 375px) {
  /*******************************MAIN-SCREEN*******************************************/

  .mainScreen-bg {
    margin-bottom: 0;
  }

  .mainScreen-bg-1 {
    display: none;
  }

  .mobile-mainScreen-bg {
    height: 100vh;
    object-fit: cover;
    display: block;
  }

  .mainScreen-paragraph-1 {
    position: absolute;
    bottom: 15%;
    left: 11%;
  }

  .mainScreen-paragraph-2 {
    position: absolute;
    bottom: 13%;
    left: 46%;
  }

  .down-button {
    display: none;
  }

  /***********kreatif-section2**********/
  .abs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 5%;
    left: 10%;
  }


  /* .white-change {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
  } */

  /* .white-change p {
    font-size: 15px;
    margin-left: 30px;
  } */

  .kreatif-section2 .o-hover__block a {
    font-size: 15px;
    display: flex;
    margin-left: 60px;
  }

  #kreatif-right2 img {
    object-fit: cover;
    opacity: 0.1;
  }

  /******************slider****************/

  #slider-right {
    left: 0px;
  }

  .slider {
    width: 400%;
  }

  .slider img {
    width: 300px;
    border: 3px solid #000;
  }

  .abs-r p {
    position: absolute;
    font-size: 45px;
    margin-bottom: 60px;
  }

  .project-title p {
    font-size: 30px;
  }

  .project-hover a {
    font-size: 16px;
    margin-bottom: 35px;
  }

  /***********************arc-section********************/

  .photoWrapper {
    width: 80%;
    height: 80%;
    margin-left: 25px;
  }

  .photoWrapper img {
    border: 3px solid #000;
  }

  .btnGroup {
    margin-top: 10px;
  }

  .btnGroup a {
    font-size: 14px;
  }

  .top-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 120px;
  }

  .top-text h2 {
    font-size: 28px;
  }

  .top-text h4 {
    font-size: 22px;
    text-align: justify;
    width: 80%;
  }


}

@media screen and (max-width: 320px) {
  /*******************************MAIN-SCREEN*******************************************/

  .mainScreen-bg {
    margin-bottom: 0;
  }

  .mainScreen-bg-1 {
    display: none;
  }

  .mobile-mainScreen-bg {
    display: block;
    height: 100vh;
    object-fit: cover;
  }

  .mainScreen-paragraph-1 {
    position: absolute;
    bottom: 15%;
  }

  .mainScreen-paragraph-2 {
    position: absolute;
    bottom: 13%;
    left: 41%;
  }

  .down-button {
    display: none;
  }

  /***********kreatif-section2**********/
  .abs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 5%;
    left: 5%;
  }


  /* .white-change {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
  } */

  /* .white-change p {
    font-size: 13px;
  } */

  .kreatif-section2 .o-hover__block a {
    font-size: 15px;
    display: flex;
    margin-left: 40px;
  }

  #kreatif-right2 img {
    object-fit: cover;
    opacity: 0.1;
  }

  /******************slider****************/

  #slider-right {
    left: -25px;
  }

  .slider {
    width: 400%;
  }

  .slider img {
    width: 250px;
    border: 3px solid #000;
  }

  .abs-r p {
    position: absolute;
    font-size: 45px;
    margin-bottom: 60px;
  }

  .project-title p {
    font-size: 20px;
  }

  .project-hover a {
    font-size: 12px;
    margin-bottom: 35px;
  }

  /***********************arc-section********************/

  .photoWrapper {
    width: 80%;
    height: 80%;
    margin: 0;
  }

  .photoWrapper img {
    border: 3px solid #000;
  }

  .btnGroup {
    margin-top: 10px;
  }

  .btnGroup a {
    font-size: 13px;
  }

  .top-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 120px;
  }

  .top-text h2 {
    font-size: 25px;
  }

  .top-text h4 {
    font-size: 20px;
    text-align: justify;
    width: 80%;
  }



}

/*footer */

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}



.footerInfo {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: 10rem 10rem;
  background-color: #fafafa;
}

.footerLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 3rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 0.8;
}

.footerLogo span {
  font-size: 1.8rem;
  font-weight: 700;
}

.footerInfo-col2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 20%;
}

.title-col2,
.title-col3,
.title-col4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  font-family: "Poppins", sans-serif;
}

.text-col2,
.text-col3,
.text-col4 {
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
  font-family: "Poppins", sans-serif;
}

.footerInfo-col3,
.footerInfo-col4 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.text-col3 li:hover {
  color: #9b1b2b;
  cursor: pointer;
}

.adressGroup {
  display: flex;
  flex-direction: row;
}

.adressParagraph {
  display: flex;
  flex-direction: column;
}

.text-col4 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.text-col4 li {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.text-item {
  z-index: 9;
  left: 150px;
  bottom: 0px;
}

/* .text-item h1 {
  line-height: 90%;
} */

/* .text-item h2 {
  z-index: 9;
  font-style: italic;
} */

.swiper-height {
  height: 530px !important;
}


@media (max-width: 821px) {
  .mySwiperhero .swiper-wrapper {
    height: 100vh;
  }

  .mySwiperhero .imgitem {
    height: 90vh;
    object-fit: cover;
  }


  .prev-slide,
  .next-slide {
    top: 40%;
  }

  .inner-nav i {
    margin-right: 0;
  }

  .aboutfilter {
    width: 20% !important;
  }

  .gallery .gallery-filter {
    height: auto !important;
  }

  .gallery .gallery-filter {
    width: 100%;
  }

  .gallery .gallery-filter .filter-item {
    width: auto !important;
  }

  .gallery-item-inner {
    flex-direction: column !important;
  }

  .gallery .gallery-filter {
    position: initial;
  }
}

@media (max-width:767px) {
  .kreatif-section2 {
    margin-top: 0px;
  }

  .inner-nav.innerNavActive {
    margin-top: 10px;
  }

  .villaitem::after {
    content: '';
    border-bottom: 3px solid #9b1b2b;
    width: 50px;
    display: block;
    margin-right: auto;
  }

  .hover-text {
    text-align: start;
  }

  .hover-text h2 {
    font-size: 26px;
  }

  .hover-text h3 {
    width: 60% !important;
  }

  .title-left h1 {
    font-size: 50px;
  }

  .swiper-height {
    height: 300px !important;
  }

}


.top-overlay,
.bottom-overlay {
  position: absolute;
  width: 100%;
  height: 40px;
}

.top-overlay {
  top: 0;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
}

.bottom-overlay {
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
}


.gallery-title {
  font-size: 36px;
  color: teal;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid teal;
}

.filter-button {
  font-size: 18px;
  border: 1px solid teal;
  border-radius: 5px;
  text-align: center;
  color: teal;
  margin-bottom: 30px;

}

.filter-button:hover {
  font-size: 18px;
  border: 1px solid teal;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: teal;

}

.btn-default:active .filter-button:active {
  background-color: #42B32F;
  color: white;
}

.port-image {
  width: 100%;
}

.project-page .gallery_product img {
  height: 100% !important;
  object-fit: cover;
}

.project-page .gallery-item {
  height: 450px !important;
}

.links {
  transition: .4s all ease;
}

.links:hover {
  color: #9b1b2b;
}

footer p, footer li {
  font-size: .85rem!important;
  opacity: .75!important;
  color: #212529!important;
}

footer li {
  padding-bottom: 6px;
  color: #212529!important;
}


.project-page-description {
  text-align: center;
  padding-top: 50px;
  padding: 50px 10px 10px 10px;
}

.project-page-description p {
  font-size: 1.2rem;
  padding-top: 15px;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  word-spacing: -0.05em;
}

@media(max-width:768px) {
  .project-page-description p {
    font-size: 18px!important;
    text-align: start;
  }
}


.imgitem {
  animation: zoomInOut 14s alternate infinite;
  transform-origin: center center; 
  filter: brightness(0.8)
}

@keyframes zoomInOut {
  0% {
    transform: scale(1.5); 
  }
  100% {
    transform: scale(1); 
  }
}

#hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

#hero img {
  overflow: hidden;
}


.btn-dark span, .btn-dark i {
  color: white!important;
}

.btn-dark:hover {
  background-color: white!important;
  color: #000!important;
}

.btn-dark:hover span, .btn-dark:hover i {
  color: #000!important;
}


.btn-outline-dark:hover span {
  color: #fff!important;
}

.btn-outline-dark:hover i {
  color: #fff!important;
}

@media(max-width:768px) {
  .btn-dark, .btn-outline-dark {
    font-size: 13px!important;
    width: 180px!important;
  }
}
