
.gradient-section {
    background: linear-gradient(to right, red 50%, blue 50%);
    padding: 20px 0;
    overflow: hidden;   
}

.non-gradient-section {
 background-color: rgb(92, 92, 92);
    padding: 20px 0;
    overflow: hidden;   
}
.content-box,
.col-6,
.col-12, .col-8, .col-4, .mt-5{
    background-color: rgb(92, 92, 92); 
    padding: 15px; 
    border: 2px solid #ccc; 
    border-radius: 30px; 
    max-width: 600px; 
    margin: 50px auto; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
    color:white
    
}

.mb-5 {
    background-color: rgb(92, 92, 92);
    padding: 15px;
    border: 2px solid #ccc;
    border-radius: 30px;
    width: 90%;          
    max-width: 1000px;   
    margin: 50px auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: white;
}


    
    

.intro{
     background-color: rgb(92, 92, 92); 
    padding: 15px;
    border: 2px solid #ccc; 
    border-radius: 30px; 
    width: 100%; 
    max-width: 1000px; 
    margin: 50px auto;
    
}
 h3, h5 {
    text-align: center;
    background-color: rgb(92, 92, 92); 
    padding: 15px; 
    border: 2px solid #ccc; 
    border-radius: 30px; 
    width: 80%; 
    max-width: 1000px; 
    margin: 50px auto; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
}

h1,
h2 {  text-align: center;
    background-color: rgb(92, 92, 92); 
    padding: 15px; 
    border: 2px solid #ccc;
    border-radius: 30px; 
    width: 80%; 
    max-width: 1000px; 
    margin: 50px auto; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;

}


.section-1 {
    position: relative; 
    width: 100%;
    height: 100vh; 
    background: url('ice_pictures.jpeg') no-repeat center center; 
    background-size: cover; 
    color: white; 
    box-sizing: border-box;
}
.section-1 .content {
    position: absolute;
    top: 20px;    
    left: 20px;   
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
    max-width: 400px;       
    padding: 5px;           
    font-size: 0.9rem;       
}
.section-1 .content h1 {
    font-size: 1.5rem;      
}
.section-1 .content h2 {
    font-size: 1.2rem;     
}
.section-1 .content .intro h3 {
    font-size: 1rem;         
}
.section-1 .content .intro h5 {
    font-size: 0.9rem;       
}

.carousel-inner img {
    width: 80%;      
    max-width: 700px; 
    margin: 0 auto;   
    border-radius: 10px; 
}

.key-points-list li {
    font-size: 5.2rem;  
    line-height: 1.5;   
    margin-bottom: 8px;  
}

ul {
    font-size: 1.2rem;   
    margin-left: 30px;  
    margin-top: 15px;    
    margin-bottom: 15px; 
}

li {
    margin-top: 20px;
    margin-bottom: 10px; 
    line-height: 1.6;   
}
@media (max-width: 768px) {
    .img-fluid {
        max-height: 250px !important;
        width: auto !important;
    }
}  



