/*
Theme Name: Realar
Theme URI: https://wordpress.themeholy.com/realar
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy 
Description: Realar - Real Estate Apartment Complex WordPress Theme
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: realar
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, 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. 

*/

/* Header sub-menu icon */
.hide-icon.main-menu ul.sub-menu li a:before {
    display: none;
}
.hide-icon.main-menu ul.sub-menu li a:hover {
    padding-left: 0;
}

/*  */
.filter-item.hidden {
    display: none;
}


.th-btn.th-btn-icon:after { display:none; }

#hero.hero-1{ background-color: #2c1556; }

.clsHomeSlider .hero-1 .hero-big-text {
    right: 25px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: unset;
    font-weight: 100;
    font-family: 'Inter';
    font-size: 180px;
    letter-spacing: 15px;
}
.clsHomeSlider .hero-inner.bg-mask .row.align-items-center {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
}
.clsHomeSlider .hero-inner.bg-mask .row.align-items-center .hero-style1 {
    padding: 140px 0 140px;
}
.clsHomeSlider .hero-inner.bg-mask .row.align-items-center .col-lg-6:last-child {
    position: absolute;
    right: 70px;
    top: 50%;
    width: auto;
    transform: translateY(50%);
}
.clsHomeSlider .hero-inner.bg-mask .row.align-items-center .col-lg-6:last-child a.play-btn.style2.popup-video {
    width: 85px;
    height: 85px;
}
.clsHomeSlider .hero-inner.bg-mask .row.align-items-center .col-lg-6:last-child a.play-btn.style2.popup-video i {
    font-size: 20px;
    width: 85px;
    height: 85px;
}
.clsHomeSlider .hero-inner.bg-mask .row.align-items-center .col-lg-6:last-child a.play-btn.style2.popup-video i::after {
    position: relative;
    top: -6px;
}
.clsHomeSlider .hero-inner.bg-mask .row.align-items-center .col-lg-6:last-child a.play-btn.style2.popup-video i::before {
    position: relative;
    top: -13px;
}

.shadow-title.common-title, .clsPrj .shadow-title {
	-webkit-text-fill-color: #ffffff;
    -webkit-text-stroke: unset;
    font-weight: 100;
    font-family: 'Inter';
    opacity: 0.1;
    letter-spacing: -7px;
}
.clsDark .shadow-title.common-title{
	-webkit-text-fill-color: #000;
}

.clsPrj .icon-btn{ display:none; }

.video-wrap-details{
	background:#e0d9eb !important;
}
.video-area-1 a.th-btn.style2 {
    background: #06813c;
}
.newsletter-wrap .newsletter-form span.btn-icon {
    display: none;
}
.marquee-wrap marquee ul {
  margin: 0;
  display: flex;
	padding: 35px 0;
}
.marquee-wrap marquee ul li{
    font-size: 23px;
    color: #ffffff;
    padding: 0 60px 0 0;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 28px;
}
.breadcumb-wrapper:after{
	background: #2c1556 !important;
}
.clsCntInfo .col-xl-4 {
    border-radius: 8px;
    border: 1px solid #9c9c9c;
    display: flex;
    align-items: center;
}

.clsCntInfo .row.gy-4 {
    gap: 18px;
    flex-wrap: nowrap;
    display: flex;
    align-items: stretch;
}

.clsCntInfo .row.gy-4 .about-contact-grid.style2 {
    background: transparent;
    border: transparent;
    border-radius: 0;
    width: 100%;
}

.clsCntInfo .row.gy-4 .about-contact-grid.style2 .about-contact-icon {
    position: relative;
    top: -10px;
}
.clsCntInfo .row.gy-4 .about-contact-grid.style2:hover {
    box-shadow: none;
}
.blog-comment-area {
    display: none;
}

.single.single-post .space-extra-bottom{
    background: #fff;
}
.clsFaq div#faqAccordion1 {}

.clsFaq div#faqAccordion1 button.accordion-button:not(.collapsed) {
    background: #2c1556;
}

.clsFaq div#faqAccordion1 .accordion-body {
    background: #2c1556;
    color: #d2d2d2;
}
@media only screen and (max-width: 1024px){
	.th-menu-wrapper .mobile-logo img {
		max-width: 170px;
	}
	.th-menu-toggle{
		background-color: #2c1556 !important;
	}
}
@media only screen and (max-width: 600px){
	header .align-items-center .col-auto:first-child{
		max-width: 210px;
	}
	
}
