* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    color: #000;

}

:root {
    --main-bg: rgba(9, 48, 34, 0.71);
    --ribon-bg: #f0f0f0;
    --footer-text-color: gray;
}

body {
    font-family: 'Comfortaa', cursive;
    background-size: cover;
    background-image: url('../images/Cover3.jpg');
    background-attachment: fixed;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;

}

.not-available {
    background: var(--main-bg);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    text-align: center;
    transition: 1s ease;

}

.not-available h1 {
    font-size: 20vh;
    font-family: arial;


}

.not-available h3 {
    font-size: 40px;
}


.not-available h1 {
    z-index: 2;
    line-height: 1.2;

    background: url('../images/Ties.jpg');
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-shadow: 5px #000;
}

.not-available h3 {
    z-index: 2;
    line-height: 1.2;
    background: url('../images/Cover4.jpg');
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-shadow: 5px #000;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.navigation-bar {
    z-index: 2000;
}

.navbar {
    height: 7vh;
    width: 100vw;
    background: #093028;
    background: -webkit-linear-gradient(to bottom, #237A57, #093028);
    background: linear-gradient(to bottom, #237A57, #093028);
}

.showcase {
    background: var(--main-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    text-align: center;
    transition: 1s ease;

}

#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
}

.showcase * {}

.showcase h1 {
    font-size: 20vh;
    font-family: arial;
    animation-duration: 60s;


}

.showcase h3 {
    font-size: 40px;
}


.showcase h1 {
    z-index: 2;
    line-height: 1.2;

    background: url('../images/Ties.jpg');
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-shadow: 5px #000;
}

.showcase h3,
.showcase h5 {
    z-index: 2;
    line-height: 1.2;

    background: url('../images/Cover4.jpg');
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-shadow: 5px #000;
}



/*President Massage Container*/

.body-container-1 {
    background: var(--ribon-bg);
    width: 100vw;
    height: 50vh;
    display: flex;
}

.pm-image-container {
    width: 30vw;
    height: 50vh;
}

.pm-image {
    background-image: url('../images/profiles/ZeeshanH.png');
    background-size: cover;
    width: 300px;
    height: 260px;
    transition: .5s ease;
    transform-origin: center;
    transform: perspective(230px) rotateY(0deg);
    -webkit-box-reflect: below 5px linear-gradient(transparent, transparent, #0002);
    margin: 5vh 5vw;

}

.pm-text {
    width: 70vw;
    height: 40vh;
    margin: 4vh 5vw;
}

.pm-text h1 {
    text-align: center;
    padding: 2vh;
}

.pm-text p {
    text-align: justify;
    overflow-y: auto;
    font-size: 1.2rem;
    width: 60vw;
    height: 30vh;
    padding-right: 2vw;
    padding-top: 2vh;
}



/*President Massage Container END*/
/*sidemenu*/
.side-menu {
    width: 180px;
    position: fixed;
    top: 45vh;
    height: 70px;
    right: 0px;
    margin-right: -130px;
    background: #f7f7f7;
    transition: all 1s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.smi i {
    font-size: 25px;
    padding-left: 20px;

}

.side-menu:hover {
    margin: 0px;
}



/*About Us*/

.about-us {
    background: var(--ribon-bg);
    width: 100vw;
    height: 50vh;
    display: flex;
}

.logo-area {
    margin: 15vh 8vw;
}

.about-us:hover .psaa-logo {
    transform: perspective(230px) rotateY(0deg);
}

.psaa-logo {
    background-image: url('../images/logo.jpg');
    width: 224px;
    height: 134px;
    transition: .5s ease;
    transform-origin: center;
    transform: perspective(230px) rotateY(20deg);
    -webkit-box-reflect: below 5px linear-gradient(transparent, transparent, #0002);
}

.about-us-text {
    width: 60vw;
    margin: 5vh 5vw;
}

.about-us-text p {
    text-align: justify;
    overflow-y: auto;
    font-size: 1rem;
    width: 60vw;
    height: 30vh;
    padding-right: 2vw;

}

.about-us-text h1 {
    padding: 10px;
    text-align: center;
}

/*About Us End*/
/*Who we are*/
.third-con {
    width: 100vw;
    height: auto;
    overflow: hidden;



}

.body-container-2 {
    background-color: var(--main-bg);
    background-image: url('../images/bg2.png');
    background-size: cover;
    background-attachment: fixed;
    width: 100vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
}




.item-container-2 {
    padding: 30px;
    flex: 3;
    background: rgba(249, 249, 249, 0.62);
    background-attachment: fixed;
    margin: 2%;
}

.item-container-2 h1 {
    text-align: center;
    margin: 2% auto;
}

.services-table {
    width: 55vw;
    margin: 5% auto;


}

.service {
    width: 250px;
    height: 8vh;
    border: 1px solid rgba(0, 0, 0, 0.45);
    text-align: center;
    float: left;
    margin: 1px;
    box-shadow: 0px 2px 2px rgba(69, 69, 69, 0.45);
    transition: .1s .1s linear;
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);

}

.service:hover {

    box-shadow: 5px 5px 5px rgba(18, 54, 19, 0.54);
    border: 1px solid rgba(18, 54, 19, 0.54);

}

.service:hover h3 {
    color: #417e15;
}

.service h3 {
    line-height: 3.5;
    font-size: 20px;
}

/*Who we are End*/
/*Slogan End*/
.slogan-container {
    height: 30vh;
    width: 100vw;
    display: flex;
    background: var(--main-bg);
    align-content: center;
    justify-content: center;
    padding: 0 4rem;
}

.slogan-container h1 {
    color: aliceblue;
    text-align: center;
    margin: 10vh 0;


}

/*Slogan End*/




/*Footer*/
.footer {
    width: 100vw;
    height: 70vh;
    background: #080f04;

}

.footer-coloumns {
    display: flex;
    height: 65vh;
    width: 100vw;
    justify-content: space-around;

}

.footer:hover .logo-footer {
    transform: perspective(230px) rotateY(0deg);
}

.first-coloumn {
    width: 430px;
    margin: 8vh 2vw;

}


.logo-footer {
    background-image: url('../images/logo%20bw.jpg');
    width: 224px;
    height: 134px;
    transition: .5s ease;
    transform-origin: center;
    transform: perspective(230px) rotateY(20deg);
    -webkit-box-reflect: below 5px linear-gradient(transparent, transparent, #0002);
    margin: 5% auto;

}

.second-coloumn {

    margin-top: 15vh;
    color: gray;

}

.second-coloumn h2 {
    color: aliceblue;
    width: 400px;
    text-align: center;
    padding: 10px;
}

.our-services-Container {
    display: flex;
    align-content: center;
}

.footer-services-coloumn {
    padding: 20px;
}

.footer-services-coloumn a h6 {
    color: gray;
    text-align: left;
    line-height: 1.5;
    font-size: 12px;
}

.footer-services-coloumn a h4 {
    color: gray;
    text-align: center;
    font-size: 20px;
}

.footer-intro-text h1,
.footer-intro-text h5,
.fas {
    color: gray;
    text-align: center;
}

.footer-intro-text h6 {
    text-align: left;
    color: gray;
    line-height: 2;
    padding-left: 30px;
}

.third-coloumn {
    width: 400px;
    margin-top: 8vh;

}

.third-coloumn h2 {
    color: gray;
    padding: 10px;
    text-align: center;
    width: 350px;
}

.footer-form-input {
    width: 350px;
    height: 50px;
    padding: 10px;
    border: .5px solid #000;
    margin: 0 25px;
}

.footer-form-textarea {
    width: 350px;
    padding: 10px;
    margin: 0 25px;
}

.footer-form {
    margin: 0% auto;

}

.footer-text {
    color: gray;
    width: 100vw;
    text-align: center;
}

.footer-intro-text {}

/*Footer End*/





/*Media Queries*/

@media (min-width: 768px) {
    .navbar-brand.abs {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    .showcase,
    .about-us,
    .navbar,
    .body-container-1,
    .body-container-2,
    .footer,
    .slogan-container {
        display: none;
    }

    .not-available {
        display: flex;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {

    .showcase,
    .about-us,
    .navbar,
    .body-container-1,
    .body-container-2,
    .footer,
    .slogan-container {
        display: none;
    }

    .not-available {
        display: flex;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 900px) {

    .showcase,
    .about-us,
    .navbar,
    .body-container-1,
    .body-container-2,
    .footer,
    .slogan-container {
        display: none;
    }

    .not-available {
        display: flex;
    }
}
