summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: transparent;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
    display: block;
}

*,
 *::after, 
 *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

:root {
    --white: #fff;
    --black: #000;
    --gray-black: #191b1f;
    --icon-grayblack: #25272a;
    --nav-gray: #454545;
    --title-gray: #3b373a;
    --blue: #595aff;
    --blue_two: #4344ff;
    --light-blue: #e8e8fc;
    --green: #00d463;
    --light-green: #eefaf4;
    --green-two: #00ce60;
    --light-green-two: #00BB9E;
    --light-red: #FF3855;
    --line-gray: #d2d2d2;
    --gray: #f1f1f1;
    --input-border: #D3D3D3;
    --footer-hr: #56585b;
    --ashblue: #eff4fe;
    --lightgray: #e3e0e0;
    --pinkish-red: #ec2b31;
    --yellow: #fdff9d;
    --blue-gray: #4f5c63;
    --dark-red: #c00;
    --deep-red: #981212;
    --orange: #FF7B24;
    --light-gray: #333;
    --light-gray-two: #253137;
    --light-gray-boder: #eceff1;
    --light-white: #b2b2b2;
    --time-color: #666;
    --footer-border: gray;
    --form-border: #93a5b1;
    --dark-gray: #374957;
    --bottomlight-gray: #f9f9f9;
    --yellow-btn: #f4d90c;
    --gray7: #f1f1f1;
    --gray8: #ededed;
    --gray2: #ddd
}

html {
    font-size: 16px;
    overflow: unset!important;
    scroll-behavior: smooth;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
    background: transparent;
    display: block;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    font-weight: 400;
    color: var(--black);
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent
}

.left {
    float: left
}

.right {
    float: right
}

*.clearfix::after {
    clear: both;
    display: block;
    content: ""
}

 img {
    max-width: 100%;

}
a {
    outline: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}
.main_wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    position: relative;
}
.pinkbtn
{
    width:50%;
    margin-left:75%;
}
a.pinkbtn{
    width: 100%;
    height: 56px;
    color:var(--white);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    text-align: center;
    line-height: 54px;
    border-radius: 30px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

a.pinkbtn, 
input[type="submit"].pinkbtn {
    background:#e7424b;
    border: 1px solid #e7424b;
}
a.pinkbtn:hover {
    background-color: white;
    color: var(--black)
    
    
}
header {
    background: var(--white);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .08);
    padding: 0;
    margin: 0;
    position:relative;
   
}

header a.logo {
    float: left;
    padding: 9px;
    margin: 14px 0 0 0;
    display: block;
    color: #e7424b;
    transition: 0.6s;
}

/* nav block */

nav {
    float: right;
    position: sticky;
    top: 0%;
}
nav ul li {
    list-style: none;
    display: inline-block;
    position: sticky;
    text-transform: uppercase;
    top: 0;
}

nav ul li:not(:last-child) {
    margin-right: 50px;
}

nav ul li a {
    color: var(--nav-gray);
    font-weight: 500;
    display: block;
    padding: 20px 5px
}

nav ul li a:hover,
nav ul li a.active {
    color: #e7424b;
}
nav ul li a.campaign {
    background: #e7424b;
    border: 1px solid #e7424b;
    color: var(--white);
    border-radius: 30px;
    display: block;
    padding: 10px 10px
}
nav ul li a.campaign:hover,
nav ul li a.campaign.active {
    background: transparent;
    color: var(--black);
}

/*BANNER--> */

.banner {
    display: block;
    position: relative;
    padding: 60px 0;
    overflow: hidden
}
.bannerinner_block {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}


.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.banner .text_block h2 {
    display: block;
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-left: 241px;
    margin-right: -325px;
    text-align: center;
    color: var(--pinkish-red);
    line-height: 60px;
    font-size: 50px
    
}

.banner .text_block h2 span {
    display: block;
    font-weight: 40px;
    font-weight: 400;
    text-transform: none;
    color:var(--pinkish-red);
    margin-left: 105px;
    text-align: center;
    margin-right: 111px;

}

.banner .text_block h2 strong {
    display: block;
    font-weight: 900;
    text-transform: none;
    color:var(--white);
    
    
}

.banner .text_block p {
    padding: 0;
    margin-bottom: 30px;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color:var(--black);
    font-size: 22px;
    line-height: 30px;
    margin-left: 162px;
    margin-right: -378px;
    text-align: center;
  }

.banner .text_block a.pinkbtn {
    width: 300px

}

.banner .text_block {
    width: 48%;
    margin-left: 30px;
    
}

/*techblock*/

.techblock {
    margin: 90px auto;
    position: relative;
}

.techblock::before {
    position: absolute;
    top: -40px;
    left: 0;
    width: 60%;
    padding: 0;
    margin: 0;
    background: #f0f0fc;
    content: "";
    height: 440px;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px
}

.techblock .innertech {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.techblock .innertech .content_block {
    flex: 0 0 416px;
    max-width: 100%;
    margin: 0 60px 0 0;
    padding: 0 0 0 28px;
    position: relative
}

.techblock .innertech .content_block::before {
    background: var(--time-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    content: "";
    border-radius: 30px
}

.techblock .innertech .content_block::after {
    background: #e7424b;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 60%;
    content: "";
    border-radius: 30px
}

.techblock .innertech .content_block h2 {
    font-size: 40px;
    line-height: 45px;
    color: var(--black);
    font-weight: 900;
    margin: 0 0 30px 0
}

.techblock .innertech .content_block p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}
.techblock .innertech .card_block {
    flex: 1;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap
}

.techblock .innertech .card_block .block:not(:last-child) {
    margin-right: 24px
}

.techblock .innertech .card_block .block {
    background: var(--white);
    flex: 1;
    max-width: 100%;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 14px
}

.techblock .innertech .card_block .block:nth-child(2) {
    background: #e7424b
}

.techblock .innertech .card_block .block:nth-child(2) .circle_block {
    background: var(--white)
}

.techblock .innertech .card_block .block:nth-child(2) h3,
.techblock .innertech .card_block .block:nth-child(2) p {
    color: var(--white)
}

.techblock .innertech .card_block .block:nth-child(2) a {
    background: var(--white);
    color: #e7424b
}
.techblock .innertech .card_block .block:nth-child(2):hover a 
{
background: #e7424b;
color: var(--white);
border: 1px solid var(--white)
}

.techblock .innertech .card_block .block .circle_block {
    background: #e7424b;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px 0
}

.techblock .innertech .card_block .block h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 20px
}

.techblock .innertech .card_block .block p {
    font-size: 15px;
    text-align: center;
    color: #545454;
    line-height: 22px;
    margin-bottom: 20px
}

.techblock .innertech .card_block .block a {
    background: #e7424b;
    width: 118px;
    height: 36px;
    border-radius: 500px;
    color: var(--white);
    text-align: center;
    line-height: 36px;
    font-weight: 600
}
.techblock .innertech .card_block .block:hover a
{
background-color:var(--white);
color: #e7424b;
border: 1px solid #e7424b;
}

/* INFLUENCER MARKETING BLOCK--> */

.influncer_marketing_block {
    margin-top: 70px;
    padding: 70px 0;
    position: relative
}

.influncer_marketing_block::before {
    background: #e7424b;
    width: 100%;
    height: 440px;
    position: absolute;
    left: 0;
    top: 0;
    content: ""
}

.influncer_marketing_block h2 {
    text-align: center;
    color: var(--white);
    font-size: 60px;
    font-weight: 900;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    margin: 0 0 20px 0;
    line-height: 60px
}

.influncer_marketing_block p {
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    color: var(--white);
    text-align: center;
    font-weight: 400;
    margin-bottom: 60px;
    padding: 0 200px
}

.influncer_marketing_block ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 45px
}

.influncer_marketing_block ul li:not(:last-child) {
    margin-right: 28px
}

.influncer_marketing_block ul li {
    background: var(--white);
    flex: 1;
    max-width: 100%;
    border-radius: 30px;
    border: 1px solid #e7424b;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.influncer_marketing_block ul li .small_circle {
    background: #e7424b;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px
}

.influncer_marketing_block ul li h3 {
    font-weight: 700;
    font-size: 27px;
    color: var(--black);
    line-height: 27px;
    margin: 0 0 15px 0
}

.influncer_marketing_block ul li p {
    text-align: center;
    font-size: 15px;
    color: #545454;
    padding: 0;
    margin: 0;
    line-height: 20px
}

.influncer_marketing_block a {
    background: #e7424b;
    border: 2px solid #e7424b;
    width: 520px;
    border-radius: 50px;
    font-size: 26px;
    font-weight: 700;
    color: var(--white);
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 60px;
    transition: all 0.5s
}

.influncer_marketing_block a:hover {
    background: var(--white);
    color: #e7424b;
}

/* BRAND_ BLOCK DETAILS--> */

.brands_block {
    padding: 70px 0;
    margin: 0
}

.brands_block h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 46px;
    text-align: center
}

.brands_block ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.brands_block ul li {
    flex: 0 0 180px;
    height: 100px;
    max-width: 100%;
    margin: 0 6px 12px 0;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center
}

.brands_block ul li:nth-child(6n) {
    margin-right: 0
}

/* CARDS BLOCK--> */

ul.cards {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    --fa-flip-x: 1; --fa-flip-y: 0;
    --fa-animation-duration: 3s;
}
ul.cards li {
    flex: 0 0 154px;
    margin: 0 14px 20px 0;
    max-width: 100%
}
ul.cards li a {
    background: var(--white);
    width: 100%;
    height: 100%;
    border-radius: 30px;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    position: relative;
    text-decoration: none;
    outline: none;
}

ul.cards li a:hover .circle {
    background: var(--white)
}

ul.cards li a:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .3)
}

ul.cards li a .circle {
    background: #e7424b;
    width: 77px;
    height: 77px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    border: 2px solid var(--black);
    transition: all 0.5s
}

ul.cards li a .circle img {
    width: 50px;
    height: 50px
}
ul.cards li a h4 {
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 20px
    
}

ul.cards li a h4 span {
    display: block;
    text-transform: none;
    font-size: 15px;
    font-weight: 400
}

/* HOW IT WORK--> */

.hiw_block {
    position: relative;
    margin-bottom: 80px
}

.hiw_block .main_wrapper {
    position: static;
    display: flex;
    justify-content: flex-start;
    height: 100%
}

.hiw_block .main_wrapper .heroimg_two {
    background: var(--blue);
    position: absolute;
    top: 0;
    right: 0;
    width: 46%;
    height: 560px;
    overflow: hidden;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
}

.hiw_block .main_wrapper .heroimg_two img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.hiw_block .main_wrapper .content_block {
    width: 560px;
    margin: 0;
    padding: 0
}

.hiw_block .main_wrapper .content_block h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    margin-bottom: 10px
}

.hiw_block .main_wrapper .content_block h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 0 100px 0 0
}

.hiw_block .main_wrapper .content_block p {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    line-height: 25px;
    margin-bottom: 40px;
    padding: 0 104px 0 0
}

.hiw_block .main_wrapper .content_block ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

.hiw_block .main_wrapper .content_block ul li:not(:last-child) {
    margin-right: 16px
}

.hiw_block .main_wrapper .content_block ul li {
    flex: 1;
    max-width: 100%;
    border-radius: 30px;
    border: 1px solid #e7424b;
    padding: 25px 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    position: relative
}

.hiw_block .main_wrapper .content_block ul li span {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 22px;
    font-weight: 700;
    color: #e7424b;
}

.hiw_block .main_wrapper .content_block ul li img {
    margin: 0 auto 15px;
    display: block
}

.hiw_block .main_wrapper .content_block ul li h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--black);
    margin: 0 0 5px 0;
    padding: 0
}

.hiw_block .main_wrapper .content_block ul li p {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 15px;
    line-height: 17px;
    color: #444;
    font-weight: 500
}

/* FOOTER-->*/

footer {
    background: linear-gradient(to top left, #ffccff 0%, #e7424b 100%);
    padding-top: 30px
}

footer h2 {
    font-weight: 500;
    color: var(--white);
    font-size: 16px;
    display: block;
    margin-bottom: 10px
}

.top_footer_block {
    padding-bottom: 30px
}

.top_footer_block .main_wrapper {
    display: flex;
    flex-wrap: wrap
}


.top_footer_block .second_block {
    flex: 0 0 296px;
    max-width: 100%;
    margin-right: 64px;
    margin-right: 158px;
    margin-left: 100px;
}

.top_footer_block .second_block p {
    font-size: 15px;
    color: black;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 30px
}

.top_footer_block .second_block .block:not(:last-child) {
    margin-bottom: 30px
}

.top_footer_block .second_block a {
    color: black;
    font-weight: 600;
    text-decoration: none
    
}

.top_footer_block .second_block a:hover {
    color: #fff;
    text-decoration: none
}

.top_footer_block .fourth_block {
    flex: 0 0 310px;
    max-width: 100%;
    margin-left: 200px;
}

.top_footer_block .fourth_block p {
    font-size: 15px;
    color: black;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 45px;
    font-weight: 700;
}

.inner_social {
    display: flex;
    flex-wrap: wrap
}

.inner_social a:not(:last-child) {
    margin-right: 15px
}


/* HOME_SERVICE_BLOCK--> */


.home_service_block {
    background: #fafafa;
    padding: 70px 0
}

.home_service_block .searvice_block {
    padding: 0;
    margin: 0
}

.home_service_block .searvice_block h2 {
    color: var(--black);
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 20px
}

.home_service_block .searvice_block p {
    width: auto;
    font-size: 20px;
    color: var(--black);
    font-weight: 400;
    padding: 0 200px;
    line-height: 30px
}

/* SEARVICE_BLOCK--> */


.searvice_block {
    padding: 100px 0
}

.searvice_block h2 {
    text-align: center;
    color: var(--black);
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 40px
}

.searvice_block p {
    text-align: center;
    width: 50%;
    margin: 0 auto 46px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500
}

.searvice_block .inner_service_block {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    flex-wrap: wrap
}

.searvice_block .inner_service_block .block:not(:last-child) {
    margin-right: 24px
}

.searvice_block .inner_service_block .block {
    flex: 1;
    max-width: 100%
}

.searvice_block .inner_service_block .block a {
    background: var(--white);
    text-decoration: none;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #e7424b;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 30px;
    color: var(--nav-gray);
    position: relative;
    overflow: hidden
}

.searvice_block .inner_service_block .block a::before {
    background: #e7424b;
    position: absolute;
    left: 0;
    top: -150px;
    width: 100%;
    height: 100px;
    border-bottom-left-radius: 500px;
    border-bottom-right-radius: 500px;
    content: "";
    transition: all 0.5s
}

.searvice_block .inner_service_block .block a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transform: translateY(10px)
}

.searvice_block .inner_service_block .block a:hover .iconblock {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.searvice_block .inner_service_block .block a:hover::before {
    top: 0
}

.searvice_block .inner_service_block .block .iconblock {
    background: var(--white);
    border-radius: 100%;
    display: flex;
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    overflow: hidden
}

.searvice_block .inner_service_block .block .iconblock img {
    margin: auto;
    max-width: 100%;
    width: 70px;
    height: 70px
}

.searvice_block .inner_service_block .block h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-top: auto;
    padding: 0 5px;
    color: var(--black)
}

/*youtubers_block & instagram_block*/

.youtubers_block, .instagram_block 
{
    background: #e7424b;
    padding: 70px 0;
}   
.youtubers_block h2, .instagram_block h2 {
    text-align: center;
    color: var(--black);
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 20px;
}

.instagram_block {
    background: transparent;
    margin-bottom: 30px;
}.instagram_block h2, .instagram_block p {
    color: var(--black);
    text-decoration: black;
}
.youtubers_block p, .instagram_block p {
    font-weight: 480;
    color: var(--white);
    padding: 0 160px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 46px;
    font-size: 18px;
}
.instagram_block ul.cards li a {
    background: #e7424b;
}
.youtubers_block ul.cards li a h4 
{
    color: var(--black);
}
.instagram_block p{
    color:var(--black)
}

/*home_category block*/

.home_category {
    background: var(--bottomlight-gray);
    padding: 70px 0px 55px;
    margin-bottom: 10px;
}

.homecity_block {
    margin-bottom: 40px;
    position: relative
}

.home_category h2,
.homecity_block h2 {
    text-align: center;
    color: var(--black);
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 20px
}

.home_category p,
.homecity_block p {
    font-size: 20px;
    color: var(--black);
    font-weight: 400;
    padding: 0 130px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 46px
}

.home_category .inner_categories,
.homecity_block .inner_city_holder {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.home_category .inner_categories .block,
.homecity_block .inner_city_holder .block {
    flex: 0 0 145px;
    max-width: 100%;
    margin: 0 15px 30px 0;
    padding: 0
}

.home_category .inner_categories .block a {
    background: var(--white);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 25px 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05)
}

.homecity_block .inner_city_holder .block a {
    background: var(--white);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    border: 1px solid #f4f4f4
}

.home_category .inner_categories .block a:hover,
.homecity_block .inner_city_holder .block a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    transform: translateY(-10px)
}

.home_category .inner_categories .block a:hover h3,
.homecity_block .inner_city_holder .block a:hover h3 {
    color: #e7424b;
}

.home_category .inner_categories .block:nth-child(7n),
.homecity_block .inner_city_holder .block:nth-child(7n) {
    margin-right: 0
}

.home_category .inner_categories .block img {
    margin: 0 auto 15px;
    width: 65px
}

.homecity_block .inner_city_holder .block img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.home_category .inner_categories .block h3 {
    margin-top: auto;
    font-size: 15px;
    color: var(--nav-gray);
    text-decoration: none;
    text-transform: uppercase
}
    
.homecity_block .inner_city_holder .block a:hover img {
    filter: sepia(30%);
    -webkit-filter: sepia(30%)
}

.homecity_block .inner_city_holder .block h3 {
    margin-top: auto;
    font-size: 16px;
    color: var(--nav-gray);
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 0
}

.p-0
{
padding: 0;
margin-top:2px;
}
.ml-4
{
margin-left:3px;
margin-top: 0.5rem;
}
svg{
    display: inline-block;
    vertical-align: text-bottom;
}

@media only screen and (max-width: 767px)
{
header {
    padding: 14px 0 10px;
}
header a.logo {
    margin: 0;
}
 
nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: rgba(255,255,255,.98);
    z-index: 99;
    padding: 30px;
}
nav ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: 1px solid var(--light-blue);
}
nav ul li a {
    padding: 8px 0;
}
nav ul li {
    display: block;
}
 nav ul li a.signup {
    margin: 8px 0;
    display: block;
    text-align: center;
}
.banner {
    padding: 30px 0;
}
.banner img {
    object-fit: cover;
}
.banner .text_block {
    width: 88%;
    float: none;
    margin: 0;
    padding: 0;
}
.banner .text_block h2 {
    line-height: 34px;
    font-size: 26px;
    margin-left: -96%;
}
.banner .text_block p {
    font-size: 16px;
    line-height: 20px;
    margin:auto;
    margin-left:8mm;
}
.banner .text_block a.pinkbtn {
    width: 305px;
    height: 51px;
    line-height: 51px;
    margin-top: 8%;
    margin-left: 1em;

}
.techblock {
    margin: 40px 0;
}
.techblock .innertech {
    flex-direction: column;
}
.techblock .innertech .content_block {
    flex: 1;
    margin-right: 0;
    margin-bottom: 30px;
}
.techblock .innertech .content_block h2 {
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 15px 0;
}
.techblock .innertech .card_block {
    flex-direction: column;
}
.techblock .innertech .card_block .block:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
}
.techblock .innertech .card_block .block .circle_block {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
.techblock .innertech .card_block .block .circle_block img {
    width: 60px;
    height: 60px;
}
.techblock .innertech .card_block .block h3 {
    margin-bottom: 10px;
}
.techblock .innertech .card_block .block p {
    line-height: 20px;
}
.techblock .innertech .card_block .block .circle_block {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.influncer_marketing_block {
    margin-top: 40px;
    padding: 40px 0;
}
.influncer_marketing_block .main_wrapper {
    padding: 0;
}
.influncer_marketing_block h2 {
    font-size: 28px;
    line-height: 32px;
    padding: 0 15px;
}
.influncer_marketing_block p {
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
    padding: 0 15px;
}
.influncer_marketing_block ul {
    overflow: auto;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    padding-left: 15px;
}
.influncer_marketing_block ul li {
    min-width: 250px;
    box-shadow: none;
    margin-right: 15px!important;
}
.influncer_marketing_block a {
    width: auto;
    height: auto;
    line-height: 18px;
    font-size: 15px;
    padding: 12px 10px;
    margin: 0 15px;
}

.home_service_block {
    padding: 40px 0 25px;
}
.home_service_block .searvice_block h2 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 30px;
}
.home_service_block .searvice_block p {
    width: 100%;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--nav-gray);
    margin-bottom: 25px;
}
.home_service_block .searvice_block p br {
    display: none;
}
.searvice_block .inner_service_block .block {
    flex: 1;
    width: 132px;
    margin-right: 10px!important;
    margin-bottom: 15px;
    display: flex;
}
.searvice_block .inner_service_block .block a {
    padding: 15px;
    width: 100%;
}
.searvice_block .inner_service_block .block:nth-child(2n) {
    margin-right: 0!important;
}
.searvice_block .inner_service_block .block .iconblock {
    margin: 0 auto;
}
.searvice_block .inner_service_block .block h4 {
    font-size: 16px;
    text-transform: none;
    line-height: 20px;
    width: 110px;
    margin: 0 auto;
}


.brands_block {
    padding: 40px 0;
}
.brands_block h2 {
    font-size: 28px;
    margin-bottom: 25px;
    line-height: 30px;
}
.brands_block ul li {
    flex: 0 0 48.9%;
    height: 70px;
    overflow: hidden;
}
.brands_block ul li:nth-child(2n) {
    margin-right: 0px!important;

}


.home_category {
    padding: 40px 0 25px;
    margin-bottom: 0;
}
.home_category h2, .homecity_block h2 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 30px;
}
.home_category p, .homecity_block p {
    width: 100%;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}
.home_category .inner_categories {
    justify-content: center;
    padding: 0;
}
.home_category .inner_categories .block:not(:last-child) {
    margin-right: 10px;
}
.home_category .inner_categories .block {
    flex: 0 0 48.2%;
    margin-bottom: 15px;
}
.home_category .inner_categories .block a {
    margin-right: 0;
    margin-bottom: 0;
    padding: 15px 0;
    border: 1px solid var(--blue);
    box-shadow: 1px 5px 10px 0 rgb(55 56 204 / 10%);
}
.home_category .inner_categories .block img {
    max-width: 100%;
    width: auto;
}
.home_category .inner_categories .block h3 {
    text-transform: none;
    font-size: 16px;
}
.home_category .inner_categories .block:nth-child(2n), .home_category .inner_categories .block:last-child {
    margin-right: 0!important;
}
.home_category .inner_categories .block:not(:last-child) {
    margin-right: 10px;
}
.home_category .inner_categories .block img {
    max-width: 100%;
    width: auto;
}


.homecity_block {
    padding: 40px 0;
    margin-bottom: 0;
}
.home_category h2, .homecity_block h2 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 30px;
}
.home_category p, .homecity_block p {
    width: 100%;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}
.homecity_block .inner_city_holder {
    justify-content: center;
    padding: 0;
}
.homecity_block .inner_city_holder .block:not(:last-child) {
    margin-right: 10px;
}
.homecity_block .inner_city_holder .block {
    flex: 0 0 48.2%;
    margin-bottom: 15px;
}
.homecity_block .inner_city_holder .block a {
    margin: 0;
    padding: 0;
}
.homecity_block .inner_city_holder .block:nth-child(2n), .homecity_block .inner_city_holder .block:last-child {
    margin-right: 0!important;
}


.youtubers_block, .instagram_block {
    padding: 40px 0;
    margin-bottom: 0;
}
.youtubers_block h2, .instagram_block h2 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 30px;
}
.youtubers_block p, .instagram_block p {
    width: 100%;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}
ul.cards {
    margin-bottom: 15px;
}
ul.cards li {
    margin: 0 10px 15px 0;
    flex: 0 0 48%;
}
ul.cards li:nth-child(2n), ul.cards li:last-child {
    margin-right: 0!important;
}


.youtubers_block, .instagram_block {
    padding: 40px 0;
    margin-bottom: 0;
}
.youtubers_block h2, .instagram_block h2 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 30px;
}
.youtubers_block p, .instagram_block p {
    width: 100%;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}
ul.cards {
    margin-bottom: 15px;
}
ul.cards li {
    margin: 0 10px 15px 0;
    flex: 0 0 48%;
}
ul.cards li:nth-child(2n), ul.cards li:last-child {
    margin-right: 0!important;
}


.hiw_block {
    margin-bottom: 40px
px
;
}.hiw_block .main_wrapper {
    flex-direction: column;
}
.hiw_block .main_wrapper .content_block {
    width: 100%;
}
.hiw_block .main_wrapper .content_block h2 {
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
}
.hiw_block .main_wrapper .content_block h3 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    padding: 0;
}
.hiw_block .main_wrapper .content_block p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    padding: 0;
}
.hiw_block .main_wrapper .content_block ul {
    overflow: scroll;
    flex-wrap: nowrap;
}
.hiw_block .main_wrapper .content_block ul li {
    min-width: 200px;
    box-shadow: none;
}

.hiw_block .main_wrapper .heroimg_two {
    display: none;
}


.top_footer_block .main_wrapper {
    flex-direction: column;
}
.top_footer_block .second_block {
    flex: 1;
    margin-bottom: 20px;
    margin: auto;
}
.top_footer_block .fourth_block {
    flex: 1;
    margin: 0;
}
.top_footer_block .fourth_block p {
    margin-bottom: 25px;
}
}









