/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@font-face {
  font-family: 'HK Grotesk';
  font-weight: 400;
  src: url("https://www.cronyxdigital.com/hubfs/Fonts/HKGrotesk-Fonts/HKGrotesk-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'HK Grotesk';
  font-weight: 500;
  src: url("https://www.cronyxdigital.com/hubfs/Fonts/HKGrotesk-Fonts/HKGrotesk-Medium.otf") format("opentype");
}
@font-face {
  font-family: 'HK Grotesk';
  font-weight: 600;
  src: url("https://www.cronyxdigital.com/hubfs/Fonts/HKGrotesk-Fonts/HKGrotesk-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: 'HK Grotesk';
  font-weight: 700;
  src: url("https://www.cronyxdigital.com/hubfs/Fonts/HKGrotesk-Fonts/HKGrotesk-Bold.otf") format("opentype");
}
 
* {
  box-sizing:border-box;
}
body {
  font-size: 24px;
  line-height: 27px;
  color: #000000;
  font-weight: 400;
  font-family: 'HK Grotesk';
  margin: 0;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding:0 20px;
  font-family: 'HK Grotesk';
} 
h1 {
  font-size: 64px;
  line-height: 74px;
  font-weight: 900;
  color: #000000;
  font-family: 'HK Grotesk';
}
h2 {
  font-size: 48px;
  line-height: 63px;
  font-weight: 700;
  color: #000000;
  font-family: 'HK Grotesk';
}
h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 200;
  color: #000000;
  font-family: 'HK Grotesk';
}
h5 {
  font-family: 'HK Grotesk';
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-weight: 400;
  font-family: 'HK Grotesk';
}

.btn-red {
  background: linear-gradient(91.69deg, rgba(252, 96, 47, 0.64) 25.73%, rgba(255, 30, 84, 0.64) 79.99%);
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.25);
  border-radius: 58px !important;
  font-size: 21px !important;
  line-height: 31px !important;
  color: #FFFFFF !important;
  font-weight: 500 !important;
  font-family: 'HK Grotesk' !important;
  text-transform: capitalize !important;
  border:0;
  display:inline-block;
  text-decoration:none;
}
.btn-blue {
  background: linear-gradient(91.69deg, #7F3AED 25.73%, rgba(96, 94, 246, 0.76) 79.99% !important);
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.25) !important;
  border-radius: 58px !important;
}
.btn-border {
  padding: 14px 57px !important;
  font-size: 20px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
  border-radius: 58px !important;
  background: #FFFFFF !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); !important
  font-family: 'HK Grotesk' !important;
  text-transform: capitalize !important;
  text-decoration:none;
  display:inline-block;
}
.btn-border-pink {
  border: 3px solid #FF006E !important;
  color: #FF006E !important;
}
.btn-border-yellow {
  border:3px solid #FFCC3B !important;
  color: #FFCC3B !important;
}
.btn-border-orange {
  border:3px solid #FA5708 !important;
  color: #FA5708 !important;
}
.btn-border-purple {
  border:3px solid #8238ED !important;
  color: #8238ED !important;
}
.btn-border-blue {
  border:3px solid #4689F7 !important;
  color: #4689F7 !important;
}
.btn-footer {
  background: #EC356F !important;
  border-radius: 52px !important;
  font-size: 25px!important;
  line-height: 33px!important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  color: #FFFFFF !important;
  font-family: 'HK Grotesk' !important;
  padding: 11px 22px !important;
  text-decoration:none!important;
  display:inline-block!important;
}


/* Blog Template Css Start */

.cronyx-new-blog-hero-module{
  position: relative;
  overflow: hidden;
}
.cronyx-new-blog-hero-module:before{
  content: "";
  position: absolute;
  background-image: url(https://www.cronyxdigital.com/hubfs/Blog%20Images/blog-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: -178px;
  right:0;
  bottom:auto;
}
.cronyx-new-blog-hero-module:after{
  content: "";
  position: absolute;
  background-image: url(https://www.cronyxdigital.com/hubfs/About/blog-bg-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cronyx-new-blog-hero-module .cronyx-new-blog-hero-info{
  padding: 112px 59px 0 51px;
}
.cronyx-new-blog-hero-module .cronyx-new-blog-hero-content{
  background: #F1F6FB;
  margin:0 55px;
  padding:44px 73px 40px 62px;
}
.cronyx-new-blog-hero-module .cronyx-new-blog-hero-content p span{
  font-weight:700;
}
.cronyx-new-blog-author-module{
  background: #F1F6FB;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding:30px 43px 58px 23px;
  margin:46px 53px 0 53px;
}
.cronyx-new-blog-author-module .cronyx-new-blog-author-module-inner{
  display:flex;
  align-items:center;
}
.cronyx-new-blog-author-module .cronyx-new-blog-author-info{
  margin-left: 35px;
}
.cronyx-new-blog-author-module h3{
  margin-bottom:28px;
}
.cronyx-new-blog-author-module h3 span{
  font-weight:500!important;
}
.cronyx-new-blog-author-module .cronyx-new-blog-author-img{
  text-align:center;
}
.cronyx-new-blog-author-module .cronyx-new-blog-author-img img{
  max-width:460px;
  height:auto;
  margin:auto;
}
.cronyx-new-other-post-module{
  padding: 0px 40px 216px;
  position: relative;
}
.cronyx-new-other-post-module:before{
  content: "";
  position: absolute;
  background-image: url(https://www.cronyxdigital.com/hubfs/Blog%20Images/blog-other-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top:-763px;
  right:0;
  left:auto;
  z-index: -1;
}
.cronyx-new-other-post-module{
  padding:88px 43px 125px 24px;
}
.cronyx-new-other-post-module .cronyx-new-other-post-module-inner h1{
  text-align:center;
}
.cronyx-new-other-post-module .cronyx-new-other-post-main{ 
  display:flex;
  margin-top:54px;
}
.cronyx-new-other-post-module .cronyx-new-other-post-main-box{
  padding:26px 44px 46px 32px; 
  background: rgba(241, 246, 251, 0.6);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin:0 20px;
}
.cronyx-new-other-post-module .cronyx-new-other-post-main-box h3{
  font-weight:700!important;
}
.cronyx-new-other-post-module .cronyx-new-other-post-main-box img{
  width: 100%;
  max-width: 100%;
}
.cronyx-new-other-post-module a{ 
  border-radius: 58px!important;
  font-size: 21px!important;
  line-height: 31px!important;
  font-weight: 500!important;
  text-transform: capitalize!important;
  display: inline-block;
  text-decoration: none;
  padding: 9px 53px;
}
.cronyx-new-other-post-module  a.btn{
  background: #7f3aed;
  border: 3px solid #fff;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  color: #fff;
  margin-top:77px;
}

/* Blog Template Css End */



/* blog topic css */


/* content */
.cronyx-new-blog-topic-module .cronyx-new-blog-topic-main{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;

}
.cronyx-new-blog-topic-module .cronyx-new-blog-topic-main-box{
  max-width:500px;
  width:100%;
  background: rgba(241, 246, 251, 0.6);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding:26px 32px;
  margin:30px 15px 0;
}
.cronyx-new-blog-topic-module .cronyx-new-blog-topic-main-box h3{
  letter-spacing: -0.015em;
  text-transform: uppercase;
  font-weight:700!important;
}
.cronyx-new-blog-topic-module .cronyx-new-blog-topic-main-box img{
  max-width:100%;
  width:100%;
}

.cronyx-new-blog-box-content a {
    color: #000;
}

.cronyx-new-blog-box-content a:hover {
    color: #8c19e6;
}

.cronyx-new-blog-box-head {
    position: relative;
}

.cronyx-new-blog-box-head a {position: absolute;width: 100%;left: 0;height: 100%;z-index: 1;top: 0;}


.cronyx-new-blog-topic-module .cronyx-new-blog-text-main a{
  background: #7F3AED;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  margin-top:95px;
}
@media(max-width:1200px){
  .cronyx-new-blog-topic-module ul{
    justify-content: space-between;
    width: 100%;
    display: -webkit-inline-box;
    overflow-x: auto;
  }
  .cronyx-new-blog-topic-module .nav {
    flex-wrap: nowrap!important;
  }
}



@media(max-width: 1200px) {
  .cronyx-new-other-post-module .cronyx-new-other-post-main-box{
    padding:15px;
  }
}

@media(max-width: 1024px) {
  body {
    font-size: 22px;
    line-height: 25px;
  }
  h1{
    font-size: 54px;
    line-height: 64px;
  }
  h2{
    font-size:40px;
    line-height: 50px;
  }
  h3{
    font-size: 34px;
    line-height: 44px;
  }
  p{
    font-size: 22px;
    line-height: 25px;
  }
}


@media(max-width:991px){
  .cronyx-new-blog-hero-module .cronyx-new-blog-hero-content {
    margin: 0 30px;
    padding:30px;
  }
  .cronyx-new-blog-hero-module:before{
    top:-92px;
  }
  .cronyx-new-other-post-module .cronyx-new-other-post-main{
    display:block;
  }
  .cronyx-new-other-post-module .cronyx-new-other-post-main-box{
    margin-top:30px;
    padding:30px;
  }
  .cronyx-new-blog-author-module .cronyx-new-blog-author-module-inner{
    display:block;
  }
  .cronyx-new-blog-author-module .cronyx-new-blog-author-img img{
    width:100%;
  }
}


@media(max-width: 767px) {
  body {
    font-size: 20px;
    line-height: 23px;
  }
  h1{
    font-size: 44px;
    line-height: 54px;
  }
  h2{
    font-size:30px;
    line-height: 40px;
  }
  h3{
    font-size: 26px;
    line-height: 36px;
  }
  p{
    font-size: 20px;
    line-height: 23px;
  }
}



a { color: #3B87FF  }
.hs_cos_wrapper_type_rich_text ul li:before {
    color: #FF1493  !important;
}

.btn-purple:empty {
    display: none !important;
}