body {background:transparent url(../assets/images/h4bg.png) no-repeat center top; background-size:contain;}

section.ar-boxes img {
width: 100%;
border-radius:20px;
}

section.new-home-banner .aebanner {
position: relative;
width: 100%;
height: auto;
}

.mobileonly{ display:none; }
section.new-home-banner {
    display: flex;
    padding: 140px 0;
    position: relative;
    background: linear-gradient(-5deg,  #fff, #fff, #fff, #fff,#b8ccf5, #dceee1,#b8ccf5, #dceee1);
    background-size: 300% 300%;
    animation: gradientMove 12s 
linear infinite;
    align-content: center;
    align-items: center;
    text-align: center;
    background:url(../assets/images/h4bg.png) no-repeat center top #fff;
    background-size:cover;
}

@keyframes gradientMove {
	  0%   { background-position: 0% 50%; }
	  50%  { background-position: 100% 50%; }
	  100% { background-position: 0% 50%; }
	}

header {
    max-width: 1320px;
    background: none;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    background: #fff;
}

.ar-titles h3 {
    font-size: 23px;
    margin: 20px 0;

    text-transform:uppercase;
    letter-spacing:2px;
}

.ar-titles h1 span{
  background: -webkit-linear-gradient(1deg, #162641, #2485b3, #162641);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}
.ar-titles h1{
      font-size: 4.5em;
      letter-spacing:-2px;
      color:#162641;
      max-width:100%;
}
.ar-titles *{
text-align:center;
font-family: "Instrument Sans", Impact;
    box-shadow:none !important;

}



.home-form input {
    max-width:75%;
    float:left;
    width:auto;
    text-align:left;
    display:inline-block;
    border:1px solid #ebebeb;
    border-bottom:2px solid #ebebeb;
}


.home-form {
    padding: 20px 0 0 0;
}

.home-form a{
    background:#0E9FD6;
    color:#fff;
    width:23%;
    border-radius:4px;
    margin-left:2%;
    display:inline-block;
    text-align:center;
    padding:12px;
    float:left;
}


.single-ar-box {
    background: #084d6c;
    width: 100%;
    height: 299px;
    border-radius: 20px;
    padding: 30px;
    color: #fff;
}

.single-ar-box.ar-lightbox {
    background: #badceb;
}



section.ar-boxes h1 {
    font-size: 36px;
    text-align: right;
    font-family: 'Quicksand';
    font-weight: 600;
    padding: 0 0 20px 0;
    line-height: 39px;
}



section.ar-boxes {
    padding-top:20px;
    padding-bottom: 40px;
}

.single-ar-box h6 {
    font-size: 23px;
    font-weight: 300;
}



.single-ar-box h6  strong{
    font-weight: 700;
}



a.postajob.get-started {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    border-radius: 30px;
    font-size: 14px;
    padding: 6px 30px;
    display: inline-block;
    text-decoration: none;
    position:absolute;
    bottom:30px;
}

.ar-lightbox * {
    color: #084d6c;
    font-weight: 400;
}

.single-ar-box{
position:relative;
}

a.ar-join-as-seller {
    border: 1px solid #084d6c;
    color: #084d6c;
    background: transparent;
    border-radius: 30px;
    font-size: 14px;
    padding: 6px 30px;
    display: inline-block;
    text-decoration: none;
    position:absolute;
    bottom:30px;
}







.single-ar-box:before {
    content: "3";
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 0   100px 0 0;
    font-size: 1px;
}



.single-ar-box.ar-lightbox:before {
    content: "3";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left:auto;
    right: 0;
    background: #fff;
    border-radius:    0 0 0 100px;
    font-size: 1px;
}





section.ar-highlight {
    background: #badceb;
}



.ar-highlight img.card-img-top.rounded {
    border-radius: 30px !important;
    max-width: 100%;
    padding: 10px;
}







/* Container of progress */

.circular-progress {

  position: relative;

  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  background: conic-gradient(
    #8bc34a 0deg 70deg,     /* segment 1 */
    transparent 70deg 90deg,
    #8bc34a 90deg 160deg,   /* segment 2 */
    transparent 160deg 180deg,
    #8bc34a 180deg 250deg,  /* segment 3 */
    transparent 250deg 270deg,
    #8bc34a 270deg 340deg,  /* segment 4 */
    transparent 340deg 360deg
  );
  display: flex;
  align-items: center;
  justify-content: center;
}



/* White inner circle */

.circular-progress::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: #3a3a3a; /* matches dark bg */
  border-radius: 50%;
}

.new-home-banner > .container.full{
    position:relative;
}

/* Inner text (number + label) */

.inner-text {
  position: absolute;
  text-align: center;
}



.inner-text h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}



.inner-text small {
  font-size: 0.9rem;
  color: #ccc;
}



.ar-titles h6 {
    font-size: 20px;
    width: 100%;
    color: #898989;
}

.time-unit span {
    color: #000 !important;
    font-family: Oswald;
    font-size: 50px;
    text-shadow:none;
    font-weight:500;
}

.time-unit {
    box-shadow:0px 0px 2px #C5C5C5 !important;
    border-radius:5px;
    padding:20px 0;
    background: #fff;
    border: 1px solid #C5C5C5;
}
.time-unit div{   
    color:#2681ae !important;
}




ul.nav.nav-pills {
    text-align: center;
}

li.nav-item a {
    font-family: 'Instrument Sans', Poppins, Arial;
    color: #000 !important;
    font-weight: 500 !important;
}

ul.nav.nav-pills {
    margin: 0 auto !important;
    float: none !important;
}

.vurksmen {
    text-align: center !important;

}


header.d-flex.align-items-center.homefour .container-fluid {
    max-width:1400px;
}

header.homefour{
    position:absolute;
    background:transparent;
}


.header-links.get-started {
    color: #000;
    background: transparent !important;
    font-weight: 500;
    border: 2px solid #000;
    padding: 5px 10px;
}

.header-links{
    font-size:12px;
    background-color:#0E9FD6;
}
.welcome-popup-right{

    position:relative;

}

.welcome-popup-right img {
    position: relative;
    width: 100px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

.welcome-popup-right h5 {
    color: #d6ff00;
    font-family: Oswald, Arial;
    text-transform: uppercase;
    font-weight: 400;
position:relative;
    margin-top:30px;
    left:0;
    margin-bottom:10px;
    right:0;
}



.welcome-popup-left{
    width:320px;
    height:360px;
    background:orange;
    float:left;
}



.welcome-popup-right a {
    display: inline-block;
    text-decoration: none;
    background: #00c4cc;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    box-shadow: 0px 0px 9px #999;
    text-transform: uppercase
    font-family: Oswald, Arial;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}

.welcome-popup-right{
    width:320px;
    height:360px;
    background:linear-gradient(90deg, #ff0033, #522996);
    float:left;
    color: #fff;
    padding: 30px 20px;
    text-align: center;

}

.welcome-popup-right h2 {
    font-family: Oswald, Arial;
    font-weight: 500;
    font-size: 35px;
    text-shadow: 0px 0px 6px #444;
}

.welcome-popup {
    overflow:hidden;
    position: fixed;
    top: 0;
    left: 0;
    display:none;
    right: 0;
    bottom: 0;
    width: 640px;
    background: #fff;
    z-index: 10;
    height: 360px;
    margin: auto;
}

    .welcome-overlay{
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        display:none;
        z-index:10;
        background:rgba(0,0,0,0.8);
    }

    

    h5.newcta-title {
    text-align: left;
    font-size: 31px;
    line-height: 60px;
    text-shadow: 0px 1px 1px #444;
    margin: 0;
}

.newctabtn {
    font-size: 17px;
    background: #000;
    padding: 9px 30px;
}

.box-desc h5 {
    font-size: 17px;
}

.box-desc h6 {
    font-size: 13px;
}

section.section.home-cta {
    position: relative;
    text-shadow:0px 0px 3px #777;
    padding:50px 0;
}


section.section.home-cta img{
    position: absolute;
    width:100%;
    z-index:-1;
    height:100%;
    left:0;
    top:0;
}

section.home-tags li a {
    background: #f0faf6;
    padding: 8px 10px;
    text-decoration: none;
    font-size: 10px;
    border: 1px solid #2f7d5c;
    border-radius: 32px;
    color: #2f7d5c;
}


section.home-tags li.focused a{
    background:#f1f7fa !important;
    color:#5597af !important;
    border: 1px solid #5597af;
}
section.home-tags li.featured a{
    background:#ffedf8 !important;
    color:#970763 !important;
    border: 1px solid #f0bedc !important;
}
header {
    max-width: 100% !important;
    top:0px;
}
.home-form input[type="text"] {
margin-bottom: 30px;
}

.submenu li a {
    color: #fff !important;
}
.haschild:hover  a{
    color:#fff !important;
}

.vbox img{border-radius:0.8rem; margin-left:auto; margin-right:auto;}
input#otp { border:1px solid #444; }


html.lightheader ul.nav li a {
    color: #fff !important;
}
html.lightheader .header-links.clink{
border-color:#fff;
    color:#fff !important;    
}

html.lightheader .logo, html.lightheader .logo img{
filter:brightness(100) !important;    
}

a.header-links.plink:hover {
    background: #000;
    border-color: #000;
}

header.d-flex.align-items-center.homefour{
    padding-bottom:25px;
}

html.relativeheader header{
    position:relative;
}


.review-sections p {
    font-size: 14px;
    padding: 0 30px 0 0;
}
.review-para-head{
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 20px !important;
    margin:0 0 40px 0;
    padding:0 !important;
    color: #848484;

}

.review-sections h5 {
    font-size: 25px;
}
  .testimonial-card {
      border: 1px solid #ddd;
      border-radius: 12px;
      padding: 30px;
      transition: all 0.3s ease;
    }
    .testimonial-card:hover {
      box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    }
    .testimonial-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-radius: 10px;
    }
    .stars {
      color: #ff7f00;
    }
    

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }

.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}


 .ratio-9x16 {
      position: relative;
      width: 100%;
      padding-bottom: 177.78%; /* 16 / 9 * 100 = 177.78% */
    }
    .ratio-9x16 iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }
    /* Optional: limit modal size for portrait look */
    .modal-dialog {
      max-width: 400px;
    }
    
    .yoga-card .arrow-btn{
        display:none;
    }
    
    
    
.gradbtn{
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab) !important;
animation: btngrad 15s ease infinite;
}

@keyframes btngrad {
	0% { background-position: 0% 50% !important; }
	50% { background-position: 100% 50% !important; }
	100% { background-position: 0% 50% !important; }
}

.prop-fixed{ background:url('../assets/images/prop-bg.jpg') no-repeat 0 0 transparent;
    background-attachment:fixed;
    height:25vh;
    background-size:cover;
    width:100%;
    
}
.property-banner{
    background:url('../assets/images/prop-bg.jpg') no-repeat 0 0 transparent;
    background-attachment:fixed;
    height:100vh;
    background-size:cover;
    width:100%;
}

.propcontainer{
    padding-top:40px;
    height:100vh;
    min-width:100%;
    background:rgba(36,65,75,0.75);
        display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
    
    .property-banner h3 {
    font-size: 1.3em;
    text-align: center;
    color: #fff;
    max-width: 520px;
    margin: 0 auto 10px;
    font-weight: 400;
    line-height: 1.3em;
}
    
.property-banner h1 {
    font-size: 3em;
    text-align: center;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 3px #333;
}

a.get-started.prop-btn {
    display: inline-block;
    margin: 40px auto 50px;
    background: #0567cb;
    color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    float: none;
    width: 350px;
    text-align: center;
    display: block;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px #1f90ff;
}

.propbox {
    background: rgba(255,255,255,0.1);
    padding: 10px 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    text-align:center;
    color:#fff;
    display:block;
    width:100%;
}

.propbox h2 {
    font-size: 2.25em;
}
.propbox h3 {
    font-size: 33px;
    font-weight: 600;
    text-shadow: 0px 0px 3px #aaa;
}

.propbox h6{
    font-size:15px;
}

.propbox h5 {
    font-size: 18px;
    height: 35px;
}
.propbox{
    text-align:center;
}


.propheader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.propheader .proplogo img{
filter:brightness(100);    width:110px;

}


.propbox {
    display: flex;
    height: 122px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}


.propbox p {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}




.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.7;
   background:#aa5900;
  }
}

html.nomenu header .nav, html.nomenu .burger-menu{
    display:none !important;
}



/*.header-links {float:right;}*/





section.mobile-about {
    padding: 30px 0;
   
    color: #000;
}

section.mobile-about h3{
    font-size:50px;
margin-bottom:30px;
color:#e90000;
    
}

section.mobile-about p.arabic{
    font-size:36px;
    color:#e90000;
}
section.mobile-about p {
    font-size: 27px;
    color: #e90000;
}


.headingcontainer > span {
    font-size: 40px;
    font-family: Oswald;
    text-transform: uppercase;
    float:left;
}

.headingcontainer > .h5 {
float:right;
    font-size: 40px;
    color:#ee3939;
}

.client-logo-head h2 {
    font-size: 36px;
    font-family: 'Oswald';
    font-weight: 300;
    text-transform: uppercase;
    line-height: 50px;
    margin: 20px 0 0 0;
}


.client-logo-head p{ 
    font-size: 18px !important;
color:#000 !important;  
 
    margin: 20px 0 0 0;
}
.headingcontainer{
    overflow:hidden;
}


section.mobile-about .get-started {
position: relative;
    top: -20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border: 1px solid #ee3939;
    background: #ee3939;
    padding: 10px 40px;
    border-radius: 520px;

}


