@import url('https://fonts.googleapis.com/css?family=Montserrat:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: poppins;
}
body
{
    width: 100%;
    height: auto;
}
.top
{
    width: 100%;
    height: 105px;
    font-size: 45px;
    font-weight: 500;
    padding: 10px;
    background-color: #c2cdfa;
    user-select: none;
    background-image: linear-gradient(180deg, #c2cdfa 38%, #e5ebed 71%, #ffffff 100%);
}
.top::before
{
    position: relative;
    display: block;
    content: '';
    top: 70%;
    left: 0%;
    width: 24px;
    height: 6px;
    border-radius: 24px;
    background-color: rgb(94, 97, 223);
    animation: move 3s infinite ease-in-out;
}
@keyframes move 
{
    0%
    {
        transform: translate(-360%);
        background-color: rgb(94, 97, 223);
    }
    50%
    {
        transform: translate(360%);
        background-color: rgb(219, 94, 223);
    }
    100%
    {
        transform: translate(-360%);
        background-color: rgb(94, 97, 223);
    }
}
.back
{
    width: 100%;
    height: 30px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}







/* Countries */
.cxcx
{
  width: 100%;
  height: 60vh;
  background-color: #e71010;
}
.bobo
{
  display: flex;
  padding: 0 35px;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  background: #dfe0e0;
}
.wrapper {
  /* max-width: 1100px; */
  width: 100%;
  position: relative;
}
.wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child{
  left: -22px;
}
.wrapper i:last-child{
  right: -22px;
}
.wrapper .carousel{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 25px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  /* background-color: #6A6D78; */
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel.no-transition {
  scroll-behavior: auto;
}
.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}
.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel .card {
  scroll-snap-align: start;
  width: 420px;
  height: 280px;
  list-style: none;
  background: #fff;
  cursor: pointer;
  flex-direction: column;
  border-radius: 8px;
  background-color: #343A40;
}
.carousel .card .img {
  /* background: #8B53FF; */
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.carousel .c1 .img
{
    background-image: url(images/staff/DSC_2931.JPG);
    background-position: center;
    background-size: cover;
}
.carousel .c2 .img
{
    background-image: url(images/staff/DSC_2988.JPG);
    background-position: center;
    background-size: cover;
}
.carousel .c3 .img
{
    background-image: url(images/staff/DSC_3005.JPG);
    background-position: center;
    background-size: cover;
}
.carousel .c4 .img
{
    background-image: url(images/staff/class.jpg);
    background-position: center;
    background-size: cover;
}
.carousel .c5 .img
{
    background-image: url(images/staff/lab.jpg);
    background-position: center;
    background-size: cover;
}
.carousel .c6 .img
{
    background-image: url(images/students/group.jpeg);
    background-position: center;
    background-size: cover;
}


section
{
    width: 100%;
    height: auto;
    margin-top: 10px;
    background-color: #dfe0e0;
}
section .title
{
    width: 98%;
    height: auto;
    padding-top: 10px;
    color: chocolate;
    font-size: 28px;
    font-weight: 600;
    margin-left: 1%;
    /* background-color: #343A40; */
}
section .images
{
    padding: 40px;
    width: 98%;
    height: auto;
    margin-left: 1%;
    /* background-color: #343A40; */
    border: 2px solid black;
}
.images img
{
  width: 400px;
  padding: 10px;
  height: 300px;
}







footer {
    color: #E5E8EF;
    background: #000D;
    margin-top: 0px;
    padding: 50px 0 12px 0px; 
    }
    footer .footer-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap-reverse;
    }
    footer .footer-container .left-col .lili
    {
      width: 380px;
      height: 50px;
      transform: scale(1.2);
      margin-left: 5px;
      margin-bottom: 15px;
      border-radius: 12px;
    }
    footer .footer-container .left-col .map
    {
      width: 120px;
      height: 30px;
      background-color: #FA6146;
    }
    footer .right-col h1{
    font-size: 26px;
    }
    footer .border{
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #e71010, #2e1baa);
    margin: 2px;
    }
    footer .newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    }
    footer input::placeholder {
    color: white !important;
    }
    footer .txtb {
    flex: 1;
    padding: 18px 40px;
    font-size: 16px;
    background: #343A40;
    border: none;
    font-weight: 700;
    outline: none;
    border-radius: 5px;
    min-width: 260px;
    margin-top: 20px;
    color: white;
    }
    footer .btn {
    margin-top: 20px;
    padding: 18px 40px;
    font-size: 16px;
    color: #f1f1f1;
    background: linear-gradient(to right, #e71010, #2e1baa);
    border: none;
    font-weight: 700;
    outline: none;
    border-radius: 5px;
    margin-left: 20px;
    cursor: pointer;
    transition: opacity .3s linear;	
    }
    footer .btn:hover {
    opacity: .7;
    }
    .creator
    {
      width: 100%;
      height: 44px;
      text-align: center;
      padding: 8px;
      font-size: 18px;
      background-color: #403f41;
      margin-top: 20px;
    }





    @media screen and (max-width: 1300px) {
      .wrapper .carousel {
        grid-auto-columns: calc((100% / 3));
      }
    }
    @media screen and (max-width: 1250px) {
      .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) );
      }
    }
    @media screen and (max-width: 870px) {
      .wrapper .carousel {
        grid-auto-columns: calc((60% / 1) );
      }
    }
    @media screen and (max-width: 730px) {
      .wrapper .carousel {
        grid-auto-columns: calc((100% / 1) );
      }
      .footer-container .right-col
      {

        display: none;
      }
    }
    @media screen and (max-width: 500px) {
      
    section .images
    {
      padding: 10px;
    } 
    .images img
    {
      width: 220px;
      height: 150px;
    }
    }
    @media screen and (max-width: 470px) {
      .wrapper .carousel {
        grid-auto-columns: calc((120% / 1) );
      }
    }





