@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

html{
    scroll-behavior: smooth;
    overflow-x: hidden;
    box-sizing: border-box;
}
/* main{
    overflow-x: hidden;
} */
body {
     /*overflow-x: hidden; */
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background-color: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

::-webkit-scrollbar {
    display: none;
    width: 0px;
    height: 0px;
    color: #3d308500;
}

::-webkit-scrollbar-thumb {
    background: #ffffff00;
    border-radius: 0px;
    display: none;
}
a{
    color:#000000;
}
header{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12121;
    background: white;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
#list {
  display: none;
}
#toggleBtn{
    padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: start;
}


/* Happiness Partner Section */
.hpnsptnr {
    position: relative;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 19px;
}

.hpnsptnrbx {
    position: relative;
    width: 65vw;
    display: flex;
    align-items: center;
}

.hpnsptnrbx img {
    width: 100%;
    height: 95%;
    background: rgba(0, 0, 0, 0.479);
    border-radius: 45px;
    display: flex;
    align-items: center;
}

.detbxsec {
    margin-top: 19px;
    background-color: #1A3668;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 500px;
}

.detbxsec {
    width: 100%;
}

.detbxsec h1 {
    color: #ffffff;
    width: 100%;
    text-align: center;
}

.detbxsubsec {
    width: 90%;
    height: 80%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}

.detcntbx {
    display: flex;
    flex-direction: row;
    width: 31%;
    align-items: center;
    transform: scale(.9);
}

.detcntbx:hover {
    transform: scale(1.1);
}

.detcntimg {
    width: 90px;
    height: 80px;

}

.detcntimg img {
    width: 100%;
    height: 100%;
}

.detcnttx {
    width: 100%;

}

.detcnttx p {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-left: 20px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 203px;
    margin: 26px auto 10px;
    padding: 10px;
    height: 45px;
    letter-spacing: 1px;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 600;
    background-color: #fff;
    color: #d10909;
    border: 1.5px solid rgb(20, 20, 20);
    transition: all .5s ease-in-out;
}
.btn:hover{
    color: #fff;
    background-color: #d10909;
}

/* Footer css from here  */

footer{
    background-color: #0c2749;
    color: #ffffff;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    width: 100%;
}

footer a{color:#ffffff;}

.footer{
   display: flex; 
   flex-direction: column;
   align-items: center;
   justify-content: center;
   width: 100%;
   margin-top: 20px;
}
.footerform{
    display: flex; 
   flex-direction: row;
   align-items: center;
   justify-content: center;
   padding-top: 20px;
margin-bottom:40px;
width: 96%;
}
.footer-form-sec{
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.conversation-sec{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.conversation, .formbtnsec {
width: 100%;
display: flex;
}
.conversation-sec .textsec p{
    font-size: 50px;
    margin: 0;
    line-height: 56px;
}
.formbtnsec p{
    font-size: 13px;
border: 1px solid #fff;
padding: 10px 20px;
border-radius: 5px;
margin-top: 10px;
transition: ease-in .3s;
cursor: pointer;
}
.formbtnsec p:hover{
    background: #fff;
    color: #0c2749;
}
.callsecmain{
    width: 40%;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.callsecmain .callagentsec{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}
.callsecmain .callagentsec .agentimgsec{
    width: 140px;
    height: auto;        }
.callsecmain .callagentsec .agentimgsec img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.callsecmain .callagentsec .agenttextsec{
    display: flex;
    justify-content: center;
}
.callsecmain .callagentsec .agenttextsec p{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 20px;
    letter-spacing: 1px;
}
.addresssec{
        width: 90%;
        display: flex;
        justify-content: center;
}
.addres-col-sec1{
width: 33%;
display: flex;
flex-wrap: wrap;
}
.addseccol1{
width: 100%;
display: flex;
flex-direction: column;
}
.addseccol11{
display: flex;
flex-wrap: wrap;
justify-content: start; 
width: 100%;
}
.addseccol111{
display: flex;
align-items: center;
flex-wrap: wrap;  
width: 100%;
}
.addseccol111 ul{
padding: 0;
margin: 0;
width: 100%;
}
.addseccol111 ul li{
list-style: none;
padding: 0;
margin: 10px 0;
margin-top:0;
}
.addseccol111 ul li a{
font-size: 14px;
font-weight: 300;
color: #ffffff;
transition: ease-in .2s;
}
.addseccol111 ul li a:hover{
color: #DC1C2E;
}
.ftsociallnk {
width: 100%;
display: flex;
justify-content: space-between;
flex-direction: column;
}
.ftsociallnk p{
font-weight: 800;
font-size: 18px;
margin-bottom: auto;
}

.wrapper {
display: flex;
list-style: none;
width: 100%;
justify-content: space-between;
margin: 0 0 0 -20px;
padding: 0;
}
.wrapper .icon {
position: relative;
background: #DC1C2E;
border-radius: 50%;
margin: 10px;
width: 50px;
height: 50px;
font-size: 23px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
cursor: pointer;
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
position: absolute;
top: 0;
font-size: 14px;
background: #ffffff;
color: #ffffff;
padding: 5px 8px;
border-radius: 5px;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
opacity: 0;
pointer-events: none;
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
position: absolute;
content: "";
height: 8px;
width: 8px;
background: #ffffff;
bottom: -3px;
left: 50%;
transform: translate(-50%) rotate(45deg);
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
top: -45px;
opacity: 1;
visibility: visible;
pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
background: #1877F2;
color: #ffffff;
}

.wrapper .envelope:hover,
.wrapper .envelope:hover .tooltip,
.wrapper .envelope:hover .tooltip::before {
background: #1DA1F2;
color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
background: #E4405F;
color: #ffffff;
}
.addres-col-sec2,.addres-col-sec3{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}
.addimgbx{
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    width: 90%;
}
.addimg{
    width: 65%;
}
.addimg img{
    width: 100%;
    border-radius: 10px;
    border: 2px solid #ffffff;
    box-shadow: 0 0 14px #000000;
}
.addtext{
    display: flex;
    flex-direction: column;
    width: 60%;
    margin-left: 15px;
}
.addtext1{
    width: 100%;
    display: flex;
    justify-content: center;
}
.addtext1 p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    width: 98%;
}
.addtext2{
    display: flex;
    width: 100%;
}
.addtext21{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.addtext21imgbx{
    width: 34px;
}
.addtext21imgbx img{
    width: 100%;
}
.addimgbxtx{
    margin-left: 10px;
}
.addimgbxtx a{
    font-size: 15px;
    font-weight: 400;
}
.disclamer{
    width: 90%;
    display: flex;
    flex-wrap: wrap;   
}
.dislogobx{
    display: flex;
    width: 15%;
}
.logobxdis{
    width: 100%;
}
.logobxdis img{
    width: 100%;
}
.disclmrtxbx p{
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height:16.5px;
}
@media screen and (max-width: 900px) {
    .footer-form-sec {
    width: 90%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.conversation-sec {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
    .textsec{width:100%;}
.conversation, .formbtnsec {
    align-items: center;
}
.conversation-sec .textsec p {
    font-size: 34px;
}
.formbtnsec p {
    font-size: 15px;
    padding: 13px 26px;
}
.callsecmain {
    width: 100%;
    margin: 60px 0;
}
.dislogobx {
    display: flex;
    width: 100%;
}
.callsecmain .callagentsec .agentimgsec {
    width: 190px;
    height: auto;
}
.callsecmain .callagentsec .agenttextsec p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding-left: 20px;
    letter-spacing: 1px;
}
.addresssec {
    width: 90%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.addres-col-sec1,.addres-col-sec2,.addres-col-sec3 {
    width: 100%; 
    justify-content: start;
    margin: 0;
}
.addres-col-sec2{
    margin-top: 42px;
}
.addtext21imgbx {
    width: 25px;
}
.addimgbx {
    width: 100%;
    margin: 20px 0;
}
.addtext1 p {
    font-weight: 300;
    width: 100%;
    font-size: 14px;
}
.logobxdis {
    width: 75%;
}
.disclmrtxbx p {
    font-size: 9px;
    line-height: 16.5px;
}
}
.scrolltop a{
    position: fixed;
    bottom: 6%;
    left: 20px;
    border-radius: 50%;
    display: flex;
    align-items:center ;
    justify-content: center;
    text-decoration: none;
    scroll-behavior: smooth;
    z-index: 2323;
}
.scrolltop a img{
    width: 55px;
}
.scrolltop:hover{
    background-color: #353434;
}
  @media(max-width: 1050px) {
      .navlogo {
    width: 100vw;
    position: fixed;
    top: 0;
    background: white;
    align-items: center;
}
      .navlogo a {
    width: 150px;
    height: 70px;
}
.callbtn1, .callbtn2 {
    display: none;
}

 .detbxsec h1 {
    font-size: 25px;
}
/*COuntdown section*/
.value {
    font-size: 17px;
}
.value::after {
    font-size: 28px;
}
.retxbx p {
    font-size: 15px;
    margin: 12px 0 0 0;
}
/*remax advantage section*/
.mrktsec {
     padding-top: 0; 
}
.mrktsubsec {
    padding: 7px;
}
.mrkttxbx {
    width: 43%;
}
.mrkttxbx-head h2 {
    font-size: 19px;
}
.mrkttxbx-para {
    width: 100%;
}
.mrkttxbx-para p {
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 400;
}
.effect-para h4 {
      line-height: 1.5em;
    font-size: 16px;
    font-weight: 400;
}
/* pillars section*/
.ourpillar {
    justify-content: space-around;
}
.plrhedbx {
     margin: 0; 
}
.plpbx h3 {
     text-align: inherit; 
}
.plinfobox {
    width: 27%;
}
/*BLUE BOX */
.bluebox {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.blcolm1 {
    width: 100%;
}
.col11 {
    width: 94%;
}
.col11 h2 {
    font-size: 30px;
}
.col12bx {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.col22 {
    display: none;
}
/*Book Page Section*/
.book .page:nth-child(odd) {
    height: auto;
}
.book .page:nth-child(even) {
     height: auto; 
}
/*testomonials */
.testimonial {
    width: 100vw;
    height: 470px;
}
.slideshow-container {
    width: 100%;
}
.mySlides {
    padding: 40px;
}
.mySlides h5 {
   font-size: 22px;
}
.prev, .next {
    top: 43%;
}

.Dialy-update {
    width: 40%;
}

}
@media(max-width: 760px) {
    .navlogo{
        width: 100vw;
        position: fixed;
        top: 0;
        background: white;
        align-items: center;
    }
    .navlogo a{
        width:150px;
        height:70px;
    }
 .callbtn1 , .callbtn2{
    display: none;
}

    #home {
        position: relative;
        background-image: url(/image/head-mobil-vw.jpg);
        width: 100vw;
        background-attachment: fixed;
        background-position: inherit;
        background-repeat: unset;
        background-size: contain;
        top: 82px;
        height: 44vh;
    }


    .homesec {
        display: none;
    }      
    .ctdsubsec{
        height: auto;
    }
    .remximgsec img{
width: 65%;
height: 100%;
  }
     .remxwrldimgsec img{
width: 100%;
height: 100%;
  }
  .value{
    font-size: 18px;
    font-weight: 700;
    color: #000000;
  }
  .retxbx p{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }
  .globectsec, .indctsec{
    width: 100%;
} 
.border-mid{
    display: none;
}
.remxdata{
width: 33%;
}
.border-rt::after{
margin-left: 30px;
}
    .value::after{
        content: "+";
        position: relative;
        font-size: 18px;
font-weight: 600;
        color: #000000;
    } 
    .hpnsptnrbx {
        width: 80vw;
        margin-top: 40px;
    }

    .hpnsptnrbx img {
        border-radius: 8px;
    }

    .detbxsec h1 {
        width: 87%;
        font-size: 18px;
        text-align: left;
    }

    .detbxsec {
        height: 650px;
    }

    .detcntbx {
        width: 48%;
    }

    .detcntimg {
        width: 90px;
        height: 67px;
    }

    .detcnttx p {
        font-size: 14px;
        text-align: start;
    }

    .reasionsec {
        display: flex;
        height: auto;
    }

    .book {
        display: none;
    }

    .resnimgsec {
        display: flex;
    }

    .resnhead {
        text-align: left;
    }

    .resnhead h2 {
        font-size: 27px;
        margin-left: 20px;
    }

    .resnimgsubsec {
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: unset;
    }

    .resnimgcnt {
        width: 350px;
    }

    .resnimgbx {
        width: 350px;
    }

    .resnimgbx:hover {
        transform: scale(1);
    }

    .resnimgbx img {
        width: 350px;
    }


    .mrktimgsec,
    .mrkttxbx {
        width: 100%;
    }

    .mrktsubsec {
        width: 100%;
        padding: 18px;
        flex-direction: column;
    }

    .mrkttxbx-head h2 {
        line-height: normal;
        margin-top: 1rem;
        font-size: 21px;
        text-align: start;
    }

    .hpnsptnr {
        margin-top: 58px;
    }

    .mrkttxbx-para {
        width: 100%;
    }

    .mrkttxbx-para p {
        line-height: 1.7em;
        font-weight: 500;
    }
.effect-para h4 {
    line-height: 1.7em;
    font-weight: 500;
}
    .plrhedbx {
        width: 100%;
        margin: 0px;
    }

    .plrhedtxbx {
        line-height: normal;
    }

    .pillheadbx h2 {
        text-align: left;
        font-size: 24px;
    }

    .pillheadprbx {
        width: 100%;
        display: block;
    }

    .pillheadprbx p {
        width: 100%;
        font-weight: 500;
        text-align: left;
        line-height: 1.7em;
    }

    .pillarsection {
        width: 100vw;
        margin-top: 0;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .ourpillar {
        overflow-x: scroll;
        width: 90%;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .plslidebx {
        justify-content: center;
        display: flex;
        width: 90%
    }

    .pillarinfo {
        overflow-x: scroll;
        width: 700px;
        flex-wrap: nowrap;
    }

    .plinfobox {
        width: 236px;
        height: 469px;
    }

    .plcontentbox {
        width: 259px;
        justify-content: flex-start;
        padding: 10px;
    }

    .plpbx h3 {
        font-size: 15px;
    }

    .bluebox {
        flex-direction: column;
    }

    .blcolm1 {
        width: 100%;
    }

    .col11 {
        width: 90%;
    }

    .col11 h2 {
        font-size: 24px;
        text-align: start;
    }

    .col12bccnt {
        width: 45%;
    }

    .col12bx {
        justify-content: space-between;
    }

    .blcol2 {
        width: 100%;
    }

    .col21 {
        width: 90%;
    }

    .col21 h2 {
        margin-top: 47px;
        font-size: 15px;
        line-height: 1.7em;
    }

    .col22 {
        display: none;
    }
    .coltxbx p {
        height: 300px;
    }
    .testimonial{
        height: 400px;
    }
    .slideshow-container {
        width: 90%;
    }

    .mySlides {
       text-align: justify;
    padding: 0px 10px;
    }

    .mySlides h5 {
        font-size: 18px;
    }

    .prev,
    .next {
        top: 40%;
        padding: 0px;
    }

    .next {
        right: -18px;
    }

    .prev {
        left: -18px;
    }
.author {
    font-size: 18px;
    text-align: center;
}

    .adtxbx P {
        text-align: center;
    }
    header{
        width: 100vw;
        background-color: #ffffff;
    }
}
/* CSS for the user icon and username */
.user {
  display: flex;
  align-items: center;
  font-size: 16px;
   margin-right: 50px;
}

.user i {
  margin-right: 5px;
}

.user .username {
  margin-left: 5px;
  font-weight: bold;
}


.bck-lgoutbtn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Back Button */
.backpage {
    display: flex;
    align-items: center;
    width: 60px;
    height: 99px;
    justify-content: space-around;
    cursor: grab;
    margin-left: 20px;
    margin-top: -39px;
}
.backimgsec{
    width: 20px;
    height: 20px;
}
.backimgsec img{
    width: 15px;
    height: 20px;
}
.backtxbx{
    color: #003da5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}
#logoutbtn{
    width: 73px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 5px;
    background-color: #dc1c2e;
    border-radius: 15px;
    margin-top:5px;
}
.logoutbtnmain{
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    color: white;
    border:none;
}
#logoutbtnphn{
    display:none;
}
.logoutphntx{
    padding: 4px;
    width: 80px;
    height: 30px;
    border: 1px solid red;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 15px;
    font-family: monospace;
    font-weight: 600;
    background: #dc1c2e;
    color: white;
}

/* Chat Bot kaka Ui */
#chat-container {
    position: fixed;
    bottom: 5%;
    right: 20px;
    width: 300px;
    height: 400px;
    border: 1px solid #ccc;
    padding: 10px;
    display: none;
      flex-direction: column;
      border-radius: 5px;
      background-color: #FFFFFF;
      z-index: 23223422321;
  }
  
  #chat-messages {
      height: 90%;
      margin-bottom: 10px;
      overflow-y: scroll;
  }
  
  #chat-form {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
  }
  
  #chat-input {
    flex: 1;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #ababab;
  }
  
  #chat-input:focus {
    outline: none;
    border-color: blue;
  }
  
  #chat-form input[type="submit"] {
    padding: 5px 10px;
    border: .5px solid #b9aba0e3;
    background-color: #DC1C2E;
    color: white;
    font-family:roboto;
    font-weight:600;
    cursor: pointer;
    border-radius: 10px;
    height: 30px;
  }
  #chat-messages p:nth-child(odd) {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: black;
    margin-block-end: 0em;
  }
  
  #chat-messages p:nth-child(even) {
      font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #605b5b;
    margin-left:15px;
    margin-block-end: 0;
    margin-block-start: 8px;
  }
  .closekaka{
      position: absolute;
      top: 0;
      right: 0;
  }
  .closekaka img{
   width: 30px;
   height: 30px;
  }
  .openkaka{
      width: 150px;
      height: 40px;
      background-color: #DC1C2E;
      display: flex;
      flex-direction: row;
      border-radius: 20px;
      align-items: center;
      justify-content: space-around;
      position: fixed;
    bottom: 6%;
    right: 20px;
   z-index:2222222222;
  }
  .kakachatimg{
      width: 30px;
      height: 30px;
  }
  .kakachatimg img{
      width: 100%;
      height: 100%;
  }
  .kakachattxbx{
      font-size: 15px;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 600;
      color: #ffffff;
  }
  @media(max-width:900px){
      #chat-container {
    right: 20px;
    width: 87%;
}

#logoutbtnphn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0;
}
.datainput{
              width: 100%;
            }
  }
  
.pagination{
    font-size:18px;
    width:100%;
    display:flex;
   justify-content: center;
}
.pagination a{
    margin:0 2px;
}
article{width:100%;
}
  

