
/* @font-face {
    font-family: Optima;
    src:url(../font/optima.woff2)
} */
@font-face {
    font-family: 'alethiapro-regular';
    src: url('../font/alethiapro-regular.otf')
}
@font-face {
    font-family: 'alethiapro-italic';
    src: url('../font/alethiapro-italic.otf')
}

@font-face {
    font-family: 'AnandaBlackPersonalUseRegular';
    src: url('../font/AnandaBlackPersonalUseRegular-rg9Rx.ttf')
}
body,
html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-transform: capitalize;

    width: 100vw !important;
    position: relative;
    overflow-x: hidden;
    position: relative;
     /* font-family: Optima !important; */
  

}
* {
    box-sizing: border-box;
    text-transform: capitalize;
    padding: 0;
    margin: 0;

}
/*------------------------------------------
**************navbar************************
------------------------------------------*/
.navbar {
    z-index: 80;
    background-color: #111010;
    height: 90px;

    width: 100vw !important;
   
    display: flex;
    align-items: center;
    width: 100vw !important;

}

.navbar .left {
    padding-left: 45px;
}
.navbar .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.navbar .content .right {
    margin-right: 45px;
    max-width:950px
}
.navbar .content .right button{
    transition: all ease-in-out .5s;
}
.navbar .content .right button:hover{
    background-color: #fff!important
}
.navbar .content .right ul {
    list-style: none;
    padding-left: 0;
}

.navbar .content .right ul li {
    height: 100%;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease-in-out .5s;
   
   
    text-decoration: none!important;


}
.navbar .content .right ul li a {
    font-size: 14px;
    color: #fff!important;
    text-transform: uppercase;
    text-decoration: none!important;
    font-weight: 600;
    /* font-family:Optima!important; */
    opacity:.99;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar .right {
    display: flex;
    align-items: baseline;
}
.navbar .content .right ul li:hover a {
    color: #007dc3!important;
}


.navbar .content .right button {
    height: 35px;
    background-color: #DDA74F !important;
    border-radius: 55px;
    color: #fff !important;
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    border:none;
    /* font-family: Optima!important; */
}

.navbar .content .right button:hover,
.find-property button:hover,
.Popular-Communities-imges button:hover,
.btn-blue:hover {
    background-color: #fff !important;
    border: 1px solid #DDA74F;
    color: #DDA74F !important;}

.navbar-mobile {
    display: none;
}

/*------------------------------------------
***************end of navbar****************
------------------------------------------*/

/*------------------------------------------
*****************Team list******************
------------------------------------------*/
#TEAM .cover{
    background-image: url(../images/team.jpg);
    --widgets-spacing: 20px;
    background-size: cover!important;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 5%;
    margin-bottom: 0px;
    padding: 96px 0px 53px 0px;
    z-index: 10;
}
#TEAM .overlay{
    bottom: -1px;
       z-index: 20;   
       background-color: #2B2B2B;
       opacity: 0.5;
      margin-top: auto;
      content: "";
      left: 0;
      margin: 0;
      max-height: 198.4px;
      min-height: 198.4px;
      position: absolute;
      top: auto;
      width: 100%;
      
  
}
#TEAM .Header-font{
    float:center;
    text-align: center;
    color: white;
    font-size: 42px;
    font-weight: 600;
    z-index: 99999999999999999999999;
   position: relative;
}
#TEAM .Header-font h1{
    float:center;
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    z-index: 99999999999999999999999;
   position: relative;
}

/*------------------------------------------
**************end of Team **************
------------------------------------------*/

/*------------------------------------------
*****************Team list******************
------------------------------------------*/
#TEAM-list{
    padding-top: 8%;
    padding-bottom: 2%;
   background-color:   #111010;;
}
#TEAM-list .container .row h4{
    color: #DDA74F;
    font-size: 18px;
    font-weight: 600;

}

#TEAM-list .container .row p{
    color: #111010;
    
    font-weight: 600;

}
#TEAM-list .container .row .sub{
    color: #fff;
    font-size: 15px;
    font-weight: 600;

}

@media (max-width:1199px) {

    #TEAM-list .container .row .pado1{
        padding-top: 1.3rem!important;
    }
}
@media (max-width:993px) {
    
#TEAM-list .container .row .pado{
    padding-top: 1.25rem!important;
}
#TEAM-list .container .row .pado1{
    padding-top: 2rem!important;
}
}
@media (max-width:768px) {
    #TEAM-list .container .row .smp{
        margin-top: 3%;
    }  
    
}
@media(min-width:770px){
.headerh{
    height: 35px;
}}
#TEAM-list .container .row .border1{
  
   
margin-bottom: 50px;
 border-radius:10px ;
 
}
#TEAM-list .container .row img{

filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
transition-duration: 0.3s;}
#TEAM-list .container .row img:hover{
filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

/*------------------------------------------
**************end of Team list**************
------------------------------------------*/

/*------------------------------------------
*****************Team detail******************
------------------------------------------*/
#TEAM-detail{
    padding-top: 2%;
    padding-bottom: 2%;
   background-color:   #111010;;
}
#TEAM-detail .container .row h3{
    color: #DDA74F;
    font-size: 24px;
    font-weight: 600;

}

#TEAM-detail .container .row .btn-close{
 
    /* position: absolute; */
    float: right;
    margin-left: 33%;
    /* padding-left: 100%; */
    margin-top:0px;
    font-size: 12px;
    font-weight: 600;
    opacity: 1;
color: #fff;
width: 12px;
background-color: #DDA75F;
border-radius: 50%;
padding: 6px;
}
.btn-close:focus{
    outline: none;
    border: none;

}
#TEAM-detail .container .row .pos{
    margin-left: 43%;
    margin-top: 10px;
    font-size: 15px;
    padding: 12px 30px 12px 30px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #111010;
    border-style: solid;
    
    border-width: 1px 1px 1px 1px;
    border-color: #DDA74F;
    border-radius: 0px;
}
#TEAM-detail .container .row .pos:hover {
    background-color: #fff;
    color: #111010;
    border-color: #111010;
}
#TEAM-detail .container .row .btn:hover {
    background-color: #F6F6F6;
    color: #111010;
    border-color: #111010;
}
#TEAM-detail .modal-body {
    border: 1px solid #DDA75F;
    padding: 10px;
    background-color: #111010;
}
#TEAM-detail .container .row .sub{
    color: #111010;
    font-size: 18px;
    font-weight: 600;

}
#TEAM-detail .container .row .btn{
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #111010;
    border:1px solid #DDA74F;
    border-radius: 0px;
    padding: 10px 40px 10px 40px;
}
.row1{
    
    padding-right: 3rem!important;
    padding-left: 6rem!important;
}
#TEAM-detail .container .row .marg{
  border-radius: 15px;
 margin-left: 5%;
 
}
@media (min-width: 576px){
#TEAM-detail .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 98%;
}}
@media(max-width:996px){
    .mo{
        width: 35%;
    }
}
@media (max-width:1000px) {
    #TEAM-detail .container .px-5{
        padding-right: 2rem!important;
    padding-left: 0rem!important;
    padding-bottom: 0.5rem!important;
    }
    #TEAM-detail .container .row .mo{
        margin-left: 2%;
    }
}
#TEAM-detail .col-form-label:after {
    content: "*";
    color: #DDA74F;
    padding-left: 0.2em;
}

#TEAM-detail .modal{
    border-radius: 0;
    --bs-modal-border-radius: 0;
    --bs-modal-width: 640px;
}

#TEAM-detail .container .row .sub1{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    
   }
#TEAM-detail .container .row img{

filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
transition-duration: 0.3s;}
#TEAM-detail  .container .row img:hover{
filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}
#TEAM-detail .details{
    color: #DDA74F;
    font-size: 24px;
    font-weight: 600;
}
#TEAM-detail .paragraph{
    margin-left: 7%;
}
#TEAM-detail .colored{
    color: #fff;
    word-break: break-word;
    font-size: 16px;
    font-weight: 400;
}
@media (max-width:841px) {
    #TEAM-detail .paragraph{
        margin-left: 0;
    }
}
#TEAM-detail .let{
    /* font-family: "codec", Sans-serif; */
    font-size: 16px;
    font-weight: 600;
    
}
#TEAM-detail .col-form-label{
    color: #fff;
}

#TEAM-detail .form-control{
    padding: 9px 0 9px 9px;
    width: 98%;
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    border: 1px solid #DDA75F;
    border-radius: 3px;
    box-shadow: none;
    -webkit-appearance: none;
    background-color: #111010;
    color: #fff;
}

/*------------------------------------------
************end of Team detail**************
------------------------------------------*/



/*------------------------------------------
**************footer************************
------------------------------------------*/

.footer a{
    color: #fff;
    text-decoration: none;
}

.footer,.footer-black {
    padding: 3rem;
}
.footer-black{
    padding-top: 1rem;
    padding-bottom: 1rem;

}

.footer {
    background-color: #111010;
   
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.footer p {
    color: white;

}

.img-logo {
    width: 160px;
    max-height: auto;

}

.ul-links ul {
    list-style: none;
    padding-left: 0;
}

.ul-links ul li {
    color: white;
    margin-bottom: .6rem;
    transition: all ease-in-out 1s;
    cursor: pointer;
}

.ul-links ul li i {
    margin-right: .2rem;
}

.ul-links ul li:hover {
    transform: translateX(10px);
}

.ul-links .small {
    font-size: .8rem;
}

.small-latin {
    font-size: .9rem;
    font-style: italic;

}

.icon-social {
    list-style: none;
    padding-left: 0;
}

.icon-social li {
    display: inline-block;
    float: left;
    color: white;
}

.icon-social li i {
    font-size: 19px;
    width:41px;
    height:41px;
    line-height: 41px;
    text-align: center;
    transition: all ease-in-out .5s;
    cursor: pointer;
}

.icon-social li i:hover {
    background-color:#fff!important
}



.subscribe input {
    border-radius: 1rem;
    width: 100%;
    padding: .5rem;

}

.subscribe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subscribe i {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #DDA74F;
    background-color: #222;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

.img-footer-4 {
    width: 150px;
    height: auto;
}

.footer-black {
    background-color: #222;
    color: white;

    font-size: 13px;
    font-weight: bold;
}
.footer-black p {
    margin-bottom: 0!important;
}

.view-listening button,.mesage-form button {
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #DDA74F;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DDA74F;
    border-radius: 025px 025px 025px 025px;
    padding: 15px 40px 15px 40px;
width: auto !important;
border:none;
transition: all ease-in-out .5s;

}
.contact-form button {
    background-image: none !important;
    border: none !important;
    background-color: #1d467a !important;
    color: #fff !important;
    font-size: 16px;
    border: none;
    padding: 15px 40px 15px 40px;
    border-radius: 025px 025px 025px 025px;
    width:185px;
    transition: all ease-in-out .5s;


}
.mesage-form h1 {
    margin-bottom: 2rem;
    margin-top: 3rem;
}
.contact-form button:hover {
    background-color:#a4d7f4!important

}

.mesage-form button:hover{
    background-color:#a4d7f4;
}
.footer h3 {
    font-size: 17px!important;
}


/*------------------------------------------
****************end of footer***************
------------------------------------------*/


/*------------------------------------------
****************whatsapp********************
------------------------------------------*/
.icon-whatsup {
    position: fixed;
    bottom:10%;
    left:3%;
    z-index: 99999999999999;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.icon-whatsup i {
    color:white;
    font-size: 28px;
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #25d366;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 99999999999;
    cursor: pointer;
}
.chat {


    color:white;
    font-size: 14px;
    display: inline-block;
    width: 0px;
    height: 54px;
    border-radius: 30px;
    background-color: #25d366;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    position: relative;
    left: -50px;
    z-index: -1;
    padding-left: 30px;
    width: 0;
    opacity: 0;
    

}
.icon-whatsup:hover .chat {
    width: 160px;
    opacity: 1;
    transition: all ease-in-out .5s;
}


/*------------------------------------------
****************end of whatsapp*************
------------------------------------------*/



/*------------------------------------------
****************right side******************
------------------------------------------*/
#myBtn {
    position: fixed; /* Fixed/sticky position */
   
    z-index: 9999; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: white; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    bottom: 20px;
    right: 90px;
    transform: translateX(300px);
    transition: all ease-in-out 1s;

  }
  #myBtn1 {
    transition: all ease-in-out 1s;

    position: fixed; /* Fixed/sticky position */
 
    z-index: 9999; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: white; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    bottom: 20px;
    right: 30px;
    transform: translateX(200px);
 
  } 
  #myBtn:hover i ,
  #myBtn1:hover i  {
  color:#DDA74F /* Add a dark-grey background on hover */
  }
  #myBtn i,
  #myBtn1 i
   {
    font-size: 13px ;
    color: #222;
  }
  #myBtn1 i {
    margin-left: 3px;
  }

/*------------------------------------------
**************end of right side*************
------------------------------------------*/


/*------------------------------------------
**************for responsive *************
------------------------------------------*/
@media (min-width: 778px) {
    .opacitygallery .Popular-Communities-imges .row .img {
        height: 310px!important;
    
    }
    .img-mesage img, .card {
        border-radius: 10px;
    
    }
    .d-md-none {
        display: none;
    }
    .sidebar{
        display: none;
    }
    .img90 {
        text-align: left;
        width:360px
    }
    .in-dubai .row {
        padding-left: 35px;
    }
  
}
@media (max-width:778px) {
    .navbar-laptop {
        display: none;
    }
    .view-listening h1 {
        font-size: 24px;
    }
    .navbar-mobile {
        display: block;
        height: 70px;
        padding-left: 20px;
       
    }
    .home-page h1 {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-mobile img {
        width: 200px;
        height: 70px;
    }
    .navbar-mobile i {
        color: #DDA74F;
        margin-right: 10%;
    }
 

.icon-whatsup{
    bottom:15%
}
.Popular-Communities {
    padding: 2rem;
}

.Popular-Communities-imges .row {
    flex-direction: column;
}
.Popular-Communities-imges .row .img {
    height: 200px!important;
    margin-bottom: 2rem;
}
.Popular-Communities-imges .row .img h5{
    font-size: 18px;
    top: 20%;
    /* font-family: Optima; */
}
.scale2 ,.opacitygallery{
    padding: 0;
    padding: 1.1rem;
}
.scale2 .Popular-Communities-imges .row .img ,
.opacitygallery .Popular-Communities-imges .row .img{
    margin-bottom: .2rem;
}

.Our-Featured {
    padding: 1.1rem;
}
.opacitygallery .Popular-Communities-imges .row .height200 {
    height: 200px!important;

}
.Popular-Communities-imges .row  .height300 {
    height: 300px!important;
}
.message h1 {
    width:90%
}
.global h1 {
    width:30%;
    margin: auto;
    margin-bottom: 3rem;
}
.contact-form button {
    width: 100% !important
}
.form-control::placeholder {
    border-color: grey!important;
}
.mar {
    margin-bottom: 2rem;

}
.img-mesage {
    width: 100%;
    height: auto;
}
.img-mesage img ,.card{
    border-radius: 10px;

}
.p0 {
    padding: 0!important;
}
.mesage-form p {
    width: 100%!important
}
.global-reach .col-12 {
    margin-bottom: 2rem;
}

.p-body{
    height: auto!important;
}
.footer-black,.footer {
    text-align: center;
}
.icon-social {
    display: inline-flex;
}
.footer-black p {
    font-size: 13px;
}
.footer-black {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.footer {

    padding-right: 0;
    padding-left: 0;
}
.subscribe {
    padding-left: 2rem;
    padding-right: 2rem;
}
.ul-links i {
    display: none;
}
.d-sm-none {
    display: none;
}
.sidebar {
    position: fixed;
    background: white;
    height: 100%;
    z-index: 9999;
    width: 75%;
    left: -75%;
}
.close {
    text-align: end;
    padding-right: 10px;
}
.close i {
    color: #DDA74F;
}
.ul-mobile {
    list-style: none;
    padding-left: 0;
}
.ul-mobile li {
    padding: .7rem;
    border-bottom: 1px solid #222;
}
.ul-mobile li a {
    text-decoration: none;
    text-transform: uppercase;
    /* color: #1a3668; */
    font-size: 14px;
    font-weight: 600;
    /* font-family: Optima; */

}
.footer .col-12 {
    padding-right: 0;
}
#homepage{
    transition: all ease-in-out .5s;

}
#sidebar {
    transition: all ease-in-out .5s;
}
}
@media (max-width: 275px) {
#TEAM .overlay{
   
      max-height: 248.8px;
      min-height: 248.8px;
     
      
  
}}
@media(max-width:766px){
    .mo{
    width: 100%;}
    #TEAM-detail .container .row .btn{
        margin-bottom: 30px;
    }
}
/*------------------------------------------
************end of for responsive **********
------------------------------------------*/

.navbar .content .right ul li:hover,
.navbar .content .right ul li:hover a {
    color:#fff!important
}

#TEAM-detail .paragraph p{
    color: #fff!important;
}