/* Css For Amortex */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/** banner-section **/

.banner-carousel .slide-item{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.2; /* Karartmayı azalttık */
}

.banner-carousel .theme-btn.btn-two{
  margin-left: 10px;
}

.banner-carousel .slide-item .image-layer{
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}

.banner-carousel .slide-item .bg-layer{
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-carousel .content-box h1{
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box h2{
  line-height: 32px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.banner-carousel .content-box .btn-box{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.owl-nav button{
  background: transparent;
}

.banner-section.style-one .banner-carousel .owl-nav{
  position: absolute;
  right: 250px;
  bottom: 140px;
}

.banner-carousel .owl-nav button{
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 62px;
  border: solid;
  border-width: 2px;
  border-color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-carousel .owl-nav button:hover{

}

.banner-carousel .owl-nav button.owl-prev{
  right: 10px;
}

.banner-section .banner-social{
  position: absolute;
  left: 240px;
  bottom: 90px;
  z-index: 2;
}

.banner-section .banner-social li{
  position: relative;
  display: inline-block;
}

.banner-section .banner-social li a{
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #cccccc;
  text-align: center;
  border-radius: 50%;
}

.banner-section .banner-social li a:hover{
  color: #fff;
}


/** feature-section **/

.feature-block-one .inner-box{
  overflow: hidden;
}

.feature-block-one .inner-box .image-box{
  overflow: hidden;
  background: #000000;
}

.feature-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.feature-block-one .inner-box .text{
  left: 20px;
  bottom: 25px;
  width: calc(100% - 40px);
  opacity: 1;
}

.feature-block-one .inner-box:hover .text{
  bottom: -125px;
  opacity: 0;
}

.feature-block-one .inner-box .text:before{
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  right: -1px;
  bottom: 0px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.feature-block-one .inner-box .overlay-content{
  left: 0px;
  top: 0px;
  width: 100%;
  opacity: 0;
}

.feature-block-one .inner-box:hover .overlay-content{
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}

.feature-block-one .inner-box h3 a:hover{
  text-decoration: underline;
}

.feature-block-one .inner-box .overlay-content h3 a:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 50px;
  height: 1px;
  left: -66px;
  top: 15px;
}

.bg-color-1{
  background: #f8f7f4;
}


/** about-section **/

.about-section{
  overflow: hidden;
}

.content_block_1 .content-box .inner-box .single-item .icon-box{
  width: 80px;
  height: 80px;
}

.content_block_1 .content-box .inner-box .single-item:hover .icon-box{
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}

.content_block_1 .content-box .inner-box .single-item:before{
  position: absolute;
  content: '';
  background: #dddddd;
  width: 1px;
  height: 115px;
  top: 0px;
  right: -15px;
}

.before-none:before,
.after-none:after{
  display: none !important;
}

.about-section .image-box .image-2{
  left: 0px;
  top: 0px;
}

.about-section .bg-layer{
  top: 0px;
  right: 0px;
  width: 1268px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}


/** project-section **/

.project-block-one .inner-box .image-box{
  overflow: hidden;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
}

.project-block-one .inner-box .image-box h2{
  right: 0px;
  bottom: 16px;
  opacity: 0;
}

.project-block-one .inner-box:hover .image-box h2{
  right: 20px;
  opacity: 1;
}

.project-block-one .inner-box .image-box h2:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 50px;
  height: 1px;
  left: -65px;
  top: 48px;
}

.project-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
  z-index: 1;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
  transform: scaleX(0);
  transform-origin: right center;
}

.project-block-one .inner-box:hover .image-box:before{
  transform: scaleX(1);
}

.project-block-one .inner-box .text h3 a:hover{
  padding-left: 65px;
}

.project-block-one .inner-box .text h3 a:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  left: 0px;
  top: 15px;
  opacity: 0;
}

.project-block-one .inner-box .text h3 a:hover:before{
  opacity: 1;
}

.project-section .owl-nav{
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
}

.project-section .owl-nav button{
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  border-radius: 50%;
  border: solid;
  border-width: 2px;
  border-color: #dddddd;
  color: #dddddd;
  text-align: center;
  transition: all 500ms ease;
}

.project-section .owl-nav button:hover{
  color: #fff;
}

.project-section .owl-nav button.owl-prev{
  left: -105px;
}

.project-section .owl-nav button.owl-next{
  right: -105px;
}


/** skills-section **/

.skills-section{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.skills-section:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}

.progress-box{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.progress-box:last-child{
  margin-bottom: 0px;
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:28px;
}

.progress-box .bar-inner{
  position:relative;
  display:block;
  border-radius:0px;
  width:0px;
  height:28px;
  bottom: 0px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.progress-box:nth-child(2) .bar-inner{

}

.progress-box:nth-child(2) .bar-inner:before{

}

.progress-box .bar-inner:before{
  position: absolute;
  content: '';
  top: 0px;
  right: -10px;
  width: 10px;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
}

.progress-box h5{
  left: 0px;
  top: 0px;
}

.progress-box .count-text{
  left: 10px;
  top: 0px;
}

.skills-section .inner-content .single-item .icon-box{
  min-height: 65px;
}

.skills-section .inner-content .single-item:before{
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  right: 0px;
  bottom: 0px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.skills-section .inner-content .single-item:hover:before{
  width: 100%;
  height: 100%;
  background: rgba(217, 170, 47, 0.12);
}

.skills-section .skills-inner{
  border-bottom: 1px solid #444444;
}

.counter-block-one .inner-box .icon-box{
  left: 0px;
  top: 10px;
}

.counter-block-one .inner-box:hover .icon-box{

}

.counter-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 1px;
  height: 90px;
  top: 3px;
  right: 15px;
  background: #444444;
}

.counter-block:last-child .counter-block-one .inner-box:before{
  display: none;
}

.award-block-one .inner-box .image img{
  width: 100%;
}

.award-block-one .inner-box .image-box .text{
  left: 120px;
  bottom: 35px;
  width: calc(100% - 240px);
}

.award-block-one .inner-box .image-box .text h3 a:hover{

}

.award-block-one .inner-box .image-box .text:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  right: -1px;
  bottom: 0px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.award-section .award-box{
  left: 50%;
  transform: translateX(-50%);
  bottom: 135px;
  width: 290px;
}

.award-section .award-box .inner{

}


/** service-section **/

.service-section .inner-content{
  margin-right: -230px;
  margin-left: 10px;
}

.service-section .pattern-layer{
  width: 1235px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-block-one .inner-box .image-box{
  overflow: hidden;
}

.service-block-one .inner-box:hover .image-box{
  transform: scaleY(1.1);
}

.service-block-one .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.9) 100%);
  top: 0px;
  right: 0px;
  z-index: 1;
}


.service-block-one .inner-box .image-box:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
  z-index: 1;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
  transform: scaleX(0);
  transform-origin: right center;
}

.service-block-one .inner-box:hover .image-box:after{
  transform: scaleX(1);
}

.service-block-one .inner-box .image-box img{
  width: 100%;
}

.service-section .service-block{
  padding: 0px 5px;
}

.service-block-one .inner-box .text{
  width: 100%;
}

.service-block-one .inner-box:hover .text{
  padding-bottom: 0px;
}

.service-block-one .inner-box:hover .text h2 a{
  padding-left: 55px;
}

.service-block-one .inner-box .text h2 a:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 40px;
  height: 1px;
  left: 0px;
  top: 22px;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .text h2 a:before{
  opacity: 1;
}


/** team-section **/

.team-block-one .inner-box:hover .lower-content{
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.team-block-one .inner-box .image-box{
  overflow: hidden;
}

.team-block-one .inner-box .image-box img{
  width: 100%;
}

.team-block-one .inner-box .image-box .social-links li a{
  color: #888888;
}

.team-block-one .inner-box .image-box .social-links{
  right: -50px;
  opacity: 0;
}

.team-block-one .inner-box:hover .image-box .social-links{
  right: 0px;
  opacity: 1;
}

.team-block-one .inner-box .image-box .support-box{
  bottom: -54px;
  opacity: 0;
  width: calc(100% - 70px);
}

.team-block-one .inner-box:hover .image-box .support-box{
  bottom: 0px;
  opacity: 1;
}

.team-block-one .inner-box .image-box .support-box h4 a:hover{
  text-decoration: underline;
}


/** testimonial-section **/

.testimonial-section .sub-title{
  text-transform: uppercase;
}

.testimonial-section{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.testimonial-section:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.testimonial-section .inner-content{
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
}

.testimonial-section .testimonial-content .text{
  border: 1px solid #fff;
  border-bottom: none;
}

.testimonial-section .testimonial-content .text:before{
  position: absolute;
  content: '';
  background: #fff;
  width: calc(50% - 13px);
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.testimonial-section .testimonial-content .text:after{
  position: absolute;
  content: '';
  background: #fff;
  width: calc(50% - 13px);
  height: 1px;
  right: 0px;
  bottom: 0px;
}

.testimonial-section .testimonial-content .text .shape{
  left: 50%;
  transform: translateX(-50%) rotate(225deg);
  bottom: -9px;
  width: 19px;
  height: 19px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.testimonial-section .testimonial-content .quote{
  color: transparent;
  background: -webkit-linear-gradient(0deg, #d2a52e, #ebe31f 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-section .testimonial-content .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-section .testimonial-content .author-box{
  text-align: left;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.20);
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot span:hover{

}


/** subscribe-section **/

.subscribe-section .form-inner .form-group input[type='email']{
  width: 100%;
  height: 58px;
  padding-left: 20px;
  color: #555555;
}

.subscribe-section .form-inner .form-group button{
  position: absolute;
  top: 13px;
  right: 13px;
  width: 58px;
  height: 58px;
  font-size: 24px;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.subscribe-section .form-inner .form-group input:focus + button,
.subscribe-section .form-inner .form-group button:hover{

}

.subscribe-section .pattern-layer{
  background-size: cover;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

.subscribe-section .bg-shape{
  width: 100%;
  height: 50px;
  background: #1e1e1e;
}

.bg-color-2{
  background: #122243;
}


/** banner-style-two **/

.banner-section.style-two .slide-item:before{
  display: none;
}

.banner-section .image-layer-2{
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

.banner-section.style-two .content-box{
  max-width: 700px;
}

.banner-carousel .content-box h3{
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h3{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box h3 i{
  position: absolute;
  left: 0px;
  top: 9px;
  font-size: 14px;
}

.banner-section.style-two .banner-carousel .owl-nav{
  right: inherit;
  bottom: 1500px;
  left: 250px;
}

.banner-section.style-two .banner-carousel .owl-nav{
  position: absolute;
  left: 317px;
  bottom: 180px;
}

.banner-section .pattern-layer{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}


/** funfact-style-two **/

.funfact-style-two{
  background: #192e5b;
}

.funfact-style-two .shape-layer{
  width: calc(50% - 60px);
  height: 140px;
  clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0% 100%, 0% 0%);
}

.funfact-style-two .pattern-layer{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-block-two .inner-box{
  overflow: hidden;
}

.feature-block-two .inner-box .shape{
  width: 358px;
  height: 179px;
  background-repeat: no-repeat;
}

.feature-block-two .inner-box h3:before{
  position: absolute;
  content: '';
  background: #eeeeee;
  width: 100%;
  height: 1px;
  left: -45px;
  bottom: 0px;
}

.feature-block-two .inner-box:hover .icon-box{
  color: #192e5c;
}

.feature-block-two .inner-box:before{
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  right: 10px;
  bottom: 10px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover:before{
  background: #192e5c;
}

.feature-block-two .inner-box:hover{
  transform: translateY(-10px);
}


/** about-style-two **/

.about-style-two .image-box img{
  width: 100%;
}

.about-style-two .image-box .image-1{
  clip-path: polygon(0% 0%, 81% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.about-style-two .image-box .image-2{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 20% 0%);
}

.content_block_3 .content-box .sec-title .upper-text i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.list-style-one li:before{
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  left: 0px;
  top: 7px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.bg-color-3{
  background: #f6f9ff;
}


/** featured-projects **/


.featured-projects .image-box img{
  width: 100%;
}

.featured-projects .image-box:before{
  position: absolute;
  content: '';
  width: 15px;
  height: calc(100% - 80px);
  right: 0px;
  top: 40px;
}

.featured-projects .image-box{
  margin-left: -30px;
}

.featured-projects .owl-nav{
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
}

.featured-projects .owl-nav button{
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  border-radius: 50%;
  background: #fff;
  color: #999999;
  text-align: center;
  transition: all 500ms ease;
}

.featured-projects .owl-nav button.owl-prev{
  left: 0px;
}

.featured-projects .owl-nav button.owl-next{
  right: 0px;
}

.featured-projects .owl-nav button:hover{
  color: #fff;
}

.featured-projects .pattern-layer{
  width: 1065px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}


/** video-section **/

.video-section .bg-layer{
  width: 100%;
  height: calc(100% - 60px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}

.video-section .bg-layer:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.65;
}

.video-section .content-box .text p:before{
  position: absolute;
  content: '';
  background: #eeeeee;
  width: 180px;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255,255,255,.5);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}

.border-animation.border-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.border-animation.border-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.video-section .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  text-align: center;
  font-size: 30px;
  color: #222;
  border-radius: 50%;
}


/** amenities-section **/

.amenities-section .list-item li{
  width: 33.333%;
}

.amenities-section .list-item li .single-item{
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.amenities-section .list-item li .single-item .icon-box{
  color: #4864a1;
  background: #e1e9f9;
}

.amenities-section .list-item li .single-item .icon-box:before{
  position: absolute;
  content: '';
  border: 7px solid #f6f9ff;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  left: -7px;
  top: -7px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.amenities-section .list-item li:nth-child(7) .single-item,
.amenities-section .list-item li:nth-child(8) .single-item,
.amenities-section .list-item li:last-child .single-item{
  border-bottom: none;
}

.amenities-section .list-item li:nth-child(3) .single-item,
.amenities-section .list-item li:nth-child(6) .single-item,
.amenities-section .list-item li:last-child .single-item{
  border-right: none;
}

.amenities-section .list-item li .single-item:hover{

}

.amenities-section .list-item li .single-item:hover .icon-box{
  background: #fff;
}

.amenities-section .list-item li .single-item:hover .icon-box:before{
  border-color: rgba(255, 255, 255, 0.22);
}

.amenities-section .list-item li .single-item h4,
.amenities-section .list-item li .single-item p{
  transition: all 500ms ease;
}

.amenities-section .list-item li .single-item:hover h4,
.amenities-section .list-item li .single-item:hover p{
  color: #fff;
}

.amenities-section .list-item li .single-item:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.10);
  width: 0%;
  height: 0%;
  right: 0px;
  bottom: 0px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.amenities-section .list-item li .single-item:hover:before{
  width: 100%;
  height: 100%;
}

.amenities-section .list-item li .single-item:after{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 1);
  width: 15px;
  height: 15px;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.amenities-section .list-item li .single-item:hover:after{
  opacity: 1;
}



/** project-style-two **/

.project-style-two .bg-layer{
  background: #f1f1f1;
  width: 68%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 30% 0%);
}

.project-style-two .pattern-layer{
  width: 60%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-style-two .sec-title .theme-btn{
  border: 2px solid #192e5c;
}

.project-style-two .sec-title .theme-btn:hover{
  color: #fff;
  border-color: #d9aa2f;
}

.project-style-two .sec-title .theme-btn i{
  transition: all 500ms ease;
}

.project-style-two .sec-title .theme-btn:hover i{
  color: #fff;
}

.project-style-two .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.project-style-two .owl-carousel {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.project-block-two .inner-box .lower-content{
  max-width: 470px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  opacity: 0;
}

.project-style-two .owl-carousel .owl-stage-outer .owl-item.active .project-block-two .inner-box .lower-content{
  opacity: 1;
}

.project-block-two .inner-box .lower-content .inner{
  background: #192e5c;
  margin-top: -170px;
}

.project-block-two .inner-box .image-box img{
  width: 100%;
}

.project-block-two .inner-box .lower-content h2:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 70px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.project-style-two .owl-theme .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 0px;
}

.project-style-two .owl-theme .owl-dots .owl-dot span{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c6cad3;
  transition: all 500ms ease;
}

.project-style-two .owl-theme .owl-dots .owl-dot.active span,
.project-style-two .owl-theme .owl-dots .owl-dot span:hover{
  transform: scale(1.2);
}


/** clients-section **/

.clients-section .clients-logo img{
  transition: all 500ms ease;
  width: 100%;
}

.clients-section .clients-logo:hover img{
  transform: scale(0.95);
}

.bg-color-4{
  background: #192e5c;
}


/** contact-section **/

.contact-section .content-box .sec-title .upper-text i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.contact-section .form-inner .form-group input[type='text'],
.contact-section .form-inner .form-group input[type='email'],
.contact-section .form-inner .form-group textarea{
  position: relative;
  width: 100%;
  height: 64px;
  border: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.30);
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  padding: 10px 20px;
  background: transparent;
  transition: all 500ms ease;
}

.contact-section .form-inner .form-group textarea{
  height: 150px;
  resize: none;
  display: block;
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus{

}

.contact-section .image-box{
  overflow: hidden;
}

.contact-section .image-box img{
  width: 100%;
}

.contact-section .image-box:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.contact-section .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.contact-section .pattern-layer{
  width: 1045px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}


/** banner-style-three **/

.banner-section.style-three .content-box .icon-box:before{
  position: absolute;
  content: '';
  width: 57px;
  height: 1px;
  left: 0px;
  top: 9px;
}

.banner-section.style-three .content-box .icon-box:after{
  position: absolute;
  content: '';
  width: 57px;
  height: 1px;
  right: 0px;
  top: 9px;
}

.banner-section.style-three .banner-carousel .slide-item:before{
  opacity: 0.5;
}

.banner-carousel .content-box .icon-box{
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .icon-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-section.style-three .owl-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.banner-section.style-three .owl-nav .owl-prev{
  left: 80px;
}

.banner-section.style-three .owl-nav .owl-next{
  right: 80px;
}


/** service-style-two **/

.service-style-two .pattern-layer{
  position: absolute;
  width: 100%;
  height: calc(100% - 55px);
  background-size: cover;
  background-repeat: no-repeat;
}

.service-style-two .award-inner .inner-box:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.07);
  width: 100%;
  height: calc(100% - 140px);
  left: 0px;
  bottom: 0px;
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.service-block-two .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #f4efe4;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 10px;
  top: 10px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .icon-box:before{
  background: #fff;
}

.service-block-two .inner-box:hover .icon-box{
  color: #fff;
}

.service-style-two .owl-theme .owl-dots{
  position: relative;
  top: 54px;
}

.service-style-two .owl-theme .owl-dots .owl-dot{
  position: relative;
  width: 29%;
  margin-right: 40px;
}

.service-style-two .owl-theme .owl-dots .owl-dot span{
  position: relative;
  width: 100%;
  height: 1px;
  background: #efe0b9;
  cursor: pointer;
  border-radius: 0px;
  transition: all 500ms ease;
}

.service-style-two .owl-theme .owl-dots .owl-dot.active span,
.service-style-two .owl-theme .owl-dots .owl-dot span:hover{
  background: #222;
}


/** about-style-three **/

.content_block_5 .content-box .inner-box .single-item .icon-box{
  background: #f8f7f4;
}

.content_block_5 .content-box .inner-box .single-item:hover .icon-box{
  
}


/** project-style-three **/

.project-block-three .inner-box .image-box img{
  width: 100%;
}

.project-block-three .inner-box .image-box h2{
  right: 0px;
  bottom: 16px;
  opacity: 0;
}

.project-block-three .inner-box:hover .image-box h2{
  right: 20px;
  opacity: 1;
}

.project-block-three .inner-box .image-box h2:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 50px;
  height: 1px;
  left: -65px;
  top: 48px;
}

.project-block-three .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
  z-index: 1;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
  transform: scaleX(0);
  transform-origin: right center;
}

.project-block-three .inner-box:hover .image-box:before{
  transform: scaleX(1);
}

.project-block-three .inner-box .lower-content .text:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  left: 0px;
  top: 20px;
}


/** chooseus-section **/

.chooseus-block-one .inner-box .icon-box{

}

.chooseus-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #f8f7f4;
  width: 100px;
  height: 100px;
  left: 0px;
  top: -12px;
  border-radius: 50%;
  z-index: -1;
}

.chooseus-block-one .inner-box .icon-box:after{
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  left: 0px;
  top: -12px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.chooseus-block-one .inner-box:hover .icon-box:after{
  transform: scale(1,1);
}

.chooseus-block-one .inner-box h3{
  border-bottom: 1px solid #dddddd;
}

.chooseus-block-one .inner-box:hover .icon-box{
  color: #fff;
}


/** cta-section **/

.cta-section .bg-layer{
  width: 100%;
  height: calc(100% - 80px);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cta-section .bg-layer:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}

.cta-section .left-column,
.cta-section .right-column{
  width: 50%;
}

.cta-section .big-text{
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.cta-section .right-column .theme-btn:hover{

}

.cta-section .right-column .theme-btn:before{

}

.cta-section .content-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: calc(100% - 20px);
  left: 0px;
  bottom: 0px;
  opacity: 0.07;
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}


/** apartment-section **/

.apartment-section .inner-content .single-item{
  width: 25%;
}

.apartment-section .inner-content .single-item .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.apartment-section .inner-content .single-item .image-box{
  overflow: hidden;
  background: #000;
}

.apartment-section .inner-content .single-item .inner-box{
  overflow: hidden;
}

.apartment-section .inner-content .single-item .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-270deg, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.9) 100%);
  top: 0px;
  right: 0px;
  z-index: 1;
  transition: all 500ms ease;
}

.apartment-section .inner-content .single-item:hover .image-box img{
  opacity: 0.2;
}

.apartment-section .inner-content .single-item:hover .image-box:before{
  opacity: 0;
}

.apartment-section .inner-content .single-item .overlay-content h2:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  left: 0px;
  top: 52px;
}

.apartment-section .inner-content .single-item .overlay-content .link a{
  border: 2px solid #fff;
}

.apartment-section .inner-content .single-item .overlay-content .link a:hover{
  background: #fff;
}

.apartment-section .inner-content .single-item:hover .text{
  opacity: 0;
  top: -100px;
}

.apartment-section .inner-content .single-item .overlay-content{
  bottom: -100px;
  opacity: 0;
}

.apartment-section .inner-content .single-item:hover .overlay-content{
  bottom: 60px;
  opacity: 1;
}


/** contact-style-two **/

.nice-select:after{
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #555555;
  border-right: 1px solid #555555;
  right: 20px;
}

.nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 2px solid #eeeeee !important;
  border-radius: 0px;
  padding: 0px 20px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 300;
  color: #555555;
  background: transparent;
}

.contact-style-two .form-group{
  margin-bottom: 30px;
}

.contact-style-two .form-group input[type='text'],
.contact-style-two .form-group input[type='email']{
  position: relative;
  width: 100%;
  height: 60px;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  font-size: 18px;
  color: #555555;
  padding: 10px 20px;
}

.contact-style-two .form-group input:focus{

}

.contact-style-two .form-group .theme-btn{
  width: 100%;
}

.contact-style-two .pattern-layer{
  width: 485px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-style-two .pattern-layer-2{
  width: 485px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}


/** testimonial-style-two **/

.testimonial-block-one .inner-box .quote{

}

.testimonial-block-one .inner-box  .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box{
  border: 1px solid #e1e1e1;
}

.testimonial-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 30px;
  height: 30px;
  left: 50px;
  bottom: -15px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  transform: rotate(45deg);
}

.testimonial-style-two .owl-theme .owl-dots{
  display: block;
  text-align: center;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #dad4c7;
  border-radius: 50%;
  transition: all 500ms ease;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-two .owl-theme .owl-dots .owl-dot span:hover{

}

.testimonial-style-two .pattern-layer{
  left: 250px;
  top: 205px;
  width: 326px;
  height: 287px;
  background-repeat: no-repeat;
}


/** page-title **/

.page-title {
    position: relative;
    padding: 180px 0 120px;
    overflow: hidden;
}

.page-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: blur(2px);
    z-index: -1;
}

.page-title .content-box {
    position: relative;
    z-index: 1;
}

.page-title h1 {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    animation: fadeInUp 1s ease;
}

.page-title p {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    animation: fadeInUp 1.2s ease;
}

/* Smooth transition for text elements */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-title .bread-crumb {
    animation: fadeInUp 1.2s ease;
}

.page-title .bread-crumb li {
    text-transform: uppercase;
    letter-spacing: 1px;
}


/** funfact-style-three **/

.funfact-style-three{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.funfact-style-three:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
}

.counter-block-three .inner-box .icon-box{
  background: #f6f0e0;
  border: 10px solid #d8c79b;
  top: -20px;
  z-index: 1;
}

.counter-block-three .inner-box .icon-box:before{
  position:absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0,0);
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0px 0px 0px 1px #324ecc;
  transition: all 500ms ease;
}

.counter-block-three .inner-box:hover .icon-box:before{
  transform: scale(1,1);
}

.counter-block-three .inner-box:hover .icon-box{
  color: #fff;
  border-color: #324ecc;
}


.service-page-section .image-box{
  position: relative;
  overflow: hidden;
}

.service-page-section .image-box img{
  width: 100%;
}

.service-page-section .inner-box:first-child .image-box,
.service-page-section .inner-box:last-child .image-box{
  clip-path: polygon(0% 0%, 81% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.service-page-section .inner-box:nth-child(2) .image-box{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 20% 0%);
}

.service-page-section .image-box:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.service-page-section .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

/** error-page-section **/


.error-page-section .inner-box h1{
  font-size: 200px;
  line-height: 200px;
}


/** project-details **/

.project-details-content .image-box img{
  width: 100%;
}

.project-details-content .content-box .project-info li h5{
  position: relative;
}

.project-details-content .content-box .project-info li h5:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  left: 0px;
  bottom: -10px;
}


/** project-planning **/

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.project-planning .tabs-content .content-box h2 i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 40px;
}

.project-planning .tabs-content .content-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 30px;
  color: #222;
  background: #fff;
  border-radius: 50%;
}

.project-planning .tabs-content .content-box .video-inner{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.project-planning .tabs-content .content-box .video-inner:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}

.project-planning .tab-btns li{
  color: #444444;
  cursor: pointer;
  padding-bottom: 2px;
}

.project-planning .tab-btns li:hover,
.project-planning .tab-btns li.active-btn{

}

.project-planning .tab-btns li:after{
  position: absolute;
  content: '';
  background: #dddddd;
  width: 1px;
  height: 28px;
  top: 2px;
  right: -30px;
}

.project-planning .tab-btns li:last-child:after{
  display: none;
}

.project-planning .tab-btns li:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  transform: scaleX(0);
  transition: all 500ms ease;
}

.project-planning .tab-btns li:hover:before,
.project-planning .tab-btns li.active-btn:before{
  transform: scaleX(1);
}

.project-planning .tabs-content .info-list li{
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
}

.project-planning .tabs-content .info-list li .line {
  position: relative;
  display: block;
  height: 1px;
  background: #dddddd;
  width: 100%;
  flex: 1;
  top: 3px;
}

.project-planning .tabs-content .info-list li span{
  position: relative;
  float: right;
  margin-left: 25px;
  font-size: 16px;
}

.project-planning .tabs-content .image-box{
  position: relative;
  display: block;
  padding: 35px;
  margin-left: -30px;
  border: 1px solid #e1e1e1;
}

.project-planning .tabs-content .image-box img{
  width: 100%;
}

.project-block-four .inner-box .image-box{
  overflow: hidden;
}

.project-block-four .inner-box .image-box img{
  width: 100%;
}

.project-block-four .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: calc(100% + 1px);
  left: 0px;
  top: 0px;
  background: #000;
  opacity: 0.85;
  z-index: 1;
  clip-path: polygon(0% 130%, 100% -60%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
  transform: scaleX(0);
  transform-origin: right center;
}

.project-block-four .inner-box:hover .image-box:before{
  transform: scaleX(1);
}

.project-block-four .inner-box a{
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translateY(-50%) scale(0,0);
  font-size: 36px;
  color: #fff;
  z-index: 2;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.project-block-four .inner-box:hover a{
  transform: translateY(-50%) scale(1,1);
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea{
  position: relative;
  width: 100%;
  height: 64px;
  border: 2px solid #eeeeee;
  border-radius: 4px;
  font-size: 18px;
  color: #555;
  padding: 15px 25px;
  transition: all 500ms ease;
}

.default-form .form-group textarea{
  height: 120px;
  resize: none;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus{

}




/** google-map **/


.google-map-section #contact-google-map{
  position: relative;
  width: 100%;
  height: 700px;
}


/** contact-style-three **/

.contact-style-three h2:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.contact-style-three .default-form .form-group textarea{
  height: 250px;
}

.contact-style-three .info-inner .info-list li i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 60px;
  line-height: 60px;
  width: 60px;
}

.contact-style-three .info-inner .info-list li i:after{
  position: absolute;
  content: '';
  background: #eeeeee;
  width: 1px;
  height: 80px;
  top: 0px;
  right: -30px;
}

.contact-style-three .info-inner .info-list li{
  border-bottom: 1px solid #eeeeee;
}

.overflow-visible.owl-carousel .owl-stage-outer{
  overflow: visible;
}

.overflow-visible.owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.overflow-visible.owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

/* Hero Section Styles */
.hero-section {
    position: relative;
    background: #000;
}

.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-video-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.hero-video-bg video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.hero-content {
    color: #fff;
}

.hero-content h1 {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

/* Stats Container */
.stats-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 4rem;
}

.stat-item {
    text-align: center;
    padding: 2rem;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-10px);
}

.stat-item .count-text {
    font-size: 3rem;
    font-weight: 700;
    color: #d9aa2f;
}

/* Services Section */
.services-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.service-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.service-card .image-box {
    position: relative;
    overflow: hidden;
    height: 250px; /* Sabit yükseklik */
}

.service-card .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.service-card:hover .image-box img {
    transform: scale(1.1);
}

.service-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 42, 59, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.service-card:hover .overlay {
    opacity: 1;
}

.service-card .icon-box {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: linear-gradient(45deg, #d9aa2f 0%, #e6c265 100%);
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s ease;
}

.service-card:hover .icon-box {
    transform: scale(1);
}

.service-card .icon-box i {
    color: #fff;
    font-size: 32px;
}

.service-card .content-box {
    padding: 30px;
    height: calc(100% - 250px); /* Resim yüksekliğinden kalan alan */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2a2a3b;
}

.service-card p {
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1;
}

.service-card .read-more {
    color: #d9aa2f;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.service-card .read-more i {
    margin-left: 5px;
    transition: all 0.3s ease;
}

.service-card .read-more:hover i {
    transform: translateX(5px);
}

/* Responsive düzenlemeler */
@media (max-width: 991px) {
    .service-card {
        margin-bottom: 30px;
    }
}

/* Projeler Grid Styles */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.project-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
}

.project-card.large {
    grid-column: span 2;
}

.project-card .image-box {
    position: relative;
    overflow: hidden;
}

.project-card .image-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all 0.7s ease;
}

.project-card.large .image-box img {
    height: 500px;
}

.project-card:hover .image-box img {
    transform: scale(1.1);
}

.project-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.4));
    display: flex;
    align-items: flex-end;
    padding: 40px;
    opacity: 0;
    transition: all 0.4s ease;
}

.project-card:hover .overlay {
    opacity: 1;
}

.project-card .content {
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.project-card:hover .content {
    transform: translateY(0);
}

.project-card .project-type {
    display: inline-block;
    font-size: 14px;
    color: #d9aa2f;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.project-card .content h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}

.project-card .content p {
    color: rgba(255,255,255,0.8);
    margin-bottom: 20px;
}

.project-card .details-link {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #d9aa2f;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
}

.project-card .details-link:hover {
    background: #fff;
    color: #d9aa2f;
    transform: translateX(5px);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .projects-grid {
        grid-template-columns: 1fr;
    }
    
    .project-card.large {
        grid-column: span 1;
    }
    
    .project-card .image-box img,
    .project-card.large .image-box img {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .project-card {
        height: 350px;
    }
}

/* Intro Section Styles */
.intro-section {
    padding: 100px 0;
    background: #fff;
}

.intro-content .sec-title h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #2a2a3b;
}

.intro-content .text p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 0;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.feature-item i {
    color: #d9aa2f;
    font-size: 20px;
    margin-right: 10px;
}

.feature-item span {
    font-size: 16px;
    color: #2a2a3b;
    font-weight: 500;
}

.experience-box {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    margin-top: 30px;
}

.experience-box .year {
    margin-right: 20px;
    text-align: center;
}

.experience-box .year .count {
    font-size: 48px;
    font-weight: 700;
    color: #d9aa2f;
    line-height: 1;
    display: block;
}

.experience-box .year .text {
    font-size: 16px;
    color: #2a2a3b;
    font-weight: 500;
}

.experience-box .text {
    font-size: 18px;
    color: #2a2a3b;
    font-weight: 500;
    line-height: 1.4;
}

.intro-image {
    position: relative;
}

.intro-image .image-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.intro-image .image-box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.intro-image .experience-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #fff;
    padding: 15px 25px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}

.intro-image .experience-badge .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #d9aa2f;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.intro-image .experience-badge span {
    font-size: 16px;
    font-weight: 600;
    color: #2a2a3b;
}

@media (max-width: 991px) {
    .intro-content {
        margin-bottom: 50px;
    }
    
    .intro-image .image-box img {
        height: 400px;
    }
}

/* Sosyal Medya Styles */
.social-widget {
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.social-widget .widget-title {
    margin-bottom: 25px;
}

.social-widget .widget-title h3 {
    color: #fff;
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
}

.social-widget .widget-title h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #d9aa2f;
}

.social-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.social-links li a {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #fff;
}

.social-links li a i {
    font-size: 20px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-links li a span {
    font-size: 16px;
    font-weight: 500;
}

/* Sosyal medya hover efektleri */
.social-links li a:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.1);
}

.social-links li a:hover i {
    background: #d9aa2f;
}

/* Sosyal medya ikonları için özel renkler */
.social-links li a.twitter:hover i {
    background: #1DA1F2;
}

.social-links li a.facebook:hover i {
    background: #4267B2;
}

.social-links li a.linkedin:hover i {
    background: #0077b5;
}

.social-links li a.instagram:hover i {
    background: #E4405F;
}

@media (max-width: 767px) {
    .social-links {
        grid-template-columns: 1fr;
    }
}

/* Şirketlerimiz Widget Styles */
.companies-widget {
    padding: 30px;
    background: rgba(42, 42, 59, 0.95);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.companies-widget:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(217, 170, 47, 0.1), transparent);
    z-index: 0;
}

.companies-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.companies-widget .widget-title h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.companies-widget .widget-title h3 i {
    margin-right: 10px;
    color: #d9aa2f;
    font-size: 28px;
}

.companies-list {
    position: relative;
    z-index: 1;
}

.companies-list li {
    margin-bottom: 15px;
}

.companies-list li:last-child {
    margin-bottom: 0;
}

.companies-list li a {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #fff;
    border-left: 3px solid transparent;
}

.companies-list li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(217, 170, 47, 0.1);
    border-radius: 8px;
    margin-right: 15px;
    color: #d9aa2f;
    transition: all 0.3s ease;
}

.companies-list li a span {
    font-size: 16px;
    font-weight: 500;
}

/* Hover Efektleri */
.companies-list li a:hover {
    background: rgba(217, 170, 47, 0.1);
    border-left-color: #d9aa2f;
    transform: translateX(5px);
}

.companies-list li a:hover i {
    background: #d9aa2f;
    color: #fff;
}

/* Modern Footer Styles */
.main-footer {
    background: linear-gradient(rgba(42, 42, 59, 0.98), rgba(42, 42, 59, 0.98)), url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3') center/cover no-repeat;
    padding: 50px 0 20px;
    position: relative;
    color: #fff;
}

.main-footer .footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 30px;
}

/* Sol Kolon - Logo & İletişim */
.logo-widget {
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    height: 50px;
    width: auto;
}

.logo-widget .text {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.contact-info-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact-info-box:last-child {
    margin-bottom: 0;
}

/* Sağ Kolon - İş Kolları ve Sosyal Medya */
.footer-column:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* İş Kolları Widget */
.companies-widget {
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.companies-widget .widget-title {
    margin-bottom: 20px;
}

.companies-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.companies-list li a {
    padding: 10px 15px;
    font-size: 14px;
}

.companies-list li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

/* Sosyal Medya Widget */
.social-widget {
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.social-widget .widget-title {
    margin-bottom: 20px;
}

.social-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.social-links li a {
    padding: 10px 15px;
    font-size: 14px;
}

.social-links li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

/* Footer Bottom */
.footer-bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsive */
@media (max-width: 991px) {
    .main-footer .footer-top {
        grid-template-columns: 1fr;
    }

    .companies-list, 
    .social-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .companies-list, 
    .social-links {
        grid-template-columns: 1fr;
    }
}

/* İletişim Bilgileri Kartları */
.contact-info-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.contact-info-box:hover {
    background: rgba(217, 170, 47, 0.1);
    transform: translateX(5px);
}

.contact-info-box .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(217, 170, 47, 0.1);
    border-radius: 8px;
    margin-right: 15px;
    color: #d9aa2f;
    transition: all 0.3s ease;
}

.contact-info-box:hover .icon {
    background: #d9aa2f;
    color: #fff;
}

.contact-info-box .text {
    flex: 1;
}

.contact-info-box .text h4 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
    font-weight: 500;
}

.contact-info-box .text p,
.contact-info-box .text a {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-info-box:hover .text p,
.contact-info-box:hover .text a {
    color: #d9aa2f;
}

.contact-info-box:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 576px) {
    .contact-info-box {
        padding: 12px;
    }

    .contact-info-box .icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .contact-info-box .text h4 {
        font-size: 13px;
    }

    .contact-info-box .text p,
    .contact-info-box .text a {
        font-size: 14px;
    }
}

/* Banner Section Styles */
.banner-section {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.banner-section .slide-item {
    padding: 200px 0px 200px;
    height: 100vh;
    display: flex;
    align-items: center;
}

.banner-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-section .content-box {
    position: relative;
    max-width: 800px;
    z-index: 5;
}

.banner-section .content-box h1 {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.banner-section .content-box p {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

/* Navbar için özel stil */
.main-header {
    position: fixed;  /* absolute yerine fixed kullanalım */
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: rgba(42, 42, 59, 0.95);
    backdrop-filter: blur(10px);
    transition: all 0.2s ease;  /* Geçiş süresini kısaltalım */
    opacity: 1;
}

.main-header.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);  /* Yukarı doğru kayarak kaybolsun */
}

.main-header.fixed-header {
    position: fixed;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.main-header .navigation > li > a {
    color: #fff;
}

.main-header .navigation > li:hover > a,
.main-header .navigation > li.current > a {
    color: #d9aa2f;
}

/* Sticky Header */
.sticky-header {
    position: fixed;
    top: 0;  /* Başlangıçta üstte olsun */
    left: 0;
    width: 100%;
    z-index: 998;  /* Ana header'ın altında */
    background: rgba(42, 42, 59, 0.95);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    transform: translateY(-100%);  /* Başlangıçta yukarı gizlenmiş */
}

.sticky-header.fixed-header {
    transform: translateY(0);  /* Görünür olduğunda normal pozisyona */
    z-index: 1000;  /* Ana header'ın üstüne çık */
}

/* Responsive düzenlemeler */
@media (max-width: 991px) {
    .sticky-header {
        display: none;
    }
    
    .main-header {
        position: fixed !important;
    }
}

/* About Page Styles */
.about-section {
    padding: 120px 0;
    background: #f8f9fa;
}

/* Hero Section */
.about-hero {
    position: relative;
    padding: 180px 0 120px;
    background: linear-gradient(rgba(45, 55, 72, 0.85), rgba(45, 55, 72, 0.95)), 
                url('../images/background/about-bg.jpg') center/cover no-repeat fixed;
    text-align: center;
    color: #fff;
}

.about-hero h1 {
    font-size: 68px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    animation: fadeInUp 1s ease;
}

.about-hero p {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    animation: fadeInUp 1.2s ease;
}

/* Company Info Section */
.company-info {
    padding: 100px 0;
}

.company-info .content-box {
    padding-right: 50px;
}

.company-info .sec-title {
    margin-bottom: 30px;
}

.company-info .text {
    margin-bottom: 40px;
}

.company-info .image-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.company-info .image-box img {
    width: 100%;
    transition: transform 0.5s ease;
}

.company-info .image-box:hover img {
    transform: scale(1.05);
}

/* Stats Section */
.stats-section {
    padding: 80px 0;
    background: #2a2a3b;
    color: #fff;
}

.stat-box {
    text-align: center;
    padding: 30px 20px;
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-5px);
    background: rgba(217, 170, 47, 0.1);
}

.stat-box .counter {
    font-size: 48px;
    font-weight: 700;
    color: #d9aa2f;
    margin-bottom: 10px;
}

.stat-box .text {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
}

/* Team Section */
.team-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.team-block {
    margin-bottom: 30px;
}

.team-block .inner-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.team-block .image {
    position: relative;
    overflow: hidden;
}

.team-block .image img {
    width: 100%;
    transition: transform 0.5s ease;
}

.team-block .inner-box:hover .image img {
    transform: scale(1.05);
}

.team-block .lower-content {
    position: relative;
    padding: 25px 20px;
    text-align: center;
    background: #fff;
}

.team-block .designation {
    position: relative;
    display: block;
    font-size: 15px;
    color: #d9aa2f;
    margin-bottom: 10px;
}

.team-block h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.team-block .social-links {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.team-block .social-links a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f0f0f0;
    border-radius: 50%;
    color: #2a2a3b;
    transition: all 0.3s ease;
}

.team-block .social-links a:hover {
    background: #d9aa2f;
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .about-hero h1 {
        font-size: 48px;
    }
    
    .company-info .content-box {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .stat-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .about-hero {
        padding: 120px 0 80px;
    }
    
    .about-hero h1 {
        font-size: 36px;
    }
    
    .about-hero p {
        font-size: 16px;
    }
    
    .company-info {
        padding: 60px 0;
    }
    
    .stats-section {
        padding: 60px 0;
    }
    
    .team-section {
        padding: 60px 0;
    }
}

/* About Hero Section */
.about-hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.about-hero .hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.about-hero h1 {
    font-size: 72px;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    animation: fadeInUp 1s ease;
}

.about-hero p {
    font-size: 24px;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    animation: fadeInUp 1.2s ease;
}

/* Vision Section */
.vision-section {
    padding: 100px 0;
    background: #fff;
}

.vision-content h2 {
    font-size: 42px;
    margin-bottom: 25px;
}

.vision-features {
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.feature-item i {
    color: #d9aa2f;
    margin-right: 15px;
}

/* Counter Section */
.counter-section {
    padding: 80px 0;
    background: #2a2a3b;
    color: #fff;
}

.counter-block {
    text-align: center;
}

.count-box {
    font-size: 48px;
    font-weight: 700;
    color: #d9aa2f;
    margin-bottom: 10px;
}

/* Business Areas */
.business-areas {
    padding: 100px 0;
    background: #f8f9fa;
}

.area-block {
    text-align: center;
    padding: 40px 30px;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.area-block:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.area-block .icon {
    font-size: 48px;
    color: #d9aa2f;
    margin-bottom: 20px;
}

/* CTA Section */
.cta-section {
    padding: 60px 0;
    background: linear-gradient(45deg, #2a2a3b, #1a1a2b);
    color: #fff;
}

.cta-box {
    padding: 40px;
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .about-hero h1 {
        font-size: 48px;
    }
    
    .about-hero p {
        font-size: 20px;
    }
}

/* Navbar Styles */
.main-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
}

/* Transparent state */
.main-header.transparent {
    background: rgba(42, 42, 59, 0);
    backdrop-filter: none;
}

/* Scrolled state */
.main-header.scrolled {
    background: rgba(42, 42, 59, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

/* Hidden state */
.main-header.hidden {
    transform: translateY(-100%);
    box-shadow: none;
}

/* Ensure text is visible in transparent state */
.main-header.transparent .navigation > li > a {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.main-header.transparent .mobile-nav-toggler {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* Logo adjustments */
.main-header .logo-box .logo img {
    transition: all 0.3s ease;
}

.main-header.scrolled .logo-box .logo img {
    height: 50px; /* Slightly smaller logo when scrolled */
}

/* Sticky header adjustments */
.sticky-header {
    display: none; /* We don't need the sticky header anymore */
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .main-header.transparent {
        background: rgba(42, 42, 59, 0.95);
        backdrop-filter: blur(10px);
    }
}

/* Dış Ticaret Sayfası Özel Stilleri */
.service-block-one.dis-ticaret {
    transition: all 0.4s ease;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.service-block-one.dis-ticaret:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.service-block-one.dis-ticaret .inner-box {
    padding: 40px 30px;
    border: none;
}

.service-block-one.dis-ticaret .icon-box {
    background: linear-gradient(135deg, #2a2a3b, #1a1a2b);
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.service-block-one.dis-ticaret:hover .icon-box {
    transform: rotateY(180deg);
    background: linear-gradient(135deg, #d9aa2f, #c99b2a);
}

.service-block-one.dis-ticaret .icon-box i {
    font-size: 32px;
    color: #fff;
}

/* Projeler Kartları */
.project-block-one.dis-ticaret {
    margin-bottom: 30px;
}

.project-block-one.dis-ticaret .inner-box {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
}

.project-block-one.dis-ticaret .inner-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.project-block-one.dis-ticaret .image-box {
    position: relative;
    overflow: hidden;
}

.project-block-one.dis-ticaret .image-box img {
    transition: all 0.7s ease;
}

.project-block-one.dis-ticaret .inner-box:hover .image-box img {
    transform: scale(1.1);
}

.project-block-one.dis-ticaret .content-box {
    padding: 25px;
    background: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.project-block-one.dis-ticaret .content-box h4 {
    margin-bottom: 10px;
}

.project-block-one.dis-ticaret .content-box h4 a {
    color: #2a2a3b;
    transition: all 0.3s ease;
}

.project-block-one.dis-ticaret .content-box h4 a:hover {
    color: #d9aa2f;
}

/* İstatistikler Bölümü */
.funfact-section.dis-ticaret {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 80px 0;
}

.counter-block-one.dis-ticaret .inner-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
}

.counter-block-one.dis-ticaret .inner-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.counter-block-one.dis-ticaret .count-outer {
    font-size: 42px;
    font-weight: 700;
    color: #d9aa2f;
    margin-bottom: 10px;
}

.counter-block-one.dis-ticaret p {
    color: #2a2a3b;
    font-size: 18px;
    margin: 0;
}

/* Dış Ticaret Özel Stilleri */
.service-section.dis-ticaret {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.service-section.dis-ticaret::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/pattern/dots.png') repeat;
    opacity: 0.1;
}

.service-block-one.dis-ticaret {
    margin-bottom: 30px;
}

.service-block-one.dis-ticaret .inner-box {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
}

.service-block-one.dis-ticaret .inner-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.service-block-one.dis-ticaret .image-box {
    position: relative;
    overflow: hidden;
}

.service-block-one.dis-ticaret .image-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.7s ease;
}

.service-block-one.dis-ticaret .inner-box:hover .image-box img {
    transform: scale(1.1);
}

.service-block-one.dis-ticaret .icon-box {
    position: absolute;
    right: 20px;
    bottom: -25px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #2a2a3b, #1a1a2b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
}

.service-block-one.dis-ticaret .inner-box:hover .icon-box {
    background: linear-gradient(135deg, #d9aa2f, #c99b2a);
    transform: rotateY(180deg);
}

.service-block-one.dis-ticaret .lower-content {
    padding: 30px;
    text-align: left;
}

.service-block-one.dis-ticaret h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2a2a3b;
}

.service-block-one.dis-ticaret p {
    margin-bottom: 20px;
    color: #666;
}

/* Projeler Bölümü */
.projects-section.dis-ticaret {
    padding: 100px 0;
    background: #fff;
}

.project-block-one.dis-ticaret .inner-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.project-block-one.dis-ticaret .image-box {
    position: relative;
    overflow: hidden;
}

.project-block-one.dis-ticaret .image-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all 0.7s ease;
}

.project-block-one.dis-ticaret .inner-box:hover .image-box img {
    transform: scale(1.1);
}

.project-block-one.dis-ticaret .content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    transform: translateY(100px);
    transition: all 0.4s ease;
}

.project-block-one.dis-ticaret .inner-box:hover .content-box {
    transform: translateY(0);
}

.project-block-one.dis-ticaret .content-box h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.project-block-one.dis-ticaret .content-box h4 a {
    color: #fff;
}

.project-block-one.dis-ticaret .content-box .text {
    color: rgba(255,255,255,0.8);
}

.project-block-one.dis-ticaret .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 42, 59, 0.2);
    transition: all 0.4s ease;
}

.project-block-one.dis-ticaret .inner-box:hover .overlay {
    background: rgba(42, 42, 59, 0.4);
}

/* Hakkımızda Sayfası Stilleri */
.about-history {
    padding: 100px 0;
    position: relative;
}

.history-timeline {
    position: relative;
    margin-top: 40px;
}

.timeline-block {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
}

.timeline-block .year {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2a2a3b, #1a1a2b);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.timeline-block h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #2a2a3b;
}

.history-image .image-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.history-image .year-badge {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #d9aa2f;
    padding: 20px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
}

.history-image .year-badge span {
    font-size: 36px;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.value-block {
    margin-bottom: 30px;
}

.value-block .inner-box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.value-block .inner-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.value-block .icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2a2a3b, #1a1a2b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 32px;
    transition: all 0.4s ease;
}

.value-block .inner-box:hover .icon {
    background: linear-gradient(135deg, #d9aa2f, #c99b2a);
    transform: rotateY(180deg);
}

.team-block .inner-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.team-block .image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: all 0.7s ease;
}

.team-block .inner-box:hover .image img {
    transform: scale(1.1);
}

.team-block .lower-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    text-align: center;
    transform: translateY(100px);
    transition: all 0.4s ease;
}

.team-block .inner-box:hover .lower-content {
    transform: translateY(0);
}

.team-block .lower-content h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
}

.team-block .lower-content .designation {
    color: #d9aa2f;
    font-size: 16px;
}

/* İletişim Sayfası Özel Stilleri */
.contact-info-section {
    padding: 80px 0;
    position: relative;
}

.contact-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #2a2a3b, #1a1a2b);
    transition: all 0.4s ease;
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.contact-card:hover::before {
    background: linear-gradient(135deg, #d9aa2f, #c99b2a);
}

.contact-card .icon-box {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2a2a3b, #1a1a2b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
}

.contact-card:hover .icon-box {
    background: linear-gradient(135deg, #d9aa2f, #c99b2a);
    transform: rotateY(180deg);
}

.contact-card .icon-box i {
    font-size: 32px;
    color: #fff;
}

.contact-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2a2a3b;
}

.contact-card p {
    color: #666;
    margin-bottom: 15px;
}

.contact-card .contact-link {
    color: #2a2a3b;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-card .contact-link:hover {
    color: #d9aa2f;
}

/* İletişim Formu Stilleri */
.contact-form-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.contact-form {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-control {
    height: 60px;
    padding: 15px 25px;
    border: 2px solid #eee;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.contact-form textarea.form-control {
    height: 180px;
    resize: none;
}

.contact-form .form-control:focus {
    border-color: #d9aa2f;
    box-shadow: none;
}

.contact-form .theme-btn {
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    background: linear-gradient(135deg, #2a2a3b, #1a1a2b);
    border: none;
    color: #fff;
    transition: all 0.3s ease;
}

.contact-form .theme-btn:hover {
    background: linear-gradient(135deg, #d9aa2f, #c99b2a);
    transform: translateY(-3px);
}

/* Hero Section Stilleri */
.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .slide-item {
    padding: 240px 0px 200px 0px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.banner-section .image-layer {
    filter: brightness(1.2) saturate(1.2); /* Daha canlı ve parlak */
}

.banner-section .content-box {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    background: rgba(42, 42, 59, 0.3);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.banner-section .content-box h2 {
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    font-size: 68px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner-section .content-box p {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 40px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.banner-section .theme-btn.btn-one {
    background: linear-gradient(135deg, #d9aa2f, #c99b2a);
    color: #fff;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(217, 170, 47, 0.2);
}

.banner-section .theme-btn.btn-one:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(217, 170, 47, 0.3);
}

.banner-section .social-links {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 5;
    display: flex;
    gap: 15px;
}

.banner-section .social-links li {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s ease forwards;
}

.banner-section .social-links li:nth-child(1) { animation-delay: 0.1s; }
.banner-section .social-links li:nth-child(2) { animation-delay: 0.2s; }
.banner-section .social-links li:nth-child(3) { animation-delay: 0.3s; }
.banner-section .social-links li:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner-section .social-links li a {
    color: #fff;
    font-size: 18px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.banner-section .social-links li a i {
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
    font-size: 20px;
    transform: translateX(1px); /* İkonu hafifçe sağa kaydırır */
}

.banner-section .social-links li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #d9aa2f, #c99b2a);
    opacity: 0;
    transition: all 0.4s ease;
    transform: translate(-50%, -50%) scale(0.5); /* Merkezi konumlandırma */
    border-radius: 50%; /* Tam yuvarlak */
}

.banner-section .social-links li a:hover:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); /* Merkezi konumlandırma korunur */
}

/* Facebook ikonu için özel ayar */
.banner-section .social-links li a.facebook i {
    transform: translateX(2px); /* Facebook ikonu için ekstra sağa kaydırma */
}

/* LinkedIn ikonu için özel ayar */
.banner-section .social-links li a.linkedin i {
    transform: translateX(1px); /* LinkedIn ikonu için hafif sağa kaydırma */
}

/* Instagram ikonu için özel ayar */
.banner-section .social-links li a.instagram i {
    transform: translateX(0); /* Instagram ikonu için ortalama */
}

/* Twitter ikonu için özel ayar */
.banner-section .social-links li a.twitter i {
    transform: translateX(2px); /* Twitter ikonu için ekstra sağa kaydırma */
}

.banner-section .social-links li a:hover {
    transform: translateY(-5px);
    border-color: #d9aa2f;
    box-shadow: 0 10px 20px rgba(217, 170, 47, 0.2);
}

.banner-section .social-links li a:hover:before {
    opacity: 1;
    transform: scale(1);
}

.banner-section .social-links li a:hover i {
    transform: scale(1.2);
}

/* Özel sosyal medya renkleri */
.banner-section .social-links li a.twitter:hover {
    border-color: #1DA1F2;
}
.banner-section .social-links li a.twitter:hover:before {
    background: linear-gradient(135deg, #1DA1F2, #0d8bd9);
}

.banner-section .social-links li a.facebook:hover {
    border-color: #4267B2;
}
.banner-section .social-links li a.facebook:hover:before {
    background: linear-gradient(135deg, #4267B2, #365899);
}

.banner-section .social-links li a.instagram:hover {
    border-color: #E1306C;
}
.banner-section .social-links li a.instagram:hover:before {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.banner-section .social-links li a.linkedin:hover {
    border-color: #0077B5;
}
.banner-section .social-links li a.linkedin:hover:before {
    background: linear-gradient(135deg, #0077B5, #006399);
}

/* Sosyal Medya İkonları */
.banner-section .social-links {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 5;
    display: flex;
    gap: 15px;
}

.banner-section .social-links li {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s ease forwards;
}

.banner-section .social-links li a {
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.banner-section .social-links li a i {
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
    font-size: 20px; /* İkon boyutunu artırdık */
}

/* Yön İkonları */
.banner-carousel .owl-nav {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 5;
    display: flex;
    gap: 15px;
}

.banner-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 22px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.banner-carousel .owl-nav button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #d9aa2f, #c99b2a);
    opacity: 0;
    transition: all 0.4s ease;
    transform: scale(0.5);
    border-radius: 50%;
}

.banner-carousel .owl-nav button i {
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

.banner-carousel .owl-nav button:hover {
    transform: translateY(-5px);
    border-color: #d9aa2f !important;
    box-shadow: 0 10px 20px rgba(217, 170, 47, 0.2);
}

.banner-carousel .owl-nav button:hover:before {
    opacity: 1;
    transform: scale(1);
}

.banner-carousel .owl-nav button:hover i {
    transform: scale(1.2);
}

/* Sosyal Medya İkonları - Yeni Tasarım */
.banner-section .social-links {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 5;
    display: flex;
    gap: 12px;
}

.banner-section .social-links li {
    opacity: 0;
    animation: fadeInUp 0.5s ease forwards;
}

.banner-section .social-links li:nth-child(1) { animation-delay: 0.1s; }
.banner-section .social-links li:nth-child(2) { animation-delay: 0.2s; }
.banner-section .social-links li:nth-child(3) { animation-delay: 0.3s; }
.banner-section .social-links li:nth-child(4) { animation-delay: 0.4s; }

.banner-section .social-links li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.banner-section .social-links li a i {
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.banner-section .social-links li a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-out;
    z-index: 1;
}

/* Hover Efektleri */
.banner-section .social-links li a:hover {
    transform: translateY(-5px);
}

.banner-section .social-links li a:hover:after {
    width: 100%;
    height: 100%;
}

/* Twitter */
.banner-section .social-links li a.twitter:hover i {
    color: #1DA1F2;
}

/* Facebook */
.banner-section .social-links li a.facebook:hover i {
    color: #4267B2;
}

/* Instagram */
.banner-section .social-links li a.instagram:hover i {
    color: #E1306C;
}

/* LinkedIn */
.banner-section .social-links li a.linkedin:hover i {
    color: #0077B5;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Yön İkonları */
.banner-carousel .owl-nav {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 5;
    display: flex;
    gap: 12px;
}

.banner-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(8px);
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 18px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.banner-carousel .owl-nav button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-out;
    z-index: 1;
}

.banner-carousel .owl-nav button i {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.banner-carousel .owl-nav button:hover {
    transform: translateY(-5px);
}

.banner-carousel .owl-nav button:hover:after {
    width: 100%;
    height: 100%;
}

.banner-carousel .owl-nav button:hover i {
    color: #d9aa2f;
}

/* Yeni Modern Sosyal Medya İkonları */
.banner-section .social-links {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 5;
    display: flex;
    gap: 15px;
}

.banner-section .social-links li {
    opacity: 0;
    animation: slideIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.banner-section .social-links li:nth-child(1) { animation-delay: 0.1s; }
.banner-section .social-links li:nth-child(2) { animation-delay: 0.2s; }
.banner-section .social-links li:nth-child(3) { animation-delay: 0.3s; }
.banner-section .social-links li:nth-child(4) { animation-delay: 0.4s; }

.banner-section .social-links li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.banner-section .social-links li a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-110%) skew(-25deg);
    transition: transform 0.4s cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.banner-section .social-links li a:hover {
    transform: translateY(-5px) scale(1.1);
}

.banner-section .social-links li a:hover:before {
    transform: translateX(110%) skew(-25deg);
}

.banner-section .social-links li a i {
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

/* Özel hover efektleri */
.banner-section .social-links li a.twitter:hover {
    background: linear-gradient(45deg, #1DA1F2, #19608F);
    box-shadow: 0 5px 15px rgba(29, 161, 242, 0.4);
}

.banner-section .social-links li a.facebook:hover {
    background: linear-gradient(45deg, #4267B2, #2F4A80);
    box-shadow: 0 5px 15px rgba(66, 103, 178, 0.4);
}

.banner-section .social-links li a.instagram:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    box-shadow: 0 5px 15px rgba(225, 48, 108, 0.4);
}

.banner-section .social-links li a.linkedin:hover {
    background: linear-gradient(45deg, #0077B5, #005582);
    box-shadow: 0 5px 15px rgba(0, 119, 181, 0.4);
}

.banner-section .social-links li a:hover i {
    transform: scale(1.2);
    animation: iconPulse 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes iconPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1.2); }
}

/* Yön İkonları */
.banner-carousel .owl-nav {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 5;
    display: flex;
    gap: 15px;
}

.banner-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.banner-carousel .owl-nav button i {
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.banner-carousel .owl-nav button:hover {
    background: linear-gradient(45deg, #d9aa2f, #c99b2a) !important;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(217, 170, 47, 0.3);
}

.banner-carousel .owl-nav button:hover i {
    transform: scale(1.2);
    animation: iconPulse 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Sosyal Medya İkonları - Minimal Tasarım */
.banner-section .social-links {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 5;
    display: flex;
    gap: 10px;
}

.banner-section .social-links li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.banner-section .social-links li a i {
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* Hover Efektleri */
.banner-section .social-links li a:hover {
    transform: translateY(-3px);
}

/* Her sosyal medya için özel renkler */
.banner-section .social-links li a.twitter:hover {
    background: #1DA1F2;
}

.banner-section .social-links li a.facebook:hover {
    background: #4267B2;
}

.banner-section .social-links li a.instagram:hover {
    background: #E1306C;
}

.banner-section .social-links li a.linkedin:hover {
    background: #0077B5;
}

/* Yön İkonları */
.banner-carousel .owl-nav {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 5;
    display: flex;
    gap: 10px;
}

.banner-carousel .owl-nav button {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(5px);
    border-radius: 50% !important;
    transition: all 0.3s ease;
}

.banner-carousel .owl-nav button i {
    color: #fff;
    font-size: 15px;
}

.banner-carousel .owl-nav button:hover {
    background: #d9aa2f !important;
    transform: translateY(-3px);
}

/* Minimal Sosyal Medya İkonları */
.banner-section .social-links {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 5;
}

.banner-section .social-links ul {
    display: flex;
    gap: 8px;
}

.banner-section .social-links li a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.banner-section .social-links li a i {
    color: #fff;
    font-size: 14px;
}

/* Hover durumunda sadece renk değişimi */
.banner-section .social-links li a.twitter:hover {
    background: #1DA1F2;
}

.banner-section .social-links li a.facebook:hover {
    background: #4267B2;
}

.banner-section .social-links li a.instagram:hover {
    background: #E1306C;
}

.banner-section .social-links li a.linkedin:hover {
    background: #0077B5;
}

/* Yön İkonları */
.banner-carousel .owl-nav {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 5;
    display: flex;
    gap: 8px;
}

.banner-carousel .owl-nav button {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    transition: all 0.3s ease;
}

.banner-carousel .owl-nav button i {
    color: #fff;
    font-size: 14px;
}

.banner-carousel .owl-nav button:hover {
    background: #d9aa2f !important;
}

/* Hero Section Sosyal Medya İkonları */
.banner-section .social-links {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 5;
}

.banner-section .social-links ul {
    display: flex;
    gap: 20px;
}

.banner-section .social-links li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.banner-section .social-links li a i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* Hover Efektleri */
.banner-section .social-links li a.twitter:hover i {
    background: #1DA1F2;
}

.banner-section .social-links li a.facebook:hover i {
    background: #4267B2;
}

.banner-section .social-links li a.instagram:hover i {
    background: #E1306C;
}

.banner-section .social-links li a.linkedin:hover i {
    background: #0077B5;
}

/* Yön İkonları */
.banner-carousel .owl-nav {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 5;
    display: flex;
    gap: 10px;
}

.banner-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    transition: all 0.3s ease;
}

.banner-carousel .owl-nav button i {
    color: #fff;
    font-size: 16px;
}

.banner-carousel .owl-nav button:hover {
    background: #d9aa2f !important;
}

/* Kritik CSS'i ayır */
/* critical.css dosyasına taşınacak */
.era-card {
    /* ... mevcut stiller ... */
    will-change: transform; /* GPU hızlandırma */
}

/* Animasyonları optimize et */
@keyframes shimmer {
    from { transform: translateX(-100%) rotate(45deg); }
    to { transform: translateX(100%) rotate(45deg); }
}

/* Resim optimizasyonları için */
.lazy-image {
    opacity: 0;
    transition: opacity 0.3s;
}

.lazy-image.loaded {
    opacity: 1;
}

.banner-section .image-layer {
    filter: brightness(1.2) contrast(1.1); /* Parlaklığı ve kontrastı artırdık */
}

/* İçerik kutusuna hafif arka plan ekleyelim ki yazılar daha okunabilir olsun */
.banner-section .content-box {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

/* Mobilde daha koyu arka plan */
@media (max-width: 767px) {
    .banner-section .content-box {
        background: rgba(0, 0, 0, 0.3);
    }
}

/* Blog Paylaşım Butonları */
.post-share-option {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 30px 0;
}

.post-share-option .text {
    margin-right: 20px;
}

.post-share-option .text h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.post-share-option .social-links {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-share-option .social-links li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    color: #333;
    transition: all 0.3s ease;
}

.post-share-option .social-links li a:hover {
    transform: translateY(-3px);
}

.post-share-option .social-links li a.twitter:hover {
    background: #1DA1F2;
    color: #fff;
}

.post-share-option .social-links li a.facebook:hover {
    background: #4267B2;
    color: #fff;
}

.post-share-option .social-links li a.instagram:hover {
    background: #E1306C;
    color: #fff;
}

.post-share-option .social-links li a.linkedin:hover {
    background: #0077B5;
    color: #fff;
}

/* Mobil için responsive düzenleme */
@media (max-width: 576px) {
    .post-share-option {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .post-share-option .text {
        margin-bottom: 15px;
    }
}

.post-widget .post {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.post-widget .post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.post-widget .post-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    margin-right: 15px;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 5px;
}

.post-widget .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-widget .post-content {
    flex-grow: 1;
}

.post-widget .post-content h5 {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.post-widget .post-date {
    font-size: 13px;
    color: #666;
}