@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/*****************************
  Typography
*****************************/
body {
  font-family: "Inter", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  color: #000000;
  overflow-x: hidden;
  overflow-y: scroll; 
  background: #f1f4f9;
}

a {
  outline: medium none !important;
  color: #0A63BA;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }
  a:focus {
    color: #000000;
    text-decoration: none !important; }
  a:hover {
    color: #000000;
  }

a.text-dark:focus {
  color: #0A63BA !important; }

a.text-dark:hover {
  color: #0A63BA !important; }

input {
  outline: medium none !important;
  color: #0A63BA; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Inter", serif;
  color: #000000;
  margin: 0px 0px 1rem;
  font-weight: bold; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  .h1 a,
  .h2 a,
  .h3 a,
  .h4 a,
  .h5 a,
  .h6 a {
    color: inherit; }



label {
  font-weight: normal; }

h1 {
  font-size: 42px;
  font-style: normal;
  line-height: 52px; }

h2 {
  font-size: 36px;
  line-height: 46px; }

h3 {
  font-size: 30px;
  line-height: 40px; }

h4 {
  font-size: 24px;
  line-height: 34px; }

h5 {
  font-size: 22px;
  line-height: 32px; }

h6 {
  font-size: 18px;
  line-height: 28px; }

* {
  box-sizing: border-box;
}

*::-moz-selection {
  background: #c1f14f;
  color: #000000;
  text-shadow: none; }

::-moz-selection {
  background: #c1f14f;
  color: #000000;
  text-shadow: none; }

::selection {
  background: #c1f14f;
  color: #000000;
  text-shadow: none; }

/* Loader  */
/* .fontmain.loading:before,
.fontpreview.loading:before {
  background-image: url(../images/loader.gif);
  content: "";
  background-color: #fcfefc;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
} */


/*Search*/
.categories-btn{
  display: none;
}
.search {
  display: none;
  margin-left: 10px;
}

.search a{
  color: #ffffff;
  font-size: 22px;

}

.search a:hover{
  color: #c1f14f;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  padding:0;
  background-color: #eaeaec;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}


#search form{
  position: relative;
}
    
#search .close {
  display: flex;
  height: 25px;
  width: 25px;
  border: 2px solid #cccccc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  background: inherit;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 1;
  color: #cccccc;
  font-size: 16px;
}

#search .close:hover {
  border: 2px solid #c1f14f;
  color: #c1f14f;
} 

#search.open {
  opacity: 1;
  visibility: visible;
}



/*header*/

.header {
  background: linear-gradient(180deg, rgba(6,37,203,1) 0%, rgba(19,137,245,1) 100%);
}

.header .header-top{
  padding: 20px 30px;
  margin-bottom: 20px;
}

.header .header-top .top-head-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .header-top .navbar-brand{
  padding: 0;
  margin: 0;
  display: inline-block;
}

.header .header-top .navbar-brand img{
  height: auto;
  width: 220px;
}

.header .header-top .navbar-brand svg {
  width: 220px;
  height: 37px;
}
.header .header-top .navbar-brand svg g path {
  transition: all 0.5s ease-in-out;
}
.header .header-top .navbar-brand:hover svg g path {
  fill: #c1f14f;
}

.header .header-top .header-top-right{
  display: flex;
  align-items: center;
}

.header-top-right .btn-group{
  margin-right: 40px;
}

.fb-like-btn {
  background-color: #1877f2;
  color: #ffffff;
  border-radius: 3px;
  font-size: 11px;
  height: 20px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  gap:5px;
  cursor: pointer;
}

.x-post-btn {
  line-height: 1;
}

.x-post-btn a {
  background-color: #000000;
  padding: 1px 12px;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  color: white;
  border-radius: 100px;
  font-weight: 500;
}


.header-top-right .select-language{
  margin-right: 30px;
}

.select-language .dropdown .dropdown-toggle {
  color: #ffffff;
  font-size: 12px;
}
.select-language .dropdown .dropdown-toggle i{
  padding-left: 3px;
}

.select-language .dropdown .dropdown-toggle:after{
  display: none;
}
.select-language .dropdown .dropdown-toggle img{
  height: 16px;
  width: 24px;
  display: inline-block;
  margin-right: 5px;
}
.select-language .dropdown-item {
   font-size: 12px;
   padding: 5px 5px;
}
.select-language .dropdown-item .country-flag{
  height: 16px;
  width: 24px;
  display: inline-block;
  margin-right: 5px;
 
}

.select-language .dropdown-item:hover{
  background-color:#f5f5f5;
}

#search-form{
  position: relative;
  width: 100%;
}

#search-form .search-input{
  border: none;
  outline: none;
  height: 50px;
  padding-right: 55px;
  font-size: 15px;
  width: 290px;
  padding-left: 15px;
  background: #ffffff;
  color: #333333;
  border-radius: 6px;
}


 #search-form #searchbtn{
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    padding: 0 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
    background: #c1f14f;
    font-size: 14px;
    line-height: 15px;
    color: #000;
    outline: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

#search-form #searchbtn:hover{
  background: #000000;
  color: #c1f14f;
}

.goog-te-gadget {
  color: #ffffff !important;
}

.goog-te-gadget span a {
  color: #ffffff !important;
}


.header-main .nav-menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}

.header-main .nav-right{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header-main .navbar{
  padding: 0px;
}
.header-main .nav-items {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;

}

.header-main .nav-items .nav-item {
  display: inline-block;

}
.header-main .nav-items .nav-item .nav-link{
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  padding: 4px 12px;
  display: inline-block;
  font-weight: 600;
  position: relative;
  font-family: "Lato", sans-serif;
  border-radius: 4px;
}
.header-main .nav-items .nav-item.active .nav-link,
.header-main .nav-items .nav-item .nav-link:hover{
  background: #c1f14f;
  color: #000;
}

.header-main .nav-items .nav-item.menu-item-deals .nav-link{
  color: #c1f14f;
}

.header-main .action-group .toggle-btn {
  display: none;
}

.action-group .menu-item-favorites {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.action-group .menu-item-favorites li{
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
} 
.action-group .menu-item-favorites li:last-child{
  padding-right: 0px;
  margin-right: 0px;
}
.action-group .menu-item-favorites li:last-child:after{
  display: none;
}
.action-group .menu-item-favorites li:after{
  position: absolute;
  content: "/";
  color: #fff;
  height: 28px;
  font-size: 18px;
  width: 3px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;

}
.action-group .menu-item-favorites li.favorites-login:after{
  content: inherit ;
}


.action-group .menu-item-favorites li a{
  font-weight: normal;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  color: #fff;
  padding: 10px 0;
  font-family: "Lato", sans-serif;
}

/*  Banner  */
.banner {
  padding: 80px 0;
}

.banner h1.title {
  color: #ffffff;
  text-align: center;
  font-size: 41px;
  line-height: 58px;
  padding: 0 3em;
}

.banner h1.title span a {
  color: #c1f14f;
  text-decoration: underline;
}

.banner h1.title span a:hover {
  color: #ffffff;
}
 
.banner .search-font {
  margin-top: 50px;
}

.banner #search-form { 
  width: 70%;
  margin: 0 auto;
}

.banner #search-form .search-input { 
  width: 100%;
  height: 68px;
  padding-right: 80px;
  font-size: 23px;
  border-radius: 12px;
}

.banner #search-form .search-input::placeholder {
  color: #000000;
  font-size: 23px;
}

.banner #search-form #searchbtn {
  width: 60px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.banner #search-form #searchbtn:hover {
  background:#000000;
  color: #c1f14f;
}

.banner .search-font .search-category {
  width: 70%;
  margin: 15px auto 0px auto;
  text-align: center;
}

.banner .search-category .sub-category {
  border: 1px solid #ffffff;
  padding: 2px 10px;
  display: inline-flex;
  color: #ffffff;
  border-radius: 50px;
  margin: 0px 5px 8px 0px;
}

.banner .search-category .sub-category:hover {
  background: #c1f14f;
  color: #000000;
  border-color: #c1f14f;
}

.header-main .nav-items .nav-item:last-child {
  border-right: 1px solid hsl(0deg 0% 100% / 20%);
  padding-right: 30px;
}

.container.free-fonts-item {
  padding-top: 40px;
}

.see-all-btn {
  border: 1px solid #1389f5;
  border-radius: 50px;
  padding: 9px 26px;
}

.see-all-btn i {
  display: none;
}

.see-all-btn:hover {
  background: #1389f5;
  color: #ffffff;
}

.featured-fonts .featured-free-box:first-child {
    width: 66.666%;
}
.featured-fonts .featured-free-box {
    width: 33.333%;
}

/*top-categories*/

.top-categories-box{
  border: 1px solid #ccc;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 20px;
}

.inline-alphab{
  display: grid;
  grid-template-columns: repeat(27, 1fr);
  margin-bottom: 10px;
}

.inline-alphab a{
  color: #0A63BA;
  font-size: 18px;
  line-height: 1.45em;
  font-weight: bold;
  display: inline-block;
  padding: 1px 2px;
}

.inline-alphab a:hover{
  text-decoration: underline;
  color: #000000;
  /*background: #0A63BA;*/
}

/* .inline-categories {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 10px;
} */

.inline-categories {
  overflow: auto;
}

.inline-categories .inline-categories-scroll {
 /* display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0px 10px;
  grid-template-rows: repeat(9, 1fr);
  grid-auto-flow: column;*/

  /*display: inline-flex;
  grid-gap: 10px;
  padding-bottom: 5px;*/

  column-count: 7;

  -webkit-column-count: 7;

  -webkit-column-rule: 0px;

  -moz-column-count: 7;

  -moz-column-rule: 0px;

  column-gap:15px;    

  -webkit-column-gap: 15px;

  -moz-column-gap: 15px;
}

.top-categories-box .inline-categories .sub-category a{
  font-weight: bold;
  font-size: 16px;
}

.top-categories-box .inline-categories .sub-category a:hover{
  text-decoration: underline;
}

.top-categories-box .inline-categories .sub-category.font-active a{
  text-decoration: underline;
  color: #000000;
}

.top-categories-box .inline-categories .sub-category.font-active{
  background-color: unset !important;
}

.inline-categories .categorie a{
  color: #0A63BA;
  font-size: 14px;
  line-height: 1.45em;
  font-weight: bold;
  display: inline-block;
  padding: 1px 2px;
}

.inline-categories .categorie .ic-ufs a{
  text-transform: uppercase;
}

.inline-categories .categorie a:hover{
  text-decoration: none;
  background: #0A63BA;
  color: #ffffff;
}

/*cet and sub cet  */
.inline-categories .categorie {
  border-radius: 5px;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}

.inline-categories .categorie > .ic-ufs a {
  background: #1465b7 !important;
  color: #fff;
  width: 100%;
  padding: 5px;
  border-radius: 3px;
  font-size: 12px;
}

.inline-categories .categorie .ic-ufs.sub-category a {
  background: none !important;
  color: #000;
}

/*Dingbats Categories*/
/*.inline-categories .dingbats-categories .categorie{
  background-color: inherit;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 0px 15px;
  width: 100%;
}*/

.inline-categories .dingbats-categories{
  column-count: 7;

  -webkit-column-count: 7;

  -webkit-column-rule: 0px;

  -moz-column-count: 7;

  -moz-column-rule: 0px;

  column-gap:15px;    

  -webkit-column-gap: 15px;

  -moz-column-gap: 15px;
}

.featured-list-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.featured-list-title .title{
  font-weight: bold;
  font-size: 34px;
  line-height: 48px;
  text-transform: capitalize;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0px;
}

.see-all-btn{
  font-weight: normal;
  font-size: 15px;
  display: inline-block;
  margin-left: 20px;
  float: right;
  position: Relative;
  top: 4px;
  color: #1389f5;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.see-all-btn span{
  padding-left: 5px;
}

.outerborder{
  margin-bottom: 16px;
  border-radius: 13px;
}

.featured-fonts .outerborder .fontborderA{
  border: 1px solid #cccccc;
  height: auto;
  position: relative;
  background: #FFFFFF;
  webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  transition: .5s;
}

.featured-fonts .outerborder .fontborderA:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #bbbbbb;
  transition: .5s;
  transform: scale(.9);
  z-index: -1;
}

.featured-fonts .outerborder .fontborderA:hover:before {
  transform: scale(1.001);
  box-shadow: 0 0 30px #bbbbbb;
}

.featured-fonts .fontpreview {
  padding: 10px 0px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 150px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.featured-fonts .fontpreview .font-hname{
  display: none;
}

.featured-fonts .fontinfo{
  height: auto;
  padding: 0;
  background: #c1f14f;
  border-radius:0px 0px  9px 9px;
}

.featured-fonts .fontinfo .fontsleft {
  padding: 10px 0px 10px 23px;
}

.featured-fonts .fontinfo .fontsleft .fonttitle {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}

.featured-fonts .fontinfo .fontsleft .fonttitle a{
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.featured-fonts .fontinfo .fontsleft .fonttitle a:hover{
  text-decoration: underline;
}

.featured-fonts ul.featured-font-variable {
  padding: 20px 0px 0 15px;
  margin: 0;
}

.featured-fonts ul.featured-font-variable li {
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
}

/*premium-featured*/

.premium-featured{
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #cccccc;
}

.fp-font-img-url{
  display: block;
}

.fp-font-img-url img{
  display: block;
  width: 100% !important;
  height: 154px;
  margin-bottom: 10px;
  object-fit: cover;
  -webkit-object-fit: cover;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.fp-font-url{
  font-size: 16px;
  color: #0A63BA;
  line-height: 1.4em;
  display: block;
  white-space: normal;
  font-weight: bold;
}

.premium-featured-slider .owl-nav button{
  color:#ffffff !important; 
  background:#0A63BA !important; 
  font-size:18px !important; 
  position:absolute; 
  right:20px; 
  top:50px; 
  z-index:3;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  border-radius:50%;
  padding-top:13px !important;
  width:48px;
  height:48px;
  text-align:center;
  overflow:hidden;
  visibility:hidden;
  opacity:0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

.premium-featured-slider .owl-nav button.owl-prev{
  left: 20px;
  right: auto;
}

.premium-featured-slider:hover .owl-nav button{
  visibility: visible;
  opacity: 1;
}

/*footer*/

.footer {
  padding: 50px 0;
  margin-top: 40px;
  background-color: #101a24;
}

.footer-block .section-title {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #fff;
  margin-right: 5px;
}

.footer-block .introblock {
  font-size: 14px;
  line-height: 20px;
}

.footer-nav-links .footer-nav-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-links  ul.footer-nav-items{
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.footer-nav-links .footer-nav-items li a {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}

.footer-nav-links .footer-nav-items li a:hover{
  color: #c1f14f;
}

.footer-nav-links  ul.footer-nav-items.footer-partner-link li h2,
.footer-nav-links  ul.footer-nav-items.footer-partner-link li a{
  text-transform: capitalize;
}

.footer-copy p{
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.footer-copy p a{
  color: #fff;
}

#footer-partners-block.footer-block #home-partner-content{
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .select-language{
  text-align: center;
}
.footer .goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  height: 30px;
  padding: 4px 10px;
  font-size: 15px;
  border-radius: 10px;
  border: 2px solid #1389f5;
}

.search-terms .search-tag a {
  color: #000000;
  font-size: 14px;
  line-height: 13px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.search-terms .st-5 a {
  font-size: 33px;
  line-height: 31px;
}

.search-terms .st-2 a {
  font-size: 18px;
  line-height: 16px;
}

.footer-nav-links .footer-nav-items li a:hover,
.search-terms .search-tag a:hover{
  text-decoration: underline;
}

.footer .footer-bottom {
  padding-top: 20px;
}

.footer-bottom .footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .copyright-link {
  color: #000000;
}

#footer-nav-block .select-language{
  display: none;
}

.form-select:focus{
  box-shadow: none;
}

.options-side-block .form-select{
  background-color: #f8f8f8;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 34px;
  width: 210px;
  color: #000000;
  line-height: 20px;
}

.option-box .fonts-form{
  padding: 8px 10px 8px 10px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.option-box .fonts-form .topblock{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.option-box .fonts-form .custom-text{
  display: flex;
  align-items: center;
  gap: 10px;
}

.option-box .fonts-form .custom-text .custom-text-wrap{
  width: 250px;
}

.option-box .fonts-form .custom-text input.form-control{
  float: left;
  font-size: 15px;
  outline: none;
  width: 100%;
  height: 34px;
  background: #f8f8f8;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding-left: 5px;
}

.option-box .fonts-form .custom-text .form-select{
  background-color: #f8f8f8;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 34px;
  width: 210px;
  color: #000000;
  line-height: 20px;
}

.filter-wrap .form-check .form-check-label{
  font-size: 12px;
}

/* input,
span.aligner,
.fontinfo {
  display: none !important;
} */

.outerborder .fontborderA{
  border: 1px solid #ccc;
  position: relative;
  padding: 0px;
  background: #FFFFFF;
  padding-top: 0px;
  border-radius: 9px;
}

.outerborder .fontborderA:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  background: #bbbbbb;
  transition: .5s;
  transform: scale(.9);
  z-index: -1;
}

.outerborder .fontborderA:hover:before {
  transform: scale(1.001);
  box-shadow: 0 0 30px #bbbbbb;
}

.fontmain{
  padding:20px 15px 20px 15px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position:relative;
  min-height: 192px;
  display: flex;
  align-items: center;
}

.fontmain a{
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}

.fontmain a .font-cell{
  width: 100%;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

/* test */
.fontmain a .font-cell.fit-to-width img {
  max-height: none;
}

.fontmain a .font-cell img {
  max-height: 130px;
}

.fontmain a .font-cell.show-art img {
  max-height: 100px;
}

/* .fontmain.loading a .font-cell img {
  height: auto !important;
  width: auto !important;
} */

.fontmain a .tip-cell{
  width: 100%;
  display: none;
  transition: all 0.3s ease-in-out;
}

/* .fontmain:hover a .font-cell{
   display: none;
}

.fontmain:hover a .tip-cell{
   display: inline-block;
} */

.fontmain a .tip-cell img {
  max-height: 130px;
}

.font-hname{
  display: none;
}

.fontinfo {
  padding: 0;
  background: #c1f14f;
  height: auto;
  position: relative;
  border-radius: 0px 0px 7px 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fontsleft {
  padding: 9px 0px 9px 10px;
}

.fontinfo .fonttitle{
  font-weight: bold;
  font-size: 15px;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fontinfo .fonttitle a{
  color: #000000;
}

.fontinfo .fonttitle a:hover{
  text-decoration: underline;
}

.fisep {
  display: inline-block;
  margin: 0 6px;
}

.downloadlink {
  background: #f1f3f4;
  text-transform: uppercase;
  color: #000000;
  padding: 5px 10px;
  font-weight: bold;
  border: none;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  position: relative;
  display: inline-block;
  font-size: 15px;
  height: 41px;
  line-height: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0px 0px 8px 0px;
  transition: all 0.3s ease-in-out;
}

.downloadlink:hover{
  background: #000000;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  color: #ffffff;
}

/* Home Latest Free Fonts */
.featured-fonts .plainlink {
  display: block;
}
.featured-fonts .plainlink .img-fluid {
  max-height:110px;
  height: 110px !important;
  object-fit: contain !important;
  -webkit-object-fit: contain !important;
}

/*pagination*/
.pagenav-bottom{
  margin: 30px 0 10px 0;
  text-align: center;
  font-size: 16px;
}

.pagenav-bottom nav > div{
  flex-direction: column;
}

.pagenav-bottom nav > div > div{
  width: 100%;
}

.pagenav-bottom nav > div > div:has(p.text-muted){
  text-align: left;
}

.pagenav-bottom nav > div > div:has(p.text-muted) p.text-muted{
  margin-bottom: 0px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.pagenav-bottom nav > div > div:has(.pagination){
  text-align: center;
}

.pagenav-bottom nav > div > div:has(.pagination) .pagination{
  margin-top: -30px;
}

.pagination{
  gap:6px;
  flex-wrap: wrap;
  margin-bottom: 0px;
  justify-content: center;
}

.pagination .page-item .page-link{
  color: #000000;
  padding: 8px 32px;
  text-decoration: none;
  min-width: 20px;
  text-align: center;
  display: inline-block;
  border: 1px solid #cccccc;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f1f3f4;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover{
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

@media (max-width: 768px) {
  .pagenav-bottom {
    text-align: center; /* Center align pagination links */
  }

  .pagenav-bottom .pagination {
    display: inline-block; /* Ensure pagination links are inline */
    margin-bottom: 0; /* Remove default margin-bottom */
  }

  .pagenav-bottom .page-item {
    display: inline-block; /* Ensure pagination items are inline */
    margin-right: 5px; /* Add some space between pagination items */
  }

}

.page-item:not(:first-child) .page-link{
  margin-left: 0px;
}

/*Best Sellers*/
.commercialImage{
  display: flex;
  padding: 20px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
}

.commercialImage .imgcommlink{
  position: relative;
  min-height: 120px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.commercialImage .premiumImageArtLink {
  position: relative;
  width: 250px;
  flex: 0 0 250px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 3;
}

.premiumImageArtLink:hover {
  z-index: 4;
}

.premiumImageArtLink img {
  width: 250px;
  height: 125px;
  object-fit: cover;
  -webkit-object-fit: cover;
  border-radius: 8px;
}

.premiumImageArtLink .art-image-tooltip{
  width: 600px;
  height: auto;
  pointer-events: none;
  display: none;
  position: fixed;
  top:200px;
  left: 0;
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  visibily: hidden;
  pointer-events: none;
}

.premiumImageArtLink:hover .art-image-tooltip{
  display: inline;
}

/* blog */

.hbp-wrap {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 25px;
}

.hbp-wrap .hbp-image-wrap img {
  width: 100%;
}

.hb-post .hpb-title{
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.hb-post .hbp-meta{
  padding: 5px 0px;
}

.hb-post .hbp-meta {
  color: #999999;
  font-weight: normal;
  font-size: 12px;
}

.hb-post .hbp-meta span{
  margin-right: 10px;
}

.hb-post .hbp-meta span a{
  color: #999999;
  border-bottom: 1px dotted transparent;
}

.hb-post .hbp-meta span a:hover{
  border-bottom: 1px dotted #999999;
}

.hb-post .hbp-meta span i{
  margin-right: 5px;
}

.hb-post .hbp-image-wrap{
  margin: 10px 0px;
  display: block;
}

.hb-post .hbp-image-wrap img {
  display: block;
  width: 100%;
  height: 150px;
}
.hb-post .hbp-content{
  padding: 10px 0px 15px;
  font-size: 16px;
  line-height: 1.4em;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  /* max-height: 100px; */
}

.hb-post .hbp-more-lnk {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  color: #0A63BA;
}

.hb-post .hbp-more-lnk:hover {
  color: #0A63BA;
}

/*faq*/
.entry{
  background: #ffffff;
  padding: 15px 20px;
  padding-bottom: 25px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.entry .featured-list-title{
  margin-bottom: 25px;
}

.entry .featured-list-title .title{
  font-size: 41px;
  line-height: 46px;
  font-weight: 400;
}

.entry-content a{
  font-weight: 700;
  color: #0a63ba;
}
.entry-content a:hover{
  border-bottom: 1px dotted #0a63ba;
}

.entry-content p{
  font-size: 16px;
  line-height: 26px;
  word-wrap: break-word;
}


.tags-content{
  background: #ffffff;
  padding: 15px 20px;
  padding-bottom: 25px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/*commercial-fonts-list*/
.commercial-fonts-list-box{
  border: 1px solid #ccc;
  padding: 30px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.comm-list-font-split-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}

.comm-list-font-row {
  font-size: 16px;
  line-height: 1.6em;
}
.comm-list-font-row a{
  color: #0A63BA;
  font-weight: bold;
}

.comm-list-font-row a:hover{
  text-decoration: underline;
}


/*Font Authors*/
.sigle-font-content{
  padding: 25px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.sfc-text{
  font-size: 16px;
  line-height: 1.5em;
  color: #000000;
}

.sfc-text a{
  color: #0A63BA;
  font-weight: bold;
}

.letterbrowse3{
  display: grid;
  grid-template-columns: repeat(26, 1fr);
  margin-bottom: 10px;
  margin-top: 20px;
}

.letterbrowse3 a:hover{
  color: #37A505;
}

.letterbrowselinkS2{
  color: #37A505;
}

.authorlist{
  font-size: 15px;
  line-height: 1.5em;
}

.authorlist a{
  color: #0A63BA;
  text-decoration: none;
  font-weight: bold;
  padding-left: 8px;
}

.from-control-class{
  margin-bottom: 15px;
}

.login-form .form-control,
.contact-form .form-control{
  font-size: 16px;
  webkit-box-shadow: inset 0 0 2px 0 rgba(33, 33, 33, .2);
  box-shadow: inset 0 0 2px 0 rgba(33, 33, 33, .2);
  outline: none;
  border: 1px solid #ddd;
}

.contact-form .form-captcha{
  display: flex;
  align-items: center;
  gap:5px;
  margin-bottom: 15px;
}

.contact-form .form-captcha .form-control {
  margin-bottom: 0px;
  width: 110px;
  padding: 8px 10px;
  background: #eaeaec;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  box-shadow: none;
  border-radius: 0px 3px 3px 0px;
  border-left: none;
}

.login-form button.btn,
.contact-form button.btn{
  padding: 12px 25px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  background: #c1f14f;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* captcha */
.form-captcha button#refresh-captcha {
  background: #1465b7;
  border: none;
  padding: 10px 15px;
  font-size: 15px;
  text-shadow: none;
  text-transform: none;
  font-weight: 600;
}

.form-captcha #captcha-container {
  border: 1px solid #dddddd;
    padding: 9px 15px;
    margin-right: -7px;
}

.blog-content.entry{
  padding: 0px;
}

.blog-content .post-header .entry-title{
  color: #000;
  padding: 15px 25px 10px 25px;
  position: relative;
  font-weight: 400;
  font-size: 41px;
  line-height: 46px;
  margin-bottom: 0px;
}

.blog-content .post-header .entry-meta {
  border-bottom: 1px dotted #999;
  position: relative;
  padding: 5px 0 10px;
  margin: 0 25px 10px;
}

.blog-content .post-header .entry-meta:before{
  width: 6px;
  height: 100%;
  position: absolute;
  content: "";
  left: -25px;
  top: 0;
  background: #3076c9;
}

.blog-content .post-header .entry-meta .hbp-meta{
  color: #999999;
  font-weight: normal;
  font-size: 12px;
}

.blog-content .post-header .entry-meta .hbp-meta{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap:10px;
}

.blog-content .post-header .entry-meta span i {
  margin-right: 5px;
}

.blog-content .post-header .entry-meta span a {
  color: #999999;
  border-bottom: 1px dotted transparent;
}

.blog-content .post-header .entry-meta span a:hover {
  border-bottom: 1px dotted #999999;
}

.blog-social-block{
  padding: 10px 0px;
}

.blog-social-block .btn-group{
  gap:30px;
}

.blog-social-block .btn-group .fb-like-btn{
  margin-right: 0px;
}

.blog-social-block .btn-group .fb-like-btn span{
  margin-right: 0px;
}

.blog-social-block .btn-group .x-post-link span{
  margin-right: 0px;
}

.blog-content .entry-content{
  padding: 15px 25px 25px;
}

.blog-featured-image {
  margin-bottom: 15px;
}

.entry-content .single-first-p {
  font-size: 17px;
  line-height: 26px;
  max-width: none;
  color: #000;
}

.entry-content h3{
  margin:20px 0px;
}

.entry-content a.external{
  font-size: 16px;
  line-height: 26px;
  color: #0a63ba;
  text-decoration: none;
  font-weight: 700;
}

.entry-content a.external:hover{
  border-bottom: 1px dotted #0a63ba;
}

.page-title {
  font-size: 46px;
  line-height: 56px;
  color: #000;
  font-weight: bold;
  margin: 20px 0 25px 0;
}

.content-wrapper.blog-page {
  padding: 30px 0px;
} 

.blog-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}

.blog-wrap .blog-item{
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
}

.blog-wrap .blog-item .tag,
.blog-detail.entry .blog-item .tag{
  color: #000;
  font-size: 13px;
  line-height: 1;
  padding: 8px;
  font-weight: bold;
  border-radius: 6px;
  margin-bottom: 15px;
  display: inline-flex;
  text-transform: uppercase;
  background-color: #dbe2ec;
}

.blog-wrap .blog-item .tag a,
.blog-detail.entry .blog-item .tag a {
  color: #000;
  font-weight: 800;
}

.blog-wrap .blog-item .tag a:hover,
.blog-detail.entry .blog-item .tag a:hover {
  color: #0372e6;
}

.blog-wrap .blog-item .blog-title{
  font-size: 30px;
  line-height: 38px;
  position: relative;
  padding-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.blog-wrap .blog-item .blog-title a:hover{
 color: #0372e6;
}

.blog-wrap .blog-item .blog-title:before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 7px;
  content: "";
  background: #000;
  border-radius: 6px;
}

.blog-wrap .blog-item .content{
  margin-bottom: 25px;
}

.blog-wrap .blog-item .content,
.blog-wrap .blog-item .content p{
  color: #5d5e60 !important;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0px;
  font-family: "Inter", serif !important;;
}

.blog-wrap .blog-item .content{
  /* overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical; */
  margin-bottom: 25px;
}

.blog-wrap .blog-item .content p br{
  display: none;
}

.blog-wrap .blog-item .btn.link-btn{
  color: #0372e6;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  padding: 12px 22px;
  border-radius: 50px;
  border: 2px solid #0372e6;
}

.blog-wrap .blog-item .btn.link-btn:hover{
  color: #fff;
  background-color: #0372e6;
}

.content-wrapper.blog-detail-page{
  padding: 30px 0px;
}

.content-wrapper.blog-detail-page .container{
  max-width: 1000px;
}

.blog-detail.entry{
  border: inherit;
  margin-top: 30px;
  padding: 50px 60px;
  background: #ffffff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.blog-detail.entry .blog-item .blog-title{
  font-size: 42px;
  line-height: 52px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.blog-detail.entry .blog-item .blog-title:before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  content: "";
  background: #000;
  border-radius: 6px;
}

.blog-detail.entry .blog-item .content i{
  color: #757d90;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
  display: inline-block;
}

.blog-detail.entry .blog-item .content p{
  /* color: #5d5e60 !important; */
  font-size: 18px;
  line-height: 24px;
}

.blog-detail.entry .blog-item .content h2{
  margin-top: 1.3em;
}


.blog-detail-page .back-btn a{
  color: #000;
  font-size: 16px;
}

.blog-detail-page .back-btn a i{
  font-size: 14px;
}

.blog-detail-page .back-btn a:hover{
  color: #0372e6;
}

/* Breadcrumbs */
ul.breadcrumbs {
  display: flex;
  padding: 0 0 15px 0;
  margin: 0;
}

ul.breadcrumbs li {
  list-style: none;
  margin-right: 15px;
  font-size: 19px;
  font-weight: 500;
  position: relative;
  padding-right: 15px;
}

ul.breadcrumbs li:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  left: -19px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

ul.breadcrumbs li:first-child:before {
  content: none;
}

.inner-font-details  .page-title {
  font-weight: bold;
  margin: 0px 0 15px 0;
}

.inner-font-details .font-less{
  font-size: 15px;
}

.inner-font-details  > p .font-more{
  font-size: 15px;
  /*overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: 3;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;*/
}

.font-details .details-row{
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 10px;
}

.font-details .details-row .detail-title{
  width: 110px;
  font-weight: bold;
}

.font-details .details-row .detail-content a{
  color: #000000;
}

.font-details .details-row .detail-content a.font-fav-icon{
  color: #0A63BA;
}

.font-details .details-row .detail-content a:hover{
  text-decoration: underline;
}

.font-details .details-row .detail-content .rating-area{
  display: flex;
  gap: 5px;
}

.font-details .details-row .detail-content a.rating-star {
  display: inline-block;
  width: 22px;
  font-size: 17px;
  margin-right: 0px;
  vertical-align: middle;
  color: #d2d7db;
}

.font-details .details-row .detail-content a.rating-star.rated{
  color: #938f8f;
}

.font-details .details-row .detail-content a.rating-star:hover{
  color: #c1f14f;
}

.font-details .btn-group{
  display: flex;
  gap:10px;
}

.font-details .btn-group .fb-like-btn{
  margin-right: 0px;
}

.sigle-font-content .option-box{
  margin-top: 20px;
}

.sigle-font-content .option-box .fonts-form{
  background-color: #f2f2f2;
  border-radius:0;
  border: none;
  padding: 10px;
}

.sigle-font-content  .option-box .fonts-form .custom-text input.form-control{
  background-color: #ffffff;
}

.sigle-font-content  .option-box .fonts-form .custom-text .form-select{
  background-color: #ffffff;
}

.sigle-font-content  .option-box .downloadlink{
  background: #f1f3f4;
  text-transform: uppercase;
  color: #000000;
  padding: 5px 10px;
  font-weight: bold;
  border: 1px solid #ccc;
  position: relative;
  display: inline-block;
  font-size: 15px;
  height: 41px;
  line-height: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.sigle-font-content  .option-box .downloadlink:hover{
  background: #000000;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  color: #ffffff;
}

.font-content .subview-title{
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  text-transform: uppercase;
  margin: 20px 0 5px 0;
  padding: 0;
  font-weight: bold;
}

.sigle-font-content.entry .premium-featured .featured-list-title {
  margin-bottom: 10px;
}

.sigle-font-content.entry .premium-featured .featured-list-title .title{
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}

/* container-fluid */

@media (min-width: 1024px) {
/*  .container {
    max-width: 994px; 
  }*/

  .container {
    max-width: 1224px; 
  }  
}

@media (min-width: 992px) {

  .select-language .dropdown-menu {
    margin: 0px;
    min-width: 110px;
    border-radius: 4px;
    padding: 0px;
    border-color: transparent;
    left: 0;
    top: 15px;
    transform: translate3d(-10px, 15px, 0);
    transition: all 0.3s ease-in-out;
    transition-property: opacity, visibility, transform;
    transform-origin: top center;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important;
  }

  .select-language .dropdown:hover > .dropdown-menu {
    transform: translate3d(-10px, 0px, 0);
    visibility: visible;
    opacity: 1;
  }

}
@media (max-width: 1300px) {
  .action-group .menu-item-favorites li a,
  .header-main .nav-items .nav-item .nav-link{
    font-size: 14px;
  }

  .blog-wrap{
    grid-gap: 30px;
  }

  .blog-detail.entry {
   padding: 40px 50px;
  }

  .blog-detail.entry .blog-item .blog-title{
    font-size: 38px;
    line-height: 48px;
  }
}

@media (max-width: 1199px) {
   .header-main .nav-menu,
   .header-main .nav-items{
     gap: 18px;
   }

   .header-main .nav-items .nav-item .nav-link,
   .action-group .menu-item-favorites li a{
     font-size: 14px;
   }

   #search-form .search-input{
    width: 180px;
   }

   .header .header-top .navbar-brand img{
     width: 170px;
   }

   .blog-wrap .blog-item .blog-title{
    font-size: 28px;
    line-height: 36px;
   }

  .blog-detail.entry {
   padding: 30px;
  }

  .blog-detail.entry .blog-item .blog-title{
    font-size: 36px;
    line-height: 46px;
  }

  /* Banner */
  .header-main .nav-items .nav-item:last-child {
    padding-right: 18px;
  }

  .banner h1.title {
    padding :0;
  }

}

@media (max-width: 991px) {

  .header-main .navbar-nav .nav-item {
    margin-right: 10px;
  }

  .header-main .navbar-nav .nav-item .nav-link{
    font-size: 14px;
  }

  .inline-categories {
    grid-template-columns: repeat(4, 1fr);
  }

  .inline-categories .inline-categories-scroll {
    column-count: 5;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-gap:10px;    
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
  }

  .inline-categories .dingbats-categories{
    column-count: 5;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-gap:10px;    
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
  }

  .header-top-left {
    flex-shrink: 0;
  }

  .header .header-top .navbar-brand {
    line-height: 1;
  }
  
  .header .header-top .navbar-brand img {
    width: 100px;
  }

  .header .header-top .header-top-right {
    align-items: flex-start;
  }

  .header-top-right .btn-group {
    margin-right: 10px;
    flex-direction: column;
    gap: 5px;
  }

  .fb-like-btn {
    margin-right: 0;
  }

  .header-top-right .select-language .goog-te-combo {
    margin-top: 0;
  }

  .header-top-right .select-language {
    margin-right: 10px;
  }

  .header-top-right .search-font #search-form {
    width: 145px;
  }

  .header-top-right .search-font #search-form .search-input {
    margin-right: 0;
    padding-right: 50px;
    width: 100%;
  }

  .header-top-right .search-font #search-form #searchbtn {
    padding: 0 10px;
  }

  .option-box .fonts-form .custom-text .custom-text-wrap {
    width: 150px;
  }

  .option-box .fonts-form .custom-text .form-select{
    width: 150px;
  }

  .filter-wrap .form-check-inline{
    margin-right: 10px;
  }

  .hb-post .hpb-title{
    font-size: 24px;
    line-height: 30px;
  }

  .search-terms .st-5 a {
    font-size: 24px;
    line-height: 26px;
  }

  .entry .featured-list-title .title {
    font-size: 30px;
    line-height: 35px;
  }

  .blog-content .post-header .entry-title {
    font-size: 30px;
    line-height: 35px;
  }

  .page-title {
    font-size: 36px;
    line-height: 46px;
  }

  .select-language .dropdown-menu{
    min-width: 110px;
    transform: inherit !important;
    top: 20px !important;
    left:-30px !important;
  }

  .pagenav-bottom nav .d-none.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between {
    display: none !important;
  }

  .pagenav-bottom nav .d-flex.justify-content-between.flex-fill.d-sm-none {
    display: block !important;
  }

  .header .header-top{
    padding: 15px 0px;
  }

  .header-main .nav-items .nav-item .nav-link, 
  .action-group .menu-item-favorites li a{
    font-size: 13px;
  }

  .header-main .nav-menu, .header-main .nav-items{
    gap: 10px;
  }

  .blog-wrap{
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-detail.entry .blog-item .content i{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  /* Banner */
  .banner {
    padding: 50px 0;
  }

  .banner #search-form, .banner .search-font .search-category {
    width: 100%;
  }

  .banner h1.title {
    font-size: 30px;
    line-height: 44px;
  }

  .banner .search-font {
    margin-top: 40px;
  }

  .header-main .nav-items .nav-item:last-child {
    padding-right: 10px;
  }

  .featured-fonts .featured-free-box:first-child {
    width: 50%;
  }

  .featured-fonts .featured-free-box {
    width: 50%;
  }

}

@media (max-width: 767px) {

  .inline-categories {
    grid-template-columns: repeat(3, 1fr);
  }

  .inline-alphab{
    grid-template-columns: repeat(14, 1fr);
  }

  .footer-block .section-title{
    margin-bottom: 10px;
  }

  .search-font {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 9;
  }

  .search-font.open {
    display: block;
  }

  .header-top-right .search-font #search-form {
    width: 100%;
  }

  .header-top-right .search-font #search-form .search-input {
    margin-right: 0;
    padding-right: 55px;
    width: 100%;
    height: 50px;
    border: 1px solid #cccccc;
  }

  .header .header-top {
    padding: 10px 0px;
  }

  .header .header-top .top-head-content{
    position: relative;
  }

  .header .header-top .top-head-content .header-top-left{
    /* text-align: center; */
  }

  .header-top-right .select-language {
    margin-right: 0;
  }

  .header .header-top .header-top-right {
    padding-right: 30px;
  }

  .search {
    display: inline-block;
  }

  #search {
    padding:0px;
    top: 60px;
  }

  #search .search-input {
    background: #eee;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    padding-right: 50px;
    height: 39px;
  }

  #search-form{
    width: 100%;
  }

  #search-form .search-input{
    width: 100%;
    padding-right: 90px;
  }

  .header-main {
    padding: 0px 0px;
    margin-bottom:0px;
  }

  .navbar-toggler:focus{
    box-shadow: none;
  }

  .header-main .main-header {
    width: 85%;
  }

  .header-main .main-header .nav-right {
    width: 100%;
  }

  .header-main .main-header .nav-right .navbar-menu{
    width: 100%;
    overflow-x: auto;
  }

  .header-main .nav-items{
    gap: 15px;
  }

  .header-main .action-group {
    flex-shrink: 0;
    position: relative;
    z-index: 19;
  }

  .header-main .action-group .toggle-btn {
    font-size: 20px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0A63BA;
    border: 1px solid #0A63BA;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
  }

  .action-group .menu-item-favorites {
    display: none;
    background-color: white;
    flex-direction: column;
    width: 125px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    position: absolute;
    top: 19px;
    right: 0;
  }

  .action-group .menu-item-favorites.open {
    display: flex;
  }

  .action-group .menu-item-favorites li {
    margin: 0;
    padding: 0;
  }

  .action-group .menu-item-favorites li:after {
    display: none;
  }

  .categories-btn{
    position: absolute;
    right: 0;
  }

  .header-main .nav-items .nav-item .nav-link{
    padding: 4px 8px;
    font-size: 14px;
    width: max-content;
  }
    
  .option-box .fonts-form .topblock {
    flex-direction: column;
    gap: 10px;
  }

  .option-box .fonts-form .custom-text {
    gap: 4%;
    width: 100%;
  }

  .option-box .fonts-form .custom-text .custom-text-wrap, 
  .option-box .fonts-form .custom-text .form-select{
    width: 48%;
  }

  .entry .featured-list-title .title {
    font-size: 24px;
    line-height: 30px;
  }

  .blog-content .post-header .entry-title {
    font-size: 24px;
    line-height: 30px;
  }

  .blog-wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .page-title {
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0 15px 0;
  }

  .top-categories.commercial-categories{
    display: block;
  }

  .pagenav-bottom nav > div > div:has(p.text-muted) p.text-muted{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .pagenav-bottom nav > div > div:has(.pagination) .pagination{
    margin-top: 0px;
  }

  .footer .min-footer {
    padding: 0;
  }

  .footer .min-footer .d-none {
    display: block !important;
    margin-bottom: 0 !important;
  }

  .min-footer .col-md-6:nth-child(2) {
    order: 4;
  }

  .min-footer .col-md-6:nth-child(2) .footer-block {
    border: none;
  }

  .footer-nav-links .footer-nav-items {
    display: flex;
    justify-content: center;
    gap: 0 10px;
    flex-wrap: wrap;
  }

  #footer-nav-block .select-language{
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  #footer-nav-block .select-language .dropdown .dropdown-toggle {
    color: #000000;
  }

  #footer-nav-block #home-nav-content .section-title {
    display: none;
  }

  .footer-bottom .footer-bottom-content{
    flex-direction: column;
    justify-content: center;
    gap:15px;
    text-align: center;
  }

  .footer-bottom .footer-bottom-content .btn-group {
    gap: 10px;
  }

  .categories-btn svg rect {
    fill: #ffffff;
  }

  .offcanvas-start{
    width: 150px;
    background: #32373d;
  }

  .offcanvas-body {
    padding: 0px;
  }

  .offcanvas-body .inline-categories {
    grid-template-columns: repeat(1, 1fr);
  }

  .offcanvas-body .inline-categories .categorie a{
    display: block;
    padding: 10px 10px;
    border-bottom: 1px solid #444;
    color: #eee;
    font-weight: bold;
  }

  .inline-categories .inline-categories-scroll {
    column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4;
  }

  .inline-categories .dingbats-categories{
    column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4;
  }

  .action-group .menu-item-favorites li a{
    color: #0A63BA;
  }

  .blog-detail.entry .blog-item .blog-title{
    font-size: 28px;
    line-height: 38px;
  }

  .blog-detail.entry .blog-item .content i{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  /* Banner */
  .banner {
    padding: 30px 0 50px 0;
  }

  .banner h1.title {
    font-size: 26px;
    line-height: 32px;
  }

  .banner .search-font {
    margin-top: 30px;
    display: block;
    position: inherit;
  }

  .header-main .nav-items .nav-item:last-child {
    border: inherit;
    padding-right: inherit;
  }

  .homepage .search {
    display: none;
  }

  .homepage .header .header-top .header-top-right {
    padding-right: 0;
  }

  .featured-fonts .featured-free-box:first-child {
    width: 100%;
  }
  .featured-fonts .featured-free-box {
    width: 100%;
  }

  .fontinfo{
    flex-direction: column;
    gap: 0px;
  }

  .fontinfo .fontsleft{
    padding: 10px;
  }

  .fontinfo .fontsleft,
  .fontinfo .fontsright{
    flex: 0 0 100%;
    width: 100%;
  }

  .fontinfo .fonttitle{
    text-align: center;
  }

  .fontinfo .fontsright .downloadlink{
    width: 100%;
    border-radius: 0px 0px 8px 8px;
    text-align: center;
    border-left: 0px;
  }

}


@media (max-width: 575px) {

  .header .header-top {
    padding: 10px 0px;
  }

  .header .header-top .top-head-content {
    flex-direction: column;
    gap: 15px;
  }

  .header .header-top .top-head-content .header-top-left {
    width: 100%;
  }

  .header .header-top .header-top-right {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .header-top-right .select-language .goog-te-combo {
    margin-bottom: 0;
  }

  .header-top-right .btn-group {
    flex-direction: row;
  }

  .inline-alphab{
    grid-template-columns: repeat(9, 1fr);
  }
  
  .header-top-right .select-language {
    margin-right: 0;
  }

  .inline-categories {
    grid-template-columns: repeat(2, 1fr);
  }

  .search-font {
    top: 50px;
  }

  .header-top-right .search-font #search-form .search-input {
    padding-right: 80px;
  }

  .option-box .fonts-form .custom-text{
    flex-direction: column;
    gap:10px;
  }

  .option-box .fonts-form .custom-text .custom-text-wrap, 
  .option-box .fonts-form .custom-text .form-select{
    width: 100%;
  }

  .commercialImage{
    flex-direction: column;
    gap:15px;
  }

  .commercialImage .premiumImageArtLink{
    width:100%;
    flex: 0 0 100%;
  }

  .commercialImage .imgcommlink{
    min-height: auto;
  }
  .premiumImageArtLink img{
    width: auto;
    height: auto;
  }

  .hb-post .hpb-title{
    font-size: 22px;
    line-height: 28px;
  }

  .search-terms .st-5 a {
    font-size: 22px;
    line-height: 24px;
  }

  .entry .featured-list-title{
    margin-bottom: 15px;
  }
  .entry .featured-list-title .title {
    font-size: 22px;
    line-height: 28px;
  }

  .blog-content .post-header .entry-title {
    font-size: 22px;
    line-height: 28px;
    padding: 15px;
    padding-bottom: 10px;
  }

  .page-title {
    font-size: 24px;
    line-height: 34px;
    margin: 15px 0 10px 0;
  }

  .blog-content .entry-content {
    padding: 15px;
  }

  .blog-social-block .btn-group {
    gap: 10px;
  }

  .hbp-wrap {
    padding: 20px 15px;
  }

  .blog-content .post-header .entry-meta{
    margin: 0 15px 10px 15px;
  }
  .blog-content .post-header .entry-meta:before {
    left: -15px;
  }

  .inline-categories .inline-categories-scroll {
    column-count: 5;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    width: 600px;
    padding-bottom: 10px;
  }

  .inline-categories .dingbats-categories{
    column-count: 5;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    width: 600px;
    padding-bottom: 10px;
  }

  .footer-nav-links ul.footer-nav-items{
    gap: 10px;
  }

  .blog-wrap .blog-item .blog-title {
    font-size: 22px;
    line-height: 30px;
  }
  .blog-wrap .blog-item,
  .blog-detail.entry {
      padding: 20px;
    }

  .blog-detail.entry .blog-item .blog-title{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .blog-detail.entry .blog-item .content p{
    font-size: 16px;
    line-height: 24px;
  }
  .content-wrapper.blog-detail-page {
    padding: 10px 0px;
  }

  .blog-detail.entry .blog-item .blog-title:before{
    height: 5px;
  }
  .featured-list-title .title{
    font-size: 30px;
    line-height: 40px;
  }

}

@media (max-width: 479px) {

  .inline-categories {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-list-title{
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .see-all-btn{
    margin-left: 0px;
  }
  .options-side-block {
    width: 100%;
    flex: 0 0 100%;
  }
  .options-side-block .form-select{
    width: 100%;
  }

  .pagination .page-item .page-link{
    padding: 4px 8px;
    font-size: 14px;
  }

    .header-main .nav-items .nav-item .nav-link:hover:after,
    .header-main .nav-items .nav-item.active .nav-link:after {
      bottom: 5px;
    }

  .fb-like-btn {
    height: 15px;
    padding: 0 3px;
}

.x-post-btn a {
    padding: 0px 10px;
    font-size: 10px;
    line-height: 14px;
    width: max-content;
}

    .header-top-right .select-language .goog-te-combo {
      width: 100px;
    }

    .goog-te-gadget {
      display: flex;
      flex-direction: column;
      gap: 0;
      line-height: 10px;
    }

}


.fontmain.test-py a .font-cell img {
  max-height: 152px;
}

.fontmain.test-py a .tip-cell img {
  max-height: 152px;
}

/* Hamburger styles  */


/* Mobile Layout Styles */
@media (max-width: 768px) {
  /* Hide desktop navigation on mobile */
  .desktop-nav {
      display: none !important;
  }
  
  /* Show mobile navigation row */
  .mobile-nav-row {
      display: block;
      background: #000;
      padding: 10px 0;
  }
  
  /* Mobile navigation styles */
  .mobile-navbar {
      text-align: center;
  }
  
  .mobile-nav-items {
      display: flex;
      justify-content: space-around;
      list-style: none;
      margin: 0;
      padding: 0;
      flex-wrap: wrap;
  }
  
  .mobile-nav-item {
      flex: 1;
      min-width: 60px;
  }
  
  .mobile-nav-link {
      color: #fff;
      text-decoration: none;
      font-size: 12px;
      font-weight: 500;
      padding: 8px 4px;
      display: block;
      text-align: center;
      transition: color 0.3s ease;
  }
  
  .mobile-nav-link:hover,
  .mobile-nav-item.active .mobile-nav-link {
      color: #ff6b35;
  }
  
  /* Header layout adjustments for mobile */
  .top-head-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
  }
  
  .mobile-hamburger {
      display: block !important;
  }
  
  
  /* Adjust logo size for mobile */
  .navbar-brand svg {
      width: 120px;
      height: auto;
  }
}

/* Desktop styles - hide mobile nav */
@media (min-width: 769px) {
  .mobile-nav-row {
      display: none !important;
  }
  
  .mobile-hamburger {
      display: none !important;
  }
}

/* Hamburger Menu Offcanvas Styles */
.offcanvas {
  width: 300px !important;
}

.hamburger-section {
  margin-bottom: 25px;
}

.hamburger-section-title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f0f0f0;
}

.hamburger-categories-list,
.hamburger-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hamburger-category-item,
.hamburger-footer-item {
  margin-bottom: 8px;
}

.hamburger-category-link,
.hamburger-footer-link {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  display: block;
  padding: 8px 0;
  transition: color 0.3s ease;
  border-left: 3px solid transparent;
  padding-left: 10px;
}

.hamburger-category-link:hover,
.hamburger-footer-link:hover {
  color: #ff6b35;
  border-left-color: #ff6b35;
}

.hamburger-separator {
  border: none;
  height: 1px;
  background: #e0e0e0;
  margin: 20px 0;
}

.hamburger-copyright {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}

.hamburger-copyright p {
  font-size: 12px;
  color: #999;
  margin: 0;
}

.hamburger-copyright .copyright-link {
  color: #ff6b35;
  text-decoration: none;
}

/* Offcanvas header styling */
.offcanvas-header {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px;
}

.offcanvas-title {
  color: #333;
  font-weight: 600;
}

.offcanvas-body {
  padding: 20px;
}
