/********** Template CSS **********/
:root {
    --primary: #78b7ff;
    --secondary: #ffba39;
    --pp-primary: #ffba39;
    --pp-secondary: #ffba39;
    --light: #ddf4fc;
    --dark: #04000B;
}

@font-face {
    font-family: 'Cocomat light';
    src: url("../fonts/CocomatPro-Light.849eed063434.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cocomat regular';
    src: url("../fonts/CocomatPro-Regular.501f178af2c8.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cocomat bold';
    src: url("../fonts/CocomatPro-ExtraBold.58066f457930.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.bg-gradient{
    background: linear-gradient(180deg, #ced8ff 0%, #ece9ff 100%) !important;
}

.bg-gradient2{
    background: linear-gradient(180deg, #122366 0%, #8f6eb4 100%) !important;
}

.btn-gradient{
     background: linear-gradient(200deg, #122366 0%, #8f6eb4 100%) !important;
     color: white !important;
     transition: 0.3s;
}

.btn-gradient:hover{
     box-shadow: none!important;
     transform: scale(1.02);
}


.transparent-card {
    /* max-width: 500px; */
    background-color: rgba(255, 255, 255, 0.3); 
    backdrop-filter: blur(5px); 
    transition: 0.3s;
}

.transparent-card:hover{
    transform: scale(1.05);
    background-color: rgba(255, 255, 255, 0.4); 
}

.transparent-card h4{
    transition: 0.2s;
}

.transparent-card:hover > h4{
    color: white !important;
}


.login-hero{
    padding-top:270px !important;
}

@media (max-width: 992px) {
   .login-button{
    text-align: left;
   }

   .login-button button, .login-button a{
    font-size: 13px;
   }

   .login-button button{
    margin-left: 5px;
   }

   .login-hero{
    padding-top:105px !important;
}


}


.breadcrumb-item+.breadcrumb-item::before{
    color: white;
}

.breadcrumb-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.breadcrumb-animation li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(129, 137, 255, 0.158);
    animation: animate 25s linear infinite;
    bottom: -50px;
    opacity: 0;
}

.breadcrumb-animation li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.breadcrumb-animation li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.breadcrumb-animation li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.breadcrumb-animation li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.breadcrumb-animation li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.breadcrumb-animation li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.breadcrumb-animation li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.breadcrumb-animation li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.breadcrumb-animation li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.breadcrumb-animation li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 0;
        border-radius: 0;
    }

    10%{
        opacity: 0.5;
    }

    50%{
        opacity: 1;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}



.highlight-text {
    display: inline-block;
    background: url("/static/img/about_us/text_scratch.25a3217687f2.png") no-repeat center;
    background-size: cover;
    padding: 30px 15px;
    font-size: 20px;
}

.cocomat{
    font-family: 'Cocomat regular', sans-serif !important;
}
.cocomat-bold{
    font-family: 'Cocomat bold', sans-serif !important;
}

a{
    text-decoration: none;
}

.price-box small{
    color: rgb(255, 236, 200);
}

.about-us-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 30px !important;
}

.about-us-box img{
    max-width: 320px;
}

.about-us-box p{
    font-size:20px;
}


.course-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-shadow: -2px -11px 8px 0px rgb(59 61 80 / 26%);
    border-radius: 10px;
    padding: 30px 40px 100px 40px !important;
}

.justify-text{
    text-align: justify;
    text-justify: inter-word;
}


.course-box h1{
    padding-bottom: 10px;
    width: 100%;
}


.course-box p{
    font-size: 18px;
}
.course-box .small{
    font-size: 0.875rem;
}

.course-box .col-lg-4{
    margin:10px;
}

.course-box h1 img{
    width: 60px;
}

@media (max-width: 1140px) {
    .course-box{
        padding: 20px 10px !important;
    }
    .course-box a{
        padding: 10px 25px !important;
    }
 }
 @media (max-width: 991px) {
    .course-box{
        justify-content: start !important;
    };
 }


@media (max-width: 575.98px) {
  .price-text {
    font-size: 1.25rem !important; /* same as fs-5 */
  }
  .info-icon{
    width:25px !important;
  }

  .course-box{
    padding: 10px 0px !important;
  }

  .breadcrumb li{
    font-size:0.8rem !important;
  }

  .accordion-button{
    font-size:0.9rem !important;
    padding: 1rem 0.5rem !important;
  }

    .accordion-body p{
    font-size:0.9rem !important;
        
    }

    .accordion-button span{
        margin-right: 3px !important;
    }

    .stepper-container {
    gap: 0.3rem !important;
    }

    .step-item {
    min-width: 50px !important;
    }


    .step-number {
    width: 35px !important;
    height: 35px !important;
    }

    .step-item.active .step-number {
    background-color: #5e9fff;
    color: white;
    }

    .step-divider {
    width: 20px !important;
    }

    .step{
        min-height:400px !important;
    }
    
    .course-img-wrapper {
    max-width: 130px !important;
    }


    .newsletter h3{
        font-size: 1.6rem !important;
    }

    .newsletter img{
    max-width: 70% !important;
    margin-top: 10px!important;
    margin-bottom: 10px !important;
}

}


    .info-icon {
      width: 40px;
      height: auto;
      flex-shrink: 0;
      fill: orange;
    }

.programming-boy-standing {
    position: absolute;
    top: -140px; /* Adjust based on your design */
    left: 25%; /* Adjust based on your design */
    transform: translateX(-50%);
    z-index: 1;
    max-width: 270px; /* Adjust the image size if necessary */
    overflow-x: hidden;
}
.programming-boy-back {
    position: absolute;
    top: -120px; /* Adjust based on your design */
    left: 40%; /* Adjust based on your design */
    transform: translateX(-50%);
    z-index: 1;
    max-width: 330px; /* Adjust the image size if necessary */
}

.stats {
    /* max-width: 420px; */
    /* border-radius: 10px; */
    box-shadow: 0px 1px 13px -5px rgba(66, 68, 90, 0.356);
    /* background: url("../img/blob-center.031e86e60ca4.png") center center no-repeat,
    linear-gradient(339deg, #ffcf75, #ffa807); */
    animation: gradient 15s ease infinite;
    padding: 10px;
}


.skills-section .badge {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 20px;
    margin: 5px 0px;
    text-align: center;
    width: 100%;
    transition: 0.2s;
}

.skills-section .badge:hover{
    transform: scale(1.1);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.breadcrumb {
    margin-bottom: 2rem !important;
}

.password-toggle {
    position: absolute;
    right: 20px;
    top: 55%;
    transform: translateY(-50%);
    cursor: pointer;
}

.form-floating {
    position: relative;
}

.password-toggle i {
    font-size: 1.2em;
    
}

.login-alert{
    padding: 0.5rem 1rem !important;
}


.badge-yellow {
    background-color: #ffeb3b93;
    
    color: #000;
}

.badge-blue {
    background-color: #03a8f47a;
    color: #000;
}

.education-img{
    max-width: 120px;
    top: -30px;
    left: 70%;
    transform: rotate(15deg);
}

.accordion-button {
    font-weight: bold;
}

.accordion-body {
    background-color: #ffffff;
    border-radius: 0.25rem;
    padding: 1rem;
}

@media (min-width: 992px) {
    .container-xl {
        padding-left: 5rem;
        padding-right: 5rem;
    }

}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .2s;
}

.btn:hover {
    box-shadow: 2px 3px 2px 0px rgb(0 0 0 / 98%);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

/*** Navbar ***/

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin: 30px 25px 0px 0px;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: white !important;
    outline: none;
    transition: .5s;
    
}

.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .4s;
}

.nav-link:hover::after {
    width: 100%;
    transition: width .4s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 0px 0;
    margin-top:10px;
    margin-bottom:10px;
    color: var(--dark) !important;
   
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}
.navbar-dark .btn:hover{
    background-color: var(--secondary) !important;

}

.navbar-dark .navbar-brand  {
    color: #FFFFFF;
}

.navbar-dark .navbar-brand img {
    max-height: 80px;
    transition: .5s;
}

.sticky-top.navbar-dark  {
    max-height: 100px;
}


.navbar-dark .btn {
    margin-top: 25px;
    color: var(--dark);
    background: var(--secondary)
}

.navbark-dark .btn:hover{
    opacity: 0.8;
}

.sticky-top.navbar-dark .btn {
    margin-top:15px;
    margin-bottom:15px;

    color: var(--dark);
    background: var(--secondary);
}



.navbar-dark .navbar-brand{
margin-top:30px
}

.sticky-top.navbar-dark .navbar-brand {
    margin:0;
}




@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-toggler {
        color: black;
        margin-top: 20px;
        margin-right: 10px;
    }


    .navbar-dark .navbar-collapse {
        margin-top: 5px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 3px 0 3px 5px;
        margin-left: 0;
        color: var(--dark) !important;
    }
    .navbar-dark .navbar-brand img {
        margin-bottom: 7px;
        margin-left: 10px;
        margin-top: -10px;
    }

    .hero-header .row{
        margin-right: 0px;
        margin-left: 0px;
    }

    .hero-header a{
        padding:10px 10px !important;
    }

    .hero-header.offer a{
        padding:1px 1px !important;
    }

    .platform-login{
        margin-bottom: 10px !important;
        margin-left: 10px;
    }

    .programming-boy-standing {
    top: 0px; /* Adjust based on your design */
    left: 10%; /* Adjust based on your design */
    max-width: 240px;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary2);
    }

    .navbar-dark .navbar-nav .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar-dark .navbar-nav .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #ffffff;
    content: var(--bs-breadcrumb-divider, ">");
}

/*** Hero Header ***/
.hero-header {
    position: relative;
    padding: 147px 0 145px 0 !important;
    background:
       url("../img/techedu-bg2.d45aa4edef9e.png") center bottom -1px no-repeat, linear-gradient(200deg, #444683 0%, #86bfff 100%) !important
}

.hero-header.offer{
    padding: 150px 0 0px 0 !important;
}

.hero-header.tesimonial{
     padding-top: 150px !important; 
     padding-bottom: 150px !important; 
     margin-bottom: 0px !important;
}

.header-text{
    font-size: 18px;
}

.hero-header a.btn-secondary{
    border: none;
    background: linear-gradient(-45deg, #dddddd, #aff6ff, #e7fafa, #ffffff);
	background-size: 400% 400%;

}
.hero-header a.btn-light{
    border:none;
    background: var(--secondary);
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.98);
    transition: 0.2s;
}
.hero-header a.btn-light:hover, .hero-header a.btn-secondary:hover{
    transform: translate(0, 4px);
    background: #fab535;
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.98);

}


@media (max-width: 991.98px) {

    .hero-header {
        padding-top: 4rem !important;
    }

    .hero-header.offer{
    padding: 30px 0 75px 0 !important;
        }

    .course-box{
        box-shadow:none;
    }

    .hero-header.testimonial {
        padding-top: 3.5rem !important;
    }

    .trust-arrow{
        display: none;
    }

    .hero-header.container-xl.row.col-lg-5.img-fluid{
        max-width: 500px !important;
    }
}

@media (max-width: 1030px) {

    .hero-header a.btn-light, .hero-header a.btn-secondary{
       padding: 1rem 2.5rem !important;
    }
}

@media (max-width: 600px) {

    .hero-header a.btn-light, .hero-header a.btn-secondary{
       padding: 0.7rem 2rem !important;
       font-size: 14px;
    }
}
@media (max-width: 500px) {

    .hero-header a.btn-light, .hero-header a.btn-secondary{
       padding: 0.8rem 2.2rem !important;
       border-radius: 10px !important;
       font-size: 14px;
       margin: 3px !important;
    }

    .hero-header p{
        font-size: 15px;
        margin-bottom: 10px !important;
    }

    .hero-header h1{
        font-size: 25px;
    }

    .hero-header .col-lg-6{
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}


@media (max-width: 992px) {
    .login-button{
     text-align: left;
    }
 
    .login-button button, .login-button a{
     font-size: 13px;
    }
 
    .login-button button{
     margin-left: 5px;
    }
 
    .login-hero{
     padding-top:20px !important;
 }
 
 
 }


.hero-header.about-us{
    position:relative;
    height: 710px;
}

@media (max-width: 992px) {
    .hero-header.about-us{
        padding-top: 50px !important;
    }
 
 }

 @media (max-width: 550px) {
    .hero-header.about-us{
        padding: 10px 0px !important;
    }
    .hero-header .about-us-box{
        padding: 5px !important;
    }

    .hero-header .about-us-box img{
        max-width: 250px !important;
    }
    .hero-header .about-us-box p{
        font-size: 16px !important;
    }

    .highlight-text{
        padding: 5px 15px !important;
    }
 }



.icon{
    width:100px;
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
}

.section-title span:first-child,
.section-title span:last-child {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    width: 30px;
    height: 2px;
}

.section-title span:last-child {
    margin-right: 0;
    margin-left: 30px;
}

.section-title span:first-child::after,
.section-title span:last-child::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    top: 0;
    right: -20px;
}

.section-title span:last-child::after {
    right: auto;
    left: -20px;
}

.section-title.text-primary span:first-child,
.section-title.text-primary span:last-child,
.section-title.text-primary span:first-child::after,
.section-title.text-primary span:last-child::after {
    background: var(--primary);
}



.section-title.text-secondary span:first-child,
.section-title.text-secondary span:last-child,
.section-title.text-secondary span:first-child::after,
.section-title.text-secondary span:last-child::after {
    background: var(--secondary);
}

.section-title.text-white span:first-child,
.section-title.text-white span:last-child,
.section-title.text-white span:first-child::after,
.section-title.text-white span:last-child::after {
    background: #FFFFFF;
}


.section-title.offer {
    display: flex;
    align-items: center;
    text-transform: none;
    font-size: 14px;
    color: #FFA500; /* Adjust to your yellow color */
    margin: 0;
    padding: 0;
    position: relative;
}



.section-title.offer span:first-child,
.section-title.offer span:last-child {
    position: relative;
    display: inline-block;
    margin-right: 27px;
    width: 20px;
    height: 2px;
    margin-bottom: 3px;
}

.section-title.offer span:last-child {
    margin-right: 0;
    margin-left: 25px;

}

.section-title.offer span:first-child::after,
.section-title.offer span:last-child::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    top: 0;
    right: -20px;
}
@media (max-width: 992px) {

    .section-title.offer{
        display: block !important;
    }
}




.offer-title {
    margin-top: 5px; /* Adjust spacing between section title and main title */
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 35px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 1.25rem;
    font-size: 1.1rem;
    color: #000000;
    text-align: left;
    background-color: #f7f7f7;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    font-weight: normal !important;
}

.accordion-button:not(.collapsed) {
    color: #2e4b9f;
    background-color: #ebfafd;
    box-shadow: inset 0px 2px 6px rgb(239 239 239 / 81%);
}

.offer-title > strong{
    opacity: 0.9;
}


/*** Feature ***/
.feature-item {
    transition: .5s;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.137);
    background-color: rgba(248, 248, 248, 0.5) !important;
}

.feature-item:hover {
    transform: scale(1.04);
}




@media (max-width: 1280px) {
    .feature-item{
    padding: 1.5rem 11px !important;
    }
    .container.feature .row .col-lg-4{
        padding: 15px !important;
    }
}
@media (max-width: 1200px) {
    .feature-item{
    padding: 1.5rem 11px !important;
    }
}
@media (max-width: 1005px) {
    .container.feature .row .col-lg-4{
        padding: 0px 10px !important;
    }
}



/* .col-lg-4:nth-child(2) .feature-item a {
    background: linear-gradient(-45deg, #afe8ff, #aff6ff, #e7fafa);
} */

.feature-item a:hover{
    opacity:0.8;
}


/*** About ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Fact ***/
.fact {
    border-radius: 20px;
    background:
        url("../img/blob-top-left.c80726e4eab0.png") left 0px top 0px no-repeat,
        url("../img/blob-top-right.fc6472e1d602.png") right 0px top 0px no-repeat,
        url("../img/blob-bottom-left.8dde8b8f6196.png") left 0px bottom 0px no-repeat,
        url("../img/blob-bottom-right.9b28e9f1f414.png") right 0px bottom 0px no-repeat,
        url("../img/blob-center.031e86e60ca4.png") center center no-repeat,
        linear-gradient(233deg, var(--primary), rgb(70, 215, 255));

}


/*** Service ***/
.service-item {
    position: relative;
    padding: 45px 30px;
    background: var(--light);
    overflow: hidden;
    transition: .5s;
}

.service-item:hover {
    margin-top: -15px;
    padding-bottom: 60px;
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: url("../img/blob-primary.24013a145ce4.png") center center no-repeat;
    background-size: contain;
    transition: .5s;
}

.service-item:hover .service-icon {
    color: var(--dark);
    background: url("../img/blob-secondary.a1b65002500e.png") center center no-repeat;
    background-size: contain;
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF;
}

.service-item a.btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px 40px 0 0;
    transition: .5s;
    z-index: 1;
}

.service-item a.btn:hover {
    color: var(--dark);
    background: var(--secondary);
}

.service-item:hover a.btn {
    bottom: 0;
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item .rounded{
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.15);
    box-shadow: 0 1px 5px rgba(0,0,0,.15);
}


.portfolio-item img {
  transition: transform 0.4s ease;
  transform-origin: center center;
  will-change: transform;
  display: block;
}

.portfolio-item:hover .img-fluid {
    transform: scale(1.1);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 37, 41, 0.8); 
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
    display: flex;
    justify-content: center;      
    align-items: center;          
    flex-wrap: wrap;           
    gap: 0.5rem;                  
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-overlay .badge {
  background-color: rgba(255, 255, 255, 0.1); /* półprzezroczyste tło */
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.85rem;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 999px; /* pełne zaokrąglenie */
  backdrop-filter: blur(4px); /* efekt szklistego tła */
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease, color 0.3s ease;
}



/*** Newsletter ***/
.newsletter {
    margin: 40px auto;
    border-radius: 0px;
    background:
        url("../img/bg-arrow-sm.39141fc5a076.png"),
        url("../img/bg-arrow-sm.39141fc5a076.png"),
        url("../img/bg-arrow-sm.39141fc5a076.png"),
        url("../img/bg-arrow-sm.39141fc5a076.png"),
        url("../img/bg-arrow.1c2463a0c3c2.png"),
        linear-gradient(110deg, #b4ff79, #d7faa3);;
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center;
    background-repeat: no-repeat;
}


.form-control.nl{
    border-radius: 10px !important;
    padding-left: 1rem;
}

.form-check.nl label{
    margin-left: 0 !important;
}

.form-check.nl label a{
   text-decoration: underline;
   color: black;
   opacity: 0.8;
}
.form-check.nl label a:hover{
    opacity: 1;
}

.cursor {
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    color: black;
    animation: blink 1.2s steps(1) infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.nl label{
    margin-left: 1rem;
    text-align: left;
}

.newsletter h3{
   font-weight: normal !important;
   font-size: 32px;
}

.newsletter p{
    color: black;
}


.nl-button{
    padding: 0.7rem 1rem !important;
    width:75% !important;
    border-radius: 15px !important;
    background-color: #a4ccf9;
    border: 1px solid #7fbbff;
    box-shadow: 2px 2px 1px black
}

.nl-button:hover{
    box-shadow: 2px 2px 1px rgb(80, 80, 80);
    background-color: #c4dfff;
    border: 1px solid #a4ccf9;

}

.form-container{
    background-color: rgba(255, 255, 255, 0.719);
    padding: 25px 35px;
    border-radius: 15px;
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 1400px) {
    .form-container{
        width: 100%;
    }
}

@media (max-width: 991.99px){
    .form-container{
        width: 70%;
    }
}
@media (max-width: 625px){
    .form-container{
        width: 90%;
    }
}
@media (max-width: 400px) {
    .form-container{
        padding: 15px 15px;
        border-radius: 10px;
        width: 100%;
    }

    .newsletter .col-lg-5{
        padding: 0 !important;
    }

    .newsletter{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}



.hero-header.contact-page{
    margin-bottom: 1rem !important;
}



.contact-window{
    max-width: 900px;
    background:
        url("../img/bg-arrow-silver.0bb1196c5b44.png"),
        url("../img/blob-bottom-right.9b28e9f1f414.png"),
        url("../img/bg-arrow-silver.0bb1196c5b44.png"),
        url("../img/blob-top-right.fc6472e1d602.png"),
        url("../img/blob-center.031e86e60ca4.png"),
        linear-gradient(110deg, #e1dbe67a, #dde9ff7a);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center;
    background-repeat: no-repeat;
    border-radius: 25px;
    box-shadow: 5px 6px 5px #bababa;

}

.contact-window .img-fluid{
    max-width: 550px;
    width: 250px;
    margin-top: 5%;
}

.contact-window a:hover{
    box-shadow:none !important;
}

@media (max-width: 700px) {
    .contact-window .img-fluid{
        max-width: 350px;
        width: 200px;
        margin-top: 5%;
    }
    .contact-window{
        padding: 20px !important;
    }
}

@media (max-width: 350px) {
    .contact-window a{
        font-size: 14px;
        padding-left:5px !important;
        padding-right:5px !important; 
    }
}





/*** Testimonial ***/
.testimonial-carousel .testimonial-item {
    padding: 0 30px 30px 30px;
}

.testimonial-item p{
    min-height: 130px;
}

.testimonial-carousel .owl-nav {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 60px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Team ***/
.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


.wow {
    transform: translateZ(0);
}


/*** Footer ***/
.footer {
    margin-top: 6rem;
    padding-top: 9rem;
    background:
        url("../img/map.e756c57fa536.png"),
       linear-gradient(200deg, #444683 0%, #86bfff 100%) !important;;
    background-position:
        center top,
        center center;
    background-repeat: no-repeat;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: var(--secondary);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--secondary);
}

/*** Example projects carousel ***/

 .projects-carousel-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 6rem;
      padding: 2rem 1rem;
  
    }

    .projects-card {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background: white;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform-origin: center center;
  opacity: 0;
  pointer-events: none;
}

.projects-card.active {
  opacity: 1;
  pointer-events: auto;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  z-index: 100 !important;
}

.projects-cards-stack {
  position: relative;
  width: 100%;
  max-width: 450px;
  aspect-ratio: 3 / 2; 
  perspective: 1000px;
  flex-shrink: 0;
}


    .projects-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .projects-description {
      min-width: 250px;
      max-width: 400px;
    }

    .projects-counter {
      font-size: 1.1rem;
      color: #aaa;
    }

    .projects-title {
      font-size: 1.8rem;
      font-weight: bold;
      transition: opacity 0.4s ease;
    }

    .projects-subtitle {
      font-style: italic;
      color: #7a7a7a;
      font-size: 1.2rem;
      transition: opacity 0.4s ease;
    }

    .projects-controls button {
      background-color: #2a2640;
      color: white;
      border: none;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      font-size: 1.2rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0 0.25rem;
      transition: background 0.3s;
    }

    .projects-controls button:hover {
      background-color: #433e70;
    }

 @media (max-width: 768px) {
    .projects-card{
        border-radius: 0.7rem;
        
    }

  .projects-carousel-wrapper {
    flex-direction: column;
    gap: 2rem;
    padding: 1rem 2rem;
    overflow-x: hidden;
  }

  .projects-description {
    text-align: center;
    max-width: 100%;
  }

  .projects-controls button {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

.projects-title {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: bold;
}

.projects-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
}

 }
.left-gradient {
    background: linear-gradient(145deg, #122366 0%, #8f6eb4 100%);
    color: white;
}

.left-gradient2{
    background: linear-gradient(145deg, #ced8ff 0%, #ece9ff 100%);
    color: white;
}

@media (max-width: 768px) {
    .left-gradient, .left-gradient2{
        display: none !important;
    }
}

.btn.login:hover{
    box-shadow: none;
}


/* Sign-up for trial page vvvv */

.stepper-container {
  gap: 1rem;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #bbb;
  font-weight: 500;
  min-width: 100px;
}

.step-item.active {
  color: #000;
}

.step-number {
  width: 40px;
  height: 40px;
  background-color: #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 5px;
  transition: background-color 0.3s ease;
}

.step-item.active .step-number {
  background-color: #5e9fff;
  color: white;
}

.step-divider {
  width: 40px;
  height: 2px;
  background-color: #ccc;
  align-self: center;
}

.step{
    min-height: 550px;
}

.step.slim{
    max-width: 600px;
}


.course-select {
  border: 1px solid #ddd;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: 0.2s;
}

.btn-check:checked + .course-select {
  box-shadow: 0 0 0 0.1rem rgba(13, 109, 253, 0.747);
  background-color: #f8f9fa;
}

.course-img-wrapper {
  max-width: 180px;
  overflow: hidden;
}

.course-img-wrapper img {
  object-fit: cover;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  max-width: 220px;
}

.btn-group .btn-outline-primary:hover{
    box-shadow: none;
}

.btn-group .btn-outline-primary:focus{
    box-shadow: 0 0 0 .1rem rgba(98,34,204,0.5) !important;
}

/* Sign-up for trial page  ^^^^ */


.invalid-alert{
    font-size: 1rem;
    color: rgb(172, 1, 1);
    margin-bottom: 0.5rem;
    text-align: center;
}

.invalid-alert a{
    color: rgb(172, 1, 1);
    text-decoration:underline;
}

/* bg icons */

.background-icons {
    position: relative;
    z-index: 1;
}

.bg-icon {
    position: absolute;
    opacity: 0.15;
    pointer-events: none;
    max-width: 80px;
    z-index: 0;
}

.icon-1 {
    top: 220px;
    left: 60%;
}
.icon-2 {
    top: 650px;
    left: 15%; 
}
.icon-3 {
    top: 1000px;
    left: 50%;
}
.icon-4 {
    top: 1400px;
    left: 40%;
}
.icon-5 {
    top: 1800px;
    left: 50%;
}

@media (max-width: 1200px) {
    .bg-icon {
        display: none;
    }
}