body {
  background: url(../assets/bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/*For 4K max width 2560px*/

@media (max-width: 2560px) {
  .twitter-logo {
    display: block;
    max-width: 31.8%;
    position: absolute;
    top: 10.1%;
    left: 14.3%;
    z-index: 1;
    width: 31%;
  }
  .wrapper {
    position: relative;
    z-index: 2;
    max-width: 46.8%;
    margin: 5% auto 0;
    text-align: right;
  }
  .text-block {
    top: 15%;
    left: 30%;
    right: 41%;
    bottom: 64.8%;
    text-align: right;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Muli Light';
    font-weight: lighter;
    line-height: 71px;
    letter-spacing: 3px;
  }
  .text-block h1 {
    font-family: 'Muli Light';
    font-size: 71px;
  }
  .text-block span {
    display: block;
  }
  .text-block p {
    font-family: 'Muli Light';
    font-size: 30px;
  }
  .input-wrapper {
    background: #fff;
    border: 0px solid #ccc;
    position: relative;
    border-radius: 50px;
    height: 70px;
    width: 92%;
    padding-top: 0px;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
    margin-top: 8.2%;
  }
  .input-wrapper input[type="text"] {
    border: 0;
    background: transparent;
    position: relative;
    color: #3C92C9;
    font-family: 'Muli';
    font-size: 28px;
    top: 4px;
    height: 62px;
    left: 30px;
  }
  .search {
    position: absolute;
    right: -10px;
    top: 0px;
    bottom: -50px;
    z-index: 3;
    width: 70px;
    height: 70px;
    background: #42B4FC url(../assets/Search.png) no-repeat center center;
    background-size: 50%;
    border: 1px solid #42B4FC;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
  }
}


/*For Laptop-L max width 1440px*/

@media (max-width: 1440px) {
  .twitter-logo {
    display: block;
    max-width: 31.8%;
    position: absolute;
    top: 7.1%;
    left: 3.9%;
    z-index: 1;
    width: 31%;
  }
  .wrapper {
    position: relative;
    z-index: 2;
    max-width: 43.8%;
    margin: 7% auto 0;
    text-align: right;
  }
  .text-block {
    top: 15%;
    left: 30%;
    right: 41%;
    bottom: 64.8%;
    text-align: right;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Muli Light';
    font-weight: lighter;
    line-height: 60px;
    letter-spacing: 0px;
  }
  .text-block h1 {
    font-family: 'Muli Light';
    font-size: 48px;
  }
  .text-block span {
    display: block;
  }
  .text-block p {
    font-family: 'Muli Light';
    font-size: 20px;
  }
  .input-wrapper {
    background: #fff;
    border: 0px solid #ccc;
    position: relative;
    border-radius: 50px;
    height: 70px;
    width: 100%;
    padding-top: 0px;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
    margin-top: 8.2%;
    margin-left: 0%;
  }
  .input-wrapper input[type="text"] {
    border: 0;
    background: transparent;
    position: relative;
    color: #3C92C9;
    font-family: 'Muli';
    font-size: 28px;
    top: 4px;
    height: 62px;
    left: 24px;
  }
  .search {
    position: absolute;
    right: -10px;
    top: 0px;
    bottom: -50px;
    z-index: 3;
    width: 70px;
    height: 70px;
    background: #42B4FC url(../assets/Search.png) no-repeat center center;
    background-size: 50%;
    border: 1px solid #42B4FC;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
  }
}


/*For Laptop-1024px*/

@media (max-width: 1024px) {
  .twitter-logo {
    display: block;
    max-width: 31.8%;
    position: absolute;
    top: 7.9%;
    left: 2.3%;
    z-index: 1;
    width: 30%;
  }
  .wrapper {
    position: relative;
    z-index: 2;
    max-width: 53.8%;
    margin: 8% auto 0;
    text-align: right;
  }
  .text-block {
    top: 15%;
    left: 30%;
    right: 41%;
    bottom: 64.8%;
    text-align: right;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Muli Light';
    font-weight: lighter;
    line-height: 71px;
    letter-spacing: 0px;
  }
  .text-block h1 {
    font-family: 'Muli Light';
    font-size: 40px;
  }
  .text-block span {
    display: block;
  }
  .text-block p {
    font-family: 'Muli Light';
    font-size: 14px;
  }
  .input-wrapper {
    background: #fff;
    border: 0px solid #ccc;
    position: relative;
    border-radius: 50px;
    height: 70px;
    width: 100%;
    padding-top: 0px;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
    margin-top: 0%;
  }
  .input-wrapper input[type="text"] {
    border: 0;
    background: transparent;
    position: relative;
    color: #3C92C9;
    font-family: 'Muli';
    font-size: 22px;
    top: 4px;
    height: 62px;
    left: 24px;
  }
  .search {
    position: absolute;
    right: -10px;
    top: 0px;
    bottom: -50px;
    z-index: 3;
    width: 70px;
    height: 70px;
    background: #42B4FC url(../assets/Search.png) no-repeat center center;
    background-size: 50%;
    border: 1px solid #42B4FC;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
  }
}

@media (max-width: 850px) {
  .twitter-logo {
    display: block;
    max-width: 31.8%;
    position: absolute;
    top: 7.9%;
    left: 1.3%;
    z-index: 1;
    width: 30%;
  }
  .wrapper {
    position: relative;
    z-index: 2;
    max-width: 59.8%;
    margin: 8% auto 0;
    text-align: right;
  }
  .text-block {
    top: 15%;
    left: 30%;
    right: 41%;
    bottom: 64.8%;
    text-align: right;
    color: #fff;
    margin-bottom: 30px;
    font-weight: lighter;
    line-height: 71px;
    letter-spacing: 0px;
    font-family: 'Muli Light';
  }
  .text-block h1 {
    font-family: 'Muli Light';
    font-size: 35px;
  }
  .text-block span {
    display: block;
  }
  .text-block p {
    font-family: 'Muli Light';
    font-size: 10px;
  }
  .input-wrapper {
    background: #fff;
    border: 0px solid #ccc;
    position: relative;
    border-radius: 50px;
    height: 62px;
    width: 100%;
    padding-top: 0px;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
    margin-top: 8.2%;
  }
  .input-wrapper input[type="text"] {
    border: 0;
    background: transparent;
    position: relative;
    color: #3C92C9;
    font-family: 'Muli';
    font-size: 20px;
    top: 2px;
    height: 56px;
    left: 24px;
  }
  .search {
    position: absolute;
    right: -10px;
    top: 0px;
    bottom: -50px;
    z-index: 3;
    width: 63px;
    height: 63px;
    background: #42B4FC url(../assets/Search.png) no-repeat center center;
    background-size: 50%;
    border: 1px solid #42B4FC;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
  }
}


/*For max-width 768 px*/

@media (max-width: 768px) {
  .twitter-logo {
    display: block;
    max-width: 31.8%;
    position: absolute;
    top: 6.9%;
    left: 1.3%;
    z-index: 1;
    width: 30%;
  }
  .wrapper {
    position: relative;
    z-index: 2;
    max-width: 59.8%;
    margin: 10% auto 0;
    text-align: right;
  }
  .text-block {
    top: 15%;
    left: 30%;
    right: 41%;
    bottom: 64.8%;
    text-align: right;
    color: #fff;
    margin-bottom: 30px;
    font-weight: lighter;
    line-height: 71px;
    letter-spacing: 0px;
    font-family: 'Muli Light';
  }
  .text-block h1 {
    font-family: 'Muli Light';
    font-size: 32px;
  }
  .text-block span {
    display: block;
  }
  .text-block p {
    font-family: 'Muli Light';
    font-size: 9px;
  }
  .input-wrapper {
    background: #fff;
    border: 0px solid #ccc;
    position: relative;
    border-radius: 50px;
    height: 62px;
    width: 94%;
    padding-top: 0px;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
    margin-top: 8.2%;
    margin-left: 6%;
  }
  .input-wrapper input[type="text"] {
    border: 0;
    background: transparent;
    position: relative;
    color: #3C92C9;
    font-family: 'Muli';
    font-size: 16px;
    top: 2px;
    height: 56px;
    left: 24px;
  }
  .search {
    position: absolute;
    right: -10px;
    top: 0px;
    bottom: -50px;
    z-index: 3;
    width: 63px;
    height: 63px;
    background: #42B4FC url(../assets/Search.png) no-repeat center center;
    background-size: 50%;
    border: 1px solid #42B4FC;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
  }
}


/*For max-width 650px*/

@media (max-width: 650px) {
  .twitter-logo {
    display: block;
    max-width: 31.8%;
    position: absolute;
    top: 6.9%;
    left: 2.3%;
    z-index: 1;
    width: 30%;
  }
  .wrapper {
    position: relative;
    z-index: 2;
    max-width: 65.8%;
    margin: 13% auto 0;
    text-align: right;
  }
  .text-block {
    top: 15%;
    left: 30%;
    right: 41%;
    bottom: 64.8%;
    text-align: right;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Muli Light';
    font-weight: lighter;
    line-height: 71px;
    letter-spacing: 0px;
  }
  .text-block h1 {
    font-family: 'Muli Light';
    font-size: 27px;
  }
  .text-block span {
    display: block;
  }
  .text-block p {
    font-family: 'Muli Light';
    font-size: 10px;
  }
  .input-wrapper {
    background: #fff;
    border: 0px solid #ccc;
    position: relative;
    border-radius: 50px;
    height: 52px;
    width: 82%;
    padding-top: 0px;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
    margin-top: 8.2%;
    margin-left: 18%;
  }
  .input-wrapper input[type="text"] {
    border: 0;
    background: transparent;
    position: relative;
    color: #3C92C9;
    font-family: 'Muli';
    font-size: 15px;
    top: 1px;
    height: 48px;
    left: 24px;
  }
  .search {
    position: absolute;
    right: -10px;
    top: 0px;
    bottom: -50px;
    z-index: 3;
    width: 53px;
    height: 53px;
    background: #42B4FC url(../assets/Search.png) no-repeat center center;
    background-size: 50%;
    border: 1px solid #42B4FC;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
  }
}


/*For Max-width 500px*/

@media (max-width: 500px) {
  body {
    background: url(../assets/mobbg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .twitter-logo {
    display: block;
    max-width: 31.8%;
    position: absolute;
    top: 5.9%;
    left: 32.8%;
    z-index: 1;
    width: 32%;
  }
  .wrapper {
    position: relative;
    z-index: 2;
    max-width: 104.8%;
    margin: 40% auto 0;
    text-align: center;
  }
  .text-block {
    top: 15%;
    left: 30%;
    right: 41%;
    bottom: 64.8%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Muli Light';
    font-weight: lighter;
    line-height: 71px;
    letter-spacing: 3px;
  }
  .text-block h1 {
    font-family: 'Muli Light';
    font-size: 30px;
  }
  .text-block span {
    display: block;
  }
  .text-block p {
    font-family: 'Muli Light';
    font-size: 12px;
    margin-top: -4%;
  }
  .input-wrapper {
    background: #fff;
    border: 0px solid #ccc;
    position: relative;
    border-radius: 50px;
    height: 55px;
    width: 80%;
    padding-top: 0px;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
    margin-top: -4.8%;
    margin-left: 10%;
  }
  .input-wrapper input[type="text"] {
    border: 0;
    background: transparent;
    position: relative;
    color: #3C92C9;
    font-family: 'Muli';
    font-size: 20px;
    top: 1px;
    height: 50px;
    left: 24px;
  }
  .search {
    position: absolute;
    right: -10px;
    top: 0px;
    bottom: -50px;
    z-index: 3;
    width: 56px;
    height: 56px;
    background: #42B4FC url(../assets/Search.png) no-repeat center center;
    background-size: 50%;
    border: 1px solid #42B4FC;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
  }
}


/* For Mobile Large max-width 435px*/

@media (max-width: 425px) {
  body {
    background: url(../assets/mobbg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .twitter-logo {
    display: block;
    max-width: 31.8%;
    position: absolute;
    top: 5.9%;
    left: 32.8%;
    z-index: 1;
    width: 32%;
  }
  .wrapper {
    position: relative;
    z-index: 2;
    max-width: 104.8%;
    margin: 40% auto 0;
    text-align: center;
  }
  .text-block {
    top: 15%;
    left: 30%;
    right: 41%;
    bottom: 64.8%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Muli Light';
    font-weight: lighter;
    line-height: 71px;
    letter-spacing: 0px;
  }
  .text-block h1 {
    font-family: 'Muli Light';
    font-size: 24px;
  }
  .text-block span {
    display: block;
  }
  .text-block p {
    font-family: 'Muli Light';
    font-size: 12px;
    margin-top: -4%;
  }
  .input-wrapper {
    background: #fff;
    border: 0px solid #ccc;
    position: relative;
    border-radius: 50px;
    height: 50px;
    width: 80%;
    padding-top: 0px;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
    margin-top: -4.8%;
    margin-left: 10%;
  }
  .input-wrapper input[type="text"] {
    border: 0;
    background: transparent;
    position: relative;
    color: #3C92C9;
    font-family: 'Muli';
    font-size: 16px;
    top: 0px;
    height: 48px;
    left: 24px;
  }
  .search {
    position: absolute;
    right: -10px;
    top: 0px;
    bottom: -50px;
    z-index: 3;
    width: 51px;
    height: 51px;
    background: #42B4FC url(../assets/Search.png) no-repeat center center;
    background-size: 50%;
    border: 1px solid #42B4FC;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
  }
}


/*For Mobile-M max-width 375px*/

@media (max-width: 375px) {
  body {
    background: url(../assets/mobbg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .twitter-logo {
    display: block;
    max-width: 31.8%;
    position: absolute;
    top: 5.9%;
    left: 32.8%;
    z-index: 1;
    width: 32%;
  }
  .wrapper {
    position: relative;
    z-index: 2;
    max-width: 104.8%;
    margin: 40% auto 0;
    text-align: center;
  }
  .text-block {
    top: 15%;
    left: 30%;
    right: 41%;
    bottom: 64.8%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Muli Light';
    font-weight: lighter;
    line-height: 71px;
    letter-spacing: 0px;
  }
  .text-block h1 {
    font-family: 'Muli Light';
    font-size: 24px;
  }
  .text-block span {
    display: block;
  }
  .text-block p {
    font-family: 'Muli Light';
    font-size: 12px;
    margin-top: -4%;
  }
  .input-wrapper {
    background: #fff;
    border: 0px solid #ccc;
    position: relative;
    border-radius: 50px;
    height: 40px;
    width: 80%;
    padding-top: 0px;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
    margin-top: -4.8%;
    margin-left: 10%;
  }
  .input-wrapper input[type="text"] {
    border: 0;
    background: transparent;
    position: relative;
    color: #3C92C9;
    font-family: 'Muli';
    font-size: 16px;
    top: 0px;
    height: 39px;
    left: 24px;
  }
  .search {
    position: absolute;
    right: -10px;
    top: 0px;
    bottom: -50px;
    z-index: 3;
    width: 42px;
    height: 42px;
    background: #42B4FC url(../assets/Search.png) no-repeat center center;
    background-size: 50%;
    border: 1px solid #42B4FC;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
  }
}


/*For Mobile-S max-width 320px*/

@media (max-width: 320px) {
  body {
    background: url(../assets/mobbg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .twitter-logo {
    display: block;
    max-width: 31.8%;
    position: absolute;
    top: 5.9%;
    left: 32.8%;
    z-index: 1;
    width: 32%;
  }
  .wrapper {
    position: relative;
    z-index: 2;
    max-width: 104.8%;
    margin: 40% auto 0;
    text-align: center;
  }
  .text-block {
    top: 15%;
    left: 30%;
    right: 41%;
    bottom: 64.8%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Muli Light';
    font-weight: lighter;
    line-height: 71px;
    letter-spacing: 0px;
  }
  .text-block h1 {
    font-family: 'Muli Light';
    font-size: 24px;
  }
  .text-block span {
    display: block;
  }
  .text-block p {
    font-family: 'Muli Light';
    font-size: 12px;
  }
  .input-wrapper {
    background: #fff;
    border: 0px solid #ccc;
    position: relative;
    border-radius: 50px;
    height: 40px;
    width: 80%;
    padding-top: 0px;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
    margin-top: -4.8%;
    margin-left: 10%;
  }
  .input-wrapper input[type="text"] {
    border: 0;
    background: transparent;
    position: relative;
    color: #3C92C9;
    font-family: 'Muli';
    font-size: 14px;
    top: 0px;
    height: 39px;
    left: 24px;
  }
  .search {
    position: absolute;
    right: -10px;
    top: 0px;
    bottom: -50px;
    z-index: 3;
    width: 42px;
    height: 42px;
    background: #42B4FC url(../assets/Search.png) no-repeat center center;
    background-size: 50%;
    border: 1px solid #42B4FC;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(134, 134, 134, 0.50);
  }
}
