a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*{margin:0;padding:0;box-sizing:border-box}a,button{border:none;outline:0;text-decoration:none;background-color:none}a{color:inherit}
body {
    font-family: "Manrope", sans-serif;
    background-color: #000;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #FFDE59; 
}
.hidden{
    visibility: hidden;
}
/* header css */
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    padding: 28px 80px;
    transition: 0.5s ease;
    z-index: 15;
}
.hd-act{
    padding: 15px 80px;
    backdrop-filter: blur(5px);
    background-color: #ffffff17;
}
.ham-u,.close-icon{
    display: none;
}
.logo-area{
    width: 60px;
}
.logo-area>img{
    width: 100%;
}
.nav-links-area{
    display: flex;
    align-items: center;
    gap: 5rem;
}
.nav-links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6rem;
}
.nav-links>a{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.nav-links>a:hover{
    color: #FFDE59;
}
.theme-button{
    border-radius: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding: 18px 30px; 
    transition: 0.5s ease;
    border: 1px solid #fff;
}
.theme-button:hover{
    background-color: #ffffff2d;
}
/* hero section css */
.slider-container{
    width: 100%;
}
.fade-u{
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 200vh;
    background: radial-gradient(#FFDE59,20% ,#000,#000);
    top: 10%;
    z-index: -1;
}
.hero-sec{
    width: 100%;
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}
.content-area{
    width: 100%;
   display: flex;
   flex-direction: column;
   align-items:center ;
}
.homeSlider{
    width: 90%;
    max-width: 1680px;
}
.slide-cont-image{
    width: 100%;
    display: flex;
    justify-content: center;
}
.head{
    font-size: 90px;
    font-weight: 700;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#fff, #C3C3C3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.head0{
    font-weight: 200;
}
.head1{
    margin-top: 1.5rem;
}
.head2{
    text-transform:none;
    font-size: 80px;
    max-width: 730px;
    text-align: center;
}
.para{
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}
.para1{
    text-align: center;
    max-width: 765px;
    margin: 40px 0;
}
.btn-area{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
}
.theme-button-2{
    background-color: #FFDE59;
    border-radius: 10px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s ease;
    padding: 18px 35px;
    border: 1px solid #FFDE59;
}
.theme-button-2:hover{
    background-color: #ffde59bd;
}
.border-btn{
    border-color: #fff;
    background: transparent;
    color: #fff;
}
.border-btn:hover{
    background-color: #ffffff21;
}
.hero-slideBtn-area{
    margin-top: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.home-slide-left,.home-slide-right
,.sec-2-slide-left,.sec-2-slide-right,
.fade-btn-left,.fade-btn-right{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border:1px solid #fff;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.center-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.theme-button-2>img{
    filter: brightness(0);
}
.center-btn>img{
    width: 10px;
}
.home-slide-left,.sec-2-slide-left,.fade-btn-left{
    transform: rotate(180deg);
}
.home-fade{
    background: radial-gradient(#ffde59, #000000, #000000);
    width: 1200px;
    height: 1200px;
    position: absolute;
    bottom: 0;
    left: 20%;
    z-index: -1;
}
.hero-details{
    max-width: 960px;
    width: 100%;
    margin-top: 4rem;
}
.hero-details>p{
    font-size: 32px ;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    margin-top: 4rem;
}
.hero-details>p.clr-yellow{
    color: #FFDE59;
}
.caption{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.small-slide-btn{
    display: none;
    align-items: center;
    gap: 1rem;
}
.logo-sm,.formob{
    display: none;
}
.HeroSlider{
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 12rem;
}
.HeroSlider .slick-dots li {
    width: auto;
    margin: 0 3rem;
}
.HeroSlider .slick-dots {
    bottom: inherit;
    top: -7rem;
}
.slide-cont-vector {
    max-width: 1380px;
    max-height: 700px;
    border: 1px solid #fff;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 2rem;
}
.slide-cont-vector >img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-white{
    background-color: #fff;
    width: fit-content;
    border-color: #fff;
    margin: 2.5rem auto;
}
.btn-white:hover{
    background: rgba(255, 255, 255, 0.747)
}
.fadeButtons{
    width: 100%;
}
.tag-head{
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    opacity: 0.5;
    transition: 0.5s ease;
}
.tagAct{
    opacity: 0;
    transition: 0.5s ease;
 }
.slick-active .tag-head{
    opacity: 1;
}
.slick-active .tagAct{
   opacity: 1;
}
.feature-card-area{
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.feature-card{
    border: 1px solid #ffffff57;
    border-radius: 20px;
    max-width: 560px;
    min-height: 626px;
    padding: 2rem;
    display: block;
    transition: 0.5s ease;
    margin-top: 15rem;
}
.activeCard{
    background: #ffffff18;
    box-shadow: 0 0 40px #ffffff18;
    transform: translateY(-10rem);
}
.feature-card>h3{
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    margin-top: 2rem;
}
.feature-card>p{
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    margin-top: 2rem;
    line-height: 1.5;
}
.feature-card>img{
    margin-top: 2rem;
    width: 100%;
}
.sec-2 .head{
    text-align: center;
    font-size: 60px;
}
/* responsive  */
@media (max-width:1730px) {
    .feature-card {
        max-width: 450px;
        min-height: 560px;
    }
}
@media (max-width:1680px) {
    .head {
        font-size: 75px;
    }
    .head2 {
        font-size: 65px;
    }
  
    .hero-details>p {
        font-size: 28px;
    }
}
@media (max-width:1600px) {
    .slide-cont-vector {
        max-width: 1200px;
    }
}
@media (max-width:1440px) {
    .nav-links {
        gap: 4rem;
    }
    .nav-links>a {
        font-size: 16px;
    }
    .head {
        font-size: 60px;
    }
    .para {
        font-size: 16px;
    }
    .para1 {
        max-width: 600px;
    }
    .theme-button-2 {
        padding: 14px 30px;
    }
    .theme-button {
        font-size: 16px;
        padding: 14px 30px;
    }
    .hero-details>p {
        font-size: 24px;
    }
    .hero-details {
        max-width: 700px;
    }
    .tag-head {
        font-size: 20px;
    }
    .HeroSlider .slick-dots li {
        width: auto;
        margin: 0 2rem;
    }
    .hero-sec {
        padding: 3rem 0;
    }
    .feature-card>h3 {
        font-size: 24px;
        margin-top: 1.5rem;
    }
    .feature-card>p {
        font-size: 16px;
        margin-top: 1rem;
    }
    .feature-card {
        max-width: 385px;
        min-height: 480px;
    }
    .slide-cont-vector {
        max-width: 1080px;
    }
    .sec-2 .head {
        font-size: 48px;
    }
}
@media (max-width:1280px) {
    .feature-card {
        padding: 1.2rem;
    }
    .hero-details>p {
        font-size: 20px;
    }
    .feature-card {
        max-width: 300px;
        min-height: 400px;
    }
    .feature-card>h3 {
        font-size: 22px;
    }
    .feature-card>p {
        font-size: 14px;
    }
    .slide-cont-vector {
        max-width: 900px;
    }
    .fade-u {
        height: 150vh;
    }
}
@media (max-width:1080px) {
    .tag-head {
        font-size: 16px;
    }
    .HeroSlider .slick-dots li {
        margin: 0 1rem;
    }
    .sec-2 .head {
        font-size: 34px;
    }
    .slide-cont-vector {
        max-width: 700px;
    }
}
@media (max-width:991px) {
    .nav-links {
        gap: 2rem;
    }
    .head {
        font-size: 45px;
    }
    .para {
        font-size: 14px;
    }
    .feature-card-area{
        padding: 2rem;
    }
    .feature-card-area {
        flex-wrap: wrap;
    }
    .feature-card {
        width: 100%;
        max-width: 100%;
        min-height: 400px;
        flex-basis: 48%;
        margin-top: 4rem;
    }
    .activeCard {
        transform: translateY(-3rem);
    }
    .fade-u {
        height: 130vh;
    }
}
@media (max-width:900px) {
    .slide-cont-vector {
        margin: 0 1rem;
    }
    .theme-button-2 ,.theme-button{
        padding: 12px 20px;
        font-size: 14px;
    }
    .center-btn >img{
        width: 7px;
    }
}
@media (max-width:800px) {
   
    .logo-sm{
        display: block;
        margin: 0 auto;
    }
    .logo-lg{
        display: none;
    }
}
@media (max-width:767px) {
    .for-web{
        display: none;
    }
    .ham-u,.formob,.close-icon{
        display: block;
    }
    .offcanvas-u{
        background-color: #000;
    }
    .nav-links {
        flex-direction: column;
        padding: 4rem 1rem;
    }
    .close-icon{
        width: fit-content;
        float: right;
        padding: 1rem;
    }
    .hero-details>p {
        font-size: 16px;
    }
    .hero-details {
        max-width: 500px;
    }
    .head {
        font-size: 35px;
    }
    .para1{
        max-width: 400px;
    }
    .sec-2 .head {
        font-size: 26px;
    }
    .head1 {
        margin-top: 8px;
    }
    .tag-head {
        font-size: 14px;
    }
    .fade-u {
        height: 100vh;
    }
    
}
@media (max-width:650px) {
    .slide-cont-vector {
        border-radius: 20px;
        margin: 0 12px;
    }
    .feature-card-area {
        flex-direction: column;
        align-items: center;
    }
    .feature-card {
        max-width: 400px;
        margin-top: 2.5rem;
    }
    .activeCard {
        transform: translateY(-12px);
    }
    .fade-u {
        max-width: 150%;
        width: 150%;
        height: 600px;
        left: -5rem;
    }
    .sec-2{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width:575px) {
  
    .header{
        padding: 1.5rem 2rem;
    }
    .hidden{
        padding: 0;
    }
    .hero-slideBtn-area {
        padding: 0;
    }
    .hero-sec {
        padding: 3rem 0;
    }
    .formob>img{
        height: 40px;
    }
}
@media (max-width:450px) {
    .head1{
        max-width: 350px;
        text-align: center;
    }
    .formob>img {
        height: 30px;
    }
    .slide-cont-vector {
        margin: 0 5px;
    }
    .fade-u {
        display: none;
    }
    .slide-cont-vector {
        border-radius: 10px;
    }
}
@media (max-width:375px) {
    .head{
        font-size: 25px;
        text-align: center;
    }
}
