@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&family=Inter:wght@400;500;600;700;800&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
:root {
    --loader-size: 70px;
    --animation: cubic-bezier(0.785, 0.135, 0.15, 0.86) 2s infinite;
    --loader-color: #F9C113;
    --yellow: #F9C113;
    --darkblue: #131621;
    --themetext: rgba(255, 255, 255, 0.87);

    --gray: #7E7E7E;
    --black: #0a0f15;
    --yellow-gradiant: linear-gradient(180deg, #FFD068 0%, #EBAE11 100%)
}
html {
    scroll-behavior: smooth
}
body {
    background: var(--black)
}
ul {
    margin: 0;
    padding: 0;
    /*list-style: none*/
}
section {
    padding: 100px 0
}
a {
    text-decoration: none
}
.text-yellow {
    color: var(--yellow) !important
}
.text-gray {
    color: var(--gray) !important
}
.bg-black {
    background-color: var(--black) !important
}
.bg-yellow {
    background-color: var(--yellow) !important
}
.bg-darklue {
    background-color: var(--darkblue) !important
}
.yellow-outline {
    border-color: var(--yellow) !important
}
.yellow-gradiant {
    background: var(--yellow-gradiant) !important
}
.rounded-10 {
    border-radius: 10px !important
}
.rounded-15 {
    border-radius: 15px !important
}
.rounded-20 {
    border-radius: 20px !important
}
.bottom-line {
    display: inline-block;
    width: 22%;
    height: 2px;
    background-color: var(--yellow)
}
.main-title {
    font-size: 40px;
    font-weight: 700
}
.sub-title {
    font-size: 28px;
    font-weight: 300
}
.sec-paragraph {
    /*font-size: 24px;*/
    font-weight: 300;
    line-height: 30px
}
.fs-20{
    font-size: 20px;
}
.index-1 {
    z-index: 1
}
.choose-card,.custome-btn,.custome-btn:before,.header,.loader-body,.to-top-btn,.navbar-toggler-icon,.navbar-toggler-icon:before,.navbar-toggler-icon:after{
    transition: .3s
}
.banner-img:before,.custome-btn:before,.download-sec:after,.download-sec:before,.footer-before:before,.howitwork li p:before,.navbar-toggler-icon:after,.navbar-toggler-icon:before,.runorstay-sec:after,.runorstay-sec:before {
	content: "";
    pointer-events: none;
}
.howitwork li {
    padding-left: 15px;
    margin: 18px 0
}
.howitwork li p:before {
    width: 8px;
    height: 8px;
    background-color: var(--yellow);
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px
}
.howitwork li p {
    font-size: 18px
}
.howrunorstayword .howitwork li p {
    font-size: 16px
}
.howrunorstayword .howitwork li {
    margin: 10px 0
}
.howrunorstayword .howitwork li p:before {
    width: 6px;
    height: 6px;
    top: 9px
}
.to-top-btn.active {
    opacity: 1;
    visibility: visible;
    right: 30px
}
.to-top-btn {
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
    font-size: 25px;
    position: fixed;
    right: -30px;
    bottom: 30px;
    z-index: 99
}
.header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    border-bottom: 2px solid #f5be1229;
}
.header.sticky {
    position: fixed;
    animation: headerdown .5s linear;
    border-bottom: 2px solid #f5be1229;
    box-shadow: rgba(0, 0, 0, .1) 0 20px 25px -5px, rgba(0, 0, 0, .04) 0 10px 10px -5px
}
@keyframes headerdown {
    0% {
        transform: translateY(-76px)
    }
    100% {
        transform: translateY(0)
    }
}
.nav-link.active,.nav-link:hover {
    color: var(--yellow)
}
.nav-link {
    font-size: 15px;
    color: var(--gray)
}
.navbar-brand img{
    width: 126px;
}
.navbar-nav .nav-item {
    margin: 0 20px
}
.navbar-toggler{
    height: 40px;
    width: 40px
}
.navbar-toggler-icon:after {
    top: 10px
}
.navbar-toggler-icon:before {
    top: -10px
}
.navbar-toggler-icon:after,.navbar-toggler-icon:before {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: var(--yellow)
}
.navbar-toggler-icon {
    height: 2px;
    width: 100%;
    background: var(--yellow)
}
.navbar-toggler.active .navbar-toggler-icon{
    background-color: transparent;
}
.navbar-toggler.active .navbar-toggler-icon:after{
    transform: rotate(225deg);
}
.navbar-toggler.active .navbar-toggler-icon:before{
    transform: rotate(-225deg);
}
.navbar-toggler.active .navbar-toggler-icon:after,
.navbar-toggler.active .navbar-toggler-icon:before{
    top: 0;
}
.custome-btn:before {
    width: 100%;
    height: 100%;
    background-color: #000;
    display: inline-block;
    position: absolute;
    transform: scaleY(0);
    left: 0;
    top: 0;
    z-index: -1
}
.custome-btn:hover:before,
.to-top-btn.custome-btn:before {
    transform: scaleY(1)
}
.custome-btn {
    border: 1px solid var(--yellow)
}
.custome-btn:hover {
    color: var(--yellow) !important
}
.banner-sec {
    padding-top: 175px;
    z-index: 1;
    background-color: var(--black)
}
.banner-text-content h1 {
    font-size: 50px;
    font-weight: 700
}
.banner-img {
    z-index: 1
}
.banner-img:before {
    position: absolute;
    top: 160px;
    right: 80px;
    bottom: 0;
    width: 700px;
    height: 700px;
    background-color: #f9c11324;
    border-radius: 50%;
    z-index: -1;
    animation: updown 3s linear infinite
}
@keyframes updown {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-10px)
    }
}
.choose-card img {
    width: 100px;
    height: 100px;
    object-fit: contain
}
.choose-card:hover {
    transform: translateY(-10px)
}
.download-sec:after,
.download-sec:before,
.runorstay-sec:after,
.runorstay-sec:before {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: top;
    left: 0;
    top: 0
}
.download-sec:before {
    background-image: url('../images/Vector1.png');
    z-index: -1
}
.download-sec:after {
    background-image: url('../images/Vector2.png');
    z-index: -2
}
.download-sec,
.runorstay-sec {
    padding-top: 150px
}
.download-button {
    border-width: 2px !important
}
.download-button img {
    width: 50px;
    height: 50px;
    object-fit: contain
}
.download-button span {
    font-size: 14px
}
.download-button h5 {
    font-size: 25px
}
.runorstay-sec:before {
    background-image: url('../images/Vector11.png');
    z-index: -1
}
.runorstay-sec:after {
    background-image: url('../images/Vector21.png');
    z-index: -2
}
.footer-before:before {
    width: 100%;
    height: 100%;
    background-color: var(--yellow);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}
.footer-title {
    font-size: 45px
}
.footer-sub-title {
    font-size: 24px
}
.footer-form .form-control {
    background-color: #1c242e;
    border: none;
    outline: 0;
    padding: 12px 124px 12px 12px
}
.submit-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%)
}
.social-icon li {
    display: inline-block;
    margin: 0 5px
}
.social-icon li a {
    width: 50px;
    height: 50px;
    background-color: var(--yellow);
    display: inline-block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff
}
.contact-sec {
    padding-top: 175px
}
.custom-input {
    background-color: #1c242e !important;
    border: none;
    color: #fff !important;
    outline: 0;
    padding: 20px 15px;
    border-radius: 10px
}

.loader-body{
    z-index: 999;
    background: #000000c9;
    display: flex;
}
.loader-cover{
    transform: scale(2);
  width:70px;
  height:60px;
  margin:auto;
  position:relative;
  cursor:pointer;

}

.mask{
  position:absolute;
  border-radius:2px;
  overflow:hidden;
   perspective: 1000;
  backface-visibility: hidden;
}

.plane{
  background:var(--yellow);
  width:400%;
  height:100%;
  position:absolute;
  transform : translate3d(0px,0,0);
  /*transition: all 0.8s ease; */
  z-index:100;
  perspective: 1000;
  backface-visibility: hidden;

}

.loader-body .animation{
  transition: all 0.3s ease;
}



.loader-body #top .plane{
  z-index:2000;
  animation : trans1 1.3s ease-in infinite  0s backwards;
}
.loader-body #middle .plane{
  transform : translate3d(0px,0,0);
  background : white;
  animation : trans2 1.3s linear infinite  0.3s  backwards;

}
.loader-body #bottom .plane{
  z-index:2000;
  animation : trans3 1.3s ease-out infinite  0.7s backwards;
}



.loader-body #top{
  width:53px;
  height:20px;
  left:20px;
  transform: skew(-15deg, 0);
  z-index:100;
}

.loader-body #middle{
  width:33px;
  height:20px;
  left:20px;
  top:15px;

  transform: skew(-15deg, 40deg)
}
.loader-body #bottom{
  width:53px;
  height:20px;
  top:30px;
  transform: skew(-15deg, 0)
}


@keyframes trans1{
  from {
    transform : translate3d(53px,0,0)
  }
  to {
    transform : translate3d(-250px,0,0)
  }
}

@keyframes trans2{
  from {
    transform : translate3d(-160px,0,0)
  }
  to {
    transform : translate3d(53px,0,0)
  }
}

@keyframes trans3{
  from {
    transform : translate3d(53px,0,0)
  }
  to {
    transform : translate3d(-220px,0,0)
  }
}

@keyframes animColor{
  from {
    background : red;
  }
  25%{
    background : yellow;
  }
  50%{
    background : green;
  }
  75%{
    background : brown;
  }
  to {
    background : blue;
  }
}



.inner-header {
    border-bottom: 1px solid var(--bordercolor);
    padding: 30px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.backbuttonblock {
    position: absolute;
    left: 60px;
}
.inner-page-content .inner-content {
    overflow: hidden;
    height: calc(100vh - 138px);
    padding: 60px 0;
    overflow-y: auto;
}
.pagecontent p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: var(--themetext);
}
.sec-head h1 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: .1em;
    color: var(--themetext);
    text-align: center;
    margin-bottom: 50px;
}
.inner-footer {
    border-top: 1px solid var(--bordercolor);
    padding: 12px 0;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1500px;
    margin: auto;
}
.footer-menu ul {
    display: flex;
    align-items: center;

}
.inner-content ul{
    padding-left: 30px;
}
.footer-menu ul  li {
    margin-bottom: 10px;
    font-weight: 500;
}
.footer-menu ul  li  a {
    margin-right: 30px;
    color: var(--themetext);
}
.inner-page-content h6,
.inner-page-content h5,
.mediumfont{
    color: white;
    font-size: 20px;
}
.inner-page-content .h5,.inner-page-content h5 {
    font-size: 24px;
}
.mediumfont {
    font-family: var(--mediumfont);
}
.inner-page-content li {
    margin-bottom: 10px;
    color: white;
    font-weight: 300;
}

/* section new design css start */
.content-width-650px{
    max-width: 650px;
}
.gt-step-s1-main .gt-number-s1 p{
    border-radius: 9999px;
    color: #fff;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5ac08;
}
.gt-step-s1-main .gt-step-content{
    padding: 30px;
    z-index:1;
    position: relative;
    height: 100%;
    border: 1px solid #e5ac08;
    border-radius: 16px;
}

.gt-step-content h6{
    border-radius: 9999px;
    color: #fff;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5ac08;
    margin-bottom: 16px;
    font-size: 24px;
}


/*  feeling like section css start */
.feeling-title-main {
      font-size: 35px;
      font-weight: 700;
      color: #e5ac08;
      margin-bottom:16px;
    }
    .feeling-subtitle {
      font-size: 16px;
      color:#fff;
    }
    .feeling-card-s1 {
      border-radius: 16px;
      padding: 30px;
      position: relative;
      overflow: hidden;
      gap: 16px;
      height: 100%;
      transition: transform 0.3s, box-shadow 0.3s;
      border: 1px solid #e5ac08;
    }
    
    .feeling-icon {
      font-size: 40px;
      z-index: 1;
    }
    .feeling-title{
        font-size: 20px;
        color: var(--yellow);
    }
    .feeling-text {
      color:#fff;
      /* margin-top: 8px; */
      font-size: 16px;
      margin-bottom: 0px;
    }
/*  feeling like section css end */
.row-gap-24px{
    row-gap: 24px;
}
.title-s1{
    font-size: 40px;
    font-weight: 700;
    color: var(--yellow);
}

/* cta section design end */
.cta-section {
      background-color: var(--yellow);
      color: #fff;
      padding: 60px 16px;
      text-align: center;
      border-radius: 16px;
      position: relative;
      overflow: hidden;
    }

    .cta-section h2 {
      font-size: 48px;
      font-weight: 700;
      margin-bottom:16px;
      color: #fff;
    }

    .cta-section p {
     color: #fff;
    }

    .cta-section .btn-read {
      background-color: #fff;
      color: #e5ac08;
      font-weight: 600;
      padding: 0.75rem 2rem;
      border-radius: 50px;
      transition: 0.3s;
    }

    .cta-section .btn-read:hover {
      background-color: #ffc947;
      color: #fff;
    }
/* section new design css end */





@media (max-width:1199px){
    .navbar-collapse {
        background: #f9c11324;
        
    }
    .navbar-brand img{
        width: 85px;
    }
}
@media(max-width:1024px) {
    .banner-sec,
    .contact-sec {
        padding-top: 100px
    }
    .footer-title {
        font-size: 30px
    }
    .footer-sub-title {
        font-size: 20px
    }
    .sec-paragraph {
        font-size: 18px;
        line-height: 32px
    }
    .banner-text-content h1 {
        font-size: 44px
    }
    .sub-title {
        font-size: 24px
    }
    .banner-img:before {
        top: 38px;
        right: -118px;
        width: 500px;
        height: 500px
    }
    .choose-card img {
        width: 60px;
        height: 60px
    }
    .choose-card h3 {
        font-size: 22px
    }
    .choose-card p {
        font-size: 14px;
        line-height: 17px
    }
}
@media(max-width:991px) {
    .navbar-brand img{
        width: 70px;
    }
    .w-sm-75{
        width: 75% !important;
    }
    /* .navbar-collapse {
        background: #f9c11324
    } */
    section {
        padding: 30px 0
    }
    .banner-text-content h1 {
        font-size: 34px
    }
    .sec-paragraph {
        font-size: 16px;
        line-height: 26px
    }
    .sub-title {
        font-size: 21px
    }
    .banner-img:before {
        width: 400px;
        height: 400px
    }
    .main-title {
        font-size: 30px
    }
    .download-button img {
        width: 40px;
        height: 40px
    }
    .download-button h5 {
        font-size: 20px
    }
    .howitwork li p {
        font-size: 16px
    }
    .howitwork li {
        margin: 12px 0
    }
    .howitwork li p:before {
        top: 8px
    }
    .howrunorstayword .howitwork li p {
        font-size: 14px
    }
    .social-icon li a {
        width: 40px;
        height: 40px;
        font-size: 21px
    }
    .download-sec, .runorstay-sec {
	    padding-top: 80px;
	}
	.download-sec:after, .download-sec:before, .runorstay-sec:after, .runorstay-sec:before {
	    top: -40px;
	}
    .title-s1{
        font-size: 30px !important;
    }
    .runorstay-sec:before,
    .runorstay-sec:after{
        display: none;
    }
}
@media(max-width:568px) {
    .footer-before:before {
        transform: translateX(0) skewX(0)
    }
    section {
        padding: 30px 0
    }
    .banner-text-content h1 {
        font-size: 28px
    }
    .sec-paragraph {
        font-size: 14px;
        line-height: 22px
    }
    .sub-title {
        font-size: 18px
    }
    .banner-img {
        margin-top: 20px
    }
    .choose-card img {
        width: 40px;
        height: 40px
    }
    .choose-card h3 {
        font-size: 20px
    }
    .choose-card p {
        font-size: 13px;
        line-height: 15px
    }
    .howitwork li p {
        font-size: 14px
    }
    .howitwork li {
        margin: 10px 0
    }
    .howitwork li p:before {
        top: 7px
    }
    .footer-title {
        font-size: 27px
    }
    .footer-sub-title {
        font-size: 18px
    }
    .title-s1{
        font-size: 25px !important;
    }
}
@media(max-width:375px) {
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .download-button h4 {
        font-size: 17px;
    }
    .download-button img {
        width: 30px;
        height: 30px
    }
    .download-button span {
        font-size: 12px
    }
    .download-button h5 {
        font-size: 18px
    }
    .download-button {
        width: 100%
    }
    .d-sm-flex {
        display: flex
    }
}
@media(max-width:320px) {
    .mb-sm-0 {
        margin-bottom: 10px !important
    }
    .d-sm-flex {
        display: block
    }
    .download-button {
        width: 100%
    }
}
@media(min-width:767px) {
    .w-lg-75 {
        width: 75%
    }
    .footer-before:before {
        transform: translateX(-50%) skewX(-18deg)
    }
}
