/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : June 2, 2025, 7:02:47 PM
    Author     : camishaskin
    
    /* Preloading CSS Background Images */ 
 
 
 
 body {
            font-family: 'Poppins', sans-serif;
            scroll-behavior: smooth;
        }
        
        .heading-font {
            font-family: 'Playfair Display', serif;
        }
        
        
        .hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/Cami(12).jpg');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }
        
        .mobile-container {
		  margin: auto;
		  border-radius: 10px;
		  z-index: 1;
		  position: absolute;
		  right: 0;
		  top: 10;
		}
		/*Top menu*/
		
		.hammenu {
		  position: relative;
		  float: right;
		  border: none;
		}
		
		/*.hammenu #hamLinks {
		  display: none;
		  background-color: white;
		}*/
		        
        .video-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
        }
        
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        .performance-card {
            transition: all 0.3s ease;
        }
        
        .performance-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        
        .violin-icon {
            animation: float 3s ease-in-out infinite;
        }
        
        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
            100% { transform: translateY(0px); }
        }
        
        
        .testimonial-card {
            opacity: 0;
            transition: opacity 0.5s ease;
        }
        
        .testimonial-card.active {
            opacity: 1;
        }
        

		.testimonial-container {
		  width: 50%;
		  background: #fff;
		  padding: 30px;
		  border-radius: 10px;
		  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
		  margin: auto;
		  text-align: center;
		  position: relative;
		}
		
		.testimonial {
		  display: none;
		  opacity: 0;
		  transition: opacity 0.5s ease-in-out;
		}
		
		.testimonial.active {
		  display: block;
		  opacity: 1;
		}
		
		.testimonial p {
		  font-size: 1.1em;
		  color: #333;
		}
		
		.testimonial h4 {
		  margin-top: 15px;
		  font-weight: normal;
		  color: #555;
		}
		
		
		.slideshow button {
		  position: absolute;
		  top: 50%;
		  transform: translateY(-50%);
		  background-color: #333;
		  color: #fff;
		  border: none;
		  padding: 10px 14px;
		  cursor: pointer;
		  border-radius: 50%;
		  font-size: 18px;
		  opacity: 0.7;
		}
		
		.slideshow .prev {
		  left: 10px;
		}
		
		.slideshow .next {
		  right: 10px;
		}
		
		.slideshow button:hover {
		  opacity: 1;
		}
		
		    
		  input[type=text], select, textarea {
		  width: 100%;
		  padding: 12px;
		  border: 1px solid #ccc;
		  border-radius: 4px;
		  box-sizing: border-box;
		  margin-top: 6px;
		  margin-bottom: 16px;
		  resize: vertical;
		}
		
		input[type=submit] {
		  background-color: #3949AB;
		  color: white;
		  padding: 12px 20px;
		  border: none;
		  border-radius: 4px;
		  cursor: pointer;
		}
		
		input[type=submit]:hover {
		  background-color: #5a67d8;
		}
		
		.container {
		  border-radius: 5px;
		  background-color: #f2f2f2;
		  padding: 20px;
		}
		
		 .pot1 {visibility: hidden;
		}
		.success {
			font-style: italic;
		}
		.largefont{
			font-size: 18pt;
			text-decoration: underline;
		}
		.middle {
			display: block;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}