
:root {
    --primary-color: #2A2424;
    --secondary-color: #4D1C77;
    --bg-color:#2C3E50;
    --grey-color:#676767;
    --black-color: #000;
    --white-color:#fff;
    --Primary-bg-color: #FFFEFA;
    --primary-font: -apple-system, "Poppins", sans-serif;;
    --secondary-font:-apple-system,"Roboto", sans-serif;
}
body {
    font-family: var(--secondary-font);
    color: var(--primary-color);
    font-size: 16px;
}
.container {
    overflow: hidden;
    max-width: 1170px;
}
.container-small {
    max-width: 1024px;
}
.all-button a {
    color: var(--primary-color);
}
h1, h2, h3, h4, h5 {
    font-family:var(--primary-font);
	color:var(--primary-black);
    
}
h1 {
    font-size:55px;
    font-weight:400;
    line-height: 50px;
}
h2 {
    font-size:30px;
    font-weight:600;
}
h3 {
    font-size:26px;
    font-weight:500;
}
h4 {
    font-size:40px;
    line-height: 45px;
}
h5 {
    font-size:20px;
    line-height: 25px;
    font-weight:400;
}
h6 {
    font:600 18px/26px var(--secondary-font);
    margin:0;
}
p {
	font-size:18px;
	line-height:26px;
    margin:0 0 25px;
}
ul {
    margin:0;
    padding: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
.swiper-button-next, .swiper-button-prev {
    background: var(--white-color);
    border-radius: 50px;
    width: 40px !important;
    height: 40px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    opacity: 0;
}
.swiper-button-next svg, .swiper-button-prev svg {
    width: auto !important;
    height: auto !important;
    left: 12px;
    position: relative;
}
.swiper-button-prev svg {
    left: 10px;
}
/*-- header CSS --*/

header {
    background: #4D1C77;
    background: linear-gradient(90deg,rgba(77, 28, 119, 1) 0%, rgba(127, 23, 216, 1) 50%, rgba(77, 28, 119, 1) 100%);
    padding: 15px 0;
}
/* Header */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  position: relative;
  z-index: 1000;
}
.header .container {
    overflow: visible;
}
.logo {
  font-weight: 700;
}

/* Desktop Nav */
.nav {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.nav ul {
    display: flex;
    gap: 30px;
    align-items: center;
}
.nav ul li {
    list-style: none;
    font:400 16px/16px var(--secondary-font);
}
.nav a {
    color: var(--white-color);
}
.nav .dropdown-menu a {
    color: var(--black-color);
}
/* Dropdown */
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 160px;
  display: none;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
}

.dropdown-menu a {
  display: block;
  padding: 10px 15px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* Hamburger */
.hamburger {
  display: none;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 3px;
  background: #000;
  margin: 5px 0;
}

/* Overlay */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

/*-- End menu CSS --*/

.h-last-col {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 15px;
}
.user-col ul {
    display: flex;
    gap: 15px;
}
.user-col ul li {
    font:400 16px/24px var(--secondary-font);
}

.user-col ul li a {
    color: var(--white-color);
}

/*-- Language CSS --*/
.language-switcher {
  position: relative;
  display: inline-block;
}

.language-active {
  background: none;
  border: 0;
  font-weight: 600;
  cursor: pointer;
}

.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 80px;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.language-dropdown a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #000;
  font:400 16px/24px var(--secondary-font);
}

.language-dropdown.show {
  max-height: 120px;
}
/*-- End language CSS --*/


/*-- Start Home page CSS --*/
.hero-section {
    overflow: hidden;
}
/*-- Home Slider CSS --*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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-slide img {
    width: 100%;
}

/*-- End Home Slider CSS --*/


.banner-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.banner-content .row {
    width: 100%;
}
.banner-text h1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.banner-text .hd-1 {
    background: #2C3E50;
    padding: 20px;
    color: var(--white-color);
}
.banner-text .hd-2 {
    background: var(--secondary-color);
    padding: 20px;
    color: var(--white-color);
}
.b-top-hd {
    font:900 40px/45px var(--secondary-font);
    text-transform: uppercase;
    color: var(--white-color);
}
.banner-content .col-md-6 {
    align-items: center;
    display: flex;
}
.mid-section {
    padding: 50px 0;
}
.news-article {
    display: flex;
    gap: 15px;
    flex-direction: column;
    margin:0 0 30px;
}
.news-img {
    border-radius: 10px;
    overflow: hidden;
}
.news-img img {
    width: 100%;
}
.news-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.news-cate {
    font-size: 14px;
    line-height: 19px;
}
.news-cate a {
    color: var(--grey-color);

}
h5 a {
    color: var(--primary-color);
}
.top-list-slider {
    position: relative;
}
.properties-content {
    position: absolute;
    bottom: 0;
    left: 0px;
    text-align: left;
    right: 0;
    gap: 0;
    padding: 12px ; 
    background: #000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.properties-content h5 {
    margin: 0;
}
.properties-content h5 a {
    color: var(--white-color);
}
.propertie-size {
    font-size: 14px;
    color: var(--white-color);
}
.top-list-slider .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}
/*-- End Home page CSS --*/




/*-- Footer CSS --*/
.footer-section {
    background: var(--bg-color);
    padding: 70px 0 70px;
}
.footer-section h3 {
    color: var(--white-color);
}
/*-- END Footer CSS --*/


/*-- Start Responsive CSS --*/
@media (max-width: 991px) {
.hamburger {
    display: block;
}
.nav {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 20px;
    gap: 20px;
    transition: left .3s ease;
}
.nav.active {
    left: 0;
}
.overlay.active {
    opacity: 1;
    visibility: visible;
}
/* Mobile dropdown */
.dropdown-menu {
    position: static;
    box-shadow: none;
    display: none;
    padding-left: 15px;
}
.dropdown.active .dropdown-menu {
    display: block;
}

}
