.loaderBody {
    display: none;
}
.loaded {
    display: block !important;
}
@keyframes example {
    0%   { left:00%;}
    100%  { left:100%;}
}
.loader{
    position: fixed;
    height:100vh;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 99;
}

.loaderVosvet {
    z-index: 999999;
    width: 100px;
    height: 100px;
    position: fixed;
    animation-name: example;
    animation-duration: 2.8s;
    animation-timing-function:ease;
    animation-iteration-count: 2;
    top:calc(50% - 50px);
}


    /* 1. TEMA RENGİ */

.topBarSocial i:hover,
.topBarContact a,
.activeNavLink,
.dropdown-item:focus,
.dropdown-item:hover,
.featuredIcon-1,
.boneIcon,
.whatWeDoSwiper-button-prev i,
.whatWeDoSwiper-button-next i,
.gallerySwiper-button-prev i,
.gallerySwiper-button-next i,
.groomersSwiper-button-prev i,
.groomersSwiper-button-next i,
.contentText h6,
.blogItem:hover .blogTitle h6,
.blogDetail span:hover,
.blogDetail i,
.blogDetail,
.blogDate,
.footerSocial i:hover,
.feedBackswiper-button-next:hover,
.feedBackswiper-button-prev:hover,
.ilgiliYazilarTitle{
    color: var(--theme-bg);
}
/* 2. TEMA RENGİ */

.topBarContact a:hover,
.topBarContact i,
.topBarSocial i,
.about-title h4,
.headerNavLink,
.dropdown-item,
.blogTitle h6,
.featuredIcon-3,
.contentText span,
.feedBackswiper-button-next,
.feedBackswiper-button-prev {
    color: var( --main-color);
}

.teamBox:hover img,
.contactButton {
    border-color: var( --main-color);
}
/* 2. TEMA RENGİ */

.headerSwiper-button-prev:hover,
.headerSwiper-button-next:hover,
.headerPhone,
.dateLink:hover,
.contactButton,
.blogSwiper-button-next,
.blogSwiper-button-prev,
.headerNavLink:hover,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var( --main-color);
}

.footerContact i {
    background: #ddd;
}
/* 1.TEMA RENGİ */

.aboutCheckIcon,
.headerPhone:hover,
.dateLink,
.contactButton:hover,
.experienceArea,
.blogSwiper-button-next:hover,
.blogSwiper-button-prev:hover {
    background-color: var(--theme-bg);
    border-color: var(--theme-bg);
}

/* ffffff */
#hakkimizda,
body,
#galeri,
#blog,
#sss {
    background: var(--blok1-color);
}

/* f4f2ef */
#hizmetlerimiz,
#ekibimiz,
#iletisim {
    background: var(--blok2-color);
}

.kolayvetLogo a {
    width: 100px;
    padding: 0 8px;
}

.kolayvetLogo{
    margin: 20px auto 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.headerNavLink:hover,
.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--footer-color);
    border-radius: 4px;
    padding-left: 8px;
}

.ilgiliYazilarTitle {
    font-size: 1.35rem;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
}


.fixed {
    position: fixed !important;
    margin: auto 0;
    top: 0;
    left: 12.5%;
    width: 75%;
    z-index: 9999;
    box-shadow: 0px 0px 43px 0px rgb(143 150 133 / 28%) !important;
}

/* Header Swiper Area Start*/

.topBar {
    padding: 2px;
}

.topBarContact a {
    text-decoration: none;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.5s;
    margin-left: 40px;
}

.topBarContact i {
    font-weight: 900;
    margin: auto 5px;
}

.topBarSocial i {
    font-size: 1.3rem;
    margin-left: 12px;
    transition: all 0.5s;
}

.headerNav {
    top: 0;
    z-index: 10;
    position: absolute;
    width: 99%;
    margin: 0 auto;
}

.headerImg {
    margin-left: 48px;
}



.headerNavLink {
    font-weight: 700;
    transition: all 0.5s;
    margin: auto 5px;
    padding-left: 8px;
}

.navbarToggleButton {
    padding: 0;
}

.headerSwiper {
    height: 90vh;
    top: 0;
}



.swiper-container:hover .headerSwiper-button-prev,
.swiper-container:hover .headerSwiper-button-next {
    opacity: 1;
}

.headerSwiper-button-prev {
    left: 50px;
}

.headerSwiper-button-next {
    right: 50px;
}

.headerContent {
    left: 300px;
    text-shadow: 1px 1px 2px #fff;
    position: absolute;
    text-align: left;
    top: 30%;
}

.dropdown-item {
    text-align: left;
    font-weight: 600;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}


.headerPhone {
    margin-left: 16px;
}

.headerPhone:hover {
    color: var(--footer-color);
}

.dateLink:hover {
    color: var(--footer-color);
}
/* Header Swiper Area End*/
/* <!-- Featured Box Area Start --> */

.featured-area {
    position: relative;
    display: block;
    margin-top: -70px;
    z-index: 8;
}



.single-featured-box {
    position: relative;
    display: block;
    background: var(--blok1-color);
    padding: 27px 40px 26px;
    -webkit-box-shadow: 0px 4px 9px 2px rgb(20 33 43 / 5%);
    box-shadow: 0px 4px 9px 2px rgb(20 33 43 / 5%);
    height: 100%;
}

.single-featured-box .inner {
    position: relative;
    display: block;
    padding-left: 60px;
}

.single-featured-box .inner .icon {
    position: absolute;
    top: 3px;
    left: 0;
}

.featuredIcon {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
}

.featuredIcon-2 {
    color: #f9be4f;
}

.single-featured-box .inner .text {
    position: relative;
    display: block;
    padding-left: 20px;
}

.single-featured-box .inner .text h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 5px;
    font-weight: 700;
}

.single-featured-box .inner .text p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
/* <!-- Featured Box Area End --> */
/* <!-- About Area Start--> */

.experienceArea {
    position: absolute;
    top: 0;
    right: 40px;
    width: 185px;
    height: 185px;
    border-radius: 30px;
    text-align: center;
    font-weight: 800;
    color: var(--footer-color);
}

.experienceArea h2 {
    font-size: 4.5rem;
    line-height: 60px;
    padding-top: 25%;
    font-weight: 700;
}

.experienceArea i {
    font-size: 1.5rem;
}

.experienceArea h2:before {
    content: "";
    color: var(--footer-color);
}

.about-title h4 {
    font-size: 1rem;
    line-height: 20px;
    font-weight: 700;
}

.about-title h4 span {
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

.about-title h5 {
    font-weight: 900;
    font-size: 1rem;
    margin-bottom: 3vh;
}

.aboutCheckIcon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: var(--footer-color);
    font-size: 1rem;
    line-height: 40px;
    text-align: center;
    margin-right: 1vw;
}
/* <!-- About Area End--> */
/* <!-- What We Do Area Start--> */


.boneIcon {
    transform: rotate(60deg);
    width: 40px;
    height: 40px;
    background: var(--footer-color);
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}

.boneIconBackground {
    background: #f4f2ef;
}

.weDoBox {
    background: var(--footer-color);
    min-height: 100%;
}

.weDoBox img {
    padding: 25px;
}


.contentTextNewPadding {
    padding: 0 30px 10px !important;
}
.contentText h4 {
    font-weight: 700;
    font-size: 1.3rem;
}

.whatWeDoSwiper-button-prev,
.whatWeDoSwiper-button-next {
    position: absolute;
    z-index: 1;
    bottom: 0;
    font-size: 3rem;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    margin: 5px;
    padding: 0;
    margin-top: -30px;
}

.whatWeDoSwiper-button-next {
    right: 0;
}

.whatWeDoSwiper-button-prev i,
.whatWeDoSwiper-button-next i {
    font-weight: 700;
    font-size: 2.5rem;
}
/* <!-- What We Do Area End--> */
/*Gallery Area Start*/

.gallerySwiper-button-prev,
.gallerySwiper-button-next {
    position: absolute;
    z-index: 1;
    top: 60%;
    font-size: 3rem;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-top: -30px;
}

.gallerySwiper-button-next {
    right: 0;
}

.gallerySwiper-button-prev i,
.gallerySwiper-button-next i {
    font-weight: 700;
    font-size: 2.5rem;
}
/*Gallery Area End*/
/* <!-- Our Groomers Area Start--> */

.ourGroomersArea {
    background: #f4f2ef;
}


.contentText h4 {
    font-weight: 700;
    font-size: 1.3rem;
}

.teamBox {
    background: var(--footer-color);
    text-align: center;
    border-radius: 16px;
    padding: 10px;
}

.teamBox img {
    border-radius: 100%;
    width: 15vw;
    height: auto;
    border: 0.8vw solid var(--footer-color);
    transition: all .9s;
}

.contentText span {
    font-weight: 600;
}

.groomersSwiper-button-prev,
.groomersSwiper-button-next {
    position: absolute;
    z-index: 1;
    top: 60%;
    font-size: 3rem;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-top: -30px;
}

.groomersSwiper-button-next {
    right: 0;
}

.groomersSwiper-button-prev i,
.groomersSwiper-button-next i {
    font-weight: 700;
    font-size: 2.5rem;
}
/* <!-- Our Groomers Area End--> */
/* <!-- Clients Feedback Area Start --> */
    .goruslerImg {
        border-radius: 35px;
    }

.clientsFeedbackArea {
    background: url("http://mehedi.asiandevelopers.com/demo/carepress/assets/images/resources/map.png") no-repeat center top;
    background-attachment: scroll;
    background-color: #f4f2ef;
}

.feedbackBox {
    background-color: var(--footer-color);
    border-radius: 35px;
    padding: 40px;
    -webkit-box-shadow: 0px 5px 7px 2px rgb(20 33 43 / 4%);
    box-shadow: 0px 5px 7px 2px rgb(20 33 43 / 4%);
}

.feedbackSlide {
    border-radius: 35px;
}

.contentText h6 {
    font-weight: 800;
}

.feedBackswiper-button-next,
.feedBackswiper-button-prev {
    font-size: 2.5rem;
    padding: 0.6rem;
    top: 40%;
    z-index: 11;
    position: absolute;
    transition: all 0.5s;
}

.feedBackIcon {
    font-weight: 600;
}

.feedBackswiper-button-next {
    right: 0;
}
/* <!-- Clients Feedback Area End --> */
/* <!-- SSS Area Start -->*/

.captured-gallery-item {
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 0px 16px 0px rgb(39 48 75 / 14%);
}

.title {
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1;
}

.sssTitle {
    margin-bottom: 2px;
    padding: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background-color: transparent;
}

.sssTitle p {
    padding: 0 15px;
}
/* <!-- SSS Area End -->*/
/* <!-- News & Feeds Area Start --> */

.blogDate {
    background-color: var(--footer-color);
    font-weight: 600;
    position: absolute;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 2px 10px;
    top: 15%;
    left: 10%;
}

.blogDetail {
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    background: var(--footer-color);
    padding: 0 10px 35px;
    padding-right: 20px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 10px 2px rgb(20 33 43 / 4%);
    box-shadow: 0px 10px 2px rgb(20 33 43 / 4%);
}

.blogItem a {
    text-decoration: none;
}

.blogDetail span {
    transition: all 0.5s;
}

.blogTitle h6 {
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 800;
    transition: all 0.5s;
}

.blogSwiper-button-next,
.blogSwiper-button-prev {
    color: var(--footer-color);
    padding: 12px 24px;
    z-index: 8;
    font-size: 0.9rem;
    position: absolute;
    border-radius: 12px;
    transition: all 0.65s;
}

.blogSwiperIcon {
    font-weight: 900;
}

.blogSwiper-button-prev {
    right: 5vw;
}

.blogSwiper-button-next {
    right: 0;
}
/* <!-- News & Feeds Area End --> */
/* <!-- Contact Area Start --> */
#textarea-1625820185987 {
    height: 120px;
}
.iletisimFormuMap iframe {
    width: 100%;
}
#contactArea {
    background-color: #f4f2ef;
}

.contactTitle {
    font-weight: 700;
}

.contactButton {
    transition: all .5s;
    color: var(--footer-color);
}
.contactButton:hover {
    color: var(--footer-color);
}
#floatingTextarea {
    height: 120px;
}
.form-group {
    margin-top: 8px;
}
.form-group input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: var(--footer-color);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group label {
    font-weight: 600;
}
/* <!-- Contact Area End --> */
/* <!-- Footer Area Start --> */

.footerArticle {
    background-color: var(--footerBackground-color);
    color: var(--footer-color);
}

.footerContact i {
    color: var(--footer-color);
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 8px;
    line-height: 30px;
    margin-right: 10px;
}

.footerContact {
    color: var(--footer-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.footerContact a,
.footerAdress {
    font-weight: 800;
    font-size: 1.14rem;
    color: var(--footer-color);
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

.footerSocial i {
    font-size: 1.2rem;
    padding: 8px 12px;
    transition: all .6s;
}

.footerSocial i:hover {
    background-color: #f4f2ef;
}
/* <!-- Footer Area End --> */
/*Responsive*/

@media screen and (min-width: 991px) {
    .dropdown .dropdown-menu {
        opacity: 0;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        margin-top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .headerSwiper {
        height: 550px;
    }
}

@media screen and (max-width: 768px) {
    .areaTitle {
        font-size: 2.5rem;
    }
    .headerSwiper {
        height: 450px;
    }
    .headerContent {
        width: 450px;
        left: 20px;
        top: 120px;
    }
    .headerSwiper-button-prev,
    .headerSwiper-button-next {
        top: auto;
        bottom: 0;
        opacity: 1;
    }
    .headerSwiper-button-prev {
        left: 0;
    }
    .headerSwiper-button-next {
        right: 0;
    }
    .teamBox img {
        width: 100%;
    }
    .blogSwiper-button-prev {
        right: 80px;
    }
    .blogSwiper-button-next {
        right: 4px;
    }
    .contactMap {
        height: 280px;
    }
    .topBarContact a,
    .headerImg {
        margin-left: 0;
    }
}

@media screen and (max-width: 468px) {
    .headerContent {
        width: 380px;
        left: 10px;
        top: 110px;
    }
}

@media screen and (max-width: 320px) {
    .areaTitle {
        font-size: 1.85rem;
    }
    .headerContent {
        width: 380px;
        left: 10px;
        top: 110px;
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 768px) {
    .headerNav {
        top: 0;
        z-index: 10;
        position: static;
        width: 96vw;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1400px) {
    .headerContent {
        left: 180px;
    }
}

@media screen and (min-width: 1600px) {
    .headerContent {
        left: 230px;
    }
}

@media screen and (min-width: 1700px) {
    .headerContent {
        left: 265px;
    }
}

@media screen and (min-width: 1800px) {
    .headerContent {
        left: 310px;
    }
}

@media screen and (min-width: 1900px) {
    .headerContent {
        left: 350px;
    }
}

@media screen and (min-width: 2000px) {
    .headerContent {
        left: 410px;
    }
}

@media screen and (min-width: 2100px) {
    .headerContent {
        left: 470px;
    }
}

@media screen and (min-width: 2200px) {
    .headerContent {
        left: 530px;
    }
}

@media screen and (min-width: 2300px) {
    .headerContent {
        left: 590px;
    }
}

@media screen and (min-width: 2400px) {
    .headerContent {
        left: 630px;
    }
}

@media screen and (min-width: 2500px) {
    .headerContent {
        left: 700px;
    }
}

@media screen and (min-width: 2600px) {
    .headerContent {
        left: 720px;
    }
}

@media screen and (min-width: 2800px) {
    .headerContent {
        left: 860px;
    }
}



body {
    color: var(--theme-bg);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif  !important;
}

.navbar {
    font-family: 'Poppins', sans-serif  !important;
}

.areaTitle {
    font-size: 3.2rem;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
    margin: 11px 0 0;
}

/* Swiper CSS Start*/

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--footer-color);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* Swiper CSS End*/
/* Header Swiper Area Start*/

.topBar {
    padding: 2px;
}

.topBarContact a {
    text-decoration: none;
    text-shadow: 1px 1px var(--footer-color);
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.5s;
    margin-left: 40px;
}

.topBarContact i {
    font-weight: 900;
    margin: auto 5px;
}

.topBarSocial i {
    font-size: 1.3rem;
    margin-left: 12px;
    transition: all 0.5s;
}

.headerNav {
    top: 0;
    z-index: 10;
}

.headerImg {
    margin-left: 48px;
}

.headerNavContent {
    background: var(--footer-color);
    padding: 10px 0;
}

.headerNavLink {
    font-weight: 700;
    transition: all 0.5s;
    margin: auto 5px;
}

.navbarToggleButton {
    padding: 0;
}

.headerSwiper {
    height: 90vh;
    top: 0;
}

.headerSwiper-button-prev,
.headerSwiper-button-next {
    position: absolute;
    z-index: 1;
    top: 50%;
    font-size: 3rem;
    background: var(--footer-color);
    border: 2px solid var(--footer-color);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 0;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}


.headerSwiper-button-prev {
    left: 50px;
}

.headerSwiper-button-next {
    right: 50px;
}



.dropdown-item {
    text-align: left;
    font-weight: 600;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.blogOncekiSonraki {
    text-decoration: none;
}
.headerPhone,
.dateLink {
    text-shadow: none;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: all .5s;
    color: var(--footer-color);
}

.headerPhone {
    margin-left: 16px;
}

.headerPhone:hover {
    color: var(--footer-color);
}

.dateLink:hover {
    color: var(--footer-color);
}
/* Header Swiper Area End*/
/*Header Title Area Start*/

.headerTitle {
    height: 25vh;
    position: relative;
}

.fa-calendar-alt,
.fa-phone-volume{
    margin-right: 8px;
}

.headerTitleText {
    text-align: center;
    top: 55%;
    position: absolute;
}

.headerTitleText h1 {
    font-size: 3.8rem;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 1px 1px #fff;
}


.headerTitleNav a {
    font-weight: 600;
    text-decoration: none;
    transition: all .5s;
}

.headerTitleNav span {
    font-weight: 600;
    padding-left: 8px;
}

.headerTitleNav span:before {
    content: "|";
    color: #393d72;
    padding-right: 8px;
}
/*Header Title Area End*/
/*Blog Content Area Start*/

.blogContent {
    padding-right: 8px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /*
    -webkit-box-shadow: 0px 3px 10px 2px rgb(20 33 43 / 4%);
    box-shadow: 0px 3px 10px 2px rgb(20 33 43 / 4%);
    */

}

.blogContentTag span {
    padding: 5px 15px;
    border-radius: 8px;
    color: var(--footer-color);
}

.blogTitle h2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    margin: 0px 0 12px;
    text-shadow: 2px 1px var(--footer-color);
}

.blogInfo {
    font-weight: 600;
}



.blogInfo span {
    padding-left: 12px;
}

.blogInfo i {
    font-weight: 800;
    padding-right: 8px;
}
/*
.blogContent img {
    border-radius: 30px;
}
*/

.blogImg {
    width: 40%;

}
.blogImg img {
    float: left;
    margin-right: 18px;
}
.blogTags h4 {
    font-weight: 700;
}

.blogTags span {
    display: inline-block;
    background: #f9f9f9;
    color: var(--theme-bg);
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    padding: 0 12px;
    border-radius: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    margin-bottom: 8px;
}

.fa-facebook-square{
    color: #097ceb;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.fa-twitter-square {
    color: #1da1f2;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.fa-whatsapp {
    color: #52ee6f;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.fa-facebook-square:hover,
.fa-twitter-square:hover,
.fa-whatsapp:hover {
    opacity: 0.4;
}

.blogTags span:before {
    content: '#';
    color: #b5becc;
}


.blogTags span:hover {
    color: var(--main-color);
}

.blogTags a {
    display: inline-block;
    color: #b5becc;
    font-size: 26px;
    line-height: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    margin-right: 25px;
}
/*Blog Content Area End*/
/* <!-- Footer Area Start --> */
    .iletisimFormuMap iframe {
        max-width: 100%;
    }




.footerContact {
    color: var(--footer-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

/* <!-- Footer Area End --> */
/*Responsive*/

@media screen and (min-width: 991px) {
    .dropdown .dropdown-menu {
        opacity: 0;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        margin-top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .headerSwiper {
        height: 550px;
    }
    .fixed {
        left: 2.5%;
        width: 95%;
    }
    .iletisimFormuMap iframe {
        max-width: 480px;
    }
}

@media screen and (max-width: 768px) {
    .areaTitle {
        font-size: 2.5rem;
    }
    .headerSwiper {
        height: 450px;
    }
    .headerContent {
        width: 450px;
        left: 20px;
        top: 120px;
    }
    .headerSwiper-button-prev,
    .headerSwiper-button-next {
        top: auto;
        bottom: 5px;
        opacity: 1;
    }
    .headerSwiper-button-prev {
        left: 4px;
    }
    .headerSwiper-button-next {
        right: 4px;
    }
    .teamBox img {
        width: 100%;
    }
    .blogSwiper-button-prev {
        right: 80px;
    }
    .blogSwiper-button-next {
        right: 0;
    }
    .contactMap {
        height: 280px;
    }
    .topBarContact a,
    .headerImg {
        margin-left: 0;
    }
}

@media screen and (max-width: 468px) {
    .headerContent {
        width: 380px;
        left: 10px;
        top: 110px;
    }
}
@media screen and (max-width: 768px) {
    .headerTitleText {
        top: 45%;
    }
    .iletisimFormuMap iframe {
        max-width: 350px;
    }

}
@media screen and (max-width: 578px) {

    .groomersSwiper-button-prev, .groomersSwiper-button-next,
    .feedBackswiper-button-next, .feedBackswiper-button-prev{
        top: auto;
        bottom: 5%;
    }
    .blogItem {
        margin: 0 4px;
    }
    .feedBackBox{
        min-height: 440px;
    }
    .weDoBox{
        min-height: 470px;
    }
    .headerPhone {
        display: block;
        margin-top: 16px;
        width: fit-content;
        margin-left: 0;}


    .iletisimFormuMap iframe {
        max-width: 100%;
    }



    .headerTitle {
        height: 20vh;
        position: relative;
    }
    .headerTitleText {
        top: 25%;
    }
    .blogImg {
        width: 100%;
    }
    .blogImg img {
        float: none;
        margin-right: 0;
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .fixed {
        left: 0%;
        width: 100%;
    }

}

@media screen and (max-width: 320px) {
    .areaTitle {
        font-size: 1.85rem;
    }
    .headerContent {
        width: 380px;
        left: 10px;
        top: 110px;
        font-size: 0.8rem;
    }
}