@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&display=swap');


html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

*:focus {
  outline: none;
}


body {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.7em !important;
  color: #606060;
  letter-spacing: .45px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-family: "Jost", sans-serif;
  font-weight: 400;
    word-spacing: 0px;
}

a,
a:active,
a:link,
a:hover {
  text-decoration: none !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h6 {
  font-family: "Marcellus", serif;
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
  outline: none;
  font-weight: bold;
  color: inherit
}

h1{
  font-size: 64px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.15em;
  margin-bottom: 20px;
  color: #181818;
}

h2{
  font-size: 52px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2em;
  margin-bottom: 30px;
  color: #181818;
}

h3{
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 10px;
  color: #181818;
}

h4{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6em;
  margin-bottom: 10px;
  color: #181818;
}

h5{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6em;
  margin-bottom: 10px;
  color: #181818;
}

h6{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6em;
  margin-bottom: 10px;
  color: #181818;
}

p {
  font-weight: normal;
  text-align: inherit;
  margin-bottom: 20px;
  margin-top: 0px;
  line-height: 1.7
}

spacer:before {
  content: "\2044";
  display: inline;
  margin: 0px 5px
}

spacer {
  display: inline;
  margin: 0px 5px
}

.npm {
  padding: 0;
  margin: 0
}

.white-text {
  color: #fff !important
}


ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0
}


.p70 {
  padding: 100px 0;
  position: relative
}

.container-fluid1 {
  padding-left: 45px;
  padding-right: 45px
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.ml-auto,
.mx-auto {
  margin-left: auto !important
}

.white-bg {
  background: #fff
}

.subtitle {
    position: relative;
    display: block;
    font-size: 18px;
    color: #d2ae60;
    background: none;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.black-text{
  color:#181818;
  font-size: 20px;
}


/**************************************************************** Under Construction Page css Starts here ****************************************************************************/

.coming-soon {
  position: relative;
  min-height: 100vh;
  /* background: linear-gradient(180deg, #ffffff 0%, #fff6ef 100%); */
  background: url("../images/background-bg.jpg") no-repeat center center / cover;
  padding: 50px 0px;

}

.logo {
  margin-top: 50px;
}
.logo img{
  margin-bottom: 25px;
}

.content-sec{
  padding-left: 50px;
}

.info-link {
    color: #181818;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    transition: color 0.3s ease;
    font-weight: 500;
}

.info-link i {
    margin-right: 6px;
    transition: color 0.3s ease;
    color: #d2ae60;
    font-size: 20px;
}

/* Hover color */
.info-link:hover {
    color: #d2ae60;
}


.image-sec {
  display: flex;
  align-items: center;
  justify-content: center; /* image ko center me laayega */
}

.item img {
  background: #d2ae60;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  width: 50px;
}

@media (max-width: 768px) {

  .container-fluid1 {
    padding-left: 10px;
    padding-right: 10px;
}
  .content-sec {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  .logo {
    margin-top: 0;
  }



  .image-sec {
    justify-content: center;
    margin-top: 20px;
            padding-left: 40px;
  }

   h2 {
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 40px;
  }

     .subtitle {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }


  .info-link {
    font-size: 16px;
  }

  .coming-soon {
    min-height: 100svh;
    padding: 50px 0px;
  }

  .black-text {
    color: #181818;
    font-size: 18px;
    margin-bottom: 40px;
}

.logo img {
    margin-bottom: 40px;
}
}


@media (max-width: @iphone-screen) {
  background-attachment:inherit;
  background-size:cover;
  -webkit-background-size:cover
}

/**************************************************************** Under Construction Page css ends here ****************************************************************************/