
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

p {
    color: rgba(1, 1, 1, 0.7);
}

:root {
    --primary-color: #D6DB2D;
    --white-color: #fff;
    --black-color: #010101;
    --x-small: 12px;
    --small: 16px;
    --medium: 18px;
    --large: 24px;
    --title: 31px;
}

.width-80{
    width: 85%;
    margin: auto;
}
header {
    background-color: var(--white-color);
    padding: 5px 0;
    position: sticky;
    top: 0;
    left: 0;
    /* box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.49); */
    box-shadow: 0px 4px 13px -3px rgba(0,0,0,0.41);
    z-index: 1000;
}

header .desktop_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--medium);
}

header .desktop_header .menu {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 46%;
    list-style: none;
}
header .desktop_header .menu li{
    cursor: pointer;
}

header .desktop_header .lang {
    padding: 5px 20px;
    /*background-color: var(--primary-color);*/
    cursor: pointer;
}
.desktop_header .logo{
    cursor: pointer;
}

#hero .base1 {
    position: relative;
    width: 100%;
}
.mobile-menu-btn{
    display: none;
}
.mobile-menu li{
    cursor: pointer;
}

#hero .base1 .base2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding-top: 15%;
}
.hero_video{
    width: 100%;
}

#hero .base1 .base2 h1 {
    font-size: 87px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#hero .base1 .base2 p {
    font-size: var(--large);
    color: #000;
    font-weight: 300;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
}

.mobile-menu{
    list-style: none;
    font-size: var(--medium);
    line-height: 50px;
}
#full-service {
    padding: 2rem 0;
}

.title-box {
    text-align: center;
    margin-bottom: 2rem;
}

.title-box span {
    padding: 2px 4px;
    background-color: var(--primary-color);
    font-size: var(--x-small);
    margin-bottom: 10px;
    display: inline-block;
}

.title-box h2 {
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: var(--title);
}

.title-box p {
    font-size: var(--small);
}
.title-box p.fw-thin{
    font-weight: 300;
}
.premium-crm{
    position: relative;
}
.premium-crm .premium-box-c{
    width: 35%;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #ffffff94;
    padding: 1rem;
    border-radius: 5px;
}
.premium-crm .premium-box-c p{
    color: #000 ;
}

.premium-crm-count {
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--primary-color);
    padding: 2rem 2rem;
    margin-top: 2rem;
}

.premium-crm-count .count {}

.premium-crm-count .count h3 {
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    font-size: 50px;
    position: relative;
}

.premium-crm-count .count h3::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
}

.premium-crm-count .count p {
    font-size: var(--medium);
}

.premium-crm-last {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    gap: 2rem;
}

.premium-crm-last img {
    width: 50%;
}

.premium-crm-last p {
    font-size: var(--small);
}

.premium-crm-last .p-content {
    padding-bottom: .5rem;
}

#main-feacher {
    padding: 2rem 0;
    background-color: #F2F2E1;
}



#main-feacher .flip-card {
    background-color: transparent;
    width: 100%;
    height: 334px;
    perspective: 1000px;
}

#main-feacher .flip-card-front {
    background-color: var(--white-color);
    border: 1px solid var(--black-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    padding: 1rem;
    height: 100%;
    gap: 1rem;

}
#main-feacher .flip-card-front .card-heading{
    font-family: "Noto Sans", sans-serif;
    color: #010101;
    font-size: var(--medium);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}
#main-feacher .flip-card-front p{
    font-size: var(--small);
    text-align: justify;
    margin-bottom: 0;
}

#main-feacher .flip-card-front img {
    width: 40px;

}

#propertybase {
    padding: 4rem 0;
}
#swiss-edition .title-box{
    padding-bottom: 2rem;
}

.propertybase_card {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 3rem 1rem 1.5rem 1rem;
    text-align: justify;
    height: 340px;
    /* border: 1px solid #F5F5F5; */
}

.propertybase_card h4 {
    text-align: center;
    margin-bottom: 1rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: var(--large);
}

.propertybase_card p {
    font-size: var(--small);
}

.primary-button {
    text-decoration: none;
    color: #000;
    font-size: var(--medium);
    border: 1px solid var(--primary-color);
    padding: 6px 25px;
    transition: all ease .4s;
}

.primary-button:hover {
    background-color: var(--primary-color);
}

#why-chose-us {
    padding-bottom: 3rem;
    background-color: #F5F5F5;
}

#why-chose-us .title-box {
    margin-top: 2rem;
}

.adwant_box h5 {
    font-size: var(--large);
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.adwant_box p {
    font-size: var(--small);
}

#swiss-edition {
    padding: 3rem 0;
}

#company-logos {
    padding: 2rem 0;
    background-color: #F5F5F5;
}

#company-logos .company_l {
    display: flex;
    width: calc(200px * 5);
    animation: scroll 40s linear infinite;
}

@keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-200px * 5));
    }
  }

#company-logos .company_l img {
    width: 200px;
}

footer {
    padding-top: 3rem;
    padding-bottom: 1rem;
    background-color: #F2F2E1;
}
footer h4{
    font-size: var(--small);
    color: var(--black-color);
}
footer a{
    text-decoration: none;
    color: var(--black-color);
    /*opacity: 0.7;*/
    font-size: var(--x-small);
    display: block;
    line-height: 24px;
}
footer .copyright{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    margin-top: 3rem;
    border-top: 1px solid var(--black-color);
}
.ver-line{
    display: none;
}


