@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
:root {
  --primary:#7d39ff;
  --primary-hover: #c2f63a;  
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #068413;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --black: #000000;
  --gray: #7E8299;
  --gray50: #f7f9fb;
  --gray100: #e1e1e1;
  --gray500: #696969;
  --gray-dark: #3F4254;
  --secondary: #E4E6EF;
  --success: #1BC5BD;
  --info: #8950FC;
  --warning: #FFA800;
  --danger: #F64E60;
  --light: #F3F6F9;
  --dark: #1e1e1e;
  --border-color:#c8c8c8;
  --light-primary:#f5f2ff;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Sora", sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3F4254;
  text-align: left;
  background-color: var(--white);
  transition: all .4s ease-in-out;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--primary);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: var(--primary);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #B5B5C3;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.table_search{
  position: absolute;
  top: 16px;
  right: 2.25rem;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h2, .h2 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h3, .h3 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

h4, .h4 {
  font-size: 1.35rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.26rem + 0.12vw);
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1.175rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-2 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-3 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

.display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

ul{
    padding: 0;
    list-style: none;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

.container{
    max-width: 1288px;
    padding: 0 40px;
}

.global-primary-btn{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: .02em;
    border: 0;
    background-color: var(--primary);
    color: var(--white);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 12px 40px;
    transition: all 0.15s ease-in-out;
    border-radius: 50px;
    text-transform: capitalize;
    text-align: center;
}

.global-primary-btn:hover{
    background-color: var(--primary-hover);
    color: var(--dark);
}

.py-120{
    padding: 120px 0;
}

.pt-80{
    padding-top: 80px;
}

::selection{
  background-color: var(--primary);
  color: var(--white);
  text-shadow: none;
}

a:active, a:focus {
    outline: 1px dotted;
    color: inherit;
}

body.modal-open {
    padding: 0 !important;
}
/* global end  */

/* header */

.header-section{
    position: sticky;
    top: 0;
    z-index: 99;
    padding: 0 32px;
    border-bottom: 1px solid var(--gray50);
    background-color: var(--white);
}

.top-header .top-head-nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    padding: 4px 0 18px 0;
}

.top-head-nav .nav-item a{
    font-size: 12px;
    font-weight: 500;
    color: var(--black);
}

.top-head-nav .nav-item a:hover{
    color: var(--primary);
}

.top-head-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-head-nav .nav-item .top-head-social-link{
    color: var(--border-color);
}

.top-head-nav .nav-item .top-head-social-link svg{
    max-width: 13px;
    margin-top: -2px;
}

.main-header{
    padding: 0 0 5px 0;
}

.main-header .navbar-brand{
    margin: 0;
}

.navbar-brand img{
    width: 100%;
    max-width: 67px;
    margin-right: 24px !important;
}

.tagline {
    display: block;
    font-size: 12px;
    line-height: initial;
    max-width: 150px;
    margin-top: -3px;
    white-space: normal;
    color: var(--black);
}

.btn-subscribe{
    color: var(--primary);
    background-color: transparent;
    border:2px solid var(--primary);
    padding: 8px 20px;
    text-decoration: none !important;
}

.btn-subscribe:hover{
    border-color: var(--primary-hover);
    box-shadow: 0 4px 12px hsla(0,0%,8%,.15);
}

.search-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    border-radius: 50px;
    color: var(--white);
    margin-top: 8px;
}

.search-btn svg{
    max-width: 14px;
}

.search-btn:hover{
    background-color: transparent;
    color: var(--gray-dark);
}

.search-btn:focus{
  background-color: var(--border-color);
  color: var(--white);
}

.navbar-expand-lg .navbar-nav{
    gap: 25px;
    align-items: flex-start !important;
    margin-top: -2px;
}

.header-section .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
    min-width: 640px;
    left: auto;
    right: 0;
    background: var(--white);
    box-shadow: 0 4px 40px hsla(0,0%,8%,.08);
    border-radius: 8px;
    padding: 40px;
    top: calc(100% + 8px);
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    align-items: stretch;
    scrollbar-width: thin;
    border: none;
    display: block;
    opacity: 0;
    max-height: 0;
    transition: max-height 0.5s ease-out;
    overflow-y: auto;
}

.header-section .navbar-nav .dropdown-menu h6{
    font-size: 14px;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 16px;
}

.header-section .navbar-nav .dropdown-menu a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    padding-top: 10px;
    margin-bottom: 10px;
}

.header-section .navbar-nav .dropdown-menu a:hover{
    color: var(--primary);
}

.header-section .nav-link.dropdown-toggle {
    font-size: 14px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 24px;
    padding-right: 23px !important;
    padding-left: 0 !important;
    color: var(--black);
}

.header-section .nav-link.dropdown-toggle.show{
  color: var(--primary);
}

.header-section .navbar-nav .dropdown-toggle::after{
  width: 12px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.00081 5.58L11 1' stroke='%230A090B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 9.5px;
  border: none;
  position: absolute;
  top: 23px;
  right: 0;
  transition: all .3s ease-in-out;
}

.header-section .nav-link.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.header-section .navbar-nav .dropdown-toggle::before {
    border-bottom: 10px solid var(--primary);
    bottom: -6px;
    content: "";
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.15s ease-in-out;
    width: 100%;
}

.header-section .navbar-nav .dropdown-toggle:hover{
  color: var(--primary);
}

.header-section .navbar-nav .dropdown-toggle:hover::before {
  width: 100%;
  opacity: 1;
}

.header-section .nav-link.dropdown-toggle.show::before{
  width: 100%;
  opacity: 1;
}

.header-section .navbar-nav .dropdown-toggle:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.00081 5.58L11 1' stroke='%237D39FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header-section .nav-link.dropdown-toggle.show::after{
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.00081 5.58L11 1' stroke='%237D39FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header-section .nav-link.dropdown-toggle.show ~ .dropdown-menu.show{
  max-height: 570px;
  opacity: 1;
}

.logo-wrapper{
  margin-top: -8px;
}

.subscribe-head-btn{
    margin-top: 3px;
    margin-right: 5px;
}

body.scroll-down.hidenav .header-section {
    padding-top: 10px;
}

body.scroll-down.hidenav .header-section .logo-wrapper{
  margin-top: 0;
  transform: translate(0px, 1px);
}

body.scroll-down.hidenav .header-section  .navbar-expand-lg .navbar-nav{
  margin-top: 0;
}

body.scroll-down.hidenav .header-section .tagline{
  line-height: 1.1;
}

.mr-48{
  margin-right: 16px;
}

.subscribe-new-btn{
  display: block;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .1111px;
  text-transform: capitalize;
  color: var(--black);
  border-bottom: 4px solid var(--primary-hover);
  text-decoration: none;
  transition: all .1s ease-in-out;
  margin-top: -5px;
}

.subscribe-new-btn:hover{
  color: var(--black);
  text-decoration: none;
  border-bottom: 8px solid var(--primary-hover);
}

.scroll-hide-text,
.scroll-show{
  transition: all .4s ease-in-out;
}

.scroll-hide-text{
  transform: translateY(0);
}

.scroll-show{
  display: none;
  transform: translateY(-100%);
}

body.scroll-down .scroll-hide-text{
  display: none !important;
}

body.scroll-down .scroll-show{
  display: block;
  transform: translateY(0);
}

body.hidenav .top-header,
body.hidenav-up .top-header {
    display: none;
}

body.hidenav-up .header-section {
    padding-top: 23px;
}

/* end  */

/* club-section-fh */
.lg-grid-box{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: calc(64px * 5) 1fr;
    grid-column-gap: 64px;
}

.sm-grid-item{
    padding: 32px;
    background-color: var(--light-primary);
    border-radius: 8px;
}

.club-section-fh .box-title{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gray500);
}

.club-section-fh .sm-grid-item .box-title{
  margin-bottom: 0;
}

.article-list .article-title{
    padding-top: 32px;
    margin-bottom: 32px;
}

.article-title{
    display: block;
}

.article-title:hover,
.article-title:hover h3{
    color: var(--primary);
}

.article-title h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--black);
    margin-bottom: 0;
}

.article-list li:not(:first-of-type) .article-title{
    border-top: 1px solid var(--border-color);
}

.article-list li:last-child .article-title{
  margin-bottom: 0;
}

.blog-card{
    position: relative;
}

.blog-horizon{
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.blog-horizon .blog-content,
.blog-horizon .blog-banner {
    width: 50%;
}

.blog-horizon .blog-banner-link{
    margin-bottom: 0;
}

.blog-horizon .blog-banner{
    margin-right: 40px;
}

.blog-horizon .blog-title h3{
    font-size: 24px;
}

.blog-horizon .blog-dec{
  font-size: 18px;
}

.blog-banner{
    position: relative;
}

.blog-banner-link{
    display: block;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 32px;
}

.blog-banner-link img:hover{
    transform: scale(1.1);
}

.blog-banner img{
    width: 100%;
    transition: all .3s ease-in-out;
    border-radius: 8px;
}

.blog-title h3{
    font-size: 22px;
}

.blog-dec{
    font-size: 16px;
    margin: 16px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--black);
}

.blog-author {
    display: flex;
    align-items: center;
}

.blog-author .author-icon {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-right: 8px;
}

.blog-author .author-icon img{
  border-radius: 50px;  
}

.author-name{
    font-size: 16px;
    color: var(--black);
}

.author-name .author-link{
    font-weight: 600;
    color: var(--black);
}

.grid2-wrap{
    display: flex;
    gap: 40px;
}
/* end club-section-fh */

.static-grid-box{
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}

.static-grid-box>div{
    width: 50%;
}

.static-grid-content{
    color: var(--black);
    background-color: var(--light-primary);
    padding: 120px 96px 120px 80px;
}

.static-grid-content h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--black);
}

.static-grid-content p{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .1px;
    color: var(--black);
    margin: 16px 0 0;
}

.static-grid-content .global-primary-btn{
    margin-top: 32px;
    text-decoration: none;
    box-shadow: 0 4px 12px hsla(0, 0%, 8%, .15);
}

.static-img{
    width: 100%;
    height: 100%;
    background-image: url(../images/Interstitial-newsletter-v2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.head-section{
    max-width: 890px;
}

.head-title{
    margin-bottom: 32px;
}

.head-title h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--black);
    margin-bottom: 0;
}

.head-title p{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .1px;
    color: var(--black);
    margin: 16px 0;
}

.stack-grid{
    display: flex;
}

.stack-grid>div{
    width: 50%;
}

.stack-listing{
    margin: 0;
}

.stack-listing .stack-listing-item{
    padding-left: 25px;
    position: relative;
    margin-bottom: 24px;
}

.stack-listing .stack-listing-item:last-child{
    margin-bottom: 0;
}

.stack-listing .stack-listing-item::before{
    content: '';
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    transition: all 0.15s ease-in-out;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L15 12L10 17' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    left: -10px;
    top: 5px;
}

.stack-listing .stack-listing-item .stack-listing-link{
    display: block;
    width: fit-content;
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    text-decoration: none;
    transition: all .1s ease-in-out;
    position: relative;
    padding-bottom: 7px;
}

.stack-listing .stack-listing-item .stack-listing-link::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  height: 4px;
  width: 100%;
  background-color: var(--primary-hover);
  transition: all .1s ease-in-out;
}

.stack-listing .stack-listing-item .stack-listing-link:hover::after{
    height: 7px;
    bottom: 0;
}

.grid3-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    row-gap: 20px;
}

.divider-title{
    position: relative;
}

.divider-title::before{
    content: "";
    position: absolute;
    height: 1px;
    background-color: var(--border-color);
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.divider-dec{
    font-size: 16px;
    width: fit-content;
    margin: 0 auto;
    padding: 0 64px;
    color: var(--black);
    position: relative;
    z-index: 91;
    background-color: var(--white);
}

.divider-dec a{
    color: var(--primary);
    text-decoration: underline;
}

.divider-dec a:hover{
    color: var(--primary-hover);
}

.guides-section .grid3-box{
    row-gap: 32px;
}

.guides-section .grid-item:nth-child(n+4) .blog-content {
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
}

/* Footer Styling */
footer {
    background-color: var(--dark);
    color: var(--white);
    padding-top: 56px;
    position: relative;
    z-index: 1;
}

.footer-top {
    border-bottom: 1px solid var(--gray100);
    padding-bottom: 40px;
    margin-bottom: 96px;
}

.footer-top h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.label-text{
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.footer-top form input {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    color: var(--black);
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 3px;
    padding:0 16px;
    transition:all 0.15s ease-in-out;
}

.footer-top form input:focus{
    box-shadow: none;
    border-color: var(--black);
}

.footer-top .global-primary-btn {
    margin-top: 28px;
}

.news-letter{
    align-items: flex-start;
    gap: 20px;
}

.footer-top small{
    color: var(--white);
    font-size: 12px;
    margin: 16px 0;
}

.f-logo img{
    max-width: 90px;
}

.social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.footer-social-wrap{
    margin-bottom: 72px;
}

.footer-middle {
    margin-bottom: 64px;
}

.social-icons .social-link {
    color: var(--white);
}

.social-icons .social-link:hover{
    color: var(--primary-hover);
}

.social-icons .social-link svg{
    max-width: 20px;
}

.footer-menu{
    display: flex;
    gap: 32px;
    padding: 0;
    margin: 0 0 5px 0;
}

.footer-menu li a{
    font-size: 16px;
    color: var(--white);
}

.footer-menu li a:hover{
    text-decoration: underline;
}

.f-menu-links small{
    font-size: 12px;
    color: var(--white);
}

.f-menu-links small a{
    color: var(--white);
}

.black-white-icon img{
    max-width: 64px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
    font-size: 14px;
    border-top: 1px solid var(--gray100);
}

.our-brands{
    display: flex;
    align-items: flex-start;
}

.our-brands .brands-title{
    font-size: 16px;
    font-weight: 700;
    min-width: 135px;
}

.our-brands-list{
    display: flex;
    align-items: center;
    margin: 0;
    column-gap: 32px;
    row-gap: 8px;
}

.our-brands-list li a{
    font-size: 16px;
    line-height: 1.5;
    color: var(--white);
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.cookies-wrapper{
    position: sticky;
    bottom: 0;
    z-index: 91;
    padding: 16px 0;
    background-color: var(--dark);
}

.cookies-icon{
    margin-right: 30px;
}

.cookies-icon img{
    max-width: 156px;
}

.cookies-inner{
    display: flex;
    max-width: 980px;
    margin: 0 auto;
    color: var(--white);
}

.cookies-content h4{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 5px;
}

.cookies-content{
    width: 100%;
    max-width: 590px;
}

.cookies-inner p{
    font-size: 16px;
    margin: 0;
}

.close-cookies {
    position: absolute;
    right: 20px;
    top: 20px;
}

.close-cookies .close-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    background-color: transparent;
    border: none;
    color: var(--white);
}

.close-cookies .close-icon:hover{
    background-color: var(--primary);
}

.cookies-btn .global-primary-btn{
    padding: 8px 60px;
    text-decoration: none;
}

.cookies-btn .global-primary-btn:hover{
    color: var(--green);
}
/* end */

.custom-modal-dialog {
    max-width: 665px;
    font-family: "Lora", serif;
}

.custom-modal-grid {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.custom-modal-grid .custom-modal-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark);
}

.custom-modal-grid .custom-modal-image img {
    padding: 10px 15px;
}

.custom-modal-grid .custom-modal-body {
    width: calc(100% - 30%);
    margin-left: 18px;
    padding: 35px 35px 30px 10px;
}

.custom-modal-grid .custom-modal-body .custom-modal-close {
    background: none;
    color: rgba(30, 30, 30, 0.4);
    height: 10px;
    width: 10px;
    stroke-width: 4px;
    display: flex;
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0px;
    padding: 10px;
    box-shadow: none !important;
    opacity: 1;
}

.custom-modal-title {
    font-size: 28px;
    line-height: 1.25;
    text-align: center;
    font-weight: bold;
    margin-bottom: 22px;
}

.custom-modal-text {
    line-height: 1.5;
    text-align: center;
    font-size: 15px;
    padding-top: 16px;
    margin: 0 0 18px;
}

.custom-email-box{
  margin-bottom: 18px;
}

.custom-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--black);
    width: 100%;
    margin-bottom: 4px;
}

.custom-input {
    display: inline-block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #33475b;
    background-color: #f5f8fa;
    border: 1px solid #959494;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border-radius: 15px;
    background-clip: padding-box;
    padding: 10px 15px;
}

.custom-modal-content{
  border: none;
}

.custom-modal{
  padding: 0 !important;
}

.custom-input:focus{
  outline: none;
  border-color: var(--primary);
}

.custom-privacy-text {
    line-height: 24px;
    font-size: 11px;
    color: rgb(80, 80, 80);
    margin: 10px 0;
}

.custom-privacy-text a{
  color: #505050;
  text-decoration: underline;
}

.custom-btn-wrap{
  text-align: center;
  margin: 18px 0;
}

.custom-submit-btn {
    padding: 12px 24px;
    line-height: 15px;
    font-size: 15px;
    border-radius: 15px;
}

.required-text{
  color: var(--red);
}

.blog-detail-wrap .left-data h1{
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--black);
  margin-bottom: 16px;
}

.cat-listing{
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
}

.cat-listing .cat-listing-litem{
  font-size: inherit !important;
  margin-right: 24px;
  margin-bottom: 0 !important;
  list-style: none !important;
}

.cat-listing .cat-listing-litem .cat-listing-link{
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.cat-listing .cat-listing-litem .cat-listing-link:hover{
  color: var(--primary-hover);
}

.cat-listing .cat-listing-litem .cat-listing-link::after{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--primary-hover);
  display: inline-block;
}

.cat-listing .cat-listing-litem:last-child .cat-listing-link::after{
  display: none;
}

.inner-section-title{
  margin-bottom: 32px;
}

.inner-section-title .head-title h2{
  margin-bottom: 0;
}

.inner-section-title .view-more-btn{
  text-decoration: none;
  box-shadow: 0 4px 12px hsla(0,0%,8%,.15);
}

.mb-40{
  margin-bottom: 40px;
}

.risk-management-section .blog-banner-link {
    max-height: 564px;
}

.hr-grid2-box{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-top: 24px;
}

.hr-blog-card{
  display: flex;
  gap: 24px;
}

.hr-blog-card .blog-banner{
  width: 168px;
  height: 168px;
}

.hr-blog-card .blog-banner .blog-banner-link{
  width: 168px;
  height: 168px;
}

.hr-blog-card .blog-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hr-blog-card .blog-content .blog-author{
  margin-top: 30px;
}

.grid2-wrap>div{
  width: 50%;
}

.mySwiper {
    margin:0 -30px;
    padding:0 30px 0 30px;
}

.swiper-button-prev {
    left: -5px;
}

.swiper-button-next{
  right: -5px;
}

.swiper-button-next:after, 
.swiper-button-prev:after{
    font-size: 20px;
    font-weight: 700;
}

.link-tag a{
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 16px;
}

.link-tag a:hover{
  color: var(--primary-hover);
}

.blog-detail-wrap{
  display: flex;
  gap: 96px;
  padding-bottom: 32px;
  margin-bottom: 40px;
}

.blog-detail-wrap .left-data{
  width: calc(100% - 320px);
}

.blog-detail-wrap .right-data{
    max-width: 320px;
}

.blog-detail-wrap .left-data h1{
  margin-bottom: 24px;
}

.mb-32{
  margin-bottom: 32px;
}

.blog-detail-wrap .left-data span{
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--gray500);
}

.item-single-post p{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--black);
}

.blog-detail-wrap .left-data .item-img{
  margin-bottom: 32px;
}

.blog-detail-wrap .left-data .item-img img{
  width: 100%;
  border-radius: 5px;
}

.author-details-si{
  position: sticky;
  top: 80px;
  margin-top: 45vh;
  padding-left: 32px;
  border-left: 1px solid var(--gray100);
}

.author-details-si .icon{
  margin-bottom: 8px;
}

.author-details-si .icon img{
  width: 48px;
  height: 48px;
  border-radius: 50px;
}

.last-date span{
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
}

.single-post-info{
  margin-top: 32px;
}

.single-post-info-text{
  font-size: 12px !important;
  color: var(--black) !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

.single-post-info-text a{
  font-weight: 600;
}

.single-post-info-text a:hover{
  color: var(--primary-hover);
}

.blog-detail-wrap .left-data ol{
    max-width: 770px;
    font-size: 18px;
    padding-left: 40px;
    margin-top: 16px;
    margin-bottom: 64px;
    border-left: 4px solid var(--primary-hover);
    margin-bottom: 32px;
}

.blog-detail-wrap .left-data ol p{
  font-size: 18px;
  margin-bottom: 1rem;
}

.blog-detail-wrap .left-data ol li::marker{
  font-weight: 600;
  color: var(--black);
}

.blog-detail-wrap .left-data ol li {
    padding-left: 5px;
}

.blog-detail-wrap .left-data p{
  font-size: 18px;
  color: var(--black);
  letter-spacing: .1px;
  margin-bottom: 32px;
}

.blog-detail-wrap .left-data p a{
  font-weight: 600;
  text-decoration: underline;
}

.blog-detail-wrap .left-data p a:hover{
  color: var(--primary-hover);
}

.blog-detail-wrap .left-data h2{
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--black);
  margin-bottom: 32px;
}

.blog-detail-wrap .left-data h3{
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--black);
  margin-bottom: 32px;
}

.blog-detail-wrap .left-data h4{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--black);
  margin-bottom: 32px;
}

.blog-detail-wrap .left-data h5{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--black);
  margin-bottom: 32px;
}

.blog-detail-wrap .left-data h6{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--black);
  margin-bottom: 32px;
}

.blog-detail-wrap .left-data ul{
  padding-left: 25px;
  margin-bottom: 32px;
}

.blog-detail-wrap .left-data ul li{
  font-size: 18px;
  color: var(--black);
  margin-bottom: 20px;
  list-style:disc;
  padding-left: 5px;
}

.item-single-post .weekly-box {
    padding: 20px 0 30px;
    border-radius: 8px;
}

.b-inline-newsletter {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--border-color);
}

.blog-detail-wrap .left-data .b-inline-newsletter span{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 8px 8px 0 0;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--black);
  margin: 0;
}

.single-newsletter-grid {
    padding: 40px 32px 0;
    display: flex;
    gap: 40px;
}

.single-newsletter-grid .img-box {
  background-color: var(--primary);
  border-radius: 8px;
}

.single-newsletter-grid .img-box img{
  max-width: 248px;
}

.newsletter-wrapper{
  margin-bottom: 32px;
  border-bottom: 1px solid var(--border-color);
}

.newsletter-content-box p{
  font-size: 16px;
  color: var(--black);
  margin-bottom: 32px;
}

/* .newsletter-content-box .email-box .required-fm{
  color: var(--red);
} */

.newsletter-content-box .email-box label{
  color: var(--black);
}

.newsletter-content-box .email-box label .required-fm {
    display: contents;
}

.newsletter-content-box .email-box input{
  min-height: 48px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  background-color: transparent;
  box-shadow: none;
}

.newsletter-content-box .email-box small{
  font-size: 80%;
  font-weight: 400;
  color: var(--black);
  margin: 16px 0;
}

.newsletter-content-box .email-box small a{
  font-weight: 600;
}

.newsletter-content-box .email-box small a:hover{
  color: var(--primary-hover);
}

.newsletter-content-box .global-primary-btn{
  box-shadow: 0 4px 12px hsla(0,0%,8%,.15);
}

.border-b{
  border-bottom: 1px solid var(--border-color);
}

.item-single-footer{
  display: flex;
  gap: 32px;
  margin-top: 64px;
  padding: 40px 0;
  border-top: 1px solid var(--border-color);
}

.item-single-footer .item-single-footer-author{
  width: 120px;
  height: 120px;
}

.item-single-footer .item-single-footer-author img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.item-single-footer-content{
  width: calc(100% - 152px);
}

.item-single-footer-content .single-f-title{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}

.item-single-footer-content .single-f-title a{
  color: var(--black);
}

.item-single-footer-content p{
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}

.follow-wrap{
  display: flex;
  align-items: center;
  gap: 10px;
}

.follow-wrap,
.follow-wrap a{
  font-size: 12px;
  color: var(--border-color);
}

.follow-wrap a svg{
  width: 15px;
}

.follow-wrap a:hover{
  color: var(--primary);
}

.ai-link {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.you-may-section .author-name{
    display: flex;
    font-size: 20px;
    gap: 5px;
}

.you-may-section .author-name .author-link{
  font-weight: 400;
}

.sticky-boxes{
  position: sticky;
  top: 80px;
  z-index: 1;
}

.table-contents-box{
  min-height: 290px;
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 24px 16px 16px;
}

.table-contents-box span{
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--gray500);
}

.table-contents-box ul{
  padding-left: 20px;
  padding-right: 20px;
}

.table-contents-box ul li{
  list-style: disc;
  margin-bottom: 8px;
  padding-left: 0;
}

.table-contents-box ul li:last-child{
  margin-bottom: 0;
}

.table-contents-box ul li a{
  font-size: 16px;
  color: var(--black);
}

.table-contents-box ul li::marker{
  font-size: 20px;
  color: var(--black);
}

.table-contents-box ul li a:hover{
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
}

.join-thehunt{
  padding: 32px;
  border-radius: 8px;
  background-color: var(--dark);
  margin: 24px 0;
  color: var(--white);
  text-align: center;
}

.join-thehunt a:hover{
  text-decoration: none;
}

.sidebar-newsletter,
.should-blog {
  position: sticky;
  z-index: 0;
}

.should-blog .b-inline-newsletter span {
    color: var(--black);
    background-color: var(--light-primary);
}

.should-blog-list li a {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 0;
    color: var(--black);
    border-bottom: 1px solid var(--border-color);
}

.should-blog-list li a:hover{
  color: var(--primary-hover);
  text-decoration: none;
}

.should-blog-list li a:hover .icon img{
  border-radius: 0;
  transform: scale(1.1);
}

.should-blog-list li a .icon{
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.should-blog-list li a .icon img{
  width: 64px;
  height: 64px;
  border-radius: 8px;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.should-blog-list li .title-sh h4{
  font-size: 16px;
  color: var(--black);
}

.should-blog-list li a:hover .title-sh h4{
  color: var(--primary-hover);
}

.should-blog-list li .title-sh{
  width: calc(100% - 80px);
}

.loading-scroll-bar{
  background:var(--primary);
  height:5px;
  width:0%;
  position:fixed;
  top:0;
  z-index: 999;
}

.section-near .in-view::before {
  content: "";
  display: block;
  position: fixed;
  background: rgba(26, 26, 26, 0.23173803526448367);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  pointer-events: none;
}

.in-view .weekly-box {
    position: relative;
    z-index: 99999;
    padding: 20px 0 30px;
    border-radius: 8px;
    background-color: var(--white);
}

body.scrolling-37 .weekly-box {
    z-index: 0;
}

.email-share-sticky {
    position: fixed;
    top: 50%;
    left: 14.5%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 32px;
    padding: 8px;
    background-color: var(--gray50);
    border-radius: 8px;
}

.email-share-sticky .email-share-item:hover{
  color: var(--primary-hover);
}

.email-share-sticky .email-share-item svg {
    width: 17px;
}

.email-share-sticky  .email-block {
    position: relative
}

.email-share-sticky  .email-block:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -4px;
    height: 10px;
    width: 10px;
    background-color: var(--primary-hover);
    border: 2px solid var(--gray50);
    box-sizing: border-box;
    border-radius: 100%;
    transition: all 0.15s ease-in-out;
    -webkit-animation: FloatingBarNewsletterAnimation 3s ease-in-out infinite;
    animation: FloatingBarNewsletterAnimation 3s ease-in-out infinite
}

@-webkit-keyframes FloatingBarNewsletterAnimation {
    0% {
        transform: translateY(0)
    }

    3% {
        transform: translateY(0)
    }

    10% {
        transform: translateY(-5px)
    }

    17% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(0)
    }

    23% {
        transform: translateY(0)
    }

    30% {
        transform: translateY(-5px)
    }

    37% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(0)
    }

    43% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-5px)
    }

    57% {
        transform: translateY(0)
    }

    60% {
        transform: translateY(0)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes FloatingBarNewsletterAnimation {
    0% {
        transform: translateY(0)
    }

    3% {
        transform: translateY(0)
    }

    10% {
        transform: translateY(-5px)
    }

    17% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(0)
    }

    23% {
        transform: translateY(0)
    }

    30% {
        transform: translateY(-5px)
    }

    37% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(0)
    }

    43% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-5px)
    }

    57% {
        transform: translateY(0)
    }

    60% {
        transform: translateY(0)
    }

    to {
        transform: translateY(0)
    }
}

.you-may-section{
  position: relative;
  z-index: 1;
  background-color: var(--white);
}

.mobile-header-wrapper{
    display: none;
}

/* mobile code */

/* Header */
.mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 20px;
  border-bottom: 1px solid var(--gray50);
  background: var(--white);
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 86px; /* below header */
  left: 100%;
  width: 100%;
  height: calc(100% - 77px);
  background: var(--white);
  transition: left 0.3s ease;
  display: flex;
  flex-direction: column;
  z-index: 999;
}

.mobile-header-wrapper .navbar-brand img {
  max-width: 51px;
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu ul {
  list-style: none;
  padding: 20px 24px;
  margin: 0;
}

.mobile-menu ul li {
  padding: 10px 0;
  font-size: 16px;
}

.social-icons {
  display: flex;
  gap: 10px;
  padding: 10px 20px;
  margin-top: auto;
}
.menu-btn {
    cursor: pointer;
    background: none;
    border: none;
}

.mb-subscribe{
  display: none;
}

body.hidenav .mb-bar-wrap {
    display: none !important;
}

body.hidenav .mb-subscribe{
  display: block;
}

.menu-btn .bar {
    display: block;
    width: 25px;
    height: 2px;
    background: var(--black);
    margin: 5px auto;
    transition: 0.3s;
}
.mobile-menu {
    display: none;
}

.mobile-menu.active {
    display: block;
}
.menu-btn.open .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.menu-btn.open .bar:nth-child(2) {
    opacity: 0;
}
.menu-btn.open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.mb-bar-wrap .header-icons {
    line-height: 0;
}
.mb-bar-wrap {
    align-items: center;
    gap: 10px;
}
.mb-bar-wrap .search-btn {
    margin: 0;
}

.submenu-mb-list{
  display: none;
}

.submenu-link .submenu-link-item {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 8px;
}

.submenu-mb-list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--white);
  overflow-y: auto;
  max-height: calc(100vh - 150px);
}

.submenu-link-inner {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: calc(100% + 40px);
    color: var(--black);
    background-color: #f5f2ff;
    padding: 24px;
    margin: -27px -44px 10px -24px;
}

.submenu-mb-list li a {
    font-size: 22px;
    font-weight: 600;
    color: var(--black);
}

.submenu-mb-list li a:hover{
  color: var(--primary);
  text-decoration: none;
}

.mobile-menu .submenu-mb-list li {
    padding: 7px 0;
}

.mobile-menu ul .menu-item-sn {
    padding-bottom: 0;
}

.mobile-menu ul .menu-item-sn a {
    font-size: 18px;
    color: var(--black);
}

.mobile-menu ul .menu-item-sn a:hover{
  color: var(--primary);
  text-decoration: none;
}

.sm-social-icons {
    margin-top: -15px;
}

.sm-social-icons .top-head-social {
    padding-top: 0;
}

.sm-social-icons .top-head-social a{
  color: var(--black);
}

.sm-social-icons .top-head-social a:hover{
  color: var(--primary);
  text-decoration: none;
}

.sm-social-icons .top-head-social a svg {
    width: 18px;
}

.subscribe-bar {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 9px;
}

.subscribe-bar .global-primary-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    width: 100%;
    min-height: 64px;
}
/* end */
.search-block {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 62px);
  padding: 80px 32px;
  margin: 0 auto;
  background-color: var(--light-primary);
  box-shadow: 0 2px 6px hsla(0,0%,8%,.1);
}

.search-block .search-box {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 19px 24px 19px 24px;
    background: var(--white);
    max-width: 1208px;
    margin: 0 auto;
}

.search-block .search-box input {
    flex: 1;
    border: none;
    font-size: 24px;
    font-weight: 500;
    outline: none;
}
.search-block .clear-btn {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--primary);
    margin-right: 10px;
    cursor: pointer;
}

.swiper-pagination {
    position: initial;
    margin-top: 30px;
    display: none;
}

@media(max-width:1800px){
  .email-share-sticky{
    left: 190px;
  }
}

@media(max-width:1700px){
  .email-share-sticky{
    left: 140px;
  }
}

@media(max-width:1600px){
  .email-share-sticky{
    left: 40px;
  }
}

@media(max-width:1400px){
  .email-share-sticky{
    display: none;
  }
}

@media(max-width:1010px){
  .blog-detail-wrap .right-data{
    display: none;
  }

  .blog-detail-wrap .left-data {
    width: 100%;
  }

  .blog-detail-wrap .left-data h1 {
      font-size: 24px;
      text-align: center;
  }

  .link-tag a{
    text-align: center;
  }

  .mobile-version-data {
    display: block !important;
  }

  .mobile-version-data .author-details-si {
    position: initial;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    margin-bottom: 32px;
  }

  .mobile-version-data .author-details-si .d-flex {
    gap: 16px;
    justify-content: center;
    text-align: center;
  }

  .mobile-version-data .author-details-si .d-flex .blog-author.author-details-pc {
    justify-content: center;
  }

  .mobile-version-data .author-details-si .d-flex .blog-author.author-details-pc span {
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    color: var(--black);
    display: inline;
  }

  .mobile-version-data .last-date span{
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    color: var(--black);
  }

  .item-single-post .item-img img {
    width: 100%;
  }

  .blog-detail-wrap{
    padding-left: 40px;
    padding-right: 40px;
  }

  .single-blog-takeaways-main {
    max-width: 710px;
    margin: 0 auto;
  }

  .blog-detail-wrap .left-data ol p,
  .blog-detail-wrap .left-data p,
  .blog-detail-wrap .left-data li {
    font-size: 16px;
  }

  .you-may-section .grid3-box {
    grid-template-columns: 1fr 1fr;
  }

  .footer-top .col-md-6 {
    width: 100%;
  }

  .footer-top .col-md-6 h5 {
    margin-bottom: 24px;
  }

  .our-brands {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 32px;
  }

  .footer-top{
    margin-bottom: 64px;
  }

  .black-white-icon img {
    max-width: 112px;
  }

  .in-view::before{
    display: none;
  }

  .in-view .weekly-box{
    z-index: 0;
  }

  .hr-grid2-box{
    grid-template-columns: 1fr;
  }

  .hr-blog-card .blog-content .blog-author .author-icon{
    display: none;
  }

  .hr-blog-card .blog-content .blog-author .author-name .author-link{
    font-weight: 400;
  }

  .header-section{
    display: none;
  }

  .mobile-header-wrapper{
    display: block;
    position: sticky;
    top: 0;
    z-index: 999;
  }

  .cookies-inner{
    padding: 0 50px 0 20px;
    flex-wrap: wrap;
    row-gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .cookies-content{
    width: auto;
  }

  .lg-grid-box {
    grid-auto-flow: revert-layer;
    grid-template-columns: 1fr;
    grid-row-gap: 48px;
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }

  .blog-horizon{
    align-items: flex-start;
    margin-bottom: 32px;
    flex-direction: column;
  }

  .blog-horizon .blog-content, 
  .blog-horizon .blog-banner {
    width: 90%;
  }

  .blog-horizon .blog-banner {
    margin: 0;
    margin-bottom: 32px;
  }

  .static-grid-content{
    padding: 64px 16px 64px 32px;
    text-align: center;
  }

  .static-grid-content h2{
    font-size: 28px;
    text-align: center;
  }

  .static-grid-content p{
    font-size: 16px;
    text-align: center;
  }
  .static-grid-content .global-primary-btn{
    margin-top: 8px;
  }

  .grid3-box{
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    row-gap: 30px;
  }

  .footer-menu{
    display: none;
  }

  .our-brands-list{
    justify-content: center;
    flex-wrap: wrap;
  }

  .stack-listing .stack-listing-item .stack-listing-link{
    font-size: 16px;
  }

  .head-title p{
    font-size: 16px;
  }

  .head-title h2{
    font-size: 28px;
  }

  .search-block{
    padding: 46px 24px;
  }

  .search-block .search-box{
      padding: 7px 24px;
  }

  .search-block .search-box input{
    font-size: 20px;
  }

  .swiper-button-next, .swiper-rtl .swiper-button-prev,
  .swiper-button-prev{
    display: none;
  }

  .mySwiper {
    margin: 0;
    padding: 0;
  }

  .blog-detail-wrap .left-data h1{
    font-size: 30px;
  }

  .blog-detail-wrap .left-data h2{
    font-size: 28px;
  }

  .blog-detail-wrap .left-data h3{
      font-size: 24px;
  }

  .blog-detail-wrap .left-data h4{
      font-size: 20px;
  }

  .blog-detail-wrap .left-data h5{
      font-size: 18px;
  }

  .blog-detail-wrap .left-data h6{
      font-size: 16px;
  }

}

@media(max-width:767px){

  .search-btn-sh{
    display: none;
  }

 .hr-grid2-box{
    gap: 20px;
    padding-top: 0;
  }

  .hr-blog-card{
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
  }

  .hr-grid2-box .hr-blog-card .blog-banner{
    display: none;
  }

  .py-120{
    padding: 96px 0;
  }

  .footer-top,
  .footer-menu,
  .our-brands{
    display: none;
  }
  .footer-social-wrap .row>div {
    width: 100%;
    text-align: center;
  }
 .footer-social-wrap .social-icons {
    justify-content: center;
  }

  .footer-social-wrap,
  .footer-middle {
    margin-bottom: 32px;
  }
  .footer-bottom{
    border: none;
    padding: 16px 0;
  }
  .f-menu-links small{
    text-align: center;
  }

  footer{
    padding-top: 80px;
  }

  .you-may-section .grid3-box{
    grid-template-columns: 1fr;
    row-gap: 50px;
  }

  .blog-title h3{
    font-size: 18px;
    margin-bottom: 0;
  }

  .you-may-section .author-name{
    font-size: 16px;
  }

  .you-may-section .blog-author .author-icon{
    display: none;
  }

  .single-newsletter-grid{
    flex-direction: column;
    padding: 32px 0 0;
  }

  .single-newsletter-grid .img-box{
    text-align: center;
  }

  .blog-detail-wrap{
    padding: 0;
  }

  .in-view .weekly-box{
    background-color: transparent;
  }

  .container{
    padding: 0 24px;
  }

  .item-single-footer .item-single-footer-content {
    width: 100%;
    text-align: center;
  }

  .item-single-footer .item-single-footer-author,
  .item-single-footer .item-single-footer-author img {
    width: 100px;
    height: 100px;
  }

  .item-single-footer {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .follow-wrap{
    justify-content: center;
  }

  .head-title h2{
    font-size: 24px;
  }

  .custom-modal-grid{
    flex-direction: column;
    border-radius: 0;
  }

  .custom-modal-grid .custom-modal-image img{
    max-width: 134px;
  }

  .custom-modal-grid .custom-modal-body{
    width: 100%;
    margin: 0;
    padding: 15px 20px;
  }

  .custom-modal-grid .custom-modal-body .custom-modal-close{
    color: var(--white);
    height: 20px;
    width: 20px;
    opacity: 0.5;
  }

  .custom-modal-grid .custom-modal-body .custom-modal-close:hover{
    opacity: 1;
  }

  .custom-modal-content{
    border-radius: 0;
  }

  .custom-modal-title{
    margin-bottom: 0;
  }

  .custom-modal-dialog{
    font-family: "Sora", sans-serif !important;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .cookies-inner{
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 10px;
    padding: 0 20px;
  }

  .blog-horizon .blog-content, .blog-horizon .blog-banner{
    width: 100%;
  }

  .inner-section-title{
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .search-block{
    width: calc(100% - 40px);
  }

  .search-block .search-box{
    padding: 7px 15px;
  }

  .swiper-pagination{
    display: block;
  }
}

@media(max-width:575px){
  .grid3-box{
    grid-template-columns: 1fr;
  }
  .grid2-wrap {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .grid2-wrap>div {
    width: 100%;
  }
  .static-grid-box>div {
    width: 100%;
  }
  .static-grid-box{
    flex-direction: column;
  }
  .static-img{
    min-height: 377px;
  }
  .stack-grid{
    flex-direction: column;
    row-gap: 24px;
  }
  .stack-grid>div{
    width: 100%;
  }

  .blog-author .author-icon{
    display: none;
  }

  .search-block .search-box input{
    width: 0;
  }
}