@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,800&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

:root {
  --clr-1: #2E4B9B;
  --clr-2: #0F0049;
  --clr-3: #FF3A61;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #000000;
  background-color: #ffffff;
}

.clr-1 {
  color: var(--clr-1);
}

.clr-2 {
  color: var(--clr-2);
}

.clr-3 {
  color: var(--clr-3);
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul li {
  list-style: none;
}

.animation_1 {
  text-align: center;
  min-height: 900px;
  background-image: url(../images/animation.jpg);
  background-position: center;
/* background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.tution_1 {
  text-align: center;
  min-height: 900px;
    background-image: url(../images/tution1.jpg);
    background-position: center;
/*  background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.one {
    background: #af1a1abf;
    margin: auto;
    width: 50%;
    border-radius: 20px;
    margin-top: 300px;
    border: 1px solid #ffffff;
    /* box-shadow: -1px 1px 9px 0px #6c757d; */
}

.two {
    background: #2b1f6dcf;
    margin: auto;
    width: 50%;
    border-radius: 20px;
    margin-top: 300px;
    border: 1px solid #ffffff;
  /*box-shadow: 0px 4px 12px 3px #fff;*/

}

.one a h4{
  padding: 50px;
  color: #ffffff;
  font-size: 30px;
}

.one h4{
  font-size: 30px;
}

.one img{
  margin: 10px;
}

.two a h4{
  padding: 50px;
  color: #ffffff;
  font-size: 30px;
}

.two img{
  margin: 10px;
}

span.click {
    background: #f8f9fa;
    color: #000000;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 22px;
}