@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
:root{
    --pink-color: #E71E4F;
    --white-color: #fff;
    --font-family-primary: 'Poppins', sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family-primary) ;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: var(--white-color);
  background: #4B1724;

}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 1.3;
}

h2,
.h2 {
  font-size: 48px;
  line-height: 1.4;
}

h3,
.h3 {
  font-size: 40px;
  line-height: 1.4;
}

h4,
.h4 {
  font-size: 36px;
  line-height: 1.4;
}

h5,
.h5 {
  font-size: 28px;
  line-height: 1.4;
}

h6,
.h6 {
  font-size: 24px;
  line-height: 1.4;
}

ul, li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

a {
  text-decoration: none;
  color: unset;
  transition: all 0.3s;
  cursor: pointer;
  display: inline-block;
}
a:hover {
  color: var(--pink-color);
  transition: all 0.3s;
}

section{
    padding: 100px 0
}

.main-menu .navbar-nav > li > a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    color: var(--white-color);
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 23px !important;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navbar-nav > li > a:hover {
    color: var(--pink-color);
}

.navbar-brand .brand-title{font-size: 22px;}
.navbar-brand .brand-title span{font-weight: 700;}
.luv-button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    padding: 13px 28px;
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid var(--pink-color);
    color: var(--pink-color);
    height: 52px;
}

.luv-button.button-filled,
.luv-button:hover { 
    background: var(--pink-color);
    color: var(--white-color);
}
.luv-button:hover svg,
.luv-button:hover svg path{
    fill: var(--pink-color);
}
.luv-button.button-filled:hover {
    color: var(--pink-color);
    background: transparent;
}
.social li{margin: 0 6px;}

.main-menu.navbar-light a {
    color: var(--white-color) !important
}
.main-menu.navbar-light a:hover{
    color: var(--pink-color) !important;
}
.navbar-toggler:focus {
    color:rgba(231,30,79,.55) !important;
}
.social a{
transition: all .2s ease-in-out;
transform: translateY(0);
}
.social a:hover{
    transition: all .2s ease-in-out;
    transform: translateY(0);
    }

    .social a:hover {
        transform: translateY(-0.15rem);
    }
.z-index-1{z-index: 1;}

header {
    width: 100%;
    margin: 0 auto;
    z-index: 5;
    position: absolute;
    transition: .5s;
}
.hero-area{
    background: linear-gradient(180deg, #800F34 0%, #491723 100%);
    position: relative;
}

.hero-shape{
    position: absolute;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.hero-content h3,
.hero-content h1{
    font-weight: 700;
}
.hero-content h3{
font-size: 60px;
}
.hero-content h1{
    line-height: 174px;
font-size: 200px;
background: linear-gradient(90deg, var(--pink-color) 0%, #FF5174 94.96%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.hero-content h4{
    font-weight:500
}
.section-title h3{
font-weight: 500;
font-size: 30px;
line-height: 45px;
text-transform: uppercase;
color: var(--pink-color);
}

.section-title h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    text-transform: capitalize;
    }
    .mb-70 {
        margin-bottom: 70px;
    }

.card.box-item{
background: linear-gradient(121.23deg, #801035 53.57%, var(--pink-color) 165.94%);
border-radius: 20px;
padding:15px 20px;
}

.card.box-item.icon-top{
    padding: 45px 20px 20px 20px;
}
.card.box-item h4{
    font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 27px;
}

.card.box-item.icon-top .icon{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -52px;
    }

.timeline {
    background: url("../images/line.gif") repeat-y scroll 10.5% 0 transparent;
    margin-left: 50px;
}
.timeline-item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.timeline-head {
    background: linear-gradient(174.81deg, #E71E4F 4.17%, #FF6786 81.09%);;
    border-radius: 136px 136px 136px 136px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 26px;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    margin-top: 20px;
    text-align: center;
    width: 44px;
    margin-left: 75px;  
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 81, 116, 0.29);
-moz-box-shadow: 0px 0px 0px 7px rgba(255, 81, 116, 0.29);
box-shadow: 0px 0px 0px 7px rgba(255, 81, 116, 0.29);
}
.timeline-head.single-line-text{
    margin-top: 8px;
}
.timeline-head-content {
   
    float: left;
    margin-left: 15px;
    padding: 10px 30px;
    position: relative;
    width: 80%;
    font-weight: 300;
}
.timeline-item-content {
   
    float: left;
    margin-left: 15px;
    padding: 10px 30px;
    position: relative;
}
.timeline-item h4 {
    margin-bottom: 10px;
}

.utilities-shapes{
    position: absolute;
    height: 100%;
    overflow: hidden;
}
.ut-shape1 img{
    width: 86%;
}
.ut-shape2{
    position: absolute;
    left: 22%;
    top: 22%;
}
.ut-shape3{
    position: absolute;
    left: 15%;
    top: 50%;
}

@-webkit-keyframes bounce-y {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.hero-right-img img{
    -webkit-animation: bounce-y 7s linear infinite;
    animation: bounce-y 7s linear infinite;
}
.color-grad{
    position: absolute;
background: radial-gradient(50% 50% at 0% 50%, #801034 0%, #4B1724 100%);
opacity: 0.8;
transform: rotate(180deg);
right: 0;
height: 100%;
width: 50%;
top:0
}
.icon-halfright{
    position: absolute;
    right: 0;
    top:0
}
.partner-shape{
    position: absolute;
    right: 0;
    bottom: 0;

}
img.partner-img {
      filter: gray;
      -webkit-filter: grayscale(1);
      -webkit-transition: all .8s ease-in-out;  
    }

    img.partner-img:hover {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
    }
footer{
    background: linear-gradient(180deg, #A6153F -34.29%, #7E1034 71.22%);
    padding: 70px 0;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .hero-content h1{
        font-size: 150px
    }

    }

    @media screen and (min-width: 768px) and (max-width: 768px) {
       
        }

@media all and (min-width: 991px) {
    .timeline-item{
        margin-bottom: 0;
    }
.hero-area{
    height: 100vh;
}
.stakebuy{
    margin-top: 100px;
}
}

@media all and (max-width: 991px) {
    .main-menu .navbar-nav > li > a{
        padding: 5px 0 !important;
    border-bottom: 1px solid #e92d66;
    }
    .navbar-collapse{
        position: absolute;
        top: 100%;
        width: 100%;
        border: 2px solid var(--pink-color);
        padding: 15px;
        background: #fb496e;
    }
    .hero-content{
        margin: 130px 0 0px 0;
    }
}
@media all and (max-width: 768px) {
    .brand-title{display: none !important}
    
    
}

@media all and (max-width: 767px) {
    img.partner-img{
        margin: 30px 0;
    }
    
    
}


@media all and (max-width: 503px) {
    .social{display: none !important}
    footer .social{display: inline-flex !important}
    .main-menu .luv-button{font-size: .9rem; font-weight: 600;}
    .hero-content h1{
        font-size: 120px;
        line-height: 100px;
    }
    .hero-content h3 {
        font-size: 38px;
    }
    .hero-content h4 {
        font-size: 22px;
    }
    .hero-shape {
        position: absolute;
        bottom: 0;
    }
    .hero-right-img{margin-top: 20px;}
    .hero-right-img img{width: 80%;}
    .section-title h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: normal;
    }
}

@media (max-width: 1024px){
.timeline {
    background: url(../images/line.gif) repeat-y scroll center 0 rgba(0, 0, 0, 0);
    margin-left: 0px;
}
.timeline-head {
    float: none;
    margin: 10px auto;
    margin-bottom: 15px;
}
.timeline-head-content{
    width: 100%;
    margin: 0;
    background: #a0143d;
    border-radius: 20px;
}
}