@import url('https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "popins", sans-serif;
    font-family: "Rubik", sans-serif; */
    /* font-family: "Playfair", serif;
    font-family: "Montserrat", sans-serif; */
}


   


h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0 !important;
    padding: 0;
}

/* p {
    font-family: var(--popins);
} */

li {
    list-style: none;
}

a {
    text-decoration: none;
}


html {
    font-size: 20px;
}

body {
    font-size: 100%;

}

:root {
    /* --prmary-col:#444180; */
    /* --prmary-col:#51087E; */
    /* --prmary-col:#C55FFC; */
    --prmary-col:#be256c;
    --second-col:#91D34C;
    /* --second-col:#f27a8e; */
    --head-col:#f8f9fa;
    --jostfont: "Jost", sans-serif;
    --greenbg: #f3b42c;
    --colorgreen: #e33c34;
    --black: #282828;
    --lightcolor: #ffa765;
    --headline-font: 45px;
    --grant: linear-gradient(0deg, rgb(243, 180, 44, 1) 0%, rgb(227, 60, 52, 1) 100%);
    /* --grant:#f3b42c; */
    /* --grd: linear-gradient(0deg, rgb(0, 182, 39) 0%, rgb(0, 165, 110) 100%); */
    --grd:linear-gradient(0deg, rgb(243, 180, 44, 1) 0%, rgb(227, 60, 52, 1) 100%);

    --popins: "Montserrat", sans-serif;
    --lightass: #5f5f5fe3;
    /* --text-color:rgba(1, 164, 106, 1); */
    --text-color:#313131;
    --white-col:#fff;
}

/* .custom_header .navbar-nav {
    margin-left: auto;

    li a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        color: var(--black);
    }
} */
 .top-head{
    width: 100%;
    height: auto;
    background-color: var(--second-col);
    padding-top: 10px;
    padding-bottom: 10px;
    /* color:rgb(243, 180, 44) ;
    color: rgb(227, 60, 52); */
 }
 .hghg{
    display: flex;
    justify-content: start;
    /* margin-left: 10px; */
 }
 .hghg select{
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
 }
 .we{
    font-size: 14px;
    color: var(--white-col);
    padding-top: 6px;
    padding-left: 20px;
 }
 /* ul.top-ng{
    text-align: right;
 } */
 ul.top-ng li{
    display: inline-block;
    font-size: 16px;
    color: var(--white-col);
    margin-left: 20px;
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Poppins", sans-serif;
 }
 ul.top-ng li a{
    font-size: 16px;
    color: var(--white-col);
    margin-left: 20px;
    font-family: "Montserrat", sans-serif;
 }
 ul.top-ng li a:hover{
    color: var(--prmary-col);
 }
 .ic-n{
    padding-right: 10px;
 }
 .bor{
    /* width: 2px;
    height: 10px;
    background-color: var(--white-col); */
    color: var(--white-col);
    margin-left: 8px;
    border: 1px solid var(--white-col);
 }
 ul.top-ng.ndd li a{
    margin-left: 6px;
    margin-right: 6px;
    font-size: 17px;
 }
 ul.top-ng.ndd{
    text-align: right;
 }


header{
    width: 100%;
    height: auto;
    background-color: var(--head-col);
    z-index: 999;
    position:fixed;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 4,
}
/* .head {
    height: 132px;
} */
.head {
    height: 80px;
}
header.sticky {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 0;
  }
.navbar-expand-lg .navbar-collapse{
    justify-content: end !important;
}
.logo img{
    width: 300px;
    height: auto;
}

.navbar-brand{
    padding: 0px !important;
}

/* .navbar{
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
} */
.navbar-light .navbar-nav .nav-link{
    /* font-family: "Khand", Sans-serif !important; */
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    color: var(--prmary-col) !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    font-weight: 700 !important;
    /* font-family: "Cinzel", serif !important; */
    font-family: "Montserrat", sans-serif !important;
}
.rg-no p{
    /* font-family: "Khand", Sans-serif ; */
    font-size: 75% ;
    font-weight: 500 ;
    text-transform: uppercase ;
    color: var(--text-color);
}

/* .head{
    height: 70px;
} */
.navbar{
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}


#primary li {
    position: relative;
  }
  #primary li a {
    /* text-decoration: none; */
    /* padding: 5px 0; */
    /* font-family: "Khand", Sans-serif ; */
    /* font-size: 80%; */
    position: relative;
    z-index: 1;
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    /* background-image: linear-gradient(   #204a63 100%); */
    /* background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.3s ease-in-out; */
  }
  #primary li a:before {
    content: "";
    width: 0;
    height: 3px;
    bottom: 5px;
    left: 0;
    bottom: -0px;
    z-index: 0;
    position: absolute;
    background: var(--second-col);
    transition: all 0.3s ease-in-out;
  }
  #primary li a:hover {
    background-position: 0%;
  }
  #primary li a:hover:before {
    width: 100%;
  }

  button.btn.btn-outline-success.don{
    /* width: 130px; */
    background: transparent;
    color: var(--prmary-col);
    /* font-family: "Jost", sans-serif; */
    border: none;
    font-size: 17px;
    border: 2px solid var(--prmary-col);
    font-weight: 500;
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Cinzel", serif;
  }
  button.btn.btn-outline-success.don:hover{
    border: 2px solid var(--second-col);
    background: var(--second-col);
    color: #fff;
  }

/* Show dropdown menu on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;

}
.dropdown-menu{
    background-color: var(--second-col) !important;
}
.dropdown-item{
    /* font-family: "Cinzel", serif !important; */
    font-family: "Montserrat", sans-serif !important;
    font-size: 80% !important;
    /* color: var(--prmary-col) !important; */
    color: var(--white-col) !important;
}

.banner_carosel .carousel-item img {
    height: 90vh;
    object-fit: cover;
}
.ban-img {
    height: 90vh;
    object-fit: cover;
    position: relative;
    object-position: top;
}

/* .carousel-item {
    position: relative;
} */

.custom_header .logo {
    width: 200px;
}

/* .banner_carosel {
    position: relative;

} */

.bg_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.719);
    z-index: 5;
}

/* .banner_carosel .carousel-caption {
    text-align: left;
    top: 10%;
    left: 10.5%;
}
.carousel-caption1 {
    text-align: left;
    top: 10%;
    left: 10.5%;
    z-index: 99;
} */
.carousel-caption1 {
    position: absolute;
    top: 10%;
    left: 7.5%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    z-index: 99;

}


.carousel-caption1 h1 {
    color: var(--head-col);
    /* font-family: "Rubik", sans-serif; */
    font-family: "Cinzel", serif;
    /* font-family: "Playfair Display", serif; */
    position: relative;
    z-index: 10;
    font-weight: 600;
    font-size: 80px;
    line-height: 84px;
    text-transform: uppercase;
}

.carousel-caption1 span {
  color: var(--second-col);
}

.carousel-caption1 p {
    font-size: 80%;
    width: 60%;
    position: relative;
    z-index: 10;
    margin-top: 16px;
    color: var(--head-col);
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.owl-dots {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
} */
.fl-x{
    display: flex;
}

.btn1{
    width: auto;
    height: 45px;
    /* font-family: "Rubik", Sans-serif; */
    font-family: "Cinzel", serif;
    font-size: 80%;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--head-col);
    background-color: var(--second-col);
    border-radius: 3px 3px 3px 3px;
    padding: 10px 30px 10px 30px;
    position: relative;
    z-index: 10;
    border: 1px solid var(--second-col);
}
.btn1:hover{
    color: var(--second-col);
    background-color: var(--white-col);
}
.btn2{
    width: auto;
    height: 45px;
    /* font-family: "Rubik", Sans-serif; */
    font-family: "Cinzel", serif;
    font-size: 80%;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 30px 10px 30px;
    position: relative;
    margin-left: 30px;
    z-index: 10;
    border: 1px solid var(--head-col);
}
.btn2:hover{
    background-color: var(--prmary-col);
    border: 1px solid var(--prmary-col);
}

.mark{
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-top: 10px;
    background-color: var(--prmary-col);
}
marquee {
    color: var(--white-col);
    font-family: "Cinzel", serif;
}


.ban1{
    width: 100%;
    height: auto;
    /* transform: translateY(-80px); */
    position: relative;
    z-index: 6;
    /* margin-top: -4rem; */
    margin-top: 80px;
}
.para{
    font-size: 80%;
    /* margin-top: 16px; */
    color: var(--head-col);
    /* font-family: "Roboto", sans-serif; */
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.ban1 .card {
    width: 100%;
    height: 300px;
    background-color: var(--prmary-col);
    border-radius: 0px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    border: none !important;
}

/* Background Image with Bottom-to-Top Effect */
.ban1 .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
}

/* Different background images */
.ban1 .card1::before {
    background-image: url('../img/image\ \(45\)-min.jpg');
}

.ban1 .card2::before {
    background-image: url('../img/image\ edit.jpg');
}

.ban1 .card3::before {
    background-image: url('../img/image\ \(55\)-min.jpg');
}

/* Overlay Effect */
.ban1 .card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Dark overlay */
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Hover Effects */
.ban1 .card:hover::before {
    transform: translateY(0); /* Moves image from bottom to top */
}

.ban1 .card:hover::after {
    opacity: 1;
}

.content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    transition: color 0.3s;
}
.content i{
    font-size: 170%;
}
.ban1-heading{
    color: var(--white-col);
    /* font-family: "Rubik", Sans-serif; */
    font-family: "Cinzel", serif;
    font-size: 150%;
    font-weight: 500;
}

/* Change text color on hover */
.card:hover .content {
    color: white;
}
.card:hover .content .ban1-heading {
    color: white;
}


.mid{
    width: 100%;
    height: auto;
    background-color: transparent;
    background: linear-gradient(90deg, #F8F8F8 55%, #FFFFFF 10%);
    /* margin-top: -7rem; */
}
.mid-sec{
    /* padding-top: 270px; */
    padding-bottom: 80px;
    padding-top: 80px;
    
}
.black{
    color: var(--black);
}
.title{
    color: var(--prmary-col);
    /* font-family: "Rubik", sans-serif; */
    font-family: "Cinzel", serif;
    position: relative;
    z-index: 10;
    font-weight: 600;
    font-size: 46px;
    text-transform: uppercase;
}
.title span{
    color: var(--second-col);
}
.sub-head{
    font-size: 100%;
    color: var(--prmary-col);
    /* font-family: "Rubik", sans-serif; */
    font-family: "Playfair", serif;
    font-weight: 600;
    text-transform: uppercase;
}
.mid-mg{
    width: 100%;
    height: auto;
    border: 10px solid var(--white-col);
    z-index: 3;
    position: relative;
}
.mid-sec1{
    --align-self: flex-end;
    display: flex;
    justify-content: flex-end;
}
.mid-card{
    width: 65%;
    height: auto;
    padding: 60px 20px 20px 20px;
    background-color: var(--prmary-col);
    margin-top: -2rem;
    z-index: 1;
   
}
.mid-card-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;


}
.mid-card-grid .counter-section{
    background-color: transparent;
    box-shadow: unset;
}
.mid-card-grid .counter-value{
    color: var(--white-col);
    font-family: "Cinzel", serif !important;
}
.mid-crad-txt{
    text-align: center;
    
}
.mid-crad-txt i{
    font-size: 170%;
    color: var(--white-col);
}
.mid-crad-txt h3{
    color: var(--second-col);
    /* font-family: "Rubik", sans-serif; */
    font-family: "Cinzel", serif;
    font-weight: 500;
    font-size: 85%;
    text-transform: uppercase;
    padding-top: 15px;
}

.mid1{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.mid1 .card{
    padding: 40px 10px 40px 10px;
    box-shadow: 0px 16px 23px 2px rgba(0, 0, 0, 0.13);
    border-style: none;
    border-radius: 3px 3px 3px 3px;
}
.mid1-mg{
    width: 80px;
    height: auto;
    display: block;
    margin: auto;
}
.vis{
    color: var(--white-col) !important;
    font-size: 110% !important;
    text-align: center;
    margin: 0px;
    padding-top: 15px;
}
.simu{
    text-decoration: none;
    font-size: 95%;
    padding-top: 10px;
    color: var(--white-col);
    /* font-family: "Rubik", sans-serif; */
    font-family: "Cinzel", serif;
    font-weight: 600;
    text-align: left;
    display: block;
}
.simu:hover{
    color: var(--prmary-col);
}
.mid2{
    width: 100%;
    height: auto;
}
.mid2-sec{
    width: 100%;
    height: auto;
    background-color: var(--prmary-col);
    padding-top: 100px;
    padding-bottom: 240px;
}
.white{
    color: var(--white-col);
}
.mid2-sec1{
    margin-top: -10rem;
}
.mid2-sec1 .card {
    overflow: hidden; /* Hides overflow issues */
    border-radius: 10px; /* Optional: Adds a smooth border */
}

/* Ensure the image stays within the card */
.mid2-sec1 .card .card-img-top {
    width: 100%; /* Ensures the image fits inside the card */
    height: 370px; /* Maintains aspect ratio */
    display: block; /* Prevents extra spacing issues */
    object-fit: cover; /* Ensures the image fills the space properly */
    transition: transform 0.5s ease-in-out;
}

/* Zoom-in effect on hover */
.mid2-sec1 .card:hover .card-img-top {
    transform: scale(1.1);
}
.card-title{
    font-size: 75%;
    color: var(--white-col);
    /* font-family: "Rubik", sans-serif; */
    font-family: "Cinzel", serif;
    font-weight: 600; 
}
.card-text{
    font-size: 70%;
    color: var(--white-col);
    /* font-family: "Roboto", sans-serif; */
    /* font-family: "Montserrat", sans-serif; */

    font-family: "Poppins", sans-serif;
    font-weight: 400; 
}
.new-color{
    background-color: var(--second-col);
    overflow: hidden;
    z-index: 2;
}
.ban-two{
    width: 100%;
    height: auto;
    padding-top: 80px;
}
.mid3{
    width: 100%;
    height: auto;
    /* background-image: url(../img/Airplane-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; */
    padding-top: 100px;
    padding-bottom: 50px;
}
.counter-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
}
.counter-section {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    padding: 10px;
}

.counter {
    font-size: 48px;
    font-weight: bold;
    color: var(--white-col);
    font-family: "Cinzel", serif;
}
.bgvg{
    color: var(--prmary-col);
}
.mid3-card{
    width: 100%;
    height: auto;
    padding: 51px 10px 51px 10px;
    background-color: var(--prmary-col);
}
.card6 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	border-radius: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.imgbox img{
    width: 100%;
    height: auto;
}
.card6 .content {
	position: absolute;
	bottom: -160px;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	flex-direction: column;
	backdrop-filter: blur(15px);
	box-shadow: 0 -10 10px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: bottom 0.5s;
	transition-delay: 0.8s;
}
.card6:hover .content {
	bottom: 0px;
	transition-delay: 0s;
}
.card6 .content .contentBox h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	margin: 20px 0 15px;
	line-height: 1.1em;
	transition: 0.5s;
	opacity: 0;
	transform: translate(20px, 30px);
	transition-delay: 0.6s;
    font-family: "Cinzel", serif;
}
.card6:hover .content .contentBox h3 {
	opacity: 1;
	transform: translateY(0px);
}
.card6 .content .contentBox h3 span {
	font-size: 12px;
	font-weight: 300;
	text-transform: initial;
}
.card6 .content .sci {
	position: relative;
	bottom: 10px;
	display: flex;
}
.card6 .content .sci li {
	list-style: none;
	margin: 0 10px;
	transform: translateY(40px);
	transition: 0.5s;
	opacity: 0;
	transition-delay: calc(0.2s * var(--i));
}
.card6:hover .content .sci li {
	transform: translateY(0px);
	opacity: 1;
}

.card6 .content .sci li a {
	color: #fff;
	font-size: 16px;
}
.card6 .content .sci li a:hover{
    color: var(--second-col);
}








.mid4{
    width: 100%;
    background-image: url(../img/Airplane-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 80px;

}


.mid5{
    width: 100%;
    height: auto;
    background-color: var(--prmary-col);
    padding-top: 80px;
    /* padding-bottom: 80px; */
    position: relative;
}
.port{
    width: 100%;
    height: 420px;
    margin-top: -6rem;
    object-fit: cover;
}
.mid6{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.mid6-card{
    width: 100%;
    height: auto;
    padding: 30px 20px 30px 20px;
    background-color: var(--prmary-col);
}
.nam{
    color: var(--white-col);
    /* font-family: "Rubik", sans-serif; */
    /* font-family: "Cinzel", serif; */
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Poppins", sans-serif;
    position: relative;
    font-weight: 400;
    font-size: 67%;
    text-transform: capitalize;
    line-height: 25px;
    text-align: center;
}
.mg-ikh{
    width: 150px;
    height: 120px;
    object-fit: cover;
}

.mid7{
    width: 100%;
    height: auto;
    /* padding-top: 80px; */
    padding-bottom: 80px;

}
.brnd-logo{
    width: 100%;
    height: 100px;
    object-fit: contain;
}




.foo_wrap p {
    font-size: 15px;
    color: var(--prmary-col);
    font-family: "Montserrat", sans-serif;
    font-family: "Poppins", sans-serif;
}

.foo_wrap h5 {
    color: var(--prmary-col);
}

.foo_wrap h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 100%;
    font-family: var(--popins);
    margin-bottom: 15px;
    color: var(--prmary-col);
    /* font-family: "Playfair", serif; */
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Cinzel", serif;
    
}

.foo_wrap ul li a {
    color: var(--prmary-col);
    font-size: 18px;
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Poppins", sans-serif;
}
.foo_wrap ul li a:hover{
    color: var(--second-col);
}
.foo_wrap ul li  {
    color: var(--prmary-col);
    font-size: 18px;
}

.t_footer {
    width: 100%;
    height: auto;
    background-color: #F8F8F8;
    padding-top: 60px;
    padding-bottom: 30px;
}

.esd li {
    padding-bottom: 10px;
}

.esd li i {
    margin-right: 10px;
    /* color: var(--prmary-col); */
}
ul.social{
    display: flex;
}
ul.social li a{
    color: var(--white-col); 
    margin-right: 20px;
    font-size: 16px;
}

.sdx {
    width: 60%;
}

.tid {
    font-size: 15px;
    font-family: var(--popins);
    color: var(--prmary-col);
    text-align: center;
    margin-top: 25px;
    font-weight: 500;
}

.foo_wrap h5 {
    font-size: 23px;
    font-family: "Cinzel", serif;
}

.donatenow {
    padding: 10px 18px;
    background: transparent;
    color: var(--prmary-col);
    display: inline-block;
    margin-top: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid var(--prmary-col);
    font-family: "Cinzel", serif;
}
.donatenow:hover{
    background: var(--second-col);
    color: var(--white-col);
    border: 2px solid var(--second-col);
}




/* about-page */

.about-ban{
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    /* background-color: var(--prmary-col); */
}
.about-ban::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.719);
    z-index: 5;
}

.about{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(90deg, #F8F8F8 70%, #FFFFFF 10%);
}
.title.abt {
    font-size: 170%;
    font-weight: 500;
}
.about-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.about-grid-card{
    width: 100%;
    height: auto;
    padding: 10px 5px 10px 5px;
    background-color: var(--prmary-col);
}
.about-grid-card:hover{
    background-color: var(--second-col);
}
.about-grid-card:hover .ban1-heading{
    color: var(--prmary-col);
}
.pbw-5{
    padding-bottom: 100px;
}
.about-sec1{
    width: 100%;
    height: auto;
    background-image: url(../img/Airplane-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.about-sec1::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}
.btg{
    height: 57px;
}
.about-two{
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    background: linear-gradient(90deg, #F8F8F8 55%, #FFFFFF 10%);
}
img.img-fluid-abg {
    width: 100%;
    height: 400px;
    object-fit: contain;
}
/* .ptw-5{
    padding-top: 0px !important;
} */




/* contact page */

.cont{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(90deg, #F8F8F8 70%, #FFFFFF 10%);
}
.form-control{
    border: 1px solid var(--second-col);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    background: transparent;
}
.form-select{
    border: 1px solid var(--second-col);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    /* background: transparent; */
    background-color: transparent;
    font-size: 85%;
}
.form-select:focus{
    box-shadow: unset !important; 
}
.form-label{
    color: var(--prmary-col);
    font-size: 90%;
    /* font-family: "Rubik", sans-serif; */
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Cinzel", serif;
    font-weight: 500;
}
.form-control:focus{
    box-shadow: unset !important;
}
.cont-card{
    width: 100%;
    height: auto;
    background-image: url(../img/image\ 11-min.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 30px 30px 50px;
    border-radius: 6px;
    position: relative;
}
.cont-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}

.nt{
    font-size: 180%;
}
.ul-cnt li{
    color: var(--white-col);
    font-size: 90%;
    position: relative;
    font-weight: 500;
    padding-top: 10px;
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Poppins", sans-serif;
}
.icn-o{
    padding-right: 20px;
    color: var(--second-col);
}
ul.social-plw{
    position: relative;
}

ul.social-plw li{
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
ul.social-plw li a{
    color: var(--second-col); 
    margin-right: 20px;
    font-size: 22px;
}
ul.social-plw li a:hover{
    color: var(--white-col);
}
.responsive-map{
    overflow: hidden;
    padding-bottom:30.25%;
    position:relative;
    height:0;
    }
    .responsive-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }



    /* our team */

    .team{
        width: 100%;
        height: auto;
        padding-top: 100px;
        padding-bottom: 40px;
    }
    .team-sec{
        width: 100%;
        height: auto;
        padding-bottom: 80px;
    }
    .team-sec-grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 35px;
    }




    .countdown {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
        margin-top: 40px;
    }
    .time-card {
        background: var(--second-col);
        color: white;
        font-size: 200%;
        font-weight: bold;
        padding: 15px;
        border-radius: 10px;
        min-width: 80px;
        text-align: center;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        font-family: "Cinzel", serif;
    }
    .label1 {
        font-size: 70%;
        font-weight: normal;
        /* margin-top: 5px; */
        display: block;
        color: #fff;
        /* font-family: "Montserrat", sans-serif; */
        font-family: "Poppins", sans-serif;
    }



    /* gallery */

    .gal{
        width: 100%;
        height: auto;
        padding-top: 80px;
        /* padding-bottom: 80px; */
    }
    .lightbox{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

 /* image animation */


.image-anime {
    position: relative;
    overflow: hidden;
  }
  
  .image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
  }
  
  .image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
  }
  
  figure {
    margin: 0px !important;
  }
  
  .reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
  }
  
  .reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
  }



  /* couses */

  .course{
    width: 100%;
    height: auto;
    padding-top: 80px;
    background: linear-gradient(90deg, #F8F8F8 55%, #FFFFFF 10%);
    /* padding-bottom: 80px; */
  }
  .cut{
    font-size: 130%;
  }
  .course-grd{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .cor-sec-img{
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 30px;
  }
  .vtf{
    display: block;
    margin: auto;
  }
  .bgt{
    width: 100%;
    height: 700px;
    border-radius: 30px;
    object-fit: cover;
  }


  /* student-palcements */

  .place{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(90deg, #F8F8F8 55%, #FFFFFF 10%);
  }
  .place-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
  .brnd-logo1{
    width: 100%;
    height: 66px;
    border-bottom: 3px solid var(--second-col);
  }

  .place1{
    width: 100%;
    height: auto;
    padding-top: 80px;
  }
  .place1-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .video-container {
    position: relative;
    width: 100%;
    height: 100%; 
    /* background: url('../img/108032.jpg') no-repeat center center;  */
    background-size: cover;
    cursor: pointer;
}
iframe#youtube-video {
    width: 100%;
    height: 250px;
}
.place2{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.place2-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    
}
.stu-mg{
    width: 100%;
    height: 490px;
    object-fit: cover;
}
.staff{
    font-size: 100%;
    color: var(--head-col);
    background-color: var(--second-col);
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.wht-mg{
    width: 100%;
    height: 460px;
    object-fit: cover;
}
.nhnhnh{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Common styles for all social icons */
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
}

.social-icon:hover {
    transform: scale(1.1);
    color: white !important;
}

/* Specific colors for each social media platform */
.facebook { background-color: #1877F2; }
.instagram { background: linear-gradient(45deg, #F58529, #FEDA77, #DD2A7B, #8134AF, #515BD4); }
.linkedin { background-color: #0077B5; }
.twitter    {
    background-color: #000000;
}
    







