@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background-color: #000;
  padding: 50px 40px 15px;
  z-index: 5;
  transition: 0.45s ease-in-out;
  transform: translateX(-101%);
  overflow-y: auto;
}
@media (max-width: 1200px) {
  .mobile-nav {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .mobile-nav {
    width: 70%;
  }
}
@media (max-width: 556px) {
  .mobile-nav {
    width: 100%;
  }
}
.mobile-nav ul li a svg {
  width: 11px;
}
.mobile-nav ul > li.menu-item-has-children:before {
  content: "";
  background-image: url(../img/down-arrow-clr.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 0;
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
}
.mobile-nav > ul > li.menu-item-has-children:before {
  color: #ffffff;
  position: absolute;
  top: 17px;
  right: 0;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 11px;
}
.mobile-nav > ul > li.menu-item-has-children > ul.sub-menu {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 5px;
  position: absolute;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translatey(15px);
  border-top: 1px solid #5b5b5b;
  margin-top: 8px;
}
.mobile-nav > ul > li.menu-item-has-children.active:before {
  transform: rotate(0deg);
  color: #ffffff;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li {
  padding: 5px 0;
  position: relative;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 19px;
  transform: translateY(-50%);
  left: -18px;
  background-color: #f2d525;
}
.mobile-nav > ul > li {
  position: relative;
  border-bottom: 0px solid #d4d4d4;
  padding: 10px 0;
  display: block;
}
.mobile-nav > ul > li:not(:last-child) {
  border-bottom: 1px solid #5b5b5b;
}
.mobile-nav > ul li > a {
  font-size: 14px;
  line-height: 26px;
  text-transform: capitalize;
  color: #ffffff;
}
.mobile-nav > ul li.menu-item-has-children.active ul.sub-menu li:before {
  top: 12px;
  background-color: transparent;
  left: auto;
  content: "";
  position: absolute;
  transform: rotate(0deg);
}
.mobile-nav > ul li.menu-item-has-children.active > ul.sub-menu {
  position: relative;
  height: auto;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0.1s;
}
.mobile-nav > ul li.menu-item-has-children ul.sub-menu {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 5px;
  position: absolute;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15px);
  border-top: 1px solid #5b5b5b;
  margin-top: 8px;
}
.mobile-nav a#res-cross:before {
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 20px;
  color: #ffffff;
  font-size: 28px;
}

.for #nav-icon4 {
  color: #000;
}

#nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  font-size: 25px;
  color: #ffffff;
}
#nav-icon4 span {
  transform-origin: left center;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-icon4 span:nth-child(2) {
  top: 13px;
}
#nav-icon4 span:nth-child(3) {
  top: 25px;
}

.responsive-bar {
  display: none;
}

#nav-icon4.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 35px;
  left: 8px;
}

i#nav-icon4 {
  display: none;
}

.res-log {
  margin-bottom: 30px;
}
.res-log img {
  width: auto;
}

.res-rights p {
  color: #d6d6d6;
  font-weight: bold;
  letter-spacing: 5px;
  margin-top: 30px;
}

.mobile-nav.open {
  transform: translateX(0) !important;
  z-index: 33333333;
  box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
}

li.menu-item-has-children.active {
  background-color: transparent;
}

#mobile-menu {
  z-index: 1;
  display: none;
}
#mobile-menu i {
  color: #ffffff;
  background-color: transparent;
  font-size: 24px;
  margin-right: 20px;
  font-size: 26px;
}
@media (max-width: 1200px) {
  #mobile-menu {
    display: block;
  }
}

header.two #mobile-menu i {
  color: #ffffff;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.78);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
}
.search-popup .close-search {
  top: 6%;
  position: absolute;
  left: 94%;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  background-color: #f2d525;
  width: 50px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  border: 0;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  outline: none;
  border: 0;
}
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  outline: none;
  border: 0;
}
.search-popup .form-group input[type=submit] {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #f2d525;
  padding: 0;
  cursor: pointer;
  transition: all 500ms ease;
  border: none;
}
.search-popup .form-group input[type=submit]:hover {
  color: #000;
}
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #f2d525;
  padding: 0;
  cursor: pointer;
  transition: all 500ms ease;
  border: none;
}
.search-popup .form-group button:hover {
  color: #000;
}
.search-popup input::-moz-placeholder {
  color: #000;
}
.search-popup input::placeholder {
  color: #000;
}
.search-popup textarea::-moz-placeholder {
  color: #000;
}
.search-popup textarea::placeholder {
  color: #000;
}
.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  transition: all 500ms ease;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}
.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  transition-delay: 1500ms;
}
.search-active .search-popup form {
  transform: scaleX(1);
  transition-delay: 1200ms;
}

.checkbox-flex {
  display: flex;
}

.search-box-btn {
  display: inline-block;
  padding-left: 22px;
}
.search-box-btn i {
  display: inline-block;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s;
}

.upp.search-box-btn i {
  color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
  font-size: 20px;
  display: inline-block;
  color: #ffffff;
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.search-box-btn.search-box-outer span i:after {
  position: absolute;
  content: "0";
  right: -10px;
  top: -4px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #ED1C24;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
}

.upp.search-box-btn.search-box-outer span i {
  color: #9E9FA1;
}

.flaticon-multiply:before {
  content: inherit;
}

button.close-search i {
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
  display: inline-block;
}

.preloader {
  background-color: #f2d525;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1000000000000000000;
  right: 0;
  bottom: 0;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  bottom: 0%;
}

.page-loaded .preloader {
  bottom: -100%;
}

.preloader {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  overflow: hidden;
}
.preloader .preloader-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader .preloader-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.preloader .preloader-box .natex-content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}
.preloader * {
  transition: all 0.3s;
}
.preloader .natex-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}
.preloader .natex-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  animation: rotate 1.2s infinite linear;
}
.preloader .natex-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  transform: scale3d(0.5, 0.5, 1);
}
.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.preloader [not-existing] {
  zoom: 1;
}

.theme-btn {
  height: 60px;
  line-height: 60px;
  display: inline-flex;
  background: #f2d525;
  padding: 0 40px;
  color: hsl(0, 0%, 100%);
  font-size: 16px;
  font-weight: 700;
  position: relative;
  transition: 0.25s ease-in-out;
}
@media (max-width: 1400px) {
  .theme-btn {
    height: 54px;
    line-height: 54px;
  }
}
.theme-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid transparent;
  transition: 0.25s ease-in-out;
}
.theme-btn:hover {
  text-decoration: none;
  line-height: 70px;
  text-indent: 6px;
}
@media (max-width: 1400px) {
  .theme-btn:hover {
    line-height: 64px;
  }
}
.theme-btn:hover:before {
  top: 6px;
  left: 6px;
  border-color: #080808;
}

.theme-btn.w-color:hover:before {
  border-color: #fff;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  background-color: #ffffff;
  width: 40px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
  margin-right: 10px !important;
  transition: 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
  }
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 0;
  background-color: #f2d525;
  width: 100px;
}
@media (max-width: 992px) {
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
  }
}

.accordion {
  width: 100%;
}
.accordion .content {
  margin-bottom: 20px;
  padding: 12px 0px;
  padding-top: 0px;
  border: 0;
}
.accordion .content p {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
}
.accordion .title {
  text-align: start;
  padding: 24px;
  padding-right: 0;
  color: #000;
  font-size: 20px;
  padding-left: 0;
  font-weight: 700;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0 !important;
}
.accordion .accordion-item:first-of-type {
  border-radius: 0;
}
.accordion .accordion-item.active {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #f2d525;
  border-radius: 0;
}
.accordion .accordion-item.active .heading {
  color: #000;
}
.accordion .accordion-item.active .icon:after {
  width: 0;
}
.accordion .accordion-item.active .icon:before {
  background: #f2d525;
}
.accordion .accordion-item.active .title {
  background-color: transparent;
  border: 0;
  padding-bottom: 14px;
}
.accordion .accordion-item {
  border: 0;
}
.accordion .accordion-item .heading {
  width: 100%;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  transition: 0.3s ease-in-out;
  padding-bottom: 0px;
}
.accordion .accordion-item .icon {
  display: block;
  position: absolute;
  top: 47%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateY(-50%);
  right: 1px;
  background-color: transparent;
}
.accordion .accordion-item .icon:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}
.accordion .accordion-item .icon:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion .accordion-item .content {
  display: none;
}
.accordion .accordion-item:first-of-type {
  border-top: 1px solid #d1d1d1;
}
.accordion .accordion-img {
  position: relative;
}
.accordion .accordion-img figure.accordion-img-two {
  background-color: #000;
  margin-top: -156px;
  margin-left: 130px;
}
.accordion .accordion-img img.dots {
  top: auto;
  z-index: 0;
  right: -5%;
  bottom: 0;
}

ul.social-media {
  display: flex;
  margin-top: 30px;
}
ul.social-media li {
  position: relative;
  margin-left: 0px;
}
ul.social-media li a {
  text-transform: capitalize;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
ul.social-media li a i {
  color: #ffffff;
  font-size: 15px;
  width: 45px;
  border: 1px solid #444;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 14px;
  padding: 0;
  transition: 0.5s ease-in-out;
}
ul.social-media li a i:hover {
  color: #ffffff;
  background-color: #f2d525;
  border-color: #f2d525;
}

.marquee-box-one {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.marquee-box-one .marquee-content-one {
  display: flex;
  gap: 40px;
  padding: 0 20px;
  animation: scroll-one 30s linear infinite;
}
.marquee-box-one .marquee-content-one a {
  color: #000;
}
.marquee-box-one .marquee-content-one a h2 {
  font-size: 50px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding-left: 100px;
  font-weight: 800;
  color: #bbbbbb;
  transition: 0.5s ease-in-out;
}
.marquee-box-one .marquee-content-one a h2:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: -30px;
  background-color: #757575;
  font-size: 68px;
  width: 13px;
  height: 13px;
  border-radius: 50px;
  z-index: 111;
  top: 46%;
  left: 30px;
}
.marquee-box-one .marquee-content-one a:hover h2 {
  color: #f2d525;
}

@keyframes scroll-one {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.hover-img-two {
  position: relative;
  transition: all 300ms ease;
}
.hover-img-two:hover .imgg img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.hover-img-two:hover .imgg img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.hover-img-two .imgg {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.hover-img-two .imgg img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
}
.hover-img-two .imgg img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.hover-img {
  transition: 0.4s ease-in-out;
}
.hover-img img {
  transition: 0.4s ease-in-out;
}
.hover-img:hover img {
  transform: scale(1.1);
}

#scroll-percentage {
  position: absolute;
  box-shadow: 0px 0px 20px 0px rgba(184, 184, 184, 0.75);
  height: 60px;
  width: 60px;
  background-color: var(--common-colour);
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1011;
}

#scroll-percentage.active {
  bottom: 30px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  transition: 0.3s;
}

#scroll-percentage-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: #ffffff;
  color: #000;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 600;
}

#scroll-percentage-value i {
  font-size: 20px;
}

@keyframes scrollToTop {
  0% {
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}

header {
  position: absolute;
  width: 100%;
  z-index: 50;
  top: 0;
  padding-top: 10px;
}
@media (max-width: 1400px) {
  header .logo img {
    width: 140px;
  }
}

header .header-bottom-bar {
  background-color: transparent;
}
header .bottom-bar {
  background-color: transparent;
  padding-top: 10px;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 02. navbar */
.navbar {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 0;
}
@media (max-width: 1200px) {
  .navbar {
    display: none;
  }
}
.navbar-logo {
  color: #ff3f34;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 20px;
}
.navbar-links {
  list-style-type: none;
  display: flex;
}
.navbar-links li:not(:last-child) {
  padding-right: 45px;
}
@media (max-width: 1400px) {
  .navbar-links li:not(:last-child) {
    padding-right: 32px;
  }
}
.navbar-links li a {
  display: block;
  text-decoration: none;
  color: #707070;
  transition: 0.4s all;
  padding-bottom: 10px;
  padding-top: 10px;
}
.navbar-links li:hover > a {
  border-bottom: 5px solid #f2d525;
}
.navbar-links li > a {
  border-bottom: 5px solid transparent;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .navbar-links li > a {
    font-size: 14px;
  }
}
.navbar-links li.navbar-dropdown {
  position: relative;
}
.navbar-links li.navbar-dropdown:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translatey(0px);
  z-index: 1111;
}
.navbar-links li.navbar-dropdown:hover .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  border-left: 3px solid var(--theme-colour);
  opacity: 0;
  top: 20%;
  visibility: hidden;
}
.navbar-links li.navbar-dropdown .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translatey(10px);
  left: 0;
  width: 230px;
  box-shadow: 0px 10px 10px 3px hsla(0, 0%, 0%, 0.16);
  z-index: 111;
  transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .sub-menu li {
  position: relative;
}
.navbar-links li.navbar-dropdown .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.navbar-links li.navbar-dropdown .sub-menu li a:hover {
  color: #f2d525;
}
.navbar-links li.navbar-dropdown .sub-menu li:before {
  content: "";
  z-index: 11;
  position: absolute;
  height: 1px;
  background-color: rgba(88, 88, 88, 0.1607843137);
  width: 75%;
  bottom: 0;
  left: 25px;
}
.navbar-links li.navbar-dropdown .sub-menu a {
  font-size: 16px;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  border: 0;
  position: relative;
  text-transform: capitalize;
  color: #000;
  background-color: #ffffff;
}
@media (max-width: 1400px) {
  .navbar-links li.navbar-dropdown .sub-menu a {
    font-size: 14px;
    padding-left: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
li.sub-menu-item-children:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  z-index: 1;
  right: 31px;
  background-color: #000;
  -webkit-clip-path: polygon(68% 50%, 0 0, 0 100%);
          clip-path: polygon(68% 50%, 0 0, 0 100%);
  top: 44%;
}
li.menu-item-children > a:before {
  content: "";
  background-image: url(../img/down-arrow-clr.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 31px;
  width: 8px;
  height: 8px;
}
.sub-menu li.menu-item-children > a:before {
	background-image: url(../img/down-arrow.svg);
}
@media (max-width: 1400px) {
  li.menu-item-children > a:before {
    right: 20px;
  }
}
nav.navbar ul.sub-menu li {
  padding: 0;
}

.two-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 12px;
}

.logo {
  z-index: 1;
}

.bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}

body,
html {
  font-family: "Titillium Web", sans-serif;
  overflow-x: hidden;
}

p {
  font-size: 19px;
  line-height: 28px;
  color: #444444;
  margin: 0;
  font-family: "Epilogue";
}

button {
  border: 0;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
}

figure {
  margin-bottom: 0;
}

input,
textarea {
  width: 100%;
  height: 60px;
  border: 0;
  outline: none;
  padding-left: 30px;
}

textarea {
  padding: 20px;
}

h1 {
  font-size: 70px;
  line-height: 74px;
}

h2 {
  font-size: 60px;
  line-height: 64px;
}

h3 {
  font-size: 24px;
  line-height: 28px;
}

h4 {
  font-size: 22px;
  line-height: 26px;
}

a,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  display: block;
}

figure {
  overflow: hidden;
}

.gap {
  padding-top: 7px;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .gap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .gap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 556px) {
  .gap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.no-top {
  padding-top: 0;
}

.no-bottom {
  padding-bottom: 0;
}

.hero-one-slider.swiper {
  overflow: visible !important;
}
.hero-one-slider.swiper .swiper-pagination {
  text-align: left;
  bottom: 60px !important;
}
@media (max-width: 992px) {
  .hero-one-slider.swiper .swiper-pagination {
    bottom: 24px !important;
  }
}

.hero-one-section {
  padding-top: 240px;
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 1400px) {
  .hero-one-section {
    padding-top: 185px;
  }
}
@media (max-width: 1200px) {
  .hero-one-section {
    padding-top: 130px;
  }
}
@media (max-width: 992px) {
  .hero-one-section {
    padding-top: 120px;
    margin-bottom: 0;
  }
}
.hero-one-section::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.7;
  left: 0;
  height: 100%;
  background-color: #000;
}
.hero-one-section .hero-one-text {
  position: relative;
  z-index: 11;
  padding-bottom: 170px;
}
@media (max-width: 1200px) {
  .hero-one-section .hero-one-text {
    padding-bottom: 130px;
  }
}
@media (max-width: 992px) {
  .hero-one-section .hero-one-text {
    padding-bottom: 70px;
  }
}
.hero-one-section .hero-one-text img {
  position: absolute;
  right: -21%;
  z-index: 11;
  bottom: -70px;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  transform: scale(0.9);
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  transition: 0.5s sopacity 1s, transform 1s, -webkit-clip-path 1s;
  transition: 0.5s sopacity 1s, transform 1s, clip-path 1s;
  transition: 0.5s sopacity 1s, transform 1s, clip-path 1s, -webkit-clip-path 1s;
}
@media (max-width: 1400px) {
  .hero-one-section .hero-one-text img {
    width: 66%;
  }
}
@media (max-width: 992px) {
  .hero-one-section .hero-one-text img {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}
.hero-one-section .hero-one-text h5 {
  font-size: 35px;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(-20px);
}
.hero-one-section .hero-one-text p {
  font-size: 22px;
  width: 50%;
  line-height: 34px;
}
.hero-one-section .hero-one-text h2 {
  font-size: 50px;
  color: #f2d525;
  padding-bottom: 10px;
  line-height: 110px;
  width: 55%;
  font-weight: 800;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(-20px);
}
@media (max-width: 1400px) {
  .hero-one-section .hero-one-text h2 {
    font-size: 80px;
    line-height: 75px;
  }
}
@media (max-width: 1200px) {
  .hero-one-section .hero-one-text h2 {
    font-size: 65px;
    line-height: 65px;
  }
}
@media (max-width: 992px) {
  .hero-one-section .hero-one-text h2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero-one-section .hero-one-text h2 {
    font-size: 58px;
    line-height: 55px;
  }
}
@media (max-width: 556px) {
  .hero-one-section .hero-one-text h2 {
    font-size: 44px;
    line-height: 50px;
  }
}
.hero-one-section .hero-one-text .btnn {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(-20px);
}
.hero-one-section .hero-one-text p {
  color: #bcbcbc;
  padding-bottom: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateX(-50px);
}

.hero-one-text.swiper-slide-active img {
  transform: scale(1);
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}

.hero-one-text.swiper-slide.swiper-slide-active h5 {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
  transform: translateY(0);
}
.hero-one-text.swiper-slide.swiper-slide-active h2 {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.8s;
  transform: translateY(0);
}
.hero-one-text.swiper-slide.swiper-slide-active p {
  opacity: 1;
  visibility: visible;
  transition-delay: 1.3s;
  transform: translateX(0);
}
.hero-one-text.swiper-slide.swiper-slide-active .btnn {
  opacity: 1;
  visibility: visible;
  transition-delay: 1.7s;
  transform: translateY(0);
}

.heading {
  text-align: center;
  width: 59%;
  margin: auto;
  padding-bottom: 50px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1400px) {
  .heading {
    padding-bottom: 40px;
    width: 65%;
  }
}
@media (max-width: 992px) {
  .heading {
    width: 100%;
    padding-bottom: 30px;
  }
}
.heading > span {
  display: block;
  color: #444444;
  padding-top: 20px;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}
.heading h2 {
  font-weight: bold;
  font-weight: 800;
}
.heading h3 {
  font-weight: bold;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.heading.two {
  width: 100%;
  text-align: left;
}
.heading.two h6 {
  font-size: 26px;
  width: 69%;
  line-height: 40px;
  padding-top: 14px;
  color: #444444;
}
.heading.two p {
  padding-top: 20px;
}
.heading.two > span {
  padding-top: 30px;
}

.services-one {
  padding: 30px;
  padding-top: 40px;
  position: relative;
  border: 1px solid #7b7b7b;
  background-size: cover;
  overflow: hidden;
}
.services-one::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s ease-in-out;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(2);
  transition: 0.5s ease-in-out;
}
.services-one:hover {
  border-color: transparent;
}
.services-one:hover:before {
  transform: translate(-50%, -50%) scale(0);
}
.services-one:hover > i {
  animation: top-bottom 2s infinite;
}
.services-one::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 133px;
  background-color: #ebebeb;
  right: -1px;
  bottom: 0;
  transition: 0.5s ease-in-out;
  -webkit-clip-path: polygon(35% 44%, 100% 0, 100% 0, 100% 42%, 100% 60%, 40% 100%, 0 70%, 0% 100%, 0% 68%, 0 20%);
          clip-path: polygon(35% 44%, 100% 0, 100% 0, 100% 42%, 100% 60%, 40% 100%, 0 70%, 0% 100%, 0% 68%, 0 20%);
}
.services-one:hover::after {
  background-color: #f2d525;
  right: -40px;
}
.services-one:hover p {
  color: #dcdcdc;
  transition: 0.5s ease-in-out;
}
.services-one:hover a {
  color: #ffffff;
}
.services-one p {
  z-index: 11;
  position: relative;
  padding-bottom: 30px;
}
.services-one a {
  color: #000;
  border: 1px solid #c7c7c7;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: 0.5s ease-in-out;
  position: relative;
  border-radius: 50%;
}
.services-one a:hover {
  background-color: #f2d525;
  color: #ffffff;
  border-color: #f2d525;
}
.services-one > i {
  font-size: 90px;
  color: #f2d525;
  position: relative;
  z-index: 2;
  transition: 0.5s ease-in-out;
  display: block;
}
.services-one h4 {
  font-size: 26px;
  color: #000;
  padding-bottom: 16px;
  font-weight: bold;
  position: relative;
  z-index: 11;
  transition: 0.5s ease-in-out;
}
.services-one:hover h4 {
  color: #ffffff;
}

@keyframes top-bottom {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}

.architect img.architect-img-1 {
  transform: translateX(-252px);
}
.architect .heading.two {
  width: 90%;
  margin: 0;
  padding-bottom: 40px;
}

.architect-text {
  display: flex;
  justify-content: space-between;
  width: 84%;
  margin-top: 50px;
  align-items: center;
}
.architect-text p {
  line-height: 24px;
}
.architect-text h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 18px;
}

.goal-mov {
  position: relative;
  width: 189px;
  height: 186px;
}
.goal-mov > img {
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.goal-mov figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #a1a1a1;
  border-radius: 50%;
  padding: 26px;
  width: 120px;
  height: 120px;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.cost-effective {
  text-align: end;
  position: relative;
}
.cost-effective .goal-mov {
  position: absolute;
  bottom: 23%;
  border-radius: 91px;
  left: -4%;
  z-index: 32;
}
.cost-effective .goal-mov::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.section-innovative {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-innovative::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.75;
  left: 0;
  height: 100%;
  background-color: #f5f5f5;
}
.section-innovative .innovative {
  position: relative;
}
.section-innovative .innovative img {
  width: 100%;
}

.client-company {
  position: absolute;
  bottom: 20px;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.8);
  width: 70%;
  padding: 40px;
  padding-bottom: 30px;
  left: 20px;
  transition: 0.5s ease-in-out;
  height: 130px;
  overflow: hidden;
}
.client-company p {
  padding-bottom: 20px;
}
.client-company a {
  position: absolute;
  right: 40px;
  bottom: 40px;
  transition: 0.5s ease-in-out;
}
.client-company a i {
  transition: 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
}
.client-company h3 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 16px;
}

.project-cost {
  padding-top: 16px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.project-cost h6 {
  font-size: 44px;
  font-weight: bold;
  color: #f2d525;
  padding-top: 2px;
}

.innovative {
  transition: 0.5s ease-in-out;
}
.innovative:hover a i {
  background-color: #f2d525;
  border: 1px solid #f2d525;
}
.innovative:hover .client-company {
  height: 70%;
}
.innovative:hover .project-cost {
  opacity: 1;
}

.innovative-slider .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.innovative-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
}
.innovative-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f2d525;
}

.blog-one {
  margin-bottom: 0;
}
.blog-one img {
  transition: 0.5s ease-in-out;
  width: 100%;
}
.blog-one figure {
  margin-bottom: 16px;
}
.blog-one h4 {
  padding-bottom: 20px;
  padding-top: 10px;
  min-height: 95px;
  line-height: 1.4;
}
.blog-one h4 a {
  background-image: linear-gradient(to right, #f2d525, #f2d525 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  border: 0;
  text-transform: capitalize;
  width: 90%;
}
.blog-one h4 a:hover {
  background-position: 0;
}
.blog-one > a {
  color: #444444;
  border-bottom: 1px solid #444444;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.blog-one > a i {
  opacity: 0;
  transition: 0.5s ease-in-out;
  margin-left: -19px;
}
.blog-one > a:hover i {
  opacity: 1;
  margin-left: 10px;
}

/* SÜREÇLER */
.work-process-section {
  padding: 20px 0;
  background: #ffeb3b59;
}

.section-title {
  margin-bottom: 70px;
}

.section-title span {
  font-size: 32px;
  font-weight: 700;
  color: #d4aa00;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 58px;
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
  margin-top: 15px;
}

.process-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.process-item {
  position: relative;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 80px 35px 50px;
  text-align: center;
  transition: all .4s ease;
  overflow: hidden;
}

.process-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: #d4aa00;
}

.process-number {
  position: relative;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  background-color: #ff98002e;
}

.process-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 35px;
  border-radius: 20px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s;
}

.process-item:hover .process-icon {
  background: #fff7ed;
}

.process-icon img {
  width: 55px;
}

.process-item h3 {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
}

.process-item p {
  font-size: 17px;
  line-height: 1.8;
  color: #6b7280;
}

@media (max-width: 991px) {
  .process-wrapper {
    grid-template-columns: 1fr;
  }

  .section-title h2 {
    font-size: 40px;
  }
}

.dag-footer {
  background-color: #0d1117;
  color: #c9d1d9;
  padding: 80px 0 0;
  position: relative;
  font-family: "Titillium Web", sans-serif;
}

.dag-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, #f2d525 30%, #d4aa00 70%, transparent 100%);
}

/* TOP: Title + Logo */
.dag-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dag-footer-title {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.5px;
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  line-height: 1.1;
}

.dag-footer-logo img {
  max-width: 180px;
  height: auto;
  filter: brightness(1.1);
}

/* CONTACT BAR */
.dag-footer-contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 50px 0;
}

.dag-contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 24px 28px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.35s ease;
  min-height: 80px;
}

.dag-contact-item i {
  font-size: 18px;
  color: #f2d525;
  background: rgba(255, 121, 45, 0.12);
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

.dag-contact-item span {
  flex: 1;
  line-height: 1.4;
  word-break: break-word;
}

.dag-contact-item:hover {
  background: rgba(255, 121, 45, 0.08);
  border-color: rgba(255, 121, 45, 0.4);
  color: #ffffff;
  transform: translateY(-3px);
}

.dag-contact-item:hover i {
  background: #f2d525;
  color: #ffffff;
}

.dag-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 30px 0 50px;
}

.dag-footer-col h4 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 28px;
  position: relative;
  padding-bottom: 14px;
  font-family: "Titillium Web", sans-serif;
}

.dag-footer-col h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #f2d525;
  border-radius: 2px;
}

.dag-about-text {
  font-size: 15px;
  line-height: 1.8;
  color: #8b949e;
  margin: 0;
  font-family: "Epilogue", sans-serif;
}

.dag-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dag-footer-links li {
  margin-bottom: 14px;
  display: block;
}

.dag-footer-links li a {
  color: #8b949e;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  padding-left: 0;
  font-family: "Epilogue", sans-serif;
  font-weight: 500;
}

.dag-footer-links li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #f2d525;
  transition: width 0.3s ease;
}

.dag-footer-links li a:hover {
  color: #f2d525;
  padding-left: 8px;
}

.dag-footer-links li a:hover::before {
  width: 100%;
  left: 8px;
}

.dag-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 0;
  text-align: center;
}

.dag-footer-bottom p {
  font-size: 14px;
  color: #8b949e;
  margin: 0;
  font-family: "Epilogue", sans-serif;
}

.dag-footer-bottom p a {
  color: #f2d525;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.dag-footer-bottom p a:hover {
  color: #d4aa00;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .dag-footer-title {
    font-size: 36px;
  }

  .dag-footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .dag-footer {
    padding: 60px 0 0;
  }

  .dag-footer-top {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding-bottom: 40px;
  }

  .dag-footer-title {
    font-size: 32px;
  }

  .dag-footer-contact {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 36px 0;
  }

  .dag-contact-item {
    padding: 20px 22px;
    min-height: auto;
  }

  .dag-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    padding: 20px 0 40px;
  }
}

@media (max-width: 575px) {
  .dag-footer {
    padding: 50px 0 0;
  }

  .dag-footer-title {
    font-size: 26px;
  }

  .dag-footer-logo img {
    max-width: 140px;
  }

  .dag-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .dag-contact-item {
    padding: 16px 18px;
    font-size: 14px;
  }

  .dag-contact-item i {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 16px;
  }

  .dag-footer-bottom p {
    font-size: 13px;
    line-height: 1.6;
  }
}

.page-banner {
    position: relative;
    padding: 160px 0 100px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
}
.page-banner::before {
    content: "";
    position: absolute;
    top: -30%;
    left: 0;
    width: 50%;
    height: 160%;
    background: radial-gradient(circle at 30% 50%, rgba(255, 235, 59, 0.22) 0%, transparent 60%);
    animation: floatBlob1 14s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}
.page-banner::after {
    content: "";
    position: absolute;
    bottom: -30%;
    right: 0;
    width: 50%;
    height: 160%;
    background: radial-gradient(circle at 70% 50%, rgba(255, 152, 0, 0.18) 0%, transparent 60%);
    animation: floatBlob2 18s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}
@keyframes floatBlob1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, 25px) scale(1.08); }
}
@keyframes floatBlob2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-30px, -25px) scale(1.1); }
}
.page-banner-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 1;
    pointer-events: none;
    -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
    mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
}
.page-banner .container {
    position: relative;
    z-index: 3;
}
.page-banner h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
    line-height: 1.2;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.page-banner h1::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #ffeb3b, #ff9800);
    margin-top: 15px;
    border-radius: 2px;
}
.page-banner .breadcrumb-nav {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 0;
    padding: 10px 20px;
    list-style: none;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box;
}
.page-banner .breadcrumb-nav li {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 500;
}
.page-banner .breadcrumb-nav li + li::before {
    content: "›";
    margin: 0 10px;
    color: #ffeb3b;
    font-size: 18px;
    font-weight: 700;
}
.page-banner .breadcrumb-nav a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.3s;
}
.page-banner .breadcrumb-nav a:hover {
    color: #ffeb3b;
}
@media (max-width: 991px) {
    .page-banner { padding: 130px 0 70px; }
    .page-banner h1 { font-size: 38px; }
}
@media (max-width: 767px) {
    .page-banner { padding: 110px 0 50px; }
    .page-banner h1 { font-size: 26px; margin-bottom: 14px; }
    .page-banner h1::after { width: 50px; height: 3px; margin-top: 12px; }
    .page-banner .breadcrumb-nav { padding: 8px 14px; }
    .page-banner .breadcrumb-nav li { font-size: 13px; }
    .page-banner .breadcrumb-nav li + li::before { margin: 0 6px; font-size: 16px; }
    .page-banner-pattern { background-size: 30px 30px; }
    .page-banner::before,
    .page-banner::after { animation: none; width: 100%; opacity: 0.7; }
}
@media (max-width: 380px) {
    .page-banner h1 { font-size: 22px; }
}

.news-details h2 {
	display: none!important;
}
/* ============================= */
/* SOL ALT SABİT İLETİŞİM İKONLARI */
/* ============================= */

.floating-contact-icons {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.floating-contact-icons .floating-btn {
    position: relative;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 23px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
    overflow: visible;
}

/* Hover */
.floating-contact-icons .floating-btn:hover {
    transform: translateY(-4px) scale(1.06);
    box-shadow: 0 14px 30px rgba(0,0,0,0.25);
}

/* Dalga efekti */
.floating-contact-icons .floating-btn::before,
.floating-contact-icons .floating-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.45;
    animation: pulse-wave 2s infinite;
}

.floating-contact-icons .floating-btn::after {
    animation-delay: 1s;
}

/* Buton renkleri */
.floating-contact-icons .phone {
    background: #a12520;
}
.floating-contact-icons .phone::before,
.floating-contact-icons .phone::after {
    background: rgba(161, 37, 32, 0.35);
}

.floating-contact-icons .mail {
    background: #d44638;
}
.floating-contact-icons .mail::before,
.floating-contact-icons .mail::after {
    background: rgba(212, 70, 56, 0.30);
}

.floating-contact-icons .facebook {
    background: #1877f2;
}
.floating-contact-icons .facebook::before,
.floating-contact-icons .facebook::after {
    background: rgba(24, 119, 242, 0.30);
}

.floating-contact-icons .whatsapp {
    background: #25d366;
}
.floating-contact-icons .whatsapp::before,
.floating-contact-icons .whatsapp::after {
    background: rgba(37, 211, 102, 0.30);
}

/* Pulse animasyonu */
@keyframes pulse-wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.45;
    }
    70% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

/* Mobil görünüm */
@media (max-width: 768px) {
    .floating-contact-icons {
        left: 15px;
        bottom: 15px;
        gap: 10px;
    }

    .floating-contact-icons .floating-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .floating-contact-icons .floating-btn::before,
    .floating-contact-icons .floating-btn::after {
        width: 50px;
        height: 50px;
    }
}
.floating-contact-icons .floating-btn i {
    font-size: 28px;
}

