:root {
  --themecolor1: #E51635;
  --themecolor2: #0E1116;
  --themecolor3: #ffffff;
  --text-colordark: #333333;
  --font-face1: "Poppins", sans-serif !important;
  --outline-color: #F7F7F7;

}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
body {
  background: #000;
        color: white;
        margin: 0; font-size: 18px;
        height: 100vh;
     
        justify-content: center;
        align-items: center;
    }
    .container-fluid {           
        flex-direction: row;
        align-items: center;
        justify-content: center;
 
        padding: 0px 100px;
    }
    .socialLink a, .socialLink a:hover{background: transparent;}
.fs-60{font-size: 60px; line-height: 70px;}

.socialLink {
  margin: 25px 0;
}
.paddingtop-200{padding-top: 200px;}
.socialLink a {
	background: transparent;
	width: 17px;
	height: 44px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: var(--themecolor3);
	transition: all 0.3s ease-in;
	margin-right: 21px;
	text-align: left;
}
.socialLink a:hover {
  background: transparent;   
}


.f_link li {
  line-height: 36px; position:relative;
}
.f_link li a {
color: var(--themecolor3);
font-family: var(--font-face1);
font-size: 16px;
font-weight: 400;
transition: all 0.3s ease-in;
position: relative;
}
.btn.btn-default {
	background: #FA2452;
	color: #fff; font-size: 18px;
	padding: 14px 28px;border-radius: 6px;
}
.btn.btn-default:hover {
	background: #2e2c3c;
}
.form-control {
	border: 2px solid #fa2452;
	padding: 13px; border-radius: 6px;
	width: 314px;
}

footer h4{font-weight: 600; text-transform: uppercase;}
p{font-size: 21px;}
@media only screen and (max-width:676px) {
  .container-fluid {  
    padding: 0px 20px;
}
.fs-60{font-size: 28px; line-height: 40px;}
.logo.top-left img{width: 60%;}
.rightimg{padding: 0 50px;}
.ipadimg{width: 100%;}
p{font-size: 19px;}
}


@media only screen and (max-width:414px) {
  .fs-60 {
    font-size: 27px;
  }
}