/*
Theme name:;
autor:ahsan Contact Whatsup + skype +923014749625;
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --white: #fff;
  --yellow:#FFCB00;
  --mid-black: #272929;
  --background-color: #171717;
}

body, html {
  font-family: 'HelveticaNeueLT';
  background-color: var(--background-color);
  color: var(--white);
  position: relative;
  height: 100vh;
  overflow-y: hidden; /* Hide vertical scrollbar */
  overflow-x: hidden; /* Hide horizontal scrollbar */

}

h1, h2, h3, h4, h5, h6, p {
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6, p, span, form, ul, a {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.al-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jst-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jst-btw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jst-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mgb-0 {
  margin-bottom: 0 !important;
}

.mgt-0 {
  margin-top: 0 !important;
}

.mgr-0 {
  margin-right: 0 !important;
}

.mgl-0 {
  margin-left: 0 !important;
}

.mgl-auto {
  margin-left: auto;
}

.mgr-auto {
  margin-right: auto;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  color: #fff;
}

.body-wrapper {
  position: relative;
}

/* footer start */
.footer {
  position: fixed;
  padding-bottom: 40px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer-box__desc {
  font-size: 14px;
  line-height: 1.8;
}

/* footer end */
/* animation box start */
.animations-box {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  left: 0px;
  bottom: 341px;
  z-index: 4;
}

.tiger {
  position: absolute;
  left: 0;
  width: 160px;
  height: 60px;
  background: url(../images/aa.gif) no-repeat top;
  background-size: contain;
  -webkit-animation: tiger-move 9s infinite linear;
          animation: tiger-move 9s infinite linear;
  -webkit-filter: brightness(-100%);
          filter: brightness(-100%);
}

@-webkit-keyframes tiger-move {
  0% {
    top: 0px;
    right: -30%;
  }
  50% {
    top: -42px;
  }
  100% {
    top: -28px;
    right: 100%;
  }
}

@keyframes tiger-move {
  0% {
    top: 0px;
    right: -30%;
  }
  50% {
    top: -42px;
  }
  100% {
    top: -28px;
    right: 100%;
  }
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.house-outer {
  position: absolute;
  top: -60px;
  left: 170px;
}

.house {
  position: relative;
  width: 00px;
  z-index: 3;
  opacity: 0;
}

.house-img {
  height: 105px;
  position: relative;
  z-index: 99;
  opacity: 1;
}

.house-img__light-road {
  position: absolute;
  width: 0px;
  height: auto;
  left: 280px;
  bottom: 10px;
  z-index: 9;
  opacity: 0;
  -webkit-animation: light-blink 3s linear infinite alternate;
          animation: light-blink 3s linear infinite alternate;
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.house-child {
  position: absolute;
  width: 60px;
  right: 19px;
  top: 40%;
  z-index: 999;
  opacity: 1;
}

.house-light {
  position: absolute;
  right: 4px;
  bottom: 0;
  opacity: 0;
  width: 85px;
  z-index: 9999;
  bottom: 10px;
  -webkit-animation: light-blink 3s linear infinite alternate;
          animation: light-blink 3s linear infinite alternate;
  opacity: 0;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes light-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes light-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* animation box end */
.bottom-bg {
  background: url(../images/bg.png) no-repeat center;
  width: 100%;
  height: 350px;
  background-size: 100% 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* profile model */
.profile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}

.profile__img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 7px;
  border: 2px solid var(--yellow);
}

.user-name {
  font-size: 12px;
}

/* profile model */
.likesBox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.likesBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 25%;
  margin-bottom: 25px;
}

.likesBox__likes {
  font-size: 14px;
  color: var(--yellow);
  margin-bottom: 3px;
  line-height: 1;
}

.likesBox__icone {
  color: #E60023;
  margin-bottom: 3px;
  line-height: 1;
  font-size: 10px;
}

.likesBox__desc {
  font-size: 8px;
  margin-bottom: 3px;
  color: var(--yellow);
  line-height: 1;
}

.likesBox__heading {
  font-size: 12px;
  line-height: 1;
}

.p-m-desc {
  font-size: 12px;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 20px;
}

.p-m-desc-h {
  color: var(--yellow);
  font-size: 12px;
  margin-bottom: 15px;
}

.amal-wrapper {
  margin-bottom: 30px;
}

.amalBox__heading {
  font-size: 12px;
}

.amalBox__desc {
  font-size: 8px;
}

.amalBox:nth-child(1) {
  margin-left: 20px;
}

.profileModal .modal-header .btn-close {
  width: 40px;
  height: 40px;
}

.m-video {
  width: 100%;
  height: auto;
}

.pdf-link__img {
  margin: auto;
}

.pdf-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.pdf-model-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5));
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.z-index9 {
  z-index: 9 !important;
}

.profile-scrol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 0;
  overflow-x: auto;
  padding-bottom: 20px;
}

.hr {
  width: 468px;
  height: 2px;
  background-color: #000;
  position: fixed;
  z-index: 1;
}

.p-scrol__year {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--yellow);
  color: var(--mid-black);
  font-size: 6px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  margin-left: 190px;
  padding: 4px;
}

::-webkit-scrollbar {
  width: 2px;
  height: 5px;
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #000;
  border-radius: 10px;
  scroll-padding-top: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background: #707070;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */
/* comming soon page start */
.commingsoon-container{
  max-width: 400px;
  margin: 0 auto;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.commingsoon-content{
  width: 100%;
  text-align: center;
}
.com-con__img-holder{
  position: relative;
}

.comm-soon-footer{
  position: fixed;
  padding: 0 40px 30px 40px;
  bottom: 0;
  width: 100%;
  left: 0;
}
.comm-soon-social{
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 50px;
  justify-content: space-between;
}
.comm-soon-l__link{
  display: flex;
  justify-content: center;
  align-items: center;
}
.comm-soon-l__link:hover svg path{
  fill: #fff;
  transition: all 0.3s ease-in-out;
}
.comm-soon-l__link svg path{
  transition: all 0.3s ease-in-out;
}
.comm-soon-l__p{
  color: #fff;
  font-size: 12px;
}
.comm-soon-footer-l__img{
  margin-right: 30px;
}
.comm-soon-footer-l__p{
  text-align: left;
  line-height: 1.3;
  font-size: 12px;
}
.line1{
  position: absolute;
  top: 0;
  left: -40px;
  height: 100%;
  width: 1px;
  background-color: #2479DE;
}
.line2{
  position: absolute;
  top: 0;
  left: -218px;
  height: 100%;
  width: 1px;
  background-color: #2479DE;
}
.line3{
  position: absolute;
  bottom: 40%;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #2479DE;
}
.line4{
  position: absolute;
  bottom: calc(40% - 65px);
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #2479DE;
}
.com-con__text{
  width: 178px;
  line-height: 1;
  height: 65px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: auto;
  position: absolute;
  left: calc(50% - 418px);
  bottom: calc(40% - 65px);
}
.com-con__text2{
  display: none;
}
.com-con__text::before{
  content: '178px';
  position: absolute;
  background-color: #2479DE;
  width: 49px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 8px;
  top: -17px;
  left: 0;
}
.com-con__text::after{
  content: '65px';
  position: absolute;
  transform: rotate(-90deg);
  background-color: #2479DE;
  width: 49px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 8px;
  top: 16px;
  right: -33px;
}