.head0 {
    font-size: 44px;
    /* color:rgb(170, 213, 248);
     */
     color:#fae94d;
    font-family: 'Times New Roman';
    font-weight: bolder;
    text-align: right;
}
.head {
    font-size: 44px;
    /* color:rgb(170, 213, 248);
     */
     color:#fae94d;
    font-family: 'Times New Roman';
    font-weight: bolder;
    text-align: left;
}

.head1 {
    font-size: 28px;
    margin-top: -25px;
    /* color:rgb(170, 213, 248); */
    color:#fae94d;
    font-family: 'Times New Roman';
    font-weight: bolder;
}
.head2 {
    font-size: 20px;
    color:rgb(1, 48, 87);
    font-family: 'Times New Roman';
}
.head23{
    font-size: 36px;
    font-family: 'Times New Roman';
    font-weight: bolder;
    color:#fae94d;
    margin-top: 40px;
}
.menu {
    font-size: 36px;
    color: rgb(7, 2, 83);
    font-family: 'Times New Roman';
    transition: color 0.3s ease;
}

.menu:hover {
    color: #504803;
}
/* .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    padding: 30px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 2);
}

.circle {
    width: 200px;
    height: 200px;
    background: url('https://i.ibb.co/JyNwM2D/image.jpg');
    border-radius: 50%;
    background-size: cover;
    float: left;
    shape-outside: circle();
    margin: 30px 30px 30px 0;
}

p {
    margin: 0;
    padding: 0;
    line-height: 22px;
    text-align: justify;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 30px;
} */


ol.carousel-indicators {
    position: relative;
    top: 10px;
  }
  ol.carousel-indicators > li {
    background-color: rgb(255, 255, 255);
  }
  ol.carousel-indicators > li.active {
    background-color: rgb(19, 0, 128);
  }

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}
.carousel-text{
    font-size: 32px;
    color: #333;
    font-family: 'Times New Roman', Times, serif;
}

.contact-text{
    font-size: 20px;
    color: #333;
    font-family: 'Times New Roman', Times, serif;
}
.introduce{
    font-size: 20px;
    color: #333;
    font-family: 'Times New Roman', Times, serif;
}
.card-custom1 {
   border-radius: 50px;
   overflow: hidden;
   padding: 20px;
   background: linear-gradient(119deg, #e3f2fd, #bbdefb);
   box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1), -8px -8px 20px rgba(255, 255, 255, 0.7);
   transition: transform 0.4s ease, box-shadow 0.4s ease;
   position: relative;
   
}

.card-custom1::before {
   content: '';
   position: absolute;
   top: -2px;
   left: -2px;
   right: -2px;
   bottom: -2px;
   border-radius: 32px;
   background: linear-gradient(145deg, #1f2b9a, #14a09c);
   z-index: -1;
   opacity: 0;
   transition: opacity 0.4s ease;
   color:white;
   
 
}

.card-custom1:hover::before {
   opacity: 1;
       color:white;
}

.card-custom1:hover {
   transform: translateY(-10px) scale(1.05);
   box-shadow: 0 8px 20px rgba(31, 43, 154, 0.2), 0 4px 10px rgba(20, 160, 156, 0.1);
   color:white;
}

.card-custom-body1 {
   position: relative;
   padding: 2rem;
   background: #ffffff;
   border-radius: 20px;
   transition: all 0.4s ease;
}

.card-custom-body1::before {
   content: '';
   position: absolute;
   top: 0;
   left: -100%;
   width: 100%;
   height: 100%;
   background: linear-gradient(120deg, #1f2b9a 50%, #719cda 50%);
   transition: all 0.5s ease-in-out;
      border-radius: 18px;
}

.card-custom1:hover .card-custom-body1::before {
   left: 0;
   color:white;
}

.card-title1{
   font-size: 1.8rem;
   font-weight: bold;
   color: #1f2b9a;
   margin-bottom: 15px;
   transition: color 0.3s ease;
   text-shadow: 0 0 3px skyblue, 0 0 3px #0000ff1a;
   text-align: center;
}
.intro{
    text-align: justify; 
    margin-left:40px;
}
.intro1{
    text-align: justify; 
    margin-right:20px;
}
@media (max-width: 768px) {
    .intro{
        text-align: justify; 
        margin-left:0px;
    }
    .intro1{
        text-align: justify; 
        margin-right:0px;
    }
    .card-title1{
        font-size: 2.15rem;
    }   
    .head0{
        text-align: center;
        font-size:3.15rem;  
    }
    .head{
        text-align: center;
        font-size:3.15rem;  
    }
    .head1{
        font-size:1.75rem;
        margin-top: 5px;
    }
    .head2{
        font-size:0.75rem;
    }
    
    .about{
        margin-top:0px;
    }
    .home{
        height: 520px;
    }
    
}
.video {
    height: 650px;
    width: 100%;
}

@media (max-width: 768px) {
    .video {
        height: 300px;
        width: 100%;
        margin-top:180px;
    }
}
.about{
    margin-top:40px;
}

.home{
    height:700px;
}

.card-custom1:hover .card-title1 {
   color: white;
   transform: translateY(-5px);
}

.card-text1 {
   font-size: 1.3rem;
   color: #333;
   line-height: 1.6;
   transition: all 0.3s ease-in-out;
}

.card-custom1:hover .card-text1 {
   color: white;
   transform: translateY(-5px);
}

