/*
 Theme Name:   Meaningful Muscle
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html{
	scroll-behavior: smooth;
}
body {
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	background: #000000;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-family: 'Inter', sans-serif;
    min-height: 100vh;
    padding: 75px 175px 83px 96px;
    display: flex;
    position: relative;
}
.coming-soon-sec{
    position: relative;
    width: 100%;
}
h1, h2, h3, h4, h5, h6, .h1{
    margin: 0;
    padding: 0;
}

.logo {
  width: 122px;
}

.cs-container {
  display: flex;
  align-items: center;
    justify-content: space-between;
    position: absolute;
top: 50%;
transform: translateY(-50%);
}
h1{
    font-weight: 800;
    font-size: 125px;
    line-height: 87.02%;
    text-transform: uppercase;
}
#mc_embed_signup_scroll {
    margin-bottom: 30px;
}
#mc_embed_signup_scroll .response {
  font-size: 12px;
  margin-top: 5px;
}
#mce-error-response{
    color: #f00;
}
.mm-slign-upform {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    width: 100%;
}
.mm-slign-upform input{
    font-weight: 800;
    font-size: 18px;
    line-height: 38px;
    text-transform: uppercase;
    border: 0px;
    background: #fff;
    color: #000;
    padding: 18px 40px;
    outline: 0px;
}
#mc-embedded-subscribe {
  padding: 18px 26px;
}
#mce-EMAIL {
  width: calc(100%);
}
.subborder{
    width: 2px;
    height: 38px;
    background: #E1E1E1;
}
.cs-box.cs-right-box p {
  font-weight: 400;
  font-size: 12px;
  max-width: 375px;
    color: #929292;margin: 0;
line-height: 22px;
}
.cs-box {
    width: 50%;
}
.cs-right-box{
    
    max-width: 530px;
}
.insta-link {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
    width: 24px;
}
.insta-link img{
    width: 100%;
}
p.copyright {
  font-size: 10px;
  line-height: 12px;
  color: #5F5F5F;
  text-transform: uppercase;
  position: absolute;
  transform: rotate(-90deg);
  font-size: 10px;
line-height: 12px;
color: #5F5F5F;
text-transform: uppercase;
position: absolute;
transform: rotate(-90deg);
right: -36px;
bottom: 107px;
margin: 0;
}
#success-msg-box-holder{
    display: none;
}
.success-msg-box {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.success-msg-box img{
    width: 40px;
    margin-right: 18px;
}
@media (max-width: 1500px){
    body{
        padding: 50px 120px 60px 80px;
    }
  .logo {
  width: 100px;
}
  
    h1 {
        font-size: 100px;
    }
    .mm-slign-upform input {
        font-size: 16px;
    }
    .cs-right-box {
  max-width: 480px;
}
}
@media (max-width: 1199px){
  body {
  padding: 50px 90px 60px 70px;
}
    h1 {
        font-size: 95px;
    }
    .mm-slign-upform input {
        font-size: 16px;
    }
    .cs-right-box {
  max-width: 480px;
}
}
@media (max-width: 1024px){
    .cs-container {
  display: block;
  top: 0;
  transform: none;
  position: relative;
  margin: 40px 0 50px;
}
    .cs-box {
  max-width: 100%;
  width: 100%;
}
    .cs-box.cs-right-box p{
        max-width: 100%;
    }
    .cs-box.cs-right-box {
  margin-top: 60px;
}
}
@media (max-width: 767px){
    body {
        padding: 50px 22px 160px;
}
    .logo {
  width: 93px;
}
    h1 {
  font-size: 60px;
  line-height: 87.02%;
}
    .cs-container {
  margin: 40px 0 50px;
}
   

    .mm-slign-upform input {
        font-weight: 800;
        font-size: 14px;
        padding: 9px 17px;
    }
    #mc-embedded-subscribe {
  
  white-space: normal;
  text-align: left;
  line-height: 1;
  padding: 14px 13px 14px 19px;
}
    .insta-link {
  display: inline-block;
  position: relative;
  bottom: unset;
  left: unset;
    }
    p.copyright {
  right: -47px;
  bottom: 80px;
  margin: 0;
}

}