@font-face {
  font-family: satoshi;
  src: url(fonts/Satoshi-Regular.otf);
}

/*font-family: "satoshi", sans-serif;*/

.imag-section {
    width: 100%;
    display: flex;
}
.imag-container {
    width: 100%;
    max-width: 1650px;
    margin: auto;
    padding: 0 10px;
}
.imag_Announce {
    background: rgb(186, 246, 124);
    padding: 10px 0;
}
p.imag_AnnBar {
    text-align: center;
    font-family: "satoshi", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 0.4px;
    color: rgb(13, 13, 13);
}
/* Header One */
.imag-headerOne {
    background: rgb(13, 13, 13);
    padding: 30px 0;
}
.imag-row {
    display: flex;
    width: 100%;
}
.imag-ho-left, .imag-ho-right {
    width: 100%;
    display: flex;
    align-items: center;
}
.imag-ho-left a, .imag-ho-right a {
    color: white;
}
a.imag-ho-link {
    display: flex;
    gap: 15px;
    align-items: center;
	font-family: "satoshi", sans-serif;
	font-weight: 700;
}
.imag-ho-right {
    gap: 30px;
    justify-content: flex-end;
}
a.imag-ho-link svg {
    width: 16px;
    height: 16px;
    fill: white;
}
a.imag-ho-btn {
    display: flex;
    padding: 15px 25px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 5px;
    font-family: "satoshi", sans-serif;
    font-weight: 700;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
span.imag-ho-btn-span0 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 19px;
}
a.imag-ho-btn:hover span.imag-ho-btn-span0 span.imag-ho-btn-span1 {
    margin-top: -19px;
}
span.imag-ho-btn-span1, span.imag-ho-btn-span2 {
    transition: all 1s;
}
a.imag-ho-btn:hover {
    border-color: #baf67c;
}

/*Title Bar */
.imag_titlebar-sec {
    background: rgb(13, 13, 13);
}
h2.imag_titlebarmain {
    font-family: "Sora", sans-serif;
    color: white;
    text-align: center;
    font-size: 172px;
    font-weight: 500;
    line-height: 1.1em;
}
/*Theme Info*/
.imag-info-sec {
    background-color: #0d0d0d;
    padding: 40px 0 80px 0;
    background-image: url(https://itgeeks.com/wp-content/uploads/2024/04/10.png);
    background-position: -23% -81%;
    background-repeat: no-repeat;
}
.imag-info-sec .imag-row { 
    gap: 80px;
    align-items: center;
}
.imag-info-left {
    width: 22.3%;
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.imag-info-left h3 {
    font-family: "Sora", sans-serif;
    color: white;
    font-size: 45.23px;
    font-weight: bold;
    line-height: 1.4em;
}
.imag-info-left p, .imag-info-left ul li {
    color: rgba(255, 255, 255, .6);
    font-family: "satoshi", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
}
.imag-info-left ul {
    margin: 20px 0 10px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.imag-info-left ul li {
    list-style-type: disc;
}
.imag-info-left a.imag-ho-btn {
    color: white;
    text-align: center;
}
.imag-info-right {
    display: flex;
    gap: 10px;
}
.imag-info-right-item {
    background: rgb(25, 25, 25);
    border-radius: 5px;
    padding: 30px;
}
.imag-info-right {
    width: 73%;
}
.imag-info-right-item a span {
    color: white;
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: center;
    width: 100%;
}
.imag-info-right-item a {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.imag-info-right-item img {
    opacity: 0.9;
    border-radius: 5px!important;
}

/*feature*/
.imag-feat-sec {
    background: rgb(13, 13, 13);
    padding: 80px 0;
}
.imag-feat-cta {
    background: rgb(25, 25, 25);
    display: flex;
    padding: 50px;
    margin-bottom: 10px;
    justify-content: space-between;
    gap: 120px;
    align-items: center;
	width: 100%;
}
.imag-feat-cta-left h3 {
    color: white;
    font-family: "Sora", sans-serif;
    font-size: 45.23px;
    font-weight: 500;
    letter-spacing: 0.4px;
    width: 100%;
    line-height: 1.4em;
}
.imag-feat-cta-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.imag-feat-cta-left p {
    color: rgba(255, 255, 255, .6);
    font-family: "satoshi", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.imag-feat-cta-right a {
    width: 116px;
    display: flex;
    background: #baf67c;
}
.imag-row.imag-fet-list {
    flex-wrap: wrap;
    gap: 10px;
}
.imag-feat-item {
    width: calc(33.33% - 7px);
    background: rgb(25, 25, 25);
    display: flex;
    padding: 30px;
    justify-content: space-between;
    gap: 30px;
    flex-direction: column;
    border-radius: 5px;
}
.imag-feat-item h3 {
    color: white;
    font-family: "Sora", sans-serif;
    font-size: 22.62px;
    font-weight: 500;
    letter-spacing: 0.4px;
    width: 100%;
    line-height: 1.4em;
}
.imag-feat-item p {
    color: rgba(255, 255, 255, .6);
    font-family: "satoshi", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
/*specification */
.imag-spe-sec h3 {
    color: white;
    font-family: "Sora", sans-serif;
    font-size: 31.99px;
    font-weight: 500;
    letter-spacing: 0.4px;
    width: 100%;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 55px;
}
.imag-spe-sec {
    background: #0d0d0d;
	padding-bottom: 80px;
}
.imag-spe-icon {
    width: 112px;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, var(--token-146da47d-3f98-48c0-ac70-ae720ba45339, #191919) 0%, rgba(25, 25, 25, 0) 100%);
    border-radius: 100%;
    margin: 0 auto 15px auto;
}
.imag-spe-icon img {
    width: 32px;
    height: 32px;
}
.imag-spe-sec .swiper-slide h4 {
    color: rgba(255, 255, 255, .6);
    font-family: "satoshi", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: center;
}
.imag-spe-sec .swiper.itss_section_sliderlogo .swiper-slide {
    width: 155px;
    margin-left: 50px;
}
/*Two Section */
.imag-ts-sec {
    background: #0d0d0d;
    padding-bottom: 80px;
    flex-direction: column;
    position: relative;
}
img.img-effect {
    position: absolute;
    top: 40%;
    margin: auto;
    width: 50%;
    left: 26%;
    z-index: 99;
    opacity: 0.7;
}
.imag-ts-sec .imag-row {
    gap: 10px;
}
.imag-ts-left, .imag-ts-right {
    width: calc(50% - 5px);
    position: relative;
    padding: 30px;
    background: #151515;
}
.imag-ts-right {
    background: #151515;
    padding: 30px;
    color: #baf67c;
    font-family: "satoshi", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 20px;
    border-radius: 5px;
}
.imag-ts-right > img {
    position: absolute;
    right: -51px;
    top: calc(50% - 60px);
	animation: itgloading 20s linear infinite;
	height: 120px !important;
}
.imag-ts-code img {
    border-radius: 5px;
}
.imag-ts-left h3 {
    color: white;
    font-family: "Sora", sans-serif;
    font-size: 45.23px;
    font-weight: 500;
    letter-spacing: 0.4px;
    width: 100%;
    line-height: 1.4em;
    text-align: center;
	margin-bottom: 30px;
}
.imag-ts-left p {
    color: rgba(255, 255, 255, .6);
    font-family: "satoshi", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.imag-ts-dual-bt {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}
.imag-ts-f1 {
    background: #baf67c;
}
.imag-ts-f2 {
    color: white!important;
}
.imag-ts-left {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
}
@keyframes itgloading {
    0% { 
      transform: rotate(0); 
    }
    100% { 
      transform: rotate(360deg);
    }
}
/*Pricing */
.imag-ps-sec {
    background: #0d0d0d;
}
.imag-ps-titls h2 {
    font-size: 90.44px;
    color: white;
    font-family: "Sora", sans-serif;
    font-weight: 500;
    letter-spacing: 0.4px;
    width: 100%;
    line-height: 1.4em;
    text-align: center;
}
.imag-ps-titls {
    display: flex;
    flex-direction: column;
}
.imag-ps-titls ul {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.imag-ps-titls ul li {
    display: flex;
    width: auto;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .1);
    gap: 15px;
    color: rgba(255, 255, 255, .6);
    font-family: "satoshi", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
	align-items: center;
}
.imag-ps-titls ul li svg {
    padding: 10px;
    width: 40px;
}
.imag-ps-titls ul li span {
    background: rgb(25, 25, 25);
    border-radius: 5px;
}
.imag-ps-titls ul li svg {
    color: rgb(186, 246, 124);
}
.imag-ps-titls h6 {
    font-size: 22.62px;
    color: white;
    font-family: "Sora", sans-serif;
    font-weight: 500;
    letter-spacing: 0.4px;
    width: 100%;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 40px;
}
.imag-row.imag-ps-list {
    gap: 10px;
    margin-top: 40px;
}
.imag-ps-item {
    width: 25%;
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
}
.imag-ps-item h3 {
    color: white;
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    width: 100%;
    line-height: 1.4em;
}
.imag-ps-item1 {
    background: rgb(25, 25, 25);
}
.imag-ps-content ul li {
    color: rgba(255, 255, 255, .6);
    font-family: "satoshi", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.imag-ps-content ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.imag-ps-sec .imag-container {
    max-width: 1440px;
}
.imag-ps-item h5 {
    color: rgba(255, 255, 255, .6);
    font-family: "satoshi", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding: 30px 15px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 5px;
}
.imag-ps-item3 h5 {
    background: #baf67c;
	color: #000;
}

/*Iocn Box */
.imag-ib-titls {
    display: flex;
    flex-direction: column;
}
.imag-ib-sec {
    padding-top: 40px;
    padding-bottom: 80px;
    background: #0d0d0d;
    flex-direction: column;
}
.imag-ib-marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 253px;
    overflow: hidden;
}
.imag-ib-track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}
.imag-ib-content h2 {
    font-size: 180px;
    color: white;
    font-family: "Sora", sans-serif;
    font-weight: 500;
    letter-spacing: 0.4px;
    width: 100%;
    line-height: normal;
    text-align: center;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.imag-row.imag-ib-titls h6 {
    color: white;
    font-family: "Sora", sans-serif;
    font-size: 31.99px;
    font-weight: 500;
    letter-spacing: 0.4px;
    width: 100%;
    line-height: 1.4em;
    text-align: center;
}
.imag-row.imag-ib-list {
    gap: 10px;
    margin-top: 40px;
}
.imag-ib-litem-item {
    width: 25%;
    background: linear-gradient(180deg, #191919 0%, rgba(25, 25, 25, 0) 100%);
    padding: 50px;
    border-radius: 5px;
}
.imag-ib-litem-item img {
    max-width: 72px!important;
    height: 72px!important;
    margin: auto;
    margin-bottom: 50px;
}
.imag-ib-litem-item h3 {
    color: white;
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    line-height: 1.4em;
    text-align: center;
}

/*CTA*/
.cta-imagine .its_sectionBlocks.Customers-4client {
    background: rgb(25, 25, 25) !important;
}
.cta-imagine h5, .cta-imagine h3 {
    color: white;
}
.cta-imagine .row.itss-customers-title h5 {
    color: rgba(255, 255, 255, .6);
    font-family: "satoshi", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.cta-imagine .row.itss-customers-title h3 {
    color: white;
    font-family: "Sora", sans-serif;
    font-size: 63.96px;
    font-weight: 600;
    width: 100%;
    line-height: 1.4em;
    text-align: center;
}
.cta-imagine .row.itss-customers-title a {
    background: #baf67c;
    color: #000 !important;
}

/*Footer */
.imag_footer {
    flex-direction: column;
    background-color: #0d0d0d;
    padding: 80px 0 80px 0;
    background-image: url(https://itgeeks.com/wp-content/uploads/2024/04/15.png);
    background-position: 110% 191%;
    background-repeat: no-repeat;
}
.imag-row.imag-top-row ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 30px;
	border-radius: 5px;
	gap: 30px;
}
.imag-row.imag-top-row ul li {
    color: white;
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    line-height: 1.4em;
    text-align: center;
    display: flex;
    gap: 15px;
    align-items: center;
}
.imag-row.imag-top-row ul li span {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(25, 25, 25);
    border-radius: 5px;
}
.imag-row.imag-top-row ul li span svg {
    width: 20px;
    color: #baf67c;
}
.imag-row.imag-bottom-row {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 80px 0;
}
.imag-row.imag-bottom-row img {
    width: auto !important;
    max-width: 30px !important;
    margin: auto;
    position: absolute;
    top: 45px;
}
.imag-row.imag-bottom-row h3 {
    color: white;
    font-family: "Sora", sans-serif;
    font-size: 90.44px;
    font-weight: 500;
    width: 100%;
    line-height: 1.4em;
    text-align: center;
    display: flex;
    gap: 15px;
    align-items: center;
    max-width: 1201px;
    margin: auto;
}
.imag-row.imag-bottom-row h4 {
    color: #baf67c;
    font-family: "Sora", sans-serif;
    font-size: 31.99px;
    font-weight: 500;
    width: 100%;
    line-height: 1.4em;
    display: flex;
    gap: 15px;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.active-sale {
    color: rgba(255, 255, 255, .6);
    text-decoration: line-through;
}
.imag-row.imag-bottom-row a.imag-ho-btn.imag-ts-f2 {
    max-width: 125px;
    margin: auto;
    text-align: center;
}
.imag-fto-last-footer-sec {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 40px 0 50px 0;
}
.imag-row.imag-last-footer-row {
    justify-content: space-between;
    align-items: center;
}
.imag-row.imag-last-footer-row ul li a, .imag-row.imag-last-footer-row p {
    color: rgba(255, 255, 255, .6);
    font-family: "satoshi", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.imag-row.imag-last-footer-row ul {
    display: flex;
    gap: 20px;
}
.imag-row.imag-last-footer-row ul li {
    display: flex;
    position: relative;
}
.imag-row.imag-last-footer-row ul li:nth-child(2):before {
    content: '';
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, .6);
}
.imag-row.imag-last-footer-row ul li:nth-child(2) a {
    margin-left: 15px;
}
.imag-row.imag-last-footer-row img {
    max-width: 109px;
}
/*Sticky Header */
section.imag-section.imag_header2 {
    background: #191919;
    position: fixed;
    bottom: 0;
    padding: 15px 0;
	z-index: 99999;
}
.imag-row.imag-header2-row {
    justify-content: space-between;
	align-items: center;
}
.imag-row.imag-header2-row img {
    max-width: 146px !important;
    height: 40px!important;
}
.imag-row.imag-header2-row ul {
    display: flex;
    gap: 30px;
    align-items: center;
}
.imag-row.imag-header2-row ul li a {
    color: rgba(255, 255, 255, .6);
    font-family: "satoshi", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.imag-row.imag-header2-row a.imag-ho-btn.imag-ts-f2 {
    background: #baf67c;
    color: black !important;
}
.imag-fot-logo-svg svg {
    animation: itgloading 20s linear infinite;
    width: 120px !important;
    height: 120px !important;
    margin: auto;
}
.imag-fot-logo-svg {
    display: flex;
    justify-content: center;
    position: relative;
}
.swiper.itss_section_sliderlogo {
    height: 170px !important;
    overflow: hidden;
}