@charset "utf-8";
/* CSS Document */



.footer-logo{
		width:222px;
	}

a{
	color: #695d91;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-weight: 700;
}

a:hover{
	color: #695d91;
	text-decoration: none;
}

body{
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #555555;
	font-weight: 400;
}

.nav-link{
	text-transform: uppercase;
	color: #695d91;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -0.5px;
}

.nav-btn{
	background:#87bcae;
	padding: 0px 15px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
}

.nav-btn:hover,
.nav-btn:focus{
	background:#695d91;
}

.nav-btn a{
	color: #ffffff!important;
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color: #87bcae;
	font-weight: 600;
}

h1{
	font-family: 'Shantell Sans', cursive;
	font-size: 38px;
	color: #695d91;
	letter-spacing: -1.3px;
}

h2{
	font-family: 'Shantell Sans', cursive;
	font-size: 26px;
	color: #695d91;
	letter-spacing: -1.3px;
}


h3{
	font-weight: 700;
	font-size: 30px;
}

h4{
	font-weight: 700;
	font-size: 24px;
	color: #87bcae;
}


.cursive{
	font-family: 'Shantell Sans', cursive;
}


.button{
	padding: 15px 40px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 25px;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn1{
	border: 1px solid #ffffff;
	color:#ffffff;
	background:#695d91;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	font-size:18px;
}

.btn1:hover,
.btn1:focus{
	border: 1px solid #ffffff;
	color:#ffffff;
	background:transparent;
	text-decoration: none;
}

.footer-wrapper{
	background: #695d91;
	color: #ffffff;
}

.footer-wrapper a{
	color: #afddd0;
	font-weight: 400;
	text-decoration: none;
}



.navbar-brand img{
	width: 100%;
	max-width:160px;
}

.banner-wrapper{
	 background: rgb(178,223,211);
	background: -moz-linear-gradient(90deg, rgba(178,223,211,1) 24%, rgba(255,255,255,1) 78%);
	background: -webkit-linear-gradient(90deg, rgba(178,223,211,1) 24%, rgba(255,255,255,1) 78%);
	background: linear-gradient(90deg, rgba(178,223,211,1) 24%, rgba(255,255,255,1) 78%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b2dfd3",endColorstr="#ffffff",GradientType=1); 
	height: 400px;
	color:#695d91;
	margin:0;
	position:relative;
}

.banner{
	background-image: url('../img/banner1.jpg');
	background-repeat:no-repeat;
	height: 100%;
	background-position: top center;
	background-size: cover;
}

.banner2{
	background-image: url('../img/banner2.jpg');
	background-repeat:no-repeat;
	height: 100%;
	background-position: top center;
	background-size: cover;
}

.banner3{
	background-image: url('../img/banner3.jpg');
	background-repeat:no-repeat;
	height: 100%;
	background-position: top center;
	background-size: cover;
}

.banner::before,
.banner2::before,
.banner3::before{
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position:absolute;
	 background: rgb(145,212,194);
	background: -moz-linear-gradient(90deg, rgba(145,212,194,0.65) 14%, rgba(136,189,175,0.65) 31%, rgba(105,93,145,0.65) 87%);
	background: -webkit-linear-gradient(90deg, rgba(145,212,194,0.65) 14%, rgba(136,189,175,0.65) 31%, rgba(105,93,145,0.65) 87%);
	background: linear-gradient(90deg, rgba(145,212,194,0.65) 14%, rgba(136,189,175,0.65) 31%, rgba(105,93,145,0.65) 87%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#91d4c2",endColorstr="#695d91",GradientType=1); 
}

.banner-slogan{
	max-width: 494px;
	width: 100%;
	margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.school-section-wrapper{
	
	text-align: center;
	position: relative;
}

.banner-title{
	font-size:40px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.2em;
	font-weight: 800;
}

.subtitle{
	font-size:24px;
	font-weight: 400;
}

.section1{
	background:#fec874;
	background-image: url('../img/section1.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 300px;
	border-radius: 3px;
}

.section2{
	background:#87bcae;
	background-image: url('../img/section2.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 300px;
	border-radius: 3px;
}

.section3{
	background:#695d91;
	background-image: url('../img/section3.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 300px;
	border-radius: 3px;
}

.section-title{
	background:rgba(0,0,0,0.4);
	color: #ffffff;
	text-align: center;
	padding: 5px;
  	display: block;
  	position: absolute;
  	bottom: 15px;
  	width: 100%;
	font-size: 28px;
	cursor: pointer;
	text-decoration: none;
	font-family: 'Shantell Sans', cursive;
}


.school-section-wrapper:hover .section-title {
	background:rgba(0,0,0,0.7);
	color: #ffffff;
}

.accordion-header{
	border-bottom:1px solid #dcdcdc;
	font-family: "Open Sans", sans-serif;
}

.accordion-button{
	font-weight: 600;
	font-size:18px;
}


.accordion-button:focus{
	border:none;
	box-shadow:none;
}

.accordion-button:not(.collapsed){
	background: rgba(135,188,174,0.2);
	color:#222222;
}

.testimonial{
	font-size:18px;
}
.t-1 .card{
	background: rgba(135,188,174,0.2);
	border:none;
}


.ebook{
	background-image: url("../img/kletka-bg.png");
	background-repeat: repeat;
	color: #111111;
}

.ebook .border-start{
	border-color: #dfb0ce!important;
	border-width:2px!important;
}

/*SHEDULE*/



.schedule-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.schedule-header h1 {
    color: #695d91;
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.academic-year {
    color: #87bcae;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.header-divider {
    height: 3px;
    width: 100px;
    background: linear-gradient(to right, #695d91, #87bcae);
    margin: 0 auto;
    border-radius: 3px;
}

.section-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 25px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.section-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #695d91, #87bcae);
}

.section-icon {
    font-size: 2rem;
    margin-bottom: 15px;
}

.section-card h2 {
    color: #695d91;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f8f9fa;
    font-weight: 600;
}

.class-card {
    background: #edefef;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
}

.class-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cccccc;
}

.class-grade {
    color: #87bcae;
    font-weight: 700;
    font-size: 1.4rem;
}

.subject-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.subject-tag {
    background: white;
    color: #695d91;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
}

.schedule-table {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.schedule-table.compact {
    gap: 8px;
}

.time-slot {
    display: flex;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.time-slot:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.time-slot.highlight {
    background: linear-gradient(to right, #ffefef, #fff);
    border-left: 3px solid #ff6b6b;
}

.time {
    background: #695d91;
    color: white;
    padding: 12px 15px;
    min-width: 120px;
    text-align: center;
    font-weight: 500;
}

.subject {
    padding: 12px 20px;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.subject-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.subject-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.subject-card.wide {
    grid-column: 1 / -1;
}

.subject-card h3 {
    color: #695d91;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}

        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 3px;
            background-color: #4e54c8;
        }
        .carousel-control-prev, .carousel-control-next {
            width: 5%;
        }
        .slide-content {
            animation: fadeIn 1s ease-in-out;
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }


/* CALENDARY STYLES */        
        
        .calendar-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            padding: 30px;
        }
        
        .month-card {
            background: #f8f9fa;
            border-radius: 10px;
            padding: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
            border: 1px solid #e9ecef;
        }
        
        .month-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        }
        
        .month-title {
            text-align: center;
            font-size: 1.4rem;
            color: #1a237e;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #e0e0e0;
            font-weight: 600;
        }
        
        .weekdays {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            font-weight: bold;
            text-align: center;
            margin-bottom: 10px;
            color: #555;
            font-size: 0.9rem;
        }
        
        .days-grid {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 5px;
        }
        
        .day {
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            font-size: 0.9rem;
            cursor: pointer;
            transition: all 0.2s;
            border: 1px solid transparent;
        }
        
        .day:hover {
            background: #e3f2fd;
            border-color: #bbdefb;
        }
        
        .empty {
            height: 35px;
            background: transparent;
        }
        
        .weekend {
            color: #f44336;
            font-weight: bold;
        }
        
        .saturday {
            background-color: #bbdefb;
            color: #0d47a1;
            font-weight: bold;
        }
        
        .holiday {
            background: #ff0000;
            color: white;
            font-weight: bold;
        }
        
        .exam {
            background: #b39ddb;
            color: white;
            font-weight: bold;
        }
        
        .no-class {
            background: #ffcdd2;
            color: #b71c1c;
            font-weight: bold;
        }
        
        .event-day {
            position: relative;
            font-weight: bold;
        }
        
        .event-day::after {
            content: '';
            position: absolute;
            bottom: 3px;
            left: 50%;
            transform: translateX(-50%);
            width: 6px;
            height: 6px;
            background: #1a237e;
            border-radius: 50%;
        }
        
        .legend {
            display: flex;
            justify-content: center;
            gap: 20px;
            padding: 25px;
            background: #e8eaf6;
            flex-wrap: wrap;
        }
        
        .legend-item {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .color-box {
            width: 20px;
            height: 20px;
            border-radius: 4px;
        }
        
        .weekend-color {
            background: #f44336;
        }
        
        .saturday-color {
            background: #bbdefb;
        }
        
        .exam-color {
            background: #b39ddb;
        }
        
        .holiday-color {
            background: #ff0000;
        }
        
        .no-class-color {
            background: #ffcdd2;
        }
        
        .event-info {
            margin-top: 30px;
            padding: 20px;
            background: #e3f2fd;
            border-radius: 10px;
        }
        
        .event-info h2 {
            color: #1a237e;
            margin-bottom: 15px;
            text-align: center;
        }
        
        .event-list {
            list-style: none;
            padding: 0;
        }
        
        .event-list li {
            padding: 10px;
            border-bottom: 1px dashed #90caf9;
            justify-content: space-between;
        }
        
        .modal-content {
            border-radius: 15px;
            overflow: hidden;
        }
        
        .modal-header {
            background: #1a237e;
            color: white;
        }
        
        @media (max-width: 1200px) {
            .calendar-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            .calendar-grid {
                grid-template-columns: 1fr;
            }
            
            .legend {
                flex-direction: column;
                align-items: center;
                gap: 10px;
            }
            
         
        }



/* Responsive adjustments */
@media (max-width: 768px) {
    .time-slot {
        flex-direction: column;
    }
    
    .time {
        min-width: 100%;
        padding: 8px 15px;
    }
    
    .subject-grid {
        grid-template-columns: 1fr;
    }
    
    .subject-list {
        justify-content: center;
    }
}

@media(max-width:767px) {
	
	.footwer-wrapper{
		text-align: center!important;
	}
}



@media(min-width:768px) {
	
	h3{
		font-size: 40px;
	}
	
	
	
	.navbar-brand img{
		width: 100%;
		max-width:180px;
	}
	
	.banner, .banner2{
	background-size: contain;
}

}	

@media(min-width:992px) {
	
	.banner-title{
	font-size:50px;
	line-height: 1em;
}
	
	.event-list li{
		display: flex;
	}
	

.subtitle{
	font-size:34px;
}
	

	
}

@media(min-width:1200px) {
	
	.navbar-expand-lg .navbar-nav .nav-link{
		padding-left: 10px;
		padding-right: 10px;
		font-size:14px;
	}
	
	.section-title{
		
		letter-spacing: -0.5px;
	}
	
		.navbar-brand img{
		width: 100%;
		max-width:211px;
	}
	
	

	
}