*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
}
section{
    /* scroll-behavior: smooth; */
    width: 100%;
}
body {
    font-family: "Inter", sans-serif;
    font-family: "DM Sans", sans-serif;
    font-family: "Hind Siliguri", sans-serif;
}
:root{
    --main-color: #7C3AED;
    --bg-color: #000000;
    --comon-color: #ffffff;
}
#autoBlur-animation{
    animation: autoBlurAnimation linear both;
    animation-timeline: view();
}
@keyframes autoBlurAnimation{
    0%{
        filter: blur(20px);
    }
    20%, 80%{
        filter: blur(0px);
    }
    100%{
        filter: blur(20px);
    }
}
/* FOR-RESPONSIVE manu */
.nav-manu i{
    color: #fff;
}
#sidebar-active{
    display: none;
}
.open-sidevar-button, .close-sidevar-button{
    display: none;
}

/*  NAVBAR-SECTION  */
.navbar-section {
    /* background-image: url(img/banner.webp); */
    background-color: var(--bg-color);
    width: 100%;
    height: 700px;
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    position: relative;
    overflow-x: hidden;
    /* z-index: -8; */
}
/* .color{
    height: 1000px;
    width: 1000px;
    border-radius: 50%;
    background-image: radial-gradient(closest-side, rgb(255, 0, 0), #000);
    position: absolute;
    top: -70%;
    left: 74%;
    z-index: -9;

} */
.nav-section{
    display: flex;
    align-items: center;
    height: 120px;
}
.nav-manu {
    display: inline;
    width: 33%;
    text-align: right;
}
.nav-manu ul{
    display: inline;
}
.nav-manu ul li{
    display:inline-block;
}
.nav-manu ul li a {
    text-decoration: none;
    color: rgba(212, 201, 201, 0.6);
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0 0.70rem;
    transition: .2s ease-in-out;
}
.nav-manu ul li a:hover{
    color: var(--comon-color);
}
.nav-contant {
    display: flex;
    text-align: center;
    width: 34%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.nav-contant a {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.nav-contant a i {
    height: 40px;
    padding: 5px;
}

.nav-contant a i img {
    width: 40px;
    /* margin-top: 15px; */
}
.nav-contant a span {
    color: var(--comon-color);
    font-size: 23px;
    font-weight: 600; 
}


.noneed-section{
    width: 33%;
}


/*  PROFIL-SECTION  */
.profile-section {
    width: 100%;
    padding: 30px 0px;
}
.slogan {
    text-align: center;
    color: var(--main-color);
    font-size: 1.1rem;
    /* font-weight: 300; */
}
.slogan h4 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-transform: uppercase;
}
/* .animated-text {
    text-align: center;
    font-size: 2.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -17px;
} */

.comment-text {
    text-align: center;
    color: var(--comon-color);
    font-size: 1.3rem;
    /* font-weight: 100; */
}
.comment-text h6 {
    font-weight: 400;
    font-size: 20px;
    color: #9c9c86;
}
.profile-btn {
    display: flex;
    justify-content: center;
    margin: 41px 0;
}
.profile-btn a button {
    padding: 18px 34px;
    border-radius: 15px;
    font-size: 20px;
    border: none;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    font-weight: 500;
    background: rgba(255, 255, 255, .1);
    color: var(--comon-color);
}

.profile-btn a{
    text-decoration: none;
    color: #0f0f0f;
    font-size: 0.9rem;
    
}
.profile-btn a button:hover {
    background-color: var(--comon-color);
    color: #0f0f0f;
    font-weight: 500;
}

.animated-text{
    height: 120px;
    padding: 17px 30px;
    display: flex;
    justify-content: center;
}
.word span {
    display: block;
    height: 100%;
    padding-left: 10px;
    color: var(--comon-color);
    font-size: 100px;
    font-weight: 800;
    animation: spin_words 6s infinite;
    background: linear-gradient(180deg, #FFA7A7, #FF0000);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
@keyframes spin_words{
    10%{
        transform: translateY(-112%);
    }
    25%{
        transform: translateY(-100%);
    }
    35%{
        transform: translateY(-212%);
    }
    50%{
        transform: translateY(-200%);
    }
    60%{
        transform: translateY(-312%);
    }
    75%{
        transform: translateY(-300%);
    }
    85%{
        transform: translateY(-412%);
    }
    100%{
        transform: translateY(-400%);
    }
}
    
.ddff{
    margin-top: -20px;
}
.ddff p {
    display: block;
    text-align: center;
    margin-bottom: -50px;
    font-size: 100px;
    font-weight: 800;
    color: var(--comon-color);
}
.word{
    overflow: hidden;
}
.animated-text p {
    font-size: 100px;
    font-weight: 800;
    color: var(--comon-color);
}



/* CREATOR-SECTION */  /*ALL CREATOR-SECTION CSS CODE FIND HEAR */

.creator-section{
    background-color: var(--bg-color);
}
/* .creator-text{} */
.creator-text h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: var(--comon-color);
    padding: 40px 0;
}
.creator-item {
    width: 960px;
    display: flex;
    justify-content: space-between;
    /* box-sizing: border-box; */
    flex-direction: row;
    flex-wrap: wrap;
}
/* creator-profile Animaton */
#pop-animation{
    animation: autoShowAnimation both;
    animation-timeline: view(80% 3%);
} 
#pop-animation-1{
    font-size: 20px;
    animation: autoShowAnimation both;
    animation-timeline: view(80% 3%);
}
@keyframes autoShowAnimation{
    from{
        opacity: 0;
        transform: translateY(200px) scale(0.3);
    }to{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
/* creator-profile Animaton End */
.creator-profile {
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.creator-profile img {
    width: 200px;
    height: 200px;
    border-radius: 38px;
    transition: .3s ease-in-out;
}
.creator-profile img:hover {
    transform: scale(1.1);
    z-index: 5;
}
.creator-profile h4 {
    color: var(--comon-color);
    font-size: 33px;
    font-weight: 800;
}
.creator-profile p {
    color: var(--comon-color);
    font-size: 20px;
    font-weight: 500;
}
.creator-member{
    display: flex;
    justify-content: center;
}
/* .creator-profile{
    position: relative;
} */
/* .creator-profile img{
    position: absolute; 
    width: 200px;
    height: 200px;
    transform: all .2s ease-in-out;
    overflow: hidden;
    transform: scale(1.1);
    border-radius: 38px;
} */
.creator-profile img::before{
    content: "";
    position: absolute;
    top: 0;
    left: -250px;
    width: 120px;
    height: 300px;
    background: rgba(255, 255, 255, .4);
    transform: skew(-50deg);
    transition: all .2s ease-in-out;
    /* z-index: 6; */
}
.creator-profile img:hover::before{
    left: 300px;

}
/* .creator-profile img:hover{
    transform: scale(1.1);

} */
/* .creator-profile img{
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;

    &:after {
        background: #fff;
        content: "";
        height: 155px;
        left: -75px;
        opacity: .2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: 1000;
      }
}
.creator-profile img:hover {
    &:after {
      left: 120%;
      transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    }
} */

/* <!-- OUR MASTERPIECES --> */
.video-section{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    background-color: var(--bg-color);
}
.vedio-section-titel{
    display: flex;
    align-items: center;
    justify-content: center;
}
.vedio-section-titel h1 {
    text-align: center;
    font-size: 95px;
    color: #f72020;
    padding: 60px 0;
    user-select: none;
}
.vedio-section-titel h1::selection{
    color: #f72020;
    background-color: #000000;
}
/* .video-content{} */


.video-item{
    overflow: hidden;
    white-space: nowrap;
}

@keyframes slider-vedio {
    form{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}


.main-vedio{
    height: 350px;
    display: inline-block;
    animation: 45s slider-vedio infinite linear;
    animation-direction: reverse;
}
.video-item:hover .main-vedio{
    animation-play-state: paused;
}
.video-container{
    /* position: relative; */
    height: 350px;
    display: inline-block;
}
.video-container video{
    position: relative;
}
/* .custom-video__control:nth-child(2){
    position: absolute;
    top: 50%;
    left: 50%;
} */
.main-vedio .video-container video{
    height: 100%;
    /* width: auto; */
    border-radius: 17px;
    margin: 0 7px;
}
/* FOR-2 */
.video-item2{
    overflow: hidden;
    margin: 30px 0;
    white-space: nowrap;
}
@keyframes slider-vedio2 {
    form{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}
.main-vedio2{
    height: 350px;
    display: inline-block;
    animation: 45s slider-vedio2 infinite linear;
}
.video-item2:hover .main-vedio2{
    animation-play-state: paused;
}
.main-vedio2 .video-container video{
    height: 100%;
    width: auto;
    border-radius: 17px;
    margin: 0 7px;
}

.video-container:nth-child(4) .custom-video__control{
    left: 34%;
}
.video-container:nth-child(5) .custom-video__control{
    left: 34%;
}

/* video-play-pause-button change button-change */

/* .video-controls-container{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    z-index: 100;
    opacity: 1;
    transition: opasity 150sm ease-in-out;
}
.video-container:hover .video-controls-container,
.video-container:focus-within .video-controls-container,
.video-container:paused .video-controls-container{
    opacity: 1;
}

.video-controls-container .controls{
    display: flex;
    gap: .5rem;
    padding: .25rem;
    align-items: center;
    color: white;
}
.video-controls-container .controls button{
    background: none;
    border: none;
    color: inherit;
    padding: 0;
    height: 30px;
    width: 30px;
    font-size: 1.1rem;
    cursor: pointer;
    opacity: .85;
    transition: opacity 150ms ease-in-out;
}
.video-controls-container .controls button:hover{
    opacity: 1;
}
.video-container.paused .pause-icon{
    display: none;
}
.video-container:not(.paused) .play-icon{
    display: none;
}
.play-pause-btn{} */

.get-more{
    display: flex;
    justify-content: center;
    margin: 41px 0;
}
.get-more a{
    text-decoration: none;
    color: #0f0f0f;
    font-size: 0.9rem;
}
.get-more a button{
    padding: 18px 34px;
    border-radius: 15px;
    font-size: 20px;
    border: none;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    font-weight: 500;
    background: var(--comon-color);
    color: black;
}
.get-more a button:hover {
    background: rgba(255, 255, 255, .1);
    color: #ffffff;
    font-weight: 500;
}
.o-design{
    animation: autoRotateAnimation;
    animation-timeline: view(10% 20%);
}
@keyframes autoRotateAnimation{
    from{
        transform: rotate(0deg)
    }
    to{
        transform: rotate(360deg)
    }
}
.o-design {
    font-size: 33px;
    background-color: #f72020;
    height: 68px;
    width: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--bg-color);
    margin-top: -6px;
}
.main-vedio{
    position: relative;
}
.custom-video__container {
    position: relative;
    top: 0;
    /* width: 32vw;
    height: auto;
    margin: 1em; */
    font-family: 'Oswald', sans-serif;
}

.custom-video__video {
    border-radius: 0.2em;
    cursor: pointer;
}

.custom-video__control {
    position: absolute;
    top: 43%;
    left: 44%;
    background-color: rgba(14, 14, 14, 0.6);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    font-size: 24px;
    font-weight: 400;
    width: 74px;
    height: 42px;
    white-space: nowrap;
    line-height: 0;
    transition: .3s ease-in-out;
}
.custom-video__control:hover{
    color: #0f0f0f;
    background: var(--main-color);
}

video::-webkit-media-controls {
    position: relative;
    z-index: 1;
}

/* <!-- VIRAL-PROCESS-SECTION --> */
.viral-process {
    width: 100%;
    background-color: var(--bg-color);
}
.viral-text {
    margin-left: 4%;
}
.viral-text h4 {
    color: var(--comon-color);
    font-size: 33px;
}
.viral-text h3 {
    color: var(--comon-color);
    font-size: 37px;
    margin-top: -14px;
}
.viral-content{
    padding: 40px 0;
}
#hpdp {
    padding-top: 4px;
    line-height: 32px;
}

.wrap-per {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-for {
    height: 364px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}

.card {
    width: 80px;
    border-radius: .75rem;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2rem;
    margin: 0 10px;
    display: flex;
    align-items: flex-start;
    transition: .6s cubic-bezier(.28,-0.03,0,.99);
    box-shadow: 0px 10px 30px -5px rgba(255,255,255,0.4);
}

.card > .row {
    color: white;
    display: flex;
    flex-wrap: nowrap;
}   

.card > .row > .icon {
    /* background: #223; */
    color: rgb(0, 0, 0);
    /* border-radius: 50%; */
    width: 50px;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 15px;
    margin-top: 45px;
}

.card > .row > .description {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    overflow: hidden;
    /* height: 250px; */
    margin-top: 39px;
    width: 615px;
    opacity: 0;
    transform: translateY(-30px);
    transition-delay: .3s;
    transition: all .3s ease;
}

.description p {
    color: rgb(75 70 70);
    padding-top: 25px;
    font-size: 24px;
    width: 610px;
    font-weight: 500;
}
/* .card:nth-child(6) > .row > .description p {
    padding-top: 50px;
} */
.description h4 {
    text-transform: uppercase;
    color: rgb(35 37 36);
    font-size: 30px;
}

input {
    display: none;
}

input:checked + label {
    width: 745px;
}
input:checked + label .description {
    opacity: 1 !important;
    transform: translatex(0) !important;
}

.card[for="c1"] {
    background-color: #dbfa9b;
    
}
.card[for="c2"] {
    background-color: #cedcff;
    
}
.card[for="c3"] {
    background-color: #f4f4f2;
}
.card[for="c4"] {
    background-color: #dbfa9b;
}
.card[for="c5"] {
    background-color: #cedcff;
}
.card[for="c6"] {
    background-color: #f4f4f2;
}



/* GROTH-SECTION */
.groth-section{
    background-color: var(--bg-color);
    padding: 50px 0;
}
.groth-text{
    margin-left: 45px;
    
}
.groth-text h1 {
    line-height: 72px;
    color: var(--comon-color);
    font-size: 76px;
    font-weight: 700;
    width: 70%;
    margin-left: 8%;
}
.groth-text h1 span{
    color: var(--main-color);
}
.groth-button {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
    margin-top: -88px;
}
/* .button-left{} */
.button-left button {
    padding: 20px 31px;
    border-radius: 29px;
    font-size: 22px;
    font-weight: 500;
    color: var(--comon-color);
    border: none;
    background: rgba(255, 255, 255, .1);
    margin-right: 18px;
    transition: .3s;
    cursor: pointer;
}
.button-left button:hover {
    background-color: var(--main-color);
    color: #0f0f0f;
}
.button-right{
    margin-right: 8%;
}
.button-right button{
    padding: 20px 31px;
    border-radius: 29px;
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    border: none;
    background: rgba(255, 255, 255, .1);
    margin-right: 30px;
    transition: .3s;
    cursor: pointer;
}
.button-right button:hover {
    background-color: var(--main-color);
    color: #0f0f0f;
}
.groth-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    /* padding: 30px 0; */
    margin: 30px 0;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
/* .groth-item {
    height: 100%;
    display: flex;
    overflow-x: hidden;
    padding: 30px 0;
    overflow-y: hidden;
    scroll-behavior: smooth;
    transition: .3s;
} */
/* .js-need-copy .groth-item{
    display: flex;
    overflow-x: hidden;
} */
.groth-item::-webkit-scrollbar{
    /* display: none; */
    width: 0;
}
.item {
    width: 342px;
    height: 300px;
    line-height: 25px;
    text-align: center;
    background-color: transparent;
    margin-right: 2px;
    border: 1px solid var(--main-color);
    border-radius: 9px;
    padding: 18px;
}
.item h2 {
    color: var(--comon-color);
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
    padding: 16px 16px 10px;
    width: 290px;
    position: relative;
}
.item h2:after {
    content: "";
    position: absolute;
    bottom: -3px;
    height: 1px;
    width: 100%;
    left: 0;
    background-color: var(--comon-color);
}
.item-h2text {
    display: flex;
    justify-content: center;
}
.item-text h4 {
    color: var(--comon-color);
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
}
.item-text h1 {
    font-size: 88px;
    font-weight: 700;
    margin-top: 82px;
    color: var(--comon-color);
}
.item-text h3 {
    color: var(--comon-color);
    margin-top: 28px;
    font-size: 32px;
    font-weight: 600;
}
/* .groth-item .item{
    scroll-behavior: smooth;
} */

/* <!-- SERVICES-SECTION --> */
.services-section{
    background-color: var(--bg-color);
    padding-bottom: 20px;
}
.services-titel {
    padding: 40px 0;
}
.services-titel h4 {
    text-align: center;
    font-size: 41px;
    font-weight: 500;
    color: var(--comon-color);
}
.services-content {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-inline: auto;
}
.srevices-child{
    animation: autoShowAnimations both;
    animation-timeline: view(80% 3%);
}
@keyframes autoShowAnimations{
    from{
        opacity: 0;
        transform: translateY(200px) scale(0.3);
    }to{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.srevices-child {
    width: 350px;
    padding: 25px;
    border: 1px solid var(--main-color);
    border-radius: 17px;
    height: 200px;
    box-sizing: border-box;
    margin: 10px;
    position: relative;
    /* transition: .3s ease-in-out; */
    background-color: transparent;
    z-index: 1;
    overflow: hidden;
    transition: .6s;

}
/* FOR HOVER EFFECT */
.services-content .srevices-child::after{
    position: absolute;
    content: "";
    height: 8%;
    width: 40%;
    top: 96%;
    right: 30%;
    background: linear-gradient(0deg, var(--main-color), rgba(255, 255, 255, 0));
    z-index: -1;
    border-radius: 17px;
    transition: .6s;
}
.srevices-child:hover .services-text p{
    color: var(--comon-color); 
}
.srevices-child:hover .services-icon span{
    color: var(--comon-color); 
}

.services-content .srevices-child:hover::after{
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
}
/* .srevices-child:hover{
    background: linear-gradient(0deg, #fe0000, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
} */
.services-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.services-icon span {
    font-size: 32px;
    color: var(--main-color);
    padding-right: 14px;
    transition: .6s;
}
.services-icon h2 {
    font-size: 27px;
    color: var(--comon-color);
}
/* .services-text{} */
.services-text p {
    line-height: 21px;
    color: #9c9c86;
    font-size: 16px;
    transition: .6s;
}

/* <!-- footage-section --> */
.footage-section {
    height: 312px;
    background-color: var(--bg-color);
    padding-top: 50px;
}
.footage-item{
    animation: autoShowAnimation3 both;
    animation-timeline: view(80% 3%);
}
@keyframes autoShowAnimation3{
    from{
        opacity: 0;
        transform: translateY(200px) scale(0.3);
    }to{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.footage-item {
    width: 1160px;
    display: flex;
    justify-content: space-around;
    margin-inline: auto;
}
.footage-item-box {
    width: 350px;
    height: 243px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 17px;
    transition: .6s;
    overflow: hidden;
}
.footage-item-box2{
    transition: .6s;
    margin-top: 33px;
}
.footage-item-box-img {
    display: flex;
    justify-content: center;
}
.footage-item-box-img img {
    height: 55px;
    width: 55px;
    /* border: 2px solid red; */
    background-color: rgb(250 250 250);
    margin-bottom: 16px;
    padding: 16px;
    border-radius: 50%;
    transition: .6s;
}
.footage-item-box-text {
    text-align: center;
}
.footage-item-box-text h2 {
    color: var(--comon-color);
    margin-bottom: 32px;
}
.footage-item-box-text p{
    color: var(--comon-color);
    opacity: 0;
    transition: .4s ease-in;
}
/* .footage-item-box:hover .footage-item-box-img{
    transform: translateY(-60px);
    transition: .6s;
} */
.footage-item-box:hover .footage-item-box2{
    transform: translateY(-100px);
    transition: .6s;
}
.footage-item-box:hover .footage-item-box2 .footage-item-box-img{
    transform: translateY(-95px);
    transition: .6s;
}
.footage-item-box:hover .footage-item-box2 p{
    opacity: 1;
    transition: .6s;
}
.footage-item-box:hover{
    border: 1px solid var(--main-color);
}



/* <!-- Testimonials-section --> */
.testimonial-section {
    background-color: var(--bg-color);
    /* padding-bottom: 200px; */
    padding-top: 50px;
    padding-bottom: 85px;
}
.testimonials-titel {
    margin-bottom: 60px;
    text-align: center;
}
.testimonials-titel p {
    font-size: 42px;
    font-weight: 800;
    color: var(--main-color);
    margin-bottom: -13px;
}
.testimonials-titel h3 {
    font-size: 80px;
    background-image: linear-gradient(142deg, rgb(255, 255, 255) 28.6068%, rgba(255, 255, 255, 0.77) 75.7294%, rgba(255, 255, 255, 0.608) 85.6862%);
    display: inline-block;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.testimonials-titel h6 {
    font-size: 23px;
    color: var(--comon-color);
    font-weight: 300;
    margin-top: -20px;
}
.testimonial-box {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}
.testimonial-box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background: linear-gradient(90deg, #000000, rgba(255, 255, 255, 0));
    content: "";
    z-index: 5;
}
.testimonial-box::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background: linear-gradient(-90deg, #000000, rgba(255, 255, 255, 0));
    content: "";
    z-index: 5;
}
.testimonial-box:hover .testimonial-box-item {
    animation-play-state: paused;
}

@keyframes slider {
    form{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}

.testimonial-box-item {
    display: inline-block;
    animation: 35s slider infinite linear;
}
.testimonial-box-item img {
    border: 1px solid var(--comon-color);
    border-radius: 29px;
    margin: 0 6px;
    margin-top: 8px;
    height: 220px;
}

.testimonial-box2 {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
}
.testimonial-box2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background: linear-gradient(90deg, #000000, rgba(255, 255, 255, 0));
    content: "";
    z-index: 5;
}
.testimonial-box2::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background: linear-gradient(-90deg, #000000, rgba(255, 255, 255, 0));
    content: "";
    z-index: 5;
}
.testimonial-box2:hover .testimonial-box-item2 {
    animation-play-state: paused;
}
@keyframes slider2 {
    form{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}
.testimonial-box-item2 {
    display: inline-block;
    animation: 35s slider2 infinite linear;
    animation-direction: reverse;
}
.testimonial-box-item2 img {
    border: 1px solid var(--comon-color);
    border-radius: 29px;
    margin: 0 6px;
    margin-top: 8px;
}



/* FAQ SECTION */
.faq-main-section{
    background-color: var(--bg-color);
    width: 100%;
    padding: 40px 0;
}
.faq-section {
    padding: 30px 0;
    display: flex;
    width: 100%;
    height: auto;
    margin-inline: auto;
}
.faq-left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 50%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.faq-sticky {
    position: sticky;
    top: 21%;
}
.faq-sticky span {
    font-size: 20px;
    color: var(--main-color);
    font-family: "Inter", sans-serif;
    margin-top: 16px;
}
.faq-sticky h2 {
    font-size: 54px;
    color: #fff;
    font-family: "Inter", sans-serif;
    margin-top: 4px;
    margin-bottom: 27px;
}
.faq-sticky h2 span {
    font-size: 40px;
    color: var(--main-color);
    margin-left: 1px;
}
.faq-sticky p {
    color: rgb(255, 255, 255);
    font-family: "Inter", sans-serif;
    font-size: 19px;
}
.faq-right {
    width: 49%;
}
.faq {
    max-width: 700px;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #978c8c;
    cursor: pointer;
}
.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.question h3 {
    color: rgb(255, 255, 255);
    font-size: 26px;
    margin-left: 6px;
    width: 550px;
    font-family: "Inter", sans-serif;
}
.question span {
    transition: transform 1s ease-in-out;
    color: var(--main-color);
    font-size: 27px;
    font-weight: 500;
    margin-right: 11px;
}
/* .question span i{} */
.answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out;
}
.answer p {
    color: rgb(175, 175, 175);
    padding-top: 1rem;
    line-height: 1.6;
    font-size: 18px;
    margin-left: 6px;
    width: 550px;
    font-family: "Inter", sans-serif;
}

.faq.active span{
    transform: rotate(180deg);
}

@keyframes fade{
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}
.faq.active .answer {
    max-height: 300px;
    animation: fade 1s ease-in-out;
}

/* FOOTER-SECTION */

.footer-section {
    height: 190px;
    width: 100%;
    background-color: var(--bg-color);
}

.foter-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .footer-img{} */
.footer-img img {
    width: 50px;
    height: 50px;
}
/* .footer-text{} */
.footer-text h1 {
    font-size: 47px;
    color: var(--main-color);
    margin-left: 12px;
    text-transform: uppercase;
    margin-top: -4px;
}

/* .wrapper{} */
.footer-link {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.wrapper .button{
    display: inline-block;
    height: 60px;
    width: 60px;
    /* float: left; */
    margin: 0 14px;
    overflow: hidden;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease-out;
}
.wrapper .button:hover{
    width: 200px;
}
.button .icon{
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 60px;
    transition: all 0.3s ease-out;
}


.wrapper a .button .icon i{
    font-size: 25px;
    line-height: 60px;
    transition: all 0.3s ease-out;
}
.wrapper .button:hover .icon i{
    color: #fff;
}
.wrapper .button span{
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    margin-left: 10px;
    transition: all 0.3s ease-out;
}


.button1 .icon i{
    color: #000000;
}  
.button1 .icon:hover i{
    color: #000000;
}
.button1:hover .icon{
    background-color: #000000;
}
.button1:hover span{
    color: #000000;
}

.button2 .icon i{
    color: #0863f7;
}  
.button2 .icon:hover i{
    color: #0863f7;
}
.button2:hover .icon{
    background-color: #0863f7;
}
.button2:hover span{
    color: #0863f7;
}

.button3 .icon i{
    color: #5562ea;
}  
.button3 .icon:hover i{
    color: #5562ea;
}
.button3:hover .icon{
    background-color: #5562ea;
}
.button3:hover span{
    color: #5562ea;
}

.button4 .icon i{
    color: #e54033;
}  
.button4 .icon:hover i{
    color: #e54033;
}
.button4:hover .icon{
    background-color: #e54033;
}
.button4:hover span{
    color: #e54033;
}



/* END-SECTION */

.end-srction {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background-color: #1c1c1c;
    /* border-top: 1px solid #fff; */
}
.for-h6 {
    display: flex;
    align-items: center;
}
.for-h5 h5 {
    font-size: 20px;
    font-weight: 400;
    color: #d4c9d9;
    margin-right: 7px;
}
/* .end-srction p{} */
.for-h6 h6{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.for-h6 span{
    font-size: 3px;
    margin: 0 10px;
    color: #fdfdfd;
}
.for-h6 i {
    margin-right: 3px;
}
.end-srction p{
    padding: 0px 159px;
}
.end-link{
    padding: 0px 80px;
}