@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Great+Vibes&family=Playpen+Sans&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
header {
    height: 110px;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  header.scrolled {
    height: 100px;
  }
  
  .navbar-brand img {
    height: 84px;
  }
  
  .navbar-nav {
    text-align: center;
  }
  .fixed-top {
    background-color: white;
    z-index: 100000;
  }
  
  .nav-link {
    margin: 0 10px;
    font-size: 18px !important;
  }
  
  .activ{
      border-radius: 20px;
  }
  
  .last{
      margin: 0px;
  }
  
  .nav-link:hover {
    color: #0c007a !important;
  }
  
  .navbar-toggler {
    border: none;
  }
  
  .navbar-toggler:focus {
    outline: none;
  }
  li {
    padding: 9px 15px;
  }
  .contact {
    border: none;
    border-radius: 10px;
    background-color: #040A5E;
  }
  .contact-button {
    color: white !important;
  }
  .contact-button:hover {
    background-color: white;
  }



/*       section1       */
.section1 {
    background-image: url("../img/ellipse.png");
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.name-img {
  width: 100%;
}
.logo-img {
  width: 100%;
}
.slogan {
    font-size: 25px;
    font-weight: 400;
    margin-left: 3%;
}
.contact-us-button {
    background-color: #040A5E;
    border: none;
    border-radius: 10px;
    margin: 0 24px;
    padding: 5px;
}
.title-block {
  margin: 0 15%;
}
.title-text {
  text-align: center;
  font-family: 'Playpen Sans', cursive;
}

/*              SLIDER          */
.carousel {
  margin-top: 3%;
}

/*        footer       */

.footer-main {
  background-color: #040a5e;
}
.icon1 {
  width: 50px;
}
.copy {
  color: white;
  margin-bottom: 0 !important;
  text-align: center;
}
.footer-child-one {
  margin: 0 auto;
}
.one {
  text-align: center;
}
.two {
  text-align: center;
}
.three1 {
  color: white;
}
.footer-child-two {
  text-align: center;
}




/*      media       */
@media (max-width:800px)  {
  
}