*{
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth; 
  }
h1,h2,h3,h4,h5,p{
    margin: 0;
}
a{
    text-decoration: none;
}
body{
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #9c9d9f;
    background: linear-gradient(0deg, #0a0e17, #0a0e17), linear-gradient(179.9deg, #0a5b75 -47.93%, #02111a 98.07%);
}
.container{
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.img-fluid{
    max-width: 100%;
}
.text-center{
    text-align: center;
}

/* header part start */
.header{
    padding: 15px 0;
    padding-top: 31px;
    position: relative;
    z-index: 100;
}
.header-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 170px;
}
.header-btn a{
    width: 160px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(114.72deg, rgba(62, 255, 255, 0.5) -16.82%, rgba(58, 237, 177, 0.5) 59.74%);
    border: 1px solid #3bedb2;
    font-size: 19px;
    line-height: 28px;
    font-weight: 500;
    color: #3bedb2;
    transition: .3s all linear;
}
.header-btn a:hover{
    background: linear-gradient(114.72deg, rgba(58, 237, 177, 0.5) -16.82%, rgba(62, 255, 255, 0.5) 59.74%);
}
/* header part end */

/* banner part start */
.sec-padding{
    padding: 90px 0;
}
.banner{
    min-height: 100vh;
    background-image: url("../images/banner-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -114px;
    padding-top: 174px;
}
.banner-text h1{
    font-size: 50px;
    line-height: 74px;
    font-weight: 700;
    color: #f5f5f5;
    margin-bottom: 25px;
}
.banner-text{
    margin-bottom: 70px;
}
.form-flip{
    -webkit-perspective: 1130px;
    perspective: 1130px;
}
.form-box{
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    position: relative;
    background: linear-gradient(180.02deg, rgb(245 245 245 / 5%) 0.02%, rgb(245 245 245 / 0%) 90.86%);
    border: 1px solid rgba(245, 245, 245, 0.3);
    border-radius: 4px;
    transform: rotateX(20deg);
    transform-style: preserve-3d;
    transition: .5s all linear;
    
}
.form-box:hover{
    transform: rotateX(0);
    
}
.form-box h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.input-box{
    margin-bottom: 20px;
}
.input-box label{
    display: block;
    margin-bottom: 5px;
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
    color: #f5f5f5;
}
.input-box input{
    width: 100%;
    padding: 17px 17px;
    background-color: rgb(245 245 245 / 10%);
    border-radius: 4px;
    border: none;
    color: rgb(156 157 159);
}
.check-box label,
.check-box input{
    display: inline-block;
    width: auto;
}
.check-box input{
    margin-right: 10px;
}
.submit-btn button{
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #f5f5f5;
    padding: 15px 20px;
    width: 100%;
    background: linear-gradient(114.72deg, rgba(62, 255, 255, 0.5) -16.82%, rgba(58, 237, 177, 0.5) 59.74%);
    transition: .3s all linear;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.submit-btn button::after {
    content: "→";
    margin-left: 10px;
    font-size: 20px;
    transition: .3s all linear;
}
.submit-btn button:hover{
    background: linear-gradient(114.72deg, rgba(58, 237, 177, 0.5) -16.82%, rgba(62, 255, 255, 0.5) 59.74%);
}
.submit-btn button:hover::after{
    margin-left: 15px;
}
/* banner part end */

/* why join part start */
.why-join,
.about{
    background: linear-gradient(180.02deg, rgb(245 245 245 / 5%) 0.02%, rgb(245 245 245 / 0%) 90.86%);
    position: relative;
    z-index: 10;
}
.why-join:after,
.how-work::after,
.about::after {
    content: "";
    position: absolute;
    background-image: url("../images/join-bg.png");
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.65;
    background-size: cover;
}
.com-heading{
    font-size: 36px;
    line-height: 43px;
    font-weight: 400;
    color: #3bedb2;
}
.small-bar{
    width: 78px;
    height: 1px;
    background-color: #3bedb2;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}
.small-bar::before,
.small-bar::after{
    content: "";
    position: absolute;
    
    bottom: -2px;
    width: 6px;
    height: 6px;
    background-color: #3bedb2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.small-bar::before{
    left: 78px;
}
.small-bar::after{
    right: 78px;
}
.com-top{
    margin-bottom: 70px;
}
.why-join-box{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
.single-why-join{
    padding: 40px;
    background: #0a0e17;
    position: relative;
    border-radius: 4px;
    position: relative;
}
.why-text h4{
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
    color: #f5f5f5;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.why-icon{
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(245 245 245 / 5%);
    border-radius: 4px;
    margin-bottom: 25px;
}
.why-icon img{
    width: 37px;
}

.single-why-join:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(148deg, rgb(59 237 178 / 15%) -15.73%, rgb(59 237 178 / 0%) 98.72%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.single-why-join:after {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(315.14deg, rgb(59 237 178 / 0%) 65%, rgb(59 237 178 / 15%) 83.43%);
    border-radius: 4px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.single-why-join:hover:before {
    opacity: 1;
    visibility: visible;
}
.single-why-join:hover:after {
    background: rgb(59 237 178 / 25%) !important;
}
/* why join part end */

/* cursor part start */
.cursor-dot,
    .cursor-ring {
      position: fixed;
      pointer-events: none;
      z-index: 9999;
      transform: translate(-50%, -50%);
    }

    .cursor-dot {
      width: 10px;
      height: 10px;
      background-color: #3bedb2;
      border-radius: 50%;
    }

    .cursor-ring {
      width: 35px;
      height: 35px;
      border: 1.5px solid #3bedb2;
      border-radius: 50%;
      transition: all 0.1s ease;
    }
    .cursor-ring.pointer-hover {
        transform: translate(-50%, -50%) scale(1.25);
        background-color: rgb(59 237 178 / 25%);
        transition: .3s all linear;
      }
/* cursor part end */

/* how work part start */
.how-work-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px 50px;
    align-items: center;
}
.how-work-text .small-bar{
    margin-left: 0;
}
.how-work-text .small-bar::after{
    display: none;
}
.how-work{
    position: relative;
    z-index: 10;
}
.how-work::before{
    content: "";
    width: 95%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(245 245 245 / 8%);
    z-index: -1;
}
.how-work-content{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
}
.single-how-work h3{
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
    color: #f5f5f5;
}
.single-how-work{
    display: grid;
    grid-template-columns: 27px 1fr;
    gap: 10px;
    
}
/* how work part end */

/* pricing part start */
.pricing{
    position: relative;
}
.pircing-bg{
    width: 100%;
    opacity: .1;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.com-top p{
    margin-top: 20px;
}
.pricing-badge {
    background-color: #3bedb2;
    color: #1e1e1e;
    padding: 10px 30px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 600;
    
}
/* pricing part end */

/* movement part start */
.movement-box{
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    background-image: url("../images/movement-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 8px;
    border: 1px solid rgb(59 237 178 / 30%);
}
.movement-box a{
    color: rgb(13 18 31);
    padding: 12px 30px;
    background-color: #3bedb2;
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
    transition: .3s all linear;
    border: 1px solid #3bedb2;
}
.movement-box a:hover{
    background-color: transparent;
    color: #3bedb2;
}
/* movement part end */

/* about part start */
.contact-info {
    
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.contact-info span {
    display: flex;
    align-items: center;
    gap: 5px;
}
/* about part end */

/* footer part start */
.footer{
    padding: 50px 0;
    padding-bottom: 30px;
}

.social-links a {
    margin: 0 10px;
    color: #9c9d9f;
    text-decoration: none;
    font-size: 1.2rem;
    transition: color 0.3s;
}
.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    
    flex-wrap: wrap;
}
.footer-links a {
    color: #9c9d9f;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-links a:hover,
.social-links a:hover{
    color: #3bedb2;
    text-decoration: underline;
}
.fooger-top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 30px;
}
.copyright{
    padding-top: 30px;
    border-top: 1px solid #d3d3d32c;
    margin-top: 30px;
    font-size: 16px;
}
/* footer part end */

/* spiner start */
.spinner {
    display: none;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
}

.spinner::before {
    content: '';
    width: 15px;
    height: 15px;
    border: 3px solid #ccc;
    border-top-color: #004868;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.success-message{
    display: none;
    padding: 5px 12px;
    background-color: #10ac84;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}
.success-message.active{
    display: block;
}
/* spiner end */

/* common page start */
.common-page{
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.com-header{
    border-bottom: 1px solid #d3d3d32c;
    padding: 15px 0;
}
.com-page-box{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.com-page-box p{
    margin-bottom: 20px;
}
.com-page-box p:last-child{
    margin: 0;
}
.com-page-box p a{
    color: #10ac84;
}
.com-page-box p a:hover{
    text-decoration: underline;
}
/* common page end */