* {
    margin:  0;
    padding:  0;
}
body {
	font-family: 'Nunito Sans', sans-serif;
    justify-content:  center;
    align-items:  center;
    width:  100%;
}

html::-webkit-scrollbar {
    width: 5px;
  }

html::-webkit-scrollbar-track {
    background: rgb(179, 177, 177);
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
    background: rgb(136, 136, 136);
    border-radius: 10px;
  }

html::-webkit-scrollbar-thumb:hover {
    background: rgb(100, 100, 100);
    border-radius: 10px;
  }

html::-webkit-scrollbar-thumb:active {
    background: rgb(68, 68, 68);
    border-radius: 10px;
  }
  *{
    margin: 0;
    padding: 0
}
.section-1 {
    background: url(../images/klub-bg.webp) center center / cover no-repeat;
}
 .header-wrap {
    padding: 60px 0px;
}
.text-gradient {
    color:#fb4848;
}
.btn-cl {
   border-color: #082c4e;
    color: #ffffff;
    background: #082c4e;
}
.btn-cl:hover{
    border-color: #fb4848;
    color: #fff;
    background: #fb4848;
}
.section-2 {
    padding: 60px 0 0;
}
.section-header {
    text-align: center;
    padding-bottom: 60px;
}
.section-header h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.section-header h2 span {
    font-size: 22px;
    letter-spacing: 7px;
    color: #747474;
}
.section-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #fb4848;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.section-header p {
    margin-bottom: 0;
    color: #6f6f6f;
	font-size:18px;
}
.service-item {
    padding: 40px;
    background: #fb48481f;
    height: 100%;
    border-radius: 10px;
}
.position-relative {
    position: relative!important;
}
.service-item .icon {
    width:60px;
    height: 60px;
    position: relative;
    margin-bottom: 50px;
	z-index: 1;
}
.service-item .icon:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 50px;
    z-index:-1;
    top: 10px;
    right: -20px;
    transition: 0.3s;
}
.service-item:hover .icon:before {
    background: #fb4848;
}
.service-item:hover h3 {
    border-color: #fb4848;
}
.service-item h3 {
    color: var(--color-default);
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    font-size: 22px;
	font-weight: 800;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #fff;
    transition: 0.3s;
}
.service-item p {
    line-height: 24px;
    font-size:18px;
    margin-bottom: 0;
}
.section-3 {
	padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: #082c4e;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top: 60px;
}
.display-2 {
	color: #ffffff;
    font-size: 3rem;
    line-height: 1.1;
	word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}
.text-secondary {
    color: #ffcc00 !important;
}
footer {
    text-align: center;
}
@media (max-width:992px){
	.display-2 {
    font-size: 2rem;
}
.section-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 30px;
}
}
