body{
    padding: 0;
    margin: 0;
     background: url(https://webdesignvr.in/under-construction/zolaz/images/banner.svg) #010314;
     background: url(../images/body-bg.png) #010314;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo{
    text-align: center;
}
.landing-inner {
   
    width: 100%;
    height: 100%;
    position: relative;
}
.landing-header {
   padding: 22px 12px;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.landing-banner{
    height: 200px;
    position: relative;
    
}
.landing-banner .banner-overlay{
   /* background: url(./images/banner.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    opacity: 0.35;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}
.landing-banner .container{
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.landing-banner .banner-content {
    width: 100%;
    margin-bottom: 40px;
}
.landing-banner .banner-content h1{
    margin-bottom: var(--m10);
}
.landing-banner .banner-content p{
    color: var(--white-color);
    margin-bottom: 0px;
    text-align: center;
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: var(--f25);
}
.logo img{
    width: 225px;
}
.super-parent{
    padding: 60px 12px;
}
.super-parent .banner-img{
    width: 80%;
    margin: auto;
    height: 320px;
    border-radius: 20px;
    object-fit: cover;
}

.social-side {
    position: fixed;
    bottom: 50px;
    z-index: 10;
    left: 25px;
    display: flex;
    mix-blend-mode: exclusion;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.socials {
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-direction: column-reverse;
    padding-left: 0px;
}
.socials li{
    list-style: none;
}
.socials li a {
    position: relative;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #fff;
    display: inline-block;
}
.socials li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transform: translate(-50%,-50%) scale(0.2);
}
.socials li a i{
    transition: all 0.3s cubic-bezier(0.175,0.885,0.32,1.275);
}
.socials li a:after, .socials li a:hover i, .socials li a span {
    transition: all 0.3s cubic-bezier(0.55,0.02,0.1,0.9);
}
.socials li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 13px;
    opacity: 0;
    transform-origin: center bottom;
    cursor: pointer;
    transform: translateX(0px) translateY(-50%);
}
.socials li a:after, .socials li a:hover i, .socials li a span {
    transition: all 0.3s cubic-bezier(0.55,0.02,0.1,0.9);
}
.social-side .icon {
    text-align: center;
    width: 30px;
    line-height: 30px;
    cursor: pointer;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    white-space: nowrap;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 12px;
}
.social-side .icon:before {
    content: "";
    position: relative;
    display: inline-block;
    border-left: 1px solid #fff;
    height: 50px;
    margin-bottom: 10px;
}
.socials li a:hover span {
    opacity: 1;
    transform: translateX(10px) translateY(-50%);
}

.landing-content {
    padding: var(--p20) var(--p12);
    padding-bottom: 0px;
}
.content-details{
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    overflow: hidden;
}
.content-details:before {
    counter-increment: workcounter;
    position: absolute;
    top: 4px;
    left: 0;
    content: counters(workcounter,".",decimal-leading-zero);
    font-size: 16px;
    color: #fff;
    font-family: var(--primary-font);
    z-index: 5;
    padding: 15px;
    background-color: #231552;
    font-weight: 700;
}
.col-6.real-estate .content-details:before {
    content: "02";
    }
.content-details h2{
    padding-left: 20px;
    padding-bottom: 15px;
    color: var(--white-color);
    letter-spacing: 2px;
    font-size: 22px;
    opacity: .8;
}
.content-details img {
    width: 100%;
    transition: transform 2s cubic-bezier(0.19,1,0.22,1) 0ms;
    height: 350px;
    object-fit: cover;
}
.content-details:hover img{
    transform: scale(1.2);
}
.content-details .img-sec {
    width: 100%;
    height: 350px;
    overflow: hidden;
}
html {
  cursor: none;
  scroll-behavior: smooth;
}
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 2;
  pointer-events: none;
}
.cursor div {
  position: absolute;
  display: grid;
  place-items: center;
}
.cursor .ring div {
  border: 2px solid #fff;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}
.cursor div:nth-child(1),
.cursor div:nth-child(2) {
  width: 100%;
  height: 100%;
}
.cursor .ring:nth-child(1) {
  transition: transform 0.2s ease-out;
}
.cursor .ring:nth-child(2) {
  transition: transform 0.1s ease-out;
}
.cursor .ring:nth-child(2) div {
  background: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.cursor.hover .ring{
    display: none !important;
}
.cursor .view-project{
    opacity: 0;
}
.cursor.hover .view-project{
    background: #0B2132;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    color: var(--white-color);
    font-weight: 500;
    font-size: 13px;
    width: 80px;
    height: 80px;
    opacity: 1;
    transition: opacity 0.5s ease;
}
