#banner {
  position: relative;
}
#banner .banner-text-outer {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 15%;
  text-align: center;
}
#banner .banner-text-outer .banner-text-area {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#banner .banner-text-outer .banner-title {
  font-size: 100px;
  font-weight: bold;
  color: #381238;
  line-height: 1.2;
}
#banner .banner-text-outer .banner-sub-title {
  font-size: 60px;
  font-weight: bold;
  color: #962791;
  line-height: 1;
}
#banner .banner-text-outer .banner-button {
  font-size: 12px;
  margin-top: 20px;
}
.single-post #banner .banner-title,
.single-islerimiz #banner .banner-title {
  font-size: 52px;
}
#sidebar-area {
  position: sticky;
  top: 125px;
}
#sidebar-area .sidebar-title {
  color: #962791;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
#sidebar-area .sidebar-list-area {
  margin-bottom: 40px;
}
#sidebar-area .sidebar-list-area .sidebar-list li {
  margin: 20px 0;
  display: flex;
  align-items: center;
}
#sidebar-area .sidebar-list-area .sidebar-list li svg {
  color: #962791;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 8px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#sidebar-area .sidebar-list-area .sidebar-list li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #2F2F2F;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#sidebar-area .sidebar-list-area .sidebar-list li a:hover svg {
  transform: translateX(8px);
}
#sidebar-area .sidebar-form-area {
  background: linear-gradient(135deg, #943a9a, #97266f);
  padding: 40px 24px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  margin-bottom: 60px;
}
#sidebar-area .sidebar-form-area .wpcf7-not-valid-tip {
  color: #fff;
}
#sidebar-area .sidebar-form-area .form-title {
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
#sidebar-area .sidebar-form-area .sidebar-form .input-area {
  margin-bottom: 24px;
}
#sidebar-area .sidebar-form-area .sidebar-form .form-button {
  background-color: #381238;
  width: 100%;
  color: #fff;
  cursor: pointer;
}
#post-detail {
  padding: 80px 0 160px;
  font-family: 'Poppins', sans-serif;
  background-color: #f4eaf4;
}
#post-detail .page-text-area {
  text-align: center;
  padding: 120px 0;
}
#post-detail .page-text-area .page-title {
  font-size: 52px;
  color: #381238;
  margin-bottom: 20px;
  line-height: 1.2;
}
#post-detail .page-text-area .page-text {
  font-size: 20px;
  margin-bottom: 40px;
}
#post-detail.contact-page .post-content .contact-items {
  margin-bottom: 60px;
}
#post-detail.contact-page .post-content .contact-items .contact-col {
  margin-bottom: 20px;
}
#post-detail.contact-page .post-content .contact-items .c-item {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 #0000000c;
  padding: 48px 24px 84px;
  color: #962791;
  line-height: 34px;
  position: relative;
}
#post-detail.contact-page .post-content .contact-items .c-item .title {
  font-weight: 700;
  font-size: 24px;
  color: #962791;
}
#post-detail.contact-page .post-content .contact-items .c-item .value {
  font-size: 16px;
  color: #962791;
}
#post-detail.contact-page .post-content .contact-items .c-item .value p {
  margin: 0;
}
#post-detail.contact-page .post-content .contact-items .c-item a.value {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#post-detail.contact-page .post-content .contact-items .c-item a.value:hover {
  color: #962791;
}
#post-detail.contact-page .post-content .contact-items .c-item .icon {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
#post-detail.contact-page .post-content .contact-items .c-item .icon svg {
  color: #962791;
  width: 60px;
  height: 60px;
}
#post-detail.contact-page .post-content iframe {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
#post-detail .post-content {
  font-size: 16px;
  color: #727272;
  line-height: 1.5;
}
#post-detail .post-content p,
#post-detail .post-content ul,
#post-detail .post-content ol {
  margin: 25px 0;
}
#post-detail .post-content h1 {
  font-size: 28px;
}
#post-detail .post-content h2 {
  font-size: 24px;
}
#post-detail .post-content h3 {
  font-size: 20px;
}
#post-detail .post-content h4,
#post-detail .post-content h5 {
  font-size: 16px;
}
#post-detail .post-content h1,
#post-detail .post-content h2,
#post-detail .post-content h3,
#post-detail .post-content h4 {
  margin: 25px 0;
  line-height: 1.2;
  color: #962791;
}
#post-detail .post-content ol {
  list-style: decimal!important;
  padding-left: 20px;
}
#post-detail .post-content ul {
  padding-left: 20px;
}
#post-detail .post-content ul li {
  list-style: disc;
}
#post-detail .post-content p img {
  margin-bottom: 20px;
}
#post-detail .post-content a {
  color: #962791;
  font-weight: 600;
}
#post-detail .post-content img {
  max-width: 100%;
  height: auto;
}
#post-detail .post-content table {
  border-collapse: collapse;
  margin-bottom: 20px;
  border: 1px solid #000;
  color: #000;
  width: 100%;
}
#post-detail .post-content table tr {
  border: 1px solid #000;
  width: 100%;
}
#post-detail .post-content table th,
#post-detail .post-content table td {
  text-align: left;
  padding: 8px;
  border: 1px solid #000;
}
#post-detail #archive-area .category-list .gen-list-mb:last-child {
  margin-bottom: 0;
}
#post-detail #post-area .main-row {
  --gutter-x: 40px;
  --gutter-x2: -40px;
}
#post-detail #post-area .main-row .row {
  --gutter-x: 16px;
  --gutter-x2: -16px;
}
#post-detail.page-contact .contact-informations {
  --gutter-x: 1px;
  --gutter-x2: -1px;
  margin-bottom: 120px;
}
#post-detail.page-contact .item-outer:first-child .contact-item {
  -webkit-border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  -ms-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
}
#post-detail.page-contact .item-outer:last-child .contact-item {
  -webkit-border-radius: 0 12px 12px 0;
  -moz-border-radius: 0 12px 12px 0;
  -ms-border-radius: 0 12px 12px 0;
  border-radius: 0 12px 12px 0;
}
#post-detail.page-contact .item-outer .contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background-color: #F8F1F7;
  padding: 56px 20px;
}
#post-detail.page-contact .item-outer .contact-item .item-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
}
#post-detail.page-contact .item-outer .contact-item .item-title {
  font-size: 36px;
  font-weight: bold;
  color: #381238;
  line-height: 1.2;
  margin-bottom: 12px;
}
#post-detail.page-contact .item-outer .contact-item .data-group {
  margin-bottom: 20px;
}
#post-detail.page-contact .item-outer .contact-item .item-data {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #454545;
}
#post-detail.page-contact .item-outer .contact-item .item-data b {
  color: #962791;
}
#post-detail.page-contact .item-outer .contact-item a.item-data {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#post-detail.page-contact .item-outer .contact-item a.item-data:hover {
  color: #962791;
}

#post-detail.page-contact .item-outer .contact-item .item-data-container {
    margin-bottom: 25px;
}

#post-detail.page-contact .item-outer .contact-item .item-data-container .address-title {
    font-size: 26px;
    font-weight: 700;
    color: #381238;
    line-height: 1.2;
    margin-bottom: 12px;
}

#post-detail.page-contact .item-outer .contact-item .item-sm-list li {
  margin: 10px;
}
#post-detail.page-contact .item-outer .contact-item .item-sm-list li a {
  display: block;
  padding: 4px;
  background-color: #962791;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#post-detail.page-contact .item-outer .contact-item .item-sm-list li a svg {
  width: 32px;
  height: 32px;
}
#post-detail.page-contact .map-box {
  border: 8px solid #511A4E;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 140px;
}
#post-detail.page-contact .map-box iframe {
  width: 100%;
  height: 500px;
}
#post-detail.page-contact .contact-page-form-area .area-title {
  font-size: 36px;
  font-weight: bold;
  color: #511A4E;
  width: max-content;
  border-bottom: 1px solid #511A4E;
  margin: 0 auto 80px;
}
#post-detail.page-contact .contact-page-form-area .form-inner {
  --gutter-x: 16px;
  --gutter-x2: -16px;
}
#post-detail.page-contact .contact-page-form-area .form-inner .input-outer {
  margin-bottom: 32px;
}
#post-detail.page-contact .contact-page-form-area .form-inner .input-outer .form-in {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 24px 20px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #000100;
  color: #000100;
  font-size: 18px;
  font-weight: 500;
  height: auto;
}
#post-detail.page-contact .contact-page-form-area .form-inner .input-outer .form-in::placeholder {
  color: #000100;
}
#post-detail.page-contact .contact-page-form-area .form-inner .input-outer textarea.form-in {
  height: 140px;
}
#post-detail.page-contact .contact-page-form-area .form-inner .form-button {
  min-width: 240px;
}
#post-detail #crew-area {
  margin-top: 80px;
}
#post-detail .portfolio-gallery-area {
  margin-bottom: 30px;
  border: 1px solid #962791;
}
#post-detail #portfolio-slider .owl-nav {
  margin: 0;
}
#post-detail #portfolio-slider .owl-nav button {
  background-color: #962791;
  color: #fff;
  position: absolute;
  top: 50%;
  margin: 0;
}
#post-detail #portfolio-slider .owl-nav button svg {
  width: 30px;
  height: 30px;
}
#post-detail #portfolio-slider .owl-nav button.owl-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
#post-detail #portfolio-slider .owl-nav button.owl-next {
  right: 0;
  transform: translate(50%, -50%);
}
#post-detail .portfolio-meta-contents {
  margin-bottom: 20px;
}
#post-detail .portfolio-meta-contents .meta-content {
  display: flex;
  margin-bottom: 10px;
}
#post-detail .portfolio-meta-contents .meta-content:last-child {
  margin-bottom: 0;
}
#post-detail .portfolio-meta-contents .meta-title {
  font-size: 18px;
}
#post-detail .portfolio-meta-contents .meta-tags {
  gap: 6px;
  display: flex;
  margin-bottom: 10px;
}
#post-detail .portfolio-meta-contents .meta-tags .meta-tag {
  padding: 4px 8px;
  font-size: 14px;
  background-color: #381238;
  color: #fff;
  display: block;
}
#post-detail .project-url {
  display: block;
  border: 1px solid #962791;
  color: #962791;
  font-size: 14px;
  width: max-content;
  padding: 4px 12px;
  min-width: 200px;
  text-align: center;
  margin: 0 auto 20px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#post-detail .project-url:hover {
  background-color: #962791;
  color: #fff;
}
@media (max-width: 1440px) {
  #banner .banner-text-outer .banner-title {
    font-size: 80px;
  }
  #banner .banner-text-outer .banner-sub-title {
    font-size: 52px;
  }
  #banner .banner-text-outer .banner-button {
    margin-top: 15px;
  }
  .single-post #banner .banner-title,
  .single-islerimiz #banner .banner-title {
    font-size: 44px;
  }
  #sidebar-area .sidebar-title {
    font-size: 26px;
    margin-bottom: 12px;
  }
  #sidebar-area .sidebar-list-area {
    margin-bottom: 20px;
  }
  #sidebar-area .sidebar-list-area .sidebar-list li {
    margin: 12px 0;
  }
  #sidebar-area .sidebar-list-area .sidebar-list li svg {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
  #sidebar-area .sidebar-list-area .sidebar-list li a {
    font-size: 16px;
    line-height: 1.5;
  }
  #post-detail {
    padding: 60px 0 120px;
  }
  #post-detail.page-contact .contact-informations {
    margin-bottom: 100px;
  }
  #post-detail.page-contact .item-outer .contact-item .item-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
  }
  #post-detail.page-contact .item-outer .contact-item .item-title {
    font-size: 32px;
  }
  #post-detail.page-contact .item-outer .contact-item .item-data {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  #banner .banner-text-outer {
    left: 24%;
    right: 24%;
    top: 10%;
  }
  #banner .banner-text-outer .banner-title {
    font-size: 60px;
  }
  #banner .banner-text-outer .banner-sub-title {
    font-size: 44px;
  }
  #banner .banner-text-outer .banner-button {
    margin-top: 10px;
  }
  .single-post #banner .banner-title,
  .single-islerimiz #banner .banner-title {
    font-size: 36px;
  }
  #sidebar-area .sidebar-list-area .sidebar-list li {
    margin: 8px 0;
  }
  #sidebar-area .sidebar-form-area {
    margin-bottom: 40px;
  }
  #post-detail {
    padding: 50px 0 100px;
  }
  #post-detail #post-area .main-row {
    --gutter-x: 20px;
    --gutter-x2: -20px;
  }
  #post-detail.page-contact .contact-informations {
    margin-bottom: 80px;
  }
  #post-detail.page-contact .item-outer .contact-item {
    padding: 40px 16px;
  }
  #post-detail.page-contact .item-outer .contact-item .item-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
  }
  #post-detail.page-contact .item-outer .contact-item .item-title {
    font-size: 28px;
  }
  #post-detail.page-contact .item-outer .contact-item .item-data {
    font-size: 16px;
  }
  #post-detail.page-contact .map-box {
    margin-bottom: 120px;
  }
  #post-detail.page-contact .map-box iframe {
    height: 450px;
  }
  #post-detail.page-contact .contact-page-form-area .area-title {
    margin: 0 auto 60px;
    font-size: 32px;
  }
  #post-detail.page-contact .contact-page-form-area .form-inner .input-outer .form-in {
    padding: 20px;
    font-size: 16px;
  }
  #post-detail.page-contact .contact-page-form-area .form-inner .form-button {
    min-width: 220px;
  }
}
@media (max-width: 991px) {
  #banner .banner-text-outer .banner-title {
    font-size: 48px;
  }
  #banner .banner-text-outer .banner-sub-title {
    font-size: 32px;
  }
  .single-post #banner .banner-title,
  .single-islerimiz #banner .banner-title {
    font-size: 28px;
  }
  .single-post #banner .banner-sub-title,
  .single-islerimiz #banner .banner-sub-title {
    font-size: 32px;
  }
  #sidebar-area {
    margin-top: 40px;
  }
  #sidebar-area .sidebar-title {
    font-size: 20px;
  }
  #sidebar-area .sidebar-list-area .sidebar-list li a {
    font-size: 14px;
  }
  #sidebar-area .sidebar-form-area {
    margin-bottom: 20px;
  }
  #get-offer {
    padding: 60px 0;
  }
  #post-detail {
    padding: 40px 0 80px;
  }
  #post-detail .post-content {
    font-size: 14px;
  }
  #post-detail .post-content p,
  #post-detail .post-content ul,
  #post-detail .post-content ol {
    margin: 16px 0;
  }
  #post-detail .post-content h1 {
    font-size: 24px;
  }
  #post-detail .post-content h2 {
    font-size: 20px;
  }
  #post-detail .post-content h3 {
    font-size: 18px;
  }
  #post-detail .post-content h1,
  #post-detail .post-content h2,
  #post-detail .post-content h3,
  #post-detail .post-content h4,
  #post-detail .post-content h5 {
    margin: 20px 0;
  }
  #post-detail.page-contact .contact-informations {
    margin-bottom: 60px;
  }
  #post-detail.page-contact .item-outer:first-child .contact-item {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
  }
  #post-detail.page-contact .item-outer:last-child .contact-item {
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
  }
  #post-detail.page-contact .item-outer .contact-item {
    padding: 16px;
  }
  #post-detail.page-contact .item-outer .contact-item .item-icon {
    width: 60px;
    height: 60px;
  }
  #post-detail.page-contact .item-outer .contact-item .item-title {
    font-size: 24px;
  }
  #post-detail.page-contact .item-outer .contact-item .item-data {
    font-size: 14px;
  }
  #post-detail.page-contact .map-box {
    margin-bottom: 100px;
  }
  #post-detail.page-contact .map-box iframe {
    height: 400px;
  }
  #post-detail.page-contact .contact-page-form-area .area-title {
    margin: 0 auto 40px;
    font-size: 28px;
  }
  #post-detail.page-contact .contact-page-form-area .form-inner {
    --gutter-x: 12px;
    --gutter-x2: -12px;
  }
  #post-detail.page-contact .contact-page-form-area .form-inner .input-outer {
    margin-bottom: 24px;
  }
  #post-detail.page-contact .contact-page-form-area .form-inner .input-outer .form-in {
    padding: 12px;
    font-size: 14px;
  }
  #post-detail.page-contact .contact-page-form-area .form-inner .form-button {
    min-width: 200px;
  }
}
@media (max-width: 768px) {
 #banner .banner-text-outer {
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    right: 25px;
  }
  #banner .banner-text-outer .banner-title {
    font-size: 40px;
  }
  #banner .banner-text-outer .banner-sub-title {
    font-size: 24px;
  }
  #banner .banner-text-outer .banner-button {
    margin-top: 5px;
  }
  .single-post #banner .banner-title,
  .single-islerimiz #banner .banner-title {
    font-size: 24px;
  }
  #post-detail {
    padding: 40px 0 60px;
  }
  #post-detail .main-row .row {
    --gutter-x: 12px;
    --gutter-x2: -12px;
  }
  #post-detail .post-content {
    font-size: 14px;
  }
  #post-detail .post-content p,
  #post-detail .post-content ul,
  #post-detail .post-content ol {
    margin: 12px 0;
  }
  #post-detail .post-content h1 {
    font-size: 20px;
  }
  #post-detail .post-content h2 {
    font-size: 18px;
  }
  #post-detail .post-content h3 {
    font-size: 16px;
  }
  #post-detail .post-content h4,
  #post-detail .post-content h5 {
    font-size: 14px;
  }
  #post-detail .post-content h1,
  #post-detail .post-content h2,
  #post-detail .post-content h3,
  #post-detail .post-content h4,
  #post-detail .post-content h5 {
    margin: 16px 0;
  }
  #post-detail.page-contact .map-box {
    margin-bottom: 80px;
  }
  #post-detail.page-contact .map-box iframe {
    height: 350px;
  }
  #post-detail.page-contact .contact-page-form-area .area-title {
    margin: 0 auto 20px;
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  #banner .banner-text-outer .banner-title {
    font-size: 32px;
  }
  #banner .banner-text-outer .banner-sub-title {
    font-size: 16px;
  }
  .single-post #banner .banner-title,
  .single-islerimiz #banner .banner-title {
    font-size: 20px;
  }height: 40px;
  }
}