/*
Theme Name:         KARA2
Description:        Custom Theme for Kara.tools
Version:            4.2
Author URI:         https://www.rayatarh.com/
License:            GNU General Public License v2.0
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/

/* STYLE.css */
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - DEFAULT STYLE */
/* 02 - HEADER */
/* 03 - MAIN MENU */
/* 04 - HOME PAGE */
/* 05 - FOOTER */
/* 06 - SINGLE PAGE */
/* 07 - CATEGORY */
/* 08 - PRODUCT SINGLE PAGE */
/* 09 - WOOCOMMERCE OVERWRITE */
/* 10 - MEDIA QUERIES */


.login-page .header, .login-page .footer{
	display: none;
}
.login-form .login-title span {
    background: #FFF;
    padding: 10px 30px;
    line-height: 0;
}



.index-main.single .main strong {
    font-size: 1.1em
}


/*--------------------------------------------------------*/
/* 01 - DEFAULT STYLE */
/*--------------------------------------------------------*/

@font-face {
    font-family: 'shabnam';
    src: url("fonts/Shabnam-FD.eot?#") format("eot"),
        url("fonts/Shabnam-FD.woff") format("woff"),
        url("fonts/Shabnam-FD.woff2") format("woff2"),
        url("fonts/Shabnam-FD.ttf") format("truetype");
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'shabnam';
    src: url("fonts/Shabnam-Medium-FD.eot?#") format("eot"),
        url("fonts/Shabnam-Medium-FD.woff") format("woff"),
        url("fonts/Shabnam-Medium-FD.woff2") format("woff2"),
        url("fonts/Shabnam-Medium-FD.ttf") format("truetype");
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'shabnam';
    src: url("fonts/Shabnam-Light-FD.eot?#") format("eot"),
        url("fonts/Shabnam-Light-FD.woff") format("woff"),
        url("fonts/Shabnam-Light-FD.woff2") format("woff2"),
        url("fonts/Shabnam-Light-FD.ttf") format("truetype");
    font-weight: 100;
    font-display: swap;
}

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

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #FFF;
    font-size: 14px;
    font-family: shabnam;
    color: #0e0e0e;
    direction: rtl;
    padding: 0;
    height: 100%;
    font-weight: 100;
    overflow-x: hidden;
}

::-moz-selection {
    color: #FFF;
    background: #1a22e4
}
svg {
    vertical-align: middle;
}
::selection {
    color: #FFF;
    background: #1a22e4
}
body {
    --color-brand: #1a22e4;
    --color-brand-offset: #f4f2fc;
    --color-primary: #1b212b;
    --color-secondary: #3d4a61;
    --color-meta: #91a0b1;
    --color-border: #e3e7ed;
    --color-active: #e6f9ef;
    --color-background: #f2f4f6;
    --color-light: #f9fafb;
    --color-white: #fff;
    --color-button-primary: #1a22e4;
    --color-button-secondary: #ccf381;
    --color-warning: #ffc21c;
    --color-info: #50a0fc;
    --color-danger: #ff4d3d;
    --color-alert: #da1414;
    --color-success: #36c138;
    --color-gradient-primary: linear-gradient(270deg, #fff7eb -2.06%, #e5f3d4 39.16%, #edfbff 73.45%, #ffe3f7 100.99%);
    --box-shadow: 0px 9px 18px 0px #8897ac17;
    --border-radius: 8px;
    --border: 1px solid var(--color-border);
  }

.bold {
    font-weight: bold;
}

.justify {
    text-align: justify;
}

.black {
    color: #000
}

.container-fluid {
    max-width: 1340px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px
}
.width100 {width: 100% !important;}

.fleft {
    float: left !important
}

.fright {
    float: right !important
}

.tleft {
    text-align: left !important;
}

.tright {
    text-align: right !important;
}

.tcenter {
    text-align: center
}

.img100 {
    max-width: 100%;
    height: auto
}
.mt0 {
    margin-top: 0 !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb10 {
    margin-bottom: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.color1 {
    color: #1a22e4
}

.color2 {
    color: #fa7a12 !important
}

.color3 {
    color: #0e0e0e !important
}

.size22 {
    font-size: 22px;
}

font {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
#back-top span {
    display: block;
    width: 23px;
    height: 23px;
    background: url(img/icon-arrow-2.svg) no-repeat;
    margin: 0 auto;
    margin-top: -60px;
    transform: rotate(-90deg);
}
a:link,
a:active,
a:focus,
a:visited {
    color: #1a22e4;
    text-decoration: none;
    transition: background 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
    outline: none !important;
}
a:hover {
    color: #fa7a12;
}
.btn-blue, .google-login {
    background-color: #1a22e4;
    padding: 10px 15px;
    font-size: 15px;
    color: #FFF;
    border-radius: 10px;
    position: relative;
}
a.btn-blue, .google-login {
    color: #FFF;
    transition: all .3s ease;
    display: block;
    overflow: hidden;
}
a.btn-blue span, .google-login span {
    position: relative;
    z-index: 1;
}
a.btn-blue:before, .google-login:before {
    transition: .3s ease;
    background-color: #314aff;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 0;
    bottom: 0;
    height: 0;
    left: 0;
    border-radius: 10px;
}
a.btn-blue:hover:before, .google-login:hover:before {
    height: 100%;
}
.btn-blue:hover {
    overflow: hidden;
}
.google-login:before {
    background-color: var(--color-secondary);
}
.alignleft {float: left}
.alignright {float:right}
h2 {
    font-size: 28px;
    line-height: 25px;
    font-weight: bold;
}
h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px !important;
}

h6 {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: shabnam !important;
    line-height: 2 !important
}
.flex {
    display: flex;
}
.items-center {
    align-items: center;
}

/*--------------------------------------------------------*/
/* 02 - HEADER */
/*--------------------------------------------------------*/ 

.header {
    height: 67px;
    position: relative;
    z-index: 2;
    position: fixed;
    width: 100%;
    background: #f7f7fc;
    top: 0;  
}
.headerDevider {
    height: 110px;
}
.header .top-section {
    box-shadow: none;
   
    border-radius: 0;
}
.header .logo {
    padding-top: 19px;
    padding-right: 0;
}
.header .logo img {
    width: 120px;
    height: auto;
}
.header .logo img.small {
    display: none;
}
.header .menu {
    margin-top: 22px;
}
.header .left .login {
    float: right;
    padding-top: 22px;
}
.header .left .login svg {
    vertical-align: middle;
}
.header .left .try {
    float: left;
    padding-top: 10px;
}
.header .login img {
    width: 17px;
    margin-left: 10px;
}
.header .login a {
    color: #666;
}
.header .login a:hover {
    color: #1a22e4;
}
.header .login a:hover svg {
    fill: #1a22e4
}
.top-menu {
    position: relative;
}
.top-menu .inner {
    border-radius: 10px 10px;
    box-shadow: 0px 0px 30px 0px var(--box-shadow);
    position: absolute;
    z-index: 100;
    border: 1px solid var(--color-border);
    background: #FFF;
    transition: all 0.3s ease;
    padding: 10px 14px 5px 30px;
    right: 7px;
    top: 40px;
    opacity: 0;
    height: 1px;
    overflow: hidden;
}
.top-menu .inner.show {
    opacity: 1;
    top: 30px;
    height: auto;
    overflow: visible;
    transition: all 0.3s ease;
}
.top-menu .menu-btn svg {
    cursor: pointer;
    
    vertical-align: middle;
}
.top-menu .menu-btn:hover svg path {
    stroke: var(--color-brand) !important
}
.marquee-wrapper{
    text-align:center;
    position: relative;
    overflow: hidden;
}
.marquee-inner span{
    display:flex;
    gap:40px;
}
.marquee-wrapper .marquee-block{
    --total-marquee-items:9;
    min-height: 320px;
    width: 250%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.marquee-inner{
    display: flex;
    width: 300%;
    position: absolute;
}
.marquee-item{
    width: 180px;
    height: auto;
}
.marquee-item img {
    width: 180px;
    border-radius: 8px;
    transition: all 0.3s ease
}
.marquee-item:last-child {
    margin-left: 35px;
}
.marquee-inner.to-left{
    animation: marqueeLeft 140s linear infinite;
}
.marquee-tools .marquee-inner.to-left{
    animation: marqueeLeft 30s linear infinite;
}
@keyframes marqueeLeft{
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
}
.marquee-inner.to-right{
    animation: marqueeRight 80s linear infinite;
    top: 80px;
}
@keyframes marqueeRight{
    0% {
      right: 0;
    }
    100% {
      right: -100%;
    }
}

.marquee-tools {
    margin-bottom: 100px;
}
.marquee-tools .marquee-item {
    width: 220px;
    height: auto;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    direction: ltr;
    background-color: #FFFFFF;
    padding: 4px 24px 4px 24px;
    border-style: none;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 4px 14px 0px rgba(205.35997924804687, 205.35997924804687, 205.35997924804687, 0.27);
}
.marquee-wrapper.marquee-tools .marquee-block {
    --total-marquee-items:12;
    min-height: 150px;
}
.marquee-tools .marquee-item h6 {
    font-size: 14px;
}
.marquee-tools .marquee-inner{ 
    width: 200%;
}
.marquee-tools .marquee-block:before,
.marquee-tools .marquee-block:after {
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  content: "";
  z-index: 2;
}

.marquee-tools .marquee-block:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.marquee-tools .marquee-block:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.top-menu ul {
    list-style: none;
    padding: 0;
    padding-top: 7px;
    float: right;
    margin-bottom: 0;
}

.top-menu ul li {
    display: block;
    margin-bottom: 15px;
}
.top-menu ul li svg {
    vertical-align: middle;
    margin-left: 4px;
}

.top-menu ul li a {
    color: #3D4A61;
}

.top-menu ul li a:hover {
    color: #1a22e4
}
.top-menu ul li a:hover svg path {
    stroke: #1a22e4
}

.top-caption {
    margin-top: 70px;
}
.top-caption h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4 !important;
}
.top-caption .items {
    padding-right: 20px;
    font-size: 16px;
    color: var(--color-secondary);
    margin-top: 30px;
    margin-bottom: 20px;
}
a.google-login {
    background: #1b212b;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    transition: all .3s ease;
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #8682a0;
    text-align: center;
}

a.google-login span {
    position: relative;
    z-index: 1;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.top-caption .btnSection {
    display: flex;
    gap: 15px;
}
.blog-home {
    margin-top: 20px;
    text-align: center;   
}
.blog-home img {
    max-width: 100%;
    border-radius: 20px;
}
.home-video {
    padding-top: 150px;
    text-align: center;
}
.home-video .wp-video {
    margin: 0 auto;
}
.mejs-container * {
    color: #1a22e4;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #1a22e482 !important;
}
.mejs-container .mejs-controls {
    background: transparent !important;
    z-index: 1 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
    background: #1a22e430 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #1a22e4 !important;
}
.mejs-container {
   
    border: 1px solid #1a22e4;
    box-sizing: border-box;
    overflow: hidden;
}
.home-intro {
    background: #1a22e405;
    margin-top: -100px;
    padding-bottom: 200px;
}

.home-intro .image {
    padding-top: 150px;
}
.home-intro .image img {
    max-width: 95%;
}
.home-intro .content {
    padding-top: 110px;
}
.home-intro .content img {
    width: 30px;
    height: auto;
}
.home-intro .container-fluid {
    display: flex;
    align-items: center;
}
.dashboardImage {
    text-align: center;
    position: relative;
}
.dashboardImage img.dashboard {
    max-width: 100%;
    border-radius: 8px;
    transform: rotate(-6deg);
    margin-top: -100px;
}
.logo-icon {
    position: absolute;
    right: -100px;
    top: 100px;
    opacity: 0.2;
    transform: rotate(-5deg);
    z-index: -1;
}
.logo-icon img {
    width: 220px;
}
.whyKara {
    margin-top: 100px;
    margin-bottom: 100px;
}
.whyKara .items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-top: 60px;
}
.whyKara .items .item {
    padding: 20px;
    box-shadow: 1px -1px 14px -3px rgba(26, 34, 228, 0.2);
    border-radius: 20px;
}
.whyKara .items .item .icon {

    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}
.whyKara .items .item.economic {
    background: var(--color-brand);
    color: #FFF
}
.whyKara .items .item.economic h3 {
    font-size: 25px;
    font-weight: bold;
}
.homeStatsWrap {
    margin-bottom: 140px;
}
.homeStats{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.homeStats .item {
    padding: 0 30px;
    border-left: 1px solid var(--color-secondary);
}
.homeStats .item:last-child {
    border: none;
}
.homeStats .item .top {
    direction: ltr;
    font-family: Georgia, serif;
    font-size: 45px;
    display: flex;
    gap: 20px;
    justify-content: center;
}
.homeStats.elementor .item .top {
    font-family: shabnam;
    font-weight: bold;
}
.homeStats .item .top .right {
    color: var(--color-brand);
}
.homeStats .item .top .left {
    color: var(--color-primary);
    margin-top: -6px;
}
.homeStats .item p {
    columns: var(--color-secondary);
}
.imageGen  {
    background: var(--color-brand);
    margin-bottom: 90px;
    padding: 40px;
    position: relative;
}
.imageGen .input{
    background: #FFF;
    border-radius: 15px;
    display: grid;
    height: 70px;
    align-items: center;
    grid-template-columns: 40px 4fr 140px;
}
.imageGen .input .genBtn{
    justify-self: self-end;
}
.imageGen .input .genBtn a  {
    color: #FFF;
    background: var(--color-brand);
    border-radius: 30px;
    padding: 15px 24px;
}
.imageGen #image-type {
    color: var(--color-secondary);
}
.imageGen .title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    width: 50%;
    margin: 30px auto;
    color: #FFF;
}
.imageGen .title span {
    font-size: 48px;
    line-height: 40px;
}
.imageGen svg.top {
    right: 0;
    height: 14px;
    position: absolute;
    top: -13px;
    transform: scaleY(-1);
    width: 100%;
}
.masonaryWrap h2 {
    color: #FFF;
}
.masonaryGallery { 
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: 250px 150px;
    grid-auto-flow: dense;
    margin-top: 30px;
    margin-bottom: 30px;
}
.masonaryGallery .item {
    overflow: hidden;
    border-radius: 20px;
}
  
.masonaryGallery .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.5s ease;
}
.masonaryGallery .item img:hover {
    transform: scale(1.04)
}
.masonaryWrap {
    margin-bottom: 40px;
}
.masonaryWrap .btn-blue, .footer-top ul li a.btn-blue {
    background-color: #FFF;
    color: var(--color-brand);
    display: inline-block;
    width: max-content;
    color: var(--color-primary);
    float: left
}
.masonaryWrap .btn-blue:before, .footer-top ul li a.btn-blue:before {
    background-color: var(--color-button-secondary);
}
.economicSection {
    background: #FFF;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.economicSection .right {
    background: var(--color-brand);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 58px;
    padding: 200px 0;
    flex-basis: 50%;
    font-weight: bold;
}
.economicSection .right p {
    font-size: 20px;
}
.economicSection .left {
    display: flex;
    flex-direction: column;
    text-align: right;
    justify-content: center;
    gap: 20px;
    font-size: 17px;
    padding-right: 50px;
    flex-basis: 45%;
    position: relative;
}
.economicSection .left .item, .top-caption .item {
    position: relative;
}
.economicSection .left .item:before, .someTools .inner .item:before, .top-caption .item:before  {
    content: "";
    position: absolute;
    right: -18px;
    top: 13px;
    width: 8px;
    height: 8px;
    background: var(--color-brand);
    transform: rotate(45deg);
}
.someTools .inner .item:before, .top-caption .item:before  {
    width: 6px;
    height: 6px;
    top: 11px;
}
.economicSection .left .btnWrap{
    position: absolute;
    bottom: 40px;
    left: 20px;
}
.someTools .container {
    border-radius: 20px;
    border: 1px solid var(--color-brand);
    padding: 20px;
    margin-bottom: 80px;
    padding-bottom: 80px;
    position: relative;
}
.someTools .container p {
    position: absolute;
    bottom: -10px;
    left: 20px;
    font-size: 28px;
    font-weight: bold;
    color: var(--color-meta);
}
.someTools .inner {

}
.someTools .inner .item {
    position: relative;
}
.someTools .inner .item a {
    color: var(--color-primary);
}
.someTools .inner .item a:hover {
    color: var(--color-brand);
}


.call-form .close-btn {
  top: 10px;
  right: 10px;
}

.searchform {
    width: 100%;
    height: 60px;
    position: relative;
    background: #FFF;
    margin-top: 9px;
    margin-bottom: 7px;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    overflow: hidden; 
}
.searchform input[type="search"] {
    width: 100%;
    float: left;
    padding-right: 10px;
    margin-right: 5px;
    height: 60px;
    color: #666;
    transition: all 0.4s;
    background: transparent;
    position: relative;
}
.searchform input {
    border: none !important;
    outline: none;
}
.searchform input[type="submit"] {
    position: absolute;
    font: 30px fontawesome;
    color: #1a22e4;
    top: 3px;
    left: 5px;
    height: 40px;
    background: transparent;
    transition: all 0.4s ease-out 0s;
    width: 60px;
}
.accordion-panel .accordion {
    padding-top: 30px;
  }
  .accordion-panel .accordion dt {
      display: block;
      padding: 25px 32px 25px 5px;
      background: #E3E1E2;
      color: #555;
      cursor: pointer;
      position: relative;
      user-select: none;
      border-radius: 10px;
      background: #d4dcff;
  }
  .accordion-panel .accordion dt.is-open {
    border-radius: 10px 10px 0 0;
  }
  .accordion-panel .accordion dd {
    height: 0;
    overflow: hidden;
    transition: height .35s ease-out;
    margin-left: 0;
    margin-bottom: 20px;
    background: #F4F4F4;
  }
  .accordion-panel .accordion .content {
    padding: 25px;
    overflow: auto;
    background: #FFF;
    border-radius: 0 0 10px 10px;
  }
  .accordion-panel .plus-icon {
    display: inline-block;
    width: 16px;
    height: 15px;
    position: relative;
    transition: transform 0.35s ease-out;
    position: absolute;
    right: 12px;
    top: 55%;
    margin-top: -12px;
  }
  .accordion-panel .plus-icon:before,
  .accordion-panel .plus-icon:after {
    content: '';
    background: #1a22e4;
    position: absolute;
  }
  .accordion-panel .plus-icon:before {
    width: 2px;
    height: 12px;
    margin-left: 1px;
    left: 50%;
  }
  .accordion-panel .plus-icon:after {
    width: 12px;
    height: 2px;
    margin-top: -2.3px;
    top: 50%;
    opacity: 1;
    transition: opacity 0.35s ease-out;
  }
  .accordion-panel .is-open .plus-icon {
    transform: rotate(90deg);
  }
  .accordion-panel .is-open .plus-icon:after {
    opacity: 0;
  }
  .accordion-panel .hidden {
    display: none;
  }
  .accordion-panel .open-btn,
  .accordion-panel .close-btn {
      cursor: pointer;
      position: absolute;
      left: 0;
      width: 75px;
  }
  .accordion-panel .buttons-wrapper {
    position: relative;
  }
  .accordion-panel .buttons-wrapper .plus-icon {
      position: absolute;
      left: 79px;
      top: 19px;
      right: unset;
  }
/*--------------------------------------------------------*/
/* CATEGORIES */
/*--------------------------------------------------------*/

.boxing {
    box-shadow: 1px 1px 10px rgb(72 50 212 / 10%);
    background: #FFF;
}
.home-posts .inner {padding-right: 0; padding-left: 0;}
.category .home-posts .main-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.home-item .boxing {border-radius: 7px; overflow: hidden; padding-top: 20px; padding-right: 3px; padding-bottom: 20px;}
.home-item .left-col {
    padding-right: 0;
    padding-left: 3px;
    text-align: center;
}
.home-thumbnail {
    position: relative;
}
.home-thumbnail img {
    max-width: 100%;
    height: auto;
}
.home-item .right-col {
    padding-right: 7px;
    padding-left: 7px;
}
.home-item .right-col h2 {
    line-height: 1.7;
    font-size: 17px;
    font-weight:normal;
    margin-top: 30px;
    min-height: 46px;
}
.home-item .right-col .description {
    height: 120px;
    overflow: hidden;
    text-align: justify;
}




/*--------------------------------------------------------*/
/* 05 - FOOTER */
/*--------------------------------------------------------*/
.footer {
    background: #1a22e4;
}
.footer-top  {
    text-align: center;
    padding-top: 50px;
}
.footer-top h3 {
    color: #FFF;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
}
.footer-top ul {
    padding: 0;
    list-style:none;
    margin-bottom: 30px;

}
.footer-top ul li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

.footer .main {
    background: #FFF;
    border-radius: 20px 20px 0 0;
    padding-top: 30px;
    padding-bottom: 10px;
}
.footer .main ul {
    padding: 0;
    list-style: none;
}
.footer .main ul li {
    display: inline-block;
    margin-left: 30px;
}
.footer .main ul li a {
    color: #333;
}
.footer .main ul li a:hover {
    color: #1a22e4;
}
.footer .main .logo img {
    max-width: 120px;
}
.footer-top ul li a.google-login {
    border: none
}
.footer-top ul li a.btn-blue {
    padding: 11px 15px;
}
.footer .logo img {
    margin-bottom: 20px;
}
.footer ul.footerSocial li {
   margin-left: 0;
   margin-right: 20px; 
}
.footer ul.footerSocial li i {
  font-size: 28px;  
}
/*-----------------------BLOG STYLE--------------------------*/

.pagination {
    margin: 20px 0;
    display: block;
    text-align: center;
}

.pagination .prev.page-numbers {
    width: 62px;
}

.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 5px;
}

.pagination ul>li {
    display: inline;
    float: right;
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
    border-right-width: 1px;
    border-radius: 0px 5px 5px 0px;
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
    border-left-width: 1px;
    border-radius: 5px 0px 0px 5px;
}

.pagination ul>li>a,
.pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

/*---------------------------single page---------------------------*/

.single-content .main {
    background: #FFF;
    border-radius: 10px;
    padding: 20px;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image {
        max-width: 800px !important;
    margin: 20px auto !important;
}

/*---------------------------BLOG PAGE---------------------------*/

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

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

.blog-content {
  padding: 20px;
}

.blog-title {
  font-size: 20px;
  font-weight: bold;
  color: #1a22e4;
  margin-bottom: 10px;
}

.blog-excerpt {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
}

a.read-more {
  display: inline-block;
  background-color: #1a22e4;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s ease;
}

a.read-more:hover {
  background-color: #141acc;
}

.pagination {
  text-align: center;
  margin-top: 40px;
}

.pagination a {
  color: #1a22e4;
  padding: 10px 15px;
  margin: 0 5px;
  border: 1px solid #1a22e4;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pagination a:hover,
.pagination .current {
  background-color: #1a22e4;
    color: #fff;
    padding: 10px 15px;
    margin: 0 5px;
    border: 1px solid #1a22e4;
    border-radius: 6px;
    transition: all 0.3s ease;
}
/*---------------------------BLOG COMMENT---------------------------*/
.comments-template .comment {
    background: #fff;
    width: 100%;
    margin-top: 15px;
    display: table;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 7%);
    
}
#comments {
    margin-bottom: 80px;
}
.comments-area .comment-list {
    list-style: none;
    padding: 5px;
}

.comment-author img {
   background: #f2f5fc;
    border-radius: 50%;
    padding: 3px;
    box-shadow: 0 5px 7px rgb(75 40 115 / 10%);
    max-width: 40px;
    height: auto;
}

.comments-area ul.children {
    list-style: none;
    padding-right: 80px !important;
}

/*.comment-form-url {
    display: none;
}
*/
.comment-author {
    width: 70%;
    float: right;
    margin-bottom: 15px;
}

.commentmetadata {
    float: left;
    color: #666;
    width: 30%;
    text-align: center;
    border-radius: 5px;
}

.commentmetadata a {
    color: #999
}

.comment-body p {
    clear: both;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}

.comment-body .reply {
    text-align: left;
    display: none;
}

.comment-body .reply a {
    padding: 0px 14px;
    border-radius: 5px;
    border: 1px solid;
}
.comments-template .title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    
}
.comments-template .title span {

    padding-right: 60px;
    background: url(images/kara-icon.png) no-repeat right center;
    background-size: contain;
}

.comments-template .comment-author-admin, .comments-template .comment-author-rayatarh {
   color: #555;
    background: rgba(72 50 212 / 7%);
}
form#commentform {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 7%);
    background: #FFF;
}
.comments-template .comment-reply-title {
    font-size: 27px;
    color: #4b2873;
    margin-right: 10px;
}
.comments-template .comment p {
    margin-bottom: 0 !important;
    padding: 0;
    padding-right: 10px;
}
.comment-notes {
    text-align: right;
    padding-right: 10px;
}

.comment-form-comment {
    margin-bottom: 20px;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    height: 100px;
    outline: none;
    padding: 5px;
        background: #F2F5FC;
}

.comment-form-author input,
.comment-form-email input {
    height: 50px !important;
    width: unset;
    height: unset;
}
.comment-form-cookies-consent {
    clear: both;
}
.comment-form-cookies-consent label {
    font-weight: normal;
}
.comment-form-comment label {
    width: 100%
}
#wp-comment-cookies-consent {
    width: unset;
}
.comment-form-author,
.comment-form-email {
    width: 49%;
    float: right;
    text-align: center;
}

#comments label {
    color: #999
}

#comments .form-submit input[type="submit"] {
    color: #FFF;
    width: 142px;
    background: #1a22e4;
    cursor: pointer;
    padding: 3px !important;
    font-size: 18px !important;
    font-weight: 100d;
    border-radius: 5px;
    transition: all 0.3s;
    outline: none;
    line-height: 2 !important;
}

#comments .form-submit input[type="submit"]:hover {
    background: #7765ef;
  
}
#comments p.form-submit {
    text-align: left;
}
#comment-top-bg {
    width: 95%;
    background: #f0f0f0;
    padding: 0px 20px 0 0;
    border-radius: 5px;
    margin: 0 auto;
}
#comment-top-bg a {
    color: #333
}
#comment-top-bg span {
    margin-left: 20px;
    font-size: 16px;
    padding-right: 10px;
    line-height: 2.8
}
#comment-top-bg:before {
    content: "\f0e5";
    position: absolute;
    color: #9e0084;
    font-size: 28px;
    font-family: FontAwesome;
    line-height: 40px;
}
.comments-template {
    width: 100%;
    height: auto;
    border: 0px solid #e5e5e5;
    float: left;
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 14px;
    font-weight: 100;
    line-height: 2
}
.commentmetadata {
    float: left;
    color: #666;
}
.addcomment {
    background: #ccc;
    padding: 2px 20px 0px 0px;
    margin: 20px -10px 20px 0px;
    width: 100%;
    height: 29px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.addcomment section ul li {
    padding-right: 11px;
    background: url(images-orange/arrow_right.gif) no-repeat right 6px;
}
.addcomment h4 span {
    font-size: 12px;
    color: #757575;
    font-weight: normal;
    margin-top: 10px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 8px;
}
.addcomment h2 {
    background: url(images-orange/send_comment.gif) no-repeat right top;
    padding: 0px 40px 5px 0px;
    color: #757575;
}
.commentdata {
    width: 210px;
    float: right;
}
.commentdata label,
.textarea-box label {
    margin: 8px 0px;
    width: 100px;
    display: block;
    font-size: 11px;
}
.textarea-box {
    width: 280px;
    float: left;
}
.textarea-box ul li {
    color: #333333;
}
.input-comment {
    border: 2px solid #d5d5d5;
    padding: 5px 0 5px 0;
    width: 90%;
    height: 40px;
    color: #999999;
    margin: 20px 0px 0 0;
    font-size: 12px;
    background: #f5f5f5;
    -webkit-transition: 800ms ease 100ms;
    -moz-transition: 800ms ease 100ms;
    -o-transition: 800ms ease 100ms;
    transition: 800ms ease 100ms;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.text-box {
    border: 2px solid #d5d5d5;
    margin-right: -10px;
    padding: 5px 0 5px 0;
    width: 200px;
    color: #999999;
    font-size: 12px;
    background: #f5f5f5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.input-comment:hover {
    border: 2px solid #c0c0c0;
    color: #777;
    height: 120px;
    -webkit-transition: 800ms ease 100ms;
    -moz-transition: 800ms ease 100ms;
    -o-transition: 800ms ease 100ms;
    transition: 800ms ease 100ms;
}
.text-box:hover {
    border: 2px solid #c0c0c0;
    color: #777;
}
.input-comment:focus,
.text-box:focus {
    border: 2px solid #c0c0c0;
    color: #777;
}
.comment-text {
    width: 470px;
    display: block;
}
#comment-button {
    color: #FFF;
    width: 20%;
    margin: 0 auto !important;
    background: #9e0084;
    border: 0px #999 solid;
    cursor: pointer;
    padding: 3px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    transition: all 0.4s;
    outline: none;
}
#comment-button:hover {
    background: #460080;
}

/*---------------------------PRICING PAGE---------------------------*/
.pricing-page h1 span {
    color: var(--color-brand)
}
.pricing-page .top-section {
    display: flex;
    align-items: center;
}
#ultimate-ai-root .pricing-page .price-offer {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 37.5em) {
  #ultimate-ai-root .pricing-page .price-offer {
      display: none;
  }
}
#ultimate-ai-root .pricing-page .price-offer p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  border-radius: 8px;
  border: 1px solid var(--color-success);
  background: var(--color-primary-offset);
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
#ultimate-ai-root .pricing-page .price-offer p span {
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
#ultimate-ai-root .pricing-page .price-offer p button {
  background: none;
  padding: 0;
  display: block;
  width: 16px;
  height: 16px;
}
#ultimate-ai-root .pricing-page .pricing-head {
  text-align: center;
  margin: 30px 0;
}
#ultimate-ai-root .pricing-page .pricing-head h1.h1 span {
  color: var(--color-brand);
  font-size: 40px;
}
#ultimate-ai-root .pricing-page .pricing-head p {
  margin: auto;
  margin-bottom: 0;
  width: calc(100% - 50%);
}
@media only screen and (max-width: 37.5em) {
  #ultimate-ai-root .pricing-page .pricing-head p {
      width: 100%;
  }
}
#ultimate-ai-root .pricing-page .pricing-head p span {
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}


#ultimate-ai-root .pricing-page__pricing_card .pricing-card {
  padding: 20px;
  border-radius: 16px;
  background-color: #FFF;
  margin-top: 30px;
  border: var(--border);
  width: 90%;
  float: left;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card.popular_pack {
  background: linear-gradient(180deg, #fefbed 0%, #ddfbff 52.6%, #fff 100%);
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__heading {
  position: relative;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__heading__popular_pack {
  border-radius: 8px;
  background: var(--color-warning);
  padding: 4px 10px;
  position: absolute;
  right: -28px;
  top: -5px;
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__heading__title {
  color: var(--color-secondary);
  font-size: 22px;
  margin-bottom: 6px;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__heading__desc {
  color: var(--uai-color-text-secondary);
  font-size: 14px;
  margin-bottom: 10px;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__heading__price {
  color: var(--uai-color-text-secondary);
  font-size: 48px;
  font-weight: 600;
  display: block;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__heading__price h1 {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.2;
  margin-bottom: 14px;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__heading__price h1 > span {
  color: var(--color-secondary);
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__heading__price h1 > span span {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__heading__price h1 > span del {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__heading__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
  gap: 10px;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__heading__details > span {
  color: var(--color-secondary);
  position: relative;
  padding-right: 12px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__heading__details > span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--color-secondary);
  right: 0;
  border-radius: 50%;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__heading__details > span bb {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__heading__details > span b span {
  color: var(--color-warning);
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__heading__details > span span {
  padding-left: 0;
  color: var(--color-primary);
  font-size: 13px;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card a {
  width: 100%;
  margin-bottom: 20px;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card .upgrade__btn {
    width: 100%;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    padding: 8px 30px;
    transition: all 0.5s ease;
    margin-bottom: 20px;
    background: var(--color-brand);
    color: #fff;
    display: block;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card .upgrade__btn.btn_inactive {
  background: var(--color-tersiary);
  color: var(--uai-color-text-secondary);
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card .upgrade__btn svg {
  position: absolute;
  width: 20px;
  top: 0;
  right: 10px;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__feature-list p {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__feature-list ul {
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__feature-list ul li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__feature-list ul li p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__feature-list ul li p img {
  width: 24px;
}
#ultimate-ai-root .pricing-page__pricing_card .pricing-card__feature-list ul li p span {
  background-image: linear-gradient(to right, #7814f7, #ff4286 50%, #ffbd57);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
#ultimate-ai-root .pricing-page__token_pack_card {
  margin-top: 40px;
}
#ultimate-ai-root .pricing-page__token_pack_card .pricing-card {
  padding: 20px;
  margin-top: 30px;
  border-radius: 16px;
  box-sizing: content-box;
  background: linear-gradient(#fff, #fff, #fff) padding-box, linear-gradient(60deg, #ff805f, #b74bdd, #0379ff) border-box;
  border: 1px solid transparent;
}
#ultimate-ai-root .pricing-page__token_pack_card .pricing-card.popular_pack {
  background: linear-gradient(180deg, #fefbed 0%, #ddfbff 52.6%, #fff 100%) padding-box, linear-gradient(60deg, #ff805f, #b74bdd, #0379ff) border-box;
}
#ultimate-ai-root .pricing-page .compare-all-features {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 150px;
}
#ultimate-ai-root .pricing-page .compare-all-features button {
  border: 1px solid #394749;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
#ultimate-ai-root .pricing-page .pricing_faq-and-rated {
  display: grid;
  grid-template-columns: 1fr;
  gap: 100px;
}
#ultimate-ai-root .pricing-page .pricing_faq-and-rated .pricing_faq {
  margin-top: 40px;
  position: relative;
}
#ultimate-ai-root .pricing-page .pricing_faq-and-rated .pricing_faq .faq-right-illustration {
  position: absolute;
  right: -120px;
  top: -140px;
}
#ultimate-ai-root .pricing-page .pricing_faq-and-rated .pricing_faq__head h3 {
  font-weight: 700;
  display: flex;
  gap: 6px;
  margin-bottom: 24px;
}
#ultimate-ai-root .pricing-page .pricing_faq-and-rated .pricing_faq__body .uai_accordion {
  position: relative;
  z-index: 1;
}
#ultimate-ai-root .pricing-page .pricing_faq-and-rated .pricing_faq__body .uai_accordion__item {
  background: #fff;
  margin-bottom: 4px;
  border-radius: 8px;
  border: 1px solid var(--color-border);
  padding: 0;
}
#ultimate-ai-root .pricing-page .pricing_faq-and-rated .pricing_faq__body .uai_accordion__item__header {
  padding: 10px 20px;
}
#ultimate-ai-root .pricing-page .pricing_faq-and-rated .pricing_faq__body .uai_accordion__item__header.active {
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 10px;
}
#ultimate-ai-root .pricing-page .pricing_faq-and-rated .pricing_faq__body .uai_accordion__item__body {
  padding: 10px 20px;
}
.price-range {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 60px;
    margin-bottom: 60px;
}
.price {
    color: #1a22e4;
    margin-bottom: 10px;
}
.price span {
    font-size: 24px;
    font-weight: bold;
}
.words {
    color: #333;
    margin-top: 10px;
}
.words span {
    font-size: 18px;
}
input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    background: #1a22e421;
    border-radius: 5px;
    outline: none;
    transition: 0.3s;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #1a22e4;
    border-radius: 50%;
    cursor: pointer;
}

.model-section .right, .model-section .left {
    padding: 20px;
    background: #FFF;
    border-radius: 15px;
    border: 1px solid #c1d2fb;
    padding-bottom: 126px;
    margin-bottom: 20px;
}
.model-section .left {
    background: #1a22e429;
    border-color: #1a22e478;
}
.model-section .right h4, .model-section .left h4 {
    color: #597dfe;
    font-size: 24px;
    font-weight: bold;
}
.model-section .left h4 {
    color: #1a22e4;
}
.model-section p {
    border-bottom: 1px solid var(--color-border);
    color: var(--color-secondary);;
}
.model-section .model-price {
    margin-top: 23px;
    position: absolute;
    left: 58px;
}
.model-section .model-price .info {
    color: var(--color-secondary);;
}
.model-section .model-price h3 {
    margin-top: -20px;
    font-size: 60px;
    font-weight: bold;
    color: #597dfe;
    position: relative;
    line-height: 98px !important;
}
.model-section .left .model-price h3 {
    color: #1a22e4;
}
.model-section .model-price .perfix {
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 36px;
}
/*-----------------------------media queries-----------------------------------*/


@media screen and (min-width: 1800px) {
    .marquee-wrapper .marquee-block{
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .comment-form-author,
    .comment-form-email {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .imageGen .title {
        width: 100%;
    }
    .home-intro .container-fluid {
        display: block;
    }
    .home-intro .image {
        text-align: center;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .hide-sm {
        display: none;
    }
    .menu-menu {
        font-size: 13px;
        width: auto;
    }
}

@media only screen and (min-width: 768px) {
    .dropdown-hover:hover>.dropdown-menu {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .hide-xs {
        display: none !important;
    }
    .show-xs {
        display: list-item !important;
    }
    .header .logo img {
        max-width: 100%;
        margin-right: 10px;
    }
    .menu-top {
        margin-top: 3px
    }

    .menu-menu {
        font-size: 13px;
    }


    .comments-template {
        float: none;
    }

    #comment-top-bg {
        width: 99%;
    }

    .addcomment {
        width: 99%;
    }

    .input-comment {
        width: 95%;
        margin: 20px 15px 0 0;
    }
    .comments-area ul.children {
        padding-right: 10px !important;
    }
    .text-box {
        border: 2px solid #d5d5d5;
        margin-right: 12px;
        margin-bottom: 10px;
        padding: 5px 0 5px 0;
        width: 50%;
    }
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #comment-button {
        width: 95%;
        margin: 0px 15px 0 0;
    }

    .top-menu .inner {
        width: 238px;
        top: 55px;
    }
    .top-menu .inner.show {
        top: 45px
    }
   
    .header.services-menu .top-menu {
        display: block;
    }
   
    .services-menu .menu {
        height: unset;
        margin-top: 0;
    }
    .services-menu.show{
            height: 100%;
    z-index: 10;
    overflow-y: auto;
    }
    
    .menu .line-mobile {
        display: block !important;
    }
    
    .top-menu ul li {
        margin-bottom: 10px;
    }
    
    #back-top span {
        background: url(img/icon-arrow-white.svg) no-repeat;
    }
    .footer .main .link ul li {
        display: block
    }
    .footer .main .logo {
        text-align: center !important;
    }

    .avatars {
        display: block;
        margin: 30px auto;
        max-width: 100%;
    }
    .top-caption .btnSection {
        justify-self: center;
    }
    .home-intro .image {
        padding-top: 50px;
    }

    .home-intro .content {
        padding-top: 30px;
    }
    .economicSection {
        flex-direction: column;
    }
    .economicSection .right {
        padding: 100px 0
    }
    .economicSection .left {
        padding: 50px 30px 140px 30px;
    }
    .whyKara {
        margin-top: 50px;
    }
    .whyKara .items {
        grid-template-columns: 1fr 1fr;
    }
    .homeStatsWrap {
        margin-bottom: 60px;
    }
    .imageGen {
        margin-bottom: 40px;
    }
    .someTools .inner {
        margin-bottom: 20px;
    }
    .footer ul.footerSocial {
        text-align: center;
    }

    .marquee-inner.to-left {
        animation: marqueeLeft 80s linear infinite;
    }
    .homeStats .item {
        padding: 0 5px;
    }  
    #ultimate-ai-root .pricing-page__pricing_card .pricing-card {
        width: 100%;
    }
    .pricing-page .top-section {
        display: block;
    }
    .category .home-posts .main-content {
    grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 480px) {
    .comments-template .title {
        font-size: 16px
    }
    .marquee-item img, .marquee-item {
        width: 130px;
    }
    .marquee-wrapper .marquee-block {
        min-height: 230px;
        width: 500%;
    }
    .top-caption {
        margin-top: 20px;
    }
    .top-caption .btnSection {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .top-caption .btnSection .btn-blue {
        text-align: center;
    }
    .homeStats {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .homeStats .item {
        border-bottom: 1px solid var(--color-secondary);
        border-left: none;
    }
    .home-intro {
        padding-bottom: 130px;
    }
    .logo-icon {
        right: 0;
        top: unset;
        bottom: -52px;
    }
    .logo-icon img {
        width: 60px;
    }
    .dashboardImage img.dashboard {
        max-width: 100%;
    }
    .economicSection .right {
        font-size: 40px;
    }
    .whyKara .items {
        grid-template-columns: 1fr;
    }
    .imageGen .input {
        height: 104px;
        grid-template-columns: 40px 1fr;
        align-items: flex-start;
        padding-top: 10px;
    }
    .imageGen .input .genBtn {
        position: absolute;
        bottom: 17px;
        left: 10px;
    }
    .footer-top ul li {
        margin-bottom: 20px;
    }
    .top-section .try .btn-blue {
        font-size: 12px;
    }
    .category .home-posts .main-content {
    grid-template-columns: 1fr;
    }
    .blog-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 480px) {
    .masonaryGallery .item:first-child {
      grid-area: 1 / 1 / span 2 / span 2;
    } 
    
    .masonaryGallery .item:nth-child(3n) {
      grid-column: span 2;
    }
    
}

@media screen and (max-width: 575px) {
    .comments-template .comment {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}