@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: 142px;
	letter-spacing:-0.5px;
}
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: 20px;
line-height: 27px;
color:#353b48d6;
}
p.center{
text-align:center;
}
b{
}
h1, h2, h3{
margin:0;
font-weight:500;
}
h4, h5, h6{
margin:0;
font-weight:400;
}
ul, ul li{
list-style:none;
margin:0;
padding:0;
}
.topstrip {
    background-color: #d12933;
}
.btn-dif {
    background-color: #111c72;
}
.topstrip span {
    background: radial-gradient(circle at 100%, #e58e26, #ffffff 50%, #e58e26 75%, #ffffff 75%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animatedTextGradient 5s linear infinite;
}
.title.white, .subtitle.white{
color:#fff;
}
.title.center, .subtitle.center{
text-align:center;
}
.title{
font-size:43px;
    color: #111c72;
}
.title.small{
font-size:25px;
}
.subtitle{
    font-size: 20px;
font-weight: 400;
margin-bottom:10px;
color: inherit;
}
.col-50{
width:50%;
}
.col-45{
width:45%;
}
.banner {
height: 600px;
margin-bottom: -1px;
background-image: url(../img/banner.jpg);
}
.banner .data{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: linear-gradient(to bottom, rgba(53, 59, 72, 0) 0%, rgba(37, 30, 40, 1) 100%);
    padding-top: 18%;
	padding-bottom:50px;
}
.banner h4{
font-size: 30px;
    color: #fff;
}
.banner h1{
    font-size: 65px;
    color: #fff;
    line-height: 70px;
    margin-bottom: 25px;
}
.ofmf-wrapper{
padding:70px 0px;
}
.ofmf {
overflow: hidden;
width: 100%;
margin-top:80px;
}
.ofmf .item h6{
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    font-weight: 500;
}
.ofmf-track {
display: flex;
width: max-content;
animation: scroll 25s linear infinite;
}
.ofmf .item {
min-width: 180px;
text-align: center;
margin-right: 70px;
}
.ofmf .item img {
width: auto;
height: 110px;
display:table;
margin:0px auto;
margin-bottom:20px;
}
@keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
.products{
    padding: 70px 0px 90px 0px;
    background-color: #f5f5fd;
}
.products .subtitle{
margin-bottom:50px;
}
.products .row{
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
	background-color:#fff;
	justify-content:space-between;
}
.products .row .club{
    width: calc(25% - 10px);
    height: 350px;
    border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.products .row .club h6{
color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    font-size: 19px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.products .row .club img{
width: auto;
    height: auto;
    max-width: 180px;
    max-height: 180px;
    margin-top: -15%;	
}
.products .row .items{
width:75%;	
}
.products .row .items .item{
    height: 350px;
    background-color: #fff;
    border: solid 1px #cccccc73;
    border-radius: 10px;
    width: calc(100% - 3px);
}
.products .row .items .item h6{
   font-size: 15px;
    text-align: center;
    padding: 0px 25px;
    margin-top: 20px;
    font-weight: 500;
}
.products .row .items .item .thumb{
height:250px;
}
.products .row .items .item .thumb img{
width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;	
}

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;	
}