
body,
html {
	font-family: "Public Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
h1, h2, h3 {
    font-family: "Public Sans", sans-serif;
    font-weight: 700;
}

[data-kt-sticky-landing-header=on] .landing-header {

    background-color: rgba(11, 31, 51, 1) !important;
  
}
[data-kt-sticky-landing-header=on] .landing-header .logo-default {
	display: block !important;
}

.drawer {
    background-color: #091929 !important;
}

.landing-dark-bg{
	background-color:rgba(11, 31, 51, 1);
}
.container-xxl {
         max-width: 100%; 
    padding-right: 40px;
    padding-left: 40px;
    }
.landing-header {
	display: flex;
	align-items: center;
	min-height: 80px;
height: auto;
}
.hero-section {
    height: 680px; 
    position: relative;
    overflow: hidden;
}
.hero-subtitle{
	line-height: 2.4rem;
    max-width: 700px;
}

.hero-bg-base {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(11, 31, 51), rgba(11, 31, 51, 0.5));
    z-index: 1;
}


.hero-bg-image {
    position: absolute;
    inset: 0;
    background: url('../media/images/teh-raboty.jpg') center center / cover no-repeat;
    opacity: 0;
    transition: opacity 1.8s ease;
    z-index: 2;
}


.hero-bg-image.loaded {
    opacity: 1;
}


.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(11, 31, 51), rgba(11, 31, 51, 0.5));
    z-index: 3;
}

.hero-content {
    position: relative;
    z-index: 4;
    max-width: 900px;
}



.animate-item {
    opacity: 0;
    transform: translateY(50px);
}


.animate-item.show {
    animation: fadeUp 1s cubic-bezier(.22,.61,.36,1) forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.btn {
    position: relative;
    padding: 10px 40px !important;
    font-weight: 600;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    transition: all 0.3s ease;

}


.btn-main {
    background: #3da5ff;
    color: #fff;
    border: none;
}

.btn-main:hover {
    background: #2c8de0;
}


.btn-glow {
    position: relative;
    padding: 14px 36px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;

    background: transparent;
    color: #fff;
    border: 2px solid #ffffff;

    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-glow:hover {
    background: rgba(255,255,255,0.05);
}


.btn-glow::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 32px; 
    height: 100%;

    background: rgba(255,255,255,0.65);
    filter: blur(2px); 

    opacity: 0;
}

@keyframes verticalShine {

  
    0% {
        left: -40px;
        opacity: 0;
    }

    80% {
        left: -40px;
        opacity: 0;
    }

  
    78% {
        opacity: 0.9;
    }


    92% {
        left: 120%;
        opacity: 0.9;
    }

    95% {
        opacity: 0;
    }

    100% {
        left: 120%;
        opacity: 0;
    }
}

.btn-glow::after {
     animation: verticalShine 4s linear infinite;
animation-delay: 4s;
}

.scroll-down {
    position: absolute;
    bottom: 20px; 
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: filter 0.3s ease;
    z-index: 5;
}


.scroll-down svg {
    animation: bounce 1.5s infinite;
}


.scroll-down:hover svg path {
    stroke: rgba(255,255,255,0.7);
}


@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px); 
    }
}

/*section 1*/
.two-column-block {
    background-color: #ffffff;
}


.container-centered {
    max-width: 1420px; 
    margin: 0 auto;
    padding: 0 15px;
}


.columns {
    display: flex;
    justify-content: center; 
  
}


.col-left {
    width: 626px;
padding: 50px 0 0 50px;
}

.col-right {
    width: 742px;
}


.block-title {

    font-weight: 700;
    font-size: 42px;
    margin-bottom: 32px;
    color: #0f172a;
}


.title-underline {
    width: 10rem;
    height: 1px;
    background-color: #51bbf9;
    border-radius: 1px;
    margin-bottom: 32px;
}


.block-text {
   
    font-size: 18px;
    line-height: 2;
    color: #4a4a4a;
}

.block-image {
    width: 100%;
    height: auto;
    display: block;
}


@media (max-width: 1420px) {
    .columns {
        flex-wrap: wrap;
        justify-content: center;
    }
    .col-left, .col-right {
        width: 100%;
        max-width: 742px; 
    }
    .col-right {
        margin-top: 24px;
    }
}
.features-block {
    background-color: #ffffff;
}



.features {
    display: flex;
    flex-wrap: wrap; 
    align-items: flex-start; 
    justify-content: center;
    gap: 0;
}


.block-underline {
    width: 200px;
    height: 1px;
    background-color: #14a5f7;
    border-radius: 1px;
    margin-bottom: 40px;
}



.feature-icon-circle {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    border: 2px solid #14a5f7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.feature-icon-circle i {
    font-size: 44px;
    color: #14a5f7;
}


.dot-group {
    display: flex;
    gap: 26px;
    align-items: center;
    margin: 60px 20px;
}

.dot {
    width: 4px;
    height: 4px;
    background-color: #14a5f7;
    border-radius: 50%;
}


.feature-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;

   width: 140px;       
    flex: 0 0 140px;    
}


.feature-text {
    text-align: center;
    max-width: 260px;
    margin-top: 12px;



 
    width: 260px;       
}

.feature-text-item {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.feature-text-item.animate {
    opacity: 1;
    transform: translateY(0);
}


.feature-wrapper:nth-child(1) .feature-text { animation-delay: 0.2s; }
.feature-wrapper:nth-child(3) .feature-text { animation-delay: 0.4s; }
.feature-wrapper:nth-child(5) .feature-text { animation-delay: 0.6s; }
.feature-wrapper:nth-child(7) .feature-text { animation-delay: 0.8s; }


@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.feature-title {
    font-weight: 600;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.feature-desc {
    font-size: 13px;
    color: #4a4a4a;
margin-top: 15px;
 line-height: 1.55;
}


@media (max-width: 992px) {
    .features {
        flex-direction: column;
        align-items: center;
    }
    .dot-group {
        flex-direction: column;
        margin: 12px 0;
    }
}



.info-block {
    background: #f8f9fc;
    padding: 60px 20px;
    text-align: center;
}

.info-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 22px;
    color: #111827;
}

.info-description {
    font-size: 18px;

    margin: 0 auto 40px auto;
    color: #595b60;
}


.info-line {
    font-size: 20px;
    color: #595b60;
    margin-bottom: 16px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}


.info-line.animate {
    opacity: 1;
    transform: translateY(0);
}


.info-divider {
    width: 100%;
    height: 1px;
    background: #c6c7ca;
    margin: 60px auto 0 auto;
}

.padding100{
 padding: 0 100px;
}

.gallery-block {
    padding: 100px 20px;
    background: #ffffff;
}

.gallery-row {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

.gallery-item {
    width: 160px;
    height: auto;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s ease;
}

.gallery-item.animate {
    opacity: 1;
    transform: translateY(0);
}


.gallery-item {
    border-radius: 12px;
}


.columns-block {
    padding: 100px 20px;
}

.columns-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    
    margin: 0 auto;
    position: relative;
padding: 0 60px;
}

.column {
    flex: 1;
    padding: 0 40px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}
.columnFive {
    flex: 1;
    padding: 0 40px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}


.column.animate {
    opacity: 1;
    transform: translateY(0);
}
.columnFive.animate {
    opacity: 1;
    transform: translateY(0);
}


.column-divider {
    width: 1px;
    background: #d1d5db;
}

.column-row {
    min-height: 60px; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e5e7eb;
    font-size: 16px;
    color: #374151;
    padding: 16px;	
}
.column-header {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 30px;
    padding-top: 20px;
}


.column-row:last-child {
    border-bottom: none;
}

@media (max-width: 992px) {
    .columns-wrapper {
        flex-direction: column;
    }

    .column-divider {
        display: none;
    }

    .column {
        padding: 0;
        margin-bottom: 40px;
    }
  .columnFive {
        padding: 0;
        margin-bottom: 40px;
    }
}







.checklist-block {
    padding: 100px 20px;
}





.checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;

    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s ease;
}


.checklist-item.animate {
  display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 50px;
    opacity: 1;
    transform: translateY(0);
}


.check-icon {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}



.check-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
text-align: left;
}

.check-text {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.5;
}

.try-btn {
    margin: 120px auto 60px;
}
.btn-lg {
    padding: 18px 60px !important;
    font-size: 16px;
}
@media (max-width: 992px) {
    .try-btn {
    	margin: 30px auto;
justify-content: left !important;
    }
    #corner-down-right{
	visibility: hidden;
	height: 0px;
    }

}

.padding-x-200 {

    padding: 0 200px;

}

.plans-block {
    padding: 120px 20px;
}

.plans-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap;
	margin-top: 80px;
}

.plan-card {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 9px;
    width: 560px;

    display: flex;
    flex-direction: column;
    text-align: center;

    transition: all 0.8s ease;

    opacity: 0;
    transform: translateY(50px);
}


.plan-left {
    border: 1px solid #e0e6ed;
}


.plan-right {
    border: 1px solid #3da5ff;
    width: 600px;

    padding: 70px 40px;     
    margin-top: -20px;      
    margin-bottom: -20px;   

 box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}


.plan-card.animate {
    opacity: 1;
    transform: translateY(0);
}


.plan-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 56px;
}

.plan-description {
    font-size: 15px;
    color: #4b5563;
    margin-bottom: 30px;
    line-height: 4rem;
}

.plan-price {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 50px;
}


.plan-button {
    margin-top: auto;  
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}


.plan-button-light {
    background: white;
    border: 1px solid #d1d5db;
}

.plan-button-light:hover {
    background: #f3f4f6;
}


.plan-button-primary {
    background: #3da5ff;
    border: none;
    color: white;
}

.plan-button-primary:hover {
    background: #1d8ef0;
}


@media (max-width: 992px) {
    .plans-wrapper {
        flex-direction: column;
        align-items: center;
    }



    .plan-right {
        width: 320px;
        margin-top: 0;
        margin-bottom: 0;
        padding: 50px 40px;
    }
.plan-card {

    width: auto;

 
}
.padding-x-200 {

    padding: 0px;

}
.dotlarge{
	display:none;
}
}


.contact-section {
    position: relative;
    padding: 60px 20px 80px 20px;
    background: url('../media/images/fintech.jpg') center/cover no-repeat;
    color: white;
}


.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(10, 10, 62, 0.6), rgb(10, 10, 62));
    z-index: 0;
}

.contact-section > * {
    position: relative;
    z-index: 1;
}
.contact-container {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}




.contact-card {
    background: transparent;
    color: white;
    padding: 0;
    max-width: 600px;
    margin: 0 auto 100px auto;

    display: flex;
    flex-direction: column;
    gap: 25px;

    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s ease;
}

.contact-card.animate {
    opacity: 1;
    transform: translateY(0);
}

.contact-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}


.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.form-group label {
    font-size: 16px;
    font-weight: 500;
    opacity: 0.9;
}

.contact-input,
.contact-textarea {
    background: white;
    border: none;
    border-radius: 6px;
    padding: 18px 16px;
    font-size: 14px;
    color: #111827;
}

.contact-textarea {
    min-height: 130px;
    resize: vertical;
}


.contact-button {
margin-top: 10px;
    padding: 18px;
    background: #3da5ff;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.contact-button:hover {
    background: #f3f4f6;
}



.footer-divider {
width: 86%;
    background: #3a3b65;
    height: 1px;
    margin: auto;
}
.footer-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
	width:100%;
max-width: 1200px;
    margin: 40px auto 0;
 z-index: 2;
}

.footer-col { 
   max-width: 260px;
}

.footer-col h4 {
    margin-bottom: 18px;
    font-size: 18px;
color: #ffffff;
}

.footer-col p {
    margin-bottom: 10px;
    font-size: 12px;
    opacity: 0.8;
}
.footer-col p a {
font-size: 12px;
    color: #fff;
}


.subscribe-card {
display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.feature-icon-sub {
width: 56px;
    height: 40px;
    border-radius: 40%;
    border: 2px solid #14a5f7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #14a5f7;
}
.contact-input-sub {
    background: white;
    border: none;
    border-radius: 18px;
    padding: 8px 16px;
    font-size: 14px;
    color: #111827;
}

@media (max-width: 992px) {
.d-none-het {
	display: none!important;
}
 .btn-main {
        padding: 8px 16px !important;
        font-size: 14px;
    }
}

.btn:hover {
    color: #ffffff !important;
 
}