.slider-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 80px 0;
}

.swiper-slide {
  max-height: 471px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.swiper-slide-active:hover .swiper-title{
  bottom: 50%;
}

.swiper-slide a:after{
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, #041650 0%, rgb(4, 22, 80 , 0) 100%);
}

.swiper-slide a{
  position: relative;
}

.swiper-slide img{
  width: 370px;
  height: 471px;
  aspect-ratio: 370/471;
  object-fit: cover;
  position: relative;
  border-radius: 25px;
}

.main-box__conatiner {
	width: 100%;
}

.interview-notes__carousel {
  max-width: 990px;
  margin: 0 auto;
}

.swiper-title {
	position: absolute;
	bottom: 15px;
	background-color: rgb(255, 255, 255 , 0.7);
	width: 320px;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
  z-index: 2;
  transition: all 0.5s ease-out;
}

.swiper-slide.swiper-slide-visible.swiper-slide-active a::after {
	display: none;
}

.gallery-sec .section__header{
  justify-content: center !important;
  margin-bottom: 60px !important;
}

.swiper-button-prev {
	background-color: #fff;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
  box-shadow: rgb(12, 59, 125 , 0.3) 5px 0px 15px 0px;
  left: 45%;
  top: 110%;
}

.swiper-button-prev:after{
  font-size: 20px;
  color: #000;
}

.swiper-button-next {
	background-color: #fff;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
  box-shadow: rgb(12, 59, 125 , 0.3) -5px 0px 15px 0px;
  right: 45%;
  top: 110%;
}

.swiper-button-next:after{
  font-size: 20px;
  color: #000;
}

.gallery-sec{
  margin-bottom: 150px;
  position: relative;
}

.alarm-sec{
  margin-bottom: 60px;
}

.alarm-sec__right{
  width: 864.5px;
  margin-inline-end: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}

.alarm-item__pic{
  position: relative;
  width: 100%;
  height: 191px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.2s ease-out;
}

.alarm-item:hover{
   transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  z-index: 10;
}
.alarm-item__pic img{
  border-radius: 15px;
  transition: all 0.2s ease-out;
}

.alarm-item{
  border-radius: 15px;
  background-color: #fff;
  box-shadow: rgb(24, 39, 75 , 0.07) 0px 5px 5px 3px;
  padding: 5px;
  width: 275px;
  height: 253px;
  text-align: center;
  position: relative;
  transition: all 0.2s ease-out;
}

.alarm-item:nth-child(1){
  width: 422.5px;
  height: 305px;
}
.alarm-item:nth-child(1) .alarm-item__pic {
	height: 250px;
}
.alarm-item:nth-child(2){
  width: 422.5px;
  height: 305px;
}
.alarm-item:nth-child(2) .alarm-item__pic {
	height: 250px;
}

.section__dot {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: #F7941E;
}

.section__dot::before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	width: 71px;
	height: 1px;
	transform: translate(0%, -50%);
	background: linear-gradient(to right, #F7941E, rgba(209, 79, 26, 0));
}

.alarm-sec {
	display: flex;
	align-items: flex-start;
}

.warning-content {
	border: 1px solid #DBD5C0;
	height: 516px;
	border-radius: 10px;
	padding: 2px;
}

.alarm-sec__left {
	flex-grow: 1;
}
.warning-item:hover .warning-pic img{
    transform: translate(-50%, -50%) scale(1.08);
    filter: brightness(0.9);
}
.warning-inner {
	background-color: #fff;
	width: 100%;
	height: 100%;
	border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
}
.warning-pic img{
  transition: all 0.2s ease-out;
}
.warning-pic{
  position: relative;
  width: 360px;
  height: 505px;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.2s ease-out;
}

.warning-pic img{
  border-radius: 10px;
}
.warning-item{
  position: relative;
}
.warning-carousel {
	width: 100%;
}

.alarm-sec .flickity-prev-next-button {
	width: 50px;
	height: 50px;
	background-color: #4C87CB;
	top: 115%;
	display:none;
}

.alarm-sec .flickity-prev-next-button.previous {
	left: 30%;
}

.alarm-sec .flickity-prev-next-button.next {
	right: 30%;
}

@media (min-width: 1200px) and (max-width: 1367.98px){
  .alarm-sec__right {
	width: 780px;
}
.alarm-item:nth-child(1){
  width: 380px;
  height: 305px;
}
.alarm-item:nth-child(2){
  width: 380px;
  height: 305px;
}
.alarm-item {
	width: 245px;
}
}

@media (max-width: 1199.98px){
  .swiper-button-prev {
	left: 43%;
}
.swiper-button-next {
	right: 43%;
}
.alarm-sec {
	flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.alarm-sec__right {
	margin-inline-end: 0;
}
.alarm-sec__left {
	flex-grow: unset;
  width: 40%;
}
}

@media (max-width: 991.98px){
  .alarm-item {
	width: calc(50% - 10px) !important;
}
.alarm-sec__right {
	justify-content: center;
}
.alarm-sec__left {
	width: 60%;
}
  .swiper-button-prev {
	left: 40%;
}
.swiper-button-next {
	right: 40%;
}
}

@media (max-width: 767.98px){
    .swiper-button-prev {
	left: 38%;
}
.swiper-button-next {
	right: 38%;
}
.alarm-item {
	height: 225px !important;
}
.alarm-item .alarm-item__pic{
	height: 175px !important;
}
.alarm-sec .flickity-prev-next-button.next {
	right: 30%;
}
.alarm-sec .flickity-prev-next-button.previous {
	left: 30%;
}
}
@media (max-width: 575.98px){
  .swiper-button-prev {
	left: 33%;
}
.swiper-button-next {
	right: 33%;
}
.alarm-item {
	height: 200px !important;
}
.alarm-item .alarm-item__pic {
	height: 135px !important;
}
.alarm-sec__left {
	display: none;
}
.swiper-slide img {
	width: 250px;
  height: 350px;
}
.swiper-title {
	width: 60%;
}
}