LittleDemon WebShell


Linux in-mum-web1499.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
Path : /home/u901718425/public_html/css/
File Upload :
Command :
Current File : /home/u901718425/public_html/css/theme_home.css

@import url('https://fonts.googleapis.com/css2?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');
/*@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Lobster&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&family=Tangerine:wght@400;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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');

/*font-family: 'Montserrat', sans-serif;*/
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Poppins', sans-serif;*/
/*font-family: 'Raleway', sans-serif;*/
/*font-family: 'Roboto', sans-serif;*/
:root {
    --background: #ebebeb;
    --of-white: #fff8f7;
    --white: #fff;
    --black: #000000;
    --silver:silver;
    --log_color:#3488c8;
    --subheader:#999999;
    --sub-heading: #8f8f8f;
    --view: #17a2b8;
    --delete: #dc3545;
    --submit: #28a745;
    --edit: #6c757d;
    --done: #007bff;
    --warning: #ffc107;
    --online:#28a745;
    --break: orange;
    --offline: rgb(233, 233, 233);
    --blue: #354052;
    --darkblue:#2b3443;
    --update: #ff9800;
    --house-color: #C02222;
    --secound-color: #FCEBEB;
    --house-dark: #a40404;
    --footer-bg: #494949;
    --dark: #929292;
    --mid: #b6b6b6;
    --mid-light: #e8e8e8;
    --light: var(--white);
    --text-light: #efe5e4;
    --light-text:#484848;
    --text-dark: #37272a;
    --text-mid: #585252;
    --dark-transprant: #00000065;
    --light-silver:#c5c5c5;
  }
  
body{
    max-width: 2048px;
}
.tooltip{
    transiton: width 0.5s ease-out, height 0.8s ease;
}
.tooltip.expand {
    display:flex;
    background: #000000b3;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 11px;
    width: fit-content;
    position: absolute;
    margin-bottom: 60px;
    z-index: 1;
    right: 0;
    text-align: center;
    text-transform: capitalize;    
}
.tooltip.expand:after {
    content: "";
    width: 7px;
    height: 10px;
    position: absolute;
    bottom: -3px;
    right: 0;
    background: #000000b3;
    border-radius: 0 0 0px 57px;
    white-space: nowrap;
}
.disabled{
    background: var(--dark) !important;
}
.input-group {
    display: flex;
    position: relative;
}
.input-group input{
    width:100%;
}
.verifyMobile {
    position: absolute;
    right: 10px;
    top: calc(50% + 5px);
    transform: translate(0, -50%);
    font-size: 13px;
}
.justify-end {
    justify-content: end;
}
.animate-arrow {
    color: var(--dark);
}
.animate-arrow:hover {
    transform: scale(1.08);
    cursor: pointer;
    color: #000;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: 600;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /*color: var(--house-color);*/
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.bread-crum {
    display: flex;
    align-items: center;
    font-family: 'OPEN SANS';
    font-size: 14px;
    color: var(--sub-heading);
    padding:10px 0;
}
.house-color{
    color: var(--house-color) !important;
}
.text-light{
    color: var(--dark) !important;
}
title {
    color: var(--house-dark);
    display: block;
    
    font-size: 14px;
}
span.title-gray {
    color: var(--footer-bg);
}
body{
    background: var(--white);
    font-family: 'Poppins', 'Roboto','Open Sans','Montserrat','Raleway';
    font-weight: 400;
    padding: 0;
    margin: 0;
    cursor: default;
    font-size: 16px;
}
.heading{
    font-family: 'Bitter','Poppins', 'Roboto';
}
a{
    text-decoration: none;
    color: unset;
}
button {
    cursor: pointer;
    border-radius: 3pc !important;
}
input[type="text"], input[type="email"], input[type="password"], select{
   border-radius: 3pc !important;
}
textarea {
    border-radius: 1.5pc !important;
}
.pointer{
    cursor: pointer;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gap-5{
    gap: 15px;
}
.d-flex{
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.d-none{
 display: none !important;   
}

form .input-box {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 15px;
}
form .input-box input, form .input-box select {
    height: 30px !important;
    border-radius: 6px;
    border: 1px solid silver;
    padding: 0 15px;
    font-size: 14px;
    font-family: 'Poppins';
}
form .input-box textarea {
    border-radius: 8px;
    border: 1px solid silver;
    padding: 15px;
    font-size: 14px;
    font-family: 'Poppins';
}

.btn-secoudery {
    border: 1px solid var(--house-color) !important;
    color: var(--house-color);
    background: var(--white);
}

.custom-checkbox.active {
    border: 1px solid var(--house-color) !important;
    color: var(--house-color);
    background: var(--white);
}
.custom-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 30px !important;
    border: 1px solid var(--dark) !important;
    color: var(--dark);
    background: var(--white);
}
.custom-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.btn-view-more {
    border: 1px solid var(--house-color) !important;
    color: var(--house-color);
    background: repeating-radial-gradient(transparent ,var(--house-color), transparent 820px);
}
.btn {
    height: 35px;
    border: none;
    border-radius: 4px;
    font-size: 0.9rem;
    
    /* margin-top: 20px; */
    transition: transform 500ms ease-out;
	 overflow: hidden;
}
.btn-logins {
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.saving {
    border: 1px solid green!important;
    color: green;
    background: #00800005;
}
button{
    transition: transform 500ms ease-out;
	overflow: hidden;
	position: relative;
}
button:hover {
    box-shadow: 0px 3px 10px -5px var(--black);
}
button::before {
	 content: '';
	 background: rgba(255, 255, 255, 0.4);
	 width: 60%;
	 height: 100%;
	 top: 0%;
	 left: -125%;
	 transform: skew(45deg);
	 position: absolute;
	 transition: left 500ms ease-out;
}

/*.btn-signin:hover {*/
/*    box-shadow: 0px 3px 10px -5px var(--black);*/
/*    transform: scale(1.02);*/
/*    background: linear-gradient(180deg, var(--house-color), #8e0808);*/
/*}*/

button:hover {
	 transform: translateY(-2%);
}
button:hover::before {
	 left: 150%;
}

.view-custom{
    width: 96% !important;
    height: 40px;
}

.s{
    width: 80px;
}
.m{
    width: 100px;
}
.x{
    width: 148px;
}
.auto {
    width: auto;
    padding: 5px 15px;
}

.btn-load {
    background: transparent;
    color: var(--house-dark);
}
.btn-load:hover{
    box-shadow: unset;
}
.btn-delete {
    background: var(--delete);
    color: var(--white);
}
.btn-update{
    background: var(--update);
    color: var(--white);
}
.btn-call {
    background: var(--view);
    color: var(--white);
}
.btn-submit{
    background: var(--house-color);
    color: var(--white);
}
.btn-done {
    background: var(--done);
    color: var(--white);
}
.btn-search{
    background: var(--done);
    color: var(--white);
}
.btn-edit {
    background: var(--edit);
    color: var(--white);
}
.btn-signin.white {
    color: var(--white);
    border: 1px solid var(--white);
    background: #ffffff17;
}
.btn-signin {
    background: var(--house-color);
    color: var(--white);
}
.clear {
    background: var(--edit);
    color: var(--white);
}
.download {
    background: var(--submit);
    color: var(--white);
}


.main-title .col{
    text-align: center;
}
.main-title {
    width: auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    padding: 40px;
    height: auto;
    flex-direction: column;
}
.main-title .h2{
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    color: var(--black);
}
.h2 {
    font-weight: 700;
    font-size: 2rem;
}
.h6 {
    font-weight: 500;
    font-size: 1.2rem;
}
.main-title .h6 {
    font-size: 1rem;
    color: var(--sub-heading);
    letter-spacing: 0.2px;
}
@media screen and (max-width: 780px){
    .exploreCity .main-title {
        padding: 5px;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .exploreCity-slider{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 675px){
    .main-title .h6 {
        font-size: smaller;
        color: var(--dark) !important;
        letter-spacing: 0.2px;
    }
}

 .main-title .h2,  .main-title .h6 {
    margin: 5px 0;
}

/*body>div:nth-child(odd){*/
/*    background: #916967;*/
/*}*/
/*.cards:nth-child(even){*/
    
/*}*/


.black{
    color: var(--black);
}
.dark{
    color: var(--dark);
}
.min{
    background: var(--mid);
}
.mid-light{
    background: var(--mid-light);
}

.light{
    background: var(--light);
}
.dark .main-title {
    color: var(--light);
}
.mid .main-title {
    color: var(--text-dark);
}
.light .main-title {
    color: var(--text-dark);
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fs-7 {
  font-size: 0.75rem !important;
}
.fs-8 {
  font-size: 0.65rem !important;
}

.sy svg {
    height: 20px;
    width: min-content;
    /*max-width: 20px;*/
}

i.sy {
    height: min-content;
    width: fit-content;
    min-width: 20px;
    max-width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* message */
.messg {
    width: 100%;
    height: 100vh;
    background: #00000078;
    position: absolute;
    z-index: 2025;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.messg  .message.del::before {
    content: "\274C";
    width: 80px;
    height: 80px;
    border: 2px solid red;
    outline: 5px solid var(--white);
    border-radius: 50%;
    position: relative;
    display: flex;
    z-index: 2;
    background: var(--white);
    font-size: 30px;
    align-items: center;
    justify-content: center;
}
.messg .message.done::before {
    background: url(../images/done.gif) center no-repeat;
    content: "";
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}
.messg .message {
    position: fixed;
    min-height: 200px;
    min-width: 250px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: var(--white);
     color: #000;
    box-shadow: 2px 2px 10px -1px silver;
    font-size: 18px;
    z-index: 8;
    transition: 0.5s ease;
    flex-direction: column;
    gap: 20px;
}
.messg .message.pop{
    border-left: 4px solid green;
    width: 200px;
}
/************************************************************* css *************************************************/

/* home page css */

.catagery {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
       flex-wrap: wrap;
}

.catagery img {
    width: 100%;
    height: 100%;
 
}

.cat {
    position: relative;
    overflow: hidden;
    margin: 5px;
    max-width: 300px;
    height: 160px;
    min-width: 250px;
    width: 270px;
}
.tag {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--house-color);
    color: var(--white);
    padding: 3px 5px;
    font-size: 12.5px;
    font-weight: 300;
}


.dots {
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
}
.dots .nav-dot , .dots .nav-news {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: var(--silver);
    margin: 2px;
}
.dots .nav-dot.active , .dots .nav-news.active{
    background: var(--house-color);
}

/*Tools*/
.tools {
    background: var(--mid);
}
.tool span svg {
    height: 40px !important;
    width: 40px !important;
    fill: var(--light);
}
.tool h5 {
    color: var(--light);;
    margin: 2px;
}
.tools-card {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.tool {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    width: calc(75% / 4);
    height: 200px;
    padding: 40px 20px;
    box-shadow: 0 0 10px -4px silver;
    border-radius: 8px;
}
.tool h4 {
    margin-bottom: 10px;
    text-align: center;
}
.tool .tool-img {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
    background: var(--secound-color);
    align-items: center;
    justify-content: center;
}
.tool .tool-img img {
    height: 30px;
}
.tool p {
    font-size: 0.75em;
    text-align: center;
    margin-top: 0px;
}

@media screen and (max-width: 780px) {
    .tool {
        width: calc(75% / 2) ;
    }   
}
@media screen and (max-width: 580px) {

    .tool p.text-light {
        display: none;
    }
    .tool {
        width: 33%;
        text-align: center;
        height: auto;
        padding: 20px;
    }
    .tool h4 {
        font-weight: 600;
    }
}

/* about */
.images {
    display: grid;
    grid-template-columns: 48% 48%;
    width: 30%;
    min-width: 250px;
    gap: 14px;
}
.images .col-1 {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.images .col-1 img {
    height: 40%;
    width: auto !important;
    min-width: auto !important;
    max-width: auto !important;
}
.images .col-1 img.height-max {
    height: 55%;
}

.images .col-1 img.small-height {
    height: 45%;
}
@media screen and (max-width: 580px) {
    .images {
        width: 100%;
        order:2;
    }
    .images .col-1 {
        height: 340px;
    }
    .section {
        padding: 40px 30px !important;
    }
} 
/* about end*/


.recentlyview , .FeaturePropety , section#asset_advisor, section#newsfeed, .important{
    padding: 40px 80px;
}
/* .main-title {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    padding: 20px 40px 0 40px;*/
/*    width: auto;*/
/*    height: auto;*/
/*    align-items: flex-end;*/
/*    flex-wrap: wrap;*/
/*}*/
 .main-title .col .wrap button {
    background: #616161;
    border: none;
    padding: 5px 15px;
    color: var(--white);
    border-radius: 4px;
    margin: 0px 5px;
}  

.citywrap {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.wrapper {
    display: flex;
    width: 30%;
    overflow: hidden;
    position: relative;
}
.wrapper span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
    color: var(--white);
}
.citywrap img.city {
    width: 100%;
    filter: brightness(0.7);
    transition: 0.5s ease-out;
}
.citywrap img.city:hover {
    transform: scale(1.2);
}
::-webkit-scrollbar {
  width: 1px;
  height: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.section {
    padding: 40px;
}
.section .main-heading { 
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}
.section .main-heading h2{
    margin: 0;
}
.section .column{
    position: relative;
}
.section .column img {
    width: 50%;
    min-width: 250px;
    max-width: 500px;
    box-shadow: 0px 0px 6px -6px #1a1a1a;
    border-radius: 15px;
}
.section .column {
    position: relative;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
.section .text-back {
    width: 30%;
    max-width: 800px;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    justify-content: center;
}
.section .text-back h6 {
    font-family: 'Poppins';
    margin: 5px 0;
    color: var(--house-color);
    font-size: 20px;
    font-weight: 500;
}

.section .text-back h3 {
    margin: 5px 0;
    font-weight: 700;
    font-size: 2.2rem;
}

.section .text-back h5 {
    margin: 5px 0;
    color: gray;
    font-weight: 500;
    font-size: 14px;
     font-size: 1.5rem;
}
button.explore-more {
    width: 148px;
    height: 40px;
    border:none;
    border-radius: 4px;
    background: var(--house-color);
    color: var(--white);
    margin-top: 30px;
    transition: 0.5s ease-out;
}
button.explore-more:hover {
    transform: scale(1.05);
     box-shadow: 0px 0px 16px -4px #232323;
    /*box-shadow: 0 0px 18px -5px black;*/
}

@media screen and (max-width: 780px){
    .section .column{
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 675px){
    button.explore-more {
        margin-top: 20px;
    }
    .section .column{
        flex-wrap: wrap;
    }
}


/*  how to buy home */
.how-to-buy-home {
    padding: 40px 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.how-to-buy-home img.img {
    width: 48%;
    min-width: 250px;
    box-shadow: 0px 0px 16px -5px black;
    border-radius: 15px;
    height: 420px;
}
.how-to-buy-home .details-htbh {
    width: 45%;
    min-width: 250px;
    padding: 20px;
}
.how-to-buy-home .details-htbh h2 {
    font-size: 2rem;
    color: var(--house-color);
    margin-top: 0;
}
.how-to-buy-home .details-htbh h3 {
    font-size: 1.8rem;
    margin: 0;
}

.how-to-buy-home .details-htbh ul {
    list-style: none;
    padding-inline-start: 0;
}
.how-to-buy-home .details-htbh ul li {
    font-size: 15px;
    line-height: 1.9;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    padding: 0 20px;
    background: var(--white);
    border-radius: 40px;
    height: 45px;
    margin-bottom: 10px;
    justify-content: space-between;
    transition: .5s ease-out;
    box-shadow: 0 0 16px -6px #b8b8b8;
}
.how-to-buy-home .details-htbh .list {
    padding: 20px 0;
}
.how-to-buy-home .details-htbh ul li:hover {
    box-shadow: 0 2px 16px -6px #565656;
    transform: translate(0px, -2px);
    background: var(--house-color);
    color: var(--white);
}
.how-to-buy-home .details-htbh ul li span{
    color: var(--house-color);
}
.how-to-buy-home .details-htbh ul li span{
 transition: .5s ease-out;
 transition-delay: 0.2s;
 transform: translate(-10px, 0px);
}
.how-to-buy-home .details-htbh ul li:hover span{
    color: var(--white);
    transform: translate(0px, 0px);
}

.how-to-buy-home img.img.mob{
    display:none !important;
}
.how-to-buy-home img.img.pc{
   display: block !important;
}

.banner {
    background: #FCEBEB;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #000;
    font-size: 1.5rem;
    padding: 20px 40px;
    margin: 0 40px;
    gap: 30px;
}

.banner img.banner-images {
    height: 260px;
    margin-bottom: -30px;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.banner h2, h6 {
    margin: 5px 0;
}
.banner small {
    font-size: 15px;
}
.banner h6.house-color {
    font-weight: 400;
}
.banner span{
    color: #000;
}
button.listfroFree {
    display: flex;
    width: 148px;
    height: 34px;
    border-radius: 4px;
    margin-top:15px;
    align-items: center;
    justify-content: space-evenly;
    color: var(--house-color);
    font-size: 0.9rem;
    background: #c0222200;
    border: 1px solid var(--house-color);
}

button.border-btn {
    display: flex;
    height: 34px;
    border-radius: 4px;
    margin-top:15px;
    align-items: center;
    justify-content: space-evenly;
    color: var(--house-color);
    font-size: 0.9rem;
    background: #c0222200;
    border: 1px solid var(--house-color);
}
@media screen and (max-width: 890px) {
    .details-htbh {
        width: 100% !important;
    }
    .how-to-buy-home img.img.mob {
        display: block;
        width: 100%;
        margin-top: 30px;
    }
    .how-to-buy-home img.img.pc {
        display: none;
    }
}
@media screen and (max-width: 675px) {
section#asset_advisor, section#newsfeed, .important, .recentlyview{
    padding: 40px;
}

    .banner img.banner-images{
        display:none;
    }
    .banner .h2.heading {
    margin: 10px 0;
}
   .banner small {
        font-size: 15px;
        line-height: 1.4;
        display: -webkit-box;
    }
    .banner {
    justify-content: flex-start;
    margin: 0px;
    height: auto;
    padding: 20px 30px;
    margin-top: 15px;
    }
.how-to-buy-home img.img.mob{
    display: block;
}
.how-to-buy-home img.img.pc{
    display:none;
}
.how-to-buy-home .details-htbh h3 {
    margin-bottom: 20px;
}
    .how-to-buy-home {
    padding: 40px;
    }
    .how-to-buy-home .details-htbh {
    padding: 0;
    width: 100%;
}
.how-to-buy-home .details-htbh ul li {
    font-size: 15px;
}
.how-to-buy-home img.img {
    width: 100%;
    border-radius: 10px;
    height: auto;
}
.main-title {
    padding: 0px !important;
}
.exploreCity .main-title {
    margin: 0;
}
.FeaturePropety .main-title {
    margin: 0;
}
.FeaturePropety .main-title .col{
    
}
.FeaturePropety .main-title .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 8px;
}

.wrapper {
    width: 100%;
    margin-bottom: 15px;
}
.section .column{
    padding: 0;
}
.section .column img {
    width: auto;
}
.section .text-back {
    width: auto;
    padding: 5px 0;
}
    .section .main-heading h2 {
    font-size: 3rem;
}
    .cat {
        height: 75px;
        border: 0.75px solid var(--white);
        border-radius: 10px;
        min-width: 40%;
        overflow: hidden;
        max-width: 45%;
    }
    video {
        object-fit: cover !important;
        width: 100%;
        height: 25vh;
    }
  
      span.i.search {
         margin-top: 0vh;
     }
     .tag {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    padding: 3px 5px;
    font-size: 14.5px;
    font-weight: 600;
    height: 100%;
    width: 100%;
    justify-content: center;
    letter-spacing: 1px;
    align-items: center;
    background: var(--dark-transprant);
}
}
/* home page css end */



/* comment css start */

.comment-sec .h2.heading {
    text-align: left;
}
.comment-sec {
    background: url('/images/customer review.png') center no-repeat;
    padding: 40px 80px;
    background-size: cover;
    display: flex;
    height: 500px;
    margin-bottom: 40px;
    align-items: center;
}
.comment {
    padding: 20px;
    margin: 10px;
    background: var(--white);
    width: 210px;
    border-radius: 8px;
    box-shadow: 0 0 12px -5px #313131;
}
.comment h3 {
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 8px;
}
.comment img.comment-image {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.comment p {
    font-size: 12.5px;
    font-weight: 400;
    color: #757575;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin: 0;
}
.comment-sec .slider-nav {
    justify-content: left;
}
.comment-sec .card-slider-p{
    width: 90%;
}
.comment-sec .main-title .col, .comment-sec .main-title .col h2{
        text-align: left;
    }
      .card-track-p.comments {
    transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 780px) {
    .comment-sec{
        padding: 40px;
        background-size: contain;
    }
}
@media screen and (max-width: 580px) {
    
.comment-sec .h2.heading {
    text-align: center;
}
    .comment-sec .slider-nav{
        display: none;
    }
    .comment-sec .main-title .col, .comment-sec .main-title .col h2{
        text-align: center;
    }
    .comment-sec .slider-nav {
        justify-content: center;
    }
    .comment-sec .main-title .h6{
        padding: 0 20px;
    }
    .comment-sec {
        background: var(--secound-color);
        padding: 40px 0px;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }
  .comment-sec .main-title .col, .comment-sec .main-title .col h2{
        text-align: center;
    }
    .comment-sec .card-slider-p{
        width: 96%;
        
    }
    .comment {
        box-shadow: 0 0 8px -5px #595959;
    }
    .card-track-p.comments {
    transition: transform 0.3s ease-in-out;
}
}
/* comment css end */


/* header code strat */

header {
    width: calc(100vw - 80px);
    min-height: 65px;
    height: 10vh;
    max-height: 75px;
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    background: transparent;
    position: fixed;
    top: 0;
    z-index: 3;
    color: var(--white);
    padding: 0 40px;
    align-items: center;
}
header .left-header {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: -webkit-fill-available;
}
.header-search-bar.active{
    display:flex;
}
.header-search-bar {
    display: none;
    margin-right: 15px;
    width: auto;
    min-width: 200px;
    border: 1px solid #c5c5c5;
    border-radius: 3pc !important;
    margin: 0 15px;
    margin-left: 30px;
}
.header-search-bar .city-select {
    width: 100px;
}
.header-search-bar button.search i.sy.search svg {
    height: 30px;
    min-width: fit-content;
}
.header-search-bar button.search i.sy.search svg path{
    fill: var(--house-color);
}
.header-search-bar button.search:hover{
    box-shadow:none;
}
.header-search-bar .city-select .options {
    position: absolute;
    top: 45px;
}
.header-search-bar button.search {
    height: 40px;
    width: 100px;
    border: none;
    border-radius: 40pc;
    color: var(--house-color);
    font-size: 15px;
    cursor: pointer;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-search-bar .pip{
    height: 40px;
    background: transparent;
}
.header-search-bar .city-select {
    height: 40px;
}
.header-search-bar input {
    border: none;
    border-radius: 8px;
    padding: 0 20px;
    height: 40px;
    background: transparent;
    font-size: 14px;
    line-height: 1.2;
    width: 100%;
}
li#menu-user-profile {
    justify-content: space-between;
}
ul.menu-user-profile.mb {
    margin: 0;
    padding: 0;
    padding-inline-start: 20px;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-out;
}
ul.menu-user-profile.mb.expand {
    height: fit-content;
}
header .pip {
    height: 25px;
    width: 1px;
    background: #d7d7d7;
}
header span.i.logo svg path.fil2 {
    fill: var(--house-dark);
}
header.darkHeader {
    background: var(--white);
    color: #000;
    box-shadow: 0 0 16px -5px gray;
    font-size: 14px;
}
/*header i.sy{*/
/*    margin-right: 5px;*/
/*}*/
header i.sy.like {
    margin-top: 2px;
}
header i.sy.like svg {
    height: 14px;
}
header i.sy svg {
    height: 15px;
}
header i.sy svg path{
    fill: #000;
}
/* LOGO */
header .logo a {
    height: 60%;
}
header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
header span.i.logo svg {
    fill: var(--white);
    height: 100% !important;
    width: auto !important;
}
header .logo img {
    height: 100%;
    aspect-ratio: 3 / 1;
}
header .social span svg {
    fill: var(--white);
    height: 16px !important;
    width: 16px !important;
    margin: 5px;
}
header .social {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
/* MENU */
header menu {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: inherit;
    font-size: 12px;
    letter-spacing: 1;
    padding-inline-start: 0;
    margin: 0 15px;
 
}

header menu .logo{
    height: 40px;
    width: auto;
}
header  li {
    padding: 5px 15px;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    font-size: 13px;
    /*min-width: 60px;*/
    font-weight: 400;
    justify-content: center;
}
header  li img.menu-icon {
    margin-right: 5px;
}
header  li span {
    margin-right: 10px;
    font-size: 20px !important;
}

header  li:hover , header .btn-logins:hover {
    color:var(--house-color);
}
header  li:hover svg path{
    fill:var(--house-color);
}
/*button*/
header .button {
    display: flex;
    align-items: center;
    justify-content: center;
}
header span.i.social svg {
    fill: var(--white);
    height: 2.4vh !important;
}
header span.i.social {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.edit-number {
    padding-left: 5px;
    font-size: 10px;
}
.popup .or {
    display: flex;
    align-content: center;
    width: 100%;
    margin-bottom: 25px;
    flex-direction: column;
    align-items: center;
}
.popup .or h4 {
    margin-top: 0;
    margin-bottom: 15px;
}
header h4.text-or {
    margin: 0;
    margin-bottom: 20px;
}

header .right-header {
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    justify-content: flex-end;
}
header .right-header button.Addlisting {
    height: auto;
    border: none;
    background: var(--house-color);
    color: var(--white);
    padding: 10px 15px;
    border-radius: 4px;
    margin: 0 15px;
}
header .right-header #compare {
    position: relative;
    cursor: pointer;
    user-select: none;
    margin-right: 0px;
    width: auto;
    min-width: 20px;
}
header .right-header #compare .number {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    font-size: 5px;
    background: var(--house-color);
    color: var(--white);
    border-radius: 50%;
    top: 0;
    right: 0;
}
header .right-header #compare.shake{
     animation: shake 0.5s infinite;
}
header .right-header #like {
    position: relative;
    margin-right: 0px;
    width: auto;
    min-width: 20px;
    height: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    align-items: center;
}
header .right-header #like .number {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    font-size: 5px;
    background: var(--house-color);
    color: var(--white);
    border-radius: 50%;
    top: 0;
    right: 0;
}
header .right-header #like.shake{
     animation: shake 0.5s infinite;
}


menu.nav , menu.profile-nav {
    display: none;
}
menu.mobile-nav {
    position: fixed;
    left: -100%;
    width: 250px;
    margin: 0;
    top: 0;
    transition: 0.5s ease-out;
    height: calc(100vh - 40px);
    padding: 20px;
    background: #fff;
    z-index: 6;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 1px 16px -6px black;
}
menu.mobile-nav>ul{
    padding-inline-start: 0px;
}
menu.mobile-nav.expand{
    left: 0px;
}
menu.nav.expand ,  menu.profile-nav.expand{
    display: block;
    height: auto;
    width: auto;
    position: fixed;
    right: 30px;
    top: 10vh;
    z-index: 4;
    background: #fff;
    margin: 0;
    padding: 20px 0;
    box-shadow: 0 0 10px -6px var(--dark);
    border-radius: 6px;
}
menu.nav > ul {
    padding-inline-end: 30px;
}

menu>ul.menu-user-profile {
    height: fit-content !important;
}
menu ul.menu-user-profile {
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease-out;
}
menu ul.menu-user-profile.expand {
    height: fit-content;
}

menu.nav ul , menu.profile-nav ul{
    list-style: none;
    margin: 0;
}
menu.nav ul li , menu.profile-nav ul li{
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
menu.nav ul li:hover , menu.profile-nav ul li:hover{
    color: var(--house-color);
}
menu.profile-nav ul.menu-user-profile {
    padding-inline-end: 2em;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}
.profile.pc-profile h6 {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}

@media screen and (max-width: 1030px) {
    header .right-header a {
        display: none;
    }
    .header-search-bar {
        width: calc(90% - 400px);
    }
    
}
@media screen and (max-width: 855px) {
  header .left-header{
      width: auto;
  }
 }
@media screen and (min-width: 855px) {
    header .logo img{
        height: 95%;
    }
header .profile.pc-profile {
    position: unset;
    display: flex;
}
header .profile {
    display: none;
    align-items: center;
    justify-content: space-around;
    font-size: 1rem;
    height: 40px;
    margin: 0;
    position: absolute;
    right: 20px;
}
header .profile img.avtar {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    margin: 0 5px;
}
}
/* On screens that are 992px or less, set the background color to blue */
@media screen and (min-width: 766px) and (max-width: 855px) {
  header .profile.pc-profile h6{
    display: none;    
  }
  header .profile.pc-profile {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 1rem;
    height: 40px;
    margin: 0;
    right: 20px;
}
header .profile.pc-profile img.avtar {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin: 0 5px;
}
  }
/*@media screen and (max-width: 765px) {*/
/*  .profile {*/
/*    display: none;    */
/*  }*/
/*  }*/
 header .menu-footer,header li span.i,header span.i.nav {
   display: none;
  }
  header .fullscreen {
    display: none;
    }
    header menu .profile{
        display: none;
    }  /* On screens that are 600px or less, set the background color to olive */
  @media screen and (max-width: 800px) {
      header .right-header , header .left-header{
    width: auto;
}
    .header-search-bar {
          display: none !important;
    }
        header .right-header a , header .right-header .nav-menu{
        display: none !important;
    }
      header .right-header div#compare, header .right-header div#like{
          display: none;
      }
      
      header .right-header button.Addlisting {
        font-size: 10px;
        width: 100px;
        margin: 0 10px;
    }
      .profile.pc-profile {
        display: none;
    }
    header .profile {
    display: flex;
        
    }
    header {
    justify-content: space-between;
    width: calc(100vw - 40px) !important;
    padding: 0 20px;
}
    header  .fullscreen {
    display: block;
}
  header  span.i.nav {
        display: flex;
        align-items: center;
        margin-right: 20px;
    }
    header span.i.nav svg {
        height: 20px !important;
        fill: var(--white);
    }
   header span.i.nav img{
    height: 100%;
    aspect-ratio: 3 / 3;
}
 header.darkHeader span.i.nav svg {
    height: 20px !important;
    fill: var(--black);
}
  header menu .profile {
    color: #000000;
}
   header .profile img.avtar {
        height: 80px;
        width: 80px;
        border-radius: 50%;
    }
    .profile h6 {
        font-size: 13px;
        margin: 0;
    }
    header menu {
        padding: 40px 20px;
        position: fixed;
        top: 0;
        left: -340px;
        width: 300px;
        height: calc(100vh - 80px );
        background: var(--white);
        z-index: 9999;
        box-shadow: 5px 0px 16px -5px silver;
        margin: 0;
        justify-content: flex-start;
        flex-direction: column;
        transition: 0.5s ease;
        align-items: start;
        border-radius: 0 20px 20px 0;
    }
    header menu.active {
        left:0;
        z-index: 9999999;
    }
    menu ul li {
        padding: 5px 15px;
        height: 25px;
        display: flex;
        align-items: center;
        margin: 0 0px;
        margin-bottom: 5px;
        color: #000;
    }
   header li span.i {
        display: block;
    }
    header  li {
     padding-inline-start: 10px;
     justify-content: flex-start;
    }
       header .right-header #like, header .right-header #compare {
        width: auto;
        height: auto;
        justify-content: flex-start;
    }
    header menu .profile {
        color: #000000;
        display: flex;
    }
   header  li svg {
       
        fill: #827e7e;
        height: 20px !important;
        margin-right: 10px;
    }
   header  li.active {
        color: var(--house-dark);
        border-radius: 8px;
        font-weight: 500;
    }
    header  li.active svg {
        fill: var(--black);
        height: 20px !important;
    }
   header  li:hover {
        background: #ebebeb;
        border-radius: 8px;
        font-weight: 500;
    }
   header  li:hover svg {
        fill: var(--black);
        height: 20px !important;
    }

    header .menu-footer {
        width: 100%;
        height: 5vh;
        display: flex;
        align-items: center;
        border-top: 1px solid #e5e5e5;
    }
    header .menu-footer .logout svg {
        height: 14px !important;
    }
   header span.logout {
        margin-right: 10px;
        color: var(--black);
        font-weight: 500;
        font-size: 0.75rem;
        text-transform: uppercase;
    }
  header  span.i.logout {
        display: flex;
        align-items: flex-end;
    }
  header  .log , header .log a{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    header .button {
        display: none !important;
    }
  }


.logoutpopup.active {
    display: flex;
}
.logoutpopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    padding: 25px;
    background: #fff;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 6px;
    outline: 100vh solid #000000a1;
}
.logoutpopup .heading{
    font-size: 20px;
    margin-bottom: 20px;
}
.logoutpopup button{
    margin: 10px;
}

/* header code end */


/* SignIn css start*/
.otpmessage.house-color {
    font-size: 13px;
    text-align: center;
}
div.optFrom {
    display: none;
}
div.LoginFrom {
    display: none;
}
div.LoginFrom.active , div.optFrom.active{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.optFrom.active h4, .optFrom.active h6 {
    margin: 5px 0px;
    width: 100%;
    text-align: center;
}
#resetotp {
    background: transparent;
    width: 100%;
    margin: 10px 0;
    border: 0;
    box-shadow: unset;
}
#countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: #000000b3;
    z-index: 99;
}
.popup.active{
	display: flex;
}
.main {
    width: 350px;
    height: auto;
    background: var(--white);
	display: flex;
	flex-wrap: wrap;
	position: relative;
	border-radius: 10px;

}
.tab {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: center;
    align-items: center;
    height: 50px;
}
.tab div {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.tab div.inactive{
	background: #dadadafb;
}
.form-logo {
    display: flex;
    margin-top: 35px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.signup {
    width: 100%;
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
}
.signin.active, .signup.active {
	display: flex;
}


.sign-in, .sign-up{
    width: 100%;
    background: var(--house-color);
    color: var(--white);
}
.popup form {
    width: 80%;
}
.input {
    height: auto;
	margin-bottom: 10px;
}
.input label {
    font-size: 14px;
}
.input input {
    margin-top: 10px;
}
.input input {
    height: 30px;
    border-radius: 5px;
    border: 1px solid silver;
    width: 92%;
    padding: 2px 4%;
}
.popup form {
    width: 90%;
}
.forgot h6 {
    margin: 10px 0;
}
.popup .buttons {
    display: flex;
    justify-content: center;
    width: 100%;
}
.btnclose {
    position: absolute;
    top: -25px;
    right: 0px;
    color: var(--white);
}

.btnclose svg {
    fill: var(--white);
    height: 18px !important;
    width: 18px !important;
}

.main .message {
    display: flex;
    font-size: 13.5px;
    justify-content: center;
    width: 100%;
    color: var(--house-color);
}
/*SignIn css end*/





/* search code start */
/*div.search {*/
/*    position: relative;*/
/*    background: url("https://cdn.urbanpillar.in/images/HERO-SECTION-IMAGE.avif") center no-repeat;*/
/*    height: 80vh;*/
/*    min-height: 600px;*/
/*    background-size: cover;*/
/*}*/
div.search {
    position: relative;
    background: url(/images/homepage.png) bottom no-repeat;
    height: 100vh;
    max-height: 800px;
    /* min-height: 550px; */
    background-size: cover;
}
/*div.search .filter {*/
/*    background: #0000007a;*/
/*    z-index: 0;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
div.search .search-inp {
    height: auto;
    border-radius: 40pc;
    outline: none;
    border: none;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    padding: 0 4px;
    margin-top: 20px;
    position: relative;
}
.city-select {
    display: grid;
    width: 140px;
    border-radius: 8px;
    padding: 0 10px;
    height: 60px;
    background: transparent;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    grid-template-columns: auto 20px;
    justify-items: center;
    align-items: center;
}

.city-select .options {
    position: absolute;
    top: 65px;
    background: var(--white);
    width: calc(100% - 8px);
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-out;
    z-index: 2;
    border-radius: 10px;
}
.city-select .options div#city-name {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.city-select .options.active {
     height: 105px;
}
.city-select .options div {
    height: 35px;
    display: flex;
    align-items: center;
    padding-inline-start: 30px;
    border-bottom: 0.6px solid #e0e0e0;
}
.city-select .options div:hover {
    background: #ebebeb;
    color: var(--house-color);
}

.tab-search {
    position: absolute;
    top: -30px;
    display: flex;
    height: 30px;
}
.tab-search > div {
    padding: 5px 10px;
    background: var(--white);
    border-radius: 6px 6px 0 0;
}
.search-inp .input-search {
    display: flex;
    margin-right: 15px;
    width: 100%;
    min-width: 200px;
}

.search-inp button.search i.sy.search svg {
    height: 55px;
    min-width: fit-content;
}
div.search .pip {
    height: 45px;
    width: 1px;
    background: var(--light-sliver);
    margin: auto;
}
.search-inp button.search {
    height: 50px;
    width: 100px;
    border: none;
    border-radius: 40pc;
    color: var(--house-color);
    font-size: 15px;
    cursor: pointer;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-inp button.search span{
    font-size: 28px;
}
.search-inp button.search:hover{
    box-shadow:none;
}
.tab-search > div.active {
    background: #ff0000;
    color: var(--white);
}
.tab-search > div:hover {
    background: #c9c9c9;
    cursor: pointer;
}
select#city{
    cursor: pointer;
}
.search-inp span.i.search {
    padding: 9px 12px;
    border-radius: 20px;
    background: var(--house-color);
    position: relative;
    right: 4px;
}
.search-inp span.i.search svg {
    fill: var(--white);
}
div#suggestions.expand{
    display: flex;
}
div#suggestions {
    display: none;
    border-radius: 12px;
    position: absolute;
    top: 65px;
    flex-direction: column;
    min-width: 66%;
    background: var(--white);
    max-height: 200px;
    overflow: auto;
}
div#suggestions .options.readonly {
    color: silver;
}
div#suggestions .options.readonly:hover{
    background: unset;
}
div#suggestions div.options {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    min-height: 30px !important;
    align-items: center;
}
div#suggestions .identifier {
    color: gray;
    font-size: 13px;
}
div#suggestions div.options:hover {
    background: #efefef;
}
div#suggestions div.view-option {
    font-size: 14px;
}
/*.search-inp input#search {*/
/*    border: none;*/
/*    padding: 2px 15px;*/
/*    height: 100%;*/
/*    background: transparent;*/
/*    width: 100%;*/
/*    overflow: overlay;*/
/*}*/
.search-inp select:focus-visible, .search-inp input:focus-visible, .header-search-bar input:focus-visible {
    outline: none;
}
input#search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c4c4c4;
  opacity: 1; /* Firefox */
}
.search-inp .input-search lable {
    font-size: 14px;
    margin: 10px 0;
    color: #737373;
}
.search-inp select, .search-inp input {
    border: none;
    border-radius: 8px;
    padding: 0 20px;
    height: 60px;
    background: transparent;
    font-size: 14px;
    line-height: 1.2;
        width: 100%;
}
video {
    object-fit: cover !important;
    width: 100%;
}
.center-div {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-tag {
    color: var(--white);
    font-size: 18px;
    width: 90%;
    text-align: center;
}
.header-tag h2 .house-color{
    font-size: 50px;
}
.header-tag h2 {
    font-size: 45px;
    margin: 0;
    font-weight: 500;
    color: #000;
    padding: 0 50px;
    line-height: 1.2;
}
.header-tag h5 {
    font-size: 1.2rem;
    color: var(--white);
    font-weight: 300;
    margin: 15px 0px;
}
img#myVideo {
    object-fit: cover !important;
    height: 600px;
    width: 100%;
   /* filter: brightness(0.9);  hue-rotate(46deg); */
}
.more {
  display: none;
}
.scroll-down span.material-icons-outlined {
    font-size: 25px;
    font-weight: 300;
}
.scroll-down {
    position: absolute;
    bottom: 30px;
    right: 40px;
    color: #ececec;
    font-size: 11px;
    font-weight: 300;
    display: flex;
    gap: 6px;
    align-items: center;
    cursor: pointer;
}
.scroll-down:hover {
    color: var(--white);
}

.area-bar {
    position: absolute;
    width: calc(60% - 90px);
    display: grid;
    grid-template-columns: auto 40px;
    top: 78%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
}
.area-bar div.area {
    padding: 4px 10px;
    display: flex;
    height: fit-content;
    width: max-content;
    background: #ffffff1f;
    color: var(--white);
    border: 1.5px solid #d7d7d7;
    border-radius: 4px;
    margin: 0 5px;
    font-size: 12px;
    cursor: pointer;
    text-transform: capitalize;
}
.area-bar div.area:hover {
    background: var(--white);
    color: var(--house-color);
}
.area-bar .wrap {
    display: flex;
    width: fit-content;
    flex-wrap: nowrap;
}

.area-bar .col {
    width: 100%;
    overflow: hidden;
}

span.material-icons.area {
    display: flex;
    width: 20px;
    height: 20px;
    background: #ffffff33;
    border: 1px solid var(--white);
    color: var(--white);
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    padding: 3px;
    margin-left: 10px;
    font-size: 20px;
    cursor: pointer;
}
span.material-icons.area:hover {
    background: var(--white);
    color: var(--house-color);
}

@media screen and (min-width: 1350px) {
    
    .header-tag{
        top: 45%;
        left: 50%;
    }
    .center-div{
        top: 40%;
    }
    .header-tag h2{
        font-size: 54px;
    }
    .header-tag h2 span{
        font-size: 58px;
    }
}
@media screen and (max-width: 580px) {
    header .right-header #like, header .right-header #compare{
        display: none;
    }
    button.search-input-box-btn {
        border: none;
        background: transparent;
        height: 50px;
        width: 50px;
    }
    button.search-input-box-btn i.sy {
        max-width: 50px;
    }
    button.search-input-box-btn i svg {
        height: 40px;
    }
    div.search {
        height: 450px;
        /*background-size: 201%;*/
        /*background-position-y: -50%;*/
    }
    .search-inp button.search i.sy.search svg {
        height: 45px;
    }
    img#myVideo{
        height: 450px;
    }
    .city-select {
    width: 100px;
    }
    .search-inp button.search {
        width: 80px;
    }
.search-inp {
    display: flex;
    top: 52%;
    width: 80% !important;
}
.search-inp .input-search {
    margin-right: 0;
}
.area-bar {
    width: calc(100% - 90px);
}
span.search-text {
    display: none;
}
    .header-tag {
        top: 36%;
    }
    
   .header-tag h5 {
        text-align: left;
    }
    .header-tag h2 span{
        font-size: 32px !important;
    }
    .header-tag h2 {
    font-size: 30px;
    margin: 0;
    text-align: center;
    padding: 0 20px;
}
    
}
/* search code end */



/* explore city */

.exploreCity {
    width: 100%;
    height: 250px;
    background: var(--secound-color);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 25px;
    margin: 40px 0;
    margin-top: 80px;
}
.exploreCity-slider::-webkit-scrollbar {
  width: 1px;
  height: 0px;
  display: none;
}
.exploreCity-slider {
    height: 100%;
}
.exploreCity img.city-image {
    height: 300px;
}
.exploreCity .float.city {
    display: flex;
    gap: 15px;
    align-items: center;
    height: 100%;
}
.exploreCity .float.city .citys {
    width: 200px;
    height: 130px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent
}
.exploreCity  .float.city .citys img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.exploreCity .float.city .citys .overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, black, transparent, transparent ,transparent);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
   
}
.exploreCity .float.city .citys:hover {
    box-shadow: 0 0 15px -5px silver;
    border: 1px solid var(--house-color);
}
.exploreCity .float.city .citys:hover .overlay {
    background: linear-gradient(0deg, black, transparent,transparent, transparent ,transparent);
}
.exploreCity .float.city .citys .overlay span {
    margin-bottom: 10px;
}
@media screen and (max-width: 1010px) {
.exploreCity img.city-image{
    display:none;
}
.exploreCity {
    flex-wrap: wrap;
    padding: 20px 0;
    height: auto;
    margin: 10px 0;
}
.exploreCity-slider {
     width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    gap: 20px;
    justify-content: unset;
    padding: 0 30px;
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
}
    
}
/* explore city end */







/* news feed start */

section#newsfeed {
    overflow: hidden;
    width: auto;
    margin: 0 auto;
    padding-top: 20px;
}
.newsslider {
    display: flex;
    overflow: scroll;
    height: 280px;
}
.news-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    margin: 0 auto;
}
.newsfeed {
    display: flex;
    height: max-content;
    background: var(--white);
    margin: 0 10px;
    justify-content: space-between;
    flex-direction: column;
    font-family: 'Poppins';
    width: 250px;
    height: 270px;
}
section#newsfeed .slick-initialized .slick-slide {
    display: flex;
    justify-content: space-between;
}
.newsfeed .img-container img {
    width: 100%;
    /*height: 120px;*/
    aspect-ratio: 3 / 2;
    /*box-shadow: 0 0 15px -6px #727272;*/
    border-radius: 6px;
}

section#newsfeed .newsslider.stick-dots.slick-initialized.slick-slider.slick-dotted {
    width: auto;
    padding: 0 40px;
    margin: 0 auto;
    overflow: hidden;
}
section#newsfeed .slick-dots li button {
    transition: unset;
    overflow: unset;
    color: var(--house-color);
    position: unset;
}
.newsfeed .text-container {
    display: block;
    padding: 0px;
    height: 120px;
}
.newsfeed .title {
    margin: 5px 0;
    font-size: 14px;
    height: max-content;
    font-weight: 500;
    
    color: var(--black);
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

  .newsfeed .title:hover{
      color: var(--house-color);
  }
.newsfeed .text-container .date {
    font-size: 12px;
    color: var(--dark);
}
.slider {
    height: auto !important;
    display: flex;
    flex-wrap: nowrap;
    width: fit-content;
    margin: 0 auto;
}
.slider-track {
    display: flex;
    overflow: auto;
}
.slider-right,
.slider-left {
    cursor: pointer;
}
.slider-right .symboles, .slider-left .symboles {
    width: 50px;
}
.slider-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.banner__slider .main-title h2 {
    color: var(--white);
}
.slick-track{
    display: flex;
}
    
@media only screen and (max-width: 780px) {
     .view-more-property{
         display: none;
     }
}
@media only screen and (max-width: 580px) {
    .newsfeed{
        margin: 0 8px;
    }
    .slider-nav {
        display: none !important;      
    }
    .slider{
        flex-wrap: wrap;    
    }
    .slider.propert_list{
        justify-content: center;
    }
    .newsfeed .title{
        font-size:14px;
    }
    .date{
        font-size: 10px;
    }
    section#newsfeed .main-title{
        margin-bottom: 20px;
    }
    section#newsfeed{
        padding: 40px 10px;
    }
    .newsslider.stick-dots.slick-initialized.slick-slider.slick-dotted {
      width: 100%;
      padding: 0px !important;
    }
}

/* news feed end */

/* important links css start */
.important {
    padding: 40px;
    background: var(--footer-bg);
    color: var(--white);
    display: flex;
    flex-wrap: wrap;
}
.important .rows {
    width: 33.33%;
    display: flex;
    justify-content: center;
}
.important .rows .col {
    display: flex;
    flex-direction: column;
    width: min-content;
}
.important h5{
    color: var(--white);
    font-size: 18px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: capitalize;
}
.important ul {
    list-style-type: none;
    margin-block: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 40px;
    padding-inline-start: 0;
}
.important ul li {
    width: 24%;
    min-width: 250px;
    margin: 5px 0;
    height: auto;
    min-height: 20px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
}
.important ul li span.i.rightarrow2{
    display: block;
}
.important ul li span.i.rightarrow2 svg {
    fill: darkgoldenrod;
}

@media only screen and (max-width: 580px) {
 .important .rows{
     width: 100%;
 }   
}

/* important links css end */


/* footer csss start*/

#footer span.i.logo svg path.fil2 {
    fill: var(--dark);
}
.contact-background {
    height: 300px;
    display: flex;
    background: url('../../files/iStock-1146006894_l-min.webp') center no-repeat;
    background-size: cover;
}
.contant-text {
    display: flex;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #37272ac2;
    color: var(--white);
}
.contant-text button.btns.m.get-it-now {
    background: #c18d05;
    border: none;
    height: 30px;
    color: var(--white);
}

.footer-logo {
    width: 150px;
}
.footer-first-div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.main-footer {
    display: flex;
    justify-content: space-between;
    background-color: var(--footer-bg);
    color:var(--white);
    flex-wrap: wrap;
    padding: 40px 80px;
    border-top: 1px solid var(--white);
}

.main-footer ul {
    list-style: none;
    padding-inline-start: 0;
}

.main-footer h1 {
    line-height: 117%;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
}

.main-footer h2 {
  color: var(--white);
  font-weight: 500;
}
.main-footer .material-icons{
    color: var(--white);
    font-size: 16px;
}
.main-footer ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: var(--light-sliver);
    height: 25px;
}
#footer .com ul li {
    padding: 5px 0;
    font-size: 12.5px;
    font-weight: 300;
    display: flex;
    align-items: center;
    color: var(--light-sliver);
}
.com ul li span {
    margin-right: 8px;
}
span.round-arrow {
    width: 16px;
    height: 16px;
    background: var(--white);
    color: var(--footer-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 15px;
    margin-left: 2px;
}


footer {
    background-color: var(--house-color);
    font-size: 13px;
    padding: 15px 5px;
    color: var(--white);
    text-align: center;
}

footer a {
  text-decoration: none;
  color: var(--white);
}

.logoinfo p {
  color: #6EB981;
  font-size: 17px;
  margin-top: 5px;
}

.contact-details {
  margin-top: 20px;
}

.contact-details li {
  list-style: none;
  margin: 10px 0;
}

.contact-details li a {
  text-decoration:none;
  color: #f1f1f1;
}

.contact-details .fa {
  color: #f1f1f1;
  margin-right: 10px;
}

.sociallogos .logobox a{
  margin:0 10px 10px 0;
  text-decoration:none;
  color:var(--white);
}
.sociallogos .logobox a img{
  height: 22px;
}

.com ul li {
    padding: 5px 0;
    font-size: 12.5px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

#footer form#form1 {
    width: 250px;
    margin: 15px auto;
}
#footer .buttons {
    display: flex;
    justify-content: center;
}
#footer .form {
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    color: var(--text-light);
}
#footer .form {
    display: none;
}

#footer .main-footer .com {
    width: 250px;
}
#footer .main-footer .com p {
    text-align: left;
    font-size:12.5px;
}
@media only screen and (max-width: 749px) {
  .main-footer {
    padding:20px;
    display:grid;
    grid-template-columns: 1fr 1fr;
  }
    .info{
      padding:20px 0;
  }
}
.logobox span svg {
    fill: #333;
    height: 20px !important;
    width: auto !important;
}
@media (max-width: 480px) {
  .main-footer {
    grid-template-columns: 1fr;
  }
  .sociallogos{
    padding: 0px 0;
  }
  #footer .main-footer .com {
    width: auto;
    padding: 10px;
}
#footer .com ul li {
    padding: 2px 0;
}
.main-footer ul {
    margin-block-start: 5px;
}

}
/* footer csss end*/



/* Accept cookies start */
 .cookies {
      display: flex;
      position: fixed;
      padding: 20px;
      flex-wrap: wrap;
      font-size: 11.5px;
      letter-spacing: 1.3px;
      line-height: 1.4;
      background: #ffffffde;
      bottom: 0;
    }
    .cookies p {
      padding: 5px;
      text-align: justify;
      margin-block: 0;
    }
    .cookies button {
      width: 148px;
      height: 30px;
      color: var(--white);
      border: none;
      border-radius: 4px;
      margin: 5px;
    } 
    .cookies .accept{
        background: #0c69bb;
    }
    .cookies .reject{
        background: #707e8a;
    }
    .right-align {
      display: flex;
      justify-content: right;
      width: 100%;
    }
/* Accept cookies end */


/* chatbot css start */
.chat-container {
      /*display: none;*/
    max-width: 0px;
    height:0;
    padding: 0px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 15px;
    z-index: 8;
    background: var(--white);
    right: 15px;
    transition: height 0.5s ease-out,  max-width 0.8s ease-out;
    overflow: hidden;
}

  .chat-container.active {
    max-width: 400px;
    padding: 20px;
    height:430px;
  }
/* Styling for chat header */
.chat-header {
    text-align: center;
    display: flex;
    align-items: center;
}

/* Styling for chat messages */
.chat-messages {
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.chat-messages .right {
    display: flex;
    justify-content: flex-start;
    margin: 8px 0;
}
.chat-messages .left {
    display: flex;
    justify-content: flex-end;
     margin: 8px 0;
}
.bot-message, .user-message {
    max-width: 220px;
    height: auto;
    display: flex;
    justify-content: flex-end;
    padding: 8px;
    border-radius: 8px;
    flex-direction: column;
}
.bot-message{
    background: #e8e8e8;
}
.user-message {
     background: #f7f7f7;
}
/* Styling for user input and send button */
.chat-input {
    display: flex;
    justify-content: space-between;
}

#user-input {
    flex-grow: 2;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#send-button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    display: flex;
    cursor: pointer;
    align-items: center;
    font-size: 14px;
    justify-content: center;
}
#send-button span{
    font-size: 18px;
}
.chat-bot-image-container {
    height: 60px;
    width: 60px;
    overflow: hidden;
}
img.chat-bot-image {
    width: 130%;
    height: 130%;
    margin-left: -15%;
    margin-top: -15%;
}

.chat-bot-image-container.bottom-button{
    height: 60px;
    width: 60px;
    overflow: hidden;
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.chat-bot-image-container.bottom-button img.chat-bot-image {
    width: 130px;
    height: 130px;
    margin-left: -35px;
    margin-top: -35px;
}
span.material-symbols-outlined.close-chat-bot {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* Styling for the loading container */
.loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* Styling for the dot container */
.dot-container {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

/* Styling for the dots */
.dot {
    width: 10px;
    height: 10px;
    background-color: #007BFF;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0;
    animation: bounce 1s infinite;
}

/* Keyframes for the bounce animation */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
        opacity: 0;
    }
    50% {
        transform: translateY(-10px);
        opacity: 10;
    }
}

/* Animation delay for the dots */
.dot:nth-child(2) {
    animation-delay: 0.2s;
}

.dot:nth-child(3) {
    animation-delay: 0.4s;
}


/* chatbot css end */





@media screen and (min-width: 780px) {
    .mb{
        display: none !important
    }
}
@media screen and (max-width: 580px) {
    .pc{
        display: none !important;
    }
form {
    flex-direction: column;
}
textarea {
    height: 150px;
    width: 90%;
}
}

LittleDemon - FACEBOOK
[ KELUAR ]