@font-face {
font-family: myfont;
src: url(../fonts/400.woff);
font-weight:400;
}
@font-face {
font-family: myfont;
src: url(../fonts/500.woff);
font-weight:500;
}
html{
box-sizing: border-box	
}
body{
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: scroll;
font-family: myfont;
font-weight:400;
color: #353b48;
margin-top: 150px;
}
section{
position:relative;
}
a, a *{
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration:none;
box-sizing: border-box;
}
a:hover{
text-decoration:none;
}
button:focus, input:focus, textarea:focus{
outline:none;
box-shadow:none;
}
img{
width:100%;
}
input, button{
outline:none;
box-shadow:none;
}
p{
margin: 0;
padding: 0;
font-size: 17px;
line-height: 27px;
color:#353b48;
}
p.center{
text-align:center;
}
b{
}
h1, h2, h3{
margin:0;
font-weight:500;
letter-spacing:-1px;
}
h4, h5, h6{
margin:0;
font-weight:400;
}
ul, ul li{
list-style:none;
margin:0;
padding:0;
}
header{
position: fixed;
top: 0;
left: 0;
z-index: 99;
background-color: #fff;
width: 100%;	
}
header.scrolled{
box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;	
margin-top: -32px;
}
header.scrolled .navbar{
padding:10px 0px;
}
header.scrolled .topstrip {
padding: 5px 0px;
}
.container{
width:94%;
max-width:1320px;
margin:0px auto;
}
.container.short{
width:90%;
max-width:1100px;	
}
.trans{
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.flex{
display:flex;
}
.jcsp{
justify-content:space-between;
}
.jcc{
justify-content:center;	
}
.jce{
justify-content:end;
}
.aic{
align-items:center;
}
.aie{
align-items:end;
}
.bgcmn{
background-position:center;
background-repeat:no-repeat;
background-size:cover;
}
.rel{
position:relative;
}
.text-dif{
color:#7e0178;
}
.btn-dif{
background-color:#7e0178;
color: #fff;
}
.btn{
    padding: 12px 20px 12px 15px;
    border-radius: 5px;
    font-size: 14px;
    width: fit-content;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.btn.text{
font-size: 15px;	
}
.btn img{
width:20px;
margin-right:10px;
transform: rotate(0deg);
}
.btn.white{
background-color:#fff;
color: #01243a;
}
.btn.white:hover{
color:#660f53;
box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
background-color: #ffe8f2;
}
.btn:hover{
box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.topstrip{
text-align: center;
background-color: #7e0178;
padding: 10px 0px;
}
.topstrip span{
text-align: center;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
letter-spacing: 1px;
background: radial-gradient(
circle at 100%,
#feca57,
#fff 50%,
#feca57 75%,
#fff 75%
);
background-size: 200% auto;
background-clip: text;
-webkit-text-fill-color: transparent;
animation: animatedTextGradient 5s linear infinite;
}
@keyframes animatedTextGradient {
to {
background-position: 200% center;
}
}
.navbar{
padding:20px 0px;
}
.navbar .brand{}
.navbar .brand h2{
font-size: 36px;
}
.navbar .brand p{
color: #01243a;
font-size: 15px;
}
.navbar .menu{}
.navbar .menu a{
color: inherit;
padding: 10px 17px;
display: inline-block;
font-size: 17px;
}
.navbar .menu a:hover{
color:#7e0178;	
}
.title.white, .subtitle.white{
color:#fff;
}
.title.center, .subtitle.center{
text-align:center;
}
.title{
font-size:43px;
}
.subtitle{
    font-size: 17px;
font-weight: 400;
margin-bottom:10px;
color: inherit;
}
.col-50{
width:50%;
}
.col-45{
width:45%;
}
#gradient-canvas {
width:100%;
height:100%;
--gradient-color-1: #fff2f4; 
--gradient-color-2: #fee8eb; 
--gradient-color-3: #fdd2d9;  
--gradient-color-4: #fff1fb;
z-index:0;
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
.banner {
height: 600px;
margin-bottom: -1px;
}
.banner .container{
z-index:1;
}
.banner .container .col-50{
text-align:center;
}
.banner h4{
margin-top: 50px;
font-size: 30px;
    color: #01243a;
	    margin-bottom: 30px;
}
.banner h1{
    font-size: 70px;
    margin-bottom: 30px;
    line-height: 80px;
	
}
.banner-brand{
width: 227px;	
}
.banner .bannerimg{
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: auto;
height: 600px;	
}
.banner .btn{
margin:0px auto;
}
.intro{
padding:100px 0px;
background-color:#fff;
}
.intro h2{
margin-bottom:30px;
}
.intro h6{

}
.w-display{}
.w-display .abs{
position:absolute;
left:0;
top:0;
opacity: 0;
transform: translateY(10px);
transition: opacity 0.6s ease, transform 0.6s ease;
}
.w-display.show .abs {
opacity: 1;
transform: translateY(0);
}
.w-display .abs:nth-child(2) { transition-delay: 0.2s; }
.w-display .abs:nth-child(3) { transition-delay: 0.4s; }
.w-display .abs:nth-child(4) { transition-delay: 0.6s; }
.products{
background-color: #fff1fb;
    padding: 90px 0px;
}
.products .subtitle{
margin-bottom:60px;
margin-top:10px;
}
.products .container.flex{
gap:46px;
flex-wrap:wrap;
}
.products .item{
    width: 31%;
    border-radius: 5px;
	background-color:#fff;
	overflow:hidden;
}
.products .item:hover{
box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}
.products .item .thumb{
height:320px;	
 overflow: hidden;
}
.products .item .thumb img{
width:auto;
height:320px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.products .item:hover img{
transform:scale(1.3);
}
.products .item .thumb.custom img{
height:275px;
}
.products .item .thumb.custom2 img{
width:250px;
height:auto;
}
.products .item .name{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    padding-right: 0;
    width: 100px;
    font-weight: 400;
}

footer{
background-color:#e2e3f8;
padding:100px 0px;
}
footer .footer-ph{
color: #01243a;
font-weight: 500;
font-size: 22px;
}
footer .footer-ph img{
width:30px;
margin-right:10px;
position:relative;
top:5px;
}
footer p.hilight{
margin-top: 30px;
width: 62%;
line-height: 29px;
}
footer .links{
margin-left: 20%;	
}
footer .link-title{
font-weight: 500;
font-size: 18px;
margin-bottom: 30px;	
}
footer .links a{
display: block;
color: inherit;
font-size: 15px;
line-height: 34px;
}
footer .links a:hover{
color: #660f53;	
}
footer .end{}
footer .end .container{
border-top: solid 1px #c9cae9;
margin-top: 50px;
padding-top: 50px;	
}
footer .end p{
font-size:13px;
}
footer .end .connect{
gap:10px;
}
footer .end .connect a{
width: 38px;
background-color: #fff;
border-radius: 50px;
height: 38px;
padding: 7px;	
filter:grayscale(0.3);
}
footer .end .connect a img{
opacity:0.8;
}
footer .end .connect a:hover{
background-color: #ffe8f2;	
}