/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


*{
  font-family: mercury;
}

.navbar{
    height: 50px;

    background-color: #222;
    color: gray;
    font-family:mercury;
}

@media only screen and (max-width: 985px) {
  
  .new-nav{
   
   
   display: flex;
  }
  .link1{
    font-size: 10px;
  }

}



.new-nav{
    height: 100%;
    background-color: red;
}

.logo{
    width: 250px;
}

/* slider */

.slide-first{
  background-image: url("../images/class-img.jpg");
  background-position: center;
  background-size: cover;
}


    .carousel-inner{
        /* height: 500px; */
    }

   /* Philosophy */

   .Philosophy{
    padding-top: 50px;
   
   }

   i{
    font-size: 18px;
    font-weight: 400;
    font-family: "Mercury";
    color: #c49a5d;
   }

   .philo-part{
    padding-left: 20px;
    border-bottom: 1px solid black;
    width: 570px;
    
   }

   .philo-part:hover{
    border-left: 8px solid #c49a5d;
   }


/* card slider */


html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: mercury;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


 
.slider-container {
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    transition: transform 0.5s ease;
  }
  
  .card {
    flex: 0 0 auto;
    width: 200px; /* Adjust as needed */
    margin-right: 10px;
    background-color: #f2f2f2;
    padding: 20px;
    cursor: pointer;
  }
  
  .modal {
    display: none;
    
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
  }
  
  .modal-content {
    background-color: #fefefe;
   /* position: relative;
   bottom: 200px; */
    margin: 20% auto;
    padding: 20px;
    padding-bottom: 60px;
    border: 1px solid #888;
    width: 80%; /* Adjust as needed */
    height: 80%;
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  .slide-video{
    height: 100%;
    width: 100%;
  }


  @media screen and (min-width: 540px) {
    .modal-content{
      position: relative;
   bottom: 200px;
    }
  }

  @media screen and (max-width: 600px) {
    .modal-content{
      height: 50%;
    }
    .slide-video{
      height: 100%;
      width: 100%;
    }
  }

  /* footer */

.footer{
    
   
    width: 100%;
   background-color:  #222222;
   color: gray;
   
}


@media screen and (max-width: 765px) {
  .footer{
    height: 1580px;
  }
}

  .footer-two{
    color: gray;
    border-right: 1px solid gray;
    text-align: right;
  }

  .lower-footer{
    padding-bottom: -20px;
  }





.fa-location-dot{
  color: whitesmoke;
}

@media only screen and (max-width: 480px) {
  .maps{
    position: relative;
    right: 50px;
 }

 /* .maps2{
  position: relative;
  right: 10px;
 } */
}

@media only screen and (max-width: 420px) {
  .maps{
     position: relative;
     right: 40px;
  }


 
}


.about-us{
  text-align: center; 
  font-weight: 800; 
  color: white; 
  padding-top: 55px; 
  size: 50px;
}
/* 
@media only screen and (max-width: 500px) {
  
  .about-us{
    font-size: 40px;
  }
} */

/* index */

.banner{
  display: none;
}

p{
  font-family: "Open Sans", sans-serif;
}

.navbar-nav{
 position: absolute;
 z-index: 0;
 width: 100%



 
}

.carousel{
  position: absolute;
  z-index: 1;
}


/* index-page */

.main-img{
  height: 900px;
}

.img-banner {
  padding-bottom: 70px;
  height: 480px;
  width: 400px;
  padding-top: 100px;
  border-radius: 10px;
  /* border: 2px dotted black;
  background-color: white; */
}