@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&family=David+Libre:wght@400;500;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Kaushan+Script&family=Lilita+One&family=Nabla&family=Overpass+Mono:wght@300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sigmar&display=swap');
html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    font-family: "Poppins", sans-serif;
}
body::-webkit-scrollbar{
    width: 10px;
}
body::-webkit-scrollbar-track{
    background-color: #fbfbfb;
}
body::-webkit-scrollbar-thumb{
    background-color: #5f1782;
    border-radius: 20px;
}
.nav-menu{
    z-index: 999;
    
   
}
.nav-menu .container{
    background-color: #5f1782;
}
.nav-menu .navbar-toggler:focus{
    box-shadow: none;
}

 
.navbar-toggler{
    outline: none !important;
    border: none !important;

}
.logo{
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    transition: .5s;
    text-shadow: 0px 0px 10px #1d1c1e;
    animation:left .8s ease-in-out;

}

.logo:hover{
    color: #fff;
    letter-spacing: 3px;

}
.links li{
    margin: 0px 10px;
}
.links li a{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    transition: .8s;
    /* text-shadow: 0px 0px 10px #1d1c1e; */
    animation:reveal3 .8s ease-in-out;
    

}
.links li a:hover{
    /* text-decoration-line: overline; */
    /* text-decoration-color: #a517ba; */
    color:#bf73e5;
    letter-spacing: 2px;
}
/* -----------home------------ */
.home h1{
    font-size: 50px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #000000;
}
.home p{
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #555;
}
.home-btn{
    padding: 10px 30px;
    background-color: transparent;
    border: 1px solid #5f1782;
    color:#fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    background: linear-gradient(to right, #a517ba, #5f1782);
    transition: .5s;
}
.home-btn i{
    margin-right: 10px;
}
.home-btn:hover{
    
    box-shadow: 0px 0px 4px 0px #a517ba;
}
.home-text{
    animation: reveal-top .8s ease-in-out;
}
.home-img{
    animation: reveal-bottom .8s ease-in-out;
}
/* -----------services------------ */
.services{
    padding: 80px 0px;
}
.services img{
    width: 100px;
    margin-top: 10px;
}
.services h4{
    font-weight: 700;
    font-size: 22px;
    color: #433f46;
}
.services p{
    font-weight: 400;
    font-size: 16px;
    color: #555;
    text-align: center;

}
.title{
    position: relative;
    font-weight: 600;
    font-size: 40px;
    color: #433f46;
    padding: 60px 0px;
}
.title::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50% ,120px);
    
    /* transform: translate(0px,-80%); */
    width: 300px; 
    height: 5px;
    background: #5f1782;
    
}
.title::after{
    content: '';
    position: absolute;
    bottom: 0;
    left:50%;
    transform: translate(-50% ,-38px);
    
    /* transform: translate(0px,-80%); */
    width: 100px; 
    border-radius: 30px;
    height: 15px;
    background: #5f1782;
    
}
/* -------------service-------------- */
.service1{
    animation-name:rotate;
    animation-timeline: view();
    animation-range: 0% entry ;
}
.service2{
    animation-name:rotate;
    animation-timeline: view();
    animation-range: 0% entry ;
}
.service3{
    animation-name:rotate ;
    animation-timeline: view();
    animation-range: 0% entry ;
}
/* -----------------about------------ */
.about{
    padding: 50px 0px 50px 0px;
    background-color: #f8f9fa;
}
/* .about h1{
    font-weight: 600;
    font-size: 40px;
    /* color: #242324; */
.about-text{
    animation-name: reveal3 ;
    animation-timeline: view();
    animation-range: 0% entry;
}
.about p{
    color: #3c3c3c;
}
.about ul i{
    color: #a517ba;
    margin-right: 10px;
    font-size: 17px;
}
.about ul li{
    font-size: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.about img{
    width: 80%;
    display: block;
    margin: auto;
    animation-name: motion ;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;



}
/* --------------testimonial--- */
.testimonial{
    padding: 100px 0px;
}
.carousel{
    width: 90%; 
    margin: auto;
    /* border: 1px solid black; */



}
.testi-col{
    animation-name: rotate ;
    animation-timeline: view();
    animation-range: 0% entry ;
}
.testimonial-content{
    background-color: aliceblue;
    max-width: 90%;
    padding: 30px 20px;
    margin:0px  auto 60px auto;
    /* border-radius: 10px; */
    /* box-shadow: 0px 0px 10px 0px #a517ba; */

}
.testimonial-content img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
}
.testimonial-content p{
    font-size: 16px;
    font-weight: 400;
    color: #3c3c3c;
    margin: 5px 0px 10px 0px;

}
.testimonial-content img ~p{
    color: #3c3c3c;
    display: inline-block;
    margin: 5px 10px;
    font-size: 14px;
}
.testimonial i{
    font-size: 40px;
    color:#ccc ;
}
/* --------------------- */
.social{
    padding: 100px 0px;
    background: #f8f9fa;
}
.social p{
    font-size: 35px;
    text-align: center;
    font-weight:600;
    color: #3c3c3c;

    margin-bottom: 20px;
}

.social-icon a{
    color:#242324;
    padding: 0;
    margin: 10px;

}
.social-icon a i{
    font-size: 22px;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    border: 2px solid #5f1782;
    line-height: 50px;
    transition: .5s;
}
.social-icon a i:hover{
    background: linear-gradient(to right, #a517ba, #5f1782);
    color: #fff;
}
/* --------------footer------------------ */
.footer{
    background: #5f1782;
    padding: 50px 0px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    color: #f0f0f0;
    
}
.footer h3{
    text-align: left;
    font-size: 20px;
    
    font-weight: bolder;
    letter-spacing: 2px;
  

}
.footer p{
    font-size: 16px;
    text-align: left;
}
.footer i{
    font-size: 20px;
    height: 50px;
    width: 50px;
    background:linear-gradient(to right, #a517ba, #5f1782);
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.letter .form-control{
    border: none;
    max-width: 260px;
    padding: .7rem .75rem;
    height: 50px;
    
    

}
.form-control:focus{
    box-shadow: none;
}
.letter label{
    color: #000000;
    font-weight: 100;
    padding-top: 12px;
    font-size: 16px;

    margin-bottom: 10px;
    
}
.subscribe{
    background: linear-gradient(to right,#5f1782, #a517ba );
    border: 2px solid #af4fde;
    color: #fff;

}

@keyframes reveal3{
    0%{
        opacity: 0;
        transform: translateY(150px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes left{
    0%{
        transform: translateX(100px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes reveal-top{
    0%{
        opacity: 0;
        transform: translateY(-50px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }

}
@keyframes reveal-bottom{
    0%{
        opacity: 0;
        transform: translateY(80px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }

}
@keyframes reveal-left{
    0%{
        opacity: 0;
        transform: translateX(-50px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}
@keyframes motion{
    0%{
        transform: translateY(-20px);
    }
    100%{
        transform: translateY(0px);
    }
}
@keyframes rotate{
    0%{
        transform:perspective(700px) rotateX(90deg);
    }
    100%{
        transform:perspective(700px) rotateX(0deg);
    }
}
