    html{
        scroll-behavior: smooth;
        
    }

    ::-webkit-scrollbar {
    width: 12px;
    background: #FAFAFA; /* Track color */
    }
    
    ::-webkit-scrollbar-thumb {
    background: #D9D9D9; /* Thumb color */
    border-radius: 1ex;
    }
      .Poppins{
        font-family:"Poppins", sans-serif;
      }

     @font-face {
        font-family:"Poppins", sans-serif;
        src: url('../fonts/Poppins/Poppins-Black.ttf');
     }

       .Roboto-slab{
          font-family: "Roboto Slab", serif;
      }

     @font-face {
        font-family: "Roboto Slab", serif;
        src: url('../fonts/Roboto_Slab/RobotoSlab-VariableFont_wght.ttf');
     }
      /* .Roboto{
        font-family:"Roboto", sans-serif;
      }
     @font-face {
        font-family:"Roboto", sans-serif;
        src: url('./fonts/Roboto/Roboto-VariableFont_wdth\,wght.ttf');
     }

       .Roboto-Flex{
        font-family:"Roboto Flex", sans-serif ;
      }

     @font-face {
        font-family: "Roboto Flex", sans-serif;
        src: url('./fonts/Roboto_Flex/RobotoFlex-VariableFont_GRAD\,XOPQ\,XTRA\,YOPQ\,YTAS\,YTDE\,YTFI\,YTLC\,YTUC\,opsz\,slnt\,wdth\,wght.ttf');
     } */

     .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box{
    box-shadow: 0px 1px 5px 4px #F3F4F6;
}
.box1{
    box-shadow: 20px 22px 0px -2px #1B2F6E;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    display: block;
    /* width: 100%;
            height: 100%; */
    object-fit: cover;
}

.iti{
    width: 100%;
}

.pgcroll{
    overflow-y: auto;
    scrollbar-color:#F3F4F6;
}


.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px !important;
    color: black !important;
}

  .thin{
            scrollbar-width:none;
            scroll-behavior: smooth;
            overflow-x: auto;
        }
  .thin1{
            scrollbar-width:none;
            scroll-behavior: smooth;
            overflow-y: auto;
      
        }
        .thin:hover{
            scrollbar-width: thin;
        }


    /* call icon */

    header {
	position: sticky;
	top: 0%;
	z-index: 999;
	background-color: #ffffff;
	width: 100%;
	border-bottom: 1px solid #1268b3;
}

.sticky {
	background-color: #ffffff;
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1280px;
	margin: auto;
    gap: 10px;
	/* width: 90%; */
}

.logo img {
	width: 17%;
	height: auto;
	/* position: relative; */
}

.apply {
	display: flex;
	justify-content: end;
	align-items: center;

}

.apply a {
	font-family: 'poppins';
}


/* whatapp */
.circel {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	color: white;
	border: 1px solid black;
	padding: 12px 14px;
	border-radius: 50px;
	text-decoration: none;
}

.circle1::after {
	position: absolute;
	content: "";
	inset: 0;
	animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
	background-color: green;
	border-radius: 100%;
}

.circle1 {
	height: 30px;
	width: 30px;
	position: relative;
	background-color: green;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	border-radius: 100%;
}


@keyframes ping {

	75%,
	100% {
		transform: scale(2);
		opacity: 0;
	}
}


.circle1 i {
	color: white;
}

.num a {
	color: black;
	text-decoration: none;
}

@media (max-width: 600px) {
	.sticky {
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}

	.sticky img {
		width: 27%;
	}

	.apply {

		justify-content: center;
		padding: 0;
		/* padding-bottom: 30px; */

	}
	
	.floating {
		display: block !important;
		width: 100%;
		display: flex;
		left: 10px;
	}


}

.connect-section {
	width: var(--width);
	max-width: var(--max-width);
	margin: var(--margin);
	text-align: var(--text-align);
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: 'poppins';
}

.contact-table {
	border-collapse: collapse;
	border: 1px solid #000;
	font-family: Arial, sans-serif;
	width: auto;
	max-width: max-content;
	margin: auto;
}

.contact-table td {
	border: 1px solid #000;
	padding: 20px 20px;
	vertical-align: middle;
	white-space: nowrap;
	font-family: 'poppins';
}

.contact-table .name {
	font-weight: bold;
	font-family: 'poppins';
}

.contact-table .email a {
	color: #0a58ca;
	text-decoration: underline;
	font-family: 'poppins';
}

.contact-table .phone {
	font-weight: bold;
	font-family: 'poppins';
}

.curriculum__title {
	margin-bottom: 1em;
	font-family: 'poppins';
	font-weight: 600;
	font-size: 30px;
	color: #101828;
	text-align: center;
}

@media (max-width: 600px) {

	.box-con {
		width: 50%;
		margin: auto;
		justify-items: center;
		border: 1px solid;
	}

	.box-con p {
		padding: 10px;
		border: 1px solid;
		width: 100%;
		text-align: center;
		font-weight: bold;
	}

	.box-con p a {
		color: #0a58ca;
	}
}


/* whatapp floating  */

.floating {
	position: fixed;
	bottom: 20px;
	z-index: 999;
	display: none;
}

.floating a {
	font-size: 30px;
	color: white;
	background: #faa421;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	padding: 10px;
	box-shadow: 0px 0px 10px black;
}

/* faculty */

/* CSS Code */
.swiper-wrapper {
width: 100%;
height: max-content !important;
/* padding-bottom: 64px !important; */
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
position: relative;
}
.swiper-pagination-bullet {
background: #4f46e5;
}