﻿.heroBanner{
	height: 80vh;
	width:100%;
	position:relative;
}
.heroBanner .swiper-wrapper .swiper-slide img.card-img-top{
	height:100%;
	width:100%;
	object-fit:cover;
	border-radius: 0;
}
.heroBanner .swiper-wrapper .swiper-slide .card-img-overlay {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 10rem;
    z-index: 2;
}
.heroBanner .swiper-wrapper .swiper-slide .card-img-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 0;
}
.heroBanner::after {
	content: "";
	height: 38%;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-size: cover;
	left: 0px;
	background-image: url("../media/Group\%204046.png");
	background-repeat: no-repeat;
	animation: 1s ease 0s 1 normal none running animate-hero;
	z-index: 1;
	pointer-events: none;
}
.heroBanner .card-img-overlay .landing-subtitle {
    display: flex;
    align-items: center;
    position: relative;
}

.heroBanner .card-img-overlay .landing-subtitle-text::before {
    content: "";
    width: 3rem;
    position: absolute;
    top: 50%;
    left: 0;
    display: none;
    height: 1px;
    background-color: rgb(255 255 255 / 60%);
}

.heroBanner .card-img-overlay .landing-subtitle-text {
    color: white;
    font-size: 1rem;
    padding: 0 4rem;
    font-family: var(--avenirRegular);
}

.heroBanner .swiper-wrapper .swiper-slide .landing-title {
    font-size: 2.25rem;
	line-height: 1.35;
    margin-bottom: 1.5rem;
    font-family:var(--avenirMedium);
    text-align: center;
    color: white;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.heroBanner .swiper-wrapper .swiper-slide video{
	height:100%;
	width:100%;
	object-fit:cover;
}
  .servicesCards .pageName{
	position:absolute;
	top: 0;
	left:0;
	right:0;
	padding: 5rem 0;
	width: 100%;
	background-color: rgb(40, 40, 40);
	}/* SERVICES CARDS START */
.servicesCards {
    display: flex;
    gap: 2rem;
    position: relative;
    /*margin-top: -15rem;*/
    margin-bottom: 2rem;
    /* z-index: 3; */
    padding-left: 1rem;
    padding-right: 1rem;
    flex-wrap: wrap;
}

.servicesCards .services-card {
    transform: translateY(50%);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 0.125rem 1.875rem rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    position: relative;
    background-color: white;
    background: url('../media/Mask\%20Group\%206.png') white no-repeat bottom;
    opacity: 0;
    position: relative;
}

.servicesCards div:nth-child(2){
		margin-top: 3rem;
}



.servicesCards .services-card .icon {
    display: flex;
    height: 4.5rem;
    width: 4.5rem;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position:relative;
}
.servicesCards .services-card .icon img {
    width: 100%;
    height: 100%;
    object-fit:contain;
    background-color: var(--purple);
    z-index: 1;
    padding: 1rem;
    border-radius: 50%;
}
.servicesCards .services-card .icon::after {
	content:"";
	z-index: 0;
	position: absolute;
	left: -0.9rem;
	top: -0.6rem;
	height: 4.5rem;
	width: 4.5rem;
	border-radius: 50%;
	background-color: var(--light-purple);
}

.servicesCards .card-title {
    margin-top: 1rem;
    font-size: 1.4rem;
    font-family: var(--avenirMedium);
    margin-bottom: 1rem;
}
.servicesCards .card-text {
    text-align: center;
    font-size: 1.1rem;
    /* padding-bottom: 1.5rem; */
    width: 90%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    /* height: 6rem; */
}
.servicesCards .services-card-button {
    width: 2.8rem;
    height: 2.8rem;
    background-color: var(--purple);
    border-radius: 50%;
    position: absolute;
    bottom: -1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--animation);
    cursor: pointer;
}
.servicesCards .services-card-button:hover {
    background-color: #59315e;
}
.servicesCards .services-card-button svg {
    transform: rotate(45deg);
    width: .8rem;
}
/* SERVICES CARDS END */
/* ABOUT US SECTION START */
.aboutUs h2.appTitle{
	font-family: var(--avenirDemi);
	margin: 1.4rem 0 1.5rem;
	line-height: 1.35;
}
.announcementPopup{
	/* background-color:rgb(0 0 0 /60%); */
	height:100vh;
	width:100vw;
}
.announcementPopup.show{
	display:flex;
}
.announcementPopup .modal-header{
    position: relative;
    padding: 0;
    height: 17rem;
}
.announcementPopup .modal-content{
	border-radius:1rem;
	/* overflow: auto; */
	/* max-height: 67%; */
	/* height: 100%; */
	border: none;
	overflow: hidden;
}
.announcementPopup .modal-header img{
	height:100%;
	width:100%;
	object-fit:cover;
}
.announcementPopup .modal-header button{
	position:absolute;
	top:2rem;
	right:2rem;
	border: none;
	background-color: transparent;
}
.announcementPopup .modal-dialog{
	max-width: 46%;
	width: 46%;
	/* height: 80%; */
	margin: auto;
}
.announcementPopup .modal-header .card-img-overlay{
    height: 100%;
    background: linear-gradient(45deg, black, rgb(0 0 0 / 16%));
    padding: 2rem;
    display:flex;
    flex-direction:column;
    justify-content:end;
}
.announcementPopup .modal-header .card-img-overlay h4,.announcementPopup .modal-header .card-img-overlay .category{
    color: #fff;
    width: fit-content;
}
.announcementPopup .modal-header .card-img-overlay h4{
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow:hidden;
}
.announcementPopup .modal-header .card-img-overlay .category{
	text-transform:uppercase;
	font-size:.8rem;
	margin-bottom:.4rem;
}
.announcementPopup .modal-header .card-img-overlay .date,
 .announcementPopup .modal-header .card-img-overlay .time,
 .announcementPopup .modal-header .card-img-overlay .location{
	display:flex;
	align-items:center;
	margin-top:.4rem;
	color:white;
}
.announcementPopup .modal-header .card-img-overlay .date svg,
.announcementPopup .modal-header .card-img-overlay .time svg,
.announcementPopup .modal-header .card-img-overlay .location svg{
	margin-right:.5rem;
    height:1rem;
    width:1rem;
}
.announcementPopup .modal-header .card-img-overlay .time,
.announcementPopup .modal-header .card-img-overlay .location{
	margin-left:2rem;
}
.announcementPopup .modal-body{
	padding:2rem;
	overflow: auto;
	max-height: 20rem;
}
.announcementPopup .readMore{
    background-color: var(--purple);
    color: white;
    padding: 0.7rem 2rem;
    transition: var(--transition);
    border-radius: 2rem;
    margin-top: 2rem;
    display: block;
    width: fit-content;
}
.announcementPopup .readMore:hover{
    background-color: var(--purpleHover);
}
.announcementPopup .modal-body p,.announcementPopup .modal-body div{
	line-height:2.2;
}
.announcementPopup .modal-body p,.announcementPopup .modal-body strong{
	/* margin-top:1.5rem; */
	margin-bottom: 0rem;
	display:block;
}
.announcementPopup .modal-body p,.announcementPopup .modal-body ul li{
	line-height:2.2;
}
/* ABOUT US SECTION END */
/* Media center popup start */
.media-swiper .swiper-wrapper .swiper-slide{
	width:40%;
	height:50%;
	margin: auto;
}
.media-swiper .swiper-wrapper .swiper-slide img{
	height:100%;
	width:100%;
	object-fit:cover;
}
.media-swiper-pagination.swiper-pagination{
	display:flex;
	align-items:center;
	justify-content:center;
}
.media-swiper-pagination.swiper-pagination span{
	
	margin:0 .5rem;
}
.media-swiper-button.swiper-button-disabled{
	display:none;
}
/* media center popup end */
@media(min-width:768px){

	.servicesCards div:nth-child(2){
		margin-top: 5rem;
}

	.servicesCards {
    margin-bottom: 4rem;
}

	.servicesCards .services-card:first-child{
		margin-top: unset;
}

	.servicesCards {
    gap: 2.5rem;
}

	.heroBanner{
	height: 100vh;
}
	.servicesCards {
        gap: 1rem;
		flex-direction: row;
    }
   .servicesCards .services-card {
        width: calc(33.3% - .66rem);
        padding: 2.5rem 1rem;
        margin-top: 5rem;
    }
    }
@media(min-width: 1200px) {

	.heroBanner .card-img-overlay .landing-subtitle {
    margin-top: 2rem;
}
     .heroBanner .swiper-wrapper .swiper-slide .landing-title {
        font-size: 2.7rem;
        width: 80%;
        text-align: inherit;
        line-height: 1.4;
    }

    .heroBanner .card-img-overlay .landing-subtitle-text::before {
        display: block;
    }
	/* SERVICES CARDS START - 1200PX */
	.servicesCards {
        padding-left: 12rem;
        padding-right: 12rem;
        flex-wrap: nowrap;
        margin-bottom: 5rem;
        gap: 2rem;
    }
    .servicesCards .services-card-icon-before {
        left: 36%;
    }

        .servicesCards .card-text {
        font-size: 1rem;
        /* padding-bottom: 1.5rem; */
        /* height: 5.6rem; */
    }	/* SERVICES CARDS END - 1200PX */
}
@media(min-width:1600px){
	.aboutUs h2.appTitle{
	margin: 1.4vw 0 1vw;
	font-size:2.25vw;
	width: 80%;
}
	/* BANNER - HOME PAGE START 1600*/
	.heroBanner .card-img-overlay .landing-subtitle-text{
		font-size:1.1vw;
	}
	.heroBanner .swiper-wrapper .swiper-slide .landing-title{
		font-size:3.2vw;
		margin-bottom: 2vw;
	}
	.landing-button {
    padding: .7vw 1.7vw .7vw 1vw;
}
	/* BANNER - HOME PAGE END 1600*/
	/* SERVICES CARDS START 1600 */
	.servicesCards .card-title {
    margin-top: 1vw;
    font-size: 1.4vw;
    margin-bottom: 1vw;
}
	.servicesCards .card-text {
        font-size: 1vw;
        /* padding-bottom: 2vw; */
        line-height: 1.5;
        /* height: 4.6rem; */
    }
	.servicesCards .services-card-button {
    width: 2.8vw;
    height: 2.8vw;
    bottom: -1.4vw;
}
.servicesCards .services-card-button svg {
    width: .8vw;
}
	.servicesCards .services-card .icon {
    height: 4.5vw;
    width: 4.5vw;
}
	.servicesCards .services-card .icon::after {
    left: -0.9vw;
    top: -0.6vw;
    height: 4.5vw;
    width: 4.5vw;
}
	/* SERVICES CARDS END 1600 */
	/* WHO WE ARE - HOME PAGE START */
	.about-us-paragraph {
    margin-bottom: 1.6VW;
    line-height: 1.5;
    width: 75%;
}
	/* WHO WE ARE - HOME PAGE END */
}