@keyframes moveRightUp {
    0% {
      transform: translate(0, 130deg);
    }
    50% {
      transform: translate(0, 105deg);
    }
    100% {
      transform: translate(0, 130deg);
    }
  }
  

/* Keyframe animasyonları */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(0,135deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0); 
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.9); /* Başlangıçta biraz küçük */
    }
    100% {
        opacity: 1;
        transform: scale(1); /* Sonunda normal boyuta gelsin */
    }
}

/* general class */

#send-response-success , #send-response-unsuccessful{
  display: none;
}

#phoneNumber {
  padding: 8px 50px;
}



#home-banner {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

#home-banner .banner-content{
  position: absolute;
  bottom: 40%;
  z-index: 4;
  width:100%;
}

#home-banner .banner-content .banner-form {
  position: relative;
  background-color: #ffffff7a;
  border-radius: 22px;
  box-shadow: -8.19px -5.74px 16px #63876885;
  padding: 46px 38px;
  z-index: 0;
  overflow: hidden;
}

#home-banner .banner-content .banner-title-container{
  background: #070936A3 0% 0% no-repeat padding-box;
  border: 3px solid #FFFFFF;
  border-radius: 77px 0px 76px 0px;
  opacity: 1;
  padding: 41px 47px;
}

#home-banner .banner-content .banner-title {
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center;
  text-shadow: 0px 4px 5px #000000B5;
}

#home-banner .owl-nav {

  /* display: flex; */
  /* flex-direction: column; */
}
#home-banner .owl-nav button {
  padding: 15px;
  background: var(--bg-color-2);
  border-radius: 50%;
  border: 1px solid #464646;
  width: 50px;
  height: 50px;
  border-radius: 9px;
}

#home-banner .owl-nav .owl-next{
  background: var(--bg-color-2);
  position: absolute;
  bottom: 50%;
  right: 0;
}

#home-banner .owl-nav .owl-prev{
    position: absolute;
  bottom: 50%;
  background: var(--bg-color-2);
  left: 0;
}

#home-banner .owl-nav button svg {
  color: #fff;
  width: 35px;
  height: 35px;
}

#home-banner .owl-nav .owl-prev {
  left: 10px;
}

#home-banner  .owl-nav .owl-next {
  right: 10px;
}

/* top form */

#home-top-form {
  position: relative;
  bottom: 50px;
  z-index: 1;
  margin-bottom: 30px;
}

#home-top-form .section-decor-img.decor-top {
  position: absolute;
  z-index: -1;
  top: 35px;
}

#home-top-form .section-inner {
  background: var(--text-color);
  padding: 25px 35px;
  border-radius: 40px;
}

#home-top-form .section-inner .section-title {
  color: var(--text-light);
}

#home-top-form .section-inner .input-area{
  padding: 5px;
  margin-bottom: 10px;
}

#home-top-form .section-inner .input-area input {
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  background: transparent;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 10px;
}
#home-top-form .section-inner .input-area input#phoneNumber{
    padding:5px 40px;
}

#home-top-form .section-inner .input-area input::placeholder{
  color: #fff;
}

#home-top-form .section-inner .input-area .iti__selected-dial-code, #home-top-form .section-inner .input-area .iti__dial-code{
 color: #fff;
}

#home-top-form .section-inner .input-area .iti__flag-box, #home-top-form .section-inner .input-area .iti__country-name{
  color: #fff;
}

#home-top-form .section-inner .form-button {
  background: #D42731;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
}

/* home sales */

#home-sales-completed {
  position: relative;
  margin-bottom: 100px;
  z-index: 1;
}

#home-sales-completed .section-title-head{
  text-align: center;
  margin-bottom: 40px;
}

#home-sales-completed .section-title-head .section-title {
  margin-bottom: 15px;
}

#home-sales-completed .sales-row {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

#home-sales-completed .sales-col {
  margin-bottom: 40px;
}

#home-sales-completed .sales-col .sales-image img{
  border-radius: 20px;
}

#home-sales-completed .sales-col .sales-item{
  position: relative;
}

#home-sales-completed .sales-col .sales-title-container {
  position: absolute;
  bottom: -20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

#home-sales-completed .sales-col .sales-title-container .sales-title {
  background: var(--text-color);
  color: #fff;
  width: 70%;
  text-align: center;
  padding: 10px;
  border-radius: 13px;
  box-sizing: border-box;
}

#home-sales-completed .all-projects-link {
  background: var(--bg-color-2);
  color: #fff;
  min-width: 250px;
  text-align: center;
  padding: 10px;
  border-radius: 15px;
}

#home-sales-completed .section-decor-img {
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: 0;
}

/* completed prjects */

#home-completed-projects {
  margin-bottom: 80px;
}

#home-completed-projects .section-inner {
  background: var(--text-color);
  border-radius: 20px;
  position: relative;
  width: calc(1700px + (75vw - 1600px) / 2);
}
#home-completed-projects .section-content-inner {
  height: 100%;
  padding: 45px 0;
}
#home-completed-projects .completed-decor {
  position: absolute;
  right: -20%;
  height: 100%;
  z-index: 0;
}
#home-completed-projects .section-content-inner{
  position: relative;
  z-index: 1;
}
#home-completed-projects .section-content-inner .section-title{
  color: #fff;
  margin-bottom: 25px;
}
#home-completed-projects .section-content-inner .completed-project-image{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
#home-completed-projects .section-content-inner .completed-title {
  position: absolute;
  bottom: 0;
  padding: 10px 15px;
  color: var(--text-light);
  font-weight: 600;
  font-size: 20px;
}
#home-completed-projects .section-content-inner .completed-carousel{
  padding-right: 15%;
}
#home-completed-projects .owl-dots {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px
}

#home-completed-projects .owl-dots .owl-dot span {
  width: 12px;
  height:12px;
  background-color: var(--text-light);
  margin: 0
}

#home-completed-projects .owl-dots .owl-dot.active span {
  background-color: var(--bg-color-2);
  width: 36px;
  height:12px;
}

#home-completed-projects .section-inner .row {
  margin-right: 0px;
}

#home-completed-projects .section-inner .completed-col{
  padding: 0px;
}

#home-completed-projects .section-inner .completed-col .completed-image {
  position: relative;
}

#home-completed-projects .section-inner .completed-col .completed-image::before {
  content: "";
  background: #fff;
  width: 140%;
  height: 120%;
  position: absolute;
  right: -40%;
  top: -30px;
  z-index: 0;
  border-radius: 50%;
}

#home-completed-projects .section-inner .completed-col .completed-image img{
  position: relative;
  z-index: 1;
}

#home-completed-projects .section-link{
  background: var(--bg-color-2);
  color: #fff;
  min-width: 250px;
  text-align: center;
  padding: 10px;
  border-radius: 15px;
  display: inline-block;
  margin-top: 30px;
}

#home-completed-projects .project{
  padding-right: 15%;
}

/* about us */
#home-multi-section {
  position: relative;
  z-index: 1;
}
#home-multi-section .section-decor-img.decor-top {
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 0;
}
#home-about-us {
  margin-bottom: 100px;
}

#home-about-us .about-col::after {
  content: "";
  position: absolute;
  right: -15%;
  width: 3px;
  background: var(--title-color);
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
}

#home-about-us .section-title{
  margin-bottom: 15px;
}

#home-about-us .section-desc{
  margin-bottom: 15px;
}

#home-about-us .section-link{
  background: var(--bg-color-2);
  color: #fff;
  min-width: 250px;
  text-align: center;
  padding: 10px;
  border-radius: 15px;
  display: inline-block;
}

/* blog */
#home-blog{
  margin-bottom: 80px;
}
#home-blog .section-title-area {
  text-align: center;
  margin-bottom: 35px;
}

#home-blog .section-title-area .section-title{
  color: var(--color);
  font-size: 36px;
  margin-bottom: 15px;
}

#home-blog .section-title-area .section-desc{
  font-size: 18px;
}

#home-blog .blog-col{
  margin-bottom: 25px;
}

#home-blog .blog-col .services-content{
  display: block;
}

#home-blog .blog-col .blog-content{
  gap: 15px;
}

#home-blog .blog-col .blog-content .blog-image{
  border-radius: 20px;
}

#home-blog .blog-col .blog-content .blog-title {
  color: var(--text-color);
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
}

#home-blog .blog-col .blog-content .blog-desc {
  color: var(--text-color);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
}

/* faq */

#home-faq {
  position: relative;
  top: 125px;
  margin-top: -125px;
  margin-bottom: 75px;
  z-index: 1;
}

#home-faq .faq-inner {
  display: flex;
  gap: 35px;
}

#home-faq .faq-inner .faq-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--text-color);
  border-radius: 27px;
  padding: 20px;
}

#home-faq .faq-inner .faq-box .faq-title {
  color: var(--text-light);
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 20px;
}

#home-faq .faq-inner .faq-box .faq-content {
  color: var(--text-light);
}

/* home contact */

#home-contact {
  background: #ECECEF;
  padding: 125px 0 150px;
  position: relative;
}

#home-contact .section-title-head {
  text-align: center;
}

#home-contact .form-area {
  padding-top: 50px;
}

#home-contact .input-area{
  margin-bottom: 20px;
}

#home-contact .input-area label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

#home-contact .input-area input, #home-contact .input-area textarea {
  width: 100%;
  padding: 10px 15px;
  /* border: 3px solid #C4C4C4; */
  border-radius: 19px;
  background: #fff;
}

#home-contact .input-area input{
  height: 60px;
}

#home-contact .input-area textarea{
  height: 150px;
  resize: none;
  outline: none;
}

#home-contact .button-area .form-button {
  background: var(--bg-color-2);
  color: #fff;
  min-width: 250px;
  text-align: center;
  padding: 10px;
  border-radius: 15px;
  display: inline-block;
}

.contact-right-image{
  position: relative;
  z-index: 1;
}

#home-contact .section-decor-img.decor-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 40vw;
}