/*-----------------------------------------------------------------------------------

    Template Name: TraveLand - Tour and Travel Agency Template
    Author: UIdeck

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #747E88;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #EEC41E;
}

a{color: #EEC41E;}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #38424D;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #747E88;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #EEC41E;
}

.main-btn:hover {
  background-color: rgba(238, 196, 30, 0.8);
  color: #fff;
  -webkit-box-shadow: 0px 3px 22px 0px rgba(238, 196, 30, 0.3);
  box-shadow: 0px 3px 22px 0px rgba(238, 196, 30, 0.3);
}

.main-btn.main-btn-2 {
  background-color: #fff;
  color: #EEC41E;
  border-color: #EEC41E;
}

.main-btn.main-btn-2:hover {
  background-color: #EEC41E;
  border-color: #EEC41E;
  color: #fff;
}

/*===== Section Title Style =====*/
.section_title .title {
  font-size: 44px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title .title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .section_title .title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_title .title {
    font-size: 30px;
  }
}

.section_title .title span {
  color: #EEC41E;
}

.section_title p {
  margin-top: 20px;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.2353ms linear infinite;
  animation: ytp-spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #EEC41E #EEC41E #F9FAFB;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #F9FAFB;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #F9FAFB;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/*===========================
     02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-bottom: 2px solid rgba(255, 255, 255, 0.21);
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky .navbar {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .sticky .navbar {
    padding: 15px 0;
  }
}

.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding: 20px 0;
  }
}

.navbar-brand {
  padding: 0;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 30px 15px;
  position: relative;
}

.navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #EEC41E;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #222;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #222;
  }
}

.navbar-nav .nav-item.active > a::before, .navbar-nav .nav-item:hover > a::before {
  width: 100%;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #EEC41E;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.sticky .navbar-toggler .toggler-icon {
  background-color: #222;
}

.sticky .navbar-nav .nav-item a {
  color: #222;
}

.sticky .navbar-nav .nav-item.active > a, .sticky .navbar-nav .nav-item:hover > a {
  color: #EEC41E;
}

/*===== SLIDER =====*/
.single_slider {
  height: 800px;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 165px;
}

@media only screen and (min-width: 1400px) {
  .single_slider {
    height: 950px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_slider {
    border-bottom-left-radius: 105px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_slider {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .single_slider {
    height: 600px;
    border-bottom-left-radius: 85px;
  }
}

.single_slider::before {
  position: absolute;
  content: '';
  background-color: rgba(56, 66, 77, 0.24);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.slider_content {
  padding-top: 80px;
}

.slider_content .slider_title {
  font-size: 54px;
  color: #fff;
  margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content .slider_title {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content .slider_title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .slider_content .slider_title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider_content .slider_title {
    font-size: 40px;
  }
}

.slider_content .slider_title span {
  display: contents;
  color: #EEC41E;
}

.slider_content p {
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .slider_content p {
    font-size: 16px;
  }
}

.slider_content .main-btn {
  margin-top: 45px;
}

/*===========================
        03.ABOUT css 
===========================*/
.about_wrapper {
  position: relative;
}

.about_image {
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top-right-radius: 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_image {
    border-top-right-radius: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_image {
    width: 100%;
    height: 400px;
    position: relative;
    border-top-right-radius: 170px;
  }
}

@media (max-width: 767px) {
  .about_image {
    width: 100%;
    height: 400px;
    position: relative;
    border-top-right-radius: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_content {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .about_content {
    margin-top: 45px;
  }
}

.about_content .main-btn {
  margin-top: 45px;
}

.about_content .main-btn:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}

.about_counter {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 30px;
}

.single_counter {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(173, 206, 243, 0.25);
  box-shadow: 0px 0px 25px 0px rgba(173, 206, 243, 0.25);
  width: 192px;
  height: 142px;
  text-align: center;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter {
    width: 20.6%;
  }
}

@media (max-width: 767px) {
  .single_counter {
    width: 40%;
    padding: 10px;
  }
}

.single_counter span {
  font-size: 34px;
  font-weight: 700;
  color: #38424D;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter span {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .single_counter span {
    font-size: 24px;
  }
}

.single_counter p {
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .single_counter p {
    font-size: 14px;
  }
}

.single_counter.counter_1 {
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.single_counter.counter_2 {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

/*===========================
     04.DESTINATION css 
===========================*/
.destination_area {
  background-color: #F9FAFB;
}

.single_destination .destination_image img {
  width: 100%;
}

.single_destination .destination_content {
  background-color: #fff;
  padding: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.2);
  position: relative;
}

.single_destination .destination_content .main-btn {
  font-size: 14px;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  background-color: #fff;
  color: #38424D;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(173, 206, 243, 0.66);
  box-shadow: 0px 3px 30px 0px rgba(173, 206, 243, 0.66);
  position: absolute;
  right: 25px;
  top: -18px;
}

.single_destination .destination_content .title a {
  font-size: 20px;
  font-weight: 500;
  color: #38424D;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single_destination .destination_content .title a {
    font-size: 18px;
  }
}

.single_destination .destination_content .price {
  font-size: 16px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_destination .destination_content .more {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #EEC41E;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.single_destination:hover .destination_content {
  background-color: #EEC41E;
}

.single_destination:hover .destination_content .title a {
  color: #fff;
}

.single_destination:hover .destination_content .price {
  color: #fff;
}

.single_destination:hover .destination_content .more {
  color: #EEC41E;
  background-color: #fff;
}

/*===========================
      05.SERVICE css 
===========================*/
.single_service {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.1);
  padding: 25px 15px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_service .services_icon i {
  width: 75px;
  height: 75px;
  border: 2px solid #EEC41E;
  line-height: 71px;
  text-align: center;
  border-radius: 50%;
  font-size: 40px;
  color: #EEC41E;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_service .services_content .title {
  margin-top: 25px;
  color: #38424D;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_service .services_content .title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .single_service .services_content .title {
    font-size: 20px;
  }
}

.single_service .services_content p {
  margin-top: 15px;
}

.single_service:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.2);
}

.single_service:hover .services_icon i {
  background: #EEC41E;
  color: #fff;
}

/*===========================
      06.GELLARY css 
===========================*/
.single_gallery {
  position: relative;
}

.single_gallery img {
  width: 100%;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.single_gallery a {
  width: 73px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  background-color: #EEC41E;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.single_gallery:hover a {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/*===========================
      07.TEAM css 
===========================*/
.team_area {
  background-color: #F9FAFB;
}

.single_team {
  position: relative;
}

.single_team .team_image {
  position: relative;
  overflow: hidden;
}

.single_team .team_image img {
  width: 100%;
}

.single_team .team_image::before {
  position: absolute;
  content: '';
  top: 0;
  left: -80px;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-30deg) translateX(-100%);
  transform: skewX(-30deg) translateX(-100%);
  background-color: rgba(238, 196, 30, 0.9);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_team .team_image::before {
    left: -65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_team .team_image::before {
    left: -103px;
  }
}

@media (max-width: 767px) {
  .single_team .team_image::before {
    left: -90px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_team .team_image::before {
    left: -75px;
  }
}

.single_team .team_content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_team .team_content {
    padding: 20px;
  }
}

.single_team .team_content .team_name {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.single_team .team_content p {
  margin-top: 5px;
  font-weight: 300;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.single_team .team_content .social {
  margin-top: 15px;
}

.single_team .team_content .social li {
  display: inline-block;
  margin-right: 8px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.single_team .team_content .social li a {
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_team .team_content .social li a:hover {
  background-color: #fff;
  color: #EEC41E;
}

.single_team:hover .team_image::before {
  -webkit-transform: skewX(-30deg) translateX(0);
  transform: skewX(-30deg) translateX(0);
}

.single_team:hover .team_content .team_name {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}

.single_team:hover .team_content p {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 1;
}

.single_team:hover .team_content .social li {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.single_team:hover .team_content .social li:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.single_team:hover .team_content .social li:nth-of-type(2) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.single_team:hover .team_content .social li:nth-of-type(3) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

/*===========================
     08.TESTIMONIUAL css 
===========================*/
.single_testimonial {
  padding: 30px;
  background-color: #fff;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
  box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
  position: relative;
  margin: 30px 0;
}

.single_testimonial i {
  font-size: 60px;
  line-height: 60px;
  color: #EEC41E;
  position: absolute;
  top: 30px;
  right: 30px;
}

.single_testimonial img {
  border-radius: 5px;
  display: inline-block;
}

.single_testimonial .author_name {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.single_testimonial .sub_title {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.single_testimonial p {
  margin-top: 20px;
}

.testimonial_active .slick-dots {
  width: 100%;
  text-align: center;
}

.testimonial_active .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.testimonial_active .slick-dots li button {
  width: 15px;
  height: 15px;
  background: none;
  border: 2px solid #EEC41E;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial_active .slick-dots li.slick-active button {
  background-color: #EEC41E;
}

/*===========================
         09.BLOG css 
===========================*/
.single_blog {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.1);
  box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_blog {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .single_blog {
    padding: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_blog {
    padding: 20px;
  }
}

.single_blog:hover {
  -webkit-box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
  box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
}

.single_blog .blog_image img {
  width: 100%;
}

.single_blog .blog_content {
  padding-top: 25px;
}

.single_blog .blog_content .blog_meta ul li {
  font-size: 16px;
  color: #747E88;
  display: inline-block;
}

.single_blog .blog_content .blog_meta ul li + li {
  margin-left: 30px;
}

.single_blog .blog_content .blog_meta ul li a {
  color: #747E88;
}

.single_blog .blog_content .blog_title a {
  font-size: 20px;
  font-weight: 500;
  color: #38424D;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_blog .blog_content .blog_title a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .single_blog .blog_content .blog_title a {
    font-size: 18px;
  }
}

.single_blog .blog_content .blog_title a:hover {
  color: #EEC41E;
}

.single_blog .blog_content p {
  margin-top: 15px;
}

.single_blog .blog_content .more {
  margin-top: 15px;
  color: #EEC41E;
  font-size: 16px;
  font-weight: 500;
}

.single_blog .blog_content_2 {
  padding-left: 30px;
  padding-top: 0;
}

@media (max-width: 767px) {
  .single_blog .blog_content_2 {
    padding-left: 0;
    padding-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_blog .blog_content_2 {
    padding-left: 30px;
    padding-top: 0;
  }
}

.single_blog .blog_content_2 .blog_title a {
  margin-top: 0;
}

.blog_share {
  padding-top: 20px;
}

.blog_share span {
  font-size: 24px;
  font-weight: 500;
  color: #38424D;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_share span {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .blog_share span {
    font-size: 18px;
  }
}

.blog_share .social li {
  display: inline-block;
  margin-left: 15px;
  margin-top: 10px;
}

.blog_share .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_share .social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .blog_share .social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

.blog_share .social li .social_1 {
  background-color: #4977D9;
}

.blog_share .social li .social_2 {
  background-color: #55ACEE;
}

.blog_share .social li .social_3 {
  background-color: #E4405F;
}

.blog_share .social li .social_4 {
  background-color: #0077B5;
}

/*===========================
        10.CONTACT css 
===========================*/
.contact_area {
  background-color: #F9FAFB;
}

.single_form {
  margin-top: 30px;
}

.single_form input,
.single_form textarea {
  width: 100%;
  height: 60px;
  padding: 0 25px;
  border: 2px solid #DBDBDB;
  border-radius: 50px;
  background-color: #fff;
  color: #747E88;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_form input::-webkit-input-placeholder,
.single_form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input:-ms-input-placeholder,
.single_form textarea:-ms-input-placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input::-ms-input-placeholder,
.single_form textarea::-ms-input-placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input::placeholder,
.single_form textarea::placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input::-moz-placeholder,
.single_form textarea::-moz-placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input::-moz-placeholder,
.single_form textarea::-moz-placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input::-webkit-input-placeholder,
.single_form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input:focus,
.single_form textarea:focus {
  border-color: #EEC41E;
}

.single_form textarea {
  height: 230px;
  padding-top: 15px;
  border-radius: 25px;
  resize: none;
}

.single_form .main-btn {
  border-radius: 50px;
}

.single_form .main-btn:hover {
  -webkit-box-shadow: 0px 3px 22px 0px rgba(238, 196, 30, 0.3);
  box-shadow: 0px 3px 22px 0px rgba(238, 196, 30, 0.3);
}

.single_form .nice-select {
  float: none;
  border-radius: 0;
  width: 100%;
  height: 60px;
  line-height: 58px;
  padding: 0 25px;
  border: 2px solid #DBDBDB;
  border-radius: 50px;
}

.single_form .nice-select::after {
  width: 8px;
  height: 8px;
  right: 25px;
  border-color: #747E88;
}

.single_form .nice-select:focus {
  border-color: #EEC41E;
}

.single_form .nice-select .current {
  font-size: 16px;
  color: #747E88;
  font-weight: 600;
  line-height: 58px;
}

.single_form .nice-select .list {
  width: 100%;
  border-radius: 0;
}

.single_form .nice-select .list .option {
  font-size: 14px;
  color: #a4a4a4;
  line-height: 30px;
  min-height: 30px;
}

/*===========================
        11.FOOTER css 
===========================*/
.footer_area {
  background-color: #38424D;
}

.footer_about p {
  color: #fff;
  margin-top: 25px;
}

.footer_about .social li {
  display: inline-block;
  margin-top: 35px;
}

.footer_about .social li + li {
  margin-left: 15px;
}

.footer_about .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
}

.footer_about .social li .social_1 {
  background-color: #4977D9;
}

.footer_about .social li .social_2 {
  background-color: #55ACEE;
}

.footer_about .social li .social_3 {
  background-color: #E4405F;
}

.footer_about .social li .social_4 {
  background-color: #0077B5;
}

.footer_title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 767px) {
  .footer_title {
    font-size: 20px;
  }
}

.footer_link {
  width: 50%;
}

.footer_link .link {
  padding-top: 30px;
}

.footer_link .link li {
  margin-top: 15px;
}

.footer_link .link li a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_link .link li a:hover {
  color: #EEC41E;
}

.footer_subscribe p {
  color: #fff;
  margin-top: 45px;
}

.footer_subscribe .subscribe_form {
  position: relative;
  margin-top: 30px;
}

.footer_subscribe .subscribe_form input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  padding: 0 25px;
  border: 0;
  color: #38424D;
}

.footer_subscribe .subscribe_form button {
  height: 40px;
  width: 40px;
  border: 0;
  font-size: 28px;
  color: #fff;
  background-color: #EEC41E;
  border-radius: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #EEC41E;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background-color: #EEC41E;
}
/*# sourceMappingURL=style.css.map */

.why-us-list{
    margin-top:30px;
}

.why-us-list p{
    font-size:18px;
    margin-bottom:18px;
    font-weight:500;
    color:#2b2b2b;
}

/* =========================================================
   AYYALDIZ - YENİ PROJE GALERİSİ
   ========================================================= */

.project-gallery-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px 80px;
    box-sizing: border-box;
}

.project-gallery-section .section_title {
    max-width: 850px;
    margin: 0 auto 45px;
    text-align: center;
}

.project-gallery-section .project-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
}

.project-gallery-section .project-card {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.project-gallery-section .project-image {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.project-gallery-section .project-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    transition: transform .5s ease;
}

.project-gallery-section .project-card:hover .project-image img {
    transform: scale(1.04);
}

.project-gallery-section .project-content {
    padding: 25px 5px 5px;
}

.project-gallery-section .project-meta {
    margin-bottom: 10px;
}

.project-gallery-section .project-title {
    margin: 0 0 14px;
    font-size: 23px;
    line-height: 1.3;
}

.project-gallery-section .project-description {
    margin: 0 0 18px;
    line-height: 1.75;
}

.project-gallery-section .project-more {
    display: inline-block;
}


/* TABLET */

@media (max-width: 991px) {

    .project-gallery-section {
        padding-left: 25px;
        padding-right: 25px;
    }

    .project-gallery-section .project-grid {
        gap: 25px;
    }

    .project-gallery-section .project-image {
        height: 280px;
    }
}


/* MOBİL */

@media (max-width: 767px) {

    .project-gallery-section {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 60px;
    }

    .project-gallery-section .project-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .project-gallery-section .project-image {
        width: 100%;
        height: 230px;
    }

    .project-gallery-section .project-content {
        padding: 20px 2px 0;
    }

    .project-gallery-section .section_title h2 {
        font-size: 28px;
    }

    .project-gallery-section .project-title {
        font-size: 21px;
    }

    .project-gallery-section .project-description {
        font-size: 14px;
        line-height: 1.7;
    }
}


/* KÜÇÜK TELEFON */

@media (max-width: 480px) {

    .project-gallery-section {
        padding-left: 18px;
        padding-right: 18px;
    }

    .project-gallery-section .project-grid {
        gap: 30px;
    }

    .project-gallery-section .project-image {
        height: 210px;
    }

    .project-gallery-section .section_title h2 {
        font-size: 25px;
    }
}

.project-section .container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}.header_navbar {
    height: 110px !important;
}

.header_navbar .navbar {
    min-height: 110px !important;
    height: 110px !important;
}

.header_navbar {
    height: 170px !important;
}

.header_navbar .navbar {
    height: 190px !important;
    min-height: 120px !important;
    display: flex;
    align-items: center;
}

.header_navbar .navbar-brand img {
    height: 250px;
    width: auto;
}
/* HERO FOTOĞRAF KARARTMA */

.header_slider .single_slider {
    position: relative;
}

.header_slider .single_slider::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(25, 32, 38, 0.60);
    z-index: 1;
}

.header_slider .single_slider .container {
    position: relative;
    z-index: 2;
}
/* ========================================
   AYYALDIZ PREMIUM PRELOADER
======================================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

.preloader_content {
    width: 260px;
    text-align: center;
}

.preloader_logo {
    opacity: 0;
    transform: scale(0.88);
    animation: ayyaldizLogo 3s ease forwards;
}

.preloader_logo img {
    width: 220px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.preloader_line {
    width: 180px;
    height: 2px;
    background: #eeeeee;
    margin: 25px auto 12px;
    overflow: hidden;
}

.preloader_line span {
    display: block;
    width: 0;
    height: 100%;
    background: #f2c300;
    animation: ayyaldizLine 1.4s ease forwards;
}

.preloader_text {
    font-size: 11px;
    letter-spacing: 4px;
    color: #555555;
    opacity: 0;
    animation: ayyaldizText 0.8s ease 0.5s forwards;
}


/* LOGO */
@keyframes ayyaldizLogo {

    0% {
        opacity: 0;
        transform: scale(0.88);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }

}


/* SARI ÇİZGİ */
@keyframes ayyaldizLine {

    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }

}


/* YAZI */
@keyframes ayyaldizText {

    0% {
        opacity: 0;
        transform: translateY(5px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}
html {
    scroll-behavior: smooth;
}
html {
    scroll-behavior: smooth;
}
/* =====================================================
   AYYALDIZ İNŞAAT - PREMIUM FOOTER
===================================================== */

.ayyaldiz-footer {
    background: #36424e;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}


/* =====================================================
   FOOTER MAIN
===================================================== */

.footer-main {
    padding: 75px 0 65px;
}

.footer-grid {
    display: flex;
    align-items: flex-start;
}


/* =====================================================
   BRAND
===================================================== */

.footer-brand {
    padding-right: 55px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 30px;
}

.footer-logo img {
    width: 310px;
    max-width: 100%;
    height: auto;
    display: block;
}

.footer-description {
    max-width: 360px;
    margin: 0;
    color: #d3d8dd;
    font-size: 15px;
    line-height: 1.75;
}


/* =====================================================
   SOCIAL
===================================================== */

.footer-social {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
}

.footer-social a {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 4px;

    color: #ffffff;
    font-size: 16px;

    transition: all 0.3s ease;
}

.footer-social a:nth-child(1) {
    background: #4267b2;
}

.footer-social a:nth-child(2) {
    background: #55acee;
}

.footer-social a:nth-child(3) {
    background: #e83e6f;
}

.footer-social a:nth-child(4) {
    background: #0077b5;
}

.footer-social a:hover {
    transform: translateY(-4px);
}


/* =====================================================
   FOOTER COLUMNS
===================================================== */

.footer-column {
    padding-left: 10px;
}

.footer-heading {
    position: relative;

    margin: 0 0 30px;

    padding-bottom: 14px;

    color: #ffffff;

    font-size: 22px;
    font-weight: 600;
}

.footer-heading::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 48px;
    height: 3px;

    background: #f2c300;
}


/* =====================================================
   LINKS
===================================================== */

.footer-links {
    list-style: none;

    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 19px;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-links a {
    display: flex;
    align-items: center;

    color: #ffffff;

    font-size: 15px;
    text-decoration: none;

    transition: all 0.3s ease;
}

.footer-links a span {
    color: #f2c300;

    font-size: 25px;
    line-height: 12px;

    margin-right: 10px;

    transition: transform 0.3s ease;
}

.footer-links a:hover {
    color: #f2c300;
}

.footer-links a:hover span {
    transform: translateX(4px);
}


/* =====================================================
   CONTACT
===================================================== */

.footer-contact {
    list-style: none;

    padding: 0;
    margin: 0 0 30px;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;

    gap: 14px;

    padding-bottom: 15px;
    margin-bottom: 15px;

    border-bottom: 1px solid rgba(255,255,255,0.12);

    color: #d3d8dd;

    font-size: 15px;
    line-height: 1.5;
}

.footer-contact li:last-child {
    margin-bottom: 0;
}

.footer-contact li i {
    width: 20px;
    min-width: 20px;

    color: #f2c300;

    font-size: 17px;

    text-align: center;

    margin-top: 3px;
}

.footer-contact li a {
    color: #d3d8dd;
    text-decoration: none;

    transition: color 0.3s ease;
}

.footer-contact li a:hover {
    color: #f2c300;
}

.footer-working-hours strong {
    color: #d3d8dd;
    font-weight: 400;
}


/* =====================================================
   MAIL
===================================================== */

.footer-mail {
    width: 100%;

    height: 60px;

    display: flex;

    border: 1px solid rgba(255,255,255,0.2);

    border-radius: 5px;

    overflow: hidden;

    background: rgba(255,255,255,0.03);
}

.footer-mail input {
    flex: 1;

    width: 100%;

    border: 0;
    outline: none;

    padding: 0 18px;

    background: transparent;

    color: #ffffff;

    font-size: 15px;
}

.footer-mail input::placeholder {
    color: #b9c0c7;
}

.footer-mail button {
    width: 60px;

    border: 0;
    outline: none;

    background: #f2c300;

    color: #ffffff;

    font-size: 18px;

    cursor: pointer;

    transition: background 0.3s ease;
}

.footer-mail button:hover {
    background: #dcae00;
}


/* =====================================================
   FOOTER BOTTOM
===================================================== */

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.12);

    padding: 25px 0;
}

.footer-bottom-inner {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.footer-bottom p {
    margin: 0;

    color: #aeb7c0;

    font-size: 14px;
}

.footer-credit {
    text-align: right;
}

.footer-credit strong {
    color: #f2c300;

    font-weight: 500;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .footer-main {
        padding: 60px 0 50px;
    }

    .footer-brand {
        padding-right: 20px;
        margin-bottom: 45px;
    }

    .footer-column {
        margin-bottom: 40px;
    }

    .footer-contact-column {
        margin-bottom: 0;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .footer-main {
        padding: 50px 0 35px;
    }

    .footer-grid {
        display: block;
    }

    .footer-brand {
        padding-right: 0;
        margin-bottom: 45px;
    }

    .footer-logo img {
        width: 260px;
    }

    .footer-description {
        max-width: 100%;
    }

    .footer-column {
        padding-left: 0;
        margin-bottom: 40px;
    }

    .footer-heading {
        font-size: 20px;
    }

    .footer-contact-column {
        margin-bottom: 0;
    }

    .footer-bottom {
        padding: 22px 0;
    }

    .footer-bottom-inner {
        flex-direction: column;

        text-align: center;
    }

    .footer-credit {
        text-align: center;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .footer-logo img {
        width: 230px;
    }

    .footer-description {
        font-size: 14px;
    }

    .footer-social {
        gap: 10px;
    }

    .footer-social a {
        width: 36px;
        height: 36px;
    }

    .footer-mail {
        height: 55px;
    }

    .footer-mail button {
        width: 55px;
    }

}
.footer-brand {
    margin-top: -55px;
}
/* =====================================================
   GALERİ FOTOĞRAF BÜYÜTME
===================================================== */

.image-modal {
    position: fixed;
    inset: 0;

    width: 100%;
    height: 100%;

    background: rgba(15, 21, 27, 0.92);

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 40px;

    opacity: 0;
    visibility: hidden;

    z-index: 999999;

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;

    cursor: zoom-out;
}

.image-modal.active {
    opacity: 1;
    visibility: visible;
}


/* BÜYÜK FOTOĞRAF */

.image-modal img {
    display: block;

    max-width: 90%;
    max-height: 88vh;

    width: auto;
    height: auto;

    object-fit: contain;

    border-radius: 4px;

    box-shadow:
        0 25px 80px rgba(0, 0, 0, 0.45);

    transform: scale(0.92);

    transition:
        transform 0.35s ease;
}

.image-modal.active img {
    transform: scale(1);
}


/* KAPATMA BUTONU */

.image-modal-close {
    position: absolute;

    top: 25px;
    right: 30px;

    width: 50px;
    height: 50px;

    border: 0;
    border-radius: 50%;

    background: #f2c300;

    color: #ffffff;

    font-size: 34px;
    font-weight: 300;

    line-height: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    z-index: 2;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.image-modal-close:hover {
    background: #dcae00;

    transform: rotate(90deg);
}


/* GALERİ FOTOĞRAFLARI */

.gallery-image {
    cursor: zoom-in;

    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

.gallery-image:hover {
    opacity: 0.92;
}


/* MODAL AÇIKKEN SAYFA KAYMASIN */

body.modal-open {
    overflow: hidden;
}


/* MOBİL */

@media (max-width: 767px) {

    .image-modal {
        padding: 20px;
    }

    .image-modal img {
        max-width: 96%;
        max-height: 82vh;
    }

    .image-modal-close {
        top: 15px;
        right: 15px;

        width: 44px;
        height: 44px;

        font-size: 30px;
    }

}
/* =========================================================
   AYYALDIZ İNŞAAT
   PROFESYONEL MOBİL UYUMLULUK
   ========================================================= */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .container {
        width: 100%;
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }

    .header_navbar {
        height: 90px !important;
    }

    .header_navbar .navbar {
        height: 90px !important;
        min-height: 90px !important;
        padding: 0 !important;
    }

    .header_navbar .navbar-brand img {
        width: 150px;
        height: auto;
        max-height: 75px;
        object-fit: contain;
    }

    .single_slider {
        height: 680px;
    }

    .slider_content {
        padding-top: 80px;
    }

    .about_content {
        padding-left: 0;
        padding-right: 0;
    }

}


/* =========================================================
   TELEFON
   ========================================================= */

@media (max-width: 767px) {

    /* GENEL */

    html {
        width: 100%;
        overflow-x: hidden;
    }

    body {
        width: 100%;
        overflow-x: hidden;
    }

    .container {
        width: 100%;
        max-width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .row {
        margin-left: -9px;
        margin-right: -9px;
    }

    [class*="col-"] {
        padding-left: 9px;
        padding-right: 9px;
    }


    /* =====================================================
       HEADER
       ===================================================== */

    .header_navbar {
        height: 76px !important;
        min-height: 76px !important;
    }

    .header_navbar .navbar {
        height: 76px !important;
        min-height: 76px !important;
        padding: 0 !important;
        display: flex;
        align-items: center;
    }

    .header_navbar .navbar-brand {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .header_navbar .navbar-brand img {
        width: 125px !important;
        height: auto !important;
        max-height: 62px;
        object-fit: contain;
    }


    /* HAMBURGER */

    .navbar-toggler {
        width: 42px;
        height: 42px;
        padding: 5px !important;
        border: 0 !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar-toggler .toggler-icon {
        width: 28px;
        height: 2px;
        margin: 5px auto;
    }


    /* AÇILAN MOBİL MENÜ */

    .navbar-collapse {
        position: absolute !important;
        top: 76px !important;
        left: 0 !important;
        width: 100% !important;
        background: #ffffff !important;
        padding: 12px 18px 15px !important;
        box-shadow: 0 15px 30px rgba(0,0,0,.12);
        z-index: 9999;
    }

    .navbar-nav {
        width: 100%;
        margin: 0 !important;
    }

    .navbar-nav .nav-item {
        width: 100%;
        border-bottom: 1px solid #eeeeee;
    }

    .navbar-nav .nav-item:last-child {
        border-bottom: 0;
    }

    .navbar-nav .nav-item a {
        display: block !important;
        width: 100%;
        padding: 13px 5px !important;
        color: #38424D !important;
        font-size: 15px !important;
        font-weight: 500;
    }

    .navbar-nav .nav-item a:hover {
        color: #EEC41E !important;
    }


    /* =====================================================
       HERO
       ===================================================== */

    .single_slider {
        height: 620px !important;
        min-height: 620px;
        border-bottom-left-radius: 55px !important;
        background-position: center center !important;
    }

    .slider_content {
        padding-top: 45px !important;
        width: 100%;
        max-width: 100%;
    }

    .slider_content .slider_title {
        font-size: 31px !important;
        line-height: 1.18 !important;
        margin-top: 20px;
    }

    .slider_content .slider_title span {
        display: inline !important;
    }

    .slider_content p {
        font-size: 15px !important;
        line-height: 1.75 !important;
        margin-top: 22px !important;
        max-width: 100%;
    }

    .slider_content .main-btn {
        margin-top: 30px !important;
        height: 48px;
        line-height: 48px;
        padding: 0 28px;
        font-size: 15px;
    }


    /* =====================================================
       SECTION BAŞLIKLARI
       ===================================================== */

    .section_title {
        width: 100%;
        max-width: 100%;
    }

    .section_title .title {
        font-size: 27px !important;
        line-height: 1.3 !important;
    }

    .section_title p {
        font-size: 14px;
        line-height: 1.7;
        margin-top: 15px;
    }


    /* =====================================================
       HAKKIMIZDA
       ===================================================== */

    .about_area {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .about_image {
        width: 100% !important;
        height: 300px !important;
        border-top-right-radius: 65px !important;
        position: relative !important;
        margin-bottom: 0;
    }

    .about_content {
        margin-top: 35px !important;
        padding: 0 !important;
    }

    .about_content .main-btn {
        margin-top: 25px !important;
    }


    /* =====================================================
       HAKKIMIZDA - SAYACLAR
       ===================================================== */

    .about_counter {
        margin-left: -6px !important;
        margin-right: -6px !important;
        padding-top: 20px !important;
    }

    .single_counter {
        width: calc(50% - 12px) !important;
        height: 120px !important;
        margin-left: 6px !important;
        margin-right: 6px !important;
        margin-top: 15px !important;
        padding: 8px !important;
    }

    .single_counter span {
        font-size: 25px !important;
    }

    .single_counter p {
        font-size: 12px !important;
        line-height: 1.4;
    }


    /* =====================================================
       DESTINATION / CTA
       ===================================================== */

    .destination_area {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .destination_area .section_title .title {
        font-size: 25px !important;
    }

    .destination_area .main-btn {
        margin-top: 15px;
        padding: 0 25px;
    }


    /* =====================================================
       HİZMETLER
       ===================================================== */

    .services_area {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .single_service {
        margin-top: 20px !important;
        padding: 25px 18px !important;
    }

    .single_service .services_icon i {
        width: 65px;
        height: 65px;
        line-height: 61px;
        font-size: 30px;
    }

    .single_service .services_content .title {
        font-size: 19px !important;
        line-height: 1.35;
        margin-top: 18px;
    }

    .single_service .services_content p {
        font-size: 14px;
        line-height: 1.7;
    }


    /* =====================================================
       PROJE GALERİSİ
       ===================================================== */

    .project-gallery-section {
        width: 100% !important;
        max-width: 100% !important;
        padding: 70px 18px 60px !important;
        margin: 0 !important;
    }

    .project-gallery-section .section_title {
        margin-bottom: 30px !important;
    }

    .project-gallery-section .section_title h2 {
        font-size: 27px !important;
        line-height: 1.3;
    }

    .project-gallery-section .section_title span {
        font-size: 13px;
        margin-top: 8px;
    }

    .project-gallery-section .section_title p {
        font-size: 14px;
        line-height: 1.7;
    }

    .project-gallery-section .project-grid {
        grid-template-columns: 1fr !important;
        gap: 35px !important;
    }

    .project-gallery-section .project-image {
        width: 100% !important;
        height: 235px !important;
    }

    .project-gallery-section .project-content {
        padding: 18px 2px 0 !important;
    }

    .project-gallery-section .project-title {
        font-size: 21px !important;
        line-height: 1.3;
    }

    .project-gallery-section .project-description {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }


    /* =====================================================
       İLETİŞİM
       ===================================================== */

    .contact_area {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .contact_area .section_title {
        padding-bottom: 10px !important;
    }

    .contact_area .section_title .title {
        font-size: 27px !important;
    }

    .single_form {
        margin-top: 18px !important;
    }

    .single_form input,
    .single_form textarea {
        width: 100% !important;
        max-width: 100%;
        font-size: 14px;
    }

    .single_form input {
        height: 55px !important;
        padding: 0 20px !important;
    }

    .single_form textarea {
        height: 180px !important;
        padding: 15px 20px !important;
    }

    .single_form .main-btn {
        width: 100%;
        height: 52px;
        line-height: 52px;
    }


    /* =====================================================
       NEDEN BİZ
       ===================================================== */

    .team_area {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .why-us-list {
        margin-top: 25px !important;
    }

    .why-us-list p {
        font-size: 14px !important;
        margin-bottom: 13px !important;
        line-height: 1.5;
    }


    /* =====================================================
       FOOTER
       ===================================================== */

    .ayyaldiz-footer {
        width: 100%;
        overflow: hidden;
    }

    .footer-main {
        padding: 50px 0 30px !important;
    }

    .footer-grid {
        display: block !important;
    }

    .footer-brand {
        margin-top: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 40px !important;
    }

    .footer-logo img {
        width: 220px !important;
        max-width: 80%;
    }

    .footer-description {
        max-width: 100% !important;
        font-size: 14px !important;
        line-height: 1.7;
    }

    .footer-column {
        padding-left: 0 !important;
        margin-bottom: 35px !important;
    }

    .footer-heading {
        font-size: 19px !important;
        margin-bottom: 22px !important;
    }

    .footer-links li {
        margin-bottom: 14px !important;
    }

    .footer-links a {
        font-size: 14px !important;
    }

    .footer-contact li {
        font-size: 14px !important;
    }

    .footer-mail {
        height: 55px !important;
    }

    .footer-mail button {
        width: 55px !important;
    }

    .footer-bottom {
        padding: 20px 0 !important;
    }

    .footer-bottom-inner {
        flex-direction: column !important;
        text-align: center !important;
        gap: 10px !important;
    }

    .footer-bottom p {
        font-size: 12px !important;
        line-height: 1.6;
    }

    .footer-credit {
        text-align: center !important;
    }


    /* =====================================================
       FOTOĞRAF BÜYÜTME
       ===================================================== */

    #projectImageViewer {
        padding: 15px !important;
    }

    #projectImageViewer img {
        max-width: 94vw !important;
        max-height: 82vh !important;
    }

    #projectImageClose {
        top: 10px !important;
        right: 10px !important;
        width: 42px !important;
        height: 42px !important;
        font-size: 34px !important;
    }

    .image-modal {
        padding: 15px !important;
    }

    .image-modal img {
        max-width: 94vw !important;
        max-height: 82vh !important;
    }

    .image-modal-close {
        top: 10px !important;
        right: 10px !important;
        width: 42px !important;
        height: 42px !important;
        font-size: 28px !important;
    }


    /* =====================================================
       GERİ YUKARI
       ===================================================== */

    .back-to-top {
        right: 15px !important;
        bottom: 15px !important;
        width: 38px !important;
        height: 38px !important;
        line-height: 38px !important;
    }

}


/* =========================================================
   ÇOK KÜÇÜK TELEFONLAR
   ========================================================= */

@media (max-width: 380px) {

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header_navbar .navbar-brand img {
        width: 110px !important;
    }

    .single_slider {
        height: 600px !important;
    }

    .slider_content .slider_title {
        font-size: 27px !important;
    }

    .slider_content p {
        font-size: 14px !important;
    }

    .about_image {
        height: 260px !important;
    }

    .single_counter {
        height: 110px !important;
    }

    .project-gallery-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .project-gallery-section .project-image {
        height: 205px !important;
    }

}
/* HEADER LOGO */
.header_area .navbar .navbar-brand img {
    width: 200px !important;
    height: auto !important;
    max-width: none !important;
    display: block !important;
}
/* MOBİL LOGO BOYUTU */
@media (max-width: 767px) {
    .navbar-brand img {
        width: 270px !important;
        max-width: none !important;
        height: auto !important;
    }

    .navbar-brand {
        width: auto !important;
    }
}
/* MOBİL HEADER LOGO */
@media (max-width: 767px) {

    .header_navbar .navbar {
        display: flex !important;
        align-items: center !important;
    }

    .header_navbar .navbar-brand {
        width: auto !important;
        max-width: 75% !important;
        margin-right: 10px !important;
        padding: 0 !important;
    }

    .header_navbar .navbar-brand img {
        width: 190px !important;
        max-width: none !important;
        height: auto !important;
        display: block !important;
    }

}
/* =========================================================
   AYYALDIZ - HAKKIMIZDA DETAY MODALI
   ========================================================= */

.about-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease, visibility .35s ease;
}

.about-modal.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.about-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(8, 18, 28, .82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.about-modal-box {
    position: relative;
    z-index: 2;

    width: min(900px, 100%);
    max-height: 85vh;

    background:
        linear-gradient(
            145deg,
            rgba(35, 48, 58, .98),
            rgba(16, 27, 36, .99)
        );

    border: 1px solid rgba(255, 202, 32, .25);
    border-radius: 18px;

    box-shadow:
        0 30px 80px rgba(0, 0, 0, .45),
        inset 0 1px 0 rgba(255, 255, 255, .08);

    overflow: hidden;

    transform: translateY(30px) scale(.97);
    transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}

.about-modal.active .about-modal-box {
    transform: translateY(0) scale(1);
}


/* ÜST KISIM */

.about-modal-header {
    position: relative;
    padding: 42px 55px 28px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 202, 32, .07),
            transparent 55%
        );

    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.about-modal-label {
    display: block;

    margin-bottom: 12px;

    color: #f6c51c;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.about-modal-header h2 {
    margin: 0;

    color: #fff;

    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.about-modal-header h2 strong {
    color: #f6c51c;
    font-weight: 700;
}

.about-modal-line {
    width: 65px;
    height: 3px;

    margin-top: 22px;

    background: #f6c51c;
    border-radius: 10px;
}


/* KAPATMA BUTONU */

.about-modal-close {
    position: absolute;
    z-index: 5;

    top: 22px;
    right: 24px;

    width: 42px;
    height: 42px;

    padding: 0;

    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;

    background: rgba(255, 255, 255, .05);

    cursor: pointer;

    transition:
        background .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.about-modal-close:hover {
    background: #f6c51c;
    border-color: #f6c51c;
    transform: rotate(90deg);
}

.about-modal-close span {
    position: absolute;

    left: 12px;
    top: 20px;

    width: 17px;
    height: 2px;

    background: #fff;
    border-radius: 2px;

    transition: background .25s ease;
}

.about-modal-close span:first-child {
    transform: rotate(45deg);
}

.about-modal-close span:last-child {
    transform: rotate(-45deg);
}

.about-modal-close:hover span {
    background: #17242e;
}


/* İÇERİK */

.about-modal-content {
    max-height: calc(85vh - 190px);

    padding: 35px 55px 45px;

    overflow-y: auto;

    scrollbar-width: thin;
    scrollbar-color: #f6c51c rgba(255, 255, 255, .05);
}

.about-modal-content::-webkit-scrollbar {
    width: 6px;
}

.about-modal-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .04);
}

.about-modal-content::-webkit-scrollbar-thumb {
    background: #f6c51c;
    border-radius: 10px;
}

.about-modal-content p {
    margin: 0 0 22px;

    color: rgba(255, 255, 255, .78);

    font-size: 15px;
    line-height: 1.9;
    font-weight: 400;
}

.about-modal-content p:first-child {
    color: rgba(255, 255, 255, .92);
    font-size: 16px;
}


/* İMZA */

.about-modal-signature {
    display: flex;
    align-items: baseline;
    gap: 7px;

    margin-top: 35px;
    padding-top: 25px;

    border-top: 1px solid rgba(255, 255, 255, .09);
}

.about-modal-signature span {
    color: #f6c51c;

    font-size: 19px;
    font-weight: 700;
    letter-spacing: 2px;
}

.about-modal-signature small {
    color: rgba(255, 255, 255, .6);

    font-size: 10px;
    letter-spacing: 2px;
}


/* MOBİL */

@media (max-width: 767px) {

    .about-modal {
        padding: 15px;
    }

    .about-modal-box {
        width: 100%;
        max-height: 88vh;
        border-radius: 15px;
    }

    .about-modal-header {
        padding: 35px 25px 23px;
    }

    .about-modal-header h2 {
        font-size: 25px;
        padding-right: 35px;
    }

    .about-modal-content {
        max-height: calc(88vh - 155px);
        padding: 25px 25px 30px;
    }

    .about-modal-content p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 18px;
    }

    .about-modal-content p:first-child {
        font-size: 15px;
    }

    .about-modal-close {
        top: 15px;
        right: 15px;
        width: 38px;
        height: 38px;
    }

    .about-modal-close span {
        left: 10px;
        top: 18px;
        width: 16px;
    }
}
body.about-modal-open {
    overflow: hidden;
}
/* =====================================================
   AYYALDIZ HAKKIMIZDA MODAL - FINAL OVERRIDE
   ===================================================== */

#aboutModal {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 999999 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 25px !important;

    background: rgba(8, 18, 28, 0.88) !important;

    visibility: hidden !important;
    opacity: 0 !important;

    pointer-events: none !important;
}

#aboutModal.active {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

#aboutModal .about-modal-overlay {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;

    background: rgba(8, 18, 28, 0.88) !important;
}

#aboutModal .about-modal-box {
    position: relative !important;
    z-index: 2 !important;

    display: block !important;

    width: min(900px, 100%) !important;
    max-width: 900px !important;

    height: auto !important;
    max-height: 85vh !important;

    margin: 0 auto !important;
    padding: 0 !important;

    overflow: hidden !important;

    background: #182630 !important;

    border: 1px solid rgba(246, 197, 28, 0.35) !important;
    border-radius: 18px !important;

    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.65) !important;

    transform: translateY(0) !important;
}

#aboutModal .about-modal-header {
    display: block !important;

    padding: 38px 50px 28px !important;

    background: #1d2d38 !important;

    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

#aboutModal .about-modal-content {
    display: block !important;

    width: 100% !important;
    max-height: 55vh !important;

    padding: 30px 50px 40px !important;

    overflow-y: auto !important;

    background: #182630 !important;
}

#aboutModal .about-modal-content p {
    display: block !important;

    color: rgba(255, 255, 255, 0.82) !important;

    font-size: 15px !important;
    line-height: 1.9 !important;
}

#aboutModal .about-modal-label {
    color: #f6c51c !important;
}

#aboutModal .about-modal-header h2 {
    color: #ffffff !important;
}

#aboutModal .about-modal-header h2 strong {
    color: #f6c51c !important;
}

#aboutModal .about-modal-close {
    display: block !important;
    z-index: 10 !important;
}

@media (max-width: 767px) {

    #aboutModal {
        padding: 15px !important;
    }

    #aboutModal .about-modal-box {
        width: 100% !important;
        max-width: 100% !important;
        max-height: 90vh !important;
    }

    #aboutModal .about-modal-header {
        padding: 32px 25px 23px !important;
    }

    #aboutModal .about-modal-content {
        max-height: 58vh !important;
        padding: 25px !important;
    }

}