@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");

@keyframes moveupdown {
    0%,
    100% {
        transform: translateY(0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    50% {
        transform: translateY(-10px);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

@keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes effect-1 {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.moverightleft {
    animation: moveleftright 3s linear infinite;
    -webkit-animation: moverightleft 3s linear infinite;
}

@keyframes moverightleft {
    0%,
    100% {
        transform: translateX(0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    50% {
        transform: translateX(10px);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

.moveupdown {
    animation: moveupdown 3s linear infinite;
    -webkit-animation: moveupdown 3s linear infinite;
}

#gallery-detail-section-5 .img-wrapper img {
    width: 85px !important;
    height: 85px;
}

.footer #footer-col .footer-img img {
    width: 20em;
}

.section-header {
    border-top: 3px solid #c0f8e8;
    box-shadow: 0 0 15px rgba(0,
    0,
    0,
    0.07);
}

#slider-2 .weta-slider-tag {
    font-family: "Raleway", sans-serif;
    font-weight: 900 !important;
    font-size: 70px;
    line-height: 81px;
    color: #042181 !important;
    margin-bottom: 20px;
    max-width: 540px;
}

#slider-2 .slider-description p {
    font-family: "Hind", sans-serif;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 29px !important;
    color: #4f556a !important;
    margin-bottom: 28px;
    width: 100%;
    max-width: 466px;
}

.btn-color {
    padding: 12px 22px;
    margin-right: 7px !important;
    width: 154px;
    text-align: center;
    background-color: #042181;
    color: #c0f8e8 !important;
    border-radius: 0 !important;
    border: none !important;
}

#slider-2 button a {
    font-size: 24px;
    color: #042181;
    transition: 0.5s;
}

#slider-2 .weta-slider-buttons .btn:nth-child(2) {
    color: var(--site-color) !important;
    background-color: transparent;
    border: 2px solid #c0f8e8 !important;
}

#slider-2 .weta-slider-buttons .btn:nth-child(1):hover {
    background-color: #042181 !important;
}

#slider-2 .weta-slider-buttons .btn:nth-child(2):hover {
    background-color: #042181 !important;
    color: #c0f8e8 !important;
    border-color: #042181 !important;
}

#slider-2 .weta-slider-buttons .btn span {
    font-weight: 800 !important;
}

.sliderJs .swiper-button-next,
.sliderJs .swiper-button-prev {
    border: 2px solid #042181 !important;
    background-color: transparent;
    transition: 0.5s;
    border-radius: 0 !important;
    opacity: 1 !important;
}

.pageSliderContent .swiper-button-next::after,
.pageSliderContent .swiper-button-prev::after {
    color: var(--site-color);
    font-size: 18px !important;
    font-weight: 900 !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #042181;
}

.pageSliderContent .swiper-button-next:hover::after,
.pageSliderContent .swiper-button-prev:hover::after {
    color: #fff;
}

.gallery-detail-section-1 {
    padding-top: 0 !important;
}

.pageDetailContent .weta-icerik-tag {
    width: 100%;
    font-family: "Raleway", sans-serif;
    margin: auto;
    font-weight: 900 !important;
    font-size: 60px;
    line-height: 70px;
    color: #042181;
    margin-bottom: -15px;
}

.gallery-wrapper .weta-icerik-tag {
    width: 100%;
    font-family: "Raleway", sans-serif;
    margin: auto;
    font-weight: 900 !important;
    font-size: 60px;
    line-height: 70px;
    color: #042181;
    margin-bottom: 15px;
    text-align: center;
}

.pageDetailContent .weta-icerik-tag span,
.gallery-wrapper .weta-icerik-tag span {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    color: #3ac19b;
    position: relative;
    text-transform: uppercase;
    bottom: 20px;
}

.gallery-wrapper .weta-icerik-tag span::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 1px;
    background-color: #efefef;
    bottom: 7px;
    left: -100px;
}

.pageDetailContent .weta-icerik-tag span::after,
.gallery-wrapper .weta-icerik-tag span::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 1px;
    background-color: #efefef;
    bottom: 7px;
    right: -100px;
}

#gallery-detail-section-3 .img-description .icon-commercial {
    position: absolute;
    bottom: 8em;
    left: 20px;
    background-color: var(--site-color);
    padding: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-size: 24px;
    font-weight: 900;
    z-index: 99999999;
    width: 98px;
    height: 98px;
}

#gallery-detail-section-3 .img-description .icon-commercial-2 {
    position: absolute;
    bottom: 187px;
    left: 17px;
    background-color: #fff;
    padding: 45px;
    border-radius: 50%;
    width: 106px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-size: 24px;
    font-weight: 900;
    z-index: 1;
}

#gallery-detail-section-3 .custom-col:nth-child(1) .img-description .icon-commercial-2 {
    position: absolute;
    bottom: 187px;
    left: 15px;
    background-color: #fff;
    padding: -29px;
    border-radius: 50%;
    width: 109px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-size: 24px;
    font-weight: 900;
}

#gallery-detail-section-3 .custom-col .weta-icerik-tag {
    font-family: "Raleway", sans-serif;
    font-weight: 900 !important;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 18px;
    color: var(--site-color);
}

#gallery-detail-section-3 .custom-col .weta-icerik-tag:hover {
    color: #36a7e3;
    transition: 0.5s ease all;
}

#gallery-detail-section-3 .img-description p {
    max-width: 340px;
    font-family: "Hind", sans-serif;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 22.5px;
    color: #4f556a;
    margin-bottom: 20px;
}

#gallery-detail-section-3 .img-description .btn-class {
    padding-left: 36px !important;
    padding-right: 36px;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    padding: 0;
    padding-left: 12px;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
    color: #042181;
    cursor: pointer;
}

#gallery-detail-section-3 .img-description .btn-class::after {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    bottom: 0px;
    width: 54px;
    height: 8px;
    background-color: #c0f8e8;
    z-index: -1;
    transition: 0.5s;
}

#gallery-detail-section-3 .img-description .btn-class:hover {
    color: #36a7e3;
    transition: 0.5s ease all;
}

#gallery-detail-section-3 {
    position: relative;
}

#gallery-detail-section-3 .img-description .btn-class:hover::after {
    transform: translateX(50px);
}

#gallery-detail-section-3 .img-description .btn-class:hover::after {
    transform: translateX(95px);
}

#gallery-detail-section-3 .icon-bg .icon-1 {
    position: absolute;
    z-index: -1;
    top: 214px;
    left: 200px;
    animation: moverightleft 3s linear infinite;
}

#gallery-detail-section-3 .icon-bg .icon-2 {
    position: absolute;
    z-index: -1;
    top: 80px;
    right: 200px;
    animation: moverightleft 3s linear infinite;
}

#page-detail-section-1 .weta-description p {
    font-family: "Hind", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4f556a;
    margin-top: 24px;
    margin-bottom: 16px;
}

#page-detail-section-1 .weta-description ul {
    padding-bottom: 14px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 23px;
}

#page-detail-section-1 .weta-description ul li {
    font-family: "Hind", sans-serif;
    font-weight: 900 !important;
    font-size: 16px !important;
    line-height: 25.5px !important;
    color: #042181 !important;
    margin-bottom: 10px;
}

#page-detail-section-1 .weta-description ul li::before {
    content: "\f14a" !important;
    font-family: "FontAwesome";
    color: #3ac19b !important;
}

#page-detail-section-1 .free-call-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

#page-detail-section-1 .free-call {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
}

#page-detail-section-1 .phone-icon::before {
    content: "\f2a0";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #3ac19b;
}

#page-detail-section-1 .phone-number a {
    color: #042181;
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
}

#page-detail-section-1 .btn-class {
    padding: 12px 24px;
    border: 2px solid #3ac19b;
    margin-right: 5px;
    width: 165px;
    text-align: center;
    margin-top: 25px;
    color: var(--site-color);
}

#page-detail-section-1 .btn-class:nth-child(2) {
    color: #3ac19b;
}

.btn {
    border-radius: 0 !important;
}

#page-detail-section-1 .btn-class:hover {
    color: #c0f8e8;
    background-color: #042181;
    border: 2px solid #042181;
}

#page-detail-section-1 .rexa-gorseller {
    position: relative;
}

#page-detail-section-1 .rexa-gorseller:after {
    content: "";
    position: absolute;
    background-image: url(/images/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20em;
    height: 22em;
    top: 250px;
    left: -73px;
    z-index: -1;
    animation: moverightleft 3s linear infinite;
    -webkit-animation: moverightleft 3s linear infinite;
}

#page-detail-section-1 .rexa-gorseller:before {
    content: "";
    position: absolute;
    background-image: url(/images/png-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25em;
    height: 46em;
    top: 148px;
    right: 0;
    z-index: -1;
    animation: moveupdown 3s linear infinite;
    -webkit-animation: moveupdown 3s linear infinite;
}

#gallery-detail-section-4 .gallery-wrapper .weta-icerik-tag {
    text-align: left !important;
    color: #fff !important;
}

#gallery-detail-section-4 .gallery-wrapper .weta-icerik-tag span::before {
    display: none !important;
}

#gallery-detail-section-4 .gallery-wrapper {
    width: 103em;
    padding-left: calc((100vw - 1400px) / 2 - 10px) !important;
    background-color: #042181;
    padding-bottom: 304px;
    padding-top: 100px;
    margin-bottom: -315px;
    border-radius: 120px 0 0 0;
    background-image: url(/images/icon.png);
    background-repeat: no-repeat;
    background-position: 112% 0;
    position: relative;
    z-index: 1;
}

#gallery-detail-section-4 {
    position: relative;
    overflow: visible !important;
}

#gallery-detail-section-4 .swiper {
    position: relative;
    width: calc((100vw - ((101vw - 1604px))) - 9px);
    margin-left: 29em;
    padding-top: 150px;
}

#gallery-detail-section-4 .swiper-slide {
    position: relative;
    margin-right: 0 !important;
    transition: all 0.3s ease;
    overflow: hidden;
    border-right: 4px solid #c0f8e8;
}

#gallery-detail-section-4 .container-fluid {
    padding-left: 0 !important;
}

#gallery-detail-section-4 .galleryDescription p {
    font-family: "Hind", sans-serif;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #ffffff !important;
    max-width: 680px;
    margin-top: -15px;
}

#gallery-detail-section-4 .img-wrapper {
    position: relative;
    overflow: hidden;
}

#gallery-detail-section-4 .gallery-img {
    position: relative;
    overflow: hidden;
}

#gallery-detail-section-4 .gallery-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
/* After efekti */
#gallery-detail-section-4 .swiper-slide::after {
    position: absolute;
    content: "";
    right: -293px;
    top: 0;
    width: 61.22%;
    height: 100%;
    background: linear-gradient(270deg, #042181 0%, rgba(4,
    33,
    129,
    0) 100%);
    z-index: 0;
    transition: 0.5s;
}

#gallery-detail-section-4 .swiper-slide:hover::after {
    right: 0;
}

#gallery-detail-section-4 .gallery-info {
    position: absolute;
    top: 0;
    right: -100%;
    width: 61.22%;
    height: 100%;
    padding: 40px;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 1;
}

#gallery-detail-section-4 .swiper-slide:hover .gallery-info {
    right: 0;
}

#gallery-detail-section-4 .swiper-slide:hover .gallery-img img {
    transform: scale(1.1);
}

#gallery-detail-section-4 .img-title .weta-icerik-tag {
    color: #fff;
    font-size: 23px;
    line-height: 1.3;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 2;
}

#gallery-detail-section-4 .img-title .weta-icerik-tag span {
    font-family: "Hind", sans-serif;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 24px !important;
    color: rgba(255,
    255,
    255,
    0.5) !important;
    position: relative;
    z-index: 1;
    left: 14.5em;
    top: -3px;
}

#gallery-detail-section-4 .img-title .weta-icerik-tag span::after {
    display: none !important;
}

#gallery-detail-section-4 .img-title .under-title {
    font-family: "Hind", sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 22.5px;
    color: rgba(255,
    255,
    255,
    1);
    position: relative;
    z-index: 1;
    left: 2.2em;
}

#gallery-detail-section-4 .arrow-link {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    background: #c0f8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 2;
}

#gallery-detail-section-4 .arrow-link::after {
    content: "→";
    color: #042181;
    font-size: 20px;
    transition: all 0.3s ease;
}

#gallery-detail-section-4 .arrow-link:hover {
    background: #042181;
}

#gallery-detail-section-4 .arrow-link:hover::after {
    color: #c0f8e8;
}

#gallery-detail-section-4 .swiper-button-prev,
#gallery-detail-section-4 .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #fff !important;
    border: 2px solid #042181 !important;
    border-radius: 0;
    position: absolute;
    top: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 9999 !important;
}

#gallery-detail-section-4 .swiper-button-prev {
    left: auto !important;
    width: 70px !important;
    height: 70px !important;
    padding: 15px;
    font-size: 24px;
    background-color: #c0f8e8 !important;
    color: #042181;
    transition: 0.5s;
    border: none !important;
    top: 40px;
    right: 35%;
}

#gallery-detail-section-4 .swiper-button-next {
    left: auto !important;
    width: 70px !important;
    height: 70px !important;
    padding: 15px;
    font-size: 24px;
    background-color: #c0f8e8 !important;
    color: #042181;
    transition: 0.5s;
    border: none !important;
    top: 40px;
    right: 30%;
}

#gallery-detail-section-4 .swiper-button-prev::after,
#gallery-detail-section-4 .swiper-button-next::after {
    font-size: 20px !important;
    color: #042181 !important;
    font-weight: bold;
}

#gallery-detail-section-4 .swiper-button-prev:hover,
#gallery-detail-section-4 .swiper-button-next:hover {
    background: #042181 !important;
    border: 1px solid #c0f8e8 !important;
}

#gallery-detail-section-4 .swiper-button-prev:hover::after,
#gallery-detail-section-4 .swiper-button-next:hover::after {
    color: #fff !important;
}

.swiper-container {
    overflow: visible !important;
}

.swiper-wrapper {
    overflow: visible !important;
}
/* Icon Section Styles */
#icon-section-1 {
    padding: 80px 0;
    background-color: #fff;
}

#icon-section-1 .icon-content-wrapper {
    text-align: center;
}

#icon-section-1 .weta-icerik-tag {
    color: #042181;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

#icon-section-1 .icon-wrapper {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#icon-section-1 .icon-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(4,
    33,
    129,
    0.1);
}

#icon-section-1 .icon {
    width: 80px;
    height: 80px;
    background: #c0f8e8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

#icon-section-1 .icon span {
    font-size: 32px;
    color: #042181;
    transition: all 0.3s ease;
}

#icon-section-1 .icon-wrapper:hover .icon {
    background: #042181;
}

#icon-section-1 .icon-wrapper:hover .icon span {
    color: #c0f8e8;
}

#icon-section-1 .icon-title h3 {
    font-size: 24px;
    color: #042181;
    margin-bottom: 15px;
    font-weight: 600;
}

#icon-section-1 .icon-description p {
    font-size: 16px;
    color: #4f556a;
    line-height: 1.6;
    margin: 0;
}

#icon-section-1 .custom-col {
    padding: 15px;
}

#icon-section-1 .galleryDescription {
    color: #3ac19b;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
}

.counterLine {
    display: block;
    width: 60px;
    height: 2px;
    background-color: #c0f8e8;
    margin: 15px auto;
    bottom: 40px;
    position: relative;
}

#counter-section-1 .counter-content .weta-counter-tag {
    display: none;
}

#counter-section-1 {
    background-color: #042181;
    padding: 80px 0;
    margin: 50px auto;
    max-width: 1400px;
    border-radius: 20px;
    border-radius: 150px 0px 0px 0px;
    height: 333px !important;
}

#counter-section-1 .container {
    text-align: center;
}

#counter-section-1 .counter-item {
    flex: 1;
    padding: 0 20px;
}

#counter-section-1 .counterNumber {
    font-family: "Raleway", sans-serif;
    font-weight: 900 !important;
    font-size: 80px;
    color: #c0f8e8 !important;
    line-height: 94px;
    margin-bottom: 20px;
    position: relative;
}

#counter-section-1 .counterNumber::after {
    content: "+";
}

#counter-section-1 .counterText {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    max-width: 250px;
    margin: 0 auto;
}

#counter-section-1 .counterNumber {
    font-family: "Raleway", sans-serif;
    font-weight: 900 !important;
    font-size: 80px;
    color: #c0f8e8 !important;
    line-height: 94px;
    margin-bottom: 42px;
    position: relative;
}

#counter-section-1 .counterNumber::after {
    content: "+";
}

#blog-section-1,
#blog-section-2 {
    padding: 80px 0;
}

#blog-section-1 .custom-col,
#blog-section-2 .custom-col {
    padding: 15px;
    position: relative;
    transition: all 0.3s ease;
}

#blog-section-1 .custom-col a,
#blog-section-2 .custom-col a {
    text-decoration: none;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,
    0,
    0,
    0.1);
    transition: all 0.3s ease;
    position: relative;
}

#blog-section-1 .blog-image,
#blog-section-2 .blog-image {
    position: relative;
    overflow: hidden;
}

#blog-section-1 .blog-image img,
#blog-section-2 .blog-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.5s ease;
}

#blog-section-1 .blog-image::before,
#blog-section-2 .blog-image::before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,
    -50%);
    font-size: 40px;
    color: #fff;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease;
}

#blog-section-1 .blog-image::after,
#blog-section-2 .blog-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4,
    33,
    129,
    0.7);
    opacity: 0;
    transition: all 0.3s ease;
}

#blog-section-1 .custom-col:hover .blog-image::before,
#blog-section-1 .custom-col:hover .blog-image::after,
#blog-section-2 .custom-col:hover .blog-image::before,
#blog-section-2 .custom-col:hover .blog-image::after {
    opacity: 1;
}

#blog-section-1 .custom-col:hover .blog-image img,
#blog-section-2 .custom-col:hover .blog-image img {
    transform: scale(1.1);
}

#blog-section-1 .blog-content-wrapper,
#blog-section-2 .blog-content-wrapper {
    padding: 25px;
}

#blog-section-1 .blog-title .weta-icerik-tag,
#blog-section-2 .blog-title .weta-icerik-tag {
    color: #042181;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

#blog-section-1 .blog-date,
#blog-section-2 .blog-date {
    color: #c0f8e8;
    font-size: 14px;
    margin-bottom: 15px;
}

#blog-section-1 .blog-description p,
#blog-section-2 .blog-description p {
    color: #4f556a;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

#blog-section-1 .btn-color,
#blog-section-2 .btn-color {
    background: #042181;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: 2px solid #042181;
}

#blog-section-1 .btn-color:hover,
#blog-section-2 .btn-color:hover {
    background: transparent;
    color: #042181;
}

#blog-section-1 .rg-wrapper .weta-icerik-tag,
#blog-section-2 .rg-wrapper .weta-icerik-tag {
    color: #042181;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

#blog-section-1 .rg-wrapper .weta-icerik-tag::after,
#blog-section-2 .rg-wrapper .weta-icerik-tag::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #3ac19b;
}

.ebulten-description p {
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #000 !important;
}

#blog-section-2 .rg-wrapper .weta-icerik-tag {
    display: none !important;
}

.ebulten-section {
    background-color: #dee0ea !important;
}

.ebulten-section .weta-icerik-tag {
    color: #042181 !important;
}

.ebulten-section .btn-ebulten {
    background-color: var(--site-color);
    color: #c0f8e8 !important;
}

footer {
    width: 100%;
    background-image: url(/images/dot-map.png);
    background-repeat: no-repeat;
    background-position: 122px 80px;
    position: relative;
}

.footer-title {
    color: #c0f8e8 !important;
    font-size: 24px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}

.footer-info-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-pages li {
    padding: 5px 0px !important;
}

.footer-info-list ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer-info-list ul li a:hover {
    color: #c0f8e8;
    padding-left: 5px;
}

.footer-group-items {
    margin-bottom: 30px;
}

.footer-group-items address {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.contact-oge {
    margin-bottom: 15px;
}

.contact-oge a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-oge-icon {
    width: 35px;
    height: 35px;
    background: rgba(192,
    248,
    232,
    0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-oge-icon span {
    color: #c0f8e8;
}

.footer .whatsapp-contact {
    display: inline-flex;
    align-items: center;
    background: #25d366;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer .whatsapp-contact:hover {
    background: #128c7e;
    color: #fff;
}
/* Bottom Footer Styles */
#bottom-footer {
    background-color: #031a66;
    padding: 20px 0;
    color: #fff;
}

#bottom-footer .copyright {
    font-size: 14px;
    color: rgba(255,
    255,
    255,
    0.7);
}

#bottom-footer #legal-policy ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#bottom-footer #legal-policy ul li a {
    color: rgba(255,
    255,
    255,
    0.7);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

#bottom-footer #legal-policy ul li a:hover {
    color: #c0f8e8;
}

#bottom-footer .rexa {
    color: rgba(255,
    255,
    255,
    0.7);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

@media (min-width: 991px) {
    #page-detail-section-1 {
        margin: 100px 100px;
    }
}

#bottom-footer .rexa:hover {
    color: #c0f8e8;
}

@media (max-width: 768px) {
    #slider-2 .weta-slider-tag {
        font-size: 35px !important;
        line-height: 36px !important;
    }

    #slider-2 .slider-description p {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .sliderJs .swiper-button-next,
    .sliderJs .swiper-button-prev {
        display: none !important;
    }

    #gallery-detail-section-3 .custom-col {
        width: 100% !important;
    }

    #page-detail-section-1 .rexa-gorseller:after,
    #page-detail-section-1 .rexa-gorseller:before {
        display: none !important;
    }

    .pageDetailContent .weta-icerik-tag {
        font-size: 25px;
        line-height: 39px;
    }

    .pageDetailContent .weta-icerik-tag span,
    .gallery-wrapper .weta-icerik-tag span {
        bottom: 0 !important;
    }

    #gallery-detail-section-4 .swiper {
        position: static;
        width: 100% !important;
        margin-left: 0;
    }

    #gallery-detail-section-4 .gallery-wrapper .weta-icerik-tag {
        margin-left: 15px;
    }

    #gallery-detail-section-4 .galleryDescription p {
        font-family: "Hind", sans-serif;
        font-weight: 600 !important;
        font-size: 16px !important;
        padding-right: 24%;
        line-height: 28px !important;
        color: #ffffff !important;
        max-width: 680px;
        margin-top: -3px;
        margin-left: 15px;
    }

    #icon-section-1 .custom-col {
        width: 100% !important;
    }

    #counter-section-1 .counter-col {
        width: 100% !important;
    }

    #counter-section-1 {
        min-height: 740px !important;
    }

    #blog-section-1 .custom-col {
        width: 100% !important;
    }

    .ebulten-section .col-md-6:nth-child(2) {
        display: block !important;
    }

    #gallery-detail-section-3 .icon-bg .icon-2 {
        right: 0 !important;
    }
}

@media (max-width: 1150px) {
    .section-header .col-lg-2 {
        width: 50% !important;
    }
}

.blogDetail .blogTitle .weta-icerik-tag {
    width: 100% !important;
    font-family: "Raleway", sans-serif;
    margin: auto;
    font-weight: 900 !important;
    font-size: 36px !important;
    line-height: 52px !important;
    color: #042181 !important;
    margin-bottom: 50px;
}

#contactForm-1 .weta-icerik-tag {
    font-size: 35px !important;
}

#page-detail-section-4 .weta-icerik-tag {
    margin-top: 50px;
    margin: 50px 0px 25px 0px;
}

.page-breadcrumb {
    background-image: url(/images/breadcrumb.png) !important;
    background-color: #042181;
    background-blend-mode: soft-light;
    height: 200px;
}

.page-breadcrumb .relative-title .page-name span {
    font-family: "Raleway", sans-serif;
    font-weight: 900 !important;
    font-size: 29px !important;
    line-height: 15px;
    color: #c0f8e8 !important;
}

#page-detail-section-4 .rexa-gorseller .rgw::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 97.9%;
    height: 80%;
    background: linear-gradient(0deg, #042181 0%, rgba(4,
    33,
    129,
    0) 100%);
    left: unset;
    z-index: unset;
    animation: none;
}

#page-detail-section-4 .container-fluid {
    padding-left: 0 !important;
}


#gallery-detail-section-12 .gallery-img {
    border-bottom: 4px solid #c0f8e8;
    border-radius: 0 60px 0 0;
    overflow: hidden;
}

#gallery-detail-section-12 .img-title {
    margin-top: 0 !important;
}

#html-section-1 .container {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
}

#html-section-1 .main-title {
    color: #002b87;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#html-section-1 .support-text {
    color: #00c389 !important;
    text-align: center;
    font-weight: 500 !important;
    margin-bottom: 60px;
}

#html-section-1 .accordion-item {
    border: none;
    background: #f8f9fa;
    margin-bottom: 24px;
    border-radius: 8px !important;
}

#html-section-1 .accordion-button {
    background: #f8f9fa;
    border-radius: 8px !important;
    padding: 24px;
    min-height: 80px;
    box-shadow: none !important;
    font-size: 16px;
    line-height: 1.5;
}

#html-section-1 .accordion-button:not(.collapsed) {
    background: #f8f9fa;
    color: inherit;
}

#html-section-1 .faq-label {
    color: #00c389;
    font-weight: 500;
    margin-right: 10px;
}

#html-section-1 .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23002B87' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
}

#html-section-1 .widget-title-section {
    margin-bottom: 45px;
}

#html-section-1 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23002B87' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
}

#html-section-1 .accordion-body {
    padding: 20px;
    padding-top: 30px;
    border: 1px solid #efefef;
    margin-bottom: 20px;
    font-family: "Hind", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.5px;
    color: #989caa;
    min-height: 120px;
}

#html-section-1 .accordion-collapse {
    transition: all 0.3s ease;
}

#html-section-1 .row {
    --bs-gutter-x: 48px;
}

@media (min-width: 768px) {
    #html-section-1 .container {
        padding: 0 60px;
    }
}

#html-section-1 .widget-faq {
    text-align: center;
}

#html-section-1 .widget-accordion-2,
#html-section-1 .widget-accordion-1,
#html-section-1 .widget-accordion {
    text-align: start;
    max-width: 1400px;
    margin: auto;
}

#html-section-1 .widget-accordion-2 .accordion-items-2,
#html-section-1 .widget-accordion-1 .accordion-items-1,
#html-section-1 .widget-accordion .accordion-items {
    display: flex;
    gap: 20px 40px;
}

#html-section-1 .widget-accordion-2 .accordion-items-2 .list-2,
#html-section-1 .widget-accordion-1 .accordion-items-1 .list-1,
#html-section-1 .widget-accordion .accordion-items .list {
    width: 100%;
}

#html-section-1 .widget-accordion-2 .accordion-items-2 .list-2 .item,
#html-section-1 .widget-accordion-1 .accordion-items-1 .list-1 .item,
#html-section-1 .widget-accordion .accordion-items .list .item {
    margin-bottom: 20px;
}

#html-section-1 .widget-accordion-2 .accordion-items-2 .list-2 .accordion-heading-2,
#html-section-1 .widget-accordion-1 .accordion-items-1 .list-1 .accordion-heading-1,
#html-section-1 .widget-accordion .accordion-items .list .accordion-heading {
    position: relative;
    cursor: pointer;
    padding: 20px;
    padding-right: 50px;
    background-color: #f8f8f8;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22.5px;
    color: #4f556a;
}

#html-section-1 .widget-accordion-2 .accordion-items-2 .list-2 .accordion-heading-2 span,
#html-section-1 .widget-accordion-1 .accordion-items-1 .list-1 .accordion-heading-1 span,
#html-section-1 .widget-accordion .accordion-items .list .accordion-heading span {
    font-weight: 900;
    color: #3ac19b;
}

#html-section-1 .widget-accordion-2 .accordion-items-2 .accordion-heading-2::after,
#html-section-1 .widget-accordion-1 .accordion-items-1 .accordion-heading-1::after,
#html-section-1 .widget-accordion .accordion-items .accordion-heading::after {
    position: absolute;
    right: 20px;
    top: 20px;
    content: "+" !important;
    font-size: 40px;
    color: #042181;
}

#html-section-1 .widget-accordion-2 .accordion-items-2 .accordion-heading-2.active::after,
#html-section-1 .widget-accordion-1 .accordion-items-1 .accordion-heading-1.active::after,
#html-section-1 .widget-accordion .accordion-items .accordion-heading.active::after {
    content: "-";
}

#html-section-1 .widget-accordion-2 .accordion-items-2 .list-2 .accordion-content-2,
#html-section-1 .widget-accordion-1 .accordion-items-1 .list-1 .accordion-content-1,
#html-section-1 .widget-accordion .accordion-items .list .accordion-content {
    display: none;
    padding: 20px;
    padding-top: 30px;
    border: 1px solid #efefef;
    margin-bottom: 20px;
    font-family: "Hind", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.5px;
    color: #989caa;
}

#html-section-1 .widget-accordion-2 .accordion-items-2 .list-2 .accordion-content-2 span,
#html-section-1 .widget-accordion-1 .accordion-items-1 .list-1 .accordion-content-1 span,
#html-section-1 .widget-accordion .accordion-items .list .accordion-content span,
#html-section-1 .widget-title-section .sub-title {
    font-weight: 700;
    color: #3ac19b;
}

.widget-pricing {
    text-align: center;
    padding-bottom: 100px;
}

.widget-pricing .main-title {
    color: #042181 !important;
    font-size: 55px;
    font-weight: 900 !important;
    line-height: 1.3;
}

.widget-pricing-item {
    border: 1px solid #efefef;
    border-radius: 50px 0 0 0;
    padding: 30px 26px;
    transition: 0.5s;
}

.widget-pricing .top {
    margin-bottom: 40px;
}

.widget-pricing .heading {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23.5px;
    color: #042181;
    margin-bottom: 20px;
    transition: 0.5s;
    text-transform: capitalize;
}

.widget-pricing .price {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 60px;
    line-height: 70.5px;
    color: #3ac19b;
    margin-bottom: -4px;
    transition: 0.5s;
}

.widget-pricing .price span {
    font-weight: 500;
    font-size: 40px;
    transition: 0.5s;
}

.widget-pricing .sale {
    font-family: "Hind", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #9196a7;
    transition: 0.5s;
}

.widget-pricing ul li {
    font-family: "Hind", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.5px;
    color: #4f556a;
    padding: 20px 0;
    border-top: 1px solid #efefef;
    transition: 0.5s;
}

.widget-pricing .widget-pricing-item.recommended ul li {
    border-top: 1px solid rgba(255,
    255,
    255,
    0.1);
}

.widget-pricing .button {
    width: 100%;
    padding: 16px;
    background-color: #042181;
    transition: 0.5s;
}

.widget-pricing .button a {
    padding: 0;
    color: #c0f8e8;
}

.widget-pricing .widget-pricing-item:hover,
.widget-pricing .widget-pricing-item.recommended {
    background-color: #042181;
}

.widget-pricing .widget-pricing-item:hover ul li,
.widget-pricing .widget-pricing-item:hover .sale,
.widget-pricing .widget-pricing-item:hover .heading,
.widget-pricing .widget-pricing-item.recommended ul li,
.widget-pricing .widget-pricing-item.recommended .sale,
.widget-pricing .widget-pricing-item.recommended .heading {
    color: #ffffff;
}

.widget-pricing .widget-pricing-item:hover .price,
.widget-pricing .widget-pricing-item.recommended .price {
    color: #c0f8e8;
}

.widget-pricing .widget-pricing-item:hover .price span,
.widget-pricing .widget-pricing-item.recommended .price span {
    font-weight: 500;
    font-size: 40px;
}

.widget-pricing .widget-pricing-item:hover .button,
.widget-pricing .widget-pricing-item.recommended .button {
    background-color: #c0f8e8;
}

.widget-pricing .widget-pricing-item:hover .button a,
.widget-pricing .widget-pricing-item.recommended .button a {
    color: #042181;
}

.widget-pricing .recommended {
    position: relative;
}

.widget-pricing .recommended::after {
    position: absolute;
    content: "Recommended";
    right: 0;
    top: 30px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    transform: rotate(45deg);
}

.widget-pricing .recommended::before {
    position: absolute;
    content: url(../images/price.png);
    top: 0;
    right: 0;
}

@media (min-width: 1400px) {
    #html-section-3 .container {
        max-width: 1490px !important;
    }
}

.sub-title {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    color: #3ac19b;
    position: relative;
    text-transform: uppercase;
}

.widget-checkbox-sale {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    font-family: "Hind", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #4f556a;
    margin-bottom: 27px;
}

.widget-checkbox-sale .sale {
    color: #3ac19b;
}

.widget-checkbox-sale input[type="checkbox"
] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.widget-checkbox-sale label {
    margin: 0 16px;
    cursor: pointer;
    text-indent: -9999px;
    width: 36px;
    height: 20px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.widget-checkbox-sale label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background: #3ac19b;
    border-radius: 8px;
    transition: 0.3s;
}

.widget-checkbox-sale input:checked+label {
    background: #c0f8e8;
}

.widget-checkbox-sale input:checked+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.widget-checkbox-sale label:active:after {
    width: 8px;
}

#html-section-3 {
    margin-top: 50px;
}

@media (max-width: 768px) {
    #gallery-detail-section-12 .custom-col {
        width: 100%;
    }

    #gallery-detail-section-12 .weta-icerik-tag {
        line-height: 55px !important;
    }

    .widget-pricing .main-title {
        font-size: 20px;
    }

    #contactForm-1 .weta-icerik-tag {
        font-size: 29px !important;
    }
}

#blog-detail-2 .blog-title .weta-icerik-tag {
    font-size: 25px !important;
    line-height: 32px !important;
    margin-bottom: 0 !important;
}

.gallery-section-1 {
    padding: 0px;
}

.gallery-section-1 .gallery-img img {
    filter: grayscale(1);
    transition: all .4s;
}

.gallery-section-1 .img-wrapper {
    padding: 20px 70px;
    box-shadow: rgba(67,
    71,
    85,
    0.27) 0px 0px 0.25em, rgba(90,
    125,
    188,
    0.05) 0px 0.25em 1em;
}

.gallery-section-1 .img-wrapper:hover .gallery-img img {
    filter: grayscale(0);
}

.blogs .weta-icerik-tag {
    line-height: 30px !important;
    font-size: 22px !important;
    margin-bottom: 0px !important;
}

@media (min-width: 768px) {
    .section-header #navigation>ul>li:nth-last-child(1) a {
        font-weight: 400 !important;
        font-size: 14px !important;
        min-width: 150px !important;
        height: 40px !important;
        line-height: 40px !important;
        background-color: #042181;
        color: #fff !important;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #c0f8e8 !important;
        top: 15px;
        left: 35em;
    }
}

#yanForm {
    margin-bottom: 50px;
    display: none;
}

#yan-menu-container .pageDetailContent .weta-icerik-tag {
    width: 100%;
    font-family: "Raleway", sans-serif;
    margin: auto;
    font-weight: 900 !important;
    font-size: 44px !important;
    line-height: 55px;
    color: #042181;
    margin-bottom: 20px !important;
}

.gallery-section-4 .img-description p {
    color: #fff !important;
    font-size: 13px !important;
    margin-top: 14px;
}

.blog-date {
    display: none;
}

#page-detail-section-4 .rexa-content li {
    margin-bottom: 5px;
        list-style: disc;
}

.pageDetailContent .weta-description ul li::before,
.blogContent ul li::before {
    display: none !important;
}

.pageDetailContent .weta-description ul li {
    list-style: circle;
}

#page-detail-section-9 .weta-description ul,
#page-detail-section-10 .weta-description ul {
    text-align: left;
    margin-left: -8px;
}

#page-detail-section-9 .weta-description h3,
#page-detail-section-10 .weta-description h3 {
    text-align: left;
    margin-left: -13px;
    margin-top: 10px;
}

#page-detail-section-4 .rexa-content {
    padding-right: 100px;
}

#page-detail-section-4 .weta-description .weta-icerik-tag {
    font-size: 22px;
    padding: 0;
    margin: 0;
}

@media(max-width: 768px){
    .slider-contents{
        padding: 0px 20px;
    }
.weta-slider-buttons .btn {
    margin-bottom: 15px;
    }
#gallery-detail-section-4 .swiper-button-prev{
     right: 53% !important;
      top: 46% !important;
    }
#gallery-detail-section-4 .swiper-button-next{
     right: 27% !important;
           top: 46% !important;
    }
}
@media (max-width: 768px) {
  #gallery-detail-section-4 .gallery-info {
    right: 0 !important;
  }
.section-header.fixed{
    z-index: 999999 !important;
  }
  #blog-section-2 .custom-col{
    width: 100% !important;
  }
  .page-breadcrumb .relative-title .page-name span{
    font-size: 32px !important;
    top: 8px !important;
  }
  .gallery-section-1 .img-wrapper{
    padding: 20px 20px !important;
  }
  #page-detail-section-4 .rexa-content {
    padding-right: 25px;
    padding-left: 37px;
    }
    #contactForm-1 #phonenumber #phone{
    padding-left: 114px !important;
    }
.blogs .col-md-3 {
    margin-bottom:25px;
   }
.blogs .btn-color{
       margin-top: 10px;
   }   
  }
.iti{
    position: relative;
    display: inline-block;
    width: 100%;
}
#page-detail-section-4 .rgw{position: relative};