/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 720px;
  height: 470px;
  margin-left: 60px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotatex(-180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card-back {

  color: white;
  transform: rotatex(-180deg);
}
section#college h2 {
	text-align: center;
	
}
  
.website h1{
	color: white;
	transform: translate(-500px, -510px);


}

.Design h1{
	color: white;
	transform: translate(-500px, -430px);


}
  .pie {
  width: 400px;
  height: 400px;
  
  background: conic-gradient(
     red 50deg, rgb(0, 255, 255, 1) 50deg 130deg, rgba(255, 0, 138, 1) 130deg 160deg, rgba(101, 0, 255, 1) 160deg 220deg, rgba(255, 255, 4, 1) 220deg );
  box-shadow: 5px 5px 50px 5px rgba(255, 255, 255, 0.7);
  transform: translate(900px, 60px);
  border-radius: 50%
  
  
 
}
  


@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}

.carousel {
  max-width: 70.5rem;
  margin: 0 auto;
  padding: 0 0.25rem;
  font-family: 'Lato', sans-serif;
}
.carouse2 {
  max-width: 78.5rem;
  margin: 0 auto;
  padding: 0 0.25rem;
  font-family: 'Lato', sans-serif;
}

* {
  box-sizing: border-box;
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;
}

*::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

* {
  -ms-overflow-style: none;
}

ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel {
  position: relative;

  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
}
.carouse2 {
  position: relative;

  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
}
.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.carouse2__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  background-color: #f99;
  counter-increment: item;
}
.carouse2__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  background-color: #f99;
  counter-increment: item;
}

.carousel__slide:nth-child(1) {
  background: url('jac4.0.jpg')center center/cover;; //2 4slide//
}
.carousel__slide:nth-child(2) {
  background: url('jac2.jpeg')center center/cover;; 
}
.carousel__slide:nth-child(3) {
  background: url('jac3.jpg')center center/cover;; 
}
.carousel__slide:nth-child(4) {
  background: url('MicrosoftTeams-image (7).png')center center/cover;; 
}

.carouse2__slide:nth-child(1) {
  background: url('crc3.png')center center/cover;; //2 4slide//
}
.carouse2__slide:nth-child(2) {
  background: url('crc2.jpg')center center/cover;; 
}
.carouse2__slide:nth-child(3) {
  background: url('crc1.jpg')center center/cover;; 
}
.carouse2__slide:nth-child(4) {
  background: url('crc4.png')center center/cover;; 
}
.carousel__slide:before {
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-40%,70px);

  font-size: 0em;
}
.carouse2__slide:before {
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-40%,70px);

  font-size: 0em;
}
.carousel__slide:before {
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-40%,70px);

  font-size: 0em;
}
.carouse2__slide:before {
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-40%,70px);

  font-size: 0em;
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}
.carouse2__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }
@media (hover: hover) {
  .carouse2__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}
  .carouse2__slide:last-child .carouse2__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .carouse2__snapper {
    animation-name: none;
  }
}
.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carouse2:hover .carousel__snapper,
.carouse2:focus-within .carouse2__snapper {
  animation-name: none;
}


.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.carouse2__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}
.carouse2__navigation-list,
.carouse2__navigation-item {
  display: inline-block;
}
.carousel__navigation-button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #333;
  background-clip: content-box;
  border: 1.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}

.carouse2__navigation-button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #333;
  background-clip: content-box;
  border: 1.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}




.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  margin-top: 37.5%;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}

.carouse2::before,
.carouse2::after,
.carouse2__prev,
.carouse2__next {
  position: absolute;
  top: 0;
  margin-top: 37.5%;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}



.carousel::before,
.carousel__prev {
  left: -1rem;
}

.carouse2::before,
.carouse2__prev {
  left: -1rem;
}


.carousel::after,
.carousel__next {
  right: -1rem;
}

.carouse2::after,
.carouse2__next {
  right: -1rem;
}


.carousel::before,
.carousel::after {
  content: '';
  z-index: 1;
  background-color: #333;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;

  pointer-events: none;
}




.carouse2::before,
.carouse2::after {
  content: '';
  z-index: 1;
  background-color: #333;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;

  pointer-events: none;
}

.carousel::before {
  background-image: url("mushroom.png");
}

.carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
}

.carouse2::before {
  background-image: url("mushroom.png");
}

.carouse2::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
}

section#club{
	background-image: url("mario2.jpeg") center;
}

	
	
.button{
	background-color: black;
	
}	



.btnStack {
  font-family: Oswald;
  font-size: 40px;
  position: center;
  background-color: gold;
  color: Black;
  text-decoration: none;
  display: inline-block;
  width: 40%;
  padding: 6px 12px;
  margin-bottom: 0;
  margin-left: 460px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a.btnStack:hover {
  background-color: #000;
}





.btnStack2 {
  font-family: Oswald;
  font-size: 40px;
  position: center;
  background-color: red;
  color: Black;
  text-decoration: none;
  display: inline-block;
  width: 25%;
  padding: 10px 12px;
  margin-bottom: 0;
  margin-left: 760px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a.btnStack2:hover {
  background-color: #000;
}