  body{
    margin: 0;
  }
  header{
    width: 100%;
    height: 65px;
  background-color: white;
    border-bottom: 0.5px #e8e8e8 solid;
    display: flex;
   justify-content: space-between;
   position: relative;
}
header #logo{
    max-width: 200px;
    height: auto;
    max-height: 40px;
    margin:12px 0px 5px 10px;
    float: left;
    position:absolute;
   
}
header nav{
    margin: 8px 0px 5px 0px;
    display: block;
    float: right;
}
header nav ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
header nav ul li{
    margin-right: 15px;
    padding-top: 8px;
   
}
header nav ul #liLogin{
  padding-top: 7px;
  padding-right: 4px;
  display: flex;
}
header nav ul #liLogin #login{
    
    height: 27px;

     
  text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

  
   
}
header nav ul #liLogin #login a{
    color:white;
}
header nav ul li a{
    color: black;
    text-decoration: none;
}
 header  #btnSearch{
      padding: 5px 13px 5px 13px;
      border-radius: 15px;
      border: 0.2px solid lightgray;
      background-color:rgb(253, 247, 236);
        
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.333);
      font-weight: 250;
      font-size: small;
      cursor: pointer;
      height: 30px;
      margin:17px 30px 0px 0px;
   
      
    }
.dropdown{
    display: none;
    float: right;
    margin: 10px 10px 5px 0px;
    position: relative;
    cursor: pointer;

}
@media (max-width: 768px) {


    header nav{
        display: none;
    }
    .dropdown{
        display: block;
        font-size: larger;
        margin: 13px 10px 5px 0px;
    }
    .fa-bars-staggered{
        font-size: larger;
        color: #00bf63;
        margin: 10px 5px 5px 0px;
    }
    header #logo {
        margin-top: 13px;
        max-height: 40px; /* Adjust max height for smaller screens */
    }
}

#banner{
    width: 100%;
    height: 210px;
    padding: 10px 10px 50px 0px;
    display: flex;
    gap:25px;
    justify-content: space-between;
    align-items: center;
}
#banner img{
    width: 210px;
    height: 190px;
    display: block;

}

#banner p{
    font-size: 19px;
    padding-top: 35px;
    font-family: "Caveat", cursive;
}

@media  (max-width:768px){
    #banner p {
        font-size: 16px;
    }
    
}


.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: -3px
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}

.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #232323;
    left: -6px
}

.main-timeline .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 36px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0
}

.main-timeline .description {
    margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }
    .main-timeline .date-content:before {
        width: 22.5%
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
 
    .main-timeline:before {
        margin: 0;
        left: 7px
    }
    .main-timeline .timeline {
        margin-bottom: 20px
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .main-timeline .icon {
        margin: auto 0
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }
    .main-timeline .date-content:before {
        display: none
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }
    .main-timeline .date {
        top: 30%
    }
    .main-timeline .year {
        font-size: 24px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }
    .main-timeline .title {
        margin-bottom: 10px
    }
}
#carouselExampleIndicators{
    display: none;
}

.align-items-center {
    -webkit-box-align: center!important;
    align-items: center!important;
}
.form-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.img-square {
    position: relative;
    padding-bottom: 100%;
}
.img-square .img-cover {
    position: absolute;
}
.img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
img {
    vertical-align: middle;
    border-style: none;
}

@keyframes handwritten {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

h4 {
  font-family: "Slackey", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: rgb(10, 89, 145);
  opacity: 0.9;
  text-align: center;
  padding: 40px 0px 40px 0px;
  

}
#h4{
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid rgba(10, 89, 145, 0.5); /* Cursor effect */
  animation: handwritten 4.5s steps(30, end) forwards;
}


@import url("https://fonts.googleapis.com/css2?family=Bungee+Shade&display=swap");

:root {
	--font-stack: "Courier New", Courier, monospace;
	--heading-font: "Bungee Shade", cursive;
	--bg-light: #f6f2ef;
	--bg-dark: #111014;
	--text-light: #1e1e1e;
	--text-dark: #f0f0f0;

	--color1: #ffc567;
	--color2: #fd7da8;
	--color3: #fd5a46;
	--color4: #552cb7;
	--color5: #00595e;
	--color6: #058cd7;
}

/* body {
	font-family: var(--font-stack);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	margin: 0;
	background-color: var(--bg-light);
	color: var(--text-light);
	transition: background-color 0.4s, color 0.4s;
	overflow-x: hidden;
} */

button {
	background-color: transparent;
	color: inherit;
	padding: 8px 16px;
	border: 2px dashed currentColor;
	font-family: var(--font-stack);
	font-size: 0.9rem;
	cursor: pointer;
	margin-bottom: 2rem;
}

.carousel {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.cards-track {
	display: flex;
	gap: 2rem;
	animation: scroll-horizontal 100s linear infinite;
	width: max-content;
}

.cards-track:hover {
  animation-play-state: paused;
}
@keyframes scroll-horizontal {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-87%);
	}
}

.card {
	background-color: transparent;
	padding: 2rem;
	width: 300px;
    margin: 10px;
	border: 3px dashed;
	box-shadow: 6px 6px 0;
	transform: rotate(-1.5deg);
	transition: transform 0.3s ease;
	scroll-snap-align: center;
	flex-shrink: 0;
}

.card:hover {
	transform: rotate(0deg) scale(1.02);
}


/* 🎨 Heading font + dynamic color per card */
.card h1 {

	font-size: 1.4rem;
	margin-bottom: 0.5rem;
	letter-spacing: 1px;
}

/* Assign heading color to match border */
.card.color1 h1 {
	color: var(--color1);
}
.card.color2 h1 {
	color: var(--color2);
}
.card.color3 h1 {
	color: var(--color3);
}
.card.color4 h1 {
	color: var(--color4);
}
.card.color5 h1 {
	color: var(--color5);
}
.card.color6 h1 {
	color: var(--color6);
}

.card h3 {
	font-size: 1rem;
	font-style: italic;
	margin-bottom: 1rem;
}

.card p {
	font-size: 0.9rem;
	margin-bottom: 1rem;
}

.read-more {
	font-weight: bold;
	text-decoration: underline dotted;
	color: inherit;
}

.card.color1 {
	border-color: var(--color1);
	box-shadow: 6px 6px 0 var(--color1);
    background-color: transparent;
}
.card.color2 {
	border-color: var(--color2);
	box-shadow: 6px 6px 0 var(--color2);
    background-color: transparent;
}
.card.color3 {
	border-color: var(--color3);
	box-shadow: 6px 6px 0 var(--color3);
    background-color: transparent;
}
.card.color4 {
	border-color: var(--color4);
	box-shadow: 6px 6px 0 var(--color4);
    
   background-color: transparent;
}
.card.color5 {
	border-color: var(--color5);
	box-shadow: 6px 6px 0 var(--color5);
    background-color: transparent;
}
.card.color6 {
	border-color: var(--color6);
	box-shadow: 6px 6px 0 var(--color6);
    background-color: transparent;
}

.light-theme {
	background-color: var(--bg-light);
    background-color: transparent;
	color: var(--text-light);
}

.dark-theme {
	background-color: var(--bg-dark);
    background-color: transparent;
	color: var(--text-dark);
}
@media screen and (max-width:720px) {
    #carouselExampleIndicators {
    display: block;
  }
  #containerx {
    display: none;
  } 
}

.pro{
    background-image: url('../../img/bc.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 30px;
    position: relative;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #cacaca;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.333);
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.social-link {
    width: 30px;
    height: 30px;
    border: 1px solid #f7bef6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 0.9rem;
}
footer{
    background-image: url('../../img/bc.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 250px;
}
footer #social{
    width: 100%;
    margin-top: 10px;
    height: auto;
    padding: 15px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    gap:10px;
    align-items: center;


}
footer #social ul{
    padding: 0;
    margin: 0;
}
footer #social li{
    list-style: none;
}
footer #social p,h3,a{
    font-size: smaller;
    color: black;
      font-family: "Slackey", sans-serif;
}
