/*!
Theme Name: Reland
Theme URI: https://www.themegenix.net/reland/
Author: ThemeGenix
Author URI: https://themeforest.net/user/themegenix/
Description: Reland - Real Estate Group WordPress Theme
Version: 1.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reland
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.whatsappchat {
  position: fixed;
  bottom: 80px;
  right: 18px;
  height: 70px;
  background: rgba(137, 189, 73, .25);
  border: none;
  -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
  box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
  border-radius: 100%;
  padding: 0;
  padding-right: 10px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  z-index: 99;
  font-size: 0;
  font-weight: bold;
  color: #fff !important;
  transition: all .3s;
}

.whatsappchat:hover {
  background-color: #9ae0b7;
  color: #25d366;
}

.whatsappchat i.icon {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #25d366;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 10px 0 10px 10px;
  -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
  -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
  transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}

.whatsappchat i.icon svg {
  height: 30px;
  position: relative;
  bottom: 1px;
}

.whatsappchat i.icon:after {
  content: "";
  position: fixed;
  display: block;
  height: 70px;
  width: 70px;
  background: rgb(37 211 102 / 40%);
  z-index: -1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: 3s ease-in-out infinite pulse;
  animation: 3s ease-in-out infinite pulse;
}

.whatsappchat i.icon svg path {
  fill: #fff;
}


p {
    font-size: var(--tg-body-font-size);
    font-weight: var(--tg-body-font-weight);
    line-height: var(--tg-body-line-height);
    color: #202020;
    margin-bottom: 15px;
}

.banner-area-eight .banner-content>p {
    width: 90%;
    margin: 0 0 40px;
    color: #202020;
}


.banner-area-eight {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #f4f9ff 0%, #ffffff 100%);
    overflow: hidden;
}


div.services-thumb img {
    border-radius: 0%;
    width: 80px;

}

.section-title .sub-title {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    display: block;
    color: var(--tg-secondary-color);
    margin-bottom: 15px;
}

.banner-area-two .banner-scroll-down a span {
    border-color: #0158c6;
}

.banner-area-two {
    position: relative;
    background: #fff;
    padding: 120px 0 0px;
    min-height: 90vh;
}

.counter-item .count {
    margin-bottom: 12px;
    font-size: 48px;
    line-height: .8;
    color: #2a58c9;
    display: block;
    font-family: 'Montserrat';
    font-weight: 600;
}

.header1 {
    background: #fff;
}

.mobile-menu {
    width: 100% !important;
}

.li-contact {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.li-contact .limail {
    margin-top: -8px;
}

.azin-lang-switcher {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.azin-lang-switcher .mainlang-class {
    display: flex;
    align-items: center;
    padding: 7px 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.azin-lang-switcher .mainlang-class:hover {
    background: rgba(255, 255, 255, 0.2);
}

.azin-lang-switcher .mainlang-class img {
    margin-right: 8px;
    width: 20px;
    height: auto;
}

.azin-lang-switcher .current-lang {
    display: flex;
    align-items: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.azin-lang-switcher .current-lang:hover {
    background: rgba(255, 255, 255, 0.2);
}

.azin-lang-switcher .current-lang img {
    margin-right: 8px;
    width: 20px;
    height: auto;
}

.azin-lang-switcher .lang-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    padding-left: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.azin-lang-switcher:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
}

.azin-lang-switcher .lang-dropdown li {
    list-style: none;
}

.azin-lang-switcher .lang-dropdown a {
    display: flex !important;
    align-items: center !important;
    padding: 8px 15px !important;
    color: #333 !important;
    text-decoration: none;
    transition: background 0.3s ease;
    font-size: 14px !important;
    border: none !important;
    border-radius: 0 !important;
    width: 100% !important;
}

.azin-lang-switcher .lang-dropdown a:hover {
    background: #f5f5f5 !important;
}

.azin-lang-switcher .lang-dropdown img {
    margin-right: 0px;
    width: 20px;
    height: auto;
}

.header-mob {
    display: none;
}

.banner-area-four.banner-bg-three::before {
    background: none !important;
}

.footer-bottom {
    padding: 20px 0 !important;
}

.copyright-text p {
    margin-bottom: 0 !important;
}

.banner-content-meta {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

.banner-content-meta .icon {
    margin-right: 10px;
}

.banner-content-meta .icon svg {
    fill: #0158c6;
}  

.project-info-wrap .info-item .icon {
    margin-right: 15px !important;
}

.project-info-wrap .info-item .icon svg, .banner-content .list-wrap li .icon svg {
    width: 55px;
    height: 55px;
    fill: #0158c6;
}

.project-info-wrap .list-wrap .info-item {
    max-width: 100% !important;
    /* flex-grow: 0 !important;
    margin-right: 15px;  */
}

.footer-social .list-wrap li a i {
    color: #fff;
}

/* Mobil gÃ¶rÃ¼nÃ¼m iÃ§in dÃ¼zenlemeler */
@media (max-width: 991px) {
    .sticky-menu .logo.mobile-logo.d-none>a:not(.sticky-logo) {
        display: block !important;
    }

    .header1 {
        padding: 10px 0 !important;
    }

    .secondary-logo img {
        width: auto;
        height: 60px !important;
    }

    .azin-lang-switcher .mainlang-class {
        display: none;
    }

    .azin-lang-switcher {
        margin: 15px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    .azin-lang-switcher .mainlang-class {
        background: rgba(0, 0, 0, 0.05);
        margin-right: 10px;
        padding: 8px 15px;
    }

    .azin-lang-switcher .lang-dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        background: transparent;
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 5px;
        padding: 0px 25px;
        justify-content: center;
    }

    .azin-lang-switcher .lang-dropdown li {
        margin: 0;
    }

    .azin-lang-switcher .lang-dropdown a {
        background: rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        padding: 8px 15px;
    }

    .azin-lang-switcher .lang-dropdown a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    .section-title .sub-title {
        text-transform: uppercase;
        font-size: 16px !important;
        font-weight: 500;
        display: block;
        color: var(--tg-secondary-color);
        margin-bottom: 9px !important;
    }

}

@media (max-width: 991px) {
    .azin-lang-switcher .current-lang {
        background: rgba(0, 0, 0, 0.05);
    }

    .header-mob {
        display: flex;
        align-content: center;
        justify-content: center;
    }

    .header-mob ul {
        margin: 20px 0;
    }

    .header-mob li {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 0 30px;
    }

    .header-mob hr {
        margin: 0 25px;
    }

    .mobile-menu .social-links ul {
        padding: 10px 20px !important;
    }

    .social-mob .social-links {
        display: flex;
        justify-content: center;
        align-content: center;
        justify-content: center;
        padding: 10px 0;
    }

    .mobile-menu .social-links li a {
        color: #1c4281 !important;
        border: 1px solid #1c4281 !important;
    }

    .mobile-menu .nav-logo {
        padding: 15px 25px !important;
    }

    .mobile-menu .close-btn {
        top: 38px !important;
    }

    .azin-blockmob .row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .azin-blockmob .slick-slider {
        margin-top: 20px
    }


}

