@font-face {
  font-family: "robotoregular";
  src: url(../fonts/Roboto-Regular.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "robotobold";
  src: url(../fonts/Roboto-Bold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "robotoextrabold";
  src: url(../fonts/Roboto-ExtraBold.ttf) format("truetype");
  font-display: swap;
}

html,
body,
h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:hover,
*:focus,
*:visited {
  outline: 0;
}

body {
  margin: 0 auto;
  font-family: "robotoregular";
  font-weight: 400;
  color: #252525;
  font-size: 20px;
  line-height: 133%;
  background-color: #fff;
  overflow-x: hidden !important;
}

.clearfix {
  clear: both;
}

.mHide {
  display: block !important;
}

.dHide {
  display: none !important;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  aspect-ratio: attr(width) / attr(height);
}

.wrapper {
  width: 100%;
  margin: 0;
}


.paddingTopBottom {
  padding: 60px 0px 0px 0px;
}


.paddingTopBottomsmall {
  padding: 25px 0px;
}

.textuppercase {
  text-transform: uppercase;
}


.full_width {
  width: 100%;
  margin: 0 auto;
}

.containerAsp {
  width: 1100px;
  max-width: 85%;
  margin: 0 auto;

}

header
{
  width: 100%;
    max-width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 9999;
    box-shadow: 0px 5px 14.5px 0px #00000040;
}

.header.scrollcss
{
  background-color: #fff;
  box-shadow: 0px 5px 14.5px 0px #00000040;
}

header .containerAsp
{
  width: 100%;
  max-width: 85%;
  margin: 0px auto;
}

header .logo
{
  width:150px;
}

.headerInside {
    padding: 10px 0px;
}

.dflex
{
  display: flex;
    justify-content: space-between;
    align-items: center;
}

.dflexcenter
{
   display: flex;
  align-items: center;
  justify-content: center;
}

.navbar
{
   gap:50px;
}

.navbar ul 
{
 gap:20px;
}

.navbar ul li
{
  list-style: none;
  padding:2px 8px;
}

.navbar ul li a
{
  text-decoration: none;
  font-family: "robotobold";
  font-size:14px;
  line-height: 100%;
  font-weight: 100;
  vertical-align: middle;
  text-transform: uppercase;
  color:#000000;
}

.downloadlink
{
    width: 220px;
    height: 41px;
    border-radius: 10px;
    border: 2px solid #E07204;
    background-color: #FFFFFF;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
    font-family: "robotobold";
    font-weight: 100;
    color: #000;
    text-transform: uppercase;
}

.downloadlink:hover
{
    background-color: #E07204;
    color: #FFFFFF;
    border: 2px solid #F8EF21
}

.mainbanner
{
  margin-top:85px;
}

.mainbanner .downloadlink
{
  margin:10px auto;
}

.infocontainer
{
  text-align: center;
  margin-top:30px;
  margin-bottom: 30px;
}

.infocontainer p
{
   font-size: 18px;
    font-family: "robotobold";
    font-weight: 100;
    color: #000;
    text-transform: uppercase;

}

.infocontainer p span
{
font-size: 28px;
color:#E07204;
}

.newscroller 
{
  background-color: #E07204;
  padding:8px 0px;
  margin:20px auto;
}

.newscroller p
{
  color: #FFC183;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "robotoregular";
    font-weight: 800;
}

.newscroller span
{
  color: #FFC183;
}



.newscroller
{
  display: flex;
  width: fit-content;
  white-space: nowrap;
  animation: scroll-left linear infinite;
} 

.ticker-content {
  display: flex;
}
.ticker-content p {
  margin: 0 30px;
  white-space: nowrap;
}


@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* Dhananjay Css */
.about-section {
  text-align: center;
  padding:120px 20px 80px 20px;
  position: relative;
}

.background-heading {
  font-size: 83px;
  font-weight: 800;
  color:#f5f5f557;
  font-family: robotoextrabold;
  margin: 0;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  
}

.main-heading {
  font-size: 23px;
    font-weight: normal;
    color: #000;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    font-family: 'robotobold';
}

.divider {
  width: 80%;
  max-width: 1000px;
  height: 1px;
  background-color: #252525;
  margin: 0 auto 20px auto;
}

.description {
  font-size: 20px;
  font-weight: 400;
  font-family: robotoregular;
  line-height: 133%;
  max-width: 700px;
  margin: 0 auto;
  color: #252525;
  position: relative;
  z-index: 1;
}

.download-section {
  background-color: #E07204;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.content-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.download-heading {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 100%;
  font-family: 'robotobold';
}



.orange-divider {
  width: 100%;
  max-width: 1000px;
  height: 1px;
  background-color: white;
  margin: 0 auto 20px auto;
}

.download-description {
  font-size: 20px;
  line-height: 133%;
  font-weight: 700;
  color: white;
    font-family: 'robotoregular';
}


.download-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px;
  gap: 60px;
  flex-wrap: wrap;
  position:relative;
}

.image-area {
  position: relative;
  width: 600px;
  max-width: 100%;
}

.backd {
  position: absolute;
  top: -160px;
  left: 0;
  transform: translateX(-30%);
  width: 800px;
  z-index: 0;
}

.building-img {
  width: 110%;
  position: relative;
  z-index: 1;
}

.text-area {
  max-width: 400px;
  text-align: left;
}

.cta-text {
  font-size: 20px;
  line-height: 133%;
  font-family: 'robotobold';
  /* font-weight: 800; */
  color: #252525;
  margin-bottom: 20px;
}

.cta-button {
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1.5px solid #db6a00;
  border-radius: 6px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #db6a00;
  color: #fff;
}


/* ends Here */


.clientlogoslider
{
  margin:50px 0px 50px 0px;
}

.logoscroller
{
  display: flex;
  width: fit-content;
  white-space: nowrap;
  animation: scroll-left linear infinite;
} 

.clientticker-content
{
  display: flex;
  align-items: baseline;
  
}

.clientticker-content img
{
  margin-right:50px;
  height: auto;
}

.clientticker-content .m3m
{
  width: 114px;
}

.clientticker-content .shapoorji
{
  width: 265px;
}


.clientticker-content .tribeca
{
  width: 197px;
}

.clientticker-content .haware
{
  width: 200px;
}

.clientticker-content .dlf
{
  width: 126px;
}

.clientticker-content .xrbia
{
  width: 188px;
}

.clientticker-content .runwal
{
  width: 59px;

}

.clientticker-content .silverglades
{
  width: 180px;
}





.aboutalchemist
{
    position: relative;
    /* background-image: url(../images/line-bg-small.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 70%;
    position: relative;
    width: 100%; */
  
}

.bglines
{
    position: absolute;
    bottom: 70px;
    right: -290px;
    width: 550px;
    z-index: 1;
    transform: rotate(164deg);
}

.aboutalchemist .containerAsp
{
  z-index: 2222;
    position: relative;
    padding-top: 80px;
}



.aboutalchemist .aboutoverlay
{
  background-color: #E07204;
    height: 40%;
    width: 100%;
    position: absolute;
}

.aboutcontainer
{
  text-align: center;
  padding:100px 140px 100px 140px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0px 15px 73.9px 5px #0000001A;
}



.aboutcontainer h4
{
  text-transform: uppercase;
  font-size: 18px;
  font-family: "robotobold";

  margin-bottom: 20px;
}

.aboutcontainer p
{
  font-size: 18px;
}

.aboutcontainer .downloadlink
{
  margin:20px auto 0px auto;
  width:303px;

}

.sketch
{
 padding:60px 0px 40px 0px;
 text-align: center;
}

.sketch .logo
{
  width:200px;
  margin:0px auto 20px auto;
}

.sketchimg
{
  border-bottom: 1px solid #000;
}
.sketchimg img
{
  width: 85%;
    margin-bottom: -4px;
}

.sketch p
{
  font-family: "robotoregular";
  font-size: 16px;
  padding-top:10px;
}

@media (max-width: 1480px) {
.background-heading {
    font-size: 60px;
}
}

@media (max-width: 1366px) {
.background-heading {
    font-size: 60px;
}
}






@media (max-width: 768px) {

  .background-heading{
    font-size: 35px;
    top: 92px;
    white-space: nowrap;
  }

  .background-heading span{
    display: none;
  }

   .mHide {
    display: none !important;
  }

  .dHide {
    display: block !important;
  }
  .mainbanner {
      margin-top: 0px;
  }

  header .logo {
      width: 120px;
  }

  .hamburger
  {
        vertical-align: middle;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        padding: 15px 12px;
        border-radius: 10px;
        z-index: 999;
        box-shadow: 0px 0px 16px 3px #00000045;
  }

  .hamburger.active
  {
       border:0px solid #000;
  }

  .hamburger img
  {
    width:80%;
  }



  .containerAsp {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
  }

  header {
      width: 100%;
      max-width: 100%;
      background-color: transparent;
      position: fixed;
      top: 0;
      z-index: 9999;
      box-shadow: unset;
      
  }

.nvarbarcontainer
{
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #fff;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  will-change: opacity;
  opacity: 1;
  transition: all 1s ease-in-out;
}

.nvarbarcontainer.active{
   right: 0%;
  transition: all 1s ease-in-out;
}

 .navbar {
       gap: 10px;
        /* display: none; */
        position: absolute;
        background-color: #fff;
        width: 250px;
        right: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        height: 100%;
        padding-top: 100px;
        padding-left: 15px;
    }

    

    .navbar ul {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

  .mainbanner .downloadlink {
      margin: 0px auto 10px auto;
  }

  .infocontainer .containerAsp
  {
    padding-top:15px;
    padding-bottom: 20px;
  }
  
  .download-heading {
      font-family: 'robotoregular';
  }

  .download-description {
      font-size: 18px;
      font-weight: 100;
  }

  .description {
      font-size: 18px;
  }

  .backd {
      position: absolute;
        top: -100px;
        left: -300px;
        transform: unset;
        width: 550px;
        z-index: 0;
  }

  .download-cta {
      gap: 0px;
  }

  .text-area {
      max-width: 100%;
      text-align: center;
  }

  .download-cta .downloadlink
  {
    margin:0px auto;
  }

  .cta-text {
      font-size: 18px;
      line-height: 133%;
      font-family: 'robotobold';
      /* font-weight: 800; */
      color: #000;
      margin-bottom: 20px;
  }

  .aboutcontainer {
      text-align: center;
      padding: 40px 40px 40px 40px;
      border-radius: 50px;
      background-color: #FFFFFF;
      box-shadow: 0px 15px 73.9px 5px #0000001A;
  }

  .aboutcontainer .downloadlink {
      margin: 20px auto 0px auto;
      width: 250px;
  }

  .downloadlink {
      width: 200px;
      height: 38px;
  }

  .sketchimg {
    border-bottom: 1px solid #000;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 5px;
}

    .sketchimg img {
        width: 100%;
    }

    .bglines {
        position: absolute;
        bottom: 180px;
        right: -300px;
        width: 550px;
        z-index: 1;
        transform: rotate(164deg);
    }

    .sketch .logo {
        width: 150px;
    }

    .clientticker-content .m3m
    {
      width: 116px;
    }

    .clientticker-content .shapoorji
    {
      width: 265px;
    }

    .clientticker-content .tribeca
    {
      width: 197px;
    }

    .clientticker-content .haware
    {
      width: 200px;
    }

    .clientticker-content .dlf
    {
      width: 126px;
    }

    .clientticker-content .xrbia
    {
      width: 188px;
    }

    .clientticker-content .runwal
    {
      width: 59px;
    }


}

