* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html{
    scroll-behavior: smooth;
  }
  html{
    scroll-behavior: smooth;
  }

  .no-js #loader{
    display: none;
  }
  
  .js #loader{
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
  }
  
  .se-pre-con {
      position: fixed;
      width: 100%;
      height: 100vh;
      z-index: 1000122222222222;
      background:#0d0d0d;
    overflow: hidden;
  }
  
  #overlayer {
    width: 80px;
    height: 0px;
    opacity: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
      z-index:1000122222222224;
      background:#ffffff;
    animation: loader-inner 2s infinite;
    -webkit-animation: loader-inner 2s infinite;
  }
  @keyframes loader-inner {
    0% {
      margin-top: 80vh;
      height: 0px;
      opacity: 0;
    }
  
    50% {
      height:  100px;
      opacity: 1;
    }
    
    100% {
      margin-top: 25vh;
      height: 0px;
      opacity: 0;
    }
  }
  @-webkit-keyframes loader-inner {
    0% {
      margin-top: 80vh;
      height: 0px;
      opacity: 0;
    }
    
    50% {
      height:  100px;
      opacity: 1;
    }
      
      
    100% {
      margin-top: 25vh;
      height: 0px;
      opacity: 0;
    }
  }

#contact{
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #0d0d0d;
}
.row{
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}


@media only screen and (max-height:1200px){
    .col-8{
        width: 60%;
        height: 100vh;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .col-4{
        width: 40%;
        height: 100vh;
        margin: 0;
        padding: 0;
        text-align: center;
    }
}

@media only screen and (max-width:1200px){
    .col-8{
        width: 100%;
        height: 60vh;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .col-4{
        width: 100%;
        height: 40vh;
        margin: 0;
        padding: 0;
        text-align: center;
    }
}

@media only screen and (max-height:425px){
    .col-8{
        width: 60%;
        height: 100vh;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .col-4{
        width: 40%;
        height: 100vh;
        margin: 0;
        padding: 0;
        text-align: center;
    }
}
@media only screen and (max-width:425px){
    .col-8{
        width: 100%;
        height: 60vh;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .col-4{
        width: 100%;
        height: 40vh;
        margin: 0;
        padding: 0;
        text-align: center;
    }
}

.logo{
    position: absolute;
    top: -20vh;
    width: 150px;
    height: 20vh;
    align-items: center;
    justify-items: center;
    justify-content: center;
    animation-name: logo;
    animation-delay: 1.7s;
    animation-fill-mode: forwards;
    animation-timing-function: initial;
    animation-duration: 1s;
    z-index: 10;
}
@keyframes logo{
  0%{
    top: -20vh;
  }
  100%{
    top: 0vh;
  }
}
.logo img{
    height: 20vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:425px){
    .logo{
        position: absolute;
        top: 0;
        width: 100px;
        height: 15vh;
        align-items: center;
        justify-items: center;
        justify-content: center;
        animation-name: logo;
        animation-delay: 1.7s;
        animation-fill-mode: forwards;
        animation-timing-function: initial;
        animation-duration: 1s;
    }
    .logo img{
        height: 15vh;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-height:425px){
    .logo{
        position: absolute;
        top: 0;
        width: 20%;
        height: 23vh;
        align-items: center;
        justify-items: center;
        justify-content: center;
        animation-name: logo;
        animation-delay: 1.7s;
        animation-fill-mode: forwards;
        animation-timing-function: initial;
        animation-duration: 1s;
    }
    .logo img{
        height: 23vh;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
.texts{
    position: absolute;
    top: 35vh;
    width: 100%;
    text-align: center;
}
.heading{
    color: #ffffff;
   font-size: 3vmax;
   font-family: 'Panchang', sans-serif;
}
.heading span{
    display: block;
}

@media only screen and (max-height:1200px){
    .tag{
        margin-top: 5vh;
        color: #ffffff;
        font-weight: 500;
        font-size: 20px;
        width: 70%;
        font-family: 'Montserrat', sans-serif;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width:1200px){
    .tag{
        color: #ffffff;
        font-weight: 500;
        font-size: 20px;
        width: 70%;
        font-family: 'Montserrat', sans-serif;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width:576px){
    .tag{
        color: #ffffff;
        font-weight: 500;
        font-size: 12px;
        width: 80%;
        font-family: 'Montserrat', sans-serif;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-height:576px){
    .tag{
        color: #ffffff;
        font-weight: 500;
        font-size: 12px;
        width: 80%;
        font-family: 'Montserrat', sans-serif;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-height:1200px){
    .s2sec{
        position: relative;
        top: 5vh;
    }
    .numberdiv{
        width: 100%;
        height: 44.5vh;
        text-align: center;
    }
    .number{
        position: relative;
    color: #fff;
    font-size: 3vmax;
    top: 20vh;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    cursor: none;
    }
    .number:hover{
        color: #fff;
    }
    
    .line{
        width: 70%;
        height: 0.2vh;
        display: block;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
    }
    
    .gmaildiv{
    
        width: 100%;
        height: 44.5vh;
        text-align: center;
    }
    .gmail{
        position: relative;
        color: #fff;
        font-size: 3vmax;
        top: 20vh;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        cursor: none;
    }
    .gmail:hover{
        color: #fff;
    }
    .line1{
        background-color: #fff;
        width: 0.2%;
        height: 80vh;
        display: block;
        position: fixed;
        top: 10vh;
        left: 60%;
    }
}

@media only screen and (max-width:1200px){
    .s2sec{
        position: relative;
        top: 5vh;
    }
    .line1{
        width: 70%;
        height: 0.2vh;
        display: block;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
    }
    .numberdiv{
        width: 100%;
        height: 14vh;
        text-align: center;
    }
    .number{
        position: relative;
    color: #fff;
    font-size: 3vmax;
    top: 6vh;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    cursor: none;
    }
    .number:hover{
        color: #fff;
    }
    
    .line{
        width: 70%;
        height: 0.2vh;
        display: block;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
    }
    
    .gmaildiv{
    
        width: 100%;
        height: 14vh;
        text-align: center;
    }
    .gmail{
        position: relative;
        color: #fff;
        font-size: 3vmax;
        top: 6vh;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        cursor: none;
    }
    .gmail:hover{
        color: #fff;
    }
    .cursor .cursor--small,
    .cursor .cursor--large,
    .cursor .cursor--text {
    display: none;
    }
    .cursor .cursor--text {
        display: none;
    }
    .cursor .cursor--text .text {
        display: none;
    }
    .cursor .cursor--small {
        display: none;
    }
    .cursor .cursor--large {
        display: none;
    }

}

@media only screen and (max-height:576px){
    .s2sec{
        position: relative;
        top: 5vh;
    }
    .numberdiv{
        width: 100%;
        height: 44.5vh;
        text-align: center;
    }
    .number{
        position: relative;
        color: #fff;
        font-size: 3vw;
        top: 6vh;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        cursor: none;
    }
    .number:hover{
        color: #fff;
    }
    
    .line{
        width: 70%;
        height: 0.2vh;
        display: block;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
    }
    
    .gmaildiv{
    
        width: 100%;
        height: 44.5vh;
        text-align: center;
    }
    .gmail{
        position: relative;
        color: #fff;
        font-size: 3vw;
        top: 6vh;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        cursor: none;
    }
    .gmail:hover{
        color: #fff;
    }
    .line1{
        background-color: #fff;
        width: 0.2%;
        height: 80vh;
        display: block;
        position: fixed;
        top: 10vh;
        left: 60%;
    }
    .cursor .cursor--small,
    .cursor .cursor--large,
    .cursor .cursor--text {
    display: none;
    }
    .cursor .cursor--text {
        display: none;
    }
    .cursor .cursor--text .text {
        display: none;
    }
    .cursor .cursor--small {
        display: none;
    }
    .cursor .cursor--large {
        display: none;
    }

}
@media only screen and (max-width:576px){
    .s2sec{
        position: relative;
        top: 5vh;
    }
    .numberdiv{
        width: 100%;
        height: 12vh;
        text-align: center;
    }
    .number{
        position: relative;
    color: #fff;
    font-size: 6vw;
    top: 3vh;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    cursor: none;
    }
    
    .line{
        width: 70%;
        height: 0.2vh;
        display: block;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
    }
    
    .gmaildiv{
    
        width: 100%;
        height: 12vh;
        text-align: center;
    }
    .gmail{
        position: relative;
        color: #fff;
        font-size: 6vw;
        top: 3vh;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        cursor: none;
    }
    .line1{
        position: relative;
        top: 0;
        left: 0;
        width: 70%;
        height: 0.2vh;
        display: block;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
    }
    .cursor .cursor--small,
    .cursor .cursor--large,
    .cursor .cursor--text {
    display: none;
    }
    .cursor .cursor--text {
        display: none;
    }
    .cursor .cursor--text .text {
        display: none;
    }
    .cursor .cursor--small {
        display: none;
    }
    .cursor .cursor--large {
        display: none;
    }
}
@media only screen and (max-height:425px){
    .s2sec{
        position: relative;
        top: 5vh;
    }
    .numberdiv{
        width: 100%;
        height: 44.5vh;
        text-align: center;
    }
    .number{
        position: relative;
        color: #fff;
        font-size: 3vw;
        top: 20vh;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        cursor: none;
    }
    
    .line{
        width: 70%;
        height: 0.2vh;
        display: block;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
    }
    
    .gmaildiv{
    
        width: 100%;
        height: 44.5vh;
        text-align: center;
    }
    .gmail{
        position: relative;
        color: #fff;
        font-size: 3vw;
        top: 20vh;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        cursor: none;
    }
    .line1{
        background-color: #fff;
        width: 0.2%;
        height: 80vh;
        display: block;
        position: fixed;
        top: 10vh;
        left: 60%;
    }
    .cursor .cursor--small,
    .cursor .cursor--large,
    .cursor .cursor--text {
    display: none;
    }
    .cursor .cursor--text {
        display: none;
    }
    .cursor .cursor--text .text {
        display: none;
    }
    .cursor .cursor--small {
        display: none;
    }
    .cursor .cursor--large {
        display: none;
    }

}
.cursor .cursor--small,
.cursor .cursor--large,
.cursor .cursor--text {
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: var(--cursor-size);
  height: var(--cursor-size);
  pointer-events: none;
  user-select: none;
  mix-blend-mode: exclusion;
  z-index: 20;
}
.cursor .cursor--text {
  --cursor-size: fit-content;
  font-size: 1em;
  color: #fff;
  opacity: 0;
  z-index: 20;
}
.cursor .cursor--text .text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    z-index: 20;
}
.cursor .cursor--small {
  --cursor-size: 40px;
  background: #fff;
  z-index: 20;
}
.cursor .cursor--large {
  --cursor-size: 60px;
  z-index: 20;
}
@media only screen and (max-width: 600px){
    .cursor .cursor--small,
.cursor .cursor--large,
.cursor .cursor--text {
display: none;
}
.cursor .cursor--text {
    display: none;
}
.cursor .cursor--text .text {
    display: none;
}
.cursor .cursor--small {
    display: none;
}
.cursor .cursor--large {
    display: none;
}
}
@media only screen and (max-height: 1024px){
    .cursor .cursor--small,
.cursor .cursor--large,
.cursor .cursor--text {
display: none;
}
.cursor .cursor--text {
    display: none;
}
.cursor .cursor--text .text {
    display: none;
}
.cursor .cursor--small {
    display: none;
}
.cursor .cursor--large {
    display: none;
}
}
@media only screen and (max-width: 1024px){
    .cursor .cursor--small,
.cursor .cursor--large,
.cursor .cursor--text {
display: none;
}
.cursor .cursor--text {
    display: none;
}
.cursor .cursor--text .text {
    display: none;
}
.cursor .cursor--small {
    display: none;
}
.cursor .cursor--large {
    display: none;
}
}