.weta-slider-buttons .btn {
    border-radius: 30px !important;
    min-width: 170px;
    border-color: #fff !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    height: 50px;
    line-height: 35px;
    transition: color 0.4s;
}

.weta-slider-buttons .btn:hover {
    outline: 1px solid #fff !important;
}

.weta-slider-buttons .btn:nth-child(1) {
    background-color: #fff !important;
    color: #585858 !important;
}

.weta-slider-buttons .btn:nth-child(2) {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.61) 0%, rgba(255, 255, 255, 0) 80%) !important;
    color: #fff !important;
}

.weta-slider-buttons .btn:nth-child(2):hover {
    color: #6de5ff !important;
}

.weta-slider-buttons .btn span::after {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-left: 10px;
}

.pageSliderContent .sliderJs .swiper-slide::before {
    background: linear-gradient(0deg, rgba(13, 97, 158, 0.70) 0%, rgba(255, 255, 255, 0) 100%) !important;
}

@media(min-width:1000px) {
    .weta-slider-tag {
        font-size: 70px !important;
        font-weight: 800 !important;
    }

    .slider-contents {
        bottom: 10%;
        width: 50%;
        left: 5%;
    }

    .slider-description {
        width: 80%;
    }

    .slider-description,
    .slider-description p {
        font-size: 20px !important;
    }

    .section-top-bar .col-md-5 {
        display: none;
    }

    .section-top-bar #right-bar {
        width: 100%;
    }

    .section-header .col-lg-3 {
        margin-top: -15px;
        z-index: 9999;
    }

    .section-header .logo img {
        max-height: 75px !important;
        margin-top: -10px
    }

    .section-header.fixed .col-lg-3 {
        margin-top: 0px !important;
    }

    .section-header.fixed .logo img {
        max-height: 55px !important;
    }

    .section-header .dropdown-menu.big-dropdown {
        border: none !important;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }

    .big-dropdown::before {
        background-color: #585858;
        content: '';
        position: absolute;
        left: 48%;
        top: 45%;
        bottom: 45%;
        height: 5%;
        width: 1px;
        z-index: 9999999;
        transition: all .4s;
        transition-delay: .25;
        opacity: 0;
    }

    .section-header li.dropdown:hover .big-dropdown::before {
        height: 80%;
        opacity: 1;
        top: 10%;
        bottom: 10%;
    }
}

.pageSliderContent .swiper-pagination {
    padding: 0px 100px;
    text-align: end;
    align-items: center;
    display: flex;
    justify-content: end;
    padding-bottom: 50px;
}

.pageSliderContent .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50% !important;
    background-color: #fff !important;
    opacity: 1 !important;
    border: 1px solid #fff !important;
}

.pageSliderContent .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent !important;
    width: 30px;
    height: 30px;
    margin: 0px 5px !important;
}

#page-detail-section-1 .rgw .tilt-image:nth-child(1) {
    position: absolute;
    right: 0;
    width: 85%;
    border: 5px solid #fff;
    top: 0px;
}

#page-detail-section-1 .rgw .tilt-image {
    border-radius: 15px;
    overflow: hidden;
}

#page-detail-section-1 .rgw .tilt-image:nth-child(2) {
    position: absolute;
    bottom: 0;
    width: 50%;
    border: 5px solid #fff;
    left: 0;
}

.slider-animate {
    margin: 40px 0px;
}

.animate-icon {
    color: #fff;
}

.kolaj-type .rexa-gorseller {
    opacity: 1 !important;
    transform: none !important;
    overflow: hidden;
}

#page-detail-section-1 .rexa-gorseller .rgw .tilt-image:nth-child(1) {
    top: -60%;
}

#page-detail-section-1 .rexa-gorseller .rgw .tilt-image:nth-child(2) {
    left: -50%;
}

#page-detail-section-1 .rexa-gorseller.aos-init.aos-animate .rgw .tilt-image:nth-child(1) {
    top: 0px;
}

#page-detail-section-1 .rexa-gorseller.aos-init.aos-animate .rgw .tilt-image:nth-child(2) {
    left: 3%;
}

body .pageDetailContent:nth-child(2) .rexa-gorseller .rgw .tilt-image:nth-child(1) {
    transition-delay: 0.75s;
}

body .pageDetailContent:nth-child(2) .rexa-gorseller .rgw .tilt-image:nth-child(2) {
    transition-delay: 1.1s;
}

.blog-date {
    display: none;
}

.btn {
    min-width: 140px;
}

.tilt-image::after {
    content: "";
    position: absolute;
    top: -250%;
    left: -250%;
    width: 250%;
    height: 250%;
    opacity: 0;
    transform: rotate(30deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 77%, rgba(255, 255, 255, 0.55) 92%, rgba(255, 255, 255, 0.0) 100%);
}

.tilt-image:hover::after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

#icon-section-1 .icon-wrapper .weta-icerik-tag {
    font-size: 23px;
}

#icon-section-1 .icon-wrapper {
    text-align: center;
}

.gallery-section-3 .custom-col .gallery-info {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    background: var(--site-title-color);
    border-radius: 0px 20px 0px 19px;
    transition: all .4s;
}

.gallery-section-3 .custom-col .img-wrapper:hover .gallery-info {
    background: #fff;
    transform: scale(1.1);
}

.gallery-section-3 .custom-col .gallery-info .weta-icerik-tag {
    color: #fff !important;
    transition: all .4s;
}

.gallery-section-3 .custom-col .img-wrapper:hover .gallery-info .weta-icerik-tag {
    color: var(--site-title-color) !important;
}

.gallery-section-3 .custom-col .img-wrapper img {
    transition: all .4s;
}

.gallery-section-3 .custom-col .img-wrapper:hover img {
    transform: scale(1.1);
}

.gallery-section-3 .custom-col .img-wrapper .gallery-img {
    overflow: hidden !important;
}

#html-section-1 {
    padding-bottom: 0px;
}

.blogDetail .col-md-8 ul,
.blogDetail .col-md-8 ol{
    padding-left: 1rem;
    font-weight: var(--site-paragraph-weight) !important;
}

.blogDetail .col-md-8 .custom-tag{
    font-size: 24px !important;
}

@media(max-width:768px){
    .slider-animate,
    .sliderJs .swiper-button-next,
    .sliderJs .swiper-button-prev{
        display: none !important;
    }
    .weta-slider-buttons .btn{
        min-width: 140px !important;
    }
    .sliderJs .slider-contents{
        padding: 0px 10px !important;
    }
    .pageSliderContent .swiper-pagination{
        padding: 0px;
        padding-bottom: 30px;
        justify-content: center;
    }
    #page-detail-section-5{
        margin: 0px !important;
    }
    #gallery-detail-section-3 .custom-col{
        width: 100% !important;
    }
    .parallax-section {
        max-height: 250px !important;
        height: 250px !important;
    }

    #blog-list .custom-col{
        width: 100% !important;
    }

    .blogDetail .blogImage{
        margin-bottom: 25px;
    }
    .blogDetail .col-md-8 ul,
    .blogDetail .col-md-8 ol{
        padding-left: 30px !important;
    }
    #footer-col{
        margin-bottom: 25px !important;
    }
    .footer .footer-info-list, .footer-description {
        margin-top: 10px;
    }
    .footer .footer-pages li {
        padding: 5px 0px;
    }
    .footer-newsletter{
        width: 100% !important;
    }
}