
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@100..900&display=swap');

/*----------Common CSS-------------*/
body {font-family: "Poppins", sans-serif;}

h1{ font-size:52px; font-weight:500;}
h2{ font-size:36px; font-weight:300;}
h3{ font-size:32px; font-weight:700;}
h4{font-size:28px; font-weight:500; color:#671C8C!important; }
h5{font-size:20px; font-weight:600;}

.fs-6{font-size:12px!important;}
.fs-5{font-size:14px!important;}
.fs-4{font-size:18px!important;}

a {text-decoration:none; color:#000;}

/*----------Color theme CSS-------------*/

.text-primary {color:#671C8C !important;}
.border-primary {border-color:#671C8C !important;}
.bg-primary {background-color:#671C8C !important;}

.btn-warning{background-color:#FAA51A !important;}
.bg-warning{background-color:#FAA51A !important;}

.card-pink{background-color:#F3DDFD !important;}

/*----------header CSS-------------*/

.nav-list {display:flex; text-align:center; margin-bottom: 0px;}
.nav-list li {list-style:none;padding-right:50px;} 

/*----------main CSS-------------*/

.pattern-home {right:0px; top:0px;z-index: -1; width: 749px; height: 685px; border-radius: 0px 0px 0px 90px;}
.frame-img{width: 908px; height: 1116px;}

#welcome .bi-check-circle{color:#A081B0;}
#welcome .popup-frame{width: 310px;margin-left: 58px;}
#welcome .popup-main{height: 460px;width: 340px;}

#tools {border-radius: 90px 90px 0px 0px ;}

#demo .bg-warning{border-radius: 90px;}
#demo .demo-img{margin-left: 648px;margin-top: -41px;}

/*----------footer CSS-------------*/

#footer .bg-white{margin-top:200px;}
#footer .support{margin-left: -83px;}

