@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* @font-face {
  font-family: 'HCo Gotham SSm';
  src: url('gothamssm_medium.otf');
} */


::-webkit-scrollbar {
  background-color: #000;
}

::-webkit-scrollbar-thumb {
  background-color: #ffaa00 !important;
}

/* body {
  font-family: "HCo Gotham SSm", Arial, Helvetica, sans-serif;
} */

@media(min-width:1500px) {

  .section-header .container,
  .footer .container {
    max-width: 85% !important;
  }

  .container {
    max-width: 1650px;
    max-width: 70%;
  }
}

.swiper-scrollbar {
  display: none;
}

.body-conteny {
  z-index: 2;
}

/* Slider */
.weta-slider-tag {
  font-size: 60px !important;
}

.weta-slider-buttons .btn {
  background: #fff !important;
  font-weight: 700 !important;
}

.weta-slider-tag span,
.weta-parallax-tag span,
.weta-icerik-tag span {
  font-weight: 900 !important;
}

.slider-description,
.slider-description p {
  font-weight: 600 !important;
  font-size: 20px !important;
}

.btn {
  color: #ffaa00 !important;
  border-radius: 50px !important;
  text-transform: none !important;
}

#slider-1 {
  background: linear-gradient(140deg, rgba(0, 0, 0, 1) 30%, rgba(254, 197, 1, 1) 100%);
  position: relative;
}

#slider-1::after {
  content: '';
  position: absolute;
  top: auto;
  width: 100%;
  height: 380px;
  left: 0;
  right: 0;
  background-image: url(/images/cofaso-slider-ustu-oval.png);
  bottom: 0;
  z-index: 2;
  background-position: center;
  background-size: cover;
}

.pageSliderContent img.slider-small-image {
  height: 550px;
  width: auto;
  position: absolute;
  right: 0;
}

#slider-1 .swiper-slide {
  background: transparent;
}

/* Menü */

.dropdown-trigger {
  display: none !important;
}

.section-header .logo img {
  max-height: 70px !important;
  margin-top: 10px;
}

.section-header:hover,
.section-header.fixed {
  background-color: #fff !important;
}

#page-1 .section-header * {
  color: #ececec !important;
}

#page-1 .section-header.fixed *,
#page-1 .section-header:hover * {
  color: var(--site-header-title-color) !important;
}

.section-header.fixed {
  top: -135px;
  animation: none;
  position: fixed;
  transition: all .5s !important;
}

.section-header.fixed.stabilite {
  top: 0;
}

/* .section-header #navigation>ul>li a::after {
  display: none !important;
} */

.section-header #navigation>ul>li a::after {
  background-color: #ef9b03 !important;
  height: 2px;
}

.section-header #navigation>ul>li.active a::after,
.section-header #navigation>ul>li:hover a::after {
  width: 100%;
}

.section-top-bar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 40px;
  background: transparent;
}

#page-1 .section-header {
  background-color: transparent;
}

.section-header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 135px !important;
  background-color: #fff;
  z-index: 3;
  padding-top: 25px;
  transition: all .9s !important;
}




.section-header #navigation>ul.ust a {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.section-header #navigation>ul.alt {
  margin-top: 5px;
}

.section-header #navigation>ul.alt li a {
  font-size: 21px !important;
  font-weight: 700 !important;
}

.section-header #navigation>ul.alt li:nth-last-child(1) {
  padding-right: 0px !important;
}

.section-header .row {
  justify-content: space-between;
}

.section-header #navigation>ul>li {
  padding: 0px 15px;
  line-height: 35px !important;
}

/* Galeri 1 */

.gallery-section .gallery-wrapper * {
  text-align: center !important;
}

#gallery-detail-section-1 {
  /* background: linear-gradient(180deg, rgba(248, 187, 6, 1) 15%, rgba(207, 70, 56, 1) 100%);
  background: linear-gradient(180deg, rgba(248, 187, 6, 1) 0%, rgba(128, 88, 0, 1) 100%); */
}

#gallery-detail-section-1 .gallery-wrapper p {
  font-size: 23px !important;
}

#footer-social-media li {
  width: 40px;
  height: 40px;
}

#footer-social-media li span {
  font-size: 30px !important;
}



#gallery-detail-section-1 .gallery-img a {
  display: block;
  height: 100%;
}

#gallery-detail-section-1 .custom-col .gallery-img img {
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gallery-detail-section-1 .gallery-img {
  width: 100%;
  height: 350px;
  background-size: contain;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gallery-detail-section-1 .custom-col:nth-child(1) .gallery-img img {
  mask-image: url(/images/cofaso-galeri-asimetrik-bg-01.png);
}

#gallery-detail-section-1 .custom-col:nth-child(2) .gallery-img img{
  mask-image: url(/images/cofaso-galeri-asimetrik-bg-02.png);
}

#gallery-detail-section-1 .custom-col:nth-child(3) .gallery-img img{
  mask-image: url(/images/cofaso-galeri-asimetrik-bg-03.png);
}

#gallery-detail-section-1 .custom-col:nth-child(4) .gallery-img img{
  mask-image: url(/images/cofaso-galeri-asimetrik-bg-04.png);
}

@media(max-width:767px) {
  #gallery-detail-section-1 .gallery-img,
  #gallery-detail-section-1 .gallery-img img{
	height: auto !important;
	max-height: max-content !important;
	mask-position: center !important;
	mask-size: contain !important;
	mask-repeat: no-repeat !important;
  }
}


#gallery-detail-section-1 .gallery-img img {
  width: auto;
}

/* #gallery-detail-section-1 .gallery-img img {
    height: 100%;
    mask-image: url(/images/alpha.png);
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size: 100%;
    width: 100%;
    object-fit: cover;
} */

#gallery-detail-section-1 * {
  color: #fff !important;
}

#gallery-detail-section-1 .gallery-info {
  width: 80%;
  margin: 0px auto;
}

#gallery-detail-section-1 .img-description {
  margin-top: 40px;
  font-size: 16px;
}

#gallery-detail-section-1 .img-description p {
  font-size: 16px !important;
}

#gallery-detail-section-1 .img-description .btn {
  font-size: 14px !important;
  margin-top: 10px;
  background-color: transparent !important;
  border: none !important;
  text-align: left !important;
  padding: 0px;
  font-weight: 300;
  text-decoration: underline;
}

#gallery-detail-section-1 .img-title {
  margin-top: 15px;
}

#gallery-detail-section-1 .img-title .weta-icerik-tag {
  position: relative;
  width: max-content;
  font-weight: 400 !important;
}

#gallery-detail-section-1 .img-title .weta-icerik-tag::after {
  content: '';
  top: auto;
  width: 90%;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 5px;
  background: linear-gradient(90deg, #d3d3d3 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  border-radius: 10px;
}

#gallery-detail-section-1 #image-gallery {
  margin-top: 40px;
}

.multiple-div {
      background: linear-gradient(180deg, #f8bb06 0%, #231800 88%, #000 100%);
}

/* Galeri 2 */
#gallery-detail-section-2 {
  /* background: linear-gradient(180deg, rgba(207, 71, 55, 1) 0%, rgb(149 75 76) 100%);
  background: linear-gradient(180deg, rgba(128, 88, 0, 1) 0%, rgba(0, 0, 0, 1) 100%); */
  position: relative;
}

#gallery-detail-section-2::after {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  /* background-image: url(/images/cofaso-slider-altı-full-bg-second.png);
  background-image: url(/images/new-cofaso-wave-png.png); */
  background-image: url(/images/new-cofaso-wave-png-second.png);
  width: 100%;
  height: 250px;
  bottom: -250px;
  background-size: cover;
}

#gallery-detail-section-2 * {
  color: #fff !important;
}

#gallery-detail-section-2 .img-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#gallery-detail-section-2 .img-wrapper .gallery-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#gallery-detail-section-2 .img-wrapper .gallery-img img {
  height: 80%;
  width: 80%;
  object-fit: contain;
}

#gallery-detail-section-2 .img-wrapper .gallery-info {
  width: calc(100% - 150px);
}

#gallery-detail-section-2 .img-title .weta-icerik-tag {
  font-size: 32px !important;
  margin-bottom: 0px;
}

/* Galeri 3 */
#gallery-detail-section-3 {
  margin-top: 320px;
}

#gallery-detail-section-3 .gallery-wrapper .weta-icerik-tag {
  font-size: 30px !important;
}

#gallery-detail-section-3 .container {
  max-width: 100%;
}

#gallery-detail-section-3 #image-gallery {
  margin-top: 70px;
}

#gallery-detail-section-3 .custom-col {
  width: 10%;
  opacity: 1 !important;
  transform: none !important;
}

#gallery-detail-section-3 .gallery-img {
  text-align: center;
}

#gallery-detail-section-3 .gallery-img img {
  height: 40px;
  width: auto;
}

#gallery-detail-section-3 .row {
  flex-direction: column;
  height: 80px;
  overflow: hidden;
}

/* Galeri 4 */

#gallery-detail-section-4 {
  background-image: url(/images/cofaso-sertifikalar-bg.png);
  background-position: center;
  background-size: cover;
  padding: 235px 0px;
}

#gallery-detail-section-4 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 55%;
}

#gallery-detail-section-4 .gallery-wrapper {
  width: 40% !important;
}

#gallery-detail-section-4 #image-gallery {
  width: 55% !important;
}

#gallery-detail-section-4 .gallery-wrapper .weta-icerik-tag {
  font-size: 40px !important;
  text-align: left !important;
  color: #333 !important;
  padding-left: 0px;
}

#gallery-detail-section-4 .gallery-info {
  display: none !important;
}

/* Galeri 5 */

#gallery-detail-section-5 {
  background-image: url(/images/cofaso-productivity-bg.png);
  background-size: contain;
  padding: 165px 0px;
  background-repeat: no-repeat;
  min-height: 790px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 250px !important;
  background-size: cover;
}

#gallery-detail-section-5 * {
  color: #fff !important;
}

#gallery-detail-section-5 .img-title {
  margin-top: 0;
}

.gallery-section-5 .custom-col {
  margin-bottom: 45px;
}

#gallery-detail-section-5 .container {
  position: relative;
  min-height: 350px;
  max-width: 65%;
}

#gallery-detail-section-5 .img-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  overflow: unset;
  cursor: pointer;
}

#gallery-detail-section-5 .gallery-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  z-index: 9;
  position: absolute;
  top: -5px;
  transition: all .4s;
}

#gallery-detail-section-5 .img-wrapper:hover .gallery-img {
  top: -25px;
}

#gallery-detail-section-5 .gallery-img img {
  width: 40px;
  height: 40px;
}

#gallery-detail-section-5 #image-gallery {
  margin-top: 85px;
}

#gallery-detail-section-5 .gallery-info {
  text-align: center;
  min-height: 80px;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  width: 100%;
}

#gallery-detail-section-5 .img-wrapper:hover .gallery-info {
  min-height: 120px;
  background: linear-gradient(180deg, rgba(219, 77, 47, 1) 0%, rgba(254, 167, 2, 1) 100%);
  background: linear-gradient(160deg, rgba(23, 23, 21, 1) 20%, rgba(255, 170, 1, 1) 100%);
}

#gallery-detail-section-5 .gallery-info .img-description {
  transition: all .4s;
  margin-bottom: -50px;
  opacity: 0;
}


#gallery-detail-section-5 .img-wrapper:hover .img-description {
  margin-bottom: 0;
  opacity: 1;
}

#gallery-detail-section-5 .img-title .weta-icerik-tag {
  font-size: 16px !important;
}

#gallery-detail-section-5 .img-description .btn,
#gallery-detail-section-5 .img-description a {
  background-color: transparent !important;
  border: none !important;
  text-decoration: underline;
  font-size: 12px !important;
  padding-top: 0px;
  padding-bottom: 0px;
}

#gallery-detail-section-5 .gallery-wrapper .btn {
  font-weight: 800 !important;
  min-width: 225px;
  font-size: 17px !important;
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
  border: 2px solid #fff;
  height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#gallery-detail-section-5 .gallery-wrapper .btn:hover {
  color: #ef9b03 !important;
  background-color: #fff !important;
}

#gallery-detail-section-5 .gallery-wrapper .galleryDescription {
  position: absolute;
  bottom: -60px;
  width: 100%;
}

/* Galeri 6 */
#gallery-detail-section-6 .container,
#blog-section-1 .container {
  max-width: 1400px;
}

#gallery-detail-section-6 #image-gallery,
#blog-section-1 #blog-list {
  margin-top: 50px;
}

#gallery-detail-section-6 .img-wrapper,
#blog-section-1 .custom-col a {
  display: block;
  box-shadow: 0 4px 8px 0 #0000001a;
}

#gallery-detail-section-6 .gallery-wrapper .weta-icerik-tag,
#blog-section-1 .rg-wrapper .weta-icerik-tag {
  color: #333;
  text-align: center;
  font-weight: 900 !important;
}

#blog-list .blog-date,
.pageDetailContent.blogs {
  display: none;
}

#blog-section-1 .blog-title {
  margin-top: 0;
}

#gallery-detail-section-6 .gallery-info,
#blog-section-1 .blog-content-wrapper {
  padding: 16px;
  min-height: 145px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background-color: #fff;
}

#gallery-detail-section-6 .gallery-info .img-title {
  margin-top: 0px;
}

#gallery-detail-section-6 .gallery-info .weta-icerik-tag,
#blog-section-1 .blog-title .weta-icerik-tag {
  color: #333 !important;
  padding-top: 30px;
  font-size: 16px !important;
}

#gallery-detail-section-6 .gallery-info .tag,
#blog-section-1 .blog-description p {
  font-size: 13px !important;
  color: #333 !important;
  position: absolute;
  top: 16px;
  left: 16px;
}

#gallery-detail-section-6 .gallery-info .btn,
#blog-section-1 .blog-content-wrapper .btn {
  padding: 0px !important;
  background-color: transparent !important;
  border: none !important;
  text-align: left !important;
  font-size: 12px !important;
  text-decoration: underline;
  color: #333 !important;
}

#gallery-detail-section-6 .gallery-info .btn:hover {
  background-color: transparent !important;
}

#gallery-detail-section-6 .gallery-img {
  position: relative;
  z-index: 2;
}

#gallery-detail-section-6 .gallery-img::after {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, rgba(219, 77, 47, 1) 0%, rgba(254, 167, 2, 1) 100%);
}

#gallery-detail-section-6 .img-wrapper .gallery-img img {
  transition: all .4s;
}

#gallery-detail-section-6 .img-wrapper:hover .gallery-img img {
  transform: scale(1.1);
}

/* Tab Content */
#tab-section-1 {
  padding-bottom: 120px;
  background: linear-gradient(180deg, #fff, rgb(255 197 0 / 50%) 49.5%, #fff);
}

#tab-section-1 .container {
  max-width: 65% !important;
}

.tab-section .content-wrapper .content .btn {
  margin-top: 15px;
  background: transparent;
  border: none;
  color: #e44800 !important;
  border-bottom: 1px solid #e44800;
  border-radius: 0px !important;
  min-width: auto;
  padding: 0px !important;
  text-transform: none;
}

.tab-section .content-wrapper .content .btn::after {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-left: 5px;
}

.tab-section .content-wrapper .content .btn:hover {
  background-color: transparent !important;
}

.tab-section .content-wrapper .content-image .overlay p,
.tab-section .content-wrapper .content-image .overlay {
  font-size: 22px !important;
  color: #333 !important;
}

/* Galeri 7 */
#gallery-detail-section-7 {
  margin-top: -150px;
}

#gallery-detail-section-7 .container {
  max-width: 65%;
}

#gallery-detail-section-7 .img-wrapper * {
  color: #fff !important;
}

#gallery-detail-section-7 .img-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(180deg, rgba(219, 77, 47, 1) 0%, rgba(254, 167, 2, 1) 100%);
  background: linear-gradient(160deg, rgba(23, 23, 21, 1) 20%, rgba(255, 170, 1, 1) 100%);
}

#gallery-detail-section-7 .img-wrapper a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#gallery-detail-section-7 .img-wrapper .gallery-img {
  width: 20%;
}

#gallery-detail-section-7 .img-wrapper .gallery-info {
  width: 78%;
  padding-right: 13%;
}

#gallery-detail-section-7 .img-wrapper .weta-icerik-tag {
  font-size: 28px !important;
}

.swiper-pagination-7 {
  position: absolute;
  right: 0;
  top: 30px !important;
  left: auto !important;
  height: 63%;
  width: 5% !important;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0px;
  align-items: center;
}

.swiper-pagination-7 .swiper-pagination-bullet {
  width: 5px;
  height: 35px;
  background: #fff !important;
  opacity: 1 !important;
}

.swiper-pagination-7 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 75px;
}


/* Parallax 1 */
#parallax-1 {
  background-position: center center;
  background-attachment: local;
  margin-top: 65px;
}

#parallax-1 .weta-parallax-tag {
  font-size: 55px !important;
  margin-bottom: 25px !important;
}

#parallax-1 .parallax-description {
  width: 55%;
  margin: 0px auto;
}

#parallax-1 .parallax-description p {
  font-size: 30px !important;
}

#parallax-1 .buttons {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
}

#parallax-1 .parallax-description .buttons .btn:nth-child(1) {
  background-color: transparent;
  border: 2px solid #fff !important;
  color: #ffaa00 !important;
  margin-bottom: 15px;
}

#parallax-1 .parallax-description .buttons .btn:nth-child(2) {
  background-color: transparent !important;
  border: none !important;
  text-decoration: underline;
  color: #fff !important;
}


/* Footer */

#bottom-footer {
  display: none !important;
}

#footer-alt-bar img {
  max-height: 70px;
}

footer {
  border: none;
  position: relative;
}

.footer-title {
  font-size: 28px !important;
  font-weight: 700 !important;
}

.footer .footer-info-list,
.footer-description {
  margin-top: 20px;
}

.footer #footer-col:nth-child(1) {
  padding-right: 8%;
}

.footer .footer-pages li {
  padding: 0px;
  margin-bottom: 8px;
}

.footer .footer-pages li:hover a {
  color: #ffaa00 !important;
}

#footer-alt-bar .col-md-8 {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}

#footer-alt-bar .content-tag {
  font-weight: 800 !important;
}

.footer::after {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background-color: #fff;
}

#footer-alt-bar {
  margin-top: 100px;
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer .content a,
.footer .content {
  color: #000 !important;
}

.footer .content a:hover {
  color: #ffaa00 !important;
}

#footer-alt-bar span {
  color: #000 !important;
}

.footer-description p a {
  text-decoration: underline !important;
}

.textImg .col-md-0.rexa-gorseller {
  padding: 0px;
  margin-bottom: 50px;
}

.body-content {
  padding-top: 135px;
}

.textImg .container-fluid {
  padding: 0px;
}

.textImg .container-fluid img {
  width: 100%;
}

.textImg .rexa-content .weta-description {
  margin-top: 25px;
}

.textImg h1 {
  font-size: 34px !important;
}

.textImg h2 {
  font-size: 28px !important;
}

.textImg h3 {
  font-size: 34px !important;
}

.textImg .btn-textimg-1 {
  background-color: #717171;
  border: 2px solid #717171;
  min-width: max-content !important;
  color: #fff !important;
  margin-bottom: 12px;
  width: auto !important;
  font-weight: 700 !important;
  padding: .5rem 1.5rem !important;
  font-size: 18px !important;
}

.textImg .btn-textimg-1:hover {
  background-color: #fff !important;
  color: #717171 !important;
  border-color: #717171 !important;
}

.combination-filter-bar .filter-bar-line .btn {
  min-width: 165px !important;
}

.textImg .btn-textimg-2:hover {
  background-color: #fff !important;
  border-color: #ef9b03 !important;
  color: #ef9b03 !important;
}

.textImg .btn-textimg-2 {
  background-color: #ef9b03 !important;
  border: 2px solid #ef9b03 !important;
  min-width: max-content !important;
  color: #fff !important;
  margin-bottom: 15px;
  width: auto !important;
  font-weight: 700 !important;
  padding: .5rem 1.5rem !important;
  font-size: 18px !important;

}

.tab-section #myTab .nav-item button {
  opacity: 0.45;
}

.tab-section #myTab .nav-item button img {
  height: 100%;
  object-fit: contain;
}

.tab-section #myTab .nav-item button::after {
  bottom: -15px;
}

.textImg .weta-buttons p {
  margin: 0px !important;
}

#html-section-2 .content-wrapper,
#html-section-3 .content-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 70%;
  margin: 0px auto;
  align-items: center;
}

#html-section-2 .content-wrapper .content,
#html-section-3 .content-wrapper .content {
  width: 80%;
  text-align: center;
}

#html-section-2 .content-wrapper .content p,
#html-section-3 .content-wrapper .content p {
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-bottom: 0px !important;
  color: #fff !important;
}

#html-section-2 .content-wrapper .content-button,
#html-section-3 .content-wrapper .content-button {
  width: 20%;
  text-align: end;
}

#html-section-2 .content-wrapper .content-button .btn,
#html-section-3 .content-wrapper .content-button .btn {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #717171 !important;
  font-weight: 700 !important;
  padding: .5rem 1.5rem !important;
  font-size: 18px !important;
}

#allteklifPopup label.custom-label,
#allTalepPopup label.custom-label {
  z-index: 0;
}

#allteklifPopup form .row .col-md-6,
#allTalepPopup form .row .col-md-6 {
  width: 100%;
}

.section-header #navigation>ul>li.active a,
.section-header #navigation>ul>li:hover a,
.nav-right .select-language .lang-menu>ul>li:hover>a {
  color: #ef9b03 !important;
}

@media(min-width:1000px) {
  .textImg .container-fluid .rexa-content.content-right {
    padding-left: 10%;
    padding-right: 10%;
  }

  .textImg .container-fluid .rexa-content.content-left {
    padding-left: 10%;
  }

  .textImg .container-fluid .col-md-12.rexa-content.content-right {
    padding-right: 16%;
    padding-left: 10%;
  }

  .section-header li.dropdown:hover #main-menu,
  .section-header li.dropdown:hover #custom,
  .section-header li.dropdown:hover #member-info {
    top: 69px !important;
  }

  .section-header #navigation>ul.alt li .dropdown-menu li a,
  .section-header #navigation>ul.ust li .dropdown-menu li a {
    font-size: 15px !important;
    color: var(--site-header-title-color) !important;
  }
}

.form-section .rexa-content {
  background-color: #ffc600;
}

.form-section .rexa-content * {
  color: #333 !important;
}

.contact-oge p {
  display: flex;
  align-items: center;
  padding: 0px !important;
}

.contact-oge p span {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333 !important;
  border-radius: 50%;
  margin-right: 10px;
}

.form-section .rexa-content .contact-oge p span i {
  color: #ffc600 !important;
  margin: 0px !important;
}

.form-section .contact-form,
.form-section .form {
  border: 1px solid rgba(32, 40, 45, 0.2);
}

.form-section .rexa-content,
.form-section .contact-form,
.form-section .form {
  width: 49%;
  padding: 40px 60px;
  border-radius: 20px;
}

.form-section .row {
  justify-content: space-between;
}

#submitButton {
  background-color: #ffaa00 !important;
  border-color: #ffaa00 !important;
  color: #fff !important;
}

#gallery-detail-section-6 {
  margin-bottom: 60px;
}

.footer form {
  display: flex;
  padding-right: 30%;
  margin-bottom: 35px;
}

.footer form input {
  height: 47px;
  background-color: #fff;
  border: none;
  border-radius: 3px 0 0 3px;
  color: #495057;
}

.footer form .btn-ebulten {
  height: 47px;
  min-width: 132px;
  background-color: #ef9b03 !important;
  border: none !important;
  color: #fff !important;
  border-radius: 0px !important;
}

#product-section-2,
#product-section-3 {
  background: linear-gradient(180deg, #fff, rgb(255 197 0 / 50%) 49.5%, #fff);
}

.packages-table table {
  background-color: #fff;
}

.packages-list {
  margin-top: 35px;
}

.packages-list .product-wrapper {
  padding: 40px 45px 60px;
  background-color: #fff;
  border-radius: 20px;
  min-height: 525px;
}

.packages-list .product-title {
  text-align: left;
  padding: 20px 0px !important;
}

.packages-list .product-title p {
  font-size: 16px !important;
  color: #333333 !important;
}

.packages-list .product-title .weta-icerik-tag {
  font-size: 34px !important;
  color: #111111 !important;
  margin-bottom: 10px;
}

.packages-list .product-button {
  text-align: left;
}

.packages-list .product-button .btn {
  background-color: #717171;
  color: #fff !important;
  min-width: auto;
  border: none !important;
  text-align: left !important;
  padding: 12px 24px 14px 24px;
  border-radius: 10px !important;
  visibility: visible !important;
}

.packages-list .product-description ul {
  padding: 0px;
}

.packages-list .product-description ul li {
  margin: 8px 0px;
  font-size: 16px !important;
  font-weight: 300 !important;
  position: relative;
  padding-left: 20px !important;
}

.packages-list .product-description ul li::before {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
}

.product-category-ust-title {
  margin-bottom: 15px;
}

.packages-table .rg-wrapper {
  margin: 40px 0px;
}

.product-category-ust-title .weta-icerik-tag,
.packages-table .weta-icerik-tag {
  text-align: center;
}

.packages-table table tbody tr:nth-of-type(odd) {
  background-color: #fff !important;
}

.packages-table table tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, .016);
}

.packages-table table tbody tr:hover {
  background-color: #aaa8a8 !important;
}

.packages-table table tbody tr {
  border-top: 1px solid #dcdcdc;
}


.packages-table table tbody tr:nth-of-type(odd).bold-line,
.packages-table table tbody tr.bold-line {
  font-weight: 600;
  border-top: 2pt solid #c2c2c2;
  background-color: #d6d6d6 !important;
}

.packages-table .table> :not(caption)>*>* {
  padding: 15px 14px;
}

.packages-table .table thead tr {
  background-color: #717171;
}

.packages-table .table thead tr * {
  color: #fff !important;
}

.packages-table td i {
  color: #14bf14 !important;
}

.custom-accordion .accordion .accordion-button:not(.collapsed)::after {
  background-color: #ef9b03 !important;
  border-color: #ef9b03 !important;
}


.tab-section .content-wrapper .content-image .overlay {
  width: 90%;
  height: 85%;
  top: 7.5%;
  left: 5%;
  background-color: rgba(255, 255, 255, 0.7);
}

.combination-filter-bar .filter-bar-line .btn {
  border-color: #717171 !important;
  color: #717171 !important;
  border: 3px solid !important;
}

.combination-filter-bar .filter-bar-line:nth-child(1) .btn {
  min-width: 165px !important;
}

.combination-filter-bar .filter-bar-line:nth-child(2) .btn {
  border-color: #ef9b03 !important;
  color: #ef9b03 !important;
}

.combination-filter-bar .filter-bar-line:nth-child(2) .btn-check:checked+.btn {
  background-color: #ef9b03 !important;
  border-color: #ef9b03 !important;
}

.combination-filter-bar .filter-bar-line .btn-check:checked+.btn {
  border-color: #717171 !important;
  background-color: #717171 !important;
}

.product-content .price {
  text-align: left;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
  margin-top: 35px;
  display: none;
}

.contactCenter #address {
  width: 100%;
}

@media(min-width:768px) {

  #allteklifPopup .modal-dialog,
  #allTalepPopup .modal-dialog {
    min-width: 20%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    transform: none !important;
    transition: all .4s !important;
    right: -100%;
  }

  .rexa-gorseller {
    height: max-content;
  }

  .textImg .row {
    align-items: center;
  }

  .section-header .dropdown-menu {
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    min-width: 290px;
    width: max-content;
    padding: 15px 20px !important;
  }

  .section-header .dropdown-menu li {
    padding: 0px;
  }

  .section-header #navigation>ul.alt li .dropdown-menu li:hover a,
  .section-header #navigation>ul.ust li .dropdown-menu li:hover a {
    color: #ef9b03 !important;
  }

  #allteklifPopup.show .modal-dialog,
  #allTalepPopup.show .modal-dialog {
    right: 0;
  }

  #allteklifPopup .modal-content,
  #allTalepPopup .modal-content {
    height: 100%;
    border-radius: 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #e9e9e5;
  }

  #allTalepPopup,
  #allteklifPopup {
    opacity: 1 !important;
    display: block !important;
    transition: none !important;
  }

  #allteklifPopup .modal-header,
  #allTalepPopup .modal-header {
    box-shadow: none !important;
    border: none !important;
    padding: 25px;
    padding-bottom: 15px;
  }

  .section-header .dropdown-menu.big-dropdown {
    min-width: 570px;
    left: -150px;
    width: auto;
  }
}

.form-control:focus {
  border-color: #e44800 !important;
}

#allteklifPopup form .row #button-alani,
#allTalepPopup form .row #button-alani {
  margin-top: 15px;
  text-align: center;
}

#allteklifPopup form .row .col-md-12 .btn,
#allTalepPopup form .row .col-md-12 .btn {
  text-transform: uppercase;
  font-size: 18px !important;
  font-weight: 700 !important;
  background-color: #ffaa00 !important;
  border-color: #ffaa00 !important;
  color: #fff !important;
}

#allteklifPopup form .content,
#allTalepPopup form .content {
  padding: 10px;
}

#allteklifPopup .btn-close,
#allTalepPopup .btn-close {
  background: #333 !important;
  opacity: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#allteklifPopup .btn-close::before,
#allTalepPopup .btn-close::before {
  content: '\f00d';
  font-family: 'FontAwesome';
}

#page-5 .accordion-body a {
  color: #fff !important;
  border-radius: 50px !important;
  font-size: var(--site-button-size);
  padding: 7px 10px;
  font-weight: var(--site-button-weight);
  outline: none !important;
  min-width: var(--site-button-width);
  text-transform: capitalize;
  background-color: #ffaa00 !important;
  border: none !important;
  display: block;
  max-width: fit-content;
  text-align: center;
}

#page-5 .accordion-body a::before {
  content: '\f144';
  font-family: 'FontAwesome';
  margin-right: 5px;

}

#page-5 .pageDetailContent.accordion-section {
  padding: 0px 0px;
}

#page-5 .custom-accordion .weta-icerik-tag {
  position: relative;
  cursor: pointer;
  font-size: 24px !important;
}

#page-5 .custom-accordion .weta-icerik-tag::after {
  content: '\f107';
  position: absolute;
  right: 25px;
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 56px;
  transition: all .4s;
}

#page-5 .custom-accordion .accordion {
  display: none;
}

#page-5 .custom-accordion.active .accordion {
  display: block;
}

#page-5 .custom-accordion.active .weta-icerik-tag::after {
  transform: rotate(180deg);
}

body .pageDetailContent.textImg:nth-child(1) {
  padding-top: 0px;
}

#page-detail-section-11 .swiper iframe {
  min-height: 375px;
}

.nav__search {
  width: 40px;
  text-align: left;
  padding: 0px;
}

.ust .search {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 30px;
  top: 10px;
  transition: width .5s ease-out;
  width: 4%;
  z-index: 3;
  transition: background-color .5s ease-in-out, background .5s ease-in-out, color .5s ease-in-out, filter .5s ease-in-out, fill .5s ease-in-out !important;
}

@media(min-width:1200px) {
  .ust .search {
    right: 0;
    top: -2px;
  }
}

.ust .search .searchTrigger {
  fill: var(--site-header-title-color);
  transform: scale(65%);
  z-index: 20;
  cursor: pointer;
}

.ust .search .SearchTB {
  background-color: #fff;
  border: none;
  color: transparent;
  display: inline-block;
  height: 32px;
  opacity: 1;
  outline: none;
  position: relative;
  transition: width .3s ease-out;
  width: 0px;
  z-index: 30;
  padding: 0px;
  margin-left: 0px;
  border-bottom: 1px solid var(--site-header-title-color);
}

.ust .search-field {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: end;
}

.section-header .ust .dropdown {
  padding-right: 25px !important;
  padding-right: 0 !important;
}

.section-header .ust li.dropdown #main-menu {
  min-width: 145px !important;
}

.section-header .ust li.dropdown:hover #main-menu {
  top: 40px !important;
}

#page-1 .section-header .ust .search .searchTrigger {
  fill: #fff;
}

#page-1 .section-header:hover .ust .search .searchTrigger {
  fill: var(--site-header-title-color);
}

.ust .search.active .SearchTB {
  width: 790px;
}

.ust .close {
  visibility: hidden;
  cursor: pointer;
  font-size: 20px;
}

.ust .search.active .close {
  visibility: visible;
}

.ust .search .SearchTB:focus {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  color: #333;
}

.ust .close::before {
  display: none !important;
}

.packages-list .product-description {
  min-height: 200px;
}

@media(max-width:1150px) {
  .section-header {
    height: 65px !important;
    position: relative !important;
    padding-top: 0px !important;
    z-index: 99999999 !important;
  }

  .body-content {
    padding-top: 0px !important;
  }

  .section-header .logo img {
    max-height: 50px !important;
    margin-top: 0px !important;
  }

  .section-header .col-lg-3 {
    height: 100% !important;
  }

  .section-header #navigation ul {
    padding: 0px !important;
    width: 100%;
  }

  .section-header .dropdown-menu li {
    max-height: 25px !important;
    line-height: 25px !important;
  }

  .section-header.fixed #navigation>ul li,
  .section-header.fixed .dropdown-menu li {
    max-height: 35px !important;
    line-height: 35px !important;
  }

  #gallery-detail-section-5 .gallery-wrapper {
    margin-top: 60px;
  }

  #gallery-detail-section-7 {
    margin-top: -250px !important;
  }

  #slider-1::after {
    bottom: -6px;
    background-size: contain;
    height: 80px;
    background-repeat: no-repeat;
  }

  #gallery-detail-section-1 .gallery-info {
    width: 90% !important;
  }

  .section-header #navigation>ul.alt li a {
    font-size: 15px !important;
  }

  .section-header #navigation {
    display: flex;
    flex-direction: column;
    padding-top: 70px !important;
  }

  .section-header.fixed {
    position: fixed !important;
    top: 0 !important;
  }

  .section-header #navigation>ul>li:hover a {
    color: var(--site-header-title-color) !important;
  }

  .section-header #navigation .alt {
    order: 1;
  }

  .section-header #navigation .ust {
    order: 2;
  }

  .section-header #navigation .ust li {
    padding: 0px !important;
  }

  .section-header #navigation .alt li {
    padding: 5px 0px !important;
  }

  .section-header .nav__search {
    display: none !important;
  }

  .weta-slider-tag {
    font-size: 40px !important;
  }

  .slider-description,
  .slider-description p {
    font-size: 16px !important;
  }

  .weta-icerik-tag,
  .weta-counter-tag,
  .weta-parallax-tag {
    font-size: 26px !important;
  }

  #gallery-detail-section-1 .gallery-wrapper p {
    font-size: 18px !important;
  }

  #gallery-detail-section-1 .custom-col {
    width: 100% !important;
  }

  #gallery-detail-section-1 .img-description {
    padding-right: 0px !important;
  }

  #gallery-detail-section-2 .img-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #gallery-detail-section-2 .img-title .weta-icerik-tag {
    text-align: center !important;
    font-size: 24px !important;
  }

  #gallery-detail-section-2 .img-wrapper .gallery-info {
    width: 100% !important;
  }

  #gallery-detail-section-2 .img-wrapper .gallery-img {
    width: 100px;
    height: 100px;
  }

  #gallery-detail-section-2 .img-description p {
    font-size: 14px !important;
  }

  #gallery-detail-section-2 .img-description {
    text-align: center !important;
  }

  #gallery-detail-section-3 .custom-col {
    width: 45% !important;
  }

  #gallery-detail-section-4 .container,
  #tab-section-1 .container {
    max-width: 95% !important;
  }

  #gallery-detail-section-4 .gallery-wrapper .weta-icerik-tag {
    font-size: 26px !important;
    text-align: center !important;
  }

  .tab-section .content-wrapper .content,
  .tab-section .content-wrapper .content-image {
    width: 100% !important;
  }

  .tab-section #myTab {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .tab-section #myTab::-webkit-scrollbar {
    display: none;
  }

  .tab-section #myTab .nav-item {
    flex: 0 0 47%;
    min-width: 47%;
  }

  .tab-section .content-wrapper .content h3 {
    font-size: 22px !important;
  }

  #gallery-detail-section-5 .custom-col {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  #gallery-detail-section-5 .container {
    max-width: 80% !important;
  }

  #gallery-detail-section-7 .container {
    max-width: 95% !important;
  }

  #gallery-detail-section-7 .img-wrapper .gallery-info {
    padding: 20px !important;
  }

  #gallery-detail-section-7 .img-wrapper .gallery-info .weta-icerik-tag {
    font-size: 20px !important;
  }

  #gallery-detail-section-7 .img-wrapper .gallery-info .img-title {
    margin-top: 0px !important;
  }

  #gallery-detail-section-7 .img-wrapper .img-description p {
    height: 52px;
    overflow: hidden;
    margin: 0px !important;
  }

  #blog-list .custom-col {
    width: 100% !important;
  }

  #blog-list {
    width: 90%;
    margin: 0px auto;
    margin-top: 25px !important;
  }

  #parallax-1 .weta-parallax-tag {
    font-size: 26px !important;
  }

  #parallax-1 .parallax-description {
    width: 85% !important;
  }

  #parallax-1 .parallax-description p {
    font-size: 14px !important;
  }

  #parallax-1 .buttons {
    flex-direction: unset;
    flex-wrap: wrap;
  }

  #parallax-1 .buttons .btn {
    min-width: 130px !important;
  }

  .textImg .container-fluid .rexa-content {
    padding: 0px 30px !important;
  }

  #html-section-2 .content-wrapper,
  #html-section-3 .content-wrapper {
    width: 100%;
    flex-direction: column;
  }

  #html-section-2 .content-wrapper .content-button,
  #html-section-3 .content-wrapper .content-button {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  #html-section-2 .content-wrapper .content,
  #html-section-3 .content-wrapper .content {
    width: 100%;
  }

  #page-detail-section-11 .swiper iframe {
    max-height: 200px !important;
    min-height: auto !important;
  }

  #accordion-1 {
    display: none !important;
  }

  .custom-accordion {
    padding: 30px 10px;
  }

  .section-header.fixed.stabilite {
    position: sticky !important;
  }

  .packages-table .table> :not(caption)>*>* {
    padding: 10px !important;
    font-size: 10px !important;
  }

  .combination-filter-bar .filter-bar-line:nth-child(1) .btn {
    min-width: 145px !important;
  }

  .combination-filter-bar .filter-bar-line:nth-child(2) {
    width: max-content !important;
  }

  .footer form {
    padding-right: 0px !important;
  }

  .form-section .rexa-content,
  .form-section .contact-form,
  .form-section .form {
    width: 100% !important;
    padding: 40px 10px !important;
  }

  #page-5 .custom-accordion .weta-icerik-tag {
    display: flex;
    align-items: center;
  }

  .tab-section .content-wrapper .content-image {
    width: 95% !important;
    margin: 0px auto;
    margin-top: 50px;
  }

  .form-modals {
    z-index: 9999999999999999999;
    position: relative;
  }
}

.table-responsive::-webkit-scrollbar,
.filter-bar-line::-webkit-scrollbar {
  display: none !important;
}

#accordion-4 .custom-accordion {
  border: none;
}

#accordion-4 .custom-accordion .weta-icerik-tag {
  text-align: center;
}

#accordion-4 .custom-accordion .accordion .accordion-button {
  background-color: #d6d6d6 !important;
  padding: 15px 14px !important;
  min-height: auto;
}

#accordion-4 .custom-accordion .accordion .accordion-button:not(.collapsed) {
  background-color: #717171 !important;
  color: #fff !important;
}

#accordion-4 .accordion-body {
  border: 1px solid #717171;
}

#accordion-4-Example {
  margin-top: 40px;
}

#accordion-4 .custom-accordion .accordion .accordion-button:not(.collapsed)::after,
#accordion-4 .custom-accordion .accordion .accordion-button::after {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #ef9b03 !important;
}

@media(min-width:900px) and (max-width:1200px) {
  #gallery-detail-section-3 .custom-col {
    width: 20% !important;
  }

  .tab-section #myTab .nav-item {
    flex: 0 0 16% !important;
    min-width: 16% !important;
  }

  .tab-section .content-wrapper .content-image {
    width: 70% !important;
  }

  #gallery-detail-section-5 .custom-col {
    width: 50% !important;
  }

  #blog-list .custom-col,
  #product-section-2 .custom-col {
    width: 50% !important;
  }

  #parallax-1 {
    max-height: 350px !important;
  }

  .form-section .contact-form,
  .form-section .form {
    margin-top: 40px;
  }
}

@media(max-width:600px) {

  .tab-section .content-wrapper .content-image .overlay p,
  .tab-section .content-wrapper .content-image .overlay {
    font-size: 12px !important;
  }

  #gallery-detail-section-7 .img-wrapper {
    flex-direction: column;
  }

  #gallery-detail-section-7 .img-wrapper .gallery-img,
  #gallery-detail-section-7 .img-wrapper .gallery-info {
    width: 100% !important;
  }

  .filter-bar-line {
    width: 100% !important;
    overflow: scroll;
  }

  #gallery-detail-section-4 #image-gallery,
  #gallery-detail-section-4 .gallery-wrapper {
    width: 100% !important;
  }
}

#blog-section-1 .rg-wrapper .weta-icerik-tag span {
  font-weight: 700 !important;
}

#blog-list .blog-image {
  height: 162px;
}

#blog-list .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogDetail .col-lg-8 .card-body img {
  max-height: fit-content !important;
}

#accordion-1 {
  display: none;
}

.whatsapp-contact {
  display: flex;
  align-items: center;
}

#product-section-3 #product-list,
#product-section-3 .row,
#product-section-3 .combination-filter-bar {
  display: none !important;
}

.packages-table tr td:nth-child(1) {
  text-align: left;
}

.packages-table tr td {
  text-align: center;
}

.packages-table .table-responsive {
  overflow-y: scroll;
  height: 825px;
  position: relative;
}

.packages-table .table-responsive::-webkit-scrollbar {
  background-color: #d6d6d6 !important;
}

.packages-table .table-responsive::-webkit-scrollbar {
  display: block !important;
}

.packages-table .table-responsive thead {
  position: sticky;
  top: 0;
}

@media(min-width:768px) and (max-width:1100px) {
  footer #footer-col {
    width: 50% !important;
  }

  .footer::after {
    height: 170px !important;
  }
}

@media(max-width:900px) {
  .footer::after {
    height: 200px !important;
  }
  footer{
    padding-bottom: 0px !important;
  }

  .packages-table .table-responsive {
    overflow-x: scroll;
  }
  #page-5 .accordion-body a{
    font-size: 12px !important;
  }
  .textImg .container-fluid img{
    height: auto !important;
  }
}

.textImage-title {
  width: 100%;
  margin-top: 10px;
}

.textImage-title p {
  text-align: left;
  font-size: 14px !important;
  font-style: italic;
  margin: 0px;
}

.rexa-gorseller .swiper-pagination-clickable {
  text-align: center;
}

.rexa-gorseller .swiper-pagination-clickable .swiper-pagination-bullet {
  background: #d6d6d6;
  height: 6px;
  opacity: 0.85;
  width: 20px;
}

.rexa-gorseller .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffaa00;
  width: 30px;
}

.textImg .swiper-button-next,
.textImg .swiper-button-prev {
  display: flex !important;
}

.textImg .swiper-button-next::after,
.textImg .swiper-button-prev::after {
  font-size: 20px !important;
}

#gallery-detail-section-5 .img-wrapper a.custom-link {
  width: 100%;
  display: flex;
  justify-content: center;
}
.section-header .alt #languages{
  display: none !important;
}
.section-header #languages .fa-globe{
  display: none !important;
}
.section-header #languages a{
  text-align: left !important;
}